.wt-html-nav{float:right;margin-top:16px;border-left:1px solid #d9d9d9;margin-left:20px;}
.wt-html-nav ul li{float:left;margin-left:20px;}
.wt-html-nav ul li i{font-size:0;max-width:8px;}
.wt-html-nav ul li i:before{font-size:13px;}
.out-top-home{position:relative;display:block;}
.out-top-home a img{
   
    background-position: center center;
    background-size: 100% auto;
    cursor: pointer;
    background-repeat: repeat-x;
    transition: background-size 0.2s linear 0s;
    -moz-transition: background-size 0.2s linear 0s;
    -webkit-transition: background-size 0.2s linear 0s;
    -o-transition: background-size 0.2s linear 0s;
	-webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
       fliter:url("../images/grayscale.svg");
      filter: gray;
	}
.out-top-home a img:hover{
   
      background-size: 105% auto;
     -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
	  fliter:url("../images/grayscale.svg");
      filter: gray;
	}
.out-top-home h4{position:absolute;top:50%;margin:0;width:100%;text-align:center;left:0;margin-top:-10px;color:#fff;    text-transform: uppercase;font-size:18px;}
.wt-block-tophome{margin-top:70px;margin-bottom:50px;}
.wt-support{margin-bottom:20px;text-align:center;transition: all 0.3s ease 0s;
				-moz-transition: all 0.3s ease 0s;
				-webkit-transition: all 0.3s ease 0s;}
.wt-support .img-circle{width:154px;height:154px;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;background:#e8e9ea;display:inline-block;line-height:164px;text-align:center;}
.wt-support .img-circle i{font-size:0;max-width:36px;}
.wt-support .img-circle i:before{font-size:40px;color:#9a5a58;}

.wt-support h3{font-size:14px;text-transform:uppercase;color:#222a2d;font-weight:500;margin:25px 0;transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.wt-support:hover h3{color:#9a5a58;}
.wt-support:hover .img-circle{background:#9a5a58;}
.wt-support:hover .img-circle i:before{color:#fff;}
.wt-support p{color:#999999;margin:0;}
.wt-block-footer{text-align:center;margin-top:60px;}
.copy-right-top > a{display:block;margin-bottom:20px;}
.copy-right-top  p{font-family:'Montserrat', sans-serif;font-size:11px;text-transform:uppercase;font-weight:600;color:#666;margin:0;}
.copy-right > .container{border-top:1px solid #3c3c3c;padding:18px 0;}
.copy-right .payment-left ul li {float:left;margin-left:8px;}
.copy-right .payment-left ul li a{font-size:0;width:32px;height:32px;border:2px solid #3c3c3c;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;text-align:center;display:inline-block;}
.copy-right .payment-left ul li a:hover{border-color:#9a5a58;}
.copy-right .payment-left ul li a i{font-size:0;line-height:28px;} 
.copy-right .payment-left ul li a i:before{font-size:15px;}
.copy-right .payment-left ul li:first-child{margin-left:0;}
.copy-right .payment-right ul li {float:right;margin-left:8px;}

.wt-home-banner > .row{margin-left:-10px;margin-right:-10px;}
.wt-home-banner .col-sm-4{padding-left:10px;padding-right:10px;}
.wt-home-banner .out-wt-bg {
    position: relative;
    text-align: center;
    overflow: hidden;
	color:#fff;
}
.wt-home-banner .out-wt-bg .wt-background {
    
    text-align: center;
	margin-bottom:20px;
}
.wt-home-banner .out-wt-bg .wt-content {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
	padding:0 60px;
	 transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transition: transform 0.7s ease 0s;
    -webkit-transition: transform 0.7s ease 0s;
    -moz-transition: transform 0.7s ease 0s;
    -o-transition: transform 0.7s ease 0s;
    -ms-transition: transform 0.7s ease 0s;
    
}
.wt-home-banner .out-wt-bg:hover .wt-content
{
transform: translate3d(0px, -30px, 0px);
    -moz-transform: translate3d(0px, -30px, 0px);
    -webkit-transform: translate3d(0px, -30px, 0px);
    -o-transform: translate3d(0px, -30px, 0px);
    -ms-transform: translate3d(0px, -30px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.7s ease 0s;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.shopnow{border:2px solid #fff;font-family:'Montserrat', sans-serif;font-size:12px;font-weight:600;padding:12px 20px;text-transform:uppercase;color:#fff;opacity:0; transition: all 500ms ease-in-out 0ms;
    -moz-transition: all 500ms ease-in-out 0ms;
    -webkit-transition: all 500ms ease-in-out 0ms;}
.shopnow:hover{background:#fff;color:#9a5a58;}
.out-wt-bg .wt-content i{font-size:0;max-width:28px;}
.out-wt-bg .wt-content i:before{font-size:30px;}
.out-wt-bg .wt-content h4{font-family:'Montserrat', sans-serif;font-size:20px;font-weight:600;margin:15px 0 30px 0;text-transform:uppercase;}
.wt-background a {
    display: block;
    background: #000;
}
.wt-background a img{width:100%;}
.wt-home-banner .out-wt-bg:hover .shopnow
{
    opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity: 1;
    transition: opacity 0.35s ease 0s, transform 1s ease 0s;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.wt-home-banner .out-wt-bg:hover .wt-background a img
{
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: opacity 0.35s ease 0s, transform 1s ease 0s;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.wt-block-our-store{margin-top:90px;color:#666;}
.wt-content-os{margin-bottom:20px;background:#f8f3f3;}
.our-store-item-right{padding:100px 60px; background:#f8f3f3;}
.our-store-item-right h3{margin:0 0 22px 0;font-family: 'Playfair Display', serif;font-size:18px;color:#666;font-style:italic;font-weight:500;}
.our-store-item-right p{margin-bottom:25px;}
.our-store-item-right .readmore{padding:15px 25px;border:2px solid #222a2d;text-transform:uppercase;font-family:'Montserrat', sans-serif;font-size:13px;color:#222a2d;display:inline-block;transition: all 500ms ease 0ms;-moz-transition: all 500ms ease 0ms;-webkit-transition: all 500ms ease 0ms;margin-bottom:80px;}
.our-store-item-right .readmore:hover{color:#fff;background:#222a2d;} 
.our-store-item-right ul li{margin-right:20px;float:left;}
.our-store-item-right ul li a i 
{
    font-size: 0;
}
.our-store-item-right ul li a i:before
 {
    font-size: 18px;
}
.wt-block-top-footer{background: url(../img/bn-static.jpg) center center;color:#fff;margin-top:85px;}
.wt-block-top-footer > .container{text-align:center;}
.icon-camera-retro{font-size:0;}
.icon-camera-retro:before{font-size:36px;}
.wt-bn-tf h4{font-size:30px;text-transform:uppercase;margin-top:35px;margin-bottom:15px;}
.wt-bn-tf span{font-family: 'Playfair Display', serif;font-size:18px;font-style:italic;margin-bottom: 30px; display: inline-block;}
.wt-block-top-footer  .wt-bn-tf {padding:130px 0;}
.out-block-tf{position:relative;z-index:1;}
.icon-n{position:absolute;bottom:-46px;left:50%;margin-left:-46px;z-index:2;}
.payment-right ul li img:hover {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing ease-in-out 1 normal 800ms;
    -moz-animation: swing ease-in-out 1 normal 800ms;
    -o-animation: swing ease-in-out 1 normal 800ms;
    animation: swing ease-in-out 1 normal 800ms;
}
.payment-right ul li img:hover {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: swing ease-in-out 1 normal 800ms;
    -moz-animation: swing ease-in-out 1 normal 800ms;
    -o-animation: swing ease-in-out 1 normal 800ms;
    animation: swing ease-in-out 1 normal 800ms;
}
@media (min-width: 1199px)
{
.our-store-item-right{height:481px;}
}
@media (min-width: 768px)
{
.bn-top-home ul li {
    padding: 0;
}
.our-store-item{width:50%;float:left;}
}
@media (max-width: 479px)
{
.wt-home-banner .shopnow{display:none;}
}
@media (max-width: 767px)
{
	.our-store-item-right{padding: 50px 30px;}
	.wt-block-top-footer .wt-bn-tf{padding:120px 0;}
	.payment-left, .payment-right 
	   {
		   display:inline-block;text-align:center;
	  }
	 .copy-right .payment-left ul  li, .copy-right .payment-right ul li{float:none;display:inline-block;}
	 .copy-right .container > .row{margin:0;}
	 .our-store-item-right .readmore{margin-bottom:50px;}
}
@media (min-width:768px) and (max-width: 1023px) 
{
.our-store-item-right{padding:11px 20px;}
.our-store-item-right .readmore{margin-bottom:20px;}
.wt-home-banner .out-wt-bg .wt-content{padding: 0 30px;}
.wt-home-banner .shopnow{display:none;}
.wt-home-banner .out-wt-bg .wt-background{ margin-bottom: 13px;}
.copy-right  .container > .row{margin:0;}
}
@media (min-width:768px) and (max-width: 1199px) 
{
.wt-home-banner .out-wt-bg .wt-content{top: 28%;}

}
@media (min-width:1024px) and (max-width: 1199px) 
{
	.our-store-item-right{ padding: 34px 45px;}
	.wt-home-banner .out-wt-bg .wt-background{margin-bottom:16px;}
}
