@charset "utf-8";
/* CSS Document */

body{
	border-top:solid 4px #2d1608;
	font-family: "HelveticaNeue Light";
	}
a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:focus{
	outline:none;
	}
img{
	max-width:100%;
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin-top:0;
	}
.btn{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

/*
Page loader
=========== */
.page-loader{
     display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;    
}

.loader {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0%;
    left: 0%;;
    margin:auto;
	bottom:0;
	right:0;
    background-color: #2d1608;
    text-indent: -12345px;
  
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%; 
    border-radius: 100%;  
  
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




/* Header start here
====================*/
.header{
	padding-bottom:20px;
	padding-top:20px;
	}

.logo{
	margin-top:8px;
	}

.header .social-links{
	text-align:right;
	margin-top:20px;
	}
.social-links a{
	margin:0 6px;
	}

.header address{
	border-color: #ccc;
	border-style:solid;
    border-width:0 1px 0 1px;
    color: #2d1608;
    font-family: "HelveticaNeue Ultralight";
    font-size: 16px;
	margin-bottom:0;
    padding: 12px 50px;
	}

.social-links {
}
.social-links .fa {
	background-color: #fff;
    border: 1px solid #2c1100;
    border-radius: 50%;
    color: #2c1100;
    font-size: 15px;
    height: 34px;
    line-height: 2;
    padding: 1px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 34px;
	}
.social-links .fa:hover{
	background-color:#421a00;
	border-color:#421a00;
	color:#fff;
	}

.navbar{
	background-color: #2d1608;
    border: medium none;
    border-radius: 0;
    margin: 0;
    min-height: 50px;
	-webkit-transition: top 0.4s ease-in-out;
	-moz-transition: top 0.4s ease-in-out;
	-ms-transition: top 0.4s ease-in-out;
	-o-transition: top 0.4s ease-in-out;
	transition: top 0.4s ease-in-out;
	z-index:999;
	}
.navbar.fixed {
    left: 0;
    right: 0;
    top: 0 !important;
    width: 100% !important;
	}
	
.navbar-toggle {
    background-color: #fff;
	}
.navbar-toggle .icon-bar {
    background-color: #2d1608;
	}

.navbar .navbar-nav > li > a{
	border: 1px solid transparent;
    color: #ffffff;
    font-family: "HelveticaNeue Light";
    font-size: 16px;
    margin: 8px 15px;
    padding: 6px 14px;
    text-transform: uppercase;
	}

.navbar .navbar-nav > li.active a,
.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li a:hover{
	border-color:#fff;
	}
.nav > li > a:hover, .nav > li > a:focus{
	background-color:transparent;
	}




#banner{
	padding:0;
	}
#banner img{
	width:100%;
	}

/* Content start here
====================*/
.content{}

section{
	padding-top:40px;
	padding-bottom:40px;
	}
.title{
	color:#0f0f0f;
	position:relative;
	text-align:center;
	margin-bottom:30px;
	}
.title:before{
	border-bottom: 1px solid #2d1608;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 11px;
	}
.title span{
	font-family: "BlackOlives";
	font-size:50px;
	}

.title h3{
	background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 30px 0 25px;
    position: relative;
	}
.title h3:before,
.title h3:after{
	background-color: #2d1608;
    bottom: 0;
    content: "";
    height: 17px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 12px;
    -moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    width: 17px;
	}
.title h3:after{
	left: auto;
    right: 0;
	}

#service{
	border-bottom:solid 1px #e7e7e7;
	}
#service .row{
	margin-left: -6px;
    margin-right: -6px;
	}
#service [class*="col-"]{
	padding-left: 6px;
    padding-right: 6px;
	}


.service-bg{
	background-color: #2d1608;
    color: #fff;
    height: 100%;
    outline: 1px solid #e5e2e0;
    outline-offset: -16px;
    padding: 16px;
	}
.service-list figure{
	position:relative;
	}
.service-list figure:after{
	/*background:url(../images/img-s.png) no-repeat bottom center;*/
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(45,22,8,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(45,22,8,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(45,22,8,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(45,22,8,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(45,22,8,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(45,22,8,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2d1608',GradientType=0 ); /* IE6-9 */

    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    right: 0;
	}
.service-text{
	margin-top: -40px;
    padding: 0 20px;
    position: relative;
	}
.service-text h4{
	border-bottom: 1px solid #fff;
    font-size: 21px;
    padding-bottom: 20px;
    text-transform: uppercase;
	}
.service-text li{
	line-height:normal;
	margin-bottom:5px;
	}

.not{
	color:#2d1608;
	font-size:25px;
	text-align:center;
	margin-top:50px;
	}
.number{
	background: #2d1608 url("../images/phone.png") no-repeat scroll 20px center;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    padding: 10px 20px 10px 80px;
	}


#shop{
	padding-bottom:0;
	}
#shop .item{
	position: relative;
    text-align: center;
	}
#shop .item:after{
	background-color: #2d1608;
    bottom: 0;
    content: "";
    height: 53px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
	}
#shop .owl-item:last-child .item:after{
	width:0;
	}
#shop .owl-stage-outer{
	margin-right:1px;
	}
#shop .item span{
	background-color: #b5651d;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 60px;
    left: 0;
    padding: 10px 0px;
    position: absolute;
    width: 60px;
    z-index: 99;
	}
#shop .item small{
	font-size: 60%;
    line-height: normal;
	margin-right: 1px;
    vertical-align: text-top;
	}
#shop .item figure{
	height: 146px;
    margin: 0;
    overflow: hidden;
	}
#shop .item figure img{
    margin: auto;
    max-height: 100%;
    width: auto;
	}
#shop .owl-nav div{
	background: rgba(0, 0, 0, 0) url("../images/next-prev.png") no-repeat scroll 0 0;
    bottom: 0;
    font-size: 0;
    height: 71px;
    left: -70px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 37px;
	}
#shop .owl-nav div.owl-next{
	left:auto;
	right:-70px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	}

.fancybox-skin {
    background: #2d1608 none repeat scroll 0 0;
    color: #fff;
	}
.fancybox-title span{
	font-weight:bold;
	float:right;
	}
.fancybox-title span small{
	font-size:100%;
	}



.shop{
	background:url(../images/shop-img.jpg) no-repeat top center;
	background-size: cover;
	color:#fff;
	font-size:16px;
	text-align:center;
	min-height:220px;
	padding:40px 0;
	margin-top:50px;
	}
.shop h1{
	font-family: "HelveticaNeue Ultralight";
	font-size:61px;
	margin-bottom:0;
	}
.shop h1 strong{
	font-family: "KGLETHERGOSOLID";
	}
.shop p{
	margin:0;
	}
.shop .washington{
	background-color: #69892a;
    display: inline-block;
    font-family: "HelveticaNeue Bold";
    padding: 0 10px 3px;
	margin:3px 0;
	}
.shop > strong{
	display:block;
	}




#contact{
	padding:0;
	height:390px;
	position:relative;
	}
.contact{
	background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    padding: 77px 22px;
    position: absolute;
    top: 0;
    width: 283px;
	}
.content-text{
	border:solid 1px #313131;
	box-shadow:0 0 0px 1px #f7f7f7 inset;
	-webkit-box-shadow:0 0 0px 1px #f7f7f7 inset;
	color:#2d1608;
	padding:14px 30px;
	text-align:center;
	}
.content-text h1{
	font-family: "HelveticaNeue Ultralight";
	font-size:39px;
	margin-bottom:0px;
	text-transform:uppercase;
	}
.content-text strong{
	border-bottom:solid 1px #000000;
	display:inline-block;
	font-family: "HelveticaNeue Bold";
	font-size:20px;
	letter-spacing:2px;
	padding-bottom:7px;
	margin-bottom:15px;
	}
.content-text .jazz{
	font-size:14px;
	text-transform:uppercase;
	}
.content-text p{
	font-size:13px;
	}










section h3{
	font-size:26px;
	}
	


/* Footer start here
====================*/
.footer{
	color:#2d1608;
	font-family: "Helvetica LTStd Roman";
	text-align:center;
	padding:20px 0;
	}
.footer .container{
	}

.footer a{
	color:#2d1608;
	}
.footer nav ul{
	margin:0 0 5px 0;
	}
.footer nav li{
	border-right: 1px solid #2d1608;
    line-height: 11px;
	}
.footer nav li:last-child{
	border-right:none;
	}
.copyright{
	font-size:16px;
	}