body{
    background:#fcfbfb;
    overflow-x:hidden;
}
.header,.footer{
    position:relative;
    width:100%;
    z-index:9;
}

@media (max-width:900px){
    .content,.contentSmall,.contentSmaller{
        position:relative;
        margin:0px auto;
        width:90%;
    }
    #template{
        position:relative;
        min-height:100vh;
        padding-top:110px;
        padding-bottom:100px;
    }
}
@media (min-width:900px){
    .content{
        position:relative;
        margin:0px auto;
        width:75%;
    }
    .contentSmall{
        position:relative;
        margin:0px auto;
        width:65%;
    }
    #template{
        position:relative;
        min-height:100vh;
        padding-top:140px;
        padding-bottom:100px;
    }
}



/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Header**/

#header{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:auto;
    padding:20px 0px;
    box-shadow:5px 5px 5px #efefe8;
    background:rgba(255,255,255,0.95);
    z-index:999;
}
#header .logo{
    float:left;
    width:51px;
    height:100px;
    background:url("../images/logo-black.png") center no-repeat;
    background-size:cover;
}
#header .logoMobile{
    float:left;
    width:36px;
    height:71px;
    background:url("../images/logo-black.png") center no-repeat;
    background-size:36px 71px;
}

#header .nav{
    float:left;
    width:calc(100% - 255px);
    margin-top:40px;
}

#header .nav .tab{
    padding:0px 10px;
} 

#header .search{
    float:right;
    width:200px;
    margin-top:30px;
}
#header .search input[type="text"].searchTxt{
    width:80%;
    padding:2px;
    border:0px;
    outline:none;
    border-bottom:1px solid #1D1D1B;
    background:transparent;
}
#header .search .searchBtn{
    position:absolute;
    top:3px;
    right:40px;
    width:20px;
    height:20px;
    background:transparent url("../images/search-icon.png") right center no-repeat;
    background-size:20px 20px;
}

#header .search .logout{
    float: right;
    margin-left: 5px;
}

#header .burgerBtn{
    float:right;
    width:25px;
    height:25px;
    margin-top:30px;
    background:transparent url("../images/icons/burger.png") center no-repeat;
    background-size:cover;
    z-index:999;
}

/*Mobile Menu*/

#mobileMenu{
    position:fixed;
    top:0px;
    right:-300px;
    width:180px;
    padding:110px 30px 0px 40px;
    height:100%;
    background:#1D1D1B;
    z-index:999;
}

#mobileMenu #burgerBtn2{
    position:absolute;
    top:50px;
    right:20px;
    width:25px;
    height:25px;
    background:url("../images/icons/close-burger.png") center no-repeat;
    background-size:cover;
}

 /************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Home**/

@media(max-width:900px){
    #home #topSlider{
        position:relative;
        width:100%;
        height:400px;
    }
}
@media(min-width:900px){
    #home #topSlider{
        position:relative;
        width:100%;
        height:600px;
    }
}
#home #topSlider .swiper {
    width: 100%;
    height:100%;
}
#home #topSlider .swiper .swiper-slide {
    width: 100%;
    height:100%;
}
#home #topSlider .swiper .swiper-slide .image{
    position:relative;
    width:100%;
    height:100%;
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Grid Artworks**/


#gridArtworks .grid:after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width:900px){
    #gridArtworks .grid-sizer, #gridArtworks .grid-item {
        width: calc(50% - 10px);
    }
}

@media(min-width:900px){
    #gridArtworks .grid-sizer, #gridArtworks .grid-item {
        width: calc(25% - 10px);
    }

    #gridArtworks .grid-sizer-big, #gridArtworks .grid-item-big {
        width: calc(50% - 10px);
    }

}
#gridArtworks .grid-item {
    float: left;
    overflow:hidden;
}
#gridArtworks .grid-item img {
    display: block;
    max-width: 100%;
}
#gridArtworks .grid-item .title{
    position:absolute;
    bottom:-2000px;
    left:0px;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,0.4);
}
#gridArtworks .grid-item:hover > .title{
    top: 0px;
}


#gridArtworks .lds-ring {
    display: inline-block;
    position: relative;
    margin-left: 50%;
    width: 80px;
    height: 80px;
}
#gridArtworks .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid black;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: black transparent transparent transparent;
}
#gridArtworks .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
#gridArtworks .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
#gridArtworks .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#gridArtworks .loadMoreBtn {
    text-align: center;
    padding: 10px 50px;
    border-radius: 10px;
    color: #FFF;
    background:#1D1D1B;
    transition: .3s;
}
#gridArtworks .loadMoreBtn:hover {
    color: #FFF;
    background: #B50000;
    text-decoration: none;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Artworks**/

#artworks {
    background: #FFF;
}

#artworks .content .grid:after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width:900px){
    #artworks .content .grid-sizer, #artworks .content .grid-item {
        width: calc(50% - 10px);
    }
}

@media(min-width:900px){
    #artworks .content .grid-sizer, #artworks .content .grid-item {
        width: calc(25% - 10px);
    }
}
#artworks .content .grid-item {
    float: left;
    overflow:hidden;
}
#artworks .content .grid-item img {
    display: block;
    max-width: 100%;
}
#artworks .content .grid-item .title{
    position:absolute;
    bottom:-500px;
    left:0px;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,0.4);
}
#artworks .content .grid-item:hover > .title{
    top: 0px;
}

#artworks .lds-ring {
    display: inline-block;
    position: relative;
    margin-left: 50%;
    width: 80px;
    height: 80px;
}
#artworks .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid black;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: black transparent transparent transparent;
}
#artworks .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
#artworks .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
#artworks .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#artworks .loadMoreBtn {
    text-align: center;
    padding: 10px 50px;
    border-radius: 10px;
    color: #FFF;
    background:#1D1D1B;
    transition: .3s;
}
#artworks .loadMoreBtn:hover {
    color: #FFF;
    background: #B50000;
    text-decoration: none;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Artwork**/

#artwork .request{
    position:relative;
    width:100%;
}

#artwork .request input[type="text"] {
    width: 100%;
    padding:5px;
    border-radius: 10px;
    text-indent: 10px;
    border: 1px solid #1D1D1B;
    outline: none;
}
#artwork .request textarea {
    width: 100%;
    height:90px;
    padding:5px;
    border: 1px solid #1D1D1B;;
    border-radius: 10px;
    text-indent: 10px;
    outline: none;
    resize:none;
}
#artwork .request input[type="button"]{
    width:100%;
    padding:5px;
    border-radius: 15px;
    text-align: center;
    color: white;
    background: #1D1D1B;
}
#artwork .request input[type="button"]:hover{
    background: #B50000;
}

@media(min-width:900px){
    #artwork .request input[type="text"] ,#artwork .request textarea , #artwork .request input[type="button"]{
        width:80%;
    }
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Artwork**/

#gridArtist .grid:after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width:900px){
    #grigridArtistdArtworks .grid-sizer, #gridArtist .grid-item {
        width: calc(50% - 10px);
    }
}

@media(min-width:900px){
    #gridArtist .grid-sizer, #gridArtist .grid-item {
        width: calc(50% - 10px);
    }
}
#gridArtist .grid-item {
    float: left;
    overflow:hidden;
}
#gridArtist .grid-item img {
    display: block;
    max-width: 100%;
}
#gridArtist .grid-item .title{
    position:absolute;
    bottom:-2000px;
    left:0px;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,0.4);
}
#gridArtist .grid-item:hover > .title{
    top: 0px;
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**AboutUs**/

#aboutus{
    background-color: #FFF;
}

@media(max-width:900px){
    #aboutus .bgimage img{
        position : relative;
        height : 300px;
    }
    #aboutus .info{
        position:relative;
        width : 100%;
    }
}

@media(min-width:900px){
    #aboutus .bgimage img{
        position: relative;
        width: 100%;
    }
    #aboutus .info{
        position: relative;
        margin:0px auto;
        width: 75%;
    }
}
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**ContactUs**/

@media(max-width:900px){
    #contactus .bgimage img{
        position : relative;
        height : 300px;
    }
    #contactus .info{
        position:relative;
        width : 100%;
    }
}

@media(min-width:900px){
    #contactus .bgimage img{
        position: relative;
        width: 100%;
    }
    #contactus .info{
        position: relative;
        margin:0px auto;
        width: 60%;
    }
}

#contactus .field input[type="text"] {
    width: 100%;
    padding:5px;
    border: 1px solid #1D1D1B;
    border-radius: 10px;
    text-indent: 10px;
    background-color: #FFF;
    outline: none;
}
#contactus .field textarea {
    width: 100%;
    height:90px;
    padding:5px;
    border: 1px solid #1D1D1B;;
    border-radius: 10px;
    text-indent: 10px;
    outline: none;
    resize:none;
}
#contactus .request input[type="button"]{
    width:100%;
    padding:7px 0px;
    border-radius: 10px;
    background-color: #1D1D1B;
    color: white;
    text-align: center;
}
#contactus .request input[type="button"]:hover{
    background-color: #B50000;
} 

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**SignIn**/

#signin{
    background-color: #FFF;
}

#signin .myimg{
    background:url('../images/signin.jpg') no-repeat;
    height: 100vh; 
}

#signin .title1{
    font-size: 40px;
}

#signin .title2{
    font-size: 70px;
}

@media(max-width:900px){
    #signin .imgtext{
        width: 75%;
        margin-top: 50px;
        margin-left: 15%;
    }
    #signin img{
        margin-top: 25px;
        width: 70px;
        height: auto;
    }
    #signin .request{
        width: 50%;
        margin-left: 30%;
        padding:5px;
        border: none;
        border-radius: 15px;
        text-indent: 10px;
        height: 40px;
        background-color: white;
        outline: none;
    }
    #signin .myButton{
        border: none;
        border-radius: 15px;
        margin-left: 40%;
        width: 30%;
        height: 40px;
        background-color: black;
        color: #ccc;
    }
}

@media(min-width:900px){
    #signin .imgtext{
        width: 50%;
        margin-top: 150px;
        margin-left: 20%;
    }
    #signin img{
        margin-top: 100px;
        margin-left: 35%;
        width: 100px;
        height: auto;
    }
    
    #signin .request{
        width: 60%;
        height: 40px;
        margin-left: 10%;
        padding:5px;
        border: none;
        border-radius: 15px;
        text-indent: 10px;
        background-color: white;
        outline: none;
    }

    #signin .myButton{
        border: none;
        border-radius: 15px;
        margin-left: 27%;
        width: 30%;
        height: 40px;
        background-color: black;
        color: #ccc;
    }
}





#signin .myButton:hover{
    background-color: black;
    color: #B50000;
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Artists**/

@media (max-width:900px){
    #artists{
        position:relative;
        width:100%;
    }
    #artists .right{
        position:relative;
        margin-top: 20px;
    }
    #artists .left{
        position:relative;
        margin-top: 20px;
    }
    #artists .name{
        position: absolute;
        padding: 10px;
        left: 0;
        bottom: 0;
        width:100%;
        z-index: 10;
        background-color: rgba(50, 50, 50, 0.6);
        color: #FFF;
    }
    #artists .image{
        width: 100%;
        height: 250px;
    }
}

@media(min-width:900px){
    #artists{
        position:relative;
        width:100%;
    }
    #artists .right{
        margin-top: 30px;
    }
    #artists .left .name{
        float: right;
        margin-right: 10px;
        text-align: right;
        width: 30%;
        padding-top: 25%;
        word-wrap:break-word;
    }
    
    #artists .left .image{
        float: right;
        width: 50%;
        height: 350px;
        transition: transform .2s;
    }
    
    #artists .right .name{
        float: left;
        margin-left: 10px;
        text-align: left;
        width: 30%;
        padding-top: 25%;
        word-wrap:break-word;
    }
    
    #artists .right .image{
        float: left;
        width: 50%;
        height: 350px;
        transition: transform .2s;
    }
    
    #artists .right .image:hover{
        transform: scale(1.05); 
    }
    #artists .left .image:hover{
        transform: scale(1.05); 
    }
}


/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/************************************************************************************/
/**Footer**/

#footer {
    position:relative;
    width:100%;
    padding:30px 0px;
    background:#252525;
}

#footer .horizontalLine{
    position:relative;
    width:100%;
    height:1.5px;
    margin:20px 0px;
    background:#FFF;
}

#footer .facebook{
    width:20px;
    height:20px;
    background:url("../images/icons/fb-white.png") center no-repeat;
    background-size:cover;
}
#footer .facebook:hover{
    background:url("../images/icons/fb-red.png") center no-repeat;
    background-size:cover;
}

#footer .instagram{
    margin-left: 5px;
    width:20px;
    height:20px;
    background:url("../images/icons/insta-white.png") center no-repeat;
    background-size:cover;
}
#footer .instagram:hover{
    background:url("../images/icons/insta-red.png") center no-repeat;
    background-size:cover;
}

#footer .subscribe{
    position:relative;
    width:60%;
}

#footer .subscribe input[type="text"] {
    width: 100%;
    padding:5px;
    border-radius: 15px;
    border: solid black;
    text-indent: 10px;
    outline: none;
}

#footer .subscribe .submitBtn {
    position:absolute;
    top:2px;
    right:15px;
    width:18px;
    height:32px;
    background:url("../images/icons/arrow-red.png") center no-repeat;
    background-size:contain;
    z-index:999;
}
#footer .subscribe .submitBtn:hover {
    background:url("../images/icons/arrow-black.png") center no-repeat;
    background-size:contain;
}
