h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: normal;
}
h1 {
	font-size:28px;
	margin:0 0 15px;
}
h2 {
	font-size:24px;
	margin:0 0 14px;
}
h3 {
	font-size:20px;
	margin:0 0 12px;
}
h4 {
	font-size:18px;
	margin:0 0 12px;
}
h5 {
	font-size:16px;
	margin:0 0 10px;
}
h6 {
	font-size:14px;
	margin:0 0 10px;
}
ul,ol {
	margin-bottom:10px;
	padding-left:15px;
}
li {
	margin:0 0 10px;
	padding:0;
}
label, span, strong, em {
	display:inline-block;
}
label{font-weight: normal; margin: 0;}
a {
	text-decoration:none;
	border:none;
	outline:none;
	display:inline-block;
	color:#e32600;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
a:hover {
	color:#333;
	text-decoration: none;
}
a:focus {
	outline:none;
	text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	/*filter:chroma(color=#fff);*/
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:5px 0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin:0;
	padding:0;
	border:0;
	display: block;
}
form {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
	display:block;
}
a, img a, img, a img {
	border:0;
	outline:0;
	text-decoration:none;
}
::-moz-selection {
 background:#fff;
 color:#fff;
 text-shadow:none;
}
::selection {
	background:#fff;
	color:#fff;
	text-shadow:none;
}

a:hover, a:active {
	outline:0;
}
.spacer, .clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	display:block;
}
p {
	padding-bottom:13px;
	margin:0;
}
/*p, li{line-height: 23px;}*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
table {
	border:none;
	border-collapse:collapse;
	border-spacing: 0;
}
table th, table td {
	padding:5px 12px;
	vertical-align:top;
	border:1px solid #78706c;
}
.align_center {text-align:center;}
.align_justify {text-align:justify;}
.align_right{text-align:right;}
input[type="submit"], input[type="button"]{border:none;}

input[type="text"],input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	height:38px;
	background:#fff;
	border:1px solid #ccc;
	color:#737373;
	outline:none;
	margin-bottom:13px;
	font-family: 'verdana';
	font-size:14px;	
	vertical-align:middle;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-box-shadow:0 0 3px 0 #ddd inset;
	box-shadow:0 0 3px 0 #ddd inset;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
}
textarea {
	height:100px;
	resize:none;
	overflow:auto;
}
select{cursor:pointer;}
input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus,textarea:focus, select:focus{
	background:#fffff9;
	border-color:#b3b3b2;
	/*-webkit-box-shadow: 0 0 5px 2px #ebebeb;
	-moz-box-shadow: 0 0 5px 2px #ebebeb;
	box-shadow: 0 0 5px 2px #ebebeb;*/
}

input[type="submit"], input[type="reset"], input[type="button"], a.btn,.btn, button[type="submit"], button[type="reset"] {
	/*border:1px solid #4d84f3;*/
	border:none;
	height:38px;
	line-height:38px;
	display:inline-block;
	padding:0 25px;
	font-size:16px;
	cursor:pointer;
	text-transform:uppercase;
	position: relative;
	outline:none;
	border-radius: 0;
	text-align: center;
	font-family: 'open_sanssemibold';
	vertical-align:top;
	-moz-transition:all 250ms ease-in-out 0s;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
}
a.btn{line-height:38px;}
input[type="submit"], input[type="button"], a.btn,button[type="submit"]{
	background-color:#c72b03;
	color:#fff;
}
input[type="submit"]:hover, input[type="button"]:hover, a.btn:hover, button[type="submit"]:hover {
	background-color:#f55126;
    color: #fff;
}
input[type="reset"],button[type="reset"]{
	background-color:#e29934;
	color:#fff;
}
input[type="reset"]:hover, button[type="reset"]:hover{
	background-color:#f9b75d;
	color: #fff;
}


/*---- colored button ----*/
input[type="submit"].btn-green, input[type="button"].btn-green, a.btn.btn-green{	
	background:#3fad34;
}
input[type="submit"].btn-green:hover, input[type="button"].btn-green:hover, a.btn.btn-green:hover{	
	background:#40c332;
}
/*---- colored button ----*/
textarea,
input[type="text"],input[type="email"]
input[type="button"],
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
	 margin-left:5px;
}

input[type="radio"], input[type="checkbox"],select{cursor:pointer; outline:none;}
input[readonly="readonly"]{cursor:not-allowed;background:#f4f4f4 !important;}
.container:after{
	content:"";
	display:block;
	clear:both;
}
::selection {
	background:#bbb;
}
::-moz-selection {
background:#bbb
}
.table_box{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}
.table_box_cell{
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
}
.table_box_cell img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: inline;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbook';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'originregular';
    src: url('../fonts/origin-regular-webfont.eot');
    src: url('../fonts/origin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/origin-regular-webfont.woff') format('woff'),
         url('../fonts/origin-regular-webfont.ttf') format('truetype'),
         url('../fonts/origin-regular-webfont.svg#originregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff2') format('woff2'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neogrey_mediummedium';
    src: url('../fonts/neogreymedium-webfont.woff2') format('woff2'),
         url('../fonts/neogreymedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {	
	font-family: 'open_sansregular';
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#484646;
    -webkit-text-size-adjust:100%
}
body, html{overflow-x: hidden;}
/* defult css Styles
---------------------------------*/
.error {
    background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 11px 5px;
    border: 1px solid #de7a7b;
    border-radius: 5px;
    color: #c00;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
	text-align: left;
}
.success {
    background: url(../images/success-icon.png) no-repeat scroll 10px 5px #eaf7d9;
    border: 1px solid #6d9d03;
    border-radius: 5px;
    color: #425c05;
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 6px 5px 6px 40px;
	text-align: left;
}
.error p, .success p, .information p {
	padding:0;
	font-size:12px;
}
.scrollup {
    background: rgba(0,0,0,.5) url(../images/scroll-top.png) no-repeat center center;
    bottom: 32px;
    display: none;
    height: 52px;
    position: fixed;
    right: 10px;
    width: 52px;
    z-index: 999;
}
.logo{
	width:207px;
	float: left;
	margin: 3px 0;
	-webkit-transition:all 250ms ease-in-out 0s;
	transition:all 250ms ease-in-out 0s;
}
.logo a{display:block;}
.logo img{
	width:100%;
	height:auto
}
.header_top_right{float: right;}

header {
	border-top: 4px solid #64160f;
}
.header_right {
	float: right;
	padding-top: 6px;
	height: 38px;
	position: relative;
	background: #64160f;
}

.header_right:before {
	height: 38px;
	width: 35px;
	left: -35px;
	position: absolute;
	top: 0;
	content: "";
	display: block;
	background: url(../images/sprite.png) no-repeat;
}
.header_right:after {
	height: 38px;
	width: 1700px;
	left: 100%;
	position: absolute;
	top: 0;
	content: "";
	display: block;
	background: #64160f;
}
.top_link {
	float: right;
}
.top_link ul {
	padding: 0;
	margin: 0
}
.top_link ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border: none;
}
.top_link ul li {
	padding: 0;
	margin: 0 0 0 18px;
	float: left;
	list-style-type: none;
	font-size: 15px;
	color: #fff;
}
.top_link ul li.tphone i {
	margin-top: 0px;
	font-size: 25px;
}
.top_link ul li a {
	color: #fff;
}
.top_link ul li a:hover {
	color: #e32600;
}
.top_link ul li i {
	margin: 4px 8px 0 0;
	font-size: 18px;
	vertical-align: top;
	cursor: pointer;
}
.social_link {float: right; padding-left: 13px; border-left: 1px solid #c2c0c0;}
.social_link a:first-child{margin-left:0;}
.social_link a {
	color:#fff;
	font-size:18px;
	width:33px;
	height:33px;
	line-height:33px;
	text-align:center;
	float: left;
	margin-left:6px;
	border-radius: 6px;
}
.social_link a.tw{background: #5EA9DD;}
.social_link a.you{background: #C2171D;}
.social_link a.fb{background: #3765A3;}

.social_link a:hover {
	color:#fff;
}
.social_link a.tw:hover {
	background:#7fc4f4;
}
.social_link a.you:hover {
	background:#e51920;
}
.social_link a.fb:hover {
	background:#5487cc;
}
.search_top_block{
	float: right;
	position: relative;
}
.soc_search{float: right; margin-top: 30px;}
.search_show{
	cursor: pointer;
	width: 38px;
	height: 33px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #818181;
}
.search_form{
	position: relative;
	border: 1px solid #cdcdcd;
	padding: 0 35px 0 0;
	height: 33px;
	border-radius: 3px;
	position: absolute;
	right: 9px;
	top: 0;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
	display: none;
	z-index: 3;
	background: #fff;
}
.search_form input[type="text"]{
	background: none;
	margin: 0;
	padding: 5px;
	border: none;
	height: 30px;
	line-height: 30px;
	border-radius: 3px 0 0 3px;
	width: 220px;
	font-size: 14px;
	vertical-align: top;
	transition: all 400ms ease 0s;
}
.search_form button[type="submit"]{
	width: 33px;
	height: 33px;
	line-height: 25px;
	background: #64160F;
	color: #fff;
	border: none;
	border-radius: 0 3px 3px 0;
	position: absolute;
	right: -1px;
	top: -1px;
	padding: 0;
	font-size: 14px;
	text-align: center;
}
.search_form button[type="submit"]:hover{
	background: #8e2d25;
	color: #fff;
}

.ss_form .search_form{
	display: block;
}
.header_middle{
	background: #000;
	border-bottom:4px solid #fff;
}
.sticky .header_middle{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10002;
	bottom: auto;
	background: rgba(0,0,0,.7);
	border-bottom: none;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.35);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.35);
}
.sticky .common_banner{margin-top: 54px;}
.nav ul {
	margin:0;
	padding:0;
	display: inline-block;
}
.nav ul li {
	margin:0 0 0 7px;
	position:relative;
	float:left;
	padding: 0;
	text-transform: uppercase;
	list-style-type: none;
    font-size: 17px;
	font-family: 'oswaldlight';
	text-align: center;
}
.nav ul li:first-child {margin-left: 0;}
.nav ul li a{
	color:#fff;
	position: relative;
	padding: 14px 20px;
	line-height: 17px;
}
.nav ul li a span{
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 20px;
	right: 20px;
	background: #ef5a2f;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.nav ul li a:hover span, .nav ul li.active a span{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav ul li.active a, .nav ul li a:hover {
	color:#ef5a2f;
}
.nav ul li.active a span:after{
	display: block;
}
.bx_slidewrap{
	width: 100%; 
	overflow: hidden; 
	visibility: hidden; 
	max-height: 612px; 
	text-align: center;
}
.bxslider{
	padding: 0;
	margin: 0;
}
.bxslider li{
	padding: 0;
	margin: 0;
	line-height: normal;
	list-style-type: none;
	height: 513px !important;
}
.bx_slidewrap .bx-wrapper{
	background: #fff;
	border: none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin: 0;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction a{
	width: 61px;
	height: 61px;
	margin-top: 0;
	top: 46%;
}
.bx_slidewrap .bx-wrapper .bx-controls-direction a:hover{opacity: .6;}
.bx_slidewrap .bx-wrapper .bx-prev{
	background-position: 14px 0;
	left: -60px;
}
.bx_slidewrap .bx-wrapper .bx-next{
	background-position: 13px -104px;
	right: -60px;
}

.bx_slidewrap .bx-wrapper:hover .bx-prev{
	left: 2%;
}
.bx_slidewrap .bx-wrapper:hover .bx-next{
	right: 2%;
}

.bx-controls
.bx_slidewrap .bx-wrapper .bx-controls-direction a:hover{opacity: .6;}
.bx-wrapper img{max-width: 100%; display: inline;}

.home_slider .sliderContainer{position: relative;}
.home_slider .controllerNav{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -30.5px 0 0;
}
.home_slider .controllerNav .left, .home_slider .controllerNav .right{
	background: rgba(0, 0, 0, 0) url("../images/controls.png") no-repeat scroll 0 -1px;
	width: 35px;
	height: 61px;
	margin: 0;
	top: 0;
	left: -100px;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.home_slider .controllerNav .right{
	left: auto;
	right: -100px;
	background-position: 0 -105px;
}
.home_slider img{max-width: 100%; display: inline;}
.home_slider .sliderContainer:hover .controllerNav .left{left: 0;}
.home_slider .sliderContainer:hover .controllerNav .right{right: 0;}

.slide_content{
	position: absolute;
	left: 5%;
	right: 5%;
	bottom:16%;
	z-index: 2;
	text-align: center;
}
.slide_text h4{
	color: #fff;
	font-size: 45px;
	margin: 0;
	display: inline-block;
	font-family: 'neogrey_mediummedium';
	background: rgba(0,0,0,.8);
	border: 3px solid #a09e9c;
	padding: 15px 28px;
}

.body_wrapper{
	padding: 40px 0 120px;
}
.home .body_wrapper{padding-top: 0;}

.home_about{
	background: #f0f0ef;
	padding: 55px 0 105px;
	margin-bottom: 54px;
}
.abt_hcont{padding-bottom: 12px;}
.heading_cont{
	font-family: 'oswaldlight';
	font-size: 30px;
	color: #000;
	margin-bottom: 17px;
	text-transform: uppercase;
}
.readmore{
	height: 30px;
	line-height: 26px;
	background: #fff;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	padding: 0 34px;
	border: 2px solid #ef5a2f;
	font-family: 'oswaldlight';
	border-radius: 15px;
}

.readmore:hover{
	/*background: #ef5a2f;*/
	color: #fff;
}
.about_image{
	width: 558px;	
}
.about_image img{
	width: 100%;
	height: auto;
}
.image_below{float: right;}
.image_border{
	position: relative;
}
.image_border:after{
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid #fff;
	position: absolute;
	content: "";
	display: block;
}
.abt_right .image_border{
	position: absolute;
	left: 15px;
	top: 62px;
	z-index: 2;
}
.heading{
	font-size: 25px;
	color: #232323;
	margin: 0 0 42px;
	position: relative;
	text-align: center;
}
.heading > span{
	position: relative;
}
.heading > span:before, .heading > span:after{
	content: "";
	width: 21px;
	height: 37px;
	background: #fff;
	position: absolute;
	display: block;
	top: 23px;
	left: -15px;
	z-index: 3;
}
.heading > span:after{
	left: auto;
	right: -18px;
}
.heading:after{
	left: 0;
	right: 0;
	top: 43px;
	position: absolute;
	content: "";
	display: block;
	height: 1px;
	background: #999;
	z-index: 0;
}
.heading .headspan{
	color: #060507;
	font-family: 'originregular';
	font-size: 40px;
	padding: 9px 20px;
	position: relative;
	z-index: 2;
}
.heading .headspan strong{
	font-weight: normal;
	color: #e32600;
}
.heading .headspan:before, .heading .headspan:after{
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	border: 1px solid #999;
	background: #fff;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	right: 0;
}
.heading .headspan:before{
	left: 8px;
	right: -8px;
	top: 8px;
}
.home_about .heading .headspan:after, .home_about .heading .headspan:before{background: #f0f0f0;}
.home_about .heading > span:before, .home_about .heading > span:after{background: #f0f0f0;}

.product_home_wrap{
	margin-bottom: 50px;
}
.product_wrap ul{
	padding: 0;
	margin: 0 -16px;
}
.product_wrap ul li{
	padding: 0 15px;
	margin: 0 0 20px;
	list-style-type: none;
}
.view_wrap{padding-top: 20px;}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0.1s;
     -moz-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.filter_link{text-align: center;}
#filter{
	margin: 0 0 20px;
    padding: 0;
	display: inline-block;
}
#filter li{
	margin: 0;
    padding: 0;
	list-style:none;
    display: inline-block;
	font-family: 'oswaldlight';
}
#filter li:last-child{margin: 0;}
#filter li a{
    color: #484646;
    display: block;
    padding: 0 8px;
    font-size: 15px;
    text-transform: uppercase;
}

#filter li a:hover{
    color: #e32600;
}
#filter .current, #filter li a.selected{
    color: #e32600;
}
.p_type{display: none;}

@media only screen and (max-width: 1169px) {
	
}
/***** media query ends *****/

.product_box figure{
	position: relative;
	background: #e7e7e7;
	overflow: hidden;
	height: 261px;
}

.product_box figure a{width: 100%; height: 100%;}
.view{
	color: #fff;
	text-transform: uppercase;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -34px;
	font-size: 15px;
	z-index: 3;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	transform: scaleY(0);
}
.view:hover{color:#e32600;}
.product_box figure img{
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.product_box figure:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.product_box figure:hover .view{
	transform: scaleY(1);
}
.p_title{
	margin: 11px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'open_sanssemibold';
}
.p_title a{
	display: block;
	color: #060507;
}
.p_title a:hover{
	color: #e32600;
}
.video_home{
	height: 452px;
	padding: 98px 0 35px;
	background: url(../images/videobg.jpg) no-repeat fixed center;
	-webkit-background-size: cover;
	background-size: cover;
}
.video_box{
	height: 408px;
	background: #000;
	position: relative;
}
.video_box span{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	top: 50%;
	color: #fff;
}
.video_box iframe{
	width: 100%;
	height: 100%;
	border: none;
	z-index: 2;
	position: relative;
}
.shadow_video{
	height: 47px;
	background: url(../images/shadow_vid.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.vid_head{
	font-family: 'originregular';
	color: #fff;
	font-size: 50px;
	line-height: 68px;
}
.video_cont p{color: #fff; padding-bottom: 20px;}
/* Shutter Out Horizontal */
.shutter-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.shutter-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -1px;
  right: -1px;
	border-radius: 15px;
  background: #ef5a2f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.shutter-horizontal:hover, .shutter-horizontal:focus, .shutter-horizontal:active {
  color: #fff;
}
.shutter-horizontal:hover:before, .shutter-horizontal:focus:before, .shutter-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*********footer css **************/
footer{
	position: relative;
	background: url(../images/foot_bg.jpg) no-repeat fixed center;
	-webkit-background-size: cover;
	background-size: cover;
}
.footer_top, .footer-btm, .foot_top_first{position: relative; z-index: 3;}
.foot_hover{
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.footer_top{	
	padding: 38px 0 32px;
}
.footer_top ul{
	padding: 0;
	margin: 0 -15px;
}
.footer_top ul li{
	padding: 0 15px;
	margin: 0;
	list-style-type: none;
}
.foot_top_first{
	padding: 22px 0 0;
}
.foot_top_first .container{position: relative;}

.foot_logo{
	margin-top: -90px;
	float: left;
	box-shadow: 0 -3px 0 0 #e7e7e7;
	position: relative;
}
.foot_logo:hover{//opacity: .9;}
.foot_logo:after{
	height: 73px;
	content: "";
	display: block;
	position: absolute;
	border-left: 5px solid #e7e7e7;
	border-bottom: 73px solid transparent;
	right: -1px;
	top: -3px;
}

.follow_link_foot {margin: 0;}
.follow_link_foot:after {content: ""; display: block; clear: both;}
.follow_link_foot a:first-child{border-left: 1px solid #fff;}
.follow_link_foot a {
	color:#fff;
	font-size:15px;
	width:27px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-left:0;
	border: 1px solid #fff;
	border-left: none;
	float: left;
}
.follow_link_foot a:hover {
	color:#fff;
	line-height: 20px;
}
.follow_link_foot a.tw:hover {
	background-color:#5EA9DD;
}
.follow_link_foot a.fb:hover {
	background-color:#3765A3;
}
.follow_link_foot a.gplus:hover {
	background-color:#DC483B;
}

.float_contact{
	background: #363636;
	padding: 25px 17px;
	float: right;
	margin-top: -89px;
}
.c_float_head{
	text-transform: uppercase;
	color: #ef5a2f;
	font-family: 'open_sanssemibold';
	margin-bottom: 8px;
	font-size: 20px;
}
.float_contact p{
	padding: 0;
	font-size: 16px;
	color: #fff;
	font-family: 'open_sanssemibold';
}
.fl_left {
    margin-right: 142px;
    width: 270px;
}
.contact_us_btn{
	height: 46px;
	line-height: 44px;
	background: #e32600;
	color: #fff;
	font-size: 18px;
	font-family: 'open_sanssemibold';
	float: right; 
	padding: 0 13px; 
	margin: 17px 0 0;
	border-radius: 5px;
}
.contact_us_btn:hover{
	background: #fff;
	color: #e32600;
}

.footer_top .foot_list{padding:0;margin:0;}
.footer_top .foot_list li{
	padding:0;
	margin:0 0 1px 0;
	list-style-type:none;
	font-size:15px;
}
.foot_list.foot_cat li{margin-bottom: 7px;float: left; width: 50%; }
.foot_list li a{	
	color:#fff;
	display:block;
	padding: 3px 0;
	position: relative;
}
.foot_list li a:before{
	width: 0;
	height: 1px;
	content: "";
	display: block;
	left: 0;
	top: 0;
	background: #e32600;
	position: absolute;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.foot_list li a:after{
	width: 0;
	height: 1px;
	content: "";
	display: block;
	left: 0;
	bottom: 0;
	background: #e32600;
	position: absolute;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.foot_list li a:hover{
	color:#e32600;
	padding-left: 4px;
}
.foot_list li.active a{
	color:#e32600;
}
.foot_list li a i{margin-right: 3px;}
.foot_list li a:hover:before, .foot_list li a:hover:after{width: 100%; -webkit-transition: all 300ms ease 100ms; transition: all 300ms ease 100ms;}
.fb_col .foot_heading{padding-bottom: 0;}
.fb_col .foot_heading:after{display: none;}
.foot_heading{
	margin-bottom: 15px;
	padding-bottom: 12px;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
}
.foot_heading:after{
	background: #595858;
	height: 1px;
	width: 90px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
}
.getTouch{padding-bottom: 15px;}
.getTouch ul{padding:0; margin:0;}
.getTouch ul li {
	list-style-type: none;
	display:block;
	margin-bottom:22px;
	overflow:hidden;
	font-size:15px;
	padding: 0;
	color:#fff;
}
.getTouch ul li:hover span{
	background: #e32600;
	border-color: #e32600;
	color: #fff;
}
.getTouch ul li span {
	display:block;
	float:left;
	margin:1px 0 0 0;
	width:40px;
	height:40px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	background: #252525;
	border: 1px solid #5b5b5b;
	color: #595858;
	-webkit-transition:all ease-in-out 400ms 0s;
	-ms-transition:all ease-in-out 400ms 0s;
	transition:all ease-in-out 400ms 0s;
}
.getTouch ul li.location small{margin-top:10px;}
.getTouch ul li.call small {margin-top: 10px;}
.getTouch ul li.msg a {margin-top: 10px;}
.getTouch ul li.msg span {
	margin-top: 3px;
}
.getTouch ul li small {
	display:block;
	font-size:15px;
	color:#fff;
	margin-top:0;
	margin-left: 55px;
}
.getTouch ul li a {
	display:block;
	color:#fff;
}
.getTouch ul li a:hover {
	color:#e32600;
}

.footer-btm {
	padding: 14px 0;
	background:url(../images/fbottom_sep.png) no-repeat center top;
	color:#fff;
	font-size:14px;
}
.footer-btm .left {padding-top:0; float: left; color: #fff;}
.footer-btm .left p{padding: 0;}
.footer-btm .left a{color:#fff;}
.footer-btm .left a:hover{color:#e32600;}

.footer-btm .right {float:right; padding-top:0;}
.footer-btm .right p{padding: 0;}
.footer-btm .right  a{color: #fff;}
.footer-btm .right  a:hover{color:#e32600;}
/**********footer_ends ***************/

.banner{
	position: relative;
}
.banner img{width: 100%; height: auto;}
.about_inner .about_image{
	margin: 0 auto;
	width: 710px;
}

.gallery_wrap ul{
	padding: 0;
	margin: 0 -15px;
}
.gallery_wrap ul li{
	padding: 0 15px;
	margin: 0 0 30px;
	list-style-type: none;	
}
.galbox figure{
	overflow: hidden;
    position: relative;
	height: 280px;
}
.galbox figure a{
	display: block;
}
.galbox figure img{
	width: 100%;
	height: auto;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}
.magnify{
	width: 50px;
	height: 50px;
	position: absolute;
	top: -100%;
	left: 50%;
	margin: -25px 0 0 -25px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	background: rgba(227,38,0,0.6);
	border: 2px solid #e32600;
	border-radius: 50%;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}
.galbox figure:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.galbox figure:hover .magnify{top: 50%;}

.review_wrap ul{
	padding: 0;
	margin: 0;
}
.review_wrap ul li{
	padding: 0;
	margin: 116px 0 0;
	list-style-type: none;	
}

.review_box{
	border: 1px solid #c7c7c7;
	padding: 28px;
	position: relative;
}
.review_image{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 138px;
	border: 1px solid #e3e3e3;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
	position: absolute;
	left: 28px;
	top: -68px;
}
.review_image img{
	-webkit-border-radius: 50%;
	border-radius: 50%;	
	width: 100%;
	height: auto;
}
.review_box:hover .review_image{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.tp_block{
	margin: 0 0 13px 146px;
}
.r_head{
	margin: 0 0 2px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	font-family: 'open_sanssemibold';
}
.rev_des{
	color: #64160f;
	font-size: 15px;
	font-style: italic;
}
.rev_content{
	text-align: justify;
	padding: 0 0 0 32px;
	background: url(../images/quote_open.png) no-repeat;
}
.rev_content p:last-child{padding-bottom: 0;}

.review_wrap ul li:nth-child(2n) .tp_block{
	text-align: right;
	margin-left: 0;
	margin-right: 146px;
}
.review_wrap ul li:nth-child(2n) .review_image{
	left: auto;
	right: 28px;
}
.faq_wrapper{border-top:1px solid #e5e5e5; padding-top: 5px; }
.faq_group{margin: 15px 0 20px;}
.faq_wrapper .faq_heading .c_toggle {
	display:none;
}
.faq_heading {
	margin-bottom:5px;
}
.faq_heading > div {
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	position:relative;
	padding:6px 0 6px 0;
	cursor:pointer;	
}
.faq_heading > div.closed{
	/*border:none;*/	
}
.c_toggle section{padding: 15px 0 0;}
.faq_heading > div.closed h4{color: #e32600;}
.faq_heading > div em{
	background-image:url(../images/b_sidebar_arrow_open1.png);
	background-position:-9px -55px;
	background-repeat:no-repeat;
	display: inline-block;
    height: 21px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 21px;
}
.faq_heading > div.closed em{
	background: url("../images/b_sidebar_arrow_open1.png") no-repeat -11px -9px
}
.faq_heading h4 {
	margin-bottom:0;
	padding-left: 30px;
	color:#060507;
	font-size:16px;
	font-family: "open_sanssemibold";
	margin-bottom:6px;
}
.faq_heading h4 strong{font-weight:normal; padding-right:0;}
.faq_wrapper .faq_heading .c_toggle {
	display:none;
	padding:0 30px 15px;
}
.faq_wrapper .faq_heading .c_toggle p {padding:0;font-size:15px;}
.contact_top{padding-bottom: 45px;}
.heading_cont.small {font-size: 18px; margin-bottom: 9px;}
.contact_t_left{padding-right: 25px;}
.contact_cont {padding-bottom: 20px;}

.c_list h4{
	font-size: 18px;
	margin-bottom: 12px;
	font-family: "open_sanssemibold";
	color: #000;
}
.c_list ul{
	padding: 0;
	margin: 0 0 30px;
}
.c_list ul li{
	padding: 0 0 0 23px;
	background: url(../images/bull_c.png) no-repeat 0 5px;
	margin: 0 0 12px;
	font-size: 16px;
	font-family: "open_sanssemibold";
	list-style-type: none;
}
.contact_t_left .social_link{float: left; border-left: none; padding-left: 0;}

.contact_box{
	border: 3px solid #e1490f;
	padding: 0 17px 28px;
	position: relative;
	margin: 10px 0 0;
}
.cr_head{
	text-align: center;
	margin-bottom: 13px;
}
.cr_head span{
	padding: 4px 16px;
	background: #fff;
	margin: -19px 0 0;
	vertical-align: top;
	font-size: 20px;
	color: #e32600;
	font-family: "open_sanssemibold";
}
.info-cont {
	margin:0 0 24px;
	padding:0;
	list-style:none;
}
.info-cont li {
	display:block;
	overflow:hidden;
	margin-bottom:11px;
	list-style-type: none;
	font-family: 'open_sansbold';
}
.info-cont span {
	display:block;
	color: #767676;
    font-size: 15px;
	text-transform: uppercase;
    margin: 0;
}

.info-cont li small, .info-cont li a {
	display:block;
	color:#000;
	font-size:17px;	
}
.info-cont li em {
	font-style:normal;
	display:block;
}
.info-cont li a:hover {
	color:#7f1634;
}
.info-cont li.phone small, .info-cont li.fax small{
	font-size: 30px;
	line-height: 34px;
}
.info-cont li.location small{
	text-transform: uppercase;	
}

.open_hours{
	text-align: center;
	padding: 6px 0 0;
}
.op_head{
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #e32600;
    font-family: "open_sanssemibold";
	font-size: 18px;
}
.open_hours p{
	padding: 0 0 4px;
	color: #2b2b2b;
	font-family: 'open_sansbold';
}

.contact_map{
	height: 350px;
	margin-bottom: 55px;
}
.contact_map iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.scrolloff {
    pointer-events: none;
}
.contact_bottom{
	position: relative;
	min-height: 500px;
}
.contact_bg{
	background: url(../images/contact_bg.jpg) no-repeat right top;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: calc(50% - 15px);
}
.cf_left{
	background: #e3e6ed;
	width: calc(50% - 15px);
	padding: 43px 26px;
}
.cf_inner{float: right; width: 528px;}
.request-form ul {
	margin:0;
	padding:0;
	list-style:none;
}
.request-form ul li {
	overflow:hidden;
	margin:0;
	padding:5px 0;
}
.request-form input[type="text"] {
	float:left;
	width:49%;
	margin:0;
}
.request-form input[type="text"].rgt {
	float:right;
}
.request-form textarea {
	height:100px;
	margin:0;
}
.request-form input[type="submit"], .request-form input[type="reset"] {
	margin-left:3px;
	padding:0 18px;
}
.btn_wr{float:right;}
.captcha-request {
    float: left;
}
.captcha-request input[type="text"] {
    height: 35px;
    margin: 0;
    width: 155px;
	float:left;
}

.captcha-request img {
    float: left;
    margin-left: 7px;
    width: 80px;
	height:35px;
	border:1px solid #d1d1d1;
}
.captcha-request a.refresh_btn {
	float:left;
	width:22px;
	height:22px;
	background:url(../images/refresh_icon.png) no-repeat;
	margin:8px 6px 0 7px;
	outline:none 0;
	-webkit-transition:all ease-in-out 200ms 0s;
	-ms-transition:all ease-in-out 200ms 0s;
	transition:all ease-in-out 200ms 0s;
}
.captcha-request a.refresh_btn:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.gallery_overpop{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 10010;
	transition: all 400ms ease 0s;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.showgal .gallery_overpop{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.closegal{
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../images/closegal.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 10002;
	cursor: pointer;
}
.gal_overlay{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 10001;
	background: rgba(0,0,0,.8);
}

.gallery_popbox{
	width: 848px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -270px 0 0 -424px;
	z-index: 10002;
}
.p_inner_title{
	font-size:20px;
	margin:0 0 13px;
	font-family: 'open_sansbold';
	color:#6fb246;
}
.project_info{padding-bottom: 30px;}
.project_large{
	float: left;
	width: 697px;
	height: 541px;
	border: 1px solid rgba(255,255,255,.2);
}
.project_large img{
	display: inline;
	vertical-align: middle;
	max-width: 697px;
	max-height: 541px;
}
.pro_table{
	display: table;
	text-align: center;
	width: 100%;
	height: inherit;
}
.pro_cell{
	vertical-align: middle;
	width: inherit;
	height: inherit;
	display: table-cell;
}
#slideshow-carousel a#previous {
	background: #fff;
	cursor: pointer;
	display: block;
	height: 27px;
	line-height: 27px;
	width: 37px;
	text-align: center;
	margin-left: -18px;
	overflow: hidden;
	position: absolute;
	left:50%;	
	top: -31px;
	z-index:999;
	color: #000;
}

#slideshow-carousel a#next2 {
	background: #fff;
	bottom:-31px;
	cursor: pointer;
	display: block;
	height: 27px;
	line-height: 27px;
	width: 37px;
	text-align: center;
	margin-left: -18px;
	overflow: hidden;
	position: absolute;
	left:50%;	
	z-index:999;
	color: #000;
}
#slideshow-carousel a#previous.disable, #slideshow-carousel a#next2.disable {opacity: .2; cursor: default;}
#slideshow-carousel ul{padding:0; position:absolute; width: 130px; margin:0;}
#slideshow-carousel li {cursor:pointer;list-style-type:none; margin:0 0 0; padding:0; float:left;}
#slideshow-carousel {
	position: relative;
	width: 128px;
	float: right;
	margin-top: 0;
}
#slideshow-carousel .viewport {
	height: 541px;
	overflow: hidden;
	position: relative;
	padding: 35px 0;
}
#slideshow-carousel .image_item{
	width: 128px;
	height: 99px;	
	overflow:hidden;
	position:relative;
	background: #fff;
	margin-bottom: 25px;
}
#slideshow-carousel .image_item img {
	width: 128px;
	height: 99px;	
	display:block;
	transition: all 400ms ease 0s;
}
#slideshow-carousel li.select img, #slideshow-carousel li:hover img{opacity:.5;}

/*****product details *******/

#product_tiny a#previous {
	background: #e4e4e4;
	cursor: pointer;
	display: block;
	height: 27px;
	line-height: 27px;
	width: 37px;
	text-align: center;
	margin-left: -18px;
	overflow: hidden;
	position: absolute;
	left:50%;	
	top: -31px;
	z-index:999;
	color: #000;
}

#product_tiny a#next2 {
	background: #e4e4e4;
	bottom:-31px;
	cursor: pointer;
	display: block;
	height: 27px;
	line-height: 27px;
	width: 37px;
	text-align: center;
	margin-left: -18px;
	overflow: hidden;
	position: absolute;
	left:50%;	
	z-index:999;
	color: #000;
}
#product_tiny a#previous.disable, #product_tiny a#next2.disable {opacity: .2; cursor: default;}
#product_tiny ul{padding:0; position:absolute; width: 142px; margin:0;}
#product_tiny li {cursor:pointer;list-style-type:none; margin:0 0 0; padding:0; float:left;}
#product_tiny {
	position: relative;
	width: 142px;
	float: left;
	margin-top: 48px;
	margin-left: 72px;
}
#product_tiny .viewport {
	height: 512px;
	overflow: hidden;
	position: relative;
    padding: 38px 0;
}
#product_tiny .image_item{
	width: 142px;
	height: 142px;	
	display: table;
	text-align: center;
	overflow:hidden;
	position:relative;
	background: #e7e7e7;
	border: 1px solid #bbb;
}
#product_tiny .image_item span{
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 140px;	
}
#product_tiny .image_item img {
	max-width: 140px;
	max-height: 140px;	
	display:inline;
	vertical-align: middle;
	transition: all 400ms ease 0s;
}
#product_tiny li.selected img, #product_tiny li:hover img{opacity:.5;}
.zoom_big{
	float: right;
	margin-left: 25px;
	margin-right: 98px;
	width: 510px;
}
.zoomPic {
	border: 1px solid #ccc;
	width: 510px;
	height: 510px;	
	background: #e7e7e7;
	float: left;	
	/*margin-top: 12px;*/	
}
.details_left{
	display:table;
	width: 100%;
	height: 100%;	
	text-align:center;
}
.details_left .box {
	display:table-cell;
	vertical-align:middle;
	width: inherit;
	height: inherit;
	left: 0;
	position: relative;
	top: 0;	
}
.details_left .box img {
	display: inline-block;
	vertical-align:middle;
}
.zoomPreload{
	left: 50% !important;
	margin: -21px 0 0 -45px !important;
	top: 50% !important;
}
.pname{
	text-align: center;
	font-size: 26px;
	color: #060507;
	margin: 0 0 14px;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
}
.psidebar{width: 260px; float: right;}
.psidebar .heading_cont{
	font-size: 20px;
}
.cat_list ul{
	padding: 0;
	margin: 0;
}
.cat_list ul li{
	padding: 0;
	margin: 0 0 9px;
	list-style-type: none;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'oswaldbook';
}
.cat_list ul li a{
	padding: 9px 10px 9px 22px;
	background: #ebebeb;
	color: #323232;
	display: block;
}
.cat_list ul li a:hover{
	color: #e32600;
	background: #dfdfdf;
	text-indent: 5px;
}
.details_top{padding-bottom: 25px;}
.dm_left .c_list ul li {font-family: 'open_sansregular';}
.dm_left .c_list ul{margin-bottom: 0;}
.dm_left .c_list h4{color: #e32600;}

.price{
	color: #e32600;
	font-size: 40px;
	line-height: 44px;
	font-family: 'open_sanssemibold';
	margin-bottom: 10px;	
}
.shlable{
	font-size: 18px;
	color: #1e1e1e;
	margin-right: 11px;
	vertical-align: top;
	font-family: 'oswaldbook';
}
.details_middle{padding-bottom: 30px;}
.tab_menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tab_menu{margin-bottom: 0;}

.tab_menu ul li {
	display:block;
	float:left;
	list-style-type: none;
	margin: 0;
	text-transform: uppercase;
	font-family: 'open_sanssemibold';
}

.tab_menu ul li a {
	background: #fff;
    color: #a5a4a4;
    font-size: 14px;
    padding: 12px 14px;
	text-align: center;
	border: 1px solid #e8eae8;
	margin-left: -1px;
}
.tab_menu ul li:first-child a{margin-left: 0;}

.tab_menu ul li a:hover, .tab_menu ul li.select a {
	color:#c52d16;
}
.tab_menu ul li.selected{position: relative; z-index: 2;}
.tab_menu ul li.select a{border-bottom-color: transparent;}
.tab_details {
	padding: 19px;
	background: #fff;
	border: 1px solid #e8eae8;
	margin-top: -1px;
}
.tab_infor {
	display: none;	
}
.tab_infor h3 {
	font-size:20px;
	color:#022a3b;
	padding:0;
	margin-bottom:12px;
}
.tab_infor ul {
	margin:0;
	padding:10px 0 15px;
	list-style:none;
}
.tab_infor ul li {
	margin:0;
	padding:0 0 8px;
	font-size:16px;
	color:#4b4b4b;	
	list-style-type: none;
}
.rel_wrap{padding: 40px 0 0;}
.hid_related{ overflow: hidden; top: -37px; position: relative; height: 338px;}
.margin_hid_rel {margin-left: -31px;}
.related_slide_wrap .owl-carousel{padding-top: 45px;}
.related_slide_wrap .product_box{
	margin: 0 0 0 31px;
}
/*.related_slide_wrap .pro_box figure{width: 270px;}*/
.custom_nav .owl-theme .owl-controls{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	height: 18px;
}
.custom_nav .owl-theme .owl-controls .owl-buttons div{
	padding: 0;
	margin: 0 0 0 2px;
	font-size: 0;
	text-indent: -9999px;
	width: 22px;
	height: 22px;
	background:  url(../images/sprite.png) no-repeat;
	opacity: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
	vertical-align: top;
}
.custom_nav .owl-theme .owl-controls .owl-buttons div.owl-prev{
	background-position: -56px 0;
}
.custom_nav .owl-theme .owl-controls .owl-buttons div.owl-next{
	background-position: -84px 0;
}
.rel_wrap .product_box{//width: 262px;}






.pro_cell{
	position: relative;
}
.pro_des{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	text-align: left;
	padding: 5px 15px;
	background: rgba(0,0,0,0.6)
}
.pro_des .des_head{
	color: #fff;
	//font-family: "oswaldlight";
    //font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-family: 'open_sansbold';
}
.pro_des P{
	padding: 10px 0 0;
}
.up_des{
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    transition: all 250ms ease-in-out 0s;
    width: 28px;
}
.upDes .up_des{transform: rotate(180deg);}

.video_overlay{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 10010;
	transition: all 400ms ease 0s;
	transform: scale(1);
	background: rgba(0,0,0,.8);
	padding: 20px 0;
	opacity: 1;
	visibility: visible;
}
.video_back{
	color: #ef5a2f;
	font-size: 18px;
	font-family: 'oswaldbook';
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 30px;
}
.video_back a{
	color: #ef5a2f;
	text-align: center;
}
.video_back a:hover{
	color: #fff;
}
.v_large{
	width: 100%;
	height: 425px;
	line-height: 415px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.v_large img{
	display: inline;
	vertical-align: middle;
	border: none;
	max-width: 100%;
	max-height: 100%;
}
.v_large iframe{
	display: inline;
	vertical-align: middle;
	border: none;
	width: 750px;
	height: 425px;
}
.v_slider_wrap{
    overflow: hidden;
    margin-top: 15px;
}
.v_slider_inner{
    width: 90%;
    margin: 0 auto;
}
.v_slider .item{
    margin: 0 5px;
    position: relative;
}
.v_slider .item a{
    display: block;
}
.v_slider .item img{
	border: none;
	max-width: 100%;
	max-height: 100%;
}
.v_text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 15px;
	padding: 10px;
    transition: all 250ms ease-in-out 0s;
}
.v_slider .item:hover .v_text, .v_slider .selected .v_text{
	background: #fff;
	color: #000;
}
.v_large .data_text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    line-height: 18px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    text-align: center;
}
.slide_prev, .slide_next{
	background: url(../images/v1_slider.png) no-repeat;
	width: 30px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.slide_prev{
	background-position: -1px 0;
	left: 30px;
}
.slide_next{
	background-position: -36px 0;
	right: 30px;
}

.thank_page{text-align:center;}

#load_mr > img {
    display: inline-block;
}

.nav > ul > li > ul.submenu {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 115%;
    left: 0px;
    z-index: 999;
    min-width: 150px;
    background: rgba(0, 0, 0, 0.9);
    width: 200px;
    /*min-width: 150px;*/
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    -webkit-transition: all 350ms ease-in-out 0s;
    -ms-transition: all 350ms ease-in-out 0s;
    -moz-transition: all 350ms ease-in-out 0s;
    transition: all 350ms ease-in-out 0s;
}
.nav > ul > li > ul.submenu > li {
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav > ul > li > ul.submenu > li > a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    line-height: normal;
    height: auto;
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.nav > ul > li > ul.submenu > li:last-child > a {
    border-bottom: none;
}
.nav > ul > li:hover > ul.submenu{
    visibility: visible;
    opacity: 1;
    top: 100%;
    display: block;
}
.nav > ul > li > ul.submenu > li > a:hover, .nav > ul > li > ul.submenu > li.active > a,
.nav > ul > li > ul.submenu li > ul.sub_submenu > li:hover > a{
    color: #ff7125;
}
.nav > ul > li > ul.submenu li:hover ul.sub_submenu {
    display: block;
}
.nav > ul > li > ul.submenu li > ul.sub_submenu {
    position: absolute;
    left: 200px;
    top: 0;
    background: rgba(50, 58, 69, .88);
    width: 400px;
    display: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
}
.nav > ul > li > ul.submenu li > ul.sub_submenu > li {
    margin: 0;
}
.nav > ul > li > ul.submenu li > ul.sub_submenu > li:last-child > a {
    border-bottom: 0;
    border-bottom: 4px solid #C72B03;
}
.nav > ul > li > ul.submenu li > ul.sub_submenu > li > a {
    display: block;
    padding: 7px 8px;
    border-bottom: 1px solid #ddd;
    color: #fff;
}


.hide_info{
	overflow: hidden;
	width: 0;
}


.top_link ul li.tphone span{position: relative;}
.top_link ul li.tphone span em{
	position: absolute;
	right: 0;
	top: 0;
	background: #64160f;
	color: #fff;
	display: inline-block;
	font-style: normal;
	letter-spacing: 0;
	padding: 0 0 0 3px;
}

.breadcrumb {
	background: none;
	margin: -28px 0 0;
	padding: 0;
	float: right
}

.breadcrumb ul {
	padding: 0;
	margin: 0;
}

.breadcrumb ul li {
	padding: 0;
	margin: 0 0 0 7px;
	float: left;
	list-style-type: none;
	color: #64160F;
	font-size: 12px;
	text-transform: uppercase;
}
.breadcrumb ul li.sep{color: #919191;}
.breadcrumb ul li:first-child {
	margin-left: 0;
}

.breadcrumb ul li a {
	color: #919191;
	-webkit-transition: all ease-in-out 200ms 0s;
	-ms-transition: all ease-in-out 200ms 0s;
	transition: all ease-in-out 200ms 0s;
}
.breadcrumb ul li a:hover {
	color: #64160F;
}

.tab_infor form ul{margin: 0 -15px; padding: 0;}
.tab_infor form ul li{padding: 0 15px;}
.tab_infor form ul li textarea{height: 140px;}
.jqzoom img{max-width: 100%;}
.zoomWindow img{max-width: none; width: auto; height: auto;}
.tab_menu_mb{display: none;}
.controllerNav{
    /*position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;*/
}
.controllerNav .left{
    background: #e4e4e4 none repeat scroll 0 0;
    color: #000;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 50%;
    line-height: 27px;
    margin-left: -18px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 37px;
    z-index: 999;
}
.controllerNav .right {
    background: #e4e4e4 none repeat scroll 0 0;
    bottom: 0;
    color: #000;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 50%;
    line-height: 27px;
    margin-left: -18px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 37px;
    z-index: 1;
}

.controllerNav .left.disable, .controllerNav .right.disable {opacity: .2; cursor: default;}
.p_price { 
	color: #000;
	float: right;
	font-size: 15px;
	margin: 11px 0 0 10px;
}
.left_flote{
	text-align: left;
}
 .galbox span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: center;
}
.product_box {min-height: 314px;} 
.galbox{
    position: relative;
    overflow: hidden;
}
.galbox:hover .count_photo{
    top: 0
}
.count_photo{
    position: absolute;
    top: -61px;
    right: 0;
    background: rgb(227,38,0);
    color: #fff;
    padding: 7px 20px;
    border-bottom-left-radius:12px;
	-webkit-transition: all ease-in-out 200ms 0s;
	-ms-transition: all ease-in-out 200ms 0s;
	transition: all ease-in-out 200ms 0s;
}
.galbox span.view{
    line-height: 50px;
}
.galbox figure:hover span.view{
    transform: scaleY(1)
}