@charset "utf-8";
/*
 * Used fonts:
 * font-family: 'Open Sans', Arial, sans-serif;
*/

/* => Globals */
/* ------------------------------------------------------------------------------*/
body {
	font: 16px 'Open Sans', Arial, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2, h3 {
	font-weight: 600;
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 1em;
}
.main-wrap-helper {
	overflow: hidden;
}
h3 {
	font-size: 16px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
li {
	margin-bottom: .3em;
	line-height: 1.47;
}
p {
	margin-bottom: 1.47em;
	line-height: 1.47;
}
.by {
	position: absolute;
	right: 0px;
	bottom: -10px;
}
.by a {
	display: block;
	width: 24px;
	height: 11px;
	background: url('okia.gif') no-repeat;
	text-indent: -999px;
	font-size: 0;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.pull-text-left {
	text-align: left;
}
.pull-text-right {
	text-align: right;
}
p.back {
	margin-bottom: 1em;
}
.back-url {
	font-size: 12px;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sep {
	position: relative;
	display: inline-block;
	top: -3px;
	padding: 0 8px;
	font-size: 14px;
	color: #aaa;
	vertical-align: middle;
}
.offscreen{
	position: absolute;
	left: -3000em;
	overflow: hidden;
}
.row-help{
	margin-left: -15px;
	margin-right: -15px;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
/* => Animations */
/* ------------------------------------------------------------------------------*/
.form-control, .btn, .gallery-list .gallery-item, .vfb-text, .vfb-submit, .vfb-textarea {
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
}
/* => Badget, Labels, Alerts */
/* ------------------------------------------------------------------------------*/
.badget {
	display: inline-block;
	padding: 8px 0;
	width: 35px;
	background-color: #42a2e5;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.label {
	display: inline-block;
	padding: 8px 15px;
	background-color: #42a2e5;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px;
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: bold
}
.alert > p, .alert > ul {
	margin-bottom: 0
}
.alert > p + p {
	margin-top: 5px
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
/* => Tabs component */
/* ------------------------------------------------------------------------------*/

.nav-tabs .item, .nav-tabs a {
	float: left;
}
.list.nav-tabs .item {
	position: relative;
	border: 1px solid #45a5e6;
}
.list.nav-tabs .item + .item {
	margin-left: -1px;
}
.nav-tabs a {
	padding: 15px 30px;
	background-color: #5ab4f4;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.list.nav-tabs .active {
	padding-bottom: 1px;
	margin-bottom: -1px;
	background-color: #3497db;
	border: 1px solid;
	border-color: #3497db;
}
.nav-tabs .active a {
	position: relative;
	background-color: #3497db;
	background-color: #227cba #227cba #3497db;
}
.tab-pane {
	display: none;
	padding: 30px;
	border: 1px solid #227cba;
	background-color: #3497db;
	color: #fff;
}
.tab-pane.active {
	display: block;
}
/* => BS DropDown component */
/* ------------------------------------------------------------------------------*/
.dropdown-toggle {
	position: absolute;
	right: 00px;
	top: -40px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	font-weight: bold;
	color: #fff;
	z-index: 0;
	width: 16px;
	height: 16px;
}
.dropdown-menu_helper {
	display: none;
}
.open > .dropdown-toggle {
	z-index: 2;
}
.open > .dropdown-menu_helper {
	display: block;
}
.dropdown-menu {
	position: relative;
	background-color: #fff;
	z-index: 2;
	display: block;
	width: 100%;
	margin-top: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}
.dropdown-menu .menu-item{
	margin-bottom: 30px;
}
.dropdown-menu .menu-item a{
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 18px !important;
}
.dropdown-menu .menu-item a:hover{
	color: #990033;
	text-decoration: none;
}
.dropdown-menu .menu-item .sub-menu{
	margin: 10px 20px 0;
}
.dropdown-menu .menu-item .sub-menu .menu-item{
	margin-bottom: 15px;
}
.dropdown-menu .menu-item .sub-menu .menu-item:last-child{
	margin-bottom: 0;
}
.dropdown-menu .current-menu-item a,
.dropdown-menu .current-menu-ancestor a,
.dropdown-menu .current-menu-parent a,
.dropdown-menu .menu-item .sub-menu .menu-item a{
	font-size: 15px;
	color: #7a7979;
}
.dropdown-menu .current-menu-item a,
.dropdown-menu .current-menu-ancestor a,
.dropdown-menu .current-menu-parent a,
.dropdown-menu .menu-item .sub-menu .current-menu-parent a,
.dropdown-menu .menu-item .sub-menu .current-menu-item a{
	color: #990033;
	text-decoration: none;
}

.dropdown-menu:after {
	position: absolute;
	content: '\00ad';
	top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #ffffff
}
.dropdown-menu_helper:before {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-height: 100vh;
	content: '\00ad';
	z-index: 1;
	background-color: rgba(0,0,0, .45);
}
.dropdown-menu_header, .dropdown-menu_content {
	padding: 20px;
}
.dropdown-menu_header {
	border-bottom: 1px solid #e7e7e7;
	background-color: #f4f4f4;
	font-size: 15px;
}

/* Dropdown Close btn interaction */

.x .lines, .x .lines:before, .x .lines:after {
	display: block;
	position: absolute;
	left: 0;
	width: 16px;
	height: 2px;
	background-color: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.x .lines:before, .x .lines:after {
	content: '\00ad';
	display: block;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}
.x .lines {
	top: 10px;
}
.x .lines:before {
	top: -6px;
}
.x .lines:after {
	bottom: -6px;
}
.open .x .lines:before, .open .x .lines:after {
	border-radius: 2px;
}
.open .x .lines:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .x .lines:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .x .lines {
	background-color: transparent;
	background-color: rgba(255,255,255, .0);
}
.open .x .lines:before {
	top: 0;
}
.open .x .lines:after {
	bottom: 0;
}
/* => Lists */
/* ------------------------------------------------------------------------------*/
.list, .list li, .list .item, .sub-menu, .menu, .menu-item, .list p,
.wp-paginate, .wp-paginate li {
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	line-height: 1;
}
/* => Table */
/* ------------------------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 2.2em;
}
td, th {
	text-align: left;
	vertical-align: top;
}
/* => Gallery component */
/* ------------------------------------------------------------------------------*/
.gallery-article {
	min-width: 100%;
	overflow: hidden;
}
.gallery-list {
	width: 103%;
}
.gallery-list .gallery-item {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 8px 8px 0;
	border: 2px solid transparent;
	overflow: hidden;
	padding: 0 !important;
}
.gallery-list .gallery-item:before{
	display: none;
}
.gallery-list .gallery-item:hover {
	border-color: #990033;
}
.gallery-list .gallery-icon {
	position: relative;
	width: 150px;
	height: 150px;
	background-color: #f2f2f2;
	overflow: hidden;
}
/* => Buttons */
/* ------------------------------------------------------------------------------*/
.btn, .vfb-submit {
	display: inline-block;
	border: none;
	background: none;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
	-webkit-appearance: none;
}
.btn span {
	display: block;
	padding: 10px 15px;
}
.btn-default, .vfb-submit {
	border: 1px solid #903;
	color: #903;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	height: 50px;
	border-radius: 4px;
}
.btn-default:hover, .vfb-submit:hover {
	color: #fff;
	background-color: #903;
}
.btn-default:focus, .vfb-submit:focus {
	background-color: #912138;
	color: #fff;
}
.btn-group{
	width: 100%;
}
/* => Form Elements */
/* ------------------------------------------------------------------------------*/
.form-field{
	margin-bottom: 15px;
}
.form-control, .vfb-text, .vfb-textarea, .vfb-select {
	display: block;
	width: 100%;
	padding: 5px 20px;
	height: 50px;
	background: #fff;
	border: 1px solid #bebebe;
	font: 16px/1 'Open Sans', sans-serif;
	color: #333;
	box-shadow: none;
}
textarea.form-control, textarea.vfb-textarea {
	resize: vertical;
	height: 215px;
	padding: 20px;
}
select.form-control{
	padding: 20px;
}
.form-control:hover, .vfb-text:hover, .vfb-textarea:hover, .vfb-select:hover {
	border-color: #8f8f8f;
}
.form-control:focus, .vfb-text:focus, .vfb-textarea:focus, .vfb-select:focus {
	border-color: #3591d1;
	box-shadow: 0 0 3px #3591d1;
}
.vfb-text.error, .vfb-textarea.error, .vfb-select.error {
	border-color: #903;
}
.form-group label, .vfb-item label {
	font-size: 13px;
	color: #595959;
	font-weight: normal;
}
.vfb-item label.error {
	text-transform: none;
	font-weight: normal;
	color: #903;
}
.vfb-required-asterisk {
	color: #903;
}
.form-group + .form-group {
	margin-top: 15px;
}
.vfb-section {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vfb-legend {
	display: none;
}
.vfb-item {
	margin-bottom: .8em;
}
.visual-form-builder-container {
	position: relative;
	margin-bottom: 40px;
}
.main-article ul li.vfb-item {
	padding-left: 0;
	margin-bottom: .8em;
}
.main-article ul li.vfb-item:before {
	display: none;
}
.vfb-item-checkbox span, .vfb-item-radio span {
	position: relative;
	display: block;
	padding-left: 20px;
	margin-bottom: 5px;
}
.vfb-item-checkbox input, .vfb-item-radio input {
	position: absolute;
	left: 0;
	top: 3px;
}

.vfb-two-column span,
.vfb-three-column span {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin-right: 30px;
}
.vfb-three-column span  {
	width: 30%;
}
/* => Main header */
/* ------------------------------------------------------------------------------*/
.main-header{
	height: 122px;
	position: relative;
}
.main-logo{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
	left: 15px;
	line-height: 1;
	font-size: 0;
}
.main-logo a{
	width: 195px;
	height: 41px;
	display: block;
	overflow: hidden;
}
/* => Main navigation */
/* ------------------------------------------------------------------------------*/
.mainnav-section{
	position: absolute;
	bottom: 12px;
	right: 30px;
	left: 0;
}
.mainnav-section .menu-item {
	display: inline-block;
	vertical-align: middle;
}
.mainnav-section .menu-item a {
	float: left;
}
.mainnav-section .menu-item a {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
}
.mainnav-section .menu-item a:hover,
.mainnav-section .current-menu-item > a,
.mainnav-section .current-menu-parent > a,
.mainnav-section .current-menu-ancestor > a {
	color: #990033;
	text-decoration: none;
}
.mainnav-submenu-section{
	position: relative;
	height: 0;
}
.mainnav-submenu-section > .menu {
	position: absolute;
	background-color: #903;
	left: 2px;
	right: 0;
	top: 0;
	height: 62px;
}
.mainnav-submenu-section > .menu:before {
	content: '\00ad';
	position: absolute;
	left: -100em;
	right: -100em;
	height: 62px;
	background-color: #903;
}
.mainnav-submenu-section .menu-item {
	display: inline-block;
	height: 62px;
	border-right: 1px solid #ca5f75;
	position: relative;
	margin-left: -5px;
	text-align: left;
}
.mainnav-submenu-section .menu-item:last-child{
	border-right: 0;
}
.mainnav-submenu-section .menu-item a{
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 24px 18px;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
}
.mainnav-submenu-section .menu-item:hover > a,
.mainnav-submenu-section .menu-item a:hover,
.mainnav-submenu-section .current-menu-item > a,
.mainnav-submenu-section .current-menu-parent > a,
.mainnav-submenu-section .current-menu-ancestor > a {
	color: #903;
	text-decoration: none;
	background-color: #fff;
}
.mainnav-submenu-section .menu-item .sub-menu {
	background-color: #eaedf0;
	padding: 10px 17px;
	position: absolute;
	width: 240px;
	top: 62px;
	left: 0;
	z-index: 5;
	display: none;
}
.mainnav-submenu-section .menu-item .sub-menu .menu-item{
	display: block;
	float: none;
	height: auto;
	border: none;
	line-height: 20px;
	margin-bottom: 0;
}
.mainnav-submenu-section .menu-item .sub-menu .menu-item:last-child{
	margin-bottom: 0;
}
.mainnav-submenu-section .menu-item .sub-menu .menu-item a{
	color: #010101;
	font-weight: 400;
	padding: 10px;
}
.mainnav-submenu-section .menu-item .sub-menu .menu-item a:hover,
.mainnav-submenu-section .menu-item .sub-menu .current-menu-item > a,
.mainnav-submenu-section .menu-item .sub-menu .current-menu-parent > a,
.mainnav-submenu-section .menu-item .sub-menu .current-menu-ancestor > a{
	background-color: transparent;
	color: #903;
}
.mainnav-submenu-section .menu-item:hover .sub-menu{
	display: block;
}
.mobile-mainnav_section {
	position: absolute;
	right: 0px;
	top: 70px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	max-height: 0;
}
.mobile-mainnav_section.open {
	max-height: 1000px;
}
.hide-menu-item{
	display: none;
}

/* Mobile Subnav */
.mobile-subnav__section {
	position: relative;
	margin-bottom: 15px;
}
.mobile-subnav__section .x {
	position: absolute;
	right: 20px;
	top: 16px;
	background: none;
	border: 0;
	cursor: pointer;
}
.mobile-subnav__section .x .lines,
.mobile-subnav__section .x .lines:before,
.mobile-subnav__section .x .lines:after {
	background-color: #fff;
}
.mobile-subnav__section.open .x .lines {
	background: transparent;
}
.mobile-subnav__title {
	padding: 15px;
	margin: 0;
	font-size: 14px;
	background-color: #903;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}
.mobile-submenu {
	display: none;
	padding: 7px;
	background-color: #eaedf0;
}
.open > .mobile-submenu {
	display: block;
}
.mobile-submenu .menu-item {
	margin: 5px 0;
}
.mobile-submenu a {
	display: block;
	padding: 6px;
	color: #010101;
	font-size: 13px;
}
.mobile-submenu .sub-menu .sub-menu {
	display: none;
	margin-left: 25px;
	margin-bottom: 15px;
}

.mobile-submenu .current-menu-item > .sub-menu,
.mobile-submenu .current-menu-parent > .sub-menu,
.mobile-submenu .current-menu-ancestor > .sub-menu {
	display: block;
}

/* => Main search */
/* ------------------------------------------------------------------------------*/
.main-search-icon,
.main-searchform-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url(icon/icon-search.svg) 50% 50% no-repeat;
	overflow: hidden;
}
.main-search-icon{
	top: auto;
	right: 0;
	bottom: 16px;
}
.main-searchform-helper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 12000;
	display: none;
}
.main-searchform-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(232,233,234,.8);
	z-index: 1;
}
.main-searchform{
	position: absolute;
	top: 210px;
	left: 50%;
	z-index: 2;
	width: 579px;
	height: 80px;
	overflow: hidden;
	background-color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.main-searchform-field{
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #fff;
	border: none;
	font-size: 18px;
	color: #505050;
	padding: 0 85px 0 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-searchform-btn{
	top: 32px;
	right: 40px;
	border: none;
	background-color: #fff;
}
.search-list-link p{
	color: #000;
}
/* => Main header image */
/* ------------------------------------------------------------------------------*/
.main-info{
	position: absolute;
	top: 75px;
	left: 0;
	width: 670px;
	height: 291px;
	background-color: #903;
}
.main-info-left{
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #903;
	padding: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	overflow: hidden;
}
.main-info-left .btn{
	position: absolute;
	left: 35px;
	bottom: 35px;
	background-color: #3591d1;
	border-bottom: 1px solid #2573a9;
	border-radius: 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 16px 30px;
}
.main-info-left .btn:hover{
	background-color: #2573a9;
}
.main-info-left p{
	line-height: 26px;
}
.main-info-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	height: 100%;
	background-color: #990033;
	padding: 35px 35px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}
.main-info-right .menu-item{
	font-size: 15px;
	margin-bottom: 10px;
}
.main-info-right .menu-item a{
	color: #fff;
	display: block;
}
.pfl-id{
	display: none;
}
.main-content-header__featured {
	overflow: hidden;
	margin: 0;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
}
@media (min-width: 992px) {
	.main-content-header__featured {
		min-height: 220px;
	}
}
.main-content-header__featured img {
	display: block;
	width: 100%;
	height: auto;
	visibility: hidden;
}
@media (max-width: 767px) {
	.main-content-header__featured img {
		width: auto;
		height: 140px;
	}
}
.main-content-header__featured + .container-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* => Main Content Section */
/* ------------------------------------------------------------------------------*/
.main-content-section{
	max-width: 1600px;
	margin: auto;
	margin-bottom: 30px;
	overflow: hidden;
}
.main-title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: .04em;
}
.single-title{
	font-size: 32px;
	line-height: 42px;
	color: #990033;
	margin: 0 0 25px;
	font-weight: 400;
}
.main-content-header{
	position: relative;
	margin-bottom: 55px;
}

.home-hero-container{
	position: absolute;
	left: 15%;
	top: 0;
}
.nav-container{
	position: absolute;
	top: 0;
	width: 100%;
}


.single-header.no-breadcrumb{
	height: 121px;
}
.single-header-bg{
	width: 1600px;
	height: 121px;
	background-color: #990033;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.main-content-header {
	min-height: 200px;
	margin-bottom: 30px !important;
}
.main-content-header.single-header {
	min-height: 170px;
}
@media (max-width: 767px) {
	.main-content-header {
		margin-bottom: 15px !important;
	}
	.main-content-header.single-header {
		min-height: 140px;
	}
}
.main-content-header .main-title {
	color: #fff;
	position: relative;
	z-index: 2;
	margin-top: 8%;
}
.main-content-header .title-parent {
	text-align: center;
	font-size: 35px;
	font-weight: 300;
	margin: 8% 0 0;
}
@media (min-width: 767px) {
	.main-content-header .title-parent {
		font-size: 50px;
		margin-top: 5%;
	}
	.main-content-header .main-title {
		margin-top: 5%;
	}
	.main-content-header .mainnav-submenu-section + .main-title {
		margin-top: 3%;
	}
}
@media (min-width: 992px) {
	.main-content-header .title-parent {
		font-size: 66px;
		margin-top: 10%;
	}
	.main-content-header .main-title {
		margin-top: 4%;
	}
	.main-content-header .mainnav-submenu-section + .main-title {
		margin-top: 9%;
	}
}
@media (min-width: 1200px) {
	.main-content-header .title-parent {
		font-size: 110px;
		margin-top: 8%;
	}
	.main-content-header .main-title {
		margin-top: 3%;
	}
	.main-content-header .mainnav-submenu-section + .main-title {
		margin-top: 7%;
	}
}
@media (min-width: 1340px) {
	.main-content-header .title-parent {
		margin-top: 10%;
	}
	.main-content-header .main-title {
		margin-top: 3%;
	}
	.main-content-header .mainnav-submenu-section + .main-title {
		margin-top: 12%;
	}
	.page-template-page-sideblocks .main-content-header .mainnav-submenu-section + .main-title {
		margin-top: 9%;
	}
}

.hero-slides{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
	overflow: hidden;
}

.hero-slides .hero-slide{
	width: 100%;
	height: 440px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.main-article{
	margin-bottom: 50px;
}
.main-article a{
	color: #9e0c33;
}
.main-article ul{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
.main-article ul li{
	margin: 0 0 3px;
	padding-left: 18px;
	position: relative;
}
.main-article ul li:before{
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	overflow: hidden;
	background: url(icon/icon-bullet.svg) no-repeat;
}

.main-article table{
	width: 100%;
}
.main-article table th,
.main-article table td{
	padding: 15px 5px;
}
.main-article table th{
	border-bottom: 3px solid #903;
	border-right: 1px solid #c2c2c2;
}
.main-article table td{
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}
.main-article table tr:last-child td{
	border-bottom: none;
}
.main-article table th:first-child,
.main-article table td:first-child{
	padding-left: 0;
}
.main-article table th:last-child,
.main-article table td:last-child{
	padding-right: 0;
	border-right: none;
}
.main-article table th{
	color: #903;
	font-weight: 700;
}
.category-name{
	font-size: 14px;
	color: #3591d1;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.content-image{
	width: 100%;
	margin-bottom: 40px;
}
.content-image img{
	width: 100%;
	height: auto;
}
/* => Main breadcrumb */
/* ------------------------------------------------------------------------------*/
.main-breadcrumb{
	width: 100%;
	height: 62px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
	overflow: hidden;
}
@media (max-width: 767px) {
	.main-breadcrumb {
		display: none;
	}
}
.single-breadcrumb{
	width: 1600px;
	background-color: #f6f7f8;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.main-breadcrumb span{
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 12px;
	display: inline-block;
}
.main-breadcrumb span a span{
	color: #747474;
}
.main-breadcrumb span a:hover span{
	color: #9e0c33;
}
.main-breadcrumb .sep{
	width: 6px;
	height: 8px;
	background: url(icon/icon-breadcrumb.svg) no-repeat;
	text-indent: -3000em;
	overflow: hidden;
	margin: 0 5px;
	padding: 0;
	top: -1px;
}
/* Staff */
.staff-header{
	position: relative;
	min-height: 170px;
}

.staff-categories{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 62px;
	background-color: #903;
}
.staff-first{
	overflow: hidden;
}
.main-list-item.staff-item{
	color: #1b1b1b;
	font-size: 16px;
	overflow: hidden;
}
.staff-image {
	position: relative;
	margin-bottom: 15px;
	height: 0;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #f6f7f8;
	padding-bottom: 120%;
	overflow: hidden;
}
.staff-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.staff-image.no-image img {
	visibility: hidden;
}
.staff-title{
	color: #903;
	font-size: 25px;
	margin: 0 0 3px;
	display: block;
	font-weight: normal;
}
.staff-occupation{
	font-size: 18px;
	margin-bottom: 7px;
	display: block;
}
.staff-email{
	margin-bottom: 3px;
}
.staff-email a{
	display: block;
	color: #1b1b1b;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.staff-email a:hover{
	color: #903;
}
/* => News list */
/* ------------------------------------------------------------------------------*/

.main-list-item{
	margin-bottom: 30px;
}
.main-list-item .date {
	position: relative;
	top: -1px;
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
}
.main-list-item a{
	display: block;
	width: 100%;
	height: 100%;
}
p.main-list-item-photo {
	position: relative;
	padding-bottom: 64.86%;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1;
}
p.main-list-item-photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.main-list-item-category{
	color: #3591d1;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
.main-list-item-title{
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}
.main-list-item a:hover{
	text-decoration: none;
}
.news-list-item{
	margin-bottom: 30px;
	overflow: hidden;
}
.news-list-item a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f6f7f8;
	border: 2px solid transparent;
	padding: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.news-list-item-title{
	margin: 0;
	line-height: 22px;
	margin-bottom: 7px;
}
.news-list-item-date{
	color: #60767d;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 7px;
}
.news-list-item-excerpt{
	font-size: 15px;
	line-height: 21px;
	margin: 0;
	color: #324f58;
}
.news-list-item a:hover{
	background-color: #fff;
	border: 2px solid #f6f7f8;
	text-decoration: none;
}
.news-list-item a:hover .news-list-item-title{
	color: #3591d1;
}
.news-list-item.last-margin:last-child{
	margin-bottom: 0;
}
/* => Main hgroup */
/* ------------------------------------------------------------------------------*/
.main-hgroup{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.main-hgroup-title{
	float: left;
	font-size: 30px;
	font-weight: 300;
	color: #990033;
	position: relative;
	padding-left: 34px;
	margin: 0 0 0 15px;
}
.main-hgroup-title-sb{
	margin-left: 0;
}
.main-hgroup-title:before{
	position: absolute;
	top: 6px;
	left: 0;
	width: 22px;
	height: 22px;
	content: "";
	background: url(icon/icon-title.svg) no-repeat;
}
.main-hgroup-link{
	float: right;
	margin: 12px 15px 0 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.main-hgroup-link-sb{
	margin-right: 0;
}
.pfl-news-list{
	width: 100%;
}
/* => Main sideblocks */
/* ------------------------------------------------------------------------------*/
.main-sideblocks-item{
	width: 100%;
	margin-bottom: 30px;
}
.main-sideblocks-item:first-child{
	margin-top: 15px;
}
a.main-sideblocks__b1{
	display: block;
	background-color: #f0f2f3;
	padding: 50px 20px 50px 112px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	position: relative;
}
a.main-sideblocks__b1:before{
	position: absolute;
	left: 42px;
	top: 50%;
	margin-top: -28px;
	content: "";
	width: 52px;
	height: 56px;
	background: url(icon/icon-calendar_blue.svg) no-repeat;
}
.main-sideblocks__b1-title{
	font-size: 30px;
	line-height: 29px;
	color: #fff;
	margin: 0 0 5px;
	padding: 0;
	color: #3591d1;
}
.main-sideblocks__b1-content{
	color: #324f58;
}
.main-sideblocks__b1-content p{
	margin-bottom: 0;
}
a.main-sideblocks__b1:hover{
	text-decoration: none;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
a.main-sideblocks__b1_2:before{
	background: url(icon/icon-calendar.svg) no-repeat;
}
a.main-sideblocks__b1_2{
	background-color: #903;
}
.main-sideblocks__b1-title_2,
.main-sideblocks__b1-content_2{
	color: #fff;
}
.main-sideblocks__b2{
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(bg-block-account.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
}
.main-sideblocks__b2-title{
	font-size: 30px;
	line-height: 29px;
	color: #fff;
	margin: 0 0 15px;
	padding: 0;
}
.main-sideblocks__b2-content ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.main-sideblocks__b2-content li{
	position: relative;
	padding-left: 28px;
	margin-bottom: 5px;
}
.main-sideblocks__b2-content li:before{
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url(icon/icon-bullet-2.svg) no-repeat;
}
.main-sideblocks__b2-button .btn{
	margin-top: 30px;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 2px;
	padding: 16px 0;
	font-size: 15px;
	text-transform: uppercase;
}
.main-sideblocks__b2-button .btn:hover{
	opacity: .8;
}
.main-sideblocks__b3{
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(bg-block-contact.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
}
.main-sideblocks__b3-title{
	font-size: 30px;
	line-height: 29px;
	color: #fff;
	margin: 0 0 15px;
	padding: 0;
}
.main-sideblocks__b3 a{
	color: #fff;
	text-decoration: underline;
}
.main-sideblocks__b3 a:hover{
	text-decoration: none;
}
.sb-block{
	width: 100%;
	padding: 40px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 30px;
}
.sb-block .sb-title{
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1;
}
.sb-links{
	background-color: #f0f2f3;
}
.sb-links .sb-title{
	color: #3591d1;
}
.sb-links ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sb-links li{
	display: block;
	margin-bottom: 15px;
}
.sb-links li:last-child{
	margin-bottom: 0;
}
.sb-links a{
	color: #324f58;
	font-size: 14px;
	font-weight: 600;
	display: block;
}
.sb-links a:hover{
	text-decoration: none;
	color: #3591d1;
}
.sb-contact{
	background: #990033 url(bg-block-contact.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
}
.sb-contact .sb-title{
	color: #fff;
}
.sb-contact a{
	color: #fff;
	text-decoration: none;
}
.sb-contact a:hover{
	text-decoration: underline;
}
/* => Banner section */
/* ------------------------------------------------------------------------------*/
.main-banner-section{
	margin-top: 30px;
}
.main-banner-section .banner-item{
	margin-bottom: 30px;
	height: 240px;
}
.main-banner-section .banner-inner{
	height: 240px;
	position: relative;
	overflow: hidden;
	position: relative;
	display: block;
}
.main-banner-section .banner-inner .banner-photo{
	width: 100%;
	height: 240px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-banner-section .banner-meta{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 30px;
	background-color: #990033;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.main-banner-section .banner-item .inner{
	background-color: #ccc;
	height: 240px;
}

.hero-banner-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.main-content-header,
.hero-banner-slider .article {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

.hero-banner-slider .article {
	height: 440px;
}
.hero-banner-slider img {
	display: block;
	width: 100%;
	height: auto;
	min-width: 768px;
}
/* => Pagination section */
/* ------------------------------------------------------------------------------*/
.pagination {
	overflow: hidden;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 13px;
}
.pagination .list, .wp-paginate {
	position: relative;
	padding: 10px 0;
}
.pagination .list, .wp-paginate {
	margin: 0;
}
.pagination {
	margin-top: 40px;
	margin: 40px 13px 0;
	text-align: center;
}
.pagination .page, .pagination .prev, .pagination .next, .pagination a, .pagination span, .wp-paginate li {
	display: inline-block;
	color: #a9a9ab;
	font-size: 24px;
	font-weight: 700;
}
.pagination .page{
	margin: 0 15px;
}
.pagination a, .pagination span {
	display: block;
	color: #a9a9ab;
	font-size: 24px;
	padding: 10px 18px;
	border: 1px solid #a9a9ab;
	border-radius: 3px;
}
.pagination .current,
.pagination a:hover{
	color: #990033;
	border: 1px solid #990033;
	text-decoration: none;
}
.wp-paginate .title,
.pagination .prev,
.pagination .next{
	display: none;
}
/* => Tags section */
/* ------------------------------------------------------------------------------*/
.tags{
	width: 100%;
	overflow: hidden;
}
.tags a{
	display: inline-block;
	color: #080808;
	text-transform: uppercase;
	background-color: #e8e9ea;
	border-radius: 2px;
	padding: 12px 20px;
	margin-right: 20px;
}
.tags a:hover{
	text-decoration: none;
	color: #990033;
}
/* => Main footer section */
/* ------------------------------------------------------------------------------*/
.main-footer{
	width: 100%;
	min-height: 400px;
	background: #f0f2f3 url(bg-footer.jpg) repeat-x 0 100%;
	margin-top: 30px;
	position: relative;
	padding: 65px 0;
}
.main-footer .row{
	position: relative;
}
.footer-title{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin: 0 0 25px;
}
.footernav .menu-item{
	display: block;
	margin-bottom: 15px;
}
.footernav .menu-item a{
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.footernav .menu-item a:hover{
	text-decoration: none;
	color: #990033;
}
.footer-col-2 p{
	margin-bottom: 20px;
	line-height: 16px;
	color: #000;
}
.footer-col-2 a{
	color: #000;
}
.footer-contact-name{
	font-weight: 600;
}
.footer-contact-icon{
	padding-left: 20px;
	position: relative;
}
.footer-contact-icon:before{
	position: absolute;
	left: 0;
	content: "";
	width: 14px;
}
.footer-contact-adr:before{
	height: 19px;
	top: -5px;
	background: url(icon/icon-adr.svg) no-repeat;
}
.footer-contact-tel:before{
	height: 21px;
	top: -6px;
	background: url(icon/icon-tel.svg) no-repeat;
}
.footer-contact-email:before{
	height: 13px;
	top: 2px;
	background: url(icon/icon-email.svg) no-repeat;
}
.footer-contact-skype:before{
	height: 21px;
	top: -2px;
	background: url(icon/icon-skype.svg) no-repeat;
}
.footer-contact-parking:before{
	height: 21px;
	top: 0;
	background: url(icon/icon-parking.svg) no-repeat;
}
.footer-col-3{
	padding-top: 40px;
}
.f-icon{
	width: 46px;
	height: 45px;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 17px 17px 0;
	background-repeat: repeat;
	background-position: 50% 50%;
}
.f-icon.icon-facebook{
	background: url(icon/icon-facebook.svg);
}
.f-icon.icon-instagram{
	background: url(icon/icon-instagram.svg);
}
.f-icon.icon-twitter{
	background: url(icon/icon-twitter.svg);
}
.f-icon.icon-youtube{
	background: url(icon/icon-youtube.svg);
}
.f-icon.icon-rss{
	background: url(icon/icon-rss.svg);
}
.f-icon:hover{
	opacity: .9;
}

/* => Other */
/* ------------------------------------------------------------------------------*/
/**
 * 	Core Owl Carousel CSS File
 *	v1.24
 *
**/

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: absolute;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-buttons {
	display: block;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-pagination {
	position: absolute;
	right: 30px;
	left: 30px;
	bottom: 70px;
	z-index: 1;
	text-align: center;
}
.home .owl-pagination {
	bottom: 20px;
}
@media (max-width: 767px) {
	.owl-pagination {
		bottom: 10px;
	}
}
.owl-page {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	position: relative;
}

.owl-page:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '\00ad';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #a5a9aa;
}
.owl-page.active:after,
.owl-page:hover:after {
	border-color: transparent transparent #990033;
}
.owl-buttons {
	display: none;
}

/* mouse grab icon */
.grabbing {
	cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: .72}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding: 20px;}
#cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(controls.png) no-repeat 0 0;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
	0% {opacity: 1}
}
@-moz-keyframes empty {
	0% {opacity: 1}
}
@keyframes empty {
	0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-moz-keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@keyframes fadeOut {
	0% { opacity:1; }
	100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
	25% { opacity: .5; -moz-transform: translateZ(-500px); }
	75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
	25% { opacity: .5; transform: translateZ(-500px); }
	75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
	0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -moz-transform: translateZ(-500px); }
	100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
	0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; transform: translateZ(-500px); }
	100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
	to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
	to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
	from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
	from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
	from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
	from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
	from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
	to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
	to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
	to { opacity: 0; transform: scale(1.5); }
}

@media (max-width: 1600px){
	.single-header-bg{
		width: 100%;
		left: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
	.single-breadcrumb{
		width: 100%;
		left: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
}
@media (max-width: 1200px){
	.main-header{
		height: 70px;
	}
	.main-logo{
		top: 15px;
		left: 0;
		z-index: 20000;
	}
	.main-search-icon{
		top: 30px;
		right: 40px;
	}
	.main-info,
	.pfl-id{
		display: none !important;
	}
	.main-sideblocks__b1-title,
	.main-sideblocks__b2-title,
	.main-sideblocks__b3-title{
		font-size: 22px;
		line-height: 24px;
	}
}
@media (max-width: 992px){
	.mainnav-submenu-section{
		display: none;
	}
}

@media (max-width: 768px){
	.main-search-icon{
		right: 30px;
	}
	.main-searchform{
		width: 80%;
	}
	.container{
		margin: 0 15px;
	}
	.alignright,
	.alignleft{
		float: none;
		margin: 0 0 20px;
		width: 100%;
		height: auto;
	}
	img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.main-article table th,
	.main-article table td{
		padding: 15px;
	}
}
