@charset "UTF-8";

body {
	position: relative;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

*:focus {
	outline: none !important;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
	background: #fff;
	font-family: "Dosis", sans-serif;
	font-size: 18px;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;
}

h4, .h4 {
	margin: 0 0 36px 0;
	font-size: 30px;
	font-weight: 600;
	color: #56509f;
}

a {
	color: #ff6682;
}

a:hover, a:focus {
	color: #ff6682;
	text-decoration: underline;
}

#wrapper {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.header-holder {
	position: relative;
	width: 100%;
	z-index: 99;
}

.logo {
	height: 100px;
	line-height: 100px;
	float: left;
}

.logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.header .logo {
	max-width: 25%;
}

.stm-nav__menu {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 0;
}

.stm-nav__menu > li {
	display: inline-block;
	padding: 0 15px;
	margin: 0;
	font-weight: 700;
	font-size: 18px;
}

.stm-nav__menu > li:not(:last-child) {
	margin-bottom: 0;
}

.stm-nav__menu > li:before {
	content: none;
}

.stm-nav__menu > li > a:focus, .stm-nav__menu > li > a:hover {
	text-decoration: none;
}

.stm-nav_type_header {
	position: relative;
	float: right;
	z-index: 99;
}

.stm-nav__menu_type_header {
	margin-right: -24px;
}

.stm-nav__menu_type_header > .menu-item {
	position: relative;
	padding: 0;
	margin: 0 25px;
	font-size: 18px;
	z-index: 9;
}

.stm-nav__menu_type_header > .menu-item > a {
	position: relative;
	display: block;
	height: 100px;
	line-height: 100px;
	white-space: nowrap;
	transition: all .3s ease;
	color: #56509f;
}

.stm-nav__menu_type_header > .menu-item:hover > a:after, .stm-nav__menu_type_header > .menu-item.current-menu-parent > a:after, .stm-nav__menu_type_header > .menu-item.current-menu-item > a:after {
	visibility: visible;
	opacity: 1;
}

.stm-nav__menu_type_header > .menu-item .sub-menu {
	position: absolute;
	background: #fff;
	min-width: 150px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: all .3s ease;
	border-radius: 0 0 15px 15px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .3);
}

.stm-nav__menu_type_header > .menu-item .sub-menu:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #ff6682;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item {
	position: relative;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a {
	position: relative;
	display: block;
	white-space: nowrap;
	padding: 9px 30px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
	color: #56509f;
	overflow: hidden;
	transition: all .3s ease;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a:before {
	content: "›";
	font-family: "Times New Roman", serif;
	position: absolute;
	left: 10px;
	top: 8px;
	font-size: 16px;
	color: #56509f;
	transition: all .3s ease;
	z-index: 1;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a:focus {
	text-decoration: none;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:last-child a {
	border-radius: 0 0 15px 15px;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:hover > a {
	text-decoration: none;
	background: #ff6682;
	color: #fff;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:hover > a:before {
	color: #fff;
}

.stm-nav__menu_type_header > .menu-item:last-child > .sub-menu {
	left: auto;
	right: 0;
}

.stm-nav__menu_type_header > .menu-item:hover > a {
	color: #ff6682;
}

.stm-nav__menu_type_header > .menu-item:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.header_view-style_1 {
	background: #fff;
}

.header_view-style_1 .stm-nav_type_header {
	float: left;
}

.header_view-style_1 .nav_menu_indent {
	width: 76px;
	float: left;
	height: 100px;
}

.header_view-style_1 .header__content {
	float: left;
	width: 100%;
}

.header_view-style_1 .stm-nav__menu_type_header > .menu-item .sub-menu {
	left: -25px;
}

.header_view-style_2 .header__content {
	background: transparent;
}

.header_view-style_2 .header__content:after {
	content: "";
	display: table;
	clear: both;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item {
	margin: 0 4px;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item > a {
	padding: 0 28px;
	position: relative;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #ea4335;
	transition: .2s linear;
	z-index: -1;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu:before {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item a:before {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item:hover a {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) a:before {
	background-color: #fbbc05;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu:before {
	background-color: #fbbc05;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu .menu-item a:before {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu .menu-item:hover a {
	background-color: #fbbc05;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) a:before {
	background-color: #96cd39;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu:before {
	background-color: #96cd39;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu .menu-item a:before {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu .menu-item:hover a {
	background-color: #96cd39;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) a:before {
	background-color: #4285f4;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu:before {
	background-color: #4285f4;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu .menu-item a:before {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu .menu-item:hover a {
	background-color: #4285f4;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) a:before {
	background-color: #ac40ff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu:before {
	background-color: #ac40ff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu .menu-item a:before {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu .menu-item:hover a {
	background-color: #ac40ff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) a:before {
	background-color: #f09;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu:before {
	background-color: #f09;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu .menu-item a:before {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu .menu-item:hover a {
	background-color: #f09;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) a:before {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu:before {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu .menu-item a:before {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu .menu-item:hover a {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:hover a {
	color: #fff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:hover a:before {
	height: 100%;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item a {
	color: #56509f;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item:hover a {
	color: #fff;
}

.header_view-style_3 .header__content {
	position: relative;
	background-color: #fff;
}

.header_view-style_3 .header__content:after {
	content: "";
	display: table;
	clear: both;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item {
	margin: 20px 0 0;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item > a {
	height: auto;
	padding: 0 30px;
	line-height: 58px;
	border-radius: 20px;
	color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:hover a {
	color: #fff !important;
	background-color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu {
	margin-top: 22px;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu:before {
	background-color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a {
	color: #56509f !important;
	background-color: transparent !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > a:hover {
	color: #fff !important;
	background-color: #ea4335 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu:before {
	background-color: #fbbc05;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n) > a {
	color: #fbbc05;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n):hover a {
	background-color: #fbbc05;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n):hover a:hover {
	background-color: #fbbc05 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu:before {
	background-color: #96cd39;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n) > a {
	color: #96cd39;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n):hover a {
	background-color: #96cd39;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n):hover a:hover {
	background-color: #96cd39 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu:before {
	background-color: #4285f4;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n) > a {
	color: #4285f4;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n):hover a {
	background-color: #4285f4;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n):hover a:hover {
	background-color: #4285f4 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu:before {
	background-color: #ac40ff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n) > a {
	color: #ac40ff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n):hover a {
	background-color: #ac40ff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n):hover a:hover {
	background-color: #ac40ff !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu:before {
	background-color: #f09;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n) > a {
	color: #f09;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n):hover a {
	background-color: #f09;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n):hover a:hover {
	background-color: #f09 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu:before {
	background-color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n) > a {
	color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n):hover a {
	background-color: #ea4335;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n):hover a:hover {
	background-color: #ea4335 !important;
}

.header_view-style_4 {
	background-color: rgba(255, 255, 255, .75);
}

.header_view-style_4 .header__content {
	float: left;
	width: 100%;
}

.header_view-style_4 .logo {
	float: none;
	height: 90px;
	line-height: 90px;
	max-width: 100%;
}

.header_view-style_4 .stm-nav_type_header {
	display: table;
	width: 100%;
}

.header_view-style_4 .stm-nav__menu_type_header {
	display: table-cell;
	vertical-align: middle;
	width: 42.5%;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item {
	margin: 0;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a {
	border-radius: 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a:hover {
	background-color: #f09;
	color: #fff;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item .sub-menu {
	margin-top: 15px;
}

.header-mobile {
	display: none;
	background: #fff;
}

.header-mobile .logo {
	padding: 15px 0;
	line-height: 1;
	height: auto;
	vertical-align: middle;
}

.header-mobile .header-mobile__logo {
	position: relative;
	padding: 0 80px 0 20px;
}

.header-mobile .header-mobile__logo:after {
	content: "";
	display: table;
	clear: both;
}

.header-mobile .stm-nav_type_mobile-header {
	display: none;
}

.header-mobile .header-mobile__nav-control {
	height: 100%;
	width: 75px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.header-mobile .header-mobile__control-line {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	height: 2px;
	width: 20px;
	background: #011b3a;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-mobile .header-mobile__control-line:after, .header-mobile .header-mobile__control-line:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background: #011b3a;
}

.header-mobile .header-mobile__control-line:before {
	top: -7px;
	transition: top .3s .3s, -webkit-transform .3s 0s;
	transition: top .3s .3s, transform .3s 0s;
	transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
}

.header-mobile .header-mobile__control-line:after {
	bottom: -7px;
	transition: bottom .3s .3s, -webkit-transform .3s 0s;
	transition: bottom .3s .3s, transform .3s 0s;
	transition: bottom .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
}

.stm-nav__menu_type_mobile-header li {
	display: block;
	padding: 0;
	text-align: center;
}

.stm-nav__menu_type_mobile-header li a {
	display: block;
	line-height: 1;
}

.stm-nav__menu_type_mobile-header li a:hover, .stm-nav__menu_type_mobile-header li a:focus {
	text-decoration: none;
}

.stm-nav__menu_type_mobile-header li ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.stm-nav__menu_type_mobile-header > li {
	border-top: 1px solid #bfbfbf;
}

.stm-nav__menu_type_mobile-header > li > ul {
	display: none;
	position: relative;
	list-style: none;
	box-shadow: 0 -4px 0 #ff6682;
}

.stm-nav__menu_type_mobile-header > li > a {
	padding: 17px 15px;
	background: #fff;
	font-size: 16px;
	color: #011b3a;
}

.stm-nav__menu_type_mobile-header > li ul {
	position: relative;
	display: none;
	background: #56509f;
	box-shadow: 0 -4px 0 #ff6682;
}

.stm-nav__menu_type_mobile-header > li ul li:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, .25);
}

.stm-nav__menu_type_mobile-header > li ul li a {
	padding: 18.5px 15px;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}

.content {
	min-height: 520px;
	padding-top: 60px;
	padding-bottom: 100px;
}

.content_type_vc {
	padding: 0;
}

.vc_row[data-vc-full-width] {
	overflow: visible !important;
}

.footer .copyright {
	background-color: #fff;
	margin: 0 -5000px;
	padding: 28px 5000px 34px;
	letter-spacing: .28px;
	text-align: center;
	font-size: 14px;
	color: #808080;
}

.footer_type_default {
	background: #56509f;
}

.widget-area_type_footer {
	padding-top: 61px;
	padding-bottom: 53px;
}

.list_unstyle {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.top-bar-mobile {
	display: none;
	padding: 0 20px;
	background: #fff;
	border-bottom: 1px solid #bfbfbf;
}

.top-bar-mobile:after {
	content: "";
	display: table;
	clear: both;
}

.stm-page-head {
	position: relative;
	background-position: bottom center;
	background: #56509f;
	padding: 22px 0 78px;
	background-size: cover;
}

.stm-page-head .breadcrumbs {
	color: #fff;
}

.stm-page-head__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stm-page-head__content {
	position: relative;
	z-index: 1;
}

.stm-page-head_size_small {
	padding-top: 22px;
	padding-bottom: 28px;
}

.stm-page-head_color_white .stm-page-head__overlay {
	background: rgba(86, 80, 159, .5);
}

.widget_nav_menu ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_footer .widget_title {
	margin-bottom: 19px;
	font-weight: 700;
	line-height: 30px;
	font-size: 18px;
	color: #fd0;
}

.widget_footer .textwidget {
	line-height: 26px;
	color: #fff;
}

.widget_footer.widget_nav_menu .menu {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.widget_footer.widget_nav_menu .menu > li {
	float: left;
	width: 50%;
	margin-bottom: 8px;
}

.widget_footer.widget_nav_menu .menu > li:nth-child(2n) {
	padding-left: 13px;
}

.widget_footer.widget_nav_menu .menu > li:last-child {
	margin-bottom: 0;
}

.widget_footer.widget_nav_menu .menu > li > a {
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #fff;
	transition: all .3s ease;
}

.widget_footer.widget_nav_menu .menu > li > a:before {
	content: "›";
	font-family: "Times New Roman";
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 16px;
	color: #fd0;
}

.widget_footer.widget_nav_menu .menu > li > a:hover {
	color: #fff;
}

.widget_contact-details .widget_title {
	margin-bottom: 24px;
}

.widget_footer .list_contact-details .list__item {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
}

.widget_footer .list_contact-details .list__item:before {
	font-family: "stm-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 3px;
	color: #fd0;
}

.widget_footer .list_contact-details .list__item:last-child {
	margin-bottom: 0;
}

.widget_footer .list_contact-details .list__item a {
	color: #ff6682;
	text-decoration: none;
	transition: all .3s ease;
}

.widget_footer .list_contact-details .list__item a:focus, .widget_footer .list_contact-details .list__item a:hover {
	text-decoration: underline;
}

.widget_footer .list_contact-details .list__item_address:before {
	content: "";
	font-size: 17px;
	margin-left: 1px;
}

.widget_footer .list_contact-details .list__item_telephone:before {
	content: "";
	font-size: 15.5px;
	margin-left: 2px;
}

.widget_footer .list_contact-details .list__item_email:before {
	content: "";
	font-size: 11.5px;
	margin-top: 3px;
}

.widget_footer .list_contact-details .list__item_schedule:before {
	content: "";
}

.breadcrumbs {
	margin-bottom: 40px;
	line-height: 24px;
	font-size: 14px;
	color: #a6a6a6;
}

.stm-page-head .breadcrumbs {
	margin-bottom: 43px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 1200px) {
	.row > .col-lg-2:nth-child(6n+1), .row > .col-lg-3:nth-child(4n+1), .row > .col-lg-4:nth-child(3n+1), .row > .col-lg-6:nth-child(2n+1) {
		clear: both;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.row > .col-md-2:nth-child(6n+1), .row > .col-md-3:nth-child(4n+1), .row > .col-md-4:nth-child(3n+1), .row > .col-md-6:nth-child(2n+1) {
		clear: both;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.row > .col-sm-2:nth-child(6n+1), .row > .col-sm-3:nth-child(4n+1), .row > .col-sm-4:nth-child(3n+1), .row > .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
	
	.stm-nav__menu > li {
		padding: 0 10px;
	}
	
	.stm-nav__menu_type_header {
		margin-right: -10px;
	}
	
	.stm-nav__menu_type_header > .menu-item {
		margin: 0 10px;
	}
	
	.widget_footer {
		margin-bottom: 40px;
	}
	
	.widget-area_type_footer > .row {
		margin-bottom: -40px;
	}
	
	.widget-area_type_footer > .row .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 767px) {
	.row > .col-xs-2:nth-child(6n+1), .row > .col-xs-3:nth-child(4n+1), .row > .col-xs-4:nth-child(3n+1), .row > .col-xs-6:nth-child(2n+1) {
		clear: both;
	}
	
	.header-holder {
		position: relative;
	}
	
	.header, .top-bar {
		display: none;
	}
	
	.top-bar-mobile, .header-mobile {
		display: block;
	}
	
	.stm-page-head, .stm-page-head_size_medium, .stm-page-head_size_small {
		padding: 78px 0;
	}
	
	.widget_footer {
		margin-bottom: 40px;
	}
	
	.widget-area_type_footer > .row {
		margin-bottom: -40px;
	}
	
	.widget-area_type_footer > .row .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 1199px) {
	.header_view-style_1 .nav_menu_indent {
		display: none;
	}
	
	.header_view-style_1 .stm-nav_type_header {
		text-align: center;
		margin-left: 22px;
	}
	
	.header_view-style_1 .stm-nav_type_header .stm-nav__menu_type_header > .menu-item {
		margin: 0 17px;
	}
	
	.header_view-style_1 .stm-nav_type_header .stm-nav__menu_type_header > .menu-item .sub-menu {
		left: -9px;
	}
	
	.header_view-style_2 .logo, .header_view-style_3 .logo {
		max-width: 16%;
		height: 80px;
		line-height: 80px;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu, .header_view-style_3 .stm-nav .stm-nav__menu {
		display: table;
		width: 100%;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item {
		display: table-cell;
		margin: 0;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item a, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item a {
		height: 80px;
		line-height: 80px;
		padding: 0 20px;
		text-align: center;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu {
		display: block;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item {
		display: block;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item a, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item a {
		height: auto;
		text-align: left;
		padding: 9px 30px;
		line-height: 20px;
	}
	
	.header_view-style_4 .stm-nav__menu_type_header {
		padding-top: 10px;
		vertical-align: top;
	}
	
	.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a {
		height: 70px;
		line-height: 70px;
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.header_view-style_1 .logo {
		max-width: 14%;
		height: 60px;
		line-height: 60px;
	}
	
	.header_view-style_1 .stm-nav_type_header .stm-nav__menu_type_header > .menu-item {
		margin: 0 12px;
		font-size: 15px;
	}
	
	.header_view-style_1 .stm-nav_type_header .stm-nav__menu_type_header > .menu-item a {
		height: 70px;
		line-height: 68px;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item a, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item a {
		height: 80px;
		line-height: 80px;
		padding: 0 7px;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu {
		display: block;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item {
		display: block;
	}
	
	.header_view-style_2 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item a, .header_view-style_3 .stm-nav .stm-nav__menu .menu-item .sub-menu .menu-item a {
		height: auto;
		text-align: left;
		padding: 9px 30px;
		line-height: 20px;
	}
	
	.header_view-style_4 .stm-nav__menu_type_header {
		padding-top: 10px;
		vertical-align: top;
	}
	
	.header_view-style_4 .stm-nav__menu_type_header > .menu-item {
		font-size: 15px;
	}
	
	.header_view-style_4 .stm-nav__menu_type_header > .menu-item > a {
		height: 70px;
		line-height: 70px;
		padding: 0 10px;
	}
	
	.stm-nav_type_header .stm-nav__menu_type_header > .menu-item .sub-menu li a {
		height: auto;
		line-height: 20px;
		text-align: left;
	}
}

@media only screen and (max-width: 768px) {
	.header-holder {
		position: relative;
	}
	
	.header, .top-bar {
		display: none;
	}
	
	.top-bar-mobile, .header-mobile {
		display: block;
	}
	
	.stm-nav__menu > li {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.stm-page-head .breadcrumbs {
		margin-bottom: 25px;
	}
}