html,body{
	height: 100%;
}
body{
	font-family: 'Myriad Pro';
}
a,button{
	cursor: pointer;
}
.nav{
	padding: 10px 0;
	background: #fff;
	position: relative;
	width: 100%;

	position: relative;
	text-align: center;
	z-index: 9;
}
.nav .logo img{
	max-width: 100%;
}
.nav .bars{
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -13px;
	height: 26px;
	width: 26px;
}
.nav .bars i{
	color: #676767;
	font-size: 22px;
}

ul.menu-links{
	margin-top: 25px;
	margin-bottom: 0;
}
ul.menu-links li{
	margin-bottom: 15px;
}
ul.menu-links li a{
	color: #777;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
ul.menu-links li a:focus,
ul.menu-links li a:hover{
	text-decoration: none;
	color: #333;
}
ul.menu-links li a.active{
	color: #212121;
	border-bottom: solid 2px #b8bd33;
}



.owl-dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
 .owl-dots .owl-dot{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #bbbbbb;
	border-radius: 50%;
	margin-right: 3px;
}
 .owl-dots .owl-dot.active{
	opacity: .5;
	filter: alpha(opacity=50);
}

.banner{
	margin-top: -100px;
	/*padding-top: 100px;*/
	width: 100%;
	min-height: 100%;
	background-color: #ccc;
	background-size: cover;
	background-position: center;
	position: relative;
}
.banner .item{
	width: 100%;
	height: 100vh;
	background-color: #ccc;
	background-size: cover;
	background-position: center;
}
.banner .overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.banner h1{
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	font-size: 30px;
}
.banner h3{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	color: #fefefe;
	text-align: center;
	z-index: 2;
}

.about{
	padding: 50px 0;
	background-color: #e3e3e3; 
}
h1.title{
	margin: 0 0 15px;
	width: 100%;
	position: relative;
	font-size: 24px;
	padding-bottom: 8px;
	color: #212121;
}
h1.title:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background-color: #b8bd33;

	content: ' ';
}
.about .desc{
	color: #212121;
	line-height: 22px;
	text-align: center;
}
.about .button button{
	display: inline-block;
	border: none;
	margin-top: 10px;
	height: 35px;
	width: 35px;
	background-color: #f1f1f1;
	color: #b8bd33;
	border-radius: 50%;
	outline: none;
}
.about .long-desc{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 0;
	overflow: hidden;
}
.about .long-desc.show{
	height: auto;
}
.about .button button i{
	line-height: 35px;
	font-weight: normal;
	font-size: 16px;
}
.what-we-do{
	padding: 50px 10px 70px;
	background: #fff;
}
.why-slider{
	margin-top: 10px;
	padding: 0px;
}
.why-slider .item{
	text-align: center;
}
.why-slider .desc{
	border: solid 1px #e3e3e3;
	border-top: none;
	padding: 10px 5px;
}
.why-slider h3{
	font-size: 16px;
	color: #585850;
	margin: 0;
}
.why-slider .item a{
	display: inline-block;
	margin-top: 4px;
	color: #b8bd33;
	text-decoration: none;
}
.why-slider .item img{
	display: block;
	width: 100%;
}
.why-slider .owl-dots{
	bottom: -25px;
}

.bg{
	background: #333;
	background-image: url(bg-img.jpg);
}
.distributor{
	padding: 50px 0 70px;
}
.distributor h1{
	color: #f6f6f6;
}
.distributor .block{
	display: table;
	height: 60px;
	border: solid 1px #484843;
	width: 100%;
	table-layout: fixed;
}
.distributor .block a{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.distributor .block img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 50px;
	width: auto;
}
.distributor .owl-dots{
	bottom: -25px;
}

.footer{
	padding: 30px 0 50px;
	background: #f1f1f1;
	text-align: center;
	color: #524c4c;
	line-height: 24px;
}
.footer h4{
	margin: 0 0 10px;
	font-size: 18px;
	border-bottom: solid 1px #e1e1e1;
	color: #353535;
}
.footer h4 span {
	padding-bottom: 3px;
	display: inline-block;
	border-bottom: solid 1px #b8bd33;
	margin-bottom: -1px;
}
.footer .img{
	padding-top: 25px;
	border-top: solid 1px #e1e1e1;
}
.footer img{
	max-width: 100%;
}
.contact a,
.footer a{
	color: inherit;
	text-decoration: inherit;
	cursor: pointer;
}
.footer .social i{
	color: #444444;
}
.footer .block{
	margin-top: 20px;
}

#side-nav {
  color: black;
  position: fixed;
  z-index: 16;
  bottom: 0;
  top: 0;
  padding: 15px;
  width: 100%;
  background: white;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
       -o-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: -100%;
}
#side-nav.visible {
	left: 0;
}

.close-nav{	
	text-align: center;
}
.close-nav button{
	background: none;
	border: none;
	padding: 10px;
	color: #333;
	font-size: 20px;
}

.inner-page{
	padding: 50px 0 60px;
}
.inner-page h1.title{
	color: #fefefe;
	font-size: 20px;
}
.inner-page h1.title small{
	display: block;
	font-size: 12px;
	color: #fefefe;
	margin-bottom: 4px;
}
div.caption{
	color: #fafafa;
	text-align: center;
}
.inner-page .block{
	border: solid 1px #585855;
	margin-top: 25px;
	/*padding-bottom: 20px;*/
}
.inner-page .owl-dots{
	bottom: -15px;
}
.inner-page .owl-dot{
	height: 4px;
	width: 4px;
	margin-right: 1px;
}
.inner-page .block .desc{
	padding: 5px;
}
.inner-page .block h3{
	color: #fff;
	margin: 12px 0 5px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.inner-page .block .body{
	color: #d0d0d0;
	text-align: justify;
}
.inner-page .block img{
	width: 100%;
}
.inner-page .owl-nav .owl-next,
.inner-page .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	height: 20px;
	width: 20px;
	margin-top: -10px;
	color: #ddd;
	text-align: center;
	background: rgba(0,0,0,.25);
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	cursor: pointer;
}
.inner-page .owl-nav .owl-prev{
	left: 2px;
}

.inner-page .owl-nav .owl-next{
	right: 2px;
}
.fabrics .block{
	border: none;
	border-top: solid 1px #585855;
    padding-top: 30px;
}
.fabrics .block img{
	max-width: 90%;
	width: auto;
	margin: 0 auto;
	display: block;
}
.fabrics .block .desc{
	margin-top: 5px;
	text-align: center;
}
.fabrics .block .body{
	text-align: center;
}
.fabrics .block a.read-more{
	margin-top: 10px;
	display: inline-block;
	background-color: #b8bd33;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
}
.contact .info{
	margin-top: 15px;
	color: #ededed;
}
.contact .info ul{
	clear: both;
}
.contact .info ul li{
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	padding-left: 22px;
}
.contact .info ul li i{
	position: absolute;
	left: 0;
	color: #b8bd33;
	top: 3px;
}
.contact .form{
	color: #ededed;
	margin-top: 15px;
}
.contact .form label{
	font-weight: normal;
	margin-bottom: 2px;
	font-size: 12px;
}
.contact .form .form-group{
	margin-bottom: 7.5px;
}
.contact .form .form-control{
	background: transparent;
	border-radius: 0;
	border-color: #636363;
	box-shadow: none;
	color: #fff;
	height: auto;
	padding: 4px 10px;
	resize: none;
}
.contact .form .form-control:focus{
	border-color: #999;
}
.contact .download{
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	padding: 5px 15px;
	border: solid 1px #636363;
}
.contact .download:hover,
.contact .download:focus{
	border-color: #b8bd33;
}

.contact .form button.btn{
	background: #b8bd33;
	border-radius: 0;
	color: #fff;
	padding: 5px 10px;
}
.contact iframe{
	margin-top: 30px;
}
.contact .form .error{
	color: #F44336;
}
.contact .form .error .form-control{
	border-color: #F44336;
}

@media (max-width: 767px){
	.contact .info{
		margin-top: 30px;
	}
}

@media (min-width: 768px){
	.nav{
		text-align: left;
	}
	.nav .logo{
		float: left;
		width: 25%;
	}
	.nav .menu-links{
		float: right;
		width: 75%;
		text-align: right;
	}
	
	.nav .menu-links li{
		padding: 10px 5px;
	}

	.footer h4,
	.footer .address,
	.footer .phone{
		text-align: left;
	}
	.inner-page .block{
		width: 100%;
	    padding-top: 25px;
	    float: left;
	    border: none;
	    border-top: solid 1px #585855;
	}
	.inner-page .block .img{
		width: 55%;
		float: left;
	}
	.inner-page .block .desc{
		width: 45%;
		float: right;
		padding-left: 15px;
	}
	.inner-page .block h3{
		margin: 0 0 10px;
		text-align: left;
	}
	
	.inner-page .block .img{
		width: 40%;
	}
	.inner-page .block .desc{
		width: 60%;
		float: left;
	}
	
	.fabrics .block img{
		max-width: 100%;
		margin: 0;
	}
	.fabrics .block .desc{
		margin-top: 0;
		text-align: justify;
	}
	.fabrics .block .body{
		text-align: justify;
	}
	.fabrics .block a.read-more{

	}
}