/* ------ */
/* basics */
/* ------ */
html {
	-ms-overflow-style: scrollbar;
}
body {
	background-color: #fff;
	color: #707b81;
	font-family: 'Encode Sans Semi Expanded', 'Arial', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 140%;
	background-color: #f5f5f5;
}
body.menu-open {
	overflow: hidden;
}
a,
a:focus {
	color: #1b2b5d;
	text-decoration: underline;
}
a:hover {
	color: #e57f3a;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	color: #1b2b5d;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}
h1 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: 200;
	line-height: 48px;
}
h2 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 38px;
}
p,
ul,
ol,
table {
	margin: 0 0 30px 0;
	padding: 0;
}
/* ------ */
/* lists */
/* ------ */
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
	padding: 0 0 0 20px;
}
ul ol:first-of-type {
	padding: 0 0 0 35px;
}
ul li,
ol li {
	padding: 2px 0 2px 18px;
	position: relative;
	list-style: none;
}
ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 10px;
	left: 0;
	background-color: #1b2b5d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
ol {
	padding: 0 0 0 15px;
}
ol:not(.breadcrumb) {
	counter-reset: numbering;
}
ol:not(.breadcrumb) li {
	padding-left: 9px;
	list-style: none;
}
ol:not(.breadcrumb) li:before {
	counter-increment: numbering;
	content: counter(numbering)'.';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -12px;
	color: #1b2b5d;
	font-size: 15px;
	font-weight: 700;
}
/* ------ */
/* images */
/* ------ */
img {
	max-width: 100%;
	height: auto;
}
/* ------ */
/* tables */
/* ------ */
table.cms-editor-table {
	border: 0;
	border-collapse: collapse;
}
table.cms-editor-table td,
table.cms-editor-table th {
	border-bottom: 3px solid #f5f5f5;
	padding: 25px;
}
table.cms-editor-table td {
	font-size: 100%;
}
table.cms-editor-table th {
	color: #1b2b5d;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
table.cms-editor-table.table td,
table.cms-editor-table.table th {
	border: 0 !important;
	/* for bootstrap */
	border-bottom: 3px solid #f5f5f5 !important;
	/* for bootstrap */
}
table.cms-editor-table.table-full {
	width: 100%;
}
table.cms-editor-table.standard {
	border-color: #eaeaea;
}
table.cms-editor-table.standard td,
table.cms-editor-table.standard th {
	background-color: #fff;
	border-color: #eaeaea;
}
table.cms-editor-table.standard tr:nth-of-type(even) td {
	background-color: #f9f9f9;
}
table.cms-editor-table.highlighted {
	border-color: #1b2b5d;
}
table.cms-editor-table.highlighted td {
	border-color: #1b2b5d;
}
table.cms-editor-table.highlighted th {
	background-color: #1b2b5d;
	border-color: #1b2b5d;
	color: #fff;
}
table.cms-editor-table.invisible {
	border: none;
	visibility: visible;
}
table.cms-editor-table.invisible td,
table.cms-editor-table.invisible th {
	background-color: transparent;
	border: none;
}
table.cms-editor-table.invisible td:first-child,
table.cms-editor-table.invisible th:first-child {
	padding-left: 0;
}
/* ------ */
/* perex */
/* ------ */
.perex {
	margin-bottom: 60px;
	color: #1b2b5d;
	font-size: 23px;
	font-weight: 200;
	line-height: 32px;
}
/* ------ */
/* bootstrap tables */
/* ------ */
.table-responsive {
	margin: 0 0 30px 0;
}
.table-responsive table,
.table-responsive table.cms-editor-table {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap containers */
/* ------ */
/* ------ */
/* bootstrap tables */
/* ------ */
.table-responsive {
	margin: 0 0 30px 0;
}
.table-responsive table,
.table-responsive table.cms-editor-table {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap buttons */
/* ------ */
.btn-default,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover {
	background-color: #1b2b5d;
	border-color: #1b2b5d;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: normal;
}
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover {
	background-color: #e57f3a;
	border-color: #e57f3a;
	color: #fff;
}
.btn-default .btn-file {
	white-space: nowrap;
}
/* ------ */
/* bootstrap alerts */
/* ------ */
.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert-hp {
	margin-top: 20px;
}
/* ------ */
/* bootstrap modals */
/* ------ */
.modal-dialog .modal-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.modal-dialog .modal-header {
	background-color: #1b2b5d;
}
.modal-dialog .modal-header .close {
	color: #fff;
	opacity: 1;
}
.modal-dialog .modal-body .alert {
	margin: 0 0 15px 0;
}
.modal-dialog .modal-body .alert:last-of-type {
	margin-bottom: 0;
}
/* ------ */
/* bootstrap breadcrumb */
/* ------ */
.breadcrumb {
	margin-bottom: 0;
	padding: 35px 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
	font-weight: 300;
}
.breadcrumb > li {
	padding: 0;
}
.breadcrumb > li + li:before {
	padding: 0 2px 0 6px;
}
.breadcrumb > li:before {
	display: inline-block;
}
.breadcrumb a {
	color: #707b81;
}
/* ------ */
/* bootstrap pagination */
/* ------ */
.pagination {
	width: 100%;
	margin: 40px 0 0 0;
}
.pagination > li:before {
	display: none;
}
.pagination > li > a,
.pagination > li > span {
	color: #1b2b5d;
}
.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:focus,
.pagination > li.active span:focus,
.pagination > li.active a:hover,
.pagination > li.active span:hover {
	background-color: #1b2b5d;
	border-color: #1b2b5d;
	color: #fff;
}
.pagination > li:first-child a,
.pagination > li:last-child a,
.pagination > li:first-child span,
.pagination > li:last-child span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.pagination > li > span:hover {
	background-color: transparent;
}
/* ------ */
/* bootstrap page navi */
/* ------ */
.page-navi {
	margin: 110px 0 65px 0;
	padding: 0;
}
.page-navi a {
	font-size: 12px;
	text-decoration: none;
}
.page-navi a:hover {
	text-decoration: underline;
}
.page-navi a:not(:last-of-type) span:after {
	content: ' | ';
	display: inline-block;
	margin: 0 5px 0 10px;
	color: #eaeaea;
	font-weight: normal;
}
/* ------ */
/* cms */
/* ------ */
.cms-editor-image {
	border: 1px solid #eaeaea;
	padding: 15px;
}
.cms-editor-link-image,
.cms-editor-link-image:focus {
	outline: none;
}
.block-two-cols {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	clear: both;
}
/* ------ */
/* header */
/* ------ */
header {
	position: relative;
	z-index: 500;
}
header ul li {
	padding: 0;
}
header ul li:before {
	display: none;
}
/* ------ */
/* header navbar fixed*/
/* ------ */
.navbar-fixed-top {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* ------ */
/* header top */
/* ------ */
.header-top {
	background-color: #fff;
	border-bottom: 1px solid #dbdcdd;
}
.header-top .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
	padding-top: 25px;
}
.header-top.bottom {
	display: none;
}
.header-top.bottom .container {
	height: auto;
	padding: 16px;
}
/* ------ */
/* header top link */
/* ------ */
.header-top-link {
	margin-right: 150px;
	margin-left: auto;
	text-decoration: none;
}
.bottom .header-top-link {
	margin-right: 0;
	margin-left: 0;
}
.header-top-link:hover {
	color: #1b2b5d;
	text-decoration: underline;
}
/* ------ */
/* header top search */
/* ------ */
.header-top-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top-search .title {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	color: #1b2b5d;
}
.header-top-search .form-control {
	width: 210px;
	height: 40px;
	padding: 6px 25px;
	background-color: #f5f5f5;
	border-right: 0;
	color: #1b2b5d;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-top-search .form-control:focus {
	border-color: transparent;
}
.header-top-search .btn-default {
	display: block;
	width: 115px;
	height: 40px;
	padding: 0 8px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
/* ------ */
/* navbar toggle */
/* ------ */
.navbar-toggle {
	width: 30px;
	height: 35px;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
	background-color: transparent;
}
.navbar-toggle .icon-bar {
	width: 100%;
	height: 3px;
	background: #1b2b5d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.navbar-toggle .icon-bar:not(:last-of-type) {
	margin: 0 0 6px 0;
}
.navbar-toggle .icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 5px);
	-moz-transform: rotate(45deg) translate(8px, 5px);
	-ms-transform: rotate(45deg) translate(8px, 5px);
	-o-transform: rotate(45deg) translate(8px, 5px);
	transform: rotate(45deg) translate(8px, 5px);
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle .icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(8px, -5px);
	-moz-transform: rotate(-45deg) translate(8px, -5px);
	-ms-transform: rotate(-45deg) translate(8px, -5px);
	-o-transform: rotate(-45deg) translate(8px, -5px);
	transform: rotate(-45deg) translate(8px, -5px);
}
.navbar-toggle.collapsed .icon-bar {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
/* ------ */
/* main menu */
/* ------ */
.main-menu {
	background-color: #fff;
}
.main-menu .navbar-collapse {
	padding-left: 0;
}
.main-menu .container {
	padding: 0;
}
.main-menu .level2 .caret {
	display: none;
}
.main-menu .level3 {
	display: none !important;
	/* for javascript functions */
}
.main-menu ul > li > a {
	padding: 20px 17px;
	color: #1b2b5d;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.main-menu ul > li > a:focus,
.main-menu ul > li > a:hover {
	background-color: transparent;
	color: #89a7c6;
}
.main-menu ul > li.active > a,
.main-menu ul > li.open > a {
	background-color: transparent;
	color: #89a7c6;
}
.main-menu ul > li.open > a,
.main-menu ul > li.open > a:focus,
.main-menu ul > li.open > a:hover {
	border-color: #e5e9ef;
}
.main-menu .dropdown {
	position: static;
}
.main-menu .dropdown.open > a,
.main-menu .dropdown > a:focus,
.main-menu .dropdown > a:hover {
	background-color: transparent;
}
.main-menu .dropdown > a > .caret {
	display: none;
	position: relative;
	left: 5px;
}
.main-menu .dropdown > a:focus > .caret:before,
.main-menu .dropdown > a:hover > .caret:before {
	color: #1b2b5d;
}
.main-menu .dropdown-menu {
	width: 100%;
	padding: 0;
	left: 0;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #dbdcdd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.main-menu .dropdown-menu li > a {
	display: block;
	padding: 20px 40px;
	border: 0;
	color: #1b2b5d;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-decoration: none;
	text-transform: none;
}
.main-menu .dropdown-menu li > a:active,
.main-menu .dropdown-menu li > a:focus,
.main-menu .dropdown-menu li > a:hover {
	background-color: #fff;
	border-color: #e5e9ef;
	color: #89a7c6;
}
.main-menu .dropdown-menu li.active > a {
	background-color: #fff;
	border-color: #fff;
	color: #89a7c6;
}
/* ------ */
/* main menu darkness */
/* ------ */
.main-menu-darkness {
	display: none;
	width: 100%;
	height: 200%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #000;
	opacity: .5;
}
/* ------ */
/* menu search */
/* ------ */
.menu-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 275px;
	height: 60px;
	margin-left: auto;
	position: relative;
	top: 1px;
	border-bottom: 1px solid #606a70;
}
.menu-search.active {
	border-color: #1b2b5d;
	color: #1b2b5d;
}
.menu-search .form-control {
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	height: 100%;
	padding: 6px 40px 6px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	color: #606a70;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.menu-search .form-control:focus {
	border-color: transparent;
}
.menu-search.active .form-control {
	color: #1b2b5d;
}
.menu-search .btn-default {
	width: 40px;
	height: 100%;
	padding: 0;
	background: url('../images/icon-magni.svg') no-repeat 0 50%;
	background-color: transparent;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
	border: 0;
}
.menu-search .btn-default:hover,
.menu-search .btn-default:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ------ */
/* slider */
/* ------ */
.slider {
	margin-top: 55px;
	margin-bottom: 155px;
}
.slider .swiper-container {
	height: 540px;
}
.slider .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 38px;
	background-position: 50% 50%;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 80px solid #f5f5f5;
}
.slider .swiper-pagination {
	padding: 0 12px;
	top: 16px;
	bottom: auto;
	line-height: 14px;
	text-align: right;
}
.slider .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	background-color: #1b2b5d;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	outline: none;
}
.slider .swiper-pagination-bullet-active {
	background-color: #e57f3a;
}
.slider .inside {
	min-width: 540px;
	padding: 70px 70px 80px 70px;
	position: relative;
	bottom: -80px;
	background-color: #1b2b5d;
	color: #fff;
	font-size: 23px;
	font-weight: 200;
}
.slider .title {
	margin: 0 0 50px 0;
	color: #fff;
	font-size: 40px;
	font-weight: 200;
	line-height: 52px;
}
.slider .link {
	display: block;
	height: 80px;
	margin: 60px -70px -80px -70px;
	padding: 30px 100px 30px 70px;
	background-color: #172653;
	position: relative;
	color: #e57f3a;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 140%;
}
.slider .link:after {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 18px;
	right: 70px;
	background: url('../images/icon-arrow.svg') no-repeat 50% 50%;
	background-color: #1b2b5d;
	-moz-background-size: auto 16px;
	-o-background-size: auto 16px;
	background-size: auto 16px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.slider .link:hover:after {
	right: 60px;
}
/* ------ */
/* about */
/* ------ */
.about {
	margin-bottom: 40px;
	text-align: center;
}
.about .icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about .icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 50%;
	margin-bottom: 60px;
	padding: 0 50px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.about .icon .image {
	margin-bottom: 25px;
}
.about .icon span {
	margin-top: auto;
}
.about .title {
	margin: 0 0 50px 0;
	padding: 0 50px;
	font-size: 60px;
	line-height: 72px;
}
.about .text {
	margin-bottom: 30px;
	padding: 0 50px;
	color: #1b2b5d;
	font-size: 28px;
	font-weight: 200;
	line-height: 44px;
}
/* ------ */
/* articles */
/* ------ */
.articles {
	margin-bottom: 40px;
}
.articles .title {
	margin: 0 0 50px 0;
	padding: 0 32px;
	font-size: 40px;
	font-weight: 200;
	line-height: 50px;
}
.articles .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
body.page .articles .list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.articles .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 32px;
}
.articles .item .inside {
	height: 100%;
	padding: 32px;
	background-color: #fff;
	color: #707b81;
	font-size: 17px;
	line-height: 24px;
	overflow: hidden;
	text-decoration: none;
}
.articles .item.blue .inside {
	background-color: #d6e2ef;
}
.articles .item .image {
	width: -webkit-calc(100% + 64px);
	width: -moz-calc(100% + 64px);
	width: calc(100% + 64px);
	height: 180px;
	margin: -32px -32px 22px -32px;
	overflow: hidden;
}
.articles .item .image img {
	display: block;
	max-width: none;
	margin: 0 auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
.articles .item.big .image {
	height: 355px;
}
.articles .item .inside:hover .image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.articles .item time {
	color: #1b2b5d;
	font-size: 13px;
	line-height: 18px;
}
.articles .item .label {
	margin: 15px 0 20px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.articles .item:hover .label {
	color: #e57f3a;
}
.articles .item p:last-of-type {
	margin-bottom: 0;
}
.articles .small .item:last-of-type .image {
	display: none;
}
.articles .more {
	display: block;
	margin-top: 22px;
	float: right;
	color: #e57f3a;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
}
.articles .more:hover {
	color: #1b2b5d;
}
/* ------ */
/* detail */
/* ------ */
.detail time {
	display: inline-block;
	margin-bottom: 10px;
	color: #1b2b5d;
	font-size: 14px;
	line-height: 22px;
}
.detail .image {
	display: block;
	margin-bottom: 30px;
	outline: none;
}
.detail .perex {
	margin-bottom: 30px;
}
/* ------ */
/* footer */
/* ------ */
footer {
	padding-top: 65px;
	background-color: #1b2b5d;
	color: #fff;
	font-size: 13px;
	font-weight: 200;
}
footer a,
footer a:focus,
footer a:hover {
	color: #fff;
}
footer .title {
	margin: 0 0 34px 0;
	color: #e57f3a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
/* ------ */
/* footer top */
/* ------ */
.footer-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}
.footer-top ul {
	margin-bottom: 0;
}
.footer-top li {
	padding: 6px 0;
}
.footer-top li:before {
	display: none;
}
.footer-top a {
	text-decoration: none;
}
.footer-top a:focus,
.footer-top a:hover {
	text-decoration: underline;
}
.footer-top .socials {
	margin-left: auto;
}
.footer-top .socials .title {
	margin-bottom: 22px;
}
.footer-top .socials li {
	padding: 12px 0;
}
.footer-top .socials .item {
	padding-left: 48px;
	position: relative;
	color: #fff;
	line-height: 26px;
}
.footer-top .socials .item:before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -5px;
	left: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-background-size: 26px 26px;
	-o-background-size: 26px 26px;
	background-size: 26px 26px;
}
.footer-top .socials .item.insta:before {
	background-image: url('../images/icon-insta.svg');
}
.footer-top .socials .item.ytb:before {
	background-image: url('../images/icon-ytb.svg');
}
.footer-top .socials .item.fb:before {
	background-image: url('../images/icon-fb.svg');
}
.footer-top .socials .item.twitter:before {
	background-image: url('../images/icon-twitter.svg');
}
/* ------ */
/* footer blocks */
/* ------ */
.footer-blocks {
	margin-bottom: 10px;
}
.footer-blocks .title {
	margin-bottom: 25px;
}
.footer-blocks .inside {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
/* ------ */
/* footer bottom */
/* ------ */
.footer-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-bottom: 10px;
}
.footer-bottom .menu {
	margin-left: auto;
}
.footer-bottom .menu li {
	display: inline-block;
	padding: 0;
}
.footer-bottom .menu li:before {
	display: none;
}
.footer-bottom .menu li:not(:last-of-type):after {
	content: '|';
	display: inline-block;
	margin: 0 8px;
}
/* ------ */
/* content */
/* ------ */
.content .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
/* ------ */
/* content image */
/* ------ */
.content-image {
	width: 100%;
	height: 320px;
	margin-bottom: 25px;
	background-position: 50% 0;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* ------ */
/* boxes */
/* ------ */
.boxes h2 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.boxes h2 .month-name {
	font-size: 20px;
	line-height: 24px;
}
.boxes ul {
	margin: 0;
}
/* ------ */
/* boxes item */
/* ------ */
.boxes-item {
	margin: 0 0 15px 0;
	padding: 20px 14px;
	position: relative;
	background-color: rgba(86, 99, 140, 0.25);
	border: 1px solid rgba(34, 47, 92, 0.35);
	color: #1b2b5d;
	font-size: 13px;
}
.boxes-item p:last-of-type {
	margin: 0;
}
.boxes-item .btn-default {
	margin-top: 25px;
	padding: 10px 14px;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
}
/* ------ */
/* submenu */
/* ------ */
.boxes-submenu {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #fff;
}
.boxes-submenu ul > li {
	margin: 0;
	padding: 0;
	border: 0;
}
.boxes-submenu ul > li:last-child {
	border-bottom: 0;
}
.boxes-submenu ul > li:before {
	display: none;
}
.boxes-submenu ul > li a {
	display: block;
	width: 100%;
	padding: 8px 0;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.boxes-submenu ul > li a.active,
.boxes-submenu ul > li a.selected {
	color: #1b2b5d;
	font-weight: 700;
}
.boxes-submenu ul > li a:focus,
.boxes-submenu ul > li a:hover {
	color: #89a7c6;
}
.boxes-submenu ul > li ul.level3 {
	margin-bottom: 30px;
	padding-left: 16px;
}
.boxes-submenu ul > li ul.level3 a {
	padding: 0;
	text-transform: none;
}
/* ------ */
/* search */
/* ------ */
.search-content {
	width: 100%;
}
.search-content h2 {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #1b2b5d;
	font-weight: bold;
}
.search-tips {
	margin-top: 60px;
}
/* ------ */
/* form */
/* ------ */
.form-control {
	border-color: #f9f9f9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.form-control:focus {
	border-color: #1b2b5d;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ------ */
/* custom form */
/* ------ */
.custom-form {
	width: 100%;
	margin: 0 0 30px 0;
}
/* ------ */
/* form block */
/* ------ */
.custom-form .form-block {
	width: 100%;
	margin: 0 0 30px 0;
}
.custom-form .form-block.sm {
	width: 50%;
}
.custom-form .form-block.ssm {
	width: 33.333333333%;
}
/* ------ */
/* form group */
/* ------ */
.custom-form .form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: auto;
	margin: 20px -5px -20px -5px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 17px;
	line-height: normal;
}
.custom-form .form-group .form-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5px;
}
.custom-form .form-group.input-sm .form-control,
.custom-form .form-group.input-ssm .form-control {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
/* ------ */
/* label */
/* ------ */
.custom-form label {
	width: 100%;
}
.custom-form label .title {
	position: relative;
}
/* ------ */
/* required */
/* ------ */
.custom-form .required {
	position: absolute;
	top: 0;
	right: -12px;
	color: #a60010;
	cursor: help;
	font-size: 120%;
	font-weight: bold;
}
/* ------ */
/* note */
/* ------ */
.custom-form .note {
	width: 100%;
	margin: 0 0 5px 0;
	position: relative;
	color: #dbdcdd;
	font-size: 85%;
}
.custom-form .note-main {
	width: 100%;
	margin: 0 0 30px 0;
}
.custom-form .note-main .title {
	position: relative;
}
.custom-form .note-main .required {
	position: static;
}
/* ------ */
/* heading */
/* ------ */
.custom-form .form-heading {
	margin: 40px 0 30px 0;
}
.custom-form .form-heading h2 {
	margin: 0;
}
/* ------ */
/* cherad */
/* ------ */
.custom-form .cherad {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #f9f9f9;
}
.custom-form .cherad div {
	display: inline-block;
	margin: 0 15px 0 0;
}
.custom-form .cherad div:last-of-type {
	margin-right: 0;
}
.custom-form .cherad label {
	display: inline-block;
	width: auto;
	margin: 0;
	position: relative;
	top: -3px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
}
.custom-form .cherad .checkbox,
.custom-form .cherad .radio {
	display: none;
}
.custom-form .cherad .checkbox + label:before,
.custom-form .cherad .radio + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	top: 5px;
	border: 1px solid #f9f9f9;
}
.custom-form .cherad .checkbox:checked + label:before,
.custom-form .cherad .radio:checked + label:before {
	background: url('../images/icon-checked.png') no-repeat 50% 50%;
}
.custom-form .cherad .radio + label:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.custom-form .cherad .radio:checked + label:before {
	background-image: url('../images/icon-dot.png');
	-moz-background-size: 8px 8px;
	-o-background-size: 8px 8px;
	background-size: 8px 8px;
}
.custom-form .cherad-top-down div {
	display: block;
	margin-right: 0;
}
.custom-form .cherad-input {
	display: inline-block;
	width: 95px;
	height: 25px;
	margin: 0 0 0 10px;
	padding: 0 5px;
	font-size: 13px;
}
/* ------ */
/* file input */
/* ------ */
.custom-form input[type='file'] {
	height: auto;
	cursor: pointer;
}
/* ------ */
/* custom form controls */
/* ------ */
.custom-form-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
/* ------ */
/* captcha */
/* ------ */
.custom-form .g-recaptcha {
	width: 50%;
}
.grecaptcha-badge {
	display: none;
}
/* ------ */
/* submit button */
/* ------ */
.btn-submit,
.btn-submit:active,
.btn-submit:hover,
.btn-submit:focus {
	min-width: 200px;
	background-color: #1b2b5d;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	line-height: 50px;
	outline: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	white-space: nowrap;
}
.btn-submit:active,
.btn-submit:hover {
	background-color: #89a7c6;
}
.custom-form .btn-submit {
	margin: 0 0 0 auto;
	padding: 0 15px;
}
.custom-form .btn-submit:active,
.custom-form .btn-submit:hover {
	background-color: #89a7c6;
}
/* ------ */
/* inline blue */
/* ------ */
.inline-blue {
	color: #1b2b5d !important;
}
/* ------ */
/* block red */
/* ------ */
.block-red,
.block-green {
	margin-bottom: 30px;
	padding: 30px;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	color: #ce3734;
	text-align: center;
}
.block-red a,
.block-red strong {
	color: #ce3734;
}
.block-red ol:not(.breadcrumb) li:before {
	color: #ce3734;
}
.block-red > *:last-child,
.block-green > *:last-child {
	margin-bottom: 0;
}
.block-green {
	background-color: rgba(184, 222, 134, 0.45);
	border-color: rgba(34, 116, 0, 0.15);
	color: #1b2b5d;
}
.block-green a,
.block-green strong {
	color: #1b2b5d;
}

@media (min-width: 800px) {
	.footer-blocks .inside p:not(:last-of-type) {
		margin-right: 60px;
	}
}
@media (min-width: 1020px) {
	header {
		border-bottom: 1px solid #dbdcdd;
	}
	.main-menu .container.wrap {
		padding: 20px 16px;
	}
	.main-menu ul.wrap > li {
		display: inline-block;
	}
	.main-menu .dropdown-menu li:not(:last-of-type) {
		margin-right: 40px;
	}
}
@media (max-width: 1316px) {
	.header-top-link {
		margin-right: 50px;
	}
	.menu-search .btn-default {
		width: 20px;
	}
	.articles .list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media (max-width: 1019px) {
	.page-navi {
		margin-top: 40px;
		margin-bottom: 40px;
		text-align: center;
	}
	.cms-editor-html {
		width: 100%;
		margin: 0 0 30px 0;
		clear: both;
	}
	.cms-editor-html iframe {
		width: 100%;
	}
	.header-top .container {
		width: 100%;
		height: 100px;
		padding-top: 0;
		background-color: #fff;
	}
	.header-top.bottom {
		display: block;
	}
	.top .header-top-link {
		display: none;
	}
	.header-top-search {
		margin-left: auto;
	}
	.top .header-top-search {
		display: none;
	}
	.main-menu {
		padding: 0;
	}
	.main-menu .navbar-collapse {
		width: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #fff;
		border: 0;
	}
	.main-menu .container {
		width: 100%;
	}
	.main-menu .level2 .caret {
		display: block;
	}
	.main-menu .level2 > .dropdown.open > .level3 {
		display: block !important;
		/* for javascript functions */
	}
	.main-menu ul {
		margin: 0;
		clear: both;
	}
	.main-menu ul > li > a {
		border-bottom: 1px solid #e5e9ef;
	}
	.main-menu .dropdown > a > .caret {
		display: block;
		width: 50px;
		height: 50px;
		margin: -15px 0;
		float: right;
		border: 0;
	}
	.main-menu .dropdown > a > .caret:before {
		content: '+';
		display: inline-block;
		width: 50px;
		height: 50px;
		font-size: 24px;
		font-weight: 600;
		line-height: 50px;
		text-align: center;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		-o-transition: -o-transform .3s;
		-moz-transition: transform .3s, -moz-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
	}
	.main-menu .dropdown > a > .caret:focus:before,
	.main-menu .dropdown > a > .caret:hover:before {
		color: #89a7c6;
	}
	.main-menu .dropdown.open > a > .caret:before {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.main-menu .dropdown-menu {
		width: 100%;
	}
	.main-menu .dropdown-menu li > a {
		padding: 20px 34px;
		border-bottom: 1px solid #e5e9ef;
		font-size: 11px;
	}
	.main-menu li.open .dropdown-menu {
		padding: 0;
		background-color: #fff;
	}
	.main-menu li.open .dropdown-menu > li > a {
		padding: 15px 15px 15px 30px;
		border-bottom: 1px solid #89a7c6;
		color: #fff;
	}
	.main-menu li.open .dropdown-menu > li > a:focus,
	.main-menu li.open .dropdown-menu > li > a:hover {
		background-color: #89a7c6;
		color: #fff;
	}
	.main-menu li.open .dropdown-menu > .active > a,
	.main-menu li.open .dropdown-menu > .active > a:focus,
	.main-menu li.open .dropdown-menu > .active > a:hover {
		background-color: #89a7c6;
		color: #fff;
	}
	.main-menu li.open .dropdown-menu.level3 > li > a {
		padding-left: 45px;
	}
	.menu-search {
		width: 100%;
		height: 75px;
		margin: 0 0 20px 0;
		padding: 20px;
		border-bottom: 1px solid #89a7c6;
	}
	.menu-search .form-control {
		width: -webkit-calc(100% - 38px);
		width: -moz-calc(100% - 38px);
		width: calc(100% - 38px);
		height: 35px;
	}
	.menu-search .btn-default {
		width: 40px;
		height: 35px;
	}
	.slider {
		margin-top: 16px;
		margin-bottom: 100px;
	}
	.slider .inside {
		font-size: 20px;
	}
	.slider .title {
		font-size: 30px;
		line-height: 40px;
	}
	.about .icons {
		margin-bottom: 40px;
	}
	.about .title {
		font-size: 50px;
		line-height: 60px;
	}
	.about .text {
		font-size: 24px;
		line-height: 34px;
	}
	.articles .title {
		text-align: center;
	}
	.articles .more {
		max-width: 120px;
		margin: 22px auto 0 auto;
		float: none;
	}
	footer {
		padding-top: 32px;
	}
	footer .col-blank {
		display: none;
	}
	.footer-top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.footer-top .socials {
		margin-top: 40px;
	}
	.content .row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.content-left {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-moz-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.boxes-submenu {
		display: none;
	}
}
@media (max-width: 799px) {
	.table-responsive {
		max-width: 100%;
		border: 0;
		overflow: auto;
	}
	.container-fluid {
		padding: 0;
	}
	.table-responsive {
		border: 0;
	}
	.block-two-cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.header-top.bottom .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-top-search .title {
		display: none;
	}
	.slider .swiper-container {
		height: 400px;
	}
	.slider .inside {
		width: 100%;
		min-width: 0;
		padding: 35px 35px 80px 35px;
		font-size: 16px;
	}
	.slider .title {
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.slider .link {
		margin: 35px -35px -80px -35px;
		padding: 30px 100px 30px 35px;
	}
	.slider .link:after {
		right: 35px;
	}
	.slider .link:hover:after {
		right: 25px;
	}
	.about .title {
		font-size: 40px;
		line-height: 50px;
	}
	.about .text {
		font-size: 20px;
		line-height: 30px;
	}
	.articles .item.big .image {
		height: 180px;
	}
	.footer-blocks .inside {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-blocks .inside p {
		width: 50%;
	}
	.footer-bottom {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-bottom .menu {
		margin-top: 20px;
	}
	.boxes-item {
		margin-bottom: 32px;
	}
	.custom-form .form-block.sm {
		width: 100%;
	}
	.custom-form .form-block.ssm {
		width: 100%;
	}
	.custom-form .form-group.input-sm .form-block,
	.custom-form .form-group.input-ssm .form-block {
		margin-bottom: 20px;
	}
	.custom-form .note-main {
		text-align: center;
	}
	.custom-form .g-recaptcha {
		width: auto;
		margin: 0 auto;
	}
	.btn-submit,
	.btn-submit:active,
	.btn-submit:hover,
	.btn-submit:focus {
		width: 100%;
		margin-top: 20px;
		font-size: 14px;
		line-height: 40px;
	}
	.custom-form .btn-submit {
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 479px) {
	.bottom .header-top-search {
		width: 100%;
		margin-top: 16px;
	}
	.bottom .header-top-search .form-control {
		width: -webkit-calc(100% - 115px);
		width: -moz-calc(100% - 115px);
		width: calc(100% - 115px);
	}
	.slider .swiper-slide {
		padding: 0;
	}
	.slider .swiper-pagination {
		display: none;
	}
	.slider .link {
		height: auto;
	}
	.about .icon {
		width: 100%;
	}
	.about .text {
		padding-right: 16px;
		padding-left: 16px;
	}
	footer .title {
		margin-bottom: 8px;
	}
	.footer-top .block {
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-top .socials {
		margin-top: 0;
	}
	.footer-blocks .inside p {
		width: 100%;
	}
	.custom-form #rc-imageselect,
	.custom-form .g-recaptcha {
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-ms-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-ms-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0;
	}
}
@media (max-width: 399px) {
	.cms-editor-link-image img,
	.cms-editor-link-image:focus img {
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		clear: both;
	}
}
