/*
Theme Name: Saca
Author: the WebCoders team
Author URI: http://webcoders.dk/
Version: 1.0.2
Text Domain: wtheme
*/

/*----- Reset -----*/
* { margin:0; padding:0; }
a { text-decoration: none; outline:none; color: #000; }
a:focus { outline:none; }
img { border: none; vertical-align: bottom; }
input[type='text'],
input[type='email'],
input[type='password'],
input[type='submit'] { -webkit-appearance: none; outline: none; }

label { display: block; }
input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }

input[type='text'],
input[type='email'],
input[type='password'],
select,
textarea { border: 1px solid #000; margin-top: 2px; padding: 2px; width: 300px; font-size: 14px; height: 22px; font-family: 'Arial', 'Helvetica', sans-serif; }

textarea { height: 160px; outline: none; }

select { box-sizing: content-box; -moz-box-sizing: content-box; height: auto; padding: 4px 2px; }
input[type='submit'] { cursor: pointer; padding: 0 15px; height: 28px; font-size: 17px; }
.general_button { cursor: pointer; text-decoration: none !important; background: #efefef; border: 1px solid #D1D1D1; padding: 5px 10px; line-height: 16px; font-size: 16px; display: inline-block; }
.general_button:hover { background: #e9e9e9; text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p,
.entry_content > *,
.entry_content h1,
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6,
.entry_content div,
.entry_content table,
.entry_content blockquote,
.entry_content_wrap .columns_2,
.entry_content_wrap .columns_3,
.entry_content_wrap .columns_4,
.entry_content ul { margin-top: 15px; }
p:first-child, .entry_content *:first-child { margin-top: 0; }

.entry_content .media_wrap,
.textwidget .media_wrap { margin-top: 15px; position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.entry_content .media_wrap > *,
.textwidget .media_wrap > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.entry_content .media_wrap:first-child, .textwidget .media_wrap:first-child { margin-top: 0; }

.entry_content_wrap .columns_2 .entry_content { width: 49%; margin-left: 2%; }
.entry_content_wrap .columns_3 .entry_content { width: 32%; margin-left: 2%; }
.entry_content_wrap .columns_4 .entry_content { width: 22%; margin-left: 4%; }

.entry_content_wrap .columns_2.entry_content { column-count: 2; column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; -moz-column-count: 2; -moz-column-gap: 20px; }
.entry_content_wrap .columns_3.entry_content { column-count: 3; column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; -moz-column-count: 3; -moz-column-gap: 20px; }
.entry_content_wrap .columns_4.entry_content { column-count: 4; column-gap: 20px; -webkit-column-count: 4; -webkit-column-gap: 20px; -moz-column-count: 4; -moz-column-gap: 20px; }

.entry_content_wrap .columns_2 .entry_content,
.entry_content_wrap .columns_3 .entry_content,
.entry_content_wrap .columns_4 .entry_content { float: left; clear: none; }
.entry_content_wrap .columns_2 .entry_content:first-child,
.entry_content_wrap .columns_3 .entry_content:first-child,
.entry_content_wrap .columns_4 .entry_content:first-child { margin-left: 0; }

blockquote { border: 2px solid #ccc; color: #000; font-style: italic; padding: 7px 10px; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; empty-cells: show; }
td { background: #EFEFEF; border: 1px solid #D1D1D1; padding: 10px; }
tr.odd td { background: #e9e9e9; }
th:empty:after,
td:empty:after { content:'.'; visibility: hidden; }

.clear { clear: both; }
.clear:after { content: '.'; clear: both; height: 0; font-size: 0; visibility:hidden; display:block; }
#ie7 .clear { height: 100%; }

.aligncenter { margin-left: auto; margin-right: auto; display:block; }
.alignright { float: right; margin: 0 0 10px 20px; }
.alignleft { float: left; margin: 0 20px 10px 0; }

.main a { text-decoration: underline; }
.main a:hover { text-decoration: none; }

ul li { list-style: none; display: inline-block; }
.entry_content ul { margin-left: 25px; }
.entry_content ol { margin-left: 29px; }
.entry_content ul li { list-style: disc outside none; display: list-item; }
.gallery .gallery-item .gallery-icon img { border: medium none !important; }

/*----- Question/answer -----*/
.entry_content .shortcode_question { background: #F0F0F1; padding: 10px; cursor: pointer; }
.entry_content .shortcode_question:hover { background: rgba(223, 223, 223, 0.7); }
#ie8 .entry_content .shortcode_question:hover { background: #DFDFDF; }
.entry_content .shortcode_answer { background: #F0F0F1; border-top: 3px solid #919396; padding: 10px; margin-top: 0; }

/*----- Caption -----*/
.wp_caption { background-color: #F3F3F3; border: 1px solid #ddd; border-radius: 3px; padding: 4px; text-align: center; }
.wp_caption img { display: block; }
.wp_caption_text { font-size: 12px; line-height: 1.5; padding-top: 4px; }

/*----- Thickbox -----*/
body #TB_overlay { opacity: 0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); }
body #TB_window { box-shadow: 0 0 5px #333; border-radius: 5px; border: 1px solid #A7A9AC; }
body #TB_window img#TB_Image { margin-bottom: 15px; border: 1px solid #ccc; }
body #TB_window #TB_caption { background: rgba(0, 0, 0, 0.7); border-radius: 4px; bottom: 25px; color: #fff; float: left; height: auto; left: 25px; padding: 0 10px; position: absolute; line-height: 1.8; }
#ie7 body #TB_window #TB_caption,
#ie8 body #TB_window #TB_caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3000000,endColorstr=#b3000000); zoom: 1; }
body #TB_window #TB_title { background-color: #222; color: #CFCFCF; border-radius: 4px 4px 0 0; }
body #TB_secondLine { color: #ccc; font-size: 11px; }
body #TB_secondLine span { display: inline-block; margin: 5px 0; }
body #TB_secondLine a { color: #fff; }
body #TB_secondLine a:hover { color: #cfcfcf; }
#TB_window #TB_closeWindow { position: absolute; right: -18px; top: -18px; padding: 0; }
#TB_window #TB_closeWindow .tb-close-icon { background: url('images/close.png') no-repeat; height: 35px; width: 35px; }
#TB_window #TB_closeWindow .tb-close-icon:before { display: none; }
#TB_window #TB_ajaxContent { padding-top: 15px; line-height: normal; position: relative; height: auto !important; }
#TB_window #TB_closeWindow .tb-close-icon:before,
#TB_window .screen-reader-text { display: none; }

/*----- 7 contact form -----*/
.wpcf7 span.wpcf7-form-control-wrap { position: relative; display: inline-block !important; }
.wpcf7 span.wpcf7-not-valid-tip { position: absolute; left: 5px; top: 5px; }

/*----- Thickbox content 7 contact form -----*/
#TB_ajaxContent .wpcf7 p { padding: 0; }
#TB_ajaxContent .wpcf7 form div:first-child + p { margin-top: 0; }
#TB_ajaxContent .wpcf7 input[type='text'],
#TB_ajaxContent .wpcf7 input[type='email'],
#TB_ajaxContent .wpcf7 input[type='password'],
#TB_ajaxContent .wpcf7 textarea { border: 1px solid #ccc; }
#TB_ajaxContent .wpcf7 .req:after { content: "*"; color: red; font-size: 10px; font-family: 'gothambold'; position: relative; right: -2px; top: -3px; }
#TB_ajaxContent .wpcf7 .wpcf7-response-output { margin: 12px 0 0; padding: 2px; text-align: center; }
#ie7 #TB_ajaxContent .wpcf7 .wpcf7-response-output,
#ie8 #TB_ajaxContent .wpcf7 .wpcf7-response-output { margin-top: 2px; }
#ie7 #TB_ajaxContent .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
#ie8 #TB_ajaxContent .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok { margin-top: 12px; }
#TB_ajaxContent .wpcf7 span.wpcf7-not-valid-tip { font-size: 10px; left: 10%; width: 240px; text-align: center; }
/*-------------------------------------------------------------------*/

@font-face {
	font-family: 'gothamlight';
	src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-light-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'gothambold';
	src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-bold-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'gothambook';
	src: url('fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-book.ttf') format('truetype');
}

strong,b {
	font-weight: normal;
	font-family: 'gothambold';
}

html,
body {
	height: 100%;
}
body {
	font-family: 'gothambook';
	font-size: 14px;
	line-height: 1.2;
	color: #1d1d1b;
}
.container {
	position: relative;
	min-height: 100%;
	overflow: hidden;
}
.main {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.content {
	width: 725px;
	float: left;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 10px 0;
}
.entry_header .entry_title {
	font-size: 30px;
	color: #1d1d1b;
	font-family: 'gothamlight';
}
.entry_header .entry_title span {
	font-family: 'gothambold';
}
.entry_header .entry_title span.sku {
	display: block;
}
.tax-wtheme_product_category .entry_header .entry_title,
.products_list .entry_header .entry_title {
	font-size: 28px;
	font-family: 'gothambold';
}
.tax-wtheme_product_category .item_list,
.products_list .item_list {
	margin-top: 0;
}
.content .entry_content {
	margin-top: 17px;
	font-size: 15px;
}
.main img {
	max-width: 100%;
	height: auto;
}
.page_thumb {
	margin-bottom: 20px;
}
.content .entry_content h1,
.content .entry_content h2,
.content .entry_content h3,
.content .entry_content h4,
.content .entry_content h5 {
	font-family: 'gothambold';
}
.entry_content_wrap .columns_2,
.entry_content_wrap .columns_3,
.entry_content_wrap .columns_4 {
	margin-top: 0;
}

.embed_code {
	margin-bottom: 20px;
}

.widget_text ul {
	margin-left: 20px;
}
.widget_text ul li {
	list-style: disc outside none;
	display: list-item;
	margin-top: 5px;
}

/*----- Right sidebar -----*/
.sidebar.right {
	width: 280px;
	float: right;
	font-size: 12.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 20px;
	color: #3b4e7a;
}
.sidebar.right:before {
	content: '';
	position: absolute;
	width: 280px;
	height: 100%;
	top: 0;
	right: 0;
	background: -moz-linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
	background: -webkit-linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
	background: -ms-linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
	background: linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
	z-index: -1;
	margin-top: 0;
}
.sidebar.right .widget {
	position: relative;
	margin-top: 20px;
}
.sidebar.right .widget:first-child {
	margin-top: 0;
}
.sidebar.right .widget .widget_title {
	color: #1d1d1b;
	font-size: 20px;
	font-family: 'gothambold';
}
.sidebar.right .widget .textwidget {
	margin-top: 18px;
	line-height: 1.35;
}
.sidebar.right .widget.dark_blue {
	background: #3b4e7a;
	color: #fff;
	padding: 15px;
}
.sidebar.right .widget.dark_blue .widget_title {
	color: #fff;
}
.sidebar.right .widget.dark_blue .textwidget {
	margin-top: 0;
	line-height: 1.1;
	overflow: hidden;
}

.sidebar.right .widget.headphone .widget_title:before {
	content: "";
	float: right;
	width: 52px;
	height: 58px;
	margin: -10px 0 0 10px;
	background: url('images/headphone.png') no-repeat scroll 0 0;
}

/*----- Full width -----*/
.layout_full_width .content,
.tax-wtheme_product_category .content {
	width: 100%;
	float: none;
}

/*----- Site Map -----*/
.entry_content .site_map {
	padding-left: 14px;
}
.entry_content .site_map .children {
	padding: 0 0 0 20px;
	margin-top: 0;
}

/*----- Widget Google Map -----*/
.widget_google_map .map {
	height: 200px;
}

/*----- Breadcrumbs -----*/
.breadcrumbs_wrap {
	margin-top: 15px;
	text-transform: uppercase;
}
.breadcrumbs_wrap li {
	margin-left: 7px;
	font-size: 10px;
}
.breadcrumbs_wrap li.text_before {
	font-family: 'gothambold';
	font-size: 10px;
}
.breadcrumbs_wrap li a {
	text-decoration: none;
}

/*----- Footer -----*/
.site_footer {
	background: #3b4e7a;
	color: #fff;
	overflow: hidden;
	/*min-height: 350px;*/
	padding: 50px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.site_footer.absolute {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footer_wrap {
	margin: 0 auto;
	width: 1024px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
}
.footer_wrap .footer_logo {
	float: left;
}
.site_footer .widget {
	float: left;
	width: 140px;
	margin-left: 10px;
}
.site_footer .widget:first-child {
	margin-left: 0!important;
}
.site_footer .widget .widget_title {
	color: #b1bbc5;
	font-size: 12px;
	font-family: 'gothambold';
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sidebar.footer {
	overflow: hidden;
}
.footer_sidebar {
	float: left;
	margin-left: 50px;
}
.sidebar.footer .widget_nav_menu ul li {
	display: block;
	margin-top: 7px;
}
.sidebar.footer .widget_nav_menu ul li a {
	color: #fff;
}
.sidebar.footer .widget_nav_menu ul li a:hover {
	text-decoration: underline;
}
.site_footer .copyright {
	/*clear: both;*/
	/*margin-top: 180px;*/
	/*text-align: center;*/
	vertical-align: 15px;
	margin-left: 45px;
}
.site_footer .wrap {
	text-align: center;
}
.site_footer .wrap > * {
	display: inline-block;
	float: none;
}

/*----- Site header -----*/
.site_header_wrap {
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff, #ffffff 50%, #c4cee4);
	background: -webkit-linear-gradient(top, #ffffff, #ffffff 50%, #c4cee4);
	background: -ms-linear-gradient(top, #ffffff, #ffffff 50%, #c4cee4);
	background: linear-gradient(top, #ffffff, #ffffff 50%, #c4cee4);
}
.site_header {
	width: 1024px;
	margin: 0 auto;
	height: 128px;
}
.site_header .logo {
	float: right;
	margin: 10px 32px 0 0;
}
.site_header .search-form {
	float: right;
	clear: right;
	margin: 10px 0 0 0;
	position: relative;
	width: 279px;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	line-height: 30px;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0 50px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	overflow: hidden;
	font-size: 17px;
}
.search-form .search-submit {
	position: absolute;
	display: block;
	overflow: hidden;
	background: #3b4e7a url('images/search.png') no-repeat 50% 50% / 20px 20px;
	border: none;
	text-indent: -999px;
	right: 0;
	top: 0;
	width: 45px;
	height: 30px;
	padding: 0;
	outline: none;
	transition: 0.3s;
}
.search-form .search-submit:hover {
	opacity: 0.7;
}

/*----- Search-results -----*/
.search-results .post {
	border-top: 1px solid #3b4e7a;
	padding: 20px 0;
	margin-top: 29px;
}
.search-results .post .entry_content {
	margin-bottom: 10px;
}
.search-results .post h2 a {
	text-decoration: none;
}
.search-results .post h2 {
	font-size: 16.8px;
}
.search-results .post h2 a:hover {
	text-decoration: underline;
}
.products_start {
	font-size: 27px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #3b4e7a;
}

/*----- Main menu -----*/
.main_menu_wrap {
	float: left;
	margin-top: 15px;
}
.main_menu {
	display: block;
}
.main_menu > ul {
	position: relative;
	padding-bottom: 6px;
	margin-left: -20px;
}
.main_menu ul li {
	margin-left: 30px;
	position: relative;
}
.main_menu ul li a {
	color: #3b4e7a;
	font-family: 'gothambook';
	font-size: 16px;
	line-height: 24px;
}
.main_menu > ul > li > a {
	border-bottom: 5px solid transparent;
	padding-bottom: 5px;
}
.main_menu ul .current-menu-item > a {
	font-family: 'gothambold';
}
.main_menu ul .current-menu-item > a,
.main_menu ul li:hover > a,
.main_menu ul .current_page_ancestor > a,
.main_menu ul .current_page_parent > a {
	border-color: #3b4e7a;
	font-family: 'gothambold';
}

.sub-menu {
	display: none;
	position: absolute;
	background: #2e4270;
	background: rgba(46,66,112,0.92);
	top: 32px;
	padding-top: 3px;
	z-index: 30;
}
.main_menu ul li .sub-menu li {
	margin-left: 0;
	white-space: nowrap;
	float: none;
	border-bottom: none;
	display: block;
}
.main_menu ul li .sub-menu li a {
	padding: 0 12px;
	line-height: 36px;
	display: block;
	color: #fff;
}
.main_menu ul li .sub-menu li a:hover {
	opacity: 0.6;
}
.open_menu {
	color: #fff;
	border-bottom: 1px solid #030303;
	background: #3B4E7A;
	text-align: center;
	text-transform: uppercase;
	line-height: 1px;
	height: 25px;
	padding-top: 5px;
	font-family: 'gothambold';
	cursor: pointer;
	font-size: 17px;
	display: none;
}
.open_menu:after {
	content: '';
	display: inline-block;
	width: 21px;
	height: 16px;
	background-image: url('images/menu_icon.png');
	background-repeat: no-repeat;
	background-position: 0 -17px;
	background-size: 21px 33px;
	margin: 2px 0 0 5px;
}

/*----- Slider home -----*/
.slider_home {
	position: relative;
	overflow: hidden;
}
.slider_home .navigation {
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 50;
	border-radius: 50%;
	background: #000 url('images/slider_sprite.png') no-repeat scroll 0 0;
	margin-top: -42px;
	transition: 0.3s;
}
.slider_home .navigation:hover {
	opacity: 0.75;
}
.slider_home .navigation.prev {
	left: 50%;
	margin-left: -630px;
}

.slider_home .navigation.next {
	right: 50%;
	margin-right: -622px;
	background-position: 0 -68px;
}

.slider_home .slide_text {
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -468px;
	width: 936px;
	font-size: 15px;
	cursor: pointer;
}
.slider_home .slide_text h2 a {
	font-size: 27px;
	font-family: 'gothamlight';
}
.slider_home .slide_text h2 a span {
	font-family: 'gothambold';
}
.slider_home .slide_text p {
	font-size: 15px;
	margin-top: 28px;
}

.npcs .slides li img {
	cursor: pointer;
}
.slider_home .pager {
	position: absolute;
	max-width: 100%;
	width: 1024px;
	bottom: 33px;
	left: 50%;
	margin-left: -518px;
	z-index: 50;
	height: 6px;
}
.slider_home .pager li {
	margin-left: 15px;
}
.slider_home .pager li a {
	width: 70px;
	height: 6px;
	background: #fff;
	display: block;
	text-indent: -9999px;
	line-height: 6px;
}
.slider_home .pager li.activeSlide a {
	background: #3b4e7a;
}
.slider_home .npcs .slides li img {
	width: auto;
	margin: 0 auto;
}

/*----- Breadcrumbs -----*/
.breadcrumbs_wrap {
	margin-top: 15px;
	text-transform: uppercase;
}
.main > .breadcrumbs_wrap {
	margin-left: 10px;
}
.right_part .breadcrumbs_wrap {
	margin-bottom: 15px;
}
.breadcrumbs_wrap li {
	margin-left: 7px;
	font-size: 10px;
}
.breadcrumbs_wrap li:first-child {
	margin-left: 0;
}
.breadcrumbs_wrap li.text_before {
	font-family: 'gothambold';
	font-size: 10px;
}
.breadcrumbs_wrap li a {
	text-decoration: none;
}

/*----- Staff list -----*/
.staff_category {
	overflow: hidden;
}
.staff_category .staff {
	float: left;
	margin-top: 20px;
	width: 49%;
	margin-left: 2%;
	min-height: 88px;
}
.staff_category .title {
	margin-top: 10px;
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'gothambold';
	color: #1f4589;
}
.staff_thumb {
	width: 175px;
	height: 175px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.staff_category .staff:first-child,
.staff_category .staff:nth-child(2n+1) {
	margin-left: 0;
}
.staff_category .staff p {
	margin-top: 4px;
	font-size: 15px;
}
.staff_category .staff p.phone {
	margin-top: 20px;
}
.staff_category .staff .email a {
	color: #1f4589;
	text-decoration: none;
}
.staff_category .staff .email a:hover {
	text-decoration: underline;
}
.staff_category .staff .staff_title {
	font-family: 'gothambold';
}

/*----- Agents wrap -----*/
.agents_wrap {
	overflow: hidden;
}
.agents_wrap > div {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.agents_wrap > div:first-child,
.agents_wrap > div:nth-child(2n+1) {
	margin-left: 0;
}

.contact_details {
	font-family: 'gothambold';
	font-size: 14px;
	margin: 30px 0 -15px;
}

.products_list .content {
	padding-top: 0;
}
.products_wrap {
	overflow: hidden;
}
.products_wrap .cats li {
	display: block;
	margin-top: 20px;
}
.products_wrap .cats li.current-cat-parent > a,
.products_wrap .cats li.current-cat > a {
	font-family: 'gothambold';
}
.products_wrap .cats li a {
	color: #3b4e7a;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}
.products_wrap .cats li a:hover {
	text-decoration: underline;
}
.products_wrap .cats li .children {
	display: none;
}
.products_wrap .cats li .children li a {
	padding-left: 15px;
	display: block;
}
.products_wrap .cats li .children li .children li a {
	padding-left: 30px;
	padding-right: 15px;
}
.products_wrap .cats li.current-cat-ancestor > .children {
	display: block;
}
.products_wrap .cats li.current-cat-parent .children,
.products_wrap .cats li.current-cat .children {
	display: block;
}

.left_part:before,
.left_part {
	width: 250px;
}
.left_part {
	float: left;
}
.left_part:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	background: #fff;
	background: -moz-linear-gradient(right, rgba(196,206,228,0.43), transparent 50%, transparent);
	background: -webkit-linear-gradient(right, rgba(196,206,228,0.43), transparent 50%, transparent);
	background: -ms-linear-gradient(right, rgba(196,206,228,0.43), transparent 50%, transparent);
	background: linear-gradient(right, rgba(196,206,228,0.43), transparent 50%, transparent);
	z-index: -1;
}
.right_part {
	float: right;
	width: 740px;
}
.right_part .product {
	border-top: 1px solid #3b4e7a;
	padding: 20px 0;
	margin-top: 29px;
	overflow: hidden;
}
.right_part .product .entry_header .entry_title {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.right_part .product .entry_header .entry_title span {
	color: #2b4077;
	margin-right: 15px;
}
.right_part .product .product_thumb {
	float: left;
}
.right_part .product .product_details {
	background: #dcdddf;
	float: right;
	line-height: 72px;
	height: 72px;
	padding: 0 25px;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #2a3e79;
	font-family: 'gothambold';
	margin: 45px 0 45px;
	transition: 0.3s;
}
.right_part .product .product_details:hover {
	opacity: 0.7;
}
.right_part article {
	margin-bottom: 45px;
}

/*----- Pagination -----*/
.wp-pagenavi {
	overflow: hidden;
	padding: 5px 0;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #3b4e7a;
	padding: 3px 7px;
	margin: 2px;
	display: inline-block;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	/*border-color: #000;*/
}

.wp-pagenavi span.current {
	font-family: 'gothambold';
	background: #3b4e7a;
	color: #fff;
}

.single-wtheme_product .content {
	width: 100%!important;
}
.single-wtheme_product .entry_header .entry_title {
	/*position: absolute;
	z-index: -999;
	left: -300%;*/
	font-family: 'gothambold';
	font-size: 16px;
}

/*----- category_list -----*/
.single_product_thumb {
	margin-top: 20px;
}
.single_product_thumb .product_thumb.fixed,
.single_product_thumb.fixed {
	position: fixed;
	top: 0;
}
.single_product_thumb a {
	float: left;
	display: block;
}
.single_product_thumb.two_thumb > span,
.single_product_thumb.two_thumb > a {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.single_product_thumb.two_thumb > span img,
.single_product_thumb.two_thumb > a img {
	width: 100%;
}
.single_product_thumb.two_thumb span:first-child {
	margin-left: 0;
}
.products_wrap .entry_title {
	color: #3b4e7a;
}
.products_wrap .entry_title a {
	color: #3b4e7a;
	text-decoration: none;
}
.products_wrap .entry_title a:hover {
	text-decoration: underline;
}
.item_list {
	margin-top: -25px;
}
.item_list .item {
	max-width: 350px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 33px;
	margin-top: 25px;
}
.item_list .item:first-child,
.item_list .item:nth-child(2n+1) {
	margin-left: 0;
}
.item_list .item h3 {
	font-size: 25px;
}
.item_list .item h3 a {
	display: block;
	font-size: 16px;
	color: #3b4e7a;
	padding: 10px 20px;
	background: #f1f2f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	transition-duration: 0.3s;
}
.item_list .item h3 a:hover {
	opacity: 0.6;
}
.item_list .item h3 a .sku {
	display: block;
	font-family: 'gothambold';
}
.item_list .item .thumb {
	margin: 25px auto 0;
	text-align: center;
	width: 200px;
	max-width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
	/*display: table-cell;*/
	/*vertical-align: top;*/
}
.item_list .item .thumb img {
	display: inline-block;
	max-height: 100%;
	width: auto;
}
.tax-product_category .child_category + .category_product_list{
	margin-top: 75px;
}

/*----- Sidebar bottom -----*/
.sidebar.product_bottom {
	margin-top: 20px;
	overflow: hidden;
}
.sidebar.product_bottom .widget {
	display: block;
	margin: 25px 0 0 ;
	vertical-align: top;
	padding: 25px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	text-align: center;
}
.sidebar.product_bottom .widget .widget_title {
	font-size: 26px;
	/*color: #3b4e7a;*/
	color: #172c6f;
	font-family: 'gothambold';
	margin-bottom: 20px;
}
.sidebar.product_bottom .widget.blue {
	background: #c9d1e8;
}
.sidebar.product_bottom .widget.blue .general_button {
	margin-top: 15px;
	background: #fff;
	padding: 17px 23px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'gothambold';
	color: #3b4e7a;
	border: none;
	float: right;
	transition-duration: 0.3s;
}
.sidebar.product_bottom .widget .general_button:hover {
	opacity: 0.6;
}
.sidebar.product_bottom .widget.center {
	text-align: center;
}
.sidebar.product_bottom .widget .phone {
	color: #172c6f;
	font-size: 26px;
	font-family: 'gothambold';
	margin-top: 20px;
	display: block;
	text-decoration: none;
	transition-duration: 0.3s;
}
.sidebar.product_bottom .widget .phone:hover {
	opacity: 0.6;
}

.properties {
	width: 100%;
	height: 100%;
	position: relative;
	/*max-height: 300px;*/
	margin: 35px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px 5px 0;
}
.properties > div {
	margin-left: 180px;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: auto;
}
.properties table {
	width: 100%;
	height: 100%;
	border-collapse: separate;
}
.properties table th {
	background: #dbdbdb;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
}
.properties table td {
	padding: 10px;
	background: transparent;
	border-left: none;
	border-right: none;
	text-align: center;
}
.properties table th,
.properties table td {
	min-width: 120px;
}
.properties table tr:nth-child(2n+1) {
	background: #F8F9FB;
}
.properties table tr th:first-child,
.properties table tr td:first-child {
	left: 10px;
	position: absolute;
	top: auto;
	width: 180px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.properties table tr th:first-child {
	background: #dbdbdb;
	padding-top: 17px;
}
.properties table tr:nth-child(2n+1) td:first-child {
	background: #F8F9FB;
}

.products_wrap .sticky_thumb {
	position: relative;
}
.products_wrap .sticky_thumb,
.products_wrap .sticky_thumb a,
.products_wrap .sticky_thumb a img {
	transition-duration: 0.3s;
}
.products_wrap .sticky_thumb a {
	display: inline-block;
}
.products_wrap .sticky_thumb .product_thumb_wrap {
	display: inline-block;
}
.products_wrap .sticky_thumb .product_thumb.fixed {
	position: fixed;
	top: 0;
	/*height: 180px;*/
	z-index: 999;
	width: 100%;
	max-width: 740px;
	background: #fff;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
.products_wrap .sticky_thumb .product_thumb.fixed a {
	margin-top: 0;
	width: auto;
	/*float: none;*/
}
.products_wrap .sticky_thumb .product_thumb.fixed a img {
	height: auto;
	width: auto;
	max-height: 150px;
}


/*----- Responsive -----*/
@media screen and (min-width: 1024px) {
	.main_menu {
		display: block!important;
	}
}

@media screen and (max-width: 1024px) {
	.main,
	.site_header,
	.footer_wrap,
	.npcs {
		width: 100%;
	}
	.content {
		width: 65%;
	}
	.main_menu ul .current-menu-item > a, .main_menu ul li:hover > a, .main_menu ul .current_page_ancestor > a, .main_menu ul .current_page_parent > a {
		border-color: #000;
	}
	.main_menu ul li a {
		text-align: center;
	}
	.main_menu ul li a {
		border-top: 1px solid #000;
	}
	.main_menu ul li:first-child {
		border-top: 0;
	}
	.site_header {
		text-align: center;
		padding: 10px 0 0;
		height: auto;
	}
	.site_header .logo,
	.main_menu_wrap {
		float: none;
		margin: 0;
	}
	.site_header .search-form {
		margin: 10px auto;
		float: none;
	}
	.main_menu_wrap {
		margin-top: 10px;
	}
	.sidebar.right,
	.sidebar.right:before {
		width: 35%;
	}
	.footer_wrap > .clear {
		height: auto;
		/*margin-bottom: 20px;*/
	}
	.site_footer .wrap > * {
		margin-bottom: 15px;
		display: block;
	}
	.site_footer .copyright {
		margin-left: 0;
		vertical-align: top;
	}
	.site_footer .footer_logo {
		margin-top: 15px;
	}
	.site_footer {
		height: auto;
	}
	.footer_wrap {
		margin: 20px auto;
	}
	.npcs {
		height: auto;
	}
	.slider_home .pager {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.slider_home .npcs .slides li img {
		width: 180%;
		margin-left: -41%;
	}
	.slider_home .slide_text {
		right: 0;
		top: 20px;
	}
	.main_menu {
		margin-top: 0;
		display: none;
	}
	.main_menu li,
	.main_menu li a {
		display: block;
	}
	.sub-menu {
		display: block!important;
		position: static;
		background: none;
		padding: 0;
	}
	.main_menu ul li {
		text-align: left;
	}
	.main_menu ul li .sub-menu li a,
	.main_menu ul li a {
		line-height: 24px;
		padding: 0 10px;
		border-bottom: 0;
		color: #3B4E7A;
	}
	.main_menu ul li .sub-menu li a {
		padding: 0 30px;
	}
	.main_menu .current-menu-item > a,
	.main_menu li:hover > a {
		background: #fff;
	}
	.main_menu .current-menu-item > a,
	.main_menu li:hover > a {
		color: #030303;
	}
	.main_menu > ul,
	.main_menu ul li {
		margin-left: 0;
	}
	.main_menu ul li .sub-menu li a:hover {
		opacity: 1;
	}
	.open_menu {
		display: block;
	}
	.slider_home .slide_text {
		max-width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		left: 0;
		margin-left: 0;
	}
	.slider_home .slide_text p {
		margin-left: 0;
	}
	.site_footer {
		padding: 0 10px;
	}
	.footer_wrap .footer_logo,
	.footer_sidebar {
		float: none;
		margin-left: 0;
	}
	.sidebar.footer {
		margin-top: 20px;
	}
	.sidebar.footer .widget {
		width: 24%;
		margin-left: 1%;
	}
	.products_wrap .left_part,
	.products_wrap .left_part:before {
		width: 25%;
	}
	.products_wrap .right_part {
		width: 73%;
	}
	.item_list .item {
		margin-left: 0;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.single_product_thumb.two_thumb a {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.single_product_thumb.two_thumb a:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 639px) {
	.content,
	.sidebar.right {
		width: 100%;
	}
	.site_header {
		overflow: hidden;
	}
	.site_header .logo {
		float: none;
		display: block;
		margin: 10px 0;
		clear: both;
		text-align: center;
	}
	.sidebar.right:before {
		display: none;
	}
	.sidebar.right {
		background: -moz-linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
		background: -webkit-linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
		background: -ms-linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
		background: linear-gradient(left, rgba(196,206,228,0.43), transparent 50%, transparent);
		padding: 10px;
	}
	.slider_home .slide_text {
		width: 100%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.site_footer {
		text-align: center;
	}
	.sidebar.footer {
		margin-top: 0;
	}
	.site_footer .copyright {
		margin-top: 10px;
	}
	.sidebar.footer .widget {
		width: 100%;
		float: none;
		margin-top: 20px;
		text-align: center;
		margin-left: 0;
	}
	.copyright {
		padding: 0 10px;
	}
	.slider_home .slide_text p {
		display: none;
	}
	.slider_home .slide_text h2 a {
		font-size: 24px;
	}
	.slider_home .pager li a {
		width: 40px;
	}
	.agents_wrap > div {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.staff_category .staff {
		width: 100%;
		margin: 10px 0 0 0;
	}
	.content {
		margin-bottom: 20px;
	}
	.products_wrap .left_part,
	.products_wrap .right_part {
		width: 100%;
	}
	.products_wrap .left_part:before {
		display: none;
	}
	.products_wrap .left_part {
		border-top: 1px solid #3B4E7A;
	}
}
@media screen and (max-width: 480px) {
	.slider_home .slide_text {
		top: 10px;
	}
	.slider_home .slide_text p {
		margin-top: 5px;
		font-size: 12px;
	}
	.slider_home .slide_text h2 a {
		font-size: 17px;
	}
	.slider_home .pager {
		bottom: 10px;
	}
	.site_header .logo {
		max-width: 80%;
		margin: 0 auto;
	}
	.logo img {
		width: 100%;
	}
	.staff_thumb {
		float: none;
		margin-right: 0;
	}
	.logo img {
		max-width: 222px;
	}
}
