body,html{
    min-height:100%!important;
	font-family: arial;
	line-height: 25px;
}
* html .cf,* html .cf-last{
    zoom:1
}

html{
    min-width:360px!important
}
body{
	margin: 0px;
    height:100%
}
.cf-last:after,.cf:after{
    visibility:hidden;
    font-size:0;
    content:" ";
    height:0;
    display:block;
    clear:both
}
.post p,p{
    margin:0 0 20px!important
}
.h1,.h2,h1,h2{
    font-weight:700;
    margin-top:0!important
}
a{
    color:#999
}
a:focus,a:hover{
    color:#ddd;
    text-decoration:none
}
.cf-last:after{
    padding-bottom:20px
}
.h1,h1{
    font-size:36px
}
.h2,h2{
    font-size:28px
}
.h3,h3{
    font-size:24px
}
.h4,h4{
    font-size:20px
}
.h5,h5{
    font-size:16px
}
img{
    border:0;
    max-width:100%;
    vertical-align:middle
}
img.responsive,img.scale{
    max-width:100%;
    height:auto
}
img[class*=align],img[class*=wp-image-]{
    height:auto
}
img.size-full{
    max-width:100%;
    width:auto
}
.alignright{
    float:right;
    margin-left:15px;
    margin-bottom:20px
}
.alignleft{
    float:left;
    margin-right:15px;
    margin-bottom:20px
}
.aligncenter{
    display:block;
    margin:5px auto
}
.alignnone{
    clear:both
}
.left{
    text-align:left
}
.right{
    text-align:right
}
.center{
    text-align:center
}
@media screen and (max-width:991px){
    img.size-shop_catalog{
        width:100%!important;
        height:100%!important
    }
    .left,.right{
        text-align:center
    }
}

.home-bg{
    height:100vh;
    width:100%;
	background: #2b2523;
	position: relative;
	color: #fff;
}
.logo-container{
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    max-width:600px;
    width:100%;
}