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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

body,ul,li,ol,p,h1,h2{
	margin:0;
	padding:0px;	
	font-family: 'Open Sans', sans-serif;
}
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
body{
	background:url(../images/main_bg_01.jpg) center top;	
}
header{
	width:100%;
	float:left;
	border-bottom:1px solid #e8e8e8; 	
}
header aside{
	max-width:950px;
	margin:0 auto;
	width:80%;
	position:relative;
}
header aside img{
	margin:0 auto;
	display:block;
	margin-bottom:25px;
	margin-top:30px;	
}
.outer{
	max-width:950px;
	margin:0 auto;
	width:80%;	
}
.container{
	width:100%;
	float:left;	
}
.test{
	margin:0px;
	padding:0px;	
}
.hgt_150 img{
	height:150px !important;
}
.hgt_110 img{
	height:110px !important;
}
.test li{
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}
.menu{
	width:100%;
	float:left;
	list-style:none;
	text-align:center;	
	font-size:13px;
	margin-top:50px;
	margin-bottom:40px;
}
.menu ul{
	width:100%;
	float:left;	
}
.menu li{
	width:auto;
	display:inline-block;
	position:relative;
}
.menu li a{
	color:#000;
	text-decoration:none;
	padding:6px 16px;
	display:block;
	position:relative;
	z-index:100;
}
.bxslider li{
	height:auto !important;	
}
.menu li a:hover,.menu li.active a{
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
}
.menu li:before{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	content:"";
	position:absolute;
	width:0%;
	height:100%;
	top:0px;
	left:0px;
	background:#5d3b1a;
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0,0,0,.25);
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.25);
}
.menu li:hover:before,.menu li.active:before {
	width:100%;
	color:#fff;
}
.slider{
	width:100%;
	float:left;	
}
.slider ul{
	width:100%;
	float:left;
	list-style:none;	
}
.slider ul li{
	width:23%;
	float:left;
	margin-right:2.5%;	
	height:425px;
	background:rgba(102,102,102,1);
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.slider ul li:last-child{
	margin-right:0px;	
}
.slider ul li img{
	position:absolute;
	min-height:100%;
	min-width:100%;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);	
}
.slider ul li article{
	width:100%;
	height:42%;
	background:#000;
	background:rgba(0,0,0,.8);
	position:absolute;
	bottom:-42%;
	right:0px;	
	color:#fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.slider ul li:hover article{
	width:100%;
	height:42%;
	background:#000;
	background:rgba(0,0,0,.8);
	position:absolute;
	bottom:0px;
	right:0px;	
	color:#fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.txt_1{
	width:80%;
	margin:0 10%;
	margin-top:20px;
	position:absolute;
	top:150px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;	
}
.slider ul li:hover article .txt_1{
	width:80%;
	margin:0 10%;
	margin-top:20px;
	position:absolute;
	top:0px;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;	
}
.txt_2{
	width:80%;
	margin:0 10%;
	margin-bottom:20px;
	position:absolute;
	bottom:-150px;	
	font-size:12px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.slider ul li:hover article .txt_2{
	width:80%;
	margin:0 10%;
	margin-bottom:20px;
	position:absolute;
	bottom:0px;	
	font-size:12px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
h1{
	font-size:20px;
	line-height:20px;	
	font-weight:600;
}
h2{
	font-size:20px;
	line-height:20px;
	font-weight:300;	
}

.txt_2 a{
	text-decoration:none;
	color:#fff;	
}
.txt_2 a:hover{
	text-decoration:underline;	
}
footer{
	width:100%;
	float:left;
	background:#000;	
	margin-top:50px;
}
footer aside{
	max-width:950px;
	width:80%;
	margin:0 auto;
	color:#ebebeb;	
	padding:30px 0;
	font-size:12px;
	font-weight:100;
	text-align:right;
	line-height:30px;
}
footer aside p{
	float:left;	
	text-align:left;
	line-height:30px;
}
footer aside img{
	display:inline-block;	
}
footer aside img:hover{
	opacity:.8;
}
/*inner pages*/
.inner_sldr{
	width:100%;
	height:230px;
	float:left;
	background:#999;
	border-radius:10px;
	position:relative;
	overflow:hidden;	
}
.inner_sldr img{
	width:100%;
	position:absolute;
	min-height:100%;
	top:50%;
	transform:translateY(-50%)
}
.cont_innr{
	width:100%;
	float:left; text-align:center;
}
.cont_innr h2{padding:10px 0; border-bottom: 1px solid #CCC; margin:30px 0;}
.cntnt_left{width:63%; height:auto; float:left; padding-right:5%;}
.cntnt_right{width:30%; height:auto; float:right; }
.cntnt_right h2{margin:0 0 15px 0; padding:7px 0; font-size:16px; background:#CCC; width:100%; color:#333; border-radius:5px;}
.cntnt_left img{float:left; padding:6px 20px 20px 0; max-width:60%;}
.cntnt_left p{text-align:justify; font-size:13px; font-weight:500; line-height:20px;}
.cntnt_left ul{
	list-style-position:inside;
	list-style-type:square;
	text-align:left;
	font-size:14px;
	margin:15px 0;	
}
.bxslider li{ height:380px; width:270px;}
.bxslider{padding:0;}
.bxslider li img{border:1px #CCCCCC solid; width:100%;height:275px;}
.contct{
	width:48%;
	margin-right:4%;
	float:left;
	text-align:left;
}
.contct:last-child{
	margin-right:0px;	
}
form{
	width:100%;
	float:left;
	max-width:400px;
}
.contct form input[type="text"],.contct form textarea{
	margin:0px;
	padding:0px;
	width:96%;
	border:1px solid #ccc;
	color:#000;
	padding:5px 2%;
	margin-bottom:20px;
}
.contct form input[type="submit"]{
	margin:0px;
	padding:0px;
	padding:5px 30px;
	color:rgba(255,255,255,1);
	background:rgba(204,51,51,1);
	border:0px;	
	cursor:pointer;
}
.contct form input[type="submit"]:hover{
	background:rgba(204,0,0,1);
}
.contct form h2{
	margin-top:0px;	
}
.map{
	width:100%;
	float:left;
	margin-top:20px;	
}
.cont_innr h3{
	width:100%;
	border-bottom:1px dashed #ccc;
	text-align:left;
	padding-bottom:7px;
	margin-top:10px;
	padding-left:0px;
	font-weight:300;
}
.more{
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  margin-right:50%;
  margin-bottom:20px;
  z-index:10;
  position:relative;
  background:#5d3b1a;
}
.cont_innr .img_row{
	width:100%;
	float:left;	
}
.cont_innr .img_row img{
	max-width:40%;
	margin-right:5%;	
}
/*.name{
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: -100%;;
  font-size: 12px;
  text-transform:capitalize;
  color: #fff;
  background-color: rgba(66, 69, 76, .9);
  padding: 5px 0px;	
  -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}*/
.name{
 position: absolute;
 width: 100%;
 left: 0px;
 right: 0px;
 bottom: 0%;
 font-size: 12px;
 text-transform:capitalize;
 color: #fff;
 background-color: rgba(66, 69, 76, .8);
 padding: 5px 0px;	
 -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product_box:hover .name{
	bottom:0px;	
}


@media screen and (max-width: 1050px){
.slider ul li{
	height:370px;	
}
}
@media screen and (max-width: 890px){
.menu li a {
	padding: 6px 10px;
}
}
@media screen and (max-width: 780px){
.menu{
	display:none;	
}	
header {
	margin-bottom:30px;	
}
.slider ul li {
	width: 44%;
	margin: 0 3%;
	margin-bottom:30px;
}
.cntnt_right{
	display:none;	
}
.cntnt_left{
	width:100%;
	margin-right:0px;	
}
footer aside{
	text-align:center;	
}
footer aside p{
	text-align:center;	
}
header aside img {
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
}
.contct{
	width:100%;
	margin-right:0px;	
}
.dl-menuwrapper{
	margin-top:	30px;
}
}
@media screen and (max-width: 550px){
	.slider ul li {
	width: 90%;
	margin: 0 5%;
	margin-bottom:20px;
}	
header aside img{
	float:left;
	max-width:60%;	
}
.cont_innr .img_row img {
  max-width: 100%;
  margin-right: 0%;
}

}




