@charset "utf-8";
*, *:after, *:before {box-sizing: border-box;}

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold_1-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular_1-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'LatoRegular';
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	padding: 0;
	margin: 0;
    color: #5f5e5e;
}
body, html{overflow-x: hidden;}
.container{/* width: 100%; padding: 0 25px; */ margin: 0 auto; position: relative;}


/* defult css Styles
---------------------------------*/
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 {display: inline-block;}
p label, p span, p strong {display: inline;}
strong{
	font-weight: normal;
    font-family: 'LatoBold';
}
a, a:focus {
	color: #31a4f5;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a:hover{
	color: #0f5595;
	text-decoration: none;
	outline: none;
}
img {
	border: none;
	outline: none;
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
}
p {
	padding-bottom: 25px;
	margin: 0;
    text-align: justify;
}
p:last-child{padding-bottom: 0;}
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;
}
.container:after, .clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.spacer, .clear {
	height: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
	display: block;
}
/*::-moz-selection{
	background: #f26530;
	color: #fff;
	text-shadow: none;
}
::selection{
	background: #f26530;
	color: #fff;
	text-shadow: none;
}*/
.align_left {text-align: left;}
.align_center {text-align: center;}
.align_justify {text-align: justify;}
.align_right {text-align: right;}
.align_left p, .align_center p, .align_justify p, .align_right p, .text-left p , .text-center p , .text-justify p, .text-right p{text-align: inherit;}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px 12px;
	vertical-align: top;
	border: 1px solid#ccc;
}

form {margin: 0; padding: 0;}
label{
	text-align: left;
    color: #000;
    font-size: 14px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
    font-family: 'RobotoBold';
    text-transform: uppercase;
}
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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 100%;
	height: 48px;
	border: none;
	border: 1px solid #ebebec;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	color: #9e9e9e;
	outline: none;
	line-height: 26px;
	font-size: 14px;
    font-family: 'RobotoRegular';
	vertical-align: middle;
    letter-spacing: 1px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	/*-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);*/
}
textarea {
	height: 165px;
	resize: none;
	overflow: auto;
}
textarea.row3{height: 292px;}
textarea.row6{height: 100px;}
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
	background-position: 102% 22px;
	background-repeat: no-repeat;
	padding-right: 26px;
}
.ui-datepicker{width: 240px;}
#ui-datepicker-div {
	font-size:12px;
}
.ui-datepicker-title select{
	height: 26px;
	background-position: 140% -61px;
	padding: 3px;
	margin: 1px 3px !important;
	width: 45%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;}
.ui-datepicker td span, .ui-datepicker td a{text-align: center;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	width: 25px;
	height: 28px;
	top: 3px;
	border: none;
}
.ui-datepicker .ui-datepicker-prev-hover{left: 2px;}
.ui-datepicker .ui-datepicker-next-hover{right: 2px;}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {  
    opacity: 1;
}

textarea, input[type="text"], input[type="email"], button[type="submit"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
input[type="radio"], input[type="checkbox"]{cursor: pointer; margin: 4px 0 0 0;}
input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important; padding: 5px 10px;}

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, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus, select:focus{
	/*background-color: #fefdea;
	border-color: #c1b1a8;*/
	border-color: #31a4f5;
	outline: none;
}


/* BUTTONs
---------------------------------*/
input[type="submit"], input[type="reset"], input[type="button"], button, .btn {
	background: #0f5595;
	border: 1px solid #0f5595;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
	font-size: 18px;
	line-height: 60px;
    padding: 0 30px;
    text-align: center;
	text-transform: capitalize;
    font-family: 'OpenSansBold';
	outline: none;
	height: 60px;
    min-width: 175px;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    z-index: 0;
	/*font-variant: small-caps;*/
	/*-webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.6);
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.6);*/
}
button i, .btn i{
	vertical-align: middle;
	margin: -2px 5px 0 0;
}
input[type="reset"], button[type="reset"]{
	background-color: #f2530d;
	border-color: #f2530d;
	margin-right: 10px;
}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, .btn:hover, .btn:focus, .btn:active:focus{
    outline: none;
	color: #fff;
	background-color: #31a4f5;
	border-color: #31a4f5;
}
.btn_lightblue, [type="submit"].btn_lightblue, [type="reset"].btn_lightblue{
	background-color: #31a4f5;
	border-color: #31a4f5;
	color: #fff;
}
[type="submit"].btn_lightblue:hover, [type="submit"].btn_lightblue:focus, [type="reset"].btn_lightblue:hover, [type="reset"].btn_lightblue:focus, .btn_lightblue:hover, .btn_lightblue:focus, .btn_lightblue:active:focus{
    background-color: #0f5595;
	border-color: #0f5595;
	color: #fff;
}

.hover_effect{
    position: relative;
    overflow: hidden;
}
.hover_effect:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    top: 0;
    left: -150%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); */
    transform: skewX(50deg);
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.hover_effect:hover:before{left: 150%;}


/* CAPTCHA
---------------------------------*/
.captcha_img{
	float: left;
}
/*.captcha_img > div {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
	margin: 0 0 0 -15px;
}*/
.btn_wr {
    float: right;
}
/* CAPTCHA END */


/* ERROR_MSG
---------------------------------*/
.error, .success, .information {
	background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 12px 14px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 24px;
	min-height: 45px;
    margin: 15px 0 0;
    padding: 12px 5px 12px 40px;
	text-align: left;
}
.success {
    background-image: url(../images/success_icon.png);
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}
.error p, .success p, .information p {
	padding: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-align: left !important;
}
.ErrInqMsg{clear: both;}
/* ERROR_MSG END*/


/*////////////////////////////////////////////////*/


/* COMMON STYLE
---------------------------------*/
.scroll_effect{position: relative; display: none;}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 3;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 22px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 0;
    display: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.scrollup:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0,0,0,0.7);
	color: #31a4f5;
}
.img_l{
    float: left;
    margin: 5px 30px 0 0;
}
.img_r{
    float: right;
    margin: 5px 0 0 30px;
}
.img_l img, .img_r img{display: inline;}
.ul, .alter_list{
	list-style: none;
	padding: 0;
	margin-bottom: -30px;
	overflow: hidden;
}
.ul li, .alter_list li{
	margin-bottom: 30px;
}
.border_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.border_list li{
	margin: 0;
	padding: 45px 0;
	border-bottom: 1px solid #ebebec;
}
.border_list li:first-child{padding-top: 0;}
.border_list li:last-child{padding-bottom: 0; border-bottom: none;}
.bullet{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
	overflow: hidden;
}
.bullet:last-child{margin: 0;}
.bullet li{
    padding-left: 25px;
    margin-bottom: 10px;
	position: relative;
}
.bullet li:before{
    position: absolute;
	content: "\f0a9";
	display: inline;
	font-family: 'FontAwesome';
    color: #31a4f5;
	font-size: 16px;
	line-height: 22px;
	top: 0;
	left: 0;
}
.bullet.col4 li{
	float: left;
	width: 25%;
}
.table_box {
    display: table;
    width: 100%;
    height: 100%;
}
.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;
}
.btn_center{
	text-align: center;
	margin-top: 50px;
}
.btn_right{
	text-align: right;
	margin-top: 50px;
}
.section{
    width: 100%;
    padding: 65px 0;
	position: relative;
}
.section:before{
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.heading{
    font-family: 'RobotoBlack';
	font-size: 35px;
	line-height: 40px;
	color: #000;
	margin-bottom: 25px;
	text-align: center;
    text-transform: uppercase;
    /* padding-bottom: 70px;
    background: url(../images/heading.png) no-repeat center bottom; */
}
.heading2{
    font-family: 'RobotoLight';
	font-size: 60px;
	line-height: 66px;
	color: #000;
	margin-bottom: 35px;
}
.subheading{
	color: #000;
    font-size: 30px;
    line-height: 32px;
    font-family: 'RobotoBlack';
	margin-bottom: 25px;
    text-transform: uppercase;
}
.subheading.small{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.heading a, .subheading a, .block_title a{
	color: inherit;
	display: inline;
}
.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, .block_title a:hover, .block_title a:focus{color: #31a4f5;}
.social a{
    font-size: 46px;
    color: #fff;
	border: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid transparent;
	width: 70px;
	height: 70px;
	line-height: 72px;
	text-align: center;
	vertical-align: top;
	margin: 0 5px 0 0;
}
.social a:last-child{margin-right: 0;}
.social a:hover{
    color: #fff !important;
    /*-webkit-border-radius: 0;
	border-radius: 0;*/
}
.social a.fb{color: #3b5999;}
.social a.tw{color: #29c5f6;}
.social a.ins{color: #A4765C;}
.social a.yt{color: #E52117;}
.social a.in{color: #006fa6;}
.social a.gplus{color: #DE5347;}
.social a.pin{color: #bd081c;}
.social a.rss{color: #F36F24;}

.social a.fb:hover{border-color: #3b5999; background-color: #3b5999;}
.social a.tw:hover{border-color: #29c5f6; background-color: #29c5f6;}
.social a.ins:hover{border-color: #A4765C; background-color: #A4765C;}
.social a.yt:hover{border-color: #E52117; background-color: #E52117;}
.social a.in:hover{border-color: #006fa6; background-color: #006fa6;}
.social a.gplus:hover{border-color: #DE5347; background-color: #DE5347;}
.social a.pin:hover{border-color: #bd081c; background-color: #bd081c;}
.social a.rss:hover{border-color: #F36F24; background-color: #F36F24;}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt44{margin-top: 44px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt65{margin-top: 65px;}
.mt70{margin-top: 70px;}
.mt_25{margin-top: -25px;}
.mt_85{margin-top: -85px;}
.mt_210{margin-top: -210px;}

.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}

.pv60 {padding: 0 60px;}

.w0{width: 0;}
.w100{width: 100%;}
.h0{height: 0;}
.h100{height: 100%;}

.f18{font-size: 18px;}
.f24{font-size: 24px;}

.blue{color: #31a4f5;}
.red{color: #f00;}
.white{color: #fff;}


/* HEADER
---------------------------------*/
header a{color: inherit;}
header a:hover{color: #31a4f5;}
.header_top{
    background: #f3f3f3;
    color: #212121;
    font-size: 14px;
}
header .social{
    float: left;
}
header .social a{
    width: 40px;
    height: 50px;
    line-height: 50px;
    border-width: 0 1px;
    border-color: #e2e2e2;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    float: left;
    font-size: 15px;
    color: #212121 !important;
}

.h_info{
    float: left;
    margin: 12px 0 12px 15px;
}
.h_info span{color: #0f5595;}
.h_info em{
    font-style: normal;
    color: #979595;
    margin-left: 10px;
}
.ht_l{float: right; height: 50px;}
.ht_l ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.ht_l ul li{
    float: left;
    margin: 0;
}
.ht_l ul li a{
    display: block;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin: 0 0 0 15px;
}
.ht_l ul.top_menu_sec li:first-child a{
    margin: 0;
}
.ht_l ul li a.tagged{
    width: 60px;
    height: 50px;
    margin: 0;
}
.ht_l ul li a.tagged:before{
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 80px;
    background: url(../images/sprite.png) no-repeat 0 0;
    top: -10px;
}
.ht_l ul li a i{position: relative;}

.header_middle{
    padding: 30px 0;
}
.logo_wrap{
    float: left;
    margin-right: 43px;
	padding-top: 11px;
}
.logo{
    width: 250px;
    display: inline-block;
}
.logo_tag{
    color: #3e3d3d;
    font-size: 18px;
    font-family: 'LatoBold';
    margin-left: 41px;
    vertical-align: middle;
}
.logo_tag em{
    font-style: normal;
    display: block;
    color: #31a4f5;
    font-size: 21px;
    font-family: 'LatoRegular';
}
.hcart_link{
    width: 64px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    color: #3e3d3d;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: relative;
    float: right;
    margin: 7px 0 0 40px;
}
.hcart_link a{
    color: inherit;
    display: block;
    height: 100%;
}
.hcart_item{
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #31a4f5;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -13px;
    right: 10px;
}
.hcart_price{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 11px;
    line-height: 16px;
}
.search_form{
    width: 470px;
    height: 62px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: relative;
    float: right;
    margin: 7px 0 0 0;
}
.search_form input{
	border: none;
    height: 62px;
    padding-right: 65px;
}
.search_form [type="submit"]{
	border: none;
    background: none;
    font-size: 18px;
    color: #3e3d3d;
    width: 60px;
    height: 62px;
    line-height: 62px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    min-width: inherit;
}
.search_form [type="submit"] i{margin: -5px 0 0;}
.search_form [type="submit"]:hover, .search_form [type="submit"]:focus{color: #31a4f5;}
.search_form [type="submit"]:before{
    position: absolute;
    content: "";
    display: block;
    top: 9px;
    bottom: 9px;
    left: 0;
    width: 1px;
    background: #e2e2e2;
}

.header_bottom{
    background: #141414;
}
.header_bottom .container{z-index: 3;}
.category_nav_wrap{
    position: relative;
    float: left;
    display: table;
    height: 70px;
    cursor: pointer;
}
.category_nav{
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    text-align: left;
    font-family: 'OpenSansBold';
    font-size: 20px;
    padding: 0 0 0 20px;
}
.category_nav_wrap ul.cat_list li .subarrow{
    height: 33px;
    line-height: 33px;
    right: auto;
    left: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu_section{height: 70px;}
/* .category_nav_wrap{
    float: left;
    width: 68px;
    height: 68px;
    position: relative;
}
.category_nav_wrap:before{
    position: absolute;
    content: "";
    display: block;
    top: 15px;
    bottom: 15px;
    right: 15px;
    width: 1px;
    background: #535353;
} */
/* .category_nav{
    width: 40px;
    height: 40px;
    padding: 4px 10px 14px;
    margin: 14px 0;
    cursor: pointer;
    position: relative;
} */
.category_nav:before{
    content: "";
    display: block;
    width: 32px;
    height: 0;
    background: url(../images/category_nav.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -16px;
    z-index: 6;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
/* .category_nav:after{
    position: absolute;
    content: "Category";
    display: block;
    color: #fff;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
} 
.category_nav span{
    vertical-align: top;
    width: 20px;
    height: 1px;
    background: #fff;
    position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.category_nav span:before, .category_nav span:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 6px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.category_nav span:after{top: 12px;}
.category_nav:hover span, .category_nav:hover span:before, .category_nav:hover span:after{background-color: #31a4f5;}*/
.category_list{
    position: absolute;
    top: 140%;
    right: -50px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
    min-width: 200px;
    z-index: 5;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    overflow: visible;
}
.category_nav_wrap:hover .category_list{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.category_list .subheading{
    text-transform: capitalize;
    color: #0f5595;
    font-size: 24px;
    line-height: 30px;
    padding: 8px 10px;
    margin: 0;
    border: 1px solid #c0c0c0;
    border-bottom-width: 0;
}
.category_list .cat_list{border: 1px solid #c0c0c0; padding-left: 0; margin-bottom: 0;overflow: visible;list-style: none;}
.category_list .cat_list li{border-bottom: none; position: relative; overflow: hidden; padding: 0 15px 0 15px; line-height: 23px;}
.category_list .cat_list li span.catarrow{position: absolute; top: -2px; left: 4px; font-size: 15px; color: #000; height: 33px; line-height: 33px; -webkit-transition: all 300ms ease-in-out 0s; transition: all 300ms ease-in-out 0s;}
.category_list .cat_list li span.catarrow:before{position: absolute; font-family:'FontAwesome'; content: "\f104";}
.category_list .cat_list li a{
    padding: 5px 0;
}
.category_list .cat_list li ul.sub-menu{
    position: absolute;
    top: 0;
    right: 110%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    border: 1px solid #c0c0c0;
    padding-left: 0;
    background: #fff;
    width: 200px;
}
.category_list .cat_list li:hover, .category_list .cat_list li:focus{
    overflow: visible;
}
.category_list .cat_list li:hover > .catarrow, .category_list .cat_list li:focus > .catarrow{
    color: #31a4f5;
}
.category_list .cat_list li:hover > ul.sub-menu, .category_list .cat_list li:focus > ul.sub-menu{
    right: 100%;
    opacity: 1;
    visibility: visible;
}
.category_list .cat_list li:before{left: 10px;}
.category_nav_wrap .category_panel{margin: 0;}

.opened.category_nav_wrap .category_nav:before{height: 22px;}
.opened.category_nav_wrap .category_nav span{-webkit-transform: rotate(45deg);transform: rotate(45deg); top: 6px;}
.opened.category_nav_wrap .category_nav span:after{-webkit-transform: rotate(90deg);transform: rotate(90deg); top: 0;}
.opened.category_nav_wrap .category_nav span:before{opacity: 0;}

/* MENU
---------------------------------*/
.nav_wrapper{float: none; background: #e3e3e3; text-align: center; height: 70px;}
.subarrow {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: auto;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.nav_menu{height: 70px; float: left;}
.nav_menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    height: 70px;
}
.nav_menu ul li {
    color: #646363;
	font-family: 'OpenSansRegular';
    font-size: 14px;
	position: relative;
	list-style-type: none;
}
.nav_menu > ul > li {
	margin: 0 1px 0 0;
    padding: 0;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 140px;
    border-right: 1px solid #b0b0b0;
    line-height: 23px;
    -moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: relative;
}
.nav_menu > ul > li:first-child {
    border-left: 1px solid #b0b0b0;
}
.nav_menu > ul > li:last-child{margin: 0;}
.nav_menu > ul > li > a {
    color: #646363;
    display: block;
    padding: 0 3px;
	margin: 0;
	text-align: center;
	overflow: hidden;
    position: relative;
    -moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.nav_menu > ul > li:hover, .nav_menu > ul > li.active{
    background: #141414;
    overflow: visible;
}
.nav_menu > ul > li:hover a, .nav_menu > ul > li.active a{
    color: #fff;
}
/*******  sub menu *****/
.nav_menu > ul > li > a > i {
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
}
.nav_menu ul li > ul.sub-menu{
	visibility: hidden;
	opacity: 0;
	min-width: 190px;
	position: absolute;
	top: 110%;
	padding: 0;
	left: 0;
    z-index: 3;
    text-align: left;
	background: #e3e3e3;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.nav_menu > ul li:hover > ul.sub-menu{
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav_menu ul li ul.sub-menu li {
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.nav_menu ul li > ul.sub-menu li:first-child {border-top: none;}
.nav_menu ul li ul.sub-menu li a{
	display: block;
	padding: 10px 10px;
	color: inherit;
	line-height: normal;
	border-bottom: 1px solid #535353;
	height: auto;
	/* white-space: nowrap; */
    position: relative;
    color: inherit;
    word-break: break-all;
}
.nav_menu ul li .sub-menu li span.subarrow{
    height: 40px;
    line-height: 40px;
    right: 10px;
}
.nav_menu ul li .sub-menu li span.subarrow:before{
    content: "\f105";
}
/* .nav_menu ul li ul.sub-menu li:last-child a{border: none;} */
.nav_menu ul li ul.sub-menu li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #141414;
	z-index: -1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.nav_menu > ul > li > .sub-menu li > .sub-menu{
    left: 100%;
    top: 0;
    list-style: none;
    margin: 0 0 0 15px;
    background: #e3e3e3;
}
.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}
.nav_menu ul li ul.sub-menu li a:hover{background: none; color: #fff;}
.nav_menu ul li ul.sub-menu li a:hover:after, .nav_menu ul li ul.sub-menu li:hover > a:after, .nav_menu ul li ul.sub-menu li.active > a:after{
	width: 100%;	
}
.nav_menu ul li ul.sub-menu > li:hover > a, .nav_menu ul li ul.sub-menu > li.active > a{
	color: #fff;
	background: none;
}

/* SLIDER
---------------------------------*/
.banner_slider .owl-theme .owl-nav{
    position: static;
    width: auto;
}
.banner_slider .owl-theme .owl-nav [class*="owl-"]{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: none;
    color: #000;
    font-size: 48px;
    position: absolute;
    top: 50%;
    left: -50px;
    margin: -24px 0 0;
    padding: 0 2px 0 0;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.banner_slider .owl-theme .owl-nav [class*="owl-"]:hover{background: none;}
.banner_slider .owl-theme .owl-nav .owl-next{left: auto; right: -50px; padding: 0 0 0 4px;}
.banner_slider:hover .owl-theme .owl-nav .owl-prev{left: 15px;}
.banner_slider:hover .owl-theme .owl-nav .owl-next{right: 15px;}
.banner_slider .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #31a4f5;
    margin: 0 5px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-theme .owl-dots .owl-dot span:hover, .owl-theme .owl-dots .owl-dot.active span{background: #fff;}

.banner_slider, .banner{
	position: relative;
    overflow: hidden;
    text-align: center;
    max-height: 500px;
	background: #0f5595;
    background: -moz-radial-gradient(center, ellipse cover, #31a4f5 0%, #0f5595 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #31a4f5 0%,#0f5595 100%);
    background: radial-gradient(ellipse at center, #31a4f5 0%,#0f5595 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a4f5', endColorstr='#0f5595',GradientType=1 ); */
}
.banner_slider img, .banner img{
    max-width: 100%;
    max-height: 100%;
	width: auto;
    height: auto;
	opacity: 1;
}
.banner_slider .container, .banner .container{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	z-index: 1;
}
.slider_wrapper{
    background: url(../images/slide1-bg1.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.slider_wrapper .category_nav_wrap{width: 290px; height: 100%; position: static;}
.slider_wrapper .category_list{margin: 0; top: 0; bottom: 0; left: 0; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #c0c0c0; padding: 0;}
.slider_wrapper .category_list .subheading{border-width: 0 0 1px 0;}
.slider_wrapper .category_list .cat_list{border: none;}
.slider_wrapper .category_nav_wrap:before{display: none;}
.slider_text{
	text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 100px;
}
.slider_text .slider_heading{
    font-family: 'LatoBlack';
	font-size: 75px;
	line-height: 80px;
	margin: 0 0 15px;
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.slider_text .slider_heading span{font-family: 'LatoLight';}
.slider_text p{text-align: inherit;}
.banner{
	height: 340px;
	background: no-repeat center center / cover #0f5595;
	position: relative;
	overflow: hidden;
}
.banner:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(15,85,149,0.8);
}
.banner:after{
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -200px;
    width: 400px;
    height: 33px;
    background: url(../images/angle.png) no-repeat top center / contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner img{width: 100%;}

.breadcrumb {
    background: none;
    padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 15px;
	right: 15px;
	top: -60px;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    color: #989696;
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0 0 0 12px;
	position: relative;
	text-transform: capitalize;
}
.breadcrumb ul li:before{
	position: absolute;
	content: "\f105";
	display: inline;
	top: 0;
	bottom: 0;
	left: 0;
	font-family:'FontAwesome';
    color: #989696;
}
.breadcrumb ul li:first-child{margin-left: 0; padding-left: 0;}
.breadcrumb ul li:first-child:before{display: none;}
.breadcrumb ul li a {color: inherit;}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #31a4f5;}
/*SLIDER END*/


/* PRODUCT
---------------------------------*/
.product_sec{margin-bottom: 65px; padding-bottom: 115px; background: url(../images/heading.png) no-repeat center bottom;}
/* .product_sec:last-child{margin-bottom: 0; padding-bottom: 0; background: none;} */
.product_sec .btn_center{margin-top: 30px;}
.product_sec .btn{height: 40px; line-height: 38px; min-width: inherit; padding: 0 15px; font-size: 16px;}
.product_sec .col5{text-align: center;}
.product_sec .col5 .item{
    padding: 5px 15px 0;
    display: inline-block;
    width: 20%;
}
.product_sec .owl-theme .owl-nav{position: static; width: auto;}
.product_sec .owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    margin: -24px 0 0;
    width: 30px;
    height: 48px;
    font-size: 48px;
    line-height: 48px;
}
.product_sec .owl-theme .owl-nav .owl-prev{left: -30px;}
.product_sec .owl-theme .owl-nav .owl-next{right: -30px;}
.product_sec .item{padding: 5px 5px 0;}
.product_sec .p_img{
    padding-top: 99%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.product_sec .p_text{padding: 10px 0 0; border: none;}
.product_sec .p_title, .product_sec .p_price{margin: 0;}
.product_sec .product_block:hover .p_img{padding-top: 96%;border: 4px solid #0f5595;}

.p_img{
    border: 1px solid #dadad9;
    width: 100%;
    padding-top: 112%;
    position: relative;
    overflow: hidden;
}
.p_img a{display: block;}
.p_img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.p_img.pImgHome img{
    border-radius: 50%;
    height: 195px;
    width: 195px;
}
.add_to_cart{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    background: #232323;
    border-color: #232323;
    color: #f9f0f0;
    font-size: 16px;
    line-height: 50px;
    font-family: 'LatoRegular';
    width: 100%;
    height: 50px;
    padding: 0 0 0 58px;
    text-transform: none;
    letter-spacing: 1px;
}
.product_block:hover .add_to_cart{bottom: 0;}
.add_to_cart i{
    width: 58px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    background: #31a4f5;
    margin: 0;
    position: absolute;
    left: -1px;
    bottom: -1px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.add_to_cart:hover i, .add_to_cart:focus i{background: #0f5595;}
.p_text{
    padding: 10px 15px 20px;
    border-bottom: 2px solid #f0f1f2;
    text-align: center;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.product_block:hover .p_text{border-color: #0f5595;}
.p_title{
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: 'RobotoBold';
    height: 48px;
    margin-bottom: 10px;
}
.p_title a{color: inherit;}
.p_title:hover a{color: #31a4f5;}
.p_price{
    font-family: 'LatoBold';
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.p_price span{
    font-size: 18px;
    color: #f2530d;
}
.viewlink{
    font-family: 'LatoBold';
    color: #000;
    font-size: 15px;
}
.viewlink i{
    color: #31a4f5;
    font-size: 18px;
    margin-right: 6px;
}
.viewlink:hover{color: #31a4f5;}


/* ABOUT
---------------------------------*/
.img_group{
    float: left;
    margin: 0 30px 0 0;
    width: 555px;
    height: 555px;
    position: relative;
}
.img_group .img1{
    width: 167px;
    height: 167px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.img_group .img2{
    width: 360px;
    height: 324px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img_group .img3{
    width: 190px;
    height: 182px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}


/* TESTIMONIAL
---------------------------------*/
.testimonial{
    background: url(../images/bg_testimonial.jpg) no-repeat center center / cover fixed;
    text-align: center;
    color: #b3b2b2;
    font-size: 18px;
}
.testimonial:before{
    background: rgba(0,0,0,0.8);
    z-index: 0;
}
.testimonial .heading2{color: #fff;}
.testimonial p{text-align: inherit;}
.testimonial .testi_title{color: #fff;}
.testimonial .testi_text{padding: 90px 0 0;}
.testimonial .testi_text:before{
    top: 0;
    left: 50%;
    margin: 0 0 0 -36px;
}
.testimonial .testi_title{margin: 30px 0 0;}
.testi_text{
    padding: 0 0 0 90px;
    position: relative;
}
.testi_text:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    width: 72px;
    height: 56px;
    background: url(../images/quote.png) no-repeat top center / contain;
}
.testi_title{
    margin: 20px 0 0 90px;
    font-size: 30px;
    line-height: 30px;
    font-family: 'RobotoBlack';
}
.testi_title span{
    font-size: 16px;
    color: #31a4f5;
    font-family: 'LatoRegular';
    margin: 10px 0 0;
    display: block;
}
#testi_slider{padding: 0 80px;}
.testimonial .owl-theme .owl-nav{
    position: static;
    width: auto;
}
.testimonial .owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    margin: -15px 0 0;
    width: 55px;
    height: 30px;
    padding: 0;
    background: none;
    font-size: 30px;
    color: #fff;
}
.testimonial .owl-theme .owl-nav .owl-prev{left: 0;}
.testimonial .owl-theme .owl-nav .owl-next{right: 0;}
.testimonial .owl-theme .owl-dots{margin-top: 25px;}


/* BLOG
---------------------------------*/
.blog_box{
    font-size: 14px;
    line-height: 24px;
}
.b_img{
    width: 100%;
    padding-top: 54%;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}
.b_img a{display: block;}
.b_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.b_date{
    font-size: 12px;
    color: #31a4f5;
}
.b_title{
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-family: 'RobotoBlack';
    margin-bottom: 15px;
}
.b_title a{color: inherit;}
.b_title a:hover{color: #31a4f5;}
.b_content{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddbdb;
    min-height: 64px;
}
.readmore{
    font-family: 'LatoBold';
    color: #000;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
}
.readmore i{
    color: #31a4f5;
    font-size: 18px;
    margin-right: 6px;
}
.readmore:hover{color: #31a4f5;}
.readmore:before{
    position: absolute;
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: #31a4f5;
    bottom: 0;
    left: 0;
}
.owl-theme .owl-nav{
    position: absolute;
    top: -50px;
    right: 0;
    width: 40px;
}
.owl-theme .owl-nav [class*="owl-"]{
    margin: 0;
    padding: 0;
    background: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 24px;
    color: #2e2e2e;
    float: left;
}
.owl-theme .owl-theme .owl-nav .owl-next{float: right;}
.owl-theme .owl-nav [class*="owl-"]:hover{background: none; color: inherit;}

.blog_list{margin-bottom: -65px;}
.blog_list li{margin-bottom: 65px;}
.blog_list .blog_box{
	text-align: center;
}
.blog_list .blog_box p{text-align: inherit;}
.blog_list .b_title{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.blog_list .b_content{min-height: 88px;}
.b_img .b_date {
	position: absolute;
    bottom: -50%;
    left: 50%;
    margin: 0 0 -55px -55px;
    width: 110px;
    height: 110px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 35px 10px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.b_img .b_date span{
    display: block;
    font-size: 32px;
    color: #31a4f5;
    font-family: 'LatoBold';
}
.blog_box:hover .b_img .b_date{bottom: 50%;}
.blog_list .readmore:before{
    left: 50%;
    margin-left: -17px;
}
.b_info{
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'RobotoRegular';
}
.b_info span{
    margin-right: 35px;
    position: relative;
}
.b_info span:before{
    position: absolute;
    content: "/";
    display: block;
    color: #31a4f5;
    top: 0;
    right: -22px;
}
.b_info span:last-child{margin: 0;}
.b_info span:last-child:before{display: none;}
.b_info em{
    font-style: normal;
    color: #31a4f5;
}


/* FOOTER
---------------------------------*/
footer{
    background: #0f5595;
    border-bottom: 48px solid #f3f3f3;
    color: #85aacb;
    font-size: 14px;
    line-height: 24px;
}
footer a{color: inherit}
footer a:hover, footer .active a, a.companyname{color: #fff;}
.footer_top{
    padding: 130px 0 65px;
    position: relative;
}
.flogo{
    position: absolute;
    top: -130px;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    text-align: center;
}
.flogo .table_box {
    background: #2e2e2e;
}
.flogo:before, .flogo:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 33px;
    background: url(../images/angle.png) no-repeat top center / contain;
    top: 0;
    left: 0;
}
.flogo:after{
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.flogo .logo_wrap{
    float: none;
    width: 100%;
    margin: 0;
}
.flogo .logo{
    width: 276px;
    height: 110px;
    line-height: 108px;
    background: #fff;
}
.flogo .logo_tag{
    margin: 25px 0 0;
    color: #fff;
}
.flogo .social{
    margin: 60px 0 0;
}
.flogo .social a{
    width: 42px;
    height: 42px;
    line-height: 38px;
    font-size: 15px;
    border: 2px solid #31a4f5;
    color: #fff !important;
}
.fheading{
    font-size: 13px;
    font-family: 'LatoBold';
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    background: url(../images/sprite.png) no-repeat 0 -130px;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: -93px;
    left: -22px;
}
.fheading.r{
    left: auto;
    right: -22px;
}
.fcontact_wrap{
    list-style: none;
    padding: 0;
    margin: 0;
}
.fcontact_wrap li{margin-bottom: 30px;}
.fcontact_wrap li:last-child{margin-bottom: 0;}
.fcontact em{
    font-style: normal;
    font-size: 16px;
    font-family: 'LatoBold';
    color: #fff;
    float: left;
}
.fcontact .cname{
    padding: 3px 0 0 25px;
    margin: 0;
    font-size: 16px;
}
.fcontact p{
    padding: 0 0 0 25px;
}

.f_nav{margin: 0 -10px;}
.f_nav ul{
    list-style: none;
    padding: 0 10px;
    margin: 0;
    float: left;
    width: 40%;
}
.f_nav ul:last-child{width: 60%;}
.f_nav ul li{
    margin: 0 0 6px;
    position: relative;
}
.f_nav ul li:last-child{margin: 0;}
.f_nav ul li:before{
    position: absolute;
    content: "\f105";
    display: block;
    left: 0;
    top: 0;
    color: #fff;
    font-family:'FontAwesome';
}
.f_nav ul li a{
    display: block;
    padding: 0 8px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer_btm{
    background: #fff;
    padding: 8px 0;
    font-size: 13px;
    line-height: 20px;
    color: #2e2e2e;
}
.copyright{
    float: left;
    margin: 23px 0;
}
.copyright p{
    text-align: inherit;
    padding: 0;
}
.copyright a:hover, a.companyname{color: #31a4f5;}
.fpayment{
    float: right;
}


/* ABOUT PAGE
---------------------------------*/
.border_block{
    border: 9px solid #f5f5f5;
    padding: 30px;
}
.content_img{
    float: left;
    margin: 0 30px 0 0;
    max-width: 480px;
}
.gray_bg{
    background: #f3f3f3;
    padding: 130px 0 65px;
    margin: 65px 0 -35px;
    position: relative;
}
.gray_bg:before, .gray_bg:after{
	position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 6000px;
    background: #f3f3f3;
    z-index: -1;
}
.gray_bg:after{
    bottom: auto;
    background: url(../images/angle.png) no-repeat top center / contain;
    width: 400px;
    height: 33px;
    z-index: 0;
}
.gray_bg .subheading {
	font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 50px;
}
.gray_bg .subheading span{color: #31a4f5;}
.heading_tag{
    width: 30px;
    height: 97px;
    background: url(../images/sprite.png) no-repeat -80px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    z-index: 1;
}
.heading_tag:before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -11px;
    width: 22px;
    height: 20px;
}
.heading_tag.comment:before{background: url(../images/sprite.png) no-repeat -140px 0;}
.heading_tag.contact:before{background: url(../images/sprite.png) no-repeat -137px -40px;}
.heading_tag.category:before{background: url(../images/sprite.png) no-repeat -137px -80px;}


/* PRODUCT PAGE
---------------------------------*/
.formButton {margin: 22px 0 0;}
.sidebar .gray_bg{
    margin: 0 0 40px;
    padding: 100px 12px 15px;
}
.sidebar .gray_bg:last-child{margin: 0;}
.sidebar .gray_bg:before{display: none;}
.sidebar .gray_bg:after{
    width: 150px;
    height: 12px;
}
.sidebar .heading_tag{
    height: 74px;
    background-position: -80px -24px;
}
.sidebar .white_box{
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
}
.sidebar .white_box .side_submenu1{padding: 0;}
.sidebar .subheading{
    font-size: 20px;
    line-height: 24px;
    font-family: 'LatoBold';
    text-transform: capitalize;
    margin-bottom: 20px;
}
.cat_list li{
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.cat_list li:last-child{border-bottom: none;}
.cat_list li:before{
    content: "\f105";
    line-height: 46px;
    width: 20px;
    text-align: center;
}
.category_nav_wrap .cat_list li:before{
    display: none;
}
.cat_list li a{
    color: inherit;
    display: block;
    padding: 10px 0;
}
.cat_list li:hover > a, .cat_list li.select > a, .cat_list li.active > a{color: #31a4f5;}
.sidebar .border_list li{padding: 15px 0;}
.sidebar .border_list li:first-child{padding-top: 0;}
.sidebar .border_list li:last-child{padding-bottom: 0;}
.sidebar .blog a{display: block;}
.sidebar .blog_pic{
    width: 60px;
    height: 40px;
    float: left;
    margin: 0 20px 0 0;
}
.sidebar .b_title{
    margin: 0;
}

.product_img{
    width: 450px;
    text-align: center;
    float: left;
    margin: 0 30px 0 0;
}

.targetarea{
    float: none;
    width: auto;
    height: 500px;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.thumbs{
    width: 100%;
    padding: 15px 25px 0;
}
.img_item{
    height: 60px;
    background: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.img_item.selected{border-color: #31a4f5;}
.img_item a{display: block; height: 100%;}
.img_item img{
    width: 100%;
    height: 100%;
}
.zoomstatus{display: none !important; visibility: hidden !important;}
.magnifyarea img{max-width: inherit; max-height: inherit;}
.img_thumb .owl-carousel .owl-nav{
    position: static;
    width: auto;
}
.img_thumb .owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    left: -30px;
    width: 24px;
    height: 24px;
    line-height: 28px;
    margin: -12px 0 0;
}
.img_thumb .owl-carousel .owl-nav .owl-next{left: auto; right: -30px;}

#productSortOptions{margin-bottom: 40px;}
.p_spec{margin-bottom: 30px;}
.p_spec li{
    margin-bottom: 10px;
    line-height: 34px;
}
.p_spec li span{
    color: #0f5595;
    font-size: 16px;
    font-family: 'LatoBold';
}
.p_spec li select{
    width: 140px;
    height: 34px;
    background-position: 110% 14px;
    float: right;
}
.product_text .p_price{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}
.product_text .p_price span{font-size: inherit;}
.btn_group .btn{
    min-width: inherit;
    padding: 0 15px;
}
.btn_group .btn_lightblue{margin-left: 10px;}

.btndown, .btn_print{
    background: url("../images/down.png") no-repeat scroll 0 0;
    color: #6e6c6c;
    padding: 10px 5px 10px 50px;
    font-size: 14px;
}
.btn_print{
    background: url("../images/pri.png") no-repeat scroll 0 0;
    margin: 0 0 0 15px;
}
.border_top{
    padding-top: 65px;
    margin-top: 65px;
    border-top: 1px solid #d9d9d9;
}


/* BLOG_INSIDE PAGE
---------------------------------*/
.blog_details .b_info{
    margin: 0;
    font-size: 14px;
    font-family: 'RobotoBold';
}
.blog_details .b_info span{
    margin: 0;
    float: left;
}
.blog_details .b_info span::before{display: none;}
.blog_details .b_info .b_cmnt{float: right;}
.comment_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment_list li{
    padding: 18px 0;
    margin: 0;
    border-bottom: 1px solid #dddbdb;
}
.comment_list li:first-child{border-top: 1px solid #dddbdb;}

.c_img{
    width: 105px;
    height: 105px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 5px 30px 0 0;
}
.cmnt_title{
    font-size: 20px;
    color: #000;
    font-family: 'RobotoRegular';
    margin-bottom: 5px;
}
.cmnt_date{
    font-size: 13px;
    color: #31a4f5;
    font-family: 'RobotoRegular';
    margin-top: 5px;
}
.comment_block p:last-of-type{padding-bottom: 0;}
.loadmore{
    font-size: 14px;
    color: #31a4f5;
    font-family: 'RobotoRegular';
    margin: 8px 0 0;
}

.white_box{
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.white_box .form_wrap{padding: 65px;}
.form_wrap ul{
	list-style: none;
    padding: 0;
    margin-bottom: -40px;
    overflow: hidden;
}
.form_wrap ul li{margin: 0;}
.input_wrap{margin-bottom: 40px;}


/* NEWS PAGE
---------------------------------*/
.news_list{margin-bottom: 0;}
.news_list li{margin-bottom: 125px;}
.news_list li:last-child{margin-bottom: 0;}
.news_list .border_block{
    margin: 60px 0 0 60px;
    padding: 60px 0;
    position: relative;
}
.news_list li:nth-child(even) .border_block{margin: 60px 60px 0 0;}
.news_img{
    max-width: 700px;
    float: left;
    margin: -130px 0 0 -70px;
}
.news_list li:nth-child(even) .news_img{
    margin: -130px -70px 0 0;
    float: right;
}
.news_text{
    padding: 30px 40px;
    background: #fff;
    width: 575px;
    position: absolute;
    right: 0;
    top: 60px;
}
.news_text p{text-align: inherit;}
.news_list li:nth-child(even) .news_text{
    right: auto;
    left: 0;
    text-align: right;
}
.news_list li:nth-child(even) .readmore:before{
	left: auto;
    right: 0;
}
.n_title{
    font-family: 'RobotoLight';
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
}
.n_date{
    float: right;
    text-align: right;
    width: 100%;
    font-size: 15px;
    color: #757575;
    padding: 0 40px;
}
.news_list li:nth-child(even) .n_date{text-align: left;}


/* GALLERY PAGE
---------------------------------*/
.gal_block{
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.gal_block:before{
    position: absolute;
    content: "";
    display: block;
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(0,0,0,0.7);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gal_img{
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.gal_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}
.gal_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    padding: 15px;
    color: #696969;
    font-size: 14px;
    line-height: 24px;
    min-height: 80px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.gal_text span{color: #000;}
.gal_title, .nivo-lightbox-theme-default .nivo-lightbox-title{
    color: #31a4f5;
    font-size: 20px;
    line-height: 24px;
    font-family: 'RobotoRegular';
    margin: 0 0 2px;
}
.nivo-lightbox-data-des{
    font-size: 14px;
    line-height: 24px;
}
.gallery_big{
    width: 54px;
    height: 54px;
    background: url(../images/sprite.png) no-repeat -140px -130px;
    position: absolute;
    top: -50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    z-index: 1;
}
.gal_block:hover:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gal_block:hover .gal_text{bottom: -50%;}
.gal_block:hover .gallery_big{top: 50%;}


/* FAQ PAGE
---------------------------------*/
.toggle_block{
	margin-bottom: 10px;
}
.toggle_block:last-child{margin-bottom: 0;}
.toggle_block > .ques{
    cursor: pointer;
	background: #f3f3f3;
	min-height: 50px;
    padding: 18px 68px 18px 18px;
    position: relative;
}
.toggle_block .faq_q{
    color: #000;
    font-size: 20px;
	line-height: 26px;
    font-family: 'RobotoBold';
    margin: 0;
}
.toggle_block > .ques:before{
    position: absolute;
    content: "\f067";
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #31a4f5;
    color: #fff;
    font-size: 16px;
    font-family:'FontAwesome';
    right: 12px;
    top: 11px;
	z-index: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.toggle_block.opened > .ques:before{content: "\f068";}
/* .toggle_block > .ques:hover:before{background: #54c9ed;} */
.toggle_block .ans_toggle{
    display: none;
    padding: 10px 20px 15px;
}


/* CONTACT PAGE
---------------------------------*/
.contact_details{
    background: url(../images/bg_contact.png) no-repeat center top;
    padding: 100px 0 0;
    text-align: center;
}
.contact_details p{
    text-align: inherit;
    padding: 0;
}
.contact_details .social{margin-top: 40px;}
.contact_block_wrap{
    font-size: 15px;
    color: #464646;
    width: 256px;
    height: 256px;
    margin: 52px auto;
    padding: 90px 10px 60px;
}
.contact_block_wrap:before{
    position: absolute;
    content: "";
    display: block;
    width: 256px;
    height: 256px;
    background: #fff;
    border: 2px solid #eaeaea;
    top: 50%;
    left: 50%;
    margin: -128px 0 0 -128px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.contact_block{position: relative;}
.c_icon{
    width: 70px;
    height: 70px;
    margin: 15px;
    position: absolute;
    top: -110px;
    left: 50%;
    margin: 0 0 0 -35px;
}
.c_icon:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0f5595;
    top: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.c_icon span{
    width: 50px;
    height: 50px;
    background: url(../images/sprite.png) no-repeat;
    position: relative;
    margin: 10px;
}
.c_icon .address_icon{background-position: 10px -199px;}
.c_icon .phone_icon{background-position: -57px -195px;}
.c_icon .email_icon{background-position: -133px -189px;}
.c_title{
    font-family: 'RobotoBold';
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.contact_block a{color: inherit;}
.contact_block a:hover{color: #31a4f5;}
.contact_block_wrap:hover:before{border-color: #31a4f5;}
.contact_block_wrap:hover .c_icon:before{background: #31a4f5;}

.map{
    -webkit-cursor: grab;
    cursor: grab;
    background: #dfdfdf;
    height: 455px;
}
.map iframe{
    width: 100%;
    height: 100%;
    border: none;
	margin: 0;
}
.scrolloff{pointer-events: none;}


/* VIDEO PAGE
---------------------------------*/
.video_wrapper{position: relative;}
.video_wrapper .ul.row > li{position: static;}
.video_box {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 10px;
}
.video_box figure {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border: none;
	width: 100%;
	height: 100%;
}
.video_box:before{
    position: absolute;
	content: "";
	display: block;
	background: url(../images/vdo_shadow.png) no-repeat top center / contain;
	width: 100%;
	height: 40px;
	bottom: -39px;
	left: 0;
	right: 0;
}
.video_box figure a{
    display: block;
    height: 100%;
}
.video_box figure img{
    width: 100%;
    height: 100%;
}
.video_icon {
    font-size: 56px;
    color: #E52117;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video_pointer {
    border-bottom: 16px solid #3e3e3e;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -8px;
    display: none;
}
.video_full {
    background: #3e3e3e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}
.close_vid_btn {
    background: rgba(0, 0, 0, 0) url("../images/close_btn.png") no-repeat scroll 0 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.vid_inner {padding: 15px 50px;}
.video_full .subheading {color: #fff;}
.ytube_vdo{
    background-color: #000;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
}
.ytube_vdo iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border: none;
	width: 100%;
	height: 100%;
}
.share{
    text-align: left;
    margin: 20px 0 0;
    padding: 0;
}


/*--------------------------------------ECOMMERCE PAGE START--------------------------------------*/
/* PAGINATION
---------------------------------*/
.pagination{
	margin: 30px 0 0;
	line-height: 28px;
	font-size: 14px;
	display: block;
	text-align: right;
}
.pagination .total{
	padding: 0;
	float: left;
}
.pagination ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.pagination ul li, .previous_pagi, .next_pagi, .pagination_view{
	margin: 0 0 0 5px;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #0f5595;
	border: 1px solid #0f5595;
	color: #fff;
	font-size: 14px;
}
.pagination ul li{
	display: inline-block;
}
.pagination ul li a{
	display: block;
	height: 28px;
	background: #fff;
	color: #404040;
}
.previous_pagi, .next_pagi, .pagination_view{
	line-height: 26px;
	background: #fff;
	color: #404040;
	position: relative;
	vertical-align: top;
	font-size: 0;
}
.previous_pagi:before, .next_pagi:before{
	position: absolute;
	content: "\f104";
	display: block;
	font-size: 18px;
	font-family:'FontAwesome';
	top: 0;
	left: 0;
	width: 100%;
}
.next_pagi:before{content: "\f105";}
.pagination_view{
	width: auto;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
}
.pagination ul li a:hover, .previous_pagi:hover, .next_pagi:hover, .pagination_view:hover, .pagination ul li a:focus, .previous_pagi:focus, .next_pagi:focus, .pagination_view:focus{
	background: #0f5595;
	border-color: #0f5595;
	color: #fff;
}

/* TAB
---------------------------------*/
.tab_nav{
	list-style: none;
	padding: 0;
	margin: 0;
}
.tab_nav li{
	margin: 0 16px 0 0;
	display: inline-block;
	line-height: 45px;
	font-size: 18px;
	color: #222;
    font-family: 'LatoBold';
}
.tab_nav li:last-child{margin: 0;}
.tab_nav li a{color: #222;}
.tab_nav li a:hover, .tab_nav li a:focus, .tab_nav li.select a{color: #31a4f5;}
.tab_details{
	border: 1px solid #ddd;
	padding: 20px;
}
.tab_details .subheading{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

/* LOGIN
---------------------------------*/
.pop_form{
    width: 400px;
    padding: 15px;
    overflow-x: hidden;
    font-size: 13px;
    line-height: 16px;
}
#signupbox{width: 650px;}
.pop_form .form_wrap ul{margin-bottom: 0;}
.pop_form .input_wrap{margin-bottom: 10px;}
.float_left{float: left;}
.float_right{float: right;}
.pop_form input[type="submit"], .pop_form input[type="reset"], .pop_form input[type="button"], .pop_form button, .pop_form .btn{
    height: 48px;
    line-height: 44px;
    min-width: inherit;
}
.right_text{padding-top: 12px;}

.captcha-request {
    float: left;
    width: auto;
	margin-bottom: 15px;
}
.captcha-request input[type="text"] {
    width: 120px;
    float: left;
}
.captcha-request img {
    float: left;
    margin: 0 10px;
    width: 100px;
    height: 48px;
    border: 1px solid #b8b8b8;
	background: #fff;
}
.captcha-request a.refresh_btn {
    background: url("../images/refresh.png") no-repeat;
    float: left;
    width: 22px;
    height: 22px;
    margin: 13px 0 0 0;
    outline: 0 none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.captcha-request a.refresh_btn:hover {
    transform: rotate(90deg);
}
.btn_wr {
    float: right;
	/* margin-bottom: 15px; */
}
/* .btn_wr:first-child{float: left;} */

/* CART
---------------------------------*/
/* .table-responsive{
    overflow: hidden;
} */
.ecomm_table table{
	width: 100%;
	border: none;
}
.ecomm_table table tr{
	border-bottom: 1px solid #e8e8e8;
}
.ecomm_table table tr:last-child{border-bottom: none;}
.ecomm_table table th, .ecomm_table table td{
	border: none;
	text-align: left;
	padding: 15px 10px;
	vertical-align: middle;
}
.ecomm_table table th{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 44px;
	padding: 5px 12px;
    white-space: nowrap;
    text-align: left;
}
.ecomm_table table td:first-child{text-align: left;}
.cart_item{width: 36%;}

.cart_img{
	width: 80px;
	max-height: 100px;
	border: 1px solid #dfdede;
	overflow: hidden;
	float: left;
	margin: 0 12px 0 0;
}
.cart_img a{display: block;}
.cart_text_wrap{
	display: table;
	height: 80px;
}
.cart_text{
	display: table-cell;
	vertical-align: middle;
}
.cart_text .subheading{margin: 0;}
.cart_links a, .cart_links button{
	color: #31a4f5;
	margin: 0 10px 0 0;
	font-size: 15px;
}
.cart_links .remove_item{
	color: #ff0000;
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    height: auto;
    line-height: inherit;
    min-width: inherit;
    font-family: 'LatoRegular';
}
.cart_links a:hover, .cart_links a:focus, .cart_links button:hover, .cart_links button:focus{color: #000}
.p_price i{
	font-style: normal;
	color: #aaa;
	margin: 0 10px 0 0;
	padding: 0 2px;
	position: relative;
}
.p_price i:before{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #aaa;
}
.cart_delivery strong{display: block;}
.ecomm_sum{
	text-align: right;
	line-height: 46px;
	font-size: 18px;
	color: #727272;
	margin: 30px 0 0;
}
.ecomm_sum > div{padding: 0 50px;}
.ecomm_sum > div:nth-child(odd){background: #f3f3f3;}
.ecomm_sum > div:nth-child(even){background: #fff;}
.ecomm_sum .amount_block{
	width: 130px;
	color: #222;
	font-weight: bold;
}
.ecomm_btns{
	margin: 30px 0 0;
	text-align: right;
    float: left;
}
.ecomm_btns.float_right{float: right;}
.ecomm_btns .note{
	margin: 0;
	float: left;
	line-height: 45px;
}
.ecomm_btns .btn, .ecomm_btns [type="submit"]{
	margin-right: 12px;
}
.btn_t{
	background: transparent;
	border-color: #1d1d1d;
	color: #1d1d1d;
}
.check-out-wrapper{
    float: right;
    margin: 30px 0 0;
}

.ecomm_wrap .form_wrap ul{margin-bottom: -10px;}
.ecomm_wrap .input_wrap{margin-bottom: 10px;}
.ecomm_wrap .btn, .ecomm_wrap [type="submit"], .ecomm_wrap [type="reset"]{
    height: 48px;
    line-height: 46px;
    min-width: inherit;
    padding: 0 15px;
}

/* QUANTITY start
---------------------------------*/
.qty_block{
	position: relative;
	width: 70px;
	height: 35px;
	text-align: center;
}
.qty_block em{
	font-style: normal;
}
input.qty_input{
	width: 70px;
	height: 35px;
	border: 1px solid #31a4f5;
	padding-right: 20px;
	color: #31a4f5;
	font-size: 18px;
}
.qty_block span{
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 0;
	height: 16px;
	width: 19px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}
.qty_block span.minus_value{
	top: auto;
	bottom: 2px;
}
.qty_block span:before{
	position: absolute;
	content: "\f0d8";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family:'FontAwesome';
	font-size: 14px;
	color: #363636;
}
.qty_block span.minus_value:before{content: "\f0d7";}
/*QUANTITY end*/

/* ORDER
---------------------------------*/
.order_table table th, .order_table table td{
    vertical-align: top;
}
.order_table .ecomm_sum{margin: 10px 0 0;}
.order_table .ecomm_sum > div{padding: 0 10px;}
.order_table table td td{padding: 0 10px 6px;}
.order_table table td td:first-child{padding-left: 0;}
.order_table table td td:last-child{padding-right: 0;}

/* INVOICE
---------------------------------*/
.invoice_info{
	margin-bottom: 20px;
}
.invoice_details{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.invoice_details li{
	margin-bottom: 10px;
}
.invoice_details li span{
	font-weight: bold;
	margin-right: 10px;
}
.invoice_tab{
	margin-top: 30px;
}
.invoice_tab .tab_nav{
	list-style: none;
	padding: 0;
	margin: 0;
}
.invoice_tab .tab_nav li{
	margin: 0 16px 0 0;
	display: inline-block;
	line-height: 45px;
	font-size: 18px;
	color: #222;
    font-family: 'LatoBold';
}
.invoice_tab .tab_nav li:last-child{margin: 0;}
.invoice_tab .tab_nav li a{color: #222;}
.invoice_tab .tab_nav li a:hover, .invoice_tab .tab_nav li a:focus, .invoice_tab .tab_nav li.select a{color: #31a4f5;}
.invoice_tab .tab_details{
	border: 1px solid #ddd;
	padding: 20px;
}
.invoice_tab .tab_details .subheading{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

/* SHIPPING
---------------------------------*/
.shipping_add{margin-bottom: 15px;}
.billing_address{margin-top: 30px;}
.billing_address .form_input{margin-bottom: 0;}
.billing_address label{width: 30%;}
.shipping_address .subheading{float: left;}

/* PAYMENT
---------------------------------*/
.radio_inline{
	display: inline-block;
	margin-right: 40px;
}
.radio_inline:last-child{margin-right: 0;}

/* THANK_YOU
---------------------------------*/
.thank_u .heading{
	text-align: center;
	font-size: 60px;
	line-height: 60px;
}
.thank_u i{
	font-size: 150px;
	margin-bottom: 25px;
	color: #9dc549;
}
.thank_u i.fa-check{color: #9dc549;}
.thank_u i.fa-times{color: #c00;}
.grn{color: #9dc549;}
.red{color: #c00;}
.gray{color: #c00;}
.thank_u p{
	font-size: 18px;
	padding-bottom: 8px;
}
.thank_u p:last-child{padding-bottom: 0;}
/*--------------------------------------ECOMMERCE PAGE END--------------------------------------*/

select.error:focus, 
select.error {
	background-image: url(../images/select.png);
	background-position: 102% 22px;
	background-repeat: no-repeat;
	color: #444;
	border: 1px solid #ebebec;
	padding: 5px 26px 5px 10px;
	background-color: #fff;
	margin-top: 0;
	background-size:auto; 
}
#addtocart label.error{font-size: 10px; font-weight: normal;}


.slider_wrapper{max-height:498px;}
.lineLeft:after, .lineRight:after{
	content: "";
	display: block;
	height: 1px;
	width: 84px;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(38deg);
	transform: rotate(38deg);
	left: 100%;
	position: absolute;
	background: #fff;
}
.lineRight:after{
	left: auto;
	right: 100%;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(38deg);
	transform: rotate(38deg);
}

.link_s{
	background: #31a4f5;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: none;
	transition: none;
	-webkit-box-shadow: 0 0 8px 0 rgba(255,255,255, .3);
	box-shadow: 0 0 8px 0 rgba(255,255,255, .3);
}
.link_s:hover{
	background: #fff;
	color: #31a4f5 !important;
	-webkit-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}
.sprice{
	background: #141414;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px 0 rgba(255,255,255, .3);
	box-shadow: 0 0 8px 0 rgba(255,255,255, .3);
}
.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
	background: none !important;
	width: 30px !important;
	height: 50px !important;
	line-height: 50px !important;
}
.ls-fullwidth .ls-nav-prev:hover, .ls-fullwidth .ls-nav-next:hover{opacity: .4;}
.ls-fullwidth .ls-nav-prev:after{
	content: "\f104";
	font-family: 'FontAwesome';
	font-size: 48px;
	color: #fff;
}
.ls-fullwidth .ls-nav-next:after{
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 48px;
	color: #fff;
}
.ls-fullwidth .ls-bottom-slidebuttons a{
	width: 10px;
	height: 10px;
	background: #31a4f5;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.ls-fullwidth .ls-bottom-slidebuttons a.ls-nav-active{
	background: #fff;
}
.ls-fullwidth .ls-bottom-slidebuttons{top: -40px;}
.rs2, .rs3, .rs4, .rs5{
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
#my-welcome-message{text-align: center;padding: 10px; line-height: 32px;}
#my-welcome-message p{
	display: inline;
	text-align: center;
}
.btn.accpt{
	padding: 0 10px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	min-width: 0;
	margin: 0 0 0 5px;
}

header a.cookie
{
	color: #31a4f5;
}

.cookie:hover{color: #000;}
.check input{
    position: absolute;
     top: 0;
    left: 0; 
}
.check{
    position: relative;
    padding-left: 25px;
}
.check span a{
    color: #31a4f5;
}
.check span a:hover{
    color: #000;
}
.pop_form .input_wrap span{padding-top: 7px;}
.pop_form .input_wrap.check span{padding-top: 0;}
.pop_form .check input{top: -2px;}
.pop_form .captcha-request > div{
	transform: scale(.8);
	transform-origin:  0 0;
}
.form_wrap .right_text{padding-top: 6px;}
.fancybox-inner{overflow: hidden !important;}
.pop_form{
    height: 600px;
    overflow: hidden;
}
.pop_form .captcha-request{
    margin-left: -68px;
}
.pop_form .captcha-request > div{
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    transform-origin: right center;
}
.pop_form .btn_wr{
    margin-top: 20px;
}
.pop_form .input_wrap span.error, .pop_form .input_wrap span.success, .pop_form .input_wrap span.information{padding: 12px 5px 12px 40px;}
.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 3px;}
.mCSB_scrollTools .mCSB_draggerContainer{left: 10px;}
.mCSB_scrollTools .mCSB_draggerRail{
    background: #31a4f5;
    border: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background: #0f5595;
}
.sidebar_list .prod_icon{background-position: -50px -47px;}
.product_filter{
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.display_view{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.display_view li{
	width: 32px;
	height: 32px;
	background: #7fd1f1;
	float: left;
	margin: 0 8px 0 0;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.display_view li:last-child{margin: 0;}
.display_view li span{
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat;
}
.display_view li.grid span{background-position: 0 -254px;}
.display_view li.list span{background-position: -50px -254px;}
.display_view li:hover, .display_view li.active{background: #0685b7;}
.sort_prod{
	float: right;
	min-width: 225px;
	height: 32px;
}
.sort_prod select{
	height: 32px;
	line-height: 20px;
	font-size: 14px;
	color: #171717;
	border-color: #ff0000;
	background-position: right -7px top -7px;
	background-position: 104% -6px;
}
.sort_prod select:focus{border-color: #0685b7;}
.qty_wrap label{
	display: inline-block;
	color: #393939;
    font-family: 'LatoSemiBold';
	line-height: 42px;
	margin: 0;
}
.qty_block{
	position: relative;
	margin: 0 0 0 20px;
}
input.qty_input{
	width: 72px;
	height: 52px;
	border: 2px solid #ff0000;
	padding-right: 20px;
	color: #ff0000;
	font-size: 18px;
}
.qty_block span{
	position: absolute;
	right: 2px;
	top: 0px;
	font-size: 0;
	height: 16px;
	width: 19px;
	line-height: 16px;
	text-align: center;
	cursor: pointer;
}
.qty_block span.minus_value{
	top: auto;
	bottom: 5px;
}
.qty_block span:before{
	position: absolute;
	content: "\f0d8";
	display: block;
	width: 100%;
	height: 100%;
	top: 7px;
	left: 0;
	font-family:'FontAwesome';
	font-size: 14px;
	color: #363636;
}
.qty_block span.minus_value:before{content: "\f0d7";}
.qty_wrap{display: none;}



.sidebar .mCSB_inside > .mCSB_container{
	margin-right: 10px;
}
.sidebar .mCSB_scrollTools .mCSB_draggerContainer{left: 12px;}
.sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #ff0000;
}
.sidebar .mCSB_scrollTools .mCSB_draggerRail{background: #dfdfdf}
.sidebar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .sidebar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .sidebar .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background: #b11616;}
.sidebar_list{
	background: #ff0000;
	padding: 15px;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
    font-family: 'LatoBold';
	margin-bottom: 20px;
}
.sidebar_list span{
	width: 20px;
	height: 20px;
	background: url(../images/sprite.png) no-repeat -50px 0;
	float: left;
	margin: 0 10px 0 0;
}
.sidebar .bullet{
	padding: 0 0 25px 0;
	margin: 0;
    height: 400px;
    overflow: hidden;
}
.sidebar .bullet li{
	/* overflow: hidden; */
	padding-right: 20px;
}
.sidebar .bullet a{
	color: #393939;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.sidebar ul.bullet li ul.side_submenu1 li a{color: #393939; padding: 5px 0;}
.sidebar ul.bullet li ul.side_submenu1 li.active > a{color: #1a98e2;}
.sidebar .bullet a:hover, .sidebar .bullet li:hover:before, .sidebar .bullet li.active a, .sidebar .bullet li.active:before{color: #1a98e2;}

.sidebar .bullet li.active > a {
    color: #1a98e2;
}
.sidebar .bullet li ul{
	list-style: none;
	padding: 10px 0;
	display: none;
}
.sidebar .bullet li ul li{
	margin: 0;
	padding-right: 0;
}
.sidebar .bullet li ul li .side_arrow_off{right: -20px;}

.side_arrow_off{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
    height: 45px;
    line-height: 45px;
	cursor: pointer;
}
.side_arrow_off:before, .side_arrow_off:after{
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #0685b7;
	top: 50%;
	right: 50%;
	margin: -0.5px -4px 0 0;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.side_arrow_off i{
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    color: #606060;
}
.side_arrow_off.side_arrow_on i{
     -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #1a98e2;
}
.side_arrow_off:after{
	transform: rotate(90deg);
}
.side_arrow_off.side_arrow_on:after{
	transform: rotate(0deg);
}
.white_box .cat_list .side_submenu1 li:before{
    line-height: 32px;
}

.privacy_popup {
	position: fixed;
	bottom: 0;
	z-index: 999;
	left: 0;
	right: 0;
	background: #eee;
}
.popup_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 20px;
	column-gap: 20px;
}
.popup_wrap p {
	padding: 0;
	font-size: 17px;
	color: #808080;
}
.popup_wrap button{line-height: 50px; height: 50px;min-width: 155px;}