/*
 *
 */
@font-face {
    font-family: 'Graphik';
    src:
         url('fonts/Graphik-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src:
         url('fonts/Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src:
         url('fonts/Graphik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src:
         url('fonts/Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src:
         url('fonts/Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}



body {
	margin : 0px;
	font-family: 'Graphik';
	font-size  : 14px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color : inherit;
	text-decoration: none;
}
strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
}



.langs {
	margin : 0px auto;
	color : #343A5B;
	font-size  : 12px;
	line-height: 28px;
	text-align : right;
}
.langs a:first-child {
	display: inline-block;
	margin : 0px 10px 0px 0px;
	padding: 0px 10px;
	color : #FFFFFF;
	font-weight: 600;
	background: #9AC556;
}
.langs span {
	font-weight: 600;
}
.header_wrap {
	position: relative;
	height: 85px;
	background: #343A5B;
/*	border-top: 1px solid white; */
}
.header_logo {
	position: absolute;
	top   : 25px;
	left  : 0px;
}
.header_logo img {
	width: 90px;
}
.header_search {
	position: absolute;
	top   : 30px;
	right : 0px;
	padding: 4px 10px;
	background: #FFFFFF;
	border-radius: 10px;
}
@media (max-width: 1019px) {
	.header_search {
		right : 30px;
	}
	.menu_mobile {
		position: absolute;
		top   : 35px;
		right : 0px;
		cursor: pointer;
	}
}
@media (min-width: 1020px) {
	.menu_mobile {
		display: none;
	}
}
.header_search [type=text] {
	width : 100px;
	border: 0px;
	vertical-align: middle;
}
.header_search [type=image] {
	border: 0px;
	vertical-align: middle;
}



@media (max-width: 1019px) {
	.mainmenu {
		display: none; /**/
		position: absolute;
		top   : 88px;
		left  : 0%;
		right : 0%;
		margin : 0px -15px;
		padding: 0px;
		font-size  : 16px;
		list-style: none;
		background: #343A5B;
		z-index: 5;
	}
	.mainmenu li {
		margin : 0px;
		padding: 0px;
		border-bottom: 1px solid #FFFFFF;
	}
	.mainmenu>li {
		font-weight: 400;
	}
	.mainmenu li a {
		display: block;
		position: relative;
		padding: 0px 10px;
		color : white;
		line-height: 50px;
		text-decoration: none;
	}
	.mainmenu li a.opened:after {
		position: absolute;
		top   : 15px;
		right : 10px;
		width : 25px;
		height: 18px;
		background: url(images/sprites-general.svg) -96px -48px;
		content: '';
	}
	.mainmenu li span {
		color : white;
		font-size  : 19px;
		font-weight: bold;
	}
	.mainmenu>li:nth-child(1)>a {
		color : #9AC556;
	}
	.mainmenu>li:nth-child(2)>a {
		color : #E9444E;
	}
	.mainmenu>li:nth-child(3)>a {
		color : #1E99D7;
	}
	.submenu {
		display: none; /**/
		margin : 0px;
		padding: 0px;
	}
	.submenu.cat1 {
		background: #9AC556;
	}
	.submenu.cat2 {
		background: #E9444E;
	}
	.submenu.cat3 {
		background: #1E99D7;
	}
	.submenu.nocat {
		background: #FECA10;
	}
	.colsmenu {
		display: none; /**/
		margin : 0pxs;
		padding: 0px;
		font-size  : 14px;
		background: #dbdbdb;
	}
	.colsmenu>li a {
		color : #000000;
	}
	.prodmenu {
		display: none;
	}
	.mainmenu.slided,
	.submenu.slided,
	.colsmenu.slided {
		display: block;
	}
}
@media (min-width: 1020px) {
	.mainmenu {
		position: absolute;
		top   : 0px;
		left  : 50%;
		width : 800px;
		height: 85px;
		margin : 0px;
		padding: 0px;
		font-size  : 16px;
		text-align: center;
		list-style: none;
		transform: translateX(-50%);
		z-index: 5;
	}
	.mainmenu li {
		display: inline-block;
		margin : 0px 10px;
		padding: 0px;
		vertical-align: top;
	}
	.mainmenu>li {
		font-weight: 400;
		line-height: 85px;
	}
	.mainmenu li a {
		color : white;
		text-decoration: none;
	}
	.mainmenu li span {
		color : white;
		font-size  : 19px;
		font-weight: bold;
		line-height: 82px;
	}
	.mainmenu>li:nth-child(1)>a {
		color : #9AC556;
	}
	.mainmenu>li:nth-child(2)>a {
		color : #E9444E;
	}
	.mainmenu>li:nth-child(3)>a {
		color : #1E99D7;
	}
	.submenu {
		display: none;
		position: absolute;
		top   : 85px;
		left  : 50%;
		width : 980px;
		margin : 0px;
		padding: 0px;
		line-height: 40px;
		transform: translateX(-50%);
	}
	.submenu.cat1 {
		background: #9AC556;
	}
	.submenu.cat2 {
		background: #E9444E;
	}
	.submenu.cat3 {
		background: #1E99D7;
	}
	.submenu.nocat {
		background: #FECA10;
	}
	.submenu>li {
		color : #FFFFFF;
		padding: 0px 10px;
		font-weight: 500;
	}
	.submenu>li:hover {
		color : #343A5B;
		background: #F5F5F5;
	}
	.submenu>li a {
		color : inherit;
		text-decoration: none;
	}
	.colsmenu {
		display: none;
		position: absolute;
		top   : 40px;
		left  : 50%;
		width : 100%;
		margin : 0px;
		padding: 20px 0px;
		font-size  : 14px;
		line-height: 25px;
		transform: translateX(-50%);
		background: #F5F5F5;
	}
	.colsmenu>li {
		color : #5a5a5a;
		font-weight: 500;
		text-align : left;
	}
	.colsmenu>li a {
		color : black;
		text-decoration: none;
	}
	.prodmenu {
		margin : 0px;
		padding: 0px;
	}
	.prodmenu>li {
		display: block;
		margin : 0px;
		padding: 0px;
		color : #5a5a5a;
		font-weight: 400;
	}
	.prodmenu>li:before {
		content: '· ';
	}
	.mainmenu>li:hover .submenu {
		display: block;
	}
	.submenu>li:hover .colsmenu {
		display: block; /**/
	}
}



.center {
	position: relative;
	width: calc(100% - 30px);
	max-width: 1000px;
	margin-left : auto;
	margin-right: auto;
}




.slider_prev,
.slider_next {
	position: absolute;
	top   : 50%;
	width : 20px;
	height: 40px;
	margin-top: -20px;
	background: url('images/sprites-general.svg');
	z-index: 3;
}
.slider_prev {
	left  : 20px;
	background-position: 0px -48px;
}
.slider_next {
	right : 20px;
	background-position: -24px -48px;
}
@media (max-width: 767px) {
	.slider {
		position: relative;
		width : 100%;
		height: 375px;
		background: #F6F6F6;
		overflow: hidden;
	}
	.slider_wrap {
		position: absolute;
		width : 100%;
		height: 375px;
	}
	.slider_prev {
		left  : 5px;
		background-position: 0px -48px;
	}
	.slider_next {
		right : 5px;
		background-position: -24px -48px;
	}
	.slider_dots {
		display: none;
	}
	.slide {
		position: absolute;
		top   : 0%;
		left  : 100%;
		width : 100%;
		height: 375px;
		background: #F6F6F6;
		background-size: cover;
		background-position: center center;
		z-index: 1;
	}
	.slide:first-child {
		left  : 0%;
		z-index: 2;
	}
	.slide_wrap {
		width : calc(100% - 80px);
		margin : 15px auto;
	}
	.slide_wrap .icofam {
		transform: scale(1);
		transform-origin: top left;
	}
	.slide_txt {
	}
	.slide_img {
		display: block;
		margin : 0px auto 10px auto;
		width : auto;
		height: 175px;
	}
	.slide_line1,
	.slide_line2,
	.slide_btn {
		color : #343A5B;
		text-align: left;
	}
	.slide_line1 {
		margin : 0px 0px 0px 0px;
		font-size  : 30px;
		font-weight: 200;
	}
	.slide_line2 {
		margin : 10px 0px 10px 0px;
		font-size  : 12px;
		font-weight: 600;
	}
	.slide_btn a {
		display: inline-block;
		padding: 8px 25px;
		color : #FFFFFF;
		font-size  : 14px;
		font-weight: 600;
		text-decoration: none;
		background: #9AC556;
		border : 1px solid #FFFFFF;
		border-radius: 100px;
	}
	.slide_tpl3_img {
		position: absolute;
		top   : 40%;
		left  : 50%;
		max-width : 200px;
		max-height: 200px;
		transform: translateX(-50%) translateY(-50%);
	}
	.slide_tpl3_strip {
		position: absolute;
		bottom: 0%;
		left  : 0%;
		width : 100%;
		padding: 15px 15px 30px 15px;
		background: rgba(255, 255, 255, 0.5);
	}
	.slide_tpl3_strip .icofam {
		position: absolute;
		top   : -30px;
		left  : 50%;
		margin : 0px 0px 0px -150px;
	}
	.slide_tpl3_strip .slide_tpl3_line1,
	.slide_tpl3_strip .slide_tpl3_line2 {
		position: relative;
		width : 300px;
		color : #343A5B;
	}
	.slide_tpl3_strip .slide_tpl3_line1 {
		margin : 0px auto 0px auto;
		font-size  : 30px;
		font-weight: 200;
	}
	.slide_tpl3_strip .slide_tpl3_line2 {
		margin : 0px auto 0px auto;
		font-size  : 20px;
		font-weight: 600;
	}
}
@media (min-width: 768px) {
	.slider {
		position: relative;
		width : 100%;
		height: 500px;
		background: #F6F6F6;
		overflow: hidden;
	}
	.slider_wrap {
		position: absolute;
		width : 100%;
		height: 500px;
	}
	.slider_dots {
		display: none;
		position: absolute;
		bottom : 0px;
		width : 100%;
		text-align: center;
		z-index: 3;
	}
	.slider_dot {
		display: inline-block;
		width : 10px;
		height: 10px;
		margin: 0px 5px;
		background: #FFFFFF;
		border-radius: 100%;
	}
	.slider_dot.sel {
		background: #343A5B;
	}
	.slide {
		position: absolute;
		top   : 0%;
		left  : 100%;
		width : 100%;
		height: 500px;
		background: #F6F6F6;
		background-size: cover;
		background-position: center center;
		z-index: 1;
	}
	.slide:first-child {
		left  : 0%;
		z-index: 2;
	}
	.slide_wrap {
		max-width: 700px;
		max-width: 800px;
		margin : 55px auto 0px auto;
	}
	.slide_wrap .icofam {
		transform: scale(1.15);
		transform-origin: top left;
	}
	.slide_txt {
		float: left;
		width : 350px;
		width : 320px;
	}
	.slide_img {
		float: right;
		width : 480px;
		height: auto;
	}
	.slide_line1,
	.slide_line2,
	.slide_btn {
		color : #343A5B;
		text-align: left;
	}
	.slide_line1 {
		margin : 0px 0px 0px 0px;
		font-size  : 50px;
		font-weight: 200;
	}
	.slide_line2 {
		margin : 10px 0px 10px 0px;
		font-size  : 20px;
		font-weight: 600;
	}
	.slide_btn a {
		display: inline-block;
		padding: 10px 35px;
		color : #FFFFFF;
		font-size  : 16px;
		font-weight: 600;
		text-decoration: none;
		background: #9AC556;
		border : 1px solid #FFFFFF;
		border-radius: 100px;
	}
	.slide_tpl3_img {
		position: absolute;
		top   : 40%;
		top   : calc(50% - 75px);
		left  : 50%;
		max-width : 480px;
		max-height: 360px;
		transform: translateX(-50%) translateY(-50%);
	}
	.slide_tpl3_strip {
		position: absolute;
		bottom: 0%;
		left  : 0%;
		width : 100%;
		padding: 15px 15px 30px 15px;
		background: rgba(255, 255, 255, 0.5);
	}
	.slide_tpl3_strip .icofam {
		position: absolute;
		top   : -30px;
		left  : 50%;
		margin : 0px 0px 0px -200px;
	}
	.slide_tpl3_strip .slide_tpl3_line1,
	.slide_tpl3_strip .slide_tpl3_line2 {
		position: relative;
		width : 400px;
		color : #343A5B;
	}
	.slide_tpl3_strip .slide_tpl3_line1 {
		margin : 0px auto 0px auto;
		font-size  : 30px;
		font-weight: 200;
	}
	.slide_tpl3_strip .slide_tpl3_line2 {
		margin : 0px auto 0px auto;
		font-size  : 20px;
		font-weight: 600;
	}
	@media (max-width: 1019px) {
		.slider {
			height: 400px;
		}
		.slider_wrap {
			height: 400px;
		}
		.slide {
			height: 400px;
		}
		.slide_wrap {
			max-width: 640px;
		}
		.slide_txt {
			width : 250px;
		}
		.slide_img {
			width : 350px;
		}
		.slide_tpl3_img {
			max-width : 400px;
			max-height: 300px;
		}
	}
	@media (min-width: 1281px) {
		.slider {
			height: 650px;
		}
		.slider_wrap {
			height: 650px;
		}
		.slide {
			height: 650px;
		}
		.slide_wrap {
			position: absolute;
			top   : 50%;
			left  : 50%;
			width : 800px;
			height: 360px;
			margin-top   : -180px;
			margin-left  : -400px;
		}
		.slide_tpl3_strip {
			padding: 15px 15px 50px 15px;
		}
		.slide_tpl3_strip .icofam {
			position: absolute;
			top   : -40px;
			left  : 50%;
			margin : 0px 0px 0px -200px;
			transform: scale(1.3);
			transform-origin: top left;
		}
	}
}



.home_whoweare {
	position: relative;
	margin : 50px auto 90px auto;
}
@media (max-width: 1019px) {
	.home_whoweare .label {
		display: block;
		margin : 0px 0px 20px 0px;
		color : #343A5B;
		font-size  : 24px;
		font-weight: 400;
	}
	.home_whoweare .text {
		color : #5A5A5A;
		font-size  : 20px;
		font-weight: 300;
		line-height: 125%;
	}
	.home_whoweare p {
		margin: 0px 0px 0px 0px;
	}
}
@media (min-width: 1020px) {
	.home_whoweare .label,
	.home_whoweare .text {
		display: inline-block;
		vertical-align: top;
	}
	.home_whoweare .label {
		width : 256px;
		color : #343A5B;
		font-size  : 30px;
		font-size  : 24px;
		font-weight: 400;
	}
	.home_whoweare .text {
		width : 600px;
		color : #5A5A5A;
		font-size  : 24px;
		font-size  : 20px;
		font-weight: 300;
		line-height: 125%;
	}
	.home_whoweare p {
		margin: 0px 0px 0px 0px;
	}
}



.home_ourprods,
.home_news {
	position: relative;
	padding: 15px 0px 100px 0px;
	border-top: 2px solid #787c92;
	border-top: 2px solid #343A5B;
}
.home_ourprods h2,
.home_news h2 {
	position: relative;
	margin : 0px 0px 15px 0px;
	color : #343A5B;
	font-size  : 30px;
	font-size  : 24px;
	font-weight: 400;
}
.home_ourprods p.intro,
.home_news p.intro {
	margin : 0px 0px 45px 0px;
	color: #5A5A5A;
	font-size  : 24px;
	font-size  : 20px;
	font-weight: 300;
}
@media (max-width: 1019px) {
	.home_ourprods_col,
	.home_news_col {
		margin : 0px 0px 45px 0px;
	}
}
@media (min-width: 1020px) {
	.home_ourprods_col,
	.home_news_col {
		display: inline-block;
		vertical-align: top;
	}
	.home_ourprods_col {
		width : 312px;
	}
}
.home_ourprods_col img,
.home_news_col img {
	display: block;
}
.home_ourprods_col .icofam {
	transform: scale(1.5);
	transform-origin: top left;
}
@media (min-width: 1020px) {
	.home_news_col {
		width : 228px;
		margin : 0px 25px 0px 0px;
	}
	.home_ourprods_col:nth-child(2) {
		margin : 0px 28px;
	}
	.home_news_col:nth-child(4n) {
		margin : 0px;
	}
}
.home_ourprods p.fam {
	margin : 0px 0px 20px 0px;
	padding: 20px 0px 15px 0px;
	border-bottom: 1px solid;
}
.home_ourprods p.cat1 { border-color: #9ac556; }
.home_ourprods p.cat2 { border-color: #e9444e; }
.home_ourprods p.cat3 { border-color: #1e99d7; }
.home_news p.cat {
	margin : 10px 0px 5px 0px;
	color : #E7B70E;
	font-weight: 600;
}
.home_ourprods p.desc,
.home_news p.tit {
	margin : 0px;
	color: #5A5A5A;
	font-size  : 20px;
	font-weight: 300;
}
.home_news p.tit {
	font-weight: 400;
}



.general_section {
	margin-bottom: 50px;
}
.general_section h2 {
	padding: 10px 0px 0px 0px;
	font-size  : 21px;
	font-weight: 400;
}
@media (max-width: 1019px) {
	.general_section h2 {
		width : 225px;
		margin : 0px 0px 40px 0px;
		margin : 0px 0px 10px 0px;
		color : #343A5B;
	}
}
@media (min-width: 1020px) {
	.general_section h2 {
		display: inline-block;
		width : 224px;
		margin : 0px;
		color : #343A5B;
		vertical-align: top;
		border-top: 1px solid #343A5B;
	}
}
.general_content {
	color : #5A5A5A;
	border-top: 1px solid #343A5B;
}
@media (min-width: 1020px) {
	.general_content {
		display: inline-block;
		width : 740px;
		margin : 0px 0px 20px 30px;
		vertical-align: top;
	}
}
.general_content strong {
	font-weight: 600;
}



@media (max-width: 1019px) {
	.filters {
		display: none;
	}
}
@media (min-width: 1020px) {
	.filters {
		float: left;
		width : 225px;
	}
	.filters p {
		margin : 0px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
	/*	font-size  : 15px; */
		font-weight: 400;
		border-top : 1px solid #343A5B;
	}
	.filters label {
		display: block;
		padding: 15px 0px 15px 0px;
		color : #5A5A5A;
		font-size  : 18px;
		font-size  : 16px;
	}
	.filters [type=radio],
	.filters [type=checkbox] {
		display: none;
	}
	.filters .input {
		display: block;
		text-indent: -20px;
		margin-left: 20px;
		cursor : pointer;
	}
	.filters .radio {
		display: inline-block;
		width : 24px;
		height: 24px;
		width : 20px;
		height: 20px;
		background-image: url('images/sprites-general.svg');
		background-position: -48px -48px;
		background-position: -72px -48px;
		background-position: -60px -40px;
		background-size    : 213px;
		vertical-align: middle;
	}
	.filters .radio.checked {
		background-position: -72px -72px;
		background-position: -60px -60px;
	}
	.filters .cbox {
		display: inline-block;
		width : 24px;
		height: 24px;
		background-image: url('images/sprites-general.svg');
		background-position: -48px -48px;
		background-position: -48px -48px;
		vertical-align: middle;
	}
	.filters .cbox.checked {
		background-position: -48px -72px;
	}
}

@media (min-width: 1020px) {
	.results {
		float: right;
		width : 740px;
	}
}
@media (min-width: 481px) and (max-width: 1019px) {
	.results {
		width : 738px;
		margin : 0px auto;
	}
}
@media (max-width: 480px) {
	.results_prod,
	.srxresults_prod {
		margin : 0px 0px 20px 0px;
		padding: 16px 0px 30px 0px;
		border-top : 1px solid #343A5B;
	}
}
@media (min-width: 481px) {
	.results_prod,
	.srxresults_prod {
		display: inline-block;
		margin : 0px 20px 20px 0px;
		padding: 16px 0px 30px 0px;
		border-top : 1px solid #343A5B;
		vertical-align: top;
	}
}
@media (min-width: 481px) and (max-width: 1019px) {
	.results_prod,
	.srxresults_prod {
		width : 359px;
	}
	.results_prod:nth-child(even),
	.srxresults_prod:nth-child(even) {
		margin : 0px 0px 20px 0px;
	}
}
@media (min-width: 1020px) {
	.results_prod {
		width : 360px;
	}
	.srxresults_prod {
		width : 318px;
	}
	.results_prod:nth-child(even) {
		margin : 0px 0px 20px 0px;
	}
	.srxresults_prod:nth-child(3n) {
		margin : 0px 0px 20px 0px;
	}
}
.results_prod_img {
	float: left;
}
.results_prod_txt {
	margin : 0px 0px 0px 160px;
}
.results_prod .info_name,
.srxresults_prod .info_name {
	margin : 0px 0px 16px 0px;
	color : #343A5B;
	font-size  : 16px;
	font-weight: 600;
}
.results_prod .info_feats,
.results_prod .info_feats li,
.srxresults_prod .info_feats,
.srxresults_prod .info_feats li {
	margin : 0px 0px 3px 0px;
	padding: 0px;
	font-weight: 400;
	list-style: none;
}
.results_prod li:before,
.srxresults_prod li:before {
	content: '· ';
}
.noresults {
	margin : 30px 0px 250px 0px;
	font-size  : 16px;
	font-weight: 500;
}



/* @media (max-width: 480px) { */
@media (max-width: 1019px) {
	.product_intro {
		position: relative;
		padding: 30px 30px 60px 30px;
		background: #F6F6F6;
	}
	.product_intro_img {
		margin : 0px 0px 20px 0px;
	}
	.product_intro_txt {
		margin : 0px 0px 0px 0px;
		color : #5A5A5A;
		font-size  : 16px;
		font-weight: 400;
	}
}
@media (min-width: 1020px) {
	.product_intro {
		position: relative;
		padding: 60px 0px;
		background: #F6F6F6;
	}
	.product_intro .center {
		width : 900px;
	}
	.product_intro_img {
		float : left;
	}
	.product_intro_txt {
		float : right;
		width : 365px;
		margin : 0px 0px 0px 0px;
		color : #5A5A5A;
		font-size  : 16px;
		font-weight: 400;
	}
}
.product_intro_txt h1 {
	margin : 0px 0px 5px 0px;
	color : #343a5b;
	font-size  : 25px;
	font-weight: 500;
}
.product_intro_txt h2 {
	margin : 0px 0px 20px 0px;
	font-size  : 25px;
	font-weight: 300;
}
.product_intro_txt p {
	margin : 0px 0px 0px 0px;
	line-height: 22px;
}

@media (max-width: 1019px) {
	.product_anchors {
		display: none;
	}
}
.product_anchors {
	margin : 0px;
	text-align: center;
	background: #F6F6F6;
	border-top: 4px solid #FFFFFF;
}
.product_anchors a {
	display: inline-block;
	padding: 18px 32px;
	color : #343A5B;
	font-size  : 14px;
	font-weight: 500;
	line-height: 14px;
	text-decoration: none;
	text-transform : uppercase;
	border-left  : 4px solid #FFFFFF;
}
.product_anchors a:last-child {
	border-right : 4px solid #FFFFFF;
}

.product_title {
	margin : 52px 0px 28px 0px;
	color : #343a5b;
	font-size  : 24px;
	font-weight: 300;
}
.product_title h1 {
	display: inline;
	font-size  : 24px;
	font-weight: 500;
}

.product_related {
	margin-bottom: 50px;
}
.product_related h2 {
	padding: 10px 0px 0px 0px;
	font-size  : 21px;
	font-weight: 400;
	border-top: 1px solid #343A5B;
	vertical-align: top;
}
@media (max-width: 1019px) {
	.product_feats h2 {
		margin : 0px 0px 60px 0px;
	}
	.product_related h2 {
		margin : 0px 0px 40px 0px;
	}
}
@media (min-width: 1020px) {
	.product_related h2 {
		margin : 0px 0px 30px 0px;
	}
}
.product_feat {
	margin : 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #E9E9E9;
}
.product_feat:last-child {
	border-bottom: 0px;
}
@media (max-width: 480px) {
}
@media (min-width: 481px) {
	.product_feat>img {
		width : 320px;
		height: auto;
	}
	.product_feat:nth-child(odd)>img {
		float : right;
	}
	.product_feat:nth-child(even)>img {
		float : left;
	}
	.product_featext {
		display: inline-block;
		width : 390px;
		margin : 0px;
		vertical-align: top;
	}
}
@media (min-width: 1020px) {
	.product_featext {
		margin : 0px 15px 0px 15px;
	}
}
.product_featext p {
	margin : 10px 0px 10px 0px;
	font-weight: 400;
	line-height: 125%;
}
.product_featext p:first-of-type {
	margin : 10px 0px 30px 0px;
	font-size  : 21px;
}
.product_featext.cat1   p:first-of-type,
.product_featext.cat130 p:first-of-type,
.product_featext.cat54  p:first-of-type,
.product_featext.cat176 p:first-of-type,
.product_featext.cat262 p:first-of-type
{ color: #9AC556; }
.product_featext.cat2   p:first-of-type,
.product_featext.cat131 p:first-of-type,
.product_featext.cat105 p:first-of-type,
.product_featext.cat203 p:first-of-type,
.product_featext.cat307 p:first-of-type
{ color: #E9444E; }
.product_featext.cat3   p:first-of-type,
.product_featext.cat132 p:first-of-type,
.product_featext.cat120 p:first-of-type,
.product_featext.cat221 p:first-of-type,
.product_featext.cat284 p:first-of-type
{ color: #1E99D7; }

.product_specs table {
	margin : 10px 0px;
	border : 0px;
	border-spacing: 0;
	border-collapse: collapse;
}
.product_specs thead td {
	color : #343A5B;
	font-weight: 500;
}
.product_specs tbody th {
	padding: 5px 10px 5px 0px;
	font-weight: 500;
	text-align : left;
	white-space: nowrap;
	vertical-align: top;
}
.product_specs tbody th[colspan] {
	color : #343A5B;
	font-size  : 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.product_specs tbody th[colspan].padded {
	padding: 40px 0px 0px 0px;
}
.product_specs tbody td[colspan].padded {
	padding: 20px 0px 0px 0px;
}
.product_specs tbody td {
	padding: 5px 10px 5px 0px;
	vertical-align: top;
}
@media (max-width: 1019px) {
	.product_specs.single table th {
		width : 155px;
		white-space: normal;
	}
}
@media (max-width: 1019px) {
	.product_specs.multiple table {
		margin-top: 40px;
	}
	.product_specs.multiple table:first-child {
		margin-top: 10px;
	}
}
@media (min-width: 1020px) {
	.product_specs.double table,
	.product_specs.multiple table {
		float : left;
	}
	.product_specs.double table th,
	.product_specs.double table td {
		width : 230px;
		white-space: normal;
	}
	.product_specs.multiple table th,
	.product_specs.multiple table td {
		width : 170px;
		white-space: normal;
	}
	.product_specs.double table:nth-child(3),
	.product_specs.double table:nth-child(4),
	.product_specs.double table:nth-child(5),
	.product_specs.double table:nth-child(6) {
		margin-top: 40px;
	}
	.product_specs.double table:nth-child(2) th,
	.product_specs.double table:nth-child(4) th,
	.product_specs.double table:nth-child(6) th,
	.product_specs.double table:nth-child(8) th {
		display: none;
	}
	.product_specs.multiple table:nth-child(4),
	.product_specs.multiple table:nth-child(5),
	.product_specs.multiple table:nth-child(6),
	.product_specs.multiple table:nth-child(7),
	.product_specs.multiple table:nth-child(8),
	.product_specs.multiple table:nth-child(9) {
		margin-top: 40px;
	}
	.product_specs.multiple table:nth-child(2) th,
	.product_specs.multiple table:nth-child(3) th,
	.product_specs.multiple table:nth-child(5) th,
	.product_specs.multiple table:nth-child(6) th,
	.product_specs.multiple table:nth-child(8) th,
	.product_specs.multiple table:nth-child(9) th {
		display: none;
	}
}

.product_related_item {
	display: inline-block;
	margin : 0px 25px 0px 0px;
	color : #5A5A5A;
	vertical-align: top;
}
@media (max-width: 1019px) {
	.product_related_item {
		width : calc(50% - 15px);
		margin : 0px 25px 30px 0px;
	}
	.product_related_item:nth-child(even) {
		margin : 0px 0px 30px 0px;
	}
}
@media (min-width: 1020px) {
	.product_related_item {
		width : 228px;
	}
}
.product_related_img {
	display: block;
	background: #f6f6f6;
}
.product_related_item:nth-child(4n) {
    margin : 0px;
}
.product_related_item img {
    display: block;
}
.product_related_name {
	margin : 10px 0px 3px 0px;
	font-weight: 600;
}
.product_related_feats,
.product_related_feats li {
	margin : 0px;
	padding: 0px;
	font-size  : 13px;
	font-weight: 400;
	list-style: none;
}
.product_related_feats li:before {
	content: '· ';
}



.downloads ul {
	margin : 0px;
	padding: 0px;
	list-style: none;
}
.downloads li {
	position: relative;
	min-height: 30px;
	margin : 0px;
	padding: 10px 0px 10px 0px;
	font-weight: 600;
	border-bottom: 1px solid #989cB2;
}
.downloads li.hidden {
	display: none;
}
.downloads li.sublist {
	padding-bottom: 0px;
}
.downloads li.sublist p {
	max-width : 550px;
	margin : 0px;
	font-weight: 400;
	line-height: 22px;
}
.downloads li.sublist ul {
	margin-top   : 10px;
	margin-left  : 50px;
	border-top: 1px solid #989cB2;
}
.downloads li.sublist li:last-child {
	border-bottom: 0px;
}
.downloads span {
	display: block;
	padding: 5px 0px 0px 0px;
	line-height: 20px;
}
.downloads ul a {
	float : right;
	/* position: absolute;
	top   : 10px;
	right : 0px; */
	width : 115px;
	margin : 0px 0px 0px 10px;
	padding: 5px 0px;
	color : #343A5B;
	font-size  : 12px;
	font-weight: 400;
	line-height: 20px;
	text-align : center;
	text-decoration: none;
	text-transform : uppercase;
	border: 1px solid #FECC0E;
	border: 1px solid #E7B70E;
}

.downloads .showmore,
.downloads .showless {
	display: block;
	width : 20px;
	margin : 5px auto 0px auto;
	text-align: center;
	white-space: nowrap;
}
.downloads .showless {
	display: none;
}
.srx_prods_pager {
	text-align: center;
	user-select: none;
}
.srx_prods_pager a {
	float : none;
	display: inline-block;
	width : auto;
	padding: 5px 5px;
	font-size: 14px;
	border : 0px;
	cursor : pointer;
}
.srx_prods_pager a.sel {
	font-weight: 600;
	/* color : #FFFFFF;
	background: #343A5B; */
}
.srx_prods_pager a.prev,
.srx_prods_pager a.next {
	width : 5px;
	height: 5px;
	background: url('images/ico-pager.png');
	vertical-align: middle;
}
.srx_prods_pager a.prev {
	background-position: 0px 0px;
}
.srx_prods_pager a.next {
	background-position: -14px 0px;
}
.srx_errs {
	margin: 25px 0px;
	color : red;
	text-align: center;
}



/* body {
	background: url(page-company.jpg);
	background-size: 113.5%;
	background-position: center -13px;
} */
.company_slide {
	margin : 20px 0px 0px 0px;
}
.company_slide:first-child {
	margin : 55px 0px 0px 0px;
}
.company_label {
	position: relative;
	width : 225px;
	padding: 10px 0px 100px 0px;
	border-top: 1px solid #343A5B;
}
.company_wrap {
	position: relative;
	padding: 20px 0px 65px 0px;
	color : #5A5A5A;
	border-top: 1px solid #343A5B;
}
@media (min-width: 1020px) {
	.company_label {
		float : left;
	}
	.company_wrap {
		float : right;
		width : 740px;
	}
}
h1.company_label,
h2.company_label {
	margin : 0px;
	color : #343A5B;
	font-size  : 20px;
	font-weight: 400;
	line-height: 100%;
}
h2.company_label {
	font-size  : 18px;
}
.company_sect1 p {
	margin : 0px 0px 20px 0px;
	font-size : 15px;
}
@media (max-width: 480px) {
	.company_sect1 img {
		display: block;
		margin : 12px 0px;
	}
}
@media (min-width: 768px) {
	.company_sect1 img {
		float : right;
		width : 400px;
		height: auto;
	}
	.company_sect1 p {
		float : left;
		width : 315px;
	}
}

.company_sect2 {
	margin: 15px 0px 0px 0px;
}
.company_sect2 p {
	margin : 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	color : #E7B70E;
	font-size  : 30px;
	line-height: 115%;
	border-top: 1px solid #787c92;
}
@media (max-width: 480px) {
	.company_sect2 img {
		display: block;
		margin : 12px 0px;
	}
	.company_sect2 p {
		width : 225px;
	}
}
@media (min-width: 768px) {
	.company_sect2 img {
		float : left;
		width : 480px;
		height: auto;
		height: 350px;
	}
	.company_sect2 p {
		float : right;
		width : 225px;
	}
}
.company_sect3 {
	margin: 35px 0px 0px 0px;
}
.company_sect3 img {
}
.company_sect3 p {
	margin : 0px 0px 20px 0px;
	font-size : 15px;
}
@media (max-width: 480px) {
	.company_sect3 img {
		display: block;
		margin : 12px 0px;
	}
}
@media (min-width: 768px) {
	.company_sect3 img {
		float : right;
		width : 400px;
		height: auto;
	}
	.company_sect3 p {
		float : left;
		width : 315px;
	}
}

.company_sect4 {
	margin: 10px 0px 0px 0px;
}
.company_sect4 p {
	font-size : 15px;
}
.company_sect4 p:first-of-type {
	width : 240px;
	margin : 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	color : #E7B70E;
	font-size  : 30px;
	line-height: 115%;
	border-top: 1px solid #787c92;
}
.company_sect4 ul {
	margin : 0px 0px 0px 0px;
	padding: 0px;
	font-size : 15px;
	list-style: none;
}
.company_sect4 li {
	position: relative;
	margin : 0px 0px 15px 0px;
	padding: 0px 0px 0px 7px;
}
.company_sect4 li:before {
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 20px;
	height: 20px;
	content: '›';
}
@media (min-width: 768px) {
	.company_sect4 p,
	.company_sect4 ul {
		float : left;
		width : 314px;
		margin : 20px 0px 0px 100px;
	}
	.company_sect4 p:first-of-type {
	}
}

.company_sect5 {
	padding-bottom: 30px;
}
.company_sect5 ul {
	margin : 0px 0px 0px 0px;
	padding: 0px;
	font-size : 15px;
	list-style: none;
}
.company_sect5 li {
	position: relative;
	margin : 0px 0px 15px 0px;
	padding: 0px 0px 0px 7px;
}
.company_sect5 li:before {
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 20px;
	height: 20px;
	content: '›';
}
@media (min-width: 768px) {
	.company_sect5 ul {
		width : 350px;
	}
	.company_sect5 ul:first-of-type {
		float : left;
	}
	.company_sect5 ul:last-of-type {
		float: left;
		margin: 0px 0px 0px 35px;
	}
}

.company_sect6 img {
	display: block;
	margin: 30px 0px 0px 0px;
}
.company_sect6 p,
.company_sect6 ul {
	margin : 0px 0px 10px 0px;
	padding: 0px;
	font-size : 15px;
	list-style: none;
}
.company_sect6 li {
	position: relative;
	margin : 0px 0px 5px 0px;
	padding: 0px 0px 0px 7px;
}
.company_sect6 li:before {
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 20px;
	height: 20px;
	content: '›';
}
@media (max-width: 480px) {
	.company_sect6 img {
		display: block;
		margin : 12px 0px 24px 0px;
	}
}
@media (min-width: 768px) {
	.company_sect6 img {
		float : right;
		width : 310px;
		width : 335px;
		height: auto;
	}
	.company_sect6 p,
	.company_sect6 ul {
		float : left;
		width : 350px;
	}
}



.downloads_title {
	margin : 30px 0px 15px 0px;
	color: #343a5b;
	font-size: 24px;
	font-weight: 300;
}
.downloads_obsolete {
	color : red;
	font-weight: 400;
}
.downloads_srx {
	padding: 20px 0px 0px 0px;
}
.downloads_srx [type=text],
.downloads_srx [type=submit] {
	display: table-cell;
	display: inline-block;
	padding: 0px 15px;
	line-height: 38px;
	border: 1px solid #787c92;
	border-radius: 0px;
	vertical-align: middle;
}
.downloads_srx [type=text] {
	width : 155px;
	font-size: 15px;
}
.downloads_srx [type=submit] {
	margin : 0px 0px 0px -1px;
	color : #787c92;
	font-weight: 400;
	text-transform: uppercase;
	background: #FFFFFF;
	cursor: pointer;
}
.downloads_srx [type=submit]:hover {
	color : #FFFFFF;
	background: #787c92;
}

ul.srx_prods_list {
    margin-top: 20px;
}
/* .srx_content {
	margin : 0px 0px 20px 0px;
	border-top: 0px;
}
.srx_prods a {
	padding: 5px 45px;
} */
.srx_prod_thumb {
	position: relative;
	height: 200px;
	height: 250px;
	margin : 0px 0px 2px 0px;
	background: #F6F6F6;
	overflow: hidden;
}
.srx_prod_thumb img {
	position: absolute;
	top   : 0%;
	top   : 50%;
	left  : 50%;
	transform: translateX(-50%) translateY(-15%);
	transform: translateX(-50%) translateY(-50%) scale(0.65);
}



.newscenter_top {
	margin : 28px 0px 0px 0px;
}
@media (max-width: 480px) {
	.newscenter_posts {
		position: relative;
		padding: 250px 0px 40px 0px;
		border-bottom: 1px #343A5B solid;
	}
}
@media (min-width: 481px) and (max-width: 1019px) {
	.newscenter_posts {
		position: relative;
		padding: 460px 0px 40px 0px;
		border-bottom: 1px #343A5B solid;
	}
}
@media (min-width: 1020px) {
	.newscenter_posts {
		display: inline-block;
		position: relative;
		width : 224px;
		height: 440px;
		border-top   : 1px #343A5B solid;
		border-bottom: 1px #343A5B solid;
		vertical-align: top;
	}
}
.ncslider_info {
	display: none;
}
.ncslider_info p:nth-child(1) {
	margin: 10px 0px 5px 0px;
	color: #e7b70e;
	font-size  : 16px;
	font-weight: 500;
}
.ncslider_info p:nth-child(2) {
	margin: 0px 0px 15px 0px;
	color: #343A5B;
	font-size  : 30px;
	font-weight: 300;
}
.ncslider_info p:nth-child(3) {
	margin: 0px;
	color: #5A5A5A;
	font-size  : 16px;
	font-weight: 400;
	line-height: 22px;
}
.ncslider_dots {
	position: absolute;
	bottom: 10px;
	left  : 10px;
	margin : 0px;
}
@media (max-width: 1019px) {
	.ncslider_dots {
		left  : initial;
		right : 10px;
	}
}
.ncslider_dot {
	display: inline-block;
	width : 10px;
	height: 10px;
	margin : 0px 5px 0px 0px;
	border: 1px solid #343A5B;
	border-radius: 50%;
}
.ncslider_dot.sel {
	background: #343A5B;
}

@media (max-width: 480px) {
	.ncslider {
		position: absolute;
		top   : 0px;
		left  : 0px;
		width : 100%;
		height: 230px;
		overflow: hidden;
	}
}
@media (min-width: 481px) and (max-width: 1019px) {
	.ncslider {
		position: absolute;
		top   : 0px;
		left  : 0px;
		width : 100%;
		height: 440px;
		overflow: hidden;
	}
}
@media (min-width: 1020px) {
	.ncslider {
		display: inline-block;
		position: relative;
		width : 740px;
		height: 440px;
		margin : 0px 0px 0px 30px;
		vertical-align: top;
		overflow: hidden;
	}
}
.ncslider_wrap {
	position: absolute;
	width : 100%;
	height: 440px;
}
.ncslider_item {
	position: absolute;
	top   : 0%;
	left  : 100%;
	width : 100%;
	height: 440px;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}
@media (max-width: 480px) {
	.ncslider_wrap {
		height: 230px;
	}
	.ncslider_item {
		height: 230px;
	}
}
.ncslider_item:first-child {
	left  : 0%;
	z-index: 2;
}



.newscenter_tabs {
	margin : 45px 0px 40px 0px;
	padding: 10px;
	text-align: center;
}
.newscenter_tabs a {
	display: inline-block;
	margin : 0px 10px;
	font-size  : 16px;
	text-transform: uppercase;
}
.newscenter_tabs a.sel {
	color : #343A5B;
	font-weight: 500;
}

.newscenter_list_item {
	display: inline-block;
	vertical-align: top;
	margin : 0px 25px 0px 0px;
	padding: 10px 0px 30px 0px;
	border-top: 1px solid #989cB2;
}
@media (max-width: 1019px) {
	.newscenter_list_item {
		width : calc(50% - 15px);
		margin : 0px 25px 30px 0px;
	}
	.newscenter_list_item:nth-child(even) {
		margin : 0px 0px 30px 0px;
	}
}
@media (min-width: 1020px) {
	.newscenter_list_item {
		width : 228px;
	}
}
.newscenter_list_item:nth-child(4n) {
	margin : 0px;
}
.newscenter_list_item img {
	display: block;
}
.newscenter_list_item p.cat {
	margin : 10px 0px 5px 0px;
	color : #E7B70E;
	font-weight: 600;
}
.newscenter_list_item p.tit {
	margin : 0px;
	color: #343a5b;
	font-size  : 20px;
	font-weight: 400;
}
.newscenter_list_item p.exc {
	color: #5A5A5A;
	font-weight: 300;
	line-height: 130%;
}

.newscenter_list_more {
	display: block;
	width : 150px;
	margin : 10px auto 100px auto;
	padding: 8px 15px;
	color : #343A5B;
	font-size  : 12px;
	font-weight: 500;
	line-height: 20px;
	text-align : center;
	text-decoration: none;
	text-transform : uppercase;
	border: 1px solid #E7B70E;
}



@media (min-width: 1020px) {
	.one_half {
		display: inline-block;
		width : calc(50% - 17px);
		margin : 0px 30px 0px 0px;
		vertical-align: top;
	}
	.one_half_last {
		display: inline-block;
		width : calc(50% - 17px);
		margin : 0px 0px 0px 0px;
		vertical-align: top;
	}
}



.player {
    position: relative;
    margin: 10px 0px 25px 0px;
    padding-bottom: 56.25%;
    padding-top   : 30px;
    overflow: hidden;
}
.player iframe {
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 100%;
	height: 100%;
	border: 0px;
}
a.sc_download {
	display: inline-block;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px;
	color: #343A5B;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #FECC0E;
	border: 1px solid #E7B70E;
}



.faq {
	border-bottom: 1px solid #E9E9E9;
}
.faq .question {
	position: relative;
	color : #343a5b;
	font-size  : 16px;
	font-weight: 500;
	cursor : pointer;
}
.ico_arrow {
	position: absolute;
	width : 20px;
	height: 20px;
}
.faq.closed .answer {
	display: none;
}
.faq.closed .ico_arrow {
	top   : -2px;
	right :  0px;
	background-position: -125px -70px;
}
.faq.opened .answer {
	display: block;
	margin : -10px 0px 0px 0px;
}
.faq.opened .ico_arrow {
	top   : 4px;
	right : 6px;
	background-position: -100px -70px;
}
.answer p {
	font-weight: 400;
}
.answer strong {
	font-weight: 500;
}
.answer > ul {
	margin-top   : 12px;
	margin-bottom: 12px;
	font-weight: 400;
}
.answer > ul ul {
	margin-top   : 3px;
	margin-bottom: 3px;
}
.answer li {
	margin-bottom: 3px;
}
.answer .alignleft {
	float : left;
}
.answer .alignright {
	float : right;
}



.contact_offismap {
	margin : 20px 0px 0px 0px;
}
.contact_offis {
	position: relative;
	width : 225px;
	padding: 20px 0px;
	border-top: 1px solid #787c92;
	border-bottom: 1px solid #787c92;
}
@media (max-width: 1019px) {
	.contact_offis {
		margin-bottom: 20px;
	}
}
@media (min-width: 1020px) {
	.contact_offis {
		float : left;
	}
}
.contact_offis p {
	margin : 0px;
	font-size  : 20px;
}
.contact_offis p:nth-child(1) {
	margin-bottom: 80px;
	color : #343a5b;
	font-weight: 400;
}
.contact_offis p:nth-child(2) {
}
.contact_offis p:nth-child(3) {
	color : #e7b70e;
	font-weight: 400;
}
.contact_map {
	position: relative;
}
@media (max-width: 1019px) {
	.contact_map {
		margin-bottom: 20px;
	}
}
@media (min-width: 1020px) {
	.contact_map {
		float : right;
		width : 740px;
		padding: 10px 0px 30px 0px;
	}
}

.contact_section h2 {
	margin-bottom: 80px;
	color: #343a5b;
	font-weight: 400;
}

.contact_selector {
	padding: 0px;
	color : #5A5A5A;
	border-top: 1px solid #343A5B;
	border-bottom: 1px solid #989cB2;
	vertical-align: top;
	list-style: none;
}
@media (min-width: 1020px) {
	.contact_selector {
		display: inline-block;
		width : 740px;
		margin : 0px 0px 20px 30px;
	}
}
.contact_selector li {
	margin : 0px;
/*	padding: 10px 10px; */
	font-weight: 300;
	font-weight: 500;
	line-height: 30px;
	cursor : pointer;
}
.contact_selector li span {
	display: block;
	padding: 10px 20px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
.contact_selector.uns li:first-child {
	color : #FFFFFF;
	background: #FECA10;
}
.contact_selector li:first-child span {
	background: url('images/ico-combo.png') no-repeat top right;
	background-position-y: 10px;
}
.contact_selector.uns li,
.contact_selector.sel li { /* :first-child */
	display: none;
}
.contact_selector.uns li:first-child {
	display: block;
}
.contact_selector.uns.down li {
	display: block;
}
.contact_selector.uns.down li:first-child {
	display: none;
}
.contact_selector li:hover,
.contact_selector li.xsel {
	color : #FFFFFF;
	background: #FECA10;
}
.contact_selector li.sel {
	display: block;
}

.contact_form,
.contact_fback {
	position: relative;
	margin : 0px;
	padding: 10px 0px 30px 0px;
	border-top: 1px solid #787c92;
}
.contact_sendus>p:first-child {
	position: relative;
	width : 225px;
	margin : 0px;
	padding: 10px 0px 30px 0px;
	color : #343a5b;
	font-size  : 20px;
	font-weight: 400;
	border-top: 1px solid #787c92;
}
.contact_sendto {
	display: block;
	margin : 10px 0px 0px 0px;
	color : #e7b70e;
	font-size  : 15px;
}
@media (min-width: 481px) {
	.contact_form,
	.contact_fback {
		float : right;
		width : 740px;
	}
	.contact_sendus>p:first-child {
		float : left;
	}
}

.contact_form fieldset {
	padding: 10px 0px 0px 0px;
	border: 0px;
}
@media (min-width: 481px) {
	.contact_form fieldset {
		width : calc(50% - 10px);
	}
	.contact_form fieldset:nth-child(1),
	.contact_form fieldset:nth-child(4) {
		float : left;
	}
	.contact_form fieldset:nth-child(2),
	.contact_form fieldset:nth-child(5) {
		float : right;
	}
}
.contact_form input[type=text],
.contact_form textarea {
	font-family: inherit;
	font-size  : inherit;
	padding: 10px 10px;
	background: #F5F5F5;
	border: 0px;
}
.contact_form input[type=text] {
	width : calc(100% - 20px);
	margin : 0px 0px 10px 0px;
}
.contact_form textarea {
	width : calc(100% - 20px);
	height: 195px;
	height: 285px;
	resize: none;
}
.contact_form input[type=submit] {
	display: block;
	width : 175px;
	margin : 10px 0px 0px auto;
	padding: 5px 15px;
	color : #343A5B;
	font-size  : 12px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
	text-transform : uppercase;
	background: #FFFFFF;
	border: 1px solid #E7B70E;
}

.contact_mfields {
	position: relative;
}
.contact_mfields span {
	position: absolute;
	top   : 0px;
	left  : 0px;
}



.home_footer {
	position: relative;
	padding: 20px 0px 20px 0px;
	border-top: 2px solid #787c92;
}
@media (min-width: 1020px) {
	.home_footer {
		padding: 20px 0px 25px 0px;
	}
}
@media (max-width: 1019px) {
	.home_footer_col {
		display: block;
		margin : 0px 0px 20px 0px;
	}
}
@media (min-width: 1020px) {
	.home_footer_col {
		display: inline-block;
		width : 312px;
		vertical-align: top;
	}
	.home_footer_col:nth-child(2) {
		margin : 0px 28px;
	}
}
.home_footer_col p:first-child {
	margin : 0px 0px 30px 0px;
	color : #343A5B;
	font-size  : 18px;
	font-weight: 600;
}
.home_footer_col p:nth-child(2) {
	color : #5e5e5e;
	font-weight: 600;
}



.newsletter {
}
.newsletter [type=text],
.newsletter [type=submit] {
	display: table-cell;
	display: inline-block;
	padding: 0px 15px;
	line-height: 38px;
	border: 1px solid #787c92;
	border-radius: 0px;
	vertical-align: middle;
}
.newsletter [type=text] {
	width : 145px;
	font-size: 15px;
}
.newsletter [type=submit] {
	margin : 0px 0px 0px -1px;
	color : #787c92;
	font-weight: 400;
	text-transform: uppercase;
	background: #FFFFFF;
	cursor: pointer;
}
.newsletter [type=submit]:hover {
	color : #FFFFFF;
	background: #787c92;
}

.dmbg {
	position: fixed;
	top: 0%; left: 0%; width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 98;
	cursor: pointer;
}
.dmfg {
	position: fixed;
	top: 50%; left: 50%;
	min-width: 200px;
	padding: 35px 50px;
	transform: translateX(-50%) translateY(-50%);
	background: #FFFFFF;
	z-index: 99;
}
.dmfg_x {
	position: absolute;
	top: 5px; right: 10px;
	font-size  : 20px;
	cursor: pointer;
}
.dmfg p {
	margin : 0px;
	font-size  : 16px;
	font-weight: 400;
}
.dmfg.ok p {
	color : #343a5b;
}
.dmfg.ko p {
	color : red;
}



footer {
	padding-top: 15px;
	padding-bottom: 45px;
	color : #5e5e5e;
	font-weight: 400;
	border-top : 1px solid #343A5B;
}
@media (max-width: 1019px) {
	footer {
		margin-top : 20px;
	}
	footer .col {
		display: block;
		margin : 0px 0px 5px 0px;
	}
}
@media (min-width: 1020px) {
	footer .col {
		display: inline-block;
		width : 312px;
		margin : 0px;
		vertical-align: top;
	}
	footer .col:nth-child(2) {
		margin : 0px 28px;
	}
}


.ico {
	display: inline-block;
	background-image: url('images/sprites-general.svg');
}
.ico24 {
	width : 24px;
	height: 24px;
	background-size: 128px;
}
.ico48 {
	width : 48px;
	height: 48px;
	background-size: 256px;
}
.icofam {
	width : 100px;
	height: 18px;
}
.ico48.ico_gp {
	background-position: 0px 0px;
}
.ico24.ico_gp {
	background-position: 0px 0px;
}
.ico48.ico_tt {
	background-position: -48px 0px;
}
.ico24.ico_tt {
	background-position: -24px 0px;
}
.ico48.ico_fb {
	background-position: -96px 0px;
}
.ico24.ico_fb {
	background-position: -48px 0px;
}
.ico_li {
	background-position: -144px 0px;
}
.fam_a {
	background-position: 0px -96px;
}
.fam_l {
	background-position: 0px -116px;
}
.fam_h {
	background-position: 0px -136px;
}
.ico_prev,
.ico_next {
	width : 16px;
	height: 32px;
	vertical-align: middle;
	background-size: 192px;
}
.ico_prev {
	float: left;
	background-position: 0px -36px;
}
.ico_next {
	float: right;
	background-position: -18px -36px;
}



.breadcrumb {
	margin : 52px 0px 28px 0px;
	color : #343a5b;
	font-size  : 24px;
	font-weight: 300;
}
.breadcrumb strong {
	font-weight: 500;
}



#newsitem {
	padding: 0px 0px 100px 0px;
}
.newsitem_top {
	position: relative;
	margin : 28px 0px 20px 0px;
}
@media (min-width: 1020px) {
	.newsitem_top img {
		display: inline-block;
		width : 740px;
		margin : 0px 0px 0px 30px;
		vertical-align: top;
	}
}
@media (max-width: 1019px) {
	.newsitem_nc {
		display: none;
	}
	.newsitem_cats {
		display: none;
	}
}
@media (min-width: 1020px) {
	.newsitem_nc {
		display: inline-block;
		width : 220px;
		margin : 0px;
		padding: 10px 0px 0px 0px;
		color : #e7b70e;
		font-size  : 24px;
		font-weight: 500;
		border-top: 1px solid #343A5B;
		vertical-align: top;
	}
	.newsitem_cats {
		position: absolute;
		bottom: 0px;
		left  : 0px;
		width : 225px;
		padding: 0px 0px 10px 0px;
		border-bottom: 1px solid #343A5B;
	}
	.newsitem_cats a {
		display: block;
		margin : 5px 0px 0px 0px;
		color : #5a5a5a;
		font-size  : 14px;
		font-weight: 400;
	}
	.newsitem_cats a.sel {
		color : #e7b70e;
		font-weight: 500;
	}
}

@media (min-width: 1020px) {
	.newsitem_cont {
		display: block;
		width : 740px;
		margin : 52px 0px 0px 255px;
	}
}
.newsitem_cont .datecat {
	margin : 0px 0px 10px 0px;
	color : #5a5a5a;
	font-size  : 14px;
	font-weight: 400;
}
.newsitem_cont .datecat a {
	color : #e7b70e;
	font-weight: 500;
}
.newsitem_cont h1 {
	margin : 0px 0px 10px 0px;
	color : #343A5B;
	font-size  : 30px;
	font-weight: 300;
}
.newsitem_cont > p,
.newsitem_cont > ul,
.newsitem_cont > ol,
.one_half > p,
.one_half > ul,
.one_half > ol,
.one_half_last > p,
.one_half_last > ul,
.one_half_last > ol {
	color : #5A5A5A;
	font-size  : 16px;
	font-weight: 400;
	line-height: 22px;
}
.newsitem_cont>ul li,
.newsitem_cont>ol li {
	margin-top   : 6px;
	margin-bottom: 6px;
}
.newsitem_cont .alignright {
	float : right;
	margin : 0px 0px 10px 10px;
}
.newsitem_cont .alignleft {
	float : left;
	margin : 0px 10px 10px 0px;
}
.newsitem_cont .wp-caption-text {
	margin : 0px 0px 0px 10px;
}

.newsitem_ln>p {
	display: inline-block;
	width : 225px;
	margin : 0px;
	padding: 10px 0px 0px 0px;
	color : #343a5b;
	font-size  : 26px;
	font-weight: 400;
	border-top: 1px solid #343A5B;
	vertical-align: top;
}
@media (max-width: 1019px) {
	.newsitem_ln>p {
		margin : 0px 0px 40px 0px;
	}
}
@media (min-width: 1020px) {
	.newsitem_cols {
		display: inline-block;
		width : 740px;
		margin : 0px 0px 0px 30px;
		vertical-align: top;
	}
}
.newsitem_col {
	display: inline-block;
	margin : 0px 25px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #343A5B;
	vertical-align: top;
}
@media (max-width: 1019px) {
	.newsitem_col {
		width : calc(33% - 16px);
		margin : 0px 25px 30px 0px;
	}
}
@media (min-width: 1020px) {
	.newsitem_col {
		display: inline-block;
		width : 230px;
	}
}
.newsitem_col:last-child {
	margin : 0px 0px 0px 0px;
}
.newsitem_col img {
	display: block;
}
.newsitem_col p.cat {
	margin : 10px 0px 5px 0px;
	color : #E7B70E;
	font-weight: 500;
}
.newsitem_col p.tit {
	margin : 0px;
	color: #343a5b;
	font-size  : 20px;
	font-weight: 400;
}

.sharenextprev {
	margin : 50px 0px 50px 0px;
}
.share_icons {
	color : #343A5B;
	font-size  : 14px;
	font-weight: 500;
	vertical-align: middle;
}
.share_icons .ico {
	margin-left : 10px;
	vertical-align: middle;
}
.nextprev {
	float : right;
	width : 230px;
	line-height: 32px;
	text-align: center;
}
.nextprev .prev,
.nextprev .next {
	display: block;
	width : 105px;
	color : #343a5b;
	font-size  : 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.nextprev .prev {
	float : left;
	text-align: right;
}
.nextprev .next {
	float : right;
	text-align: left;
}



#pagegen,
#pripol {
	position: relative;
	margin-top: 28px;
}



#training .general_content strong {
	color : #343a5b;
	font-weight: 500;
}
#training .general_content {
	min-height: calc(100vh - 400px);
}
#training .general_content>p {
	color: #5A5A5A;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
#training .general_content a {
	color: #343a5b;
	font-weight: 500;
}
#pripol .general_content {
	line-height: 135%;
}



@media (min-width: 1020px) {
	.mainmenu li {
		margin : 0px 0px;
		padding: 0px 10px;
	}
	.mainmenu>li:hover {
		margin : 0px -10px;
		padding: 0px 20px;
	}
	.submenu:before {
		position: absolute;
		top   : -30px;
		left  : 0%;
		width : 100%;
		height: 30px;
		content: '';
	}
}



.myws4_form {
	margin : 12px 0px;
}
.myws4_form [type=number],
.myws4_form [type=submit] {
	display: inline-block;
	height: 26px;
	padding: 3px 5px;
	box-sizing: border-box;
	line-height: 16px;
}
.myws4_form [type=number] {
	margin-right: -1px;
	border : 1px solid lightgray;
}
.myws4_form [type=submit] {

}





