.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    //display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
a{text-decoration:none;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
a:hover {
  //border-radius: 50%;
  //-webkit-transform: rotate(360deg);
    // -moz-transform: rotate(360deg);
      // -o-transform: rotate(360deg);
     // -ms-transform: rotate(360deg);
          //transform: rotate(360deg);
		 // z-index:5555;
		    //height: 90%;
			//width: 90%;

}
li{ list-style-type:none;
}
h1,h2,h3,h4,h5,h6,ul,li{ margin:0;
padding:0;
}
*{ margin:0;
padding:0;
}
input[type="submit"]{ cursor: pointer;
}
/*=======================================================*/
body{ font-family:Vani;
font-size:0.75em;
background:url(images/all_bg.png) no-repeat center top,#541d0c;
}
.wrapper{ width:100%;
float:left;
}
.inner_wrapper{ width:90%;
max-width:960px;
margin:0 auto;
}
.header{ width:100%;
float:left;
}
/****************************************************************/
#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-family:Vani;
	}

	#menu {
		//width: 960px;
		//margin: 60px auto;
		//border: 1px solid #222;
		//background-color: #111;
		//background-image: linear-gradient(#444, #111);
		//border-radius: 6px;
		//box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}

	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}

	#menu:after {
		clear: both;
	}

	#menu {
		zoom:1;
	}

	#menu li {
		float: left;
		//border-right: 1px solid #222;
		//box-shadow: 1px 0 0 #444;
		position: relative;
	}

	#menu a {
		float: left;
		padding: 12px 10px;
		color:#faeebc;
		text-transform: uppercase;
		//font: bold 12px Arial, Helvetica;
		text-decoration: none;
		//text-shadow: 0 1px 0 #000;
		font-size:14px;
		
	}

	#menu li:hover > a {
		color: #fafafa;
	}

	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}

	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    
		//background: #444;
		//background: linear-gradient(#444, #111);
		//box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
		background-color: #541d0c;
		background-image: linear-gradient(#541d0c, #702f1a);
		border-radius: 3px;
		transition: all .2s ease-in-out;  
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
		z-index: 9999;
	}

	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}

	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		//box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}

	#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}

	#menu ul a {    
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}

	#menu ul a:hover {
		background-color: #541d0c;
		background-image: linear-gradient(#541d0c, #702f1a);
	}

	#menu ul li:first-child > a {
		border-radius: 3px 3px 0 0;
	}

	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #702f1a;
	}

	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}

	#menu ul li:first-child a:hover:after {
		border-bottom-color: #541d0c; 
	}

	#menu ul ul li:first-child a:hover:after {
		border-right-color: #541d0c; 
		border-bottom-color: transparent; 	
	}

	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

	/* Mobile */
	#menu-trigger {
		display: none;
	}

	@media screen and (max-width: 660px) {

		/* nav-wrap */
		#menu-wrap {
			position: relative;
		}

		#menu-wrap * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		/* menu icon */
		#menu-trigger {
			display: block; /* show menu icon */
			height: 40px;
			line-height: 40px;
			cursor: pointer;		
			padding: 0;
			border: 1px solid #521c0c;
			color: #fafafa;
			font-weight: bold;
			
			background: #521c0c; /* Old browsers */
background: -moz-linear-gradient(top,  #521c0c 0%, #76260f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#521c0c), color-stop(100%,#76260f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #521c0c 0%,#76260f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #521c0c 0%,#76260f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #521c0c 0%,#76260f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #521c0c 0%,#76260f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#521c0c', endColorstr='#76260f',GradientType=0 ); /* IE6-9 */

			border-radius: 6px;
			box-shadow: 0 1px 1px #521c0c, 0 1px 0 #521c0c inset;
		}

		/* main nav */
		#menu {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
			background-color: #521c0c;
			display: none;
			box-shadow: none;		
			z-index: 555;
		}

		#menu:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #521c0c;
		}	

		#menu ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			box-shadow: none;				
		}

		#menu ul ul {
			margin: 0 0 0 20px !important;
			box-shadow: none;		
		}

		#menu li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 5px;
			box-shadow: none;			
		}

		#menu ul li{
			margin-left: 20px;
			box-shadow: none;		
		}

		#menu a{
			display: block;
			float: none;
			padding: 0;
			color: #999;
		}

		#menu a:hover{
			color: #fafafa;
		}	

		#menu ul a{
			padding: 0;
			width: auto;		
		}

		#menu ul a:hover{
			background: none;	
		}

		#menu ul li:first-child a:after,
		#menu ul ul li:first-child a:after {
			border: 0;
		}		

	}

	@media screen and (min-width: 660px) {
		#menu {
			display: block !important;
		}
	}	

	/* iPad */
	.no-transition {
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}

	#menu li:hover > .no-transition {
		display: block;
	}
/****************************************************************/
.hed_left{ width: 38%;
width: 38%;
float: left;
position: relative;
/* left: 130px; */
z-index: 555;
}
.hed_left img{ 
width: 100%;
min-width: 455px;
max-width: 570px;
position: absolute;
z-index: 560;
left: -28%;
}
.hed_right{ width:60%;
float:right;
}
.social{ width:100%;
float:right;
color:#faeebc;
}
.social ul{ float:right;
}
.social ul li{ float:left;
margin:10px 5px;
}
.social ul li h3{ margin-top:10px;
}
.topi{ position:relative;
top: 10%;
right: 9%;
z-index: 222;
}

.topi img { 
width: 100%; min-width: 188px; max-width: 188px; position: absolute; z-index: 561; left: 93%;top: -50px
}

.content{ width:100%;
float:left;
}
.con_i{ width:96%;
padding:2%;
float:left;
background:url(images/slider_bg.png);
}
.con_ii{ width:100%;
float:left;
}
.con_ii_left{ background:url(images/bg_left.png) no-repeat top center;
width:73%;
//height:500px;
float:left;
}
.con_ii_left_i2{ width:90%;
float:left;
padding:7% 5%;
color:#521c0c;
font-weight:bold;
margin-bottom:15%;
}
.con_ii_left_i2{ width:90%;
float:left;
padding:7% 5%;
color:#ooo;
font-weight:bold;
margin-bottom:15%;
}
.con_ii_left_i a{color:#521c0c;
}
.con_ii_left_i p{ margin:5px 0;
}
.con_ii_left_ii{ width:100%;
float:left;
padding:10% 0;
color:#faeebc;
}
.con_ii_left_ii a{ color:#faeebc;
}
.con_ii_left_ii li{ float:left;
width:30%;
margin:2% 1.5%;
}
.con_ii_left_ii li img{ width:100%;
}
.con_ii_right{ width:25%;
float:right;
}
/********************************************/

.video_box iframe{ width:100% !important;
height: 200;
}
.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 57.25%;
}
 
.js-video.vimeo {
  padding-top: 0;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
/***************************************************/
.con_ii_right_i{ width:94%;
float:left;
background:url(images/video.png) no-repeat center;
margin:30px 0;
color:#faeebc;
padding:3%;
background-size:100%;
}
.con_ii_right_ii{ width:100%;
float:left;
margin:30px 0;
background: no-repeat center top;
padding-top:90px;
}
.con_ii_right_ii li{ width:90%;
float:left;
margin:5px 5%;
}
.con_ii_right_ii li input[type=text]{ width:100%;
//margin:0 5%;
height:27px;
background:#170600;
border:1px solid #faeebc;
}
.con_ii_right_ii li textarea{ width:100%;
//margin:0 5%;
height:70px;
background:#170600;
border:1px solid #faeebc;
}
.con_ii_right_ii li input[type=submit]{ border:none;
background:none;
color:#968542;
 font-family:Vani;
 font-size:18px;
 margin-bottom:50px;
}
.footer{ width:100%;
float:left;
padding: 20px 0 10px 0;
color:#faeebc;
text-align:center;
background:url(images/footer.jpg) no-repeat top center,#180700;
}
.footer a{ color:#faeebc;
float:left;
width:100%;

}
.footer p{ width:100%;
float:left;
//margin:5px 0;
}
.footer li{ padding:0 7px;
float:left;

}
.footer ul{ display:inline-block;
}
/****************************************************/
.about{ width:89%;
padding:5%;
color:#faeebc;
border:1px dotted #faeebc;
margin:40px 0 30px 0;
}
.about p{ font-size:14px;
}
.center_im{ text-align:center;
padding:30px 0;
}
.center_im img{ width:100%;
max-width:400px;
}
.about_ii_left{ //background:url(images/bg_left.png) no-repeat top center;
width:73%;
//height:500px;
float:left;
}
.rslides{ max-width:960px !important;
}
/*********************************************************/
.contact_form{ width:100%;
float:left;
margin-bottom:20px;
}
.contact_form ul{ width:100%;
padding:20px 0;
}
.contact_form ul li{ width:100%;
float:left;
padding:7px 0;
}
.contact_form ul li input[type=text]{background: #441304;
color: #905E3B;
font-size: 15px;
height: 28px;
padding: 0 5px;
//width: 619px;
margin-bottom: 10px;
border:1px solid #86613b;
width:98%;
}
.contact_form ul li textarea{background: #441304;
color: #905E3B;
font-size: 15px;
height:100px;
padding: 0 5px;
//width: 619px;
margin-bottom: 10px;
border:1px solid #86613b;
width:98%;
}
.contact_form ul li input[type=submit]{ background:url(images/content_us_sbmt.png) no-repeat;
width:128px;
height:50px;
border:none;
font-size:22px;
color: #F8CD94;
font-family: Vani;
}
.Location{ width:100%;
margin:20px 0;
}
.Location iframe{ width:100%;
float:left;
}
.map{ width:98%;
float:left;
border:5px solid #86613b;
}
/*.......................................*/
.con_ii_prod{ width:73%;
border:5px thick #903;
//height:500px;
float:left;
}
.con_ii_prod_i{ width:90%;
float:left;
padding:7% 5%;
color:#521c0c;
font-weight:bold;
margin-bottom:15%;
}
.con_ii_prod_i a{color:#521c0c;
}
.con_ii_prod_i p{ margin:5px 0;
}
.con_ii_prod_ii{ width:100%;
float:left;
padding:0% 0;
color:#faeebc;
}
.con_ii_prod_ii a{ color:#faeebc;
}
.con_ii_prod_ii li{ float:left;
width:30%;
font-size:14px;
margin:2% 1.5%;
}
.con_ii_prod_ii li img{ width:100%;
}

/********************************************/
/*================================================= */
/* #Media Queries
================================================== */
/********************************************************/
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width:100px) and (max-width:660px) {
.hed_left{ width:100%;
 position: relative;
 text-align:center;
}

body{ font-family:Vani;
font-size:0.68em;
}

.hed_left img{ 
width: 100%;
min-width: 405px;
max-width: 455px;
position: absolute;
z-index: 560;
left: -13%;
}
.topi{ display:none;
}
.navi{ width:35%;
float:right;
text-align:center;
}
.hed_right{ width:100%;
}
.social{ width:100%;
float:left;
text-align:right;
}
.social ul li{ float:right;
}
.social ul li:first-child{ width:100%;
}
.con_ii_left{ width:100%;
}
.con_ii_left_ii li{ width:97%;
}
.con_ii_right{ width:100%;
}
.footer li{ width:100%;
border-bottom:1px dashed #faeebc;
padding:10px 0;
}

.con_ii_left_i2{ width:90%;
float:left;
padding:7% 3%;
color:#ooo;
font-weight:bold;
margin-bottom:15%;
}

.footer{ background:#180700;
}
.con_ii_right_ii{ background:none;
padding:0;
}
.about_ii_left{ width:100%;
}
.contact_form ul li input[type=text]{ width:95%;
}
.contact_form ul li textarea{width:95%;
}
.map{ width:96%;

}
.con_ii_prod{ width:100%;
}

.con_ii_prod_ii ul li figcaption h3 a {
	font-size:0.7em;
}



} 
/********************************************************/
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width:661px) and (max-width:980px) {
.hed_left{ width: 38%;
width: 38%;
float: left;
position: relative;
/* left: 130px; */
z-index: 555;
}
.hed_left img{ 
width: 100%;
min-width: 420px;
max-width: 570px;
position: absolute;
z-index: 560;
left: -23%;
}
.topi{ position:relative;
top: 10%;
right: 9%;
z-index: 222;
}


.topi img { 
width: 100%; min-width: 128px; max-width: 128px; position: absolute; z-index: 561; left: 93%;top: -20px
}

.navi{ width:100%;
float:left;
}
.hed_right{ width:60%;
}
.social{ width:100%;
float:left;
text-align:left;
}
.social ul li{ float:left;
}

.con_ii_left_i2{ width:90%;
float:left;
padding:7% 3%;
color:#ooo;
font-weight:bold;
margin-bottom:15%;
}
/* .social ul li:first-child{ width:100%;
} */
/*.con_ii_left{ width:100%;
}
.con_ii_left_ii li{ //width:97%;
}
.con_ii_right{ width:100%;
} */
.footer li{ width:100%;
border-bottom:1px dashed #faeebc;
padding:10px 0;
}
.footer{ background:#180700;
}
/* .con_ii_right_ii{ background:none;
padding:0;
}
.about_ii_left{ width:100%;
} */
}newtabletext {
	font-family: Verdana, Geneva, sans-serif;
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width:981px) and (max-width:1200px) {
.hed_left{ width: 38%;
width: 38%;
float: left;
position: relative;
/* left: 130px; */
z-index: 555;
}
.hed_left img{ 
width: 100%;
min-width: 442px;
max-width: 570px;
position: absolute;
z-index: 560;
left: -23%;
}
.topi{ position:relative;
top: 10%;
right: 9%;
z-index: 222;
}

.topi img { 
width: 100%; min-width: 128px; max-width: 128px; position: absolute; z-index: 561; left: 94%;top: -50px
}
	
}

newtabletext {
	font-family: Verdana, Geneva, sans-serif;
}
.wrapper .content .inner_wrapper .con_ii .con_ii_left.clearfix .con_ii_left_ii table tr td {
	font-family: Verdana, Geneva, sans-serif;
}
tabletext {
	color: #000000;
}
new_big_font {
	color: #FFFFFF;
}
new_big_font {
	font-weight: normal;
}
