html{
	font-size:16px;
}
body{
	font-family: 'open_sans', sans-serif;
	color:#4b4b4b;
	background:#f2f2f2;
	min-width:360px;
}
*,*:before,*:after{
	box-sizing:border-box;
}
p{
	font-size:1rem;
}
.p__anchor{
	position:relative;
}
.anchor,
.p__anchor a{
	display:inline-block;
	position:relative;
	height:0;
	margin:0;
	padding:0;
	margin-top:-90px;
	padding-top:90px;
}
p.perex{
	font-size:18px;
	font-family: 'open_sans-semibold', sans-serif;
	line-height:115%;
}
strong,
b,
th{
	font-weight:normal;
	font-family: 'open_sans-bold', sans-serif;
}

header, section, nav, article, footer {
	display: block;
}
.body-box{
	float:left;
	width:100%;
	position:relative;
	background:#fff;
}
img{
	max-width:100%;
	height:auto;
}
/* Content */
.wrapper{
	/*max-width:1140px;*/
	max-width:71.25rem;
	width:100%;
	margin:0 auto;
	position:relative;
}
.content-block{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:40px;
}
.item-page,
.content,
.cont{
	float:left;
	width:100%;
}
.item-page,
.sitemap,
.blog{
	padding-bottom:50px;
}
.clr { 
	clear: both; 
	padding: 0px; 
	margin: 0px;
	height: 0px; 
	visibility: hidden; 
	font-size: 0px; 
}
header, section, footer{
	width:100%;
	float:left;
	padding-left:40px;
	padding-right:40px;
	box-sizing:border-box;
}

.body-box.view--featured .layout{
	margin-top:0;
	margin-bottom:0;
}
.layout{
	display:table;
	width:100%;
}
.layout__col{
	display:table-cell;
	vertical-align:top;
}
.layout__col.layout__col--left{
	padding-right:25px;
	padding-left:25px;
	background:#e9eaf0;
	width: 28%;
	border-right:4px solid #fff;
	max-width:50%;
}
.layout__col.layout__col--right{
	padding-left:25px;
	padding-right:25px;
	background:#e9eaf0;
	width: 33.3333%;
	border-left:2px solid #fff;
	max-width:50%;
}
.layout__col.layout__col--space{
	width:45px;
}

header,
section,
.module--custom,
.cont{
	padding-left:40px;
	padding-right:40px;
}
.module--custom section,
section section,
.cont .module--custom{
	padding-left:0;
	padding-right:0;
}
h1,h2,h3,.h1,.h2{
	margin:15px 0 15px 0;
	font-family: 'open_sans', sans-serif;
	
}
h1,.h1{
	font-size:2rem;
	margin:35px 0 20px 0;
	text-transform:uppercase;
}
h2,.h2{
	font-size:1.875rem;
	margin:25px 0 20px 0;
}
h3{
	font-size:1.625rem;
	margin:25px 0 20px 0;
}
.page-header h1{
	margin-top:1.5rem;
}
p{
	margin:1rem 0;
}
a{
	cursor:pointer;
	color:#2c3467;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.a--arrow,
.readon,
.readmore .btn{
	position:relative;
	padding-right:20px;
	white-space:nowrap;
	line-height:100%;
	display:inline-block;
	height:auto;
}
.a--arrow:after,
.readon:after,
.readmore .btn:after{
	position:absolute;
	content:'\f101';
	font-family:'FontAwesome';
	right:5px;
	transition:right 100ms ease-in-out;
}
.a--arrow:hover:after,
.readon:hover:after,
.readmore .btn:hover:after{
	right:0;
}
.readmore{
	text-align:right;
}
.readmore .btn{
	display:inline-block;
	height:auto;
	background:none;
	color:#2c3467;
	padding:0;
	padding-right:20px;
	font-family:'open-sans', sans-serif;
}
.readmore .btn:hover{
	background:none;
	color:#2c3467;
	text-decoration:underline;
}
/*.arrow{
	display:inline-block;
	width:35px;
	height:40px;
	position:relative;
}
.arrow span{
	display:inline-block;
	margin-top:0;
	float:left;
	width:35px;
	height:35px;
	position:relative;
	transition:margin 200ms ease-in-out;
}
.arrow span:before{
	position:absolute;
	content:'';
	display:inline-block;
	width:25px;
	height:25px;
	position:absolute;
	left:4px;
	top:0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:transparent;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow:hover span{
	margin-top:5px;
}*/
.btn,
input[type=button]:not(.no-btn),
button:not(.no-btn){
	display:inline-block;
	border:none;
	padding:0 50px;
	white-space:nowrap;
	line-height:50px;
	background:#2c3467;
	color:#fff;
	font-size:1rem;
	vertical-align:middle;
	font-family: 'open_sans-bold', sans-serif;
	outline:none;
	transition:background 200ms ease-in-out, color 100ms ease-in-out;
}
button,
input[type=button]{
	font-family: 'open_sans', sans-serif;
}
.btn:hover,
input[type=button]:not(.no-btn):hover,
button:not(.no-btn):hover{
	background:#595959;
	/*color:#2c3467;*/
	text-decoration:none;
}
.text--left{
	text-align:left;
}
.text--right{
	text-align:right;
}
.text--center{
	text-align:center;
}
.text--block{
	text-align:justify;
}


.tooltip{
	display:none !important;
}
/*
####################################################
####################################################
moduly, styly
####################################################
####################################################
*/
.modclear{
	display:inline;
}
table{
	border-color:#aaa;
	margin:40px 0;
}
table th,
table td{
	text-align:left;
	vertical-align:top;
	padding:12px 15px;
	border-style:solid;
	border-width:1px;
	border-color:inherit;
	border-left:none;
	border-right:none;
}

.page ul,
.page ol{
	text-align:left;
	margin:20px 0;
}
.page ul li,
.page ol li{
	margin-top:10px;
	margin-bottom:10px;
}

.page ul{
	list-style:none;
}
.page ul li{
	position:relative;
}
.page ul li:before{
	position:absolute;
	content:'';
	width:10px;
	height:10px;
	left:-20px;
	top:0.45em;
	background:#2c3467;
	-webkit-border-radius:2px;
	border-radius:2px;
}

/*table tr th:last-child,
table tr td:last-child{
	padding-left:10px;
}*/
.moduletable,
.module--custom{
	float:left;
	width:100%;
}
.module-style{
	float:left;
	width:100%;
}

.bg--white{
	background:#fff;
}
.bg--gray-light{
	background:#f2f2f2;
}

.bg--blue-light{
	background:#e9eaf0;
}
.bg--yellow{
	background:#fcc847;
}




.font--white{
	color:#fff;
}
.font--black{
	color:#000;
}


.menu-trigger{
	display:none;
}
#mobile-nav{
	display:none;
}


.fonts__js--enabled{
	display:none;
}
.fonts__js--disabled{
	
}
form.fonts__js--disabled{
	display:inline-block;
}
form.fonts__js--disabled button,
.no-btn{
	border:none;
	background:none;
	display:inline-block;
	color:#2c3467;
	padding:0;
	text-transform:none;
}
form.fonts__js--disabled button:hover,
.no-btn:hover{
	color:#2c3467;
	text-decoration:underline;
}
.font-trigger{
	display:inline-block;
	font-size:16px;
	color:#2c3467;
	margin-left:15px;
}


/*
####################################################
####################################################
/moduly
####################################################
####################################################
*/

.hmenu{
	list-style:none;
	text-align:right;
	padding:0;
}
.hmenu li{
	display:inline-block;
}
.hmenu li a{
	text-decoration:none;
	font-size:1.125rem;
	color:#2c3467;
	margin-left:30px;
	display:inline-block;
}
.hmenu li a:hover,
.hmenu li.active a{
	text-decoration:underline;
}
.view--featured .hmenu li a{
	display:none;
}
.view--featured .hmenu li a.menu-item--hp{
	display:inline-block;
}

.vmenu{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1rem;
}
.vmenu a{
	text-decoration:none;
	display:block;
	position:relative;
}
.vmenu li{
	margin:5px 0;
	position:relative;
}
.vmenu > li{
	margin:10px 0;
	position:relative;
}
.vmenu li a:after{
	position:absolute;
	content:'';
	height:100%;
	width:0;
	background:#fcc847;
	top:0;
	right:-25px;
	transition:width 100ms ease-in-out;
}
.vmenu li a:hover:after,
.vmenu li.current > a:after,
.vmenu li a.mod-articles-category-title.active:after{
	width:4px;
}
.vmenu ul.nav-child{
	list-style:none;
	font-size:1rem;
}

/*.vmenu > li.parent:after{
	position:absolute;
	content:'\f141';
	font-family:'FontAwesome';
	font-size:24px;
	color:#dedede;
	top:0;
	right:0;
}*/
.vmenu > li > ul.nav-child{
	display:block;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:20px;
}
.vmenu > li > ul.nav-child > li{
	position:relative;
}
.vmenu > li > ul.nav-child > li:before{
	position:absolute;
	content:'\f0c8';
	font-family:'FontAwesome';
	font-size:10px;
	color:#fcc847;
	top:5px;
	left:-15px;
}
/*.vmenu > li > ul.nav-child{
	display:inline-block;
	width:220px;
	background:#555;
	margin:0;
	position:absolute;
	top:0;
	left:100%;
	visibility:hidden;
	opacity:0;
	margin-left:0;
	z-index:10;
	padding:10px 20px;
	transition-duration: 200ms;
	transition-delay: 100ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-left, visibility;
}
.vmenu > li > ul.nav-child a{
	color:#fff;
}
.vmenu > li:hover > ul.nav-child{
	visibility:visible;
	opacity:1;
	margin-left:-20px;
	transition-delay: 0ms;
}
.vmenu > li > ul.nav-child ul.nav-child{
	padding-left:15px;
	margin:10px 0;
}*/


.dmenu{
	float:left;
	width:100%;
}
.dmenu .dmenu__item{
	float:left;
	margin-bottom:6px;
	vertical-align:top;
	text-align:center;
	background:#e9eaf0;
	position:relative;
}
.dmenu .dmenu__item .dmenu__item__cont{
	position:relative;
	z-index:20;
	padding:15px 20px 60px 20px;
	min-height:16.25rem;
}
.dmenu .dmenu__item .dmenu__item__cont.dmenu__item__more--trigger{
	cursor:pointer;
}
.dmenu .dmenu__item.dmenu__item--orange{
	background:#fcc847;
}
.dmenu .dmenu__item img{
	
}
.dmenu .dmenu__item p{
	margin:0;
}
.dmenu .dmenu__item .dmenu__item__title{
	font-size:1.5rem;
	position:relative;
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.dmenu .dmenu__item .dmenu__item__title:after{
	position:absolute;
	content:'';
	width:180px;
	height:1px;
	background:#c9c9cb;
	max-width:100%;
	left:50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:0;
}
.dmenu .dmenu__item.dmenu__item--orange .dmenu__item__title:after{
	background:#fee4a3;
}
.dmenu .dmenu__item .dmenu__item__more{
	position:absolute;
	bottom:30px;
	text-decoration:underline;
	left:50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


.dmenu .dmenu__item .dmenu__item__menu{
	position:absolute;
	top:0;
	left:0;
	right:0;
	min-height:100%;
	padding:2rem 20px 20px 2rem;
	background:rgba(44,52,103,0.95);
	text-align:left;
	display:none;
	z-index:25;
}
.dmenu .dmenu__item.active .dmenu__item__menu{
	z-index:35;
}
.dmenu .dmenu__item .dmenu__item__menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dmenu .dmenu__item .dmenu__item__menu ul li{
	margin:8px 0;
	line-height:100%;
	visibility:visible;
	opacity:0;
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	transition:all 100ms ease-in-out;
}
.dmenu .dmenu__item.active .dmenu__item__menu ul li{
	opacity:1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 100ms ease-in-out;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:first-child a{
	font-size:1rem;
	font-family:'open_sans-bold', sans-serif;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(1){
	transition-delay:100ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(2){
	transition-delay:150ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(3){
	transition-delay:200ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(4){
	transition-delay:250ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(5){
	transition-delay:300ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(6){
	transition-delay:350ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(7){
	transition-delay:400ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul li:nth-child(8){
	transition-delay:450ms;
}
.dmenu .dmenu__item .dmenu__item__menu ul a{
	color:#fff;
	font-size:0.875rem;
}
.dmenu .dmenu__item .dmenu__item__trigger{
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:13px;
	display:inline-block;
	z-index:30;
	border-top:1px solid #8a8fab;
	border-bottom:1px solid #8a8fab;
	transition:border 100ms ease-in-out;
}
.dmenu .dmenu__item .dmenu__item__trigger.active{
	border-color:rgba(0,0,0,0);
	z-index:40;
}
.dmenu .dmenu__item .dmenu__item__trigger:before,
.dmenu .dmenu__item .dmenu__item__trigger:after{
	position:absolute;
	content:'';
	width:100%;
	top:50%;
	left:0;
	height:1px;
	margin-top:-1px;
	background:#8a8fab;
	transition:transform 100ms ease-in-out;
}
.dmenu .dmenu__item .dmenu__item__trigger.active:before,
.dmenu .dmenu__item .dmenu__item__trigger.active:after{
	background:#fff;
}
.dmenu .dmenu__item .dmenu__item__trigger.active:before{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.dmenu .dmenu__item .dmenu__item__trigger.active:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*
##############################################################################
##############################################################################
header
##############################################################################
##############################################################################
*/
header{
	float:left;
	width:100%;
	border-bottom:1px solid #d3d3d3;
	position:relative;
	padding-top:12px;
	padding-bottom:5px;
}
header:before,
header:after{
	position:absolute;
	content:'';
	width:48%;
	width:calc(50% - 50px);
	height:7px;
	top:0;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
header:before{
	left:0;
	background-color:#2c3467;
	background-image:url('../images/graphic/header_line_left.png');
	background-position:right top;
}
header:after{
	right:0;
	background-color:#fcc847;
	background-image:url('../images/graphic/header_line_right.png');
	background-position:left top;
}
header .style-form{
	display:inline-block;
	margin-left:15px;
	
}
header .tab{
	width:100%;
	height:60px;
	table-layout:fixed;
	position:relative;
	z-index:100;
	transition:height 200ms ease-in-out;
}
header .tab .tab__c{
	vertical-align:middle;
}
header .tab .header__logo{
	text-align:left;
	width:190px;
}
header .tab .header__menu{
	text-align:center;
}
header .tab .header__mutace{
	text-align:right;
	width:60px;
}

header ul.nav{
	margin:0;
	list-style:none;
	font-size:18px;
	text-align:center;
	padding-left:0;
}
header ul.nav li{
	display:inline-block;
	margin:0;
	position:relative;
}
header ul.nav > li > a{
	display:inline-block;
	height:60px;
	line-height:60px;
	color:#fff;
	margin:0 15px;
	text-decoration:none;
}
header.header--white ul.nav > li > a{
	color:#2c3467;
}
header ul.nav > li > a:after{
	position:absolute;
	content:'';
	width:100%;
	height:0;
	background:#fff;
	left:0;
	top:0;
	transition:height 100ms ease-in-out;
}
header ul.nav > li > a:hover:after,
header ul.nav > li.active > a:after{
	height:4px;
}
header ul.nav li a:hover,
header ul.nav li.active a{
	color:#fff;
}
header.header--white ul.nav li a:hover,
header.header--white ul.nav li.active a{
	color:#2c3467;
}
header ul.nav-child{
	margin:0;
	position:absolute;
	background:#555;
	top:100%;
	left:15px;
	text-align:left;
	padding:0;
	width:200px;
	display:inline-block;
	opacity: 0;
	visibility:hidden;
    margin-top: 10px;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
}
header ul.nav-child li{
	display:block;
	margin:5px 0;
}
header ul.nav-child li a{
	display:block;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
	font-size:16px;
}
header ul.nav > li.parent:hover > ul.nav-child{
	visibility:visible;
	opacity: 1;
    margin-top: 0;
}


.mod-languages{
	display:inline;
}
div.mod-languages ul.lang-inline{
	margin:0;
	list-style:none;
	font-size:1rem;
	display:inline;
}
div.mod-languages ul.lang-inline li{
	display:inline-block;
	margin:0;
	position:relative;
}
div.mod-languages ul.lang-inline li a{
	margin:0;
	position:relative;
	line-height:110%;
	white-space:nowrap;
}
div.mod-languages ul.lang-inline li a:hover{
	text-decoration:underline;
}




.category.table{
	width:100%;
	border:none;
}
.category.table td{
	border-top:1px solid #ccc;
	padding:15px 40px 15px 20px;
}
.category.table tr:first-child td{
	border-top:none;
}
.category.table td.list-date{
	color:#ccc;
	text-align:right;
	padding-right:0;
	font-size:14px;
}
.pagination{
	
}
.pagination ul{
	list-style:none;
	padding:0;
}
.pagination ul li{
	display:inline-block;
	padding:5px;
}
.pagination ul li:before{
	display:none;
}
.category-list .form-inline select{
	padding:0 10px 0 5px;
	height:30px;
	width:70px;
	margin-left:10px;
}



#lightbox-wrap,
#lightbox-wrap *{
	box-sizing:content-box;
}

.formContainer{
	float:left;
	width:100%;
	margin-bottom:35px;
}
.rsform-block{
	float:left;
	width:100%;
	margin:5px 0;
}
.rsform-block .formControlLabel{
	float:left;
	width:280px;
	padding-top:15px;
}
.rsform-block .formControls{
	float:left;
	width:calc(100% - 280px);
}
.rsform-block .formControls .formBody{
	width:100%;
}
.rsform-block .formDescription{
	margin:5px 0;
}
.rsform-block.rsform-block-souhlas-text{
	font-family:'open_sans-italic', sans-serif;
}
.rsform-block .formControls .formBody input[type=checkbox]{
	display:inline-block;
	width:1rem;
	height:1rem;
	overflow:hidden;
	vertical-align:middle;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:50% 50%;
	border:2px solid #4b4b4b;
	outline:none;
	cursor:pointer;
	margin-top:-1px;
	margin-right:10px;
}
.rsform-block .formControls .formBody input[type=checkbox]:checked{
	background-image:url('../images/icons/check.png');
	background-size:1rem;
}
/*.rsform-block .formControls .formBody input[type=checkbox]{
	display:inline-block;
	width:0;
	height:0;
	margin:0;
	visibility:hidden;
	opacity:0;
}
.rsform-block .formControls .formBody input[type=checkbox] + label{
	position:relative;
	padding-left:30px;
	cursor:pointer;
}
.rsform-block .formControls .formBody input[type=checkbox] + label:before{
	position:absolute;
	content:'';
	width:1rem;
	height:1rem;
	border:2px solid #4b4b4b;
	top:50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
}
.rsform-block .formControls .formBody input[type=checkbox] + label:after{
	position:absolute;
	content:'\f00c';
	font-family:'FontAwesome';
	visibility:hidden;
	opacity:0;
	font-size:1rem;
	width:1rem;
	height:1rem;
	top:50%;
	left:0;
	text-align:center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rsform-block .formControls .formBody input[type=checkbox]:checked + label:after{
	visibility:visible;
	opacity:1;
}*/
.formRed{
	color:#cc3825;
	font-weight:normal;
	font-family:'open_sans-bold', sans-serif;
}
.page span.formError{
	color:#cc3825;
	white-space:nowrap;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea{
	font-size:1rem;
	outline:none !important;
	border-style:solid;
	border-width:1px;
	border-color:#dedede;
}
input[type=text],
input[type=email],
input[type=password],
select{
	width:100%;
	max-width:280px;
	height:50px;
	padding:0 10px;
}
input[type=text].rsform-error,
input[type=email].rsform-error,
input[type=password].rsform-error
select.rsform-error,
textarea.rsform-error{
	border-color:#cc3825;
}
textarea{
	width:100%;
	max-width:400px;
	padding:10px;
	vertical-align:bottom;
}
.rsform-block-prilohy button{
	display:none;
}

.footer__social{
	list-style:none;
	margin:1rem 0;
	padding:0;
}
.footer__social li{
	display:inline-block;
	margin:0 6px 6px 0;
}
.footer__social li a{
	display:inline-block;
	width:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	background:#2c3467;
	font-size:26px;
	transition:background 200ms ease-in-out;
}
.footer__social li a:hover{
	background:#595959;
}

.nwl .tab__c{
	vertical-align:middle;
	margin-bottom:0;
	padding-right:25px;
	position:relative;
}
.nwl .tab__c:last-child{
	padding-right:0;
}
.nwl input[type=text]{
	width:100%;
	max-width:none;
}
.nwl p{
	margin:0;
	font-family: 'open_sans-bold', sans-serif;
	color:#000;
}
.nwl .formError{
	position:absolute;
	top:5px;
	right:30px;
	font-size:0.75rem;
	font-weight:normal;
	color:#cc3825;
}

.category-module{
	list-style:none;
	padding:0;
	margin:0;
}
.category-module li{
	display:inline-block;
	width:49%;
	padding-right:20px;
	vertical-align:top;
}
.category-module li:nth-child(2){
	padding-right:0;
	padding-left:20px;
}
.layout__col .category-module li{
	border-top:1px solid rgba(255,255,255,0.5);
	padding-top:0.5rem;
	padding-right:0;
	padding-left:0;
	width:100%;
	margin:0.25rem 0;
}
.layout__col .category-module li:first-child{
	border-top:none;
	padding-top:0;
}
.mod-articles-category-title{
	font-size:1.375rem;
}
.mod-articles-category-readmore .mod-articles-category-title{
	font-size:1rem;
	position:relative;
	padding-right:20px;
}
.vmenu .mod-articles-category-title{
	font-size:1rem;
}
.mod-articles-category-readmore .mod-articles-category-title:after{
	position:absolute;
	content:'\f101';
	font-family:'FontAwesome';
	font-size:1rem;
	right:5px;
	top:0.21875rem;
	transition:right 100ms ease-in-out;
}
.mod-articles-category-readmore .mod-articles-category-title:hover:after{
	right:0;
}
dl.article-info{
	padding:0;
	margin-top:0;
	color:#585858;
}
dd.published{
	margin-left:0;
}
.blog-featured{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.blog-featured .item > p:first-of-type{
	margin-top:0;
}
.blog-featured .item-title{
	margin-bottom:10px;
}
.blog-featured .item-image{
	margin:0 20px 20px 0;
	width:265px;
	max-width:50%;
}
.blog-featured .item-image a{
	display:inline;
}
.blog-featured .item-image img{
	width:100%;
	height:auto;
}
.blog-featured .items-row{
  	float:left;
  	width:100%;
	border-bottom:1px solid #dae5f1;
}
.page ul.dropdown-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.page ul.dropdown-menu li{
	margin:0;
}
.icons .dropdown-toggle{
	display:none;
}
.dropdown-menu li:before{
	display:none;
}
.dropdown-menu .print-icon,
.dropdown-menu .email-icon{
	display:inline-block;
}
.dropdown-menu .print-icon a,
.dropdown-menu .email-icon a{
	font-size:0;
	display:inline-block;
	width:1.875rem;
	height:1.875rem;
	position:relative;
	vertical-align:top;
}
.dropdown-menu .print-icon a:before,
.dropdown-menu .email-icon a:before{
	position:absolute;
	content:'\f02f';
	width:1.875rem;
	height:1.875rem;
	line-height:1.875rem;
	font-family:'FontAwesome';
	font-size:1.375rem;
	text-align:center;
	left:0;
	top:0;
}
.dropdown-menu .email-icon a:before{
	content:'\f003';
}
.dropdown-menu .edit-icon,
.list-edit{
	display:none;
}

.blog .dropdown-menu{
	display:none;
}
.blog{
	float:left;
	width:100%;
}
.blog .items-row{
	float:left;
	width:100%;
}
.blog .items-row .item{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:25px;
	margin-bottom:10px;
	border-bottom:1px solid #dadada;
}
.blog .items-row:last-child .item{
	border-bottom:none;
}
.blog .items-row .item .page-header > *{
	margin-top:0;
}
.blog .items-row .item .item-image{
	float:left;
	margin:0 20px 20px 0;
	max-width:265px;
}
.view--category .article-only{
	display:none;
}
.view--category .rssocial-sharing {
	display:none;
}


.blog.faq .item{
	border:1px solid #dadada;
	padding:0;
	margin:0 0 10px 0;
}
.blog.faq .items-row:last-child .item{
	border-bottom:1px solid #dadada;
}
.blog.faq .item .page-header{
	float:left;
	width:100%;
    cursor: pointer;
    position: relative;
    background: #e9eaf0;
	padding:12px 35px 12px 15px;
}
.blog.faq .item .page-header h2{
	margin:0;
	font-size: 1.25rem;
}
.blog.faq .item .page-content{
	float:left;
	width:100%;
	padding:12px 15px;
	display:none;
}
.blog.faq .item.opened .page-content{
	display:block;
}

.blog.gallery .wk-gallery > a{
	display:none;
}
.blog.gallery .wk-gallery > a:nth-child(1),
.blog.gallery .wk-gallery > a:nth-child(2){
	display:inline-block;
}

#map{
	width:100%;
	height:400px;
}

#map_markers{
	width:100%;
	display:block;
}
#map_markers tbody,
#map_markers tr,
#map_markers td{
	display:block;
	border:none;
}
#map_markers tr{
	margin-bottom:10px;
	border:1px solid #dadada;
}
#map_markers tr:first-child{
	display:none;
}
#map_markers tr td:nth-child(1),
#map_markers tr td:nth-child(3){
	display:none;
}
#map_markers tr td:nth-child(2){
	font-size:1.25rem;
	cursor:pointer;
	position:relative;
	background:#e9eaf0;
}
#map_markers tr td:nth-child(2):hover{
	text-decoration:underline;
}
#map_markers tr td:nth-child(2):after,
.blog.faq .item .page-header:after{
	position:absolute;
	content:'\f103';
	font-family:'FontAwesome';
	font-size:1.5rem;
	right:20px;
	top:1rem;
}
#map_markers tr.active td:nth-child(2){
	background:#fcc847;
}
#map_markers tr.opened td:nth-child(2):after,
.blog.faq .item.opened .page-header:after{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#map_markers tr td:nth-child(4){
	display:none;
}
#map_markers tr.opened td:nth-child(4){
	display:block;
}
.gm-style-iw p,
.gm-style-iw h1,
.gm-style-iw h2,
.gm-style-iw h3,
.gm-style-iw h4{
	margin:0.5rem 0;
}
.chzn-container{
	font-size:1rem;
	font-family:'open_sans', sans-serif;
}
.chzn-container-active .chzn-single,
.chzn-container-active.chzn-with-drop .chzn-single,
.chzn-container.chzn-with-drop .chzn-drop{
	border:1px solid #dadada;
	-webkit-border-radius:0;
	border-radius:0;
	background:#fff;
	outline:none;
	box-shadow:none;
}
.chzn-container-single .chzn-single{
	border:1px solid #dadada;
	-webkit-border-radius:0;
	border-radius:0;
	background:#fff;
	outline:none;
	box-shadow:none;
	height:30px;
	line-height:28px;
}
.chzn-container .chzn-results li.highlighted{
	background:#fcc847;
	color:#000;
}
.chzn-container-single .chzn-single div b{
	background-position:0px 4px;
}
.form-limit .chzn-container{
	width:70px !important;
}
#search-form{
	margin-bottom:35px;
}
#search-results{
	border-top:1px solid #dadada;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:35px;
}
.page span{
	font-weight: normal !important;
    color: inherit !important;
	/*font-family:'open_sans-bold', sans-serif;*/
}
#search-results span.highlight{
	background:#fcc847;
}
.search-results li{
	border-bottom:1px solid #dadada;
	padding-bottom:10px;
	margin-bottom:10px;
}
.search-results li h4{
	margin-top:0;
	font-family:'open_sans-bold', sans-serif;
}
.search-results li:last-child{
	border:none;
}


.rssocial-container.rssocial-center{
	float:left;
	width:100%;
	margin:0;
}

.rssocial-container .rssocial-sharing {
	margin:0;
	padding:0;
}
.rssocial-container .rssocial-sharing li{
	margin:0 10px 0 0;
    vertical-align:middle;
    height:25px;
}
.rssocial-container .rssocial-sharing li:before{
	display:none;
}

.rssocial-container .rssocial-sharing li > *{
	vertical-align:middle !important;
}
.rssocial-container .rssocial-sharing-googleplus-medium-left{
	width:35px;
}


@media screen and (min-width:1140px){
	header .tab .tab__c:nth-child(1){
		width:50%;
		text-align:left;
	}
	header .tab .tab__c:nth-child(1) a:nth-child(2){
		float:right;
	}
	header .tab .tab__c:nth-child(2){	
		width:326px;
		padding-left:120px;
		padding-right:12px;
		text-align:center;
	}
	header .tab .tab__c:nth-child(3){	
		width:50%;
		text-align:right;
	}
	.blog.gallery .wk-gallery > a:nth-child(3){
		display:inline-block;
	}
}
@media screen and (min-width:980px){
	.dmenu .dmenu__item{
		width:32%;
		width:calc(33.333% - 4px);
		margin-left:6px;
	}
	.dmenu .dmenu__item:nth-child(3n + 1){
		margin-left:0;
		clear:left;
	}
}
@media screen and (min-width:600px) and (max-width:979px){
	.dmenu .dmenu__item{
		width:49%;
		width:calc(50% - 3px);
		margin-left:6px;
	}
	.dmenu .dmenu__item:nth-child(2n + 1){
		margin-left:0;
		clear:left;
	}
}
@media screen and (max-width:1139px){
	header{
		margin-bottom:70px;
	}
	header .tab{
		display:block;
	}
	header .tab .tab__c{
		display:block;
		float:left;
	}
	header .tab .tab__c:nth-child(1){
		text-align:left;
	}
	header .tab .tab__c:nth-child(1) a:nth-child(1){
		float:left;
		margin-right:25px;
	}
	header .tab .tab__c:nth-child(1) a:nth-child(2){
		float:left;
	}
	header .tab .tab__c:nth-child(2){	
		width:220px;
		float:right;
		padding-left:25px;
		text-align:right;
	}
	header .tab .tab__c:nth-child(3){	
		width:100%;
		text-align:right;
		margin-top:25px;
	}
	header:before{
		width:calc(100% - 233px);
	}
	header:after{
		width:148px;
	}
	.menu-trigger{
		display:inline-block;
		position:absolute;
		right:40px;
		z-index:1000;
		bottom:-50px;
		width:40px;
		height:25px;
		border-top:2px solid rgba(0,0,0,1);
		border-bottom:2px solid rgba(0,0,0,1);
		transition:border 200ms ease-in-out;
	}
	.menu-trigger:before,
	.menu-trigger:after{
		position:absolute;
		content:'';
		width:100%;
		height:2px;
		top:50%;
		margin-top:-1px;
		background:#000;
		-webkit-transition:transform 200ms ease-in-out;
		-moz-transition:transform 200ms ease-in-out;
		-ms-transition:transform 200ms ease-in-out;
		-o-transition:transform 200ms ease-in-out;
		transition:transform 200ms ease-in-out;
	}
	.menu-trigger.active{
		border-top:2px solid rgba(0,0,0,0);
		border-bottom:2px solid rgba(0,0,0,0);
	}
	
	.menu-trigger.active:before{
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-trigger.active:after{
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hmenu{
		margin-top:0;
		margin-bottom:0;
		overflow:hidden;
		height:auto;
		transition:max-height 300ms ease-in-out;
	}
	.hmenu li{
		display:block;
	}
	.hmenu li a{
		display:block;
		padding:8px 0;
		border-top:1px solid #eee;
	}
	.view--featured .hmenu li a.menu-item--hp{
		display:block;
	}
	.hmenu li:first-child{
		margin-top:15px;
	}
	.hmenu li:last-child{
		margin-bottom:20px;
	}
	#main-menu{
		max-height:0;
	}
	#main-menu.active{
		max-height:500px;
	}
}
@media screen and (max-width:979px){
	header,
	section,
	.module--custom,
	.cont{
		padding-left:20px;
		padding-right:20px;
		
	}
	.menu-trigger{
		right:20px;
	}
	header:before{
		width:calc(100% - 213px);
	}
	header:after{
		width:128px;
	}
	
	footer .footer__cont{
		max-width:none;
		padding-left:20px;
		padding-right:20px;
	}
	.layout__col.layout__col--left{
		padding-right:20px;
	}
	.layout__col.layout__col--space{
		width:20px;
	}
	.vmenu li a:after{
		right:-20px;
	}
	.nwl .tab.tab--3 .tab__c{
		display:inline-block;
		width:49%;
		margin-bottom:20px;
	}
	.nwl .tab.tab--3 .tab__c:first-child{
		width:100%;
		padding-right:0;
	}
	.btn,
	input[type=button]:not(.no-btn),
	button:not(.no-btn){
		padding:0 25px;
	}
}
@media screen and (max-width:799px){
	.layout__col.layout__col--space{
		display:none;
	}
	.layout__col{
		display:block;
	}
	.layout__col.layout__col--left,
	.layout__col.layout__col--right{
		width:100%;
		max-width:none;
		float:left;
	}
	.layout__col.layout__col--left{
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
		border-right:none;
		border-bottom:1px solid #e1e2e3;
	}
	.layout__col.layout__col--right{
		padding-left:20px;
		padding-top:20px;
		padding-bottom:20px;
		margin-bottom:20px;
		border-left:none;
		border-top:1px solid #e1e2e3;
	}
	.vmenu li a:after{
		display:none;
	}
}
@media screen and (max-width:659px){
	header:before,
	header:after{
		width:45%;
		width:calc(50% - 35px);
	}
	header .style-form{
		white-space:nowrap;
	}
	header .tab .tab__c:nth-child(1){
		width:100%;
		margin-bottom:25px;
	}
	header .tab .tab__c:nth-child(1) a:nth-child(2){
		float:right;
	}
	header .tab .tab__c:nth-child(2){
		width:50%;
		float:left;
		text-align:left;
		padding-left:0;
		
	}
	header .tab .tab__c:nth-child(3){
		float:right;
		width:50%;
		margin-top:0;
	}
	.rsform-block .formControlLabel,
	.rsform-block .formControls{
		width:100%;
	}
	.rsform-block .formControlLabel{
		padding-top:0;
	}
}
@media screen and (max-width:599px){
	.dmenu .dmenu__item{
		width:100%;
	}
	.dmenu .dmenu__item .dmenu__item__cont{
		min-height:inherit;
	}
	.nwl .tab.tab--3 .tab__c{
		display:inline-block;
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}
	.blog .items-row .item .item-image{
		display:none;
	}
}
@media screen and (max-width:399px){
	header .tab .tab__c:nth-child(1) a:nth-child(1),
	header .tab .tab__c:nth-child(1) a:nth-child(2){
		float:left;
		margin:0 0 15px 0;
		clear:left;
	}
	header .tab .tab__c:nth-child(2),
	header .tab .tab__c:nth-child(3){
		width:100%;
	}
	header .tab .tab__c:nth-child(1){
		margin-bottom:10px;
	}
	header .tab .tab__c:nth-child(2){
		margin-bottom:20px;
	}
	header .tab .tab__c:nth-child(1){
		display:inline;
		float:none;
	}
	header .tab .tab__c:nth-child(2){
		display:inline;
		float:none;
	}
	header .tab .tab__c:nth-child(2) a{
		float:right;
	}
}