/*
Theme Name: Clearwing Productions
Author: Mdesign (AR)
Description: Custom theme for Clearwing Productions.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
	min-height: 30px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.selectboxit-btn.selectboxit-enabled:focus {
	color:#000;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	/* letter-spacing: 2px; */
}

.ie7 .clearfix {
	zoom: 1;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}

input[type=reset], input[type=button], input[type=submit], button{
     background: #212121 none repeat scroll 0 0;
     border: 0;
     padding: 5px 20px;
     font-size: 14px;
	 font-family: "franklin-gothic-urw", "Myriad Pro", "Trebuchet Ms", Helvetica, sans-serif;
     text-transform: uppercase;
     color: #5a5a5a;
     display: inline-block;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover{
     opacity: 0.9;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], textarea{
     border: 1px solid #ccc;
     padding: 5px;
     color: #000;
}

input, textarea, select, button {
     outline: none;
     font-family: "franklin-gothic-urw", "Myriad Pro", "Trebuchet Ms", Helvetica, sans-serif;
     font-size: 14px;
	 transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

#intro-msg-hold {
	position: absolute;
	height: 270px;
	top:-310px;
	padding: 40px 0 0;
	z-index: 1;
	background-color: rgba(37, 61, 130, 0.7);
	width:100%;
	
}

.page-holder-intro {
	max-width:1200px;
	margin:0 auto;
	
}

.intro-title {
	font-family: "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:28px;
	color:#f2f2f2;
	margin: 0 0 20px 0;
	
}

.intro-text {
	font-family: "franklin-gothic-urw-comp", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: #f2f2f2;
	width:33%;
	float:left;
	
}

.intro-text-r {
	font-family: "franklin-gothic-urw-comp", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	color: #f2f2f2;
	width:33%;
	float:left;
	margin-left:10px;
	
}

a.head-btn {
	float: left;
	background: #b30838 url(images/btn-head.png) no-repeat 100% 0;
	background-size: 72px 50px;
	height: 50px;
	padding: 0 0 0 15px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
	width: 198px;
}

a.head-btn:hover {
	background: #b30838 url(images/btn-head-hover.png) no-repeat 100% 0;
	background-size: 72px 50px;
	text-decoration: none;
}

.btn-hold {
	float:left;
	clear: both;
	margin-top:30px;
	width:213px;
	height:52px;

}

span.btn-text {
	color:#fff;
	position: relative;
	top:20px;
}

span.btn-text:hover {
	text-decoration: none;
}

.logo-holder {float:right; padding-right:60px; width:275px; position: relative; top:-100px;}

a.usit {background: url(images/usitt-logo.svg) no-repeat; background-size: 65px 65px; width: 65px; height:65px; display: inline-block; margin-right:42px;}

a.nsca {background: url(images/nsca-logo.svg) no-repeat; background-size: 163px 34px; width: 163px; height: 34px; display: inline-block; padding:0 0 15px 0;}

a.info-comm {background: url(images/info-logo.svg) no-repeat; background-size: 154px 41px; display: block; width: 154px; height:41px; margin:30px auto 0;}



div.fancybox-inner {overflow:scroll!important;}

/*sticky nav upgrade changed code starts here*/
.add-header-area-safe .add-nav a.active{color:#141414;}
.add-header-area-safe .add-nav a.active:after,
.add-header-area-safe .add-nav a.active:before{display:block;}
.add-header-area-safe .add-nav a.active span{
	background:#f2f2f2;
}

.add-header-area-safe.fixed .add-nav a.active span{
	background:#b30838;
	color:#f2f2f2;
}

.add-header-area-safe.fixed .add-nav a.active:after {
	display:block;
	content:"";
	position:absolute;
	top:0;
	right:5px;
/*	background:url(images/bg-nav-hover-r.png) no-repeat; */
	width:11px;
	height:32px;
	transform-origin: left;
    transform: skewX(-17deg);
    background-color: #b30838;
    z-index: -1;
}
	
.add-header-area-safe.fixed .add-nav a.active:before {
	display:block;
	content:"";
	position:absolute;
	top:0;
	right:5px;
/*	background:url(images/bg-nav-hover-r.png) no-repeat; */
	width:11px;
	height:32px;
	transform-origin: left;
    transform: skewX(-17deg);
    background-color: #b30838;
    z-index: -1;
}

.add-header-area-safe.fixed .add-nav .current-menu-item a {
	color:#fff;
}

.add-header-area-safe.fixed .add-nav .current-menu-item a span {
	background:#b30838;
}

/*changed code ends here*/

.add-area h3 a {
	color:#fff;
}

body.home  {
	font: 14px "franklin-gothic-urw-cond", "Myriad Pro", "Trebuchet Ms", Helvetica, sans-serif;
	color: #000;
	background:#f2f2f2 url(images/bg-new.jpg) repeat;
	-webkit-text-size-adjust: none;
	min-width:320px;
	position:relative;

}

body {
	font: 14px "franklin-gothic-urw-cond", "Myriad Pro", "Trebuchet Ms", Helvetica, sans-serif;
	color: #5a5a5a;
	background: #000;
	/*background:#000 url(images/bg-main-content.gif);*/
	-webkit-text-size-adjust: none;
	min-width:320px;
	position:relative;
}
body.inner-page{background:#000;}
body.crew-page:after,
body.page-template-crew:after,
body.generic-page:after,
body.blog-page:after,
body.page-template-serve:after,
body.single-gear_post_type:after,
body.tax-gear_category:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:400px;
	width:100%;
	/*background:#000 url(images/bg-blog.jpg) no-repeat 50% 50%;*/
	background-size:cover !important;
	z-index:1;
}
body.generic-page:after,
body.page-template-serve:after,
body.single-gear_post_type:after,
body.tax-gear_category:after{
	/*background:url(images/bg-generic-page.jpg) no-repeat 50% 50%;*/
}
body.crew-page:after,
body.page-template-crew:after{
	background:url(images/bg-crew-page.jpg) no-repeat 50% 50%;
}
body.page-template-crew .subscribe-area{
	display: none;
}

a{
	text-decoration: none;
	color: #000;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
}

a:hover {
	text-decoration: underline;
}
/* wrapper-holder */
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:100;
}
#wrapper.fixed .top-h-row{margin-bottom:89px;}
.jobs-listing #wrapper{z-index:2;}
.body-img-lst{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.body-img-lst li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:100% !important;
	z-index:1;
	opacity:0;
}
.body-img-lst li.active{z-index:2;}
.body-img-lst li.item01{background:url(images/bg-jobs-listing.jpg) no-repeat;}
.body-img-lst li.item02{background:url(images/bg-jobs-listing-2.jpg) no-repeat;}
.body-img-lst li.item03{background:url(images/bg-jobs-listing-3.jpg) no-repeat;}
.page-holder{
	max-width:1200px;
	margin:0 auto;
	padding:0 8px;
}
.page-holder:after{
	content:"";
	clear:both;
	display:block;
}
/* header */
header{
	position:relative;
}
.home-header{
	height:900px;
}
.inner-page header{background:none;}
.no-video header{
	background:url(images/bg-header.jpg) no-repeat 50% 0 fixed;
	background-size:cover;
}
.no-video header .video-area video{display:none;}
.no-fixed .h-img-area,
.no-fixed header, .no-fixed .add-service-area, .add-ttl-area{background-attachment:scroll !important;}
header .page-holder{
	position:relative;
	z-index:10;
}
header .video-area{
	background:#000 url(images/csi-home-bg-top.jpg) no-repeat 50% 50%;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	overflow:hidden;
}
header .video-area iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top-h-row{
	margin:0 0 19px;
	overflow:hidden;
	background:#f2f2f2 url(images/bg-new.jpg) repeat;
	z-index:1000;
	position:relative;
}
.top-nav-add-lst{
	font-size:12px;
	line-height:16px;
	padding:22px 0 7px 22px;
	float:left;
	color:#5a5a5a;
}
.top-nav-add-lst li{
	display:inline-block;
	vertical-align:top;
	padding:0 17px 3px 28px;
}
.top-nav-add-lst a{
	color:#5a5a5a;
}
.top-nav-add-lst a:hover{
	text-decoration:none;
	color:#000;
}
.top-nav-add-lst .item01{background:url(images/ico01.png) no-repeat; background-size: 18px 18px;}
.top-nav-add-lst .item02{background:url(images/ico02.png) no-repeat 0 0px; background-size: 16px 18px;}
.top-nav-add-lst .item03{background:url(images/ico03.png) no-repeat 0 2px; background-size: 15px 12px;}
.top-nav-add-lst .item04{background:url(images/ico-co.png) no-repeat 0 2px; background-size: 15px 12px;}
.top-logo-lst{
	float:right;
}
.top-logo-lst li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 2px;
}
.top-logo-lst a{
	display:block;
	min-height:34px;
	background:#fafafa;
	padding:14px 38px 12px 16px;
	position:relative;
}
.top-logo-lst a:after{
	opacity:1;
	transition:opacity 500ms linear;
	-webkit-transition:opacity 500ms linear;
	content:"";
	position:absolute;
	top:0;
	right:17px;
	background:url(images/bg-top-logo-arrow.png) no-repeat 0 50%;
	background-size: 8px 12px;
	width:9px;
	height:100%;
	overflow:hidden;
}
.top-logo-lst a:hover:after{
	background:url(images/bg-top-logo-arrow-hover.png) no-repeat 0 50%;
	background-size: 8px 12px;
	opacity:1.0;
}
.h-area{
	background:url(images/bg-h-area.png);
	padding:40px 9999px 0;
	margin:0 -9999px 130px;
	position:relative;
}
.logo{
	display:block;
	background:url(images/bg-logo.png) no-repeat;
	width:321px;
	height:46px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 auto 38px;
}
.logo a{
	display:block;
	height:100%;
}
#nav{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	width:100%;
	font:24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
#nav li{
	display:table-cell;
	vertical-align:top;
}
#nav li .holder > a,
#nav li a.btn-search,
#nav li > a{
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:block;
	padding:17px 18px 31px;
	text-transform:uppercase;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
}
#nav li .holder > a:hover,
#nav li > a:hover{
	background:#000;
	text-decoration:none;
}
.add-nav li:hover .events-box{opacity:1;}
.add-nav .events-box{
	opacity:0;
	margin-top: -43px;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#fff;
	font-size:14px;
	line-height:17px;
	text-align:center;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
}
.add-nav .events-box span{
	margin:0 10px 0 0;
	font-style:italic;
	display:block;
	font-size:10px;
	line-height:11px;
	text-transform:none;
	background:#b30838;
	padding:8px 5px 10px;
}
#nav .btn-search{
	padding:0;
	position:relative;
	padding:21px 22px 19px;
	width:18px;
}
#nav .btn-search:hover{
	background:none !important;
	opacity:0.7;
}
#nav .btn-search:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	width:1px;
	height:45px;
	background:#fff;
}
#nav .btn-search span{
	display:block;
	text-indent:-9999px;
	background:url(images/bg-link-search.png) no-repeat 0 3px;
	width:18px;
	height:20px;
	overflow:hidden;
}
.h-add-row{
	position:relative;
}
.h-add-row .m-nav-link{
	position:absolute;
	top:5px;
	right:5px;
	background:url(images/bg-m-nav-link.png) no-repeat;
	width:40px;
	height:30px;
	background-size:100%;
	overflow:hidden;
	text-indent:-9999px;
}
.h-add-row .m-search{
	position:absolute;
	top:4px;
	left:6px;
	background:url(images/bg-search-m.png) no-repeat;
	background-size:100%;
	width:31px;
	height:31px;
	overflow:hidden;
	text-indent:-9999px;
}
.h-add-row .m-nav-link,
.h-add-row .m-search,
.search-m-box{
	display:none;
}
.search-m-box{
	padding:0 400px;
	margin:0 -400px;
	background:url(images/bg-h-area.png);
	position:absolute;
	top:100%;
	width:100%;
	left:0;
}
#nav li .holder{position:relative;}
#nav li.search-item .holder{position:static;}
.serch-box{
	position:absolute;
	top:-13px;
	right:0;
	width:0;
	background:#fff;
	overflow:hidden;
	border-bottom:1px solid #fff;
	z-index: 1000;
}
.serch-box .hold{position:relative;}
.serch-box .btn-close{
	position:absolute;
	right:10px;
	top:50%;
	margin:-11px 0 0;
	background:url(images/bg-btn-close.png) no-repeat;
	width:22px;
	height:22px;
	overflow:hidden;
	text-indent:-9999px;
}
.add-header-area-safe .serch-box .btn-close{
	background-size:15px;
	margin:-7px 0 0;
	width:14px;
	height:14px;
}
.serch-box .btn-close:hover{opacity:0.7;}
.serch-box .row{
	position:relative;
	padding:7px 34px;
}
.serch-box .row .decor-field{
	padding:10px 17px;
	overflow:hidden;
}
.add-header-area-safe .serch-box .row{
	padding:0 34px 0 4px;
}
.add-header-area-safe .serch-box .row .decor-field{
	padding:1px 17px 0;
}
.add-header-area-safe .serch-box .row .decor-field input{text-align:left;}
.serch-box .row .decor-field input{
	float:left;
	width:100%;
	color:#5a5a5a;
	font:bold 22px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-align:center;
	height:27px;
	border:0;
	padding:18px 0 22px;
	background:none;
}
.serch-box .row input[type="submit"]{
	position:absolute;
	right:-9px;
	top:12px;
	background:url(images/bg-search-btn-hover.png) no-repeat;
	background-size: 31px 33px;
	width:31px;
	height:33px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.serch-box .row input[type="submit"]{ 
	background:url(images/bg-search-btn-hover-r.png) no-repeat;
	background-size: 31px 33px;

}
.h-txt-area{
	background:url(images/bg-h-txt-area.png);
	border-bottom:1px solid #b30838;
	max-width:1018px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.h-txt-area .holder{
	padding:30px 65px 43px;
}
.h-txt-area .holder h1{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:108px;
	line-height:108px;
	font-weight:bold;
	letter-spacing:15px;
}
.h-txt-area .holder p{
	font:60px/66px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	margin:0;
}
.h-row{
	background:url(images/bg-h-area.png);
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1000;
	overflow:hidden;
}
.addr-lst-holder{
	width:137px;
	float:left;
	margin:0 1px 0 0;
}
.addr-lst{
	margin:0;
	padding:10px 12px;
	list-style:none;
	font:13px/17px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.logo-frame{
	display:table;
	width:100%;
	text-align:center;
}
.logo-hold{
	display:table-cell;
	vertical-align:middle;
	height:80px;
}
.addr-lst-holder a{
	background:#000;
	height:80px;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
	color:#939598;
	border-top:4px solid #000;
	cursor:pointer;
	display:block;
}
.addr-lst-holder a:hover{
	text-decoration:none;
	color:#fff;
	border-color:#b30838;
}
.addr-lst-holder.yellow a:hover{border-color:#ffd030;}
.addr-lst-holder.silver a:hover{border-color:#c0c0c0;}
.addr-lst li:first-child{padding:0 0 5px;}
.h-row .social-lst{
	margin:0;
	padding:23px 0 0 6.5%;
	list-style:none;
	float:left;
}
.h-row .social-lst li{
	float:left;
	padding:0 8px;
}
.social-lst a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	width:33px;
	height:33px;
	position:relative;
}
.add-header-area-safe .social-lst a{
	width:28px;
	height:28px;
	transition:none;
	-webkit-transition:none;
}
.add-header-area-safe .social-lst a:after{
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	margin:-10px 0 0 -10px;
	width:20px;
	height:20px;
	z-index:-1;

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);

	background:#f2f2f2;
}
.add-header-area-safe .social-lst a:hover:after{
	background:#231f20;
}

.social-lst a{
	transition-property: background-color;
	-moz-transition-property: background-color;
	-webkit-transition-property: background-color;
}

.social-lst a.fb{
	background:url(images/svg/ico-facebook.svg) no-repeat 45% 40%;
	background-size:20px !important;
}
.add-header-area-safe .social-lst a.fb {
	background-size:13px auto !important;
	background: url(images/svg/ico-facebook-hover.svg) no-repeat 45% 40%;}

.social-lst a.fb:hover{
	background:#fff url(images/svg/ico-facebook-hover.svg) no-repeat 45% 40%;
}
.add-header-area-safe .social-lst a.fb:hover{
	background:url(images/svg/ico-facebook.svg) no-repeat 45% 40%;
}
.social-lst a.tw{
	background:url(images/svg/ico-twitter.svg) no-repeat 50% 50%;
	background-size:16px !important;
}
.add-header-area-safe .social-lst a.tw{background-size:10px !important; background: url(images/svg/ico-twitter-hover.svg) no-repeat 50% 50%;}
.social-lst a.tw:hover{
	background:#fff url(images/svg/ico-twitter-hover.svg) no-repeat 50% 50%;
}
.add-header-area-safe .social-lst a.tw:hover{
	background:url(images/svg/ico-twitter.svg) no-repeat 50% 50%;
}
.social-lst a.vim{
	background:url(images/svg/ico-vimeo.svg) no-repeat 50% 55%;
	background-size:15px !important;
}
.add-header-area-safe .social-lst a.vim{background-size:9px !important;}
.social-lst a.vim:hover{
	background:#fff url(images/svg/ico-vimeo-hover.svg) no-repeat 50% 55%;
}
.add-header-area-safe .social-lst a.vim:hover{
	background:url(images/svg/ico-vimeo-hover.svg) no-repeat 50% 55%;
}
.social-lst a.inst{
	background:url(images/svg/ico-instagram-hover.svg) no-repeat 50% 55%;
	background-size:17px !important;
}
.add-header-area-safe .social-lst a.inst{background-size:10px !important;}
.social-lst a.inst:hover{
	background:#fff url(images/svg/ico-instagram.svg) no-repeat 50% 55%;
}
.add-header-area-safe .social-lst a.inst:hover{
	background:url(images/svg/ico-instagram.svg) no-repeat 50% 55%;
}
.social-lst a.youtube{
	background:url(images/svg/ico-youtube3-hover.svg) no-repeat 50% 50%;
	background-size:17px !important;
}
.add-header-area-safe .social-lst a.youtube{background-size:14px !important;}
.social-lst a.youtube:hover{
	background:url(images/svg/ico-youtube3.svg) no-repeat 50% 50%;
}
.social-lst a.pin{
	background:url(images/svg/ico-pinterest.svg) no-repeat 50% 50%;
	background-size:17px !important;
}
.social-lst a.pin:hover{
	background:#fff url(images/svg/ico-pinterest-hover.svg) no-repeat 50% 50%;
}
.social-lst a.mail{
	background:url(images/svg/ico-mail.svg) no-repeat 50% 55%;
	background-size:16px !important;
}
.social-lst a.mail:hover{
	background:#fff url(images/svg/ico-mail-hover.svg) no-repeat 50% 55%;
}
.add-header-area-safe .social-lst{
	margin:1px 0 0;
	padding:6px 0 0;
	list-style:none;
	float:left;
}
.add-header-area-safe .social-lst li{
	float:left;
	padding:0 9px 0 0;
}
.h-row .get-in{
	margin:22px 0 0;
	float:right;
	color:#939598;
	font:24px/26px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	background:url(images/bg-get-in.png) no-repeat;
	padding:1px 0 9px 52px;
	text-transform:uppercase;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
	opacity:0.6;
}
.h-row .get-in:hover{
	opacity:1;
	text-decoration:none;
}
/* add-header-area-safe */
.add-header-area-safe{
	padding:14px 0 19px;
	width:100%;
	z-index:1000;
	transition:all 200ms ease-out;
	-webkit-transition:all 200ms ease-out;
}
.add-header-area-safe.fixed{
	background-color: #f2f2f2;
	position:fixed;
	top:0;
	left:0;
	border-bottom:1px solid #c81038;
}
.add-header-area-safe:after{
	content:"";
	clear:both;
	display:block;
}
.inner-page .add-header-area-safe,
.add-header-area-safe.fixed{opacity:1;}

.logo-add{
	float:left;
	background:url(images/svg/cs-logo-w-r2.svg) no-repeat;
	width:205px;
	margin:5px 1% 0 10px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}
.add-header-area-safe.fixed .logo-add {
	background:url(/wp-content/uploads/2018/10/cs-logo-d-r2.svg) no-repeat;
}

.logo-add a{
	display:block;
	height:100%;
}
.add-header-area-safe .add-nav{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	font:bold 11px/19px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:35px;
}
.add-header-area-safe .add-nav li{
	position:relative;
	padding:0 0 4px!important;
	float:left;
	margin:0 0 0 -9px;
}
.add-header-area-safe .add-nav li.search-item{position:static;}
.add-header-area-safe .add-nav li:first-child{padding:0;}
.add-header-area-safe .add-nav a{
	height:75px;
	z-index: 1000;
	color:#f2f2f2;
	display:block;
	padding:0 10px;
	position:relative;
	transition:all 500ms ease-out;
	-webkit-transition:all 500ms ease-out;
}

.add-header-area-safe.fixed .add-nav a {
	color:#5a5a5a;
} 

.single-post .add-header-area-safe .add-nav #menu-item-229 a,
.tax-portfolio_category .add-header-area-safe .add-nav #menu-item-228 a,
.tax-gear_category .add-header-area-safe .add-nav #menu-item-226 a,
.single-gear_post_type .add-header-area-safe .add-nav #menu-item-226 a,
.page-id-475 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-460 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-329 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-432 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-492 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-392 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-494 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-451 .add-header-area-safe .add-nav #menu-item-1152 a,
.page-id-414 .add-header-area-safe .add-nav #menu-item-1152 a,
.single-event_post_type .add-header-area-safe .add-nav #menu-item-231 a,
.parent-pageid-2032 .add-header-area-safe .add-nav #menu-item-226 a,
.parent-pageid-2017 .add-header-area-safe .add-nav #menu-item-225 a,
.parent-pageid-1881 .add-header-area-safe .add-nav #menu-item-1152 a,
.add-header-area-safe .add-nav .active a,
.add-header-area-safe .add-nav .current-menu-item a,
.add-header-area-safe .add-nav .current-page-ancestor a,
.add-header-area-safe .add-nav li:hover a,
.add-header-area-safe .add-nav a:hover {color:#141414;}

.single-post .add-header-area-safe.fixed .add-nav #menu-item-229 a,
.tax-portfolio_category .add-header-area-safe.fixed .add-nav #menu-item-228 a,
.tax-gear_category .add-header-area-safe.fixed .add-nav #menu-item-226 a,
.single-gear_post_type .add-header-area-safe.fixed .add-nav #menu-item-226 a,
.page-id-475 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-460 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-329 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-432 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-492 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-392 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-494 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-451 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.page-id-414 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.single-event_post_type .add-header-area-safe.fixed .add-nav #menu-item-231 a,
.parent-pageid-2032 .add-header-area-safe.fixed .add-nav #menu-item-226 a,
.parent-pageid-2017 .add-header-area-safe.fixed .add-nav #menu-item-225 a,
.parent-pageid-1881 .add-header-area-safe.fixed .add-nav #menu-item-1152 a,
.add-header-area-safe.fixed .add-nav .active a,
.add-header-area-safe.fixed .add-nav .current-menu-item a,
.add-header-area-safe.fixed .add-nav .current-page-ancestor a,
.add-header-area-safe.fixed .add-nav li:hover a,
.add-header-area-safe.fixed .add-nav a:hover {color:#f2f2f2;}

.add-header-area-safe .add-nav a:after{
	display:none;
	content:"";
	position:absolute;
	top:0;
	right:5px;
/*	background:url(images/bg-nav-hover-r.png) no-repeat; */
	width:11px;
	height:32px;
	transform-origin: left;
    transform: skewX(-17deg);
    background-color: #f2f2f2;
    z-index: -1;
}
.add-header-area-safe.fixed .add-nav a:after{
	display:none;
	content:"";
	position:absolute;
	top:0;
	right:5px;
/*	background:url(images/bg-nav-hover-r.png) no-repeat; */
	width:11px;
	height:32px;
	transform-origin: left;
    transform: skewX(-17deg);
    background-color: #b30838;
    z-index: -1;
}
.add-header-area-safe.fixed .add-nav li:hover a {
	color:#f2f2f2;
}

.add-header-area-safe.fixed .add-nav a:hover {
	color:#f2f2f2;
}

.add-header-area-safe .add-nav a:before{
	display:none;
	content:"";
	position:absolute;
	top:0;
	left:5px;
/*	background:url(images/bg-nav-hover-r.png) no-repeat; */
	width:11px;
	height:32px;
	transform-origin: left;
    transform: skewX(-17deg);
    background-color: #f2f2f2;
	 z-index: -1;    
}
.add-header-area-safe.fixed .add-nav a:before{
	display:none;
	content:"";
	position:absolute;
	top:0;
	left:5px;
/*	background:url(images/bg-nav-hover-r.png) no-repeat; */
	width:11px;
	height:32px;
	transform-origin: left;
    transform: skewX(-17deg);
    background-color: #b30838;
	 z-index: -1;    
}
    
.add-header-area-safe .add-nav .current-menu-parent > a {
  color: #000;
}
    
    
.single-post .add-header-area-safe .add-nav #menu-item-229 a:before,
.single-post .add-header-area-safe .add-nav #menu-item-229 a:after,
.tax-portfolio_category .add-header-area-safe .add-nav #menu-item-228 a:before,
.tax-portfolio_category .add-header-area-safe .add-nav #menu-item-228 a:after,
.tax-gear_category .add-header-area-safe .add-nav #menu-item-226 a:before,
.tax-gear_category .add-header-area-safe .add-nav #menu-item-226 a:after,
.page-id-475 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-475 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-460 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-460 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-329 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-329 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-432 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-432 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-492 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-492 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-392 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-392 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-494 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-494 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-451 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-451 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.page-id-414 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.page-id-414 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.parent-pageid-2032 .add-header-area-safe .add-nav #menu-item-226 a:before,
.parent-pageid-2032 .add-header-area-safe .add-nav #menu-item-226 a:after,
.parent-pageid-2017 .add-header-area-safe .add-nav #menu-item-225 a:before,
.parent-pageid-2017 .add-header-area-safe .add-nav #menu-item-225 a:after,
.parent-pageid-1881 .add-header-area-safe .add-nav #menu-item-1152 a:before,
.parent-pageid-1881 .add-header-area-safe .add-nav #menu-item-1152 a:after,
.single-gear_post_type .add-header-area-safe .add-nav #menu-item-226 a:before,
.single-gear_post_type .add-header-area-safe .add-nav #menu-item-226 a:after,
.single-event_post_type .add-header-area-safe .add-nav #menu-item-231 a:before,
.single-event_post_type .add-header-area-safe .add-nav #menu-item-231 a:after,


.add-header-area-safe .add-nav .active a:before,
.add-header-area-safe .add-nav .active a:after,
.add-header-area-safe .add-nav .current-menu-item a:before,
.add-header-area-safe .add-nav .current-menu-item a:after,
.add-header-area-safe .add-nav .current-page-ancestor a:before,
.add-header-area-safe .add-nav .current-page-ancestor a:after,
.add-header-area-safe .add-nav li:hover a:after,
.add-header-area-safe .add-nav li:hover a:before,
.add-header-area-safe .add-nav a:hover:after,
.add-header-area-safe .add-nav a:hover:before{display:block;}
.add-header-area-safe .add-nav .active a span,
.add-header-area-safe .add-nav .current-menu-item a span,
.add-header-area-safe .add-nav .current-page-ancestor a span,
.add-header-area-safe .add-nav li:hover a span,
.add-header-area-safe .add-nav a:hover span{
	background:#f2f2f2;
}
.add-header-area-safe.fixed .add-nav li:hover a span, 
.add-header-area-safe.fixed .add-nav a:hover span {
	background: #b30838;
}

/*WORKING*/

.parent-pageid-2017 .content-section-frame.inner {
	border:0px;
}

.content-section-frame.inner .contact-popup-side .btn-row input {
	background:#f2f2f2 url(images/bg-btn-send-m.png) no-repeat 100% 0;
	background-size: 72px 50px;
}

.content-section-frame.inner .contact-popup-side .btn-row input:hover {
	background:#f2f2f2 url(images/bg-btn-send-m-hover.png) no-repeat 100% 0;
	background-size: 72px 50px;
}


.parent-pageid-2032 .add-header-area-safe.fixed .add-nav > li#menu-item-226 > a > span {
	background: #b30838;
}
.parent-pageid-2017 .add-header-area-safe.fixed .add-nav > li#menu-item-225 > a > span {
	background: #b30838;
}
.parent-pageid-1881 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span {
	background: #b30838;
}


.parent-pageid-2032 .add-header-area-safe.fixed .add-nav #menu-item-226 a {
	color:#f2f2f2;
}
.parent-pageid-2017 .add-header-area-safe.fixed .add-nav #menu-item-225 a {
	color:#f2f2f2;
}
.parent-pageid-1881 .add-header-area-safe.fixed .add-nav #menu-item-1152 a {
	color:#f2f2f2;
}

.contact-popup-side .contact-form-add .row input[type="text"], .contact-popup-side  .contact-form-add .row input[type="email"], .contact-popup-side .contact-form-add .row input[type="tel"] {
	background:#f2f2f2;
}	

.contact-popup-side .selectboxit-container .selectboxit {
	font-family: "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	
}

a.big-ups {width:100%; height:100%; position:absolute; z-index: 100; left: 0px;}

.contact-popup-side .contact-form-add .row textarea {
	background:#f2f2f2;
}

.single-post .add-header-area-safe .add-nav > li#menu-item-229 > a > span,
.tax-portfolio_category .add-header-area-safe .add-nav > li#menu-item-228 > a > span,
.tax-gear_category .add-header-area-safe .add-nav > li#menu-item-226 > a > span,
.single-gear_post_type .add-header-area-safe .add-nav > li#menu-item-226 > a > span,
.page-id-475 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-460 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-329 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-432 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-492 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-392 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-494 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-451 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.page-id-414 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.parent-pageid-2032 .add-header-area-safe .add-nav > li#menu-item-226 > a > span,
.parent-pageid-2017 .add-header-area-safe .add-nav > li#menu-item-225 > a > span,
.parent-pageid-1881 .add-header-area-safe .add-nav > li#menu-item-1152 > a > span,
.single-event_post_type .add-header-area-safe .add-nav > li#menu-item-231 > a > span{
	background:#f2f2f2;
}

.single-post .add-header-area-safe.fixed .add-nav > li#menu-item-229 > a > span,
.tax-portfolio_category .add-header-area-safe.fixed .add-nav > li#menu-item-228 > a > span,
.tax-gear_category .add-header-area-safe.fixed .add-nav > li#menu-item-226 > a > span,
.single-gear_post_type .add-header-area-safe.fixed .add-nav > li#menu-item-226 > a > span,
.page-id-475 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-460 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-329 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-432 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-492 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-392 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-494 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-451 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.page-id-414 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.parent-pageid-2032 .add-header-area-safe.fixed .add-nav > li#menu-item-226 > a > span,
.parent-pageid-2017 .add-header-area-safe.fixed .add-nav > li#menu-item-225 > a > span,
.parent-pageid-1881 .add-header-area-safe.fixed .add-nav > li#menu-item-1152 > a > span,
.single-event_post_type .add-header-area-safe.fixed .add-nav > li#menu-item-231 > a > span{
	background:#b30838;
}

.add-header-area-safe .add-nav a span{
	display:block;
	padding:10px 10px 3px;
}
.add-header-area-safe .add-nav a.shop span{
	background:url(images/ico-shop-online.png) no-repeat 0 14px;
	padding-left:15px;
	background-size: 10px 10px;
}
.add-header-area-safe .add-nav .active a.shop,
.add-header-area-safe .add-nav .current-menu-item a.shop,
.add-header-area-safe .add-nav .current-page-ancestor a.shop,
.add-header-area-safe .add-nav a.shop:hover span{background:#f2f2f2 url(images/bg-shop-online-hover.png) no-repeat 0 14px; background-size: 10px 10px;}
.add-header-area-safe .add-nav li:hover a,
.add-header-area-safe .add-nav a:hover{
	text-decoration:none;
}
.add-header-area-safe .search-hold span.btn-search{
	cursor:pointer;
	display:block;
	padding:0;
	background:url(images/bg-search-btn.png) no-repeat;
	background-size: 31px 32px;
	width:31px;
	height:33px;
	overflow:hidden;
	text-indent:-9999px;
	opacity:0.8;
	transition:all 700ms ease-out;
	-webkit-transition:all 700ms ease-out;
}

.add-header-area-safe.fixed .search-hold span.btn-search {
	background:url(images/bg-search-btn-r.png) no-repeat;
	background-size: 31px 32px;
}
.add-header-area-safe.fixed .search-hold span.btn-search:hover{
	background:url(images/bg-search-btn-hover-r.png) no-repeat;
	background-size: 31px 32px;
}
.add-header-area-safe .search-hold span.btn-search:hover{
	background:url(images/bg-search-btn-hover.png) no-repeat;
	background-size: 31px 32px;
	opacity:1.0;
}
.h-img-area{
	background:url(images/bg-h-top-img-area.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
	text-align:center;
	padding:260px 0 195px;
}
.h-img-area h1{
	color:#fff;
	margin:0 0 42px;
	padding:0 0 22px;
	border-bottom:2px solid #a31f36;
	font:600 72px/76px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
.h-img-area p{
	margin:0;
	color:#bebebe;
	font:36px/40px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
/* products-area */
.products-area{padding:70px 0 60px;}
.products-area h2{
	margin:0 0 46px;
	font:600 36px/39px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #a31f36;
	padding:0 0 15px;
}
.products-area .counter-row{
	border-bottom:1px solid #a31f36;
	padding:0 0 15px;
	margin:0 0 46px;
}
.products-area .counter-row h2{
	float:left;
	border:0;
	margin:0;
	padding:0 20px 0 0;
}
.products-area .counter-row .counter-box{
	display:block;
	text-align:right;
	font:600 26px/39px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.products-holder{padding:0 0 49px;}
.products-lst{
	margin:0 -20px 0 0;
	padding:0 0 25px;
	list-style:none;
}
.products-lst li{
	display:inline-block;
	vertical-align:top;
	max-width:285px;
	width:23.8%;
	padding:0 1.6% 16px 0;
	margin:0 -3px 0 0;
}
.products-lst .img{
	padding:0 0 26px;
	position:relative;
}
.products-lst .txt-box{padding:0 21px 18px;}
.products-lst .txt-box h3{
	margin:0 0 4px;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}
.products-lst .txt-box h3 strong{font-weight:600;}
.products-lst .txt-box p{
	margin:0;
	font-size:12px;
	line-height:14px;
	color:#949499;
}
.products-lst .link-add{
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
	opacity:0;
}
.products-lst .link-add.active .txt,
.products-lst .img:hover .link-add{opacity:1;}
.products-lst .link-add a{
	cursor:pointer;
}
.products-lst .link-add .txt{
	display:inline-block;
	vertical-align:top;
	background:#3e3e3e;
	color:#fff;
	padding:3px 6px;
	border-radius:2px;
	-webkit-border-radius:2px;
	margin:0 0 3px;
	font-weight:600;
	opacity:0;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.products-lst .link-add .ico{
	display:block;
	margin:0 auto;
	background:url(images/svg/ico-folder-plus.svg) no-repeat;
	background-size:17px !important;
	width:17px;
	height:16px;
}
.products-lst .link-add .ico:hover{
	background:url(images/svg/ico-folder-plus-hover.svg) no-repeat;
}
.btn-learn-more a{
	display:block;
	color:#a31f36;
	background:#f2f2f2 url(images/bg-btn-learn-more.gif) no-repeat 14px 12px;
	padding:11px 15px 15px 55px;
	font:600 18px/21px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.products-area .btn-see-more{
	text-align:center;
	max-width:285px;
	background:url(images/bg-see-more.png) repeat-x;
	margin:0 auto;
	padding:8px 0 0;
}
.products-area .btn-see-more a{
	display:inline-block;
	vertical-align:top;
	font:18px/22px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#949499;
}
.text-img-area{
	background:url(images/bg-text-page.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
	padding:195px 0 100px;
}
.text-img-area .h-txt-area{margin-bottom:0;}
/* main */
#main{
	z-index:1;
	position:relative;
}
.services-area{
	padding:76px 0 0;
	position:relative;
	z-index:10;
}
.serve-area .page-holder > h2,
.gear-area h2,
.services-area h1{
	text-align:center;
	letter-spacing:9px;
	color:#141414;
	margin:0 0 28px;
	font:bold 48px/52px "franklin-gothic-urw-comp", Arial, Helvetica, sans-serif;
	border-bottom:1px solid #b30838;
	padding:0 0 20px;
}
.services-lst{
	margin:0 -16px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.services-lst li{
	float:left;
	max-width:390px;
	width:32%;
	overflow:hidden;
	margin:0 1.3% 15px 0;
	background:url(images/bg-services-list.png);
	color:#fff;
}

.services-lst li > a {
	color:#FFF;
	text-decoration: none;
	background: url(images/bg-accordion-lst-active.png);
}

.services-lst li > a:hover {
	text-decoration: none;
}

.services-lst li > a:hover p {
	/* text-decoration: underline; */
}

.services-lst li .read_more {
	text-decoration: underline;
}

.services-lst li .read_more:hover {
	text-decoration: none;
}

.services-lst li.item01{
	background:url(images/bg-services-lst-01.jpg) no-repeat 50% 50%;
	background-size:cover;
}
.services-lst li.item02{
	background:url(images/bg-services-lst-02.jpg) no-repeat 50% 50%;
	background-size:cover;
}
.services-lst li.item03{
	background:url(images/bg-services-lst-03.jpg) no-repeat 50% 50%;
	background-size:cover;
}
.services-lst li.item04{
	background:url(images/bg-services-lst-04.jpg) no-repeat 50% 50%;
	background-size:cover;
}
.services-lst li.item05{
	background:url(images/bg-services-lst-05.jpg) no-repeat 50% 50%;
	background-size:cover;
}
.services-lst li.item06{
	background:url(images/bg-services-lst-06.jpg) no-repeat 50% 50%;
	background-size:cover;
}
.services-lst h2{
	margin:0;
	color:#f2f2f2;
	padding:21px 26px 6px;
	font:500 24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.services-lst .learn-more{
	height:104px;
	position:relative;
}
.services-lst .learn-more .hold{
	height:36px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#b30838;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.services-lst .blue-item .learn-more .hold {background:#253d82;}
.services-lst .grey-item .learn-more .hold{
	background:#253d82;
	color:#f2f2f2;
}

li.grey2-item {
	margin-left:16.5%;
}

.services-lst .grey2-item .learn-more .hold{
	background:#253d82;
	color:#f2f2f2;
}

.services-lst .grey3-item .learn-more .hold{
	background:#253d82;
	color:#f2f2f2;
}

.services-lst .grey-item .learn-more .hold a {color:#5a5a5a;}

.services-lst .grey2-item .learn-more .hold a,
.services-lst .grey2-item .learn-more .btn-more{color:#f2f2f2;}

.services-lst .grey3-item .learn-more .hold a,
.services-lst .grey3-item .learn-more .btn-more{color:#f2f2f2;}

.services-lst .yellow-item .learn-more .hold{
	background:#ffd030;
	color:#b30838;
}
.services-lst .yellow-item .learn-more .hold a,
.services-lst .yellow-item .learn-more .btn-more{color:#b30838;}
.services-lst .learn-more .hold:after{
	content:"";
	position:absolute;
	right:35px;
	top:-12px;
	background:url(images/bg-services-lst.png) no-repeat;
	width:13px;
	height:12px;
	overflow:hidden;
}
.services-lst .blue-item .learn-more .hold:after{background:url(images/bg-services-lst-blue.png) no-repeat;}
.services-lst .grey-item .learn-more .hold:after{background:url(images/bg-services-lst-orange.png) no-repeat; background-size: 12.5px 12px;}
.services-lst .grey2-item .learn-more .hold:after{background:url(images/bg-services-lst-orange.png) no-repeat;}
.services-lst .grey3-item .learn-more .hold:after{background:url(images/bg-services-lst-orange.png) no-repeat;}
.services-lst .yellow-item .learn-more .hold:after{background:url(images/bg-services-lst-yellow.png) no-repeat;}
.services-lst .txt-box{
	padding:10px 24px;
	height:75px;
	overflow:hidden;
	font-size:14px;
	line-height:17px;
	font-style:normal;
	display:none;
}
.services-lst .txt-box p{margin:0;}
.services-lst .txt-box p a{
	color:#fff;
	text-decoration:underline;
}
.services-lst .txt-box p a:hover{text-decoration:none;}
.services-lst .btn-more{
	display:block;
	color:#fff;
	font-style:normal;
	text-align:center;
	font-weight: 500;
	text-transform: uppercase;
	font-size:14px;
	line-height:18px;
	padding:9px 0;
}
.services-lst li:hover .btn-more{display:none;}
.services-lst li:hover .txt-box{display:block;}
.services-lst li:hover .hold{height:101px;}
.add-service-area{
	margin:-92px 0 0;
	background:url(images/bg-add-service-area.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
	padding:204px 0 175px;
}
.add-service-area .txt-box{
	background:url(images/bg-h-txt-area.png);
	border-bottom:1px solid #b30838;
	text-align:center;
	max-width:850px;
	padding:42px 20px 43px;
	color:#fff;
	margin:0 auto;
}
.add-service-area .txt-box p{
	margin:0;
	font:58px/64px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
/* gear-area */
.gear-area{padding:76px 0 20px;}
.gear-lst{
	/*margin:0 -20px 0 0;*/
	padding:0;
	list-style:none;
	overflow:hidden;
    font-size: 0;
}
.gear-lst li{
    display:inline-block;
    vertical-align:top;
    margin:0 0 0 0.5%;
    width:16.25%;
	overflow:hidden;
	color:#fff;
	/*max-width:232px;*/
	position:relative;
}

.gear-lst li:first-of-type {
    margin-left: 0;
}

.gear-lst li:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size:cover !important;
	z-index:-1;
	transition: all .6s;
	transform: scale(1,1);
	-webkit-transition: all .6s;
	-webkit-transform: scale(1,1);
}
.gear-lst li:hover .add-box a{text-decoration:underline;}
.gear-lst li:hover:after{
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}
.gear-lst li.item01:after{background:#000 url(images/bg-gear-lst-01.jpg) no-repeat 50% 50%;}
.gear-lst li.item02:after{background:#000 url(images/bg-gear-lst-02.jpg) no-repeat 50% 50%;}
.gear-lst li.item03:after{background:#000 url(images/bg-gear-lst-03.jpg) no-repeat 50% 50%;}
.gear-lst li.item04:after{background:#000 url(images/bg-gear-lst-04.jpg) no-repeat 50% 50%;}
.gear-lst li.item05:after{background:#000 url(images/bg-gear-lst-05.jpg) no-repeat 50% 50%;}
.gear-lst .ttl-box{
	padding:18px 22px;
	min-height:56px;
}
.gear-lst .ttl-box h3{
	margin:0;
	font:500 24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.gear-lst .add-box-holder{
	overflow:hidden;
	position:relative;
	height:197px;
}
.gear-lst .add-box{
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
	height:80px;
	background:#253d82;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:31px 0 27px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font:600 14px/20px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.gear-lst .add-box a{color:#f2f2f2;}
.gear-lst .add-box:after{
	content:"";
	position:absolute;
	top:-12px;
	right:38px;
	background:url(images/bg-services-lst-orange.png) no-repeat;
	width:13px;
	height:12px;
	overflow:hidden;
}
.add-ttl-area{
	background:url(images/bg-add-ttl-area.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
	padding:80px 0 110px;
}
.add-ttl-area h2{
	text-align:center;
	font-weight:bold;
	margin:0;
	font-size:108px;
	line-height:112px;
	letter-spacing:10px;
	color:#fff;
}
.serve-area{
	position:relative;
	z-index:10;
}
.serve-lst{
	margin:0 0 -10px;
	padding:0;
	list-style:none;
}
.serve-lst li{
	overflow:hidden;
	vertical-align:top;
	margin:0 0 10px;
	visibility: visible;
	opacity: 0;
	padding-top:100px;
}
.serve-lst .box,
.serve-lst .block{
	float:right;
	position:relative;
	background:#000;
	overflow:hidden;
	max-width:595px;
	width:49.5%;
	color:#fff;
	text-align:center;
}
.serve-lst .block:first-child{float:left;}
.serve-lst .box .img,
.serve-lst .block .img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background-size:cover !important;
	transition: all .6s;
	transform: scale(1,1);
	-webkit-transition: all .6s;
	-webkit-transform: scale(1,1);
}
.serve-lst .box:hover .img,
.serve-lst .block:hover .img{
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}
.serve-lst .img.item01{background:url(images/bg-serve-lst-01.jpg) no-repeat 50% 50%;}
.serve-lst .img.item02{background:url(images/bg-serve-lst-02.jpg) no-repeat 50% 50%;}
.serve-lst .img.item03{background:url(images/bg-serve-lst-03.jpg) no-repeat 50% 50%;}
.serve-lst .img.item04{background:url(images/bg-serve-lst-04.jpg) no-repeat 50% 50%;}
.serve-lst .img.item05{background:url(images/bg-serve-lst-05.jpg) no-repeat 50% 50%;}
.serve-lst .img.item06{background:url(images/bg-serve-lst-06.jpg) no-repeat 50% 50%;}
.serve-lst .img.item07{background:url(images/bg-serve-lst-07.jpg) no-repeat 50% 50%;}
.serve-lst .img.item08{background:url(images/bg-serve-lst-08.jpg) no-repeat 50% 50%;}
.serve-lst .img.item09{background:url(images/bg-serve-lst-09.jpg) no-repeat 50% 50%;}
.serve-lst .box:hover .img:after,
.serve-lst .block:hover .img:after{opacity:0.7;}
.serve-lst .box .img:after,
.serve-lst .block .img:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:#000;
	opacity:0.5;*/
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.serve-lst .box{
	float:left;
	max-width:292px;
	width:24.25%;
	margin:0 0 0 1%;
}
.serve-lst .box:first-child{margin:0;}
.serve-lst .block.full{
	float:none;
	width:auto;
	max-width:none;
}
.serve-lst .frame{
	position:relative;
	z-index:10;
	height:150px;
	display:table;
	width:100%;
}
.serve-lst .frame h3,
.serve-lst .frame h2{
	margin:0;
	display:table-cell;
	vertical-align:middle;
	text-transform:uppercase;
	letter-spacing:1px;
}
.serve-lst .block h2{
	font:500 50px/54px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.serve-lst .block h2 span{
	font-size:20px;
	text-transform:none;
	font-style:italic;
	display:inline-block;
	vertical-align:top;
}
.serve-lst .frame h3{
	font:500 32px/38px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.serve-lst .frame h3 span{
	font-size:32px;
	font-style:italic;
	font-weight:normal;
	line-height:36px;
	margin:-11px 0 -7px;
	text-transform:none;
	display:block;
}
/* news-area */
.news-area{
	margin:-76px 0 0;
	/*border-top:12px solid #f2f2f2;*/
	/*background:url(images/bg-news-area.jpg) no-repeat 50% 0;*/
	background-size:cover;
	padding:100px 0 0;
}
.news-area .txt-box{
	background:url(images/bg-h-txt-area.png);
	border-bottom:1px solid #b30838;
	text-align:center;
	max-width:850px;
	padding:40px 20px 42px;
	color:#fff;
	margin:0 auto 56px;
}
.news-area .txt-box p{
	margin:0;
	font:60px/65px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.blog-section{
	overflow:hidden;
	padding:0 0 247px;
}
.blog-section .news-box{
	float:left;
	max-width:780px;
	width:65%;
}
.blog-section .blog-box{
	float:right;
	max-width:400px;
	width:34%;
}
.blog-section .holder{
	padding:50px 20px 28px;
}
.blog-section .holder h3{
	font:600 48px/52px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	margin:0 0 18px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
}

a.blogz:hover {text-decoration: none;}
a.blogz h4:hover {text-decoration:none;}
a.blogz h5:hover {color:#fff; text-decoration: underline;}

.blog-section .holder h3 a{color:#141414;}
.blog-section .holder h3 a:hover{text-decoration:none;}
.news-lst{
	margin:0;
	padding:0;
	list-style:none;
	text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.8);
}
.news-lst li{
	background:#000;
	margin:0 0 11px;
	color:#fff;
	padding:11px 18px;
	overflow:hidden;
	vertical-align:top;
	min-height:80px;
}
.news-lst h4{
	margin:0;
	font:600 14px/18px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.news-lst h5{
	/**letter-spacing:1px;
	font:600 24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	margin:0;*/
	
	font: 500 22px/28px "franklin-gothic-urw-comp", Arial, Helvetica, sans-serif;
    margin: 0;
    display: inline;
    background-color: rgba(37, 61, 130, .8);
    box-shadow: 0.25em 0 0 rgba(37, 61, 130, .8), -0.25em 0 0 rgba(37, 61, 130, .8);
}
.news-lst h5 a{color:#fff;}
.ttl-row{padding:0 0 53px;}
.ttl-row h2{
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	margin:0;
	font-weight:bold;
	font-size:108px;
	line-height:112px;
	letter-spacing:10px;
}
.bottom-contact-area{
	overflow:hidden;
	position:relative;
}
.bottom-contact-area .contact-form{
	float:left;
	max-width:780px;
	width:65%;
	background:url(images/bg-h-txt-area.png);
}
.bottom-contact-area .contact-form .holder{
	padding:112px 38px 40px;
}
.bottom-contact-area .contact-form .row{
	overflow:hidden;
	padding:0 0 10px;
}
.bottom-contact-area .contact-form .row label{
	font:600 34px/43px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	float:left;
	width:150px;
	color:#939598;
	padding:11px 10px 0 0;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.bottom-contact-area .contact-form .row.active label{color:#fff;}
.bottom-contact-area .contact-form .decor-txt-area,
.bottom-contact-area .contact-form .decor-field{
	background:#000;
	overflow:hidden;
	position:relative;
	padding:0 16px;
	border-left:1px solid #8a0a2e;
}
.bottom-contact-area .contact-form .decor-field input{
	float:left;
	width:100%;
	border:0;
	background:none;
	color:#fff;
	font-size:21px;
	height:24px;
	padding:20px 0 15px;
}
.bottom-contact-area .contact-form .decor-txt-area textarea{
	overflow:auto;
	resize:none;
	margin:0;
	display:block;
	width:100%;
	border:0;
	background:none;
	color:#fff;
	font-size:21px;
	line-height:24px;
	height:180px;
	padding:15px 0 6px;
}
.bottom-contact-area .btn-box{
	overflow:hidden;
	padding:0 30px 17px 0;
}
.bottom-contact-area .btn-box input{
	font:600 24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	float:right;
	width:100px;
	height:60px;
	line-height:60px;
	background:#141414;
	border-bottom:1px solid #8a0a2e;
	cursor:pointer;
	padding:0;
	color:#939598;
	font-size:24px;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.bottom-contact-area .staff-area{
	float:right;
	padding:0 0 999px;
	margin:0 0 -999px;
	max-width:400px;
	width:34%;
	background:url(images/bg-h-txt-area.png);
}
.bottom-contact-area .staff-area .holder{
	padding:70px 40px 0 19px;
	color:#fff;
}
.bottom-contact-area .staff-area h3{
	font-weight:600;
	margin:0 0 16px;
	font-size:23px;
	line-height:26px;
}
.staff-lst{
	margin:0 0 10px;
	padding:31px 54px;
	list-style:none;
	position:relative;
	background:#000;
	font:18px/19px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.staff-lst:after{
	content:"";
	position:absolute;
	right:26px;
	top:50%;
	margin:-25px 0 0;
	background:url(images/bg-arrow.gif) no-repeat;
	opacity:0.5;
	width:34px;
	height:50px;
	overflow:hidden;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.staff-lst-holder a:hover .staff-lst:after{opacity:1.0;}
.staff-lst-holder a{
	color:#939598;
	border-top:4px solid #000;
	cursor:pointer;
	display:block;
}
.staff-lst-holder a:hover{
	border-color:#b30838;
	color:#fff;
	text-decoration:none;
}
.staff-lst li{padding:0 0 3px;}
/* h-top-txt-area */
.h-top-txt-area{
	padding:134px 0 42px;
	margin:0 0 68px;
	position:relative;
	color:#fff;
	text-align:center;
}
.h-top-txt-area h1{
	text-transform:uppercase;
	margin:0;
	font:bold 72px/76px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.h-top-txt-area p{
	margin:0;
	font:36px/40px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.h-top-txt-area:after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	height:2px;
	background:#a31f36;
	width:205px;
	margin:0 0 0 -102px;
}
/* main-section */
.main-section{
	overflow:hidden;
	padding:0 0 80px;
}
#content{
	float:left;
	max-width:793px;
	width:66.3%;
	padding:0 1.7% 0 0;
}
.staff-list{
	margin:0 -16px 0 0;
	padding:0 0 60px;
	list-style:none;
}
.staff-list > li{
	display:inline-block;
	vertical-align:top;
	width:15.65%;
	max-width:192px;
	padding:0 1% 12px 0;
	margin:0 -3px 0 0;
}
.staff-list .add-hover-box{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:100;
}
.staff-list .add-hover-box .add-text-block{
	padding:20px 10px 13px;
	color:#5a5a5a;
	background-color:rgba(242, 242, 242, 0.90);
}
.staff-list .add-hover-box .add-text-block h3{
	word-break:break-all;
	margin:0;
	font-size:11px;
	line-height:16px;
	text-transform:uppercase;
}
.staff-list .add-hover-box .add-text-block h4{
	margin:0;
	font:600 18px/22px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}

.add-bottom-box{
	padding:11px 0 0;
	/*display: none;*/

	height: 0px;
	overflow: hidden;

	transition:height 0.3s ease;
	-moz-transition:height 0.3s ease;
	-webkit-transition:height 0.3s ease;
}

.add-bottom-box ul{
	font-size:12px;
	line-height:16px;
}
.add-bottom-box ul li{
	padding:0 0 5px 15px;
}
.add-bottom-box ul li.item01{background:url(images/ico04.png) no-repeat 0 5px; background-size: 10px 8px;}
.add-bottom-box ul li.item02{background:url(images/ico05.png) no-repeat 0 5px;}
.add-bottom-box ul li.item03{background:url(images/ico06.png) no-repeat 0 4px;}
.add-bottom-box ul a{color:#5a5a5a;}
.scroll-area{
	height:550px;
	overflow:auto;
}
.top-ttl-frame{
	overflow:hidden;
	border-bottom:1px solid #b20838;
	padding:0 0 4px;
	margin:0 0 11px;
}
.staff-list .text-holder .top-ttl-frame h3{
	font-weight:bold;
	color:#fff;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
}

.staff-list .text-holder .top-ttl-frame .side-box-add h3,
.staff-list .text-holder .side-box-add .q-links a {
	color: #FFFFFF;
}

.staff-list .text-holder .top-ttl-frame h4{
	margin:0;
	color:#5a5a5a;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
}
.q-links{
	padding:3px 0 0;
	font-size:12px;
	line-height:18px;
	word-break:break-all;
	color:#fff;
}
.q-links li{
	padding:0 0 21px 25px;
}
.q-links a{color:#fff;}
.q-links li.item01{background:url(images/ico07.png) no-repeat; background-size:18px 15px;}
.q-links li.item02{background:url(images/ico08.png) no-repeat; background-size:18px 15px;}
.q-links li.item03{background:url(images/ico09.png) no-repeat; background-size:18px 18px;}
.staff-list .text-holder .top-ttl-frame .side-box-add{
	padding-top:16px;
}
.staff-list .text-holder .side-box-add{
	float:left;
	width:180px;
	padding:0 9px 0 0;
}
.staff-list .text-holder .text-box{
	overflow:hidden;
	position: relative;
}

.staff-list .text-holder .txt-holder .text-box:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: -100px;
	right: -100px;
	height: 5px;
	background: none;
	box-shadow: 0px 0px 60px 20px black;
}

.staff-list .text-holder .text-box p{
	color:#fff;
	margin:0 0 12px;
	font-size:12px;
	line-height:16px;
}
.jobs-list{
	margin:0 -26px 0 0;
	padding:0;
	list-style:none;
	padding-bottom: 30px;
}
.jobs-list .img .hover-box{
	opacity:0;
	background:url(images/bg-hover-box.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transition:opacity 250ms ease-out;
	-webkit-transition:opacity 250ms ease-out;
}
.jobs-list .img:hover .hover-box{opacity:1;}
.jobs-list .img .hover-box .holder{
	display:table;
	width:100%;
	height:100%;
}
.jobs-list .img .hover-box h3{
	margin:0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
	font:600 20px/24px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.jobs-list .img .hover-box h3 a{color:#fff;}
.jobs-list .img .hover-box h3 a:hover{
	text-decoration:none;
	opacity:0.5;
}
.jobs-list > li{
	display:inline-block;
	vertical-align:top;
	max-width:387px;
	width:48.5%;
	padding:0 2.5% 35px 0;
	margin:0 -2px 0 0;
}
.staff-list .img-holder,
.jobs-list .img-holder{
	position:relative;
	min-height:20px;
}
.staff-list .img-holder:hover .add-bottom-box,
.staff-list .img-holder:hover .add-nav-lst{
	display:block;
}

.staff-list .img-holder:hover .add-bottom-box {
	height: 63px;
}

.staff-list .img-holder .img > img {
	transition:opacity 0.3s ease;
	-moz-transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease;
}

.staff-list .img-holder:hover .img > img {
	opacity: 0.3;
}

.staff-list .img-holder .add-area,
.jobs-list .img-holder .add-area{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:10;
}
.staff-list .img-holder .add-area,
.jobs-list .add-area{
	background:url(images/bg-jobs-add-area.png);
	padding:12px 0 10px;
}
.staff-list .add-area h3,
.jobs-list .add-area h3{
	margin:0;
	padding:0 20px;
	color:#fff;
	font:14px/18px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.staff-list .add-area h3 span,
.jobs-list .add-area h3 span{color:#a11f37;}
.staff-list .txt-box,
.jobs-list .txt-box{
	background:#fff;
	padding:18px 21px 25px;
}
.staff-list .txt-box h4,
.jobs-list .txt-box h4{
	text-transform:uppercase;
	margin:0 0 4px;
	font:12px/16px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	color:#959499;
}
.staff-list .txt-box h4 strong,
.jobs-list .txt-box h4 strong{font-weight:600;}
.staff-list .txt-box p,
.jobs-list .txt-box p{
	margin:0;
	font-size:14px;
	line-height:18px;
	color:#505050;
}
.staff-list .img-holder:hover .add-nav-lst{opacity:1;}
.staff-list .add-big-img,
.staff-list li.active .img-holder,
.staff-list li.active .txt-box,
.staff-list li.active .add-area,
.staff-list li.active .img-holder .add-nav-lst{display:none;}
.staff-list li.active{
	margin-right:0;
	display:block;
	width:100%;
	max-width:100%;
	padding:0 0 12px;
}
.staff-list li.active .BWfade,
.staff-list li.active .BWFilter{display:none !important;}
.staff-list li .holder{overflow:hidden;}
.staff-list li.active .add-big-img{
	display:block;
	opacity:0;
	float:left;
	width:32.4%;
	padding:2px 2.2% 0 0;
	max-width:393px;
	height:620px;
}
.staff-list .text-holder{
	padding:20px 0 0;
	opacity:0;
	display:none;
	color:#505050;
	overflow:hidden;
}
.staff-list .text-holder .text-col{overflow:hidden;}
.staff-list .text-holder .text-col .col{
	float:left;
	max-width:289px;
	width:31.7%;
	padding:0 0 0 2%;
}
.staff-list .text-holder .text-col .col:first-child{padding-left:0;}
.staff-list .text-holder .text-col .col.add{
	float:none;
	max-width:none;
	width:auto;
	overflow:hidden;
}
.staff-list .text-holder .text-col p{
	margin:0 0 10px;
	font-size:11px;
	line-height:15px;
}
.staff-list li.active .text-holder{
	display:block;
}
.add-nav-lst{
	margin:0;
	display:none;
	padding:0 0 10px 20px;
	list-style:none;
	font:12px/16px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
}
.add-nav-lst a{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 14px;
	color:#fff;
	background:url(images/bg-see-bio.png) no-repeat 0 3px;
	background-size: 10px 10px;
}
#sidebar{
	overflow:hidden;
	padding:42px 0 0;
}
.post-area{
	background:#f2f2f2;
}
.post-area > .text-block{
	padding:0 40px 65px;
}
.share-lst-holder{
	padding:0 0 40px;
	text-align:center;
}
.share-lst-holder ul{
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0;
	list-style:none;
}
.share-lst-holder li{
	background:#000;
	float:left;
}
.share-lst-holder .social-lst a{
	border-radius:0;
	-webkit-border-radius:0;
}
.txt-area{
	padding:0 0 25px;
}
.tags-area{padding:0 0 22px;}
.tags-area h3{
	margin:0 0 2px;
	font:bold 22px/26px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.tags-area ul{
	font:11px/14px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	padding:0 0 4px;
}
.tags-area ul li{
	display:inline-block;
	vertical-align:top;
	padding:0 2px 6px 0;
}
.tags-area ul a{
	display:block;
	background:#a31f36;
	color:#fff;
	padding:3px 11px 5px;
}
.comments-row, #reply-title{
	border-bottom:1px solid #a31f36;
	overflow:hidden;
	padding:0 0 13px;
	margin:0 0 20px;
}
.comments-row h3{
	float:left;
	margin:2px 20px 0 0;
	font:bold 22px/26px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#reply-title{
    font:bold 22px/26px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.btn-comment{
	float:right;
	background:#212121 url(images/bg-btn-leave-new.png) no-repeat 11px 6px;
	background-size: 14px 11px;
	color:#fff;
	font:12px/16px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	padding:4px 12px 5px 36px;
}
.comments-lst{
	margin:0;
	padding:0;
	list-style:none;
}
.comments-lst li > ul{
	padding:0 0 0 73px;
}
.comments-lst .holder{
	overflow:hidden;
	padding:0 0 11px;
}
.comments-lst .img{
	float:left;
	width:50px;
	padding:0 10px 0 2px;
}
.comments-lst .comment-box{
	overflow:hidden;
	position:relative;
	background:url(images/bg-comment-box.gif) no-repeat 0 13px;
	padding:0 0 0 10px;
}
.comments-lst .comment-box .holder{
	background:#fff;
	padding:9px 20px 17px;
}
.comments-lst .comment-box h4{
	margin:0;
	font:18px/21px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	color:#505050;
}
.comments-lst .comment-box h5{
	margin:-3px 0 3px;
	color:#959499;
	font:11px/14px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.comments-lst .comment-box p{
	margin:0 0 21px;
	color:#505050;
	font:18px/22px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.comments-lst .comment-box .btn-reply{
	display:inline-block;
	vertical-align:top;
	font:12px/16px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	background:#212121;
	color:#fff;
	padding:4px 12px 5px;
}
.filter-area{
	text-align:center;
	color:#fff;
}
.filter-area h2{
	display:inline-block;
	vertical-align:top;
	margin:0 0 8px;
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	padding:0 36px;
	position:relative;
}
.filter-area h2:after{
	content:"";
	position:absolute;
	top:9px;
	right:0;
	width:18px;
	height:2px;
	background:#a31f36;
}
.filter-area ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:18px;
}
.filter-area ul li{
	padding:0 2px 8px;
	display:inline-block;
	vertical-align:top;
}
.filter-area ul a{
	display:block;
	padding:1px 12px 0;
	background:#f1f1f1;
	color:#000;
	border-bottom:2px solid #f1f1f1;
}
.filter-area ul .active a,
.filter-area ul a:hover{
	border-color:#a31f36;
	text-decoration:none;
}
/* content-section */
.content-section{
	background:#f2f2f2;
	padding:65px 0 90px;
	overflow:hidden;
}
.accordion-lst{
	margin:0;
	padding:10px 0 60px;
	list-style:none;
}
.accordion-lst > li{
	overflow:hidden;
	padding:0 0 50px;
	vertical-align:top;
}
.accordion-lst > li .link{
	display:block;
	border-bottom:1px solid #a31f36;
	padding:0 45px 36px;
	text-align:center;
	font:600 72px/76px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	background:url(images/bg-accordion-lst.png) no-repeat 7px 17px;
}
.accordion-lst > li .link.active{background:url(images/bg-accordion-lst-active.png) no-repeat 7px 17px;}
.accordion-lst > li .link.active span{opacity:0.75;}
.accordion-lst > li .link:hover{text-decoration:none;}
.content-frame .txt-box{
	float:left;
	width:72%;
	max-width:800px;
}
.contact-popup-side{
	float:right;
	width:24%;
	max-width:270px;
}

.content-section-frame.inner03 .contact-popup-side{
/* 	padding:45px 0 0; */
}

.contact-popup-side h3 {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 22px 0;
}

/* select */
select:focus{outline:none;}
div.selector{
	text-align:left;
	width:auto !important;
	line-height:50px;
	height:50px;
	overflow:hidden;
	background:#141414;
	position:relative;
	font-size:12px;
}
div.selector:after{
	content:"";
	position:absolute;
	top:0;
	right:14px;
	background:url(images/bg-select.png) no-repeat 0 50%;
	width:20px;
	height:50px;
	overflow:hidden;
	z-index:1;
}
div.selector select{
	color:#939598;
	font:12px/50px "Open Sans", Arial, Helvetica, sans-serif;
	height:50px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	opacity:0;
 	filter:alpha(opacity:0);
	border:none;
	background:none;
	padding:0;
	cursor:pointer;
}
div.selector span{
	width:auto !important;
	line-height:50px;
	max-width:80%;
	height:50px;
	color:#939598;
	position:relative;
	z-index:9;
	cursor:pointer;
	text-indent:16px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.add-row p{
	margin:0;
	font-size:24px;
	line-height:24px;
}
.add-row p a{
	display:inline-block;
	vertical-align:top;
	color:#a31f36;
	text-decoration:underline;
	transition:none;
	-webkit-transition:none;
}
.add-row p a:hover{
	text-decoration:none;
}
.section-title{
	text-align:center;
	padding:0 0 31px;
	margin:0 0 88px;
}
.section-title h3{
	font-weight:600;
	font-size:72px;
	line-height:75px;
	letter-spacing:10px;
	margin:0;
	color:#000;
}
.quote-form{
	padding:0 0 60px;
	max-width:834px;
	margin:0 auto;
}
.quote-form .select-box{overflow:hidden;}
.quote-form .add-label{
	display:block;
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
	color:#000;
	text-transform:uppercase;
	padding:0 0 12px 21px;
	font-weight:500;
}
.quote-form .row{
	overflow:hidden;
	padding:0 0 20px;
}
.quote-form .row label{
	float:left;
	width:149px;
	padding:8px 10px 12px 20px;
	text-transform:uppercase;
	color:#fff;
	font:500 36px/40px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	background:#212121;
}
.quote-form .row label.decor{height:220px;}
.quote-form .row label.small{font-size:23px;}
.quote-form .row .box{
	float:right;
	width:49%;
	max-width:406px;
}
.quote-form .row .box:first-child{float:left;}
.quote-form .row .decor-field{
	overflow:hidden;
	padding:0 25px;
	background:#fff;
}
.quote-form .row .decor-txt-area{
	overflow:hidden;
	padding:0 25px;
	background:#fff;
}
.quote-form .row .decor-txt-area textarea{
	background:none;
	display:block;
	width:100%;
	border:0;
	font-size:24px;
	line-height:28px;
	height:150px;
	color:#000;
	padding:8px 0 9px;
	overflow:auto;
	resize:none;
	margin:0;
}
.quote-form .row .decor-field input{
	background:none;
	display:block;
	width:100%;
	border:0;
	font-size:24px;
	height:28px;
	color:#000;
	padding:16px 0;
}
.quote-form .btn-box{
	overflow:hidden;
	padding:0 14px 13px 0;
}
.quote-form .btn-box input{
	float:right;
	width:103px;
	height:60px;
	color:#fff;
	font:500 24px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	cursor:pointer;
	border:0;
	background:#212121;
}
.radio-row{
	padding:20px 0 37px 21px;
	overflow:hidden;
}
.radio-row > label{
	float:left;
	padding:1px 0;
	text-transform:uppercase;
	font:500 24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	color:#000;
}
.radio-lst{
	margin:0;
	padding:0 43px 0 0;
	list-style:none;
	text-align:right;
	font:500 24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.radio-lst li{
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 42px 0 0;
}
.radio-lst label{
	display:block;
	padding:1px 0 4px 65px;
	cursor:pointer;
	position:relative;
	z-index:5;
}
.radio-lst .radio{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.radio-lst .radio span{
	display:block;
	background:url(images/bg-radio-lst.gif) no-repeat;
	width:32px;
	height:32px;
	overflow:hidden;
}
.radio-lst .radio span.checked{background-position:0 100%;}
.radio-lst .radio input{
	position:absolute;
	top:0;
	visibility:hidden;
}
.top-title-area{
	padding:100px 0 30px;
	text-align:center;
	color:#fff;
}
.top-title-area h2{
	margin:0 0 16px;
	text-transform:uppercase;
	font: 500 52px/56px "franklin-gothic-urw-comp", Arial, Helvetica, sans-serif;
    	letter-spacing: 0.05em;
}
.top-list{
	font-family: "franklin-gothic-urw", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	margin-bottom: 30px;
}
.top-list li{
	display:inline-block;
	vertical-align:top;
	background:url(images/sep-top-lst.png) no-repeat 0 5px;
	padding:0 6px 7px 16px;
}
.top-list li:first-child{
	background:none;
	padding-left:6px;
}
.top-list a{
	color:#f2f2f2;
}
.content-section-frame{
	padding:93px 41px 70px;
	background:#fff;
	overflow:hidden;
}
.content-section-frame.inner{padding:63px 41px 70px; border-top: 12px solid #f2f2f2; margin-bottom: 50px;}
.content-section-frame.inner02{padding:60px 0;}
.content-section-frame.inner03{padding:96px 10px 70px;}
.content-frame{
	overflow:hidden;
}
.content-frame .img-side{
	float:left;
	max-width:205px;
	width:19%;
	margin:3px 3.5% 0 0;
}
.content-block{
	overflow:hidden;
}
.top-tab-nav{
	overflow:hidden;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
}
.top-tab-nav li{
	float:left;
	width:15%;
	max-width:210px;
	padding:0 0 0 1.5%;
}
.top-tab-nav li:first-child{padding-left:0;}
.top-tab-nav a{
	display:block;
	background:#b30838;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	padding:21px 10px 24px;
}
.top-tab-nav .active a,
.top-tab-nav a:hover{
	background:#fff;
	text-decoration:none;
	color:#000;
}
.tab-area .tab{display:none;}
.tab-area .tab:first-child{display:block;}
.gear-area-holder{
	overflow:hidden;
}
.side-info-box{
	float:left;
	width:190px;
	padding:7px 10px 0;
}
.side-info-box h2{
	margin:0 0 15px;
	font:bold 18px/21px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.side-nav{
	/* font-size:18px; */
	font-size: 14px;
	line-height:21px;
	padding:0 0 63px;
}
.side-nav li{padding:0;}
.side-nav a{color:#000;}
.side-nav .active a,
.side-nav a:hover{color:#b30838;}
.side-frame-box{
	background:#f2f2f2;
	padding:7px 10px 2px;
	margin:0 -10px;
}
.title-row{
	overflow:hidden;
	padding:0 0 10px;
}
.title-row h2{
	margin:0 8px 0 0;
	float:left;
	width:75%;
}
.title-row .num{
	display:block;
	overflow:hidden;
	text-align:right;
	color:#b30838;
	font:bold 18px/21px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.side-frame-box p{
	margin:0 0 10px;
	color:#949499;
	font-size:12px;
	line-height:15px;
}
.side-frame-box .list{
	padding:0 0 14px;
	font-size:14px;
	line-height:18px;
}
.link-review{
	display:block;
	background:#141414 url(images/bg-btn-send-m.png) no-repeat 100% 0;
	background-size: 72px 50px;
	min-height:30px;
	color:#fff;
	padding:18px 78px 2px 15px;
	text-align:left;
	font-weight:bold;
	cursor:pointer;
	border:0;
	text-transform:uppercase;
	font-size:12px;
	margin:0 0 15px;
}
.link-review:hover{
	background:#141414 url(images/bg-btn-send-m-hover.png) no-repeat 100% 0;
	background-size: 72px 50px;
	text-decoration:none;
}
.content-block-hold{
	overflow:hidden;
	padding:0 0 30px;
}
.gear-list li{
	display:inline-block;
	vertical-align:top;
	max-width:210px;
	width:21.5%;
	padding:0 0 25px 3.5%;
	margin:0 -3px 0 0;
}
.gear-list .img{padding:0 0 10px; height:220px;}
.gear-list h3{
	margin:0 0 2px;
	font-size:14px;
	line-height:18px;
}
.gear-list p{
	margin:0 0 10px;
	color:#949499;
	font-size:12px;
	line-height:15px;
}
.gear-list .btn-more{
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	padding:7px 6px 9px;
	text-align:center;
	background:#b30838;
}
.gear-list .btn-more:hover{
	text-decoration:none;
	opacity:0.8;
}
.product-details{
	overflow:hidden;
	padding:50px 0 30px 4.3%;
}
.product-details .img-product{
	float:left;
	max-width:452px;
	width:48%;
	padding:0 4.7% 0 0;
}
.product-details .text-box{
	overflow:hidden;
}
.product-details .text-box .text-box-row{padding:0 10px 0 0;}
.product-details .text-box h3{
	margin:0 0 17px;
	font-size:26px;
	text-transform:uppercase;
	line-height:32px;
}
.product-details .text-box p{
	margin:0 0 25px;
	color:#949499;
	font-size:21px;
	line-height:30px;
}
.add-list{
	font-size:17px;
	padding:0 0 54px;
	line-height:22px;
	color:#949499;
}
.pdf-lst{
	font-size:18px;
	line-height:22px;
}
.pdf-lst li{
	padding:0 0 8px;
	overflow:hidden;
	vertical-align:top;
}
.pdf-lst a{
	display:block;
	overflow:hidden;
	color:#fff;
	padding:6px 16px 9px;
	background:#b30838;
}
.pdf-lst .txt{
	float:left;
	width:60px;
	text-transform:uppercase;
	padding:0 14px 0 0;
}
.pdf-lst .add-text{
	display:block;
	overflow:hidden;
}
.text-area-block{
	overflow:hidden;
	padding:0 0 25px;
}
.text-area-block .hold{padding:0 0 34px;}

.text-area-block h2 {
	padding: 0 0 10px 0;
	margin:0 0 22px 0;
	font-size:25px;
	line-height:1.4;
	font-weight:bold;
	border-bottom: 1px solid #b30838;
}

.text-area-block h3{
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}
.text-area-block p{
	margin:0 0 22px;
	font-size:18px;
	line-height:21px;
	color:#000;
}
.your-lst li{
	background:#f2f2f2;
	overflow:hidden;
	vertical-align:top;
	padding:8px 5px 8px 9px;
	margin:0 0 15px;
}
.your-lst .img{
	float:left;
	width:105px;
	padding:0 4.8% 0 0;
}
.your-lst .box-txt{
	padding:0 75px 0 0;
	min-height:65px;
	position:relative;
	/* overflow:hidden; */
}

.your-lst .box-txt:after {
	content: '';
	display: table;
	clear: both;
}

.your-lst .txt-box-block{
	overflow:hidden;
}
.your-lst .txt-box-block h3{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
}
.your-lst .txt-box-block p{
	margin:0;
	color:#949499;
	font-size:12px;
	line-height:14px;
}
.your-lst .side-info-box{
	position:absolute;
	right:0;
	top:0;
	width:35px;
}
.side-info-box .btn-close{
	text-align:right;
	padding:0 0 11px;
	font:bold 16px/19px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.side-info-box .btn-close a{color:#b30838;}

.qty{
	text-align: center;
	color: #000;
	line-height: 28px;
	font-size: 13px;
}

.side-info-box .decor-field input{
	display:block;
	text-align:center;
	font:bold 14px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	height:18px;
	background:#fff;
	color:#000;
	padding:8px 4px 7px;
	width:27px;
	border:0;
}
.frame-content{max-width:740px;}
.gallery-list{padding:0 0 80px;}
.gallery-list li{
	display:inline-block;
	vertical-align:top;
	max-width:291px;
	width:24.3%;
	padding:0 0 10px 1%;
	/*margin:0 -3px 0 0;*/
}
.gallery-list li.m-item{
	width:49.4%;
	padding-left:0;
	max-width:593px;
}
.gallery-list li.wide-item{
	width:100%;
	max-width:none;
	padding-left:0;
}
.gallery-list a{
	display:block;
	position:relative;
	text-decoration:none;
}
.gallery-list .hover-box{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(images/bg-hover-box02.png);
}
.gallery-list a:hover .hover-box{display:block;}
.gallery-list .hover-box span{
	position:absolute;
	top:50%;
	margin:-25px 0 0;
	left:0;
	width:100%;
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}
.gallery-list .hover-box span em{
	background:url(images/bg-view-gall.png) no-repeat 0 4px;
	background-size: 50px 50px;
	padding:0 0 0 69px;
	font-style:normal;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.fancy-add{
	position:absolute;
	top:50%;
	margin:-161px 0 0;
	left:0;
	background:url(images/bg-btn-prev-overlay.png) no-repeat;
	width:123px;
	padding:110px 0 0;
	height:153px;
}
.fancy-add span{
	display:block;
	background:url(images/bg-fancy-prev.png) no-repeat 50% 0;
	background-size: 30px 45px;
	padding:90px 0 0;
	color:#fff;
	font:24px/28px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: 600;
}
.porfolio-page .fancybox-title h3 {
	color:#b30838;
	font-weight: 600;
}
.porfolio-page .fancybox-title p {
	color:#fff;
	font-weight: 600;
}


.fancy-add.next span{background:url(images/bg-fancy-next.png) no-repeat 50% 0; background-size: 30px 45px;}
.fancy-add.next{
	left:auto;
	background:url(images/bg-btn-next-overlay.png) no-repeat;
	right:0;
}

.fancy-add {
	opacity: 0;
}

.fancybox-outer:hover ~ .fancybox-title .fancy-add,
.fancybox-title:hover .fancy-add {
	opacity: 1;
}

.top-add-list{
	padding:83px 0 25px;
	font:bold 11px/19px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.top-add-list.inner{padding-top:28px;}
.top-add-list li{
	display:inline-block;
	vertical-align:top;
	margin:0 -5px 5px;
}
.top-add-list a{
	color:#fff;
	display:block;
	padding:0 10px;
	position:relative;
}
.top-add-list a:hover{text-decoration:none;}
.top-add-list .active a,
.top-add-list a:hover{color:#141414;}
.top-add-list a:after{
	display:none;
	content:"";
	position:absolute;
	top:0;
	right:0;
	background:url(images/bg-nav-hover-r.png) no-repeat;
	width:11px;
	height:33px;
}
.top-add-list a:before{
	display:none;
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(images/bg-nav-hover-l.png) no-repeat;
	width:10px;
	height:33px;
}
.top-add-list .active a:before,
.top-add-list .active a:after,
.top-add-list a:hover:after,
.top-add-list a:hover:before{display:block;}
.top-add-list .active a span,
.top-add-list a:hover span{
	background:#f2f2f2;
}
.top-add-list a span{
	display:block;
	padding:10px 10px 3px;
}
/* footer */
.page-id-12 footer{
	background:#f2f2f2 url(images/bg-new.jpg) repeat;
}
.subscribe-area{
	background:#253d82;
	padding:25px 0;
	overflow:hidden;
	text-align:center;
	display: none;
}
.page-template-home .subscribe-area{
	display: block;
}
.subscribe-area .holder{
	display:inline-block;
	vertical-align:top;
}
.subscribe-hold{
	width:355px;
	background:#fff;
	position:relative;
	float:left;
	padding:0 85px 0 0;
}
.subscribe-area label{
	float:left;
	padding:16px 38px 0 0;
	color:#fff;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
}
.subscribe-area label span {
	color:#000;
	}
.subscribe-hold input[type="text"],
.subscribe-hold input[type="email"] {
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	color:#4d4d4d;
	font-size:14px;
	height:59px;
	padding:21px 26px;
	background:#fff;
	border:0;
}
.subscribe-hold ::-webkit-input-placeholder{color: #1a1a1a;}
.subscribe-hold :-moz-placeholder{color: #1a1a1a;}
.subscribe-hold ::-moz-placeholder{
	color: #1a1a1a;
	opacity: 1;
}
.subscribe-hold :-ms-input-placeholder{color: #1a1a1a;}
.subscribe-hold input[type="submit"]{
	position:absolute;
	right:0;
	top:0;
	background:url(images/bg-btn-subs.png) no-repeat;
	background-size: 100% 200%;
	width:85px;
	height:60px;
	padding:0;
	cursor:pointer;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	transition:opacity 650ms ease-out;
	-webkit-transition:opacity 650ms ease-out;
}
.subscribe-hold input[type="submit"]:hover{background-position:0 -60px;}
.f-area{
	background:#f2f2f2 url(images/bg-new.jpg) repeat;
	padding:40px 0 0;
	overflow:hidden;
	color:#fff;
}
.f-area .page-holder{position:relative;}
.f-area .btn-top{
	position:absolute;
	right:0;
	top:19px;
	background:url(images/bg-btn-to-top.png) no-repeat 100% 7px;
	background-size: 6px 4px;
	color:#5a5a5a;
	font-size:12px;
	line-height:16px;
	padding:0 12px 0 0;
	text-transform:uppercase;
}
.f-holder{
	/* padding:17px 0 0; */
	float:left;
	/* max-width:468px; */
	width:39%;
}
.f-logo-lst{
	float:left;
	/* padding:3px 9% 0 0;
	max-width:151px;
	width:33%; */
	width: 40%;
	padding: 20px 0 0 0;
}
.f-logo-lst li{padding:0 12px 40px;}

.f-box{
/*
	float:left;
	max-width:125px;
	width:27%;
	padding:0 5% 15px 0;
*/

	float:left;
	width:29%;
	padding:18px 0 18px 12px;

	background-color: #b30838;
	/*
	margin-top:-17px;
	*/
	margin-right: 1%;

	min-height:260px;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

.f-box:last-child {}

.f-box h3{
	font:bold 13px/18px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	margin:0 0 12px;
	text-transform:uppercase;
}
.f-nav{
	font-size:12px;
	line-height:16px;
}
.f-nav a{color:#fff;}
.f-hold{overflow:hidden;}
.f-c-box{
	min-height:260px;
	float:left;
	max-width:170px;
	width:23%;
	margin:0 0.6% 0 0;
	background:#b30838;
}
.f-c-hold{
	min-height:175px;
	padding:0 0 15px;
}
.f-c-box.inner{
	max-width:200px;
	width:28%;
}
.f-c-box h3{
	margin:0 0 13px;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
}
.f-c-box.white{
	background:#fff;
	color:#000;
}
.f-c-box.white a{color:#000;}
.f-c-box.yellow{
	background:#ffd030;
	color:#8e1838;
}
.f-c-box.yellow a{color:#8e1838;}
.f-c-box-holder{
	padding:18px 12px;
}
.f-contact-lst{
	font-size:10px;
	line-height:14px;
}
.f-contact-lst .item01{
	background:url(images/ico01.png) no-repeat 0 1px;
	background-size:13px auto;
}
.f-contact-lst .item02{
	background:url(images/ico02.png) no-repeat 0 3px;
	background-size:12px auto;
}
.f-contact-lst .item03{
	background:url(images/ico03.png) no-repeat 0 2px;
	background-size:12px auto;
}
.f-contact-lst .item04{
	background:url(images/ico04.png) no-repeat 0 2px;
	background-size:12px auto;
}
.f-contact-lst .item01b{
	background:url(images/ico01b.png) no-repeat 0 1px;
	background-size:13px auto;
}
.f-contact-lst .item02b{
	background:url(images/ico02b.png) no-repeat 0 0;
	background-size:12px auto;
}
.f-contact-lst .item03b{
	background:url(images/ico03b.png) no-repeat 0 2px;
	background-size:12px auto;
}
.f-contact-lst .item04b{
	background:url(images/ico-co-w.png) no-repeat 0 1px;
	background-size:12px auto;
}
.f-contact-lst li{padding:0 0 6px 0;}
.f-contact-lst a{color:#fff;}
.social-f-lst{
	text-align:center;
    width: 100%;
    font-size: 0;
}
.social-f-lst li{
	display:inline-block;
	vertical-align:middle;
	padding:0 5px 5px;
}

.social-f-lst li + li {
	/*padding-left: 8px;*/
}

.social-f-lst a{
    float: right;
	display:block;
	overflow:hidden;
	width:18px;
	height:18px;
	text-align:left;
	text-indent:-9999px;
}
.social-f-lst a:hover{opacity:0.8;}
.social-f-lst a.fb{
	background:url(images/svg/ico-facebook.svg) no-repeat 50% 0;
	background-size:15px !important;
}
.white .social-f-lst a.fb{background:url(images/svg/ico-facebook-hover.svg) no-repeat 50% 0;}
.social-f-lst a.tw{
	background:url(images/svg/ico-twitter.svg) no-repeat 50% 50%;
	background-size:12px !important;
}
.white .social-f-lst a.tw{background:url(images/svg/ico-twitter-hover.svg) no-repeat 50% 50%;}
.social-f-lst a.vim{
	background:url(images/svg/ico-vimeo.svg) no-repeat 50% 50%;
	background-size:11px !important;
}
.white .social-f-lst a.inst{background:url(images/svg/ico-instagram-hover.svg) no-repeat 50% 0; position: relative; top: 3px;}
.social-f-lst a.inst{
	background:url(images/svg/ico-instagram.svg) no-repeat 50% 50%;
	background-size:13px !important;
}
.white .social-f-lst a.youtube{background:url(images/svg/ico-youtube3-hover.svg) no-repeat 50% 0; position: relative; top: 2px;}
.social-f-lst a.youtube{
	background:url(images/svg/ico-youtube3.svg) no-repeat 50% 50%;
	background-size:13px !important;
}
.social-f-lst a.pin{
	background:url(images/svg/ico-pinterest.svg) no-repeat 50% 50%;
	background-size:13px !important;
}
/* contact-popup-holder */
.contact-popup{
	padding:0 0 20px;
}
.contact-popup-holder{
	padding:21px 22px;
	background:#f2f2f2;
	color:#5a5a5a;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.contact-popup-block{width:786px; margin: 0 auto;}
.contact-popup-box{width:560px; margin: 0 auto;}
.conact-popup-row{overflow:hidden;}
.contact-popup-side h2,
.contact-popup-box h2,
.conact-popup-row h2{
	margin:0 0 10px;
	text-transform:uppercase;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
}
.contact-form-add .row{
	padding:0 0 10px;
}

.contact-form-add .row:after {
	content: '';
	display: table;
	clear: both;
}

.contact-form-add .row .box{
	float:right;
	max-width:275px;
	width:49%;
}
.contact-form-add .row .box:first-child{float:left;}
.contact-form-add .row input[type="text"],.contact-form-add .row input[type="email"], .contact-form-add .row input[type="tel"]{
	display:block;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#fff;
	color:#939598;
	font-size:12px;
	height:49px;
	border:0;
	text-transform:capitalize;
	padding:22px 16px 12px;
}
.contact-form-add .row textarea{
	overflow:auto;
	resize:none;
	margin:0;
	display:block;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#fff;
	color:#939598;
	font-size:12px;
	line-height:16px;
	height:200px;
	border:0;
	padding:26px 16px 12px;
}
.contact-form-add .row input[type="text"].active, 
.contact-form-add .row input[type="tel"].active,
.contact-form-add .row input[type="email"].active {color:#000;}
.contact-form-add .row ::-webkit-input-placeholder{color: #939598;}
.contact-form-add .row :-moz-placeholder{color: #939598;}
.contact-form-add .row ::-moz-placeholder{
	color: #000;
	opacity: 1;
}
.contact-form-add .row :-ms-input-placeholder{color: #939598;}
.contact-form-add .row .active:-ms-input-placeholder{color: #000;}
.contact-form-add .row .active::-webkit-input-placeholder{color: #000;}
.contact-form-add .row .active:-moz-placeholder{color: #000;}
.contact-form-add .row .active::-moz-placeholder{
	color: #000;
	opacity: 1;
}
.contact-form-add .row .active:-ms-input-placeholder{color: #000;}
.contact-form-add .row .active{color:#000;}
.contact-holder{
	padding: 0 0 0 2.2%;
	float: right;
	max-width: 550px;
	width: 70%;
}
.contact-holder.no-float{
	float:none;
	padding:0;
	max-width:none;
	width:auto;
}
.contact-popup-box{
	max-width:560px;
	display:none;
}
.contact-popup-holder .btn-row{overflow:hidden;}
.contact-popup-holder .btn-row.mobile{display:none;}
.contact-popup-holder .btn-row .link{
	margin:36px 0 0;
	float:left;
	color:#253d82;
	font-size:12px;
	line-height:16px;
}
.contact-popup-side .btn-row input,
.contact-popup-holder .btn-row input{
	float:right;
	background:#fff url(images/bg-btn-send-m.png) no-repeat 100% 0;
	background-size: 72px 50px;
	height:50px;
	padding:0 0 2px 15px;
	text-align:left;
	font-weight:bold;
	cursor:pointer;
	border:0;
	text-transform:uppercase;
	font-size:12px;
	width:198px;
}
.contact-popup-side .btn-row input:hover,
.contact-popup-holder .btn-row input:hover{background:#fff url(images/bg-btn-send-m-hover.png) no-repeat 100% 0; background-size: 72px 50px;}
.contact-side{overflow:hidden; float: left;}
.loc-lst li{
	overflow:hidden;
	vertical-align:top;
	padding:0 0 10px;
}

/*AR CUSTOM*/

.gmap-box a img {
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	width:100%;
}

.gmap-box a img:hover {
	opacity:.3;		
}

.openz {
	display:none;
	position: absolute;
	font: bold 13px/19px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#5a5a5a;
}

a:hover > .openz {
	position: absolute;
	margin: 0;
	display: block;
	z-index: 999;
	top: 40%;
	left: 38%;
}

.loc-box a {
	color: #b30838;
}

.loc-box{
	background:#fff;
	cursor:pointer;
	color:#939598;
	padding:12px 55px 15px 15px;
	position:relative;
	border-top:4px solid #fff;
}
li.active .loc-box{color:#5a5a5a;}
li.active .loc-box{border-color:#b30838;}
.loc-box:after{
	content:"";
	position:absolute;
	right:25px;
	top:27px;
	background:url(images/bg-loc-point.png) no-repeat;
	background-size: 18px 27px;
	width:19px;
	height:28px;
	overflow:hidden;
}
li.active .loc-box:after{background:url(images/bg-loc-point-active.png) no-repeat; background-size: 18px 27px;}
.gmap-box{display:none; position: relative; max-width: 215px;
}
.loc-box h3{
	margin:0 0 8px;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
}
.loc-box h3 span{font-size:10px;}
.loc-box p{
	font-size:11px;
	line-height:14px;
}


.gear-list {
	padding-right: 12px;
}


.selectboxit-container {
	width: 100%;
}

.selectboxit-container .selectboxit {
	width: 100%!important;
	height: 50px;
	border: none;
	background: #fff;
	color: #939598;
	font-size: 12px;
	line-height: 50px;
}

.selectboxit .selectboxit-option-icon-container {
	display: none;
}

.selectboxit-container .selectboxit-text {
	font-family: "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	height: 50px;
    line-height: 50px;
	padding: 0 16px 0 16px;
	text-indent: 0;
}

.selectboxit-container .selectboxit-arrow-container {
	position: absolute;
	top: 0;
	right: 14px;
	background: url(images/bg-select.png) no-repeat 0 50%;
	background-size: 18px 12px;
	width: 20px;
	height: 50px;
	overflow: hidden;
	z-index: 1;

	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
}

.selectboxit-container .selectboxit-open .selectboxit-arrow-container {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.selectboxit-container .selectboxit-arrow-container * {
	display: none;
}

.selectboxit-container .selectboxit-options {
	min-width: 100%!important;
	border: none;
	background: #585858;
}

.selectboxit-container .selectboxit-options a {
	height: 40px;
    line-height: 40px;
	padding: 0 16px 0 16px;
	text-indent: 0;
	color: #fff;
	font-size: 12px;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor { background: #f2f2f2; color:#5a5a5a;}



/* Wordpress
------------------------------------------------------------------------------*/
.widget{
	padding:0 0 25px;
	font-size:12px;
	line-height:16px;
	color:#939499;
}
.widget .widgettitle{
	margin:0 0 4px;
	font-size:12px;
	line-height:16px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	text-transform:uppercase;
	color:#fff;
	padding:0 20px 0 0;
}
.widget .widgettitle:after{
	content:"";
	position:absolute;
	right:0;
	top:6px;
	width:12px;
	height:2px;
	background:#a21f36;
}
.widget a{color:#fff;}
.widget ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:18px;
}
.search-form-side{padding:0 0 12px;}
.search-form-side .row{
	position:relative;
	background:#212121;
	padding:0 32px 0 0;
}
.search-form-side .decor-field{
	overflow:hidden;
	padding:0 0 0 14px;
}
.search-form-side .decor-field input{
	display:block;
	width:100%;
	padding:9px 0 6px;
	border:0;
	background:none;
	color:#848388;
	font-size:12px;
	height:16px;
}
.search-form-side input[type="submit"]{
	position:absolute;
	right:0;
	top:0;
	padding:0;
	background:url(images/bg-side-search.png) no-repeat 50% 50%;
	background-size: 12px 12px;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
.widget-post ul li{
	border-top:1px solid #fff;
	overflow:hidden;
	vertical-align:top;
	padding:13px 0 8px;
}
.widget-post ul li:first-child{
	border:0;
	padding-top:7px;
}
.widget-post ul p{
	margin:0 0 10px;
	font-size:12px;
	line-height:14px;
}
.widget-post ul .date{
	display:block;
	color:#a12036;
	background:url(images/bg-date.png) no-repeat 0 2px;
	background-size: 11px 10px;
	padding:0 0 0 17px;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
}
.widget-tags ul, .widget_tag_cloud a{
	font:12px/16px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif!important;
	padding:0 0 4px;
}
.widget-tags ul li, .widget_tag_cloud a{
	display:inline-block;
	vertical-align:top;
	padding:0 2px 5px 0;
}
.widget-tags ul a, .widget_tag_cloud a{
	background:#fff;
	color:#000;
	padding:2px 11px 4px;
        margin-bottom: 1px;
}


.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 96%;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }

/* Typography */

.cols-area{
	overflow:hidden;
}
.column-group .column{
    padding-bottom: 60px;
	font-weight: 700;
}
.cols-area .col{
	float:left;
	width:30%;
	padding:0 0 60px 5%;
}
.cols-area .col:first-child{padding-left:0;}
.entry{
	width:100%;
	line-height:1.5em;
}
.entry a{
	text-decoration:underline;
	color:#b6161e;
}
.entry a:hover{
	text-decoration:none;
	color:#253d82;
}
.btn{
	display:inline-block;
	vertical-align:top;
	background:#7c7a7f;
	color:#fff
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding:1px 6px 0;
	color:#fff !important;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.btn span{font-size:9px;}
.entry p{
	font-family: "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	margin:0 0 23px;
	color:#5a5a5a;
	font-size:18px;
	line-height:21px;
}
.entry p span{color:#5a5a5a; font-family: "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;}
.info-area .entry p{margin:0 0 17px;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 15px 0; color:#b6161e; }
.entry h1{font-size:24px;}  .entry h2{
	color:#b6161e;
	font-size:22px;
	margin:0 0 3px;
	line-height:26px;
}  .entry h3{font-size:20px;}  .entry h4{font-size:18px;}  .entry h5{font-size:16px;}  .entry h6{font-size:16px;}

.info-area .entry h2{margin:0 0 10px;}

.entry h2 b {
	font-size: 25px;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #b30838;
	padding: 0 0 10px 0;
    margin: 0 0 19px 0;
}

.entry ul , .entry ol{
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:0;
	list-style:none;
}
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{
	padding:0 0 2px 20px;
}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 30px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 1.5em;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
	max-width: 100%;
	height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
	margin: 5px 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
	width:25%;
    margin:6px 4.3% 0 0;
}
.txt-box-frame{overflow:hidden;}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption .wp-caption-text, .entry .wp-caption .wp-caption-text {
    background:#212121;
	color:#fff;
	font-size:16px;
	line-height:22px;
	text-align:center;
	padding:14px 12px;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	color:#505050;
	margin:0 0 46px;
	border-left:4px solid #a31f36;
	padding:15px 0 11px 17px;
}
.entry blockquote.decor{
	position:relative;
	background:#b30838;
	border:0;
	color:#fff;
	padding:30px 5.7% 40px;
}
.entry blockquote.decor:after{
	content:"";
	position:absolute;
	bottom:-22px;
	right:44px;
	background:url(images/bg-blockquote-b.gif) no-repeat;
	width:26px;
	height:22px;
}
.entry blockquote q{
	display:block;
	padding:0 0 16px;
	font:18px/21px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.entry blockquote.decor q{
	font-style:italic;
	font-size:18px;
	line-height:22px;
	padding:0 0 20px;
}
.entry blockquote cite{
	font:14px/18px "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
	display: block;
}
.entry blockquote.decor cite{
	text-align:right;
	font-style:italic;
	font-size:18px;
	line-height:22px;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}


/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}
.input-error{
    border: 1px solid red!important;
}
.wpcf7-not-valid-tip, .selectboxit-option-icon-container{
    display:none!important;
}
.wpcf7-not-valid{
    border: 1px solid #b30838!important;
}
.fancy-add.prev:hover, .fancy-add.next:hover{
text-decoration: none;
}
.gear-lst li{
	cursor: pointer;
}
/* responsive */
@media screen and (max-width: 1230px){
	.staff-list{margin-right:-10px;}
	.products-lst li{width:23.35%;}
	.jobs-list li{width:47.5%;}
	.jobs-list{margin-right:-15px;}
	.logo-add{margin:5px 2% 0 0;}
}
@media screen and (max-width: 1200px){
	.add-header-area-safe .social-lst{display:none;}
	.staff-list > li{
		width:18.7%;
		padding:0 1.2% 12px 0;
	}
	.services-lst h2{font-size:21px;}
	.services-lst li{margin-right:1.1%;}
	.add-header-area-safe .add-nav{margin:0;}
	.add-header-area-safe .search-hold{padding-left:16px;}
	#nav{
		font-size:20px;
	}
	.h-txt-area .holder p{
		font-size:50px;
		line-height:56px;
	}
	.add-ttl-area h2,
	.ttl-row h2,
	.h-txt-area .holder h1{
		font-size:100px;
		line-height:104px;
	}
	.serve-lst .block h2.decor,
	.serve-lst .block h2{
		font-size:52px;
		line-height:60px;
	}
	.serve-lst .frame h3{
		font-size:34px;
		line-height:38px;
	}
	.serve-lst .frame h3 span{
		font-size:26px;
		margin:-8px 0 -6px;
	}
	.news-area .txt-box p{
		font-size:50px;
		line-height:55px;
	}
	
	.page-holder-intro {padding:0 10px 0 10px;}
	.intro-title {font-size:22px; line-height:26px; margin:0 0 15px 0;}
	.intro-text {font-size: 16px; line-height: 20px;}
	.intro-text-r {font-size: 16px; line-height: 20px;}
	.btn-hold {margin-top: 20px;}
	
	
}
@media screen and (max-width: 1130px){
	.gear-lst{margin-right:-17px;}
	.add-header-area-safe .social-lst li{padding:0 3px 0 0;}
	#nav{font-size:18px;}
	.gear-lst li{width:16%;}
	.bottom-contact-area .contact-form .row label{font-size:30px;}
	.section-title h3,
	.accordion-lst > li .link{font-size:56px;}
	.h-row .social-lst{padding-left:3%;}
	.services-lst li:hover .hold,
	.services-lst .learn-more{height:120px;}
	
}
@media screen and (max-width: 1080px){
	.h-row .get-in{
		font-size:21px;
		margin-top:25px;
		padding-left:47px;
	}
	.addr-lst-holder{
		width:25%;
		margin:0;
	}
	.addr-lst-holder a{margin:0 1px 0 0;}
	.h-row .social-lst{padding-left:0;}
	.h-row{padding-bottom:13px !important;}
	.logo-add{
		margin:5px 1% 0 0;
		width:170px;
		background-size:100%;
	}
	
	.logo-holder {padding-right: 30px;}
	a.usit {background-size: 80% 80%; margin-right: 22px;}
	a.nsca {background-size: 80% 80%; padding: 0 0 25px 0;}
	a.info-comm {background-size: 80% 80%; margin: 20px auto 0; }
}
@media screen and (max-width: 1030px){
	.inner-page .add-header-area-safe{display:block !important;}
	.add-header-area-safe .social-lst{display:none;}
	.h-row{
		position:relative;
		width:auto;
		padding:0 99px;
		margin:0 -99px;
	}
}
@media screen and (min-width: 1001px){
	#nav{display:table !important;}
	.add-header-area-safe .add-nav{display:block !important;}
}
@media screen and (max-width: 1000px){
	.add-header-area-safe .add-nav {
		height:300px;	
	}
	.add-header-area-safe .add-nav a {
		height:20px;
	}
	.gallery-list .hover-box span{
		font-size:20px;
		line-height:24px;
	}
	.gallery-list .hover-box span em{
		background-size:36px;
		background-position:0 5px;
		padding:0 0 0 46px;
	}
	.product-details .img-product{width:40%;}
	.gear-list li{
		width:27.5%;
		padding:0 0 20px 5.83%;
	}
	.top-title-area{padding-top:150px;}
	.f-holder{
		float:none;
		width:auto;
		max-width:none;
		overflow:hidden;
	}
	.f-hold,
	.f-holder{
		max-width:600px;
		margin:0 auto;
	}
	.f-box {margin-right: 0px; margin-bottom: 1%; width:32%;}
	.f-logo-lst{
		width:32%;
		max-width:32%;
		margin:0 0 0 2%;
		
	}

    .social-f-lst li,
    .social-f-lst li + li { /*padding-left:3px;*/ }

	.f-c-box{
		width:32%;
		max-width:32%;
		margin:0 0 0 2%;
	}
	.f-c-box.inner,
	.f-logo-lst{margin:0;}
	.subscribe-area label{
		float:none;
		padding:0 0 15px;
		display:block;
		text-align:center;
	}
	.add-header-area-safe .add-nav a.shop span{
		background:none !important;
		padding-left:0;
	}
	.serch-box .row input[type="submit"]{
		background:url(images/bg-btn-search.png) no-repeat 50% 50%;
		right:0;
		width:49px;
		height:48px;
		top:0;
	}
	.add-header-area-safe .add-nav li:hover span,
	.add-header-area-safe .add-nav a:hover span{
		background:none !important;
	}
	.add-header-area-safe .add-nav a:hover{color:#fff !important;}
	.add-header-area-safe .add-nav a span{padding:0;}
	.serch-box .row .decor-field input{padding:6px 0 8px;}
	.home-header{min-height:388px;}
	.top-h-row{display:none;}
	.add-nav-lst{opacity:1;}
	.serve-lst li{opacity:1 !important;}
	.gear-lst li:hover .add-box{height:auto;}
	.services-lst li:hover .hold{height:36px;}
	.gear-lst li:hover .link{display:inline-block;vertical-align:top;}
	.services-lst li:hover .btn-more{display:block;}
	.gear-lst li:hover .txt-box,
	.services-lst li:hover .txt-box{display:none;}
	header{
		/*background:url(images/bg-header.jpg) no-repeat 50% 0 fixed;*/
		background-size:cover;
	}
	header .video-area video{display:none;}
	.h-row .social-lst li{padding:0 4px;}
	.h-row .social-lst{padding-left:1.1%;}
	.products-lst{margin-right:-15px;}
	#nav{font-size:17px;}
	.h-img-area,
	header, .add-service-area, .add-ttl-area{background-attachment:scroll;}
	.h-img-area{padding:160px 0;}
	.add-header-area-safe{
		overflow:visible;
		position:relative;
		/*padding:30px 0;*/
	}
	.h-area{background:#000;}
	.add-header-area-safe,
	.h-area{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:10000;
		background-color: #f2f2f2;
	}
	.h-add-row .m-nav-link,
	.h-add-row .m-search{display:block;}
	.add-header-area-safe .page-holder{
		padding:0 14px;
		position:static;
	}
	.logo-add,
	.logo{
		float:none;
		display:block;
		background: url(images/csi-blk.svg) no-repeat;
		background-size: 200px 36px;
		width:251px;
		height:36px;
		margin:0 auto;
	}
	.add-header-area-safe .add-nav,
	#nav{
		z-index:1000;
		display:none;
		position:absolute;
		top:100%;
		left:0;
		width:100%;
		background:url(images/bg-h-area.png);
		padding:30px 210px;
		margin:0 -200px;
	}
	.add-header-area-safe .add-nav a:before,
	.add-header-area-safe .add-nav a:after{display:none !important;}
	.add-header-area-safe .add-nav .active a{color:#fff;}
	.add-header-area-safe .add-nav .active a span,
	.add-header-area-safe .add-nav a:hover span{background:none;}
	.add-header-area-safe .add-nav{
		float:none;
		line-height:20px;
	}
	.add-nav .search-item,
	#nav .search-item,
	.add-nav .events-box{display:none !important;}
	.add-header-area-safe .add-nav li{float:none;}
	.add-header-area-safe .add-nav li:first-child,
	.add-header-area-safe .add-nav li,
	#nav li{
		display:block;
		padding:3px 7px;
	}
	#nav li .holder > a,
	.add-header-area-safe .add-nav li a,
	#nav li > a{
		font-size:22px;
		padding:5px;
		background:url(images/bg-nav-m.png) no-repeat 98% 10px !important;
		background-size:19px !important;
		text-align:left;
	}

    .f-area .btn-top {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        margin: 20px auto 20px auto;
        width: 21px;
    }
}
@media screen and (max-width: 960px){
	li.grey2-item {margin-left:0px;}
	li.grey3-item {margin-left:25%;}
	.content-frame .txt-box{width:66%;}
	.contact-popup-side{width:30%;}
	.cols-area .col{
		float:none;
		width:auto;
		padding:0 0 15px;
	}
	.entry blockquote.decor cite,
	.entry blockquote.decor q{font-size:16px;}
	.section-title h3,
	.accordion-lst > li .link{
		font-size:48px;
		background:url(images/bg-accordion-lst-m.png) no-repeat 7px 24px;
	}
	.accordion-lst > li .link.active{
		background:url(images/bg-accordion-lst-m-hover.png) no-repeat 7px 24px;
	}
	.text-img-area{padding:100px 0;}
	.staff-list .text-holder .text-col .col{
		float:none;
		width:auto;
		padding:0;
		max-width:none;
	}
	.staff-list{margin-right:-30px;}
	.staff-list > li{
		width:22.8%;
		padding:0 0.65% 12px;
	}
	.h-top-txt-area{
		padding:90px 0 40px;
	}
	.h-top-txt-area h1,
	.h-img-area h1{font-size:60px;}
	.h-top-txt-area p,
	.h-img-area p{
		font-size:28px;
		line-height:32px;
	}

	.h-area-holder{
		padding-left:8px !important;
		padding-right:8px !important;
	}
	.add-header-area-safe .page-holder{max-width:none !important;}
	.h-area-holder,
	.page-holder{
		max-width:780px;
		margin:0 auto;
	}
	.quote-form .row .box,
	.quote-form .row .box:first-child{
		float:none;
		width:auto;
		max-width:none;
		padding:20px 0 0;
	}
	.quote-form .row .box:first-child{padding-top:0;}
	.radio-lst{padding:0;}
	.radio-row > label{font-size:22px;}
	.h-area-holder{
		position:relative;
		padding:0 0 40px;
	}
	.h-add-row{padding:0 60px;}
	.h-area-holder:after{
		content:"";
		clear:both;
		display:block;
	}
	.search-m-box .serch-box{
		background:none;
		display:block;
		right:auto;
		position:relative;
		opacity:1;
		width:auto;
		top:auto;
		margin:0;
		border:0;
	}
	.search-m-box .serch-box .row{
		background:#b30838;
		padding:4px 54px 4px 4px;
	}
	.search-m-box .serch-box .row .decor-field{
		padding:0 17px;
		background:#fff;
	}
	.search-m-box .serch-box .row .decor-field input{
		color:#babcbe;
		text-align:left;
	}
	.inner-page .add-header-area-safe{background:#000;}
	.serch-box .row::after{display:none;}
	.serch-box .hold{padding:30px 0;}
	.services-lst li{width:48.25%;}
	.gear-lst .ttl-box h3{font-size:19px;}
	.serve-lst .block h2.decor,
	.serve-lst .block h2,
	.serve-lst .frame h3{
		font-size:32px;
		line-height:35px;
	}
	.serve-lst .frame h3 span{
		font-size:18px;
		margin:-11px 0 -9px;
	}
	.blog-section .blog-box,
	.blog-section .news-box{
		float:none;
		width:auto;
		max-width:none;
	}
	.blog-section .news-box{margin:0 0 20px;}
	.bottom-contact-area .staff-area,
	.bottom-contact-area .contact-form{
		float:none;
		padding:0;
		margin:0;
		width:auto;
		max-width:none;
	}
	.bottom-contact-area .staff-area .holder{
		padding:20px 4% 30px 19px;
	}
	.add-ttl-area h2, .ttl-row h2, .h-txt-area .holder h1{
		font-size:80px;
		line-height:90px;
	}
	.add-service-area .txt-box p,
	.h-txt-area .holder p{
		font-size:40px;
		line-height:54px;
	}
	.f-bottom .holder{padding:0 30px;}
	.gear-lst{margin:0;}
	.gear-lst li,
    .gear-lst li:first-of-type{
		width:30%;
		margin:0 1.5% 20px;
	}
	.h-row .get-in{
		font-size:20px;
		margin-top:25px;
	}

	.logo-holder {padding-right: 10px;}
	a.usit {background-size: 70% 70%; margin: 0 auto; display:block;}
	a.nsca {background-size: 70% 70%; margin: 0 auto; display:block;}
	a.info-comm {background-size: 70% 70%; margin:0 auto; display:block;}

}
@media screen and (max-width: 900px){
	.contact-popup-box,
	.contact-popup-block{width:600px;}
	.contact-holder {
		width: 60%;
	}
}

@media screen and (max-width: 755px){
	.gmap-box {max-width: 100%;}
	a:hover > .openz {top: 50%; left: 43%;}
	.contact-popup-holder .btn-row {max-width: 91%; margin: 0 auto;}
	.contact-side {float:none; margin: 0 auto; max-width: 91%;}
	.contact-holder {width: 100%; float: none; padding: 0; margin: 0 auto;}
}

@media screen and (max-width: 750px) {
	.contact-popup-holder .btn-row {max-width: 100%;}
	.contact-side {max-width: 100%;}
}

@media screen and (max-height: 660px){
	.fancy-add{
		width:60px;
		height:84px;
		margin:0;
		top:25%;
		padding:55px 0 0;
		background-size:60px !important;
	}
	.fancy-add span{
		background-size:15px !important;
		padding:30px 0 0;
		font-size:16px;
		line-height:20px;
	}
	.gallery-list .hover-box span{
		font-size:18px;
		line-height:22px;
	}
	.gallery-list .hover-box span em{
		background-size:26px;
		background-position:0 5px;
		padding:0 0 0 36px;
	}
}
@media screen and (max-height: 540px){
	.fancy-add{top:5%;}
}

@media screen and (max-width: 600px) {
	
	.intro-icon {
		/* display: inline-block; */
		margin: 0px 20px 0 0;
		float: left;
	}
	.intro-title {
		
	}
	.intro-text {
		font-size: 13px;
		line-height: 16px;
	}
	
	.intro-text-r {
		font-size: 13px;
		line-height: 16px;
	}
}

@media screen and (max-width: 750px){
	
	.scroll-area{
	height:350px;
	overflow:auto;
	}

	.staff-list li.active .add-big-img{
		float:none;
		height:320px;
		padding:0 0 10px;
	}
	.staff-list .text-holder{

	}
	.add-nav-lst{display:block;}
	.add-bottom-box{display:none !important;}
	.fancy-add{
		width:60px;
		height:84px;
		margin:0;
		top:25%;
		padding:55px 0 0;
		background-size:60px !important;
	}
	.fancy-add span{
		background-size:15px !important;
		padding:30px 0 0;
		font-size:16px;
		line-height:20px;
	}
	.gallery-list .hover-box span{
		font-size:18px;
		line-height:22px;
        margin: -15px 0 0 0;
	}
	.gallery-list .hover-box span em{
		background-size:26px;
		background-position:0 5px;
		padding:0 0 0 36px;
	}
	.product-details .img-product{
		float:none;
		width:auto;
		max-width:none;
		padding:0 0 15px;
	}
	.gear-list .btn-more{font-size:14px;}
	.side-info-box{
		float:none;
		width:auto;
		display:table-footer-group;
		vertical-align:top;
	}
	.add-list{padding:0 0 24px;}
	.product-details{padding:0 0 30px;}
	.content-block-hold{
		display:table-header-group;
		vertical-align:top;
	}
	.link-review{
		display:inline-block;
		vertical-align:top;
	}
	.side-nav,
	.gear-list{padding:0 0 30px;}
	.gear-list li{padding:0 2.9% 20px;}
	.side-frame-box{padding:8px 20px; }
	.content-section-frame.inner02{padding:35px 20px;}
	.contact-popup-side,
	.content-frame .txt-box{
		float:none;
		width:auto;
		max-width:none;
		padding:0 0 15px;
	}


	.contact-popup-side{
		padding:0;
	}
	.top-tab-nav li{
		float:none;
		width:auto;
		max-width:none;
		padding:0 0 5px;
	}
	.top-tab-nav a{padding:14px 10px 17px;}
	.content-section-frame.inner,
	.content-section-frame{
		padding:63px 21px 50px;
	}
	.news-area{padding:150px 0 0;}
	.serve-lst li{padding-top:30px;}
	.section-title{margin:0 0 68px;}
	.quote-form{padding:0 0 40px;}
	.entry blockquote.decor{padding:25px 15px;}
	.entry ul,
	.txt-box .entry p{font-size:16px;}
	.section-title h3, .accordion-lst > li .link{
		font-size:36px;
		line-height:72px;
	}
	.accordion-lst .txt-box{
		padding:50px 10px 48px;
	}
	.wp-caption.alignleft{margin-left:0;}
	.staff-list .add-hover-box .add-text-block{padding:12px 14px;}
	.staff-list > li{
		width:30%;
		padding:0 1.5% 15px 1.5%;
	}
	.staff-list{margin-right:0;}
	.post-area > .text-block{padding:0 12px 40px;}
	#content{
		float:none;
		width:auto;
		max-width:none;
		padding:0 0 20px;
	}
	#sidebar{padding:0 3%;}
	.main-section{padding:0 0 30px;}
	.products-lst li{
		width:48%;
		padding-bottom:26px;
	}
	.h-top-txt-area h1,
	.h-img-area h1{
		font-size:45px;
		line-height:52px;
	}
	.h-top-txt-area p,
	.h-img-area p{
		font-size:22px;
		line-height:26px;
	}
	.products-lst{margin-right:-10px;}
	.bottom-contact-area .contact-form .holder{padding:40px 19px;}
	.h-area-holder,
	.page-holder{max-width:560px;}
	.radio-row > label{
		width:auto;
		float:none;
		display:block;
		padding-bottom:10px;
	}
	.quote-form .btn-box{padding-right:0;}
	.radio-lst{text-align:left;}
	.serve-area .page-holder > h2, .gear-area h2, .services-area h1,
	.add-ttl-area h2, .ttl-row h2, .h-txt-area .holder h1{
		font-size:30px;
		line-height:36px;
	}
	.news-area .txt-box p,
	.add-service-area .txt-box p, .h-txt-area .holder p{
		font-size:30px;
		line-height:38px;
	}
	.h-txt-area-holder{padding-bottom:100px;}
	.h-area{margin-bottom:90px;}
	header{padding-top:206px;}
	header.home-header{padding-top:0;}
	.inner-page header{padding-top:0;}
	.addr-lst-holder a{margin:0;}
	.addr-lst-holder{
		float:none;
		width:auto;
		text-align:center;
		margin:0 0 1px;
	}
	.h-row{padding-bottom:15px;}
	.h-row .social-lst{padding-left:0;}
	.services-lst li{
		float:none;
		width:auto;
		max-width:none;
		margin:0 0 15px;
	}
	.services-lst{margin:0;}
	.gear-lst li, .gear-lst li:first-of-type{
		display:block;
		width:auto;
		max-width:none;
		margin:0 0 15px;
	}
	.gear-lst .ttl-box{min-height:40px;}
	.serve-lst .block,
	.serve-lst .box,
	.serve-lst .block:first-child{
		float:none;
		width:auto;
		max-width:none;
		margin:10px 0 0;
	}
	.serve-lst .box:first-child,
	.serve-lst .block:first-child{margin:0;}
	.serve-lst .frame{height:110px;}
	.bottom-contact-area .contact-form .row label{
		float:none;
		display:block;
		padding:0 0 5px;
		width:auto;
	}
	.bottom-contact-area .contact-form .row{padding:0 0 20px;}
	.h-txt-area .holder{padding:30px 15px 13px;}
	.add-service-area{padding:140px 0;}
	.gear-lst{margin:0;}
	.news-lst h5{
		font-size:22px;
		line-height:26px;
	}
	.news-lst{padding:0;}
	.ttl-row{padding:0 0 10px;}
	.bottom-contact-area .btn-box{padding-right:0;}
	.f-area .page-holder{padding:0 5px;}
	.products-area h2{font-size:30px;}
	.jobs-list{margin-right:-5px;}
	.staff-list li.active .add-big-img{padding-right:2.6%;}
	.staff-lst{padding-left:34px;}
	.contact-popup-box,
	.contact-popup-block{
        max-width: 400px;
        width:auto;
    }
	.contact-holder{
		float:none;
		width:auto;
		max-width:none;
		padding:0 0 15px;
	}
	.contact-popup-holder .contact-popup-block .btn-row{display:none;}
	.contact-popup-holder .btn-row.mobile{display:block;}
	.contact-popup-holder .btn-row .link{margin:16px 0 0;}
	.top-add-list{padding:20px 0 0;}
	.gallery-list{padding:0 0 40px;}
	
	
	.logo-holder {width:150px;}
	#intro-msg-hold {top:-340px; height:300px;}
	
}
@media screen and (max-width: 620px){
	.f-box, .f-logo-lst{
		width:auto;
		float:none;
		display:block;
		vertical-align:top;
		max-width:90%;
		margin:0 auto 25px;
	}
	.f-c-box,
	.f-c-box.inner{
		float:none;
		display:block;
		vertical-align:top;
		width:auto;
		max-width:90%;
		margin:0 auto 25px;
	}
	.gallery-list .hover-box span em{
		width:26px;
		height:29px;
		background-position:0;
		overflow:hidden;
		text-indent:-9999px;
		font-size:0;
		line-height:0;
		padding:0;
	}
	
	
}
@media screen and (max-width: 490px){
	.logo-holder {
		width:100px;
	}
	.staff-list .text-holder .side-box-add{
		float:none;
		width:auto;
		padding:0 0 15px;
	}
	.staff-list .text-holder .top-ttl-frame .side-box-add{display:none;}
	.fancy-add{top:45px;}
	.gear-list li{
		width:46%;
		padding:0 2% 20px;
	}
	.contact-form-add .row .box,
	.contact-form-add .row .box:first-child{
		float:none;
		margin:0 0 10px;
		width:auto;
		max-width:none;
	}
	.contact-form-add .row .box:last-child{margin:0;}
	.subscribe-hold{
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.section-title h3, .accordion-lst > li .link{font-size:24px;}
	.accordion-lst > li .link{padding:0 30px 30px;}
	.products-lst{margin-right:0;}
	.products-lst li{
		display:block;
		width:auto;
		margin:0 auto;
		padding:0 0 26px;
	}
	.products-area h2{text-align:center;}
	.jobs-list{
		margin:0;
	}
	.jobs-list li{
		margin:0;
		padding:0 0 30px;
		display:block;
		width:100%;
		max-width:none;
	}
	.jobs-list .holder{
		max-width:387px;
		margin:0 auto;
	}
	.radio-lst li{
		display:block;
		margin-top:10px;
	}
	.radio-lst li:first-child{margin-top:0;}
	.home-header{min-height:288px;}
	.blog-section{padding-bottom:80px;}
	.content-section-frame.inner03{padding:50px 10px;}
	.f-box{
		
	}
	.f-c-hold {
		min-height: 1px;
	}
	.f-c-box {
		min-height: 1px;
	}
	.f-box {
		background-color: #b30838;
		padding: 18px 12px;
		min-height: 150px;
		margin:0 auto 15px;
	}
	.column-group .column li{
		padding-left: 0;
	}
	
	.columns-3 .column.last {
		margin-right: inherit !important;
	}
	.columns-3 .column{
		width: 49%;
		margin-right: 2%;
	}
	.columns-3 .column:nth-child(2n+1){
		margin-right: 0;
	}
	.column-group .column {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 460px){
	.your-lst .img{
		width:60px;
		padding:0 3.5% 0 0;
	}
	.your-lst .box-txt{padding-right:60px;}
	.contact-popup-box,
	.contact-popup-block{width:300px;}
	.subscribe-area label{font-size:18px;}
	.h-txt-area .holder h1{
		font-size:36px;
		letter-spacing:4px;
	}
	.staff-list{margin-right:0;}
	.staff-list > li{
		width:auto;
		padding:0 0 15px;
		margin:0 auto;
		display:block;
	}
	.staff-list li.active{
		max-width:289px;
		margin:0 auto;
	}
	.staff-list li.active .add-big-img{
		float:none;
		padding:0 0 15px;
		width:auto;
	}
	.comments-row h3{
		float:none;
		margin:0 0 5px;
	}
	.btn-comment{
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	.logo-add,
	.logo{
		width:180px;
		height:32px;
		background-size:100%;
	}
	.h-add-row .m-search{
		width:24px;
		height:24px;
		top:2px;
	}
	.h-add-row .m-nav-link{
		width:28px;
		top:5px;
	}
	.blog-section .holder{padding:30px 10px;}
	.mCSB_inside > .mCSB_container{margin-right:22px;}
	.blog-section .holder h3,
	.serve-lst .block h2{
		font-size:32px;
	}
	.h-row{text-align:center;}
	.h-row .social-lst{
		float:none;
		text-align:center;
		padding:15px 0;
	}
	.h-row .social-lst li{
		float:none;
		display:inline-block;
		vertical-align:top;
	}
	.h-row .get-in{
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0;
	}
	.news-area .txt-box p, .add-service-area .txt-box p, .h-txt-area .holder p{font-size:24px;}
	.services-lst .txt-box{font-size:13px;}
	.bottom-contact-area .contact-form .holder{
		padding-left:10px;
		padding-right:10px;
	}
	#nav li a{
		font-size:22px;
		background-position:100% 18px !important;
	}
	.comments-lst .img{
		width:30px;
	}
	.comments-lst .comment-box .holder{padding:9px 12px 17px;}
	.comments-lst li > ul{padding-left:43px;}
	.comments-lst .comment-box{
		padding:0;
		background:none;
	}
	.wp-caption.alignleft{
		width:auto;
		float:none;
		margin:0 0 15px;
	}
	.wp-caption.alignleft img{width:100%;}
	.add-row p{font-size:18px;}
	.quote-form .row label{
		float:none;
		display:block;
		width:auto;
	}
	.quote-form .row label.decor{height:auto;}
	.content-block{
		display:table-header-group;
		vertical-align:top;
	}
	.content-frame .img-side{
		float:none;
		width:auto;
		margin:0;
		display:table-footer-group;
		vertical-align:top;
	}
}
@media screen and (max-width: 390px){
	.f-c-box,
	.f-c-box.inner,
	.f-logo-lst{
		display:block;
		width:auto;
		max-width:80%;
		padding:0;
		margin:0 auto 20px;
	}
	.f-box{
		display:block;
		width:auto;
		max-width:80%;
		margin:0 auto 20px;
	}
	.contact-popup-holder .btn-row input {
		width: 100%;
	}
		
}
@media screen and (max-width: 370px){
	.wp-caption.alignleft{
		float:none;
		width:auto;
		margin:0 auto 20px;
		max-width:295px;
	}
	.comments-lst li > ul{padding-left:10px;}
	.section-title h3, .accordion-lst > li .link{font-size:20px;}
	.section-title h3{letter-spacing:4px;}
	.contact-popup-box,
	.contact-popup-block{width:240px;}
	
}

.close-popup-icon {

	font-size: 80%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 14px;
	color: #fff;

	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 100;
	cursor: pointer;
	text-transform: uppercase;
}

.close-popup-icon:hover {
	text-decoration: underline;
}

.close-popup-icon::before {
	content: "";
	background: url(images/cross-symbol.svg) no-repeat 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 7px;
	height: 7px;
	display: inline-block;
	margin-right: 5px;
}

.staff-list .text-holder .top-ttl-frame {
	position: relative;
}