/* Paralax img */
.res-fluid{
    position: fixed;
    display: block;
    height: 800px;
    width: 100%;
    background-size: contain;
    z-index: 1;
}

.contact-paralax{
    position: fixed;
    width: 100%;
    height: 900px;
    background-position: top left;
    background-size: cover;
    z-index: 1;
    display: none;
}

/* Menu */
#menu{
    position: fixed;
    right: -250px;
    width: 250px;
    height: 100vh;
    z-index: 10;
    background: rgba(0,0,0,0.8);
}
#menu hgroup{
    color: white;
    font-size: 0.7em;
    margin-left: 25px;
}
#menu hgroup h1 > span{
    font-weight: bold;
    color: red;
}
#menu ul{
    list-style: none;
    margin-top: 45px;
    font-size: 1.5em;
    font-family: 'ZCOOL XiaoWei', serif;
}
#menu ul li a{
    color: white;
    text-decoration: none;
}
#menu ul li a > i{
    position: relative;
    left: -5px;
}
/* help close menu div */
.close-menu{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: black;
    opacity: 0;
    display: none;
}
/* Header */
#header{
    position: relative;
    height: 800px;
}
#header .logos{
    position: relative;
    height: 250px;
    z-index: 2;
}
#header .logos hgroup{
    margin-left: 55px;
    color: white;
    font-size: 1.5em;
    font-family: 'ZCOOL XiaoWei', serif;
    font-weight: bold;
}
#header .logos h1 > .logo-color{
    color: red;
    font-weight: bold;
}
#header .logos hgroup > h5{
    margin-top: -20px;
    color: white;
}

#header .menu-ikon .nav-ikons{
    position: absolute;
    top: 0;
    right: 40px;
    cursor: pointer;
    border: 3px solid white;
    padding: 4px 5px 2px 5px;
    opacity: 1;
}
#header .menu-ikon .nav-ikons i{
    position: relative;
    color: white;
    font-size: 1.2em;
    border-radius: 4px;
}
#header .menu-ikon .nav-ikons i:hover{
    color: red;
}


#header .heder-content{
    position: relative;
    z-index: 3;
}
#header .heder-content h2{
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 4.2em;
    text-shadow: 0px 0px 5px black;
    letter-spacing: 3px;
}
#header .heder-content h3{
    text-align: center;
    color: white;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 2.7em;
    text-shadow: 0px 0px 5px black;
    letter-spacing: 3px;
}
#header .heder-content h3 > span{
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 5px red;
}


/* Used Furniture */
#used-furniture{
    position: relative;
    display: block;
    background: #F3F0EB;
    z-index: 3;
}

#used-furniture .row .box{
    background: #F3F0EB;
    height: auto;
}
#used-furniture .row .box .top-skrew{
    position: relative;
    top: -30px;
    display: block;
    height: 60px;
    width: 100%;
    background: #F3F0EB;
    z-index: 3;
    color: red;
    transform: skewX(0deg) skewY(-2deg);
}
#used-furniture .row .box h2{
    font-size: 3em;
    text-align: center;
    font-family: 'ZCOOL XiaoWei', serif;
}
#used-furniture .row .box h2 > span{
    text-shadow: 0px 0px 5px red;
    color: white;
}
#used-furniture .row .box h3{
    font-size: 1.7em;
    text-align: center;
    font-family: 'ZCOOL XiaoWei', serif;
}
#used-furniture .row .box .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid rgba(0,0,0,0.6);;
    width: 80px;
}
#used-furniture .row .box p{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 50%;
    font-family: 'Assistant', sans-serif;
    color: rgba(0,0,0,0.7);
}
#used-furniture .row .box .bottom-skrew{
    position: relative;
    top: 30px;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 3;
    background: #F3F0EB;
    transform: skewX(0deg) skewY(2deg);
}

/* Our-service */
#our-service{
    position: relative;
    height: auto;
    z-index: 3;
    color: white;
    background: url("../img/center-paralax.jpg")no-repeat left top;
    padding-bottom: 160px;
}
#our-service h2{
    text-align: center;
    margin-top: 160px;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 3em;
}
#our-service .row .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid rgba(255,255,255,0.6);;
    width: 80px;
}
#our-service .line-row{
    margin-top: 50px;
}
#our-service .line-row i{
    position: relative;
    top: 20px;
    font-size: 3em;
}
#our-service .bottom-skrew{
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 50px;
    background: #241D1C;
    z-index: 2;
    transform: skewX(0deg) skewY(-1deg);
}

/* Comentarys */
#comentary{
    position: relative;
    height: auto;
    background: #241D1C;
    padding: 55px 0px 65px 0px;
    z-index: 3;
}
#comentary img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 220px;
    width: 220px;
}
@media all and (max-width: 1200px){
    #comentary img{
        top: 15px;   
    }
}
#comentary .comentary-content i{
    font-size: 3em;
    color: white;
    margin-top: 25px;
}
@media all and (max-width: 992px){
    #comentary .comentary-content i{
        margin-top: 65px;   
    }
}
#comentary .comentary-content p{
    position: relative;
    margin-top: 10px;
    color: white;
    width: 80%;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 1.1em;
}
@media all and (max-width: 992px){
     #comentary .comentary-content p{
        width: 100%;    
    }
}

/* Header Gallery */
#header-gallery{
    position: relative;
    padding: 55px 0px;
    background: #F3F0EB;
    z-index: 3;
}
#header-gallery .row h2{
    font-size: 3em;
    text-align: center;
    font-family: 'ZCOOL XiaoWei', serif;
    margin-bottom: 70px;
}
#header-gallery .row h2 > span{
    text-shadow: 0px 0px 5px red;
    color: white;
}
#header-gallery .row h3{
    font-size: 1.7em;
    text-align: center;
    font-family: 'ZCOOL XiaoWei', serif;
}
#header-gallery .sliders div{
    position: relative;
    display: block;
    height: auto;
    background: #F3F0EB;
    padding: 0;
    color: black;
}
#header-gallery .sliders div a .filters{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1;
    opacity: 0;
}
#header-gallery .sliders div a i{
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 3em;
    padding: 0;
    text-align: center;
    z-index: 2;
    opacity: 0;
}
#header-gallery .sliders div a img{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
}

/* blog */
#blog{
    position: relative;
    background: #F3F0EB;
    height: auto;
    padding-bottom: 40px;
    z-index: 2;
}
#blog .row h2{
    font-size: 3em;
    text-align: center;
    font-family: 'ZCOOL XiaoWei', serif;
}
#blog .row h2 > span{
    text-shadow: 0px 0px 5px red;
    color: white;
}
#blog .row h3{
    font-size: 1.7em;
    text-align: center;
    font-family: 'ZCOOL XiaoWei', serif;
}
#blog .article-contain .article-box{
    display: block;
    overflow: hidden;
    margin-top: 70px;
}
@media all and (max-width: 992px){
    #blog .article-contain .article-box{
        margin-top: 70px;   
    }
}
#blog .article-contain .article-box .img-article img{
    position: relative;
    width: 100%;
    background-size: contain;
}
#blog .article-contain .article-box h3,
#blog .article-contain .article-box p{
    color: rgba(0,0,0,0.7);
    text-align: left;
}
#blog button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    width: 130px;
    height: 50px;
    font-weight: bold;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 1.3em;
    letter-spacing: 2px;
    color: white;
    border: 2px solid #241D1C;
    background: #241D1C;
    transition: .5s;
}
#blog button:hover{
    background: transparent;
    transition: .5s;
    color: #241D1C;
}
#blog .bottom-skrew{
    position: relative;
    top: 70px;
    display: block;
    width: 100%;
    height: 60px;
    z-index: 3;
    background: #F3F0EB;
    transform: skewX(0deg) skewY(2deg);
}

/* Contact */
#contact{
    position: relative;
    background: transparent;
    width: 100%;
    height: auto;
    color: white;
    z-index: 2;
    padding-bottom: 70px;
}
#contact .container{
    width: 70%;
}

#contact h3{
    font-size: 3em;
    text-align: center;
    margin-top: 170px;
    font-family: 'ZCOOL XiaoWei', serif;
}
#contact .belt{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 50px;
    border: 3px solid rgba(255,255,255,0.6);;
    width: 80px;
}
#contact .left{
    padding-top: 50px;
}
#contact .left h6{
    font-size: 1.7em;
}
#contact .left h3{
    margin-top: 0px;
    color: white;
    text-shadow: 0px 0px 5px red;
}
#contact .right form input{
    display: block;
    width: 100%;
    height: 50px;
    margin: 2px 0px;
    background: transparent;
    border: 3px solid #241D1C;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 1.3em;
    letter-spacing: 2px;
}
#contact .right form input::placeholder{
    color: white;
    padding-left: 15px;
}
#contact .right form input:focus{
    border: 3px solid #241D1C;
    outline: none;
}
#contact .right form textarea{
    width: 100%;
    border: 3px solid #241D1C;
    background: transparent;
}
#contact .right form textarea:focus{
    outline: none;
    border: 3px solid #241D1C;
}
#contact .right form button{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    width: 130px;
    height: 50px;
    font-weight: bold;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 1.3em;
    letter-spacing: 2px;
    color: white;
    border: 2px solid #241D1C;
    background: #241D1C;
    transition: .5s;
}
#contact .right form button:hover{
    background: transparent;
    transition: .5s;
    color: #241D1C;
}

/* Footer */
footer{
    position: relative;
    z-index: 3;
    background: #241D1C;
    width: 100%;
    height: auto;
    text-align: center;
    color: white;
}
footer .skrew-top{
    position: relative;
    top: -16px;
    display: block;
    height: 40px;
    width: 100%;
    background: #241D1C;
    z-index: 3;
    color: red;
    transform: skewX(0deg) skewY(-1deg);
}
footer p{
    position: relative;
    top: -10px;
}
footer .socialmedia{
    position: relative;
    float: right;
    top: -40px;
    right: 50px;
}
footer .socialmedia i{
    margin-left: 8px;
    cursor: pointer;
}
footer .socialmedia i:hover{
    text-shadow: 0px 0px 5px red;
}