@charset "UTF-8";

body #wp-admin-bar-stm_lms_settings a {
	display: flex !important;
	width: 125px;
}

body #wp-admin-bar-stm_lms_settings a img {
	margin-right: 10px;
}

p img {
	max-width: 100%;
	height: auto;
}

.post-password-form label {
	margin-bottom: 0;
}

.select2-dropdown {
	z-index: 9999;
}

h1, .h1 {
	margin: 0 0 33px 0;
	font-size: 60px;
	font-weight: 400;
	font-family: "Grand Hotel", cursive;
	color: #56509f;
}

h2, .h2 {
	margin: 0 0 34px 0;
	font-size: 42px;
	font-weight: 500;
	color: #56509f;
}

h3, .h3 {
	margin: 0 0 35px 0;
	font-size: 36px;
	font-weight: 500;
	color: #56509f;
}

h5, .h5 {
	margin: 0 0 27px 0;
	font-size: 24px;
	font-weight: 600;
	color: #56509f;
}

h6, .h6 {
	margin: 0 0 28px 0;
	font-size: 18px;
	font-weight: 700;
	color: #56509f;
}

p {
	margin-bottom: 30px;
	line-height: 30px;
	color: #595959;
}

p:last-child {
	margin-bottom: 0;
}

dl {
	margin: 0 20px;
}

dl dd {
	margin-bottom: 20px;
}

pre {
	border-radius: 0;
	border: none;
	background: #eee;
	padding: 25px;
	margin-bottom: 30px;
}

blockquote {
	padding: 20px 50px 20px;
	border-left: 4px solid #95cc47;
	font-size: 16px;
}

blockquote cite {
	display: block;
	margin-top: 31px;
	font-style: normal;
	font-size: 15px;
}

.demo-buttons-group {
	max-width: 1920px;
}

.stm-bg_color_pink {
	background-color: #ff6682 !important;
}

.stm-background_color_pink {
	background-color: #ff6682 !important;
}

.stm-border_color_pink {
	border-color: #ff6682 !important;
}

.stm-font_color_pink {
	color: #ff6682 !important;
}

.stm-border-bottom_color_pink {
	border-bottom-color: #ff6682 !important;
}

.stm-bg_color_yellow {
	background-color: #fd0 !important;
}

.stm-background_color_yellow {
	background-color: #fd0 !important;
}

.stm-border_color_yellow {
	border-color: #fd0 !important;
}

.stm-font_color_yellow {
	color: #fd0 !important;
}

.stm-icon_color_yellow {
	color: #fd0 !important;
}

.stm-border-bottom_color_yellow {
	border-bottom-color: #fd0 !important;
}

.stm-bg_color_lilac {
	background-color: #56509f !important;
}

.stm-background_color_lilac {
	background-color: #56509f !important;
}

.stm-border_color_lilac {
	border-color: #56509f !important;
}

.stm-font_color_lilac {
	color: #56509f !important;
}

.stm-icon_color_lilac {
	color: #56509f !important;
}

.stm-border-bottom_color_lilac {
	border-bottom-color: #56509f !important;
}

.stm-font_color_gray {
	color: #808080;
}

.stm-font_color_dark-gray {
	color: #595959;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.header-holder.header_holder_small {
	margin-bottom: 20px;
}

.home .header-holder {
	position: absolute;
	margin-bottom: 0;
}

.home.blog .header-holder {
	position: inherit;
}

.home .header-holder_view-style_1 .header__content {
	border-bottom: 0 !important;
}

.header.affix {
	width: 100%;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .3);
}

.logo_type_text .logo__inner {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.logo_type_text .logo__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.logo_type_text .logo__description {
	font-size: 14px;
	line-height: 1;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:last-child > .sub-menu {
	border-radius: 0 15px 15px 15px;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:last-child > .sub-menu > .menu-item:first-child a {
	border-radius: 0 15px 0 0;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:last-child > .sub-menu > .menu-item:last-child a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu {
	left: 100%;
	top: 0;
	border-radius: 0 15px 15px 0;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu:before {
	display: none;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu > .menu-item > a {
	background: #fff;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu > .menu-item:hover a {
	background: #ff6682;
	color: #fff;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu > .menu-item:hover a:before {
	color: #fff;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu > .menu-item:first-child a {
	border-radius: 0 15px 0 0;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu > .menu-item:last-child a {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 0;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item:hover > a, .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item > a {
	background-color: #ff6682 !important;
	color: #fff;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item:hover > a:before, .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item > a:before {
	color: #fd0;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.stm-nav__menu_type_header > .menu-item .sub-menu.sub-menu_show_to-left {
	left: auto;
	right: 100%;
}

.stm-nav__menu_type_header > .menu-item .sub-menu.sub-menu_show_to-left > .menu-item > .sub-menu.sub-menu_show_to-left {
	left: auto;
	right: 100%;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu.sub-menu_show_to-left {
	left: auto;
	right: 100%;
	border-radius: 15px 0 15px 15px;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu.sub-menu_show_to-left .menu-item:first-child a {
	border-radius: 15px 0 0 0;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item > .sub-menu.sub-menu_show_to-left .menu-item:last-child a {
	border-bottom-left-radius: 15px;
}

.stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item:last-child > .sub-menu.sub-menu_show_to-left:last-child a {
	border-bottom-right-radius: 15px;
}

.stm-nav__menu_type_header > .menu-item.current-menu-item:hover > a, .stm-nav__menu_type_header > .menu-item.current-menu-item > a {
	color: #ff6682;
}

.header_holder_small .header_view-style_1 .header__content, .header_holder_small .header_view-style_2 .header__content, .header_holder_small .header_view-style_3 .header__content, .header_holder_small .header_view-style_4 .header__content {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.home .header_holder_small .header_view-style_1 .header__content, .home .header_holder_small .header_view-style_2 .header__content, .home .header_holder_small .header_view-style_3 .header__content, .home .header_holder_small .header_view-style_4 .header__content {
	border-bottom: 0;
}

.header_view-style_1 .top-bar__search {
	float: right;
	min-width: 50px;
	height: 50px;
	margin-top: 25px;
	border: 2px solid #ff6682;
	border-radius: 200px;
	position: relative;
	z-index: 100;
}

.header_view-style_1 .top-bar__search .stm-search-form {
	position: relative;
	padding-top: 3px !important;
}

.header_view-style_1 .top-bar__search .stm-search-form__submit {
	position: absolute;
	top: 8px;
	right: 7px;
	height: 32px;
	width: 30px;
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
	color: #808080;
	font-size: 18px;
	z-index: 2;
}

.header_view-style_1 .top-bar__search .stm-search-form__submit .stm-icon.stm-icon-search:before {
	content: "";
	color: #56509f;
}

.header_view-style_1 .top-bar__search .stm-search-form__field {
	position: relative;
	width: 30px;
	padding-top: 6px;
	padding-bottom: 5px;
	background: none;
	border: 0;
	z-index: 1;
	font-size: 0;
	color: transparent;
	transition: all .3s ease;
}

.header_view-style_1 .top-bar__search .stm-search-form__field.stm-search-form__field_active {
	font-size: 14px;
}

.header_view-style_1 .top-bar__search .stm-search-form__field::-webkit-input-placeholder {
	color: transparent;
	transition: all .3s ease;
}

.header_view-style_1 .top-bar__search .stm-search-form__field_active {
	width: 170px;
	padding-left: 18px;
	padding-right: 30px;
	border: 0;
	color: #fff;
}

.header_view-style_1 .top-bar__search .stm-search-form__field_active::-webkit-input-placeholder {
	color: #fff;
}

.header_view-style_1 .top-bar__search:hover {
	background-color: #ff6682;
	color: #fff;
}

.header_view-style_1 .top-bar__search:hover .stm-icon.stm-icon-search:before {
	color: #fff;
}

.header_view-style_1 .top-bar__search.stm-search-form__field_active {
	background-color: #ff6682;
	color: #fff;
}

.header_view-style_1 .top-bar__search.stm-search-form__field_active .stm-icon.stm-icon-search:before {
	color: #fff;
}

.header_view-style_2 .shopping-cart_small {
	border-color: transparent;
	margin-left: 50px;
}

.header_view-style_2 .shopping-cart_small:hover {
	background-color: transparent;
}

.header_view-style_2 .shopping-cart_small:hover .shopping-cart__left {
	color: #ff6682;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item .menu-item a {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item .menu-item:hover a {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item.current-menu-item > a {
	color: #fff !important;
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item.current-menu-item:hover > a:before, .header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item.current-menu-item > a:before {
	color: #fff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item.current-menu-item > a {
	color: #fff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item.current-menu-item:hover > a:before, .header_view-style_2 .stm-nav__menu_type_header > .menu-item.current-menu-item > a:before {
	height: 100%;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu .menu-item .menu-item a {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu .menu-item .menu-item:hover a {
	background-color: #fbbc05;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu .menu-item.current-menu-item > a {
	background-color: #fbbc05;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu .menu-item .menu-item a {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu .menu-item .menu-item:hover a {
	background-color: #96cd39;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu .menu-item.current-menu-item > a {
	background-color: #96cd39;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu .menu-item .menu-item a {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu .menu-item .menu-item:hover a {
	background-color: #4285f4;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu .menu-item.current-menu-item > a {
	background-color: #4285f4;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu .menu-item .menu-item a {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu .menu-item .menu-item:hover a {
	background-color: #ac40ff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu .menu-item.current-menu-item > a {
	background-color: #ac40ff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu .menu-item .menu-item a {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu .menu-item .menu-item:hover a {
	background-color: #f09;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu .menu-item.current-menu-item > a {
	background-color: #f09;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu .menu-item .menu-item a {
	background-color: transparent;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu .menu-item .menu-item:hover a {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu .menu-item.current-menu-item:hover > a, .header_view-style_2 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu .menu-item.current-menu-item > a {
	background-color: #ea4335;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item .menu-item a {
	color: #56509f;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item .menu-item:hover a {
	color: #fff;
}

.header_view-style_2 .stm-nav__menu_type_header > .menu-item .sub-menu .menu-item .menu-item:hover a:before {
	color: #fff;
}

.home .header_view-style_3 .header__content {
	border-radius: 25px;
	padding: 0 20px 0 30px;
}

.header_view-style_3 .shopping-cart_small {
	border-color: transparent;
	margin-left: 50px;
}

.header_view-style_3 .shopping-cart_small:hover {
	background-color: transparent;
}

.header_view-style_3 .shopping-cart_small:hover .shopping-cart__left {
	color: #ff6682;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item > a {
	background: #ea4335 !important;
	color: #fff !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item:hover > a:before, .header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item > a:before {
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item .menu-item a:hover:before {
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item.current-menu-item > a {
	background: #ea4335;
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n).current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n).current-menu-item > a {
	background: #fbbc05;
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(2n) .sub-menu > .menu-item.current-menu-item > a {
	background: #fbbc05 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n).current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n).current-menu-item > a {
	background: #96cd39;
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(3n) .sub-menu > .menu-item.current-menu-item > a {
	background: #96cd39 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n).current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n).current-menu-item > a {
	background: #4285f4;
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(4n) .sub-menu > .menu-item.current-menu-item > a {
	background: #4285f4 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n).current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n).current-menu-item > a {
	background: #ac40ff;
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(5n) .sub-menu > .menu-item.current-menu-item > a {
	background: #ac40ff !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n).current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n).current-menu-item > a {
	background: #f09;
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(6n) .sub-menu > .menu-item.current-menu-item > a {
	background: #f09 !important;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n).current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n).current-menu-item > a {
	background: #ea4335;
	color: #fff;
}

.header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_3 .stm-nav__menu_type_header > .menu-item:nth-child(7n) .sub-menu > .menu-item.current-menu-item > a {
	background: #ea4335 !important;
}

.header_view-style_4 .stm-nav_type_header .logo-center-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 15%;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item:hover > a, .header_view-style_4 .stm-nav__menu_type_header > .menu-item .sub-menu > .menu-item.current-menu-item > a {
	background: #ff6682;
}

.header_view-style_4 .stm-nav__menu_type_header > .menu-item.current-menu-item:hover > a, .header_view-style_4 .stm-nav__menu_type_header > .menu-item.current-menu-item > a {
	background: #f09;
	color: #fff;
}

.header-mobile .logo_type_text .logo__title {
	color: #011b3a;
}

.header-mobile .logo_type_text .logo__description {
	color: #808080;
}

.header-mobile .header-mobile__nav-control.active .header-mobile__control-line {
	background: 0 0;
}

.header-mobile .header-mobile__nav-control.active .header-mobile__control-line:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: top .3s 0s, -webkit-transform .3s .3s;
	transition: top .3s 0s, transform .3s .3s;
	transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.header-mobile .header-mobile__nav-control.active .header-mobile__control-line:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: bottom .3s 0s, -webkit-transform .3s .3s;
	transition: bottom .3s 0s, transform .3s .3s;
	transition: bottom .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.stm-nav__menu_type_mobile-header > li > ul > li > ul {
	background: #011b3a;
}

.stm-nav__menu_type_mobile-header > li > ul > li > ul > li:not(:first-child) {
	border-top: 1px solid rgba(255, 255, 255, .25);
}

.stm-nav__menu_type_mobile-header > li > ul > li > ul > li a {
	background: #011b3a;
}

.sidebar_type_blog .widget {
	margin-bottom: 30px;
}

.single-stm_course .content, .single-stm_teacher .content {
	padding: 0;
}

.woocommerce-page .content {
	padding-top: 5px;
}

.vc_row[data-vc-full-width].vc_parallax {
	overflow: hidden !important;
}

.site-layout_boxed {
	transition: background .3s ease;
}

.site-layout_boxed.site-bg_image {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-layout_boxed #wrapper {
	max-width: 1196px;
	background-color: #f8f8f8;
	box-shadow: 0 0 25px rgba(0, 0, 0, .35);
}

body.site-bg_img_1 {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_img_1.jpg");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_img_1.jpg";
}

body.site-bg_img_2 {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_img_2.jpg");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_img_2.jpg";
}

body.site-bg_img_2.lzl:not(.lzl-ed), body.site-bg_img_2.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUACAYAAACmjU83AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA2YMDAQAAAAAg/9dGUFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVagBfv4AAAVnSURBVFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWkPDgkAAAAABP1/7QkjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwCDcoAAS6s+iAAAAAASUVORK5CYII=");
}

body.site-bg_pattern_1 {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_pattern_1.jpg");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_pattern_1.jpg";
}

body.site-bg_pattern_1.lzl:not(.lzl-ed), body.site-bg_pattern_1.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgCAYAAADbcAZoAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAJyElEQVR42u3BMQEAAADCoPVPbQ0PoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHg0FWkAAZSjnYAAAAAASUVORK5CYII=");
}

body.site-bg_pattern_2 {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_pattern_2.jpg");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_pattern_2.jpg";
}

body.site-bg_pattern_2.lzl:not(.lzl-ed), body.site-bg_pattern_2.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAYAAADL1t+KAAAACXBIWXMAAA7EAAAOxAGVKw4bAAARIUlEQVR4Ae3QgQAAAADDoPlTH+SFUGHAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDLwMDRRUAAfTgT5UAAAAASUVORK5CYII=");
}

body.site-bg_pattern_3 {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_pattern_3.jpg");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/background/bg_pattern_3.jpg";
}

body.site-bg_pattern_3.lzl:not(.lzl-ed), body.site-bg_pattern_3.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAYAAADL1t+KAAAACXBIWXMAAA7EAAAOxAGVKw4bAAARIUlEQVR4Ae3QgQAAAADDoPlTH+SFUGHAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDLwMDRRUAAfTgT5UAAAAASUVORK5CYII=");
}

.footer_compact {
	padding-top: 29px;
}

ul.stm-list-1, ul.stm-list-1-white, ul.stm-list-1-blue, ul.stm-list-2, ul.stm-list-2-white, ul.stm-list-2-blue, ul.stm-list-1-sm, ul.stm-list-2-sm, ul.stm-list-3, ul.stm-list-3-sm, ul.stm-list-3-white {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

ul.stm-list-1 li, ul.stm-list-1-white li, ul.stm-list-1-blue li, ul.stm-list-2 li, ul.stm-list-2-white li, ul.stm-list-2-blue li, ul.stm-list-1-sm li, ul.stm-list-2-sm li, ul.stm-list-3 li, ul.stm-list-3-sm li, ul.stm-list-3-white li {
	position: relative;
	padding-left: 45px;
	line-height: 24px;
}

ul.stm-list-1 li:not(:last-child), ul.stm-list-1-white li:not(:last-child), ul.stm-list-1-blue li:not(:last-child), ul.stm-list-2 li:not(:last-child), ul.stm-list-2-white li:not(:last-child), ul.stm-list-2-blue li:not(:last-child), ul.stm-list-1-sm li:not(:last-child), ul.stm-list-2-sm li:not(:last-child), ul.stm-list-3 li:not(:last-child), ul.stm-list-3-sm li:not(:last-child), ul.stm-list-3-white li:not(:last-child) {
	margin-bottom: 18px;
}

ul.stm-list-1 li:before, ul.stm-list-1-white li:before, ul.stm-list-1-blue li:before, ul.stm-list-2 li:before, ul.stm-list-2-white li:before, ul.stm-list-2-blue li:before, ul.stm-list-1-sm li:before, ul.stm-list-2-sm li:before, ul.stm-list-3 li:before, ul.stm-list-3-sm li:before, ul.stm-list-3-white li:before {
	position: absolute;
}

ul.stm-list-1 li > ul, ul.stm-list-1-white li > ul, ul.stm-list-1-blue li > ul, ul.stm-list-2 li > ul, ul.stm-list-2-white li > ul, ul.stm-list-2-blue li > ul, ul.stm-list-1-sm li > ul, ul.stm-list-2-sm li > ul, ul.stm-list-3 li > ul, ul.stm-list-3-sm li > ul, ul.stm-list-3-white li > ul {
	padding-top: 14px;
	margin-bottom: 0;
}

ul.stm-list-1 li > ul > li, ul.stm-list-1-white li > ul > li, ul.stm-list-1-blue li > ul > li, ul.stm-list-2 li > ul > li, ul.stm-list-2-white li > ul > li, ul.stm-list-2-blue li > ul > li, ul.stm-list-1-sm li > ul > li, ul.stm-list-2-sm li > ul > li, ul.stm-list-3 li > ul > li, ul.stm-list-3-sm li > ul > li, ul.stm-list-3-white li > ul > li {
	padding-left: 20px;
	line-height: 24px;
}

ul.stm-list-1 li > ul > li:before, ul.stm-list-1-white li > ul > li:before, ul.stm-list-1-blue li > ul > li:before, ul.stm-list-2 li > ul > li:before, ul.stm-list-2-white li > ul > li:before, ul.stm-list-2-blue li > ul > li:before, ul.stm-list-1-sm li > ul > li:before, ul.stm-list-2-sm li > ul > li:before, ul.stm-list-3 li > ul > li:before, ul.stm-list-3-sm li > ul > li:before, ul.stm-list-3-white li > ul > li:before {
	position: absolute;
}

ul.stm-list-1 li > ul > li:not(:last-child), ul.stm-list-1-white li > ul > li:not(:last-child), ul.stm-list-1-blue li > ul > li:not(:last-child), ul.stm-list-2 li > ul > li:not(:last-child), ul.stm-list-2-white li > ul > li:not(:last-child), ul.stm-list-2-blue li > ul > li:not(:last-child), ul.stm-list-1-sm li > ul > li:not(:last-child), ul.stm-list-2-sm li > ul > li:not(:last-child), ul.stm-list-3 li > ul > li:not(:last-child), ul.stm-list-3-sm li > ul > li:not(:last-child), ul.stm-list-3-white li > ul > li:not(:last-child) {
	margin-bottom: 12px;
}

ul.stm-list-1 li > ul > li ul, ul.stm-list-1-white li > ul > li ul, ul.stm-list-1-blue li > ul > li ul, ul.stm-list-2 li > ul > li ul, ul.stm-list-2-white li > ul > li ul, ul.stm-list-2-blue li > ul > li ul, ul.stm-list-1-sm li > ul > li ul, ul.stm-list-2-sm li > ul > li ul, ul.stm-list-3 li > ul > li ul, ul.stm-list-3-sm li > ul > li ul, ul.stm-list-3-white li > ul > li ul {
	margin-bottom: 0;
	padding-top: 14px;
}

ul.stm-list-1 li > ul > li ul li:before, ul.stm-list-1-white li > ul > li ul li:before, ul.stm-list-1-blue li > ul > li ul li:before, ul.stm-list-2 li > ul > li ul li:before, ul.stm-list-2-white li > ul > li ul li:before, ul.stm-list-2-blue li > ul > li ul li:before, ul.stm-list-1-sm li > ul > li ul li:before, ul.stm-list-2-sm li > ul > li ul li:before, ul.stm-list-3 li > ul > li ul li:before, ul.stm-list-3-sm li > ul > li ul li:before, ul.stm-list-3-white li > ul > li ul li:before {
	position: absolute;
}

ul.stm-list-1, ul.stm-list-1-sm, ul.stm-list-1-white, ul.stm-list-1-blue {
	margin-bottom: 18px;
}

ul.stm-list-1 li, ul.stm-list-1-sm li, ul.stm-list-1-white li, ul.stm-list-1-blue li {
	color: #595959;
}

ul.stm-list-1 li:before, ul.stm-list-1-sm li:before, ul.stm-list-1-white li:before, ul.stm-list-1-blue li:before {
	content: "";
	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;
	top: 2px;
	left: 0;
	font-size: 24px;
	color: #ff6682;
}

ul.stm-list-1 li > ul > li, ul.stm-list-1-sm li > ul > li, ul.stm-list-1-white li > ul > li, ul.stm-list-1-blue li > ul > li {
	color: #595959;
}

ul.stm-list-1 li > ul > li:before, ul.stm-list-1-sm li > ul > li:before, ul.stm-list-1-white li > ul > li:before, ul.stm-list-1-blue li > ul > li:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	font-size: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 10px;
	left: 0;
	color: #ff6682;
}

ul.stm-list-1 li > ul > li ul li:before, ul.stm-list-1-sm li > ul > li ul li:before, ul.stm-list-1-white li > ul > li ul li:before, ul.stm-list-1-blue li > ul > li ul li:before {
	content: "";
	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;
	top: 10px;
	left: 0;
	font-size: 4px;
	color: #ff6682;
}

ul.stm-list-2 li, ul.stm-list-2-sm li, ul.stm-list-2-white li, ul.stm-list-2-blue li {
	color: #595959;
}

ul.stm-list-2 li:before, ul.stm-list-2-sm li:before, ul.stm-list-2-white li:before, ul.stm-list-2-blue li:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	font-size: 7px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 10px;
	left: 0;
	color: #ff6682;
}

ul.stm-list-3 li, ul.stm-list-3-sm li, ul.stm-list-3-white li {
	color: #595959;
	padding-left: 25px;
}

ul.stm-list-3 li:not(:last-child), ul.stm-list-3-sm li:not(:last-child), ul.stm-list-3-white li:not(:last-child) {
	margin-bottom: 11px;
}

ul.stm-list-3 li:before, ul.stm-list-3-sm li:before, ul.stm-list-3-white li:before {
	content: "";
	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;
	top: 9px;
	left: 0;
	font-size: 6px;
	color: #ff6682;
}

ul.stm-list-3 li > ul > li, ul.stm-list-3-sm li > ul > li, ul.stm-list-3-white li > ul > li {
	color: #595959;
}

ul.stm-list-3 li > ul > li:before, ul.stm-list-3-sm li > ul > li:before, ul.stm-list-3-white li > ul > li:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	font-size: 5px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 10px;
	left: 0;
	color: #ff6682;
}

ul.stm-list-3 li > ul > li ul li:before, ul.stm-list-3-sm li > ul > li ul li:before, ul.stm-list-3-white li > ul > li ul li:before {
	content: "";
	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;
	top: 10px;
	left: 0;
	font-size: 4px;
	color: #ff6682;
}

ul.stm-list-1-yellow li, ul.stm-list-2-yellow li {
	color: #595959;
}

ul.stm-list-1-yellow li:before, ul.stm-list-2-yellow li:before {
	color: #fd0;
}

ul.stm-list-1-yellow li a:hover, ul.stm-list-2-yellow li a:hover {
	text-decoration: underline;
	color: #fd0;
}

ul.stm-list-1-yellow li > ul > li, ul.stm-list-2-yellow li > ul > li {
	color: #fd0;
}

ul.stm-list-1-yellow li > ul > li:before, ul.stm-list-2-yellow li > ul > li:before {
	color: #fd0;
}

ul.stm-list-1-yellow li > ul > li ul li:before, ul.stm-list-2-yellow li > ul > li ul li:before {
	color: #fd0;
}

ul.stm-list-1-lilac li, ul.stm-list-2-lilac li {
	color: #595959;
}

ul.stm-list-1-lilac li:before, ul.stm-list-2-lilac li:before {
	color: #56509f;
}

ul.stm-list-1-lilac li > ul > li, ul.stm-list-2-lilac li > ul > li {
	color: #595959;
}

ul.stm-list-1-lilac li > ul > li:before, ul.stm-list-2-lilac li > ul > li:before {
	color: #56509f;
}

ul.stm-list-1-lilac li > ul > li ul li, ul.stm-list-2-lilac li > ul > li ul li {
	color: #595959;
}

ul.stm-list-1-lilac li > ul > li ul li:before, ul.stm-list-2-lilac li > ul > li ul li:before {
	color: #56509f;
}

ul.stm-list-3-white li, ul.stm-list-3-white li {
	color: #fff;
}

ul.stm-list-3-white li:before, ul.stm-list-3-white li:before {
	color: #fff;
}

ul.stm-list-3-white li a:hover, ul.stm-list-3-white li a:hover {
	text-decoration: underline;
	color: #fff;
}

ul.stm-list-3-white li > ul > li, ul.stm-list-3-white li > ul > li {
	color: #fff;
}

ul.stm-list-3-white li > ul > li:before, ul.stm-list-3-white li > ul > li:before {
	color: #fff;
}

ul.stm-list-3-white li > ul > li ul li:before, ul.stm-list-3-white li > ul > li ul li:before {
	color: #fff;
}

ol.stm-list-4, ol.stm-list-4-blue, ol.stm-list-4-white, ol.stm-list-3-blue, ol.stm-list-3-white, ol.stm-list-3 {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	counter-reset: li-counter;
}

ol.stm-list-4 li, ol.stm-list-4-blue li, ol.stm-list-4-white li, ol.stm-list-3-blue li, ol.stm-list-3-white li, ol.stm-list-3 li {
	position: relative;
	padding-left: 30px;
	line-height: 24px;
}

ol.stm-list-4 li:not(:last-child), ol.stm-list-4-blue li:not(:last-child), ol.stm-list-4-white li:not(:last-child), ol.stm-list-3-blue li:not(:last-child), ol.stm-list-3-white li:not(:last-child), ol.stm-list-3 li:not(:last-child) {
	margin-bottom: 12px;
}

ol.stm-list-4 li:before, ol.stm-list-4-blue li:before, ol.stm-list-4-white li:before, ol.stm-list-3-blue li:before, ol.stm-list-3-white li:before, ol.stm-list-3 li:before {
	content: counter(li-counter) ".";
	counter-increment: li-counter;
	position: absolute;
	top: 0;
	left: 0;
}

ol.stm-list-4 li ol, ol.stm-list-4-blue li ol, ol.stm-list-4-white li ol, ol.stm-list-3-blue li ol, ol.stm-list-3-white li ol, ol.stm-list-3 li ol {
	margin-bottom: 0;
	padding-top: 12px;
}

ol.stm-list-3 li {
	color: #595959;
}

ol.stm-list-3 li:before {
	color: #ff6682;
}

ol.stm-list-4-white li, ol.stm-list-4-blue li, ol.stm-list-4 li {
	color: #595959;
}

ol.stm-list-4-white li:before, ol.stm-list-4-blue li:before, ol.stm-list-4 li:before {
	color: #ff6682;
	font-weight: 700;
}

ol.stm-list-4-white li, ol.stm-list-3-white li {
	color: #fff;
}

ol.stm-list-4-white li:before, ol.stm-list-3-white li:before {
	color: #fff;
}

ol.stm-list-4-blue li, ol.stm-list-3-blue li {
	color: #595959;
}

ol.stm-list-4-blue li:before, ol.stm-list-3-blue li:before {
	color: #56509f;
}

ul.stm-list-5 {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.stm-list-5 li {
	color: #595959;
	font-size: 14px;
	line-height: 24px;
}

ul.stm-list-5 li:not(:last-child) {
	margin-bottom: 13px;
}

.list_inline {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.list_inline .list__item {
	display: inline-block;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 3px 3px 1px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text, .wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 10px 4px;
}

.list_social-networks {
	margin: 0 -4px;
	font-size: 0;
}

.list_social-networks .list__item {
	padding: 0 4px;
	font-size: 18px;
}

.list_social-networks .list__item-link {
	display: block;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	opacity: .7;
	transition: all .3s ease;
}

.list_social-networks .list__item-link:hover {
	opacity: 1;
}

.list_social-networks .list__item-link_facebook {
	background: #3a5897;
}

.list_social-networks .list__item-link_twitter {
	background: #00aced;
}

.list_social-networks .list__item-link_instagram {
	background: #ac907a;
}

.list_social-networks .list__item-link_google-plus {
	background: #db4437;
}

.list_social-networks .list__item-link_vimeo {
	background: #4bf;
}

.list_social-networks .list__item-link_linkedin {
	background: #0077b5;
}

.list_social-networks .list__item-link_soundcloud {
	background: #ff3a00;
}

.list_social-networks .list__item-link_youtube {
	background: #b00;
}

.list_social-networks_simple {
	margin: 0 -4px;
	font-size: 0;
}

.list_social-networks_simple .list__item {
	padding: 9px 4px;
	font-size: 18px;
}

.list_social-networks_simple .list__item-link {
	display: block;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	transition: all .3s ease;
}

.list_social-networks_simple .list__item-link:hover {
	opacity: 1;
}

.owl-controls .owl-dots {
	text-align: center;
}

.owl-controls .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 11px;
}

.owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .25);
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s ease;
}

.owl-controls .owl-dots .owl-dot:hover span {
	background: #95cc47;
}

.owl-controls .owl-dots .owl-dot.active span {
	background: #95cc47;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.owl-carousel .owl-item img {
	height: auto;
}

.select2-container, .select2-container--default {
	width: 100% !important;
}

.select2-container .select2-choice, .select2-container .select2-selection--single, .select2-container--default .select2-choice, .select2-container--default .select2-selection--single {
	height: 50px;
	border: 1px solid #e6e6e6;
	border-radius: 35px;
	padding: 0;
}

.select2-container .select2-choice .select2-chosen, .select2-container .select2-choice .select2-selection__rendered, .select2-container .select2-selection--single .select2-chosen, .select2-container .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-choice .select2-chosen, .select2-container--default .select2-choice .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-chosen, .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	color: #595959;
	padding-left: 24px;
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice .select2-selection__arrow, .select2-container .select2-selection--single .select2-arrow, .select2-container .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-choice .select2-arrow, .select2-container--default .select2-choice .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 48px;
	width: 50px;
	top: 1px;
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice .select2-selection__arrow b, .select2-container .select2-selection--single .select2-arrow b, .select2-container .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-choice .select2-arrow b, .select2-container--default .select2-choice .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
	top: 9px;
	position: relative;
}

.select2-container .select2-choice .select2-arrow b:before, .select2-container .select2-choice .select2-selection__arrow b:before, .select2-container .select2-selection--single .select2-arrow b:before, .select2-container .select2-selection--single .select2-selection__arrow b:before, .select2-container--default .select2-choice .select2-arrow b:before, .select2-container--default .select2-choice .select2-selection__arrow b:before, .select2-container--default .select2-selection--single .select2-arrow b:before, .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	color: #56509f;
}

.select2-container .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
}

.select2-container .select2-highlighted, .select2-container .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-highlighted, .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #56509f;
	color: #fff;
}

.select2-container .select2-choice .select2-arrow b {
	margin-left: 0;
}

.select2-container .select2-choice .select2-arrow b:after {
	border: 5px solid transparent;
	border-top-color: #808080;
	margin-left: -5px;
	margin-top: -2px;
}

.select2-container .select2-choice > .select2-chosen {
	margin-right: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.select2-results__option {
	padding: 9px 23px;
	line-height: 24px;
	transition: all .3s ease;
}

.select2-drop, .select2-dropdown {
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #e6e6e6;
}

.select2-results {
	padding: 0;
	background: #fff;
}

.select2-results .select2-result {
	margin: 0;
	transition: all .3s ease;
}

.select2-results .select2-highlighted {
	border-radius: 0;
	color: #fff;
	background-color: #56509f;
}

.select2-results .select2-result-label {
	padding: 9px 20px;
	line-height: 24px;
}

.select2-container--open .select2-choice, .select2-container--open .select2-selection--single {
	border-radius: 25px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	color: #56509f;
}

.select2-container--open .select2-dropdown--below {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
}

.select2-container--open .select2-dropdown--above {
	border-top-right-radius: 25px !important;
	border-top-left-radius: 25px !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.top-bar-vertical-padd, .header_view-style_1 .top-bar__search .stm-search-form, .top-bar__nav, .top-bar_view-style_1 .top-bar__search .stm-search-form, .top-bar_view-style_4 .top-bar__search .stm-search-form {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-bar {
	position: relative;
	z-index: 9;
	text-align: center;
}

.top-bar__content {
	position: relative;
	min-height: 50px;
}

.top-bar__search .stm-search-form__submit-text {
	display: none;
}

.wpml-switcher {
	position: relative;
	text-align: left;
	letter-spacing: .2px;
}

.wpml-switcher__active {
	position: relative;
	display: block;
	padding: 10px 40px 12px 42px;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}

.wpml-switcher__active:before {
	content: "";
	font-family: "stm-icon";
	position: absolute;
	left: 17px;
	top: 50%;
	font-weight: normal;
	font-size: 16px;
	margin: -14px 0 0;
	color: #fd0;
}

.wpml-switcher__active:after {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -7px 0 0;
}

.wpml-switcher__list {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 100%;
	min-width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: all .3s ease;
}

.wpml-switcher__list a {
	display: block;
	padding: 8px 20px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	transition: all .3s ease;
}

.wpml-switcher__languages:hover .wpml-switcher__list {
	visibility: visible;
	opacity: 1;
}

.wpml-switcher_type_top-bar {
	float: left;
}

.top-bar__nav {
	display: inline-block;
}

.top-bar__nav-menu li {
	line-height: 30px;
	font-weight: 400;
	letter-spacing: .2px;
	font-size: 14px;
}

.top-bar__account {
	float: right;
	padding-top: 8px;
}

.top-bar__account li {
	padding: 0;
	font-weight: normal;
	letter-spacing: .2px;
}

.top-bar__account .top-bar__account-action {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}

.top-bar__account .top-bar__account-action:before {
	content: "";
	font-family: "stm-icon";
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 12px;
	font-size: 16px;
	color: #fd0;
}

.contact_details__box {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-left: 75px;
	padding-top: 17px;
}

.top-bar__contacts {
	margin-bottom: 0;
	list-style: none;
	padding: 18px 0 11px 0;
	font-size: 0;
}

.top-bar__contact {
	padding: 0 26px;
	position: relative;
	display: inline-block;
	letter-spacing: .3px;
	font-size: 14px;
	line-height: 1;
	vertical-align: top;
}

.top-bar__contact:not(:last-child) {
	margin-right: 37px;
}

body.site-bg_img_1.lzl:not(.lzl-ed), body.site-bg_img_1.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUACAYAAACmjU83AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAgAElEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA2YMDAQAAAAAg/9dGUFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVagBfv4AAAVnSURBVFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWkPDgkAAAAABP1/7QkjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwCDcoAAS6s+iAAAAAASUVORK5CYII=");
}

.top-bar__contact: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;
	color: #fd0;
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 16px;
}

.top-bar__search-input-text {
	border-radius: 0;
}

.top-bar__contact_phone a {
	text-decoration: none !important;
}

.top-bar__contact_phone:before {
	content: "";
	top: -2px;
}

.top-bar__contact_email:before {
	content: "";
	font-size: 12px;
}

.top-bar__contact_schedule:before {
	content: "";
}

.top-bar__contact_address:before {
	content: "";
	top: -2.5px;
}

.top-bar_view-style_1 {
	background: #ff6682;
}

.top-bar_view-style_1 .top-bar__socials .list__item-link {
	color: #808080;
	opacity: .75;
	transition: all .3s ease;
}

.top-bar_view-style_1 .top-bar__socials .list__item-link:hover {
	opacity: 1;
}

.top-bar_view-style_1 .top-bar__contact, .top-bar_view-style_1 .top-bar__contact a, .top-bar_view-style_1 .top-bar__contact a:hover {
	color: #fff;
}

.top-bar_view-style_1 .top-bar__contact {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	margin: 0 32px;
}

.top-bar_view-style_1 .top-bar__contact:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.top-bar_view-style_1 .top-bar__contact:first-child {
	margin-left: 0;
}

.top-bar_view-style_1 .top-bar__contact:last-child {
	margin-right: 0;
}

.top-bar_view-style_1 .top-bar__search {
	position: absolute;
	right: 0;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form {
	position: relative;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__submit {
	position: absolute;
	top: 10px;
	right: 0;
	height: 32px;
	width: 30px;
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
	color: #808080;
	font-size: 18px;
	z-index: 2;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__field {
	position: relative;
	width: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
	border: 1px solid transparent;
	z-index: 1;
	font-size: 13px;
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__field::-webkit-input-placeholder {
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__field_active {
	width: 170px;
	padding-left: 10px;
	padding-right: 30px;
	border-color: rgba(0, 0, 0, .1);
	color: #595959;
}

.top-bar_view-style_1 .top-bar__search .stm-search-form__field_active::-webkit-input-placeholder {
	color: #595959;
}

.top-bar_view-style_1 .top-bar__language {
	position: absolute;
	left: -15px;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__active {
	color: #fff;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list {
	background: #56509f;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a {
	color: #fff;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a:hover {
	background: #fd0;
	color: #56509f;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__languages:hover .wpml-switcher__active {
	color: #fff;
	background: #56509f;
}

.top-bar_view-style_1 .top-bar__language .wpml-switcher__list a {
	padding-left: 17px;
}

.top-bar_view-style_1 .top-bar__account .top-bar__account-action, .top-bar_view-style_1 .top-bar__nav-menu li a {
	color: #fff;
	transition: all .3s ease;
}

.top-bar_view-style_1 .top-bar__account .top-bar__account-action:hover, .top-bar_view-style_1 .top-bar__nav-menu li a:hover {
	text-decoration: underline;
}

.top-bar_view-style_2 {
	background-color: #56509f;
}

.top-bar_view-style_2 .top-bar__socials .list__item-link {
	color: #fff;
	opacity: .75;
	transition: all .3s ease;
}

.top-bar_view-style_2 .top-bar__socials .list__item-link:hover {
	opacity: 1;
}

.top-bar_view-style_2 .top-bar__language {
	position: absolute;
	left: -15px;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__active {
	color: #fff;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__list {
	background: #56509f;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__list a {
	color: #fff;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__list a:hover {
	background: #fd0;
	color: #56509f;
}

.top-bar_view-style_2 .top-bar__language .wpml-switcher__languages:hover .wpml-switcher__active {
	color: #fff;
	background: #56509f;
}

.top-bar_view-style_2 .top-bar__account .top-bar__account-action, .top-bar_view-style_2 .top-bar__nav-menu li a {
	color: #fff;
}

.top-bar_view-style_2 .contact_details__box {
	margin-left: 0;
}

.top-bar_view-style_2 .contact_details__box a {
	color: #fff;
}

.top-bar_view-style_2 .contact_details__box .top-bar__contact_phone:before {
	margin-top: 1px;
}

.top-bar_view-style_2 .contact_details__box .top-bar__contact_email:before {
	margin-top: 3px;
}

.top-bar_view-style_2 .top-bar__contact:not(:last-child) {
	margin-right: 80px;
}

.top-bar_view-style_2 .top-bar__socials {
	display: inline-block;
	vertical-align: top;
	margin-left: 70px;
}

.top-bar_view-style_2 .top-bar__socials .list__item {
	font-size: 16px;
}

.top-bar_view-style_2 .top-bar__search {
	position: absolute;
	right: 0;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form {
	position: relative;
	padding: 5px 0;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__submit {
	position: absolute;
	top: 10px;
	right: 6px;
	height: 32px;
	width: 30px;
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 2;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__submit .stm-icon-search:before {
	content: "";
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__field {
	position: relative;
	width: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: none;
	border: 2px solid transparent;
	border-radius: 25px;
	z-index: 1;
	font-size: 0;
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__field.stm-search-form__field_active {
	font-size: 16px;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__field::-webkit-input-placeholder {
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__field_active {
	width: 200px;
	padding-left: 15px;
	padding-right: 40px;
	border-color: #fff;
	color: #fff;
}

.top-bar_view-style_2 .top-bar__search .stm-search-form__field_active::-webkit-input-placeholder {
	color: #fff;
}

.home .top-bar_view-style_3 {
	background: transparent;
}

.top-bar_view-style_3 {
	background: #56509f;
}

.top-bar_view-style_3 .top-bar__language {
	position: absolute;
	left: -15px;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__active {
	color: #fff;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__list {
	background: #56509f;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__list a {
	color: #fff;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__list a:hover {
	background: #fd0;
	color: #56509f;
}

.top-bar_view-style_3 .top-bar__language .wpml-switcher__languages:hover .wpml-switcher__active {
	color: #fff;
	background: #56509f;
}

.top-bar_view-style_3 .top-bar__search {
	position: absolute;
	right: 0;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form {
	position: relative;
	padding: 5px 0;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__submit {
	position: absolute;
	top: 10px;
	right: 6px;
	height: 32px;
	width: 30px;
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 2;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__submit .stm-icon-search:before {
	content: "";
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__field {
	position: relative;
	width: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: none;
	border: 2px solid transparent;
	border-radius: 25px;
	z-index: 1;
	font-size: 0;
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__field.stm-search-form__field_active {
	font-size: 16px;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__field::-webkit-input-placeholder {
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__field_active {
	width: 200px;
	padding-left: 15px;
	padding-right: 40px;
	border-color: #fff;
	color: #fff;
}

.top-bar_view-style_3 .top-bar__search .stm-search-form__field_active::-webkit-input-placeholder {
	color: #fff;
}

.top-bar_view-style_3 .top-bar__nav {
	display: inline-block;
	text-align: center;
}

.top-bar_view-style_3 .top-bar__nav .menu-item a {
	color: #fff;
}

.top-bar_view-style_3 .top-bar__nav .menu-item a:hover {
	color: #ff6682;
}

.top-bar_view-style_3 .top-bar__account {
	display: inline-block;
	float: none;
}

.top-bar_view-style_3 .top-bar__account .top-bar__account-action {
	color: #fff;
}

.top-bar_view-style_3 .top-bar__account .top-bar__account-action:hover {
	color: #ff6682;
}

.top-bar_view-style_3 .top-bar__account .top-bar__account-action:before {
	display: none;
}

.top-bar_view-style_4 {
	background-color: rgba(255, 255, 255, .75);
}

.top-bar_view-style_4 .top-bar__content {
	border-bottom: 1px solid rgba(86, 80, 159, .25);
}

.top-bar_view-style_4 .top-bar__search {
	float: left;
	position: relative;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form {
	position: relative;
	padding: 0;
	margin-top: 5px;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__submit {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 32px;
	width: 30px;
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
	color: #56509f;
	font-size: 18px;
	z-index: 2;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__submit .stm-icon-search:before {
	content: "";
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field {
	position: relative;
	width: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
	border-radius: 25px;
	border: 1px solid transparent;
	z-index: 1;
	font-size: 0;
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field.stm-search-form__field_active {
	font-size: 14px;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field::-webkit-input-placeholder {
	color: transparent;
	transition: all .3s ease;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field_active {
	width: 200px;
	padding-left: 15px;
	padding-right: 30px;
	border-color: #ff6682;
	color: #595959;
}

.top-bar_view-style_4 .top-bar__search .stm-search-form__field_active::-webkit-input-placeholder {
	color: #595959;
}

.top-bar_view-style_4 .contact_details__box {
	margin-left: 0;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact {
	color: #56509f;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact:before {
	color: #ff6682;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact a {
	color: #56509f;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact:not(:last-child) {
	margin-right: 47px;
}

.top-bar_view-style_4 .contact_details__box .top-bar__contact.top-bar__contact_email:before {
	margin-top: 3px;
}

.top-bar_view-style_4 .shopping-cart_small {
	border: 0;
	margin: 0;
}

.top-bar_view-style_4 .shopping-cart_small .shopping-cart__left {
	padding-top: 12px;
}

.top-bar_view-style_4 .shopping-cart_small:hover {
	background-color: transparent;
}

.top-bar_view-style_4 .shopping-cart_small:hover .shopping-cart__left {
	color: #ff6682;
}

.top-bar-mobile .top-bar-mobile__language {
	float: left;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel {
	position: relative;
	z-index: 9;
	float: left;
	text-align: left;
	font-size: 13px;
	transition: all .3s ease;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li .lang_sel_sel {
	position: relative;
	display: block;
	padding: 15px 40px 15px 20px;
	text-decoration: none;
	color: #999;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li .lang_sel_sel:after {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -7px 0 0;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li:hover .lang_sel_sel {
	color: #fff;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0;
	background: #011b3a;
	opacity: 0;
	list-style: none;
	transition: all .3s ease;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	color: #fff;
	transition: all .3s ease;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul > li > ul a:hover {
	background: #62abf5;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel > ul:hover {
	background: #011b3a;
}

.top-bar-mobile .top-bar-mobile__language #lang_sel:hover > ul > li > ul {
	visibility: visible;
	opacity: 1;
}

.top-bar-mobile .top-bar-mobile__search {
	float: right;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form {
	position: relative;
	padding-top: 9px;
	padding-bottom: 9px;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form:before {
	content: "";
	font-family: "stm-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	line-height: 38px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 8px;
	height: 30px;
	z-index: 1;
	color: #808080;
	font-size: 18px;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form__field {
	position: relative;
	width: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 0;
	background: none;
	border-radius: 0;
	border: 1px solid transparent;
	cursor: pointer;
	z-index: 2;
	font-size: 13px;
	transition: all .3s ease;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form__field:focus {
	width: 170px;
	cursor: text;
	border-color: rgba(0, 0, 0, .1);
	padding-right: 10px;
}

.top-bar-mobile .top-bar-mobile__search .stm-search-form__submit {
	display: none;
}

.stm-page-head .breadcrumbs a {
	color: #fff;
}

.stm-page-head .breadcrumbs a:hover {
	color: #fd0;
}

.stm-page-head .stm-page-head__separator {
	display: none;
}

.stm-page-head__title {
	font-weight: 300;
	color: #fff;
	margin-bottom: 28px;
}

.stm-page-head__separator-line {
	width: 60px;
	height: 2px;
	background: #ff6682;
}

.stm-page-head_has_subtitle .stm-page-head__separator {
	margin-bottom: 41px;
}

.stm-page-head__subtitle {
	margin-bottom: 45px;
	max-width: 800px;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

.stm-page-head_size_medium {
	padding-top: 22px;
	padding-bottom: 28px;
}

.stm-page-head_size_medium .stm-page-head__title {
	padding: 50px 0;
}

.stm-page-head_color_white .stm-page-head__title, .stm-page-head_color_white .stm-page-head__subtitle {
	color: #fff;
}

.stm-page-head_color_white .stm-page-head__separator-line {
	background: #ff6682;
}

.stm-page-head_color_white .stm-page-head__subtitle {
	color: #fff;
}

.stm-page-head_has_shopping-cart .stm-page-head__content {
	float: left;
}

.stm-page-head_has_shopping-cart .shopping-cart {
	margin-top: 9px;
	float: right;
}

table {
	margin-bottom: 30px;
	font-size: 14px;
}

table thead th {
	padding: 8px 15px;
	background: #fd0;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

table tbody th, table tbody td {
	background: #fff;
	padding: 13px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}

.stm-route-schedule {
	width: 100%;
}

.stm-route-schedule td {
	background: #fff;
	padding: 13px 15px;
	font-size: 14px;
	color: #595959;
	line-height: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stm-route-schedule tr:last-child td {
	border-bottom: none;
}

.stm-table {
	width: 100%;
}

.stm-table_style-1 {
	width: 100%;
}

.stm-table_style-1 th {
	background: #fd0;
	padding: 8px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	color: #56509f;
}

.stm-table_style-1 th:last-child {
	text-align: center;
}

.stm-table_style-1 tr:nth-child(2n) td {
	background-color: #fff9f2;
}

.stm-table_style-1 td {
	background: #fff;
	padding: 13px 15px;
	font-size: 16px;
	border-bottom: 0;
	line-height: 24px;
	color: #595959;
}

.stm-table_style-1 td:first-child a {
	color: #595959;
}

.stm-table_style-1 td:last-child {
	text-align: center;
}

.stm-table_style-1 .stm-table__heading td {
	background: transparent;
	border-bottom: 1px solid rgba(89, 89, 89, .15);
	font-weight: 700;
	font-size: 16px;
	color: #56509f;
	text-align: left;
}

.stm-table_camps {
	border-collapse: separate;
}

.stm-table_camps th {
	width: 1%;
	font-weight: 400;
}

.stm-table_camps .stm-table__cell-title {
	text-transform: uppercase;
	color: #011b3a;
}

.stm-table_camps td {
	padding: 16px 10px;
	vertical-align: top;
}

.stm-table_camps td:first-child {
	border-left: 5px solid #ff6682;
}

.stm-table_camps td:last-child {
	border-right: 1px solid rgba(0, 0, 0, .15);
	text-align: left;
}

.shopping-cart_small {
	float: right;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 30px;
	z-index: 1;
	margin-top: 25px;
	margin-left: 10px;
	border: 2px solid #ff6682;
	border-radius: 50%;
}

.shopping-cart_small .stm-icon.stm-icon-basket:before {
	content: "";
}

.shopping-cart_small .shopping-cart__link {
	display: block;
}

.shopping-cart_small .shopping-cart__link:focus, .shopping-cart_small .shopping-cart__link:hover {
	text-decoration: none;
}

.shopping-cart_small .shopping-cart__left {
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	color: #56509f;
}

.shopping-cart_small .shopping-cart__body {
	overflow: hidden;
	padding-left: 20px;
}

.shopping-cart_small .shopping-cart__title {
	display: none;
}

.shopping-cart_small .shopping-cart__products {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	line-height: normal;
	color: #fff;
}

.shopping-cart_small .shopping-cart__product {
	display: block;
	position: absolute;
	top: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background-color: #ff6682;
	color: #fff;
}

.shopping-cart_small:hover {
	background-color: #ff6682;
}

.shopping-cart_small:hover .shopping-cart__left {
	color: #fff;
}

.stm-blockquote {
	padding: 0;
	border-left: 0;
}

.stm-blockquote p {
	font-size: 20px;
	line-height: 34px;
}

.stm-blockquote p:first-of-type {
	position: relative;
	padding-left: 64px;
}

.stm-blockquote p:first-of-type:before {
	content: "“";
	position: absolute;
	top: 0;
	left: -4px;
	line-height: 153px;
	font-family: "Grand Hotel", cursive;
	font-size: 180px;
	color: #fd0;
}

.stm-blockquote p:last-of-type {
	margin-bottom: 0;
}

.stm-blockquote footer {
	padding-top: 19px;
	padding-left: 64px;
	font-weight: 700;
	font-size: 18px;
	color: #404040;
}

.stm-blockquote footer cite {
	font-style: normal;
}

.stm-blockquote_bordered {
	border-top: 4px solid #fd0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	padding-top: 18.5px;
	padding-bottom: 22px;
	padding-right: 0;
}

.stm-blockquote_bordered p:first-of-type {
	line-height: 34px;
	text-indent: 0px;
	padding-left: 49px;
}

.stm-blockquote_bordered p:before, .stm-blockquote_bordered p:after {
	display: none;
}

.stm-blockquote_bordered footer {
	padding-top: 9px;
	padding-left: 49px;
}

.wpb_revslider_element {
	margin-bottom: 0 !important;
}

.tp-bullets.stm-white .tp-bullet {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .25);
}

.tp-bullets.stm-white .tp-bullet:hover, .tp-bullets.stm-white .tp-bullet.selected {
	background: #95cc47;
}

.tp-bullets.stm-white .tp-bullet.selected {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.darkBlueOverlay.tp-shape {
	background: rgba(1, 27, 58, .4) !important;
}

.rev-btn.blueSquareArrow {
	width: 50px;
	padding: 0;
	line-height: 46px;
	border: 2px solid #62abf5;
	background: transparent;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	color: #011b3a;
	text-align: center;
}

.rev-btn.blueSquareArrow:hover {
	color: #fff;
	background: #62abf5;
}

.rev-btn.whiteSquareArrow {
	width: 50px;
	padding: 0;
	line-height: 46px;
	border: 2px solid #62abf5;
	background: transparent;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.rev-btn.whiteSquareArrow:hover {
	color: #fff;
	background: #62abf5;
}

.stm-rev-nav {
	min-width: 100px;
}

.stm-rev-nav:after {
	content: "";
	display: table;
	clear: both;
}

.stm-rev-nav .stm-rev-nav_next, .stm-rev-nav .stm-rev-nav_prev {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 46px !important;
	background: transparent;
	border: 2px solid #62abf5;
	color: #fff;
	font-size: 16px !important;
	font-family: "Arial", sans-serif;
	text-align: center;
}

.stm-rev-nav .stm-rev-nav_next:hover, .stm-rev-nav .stm-rev-nav_prev:hover {
	text-decoration: none;
	color: #fff;
	background: #62abf5;
}

.stm-rev-nav .stm-rev-nav_next:focus, .stm-rev-nav .stm-rev-nav_prev:focus {
	text-decoration: none;
}

.stm-rev-nav .stm-rev-nav_prev {
	margin-right: -2px;
}

.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_next, .STM-Nav-Blue .stm-rev-nav .stm-rev-nav_prev {
	color: #011b3a;
}

.STM-Nav-Blue .stm-rev-nav .stm-rev-nav_next:hover, .STM-Nav-Blue .stm-rev-nav .stm-rev-nav_prev:hover {
	color: #fff;
}

.btnBlueSecondary a, .btnBlue a {
	border: 2px solid #62abf5 !important;
	min-width: 160px !important;
	display: inline-block !important;
	color: #fff !important;
	line-height: 46px !important;
	padding: 0 24px !important;
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.btnBlueSecondary a:after, .btnBlue a:after {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: rgba(0, 0, 0, .25);
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.btnBlueSecondary a:focus, .btnBlueSecondary a:hover, .btnBlue a:focus, .btnBlue a:hover {
	text-decoration: none;
}

.btnBlueSecondary a:hover, .btnBlue a:hover {
	color: #fff !important;
	background-color: #62abf5 !important;
	border-color: #62abf5 !important;
}

.btnBlueSecondary a:active:after, .btnBlue a:active:after {
	visibility: visible;
	opacity: 1;
}

.btnBlueSecondary a .stm-icon-arrow-right, .btnBlue a .stm-icon-arrow-right {
	font-size: 6px;
}

.btnBlueSecondary a i, .btnBlueSecondary a span, .btnBlue a i, .btnBlue a span {
	vertical-align: middle;
	margin-left: 7px !important;
}

.btnBlueSecondary a {
	color: #011b3a !important;
}

.btnBlueSecondary a:hover {
	color: #fff !important;
}

.linkBlueSecondary.tp-caption a {
	color: #011b3a;
	font-size: 16px;
}

.linkBlueSecondary.tp-caption a i, .linkBlueSecondary.tp-caption a span {
	margin-left: 7px;
	display: inline-block;
	vertical-align: middle;
}

.linkWhite.tp-caption a {
	color: #fff;
	font-size: 16px;
}

.linkWhite.tp-caption a i, .linkWhite.tp-caption a span {
	margin-left: 7px;
	display: inline-block;
	vertical-align: middle;
}

.separatorShortGreen hr {
	width: 60px !important;
	border: 0 none !important;
	border-top: 2px solid #95cc47 !important;
}

.TitleH1DarkBlue {
	color: #011b3a !important;
}

.textBgDarkBlue {
	background: rgba(1, 27, 58, .85) !important;
}

.leftFullHeightBgDarkBlue {
	background-color: rgba(1, 27, 58, .85) !important;
	min-width: inherit !important;
	max-width: inherit !important;
}

.hesperiden-pink {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 46px;
	transition: all .4s;
	border: 2px solid #ff6682;
	background: transparent;
	color: #56509f;
}

.hesperiden-pink:before {
	color: #56509f;
	font-size: 24px;
	line-height: 46px;
	transition: all .4s;
}

.hesperiden-pink:hover, .hesperiden-pink:active, .hesperiden-pink:focus {
	background: #ff6682;
}

.hesperiden-pink:hover:before, .hesperiden-pink:active:before, .hesperiden-pink:focus:before {
	color: #fff;
}

.tp-leftarrow.hesperiden-pink:before {
	margin-right: 3px;
}

.tp-rightarrow.hesperiden-pink:before {
	margin-left: 3px;
}

.sidebar_shop .widget {
	margin-bottom: 30px;
}

.vc_wp_search.wpb_content_element {
	margin-bottom: 30px !important;
}

.widget_search .stm-search-form {
	position: relative;
}

.widget_search .stm-search-form__submit {
	color: #808080;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	background: transparent;
	border: none;
	text-align: center;
}

.widget_search .stm-search-form__submit-text {
	display: none;
}

.widget_search .stm-search-form__field {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 30px;
	padding: 0 55px 0 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #011b3a;
	transition: all .3s ease;
}

.widget_search .stm-search-form__field:focus {
	border-color: #808080;
}

.widget_search input[type="submit"], .widget_search .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 0;
	z-index: 1;
}

.widget_search .stm-icon-search:before {
	content: "";
	color: #56509f;
}

.widget_product_search form {
	position: relative;
}

.widget_product_search form:after {
	content: "";
	font-family: "stm-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #56509f;
}

.widget_product_search .search-field {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 55px 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 25px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #011b3a;
	transition: all .3s ease;
}

.widget_product_search .search-field:focus {
	border-color: #56509f;
}

.widget_product_search button[type="submit"], .widget_product_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 0;
	z-index: 1;
}

.widget_product_categories, .widget_categories {
	background: #fff;
	border-radius: 25px;
	padding: 13px 0 20px 0;
	border: 2px solid #fd0;
}

.widget_product_categories .widget__title, .widget_categories .widget__title {
	padding: 0 33px;
}

.widget_product_categories ul, .widget_categories ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_product_categories li, .widget_categories li {
	padding: 10px 33px;
	font-size: 14px;
	line-height: 20px;
	color: #56509f;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease;
}

.widget_product_categories li a, .widget_categories li a {
	position: relative;
	padding-left: 20px;
	letter-spacing: 1.5px;
	color: #ff6682;
}

.widget_product_categories li a:before, .widget_categories li a:before {
	content: "›";
	font-family: "Times New Roman";
	position: absolute;
	left: -3px;
	top: -1px;
	color: #56509f;
}

.widget_product_categories li a:hover, .widget_categories li a:hover {
	text-decoration: none;
	color: #56509f;
}

.widget_product_categories li.current-cat a, .widget_categories li.current-cat a {
	color: #56509f;
}

.widget_product_categories .select2, .widget_categories .select2 {
	width: 100% !important;
}

.widget_categories_type_dropdown {
	background: transparent;
	padding: 0;
}

.widget_categories_type_dropdown .widget__title {
	padding: 0;
}

.widget_archive ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_archive li {
	color: #808080;
}

.widget_archive li:not(:last-child) {
	margin-bottom: 12px;
}

.widget_recent_comments ul, .widget_meta ul, .widget_pages ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_recent_comments li:not(:last-child), .widget_meta li:not(:last-child), .widget_pages li:not(:last-child) {
	margin-bottom: 16px;
}

.widget_meta a, .widget_pages a {
	position: relative;
	padding-left: 20px;
}

.widget_meta a:before, .widget_pages a:before {
	content: "›";
	font-family: "Times New Roman";
	position: absolute;
	left: -3px;
	top: -1px;
	color: #56509f;
}

.widget_meta abbr[title], .widget_meta abbr[data-original-title] {
	border-bottom-color: #62abf5;
}

.widget_recent_comments ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_recent_comments li {
	position: relative;
	padding-left: 25px;
}

.widget_recent_comments li:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 3px;
	left: 0;
	color: #999;
}

.widget_recent_comments li:not(:last-child) {
	margin-bottom: 16px;
}

.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud {
	font-size: 0;
}

.widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 3px 15px 5px;
	border-radius: 50px;
	margin-right: 8px;
	margin-bottom: 10px;
	border: 1px solid #ff6682;
	background: #fff;
	font-size: 14px !important;
	line-height: 20px;
	vertical-align: top;
	font-weight: 500;
	color: #56509f;
	text-decoration: none;
	transition: all .3s ease;
}

.widget_product_tag_cloud .tagcloud a:last-child, .widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}

.widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
	background: #ff6682;
	color: #fff;
}

.vc_wp_calendar.wpb_content_element {
	margin-bottom: 16px !important;
}

.widget_calendar .widget__title {
	margin-bottom: 0 !important;
}

.widget_calendar caption {
	padding: 0;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	color: #56509f;
}

.widget_calendar table {
	width: 100%;
	font-size: 14px;
	border-collapse: separate;
	margin-bottom: 0;
}

.widget_calendar thead th {
	padding: 10px 8px 8px;
	background: #fd0;
	text-align: center;
	color: #56509f;
}

.widget_calendar thead th:first-child {
	border-radius: 20px 0 0;
}

.widget_calendar thead th:last-child {
	border-radius: 0 20px 0 0;
}

.widget_calendar tbody td {
	padding: 6px;
	background: #fff;
	text-align: center;
	color: #56509f;
	border: none;
}

.widget_calendar tbody td#today {
	background: #fd0;
	font-weight: 700;
	color: #ff6682;
}

.widget_calendar tbody td:first-child {
	border-left: 2px solid #fd0;
}

.widget_calendar tbody td:last-child {
	border-right: 2px solid #fd0;
}

.widget_calendar tbody tr:last-child td {
	padding-top: 8px;
}

.widget_calendar tbody tr:last-child td {
	border-bottom: 2px solid #fd0;
	padding-bottom: 11px;
}

.widget_calendar tbody tr:last-child td:first-child {
	border-bottom-left-radius: 25px;
}

.widget_calendar tbody tr:last-child td:last-child {
	border-bottom-right-radius: 25px;
}

.widget_calendar tfoot td {
	padding: 9px 8px 0;
	font-size: 14px;
}

.widget_calendar tfoot #next {
	text-align: right;
}

.widget_recent_entries ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.widget_recent_entries ul li {
	margin-bottom: 29px;
}

.widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.widget_recent_entries ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #ff6682;
	line-height: 22px;
	margin-bottom: 6px;
}

.widget_recent_entries .post-date {
	display: block;
	position: relative;
	font-size: 13px;
	color: #808080;
}

.widget_recent_entries .post-date:before {
	content: "";
	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;
	display: inline-block;
	margin-right: 10px;
	color: rgba(255, 255, 255, .25);
}

.widget_text img {
	max-width: 100%;
	height: auto;
	display: block;
}

.widget_rss .widget__title a {
	color: inherit;
	font-weight: 300;
}

.widget_rss ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.widget_rss li .rsswidget {
	display: block;
	text-transform: uppercase;
	line-height: 22px;
	margin-bottom: 6px;
}

.widget_rss li .rss-date {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	color: #808080;
}

.widget_rss li .rss-date:before {
	content: "";
	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;
	display: inline-block;
	margin-right: 10px;
	color: #95cc47;
}

.widget_rss li .rssSummary {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

.widget_rss li cite {
	font-size: 13px;
	color: #808080;
}

.widget_rss li:not(:last-child) {
	margin-bottom: 20px;
}

.widget_footer.widget_recent_entries ul li a {
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget_footer.widget_recent_entries .post-date {
	color: #808080;
}

.widget_footer.widget_recent_entries .post-date:before {
	font-size: 16px;
	color: #fff;
	opacity: .25;
	vertical-align: top;
	margin-top: 2.5px;
}

.widget_footer .textwidget p:last-child {
	margin-bottom: 0;
}

.widget_footer .list_social-networks {
	padding-top: 35px;
	margin-bottom: -8px;
}

.widget_footer .list_social-networks .list__item {
	margin-bottom: 8px;
}

.widget_footer .list_social-networks .list__item-link {
	opacity: 1;
	transition: all .3s ease;
}

.widget_footer .list_social-networks .list__item-link:hover {
	opacity: .7;
}

.widget_footer .list_contact-details .list__item p:last-child {
	margin-bottom: 0;
}

.widget_footer .list_contact-details .list__item_fax:before {
	content: "";
}

.widget_footer.widget_media-gallery .stm-media-gallery__item .stm-media-gallery__item-group img {
	border-radius: 10px;
}

.widget_footer.widget_media-gallery .stm-media-gallery__item .stm-media-gallery__item-link {
	border-radius: 10px;
}

.widget_media-gallery .widget_title {
	margin-bottom: 22px;
}

.stm-media-gallery_widget {
	padding-left: 0;
	margin: 0 -6px;
	list-style: none;
}

.stm-media-gallery_widget:after {
	content: "";
	display: table;
	clear: both;
}

.stm-media-gallery_widget .stm-media-gallery__item {
	float: left;
	width: 33.33%;
	padding: 0 6px;
	margin-bottom: 12px;
	position: relative;
}

.stm-media-gallery_widget .stm-media-gallery__item img {
	display: block;
	max-width: 100%;
	height: auto;
}

.stm-media-gallery_widget .stm-media-gallery__item-group {
	position: relative;
	overflow: hidden;
}

.stm-media-gallery_widget .stm-media-gallery__item-link {
	position: absolute;
	background: rgba(86, 80, 159, .5);
	width: 100%;
	height: 100%;
	color: #fff;
}

.stm-media-gallery_widget .stm-media-gallery__item-link:focus, .stm-media-gallery_widget .stm-media-gallery__item-link:hover {
	color: #fff;
	text-decoration: none;
}

.stm-media-gallery_widget .stm-media-gallery__item-link i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	width: 20px;
	height: 20px;
	margin: auto;
}

.stm-statistics_vc-widget {
	padding: 13px 23px 23px 33px;
	border-radius: 25px;
	border: 2px solid #ff6682;
	background: #fff;
}

.stm-statistics_vc-widget .stm-statistics__title.widget__title {
	margin-bottom: 16px;
}

.stm-statistics_vc-widget .stm-statistics__items {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.stm-statistics_vc-widget .stm-statistics__items .stm-statistics__item {
	position: relative;
	padding-left: 17px;
}

.stm-statistics_vc-widget .stm-statistics__items .stm-statistics__item:before {
	content: "›";
	font-family: "Times New Roman", serif;
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 15px;
	color: #ff6682;
}

.stm-statistics_vc-widget .stm-statistics__item:not(:last-child) {
	margin-bottom: 22px;
}

.stm-statistics_vc-widget .stm-statistics__item-label {
	font-size: 16px;
	line-height: 18px;
	color: #595959;
}

.stm-statistics_vc-widget .stm-statistics__item-value {
	font-weight: 400;
	line-height: 20px;
	color: #56509f;
}

.sidebar_shop .widget__title, .stm-vc-sidebar .widget__title, .sidebar_type_blog .widget__title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 24px;
	color: #56509f;
}

.sidebar_shop .widget_product_categories .widget__title, .sidebar_shop .widget_categories .widget__title, .stm-vc-sidebar .widget_product_categories .widget__title, .stm-vc-sidebar .widget_categories .widget__title, .sidebar_type_blog .widget_product_categories .widget__title, .sidebar_type_blog .widget_categories .widget__title {
	margin-bottom: 7px;
}

.sidebar_shop .widget_product_categories.widget_categories_type_dropdown .widget__title, .sidebar_shop .widget_categories.widget_categories_type_dropdown .widget__title, .stm-vc-sidebar .widget_product_categories.widget_categories_type_dropdown .widget__title, .stm-vc-sidebar .widget_categories.widget_categories_type_dropdown .widget__title, .sidebar_type_blog .widget_product_categories.widget_categories_type_dropdown .widget__title, .sidebar_type_blog .widget_categories.widget_categories_type_dropdown .widget__title {
	color: #011b3a;
}

.sidebar_shop .widget_product_categories.widget_categories_type_dropdown .widget__title::after, .sidebar_shop .widget_categories.widget_categories_type_dropdown .widget__title::after, .stm-vc-sidebar .widget_product_categories.widget_categories_type_dropdown .widget__title::after, .stm-vc-sidebar .widget_categories.widget_categories_type_dropdown .widget__title::after, .sidebar_type_blog .widget_product_categories.widget_categories_type_dropdown .widget__title::after, .sidebar_type_blog .widget_categories.widget_categories_type_dropdown .widget__title::after {
	border-bottom-color: #56509f;
}

.sidebar_shop .widget_nav_menu li .sub-menu, .stm-vc-sidebar .widget_nav_menu li .sub-menu, .sidebar_type_blog .widget_nav_menu li .sub-menu {
	padding-top: 16px;
	margin-left: 35px;
}

.sidebar_shop .widget_nav_menu li .sub-menu li:not(:last-child), .stm-vc-sidebar .widget_nav_menu li .sub-menu li:not(:last-child), .sidebar_type_blog .widget_nav_menu li .sub-menu li:not(:last-child) {
	margin-bottom: 12px;
}

.sidebar_shop .widget_nav_menu li:not(:last-child), .stm-vc-sidebar .widget_nav_menu li:not(:last-child), .sidebar_type_blog .widget_nav_menu li:not(:last-child) {
	margin-bottom: 16px;
}

.sidebar_shop .widget_nav_menu div > ul > li > a, .stm-vc-sidebar .widget_nav_menu div > ul > li > a, .sidebar_type_blog .widget_nav_menu div > ul > li > a {
	padding-left: 20px;
	position: relative;
}

.sidebar_shop .widget_nav_menu div > ul > li > a:before, .stm-vc-sidebar .widget_nav_menu div > ul > li > a:before, .sidebar_type_blog .widget_nav_menu div > ul > li > a:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 4px;
	color: #56509f;
}

.sidebar_shop {
	margin-top: 10px;
}

.widget_logo_box {
	display: block;
	padding-top: 5px;
	line-height: 24px;
	letter-spacing: .3px;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, .7);
}

.pagination {
	margin: 0;
	font-size: 0;
	width: 100%;
}

.pagination ul.page-numbers {
	padding: 0;
	margin: 0;
	width: 100% !important;
	border: 0 !important;
}

.pagination ul.page-numbers li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
}

.pagination .page-numbers {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	font-weight: 600;
	color: #56509f;
	transition: all .3s ease;
}

.pagination .page-numbers:hover {
	border-color: #ff6682;
	text-decoration: none;
}

.pagination .page-numbers:focus {
	text-decoration: none;
}

.pagination .page-numbers.current {
	border-color: #ff6682;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
	position: relative;
	font-size: 0;
	border-color: #ff6682;
	font-family: Arial, Tahoma, sans-serif;
}

.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
	content: "";
	display: inline-block;
	vertical-align: top;
}

.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
	background-color: #ff6682;
	color: #fff;
}

.pagination .page-numbers.next:before {
	content: "";
	font-family: "stm-icon";
	margin-left: 3px;
	font-size: 18px;
}

.pagination .page-numbers.prev:before {
	content: "";
	font-family: "stm-icon";
	margin-right: 3px;
	font-size: 18px;
}

.breadcrumbs a {
	color: #a6a6a6;
}

.breadcrumbs a span {
	margin-right: 5px;
}

.breadcrumbs a:hover {
	color: #56509f;
	text-decoration: none;
}

.breadcrumbs span {
	margin-left: 5px;
}

.breadcrumbs span:first-child {
	margin-left: 0;
}

.author-info {
	border: 1px solid #ddd;
	border-radius: 25px;
	background: #fff;
	padding: 16px 19px;
}

.author-info:after {
	content: "";
	display: table;
	clear: both;
}

.author-info__avatar {
	float: left;
	max-width: 87px;
}

.author-info__avatar img {
	display: block;
	max-width: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 3px;
	margin-bottom: 0;
}

.author-info__content {
	overflow: hidden;
	padding-left: 20px;
}

.author-info__heading {
	font-size: 13px;
	text-transform: uppercase;
	color: #aaa;
	line-height: 1;
}

.author-info__title {
	line-height: 22px;
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: 700;
	color: #56509f;
}

.author-info__link {
	color: inherit;
}

.author-info__title:hover .author-info__link {
	text-decoration: none;
}

.author-info__bio {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1px;
}

.join-event__title, .comments-title, .comment-reply-title {
	margin-bottom: 25px;
	font-size: 24px;
}

.comment-list {
	float: left;
	width: 100%;
	padding-left: 0;
	margin-bottom: 30px;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

.comment-list .comment {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 22px;
	margin-bottom: 33px;
}

.comment-list .comment.bypostauthor .avatar {
	border-radius: 0;
}

.comment-list .comment:last-child {
	margin-bottom: 20px;
}

.comment-list .comment.even .comment-respond, .comment-list .comment.odd .comment-respond {
	padding-top: 30px;
	border: 0;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 30px;
}

.comment-form {
	margin: 0 -15px;
}

.comment-form .comment-form__info_box {
	float: right;
}

.comment-form .logged-in-as {
	padding: 0 15px;
}

.comment__body:after {
	content: "";
	display: table;
	clear: both;
}

.comment__author-avatar {
	float: left;
	margin-left: 10px;
	max-width: 90px;
}

.comment__author-avatar img {
	display: block;
	max-width: 100%;
	height: 100%;
	margin-bottom: 0;
	border-radius: 50%;
}

.comment__right {
	overflow: hidden;
	padding-left: 20px;
}

.comment__heading {
	margin-bottom: 11px;
}

.comment__heading .comment__author-title {
	float: left;
}

.comment__heading .comment__author-title a:hover {
	color: #ff6682;
}

.comment__heading .comment__meta {
	float: right;
}

.comment__heading:after {
	content: "";
	display: table;
	clear: both;
}

.comment__author-title {
	font-size: 18px;
	font-weight: 700;
	color: #56509f;
}

.comment__author-title .fn {
	font-style: normal;
}

.comment__author-title a {
	color: inherit;
	text-decoration: none;
	transition: all .3s ease;
}

.comment__author-title a:hover {
	color: #62abf5;
}

.comment__meta {
	color: #aaa;
	font-size: 11px;
	text-transform: uppercase;
}

.comment__meta a {
	color: inherit;
}

.comment__meta a:hover {
	color: #ff6682;
	text-decoration: none;
}

.comment__meta-separator {
	margin: 0 1px;
}

.comment__reply .fa {
	margin-right: 5px;
}

.comment__reply:hover {
	color: #56509f;
}

.comment__reply:hover a {
	color: #56509f;
	text-decoration: none;
}

.comment__content {
	font-size: 16px;
	line-height: 24px;
}

.comment__content p {
	font-size: 16px;
	line-height: 24px;
}

.comment-respond {
	padding-top: 49px;
}

.comment-respond__cancel-replay {
	float: right;
	margin-top: 14px;
}

.comment-respond__cancel-replay .comment-reply-title {
	letter-spacing: .3px;
}

.comment-respond__cancel-replay a {
	padding: 6.5px 13px 7.5px;
	background: #fff;
	font-size: 11px;
	line-height: 24px;
	border-radius: 25px;
	letter-spacing: .2px;
	border: 1px solid #d9d9d9;
	color: #aaa;
	text-transform: uppercase;
}

.comment-respond__cancel-replay a:hover {
	text-decoration: none;
	border-color: #56509f;
	color: #56509f;
}

.comment-respond__cancel-replay a:focus, .comment-respond__cancel-replay a:active {
	text-decoration: none;
}

.comments-area {
	margin-top: 45px;
}

input[type="password"], input[type="text"], input[type="email"], input[type="submit"], textarea {
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 25px;
}

input[type="password"], input[type="text"] {
	padding: 9px 20px;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #e6e6e6;
	color: #011b3a;
	line-height: 30px;
	vertical-align: middle;
	transition: all .3s ease;
}

input[type="password"]:focus, input[type="text"]:focus {
	border-color: #56509f;
}

textarea {
	display: block;
	width: 100%;
	padding: 12px 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	resize: none;
	transition: all .3s ease;
}

textarea:focus {
	border-color: #56509f;
}

.post-password-form input[type="submit"] {
	height: 50px;
	padding: 0 15px;
	background: transparent;
	border: 2px solid #62abf5;
	color: #011b3a;
	vertical-align: middle;
	transition: all .3s ease;
}

.post-password-form input[type="submit"]:hover {
	background: #62abf5;
	color: #fff;
}

.post-password-form input[type="submit"]:active {
	border-color: #007fbf;
	background: #007fbf;
	color: #fff;
}

.search-bar {
	margin-bottom: 40px;
	padding: 20px 30px;
	border: 2px solid #fd0;
	border-radius: 25px;
}

.search-bar .stm-search-form .stm-search-form__field {
	height: 50px;
	width: calc(100% - 210px);
	background: #fff;
	padding: 0 20px;
	border-radius: 35px;
	border: 1px solid #e6e6e6;
	color: #011b3a;
	vertical-align: top;
	transition: all .3s ease;
}

.search-bar .stm-search-form .stm-search-form__field:focus {
	border-color: #56509f;
}

.search-bar .stm-search-form .stm-search-form__submit {
	position: relative;
	float: right;
	padding: 0 24px;
	min-width: 148px;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #ff6682;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #56509f;
	line-height: 46px;
	white-space: nowrap;
	transition: all .3s ease;
}

.search-bar .stm-search-form .stm-search-form__submit span, .search-bar .stm-search-form .stm-search-form__submit i {
	position: relative;
}

.search-bar .stm-search-form .stm-search-form__submit .stm-icon-search:before {
	content: "";
	margin-top: 15px;
	margin-right: 13px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

.search-bar .stm-search-form .stm-search-form__submit:after {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: rgba(0, 0, 0, .25);
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.search-bar .stm-search-form .stm-search-form__submit:hover, .search-bar .stm-search-form .stm-search-form__submit:focus {
	text-decoration: none;
}

.search-bar .stm-search-form .stm-search-form__submit:hover, .search-bar .stm-search-form .stm-search-form__submit:active {
	background: #ff6682;
	color: #fff;
	border-color: #ff6682;
}

.search-bar .stm-search-form .stm-search-form__submit:active:after {
	visibility: visible;
	opacity: 1;
}

.search-bar__founded {
	margin-top: 9px;
	color: #595959;
}

.wpcf7-form-control-wrap input {
	border-radius: 25px;
}

.wpcf7-text, .wpcf7-textarea {
	display: block;
	width: 100%;
	padding: 7px 24px 11px !important;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #e6e6e6;
	color: #011b3a;
	line-height: 30px;
	transition: all .3s ease;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
	border-color: #56509f;
}

.wpcf7-text.wpcf7-not-valid, .wpcf7-textarea.wpcf7-not-valid {
	border-color: #f00;
}

.wpcf7-textarea {
	height: 210px;
	resize: none;
}

.wpcf7-textarea.small-height {
	height: 130px;
	resize: none;
}

.wpcf7-submit {
	height: 50px;
	width: 160px;
	background: transparent;
	border: 2px solid #62abf5;
	color: #011b3a;
	transition: all .3s ease;
}

.wpcf7-submit:hover {
	background: #62abf5;
	color: #fff;
}

.wpcf7-submit:active {
	border-color: #007fbf;
	background: #007fbf;
	color: #fff;
}

.wpcf7 .stm-btn {
	min-width: 130px;
	vertical-align: middle;
}

.wpcf7 .stm-btn .stm-icon-arrow-right {
	margin-top: -2px;
	display: inline-block;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 .wpcf7-response-output {
	background: #fff;
	padding: 28px 30px;
	border-width: 1px;
	margin: 20px 0;
}

.wpcf7 .wpcf7-validation-errors {
	border-color: #f00;
	color: #f00;
}

.wpcf7 p:last-of-type {
	margin-bottom: 0;
}

.comment-form input[type="text"], .comment-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 25px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 18px;
	line-height: 20px;
	transition: all .3s ease;
}

.comment-form input[type="text"]:focus, .comment-form textarea:focus {
	border-color: #56509f;
}

.comment-form .comment-form-cookies-consent {
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 0 15px;
	z-index: 1;
	cursor: pointer;
}

.comment-form input[type="text"] {
	padding: 12px 25px 16px;
}

.comment-form textarea {
	min-height: 210px;
	padding: 12px 25px;
	resize: none;
}

.comment-form__submit-button {
	height: 50px;
	min-width: 160px;
	margin-top: 50px;
	padding: 0 30px;
	border-radius: 30px;
	line-height: 25px;
	border: 2px solid #ff6682;
	background-color: #ff6682;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	transition: all .3s ease;
}

.comment-form__submit-button:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	transition: all .3s ease;
	margin-right: 19px;
	color: #fd0;
}

.comment-form__submit-button:hover {
	background: transparent;
	color: #56509f;
}

.comment-form__submit-button:hover:before {
	color: #56509f;
}

.comment-form__submit-button:active {
	background: #ff6682;
	color: #56509f;
}

.comment-form__submit-button:active:before {
	color: #56509f;
}

.comment-form__submit-button .stm-icon {
	font-size: 16px;
	margin-left: 6px;
	position: relative;
}

.ajax-loader {
	display: none !important;
}

.single-post .post_view_single .entry-title {
	line-height: 38px;
	margin-top: -4px;
	margin-bottom: 14px;
}

.post_view_single .entry-header {
	margin-bottom: 40px;
}

.post_view_single .entry-date {
	position: relative;
	float: left;
	width: 100px;
	height: 94px;
	padding-top: 21px;
	border: 4px solid #ff6682;
	border-radius: 10px;
	text-align: center;
}

.post_view_single .entry-date__day {
	padding-top: 4px;
	margin-bottom: 6px;
	font-size: 40px;
	font-family: "Grand Hotel", cursive;
	color: #56509f;
	line-height: 22px;
}

.post_view_single .entry-date__month {
	font-size: 15px;
	color: #808080;
	line-height: 16px;
}

.post_view_single .entry-header__heading {
	overflow: hidden;
	padding-left: 30px;
}

.post_view_single .entry-meta {
	list-style: none;
	padding: 0 0 7px;
	margin-bottom: 0;
	font-size: 0;
	border-bottom: 1px solid #dfdfdf;
}

.post_view_single .entry-meta:after {
	content: "";
	display: table;
	clear: both;
}

.post_view_single .entry-meta > li {
	float: left;
	margin-right: 40px;
	font-size: 16px;
	color: #ff6682;
	margin-bottom: 10px;
}

.post_view_single .entry-meta > li:last-child {
	margin-right: 0;
}

.post_view_single .entry-meta > li .fa, .post_view_single .entry-meta > li .stm-icon {
	margin-right: 8px;
}

.post_view_single .entry-meta .cat-links {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #ff6682;
	transition: all .3s ease;
}

.post_view_single .entry-meta .cat-links a {
	color: inherit;
}

.post_view_single .tags-links {
	margin-bottom: -7px;
}

.post_view_single .tags-links:after {
	content: "";
	display: table;
	clear: both;
}

.post_view_single .tags-links a {
	padding: 3px 16px 5px 16px;
	margin-right: 8px;
	border-radius: 25px;
	border: 1px solid #ff6682;
	background: #fff;
	font-size: 14px;
	color: #56509f;
	line-height: 20px;
	float: left;
	margin-bottom: 7px;
	transition: all .3s ease;
}

.post_view_single .tags-links a:last-child {
	margin-right: 0;
}

.post_view_single .tags-links a:hover {
	background: #ff6682;
	color: #fff;
	text-decoration: none;
}

.post_view_single .tags-links a:focus {
	text-decoration: none;
}

.post_view_single .entry-share {
	font-size: 0;
}

.post_view_single .entry-share .share__title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	color: #aaa;
	margin-right: 20px;
}

.post_view_single .entry-share .share__item {
	display: inline-block;
	margin-right: 8px;
}

.post_view_single .entry-share .share__item:last-child {
	margin-right: 0;
}

.post_view_single .entry-share .stLarge {
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	font-size: 17px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 50%;
	background-image: none !important;
	text-align: center;
	line-height: 32px;
	color: #fff;
	opacity: .7;
	transition: all .3s ease;
}

.post_view_single .entry-share .stLarge:hover {
	opacity: 1;
}

.post_view_single .entry-share .stButton {
	margin: 0;
}

.post_view_single .entry-share .st_facebook_large .stLarge {
	background: #3a5897;
}

.post_view_single .entry-share .st_facebook_large .stLarge:after {
	content: "";
}

.post_view_single .entry-share .st_twitter_large .stLarge {
	background: #00aced;
}

.post_view_single .entry-share .st_twitter_large .stLarge:after {
	content: "";
}

.post_view_single .entry-share .st_googleplus_large .stLarge {
	background: #db4437;
}

.post_view_single .entry-share .st_googleplus_large .stLarge:after {
	content: "";
}

.post_view_single .entry-share .st_sharethis_large .stLarge {
	background: #a6e346;
}

.post_view_single .entry-share .st_sharethis_large .stLarge:after {
	content: "";
}

.post_view_single .entry-footer:after {
	content: "";
	display: table;
	clear: both;
}

.post_view_single .entry-footer .tags-links {
	float: left;
}

.post_view_single .entry-footer .entry-share {
	float: right;
	margin-top: -1px;
}

.post_view_single .author-info {
	margin-top: 40px;
}

.post_view_list {
	margin-bottom: 30px;
	position: relative;
}

.post_view_list.sticky .entry-body:before {
	content: "";
	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;
	right: 30px;
	top: -4px;
	font-size: 28px;
	color: #bd66ff;
	z-index: 2;
}

.post_view_list .entry-body {
	position: relative;
	z-index: 1;
}

.post_view_list .entry-thumbnail-container {
	float: left;
	max-width: 350px;
}

.post_view_list .entry-thumbnail {
	display: block;
	position: relative;
	z-index: 1;
}

.post_view_list .entry-thumbnail a {
	display: block;
}

.post_view_list .entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 25px 0 0 25px;
}

.post_view_list .posts_post__date {
	position: absolute;
	top: 20px;
	left: 20px;
	min-width: 60px;
	padding: 14px 0 6px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffaf40;
	font-size: 16px;
	color: #fff;
}

.post_view_list .posts_post__date a {
	color: #fff;
}

.post_view_list .posts_post__date a:hover {
	text-decoration: none;
}

.post_view_list .posts_post__date a:active, .post_view_list .posts_post__date a:focus {
	text-decoration: none;
}

.post_view_list .posts_post__date span {
	display: block;
	font-family: "Grand Hotel", cursive;
	font-size: 30px;
}

.post_view_list.format-video .entry-thumbnail > a {
	position: relative;
}

.post_view_list.format-video .entry-thumbnail > a:before {
	content: "";
	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: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	padding-top: 26px;
	padding-left: 28px;
	margin: auto;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(98, 171, 245, .8);
	color: #fff;
	font-size: 24px;
}

.post_view_list .entry-details-container {
	display: block;
	overflow: hidden;
	border-radius: 25px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.post_view_list .entry-details {
	position: relative;
	min-height: 218px;
	padding: 22px 0 49px;
	margin: 0 30px;
	z-index: 3;
	transition: all .3s ease;
}

.post_view_list .entry-title {
	margin-bottom: 12px;
	line-height: 30px;
	letter-spacing: .2px;
}

.post_view_list .entry-title a {
	color: inherit;
	transition: all .3s ease;
}

.post_view_list .entry-title a:hover {
	color: #ff6682;
	text-decoration: none;
}

.post_view_list .entry-title mark {
	padding: 3px 5px 5px;
	background: #62abf5;
	color: #fff;
}

.post_view_list .entry-summary {
	margin-bottom: 16px;
	line-height: 24px;
	font-size: 18px;
}

.post_view_list .entry-summary p {
	line-height: 28px;
	transition: all .3s ease;
}

.post_view_list .entry-summary p:last-child {
	margin-bottom: 0;
}

.post_view_list .entry-meta {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	max-width: 320px;
}

.post_view_list .entry-meta-auhtor {
	float: left;
	margin-top: 1px;
	font-size: 16px;
	color: #ff6682;
}

.post_view_list .entry-meta-auhtor span {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 7px;
}

.post_view_list .entry-meta-auhtor a {
	color: #56509f;
}

.post_view_list .entry-meta-auhtor a:hover {
	text-decoration: none;
	color: #ff6682;
}

.post_view_list .entry-meta-category {
	float: right;
}

.post_view_list .entry-meta-category a {
	padding: 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	color: #56509f;
}

.post_view_list .entry-meta-category a:hover {
	text-decoration: none;
	color: #ff6682;
}

.post_view_list .entry-meta-category .stm-icon {
	display: inline-block;
	vertical-align: top;
	margin: 9px 8px 0 0;
	font-size: 15.5px;
	color: #ff6682;
}

.post_view_list.posts_has__thumb .entry-details-container {
	border-radius: 0 25px 25px 0;
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.post_view_list:nth-child(2n) .posts_post__date {
	background-color: #62abf5;
}

.post_view_list:nth-child(3n) .posts_post__date {
	background-color: #95cc47;
}

.post_view_list:nth-child(4n) .posts_post__date {
	background-color: #bd66ff;
}

.post_view_list:nth-child(5n) .posts_post__date {
	background-color: #ff6682;
}

.stm-posts__items-row_view_masonry_box {
	position: relative;
}

.post_view_list-small {
	margin-bottom: 20px;
}

.post_view_list-small .entry-body {
	display: table;
	width: 100%;
}

.post_view_list-small .entry-thumbnail-container {
	display: table-cell;
	vertical-align: top;
}

.post_view_list-small .entry-thumbnail-container .entry-thumbnail {
	width: 77px;
	position: relative;
}

.post_view_list-small .entry-thumbnail-container .entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.post_view_list-small .entry-details-container {
	display: table-cell;
	vertical-align: top;
	padding-left: 14px;
}

.post_view_list-small .entry-details-container .posts_post__date {
	margin-bottom: 3px;
	line-height: 12px;
	font-size: 14px;
	color: #999;
}

.post_view_list-small .entry-details-container .posts_post__date a {
	color: inherit;
}

.post_view_list-small .entry-details-container .posts_post__date a:hover {
	text-decoration: none;
}

.post_view_list-small .entry-details-container .entry-title {
	letter-spacing: .2px;
	margin-bottom: 0;
	line-height: 22px;
	font-size: 18px;
	color: #56509f;
}

.post_view_list-small .entry-details-container .entry-title a {
	color: #56509f;
}

.post_view_list-small .entry-details-container .entry-title a:hover {
	text-decoration: none;
	color: #ff6682;
}

.post_view_grid {
	position: relative;
	max-width: 350px;
	margin: 0 auto 30px;
}

.post_view_grid.sticky .entry-details:before {
	content: "";
	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;
	right: -10px;
	top: -4px;
	font-size: 28px;
	color: #bd66ff;
	z-index: 2;
}

.post_view_grid .entry-body {
	position: relative;
	z-index: 1;
}

.post_view_grid .entry-thumbnail {
	display: block;
	position: relative;
	z-index: 1;
}

.post_view_grid .entry-thumbnail a {
	display: block;
}

.post_view_grid .entry-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 25px 25px 0 0;
}

.post_view_grid .entry-thumbnail .posts_post__date {
	position: absolute;
	top: 20px;
	left: 20px;
	min-width: 60px;
	padding: 14px 0 6px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffaf40;
	font-size: 16px;
	color: #fff;
}

.post_view_grid .posts_post__date {
	position: relative;
	float: left;
	min-width: 60px;
	margin-right: 15px;
	padding: 14px 0 6px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: #ffaf40;
	font-size: 16px;
	color: #fff;
}

.post_view_grid .posts_post__date a {
	color: #fff;
}

.post_view_grid .posts_post__date a:hover {
	text-decoration: none;
}

.post_view_grid .posts_post__date a:active, .post_view_grid .posts_post__date a:focus {
	text-decoration: none;
}

.post_view_grid .posts_post__date span {
	display: block;
	font-family: "Grand Hotel", cursive;
	font-size: 30px;
}

.post_view_grid.format-video .entry-thumbnail > a {
	position: relative;
}

.post_view_grid.format-video .entry-thumbnail > a:before {
	content: "";
	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: 0;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	padding-top: 26px;
	padding-left: 28px;
	margin: auto;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(98, 171, 245, .8);
	color: #fff;
	font-size: 24px;
}

.post_view_grid .entry-details-container {
	display: block;
	border-radius: 25px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.post_view_grid .entry-details {
	position: relative;
	min-height: 220px;
	padding: 22px 0 49px;
	margin: 0 30px;
	z-index: 3;
	transition: all .3s ease;
}

.post_view_grid .entry-title {
	margin-bottom: 12px;
	line-height: 30px;
	letter-spacing: -.2px;
}

.post_view_grid .entry-title a {
	color: inherit;
	transition: all .3s ease;
}

.post_view_grid .entry-title a:hover {
	color: #ff6682;
	text-decoration: none;
}

.post_view_grid .entry-title mark {
	padding: 3px 5px 5px;
	background: #62abf5;
	color: #fff;
}

.post_view_grid .entry-summary {
	margin-bottom: 16px;
	line-height: 24px;
	font-size: 18px;
}

.post_view_grid .entry-summary p {
	line-height: 28px;
	transition: all .3s ease;
}

.post_view_grid .entry-summary p:last-child {
	margin-bottom: 0;
}

.post_view_grid .entry-meta {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}

.post_view_grid .entry-meta-auhtor {
	float: left;
	margin-top: 1px;
	font-size: 16px;
	color: #ff6682;
}

.post_view_grid .entry-meta-auhtor span {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 7px;
}

.post_view_grid .entry-meta-auhtor a {
	color: #56509f;
}

.post_view_grid .entry-meta-auhtor a:hover {
	text-decoration: none;
	color: #ff6682;
}

.post_view_grid .entry-meta-category {
	float: right;
}

.post_view_grid .entry-meta-category a {
	padding: 0;
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	color: #56509f;
}

.post_view_grid .entry-meta-category a:hover {
	text-decoration: none;
	color: #ff6682;
}

.post_view_grid .entry-meta-category .stm-icon {
	display: inline-block;
	vertical-align: top;
	margin: 9px 8px 0 0;
	font-size: 15.5px;
	color: #ff6682;
}

.post_view_grid.posts_has__thumb .entry-details-container {
	border-radius: 0 0 25px 25px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.post_view_grid.posts_has__thumb .entry-details .posts_post__date {
	display: none;
}

.col-xs-12:nth-child(2n) .post_view_grid .posts_post__date {
	background-color: #62abf5;
}

.col-xs-12:nth-child(3n) .post_view_grid .posts_post__date {
	background-color: #95cc47;
}

.col-xs-12:nth-child(4n) .post_view_grid .posts_post__date {
	background-color: #bd66ff;
}

.col-xs-12:nth-child(5n) .post_view_grid .posts_post__date {
	background-color: #ff6682;
}

.col-xs-12:nth-child(6n) .post_view_grid .posts_post__date {
	background-color: #56509f;
}

.paging_view_posts-list {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.classes-box-tabs.vc_tta-tabs .vc_tta-panels .vc_active .vc_tta-panel-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.courses_post__box {
	max-width: 350px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.courses_post__box .courses_post__thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 25px 25px 0 0;
}

.courses_post__box .courses_post__body_wrap {
	border: 1px solid #e6e6e6;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.courses_post__box .courses_post__body_wrap .courses_post__body {
	display: block;
	padding: 10px 30px;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__title {
	line-height: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
	letter-spacing: .2px;
	font-weight: 600;
	font-size: 24px;
	color: #56509f;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__title a {
	color: #56509f;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__title a:hover {
	text-decoration: none;
	color: #ff6682;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__short_description {
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	font-size: 16px;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__short_description p {
	line-height: 24px;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__meta {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
	margin-top: 18px;
	margin-bottom: 7px;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__meta ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 33.333333%;
	text-align: center;
	line-height: 19px;
	font-size: 16px;
	color: #ff6682;
}

.courses_post__box .courses_post__body_wrap .courses_post__body .courses_post__meta ul li div {
	margin-bottom: 1px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #808080;
}

.courses_post__box .courses_post__body_wrap .courses_post__link_more {
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	overflow: hidden;
	transition: .2s ease-in-out;
	padding: 14px 0 18px;
	text-align: center;
	text-decoration: none;
	background-color: #fd0;
	font-weight: 700;
	font-size: 18px;
	color: #56509f;
}

.courses_post__box .courses_post__body_wrap .courses_post__link_more span {
	position: relative;
	z-index: 10;
}

.courses_post__box .courses_post__body_wrap .courses_post__link_more:hover {
	background: #ff6682;
	color: #fff;
}

.courses_post__box:hover .courses_post__body_wrap .courses_post__meta {
	border-top-color: transparent;
}

.courses_post__box:hover .courses_post__link_more {
	bottom: 0;
}

.courses_post__box.courses_post__has_thumbnail .courses_post__body_wrap {
	border: 1px solid #e6e6e6;
	border-top: 0;
	border-radius: 0 0 25px 25px;
}

.courses_post__meta_table ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 26px 0 26px 0;
	background-color: #56509f;
	border-radius: 25px;
}

.courses_post__meta_table ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
}

.courses_post__meta_table ul li:first-child {
	padding-left: 30px;
}

.courses_post__meta_table ul li:last-child {
	padding-right: 20px;
}

.courses_post__meta_table ul li .stm-btn_pink.stm-btn_flat:hover {
	background-color: #fd0;
	border-color: #fd0;
}

.courses_post__meta_table ul li a {
	color: #fff;
}

.courses_post__meta_table ul li a:hover {
	text-decoration: none;
	color: #ff6682;
}

.courses_post__meta_table ul li div {
	font-weight: 400;
}

.courses_post__meta_table ul li:last-child {
	width: 170px;
}

.courses_post__meta_table ul li .stm-btn {
	min-width: 100px;
	padding-right: 24px;
	padding-left: 24px;
}

.fancybox-close {
	background: transparent !important;
	top: -28px !important;
	right: -32px !important;
	text-align: center;
	text-decoration: none !important;
}

.fancybox-close:before {
	content: "";
	font-family: stm-icon;
	font-size: 18px;
	color: #fd0;
}

.fancybox-close:hover:before {
	color: #ff6682;
}

.fancybox-prev span, .fancybox-next span {
	position: relative;
	background: transparent !important;
}

.fancybox-prev span:after, .fancybox-next span:after {
	content: "";
	font-family: stm-icon;
	position: absolute;
	top: 50%;
	right: -42px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-align: right;
	line-height: 40px;
	font-size: 26px;
	color: #fd0;
}

.fancybox-prev span:hover:after, .fancybox-next span:hover:after {
	color: #ff6682;
}

.fancybox-prev span:after {
	content: "";
	left: -42px;
	right: auto;
	text-align: left;
}

.single-stm_course .fancybox-close {
	background: transparent;
	top: 44px !important;
	right: 24px !important;
	text-decoration: none !important;
}

.single-stm_course .fancybox-close:before {
	content: "";
	font-family: stm-icon;
	font-size: 16px;
	color: #c0c0c0;
}

.single-stm_course .fancybox-skin {
	background: transparent;
}

.single-stm_course .fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.single-stm_course .stm_sign_up_now {
	max-width: 830px;
	margin-top: 20px;
	padding: 36px 50px 50px;
	background-color: #fff;
	border-radius: 30px;
}

.single-stm_course .stm_sign_up_now h3 {
	text-align: center;
	margin-bottom: 24px;
}

.stm-carousel_view_courses.owl-carousel .owl-stage-outer {
	z-index: 10;
}

.stm-carousel_view_courses.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -25px;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev, .stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next {
	display: block !important;
	float: left;
	width: 50px;
	height: 50px;
	margin-left: -80px;
	line-height: 46px;
	text-align: center;
	border: 2px solid #ff6682;
	border-radius: 50%;
	transition: all .3s ease;
	color: #56509f;
	font-size: 0;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev:before, .stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: "";
	font-family: stm-icon;
	margin-right: 3px;
	font-size: 20px;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next:hover {
	border-color: #ff6682;
	background-color: #ff6682;
	color: #fff;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next {
	float: right;
	margin-left: 0;
	margin-right: -80px;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: "";
	margin-right: 0;
	margin-left: 3px;
}

.stm-carousel_view_courses.owl-carousel .owl-controls .owl-dot {
	display: none !important;
}

.stm-page-head .entry-header {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.stm-page-head .entry-header .entry-title {
	color: #fff;
	margin-bottom: 62px;
}

.stm-page-head .entry-header .entry-date {
	float: left;
	width: 60px;
	height: 60px;
	margin-top: 5px;
	margin-right: 31px;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
}

.stm-page-head .entry-header .entry-date__day {
	padding-top: 11px;
	line-height: 24px;
	font-family: "Grand Hotel", cursive;
	font-size: 30px;
}

.stm-page-head .entry-header .entry-meta {
	padding: 0;
	margin: 0 0 0 1px;
}

.stm-page-head .entry-header .entry-meta li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 68px;
	margin-bottom: 6px;
	font-size: 16px;
	color: #fff;
}

.stm-page-head .entry-header .entry-meta li a {
	color: inherit;
}

.stm-page-head .entry-header .entry-meta li a:hover {
	color: #fd0;
	text-decoration: none;
}

.stm-page-head .entry-header .entry-meta li .stm-icon, .stm-page-head .entry-header .entry-meta li .fa {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 6px;
}

.stm-posts_list .posts_has__thumb .entry-details-container {
	border-radius: 0 25px 25px 0;
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.stm-posts_list .posts_has__thumb .entry-details .posts_post__date {
	display: none;
}

.stm-event_view_grid {
	background: #fff;
	margin-bottom: 30px;
}

.stm-event_view_grid .stm-event__body:after {
	content: "";
	display: table;
	clear: both;
}

.stm-event_view_grid .stm-event__left {
	float: left;
	max-width: 225px;
}

.stm-event_view_grid .stm-event__left img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 25px 0 0 25px;
}

.stm-event_view_grid .stm-event__content {
	position: relative;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 25px;
	padding: 24px 30px 24px 30px;
}

.stm-event_view_grid.events_post__has_thumbnail .stm-event__content {
	border-left: 0;
	padding-left: 26px;
	border-radius: 0 25px 25px 0;
	min-height: 225px;
}

.stm-event_view_grid .stm-event__meta {
	margin-bottom: 8px;
}

.stm-event_view_grid .stm-event__meta ul {
	margin-bottom: 0;
	padding-left: 0;
	font-size: 0;
	list-style: none;
	line-height: normal;
}

.stm-event_view_grid .stm-event__meta li {
	display: block;
	line-height: 22px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 2px;
	font-size: 16px;
	color: #808080;
}

.stm-event_view_grid .stm-event__meta li:last-child {
	margin-bottom: 0;
}

.stm-event_view_grid .stm-event__meta li .stm-event__venue {
	letter-spacing: -.2px;
}

.stm-event_view_grid .stm-event__meta .stm-icon, .stm-event_view_grid .stm-event__meta .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 17px;
	text-align: center;
	color: #ff6682;
}

.stm-event_view_grid .stm-event__time-divider {
	margin: 0 2px;
}

.stm-event_view_grid .stm-event__title {
	line-height: 30px;
	margin-bottom: 15px;
}

.stm-event_view_grid .stm-event__title a {
	color: inherit;
	text-decoration: none;
	transition: all .3s ease;
}

.stm-event_view_grid .stm-event__title a:hover {
	color: #ff6682;
	text-decoration: none;
}

.stm-event_view_grid .stm-event__summary {
	font-size: 14px;
	line-height: 24px;
	color: #808080;
}

.stm-event_view_grid .stm-event__summary p {
	line-height: inherit;
	font-size: inherit;
	color: inherit;
}

.event-entry-summary {
	margin-top: -7px;
	margin-bottom: 32px;
	font-weight: 700;
	color: #595959;
}

.event-entry-summary p {
	line-height: 28px;
}

.event-info_table {
	background: #56509f;
	border: 2px solid #56509f;
	border-radius: 25px;
}

.event-info_table > ul {
	padding: 18px 10px 17px 10px;
	list-style: none;
	margin-bottom: 0;
}

.event-info_table > ul:after {
	content: "";
	display: table;
	clear: both;
}

.event-info_table > ul > li {
	float: left;
	width: 33.33%;
	padding: 0 20px;
	color: #62abf5;
}

.event-info_table > ul ul li {
	overflow: hidden;
	text-overflow: ellipsis;
}

.event-info_table .event-info__title {
	margin-bottom: 1px;
	font-size: 16px;
	letter-spacing: -.2px;
	line-height: 28px;
	color: #fff;
}

.event-info_table .event-info__datetime {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.event-info_table .event-info__datetime li {
	font-size: 16px;
	margin-bottom: 2px;
	line-height: 26px;
	color: #fff;
}

.event-info_table .event-info__datetime .stm-icon, .event-info_table .event-info__datetime .fa {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 10px;
	color: #fd0;
}

.event-info_table .event-info__venue {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}

.event-info_table .event-info__tel, .event-info_table .event-info__email {
	position: relative;
	color: #fff;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.event-info_table .event-info__tel i, .event-info_table .event-info__email i {
	margin-right: 10px;
	color: #fd0;
}

.event-info_table .event-info__tel > li, .event-info_table .event-info__email > li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 2px;
}

.post_view_single.stm_event .entry-header {
	margin-bottom: 15px;
}

.post_view_single.stm_event .entry-header .entry-meta {
	border-bottom: none;
	padding-bottom: 0;
}

.post_view_single.stm_event .entry-header__heading {
	padding-left: 0;
}

.post_view_single.stm_event .event-info_table {
	margin-bottom: 31px;
}

.join-event {
	padding-top: 45px;
}

.join-event .form__submit:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	transition: all .3s ease;
	margin-right: 19px;
	font-size: 18px;
	color: #fd0;
}

.join-event .form__submit:hover:before {
	color: #56509f;
}

.join-event .form__submit:active:before {
	color: #56509f;
}

.form_join-event input[type="text"], .form_join-event textarea {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	transition: all .3s ease;
}

.form_join-event input[type="text"]:focus, .form_join-event textarea:focus {
	border-color: #56509f;
}

.form_join-event input[type="text"].error, .form_join-event textarea.error {
	border-color: #f00;
}

.form_join-event input[type="text"] {
	padding: 13px 20px;
}

.form_join-event textarea {
	height: 210px;
	padding: 12px 20px;
	resize: none;
}

.form_join-event .form__loading {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.form_join-event .form__loading_state_active {
	visibility: visible;
	opacity: 1;
}

.form_join-event .form__notice {
	display: none;
	margin-top: 30px;
}

.events__small_box .stm-event__left {
	max-width: 130px;
}

.events__small_box .stm-event__content {
	padding: 10px 10px 0 10px;
	min-height: 130px !important;
}

.events__small_box .stm-event__title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.events__small_box .stm-event__meta {
	margin-bottom: 0;
}

.events__small_box .stm-event__meta li {
	font-size: 14px;
}

.events__small_box .stm-event__meta li:last-child {
	margin-bottom: 0;
}

.addtocalendar {
	position: relative;
	float: right;
}

.addtocalendar var {
	display: none;
}

.addtocalendar .atcb-link {
	display: none;
	visibility: hidden;
}

.addtocalendar .stm-btn {
	cursor: pointer;
}

.addtocalendar .stm-btn.stm-btn-active {
	background-color: #ff6682 !important;
	color: #56509f !important;
}

.addtocalendar .atcb-list {
	background: #fff;
	color: #000;
	width: 100%;
	margin-top: 1px;
	padding: 10px 20px;
	display: none;
	border: 0;
	background-color: #ff6682;
	border-radius: 15px;
	text-align: left;
	list-style: none;
	position: absolute;
	font-size: 14px;
	top: 100%;
	left: 0;
	z-index: 900;
}

.addtocalendar .atcb-list a {
	color: #fff;
}

.donation-info {
	padding: 22px 38px 25px 38px;
	margin-bottom: 24px;
	background: #fff;
	border-radius: 25px;
	border: 2px solid #fd0;
}

.donation-info__heading {
	margin-bottom: 14px;
}

.donation-info__heading:after {
	content: "";
	display: table;
	clear: both;
}

.donation-info__donated {
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #808080;
	text-transform: uppercase;
}

.donation-info__time {
	float: right;
	font-size: 14px;
	color: #999;
}

.donation-info__progress {
	height: 4px;
	background: #f0f0f0;
	margin-bottom: 25px;
}

.donation-info__progress-bar {
	position: relative;
	height: 4px;
	background: #56509f;
}

.donation-info__progress-bar:before {
	content: "";
	width: 4px;
	height: 16px;
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ff6682;
}

.donation-info__footer {
	display: table;
	width: 100%;
}

.donation-info__footer-col {
	display: table-cell;
	vertical-align: middle;
}

.donation-info__footer-col_large {
	width: 100%;
}

.donation-info__stats:after {
	content: "";
	display: table;
	clear: both;
}

.donation-info__stats {
	margin-left: -30px;
}

.donation-info__stats-item {
	float: left;
	width: 20%;
	text-align: center;
}

.donation-info__stats-val {
	font-size: 20px;
	line-height: 22px;
	color: #ff6682;
}

.donation-info__stats-label {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #595959;
}

.donation-info__action {
	white-space: nowrap;
}

.donation-info__action .stm-btn {
	min-width: 180px;
}

.stm-donation_view_grid {
	margin-bottom: 40px;
}

.vc_tta-panel-body .stm-donation_view_grid {
	margin-bottom: 25px;
}

.stm-donation_view_grid .stm-donation__thumbnail {
	position: relative;
	z-index: 1;
}

.stm-donation_view_grid .stm-donation__thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 25px 25px 0 0;
}

.stm-donation_view_grid .stm-donation__body {
	position: relative;
	z-index: 2;
}

.stm-donation_view_grid .stm-donation__content {
	background: #fff;
	padding: 19px 30px 11px;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 25px 25px;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.stm-donation_view_grid .stm-donation__title {
	height: 60px;
	overflow: hidden;
	margin-bottom: 11px;
	line-height: 28px;
}

.stm-donation_view_grid .stm-donation__title a {
	color: #56509f;
	transition: all .3s ease;
}

.stm-donation_view_grid .stm-donation__title a:hover {
	color: #ff6682;
	text-decoration: none;
}

.stm-donation_view_grid .stm-donation__donated {
	margin-bottom: 10px;
	font-size: 16px;
	color: #ff6682;
	text-transform: uppercase;
	line-height: 11px;
}

.stm-donation_view_grid .stm-donation__progress {
	height: 4px;
	margin-bottom: 24px;
	background: #f0f0f0;
}

.stm-donation_view_grid .stm-donation__progress-bar {
	height: 4px;
	background: #56509f;
	position: relative;
}

.stm-donation_view_grid .stm-donation__progress-bar:after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	height: 16px;
	width: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ff6682;
}

.stm-donation_view_grid .stm-donation__time {
	font-size: 16px;
	line-height: 11px;
	color: #ff6682;
}

.stm-donation_view_grid .stm-donation__action {
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	overflow: hidden;
	transition: .2s ease-in-out;
	padding: 14px 0 18px;
	text-align: center;
	text-decoration: none;
	background-color: #fd0;
	font-weight: 700;
	font-size: 18px;
	color: #56509f;
}

.stm-donation_view_grid .stm-donation__action a {
	text-decoration: none;
	position: relative;
	z-index: 10;
	color: inherit;
}

.stm-donation_view_grid .stm-donation__action:hover {
	background-color: #ff6682;
}

.stm-donation_view_grid .stm-donation__action:hover a {
	color: #fff;
}

.stm-donation_view_grid .donation_post__meta {
	padding: 6px 0 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #dedede;
}

.stm-donation_view_grid .donation_post__meta li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 33.333333%;
	margin-right: -4px;
	text-align: center;
	font-size: 14px;
	color: #808080;
}

.stm-donation_view_grid .donation_post__meta li .donation_post__meta_title {
	letter-spacing: 1px;
	font-weight: 600;
}

.stm-donation_view_grid:hover .donation_post__meta {
	border-top-color: transparent;
}

.stm-donation_view_grid:hover .stm-donation__action {
	bottom: 0;
}

.post_view_single.stm_donation .entry-title {
	margin-bottom: 37px;
}

.post_view_single.stm_donation .entry-footer {
	margin-bottom: 30px;
}

.post_view_single.stm_donation .entry-footer .entry-share {
	float: none;
}

.modal_donation .modal-dialog {
	width: 640px;
}

.modal_donation .modal-content {
	border-radius: 25px;
}

.modal_donation .modal-header {
	position: relative;
	padding: 33px 50px 27.7px 50px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border: none;
	min-height: 0;
	background: #ff6682;
}

.modal_donation .modal-header .close {
	position: absolute;
	top: 21px;
	right: 27px;
	margin: 0;
	font-weight: 300;
	font-size: 28px;
	color: #fff;
	opacity: 1;
	transition: all .3s ease;
}

.modal_donation .modal-header .close:before {
	content: "";
	font-family: stm-icon;
	font-size: 16px;
}

.modal_donation .modal-header .close span {
	display: none;
}

.modal_donation .modal-header .close:hover {
	color: #fd0;
}

.modal_donation .modal-title {
	margin: 0;
	color: #fff;
}

.modal_donation .modal-title small {
	display: block;
	margin-bottom: 8px;
	color: inherit;
}

.modal_donation .modal-body {
	padding: 0 50px 50px;
}

.form_donation .form__amount {
	padding: 46px 0 36px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.form_donation .form__amount:after {
	content: "";
	display: table;
	clear: both;
}

.form_donation .form__amount-title {
	float: left;
	width: 29.368029739777%;
	padding-right: 15px;
	margin-top: -7px;
	line-height: 26px;
	color: #595959;
}

.form_donation .form__amount-values {
	float: left;
	width: 380px;
	font-size: 0;
}

.form_donation .form__amount-value {
	display: none;
}

.form_donation .form__amount-label {
	height: 40px;
	min-width: 60px;
	margin: 0 10px 0 0;
	border: 2px solid #56509f;
	line-height: 36px;
	font-size: 16px;
	color: #011b3a;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	transition: all .3s ease;
}

.form_donation .form__amount-label:hover, .form_donation .form__amount-label.active {
	background: #56509f;
	color: #fff;
}

.form_donation .form__amount-value-custom {
	display: inline-block;
	width: 170px;
	height: 40px;
	padding: 0 15px;
	border-radius: 0;
	border-radius: 25px;
	box-shadow: none;
	border: 1px solid #e6e6e6;
	vertical-align: top;
	font-size: 16px;
	color: #011b3a;
	transition: all .3s ease;
}

.form_donation .form__amount-value-custom:focus {
	border-color: #56509f;
}

.form_donation .form__fields input[type="text"], .form_donation .form__fields textarea {
	margin-bottom: 30px;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	border-radius: 25px;
	box-shadow: none;
	font-size: 16px;
	color: #011b3a;
	transition: all .3s ease;
}

.form_donation .form__fields input[type="text"]:focus, .form_donation .form__fields textarea:focus {
	border-color: #56509f;
}

.form_donation .form__fields input[type="text"] {
	height: 50px;
	padding: 0 20px;
}

.form_donation .form__fields input[type="text"].error {
	border-color: #f00;
}

.form_donation .form__fields textarea {
	height: 130px;
	padding: 13px 20px;
	line-height: 22px;
	resize: none;
}

.form_donation .form__item {
	position: relative;
}

.form_donation .form__item .form-error {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	font-size: 13px;
	color: #f00;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease;
}

.form_donation .form__item .form-error.active {
	visibility: visible;
	opacity: 1;
}

.form_donation .form__action {
	margin: 0;
}

.form_donation .form__action .stm-btn {
	width: 100%;
	max-width: 215px;
	vertical-align: middle;
	background-color: #ff6682;
	border-color: #ff6682;
	color: #fff;
}

.form_donation .form__action .stm-btn:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	margin-right: 12px;
	font-size: 20px;
	color: #fd0;
}

.form_donation .form__action .stm-btn:hover {
	background-color: transparent;
	color: #56509f;
}

.form_donation .form__action .stm-btn:hover:before {
	color: #56509f;
}

.form_donation .form__action .stm-btn i {
	display: none;
}

.form_donation .form__action-loading {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
}

.form_donation .form__action-loading_state_loading {
	visibility: visible;
	opacity: 1;
}

.notice {
	position: relative;
	padding: 24px 68px 24px 30px;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	line-height: 30px;
}

.notice__hide {
	position: absolute;
	right: 26px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 28px;
	color: rgba(3, 3, 3, .25);
	cursor: pointer;
}

.notice_information {
	border-color: #62abf5;
	color: #62abf5;
}

.notice_success {
	border-color: #95cc47;
	color: #95cc47;
}

.error404, .page-template-404 {
	height: 100%;
}

.error404 #wrapper, .page-template-404 #wrapper {
	height: 100%;
}

.error404 .header-holder, .error404 .footer, .page-template-404 .header-holder, .page-template-404 .footer {
	display: none;
}

.error404 .logo_box, .page-template-404 .logo_box {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.error404 .content, .page-template-404 .content {
	height: 100%;
	padding-top: 51px;
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/tmp/bg-404-kin.jpg");
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/tmp/bg-404-kin.jpg";
}

.error404 h1, .page-template-404 h1 {
	margin-bottom: 25px;
	line-height: 54px;
	color: #56509f;
}

.error404 p, .page-template-404 p {
	font-size: 16px;
}

.error404 .stm-btn_md, .page-template-404 .stm-btn_md {
	min-width: 160px;
}

.error404 .footer, .page-template-404 .footer {
	background: transparent;
}

#frontend_customizer {
	position: fixed;
	top: 50%;
	left: -233px;
	width: 233px;
	background: #56509f;
	z-index: 999;
	color: #fff;
	margin: -234px 0 0;
	transition: all .5s ease;
}

#frontend_customizer.open {
	left: 0;
}

#frontend_customizer_button {
	position: absolute;
	right: -43px;
	top: 50%;
	margin: -20px 0 0 0;
	width: 43px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 38px;
	background: #56509f;
	transition: all .2s linear;
}

#frontend_customizer_button:hover {
	background: #ff6682 !important;
	color: #fff;
}

#frontend_customizer_button:hover:before {
	border-right-color: #353535 !important;
}

#frontend_customizer .customizer_wrapper {
	padding: 30px;
	height: 100%;
	overflow-y: auto;
	transition: all .5s ease;
}

#frontend_customizer h3 {
	font-size: 14px;
	color: #fff;
	font-family: "Dosis", "Open Sans", Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 12px;
	padding: 0;
	text-align: center;
}

#frontend_customizer h3:after {
	display: none;
}

#frontend_customizer h3:before {
	display: none;
}

#frontend_customizer .customizer_element {
	margin: 0 0 10px;
}

#frontend_customizer select {
	width: 100%;
	border-radius: 4px;
	background: #fff;
	outline: none !important;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	color: #767676;
	font-family: "Open Sans", Arial, sans-serif;
	border: none;
	box-shadow: none;
}

.stm_switcher {
	position: relative;
	padding: 5px 0 0;
	cursor: pointer;
	margin: 0 0 20px;
}

.stm_switcher > * {
	display: inline-block;
	vertical-align: middle;
}

.stm_switcher .switcher_nav {
	position: relative;
	width: 42px;
	height: 24px;
	background: rgba(255, 255, 255, .35);
	border-radius: 30px;
	margin: 0 13px;
}

.stm_switcher .switcher_nav:before {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 100%;
}

.stm_switcher.active .switcher_nav:before {
	left: auto;
	right: 3px;
}

.stm_switcher .switcher_label {
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	font-style: italic;
}

.stm_switcher .switcher_label.disable, .stm_switcher.active .switcher_label.enable {
	color: #fff;
}

.stm_switcher .switcher_label:first-child {
	width: 55px;
	text-align: right;
}

.stm_switcher.active .switcher_label.disable {
	color: rgba(255, 255, 255, .5);
}

.customizer_colors {
	position: relative;
	margin: 0 -10px;
	text-align: center;
}

.customizer_colors span {
	margin: 0 5px 10px;
	display: inline-block;
	vertical-align: top;
	width: 31px;
	height: 31px;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.customizer_colors #skin-green {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-1.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-1.png";
}

.customizer_colors #skin-green.lzl:not(.lzl-ed), .customizer_colors #skin-green.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAB8CAYAAAAxUQMjAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAnklEQVR4Ae3QAQ0AAADCoPdPbQ43iEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMPA0MeJwAAWXB2hoAAAAASUVORK5CYII=");
}

.customizer_colors #skin-orange {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-2.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-2.png";
}

.customizer_colors #skin-orange.lzl:not(.lzl-ed), .customizer_colors #skin-orange.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAB8CAYAAAAxUQMjAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAnklEQVR4Ae3QAQ0AAADCoPdPbQ43iEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMPA0MeJwAAWXB2hoAAAAASUVORK5CYII=");
}

.customizer_colors #skin-purple {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-3.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-3.png";
}

.customizer_colors #skin-purple.lzl:not(.lzl-ed), .customizer_colors #skin-purple.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAB8CAYAAAAxUQMjAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAnklEQVR4Ae3QAQ0AAADCoPdPbQ43iEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMPA0MeJwAAWXB2hoAAAAASUVORK5CYII=");
}

.customizer_colors #skin-red {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-4.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/frontend-customizer/preview-kinder-color-4.png";
}

.customizer_colors #skin-red.lzl:not(.lzl-ed), .customizer_colors #skin-red.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAB8CAYAAAAxUQMjAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAnklEQVR4Ae3QAQ0AAADCoPdPbQ43iEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMPA0MeJwAAWXB2hoAAAAASUVORK5CYII=");
}

.customizer_colors span.active {
	background-position: 50% 100%;
}

.gallery {
	margin: 0 -15px;
}

.gallery:after {
	content: "";
	display: table;
	clear: both;
}

.gallery .gallery-item {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.error404 .content.lzl:not(.lzl-ed), .page-template-404 .content.lzl:not(.lzl-ed), .error404 .content.lzl-ing:not(.lzl-ed), .page-template-404 .content.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAQ4CAYAAADo08FDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAfiUlEQVR42uzBAQEAAACAkP6v7ggKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA24MDAgAAAAAh/V/dEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUDZuaAAGRH+GqAAAAAElFTkSuQmCC");
}

.gallery .gallery-item img {
	display: block;
	max-width: 100%;
	height: auto;
}

.gallery .gallery-item .gallery-icon {
	margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
	float: none;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
	clear: both;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
	clear: both;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
	clear: both;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
	clear: both;
}

.gallery-columns-6 .gallery-item {
	width: 16.66666666666667%;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
	clear: both;
}

.gallery-columns-7 .gallery-item {
	width: 14.28571428571429%;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
	clear: both;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
	clear: both;
}

.gallery-columns-9 .gallery-item {
	width: 11.11111111111111%;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}

.gallery-columns-10 .gallery-item {
	width: 10%;
}

.gallery-columns-10 .gallery-item:nth-child(10n+1) {
	clear: both;
}

.gallery-caption {
	color: #595959;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

.stm-title {
	margin-bottom: 34px;
}

.stm-title_sep_left, .stm-title_sep_right {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.stm-title_sep_left .stm-separator__line, .stm-title_sep_right .stm-separator__line {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.stm-title_sep_right .stm-separator__line {
	margin-right: -100%;
	margin-left: 15px;
}

.stm-title_sep_left .stm-separator__line {
	margin-left: -100%;
	margin-right: 15px;
}

.stm-separator_type_title.stm-separator_has_subtitle {
	margin-bottom: 41px;
}

.stm-separator_type_title .stm-separator__line {
	background: #ff6682;
	width: 60px;
	height: 2px;
}

.stm-separator_type_title .stm-separator__line.stm-border-b_color_lilac {
	background: #56509f;
	border-color: #56509f;
}

.stm-separator_type_title .stm-separator__line.stm-border-b_color_pink {
	background: #ff6682;
	border-color: #ff6682;
}

.stm-separator_type_title .stm-separator__line.stm-border-b_color_yellow {
	background: #fd0;
	border-color: #fd0;
}

.stm-subtitle {
	margin-bottom: 37px;
	font-size: 20px;
	line-height: 30px;
}

.stm-slider {
	padding-bottom: 38px;
}

.stm-slider .owl-controls {
	position: absolute;
	right: 0;
	bottom: -9px;
	width: 100%;
}

.stm-slider .owl-nav .owl-next, .stm-slider .owl-nav .owl-prev {
	display: inline-block;
	position: relative;
	margin: 0 -.75px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .5);
	border: 2px solid #62abf5;
	font-family: "Arial";
	color: #011b3a;
	text-align: center;
	line-height: 46px;
	transition: all .3s ease;
}

.stm-slider .owl-nav .owl-next:hover, .stm-slider .owl-nav .owl-prev:hover {
	background: #62abf5;
	color: #fff;
}

.stm-slider .owl-dots .owl-dot span {
	background: rgba(128, 128, 128, .5);
}

.stm-slider .owl-dots .owl-dot span:hover, .stm-slider .owl-dots .owl-dot span:after, .stm-slider .owl-dots .owl-dot span:active {
	background-color: #ff6682;
}

.stm-slider .owl-dots .owl-dot.active span {
	background: #ff6682;
}

.stm-slider.buttons_on_slider .owl-controls {
	position: absolute;
	right: 0;
	bottom: 72px;
	width: 100%;
}

.stm-slider.buttons_on_slider .owl-dots .owl-dot span {
	background: rgba(255, 255, 255, .5);
}

.stm-slider.buttons_on_slider .owl-dots .owl-dot span:hover, .stm-slider.buttons_on_slider .owl-dots .owl-dot span:after, .stm-slider.buttons_on_slider .owl-dots .owl-dot span:active {
	background-color: #fff;
}

.stm-slider.buttons_on_slider .owl-dots .owl-dot.active span {
	background: #ff6682;
}

.stm-slider__item {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.stm-slider__item img {
	border-radius: 25px;
}

.stm-slider__video_has_poster {
	position: relative;
}

.stm-slider__video_has_poster .stm-slider__video-poster {
	position: relative;
	z-index: 2;
	transition: all .3s ease;
}

.stm-slider__video_has_poster .stm-slider__video-play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 80px;
	padding-top: 27px;
	padding-left: 30px;
	margin: auto;
	background: rgba(149, 204, 71, .8);
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	z-index: 3;
	transition: all .3s ease;
}

.stm-slider__video_has_poster .stm-slider__video-play:hover {
	background: #62abf5;
}

.stm-slider__video_has_poster .stm-slider__video-iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.stm-slider__video_has_poster .stm-slider__video-poster_state_hidden {
	visibility: hidden;
	opacity: 0;
}

.stm-separator {
	margin-bottom: 41px;
}

.stm-separator_short {
	width: 60px;
}

.stm-separator__line {
	border-bottom: 2px solid #95cc47;
}

.stm-separator__line-holder {
	display: table-cell;
	width: 49%;
	vertical-align: middle;
}

.stm-separator__line-holder .stm-separator__line {
	width: 100%;
}

.stm-separator_has_item .stm-separator__item {
	display: table-cell;
	width: 1%;
	padding: 0 20px;
	white-space: nowrap;
	vertical-align: middle;
}

.stm-separator__item_type_text {
	font-weight: 600;
	font-size: 14px;
}

.stm-cta {
	position: relative;
	z-index: 92;
}

.stm-cta__content {
	display: table;
	width: 100%;
}

.stm-cta__image {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}

.stm-cta__action {
	display: table-cell;
	width: 1000px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 9px;
}

.stm-cta__action-title {
	margin: 0 0 19px 0;
	font-weight: 300;
	color: #fff;
}

.stm-cta__action-body {
	display: table;
	width: 100%;
}

.stm-cta__action-descr {
	display: table-cell;
	width: 10000px;
	padding-right: 90px;
	color: #fff;
}

.stm-cta__action-descr p {
	line-height: 30px;
	color: inherit;
}

.stm-cta__action-descr p:last-child {
	margin-bottom: 0;
}

.stm-cta__action-btn {
	display: table-cell;
	vertical-align: top;
	padding-top: 14px;
}

.stm-cta__action-btn .stm-icon {
	transition: all .3s ease;
}

.stm-cta__action-btn .stm-btn__icon {
	margin-top: 1px;
	font-size: 6px;
}

.stm-tab_meal .stm-tab__pane-action_deal {
	margin-top: 20px;
}

.stm-stats_counter.stm-stats_icon_left .stm-stats__icon {
	float: left;
	font-size: 67px;
	color: #ff6682;
}

.stm-stats_counter.stm-stats_icon_left .stm-stats__content {
	overflow: hidden;
	padding-left: 35px;
}

.stm-stats_counter.stm-stats_icon_center .stm-stats__icon {
	display: block;
	text-align: center;
	font-size: 67px;
	color: #ff6682;
}

.stm-stats_counter.stm-stats_icon_center .stm-stats__content {
	text-align: center;
}

.stm-stats_counter.stm-stats_icon_center .stats__value-number {
	display: block;
	margin-bottom: 10px;
}

.stm-stats_counter .stm-stats__value {
	margin-top: -6px;
	margin-bottom: -8px;
	font-family: "Grand Hotel", cursive;
	color: #56509f;
	font-size: 90px;
	font-weight: 400;
}

.stm-stats_counter .stats__value-number {
	line-height: 1;
	color: white;
}

.stm-stats_counter .stm-stats__descr {
	line-height: 24px;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 18px;
	color: #bd66ff;
}

.stm-stats__icon svg path {
	stroke: inherit !important;
}

.stm_countdown {
	position: relative;
	padding-bottom: 37px;
	display: inline-block;
	vertical-align: top;
}

.stm_countdown .countDiv {
	display: block;
	float: left;
	width: 30px;
	height: 104px;
	position: relative;
	opacity: 1;
}

.stm_countdown .countDiv.flash {
	opacity: 0;
}

.stm_countdown .position {
	position: relative;
	display: block;
	width: 36px;
	height: 98px;
	float: left;
	color: #fff;
	margin-top: 16px;
	font-family: "Grand Hotel", cursive;
	font-size: 90px;
	line-height: 98px;
	z-index: 11;
}

.stm_countdown .position.first {
	margin-left: 20px;
}

.stm_countdown .position .digit {
	position: absolute;
	width: 36px;
	height: 98px;
	line-height: 98px;
	top: 0;
	left: 0;
}

.stm_countdown .countDays, .stm_countdown .countHours, .stm_countdown .countMinutes, .stm_countdown .countSeconds {
	position: relative;
	display: block;
	width: 120px;
	height: 160px;
	text-align: center;
	float: left;
	border: 2px solid #ff6682;
	border-radius: 25px;
}

.stm_countdown .countdown_label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0 8px;
	text-transform: lowercase;
	border-top: 1px solid #ff6682;
	text-align: center;
	font-weight: 600;
	color: #fd0 !important;
}

@media (max-width: 767px) {
	.stm_countdown .countDays, .stm_countdown .countHours, .stm_countdown .countMinutes, .stm_countdown .countSeconds {
		width: 100px;
		height: 140px;
	}
	
	.stm_countdown .countDays .position, .stm_countdown .countHours .position, .stm_countdown .countMinutes .position, .stm_countdown .countSeconds .position {
		width: 26px;
		height: 88px;
		margin-top: 6px;
		font-size: 50px;
	}
}

@media (max-width: 529px) {
	.stm_countdown .countDiv {
		display: none !important;
	}
	
	.stm_countdown .countDiv.countDivHours {
		float: left;
		width: 100%;
		height: 20px;
		display: block !important;
	}
	
	.stm_countdown .countDays, .stm_countdown .countHours, .stm_countdown .countMinutes, .stm_countdown .countSeconds {
		margin: 0 10px;
	}
	
	.stm_countdown.countdownHolder {
		max-width: 240px;
		margin: 0 auto;
	}
}

.stm-carousel_type_testimonials {
	margin-bottom: 60px;
}

.stm-carousel_type_testimonials .stm-testimonial {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.stm-carousel_type_testimonials.owl-loaded .stm-testimonial {
	position: relative;
	opacity: 1;
}

.stm-carousel_type_testimonials .owl-controls {
	padding-top: 21px;
}

.stm-carousel_type_testimonials .owl-controls .owl-dots {
	text-align: left;
	padding-left: 76px;
}

.stm-carousel_type_testimonials.stm-carousel_dots_pink .owl-controls .owl-dot span {
	background: #bfbfbf;
}

.stm-carousel_type_testimonials.stm-carousel_dots_pink .owl-controls .owl-dot.active span {
	background: #ff6682;
}

.stm-carousel_type_testimonials.stm-carousel_dots_lilac .owl-controls .owl-dot span {
	background: #bfbfbf;
}

.stm-carousel_type_testimonials.stm-carousel_dots_lilac .owl-controls .owl-dot.active span {
	background: #56509f;
}

.stm-carousel_type_testimonials.stm-testimonials__has_thumb .owl-controls {
	padding-top: 21px;
}

.stm-carousel_type_testimonials.stm-testimonials__has_thumb .owl-controls .owl-dots {
	text-align: left;
	padding-left: 266px;
}

.stm-testimonial__avatar {
	padding-top: 13px;
}

.stm-testimonial__avatar img {
	display: block;
	height: auto !important;
	width: auto !important;
	border-radius: 50%;
}

.stm-testimonial_style_1 .stm-testimonial__avatar {
	display: table-cell;
	padding-right: 45px;
	vertical-align: top;
}

.stm-testimonial_style_1 .stm-testimonial__content {
	display: table-cell;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 86px;
	position: relative;
}

.stm-testimonial_style_1 .stm-testimonial__content:before {
	content: "“";
	position: absolute;
	top: 0;
	left: -8px;
	line-height: 220px;
	font-family: "Grand Hotel", cursive;
	font-size: 240px;
	color: #fd0;
}

.stm-testimonial_style_1 .stm-testimonial__text {
	margin-bottom: 20px;
	position: relative;
}

.stm-testimonial_style_1 .stm-testimonial__text p {
	color: #404040;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}

.stm-testimonial_style_1 .stm-testimonial__text p:last-child {
	margin-bottom: 0;
}

.stm-testimonial_style_1 .stm-testimonial__author {
	letter-spacing: .3px;
	font-weight: 600;
}

.stm-testimonial_style_1.stm-testimonial_color_dark-blue .stm-testimonial__text p, .stm-testimonial_style_1.stm-testimonial_color_dark-blue .stm-testimonial__text {
	color: #011b3a;
}

.stm-testimonial_style_1.stm-testimonial_color_dark-blue .stm-testimonial__author b, .stm-testimonial_style_1.stm-testimonial_color_dark-blue .stm-testimonial__author strong, .stm-testimonial_style_1.stm-testimonial_color_dark-blue .stm-testimonial__author {
	color: #595959;
}

.stm-blockquote__content {
	display: table;
}

.stm-blockquote__avatar {
	display: table-cell;
}

.stm-blockquote__body {
	display: table-cell;
	width: 10000px;
	vertical-align: middle;
}

.stm-blockquote_avatar_left .stm-blockquote__body {
	padding-left: 65px;
}

.leave_review__button a {
	display: block;
	padding: 10px 25px 12px 29px;
	border: 2px solid #ac40ff;
	border-radius: 25px;
}

.leave_review__button a .review_icon {
	float: right;
	margin-top: 4px;
	font-size: 35px;
	color: #56509f;
}

.leave_review__button a .button_title {
	display: block;
	overflow: hidden;
	font-weight: 700;
	line-height: 24px;
	font-size: 18px;
	color: #56509f;
}

.leave_review__button a .button_sub_title {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #808080;
}

.leave_review__button a:hover, .leave_review__button a:focus {
	text-decoration: none;
	background-color: #ac40ff;
}

.leave_review__button a:hover span, .leave_review__button a:focus span {
	color: #fff;
}

.leave_review__form {
	max-width: 830px;
	padding: 36px 50px 50px;
	background-color: #fff;
	border-radius: 30px;
}

.leave_review__form h3 {
	text-align: center;
	margin-bottom: 24px;
}

.stm_wp_custom-menu {
	max-width: 255px;
	width: 100%;
}

.stm_wp_custom-menu .menu {
	padding: 25px 0;
	border: 2px solid #fd0;
	border-radius: 25px;
	background: #fff;
	list-style: none;
	margin-bottom: 0;
}

.stm_wp_custom-menu .menu-item {
	font-size: 14px;
}

.stm_wp_custom-menu .menu-item > h4 {
	margin-top: -12px;
	margin-left: 33px;
	margin-bottom: 7px;
}

.stm_wp_custom-menu .menu-item > a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #ff6682;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 1.5px;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	margin: 8px 15px 8px 33px;
}

.stm_wp_custom-menu .menu-item > a:before {
	content: "›";
	font-family: "Times New Roman";
	position: absolute;
	left: -3px;
	top: -1px;
	color: #56509f;
}

.stm_wp_custom-menu .menu-item > a:hover {
	text-decoration: none;
	color: #56509f;
}

.stm_wp_custom-menu .menu-item > a:focus {
	text-decoration: none;
}

.stm_wp_custom-menu .current-menu-item:hover a, .stm_wp_custom-menu .current-menu-item > a {
	background: rgba(1, 27, 58, .1);
	cursor: default;
}

.stm_wp_custom-menu .current-menu-item:hover a:before, .stm_wp_custom-menu .current-menu-item > a:before {
	visibility: visible;
	opacity: 1;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title {
	font-size: 15px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-heading {
	border-width: 2px;
	border-style: solid;
	border-radius: 15px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-title {
	letter-spacing: .2px;
	font-weight: 600;
	font-size: 18px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-title > a {
	line-height: 24px;
	padding-top: 9px;
	padding-bottom: 13px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-title .vc_tta-icon {
	min-width: 25px;
	float: left;
	line-height: inherit;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-title-text:not(:empty):not(:first-child) {
	display: block;
	padding-left: 5px;
	margin-left: 0;
	overflow: hidden;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-controls-icon {
	width: 10px;
	height: 10px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-body {
	padding: 13px 20px 16px;
	border-width: 0 2px 2px 2px;
	border-style: solid;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel .vc_tta-panel-body p {
	line-height: 26px;
	letter-spacing: -.3px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	margin-top: -2px;
	margin-right: 4px;
}

.vc_tta.vc_tta-accordion_style_outline .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before, .vc_tta.vc_tta-accordion_style_outline .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	display: block;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-panel-title {
	letter-spacing: .2px;
	font-weight: 600;
	font-size: 18px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-panel-title > a {
	color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::after, .vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-color: #62abf5;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-panel-heading {
	border-color: #62abf5;
	background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-panel-heading .vc_tta-icon {
	color: #95cc47;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
	color: #62abf5;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: #fff;
	border-bottom: none;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
	content: "";
	display: block;
	border-bottom: 1px solid #dedede;
	margin: 0 20px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:after, .vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
	border-color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
	background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
	color: #011b3a;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_blue .vc_tta-panel.vc_active .vc_tta-panel-body {
	border-color: #62abf5;
	background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel .vc_tta-panel-title {
	letter-spacing: .2px;
	font-weight: 600;
	font-size: 18px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel .vc_tta-panel-title > a {
	color: #56509f;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::after, .vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-color: #ff6682;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel .vc_tta-panel-heading {
	border-color: #fd0;
	background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel .vc_tta-panel-heading .vc_tta-icon {
	font-size: 16px;
	color: #ff6682;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
	color: #ff6682;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: #fff;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading:after {
	content: "";
	display: block;
	border-bottom: 1px solid #dedede;
	margin: 0 20px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
	color: #ff6682;
	padding-bottom: 11px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-icon {
	font-size: 16px;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:after, .vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
	border-color: #ff6682;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
	background: #fff;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
	color: #ff6682;
}

.vc_tta.vc_tta-accordion_style_outline.vc_tta-accordion_color_yellow .vc_tta-panel.vc_active .vc_tta-panel-body {
	border-color: #fd0;
	background: #fff;
	border-radius: 0 0 15px 15px;
}

.stm-tabs__list {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 0;
	text-align: center;
}

.stm-tabs__list-item {
	display: inline-block;
	font-size: 18px;
}

.stm-tabs__item-link {
	display: block;
	transition: all .3s ease;
}

.stm-tabs_style_outline .stm-tabs__item-link {
	padding: 10.5px 34px;
	color: #011b3a;
	border: 2px solid transparent;
	text-decoration: none;
}

.stm-tabs_style_outline .stm-tabs__item-link:hover {
	text-decoration: none;
}

.stm-tabs_style_outline .stm-tabs__item-link.stm-tabs__item-link_active {
	border-color: #95cc47;
	color: #011b3a;
}

.vc_tta-tabs .vc_tta-panels .vc_tta-panel-title {
	border-radius: 20px;
	background-color: #fd0;
	font-size: 18px;
}

.vc_tta-tabs .vc_tta-panels .vc_active .vc_tta-panel-title {
	background-color: #ff6682;
	color: #fff;
}

.vc_tta-tabs .vc_tta-panels .vc_active .vc_tta-panel-body {
	padding-right: 10px !important;
	padding-bottom: 20px !important;
	padding-left: 10px !important;
}

.wpb_wrapper .vc_tta-container {
	margin-bottom: 0;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-container, body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-container {
	margin: 0 -8px !important;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list, body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list {
	display: block;
	width: 100%;
	padding: 10px 0 !important;
	background-color: #fd0;
	border-radius: 20px;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab, body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
	float: left;
	font-size: 18px;
	font-weight: 600;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child, body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab:first-child {
	padding-left: 8px;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a, body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
	display: inline-block;
	vertical-align: top;
	padding: 11px 45px;
	border: none;
	white-space: nowrap;
	border-radius: 25px !important;
	line-height: 1;
	transition: all .3s ease;
	color: #56509f !important;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a, body .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	background-color: #ff6682;
	color: #fff !important;
}

body .vc_tta-tabs_style-2.vc_tta-tabs.vc_general .vc_tta-panel-body, body .vc_tta-tabs_style-1.vc_tta-tabs.vc_general .vc_tta-panel-body {
	border: 0;
	padding-top: 60px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

body .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-color-blue.vc_tta-o-no-fill .vc_tta-panel-body, body .vc_tta-tabs_style-1.vc_tta-tabs.vc_general.vc_tta-color-blue.vc_tta-o-no-fill .vc_tta-panel-body {
	background: #fff;
}

body .vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
	padding: 11px 36px;
}

body .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-o-no-fill .vc_tta-panel-body {
	padding-top: 42px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 46px;
}

body .vc_tta-tabs_style-2.classes-box-tabs .vc_tta-tabs-list .vc_tta-tab > a {
	padding: 11px 50px;
}

.nav-tabs_pricing-tables {
	border-bottom: none;
}

.nav-tabs_pricing-tables > li > a {
	margin: 0;
	padding: 0 20px;
	background: transparent;
	border: 2px solid #62abf5;
	border-radius: 0;
	font-size: 13px;
	line-height: 36px;
	color: #011b3a;
	transition: all .3s ease;
}

.nav-tabs_pricing-tables > li > a:focus {
	background: transparent;
	color: #011b3a;
	border: 2px solid #62abf5;
}

.nav-tabs_pricing-tables > li > a:hover {
	border: 2px solid #62abf5;
	background: #62abf5;
	color: #fff;
}

.nav-tabs_pricing-tables > li.active > a {
	border: 2px solid #62abf5;
	background: #62abf5;
	color: #fff;
}

.nav-tabs_pricing-tables > li.active > a:hover, .nav-tabs_pricing-tables > li.active > a:focus {
	border: 2px solid #62abf5;
	background: #62abf5;
	color: #fff;
}

.stm-menu {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.stm-menu:after {
	content: "";
	display: table;
	clear: both;
}

.stm-menu__item {
	float: left;
	position: relative;
}

.stm-menu__item-link {
	display: block;
	position: relative;
	text-align: center;
}

.stm-menu_antonio {
	background-color: #fd0;
	border-radius: 20px;
	padding: 10px;
}

.stm-menu_antonio .stm-menu__item {
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

.stm-menu_antonio .stm-menu__item-link {
	position: relative;
	display: block;
	padding: 4px 53px 6px;
	line-height: 30px;
	text-align: center;
	color: #56509f;
	transition: color .2s;
}

.stm-menu_antonio .stm-menu__item-link:hover, .stm-menu_antonio .stm-menu__item-link:focus {
	text-decoration: none;
}

.stm-menu_antonio .stm-menu__item-link:hover, .stm-menu_antonio .stm-menu__item-link:focus {
	color: #ff6682;
}

.stm-menu_antonio .stm-menu__item.active .stm-menu__item-link, .stm-menu_antonio .stm-menu__item_active .stm-menu__item-link {
	color: #fff;
	border-radius: 25px;
	background-color: #ff6682;
}

.stm-menu_centered {
	text-align: center;
}

.stm-menu_centered .stm-menu__item {
	float: none;
	display: inline-block;
}

.stm-menu_capitalize .stm-menu__item {
	text-transform: capitalize;
}

.stm-tab__pane-action_separated {
	overflow: hidden;
}

.stm-tab__pane-action_separated:after, .stm-tab__pane-action_separated:before {
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
}

.stm-tab__pane-action_separated:after {
	margin-right: -100%;
	margin-left: 20px;
}

.stm-tab__pane-action_separated:before {
	margin-left: -100%;
	margin-right: 20px;
}

.tabs-accordion-box .tabs_custom_column_box {
	float: left;
	width: 55%;
}

.tabs-accordion-box .tabs_accordion_column_box {
	float: right;
	width: 40%;
}

.stm-icon-box__ic-container_img img {
	width: 1em;
	display: inline-block;
	height: auto;
}

.stm-icon-box_style-1 {
	position: relative;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 41px;
	padding-bottom: 46px;
}

.stm-icon-box_style-1 .stm-icon-box__ic-container {
	font-size: 44px;
	color: #62abf5;
}

.stm-icon-box_style-1 .stm-icon-box__content {
	position: relative;
	z-index: 2;
}

.stm-icon-box_style-1 .stm-icon-box__title-small {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: normal;
	color: #011b3a;
}

.stm-icon-box_style-1 .stm-icon-box__title {
	margin-bottom: 31px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	color: #011b3a;
}

.stm-icon-box_style-1 .stm-icon-box__sep {
	margin-bottom: 31px;
}

.stm-icon-box_style-1 .stm-icon-box__sep-line {
	border: none;
	border-bottom: 2px solid #62abf5;
	margin: 0 auto;
	width: 60px;
}

.stm-icon-box_style-1 .stm-icon-box__descr {
	font-size: 18px;
	line-height: 28px;
	color: #595959;
}

.stm-icon-box_style-1.stm-icon-box_ic-pos_top .stm-icon-box__ic-container {
	margin-bottom: 17px;
}

.stm-icon-box_style-1.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
	float: left;
}

.stm-icon-box_style-1.stm-icon-box_ic-pos_left .stm-icon-box__content {
	overflow: hidden;
	padding-left: 25px;
}

.stm-icon-box_style-1 .stm-icon-box__step {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	font-size: 120px;
	font-weight: 900;
	color: #f8f8f8;
	line-height: 1;
}

.stm-icon-box_style-2:after {
	content: "";
	display: table;
	clear: both;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
	float: left;
	margin-top: 1px;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__content {
	overflow: hidden;
	padding-left: 8px;
}

.stm-icon-box_style-2.stm-icon-box_ic-pos_left .stm-icon-box__title {
	letter-spacing: -.3px;
	font-size: 16px;
	color: #595959;
}

.stm-icon-box_style-3 {
	display: table;
}

.stm-icon-box_style-3:after {
	content: "";
	display: table;
	clear: both;
}

.stm-icon-box_style-3 .stm-icon-box__content, .stm-icon-box_style-3 .stm-icon-box__ic-container {
	display: table-cell;
	vertical-align: middle;
}

.stm-icon-box_style-3 .stm-icon-box__ic-container {
	transition: 1s linear;
}

.stm-icon-box_style-3:hover .stm-icon-box__ic-container {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.stm-icon-box_style-3 .stm-icon-box__title {
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

.stm-icon-box_style-3 .stm-icon-box__title a {
	color: inherit;
	text-decoration: none;
	transition: all .3s ease;
}

.stm-icon-box_style-3 .stm-icon-box__title a:hover {
	color: #ff6682;
}

.stm-icon-box_style-3 .stm-icon-box__sub-title {
	font-size: 13px;
	font-style: italic;
	color: #808080;
}

.stm-icon-box_style-3.stm-icon-box_ic-pos_left .stm-icon-box__content {
	padding-left: 20px;
}

.stm-icon-box_style-4 {
	position: relative;
}

.stm-icon-box_style-4 .stm-icon-box__ic-container {
	font-size: 61px;
	color: #95cc47;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .4s;
}

.stm-icon-box_style-4:hover .stm-icon-box__ic-container {
	margin-top: -10px !important;
}

.stm-icon-box_style-4 .stm-icon-box__content {
	position: relative;
	z-index: 2;
}

.stm-icon-box_style-4 .stm-icon-box__title {
	margin-top: 13px;
	margin-bottom: 14px;
	letter-spacing: .2px;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	color: #ff6682;
}

.stm-icon-box_style-4 .stm-icon-box__title a:hover {
	color: #56509f;
	text-decoration: none;
}

.stm-icon-box_style-4 .stm-icon-box__descr {
	padding-right: 20px;
	margin-bottom: 23px;
	font-size: 18px;
	line-height: 28px;
	color: #595959;
}

.stm-icon-box_style-4.stm-icon-box_ic-pos_top .stm-icon-box__ic-container {
	margin-bottom: 4px;
}

.stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__ic-container {
	float: left;
	min-width: 64px;
	text-align: center;
}

.stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__content {
	overflow: hidden;
	padding-left: 21px;
}

.stm-icon-box_style-4 .stm-icon-box__step {
	position: absolute;
	bottom: -14px;
	right: -5px;
	z-index: 1;
	font-size: 120px;
	font-weight: 900;
	color: #f8f8f8;
	line-height: 1;
}

.stm-icon-box_style-5 .stm-icon-box__image {
	float: left;
	max-width: 255px;
}

.stm-icon-box_style-5 .stm-icon-box__image img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 25px 0 0 25px;
}

.stm-icon-box_style-5 .stm-icon-box__title_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stm-icon-box_style-5 .stm-icon-box__title_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.stm-icon-box_style-5 .stm-icon-box__content {
	overflow: hidden;
	position: relative;
	min-height: 300px;
	background-color: #fff;
	padding: 42px 30px 0 30px;
	border-radius: 0 25px 25px 0;
}

.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__ic-container {
	float: left;
	width: 80px;
	margin-right: 7px;
}

.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__title, .stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__title-small {
	overflow: hidden;
	position: relative;
	letter-spacing: -.2px;
	margin: 1px 0;
	font-weight: 600;
	font-size: 22px;
}

.stm-icon-box_style-5 .stm-icon-box__content .stm-icon-box__descr {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 11px;
	line-height: 28px;
	font-size: 18px;
	z-index: 20;
	color: #595959;
}

.stm-action-box__figure {
	position: relative;
	overflow: hidden;
	height: 250px;
	max-width: 350px;
	margin: 0 auto;
	border-radius: 25px;
	z-index: 10;
}

.stm-action-box__figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

.stm-action-box__figure .stm-action-box__figcaption {
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(86, 80, 159, .85);
	transition: all .3s ease;
}

.stm-action-box__figure .stm-action-box__figcaption .stm-action-box__figcaption-title {
	padding: 12px 30px 8px;
	line-height: 30px;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}

.stm-action-box__figure .stm-action-box__figcaption .stm-icon-box__ic-container {
	float: left;
	margin-right: 30px;
	font-size: 30px;
}

.stm-action-box__figure .stm-action-box__figcaption .stm-action-box__content-text {
	padding: 10px 30px 11px;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
}

.stm-action-box__figure .stm-action-box__figcaption .stm-action-box__figcaption-link-title {
	padding: 0 30px;
	line-height: 28px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
}

.stm-action-box__figure .stm-action-box__figcaption .stm-action-box__figcaption-link-title a {
	color: #fd0;
}

.stm-action-box__figure .stm-action-box__figcaption .stm-action-box__figcaption-link-title a:hover {
	color: #fff;
	text-decoration: none;
}

.stm-action-box__figure:hover .stm-action-box__figcaption {
	padding-top: 29px;
	top: 0;
}

.stm-action-box__figcaption-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.stm-action-box__figure_box .stm-action-box__thumbnail {
	display: block;
	max-width: 125px;
	margin: 0 auto;
	border-radius: 200px;
}

.stm-action-box__figure_box .stm-action-box__thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 200px;
	margin-bottom: 24px;
}

.stm-action-box__figure_box .stm-action-box__figcaption-title {
	background: transparent;
	letter-spacing: .2px;
	padding: 18px 0 12px;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}

.stm-action-box__figure_box .stm-action-box__figcaption-title:after {
	display: none;
}

.stm-action-box__figure_box .stm-action-box__figcaption_box {
	margin-top: -117px;
	padding: 128px 20px 43px;
	border-radius: 25px;
	background-color: #56509f;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

.stm-teacher_view_grid-item {
	margin-bottom: 80px;
}

.stm-carousel.stm-carousel_view_teachers {
	margin-bottom: 80px;
}

.stm-carousel.stm-carousel_view_teachers .stm-teacher_view_grid-item {
	margin-bottom: 0;
}

.stm-teacher__info-content {
	text-align: center;
}

.stm-teacher__photo {
	max-width: 160px;
	margin: 0 auto 17px;
}

.stm-teacher__photo img {
	display: block;
	height: auto;
	max-width: 100%;
	border-radius: 50%;
}

.stm-teacher__name {
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: .3px;
	text-overflow: ellipsis;
	line-height: 32px;
	font-weight: 600;
	font-size: 24px;
	color: #56509f;
}

.stm-teacher__name a {
	color: #56509f;
}

.stm-teacher__name a:hover {
	color: #ff6682;
	text-decoration: none;
}

.stm-teacher__position {
	font-size: 18px;
	line-height: 24px;
	color: #595959;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: -.3px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
}

.stm-staff-table {
	width: 100%;
	font-size: 14px;
}

.stm-staff-table th {
	background: #95cc47;
	padding: 8px 15px;
	text-transform: uppercase;
	line-height: 24px;
	color: #fff;
}

.stm-staff-table td {
	background: #fff;
	padding: 13px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	line-height: 24px;
	color: #595959;
}

.stm-contact-details_type_teacher .stm-contact-details__items {
	list-style: none;
	padding-left: 0;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.stm-contact-details_type_teacher .stm-contact-details__item {
	float: left;
	width: 37%;
	position: relative;
	letter-spacing: -.4px;
	margin-bottom: 12px;
	line-height: 24px;
	font-size: 18px;
	color: #595959;
}

.stm-contact-details_type_teacher .stm-contact-details__item:nth-child(2n) {
	width: 62%;
}

.stm-contact-details_type_teacher .stm-contact-details__item span {
	display: block;
	padding-left: 30px;
	position: relative;
}

.stm-contact-details_type_teacher .stm-contact-details__item span:before {
	font-family: stm-icon;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #ff6682;
}

.stm-contact-details_type_teacher .stm-contact-details__item a {
	color: #56509f;
}

.stm-contact-details_type_teacher .stm-contact-details__item a:focus, .stm-contact-details_type_teacher .stm-contact-details__item a:hover {
	text-decoration: none;
	color: #ff6682;
}

.stm-contact-details_type_teacher .stm-contact-details__item:last-child {
	margin-bottom: 0;
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_tel span:before {
	content: "";
	left: 2px;
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_url span:before {
	content: "";
	top: 3px;
	font-size: 12px;
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_address span:before {
	content: "";
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_skype span:before {
	content: "";
	top: 2px;
}

.stm-contact-details_type_teacher .stm-contact-details__item_type_socials {
	float: left;
	width: 100%;
}

.socials-list_type_teacher {
	font-size: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.socials-list_type_teacher .socials-list__item {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
	vertical-align: middle;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	opacity: .7;
	color: #fff;
	transition: all .3s ease;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link span {
	display: inline-block;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link:focus, .socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
	text-decoration: none;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link:hover {
	opacity: 1;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link_type_facebook {
	background: #3a5897;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link_type_twitter {
	background: #00aced;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link_type_google-plus {
	background: #db4437;
	font-size: 16px;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link_type_instagram {
	background: #ac907a;
	font-size: 16px;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link_type_envelope {
	background: #ffc600;
	padding-top: 1px;
	font-size: 12px;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link_type_youtube {
	background: #b00;
	font-size: 14px;
}

.socials-list_type_teacher .socials-list__item .socials-list__item-link_type_soundcloud {
	background: #ff3a00;
	font-size: 14px;
}

.post-type-archive-stm_teacher .stm-teacher__socials, .tax-stm_teacher_category .stm-teacher__socials {
	text-align: center;
}

.stm-contact-details_type_contacts {
	display: inline-block;
	max-width: 425px;
	padding: 47px 52px 50px 52px;
	background: #fff;
}

.stm-contact-details_type_contacts .stm-contact-details__item {
	margin-bottom: 17px;
}

.stm-contact-details_type_contacts .socials-list_type_teacher {
	padding-top: 15px;
}

.stm-contact-details_type_contacts .stm-contact-details__item_type_fax a, .stm-contact-details_type_contacts .stm-contact-details__item_type_tel a {
	color: #595959;
	cursor: default;
}

.stm-contact-details_type_contacts .stm-contact-details__item_type_email a, .stm-contact-details_type_contacts .stm-contact-details__item_type_skype a {
	color: #62abf5;
}

.stm-contact-details_type_contacts .stm-contact-details__item_type_email a:hover, .stm-contact-details_type_contacts .stm-contact-details__item_type_skype a:hover {
	text-decoration: underline;
}

.stm-contact-details_type_contacts .socials-list {
	margin-bottom: -8px;
}

.stm-contact-details_type_contacts .socials-list__item {
	margin-bottom: 8px;
}

.stm-map__content {
	position: relative;
}

.vc_row-no-padding .stm-map .stm-contact-details {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}

.stm-map__canvas {
	height: 100%;
}

.stm-map__form {
	max-width: 515px;
	margin-top: -450px;
	padding: 40px 50px;
	background: rgba(86, 80, 159, .75);
	position: relative;
	z-index: 99;
}

.stm-map__form .wpcf7-response-output {
	position: absolute;
	top: 100%;
	left: 0;
	border: 0 !important;
	margin: 0 !important;
	background: #56509f !important;
}

.stm-link-container_left {
	text-align: left;
}

.stm-link-container_right {
	text-align: right;
}

.stm-link-container_center {
	text-align: center;
}

.stm-link-container_inline {
	display: inline-block;
	vertical-align: middle;
}

.stm-link {
	position: relative;
	z-index: 2;
}

.stm-link i {
	vertical-align: middle;
	display: inline-block;
}

.stm-link i.stm-icon-arrow-right {
	font-size: 6px;
}

.stm-link_icon-right i {
	margin-left: 6px;
}

.stm-link_icon-left i {
	margin-right: 6px;
}

.stm-link_green, .stm-link_green:hover, .stm-link_green:focus {
	color: #95cc47;
}

.stm-link_dark-blue:hover, .stm-link_dark-blue:focus, .stm-link_dark-blue {
	color: #011b3a;
}

.stm-link_blue:hover, .stm-link_blue:focus, .stm-link_blue {
	color: #62abf5;
}

.stm-contact-person:after {
	content: "";
	display: table;
	clear: both;
}

.stm-contact-person__photo {
	float: left;
	max-width: 100px;
}

.stm-contact-person__photo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.stm-contact-person__data {
	overflow: hidden;
	padding-left: 20px;
}

.stm-contact-person__question {
	margin-top: -3px;
	margin-bottom: 11px;
	font-size: 14px;
	line-height: normal;
	color: #595959;
}

.stm-contact-person__name {
	margin: 0 0 11px 0;
	font-size: 18px;
	line-height: normal;
	color: #011b3a;
}

.stm-contact-person__contacts {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.stm-contact-person__contact {
	position: relative;
	padding-left: 30px;
	color: #595959;
}

.stm-contact-person__contact:not(:last-child) {
	margin-bottom: 5px;
}

.stm-contact-person__contact:before {
	position: absolute;
	left: 0;
	top: 2px;
	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;
	color: #95cc47;
}

.stm-contact-person__contact_type_tel a {
	color: #595959;
	text-decoration: none;
}

.stm-contact-person__contact_type_tel:before {
	content: "";
}

.stm-contact-person__contact_type_email:before {
	content: "";
	top: 4px;
}

.stm-contact-details_box .stm-contact-details__items_box {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
	list-style: none;
}

.stm-contact-details_box .stm-contact-details__items_box li {
	float: left;
	width: 50%;
	margin-bottom: 12px;
	letter-spacing: .3px;
	font-size: 16px;
	color: #595959;
}

.stm-contact-details_box .stm-contact-details__items_box li .stm-icon {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	margin-top: 6px;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	color: #ff6682;
}

.stm-contact-details_box .stm-contact-details__items_box li a {
	color: #56509f;
}

.stm-contact-details_box .stm-contact-details__items_box li a:hover {
	color: #ff6682;
}

.stm-contact-details_box .stm-contact-details__items_box .stm-contact-details__item_type_email .stm-icon {
	margin-top: 8px;
	font-size: 12px;
}

.stm-contact-details_box .stm-contact-details__items_box .stm-contact-details__item_type_address {
	width: 100%;
}

.stm-contact-details_box .list_social-networks .list__item-link {
	opacity: 1;
}

.stm-contact-details_box .list_social-networks .list__item-link:hover {
	opacity: .5;
}

.stm-teacher-bio__photo {
	max-width: 80px;
	margin-right: 17px;
}

.stm-teacher-bio__photo img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.stm-teacher-bio__title {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	line-height: 34px;
	letter-spacing: .3px;
	font-size: 24px;
	font-weight: 600;
	color: #56509f;
}

.stm-teacher-bio__position {
	font-size: 18px;
	color: #595959;
	letter-spacing: -.3px;
	line-height: normal;
}

.stm-teacher-bio_trainer .stm-teacher-bio__content:after {
	content: "";
	display: table;
	clear: both;
}

.stm-teacher-bio_trainer .stm-teacher-bio__data {
	float: left;
}

.stm-teacher-bio_trainer .stm-teacher-bio__text {
	padding-left: 30px;
	overflow: hidden;
}

.stm-icon-list__heading {
	position: relative;
	padding-left: 27px;
}

.stm-icon-list__heading .stm-icon-list__icon {
	position: absolute;
	left: 0;
	top: 3.2px;
	font-size: 16px;
}

.stm-icon-list__title {
	margin-bottom: 22px;
	line-height: normal;
}

.stm-icon-list__list {
	margin-bottom: 0;
	padding-left: 27px;
	list-style: none;
}

.stm-icon-list__list-item:not(:last-child) {
	margin-bottom: 20px;
}

.stm-icon-list__item-title {
	margin-bottom: 8px;
	font-size: 14px;
	color: #011b3a;
	line-height: normal;
}

.stm-icon-list__item-sub-title {
	font-size: 13px;
	color: #999;
	line-height: normal;
}

.stm-image-box__content:after {
	content: "";
	display: table;
	clear: both;
}

.stm-image-box_img_left .stm-image-box__image {
	float: left;
}

.stm-image-box_img_left .stm-image-box__body {
	overflow: hidden;
	padding-left: 30px;
}

.stm-image-box__title {
	margin-bottom: 24px;
	line-height: normal;
}

.stm-image-box__title a {
	color: inherit;
	transition: all .3s ease;
}

.stm-image-box__title a:hover {
	text-decoration: none;
	color: #62abf5;
}

.stm-image-box__title_inside {
	margin-top: -7px;
}

.stm-image-box__sep {
	border-bottom: 2px solid #95cc47;
	width: 60px;
	margin: 0 0 34px 0;
}

.stm-image-box__sep_outside {
	margin-bottom: 40px;
}

.stm-image-box__description {
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}

.stm-image-box__description p {
	margin-bottom: 21px;
	font-size: 14px;
	line-height: 24px;
	color: #595959;
}

.stm-image-box__description ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.stm-image-box__description ul:not(:last-child) {
	margin-bottom: 30px;
}

.stm-image-box__description ul li {
	position: relative;
	padding-left: 25px;
	color: #595959;
	line-height: 24px;
}

.stm-image-box__description ul li:not(:last-child) {
	margin-bottom: 4px;
}

.stm-image-box__description ul li:before {
	content: "";
	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;
	top: 9px;
	left: 0;
	font-size: 6px;
	color: #95cc47;
}

.stm-image-box_title_outside .stm-image-box__description {
	margin-top: -6px;
}

.stm-text-box {
	padding: 44px 50px;
}

.stm-text-box__sep {
	width: 60px;
	margin: 0 0 44px 0;
	border-top-width: 2px;
}

.stm-text-box__text * {
	color: inherit;
}

.stm-text-box__text *:before {
	color: inherit;
}

.stm-text-box__text h4 {
	margin-bottom: 19px;
}

.stm-text-box__text p {
	line-height: inherit;
	color: inherit;
}

.stm-text-box__text ul:not(:last-child), .stm-text-box__text ol:not(:last-child) {
	margin-bottom: 39px;
}

.stm-text-box__action:after {
	content: "";
	display: table;
	clear: both;
}

.stm-pricing__content:after {
	content: "";
	display: table;
	clear: both;
}

.stm-pricing__side-panel {
	float: left;
	width: 31.531531531532%;
	padding-top: 50px;
}

.stm-pricing__filters {
	margin-top: 10px;
	margin-bottom: 81px;
}

.stm-pricing__filters:after {
	content: "";
	display: table;
	clear: both;
}

.stm-pricing__filters ul {
	position: relative;
	float: left;
	overflow: hidden;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 35px;
	border: 2px solid #fd0;
	list-style: none;
}

.stm-pricing__filters ul:after {
	content: "";
	display: table;
	clear: both;
}

.stm-pricing__filters li {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.stm-pricing__filters .stm-pricing__filter_fluid-hover {
	position: absolute;
	background: #fd0;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	transition: left .3s ease;
}

.stm-pricing__filters a {
	display: block;
	line-height: 30px;
	padding: 3px 30px;
	color: #56509f;
}

.stm-pricing__filters a:focus, .stm-pricing__filters a:hover {
	text-decoration: none;
}

.stm-pricing__filters .stm-pricing__filter_active a {
	color: #56509f;
}

.stm-pricing__features {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.stm-pricing__features li {
	padding: 14.5px 20px;
	background: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #595959;
}

.stm-pricing__features li:not(:first-child) {
	border-top: 1px solid rgba(89, 89, 89, .1);
}

.stm-pricing__features li:last-child {
	border-bottom: 1px solid rgba(89, 89, 89, .1);
}

.stm-pricing__tables {
	float: left;
	width: 68.468468468468%;
}

.stm-pricing__tables-row {
	display: table;
	width: 100%;
}

.stm-pricing__tables-col {
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.stm-pricing__tables-col.stm-pricing__tables-col_featured {
	padding-top: 0;
	padding-bottom: 0;
}

.stm-pricing_three .stm-pricing__tables-col {
	width: 33.33%;
}

.stm-pricing-table {
	padding-top: 21px;
	background: #fff;
	border-top: 4px solid #ff6682;
	text-align: center;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

.stm-pricing-table__title {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #56509f;
}

.stm-pricing-table__periods {
	position: relative;
	padding: 0 0 28px;
	margin-bottom: 0;
	list-style: none;
	border-bottom: 1px solid rgba(89, 89, 89, .1);
}

.stm-pricing-table__periods-item {
	display: none;
	transition: opacity .3s ease;
}

.stm-pricing-table__periods-item_active {
	display: block;
}

.stm-pricing-table__price {
	margin-bottom: 9px;
	font-family: "Grand Hotel", cursive;
	font-size: 60px;
	line-height: 30px;
	color: #ff6682;
}

.stm-pricing-table__period {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.2px;
	color: #595959;
}

.stm-pricing-table__features {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.stm-pricing-table__feature {
	padding: 14.5px 15px;
	border-bottom: 1px solid rgba(89, 89, 89, .1);
	line-height: 30px;
}

.stm-pricing-table__feature .stm-icon-check {
	color: #95cc47;
}

.stm-pricing-table__feature .stm-icon-times {
	color: #999;
}

.stm-pricing-table__feature-label {
	display: none;
	font-size: 14px;
	font-weight: 700;
	color: #595959;
	line-height: normal;
}

.stm-pricing-table__action {
	padding: 25px;
}

.stm-pricing-table__action > a {
	display: block;
	color: #56509f;
}

.stm-pricing-table__action > a:hover {
	opacity: .7;
}

.stm-pricing-table__action > a i.stm-icon {
	font-size: 12px;
}

.stm-pricing-table__action .stm-btn_md {
	max-width: 172px;
	min-width: 100px;
	margin: 0 auto;
	padding: 0 10px 4px !important;
}

.stm-pricing-table_featured {
	position: relative;
	padding-top: 31px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.stm-pricing-table_featured .stm-pricing-table__action {
	padding-top: 30px;
	padding-bottom: 30px;
}

.stm-text-carousel__item-title {
	line-height: normal;
}

.stm-media-gallery__title-separator {
	width: 60px;
	margin: 0 0 52px 0;
	border: none;
	border-top-width: 2px;
	border-top-style: solid;
}

.stm-text-carousel .stm-text-carousel__item-title {
	line-height: normal;
	margin: 0 0 26px 0;
}

.stm-text-carousel .stm-text-carousel__item-text {
	line-height: 30px;
}

.stm-text-carousel__controls {
	position: relative;
	overflow: hidden;
	margin-top: 45px;
}

.stm-text-carousel__controls:after {
	content: "";
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-right: -100%;
	margin-left: 12px;
}

.stm-text-carousel__controls_view_media-gallery {
	margin-right: -30px;
}

.stm-text-carousel__dots {
	display: inline-block;
	vertical-align: top;
}

.stm-text-carousel__dots .owl-dot {
	margin-left: 2px;
	display: inline-block;
	margin-right: 20px;
}

.stm-text-carousel__dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	background: rgba(1, 27, 58, .25);
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s ease;
}

.stm-text-carousel__dots .owl-dot.active span, .stm-text-carousel__dots .owl-dot:hover span {
	background: #95cc47;
}

.stm-text-carousel__dots .owl-dot.active span {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.stm-media-gallery__action {
	margin-top: 69px;
}

.stm-media-gallery__action .stm-btn_icon_left i {
	padding-right: 14px;
}

.stm-media-gallery__action_centered {
	text-align: center;
}

.stm-video-carousel__item {
	position: relative;
}

.stm-video-carousel__item-poster {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: 2;
	transition: all .3s ease;
}

.stm-video-carousel__item-poster_state_hidden {
	opacity: 0;
	visibility: hidden;
}

.stm-video-carousel__item-play {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 80px;
	padding-top: 27px;
	padding-left: 30px;
	margin: auto;
	background: rgba(149, 204, 71, .8);
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	z-index: 3;
	transition: all .3s ease;
}

.stm-video-carousel__item-play:focus {
	color: #fff;
	text-decoration: none;
}

.stm-video-carousel__item-play:hover {
	background: #62abf5;
	color: #fff;
	text-decoration: none;
}

.stm-media-gallery_format_audio .stm-media-gallery__item-title {
	margin-top: -6px;
	margin-bottom: 25px;
	line-height: 30px;
}

.stm-media-gallery_format_audio .stm-media-gallery__action {
	margin-top: 46px;
}

.stm-media-gallery__actions-bar {
	margin-bottom: 40px;
}

.stm-media-gallery__actions-bar:after {
	content: "";
	display: table;
	clear: both;
}

.stm-media-gallery__filter_box {
	float: left;
	width: 100%;
	background-color: #fd0;
	border-radius: 20px;
}

.stm-media-gallery__filters {
	float: left;
	list-style: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 0;
}

.stm-media-gallery__filters:after {
	content: "";
	display: table;
	clear: both;
}

.stm-media-gallery__filter {
	position: relative;
	float: left;
}

.stm-media-gallery__filter-link {
	display: block;
	padding: 5px 50px;
	font-size: 18px;
	line-height: 30px;
	border-radius: 35px;
	text-transform: capitalize;
	transition: all .3s ease;
	transition: "color" .3s ease;
	font-weight: 600;
	color: #56509f;
}

.stm-media-gallery__filter-link:focus {
	text-decoration: none;
	color: #56509f;
}

.stm-media-gallery__filter-link:hover {
	color: #fff;
	background-color: #ff6682;
	text-decoration: none;
}

.stm-media-gallery__filter_active .stm-media-gallery__filter-link {
	background-color: #ff6682;
	color: #fff;
}

.stm-media-gallery__filter_active .stm-media-gallery__filter-link:hover {
	cursor: default;
}

.stm-media-gallery__layout-wide {
	height: 46px;
	width: 46px;
	position: relative;
	float: right;
	margin-top: 8px;
	margin-right: 16px;
	font-size: 8px;
	color: #56509f;
	transition: all .3s ease;
}

.stm-media-gallery__layout-wide:focus {
	text-decoration: none;
	color: #56509f;
}

.stm-media-gallery__layout-wide:hover {
	color: #ff6682;
	text-decoration: none;
}

.stm-media-gallery__layout-wide .stm-icon {
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.stm-media-gallery__layout-wide .stm-icon-arrow-top-right {
	position: absolute;
	top: 13px;
	right: 13px;
}

.stm-media-gallery__layout-wide .stm-icon-arrow-bottom-left {
	position: absolute;
	bottom: 13px;
	left: 13px;
}

.stm-media-gallery__layout-wide_active .stm-icon-arrow-top-right {
	-webkit-transform: translateY(12.9px) translateX(-12px);
	transform: translateY(12.9px) translateX(-12px);
}

.stm-media-gallery__layout-wide_active .stm-icon-arrow-bottom-left {
	-webkit-transform: translateY(-12.9px) translateX(12.5px);
	transform: translateY(-12.9px) translateX(12.5px);
}

.stm-media-gallery__items {
	position: relative;
	max-width: 1110px;
	margin: 0 auto;
}

.stm-media-gallery__items.stm-media-gallery__items_wide {
	max-width: 100%;
}

.stm-media-gallery__items .row {
	position: relative;
}

.stm-media-gallery__item-col {
	margin-bottom: 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.stm-media-gallery__items_wide .stm-media-gallery__items-row {
	margin: 0;
}

.stm-media-gallery__items_wide .stm-media-gallery__item-col {
	margin-bottom: 0;
	padding: 0;
}

.stm-media-gallery__item {
	position: relative;
	overflow: hidden;
}

.stm-media-gallery__item img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.stm-media-gallery__item-fancybox {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(86, 80, 159, .5);
}

.stm-media-gallery__item-fancybox .fa, .stm-media-gallery__item-fancybox .stm-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	margin: auto;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 18px;
	color: #fff;
	z-index: 3;
}

.stm-media-gallery__item-fancybox .stm-icon-play {
	padding-left: 4px;
}

.stm-media-gallery__item-fancybox .fa-music {
	padding-right: 3px;
}

.stm-media-gallery__item-fancybox .fa-camera {
	padding-top: 1px;
}

.stm-media-gallery__item-fancybox:hover, .stm-media-gallery__item-fancybox:focus {
	color: #fff;
	text-decoration: none;
}

.stm-filter_carousel {
	margin-bottom: 48px;
}

.stm-carousel_wide .stm-carousel__item {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease;
}

.stm-carousel_wide .stm-carousel__item img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.stm-carousel_wide.owl-loaded .stm-carousel__item {
	position: relative;
	opacity: 1;
}

.stm-carousel_centered .owl-stage {
	margin: 0 auto;
}

.vc_stm_media-gallery .row {
	margin-left: -6px;
	margin-right: -6px;
}

.vc_stm_media-gallery .stm-media-gallery__item-col {
	padding-left: 6px !important;
	padding-right: 6px !important;
	margin-bottom: 12px;
}

.vc_stm_media-gallery .stm-media-gallery__item-col .stm-media-gallery__item img {
	border-radius: 10px;
}

.vc_stm_media-gallery .stm-media-gallery__item-col .stm-media-gallery__item-fancybox {
	border-radius: 10px;
}

.vc_stm_media-gallery .stm-media-gallery__item-col .stm-media-gallery__item-fancybox .fa, .vc_stm_media-gallery .stm-media-gallery__item-col .stm-media-gallery__item-fancybox .stm-icon {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 15px;
}

.stm-media-gallery .stm-media-gallery__items-row_view_grid .stm-media-gallery__item-col, .stm-media-gallery .stm-media-gallery__items-row_view_grid .stm-media-gallery__item {
	max-height: 300px;
}

.stm-menu_tab {
	margin-bottom: 35px;
}

.stm-meal-list__heading {
	margin-bottom: 25px;
}

.stm-meal-list__heading h5 {
	overflow: hidden;
	text-align: left;
	margin-bottom: 0;
	font-weight: 400;
}

.stm-meal.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

.stm-meal.has-post-thumbnail:after {
	content: "";
	display: table;
	clear: both;
}

.stm-meal.has-post-thumbnail .stm-meal__thumbnail {
	float: left;
}

.stm-meal.has-post-thumbnail .stm-meal__thumbnail img {
	border-radius: 20px;
}

.stm-meal.has-post-thumbnail .stm-meal__body {
	padding-left: 20px;
	overflow: hidden;
}

.stm-meal__title {
	margin-top: -4px;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 22px;
	color: #56509f;
}

.stm-metal__summary {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -.2px;
	color: #595959;
}

.stm-meal-list__list {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.stm-meal-list__list > li {
	margin-bottom: 33px;
}

.stm-tab__pane-action_deal {
	text-align: center;
}

.stm-tab__pane-action_deal .stm-btn {
	vertical-align: middle;
}

.subscribe-modal-launcher {
	position: relative;
	z-index: 2;
}

.subscribe-modal-launcher .fa {
	margin-right: 6px;
}

.subscribe-modal-launcher_right {
	text-align: right;
}

.subscribe-modal-launcher_center {
	text-align: center;
}

.modal_subscribe {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal_subscribe .modal-content {
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.modal_subscribe .modal-header {
	position: relative;
	padding: 23px 50px;
	background: #95cc47;
	border: none;
}

.modal_subscribe .modal-header .close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	right: 30px;
	font-size: 16px;
	opacity: 1;
	color: rgba(255, 255, 255, .75);
	transition: all .3s ease;
}

.modal_subscribe .modal-header .close:focus, .modal_subscribe .modal-header .close:hover {
	color: #fff;
}

.modal_subscribe .modal-title {
	color: #fff;
}

.modal_subscribe .modal-title .fa {
	margin-right: 15px;
}

.modal_subscribe .modal-body {
	padding: 46px 50px;
}

.modal_subscribe .modal-body .mc4wp-form-fields:after {
	content: "";
	display: table;
	clear: both;
}

.modal_subscribe .modal-body input[type="email"] {
	float: left;
	color: #011b3a;
	border: 1px solid #e5e5e5;
	padding: 13px 20px;
	box-shadow: none;
	line-height: 22px;
	vertical-align: top;
	width: calc(100% - 115px);
}

.modal_subscribe .modal-body input[type="submit"] {
	float: left;
	width: 95px;
	margin-left: 20px;
	height: 50px;
	padding: 0 15px;
	background: transparent;
	border: 2px solid #62abf5;
	color: #011b3a;
	vertical-align: middle;
	transition: all .3s ease;
}

.modal_subscribe .modal-body input[type="submit"]:hover {
	background: #62abf5;
	color: #fff;
}

.modal_subscribe .modal-body input[type="submit"]:active {
	border-color: #007fbf;
	background: #007fbf;
	color: #fff;
}

.stm-single-image-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.stm-single-image_right .stm-single-image {
	float: right;
}

.stm-single-image_center {
	text-align: center;
}

.stm-single-image_responsive img {
	display: block;
	max-width: 100%;
	height: auto;
}

.stm-single-image_border_radius img {
	border-radius: 25px;
}

.stm-partner {
	display: block;
	text-align: center;
}

.stm-post_view_grid {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.stm-post_view_grid .stm-post__thumbnail img {
	max-width: 100%;
	height: auto;
	display: block;
}

.stm-post_view_grid .stm-post__caption-container {
	padding: 0 30px;
	margin-top: -50px;
}

.stm-post_view_grid .stm-post__caption {
	position: relative;
	padding: 30px 30px 34px;
	background: #fff;
	width: 100%;
	min-height: 157px;
	max-width: 100%;
	transition: all .3s ease;
}

.stm-post_view_grid .stm-post__caption:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #56509f;
	transition: height .3s ease;
	z-index: 1;
}

.stm-post_view_grid:hover .stm-post__caption:after {
	height: 100%;
}

.stm-post_view_grid .stm-post__title {
	position: relative;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	z-index: 2;
}

.stm-post_view_grid .stm-post__title a {
	color: #011b3a;
	text-decoration: none;
	transition: all .3s ease;
}

.stm-post_view_grid:hover .stm-post__title a {
	color: #fff;
}

.stm-post_view_grid .stm-post__date {
	position: relative;
	font-size: 13px;
	color: #ff6682;
	z-index: 2;
	transition: all .3s ease;
}

.stm-post_view_grid .stm-post__date a {
	color: inherit;
}

.stm-post_view_grid .stm-post__date .fa {
	margin-right: 9px;
}

.stm-post_view_grid:hover .stm-post__date {
	color: #fff;
}

.stm-carousel_view_posts {
	padding-bottom: 72px;
}

.stm-carousel_view_posts .stm-post_view_grid {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease;
}

.stm-carousel_view_posts.owl-loaded .stm-post_view_grid {
	position: relative;
	opacity: 1;
}

.stm-carousel_view_posts .owl-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.stm-carousel_view_posts .owl-dots {
	text-align: center;
}

.stm-carousel_view_posts .owl-dots .owl-dot span {
	background: rgba(1, 27, 58, .25);
}

.stm-images-carousel_achievement .owl-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

.stm-images-carousel_achievement .owl-dots .owl-dot span {
	background: rgba(0, 0, 0, .25);
}

.stm-images-carousel_achievement .owl-dots .owl-dot:hover span, .stm-images-carousel_achievement .owl-dots .owl-dot.active span {
	background: #ff6682;
}

.stm-images-carousel_achievement .stm-images-carousel__item {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.stm-image_style-1 .stm-image__content {
	padding: 30px;
	background: #fff;
	border: 12px solid;
	border-image-source: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/wood-frame2.jpg");
	border-image-slice: 24;
}

.stm-image_style-1 .stm-image__link {
	display: block;
	border: 1px solid rgba(0, 0, 0, .25);
}

.stm-image_style-1 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.stm-image_style-1:after {
	content: "";
	background: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/short-large-bottom-shadow.png") no-repeat center;
	width: 100%;
	height: 68px;
	display: block;
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/short-large-bottom-shadow.png";
}

.stm-image_style-1:after.lzl:not(.lzl-ed), .stm-image_style-1:after.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAABECAYAAADJEV1TAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABt0lEQVR4Ae3QMQEAAADCoPVPbQhfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDDwDgx0MwABVUPuOwAAAABJRU5ErkJggg==");
}

.stm-image_achievement {
	display: inline-block;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_back {
	border-color: #e6e6e6 !important;
	opacity: 1;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_group {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
	font-size: 36px;
	font-weight: 500;
	line-height: 24px !important;
	color: #56509f;
	position: static;
	width: auto !important;
	height: auto !important;
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_label {
	margin-top: 13px;
	font-size: 13px;
	line-height: normal;
	color: #595959;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_label {
	position: relative;
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #56509f;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_label:before {
	content: "›";
	font-family: "Times New Roman", serif;
	margin-right: 14px;
	font-size: 16px;
	color: #ff6682;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar {
	margin-bottom: 4px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	box-shadow: inset 0px 0px 1px 0px #999;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar .vc_bar {
	border-radius: 30px 0 0 30px;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar {
	background: #62abf5;
}

.wpb_wrapper .vc_progress-bar_view_large .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_bar_val {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #fff;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading {
	margin-bottom: 2px;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading:after {
	content: "";
	display: table;
	clear: both;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_label {
	float: left;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #56509f;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_bar_val {
	float: right;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	color: #808080;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_bar_heading .vc_bar_val:after {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 7px;
	color: #56509f;
}

.wpb_wrapper .vc_progress-bar_view_compact .vc_general.vc_single_bar {
	height: 6px;
	margin-bottom: 28px;
	border-radius: 6px;
	box-shadow: none;
	background: #e6e6e6;
}

.wpb_wrapper .vc_message_box {
	padding: 28px 30px 28px 65px;
	margin: 0 0 19.74px;
	background: #fff;
	font-size: 18px;
	color: #595959;
}

.wpb_wrapper .vc_message_box p {
	margin-bottom: 0;
	line-height: normal;
}

.wpb_wrapper .vc_message_box.vc_message_icon_hide {
	padding: 28px 30px 28px 30px;
}

.wpb_wrapper .vc_message_box-icon {
	width: 65px;
}

.wpb_wrapper .vc_message_box-icon, .wpb_wrapper .vc_message_box-icon > *, .wpb_wrapper .vc_message_box-icon > .fa {
	font-size: 18px;
}

.wpb_wrapper .vc_message_box-icon > * {
	left: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.wpb_wrapper .vc_message_box-outline, .wpb_wrapper .vc_message_box-solid-icon {
	border-width: 1px;
	border-radius: 15px;
}

.wpb_wrapper .vc_message_box-outline {
	background: #fff;
}

.wpb_wrapper .vc_message_box-outline.vc_color-danger, .wpb_wrapper .vc_message_box-outline.vc_color-success, .wpb_wrapper .vc_message_box-outline.vc_color-info, .wpb_wrapper .vc_message_box-outline.vc_color-warning {
	background: #fff;
}

.wpb_wrapper .vc_message_box-outline.vc_color-info {
	border-color: #0af;
}

.wpb_wrapper .vc_message_box-outline.vc_color-info .vc_message_box-icon {
	color: #0af;
}

.wpb_wrapper .vc_message_box-outline.vc_color-success {
	border-color: #95cc47;
}

.wpb_wrapper .vc_message_box-outline.vc_color-success .vc_message_box-icon {
	color: #95cc47;
}

.wpb_wrapper .vc_message_box-outline.vc_color-warning {
	border-color: #f90;
}

.wpb_wrapper .vc_message_box-outline.vc_color-warning .vc_message_box-icon {
	color: #f90;
}

.wpb_wrapper .vc_message_box-outline.vc_color-danger {
	border-color: #f00;
}

.wpb_wrapper .vc_message_box-outline.vc_color-danger .vc_message_box-icon {
	color: #f00;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-danger, .wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-danger p {
	color: #f00;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-warning, .wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-warning p {
	color: #f90;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-success, .wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-success p {
	color: #95cc47;
}

.wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-info, .wpb_wrapper .vc_message_box-outline.vc_message_icon_hide.vc_color-info p {
	color: #0af;
}

.vc_message_hide {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 300;
	color: rgba(3, 3, 3, .25);
}

.vc_message_hide:focus, .vc_message_hide:hover {
	text-decoration: none;
	color: rgba(3, 3, 3, .25);
}

.stm-btn {
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-sizing: border-box !important;
	transition: all .3s ease;
}

.stm-btn i {
	vertical-align: middle;
	display: inline-block;
}

.stm-btn:focus, .stm-btn:hover {
	text-decoration: none;
}

.stm-icon-arrow-right {
	font-size: 6px;
}

.stm-btn_size_sm .stm-icon-arrow-right {
	margin-top: -1.5px;
	font-size: 5px;
}

.stm-btn__icon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	line-height: 1;
}

.stm-btn__icon * {
	vertical-align: top;
}

.stm-btn_position_right {
	float: right;
}

.stm-btn_style_outline.stm-btn_size_lg {
	height: 50px;
	padding: 0 25px;
	line-height: 46px;
	font-size: 16px;
}

.stm-btn_style_outline.stm-btn_size_sm {
	height: 40px;
	padding: 0 20px;
	line-height: 36px;
	font-size: 13px;
}

.stm-btn_style_outline.stm-btn_theme_blue {
	border-color: #62abf5;
	color: #011b3a;
	background: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue:focus {
	background: #fff;
	color: #011b3a;
}

.stm-btn_style_outline.stm-btn_theme_blue:hover {
	background: #62abf5;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue:active {
	border-color: #007fbf;
	background: #007fbf;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue.stm-btn_state_disabled {
	background: #fff;
	border-color: #d9d9d9;
	color: #999;
	cursor: not-allowed;
}

.stm-btn_style_outline.stm-btn_theme_blue-2 {
	border-color: #62abf5;
	color: #fff;
	background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_blue-2:focus {
	background: transparent;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue-2:hover {
	background: #62abf5;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue-2:active {
	border-color: #007fbf;
	background: #007fbf;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_blue-2.stm-btn_state_disabled {
	background: #fff;
	border-color: #d9d9d9;
	color: #999;
	cursor: not-allowed;
}

.stm-btn_style_outline.stm-btn_theme_white {
	border-color: #fff;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_white:focus {
	color: #fff;
	background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_white:hover {
	background: #fff;
	color: #95cc47;
}

.stm-btn_style_outline.stm-btn_theme_white:active {
	background: #fff;
	color: #95cc47;
	opacity: .75;
}

.stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:active, .stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:focus, .stm-btn_style_outline.stm-btn_theme_white.stm-btn_state_disabled:hover {
	background: transparent;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error {
	border-color: #e62117;
	color: #011b3a;
}

.stm-btn_style_outline.stm-btn_theme_error i {
	color: #cc181e;
}

.stm-btn_style_outline.stm-btn_theme_error:focus {
	color: #011b3a;
	background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_error:hover {
	background: #e62117;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error:hover i {
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error:active {
	background: #cc181e;
	border-color: #cc181e;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_error:active i {
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning {
	border-color: #ff9337;
	color: #011b3a;
}

.stm-btn_style_outline.stm-btn_theme_warning i {
	color: #ff5137;
}

.stm-btn_style_outline.stm-btn_theme_warning:focus {
	color: #011b3a;
	background: transparent;
}

.stm-btn_style_outline.stm-btn_theme_warning:hover {
	background: #ff9337;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning:hover i {
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning:active {
	background: #ff5137;
	border-color: #ff5137;
	color: #fff;
}

.stm-btn_style_outline.stm-btn_theme_warning:active i {
	color: #fff;
}

.stm-btn_style_flat.stm-btn_size_lg {
	height: 50px;
	padding: 0 15px;
	line-height: 46px;
	font-size: 16px;
}

.stm-btn_style_flat.stm-btn_theme_blue {
	border-color: #62abf5;
	background: #62abf5;
	color: #fff;
}

.stm-btn_style_flat.stm-btn_theme_blue:focus {
	background: #62abf5;
}

.stm-btn_style_flat.stm-btn_theme_blue:hover {
	background: transparent;
	color: #011b3a;
}

.stm-btn_style_flat.stm-btn_theme_blue:active {
	border-color: #007fbf;
	background: #007fbf;
	color: #fff;
}

.stm-btn_style_flat.stm-btn_theme_blue.stm-btn_state_disabled {
	background: transparent;
	border-color: #d9d9d9;
	color: #999;
	cursor: not-allowed;
}

.stm-btn-download {
	display: inline-block;
	padding: 12px 30px;
	white-space: nowrap;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-radius: 25px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: all .3s ease;
}

.stm-btn-download:focus, .stm-btn-download:hover {
	text-decoration: none;
}

.stm-btn-download.stm-btn-download_pink {
	border-color: #ff6682;
}

.stm-btn-download.stm-btn-download_pink .stm-btn-download__text {
	color: #c22727;
}

.stm-btn-download.stm-btn-download_yellow {
	border-color: #fd0;
}

.stm-btn-download.stm-btn-download_lilac {
	border-color: #56509f;
}

.stm-btn-download.stm-btn-download_purpure {
	border-color: #ac40ff;
	color: #56509f;
}

.stm-btn-download.stm-btn-download_purpure:hover {
	background-color: #ac40ff;
	color: #fff;
}

.stm-btn-download.stm-btn-download_purpure:hover .stm-btn-download__subtext {
	color: #fff;
}

.stm-btn-download:hover .stm-btn-download__text, .stm-btn-download:hover .stm-btn-download__subtext, .stm-btn-download:hover .stm-btn-download__icon {
	color: #fff !important;
}

.stm-btn-download:hover.stm-btn-download_pink {
	background-color: #ff6682;
}

.stm-btn-download:hover.stm-btn-download_yellow {
	background-color: #fd0;
}

.stm-btn-download:hover.stm-btn-download_purpure {
	background-color: #ac40ff;
}

.stm-btn-download__body {
	display: table;
	width: 100%;
}

.stm-btn-download__icon {
	display: table-cell;
	vertical-align: middle;
}

.stm-btn-download__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.stm-btn-download__content {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: .2px;
}

.stm-btn-download__text {
	display: block;
	line-height: 22px;
	font-weight: 600;
}

.stm-btn-download__subtext {
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #808080;
}

.stm-btn-download_full-width {
	display: block;
}

.stm-btn-download_white {
	background: #fff;
}

.stm-btn-download_white .stm-btn-download__text {
	color: #011b3a;
}

.stm-btn-download_white .stm-btn-download__subtext {
	color: #808080;
}

.stm-btn-download_white:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
}

.stm-btn-download_grey {
	background: #f8f8f8;
}

.stm-btn-download_grey .stm-btn-download__text {
	color: #011b3a;
}

.stm-btn-download_grey .stm-btn-download__subtext {
	color: #808080;
}

.stm-btn-download_grey:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
}

.stm-btn-download_icon-left .stm-btn-download__content {
	padding-left: 10px;
}

.stm-btn-download_icon-right .stm-btn-download__icon {
	padding-left: 23px;
}

.stm-container:after {
	content: "";
	display: table;
	clear: both;
}

.stm-btn-container_left {
	text-align: left;
}

.stm-btn-container_right {
	text-align: right;
}

.stm-btn-container_center {
	text-align: center;
}

.stm-btn-container_inline {
	display: inline-block;
	vertical-align: middle;
}

.stm-btn {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
	vertical-align: top;
	transition: all .3s ease;
}

.stm-btn:hover, .stm-btn:focus {
	text-decoration: none;
}

.stm-btn span, .stm-btn i {
	position: relative;
}

.stm-btn_md {
	min-width: 230px;
	font-weight: 700;
	font-size: 18px;
}

.stm-btn_md.stm-btn_outline {
	border-width: 2px;
	border-style: solid;
	padding: 0 30px 4px;
	line-height: 42px;
	border-radius: 30px;
}

.stm-btn_md.stm-btn_flat {
	border-width: 2px;
	border-style: solid;
	padding: 0 30px 4px;
	line-height: 42px;
	border-radius: 30px;
}

.stm-btn_md.stm-btn_icon-right span, .stm-btn_md.stm-btn_icon-right i {
	margin-left: 7px;
}

.stm-btn_md.stm-btn_icon-left i, .stm-btn_md.stm-btn_icon-left span {
	margin-right: 7px;
}

.stm-btn_md span.stm-icon-arrow-right, .stm-btn_md i.stm-icon-arrow-right {
	font-size: 6px;
}

.stm-btn_sm {
	font-size: 13px;
}

.stm-btn_sm.stm-btn_outline {
	border-width: 2px;
	border-style: solid;
	padding: 0 20px;
	line-height: 36px;
}

.stm-btn_sm.stm-btn_flat {
	border-width: 2px;
	border-style: solid;
	padding: 0 20px;
	line-height: 36px;
}

.stm-btn_sm.stm-btn_icon-right i {
	margin-left: 6px;
}

.stm-btn_sm.stm-btn_icon-left i {
	margin-right: 6px;
}

.stm-btn_sm span.stm-icon-arrow-right, .stm-btn_sm i.stm-icon-arrow-right {
	font-size: 5px;
}

.stm-btn_pink.stm-btn_outline {
	background: transparent;
	border-color: #ff6682;
	color: #56509f;
}

.stm-btn_pink.stm-btn_outline:hover {
	background: #ff6682;
	color: #fff;
	border-color: #ff6682;
}

.stm-btn_pink.stm-btn_outline:hover i {
	color: #fd0;
}

.stm-btn_pink.stm-btn_outline:active {
	background: #ff6682;
	color: #56509f;
	border-color: #ff6682;
}

.stm-btn_pink.stm-btn_outline:active i {
	color: #56509f;
}

.stm-btn_pink.stm-btn_outline.stm-btn_disabled, .stm-btn_pink.stm-btn_outline.stm-btn_disabled:hover, .stm-btn_pink.stm-btn_outline.stm-btn_disabled:active, .stm-btn_pink.stm-btn_outline.stm-btn_disabled:focus {
	color: #56509f;
	border-color: #ff6682;
	background: transparent;
	cursor: not-allowed;
	opacity: .5;
}

.stm-btn_pink.stm-btn_outline.stm-btn_disabled i, .stm-btn_pink.stm-btn_outline.stm-btn_disabled:hover i, .stm-btn_pink.stm-btn_outline.stm-btn_disabled:active i, .stm-btn_pink.stm-btn_outline.stm-btn_disabled:focus i {
	color: #56509f;
}

.stm-btn_pink.stm-btn_flat {
	background: #ff6682;
	border-color: #ff6682;
	color: #fff;
}

.stm-btn_pink.stm-btn_flat i {
	color: #fd0;
}

.stm-btn_pink.stm-btn_flat:hover {
	background: transparent;
	color: #56509f;
	border-color: #ff6682;
}

.stm-btn_pink.stm-btn_flat:hover i {
	color: #56509f;
}

.stm-btn_pink.stm-btn_flat:active {
	background: #ff6682;
	color: #56509f;
	border-color: #ff6682;
}

.stm-btn_pink.stm-btn_flat:active i {
	color: #56509f;
}

.stm-btn_pink.stm-btn_flat.stm-btn_disabled, .stm-btn_pink.stm-btn_flat.stm-btn_disabled:hover, .stm-btn_pink.stm-btn_flat.stm-btn_disabled:active, .stm-btn_pink.stm-btn_flat.stm-btn_disabled:focus {
	color: #56509f;
	border-color: #ff6682;
	background: transparent;
	cursor: not-allowed;
	opacity: .5;
}

.stm-btn_pink.stm-btn_flat.stm-btn_disabled i, .stm-btn_pink.stm-btn_flat.stm-btn_disabled:hover i, .stm-btn_pink.stm-btn_flat.stm-btn_disabled:active i, .stm-btn_pink.stm-btn_flat.stm-btn_disabled:focus i {
	color: #56509f;
}

.stm-btn_yellow.stm-btn_outline {
	background: transparent;
	border-color: #fd0;
	color: #fff;
}

.stm-btn_yellow.stm-btn_outline:hover {
	background: #fd0;
	color: #56509f;
	border-color: #fd0;
}

.stm-btn_yellow.stm-btn_outline:hover i, .stm-btn_yellow.stm-btn_outline:hover span {
	color: #ff6682;
}

.stm-btn_yellow.stm-btn_outline:active {
	background: #fd0;
	color: #ff6682;
	border-color: #fd0;
}

.stm-btn_yellow.stm-btn_outline.stm-btn_disabled, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:hover, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:active, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:focus {
	color: #fff;
	border-color: #fd0;
	background: transparent;
	cursor: not-allowed;
	opacity: .5;
}

.stm-btn_yellow.stm-btn_outline.stm-btn_disabled i, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled span, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:hover i, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:hover span, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:active i, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:active span, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:focus i, .stm-btn_yellow.stm-btn_outline.stm-btn_disabled:focus span {
	color: #fff;
}

.stm-btn_yellow.stm-btn_flat {
	background: #fd0;
	border-color: #fd0;
	color: #56509f;
}

.stm-btn_yellow.stm-btn_flat i, .stm-btn_yellow.stm-btn_flat span {
	color: #ff6682;
}

.stm-btn_yellow.stm-btn_flat:hover {
	background: transparent;
	color: #fff;
	border-color: #fd0;
}

.stm-btn_yellow.stm-btn_flat:hover i, .stm-btn_yellow.stm-btn_flat:hover span {
	color: #fff;
}

.stm-btn_yellow.stm-btn_flat:active {
	background: #ff6682;
	color: #56509f;
	border-color: #ff6682;
}

.stm-btn_yellow.stm-btn_flat:active i, .stm-btn_yellow.stm-btn_flat:active span {
	color: #56509f;
}

.stm-btn_yellow.stm-btn_flat.stm-btn_disabled, .stm-btn_yellow.stm-btn_flat.stm-btn_disabled:hover, .stm-btn_yellow.stm-btn_flat.stm-btn_disabled:active, .stm-btn_yellow.stm-btn_flat.stm-btn_disabled:focus {
	color: #fff;
	border-color: #fd0;
	background: transparent;
	cursor: not-allowed;
	opacity: .5;
}

.stm-btn_purpure.stm-btn_outline {
	background: transparent;
	border-color: #bd66ff;
	color: #fff;
}

.stm-btn_purpure.stm-btn_outline:hover {
	background: #bd66ff;
	color: #56509f;
	border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_outline:hover i, .stm-btn_purpure.stm-btn_outline:hover span {
	color: #ff6682;
}

.stm-btn_purpure.stm-btn_outline:active {
	background: #bd66ff;
	color: #ff6682;
	border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_outline.stm-btn_disabled, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:hover, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:active, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:focus {
	color: #fff;
	border-color: #bd66ff;
	background: transparent;
	cursor: not-allowed;
	opacity: .5;
}

.stm-btn_purpure.stm-btn_outline.stm-btn_disabled i, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled span, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:hover i, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:hover span, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:active i, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:active span, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:focus i, .stm-btn_purpure.stm-btn_outline.stm-btn_disabled:focus span {
	color: #fff;
}

.stm-btn_purpure.stm-btn_flat {
	background: transparent;
	border-color: #bd66ff;
	color: #56509f;
}

.stm-btn_purpure.stm-btn_flat i, .stm-btn_purpure.stm-btn_flat span {
	color: #ff6682;
}

.stm-btn_purpure.stm-btn_flat:hover {
	background: #bd66ff;
	color: #fff;
	border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_flat:hover i, .stm-btn_purpure.stm-btn_flat:hover span {
	color: #fff;
}

.stm-btn_purpure.stm-btn_flat:active {
	background: #bd66ff;
	color: #56509f;
	border-color: #bd66ff;
}

.stm-btn_purpure.stm-btn_flat:active i, .stm-btn_purpure.stm-btn_flat:active span {
	color: #56509f;
}

.stm-btn_purpure.stm-btn_flat.stm-btn_disabled, .stm-btn_purpure.stm-btn_flat.stm-btn_disabled:hover, .stm-btn_purpure.stm-btn_flat.stm-btn_disabled:active, .stm-btn_purpure.stm-btn_flat.stm-btn_disabled:focus {
	color: #fff;
	border-color: #bd66ff;
	background: transparent;
	cursor: not-allowed;
	opacity: .5;
}

.stm-btn_white-secondary.stm-btn_outline, .stm-btn_white.stm-btn_outline {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.stm-btn_white-secondary.stm-btn_outline:active, .stm-btn_white-secondary.stm-btn_outline:hover, .stm-btn_white.stm-btn_outline:active, .stm-btn_white.stm-btn_outline:hover {
	background: #fff;
	color: #95cc47;
	border-color: #fff;
}

.stm-btn_white-secondary.stm-btn_outline:active, .stm-btn_white.stm-btn_outline:active {
	opacity: .75;
}

.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled, .stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:hover, .stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:active, .stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:focus, .stm-btn_white.stm-btn_outline.stm-btn_disabled, .stm-btn_white.stm-btn_outline.stm-btn_disabled:hover, .stm-btn_white.stm-btn_outline.stm-btn_disabled:active, .stm-btn_white.stm-btn_outline.stm-btn_disabled:focus {
	background: transparent;
	border-color: #fff;
	color: #fff;
	opacity: .5;
	cursor: not-allowed;
}

.stm-btn_white-secondary.stm-btn_flat, .stm-btn_white.stm-btn_flat {
	background: #fff;
	border-color: #fff;
	color: #95cc47;
}

.stm-btn_white-secondary.stm-btn_flat:active, .stm-btn_white-secondary.stm-btn_flat:hover, .stm-btn_white.stm-btn_flat:active, .stm-btn_white.stm-btn_flat:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.stm-btn_white-secondary.stm-btn_flat:active, .stm-btn_white.stm-btn_flat:active {
	opacity: .75;
}

.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled, .stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:hover, .stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:active, .stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:focus, .stm-btn_white.stm-btn_flat.stm-btn_disabled, .stm-btn_white.stm-btn_flat.stm-btn_disabled:hover, .stm-btn_white.stm-btn_flat.stm-btn_disabled:active, .stm-btn_white.stm-btn_flat.stm-btn_disabled:focus {
	color: #95cc47;
	border-color: #fff;
	background: #fff;
	cursor: not-allowed;
}

.stm-btn_white-secondary.stm-btn_outline:active, .stm-btn_white-secondary.stm-btn_outline:hover {
	color: #62abf5;
}

.stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled, .stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:hover, .stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:active, .stm-btn_white-secondary.stm-btn_outline.stm-btn_disabled:focus {
	color: #fff;
}

.stm-btn_white-secondary.stm-btn_flat:active, .stm-btn_white-secondary.stm-btn_flat:hover {
	color: #62abf5;
}

.stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled, .stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:hover, .stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:active, .stm-btn_white-secondary.stm-btn_flat.stm-btn_disabled:focus {
	color: #fff;
}

.stm-btn_custom.stm-btn_disabled {
	opacity: .5;
	cursor: not-allowed;
}

.stm-btn_error.stm-btn_outline {
	border-color: #e62117;
	color: #011b3a;
}

.stm-btn_error.stm-btn_outline i {
	color: #cc181e;
}

.stm-btn_error.stm-btn_outline:focus {
	color: #011b3a;
	background: transparent;
}

.stm-btn_error.stm-btn_outline:hover {
	background: #e62117;
	color: #fff;
}

.stm-btn_error.stm-btn_outline:hover i {
	color: #fff;
}

.stm-btn_error.stm-btn_outline:active {
	background: #cc181e;
	border-color: #cc181e;
	color: #fff;
}

.stm-btn_error.stm-btn_outline:active i {
	color: #fff;
}

.stm-btn_error.stm-btn_flat {
	border-color: #e62117;
	background: #e62117;
	color: #fff;
}

.stm-btn_error.stm-btn_flat i {
	color: #fff;
}

.stm-btn_error.stm-btn_flat:focus {
	color: #fff;
	background: #e62117;
}

.stm-btn_error.stm-btn_flat:hover {
	background: transparent;
	color: #011b3a;
}

.stm-btn_error.stm-btn_flat:hover i {
	color: #cc181e;
}

.stm-btn_error.stm-btn_flat:active {
	background: #cc181e;
	border-color: #cc181e;
	color: #fff;
}

.stm-btn_error.stm-btn_flat:active i {
	color: #fff;
}

.stm-btn_warning.stm-btn_outline {
	border-color: #ff9337;
	color: #011b3a;
}

.stm-btn_warning.stm-btn_outline i {
	color: #ff5137;
}

.stm-btn_warning.stm-btn_outline:focus {
	color: #011b3a;
	background: transparent;
}

.stm-btn_warning.stm-btn_outline:hover {
	background: #ff9337;
	color: #fff;
}

.stm-btn_warning.stm-btn_outline:hover i {
	color: #fff;
}

.stm-btn_warning.stm-btn_outline:active {
	background: #ff5137;
	border-color: #ff5137;
	color: #fff;
}

.stm-btn_warning.stm-btn_outline:active i {
	color: #fff;
}

.stm-btn_warning.stm-btn_flat {
	border-color: #ff9337;
	background: #ff9337;
	color: #fff;
}

.stm-btn_warning.stm-btn_flat i {
	color: #fff;
}

.stm-btn_warning.stm-btn_flat:focus {
	background: #ff9337;
	color: #fff;
}

.stm-btn_warning.stm-btn_flat:hover {
	background: transparent;
	color: #011b3a;
}

.stm-btn_warning.stm-btn_flat:hover i {
	color: #ff5137;
}

.stm-btn_warning.stm-btn_flat:active {
	background: #ff5137;
	border-color: #ff5137;
	color: #fff;
}

.stm-btn_warning.stm-btn_flat:active i {
	color: #fff;
}

.stm-big-container:after {
	content: "";
	display: table;
	clear: both;
}

.stm-btn-big-container_left {
	text-align: left;
	max-width: 250px;
}

.stm-btn-big-container_right {
	text-align: right;
	max-width: 250px;
}

.stm-btn-big-container_center {
	text-align: center;
	max-width: 250px;
}

.stm-btn-big-container_inline {
	display: inline-block;
	vertical-align: middle;
}

.stm-btn-big {
	position: relative;
	display: block;
	width: auto;
	border-radius: 25px;
	padding: 14px 29px 15px;
	white-space: nowrap;
	line-height: 1;
	vertical-align: top;
	transition: all .3s ease;
}

.stm-btn-big:hover, .stm-btn-big:focus {
	text-decoration: none;
}

.stm-btn-big i {
	transition: all .3s ease;
	position: relative;
}

.stm-btn-big__content {
	display: table;
	width: 100%;
}

.stm-btn-big__left {
	display: table-cell;
	vertical-align: middle;
}

.stm-btn-big__body {
	display: table-cell;
	vertical-align: middle;
}

.stm-btn-big__text {
	font-size: 18px;
	font-weight: 700;
	transition: all .3s ease;
}

.stm-btn-big__secondary-text {
	display: block;
	margin-bottom: 3px;
	font-size: 16px;
	color: #808080;
	transition: all .3s ease;
}

.stm-btn-big_icon-left .stm-btn-big__body {
	padding-left: 14px;
}

.stm-btn-big_icon-right .stm-btn-big__body {
	padding-right: 34px;
}

.stm-btn-big_outline {
	border-width: 2px;
	border-style: solid;
}

.stm-btn-big_blue.stm-btn-big_outline {
	background: transparent;
	border-color: #55caf5;
	color: #011b3a;
}

.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__text {
	color: #00acec;
}

.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__left i {
	color: #00acec;
}

.stm-btn-big_blue.stm-btn-big_outline .stm-btn-big__secondary-text {
	color: #808080;
}

.stm-btn-big_blue.stm-btn-big_outline:hover {
	background: #55caf5;
	border-color: #55caf5;
}

.stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_outline:hover .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_blue.stm-btn-big_outline:active {
	background: #00acec;
	border-color: #00acec;
}

.stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_outline:active .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus {
	border-color: #d9d9d9;
	background: transparent;
	cursor: not-allowed;
}

.stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__secondary-text, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:hover .stm-btn-big__secondary-text, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:active .stm-btn-big__secondary-text, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_outline.stm-btn-big_disabled:focus .stm-btn-big__secondary-text {
	color: #999;
}

.stm-btn-big_blue.stm-btn-big_flat {
	background: #62abf5;
	border-color: #62abf5;
	border-width: 2px;
	border-style: solid;
}

.stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_flat .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_blue.stm-btn-big_flat:hover {
	background: transparent;
	border-color: #62abf5;
}

.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__left i {
	color: #62abf5;
}

.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__text {
	color: #011b3a;
}

.stm-btn-big_blue.stm-btn-big_flat:hover .stm-btn-big__secondary-text {
	color: #808080;
}

.stm-btn-big_blue.stm-btn-big_flat:active {
	background: #62abf5;
	border-color: #62abf5;
}

.stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_flat:active .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_blue.stm-btn-big_flat:active:after {
	visibility: visible;
	opacity: 1;
}

.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus {
	border-color: #d9d9d9;
	background: transparent;
	cursor: not-allowed;
}

.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__secondary-text, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover .stm-btn-big__secondary-text, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active .stm-btn-big__secondary-text, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus .stm-btn-big__left i, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus .stm-btn-big__text, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus .stm-btn-big__secondary-text {
	color: #999;
}

.stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:after, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:hover:after, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:active:after, .stm-btn-big_blue.stm-btn-big_flat.stm-btn-big_disabled:focus:after {
	content: none;
}

.stm-btn-big_light_blue.stm-btn-big_outline {
	background: transparent;
	border-color: #34ccff;
	color: #011b3a;
}

.stm-btn-big_light_blue.stm-btn-big_outline .stm-btn-big__text {
	color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline .stm-btn-big__left i {
	color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline .stm-btn-big__secondary-text {
	color: #808080;
}

.stm-btn-big_light_blue.stm-btn-big_outline:hover {
	background: #34ccff;
	border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline:hover .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_outline:hover .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_outline:hover .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_outline:active {
	background: #34ccff;
	border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_outline:active .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_outline:active .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_outline:active .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus {
	border-color: #d9d9d9;
	background: transparent;
	cursor: not-allowed;
}

.stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled .stm-btn-big__secondary-text, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:hover .stm-btn-big__secondary-text, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:active .stm-btn-big__secondary-text, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_outline.stm-btn-big_disabled:focus .stm-btn-big__secondary-text {
	color: #999;
}

.stm-btn-big_light_blue.stm-btn-big_flat {
	background: #34ccff;
	border-color: #34ccff;
	border-width: 2px;
	border-style: solid;
}

.stm-btn-big_light_blue.stm-btn-big_flat .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_flat .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_flat .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover {
	background: transparent;
	border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover .stm-btn-big__left i {
	color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover .stm-btn-big__text {
	color: #011b3a;
}

.stm-btn-big_light_blue.stm-btn-big_flat:hover .stm-btn-big__secondary-text {
	color: #808080;
}

.stm-btn-big_light_blue.stm-btn-big_flat:active {
	background: #34ccff;
	border-color: #34ccff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:active .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_flat:active .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_flat:active .stm-btn-big__secondary-text {
	color: #fff;
}

.stm-btn-big_light_blue.stm-btn-big_flat:active:after {
	visibility: visible;
	opacity: 1;
}

.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus {
	border-color: #d9d9d9;
	background: transparent;
	cursor: not-allowed;
}

.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled .stm-btn-big__secondary-text, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover .stm-btn-big__secondary-text, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active .stm-btn-big__secondary-text, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus .stm-btn-big__left i, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus .stm-btn-big__text, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus .stm-btn-big__secondary-text {
	color: #999;
}

.stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:after, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:hover:after, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:active:after, .stm-btn-big_light_blue.stm-btn-big_flat.stm-btn-big_disabled:focus:after {
	content: none;
}

#sb_instagram.stm-instagram-feed #sbi_images {
	padding: 0 !important;
	margin: 0 -8.5px;
	width: auto !important;
}

#sb_instagram.stm-instagram-feed #sbi_images .sbi_type_image {
	padding: 0 8.5px !important;
}

#sb_instagram.stm-instagram-feed #sbi_load {
	text-align: left;
}

#sb_instagram.stm-instagram-feed #sbi_load .sbi_follow_btn {
	margin: 0;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a {
	margin-top: 25px;
	padding: 11px 30px 11px 24px;
	background: transparent;
	border: 2px solid #4090db;
	border-radius: 0;
	font-size: 16px;
	color: #011b3a;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a .fa {
	color: #125688;
	margin-right: 15px !important;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:hover {
	background: #4090db;
	color: #fff;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:hover .fa {
	color: #fff;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:active {
	background: #125688;
	border-color: #125688;
	color: #fff;
}

#sb_instagram.stm-instagram-feed .sbi_follow_btn a:active .fa {
	color: #fff;
}

.tt_tabs_navigation li {
	margin: 0 !important;
	font-size: 18px !important;
}

.tt_tabs_navigation li a {
	border: 2px solid transparent !important;
	margin-bottom: 0 !important;
	padding: 0 46px !important;
	line-height: 36px !important;
	font-size: 18px !important;
	font-family: Dosis !important;
	font-weight: 600 !important;
	color: #56509f !important;
}

.tt_tabs_navigation li a:hover {
	color: #ff6682 !important;
	line-height: 36px !important;
	border: 2px solid transparent !important;
	padding-bottom: 0 !important;
}

.tt_tabs_navigation li a.selected, .tt_tabs_navigation li.ui-tabs-active a {
	border-radius: 30px;
	background-color: #ff6682;
	border: 2px solid #ff6682 !important;
	padding-bottom: 0 !important;
	color: #fff !important;
}

.tt_tabs_navigation li a.selected:hover, .tt_tabs_navigation li.ui-tabs-active a:hover {
	color: #fff !important;
}

.tt_timetable th {
	background: #f0f0f0;
}

.tt_tabs_navigation {
	background-color: #fd0 !important;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 40px;
}

table.tt_timetable {
	background: transparent !important;
}

@font-face {
	font-family: "star";
	src: url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/star.eot");
	src: url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/star.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/star.woff") format("woff"), url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/star.ttf") format("truetype"), url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/star.svg#star") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "WooCommerce";
	src: url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/WooCommerce.eot");
	src: url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/WooCommerce.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/WooCommerce.woff") format("woff"), url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/WooCommerce.ttf") format("truetype"), url("/wp-content/themes/smarty/assets/css/kindergarten/../../fonts/woocommerce/WooCommerce.svg#WooCommerce") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: white;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
}

p.demo_store a {
	color: white;
}

.admin-bar p.demo_store {
	top: 32px;
}

.clear {
	clear: both;
}

.woocommerce {}

.woocommerce .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTEuMyA5MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MS4zIDkxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBjeD0iNDUuNyIgY3k9IjQ1LjciIHI9IjQ1LjciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjQ1LjciIGN5PSIyNC40IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

.woocommerce .loader:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTEuMyA5MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MS4zIDkxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBjeD0iNDUuNyIgY3k9IjQ1LjciIHI9IjQ1LjciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjQ1LjciIGN5PSIyNC40IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==") center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75);
}

.woocommerce .myaccount_user {
	margin-bottom: 65px;
}

.woocommerce .myaccount_user strong {
	color: #000;
}

.woocommerce a.remove {
	display: block;
	font-size: 16px;
	height: 16px;
	width: 16px;
	text-align: center;
	line-height: 1;
	color: rgba(3, 3, 3, .25);
	text-decoration: none;
	border: 0;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
	padding: 1.8em 2em 1.8em 3.5em;
	margin: 0 0 30px;
	position: relative;
	background-color: #fff;
	color: #595959;
	font-size: 16px;
	border-radius: 15px;
	border: 1px solid transparent;
	line-height: normal;
	list-style: none outside !important;
	*zoom: 1;
	width: auto;
	word-wrap: break-word;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-info:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-message:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after {
	clear: both;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before {
	content: "";
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	font-size: inherit;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top: 1.7em;
	left: 1.5em;
}

.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button {
	float: right;
	position: absolute;
	right: 20px;
	top: 20px;
	border: 2px solid #ff6682;
	border-radius: 25px;
	background: #fff;
	font-weight: 600;
	color: #56509f;
	transition: all ease-in-out .2s;
}

.woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover {
	background: #ff6682;
	color: #fff;
}

.woocommerce .woocommerce-message a, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a {
	border-bottom: 1px dashed #ff6682;
	text-decoration: none;
}

.woocommerce .woocommerce-message li, .woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.woocommerce .woocommerce-message {
	border-color: #95cc47;
}

.woocommerce .woocommerce-message:before {
	content: "";
	color: #95cc47;
}

.woocommerce .woocommerce-info {
	border-color: #0af;
}

.woocommerce .woocommerce-info:before {
	color: #0af;
}

.woocommerce .woocommerce-error {
	border-color: #f00;
}

.woocommerce .woocommerce-error:before {
	content: "";
	color: #f00;
}

.woocommerce small.note {
	display: block;
	color: #777;
	font-size: .857em;
	margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
	*zoom: 1;
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #777;
}

.woocommerce .woocommerce-breadcrumb:before, .woocommerce .woocommerce-breadcrumb:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-breadcrumb:after {
	clear: both;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #777;
}

.woocommerce .quantity {
	float: left;
	margin: 0 4px 0 0;
	position: relative;
}

.woocommerce .quantity input {
	width: 95px;
	height: 50px;
	padding: 0 45px 0 21px;
	background: #fff;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #595959;
}

.woocommerce .quantity .quantity-control {
	position: absolute;
	right: 19px;
	top: 6px;
	line-height: 18px;
	font-size: 20px;
	color: #56509f;
	transition: all ease-in-out .2s;
}

.woocommerce .quantity .quantity-control:hover {
	color: #ff6682;
}

.woocommerce .quantity .quantity-control_plus i:before {
	content: "";
}

.woocommerce .quantity .quantity-control_minus {
	top: 23px;
}

.woocommerce .quantity .quantity-control_minus i:before {
	content: "";
}

.woocommerce ins {
	text-decoration: none;
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative;
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
}

.woocommerce div.product span.price, .woocommerce div.product p.price {
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	color: #ff6682;
}

.woocommerce div.product span.price ins, .woocommerce div.product p.price ins {
	background: inherit;
	text-decoration: none;
}

.woocommerce div.product span.price del, .woocommerce div.product p.price del {
	margin-right: 15px;
	font-weight: 600;
	font-size: 18px;
	color: #999;
}

.woocommerce div.product p.stock {
	font-size: .92em;
}

.woocommerce div.product .stock {
	color: #77a464;
}

.woocommerce div.product .out-of-stock {
	color: red;
}

.woocommerce div.product .product-short-description {
	margin-bottom: 23px;
}

.woocommerce div.product .product-short-description table {
	width: 100%;
}

.woocommerce div.product .product-short-description table td {
	padding: 0;
	vertical-align: top;
	line-height: 28px;
	font-size: 16px;
	border: 0;
}

.woocommerce div.product .product-short-description table td:first-child {
	padding-right: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
}

.woocommerce div.product .product-short-description p, .woocommerce div.product .product-short-description {
	font-size: 14px;
	line-height: 24px;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 19px;
	line-height: 18px;
}

.woocommerce div.product .product_meta > span {
	display: block;
}

.woocommerce div.product .product_meta > span:not(:last-child) {
	margin-bottom: 17px;
}

.woocommerce div.product .product_meta .posted_in {
	font-size: 14px;
	line-height: normal;
	color: #a6a6a6;
}

.woocommerce div.product .product_meta .posted_in a {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
}

.woocommerce div.product .product_meta .tagged_as a {
	display: inline-block;
	height: 30px;
	border: 1px solid #ff6682;
	padding: 0 15px;
	background: #fff;
	font-size: 14px;
	line-height: 26px;
	border-radius: 20px;
	color: #56509f;
	transition: all ease-in-out .2s;
}

.woocommerce div.product .product_meta .tagged_as a:not(:last-child) {
	margin-right: 8px;
}

.woocommerce div.product .product_meta .tagged_as a:focus, .woocommerce div.product .product_meta .tagged_as a:hover {
	text-decoration: none;
}

.woocommerce div.product .product_meta .tagged_as a:hover {
	background: #ff6682;
	color: #fff;
}

.woocommerce div.product div.images {
	border: 1px solid #e6e6e6;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 25px;
	margin-bottom: 60px;
	background: #fff;
}

.woocommerce div.product div.images img {
	display: block;
	max-width: 100%;
	height: auto;
	box-shadow: none;
}

.woocommerce div.product div.images .woocommerce-main-image {
	display: block;
	margin-bottom: 20px;
	padding: 0 95px;
}

.woocommerce div.product div.images .woocommerce-main-image img {
	margin: 0 auto;
}

.woocommerce div.product div.images div.thumbnails {
	padding: 0 10px;
}

.woocommerce div.product div.summary {
	margin-bottom: 60px;
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em;
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
	margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0;
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs .wc-tabs {
	margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}

.woocommerce div.product p.cart {
	margin-bottom: 2em;
	*zoom: 1;
}

.woocommerce div.product p.cart:before, .woocommerce div.product p.cart:after {
	content: " ";
	display: table;
}

.woocommerce div.product p.cart:after {
	clear: both;
}

.woocommerce div.product form.cart {
	margin-bottom: 26px;
	*zoom: 1;
}

.woocommerce div.product form.cart:before, .woocommerce div.product form.cart:after {
	content: " ";
	display: table;
}

.woocommerce div.product form.cart:after {
	clear: both;
}

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.woocommerce div.product form.cart div.quantity input {
	width: 95px;
	height: 50px;
	padding: 0 45px 0 21px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #595959;
	transition: all ease-in-out .2s;
}

.woocommerce div.product form.cart div.quantity input:focus {
	border-color: #595959;
}

.woocommerce div.product form.cart div.quantity .quantity-control {
	position: absolute;
	right: 19px;
	top: 6px;
	line-height: 18px;
	font-size: 20px;
	color: #56509f;
	transition: all ease-in-out .2s;
}

.woocommerce div.product form.cart div.quantity .quantity-control:hover {
	color: #ff6682;
}

.woocommerce div.product form.cart div.quantity .quantity-control_plus i:before {
	content: "";
}

.woocommerce div.product form.cart div.quantity .quantity-control_minus {
	top: 23px;
}

.woocommerce div.product form.cart div.quantity .quantity-control_minus i:before {
	content: "";
}

.woocommerce div.product form.cart table {
	border-width: 0 0 1px 0;
}

.woocommerce div.product form.cart table td {
	padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
	float: none;
	margin: 0;
}

.woocommerce div.product form.cart table small.stock {
	display: block;
	float: none;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	padding: 5px;
	border: 0;
	vertical-align: top;
	line-height: normal;
	background: transparent;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 700;
	font-size: 14px;
	color: #595959;
	white-space: normal;
}

.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
}

.woocommerce div.product form.cart .variations td.label {
	padding: 5px;
	display: table-cell;
	text-align: left;
	white-space: normal;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations {
	visibility: hidden;
	font-size: .83em;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
	display: none;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
	padding: 12.5px 30px 16px;
	background-color: #ff6682;
	border-color: #ff6682;
	border-radius: 30px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.woocommerce div.product form.cart .button:hover {
	background-color: transparent;
	color: #56509f;
}

.woocommerce div.product form.cart .button i {
	display: none;
}

.woocommerce div.product form.cart .group_table td.label {
	padding-right: 1em;
	padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: top;
	padding-bottom: .5em;
	border: 0;
}

.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
	margin-top: 17px;
	*zoom: 1;
}

.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart:before, .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart:after {
	content: " ";
	display: table;
}

.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart:after {
	clear: both;
}

.woocommerce span.onsale {
	position: absolute;
	margin: 20px 0 0 20px;
	padding: 0 10px;
	background: #95cc47;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 20px;
	color: #fff;
	z-index: 99;
}

.woocommerce .products ul, .woocommerce ul.products {
	padding: 0;
	list-style: none outside;
	clear: both;
	*zoom: 1;
}

.woocommerce .products ul:before, .woocommerce .products ul:after, .woocommerce ul.products:before, .woocommerce ul.products:after {
	content: " ";
	display: table;
}

.woocommerce .products ul:after, .woocommerce ul.products:after {
	clear: both;
}

.woocommerce .products ul li, .woocommerce ul.products li {
	list-style: none outside;
}

.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 14px;
	left: auto;
	margin: 20px 20px 0 0;
}

.woocommerce ul.products li.product h5 {
	height: 50px;
	overflow: hidden;
	line-height: 24px;
	letter-spacing: .2px;
	margin: 0 0 15px;
	font-size: 18px;
}

.woocommerce ul.products li.product h5:hover {
	color: #ff6682;
}

.woocommerce ul.products li.product a {
	display: block;
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 15px;
	box-shadow: none;
}

.woocommerce ul.products li.product strong {
	display: block;
}

.woocommerce ul.products li.product .product-price {
	*zoom: 1;
}

.woocommerce ul.products li.product .product-price:before, .woocommerce ul.products li.product .product-price:after {
	content: " ";
	display: table;
}

.woocommerce ul.products li.product .product-price:after {
	clear: both;
}

.woocommerce ul.products li.product .star-rating {
	float: none;
	width: 6.4em;
	margin: 0 auto 15px;
	text-align: center;
	font-size: .69em;
	letter-spacing: 3px;
}

.woocommerce ul.products li.product .button {
	position: absolute;
	top: 108px;
	left: 60px;
	right: 60px;
	border: 2px solid #fd0;
	background: #fd0;
	color: #56509f;
	font-weight: 600;
	font-size: 18px;
	line-height: 46px;
	vertical-align: top;
	border-radius: 25px;
	padding: 0 15px;
	opacity: 0;
	transition: opacity 0s 0s;
}

.woocommerce ul.products li.product .button i {
	margin-left: 7px;
	vertical-align: top;
}

.woocommerce ul.products li.product .button:hover {
	border-color: #ff6682;
	background: #ff6682;
	color: #fff;
}

.woocommerce ul.products li.product .button:active {
	color: #fff;
	background: #ff6682;
	border-color: #ff6682;
}

.woocommerce ul.products li.product .added_to_cart {
	display: none;
}

.woocommerce ul.products li.product .woocommerce_product__category {
	display: block !important;
	margin-bottom: 2px;
	color: #999;
}

.woocommerce ul.products li.product .woocommerce_product__category a {
	display: inline;
	font-size: 14px;
	color: #999;
}

.woocommerce ul.products li.product .woocommerce_product__category a:hover {
	text-decoration: underline;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	display: table;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: right;
	color: #ff6682;
	font-weight: 600;
	font-size: 24px;
}

.woocommerce ul.products li.product .price del {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding: 0 8px;
	color: inherit;
	color: #a6a6a6;
	font-weight: 400;
	font-size: 18px;
}

.woocommerce ul.products li.product .price ins {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 8px;
	background: none;
	text-decoration: none;
}

.woocommerce ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, .5);
}

.woocommerce ul.products li.product:hover {
	position: relative;
	z-index: 2;
}

.woocommerce ul.products li.product:hover img {
	opacity: .3;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.woocommerce ul.products li.product:hover .product-buy {
	visibility: visible;
	opacity: 1;
}

.woocommerce ul.products li.product:hover .product-buy .button {
	opacity: 1;
}

.woocommerce .woocommerce-order-bar {
	padding: 20px 30px;
	margin-bottom: 40px;
	border: 2px solid #fd0;
	border-radius: 25px;
	background: #fff;
	*zoom: 1;
}

.woocommerce .woocommerce-order-bar:before, .woocommerce .woocommerce-order-bar:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-order-bar:after {
	clear: both;
}

.woocommerce .woocommerce-result-count {
	margin: 12px 0;
	font-size: 18px;
	line-height: normal;
	color: #595959;
}

.woocommerce .woocommerce-ordering {
	width: 255px;
}

.woocommerce .woocommerce-ordering select {
	vertical-align: top;
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 5px;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
	font-size: 18px;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: 10px 30px;
	font-weight: 700;
	left: auto;
	color: #fff;
	background-color: #ff6682;
	border: 2px solid #ff6682;
	border-radius: 25px;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	transition: all ease-in-out .2s;
}

.woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce #respond input#submit.loading {
	opacity: .25;
}

.woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after, .woocommerce #respond input#submit.loading:after {
	content: "";
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 10px;
	font-family: "WooCommerce";
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

.woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after, .woocommerce #respond input#submit.added:after {
	content: "";
	margin-left: 10px;
	font-family: "WooCommerce";
	font-size: 14px;
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
	background-color: #fff;
	text-decoration: none;
	background-image: none;
	color: #56509f;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
	padding: 14.5px 24px;
	border: 2px solid #62abf5;
	background-color: #62abf5;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
	border-color: #62abf5;
	background-color: #fff;
	color: #62abf5;
}

.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
	border-color: #808080;
	background-color: #fff;
	color: #808080;
}

.woocommerce a.button:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
}

.woocommerce a.button:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	white-space: nowrap;
	display: inline-block;
}

.woocommerce .single_add_to_cart_button .fa {
	margin-right: 15px;
}

.woocommerce #reviews h2 small {
	float: right;
	color: #777;
	font-size: 15px;
	margin: 10px 0 0 0;
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #777;
}

.woocommerce #reviews h3 {
	margin: 0 0 20px;
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0;
}

.woocommerce #reviews #comments {
	margin-bottom: 20px;
}

.woocommerce #reviews #comments .add_review {
	*zoom: 1;
}

.woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments .add_review:after {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments .add_review:after {
	clear: both;
}

.woocommerce #reviews #comments h2 {
	clear: none;
}

.woocommerce #reviews #comments ol.commentlist {
	*zoom: 1;
	margin: 0;
	width: 100%;
	background: none;
	padding-left: 0;
	list-style: none;
}

.woocommerce #reviews #comments ol.commentlist:before, .woocommerce #reviews #comments ol.commentlist:after {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom: 0;
	padding: 0 0 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
	background: 0;
}

.woocommerce #reviews #comments ol.commentlist li:not(:first-child) {
	margin: 30px 0 0;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-meta {
	margin-bottom: 3px;
	*zoom: 1;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-meta:before, .woocommerce #reviews #comments ol.commentlist li .product-review-meta:after {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-meta:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-meta .star-rating {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-author {
	font-size: 15px;
	font-weight: 700;
	color: #011b3a;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-author a {
	color: #011b3a;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-author a:focus {
	text-decoration: none;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-author a:hover {
	text-decoration: none;
	color: #62abf5;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-date {
	float: right;
	color: #aaa;
	font-size: 11px;
	text-transform: uppercase;
}

.woocommerce #reviews #comments ol.commentlist li .star-rating {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 7px;
}

.woocommerce #reviews #comments ol.commentlist li .product-review-description p, .woocommerce #reviews #comments ol.commentlist li .product-review-description {
	font-size: 14px;
	line-height: 24px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	overflow: hidden;
	padding-left: 20px;
	margin: 0 0 0 50px;
	*zoom: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
	content: " ";
	display: table;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
	clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist > li:before {
	content: "";
}

.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 11px;
	width: 6.4em;
	letter-spacing: 3px;
	color: #fd0;
	font-family: "star";
}

.woocommerce .star-rating:before {
	content: "sssss";
	color: #ddd;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce .woocommerce-product-rating {
	*zoom: 1;
	display: block;
}

.woocommerce .woocommerce-product-rating:before, .woocommerce .woocommerce-product-rating:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-product-rating:after {
	clear: both;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
	margin-left: 9px;
	font-size: 13px;
	color: #808080;
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}

.woocommerce #review_form #respond {
	*zoom: 1;
	position: static;
	margin: 0;
	width: auto;
	padding: 0 0 0;
	background: transparent none;
	border: 0;
}

.woocommerce #review_form #respond:before, .woocommerce #review_form #respond:after {
	content: " ";
	display: table;
}

.woocommerce #review_form #respond:after {
	clear: both;
}

.woocommerce #review_form #respond p {
	margin-bottom: 0;
}

.woocommerce #review_form #respond .comment-form-rating {
	margin-bottom: 22px;
}

.woocommerce #review_form #respond .comment-form-rating .stars {
	margin-bottom: 0;
}

.woocommerce #review_form #respond .comment-form-rating .stars > span {
	line-height: 1;
}

.woocommerce #review_form #respond .comment-form {
	margin: 0;
}

.woocommerce #review_form #respond .comment-form-email input[type="text"], .woocommerce #review_form #respond .comment-form-author input[type="text"] {
	margin-bottom: 22px;
}

.woocommerce #review_form #respond .form-submit input {
	left: auto;
}

.woocommerce #review_form #respond .form-submit .stm-btn {
	min-width: 160px;
	background-color: #ff6682;
	border-color: #ff6682;
	color: #fff;
}

.woocommerce #review_form #respond .form-submit .stm-btn:hover {
	background-color: transparent;
	color: #56509f;
}

.woocommerce #review_form #respond .form-submit .stm-btn .stm-icon, .woocommerce #review_form #respond .form-submit .stm-btn .fa {
	display: none;
}

.woocommerce #review_form #respond .select2 {
	display: none;
}

.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	color: #fde428;
}

.woocommerce p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "WooCommerce";
	content: "";
	text-indent: 0;
}

.woocommerce p.stars a:hover ~ a:before {
	content: "";
}

.woocommerce p.stars:hover a:before {
	content: "";
}

.woocommerce p.stars.selected a.active:before {
	content: "";
}

.woocommerce p.stars.selected a.active ~ a:before {
	content: "";
}

.woocommerce p.stars.selected a:not(.active):before {
	content: "";
}

.woocommerce table.shop_attributes {
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, .1);
	margin-bottom: 1.618em;
	width: 100%;
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5;
}

.woocommerce table.shop_attributes td p {
	margin: 0;
	padding: 8px 0;
}

.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
	background: rgba(0, 0, 0, .025);
}

.woocommerce table.shop_table {
	width: 100%;
	text-align: left;
	border-collapse: separate;
}

.woocommerce table.shop_table thead th {
	padding: 11.5px 16px;
	background: #fd0;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	color: #56509f;
	text-transform: uppercase;
}

.woocommerce table.shop_table tbody td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	background: #fff;
	border-bottom: 0;
	padding: 10px 16px;
	vertical-align: middle;
	font-size: 16px;
}

.woocommerce table.shop_table tbody td small, .woocommerce table.shop_table tbody th small, .woocommerce table.shop_table tfoot td small, .woocommerce table.shop_table tfoot th small {
	font-weight: normal;
}

.woocommerce table.shop_table tbody tr:nth-child(2n) td, .woocommerce table.shop_table tfoot tr:nth-child(2n) td {
	background-color: #fff9f2;
}

.woocommerce table.shop_table tbody tr:last-child td, .woocommerce table.shop_table tfoot tr:last-child td {
	background-color: transparent;
}

.woocommerce .table-my-orders-container {
	overflow: hidden;
	overflow-x: auto;
	margin-bottom: 73px;
}

.woocommerce table.my_account_orders {
	margin-bottom: 0;
	font-size: 14px;
}

.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
	vertical-align: middle;
}

.woocommerce table.my_account_orders th {
	font-size: 14px;
	padding: 11.5px 16px;
}

.woocommerce table.my_account_orders tbody td {
	padding: 5px 16px;
	color: #595959;
}

.woocommerce table.my_account_orders tbody td.order-number a {
	color: #000;
	transition: color ease-in-out .2s;
}

.woocommerce table.my_account_orders tbody td.order-number a:hover, .woocommerce table.my_account_orders tbody td.order-number a:focus {
	text-decoration: none;
}

.woocommerce table.my_account_orders tbody td.order-number a:hover {
	color: #62abf5;
}

.woocommerce table.my_account_orders .order-actions {
	text-align: right;
}

.woocommerce td.product-name dl.variation {
	margin: .25em 0;
	*zoom: 1;
}

.woocommerce td.product-name dl.variation:before, .woocommerce td.product-name dl.variation:after {
	content: " ";
	display: table;
}

.woocommerce td.product-name dl.variation:after {
	clear: both;
}

.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd {
	display: inline-block;
	float: left;
	margin: 0 4px 4px 0;
	padding: 0;
}

.woocommerce td.product-name dl.variation dt {
	font-weight: 700;
	clear: left;
}

.woocommerce td.product-name dl.variation dd {
	margin-right: 0;
}

.woocommerce td.product-name dl.variation dd p {
	line-height: inherit;
}

.woocommerce td.product-name dl.variation dd p:last-child {
	margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
	font-size: .83em;
}

.woocommerce td.product-name .product-thumbnail {
	width: 60px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.woocommerce td.product-name .product-name-title {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

.woocommerce td.product-name .product-name-title a {
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #56509f;
	transition: all ease-in-out .2s;
}

.woocommerce td.product-name .product-name-title a:focus {
	text-decoration: none;
}

.woocommerce td.product-name .product-name-title a:hover {
	text-decoration: none;
	color: #ff6682;
}

.woocommerce td.product-name .product-name-title .star-rating {
	margin-top: 3px;
}

.woocommerce td.product-quantity {
	min-width: 80px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	position: relative;
	padding: 0 0 10px 90px;
	*zoom: 1;
	list-style: none;
}

.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
	clear: both;
}

.woocommerce ul.cart_list li .woocommerce_product__category, .woocommerce ul.product_list_widget li .woocommerce_product__category {
	display: block !important;
	line-height: 20px;
	color: #999;
}

.woocommerce ul.cart_list li .woocommerce_product__category a, .woocommerce ul.product_list_widget li .woocommerce_product__category a {
	display: inline;
	font-weight: 400;
	font-size: 14px;
	color: #999;
}

.woocommerce ul.cart_list li .woocommerce_product__category a:hover, .woocommerce ul.product_list_widget li .woocommerce_product__category a:hover {
	color: #999;
	text-decoration: underline;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #56509f;
	transition: all ease-in-out .2s;
}

.woocommerce ul.cart_list li a .product-title, .woocommerce ul.product_list_widget li a .product-title {
	display: block;
	line-height: 20px;
}

.woocommerce ul.cart_list li a:focus, .woocommerce ul.product_list_widget li a:focus {
	text-decoration: none;
}

.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
	color: #ff6682;
	text-decoration: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	position: absolute;
	left: 0;
	margin-top: 3px;
	width: 60px;
	height: auto;
	box-shadow: none;
}

.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del {
	margin-right: 5px;
	text-decoration: line-through;
	color: #595959;
}

.woocommerce ul.cart_list li del .amount, .woocommerce ul.product_list_widget li del .amount {
	font-size: 18px;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid rgba(0, 0, 0, .1);
	*zoom: 1;
}

.woocommerce ul.cart_list li dl:before, .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:before, .woocommerce ul.product_list_widget li dl:after {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
	clear: both;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dt, .woocommerce ul.product_list_widget li dl dd {
	display: inline-block;
	float: left;
	margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
	font-weight: 700;
	padding: 0 0 .25em 0;
	margin: 0 4px 0 0;
	clear: left;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
	padding: 0 0 .25em 0;
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
	float: none;
	margin-bottom: 5px;
}

.woocommerce ul.cart_list li .amount, .woocommerce ul.product_list_widget li .amount {
	font-weight: 600;
	font-size: 18px;
	color: #ff6682;
}

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total {
	border-top: 3px double #ebe9eb;
	padding: 4px 0 0;
}

.woocommerce.widget_shopping_cart .total strong, .woocommerce .widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
}

.woocommerce.widget_shopping_cart .cart_list li, .woocommerce .widget_shopping_cart .cart_list li {
	padding-left: 2em;
	position: relative;
	padding-top: 0;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove, .woocommerce .widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce.widget_shopping_cart .buttons, .woocommerce .widget_shopping_cart .buttons {
	*zoom: 1;
}

.woocommerce.widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce .widget_shopping_cart .buttons:after {
	content: " ";
	display: table;
}

.woocommerce.widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:after {
	clear: both;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	transition: opacity .5s .5s ease;
	opacity: 0;
}

.woocommerce form .form-row label {
	line-height: 2;
}

.woocommerce form .form-row label.hidden {
	visibility: hidden;
}

.woocommerce form .form-row label.inline {
	display: inline;
}

.woocommerce form .form-row select {
	cursor: pointer;
	margin: 0;
}

.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0;
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 16px;
	line-height: 22px;
	border-radius: 20px;
	transition: all ease-in-out .2s;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
	border-color: #808080;
}

.woocommerce form .form-row input.input-text {
	padding: 13px 20px;
}

.woocommerce form .form-row textarea {
	padding: 12px 20px;
	resize: none;
}

.woocommerce form .form-row .select2-container {
	width: 100%;
	line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #808080;
}

.woocommerce form .form-row.woocommerce-validated .select2-arrow {
	top: 0;
}

.woocommerce form .form-row.woocommerce-validated .select2-arrow b {
	text-align: center;
	line-height: 46px;
}

.woocommerce form .form-row.woocommerce-validated .select2-arrow b:after {
	display: none;
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal;
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal;
}

.woocommerce form.login, .woocommerce form.register {
	text-align: left;
	background: #fff9f2;
	padding: 30px 40px 40px;
}

.woocommerce form.login h3, .woocommerce form.register h3 {
	margin-bottom: 30px;
}

.woocommerce form.login h3:after, .woocommerce form.register h3:after {
	content: none;
}

.woocommerce form.login .form-row:last-child, .woocommerce form.register .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce form.login .stm-btn, .woocommerce form.register .stm-btn {
	min-width: 0;
}

.woocommerce form.login .stm-btn i, .woocommerce form.register .stm-btn i {
	display: none;
}

.woocommerce form.login .wc-remember-me {
	float: left;
	margin-top: 15px;
	line-height: normal;
	font-weight: 400;
}

.woocommerce form.login .wc-remember-me input {
	margin-right: 6px;
}

.woocommerce form.login .lost_password {
	float: left;
	margin-top: 15px;
	margin-right: 40px;
	line-height: normal;
}

.woocommerce form.login .wc-login-group {
	float: left;
	*zoom: 1;
}

.woocommerce form.login .wc-login-group:before, .woocommerce form.login .wc-login-group:after {
	content: " ";
	display: table;
}

.woocommerce form.login .wc-login-group:after {
	clear: both;
}

.woocommerce form.login .stm-btn {
	float: right;
}

.woocommerce form.register .stm-btn {
	float: right;
}

.woocommerce form.checkout_coupon {
	background: #fff;
	padding: 40px;
}

.woocommerce form.checkout_coupon .input-text {
	width: 100%;
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.woocommerce ul#shipping_method li {
	margin: 0;
	padding: .25em 0 .25em 22px;
	text-indent: -22px;
	list-style: none outside;
}

.woocommerce ul#shipping_method li input {
	margin: 3px .5ex;
}

.woocommerce ul#shipping_method li label {
	display: inline;
}

.woocommerce ul#shipping_method .amount {
	font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0;
}

.woocommerce .order_details {
	*zoom: 1;
	margin: 0 0 1.5em;
	list-style: none;
}

.woocommerce .order_details:before, .woocommerce .order_details:after {
	content: " ";
	display: table;
}

.woocommerce .order_details:after {
	clear: both;
}

.woocommerce .order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce .order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5;
}

.woocommerce .order_details li:last-of-type {
	border: none;
}

.woocommerce .order-details-row {
	padding-bottom: 30px;
}

.woocommerce table.customer_details, .woocommerce table.order_details {
	margin-bottom: 30px;
}

.woocommerce .order-details-table-wrapper {
	overflow: hidden;
	overflow-x: auto;
	margin-bottom: 30px;
}

.woocommerce .order-details-table-wrapper .order_details {
	margin-bottom: 0;
}

.woocommerce table.order_details .product-quantity {
	font-weight: 400;
}

.woocommerce table.woocommerce-thankyou-order-details {
	margin-bottom: 53px;
}

.woocommerce .woocommerce-thankyou-order-failed, .woocommerce .woocommerce-thankyou-order-received {
	position: relative;
	margin-bottom: 15px;
	padding: 1.85em 3em 1.85em 4em;
	background: #fff;
	border-radius: 25px;
	border: 1px solid #95cc47;
	font-size: 16px;
	line-height: normal;
	color: #595959;
}

.woocommerce .woocommerce-thankyou-order-failed .fa, .woocommerce .woocommerce-thankyou-order-received .fa {
	position: absolute;
	top: 1.8em;
	left: 30px;
	bottom: 0;
	color: #95cc47;
	font-size: 18px;
}

.woocommerce .woocommerce-thankyou-order-failed {
	border: 1px solid #f90;
}

.woocommerce .woocommerce-thankyou-order-failed .fa {
	color: #f90;
	margin-right: 10px;
}

.woocommerce .widget_layered_nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
}

.woocommerce .widget_layered_nav ul li {
	*zoom: 1;
	padding: 0 0 1px;
	list-style: none;
}

.woocommerce .widget_layered_nav ul li:before, .woocommerce .widget_layered_nav ul li:after {
	content: " ";
	display: table;
}

.woocommerce .widget_layered_nav ul li:after {
	clear: both;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
	padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
	font-family: "WooCommerce";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #a00;
}

.woocommerce .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
	font-family: "WooCommerce";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #a00;
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: normal;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	float: right;
	padding: 0 18px;
	background: transparent;
	border: 2px solid #fd0;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	color: #56509f;
	transition: all ease-in-out .2s;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background: #ff6682;
	border-color: #ff6682;
	color: #fff;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	float: left;
	margin-top: 11px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 600;
	color: #808080;
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 4px;
	height: 16px;
	background-color: #ff6682;
	cursor: ew-resize;
	outline: none;
	top: -6px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-color: #56509f;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #e9e9e9;
	border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 4px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px;
}

.woocommerce-account .myaccount_addresss_title {
	margin-bottom: 40px;
}

.woocommerce-account .myaccount_address {
	margin-bottom: 41px;
}

.woocommerce-account .addresses .address {
	background: #fff9f2;
	padding: 32px 50px 10px;
}

.woocommerce-account .addresses .title {
	*zoom: 1;
	margin-bottom: 18px;
}

.woocommerce-account .addresses .title:before, .woocommerce-account .addresses .title:after {
	content: " ";
	display: table;
}

.woocommerce-account .addresses .title:after {
	clear: both;
}

.woocommerce-account .addresses .title h4 {
	float: left;
	margin-bottom: 0;
}

.woocommerce-account .addresses .title .edit {
	float: right;
	border-radius: 25px;
	border: 2px solid #ff6682;
	font-size: 16px;
	font-weight: 600;
	color: #56509f;
}

.woocommerce-account .addresses .title .edit .fa {
	margin-top: -2px;
	padding-right: 4px;
	transition: all ease-in-out .2s;
	font-size: 16px;
	color: #56509f;
}

.woocommerce-account .addresses .title .edit:hover, .woocommerce-account .addresses .title .edit:active {
	background-color: #ff6682;
	color: #fff;
}

.woocommerce-account .addresses .title .edit:hover .fa, .woocommerce-account .addresses .title .edit:active .fa {
	color: #fd0;
}

.woocommerce-account .addresses .wc-address-table {
	width: 100%;
}

.woocommerce-account .addresses .wc-address-table th, .woocommerce-account .addresses .wc-address-table td {
	padding: 13px 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	border-bottom: 1px solid #d9d4ce;
	background-color: transparent;
	color: #595959;
}

.woocommerce-account .addresses .wc-address-table td {
	font-size: 18px;
	color: #000;
}

.woocommerce-account .addresses .wc-address-table tr:last-child th, .woocommerce-account .addresses .wc-address-table tr:last-child td {
	border: 0;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-account ul.digital-downloads li:before {
	font-family: "WooCommerce";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
}

.woocommerce-account ul.digital-downloads li .count {
	float: right;
}

.addresses-order .address {
	background: #fff9f2;
	padding: 50px 50px 40px;
}

.addresses-order .title {
	*zoom: 1;
	margin-bottom: 18px;
}

.addresses-order .title:before, .addresses-order .title:after {
	content: " ";
	display: table;
}

.addresses-order .title:after {
	clear: both;
}

.addresses-order .title h4 {
	float: left;
	margin-bottom: 0;
}

.addresses-order .title .edit {
	float: right;
}

.addresses-order .title .edit .fa {
	padding-right: 10px;
	font-size: 16px;
}

.addresses-order address {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #595959;
}

.woocommerce-cart table.cart {
	margin-bottom: 52px;
}

.woocommerce-cart table.cart .product-thumbnail {
	height: 60px;
}

.woocommerce-cart table.cart img {
	max-width: 60px;
	width: auto;
	box-shadow: none;
}

.woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
	vertical-align: middle;
}

.woocommerce-cart table.cart td.product-subtotal, .woocommerce-cart table.cart td.product-price {
	font-weight: 600;
	font-size: 18px;
	color: #ff6682;
}

.woocommerce-cart table.cart td.product-remove {
	padding-right: 32px;
	text-align: right;
}

.woocommerce-cart table.cart td.product-remove a {
	display: inline-block;
}

.woocommerce-cart table.cart .woocommerce_product__category {
	display: block !important;
	margin-bottom: -8px;
	color: #999;
}

.woocommerce-cart table.cart .woocommerce_product__category a {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #a6a6a6 !important;
}

.woocommerce-cart table.cart td.actions {
	background: transparent;
	border-bottom: none;
	padding: 40px 0 0;
}

.woocommerce-cart table.cart td.actions .coupon {
	width: 48%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	float: left;
	height: 50px;
	width: calc(100% - 204px);
	padding: 0 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	font-size: 16px;
	color: #011b3a;
	line-height: 1;
	transition: all ease-in-out .2s;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	border-color: #595959;
}

.woocommerce-cart table.cart td.actions .wc-cart-update .fa {
	font-size: 16px;
	margin-right: 15px;
}

.woocommerce-cart table.cart input {
	margin: 0;
	vertical-align: middle;
	border-radius: 30px;
	line-height: 1;
}

.woocommerce-cart table.cart .stm-btn_md {
	min-width: 160px;
	border-color: #ff6682;
	background-color: transparent;
	color: #56509f;
}

.woocommerce-cart table.cart .stm-btn_md:hover {
	background-color: #ff6682;
	color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout {
	*zoom: 1;
	padding-top: 40px;
}

.woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after {
	content: " ";
	display: table;
}

.woocommerce-cart .wc-proceed-to-checkout:after {
	clear: both;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 0 28px 4px;
	background-color: #ff6682;
	color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	border-color: #ff6682;
	background-color: transparent;
	color: #56509f;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button i {
	display: none;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-family: "WooCommerce";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin-bottom: 27px;
	font-size: 36px;
	line-height: 54px;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
	color: #777;
	font-size: .83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	background: #fff;
	border: 2px solid #fd0;
	border-radius: 25px;
	padding: 16px 40px;
	margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 15px 10px;
	vertical-align: top;
	background: transparent;
	font-size: 18px;
	border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	background: transparent;
	width: 25%;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	color: #56509f;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total .amount {
	color: #56509f;
	font-weight: 600;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
	color: #777;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping p {
	margin-bottom: 10px;
	line-height: 26px;
}

.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong {
	font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
	color: #77a464;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator p {
	margin-bottom: 0;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
	margin-top: 20px;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
	margin-bottom: 15px;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
	text-decoration: none;
	border-bottom: 1px dashed #62abf5;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0;
}

.woocommerce-account h3, .woocommerce-checkout h3 {
	margin-bottom: 34px;
}

form.woocommerce-checkout {
	padding-top: 25px;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
	margin: 0 -5000px -100px;
	padding: 60px 5000px;
	background-color: #fff9f2;
}

.woocommerce-checkout textarea {
	height: 120px;
}

.woocommerce-checkout #customer_details {
	padding-bottom: 54px;
}

.woocommerce-checkout .checkout_coupon, .woocommerce-checkout form.login {
	margin-bottom: 1.8em;
}

.woocommerce .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

.woocommerce .woocommerce-MyAccount-navigation .stm-menu__item-link:hover {
	background: #ff6682;
	border-radius: 25px;
	color: #fff;
}

.woocommerce .woocommerce-MyAccount-navigation .is-active .stm-menu__item-link {
	background: #ff6682;
	border-radius: 25px;
	color: #fff;
}

.woocommerce table.woocommerce-checkout-review-order-table td, .woocommerce table.woocommerce-checkout-review-order-table tfoot td, .woocommerce table.woocommerce-checkout-review-order-table tfoot th {
	border: none;
}

.woocommerce table.woocommerce-checkout-review-order-table th.product-total, .woocommerce table.woocommerce-checkout-review-order-table td.product-total, .woocommerce table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td {
	padding: 13px 16px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #56509f;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td strong {
	font-weight: 600;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item .product-total {
	font-weight: 400;
	color: #595959;
}

.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce table.woocommerce-checkout-review-order-table .shipping th, .woocommerce table.woocommerce-checkout-review-order-table .order-total th {
	background: #fff;
	text-transform: none;
	font-size: 18px;
	color: #56509f;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th, .woocommerce table.woocommerce-checkout-review-order-table tfoot td {
	padding: 6.5px 16px;
	line-height: 24px;
	background-color: #fff !important;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th:first-child, .woocommerce table.woocommerce-checkout-review-order-table tfoot td:first-child {
	border-left: 2px solid #fd0;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot th:last-child, .woocommerce table.woocommerce-checkout-review-order-table tfoot td:last-child {
	border-right: 2px solid #fd0;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child th, .woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
	border-top: 2px solid #fd0;
	padding-top: 12.5px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child th:first-child, .woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child td:first-child {
	border-top-left-radius: 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child th:last-child, .woocommerce table.woocommerce-checkout-review-order-table tfoot tr:first-child td:last-child {
	border-top-right-radius: 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
	border-bottom: 2px solid #fd0;
	padding-bottom: 15.5px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th:first-child, .woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th:last-child, .woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot td {
	color: #595959;
	font-size: 18px;
	font-weight: 400;
}

.woocommerce table.woocommerce-checkout-review-order-table tfoot td strong {
	color: #56509f;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, #add_payment_method .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address .input-checkbox, #add_payment_method .checkout .col-2 h3#ship-to-different-address .input-checkbox {
	margin-left: 16px;
}

.woocommerce-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .notes {
	clear: left;
}

.woocommerce-checkout .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .form-row-first {
	clear: left;
}

.woocommerce-checkout .checkout .create-account small, #add_payment_method .checkout .create-account small {
	font-size: 11px;
	color: #777;
	font-weight: normal;
}

.woocommerce-checkout .checkout div.shipping-address, #add_payment_method .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%;
}

.woocommerce-checkout .checkout .shipping_address, #add_payment_method .checkout .shipping_address {
	clear: both;
}

.woocommerce-checkout #payment, #add_payment_method #payment {
	background: transparent;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
	*zoom: 1;
	text-align: left;
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, #add_payment_method #payment ul.payment_methods:after {
	content: " ";
	display: table;
}

.woocommerce-checkout #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:after {
	clear: both;
}

.woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0 0 7px;
	font-weight: normal;
	*zoom: 1;
}

.woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:before, #add_payment_method #payment ul.payment_methods li:after {
	content: " ";
	display: table;
}

.woocommerce-checkout #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:after {
	clear: both;
}

.woocommerce-checkout #payment ul.payment_methods li label, #add_payment_method #payment ul.payment_methods li label {
	font-weight: 400;
	line-height: normal;
	color: #56509f;
	margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input, #add_payment_method #payment ul.payment_methods li input {
	margin: 0 11px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods li img, #add_payment_method #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods li img + img, #add_payment_method #payment ul.payment_methods li img + img {
	margin-left: 2px;
}

.woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
	padding: 1em;
}

.woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
	position: relative;
	width: 100%;
	padding-left: 29px;
	line-height: 24px;
	color: #595959;
}

.woocommerce-checkout #payment div.payment_box p, #add_payment_method #payment div.payment_box p {
	font-size: 14px;
	line-height: 24px;
}

.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea, #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder, #add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box :-moz-placeholder, #add_payment_method #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder, #add_payment_method #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/visa.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/visa.png";
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/mastercard.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/mastercard.png";
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAK0lEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDDwDAwRWAABHvT1SwAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAC8klEQVRYw82XzY7cVBCFv6prd7f7J9OQAZE3QIJFeAOehmU27HgFhHgLkFgjdtmyGjRBGjagiCWbQRlI9/TfvfewuN2ZjEi6balhpqQr23LZ97jq1Kmyffrh11+ORoPP+01lZuIuTTJWi6j5fPnVy9Hwi7OzzzZv860Gg/pJMyqgzexugWfRjCpLqX6S/5p9A5y/FXjw0HtxOUO622jvzNwY9Ac9C8vpPr/KEG4C456YUEpA3OtVxU3EEPfJcsoHfSpT7gxc24Vx68k3nau4UXfYwshA4iBVugCPGAurGQCVRBAEFWC9DD1BT6LO5brJkCzz8zjjrYGL6mDEydsvbGf9bJxGUWOMEzxIMI5ikmESxTjBJMI4iWGG9zbwvEk8m4i2atsGT6GKcgeeOEunrGAsIsyCMU9i7jBJ4jrAIhrTCDXi29OAa90R+IHi9BvGtk5jLbAMQaKnQodhEqNttE9Sif6jjTibOL830JdaC5f/F1QxIG+PyYzrIAYZokE20LZga8E8GD+8EximiELuWJxHBg5GMrAtwBXGMoilYJ0o9xAnSXz/MPBnbYyiyHQFHo+rKobo5xvgZlBlaFLh9zTCB2u4qp2fJs67EbJg/SpP7fY4GHEnb5PfVsOdtRfAUOhxVRWeT4KxjoWf3z101gZuIgu8A3AnUx074o6oMuwmSQEuK5qdxKMN/NoYvzVwkkr7iYjUMatH5rgwHBeY34jRxmHlMMxQSzydBkaJV/Ln7DhuxyvOblQRMrEKxusTcDJxWRu1xI8PnD96pTmtHJAhGaEjVUIbHVfrNAqXGEbw1zBkM4apaPsvw8D7G+G7IUVFH9Yd6Xj0zinbsKmubs0dMlggnk7FdeX08+0RSZYxtW90Rj6khjuOdymchHz2r9ltWQE1VILkb3rO7lbH93XU/a/ppiotWn63l/4vv2/bAXov8FWaXwzC8GPdE/CGsUzzi7+1fL7X76Pp48fjwekneLgv/23MlpfnFy/On+1z+wcee3hDghiJVgAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAK0lEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDDwDAwRWAABHvT1SwAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/diners.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/diners.png";
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAK0lEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDDwDAwRWAABHvT1SwAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/maestro.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/maestro.png";
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAK0lEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDDwDAwRWAABHvT1SwAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/jcb.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/jcb.png";
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAK0lEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDDwDAwRWAABHvT1SwAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/amex.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/amex.png";
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAK0lEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDDwDAwRWAABHvT1SwAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
	background-image: url("/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/discover.png");
	--lzl-bg-img: "/wp-content/themes/smarty/assets/css/kindergarten/../../img/woocommerce/credit-cards/discover.png";
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover.lzl:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover.lzl:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover.lzl-ing:not(.lzl-ed), .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover.lzl-ing:not(.lzl-ed), #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAYCAYAAACFms+HAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAK0lEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDDwDAwRWAABHvT1SwAAAABJRU5ErkJggg==");
}

.woocommerce-checkout #payment div.payment_box span.help, #add_payment_method #payment div.payment_box span.help {
	font-size: .857em;
	color: #777;
	font-weight: normal;
}

.woocommerce-checkout #payment div.payment_box .form-row, #add_payment_method #payment div.payment_box .form-row {
	margin: 0 0 1em;
}

.woocommerce-checkout #payment div.payment_box p:last-child, #add_payment_method #payment div.payment_box p:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal, #add_payment_method #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em;
	margin-left: 17px;
}

.woocommerce-checkout #payment .payment_method_paypal img, #add_payment_method #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
}

.woocommerce-checkout #payment .place-order.form-row, #add_payment_method #payment .place-order.form-row {
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce-checkout #payment .place-order.form-row .stm-btn_md.stm-btn_flat, #add_payment_method #payment .place-order.form-row .stm-btn_md.stm-btn_flat {
	background-color: #ff6682;
	border-color: #ff6682;
	color: #fff;
}

.woocommerce-checkout #payment .place-order.form-row .stm-btn_md.stm-btn_flat:hover, #add_payment_method #payment .place-order.form-row .stm-btn_md.stm-btn_flat:hover {
	background-color: transparent;
	color: #56509f;
}

.woocommerce-checkout #payment .place-order.form-row .stm-btn_md.stm-btn_flat i, #add_payment_method #payment .place-order.form-row .stm-btn_md.stm-btn_flat i {
	display: none;
}

.woocommerce-password-strength {
	text-align: left;
	margin-top: 30px;
	padding: 10px 20px;
	font-size: 16px;
	background: #fff;
	color: #595959;
	border: 1px solid transparent;
}

.woocommerce-password-strength.strong {
	border-color: #62abf5;
	color: #62abf5;
}

.woocommerce-password-strength.short {
	border-color: #f90;
	color: #f90;
}

.woocommerce-password-strength.bad {
	color: #f00;
	border-color: #f00;
}

.woocommerce-password-strength.good {
	border-color: #95cc47;
	color: #95cc47;
}

.woocommerce-password-hint {
	margin: .5em 0 0 0;
	display: block;
	line-height: 24px;
}

.product.has-default-attributes.has-children > .images {
	opacity: 0;
}

.woocommerce, .woocommerce-page {}

.woocommerce .select2-container .select2-arrow, .woocommerce-page .select2-container .select2-arrow {
	top: 0;
}

.woocommerce .select2-container .select2-arrow b, .woocommerce-page .select2-container .select2-arrow b {
	text-align: center;
	line-height: 46px;
}

.woocommerce .select2-container .select2-arrow b:after, .woocommerce-page .select2-container .select2-arrow b:after {
	display: none;
}

.woocommerce .stm-btn_md.stm-btn_outline, .woocommerce-page .stm-btn_md.stm-btn_outline {
	background-color: #ff6682;
	border-color: #ff6682;
	color: #fff;
}

.woocommerce .stm-btn_md.stm-btn_outline:hover, .woocommerce-page .stm-btn_md.stm-btn_outline:hover {
	background-color: transparent;
	color: #56509f;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	*zoom: 1;
	width: 100%;
}

.woocommerce .col2-set:before, .woocommerce .col2-set:after, .woocommerce-page .col2-set:before, .woocommerce-page .col2-set:after {
	content: " ";
	display: table;
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
	clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;
}

.woocommerce img, .woocommerce-page img {
	height: auto;
	max-width: 100%;
}

.woocommerce div.product div.thumbnails, .woocommerce #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails, .woocommerce-page #content div.product div.thumbnails {
	*zoom: 1;
}

.woocommerce div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after {
	content: " ";
	display: table;
}

.woocommerce div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after {
	clear: both;
}

.woocommerce div.product div.thumbnails a, .woocommerce #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid transparent;
	border-radius: 10px;
	position: relative;
	transition: all ease-in-out .2s;
}

.woocommerce div.product div.thumbnails a:hover, .woocommerce #content div.product div.thumbnails a:hover, .woocommerce-page div.product div.thumbnails a:hover, .woocommerce-page #content div.product div.thumbnails a:hover {
	border-color: #fd0;
}

.woocommerce div.product div.thumbnails a:not(:last-child), .woocommerce #content div.product div.thumbnails a:not(:last-child), .woocommerce-page div.product div.thumbnails a:not(:last-child), .woocommerce-page #content div.product div.thumbnails a:not(:last-child) {
	margin-right: 5px;
}

.woocommerce div.product div.thumbnails a img, .woocommerce #content div.product div.thumbnails a img, .woocommerce-page div.product div.thumbnails a img, .woocommerce-page #content div.product div.thumbnails a img {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-radius: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce div.product div.thumbnails a.last, .woocommerce #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last {
	margin-right: 0;
}

.woocommerce div.product div.thumbnails a.first, .woocommerce #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first {
	clear: both;
}

.woocommerce div.product div.thumbnails.columns-1 a, .woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none;
}

.woocommerce div.product div.thumbnails.columns-2 a, .woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a {
	width: 48%;
}

.woocommerce div.product div.thumbnails.columns-4 a, .woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a {
	width: 22.05%;
}

.woocommerce div.product div.thumbnails.columns-5 a, .woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a {
	width: 16.9%;
}

.woocommerce div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs {
	clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	*zoom: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	content: " ";
	display: table;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after {
	clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
}

.woocommerce div.product #reviews .comment, .woocommerce #content div.product #reviews .comment, .woocommerce-page div.product #reviews .comment, .woocommerce-page #content div.product #reviews .comment {
	*zoom: 1;
}

.woocommerce div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after {
	content: " ";
	display: table;
}

.woocommerce div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after {
	clear: both;
}

.woocommerce div.product #reviews .comment img, .woocommerce #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img {
	float: right;
	height: auto;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	clear: both;
	margin: 0 -15px;
	*zoom: 1;
}

.woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
	content: " ";
	display: table;
}

.woocommerce ul.products:after, .woocommerce-page ul.products:after {
	clear: both;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	position: relative;
	width: 33.333333%;
	background: #fff;
	border-radius: 30px;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce_product__wrap_box, .woocommerce-page ul.products li.product .woocommerce_product__wrap_box {
	border: 1px solid #e6e6e6;
	min-height: 440px;
	border-radius: 25px;
	padding: 20px 20px 38px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: left;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: right;
}

.woocommerce .cart-empty, .woocommerce-page .cart-empty {
	margin-top: 20px;
}

.woocommerce .return-to-shop .stm-btn:hover, .woocommerce-page .return-to-shop .stm-btn:hover {
	background-color: #ff6682;
	border-color: #ff6682;
	color: #fff;
}

.woocommerce .return-to-shop .stm-btn i, .woocommerce-page .return-to-shop .stm-btn i {
	display: none;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
	height: auto;
}

.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
	text-align: right;
}

.woocommerce table.cart td.actions .input-text, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
	width: 80px;
}

.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
	float: left;
}

.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
	display: none;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	*zoom: 1;
	width: 100%;
}

.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:before, .woocommerce-page .cart-collaterals:after {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
	clear: both;
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 48%;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	*zoom: 1;
	clear: right;
	float: right;
}

.woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
	clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	width: 48%;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
	*zoom: 1;
}

.woocommerce ul.cart_list li:before, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:before, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:before, .woocommerce-page ul.product_list_widget li:after {
	content: " ";
	display: table;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
	clear: both;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
	*zoom: 1;
	margin-bottom: 20px;
}

.woocommerce form .form-row:before, .woocommerce form .form-row:after, .woocommerce-page form .form-row:before, .woocommerce-page form .form-row:after {
	content: " ";
	display: table;
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
	clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	font-weight: 400;
	color: #595959;
	display: inline;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
	width: auto;
}

.woocommerce #payment .form-row.place-order, .woocommerce-page #payment .form-row.place-order {
	padding-top: 22px;
	padding-right: 0;
	padding-left: 0;
}

.woocommerce #payment .wc-terms-and-conditions, .woocommerce #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms {
	text-align: left;
	padding: 0 1em 0 0;
	float: left;
}

.woocommerce form .create-account label {
	position: relative;
}

.woocommerce form .create-account label:before {
	content: "";
	display: inline-block;
	margin-right: 14px;
	margin-top: 11px;
	width: 16px;
	height: 16px;
	border: 1px solid #ff6682;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
}

.woocommerce form .create-account label:after {
	content: "";
	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: 3px;
	top: 9px;
	font-size: 8px;
	color: #56509f;
	transition: all ease-in-out .2s;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
}

.woocommerce form .create-account .input-checkbox {
	display: none;
}

.woocommerce form .create-account .input-checkbox:checked + label:after {
	visibility: visible;
	opacity: 1;
}

.woocommerce form .wc-remember-me input {
	display: none;
}

.woocommerce form .wc-remember-me label {
	position: relative;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	color: #595959;
}

.woocommerce form .wc-remember-me label:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	margin-top: 1px;
	width: 16px;
	height: 16px;
	border: 1px solid #ff6682;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
}

.woocommerce form .wc-remember-me label:after {
	content: "";
	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: 3px;
	top: 6px;
	font-size: 8px;
	color: #56509f;
	transition: all ease-in-out .2s;
	opacity: 0;
	cursor: pointer;
}

.woocommerce form .wc-remember-me input:checked + label:after {
	opacity: 1;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"], .woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"] {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	position: relative;
	padding-left: 30px;
}

.woocommerce-checkout #payment ul.payment_methods li label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid #ff6682;
	margin: 0;
	cursor: pointer;
	transition: all ease-in-out .2s;
}

.woocommerce-checkout #payment ul.payment_methods li label:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #56509f;
	cursor: pointer;
	border-radius: 6px;
	visibility: hidden;
	opacity: 0;
	transition: all ease-in-out .2s;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + label:before {
	background: #fff;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + label:after {
	visibility: visible;
	opacity: 1;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal label:before {
	top: 16px;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal label:after {
	top: 24px;
}

.woocommerce div.product div.images {
	border-radius: 0;
	padding: 0;
	position: relative;
}

.woocommerce div.product div.images div.thumbnails {
	padding: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box;
}

.stm_lms_courses__single--price {
	line-height: 22px;
}

.stm_lms_courses__single--info_preview a {
	font-size: 14px;
}

.stm_lms_courses__single--meta .average-rating-stars__top {
	align-items: center;
	width: 69% !important;
}

.stm_lms_courses__single--meta .average-rating-stars__av {
	margin: 0;
	font-size: 14px;
}

.stm_lms_courses__single--meta .star-rating {
	height: 14px;
}

.single_product_after_title .meta-unit .label {
	padding: 0;
}

.single_product_after_title .meta-unit .meta_values {
	line-height: 22px;
}

#stm_lms_faq .panel.panel-default .panel-body {
	padding-top: 30px !important;
}

.stm-lms-course__curriculum .stm-curriculum-item__completed {
	display: flex;
	align-items: center;
	justify-content: center;
}

.stm_lms_course__content ul {
	padding-left: 20px;
	padding-bottom: 30px;
}

.stm_lms_edit_account p {
	margin-bottom: 30px !important;
}

.stm-lms-user_create_announcement_btn a, .stm-lms-user_edit_profile_btn a {
	display: flex;
	align-items: center;
}

.stm-lms-user_create_announcement_btn a i, .stm-lms-user_edit_profile_btn a i {
	top: 2px !important;
	min-width: 18px !important;
	text-align: center;
}

.stm_lms_edit_socials .form-group-social input {
	border: 0 !important;
}

.stm_lms_edit_socials .form-group-social i {
	top: 8px !important;
	min-width: 20px;
}

.stm-lms-course__content table {
	width: 100%;
}

.stm-lms-course__content table tr th, .stm-lms-course__content table tr td {
	padding: 5px 15px !important;
}

.stm_lms_complete_lesson.btn {
	background-color: #273044;
	line-height: 16px;
	color: white;
}

.stm_lms_courses_categories.style_3 .stm_lms_courses_category > a:hover {
	background-color: #1b7344 !important;
}

.stm_lms_courses_carousel__button:hover {
	color: #333 !important;
}

.single-stm-courses .header-holder, .tax-stm_lms_course_taxonomy .header-holder, .stm_lms_chat_page .header-holder {
	position: relative;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course__inner .stm_lms_gradebook__course__image {
	max-width: 100px;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course__inner .stm_lms_gradebook__course__views {
	top: 50% !important;
	margin-top: -13px !important;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course__inner:after {
	top: 50% !important;
	margin-top: -13px !important;
}

.stm-lms-wrapper--gradebook .stm_lms_gradebook__course {
	padding: 30px 10px !important;
}

.stm_lms_chat_page .stm_lms_instructor_courses__top a:hover, .stm_lms_chat_page .stm_lms_instructor_courses__top a:active, .stm_lms_chat_page .stm_lms_instructor_courses__top a:focus {
	border: 0 !important;
	color: white !important;
}

.stm_lms_chat_page .stm_lms_instructor_courses__top .btn.btn-default {
	border: 0;
}

.stm_lms_faq__single_top i {
	font-size: 12px;
}

.stm_lms_lesson_comments__list_single__replies_count .fa-comment-dots:before {
	content: "";
}

.stm_lms_lesson_comments .stm_lms_lesson_comments__top .btn {
	color: white !important;
}

.single-stm-courses #stm_lms_faq .panel.panel-default .panel-heading .panel-title a {
	padding: 20px !important;
}

.single-stm-courses #stm_lms_faq .panel.panel-default .panel-heading .panel-title a i {
	top: 25px !important;
	left: 5px !important;
}

.single-stm-courses #stm_lms_faq .panel.panel-default .panel-heading .panel-title a.collapsed i {
	top: 25px !important;
}

.single-stm-courses #stm_lms_faq .panel.panel-default .panel-collapse:before {
	border-radius: 6px !important;
}

.single-stm-courses #stm_lms_faq .panel.panel-default .panel-collapse .panel-body {
	padding: 20px 20px 30px !important;
}

.single-stm-courses #reviews table.detail_rating_unit tr td {
	padding: 15px !important;
}

.single-stm-courses .stm-lms-buy-buttons .start-course {
	padding: 15px 25px !important;
}

.single-stm-courses .stm-lms-buy-buttons .btn:not(.start-course).btn_big {
	display: flex;
	min-height: 34px;
	margin-bottom: 8px;
	line-height: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 20px 25px 19px;
	font-size: 17px;
	width: 100%;
	border: 0;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.fa.fa-medal:before {
	content: "" !important;
}

.fa.fa-book-open:before {
	content: "" !important;
}

.fa.fa-layer-group:before {
	content: "" !important;
}

.fa.fa-cloud-download-alt:before {
	content: "" !important;
}

.fa.fa-spell-check:before {
	content: "" !important;
}

.fa.fa-pen:before, .fa.fa-pencil-alt:before {
	content: "" !important;
}

.fa.fa-trash-alt:before {
	content: "" !important;
}

#stm_lms_lesson_comments textarea {
	color: #000 !important;
}

.stm-lms-user-courses .stm_lms_instructor_courses__single--enroll .btn.continue {
	color: white !important;
}

.stm_lms_instructor_quota__buttons .btn.upgrade {
	color: white !important;
}

.stm_metaboxes_grid .stm_metaboxes_grid__inner input[type=number], .stm_metaboxes_grid .stm_metaboxes_grid__inner input[type=text], .stm_metaboxes_grid .stm_metaboxes_grid__inner input[type=time], .stm_metaboxes_grid .stm_metaboxes_grid__inner select, .stm_metaboxes_grid .stm_metaboxes_grid__inner textarea {
	padding: 20px 15px !important;
}

.stm_lms_curriculum_box .dropdown.v-select .dropdown-toggle {
	height: 40px !important;
}

#stm_lms_enterprise_groups .stm_lms_ent_groups_add_edit__emails_new i {
	width: 34px !important;
	height: 34px !important;
	font-size: 20px !important;
	line-height: 34px !important;
}

#stm_lms_enterprise_group .stm_lms_enterprise_group__single_avatar {
	max-width: 55px !important;
}

.stm-lms-course__lesson-content p {
	line-height: 32px !important;
	color: inherit !important;
}

.stm_lms_course_completed_summary {
	margin: 20px 0 !important;
}

.btn.btn-default {
	padding: 15px !important;
}

.btn.btn-default.btn-green {
	border: 0 !important;
	color: white !important;
}

.btn.btn-default.approve, .btn.btn-default.reject {
	border: 0 !important;
	color: white !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.btn.btn-default.approve i, .btn.btn-default.reject i {
	left: auto !important;
	right: 15px !important;
}

.stm_lms_g_courses .stm_lms_g_course__btn .btn.btn-default {
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	color: white !important;
}

.stm_lms_login_wrapper .stm_lms_lost_password_form .btn.btn-default, .stm_lms_login_wrapper__actions .btn.btn-default, .stm_lms_register_wrapper__actions .btn.btn-default {
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0;
	font-weight: 700;
	color: white !important;
}

.stm_lms_fast_message_btns .btn.btn-default.btn-cancel {
	color: inherit !important;
}

.stm_assignment_btn label {
	margin: 3px 0 0 10px !important;
}

.stm_lms_points_history_table table {
	width: 100%;
}

.stm_lms_assignments_table {
	min-width: 100% !important;
}

.stm-lms-wrapper--gradebook_header {
	margin-bottom: 50px;
}

.stm-lms-wrapper--assignments {
	max-width: 100% !important;
}

.stm-lms-user_message_btn .btn.btn-default {
	border: 0;
	font-weight: 700;
	color: white !important;
}

.stm_lms_login_wrapper__actions .stm_lms_styled_checkbox__inner {
	border: 0 !important;
}

body .asignments_grid__pagination ul.page-numbers {
	margin: 0;
	padding: 0;
}

body .asignments_grid__pagination ul.page-numbers li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-right: 10px;
}

body .asignments_grid__pagination ul.page-numbers li:last-child {
	margin-right: 0;
}

body .asignments_grid__pagination ul.page-numbers li a, body .asignments_grid__pagination ul.page-numbers li span {
	display: flex;
	min-width: 30px;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc !important;
}

body .asignments_grid__pagination ul.page-numbers li span {
	border-color: #1b7344 !important;
	background-color: #1b7344 !important;
	color: white !important;
}

body .asignments_grid__pagination ul.page-numbers li span:after {
	background: transparent !important;
}

#stm-account-statistics input[type="text"] {
	height: 52px !important;
}

#stm-account-statistics h5.p-t-15 {
	padding-top: 10px !important;
	font-size: 14px !important;
}

.stm-lms-dynamic_sidebar {
	border: 1px solid #ccc !important;
	padding: 0 17px !important;
}

.stm-lms-dynamic_sidebar .widget {
	padding: 30px 0 !important;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget {
	padding: 1px 0 0;
	margin: 0;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li {
	list-style: none;
	margin: 15px 0;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a {
	position: relative;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a img {
	float: left;
	margin: 0 !important;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta {
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .title {
	width: 100%;
	padding-top: 2px;
	margin-bottom: 6px;
	line-height: 18px;
	font-size: 14px;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .price {
	border-radius: 5px;
	background: #4097cc;
	padding: 0 6px;
	color: #fff;
	font-size: 12px;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .expert {
	font-size: 12px;
}

.stm-lms-dynamic_sidebar .stm_product_list_widget li a .meta .rating .star-rating {
	margin-top: 3px !important;
}

#stm_lms_google_classroom_grid select, .stm_lms_register_wrapper__actions select {
	min-width: 205px;
	border: 1px solid #e6e6e6;
}

@media (min-width: 1200px) {
	.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
	
	.woocommerce form.login .lost_password {
		float: none;
		margin: 0;
	}
	
	.woocommerce form.login .wc-remember-me {
		float: none;
		margin-top: 8px;
	}
	
	.stm-icon-box_style-4 {
		padding: 40px 20px;
	}
	
	.stm-icon-box_style-4.stm-icon-box_ic-pos_left .stm-icon-box__content {
		padding-left: 20px;
	}
	
	.stm-post_view_grid .stm-post__caption-container {
		padding: 0 15px;
	}
	
	.stm-cta__action-descr {
		padding-right: 15px;
	}
	
	.stm-cta__action-descr br {
		display: none;
	}
	
	.stm-cta__action {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.stm-stats_counter .stm-stats__value {
		font-size: 35px;
		margin-top: 0;
	}
	
	.content_type_search .col-md-9 .post_view_list .entry-thumbnail {
		max-width: 250px;
	}
	
	.vc_col-md-8 .event-info_table > ul {
		margin-bottom: -10px;
	}
	
	.vc_col-md-8 .event-info_table > ul > li {
		width: 50%;
		margin-bottom: 10px;
	}
	
	.vc_col-md-8 .event-info_table > ul > li:nth-child(2n+1) {
		clear: both;
	}
	
	.error404 .content {
		padding-top: 279px;
	}
	
	.wpb_text_column p br {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.wpb_text_column p br {
		display: none;
	}
	
	.top-bar_view-style_2 .top-bar__search .stm-search-form__field {
		width: 200px;
	}
	
	.top-bar_view-style_2 .list_social-networks_simple {
		margin-right: 200px;
	}
	
	.top-bar_view-style_3 .top-bar__contact {
		padding-left: 20px;
	}
	
	.top-bar_view-style_3 .top-bar__contact_address {
		display: none;
	}
	
	.top-bar_view-style_3 .top-bar__search .stm-search-form__field_active {
		width: 200px;
	}
	
	.top-bar_view-style_4 .top-bar__contact {
		padding-left: 20px;
	}
	
	.top-bar_view-style_4 .top-bar__socials {
		display: none;
	}
	
	.top-bar_view-style_4 .top-bar__search .stm-search-form__field_active {
		width: 200px;
	}
	
	.error404 .content {
		padding-top: 279px;
	}
	
	.stm-cta[class*="vc_custom"] {
		margin-top: 0 !important;
	}
	
	.stm-cta__image {
		display: none;
	}
	
	.stm-cta__action {
		padding: 30px 45px;
	}
	
	.vc_tta-panel-body .stm-donation_view_grid {
		margin-bottom: 55px;
	}
	
	.wpb_wrapper .stm-icon-box_style-4[class*="vc_custom"] {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.stm-image_style_frame-wood .stm-image__content {
		padding: 15px;
	}
	
	.stm-pricing__side-panel {
		float: none;
		padding-top: 0;
		width: 100%;
	}
	
	.stm-pricing__features {
		display: none;
	}
	
	.stm-pricing__tables {
		width: 100%;
		float: none;
	}
	
	.stm-pricing-table__feature-label {
		display: block;
		margin-bottom: 15px;
	}
	
	.stm-pricing-table__feature-value {
		line-height: 1;
	}
	
	.stm-text-box[class*="vc_custom"] {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 44px 50px !important;
	}
	
	.vc_col-sm-5 .stm-text-box {
		padding: 24px 25px;
	}
	
	.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .stm-slider {
		max-width: none !important;
	}
	
	.vc_tta-tabs_style-2 .vc_tta-tabs-container, .vc_tta-tabs_style-1 .vc_tta-tabs-container {
		margin: 0 -2px;
	}
	
	.vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab, .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
		padding: 0 2px;
		font-size: 16px;
	}
	
	.vc_tta-tabs_style-2.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a, .vc_tta-tabs_style-1.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
		padding: 12px;
	}
	
	.stm-stats_counter.stm-stats_icon_left, .stm-stats_counter.stm-stats_icon_right {
		text-align: center;
	}
	
	.stm-stats_counter.stm-stats_icon_left .stm-stats__icon, .stm-stats_counter.stm-stats_icon_right .stm-stats__icon {
		float: none;
		margin-bottom: 18px;
	}
	
	.stm-stats_counter.stm-stats_icon_left .stm-stats__content, .stm-stats_counter.stm-stats_icon_right .stm-stats__content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.widget_footer .list_social-networks {
		padding-top: 0;
	}
	
	.stm-video-carousel_view_media-gallery {
		margin-bottom: 30px;
	}
	
	.woocommerce ul.products li.product:nth-child(3n+1) {
		clear: both;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 41px 30px;
	}
	
	.woocommerce-account .addresses .title h4 {
		float: none;
	}
	
	.woocommerce-account .addresses .title .edit {
		margin-top: 30px;
		float: none;
	}
	
	.woocommerce-page table.cart td.actions .coupon {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.wpb_text_column p br {
		display: none;
	}
}

@media (max-width: 767px) {
	.stm-single-image_right .stm-single-image {
		float: none;
	}
	
	.error404 .content {
		padding-top: 179px;
	}
	
	.content_type_search .post_view_list .entry-thumbnail {
		max-width: 350px;
	}
	
	.stm-posts_list .posts_has__thumb .entry-details-container {
		border-radius: 0 0 25px 25px;
		border: 1px solid #e6e6e6;
		border-top: 0;
	}
	
	.search-bar .stm-search-form .stm-search-form__submit .stm-icon-search:before {
		margin: 0;
	}
	
	.stm-stats_counter.stm-stats_icon_left, .stm-stats_counter.stm-stats_icon_right {
		text-align: center;
	}
	
	.stm-stats_counter.stm-stats_icon_left .stm-stats__icon, .stm-stats_counter.stm-stats_icon_right .stm-stats__icon {
		float: none;
		margin-bottom: 18px;
	}
	
	.stm-stats_counter.stm-stats_icon_left .stm-stats__content, .stm-stats_counter.stm-stats_icon_right .stm-stats__content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.stm_wp_custom-menu[class*="vc_custom"] {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.wpb_single_image[class*="vc_custom"] {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.stm-page-head_has_shopping-cart .stm-page-head__content {
		float: none;
		margin-bottom: 30px;
	}
	
	.stm-page-head_has_shopping-cart .shopping-cart {
		float: none;
		display: inline-block;
		margin-top: 0;
	}
	
	.vc_col-xs-12 > .vc_column-inner[class*="vc_custom"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.stm-video-carousel_view_media-gallery {
		margin-bottom: 30px;
	}
	
	.stm-cta[class*="vc_custom"] {
		margin-top: 0 !important;
	}
	
	.stm-cta__image {
		display: none;
	}
	
	.stm-cta__action {
		display: block;
		width: auto;
		padding: 25px 35px 30px 35px;
	}
	
	.stm-cta__action-descr {
		padding-right: 20px;
	}
	
	.stm-cta__action-descr br {
		display: none;
	}
	
	.stm-pricing__side-panel {
		float: none;
		padding-top: 0;
		width: 100%;
	}
	
	.stm-pricing__features {
		display: none;
	}
	
	.stm-pricing__tables {
		width: 100%;
		float: none;
	}
	
	.stm-pricing-table__feature-value {
		line-height: 1;
	}
	
	.stm-pricing-table__feature-label {
		display: block;
		margin-bottom: 15px;
	}
	
	.wpb_wrapper .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading, .wpb_wrapper .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus, .wpb_wrapper .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
		background: #62abf5;
	}
	
	.wpb_wrapper .vc_tta-tabs_style-1.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
		background: #95cc47;
	}
	
	.wpb_wrapper .vc_tta-tabs_style-1.vc_tta-tabs.vc_general {
		margin-top: -52px !important;
	}
	
	.wpb_wrapper .vc_tta-tabs_style-1.vc_tta-tabs.vc_general .vc_tta-panel-body {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.wpb_wrapper .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
		margin-top: 0;
	}
	
	.wpb_wrapper .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active .vc_tta-panel-heading, .wpb_wrapper .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
		margin-bottom: 0;
	}
	
	.wpb_wrapper .vc_tta-tabs_style-2.vc_tta-tabs.vc_general.vc_tta-o-no-fill .vc_tta-panel-body {
		padding: 22px 30px 30px 26px;
	}
	
	.stm-contact-details_type_teacher[class*="vc_custom"] {
		padding: 32px 25px 34px 25px !important;
	}
	
	.wpb_wrapper .vc_tta.vc_general .vc_tta-panel-body .stm-donations {
		margin-bottom: -30px;
	}
	
	.wpb_wrapper .vc_tta.vc_general .vc_tta-panel-body .stm-donation_view_grid {
		margin-bottom: 55px;
	}
	
	.stm-donation_view_grid .stm-donation__thumbnail img {
		margin: 0 auto;
	}
	
	.col-xs-12 .stm-donation_view_grid {
		max-width: 350px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.vc_tta-tabs .stm-event_view_grid .stm-event__left {
		float: none;
		margin: 0 0 30px;
	}
	
	.vc_tta-tabs .stm-event_view_grid .stm-event__date {
		float: none;
		margin: 0 auto;
	}
	
	.vc_tta-tabs .stm-event_view_grid .stm-event__content {
		padding-left: 0;
		text-align: center;
	}
	
	.event-info_table > ul > li {
		padding: 0 5px;
	}
	
	.event-info_table > ul > li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.wpb_wrapper .stm-icon-box_style-4[class*="vc_custom"] {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.stm-carousel_view_posts {
		padding-bottom: 42px;
	}
	
	.stm-posts[class*=vc_custom] {
		margin-bottom: 30px !important;
	}
	
	.stm-contact-details_type_contacts {
		padding: 27px 32px 30px 32px;
	}
	
	.stm-table-container {
		overflow: hidden;
		overflow-x: auto;
	}
	
	.stm-table_camps th {
		white-space: nowrap;
	}
	
	.stm-text-box[class*="vc_custom"] {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 44px 50px !important;
	}
	
	.stm-media-gallery_format_audio iframe {
		margin-bottom: 30px;
	}
	
	.wpb_wrapper .stm-action-box__figcaption-title {
		text-align: center;
	}
	
	.wpb_wrapper .stm-action-box__figure img {
		margin: 0 auto;
	}
	
	.donation-info__footer-col {
		display: block;
	}
	
	.donation-info__footer-col:not(:first-child) {
		margin-top: 30px;
	}
	
	.search-bar__founded {
		margin-bottom: 10px;
	}
	
	.search-bar .stm-search-form .stm-search-form__field {
		width: calc(100% - 60px);
	}
	
	.search-bar .stm-search-form .stm-search-form__submit {
		min-width: 50px;
		height: 50px;
		padding: 0;
		line-height: 1;
	}
	
	.search-bar .stm-search-form .stm-search-form__submit .stm-icon {
		display: block;
	}
	
	.search-bar .stm-search-form .stm-search-form__submit-text {
		display: none;
	}
	
	.error404 .content {
		margin-top: 0;
	}
	
	.post_view_single .entry-meta > li {
		margin-right: 20px;
	}
	
	.woocommerce-page .woocommerce-ordering, .woocommerce .woocommerce-ordering {
		width: 180px;
	}
	
	.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
		width: 49.5%;
	}
	
	.woocommerce-page ul.products li.product:nth-child(2n+1), .woocommerce ul.products li.product:nth-child(2n+1) {
		clear: both;
	}
	
	.woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce div.product .woocommerce-tabs .panel {
		padding: 41px 30px;
	}
	
	.woocommerce-page form.checkout_coupon .input-text, .woocommerce form.checkout_coupon .input-text {
		margin-bottom: 20px;
	}
	
	.woocommerce-page table.cart td.product-price, .woocommerce-page table.cart td.product-name, .woocommerce-page table.cart td.product-quantity, .woocommerce-page table.cart td.product-subtotal, .woocommerce table.cart td.product-price, .woocommerce table.cart td.product-name, .woocommerce table.cart td.product-quantity, .woocommerce table.cart td.product-subtotal {
		font-size: 16px;
		color: #595959;
	}
	
	.woocommerce-page table.cart td.product-price .amount, .woocommerce-page table.cart td.product-subtotal .amount, .woocommerce table.cart td.product-price .amount, .woocommerce table.cart td.product-subtotal .amount {
		color: #95cc47;
	}
	
	.woocommerce-page table.cart td.actions, .woocommerce table.cart td.actions {
		padding-top: 0;
		background: transparent;
	}
	
	.woocommerce-page table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon {
		float: none;
		margin-bottom: 20px;
	}
	
	.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text {
		margin-bottom: 20px;
		width: calc(100% - 210px);
	}
	
	.woocommerce-account .addresses .address {
		padding: 30px 30px 20px;
	}
	
	.addresses-order .address {
		margin-bottom: 30px;
	}
	
	.woocommerce-billing-fields {
		margin-bottom: 30px;
	}
	
	table.shop_table_responsive thead {
		display: none;
	}
	
	table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 0;
	}
	
	table.shop_table_responsive tbody th {
		display: none;
	}
	
	table.shop_table_responsive tr {
		display: block;
		margin-bottom: 20px;
	}
	
	table.shop_table_responsive tr td {
		display: block;
		text-align: right !important;
	}
	
	table.shop_table_responsive tr td.order-actions {
		text-align: left !important;
	}
	
	table.shop_table_responsive tr td:before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	
	table.shop_table_responsive tr td.product-remove:before, table.shop_table_responsive tr td.actions:before {
		display: none;
	}
	
	table.shop_table_responsive tr td.product-remove:after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
	
	table.shop_table_responsive tr td.product-remove a {
		float: right;
	}
	
	table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(0, 0, 0, .025);
	}
	
	.woocommerce .shop_table .quantity, .woocommerce-page .shop_table .quantity {
		float: none;
		margin: 0;
	}
	
	.woocommerce .shop_table tr.cart_item td, .woocommerce-page .shop_table tr.cart_item td {
		padding: 20px 15px;
		border-bottom: 1px solid rgba(128, 128, 128, .25);
	}
	
	.woocommerce .shop_table tr.cart_item:nth-child(2n) td, .woocommerce-page .shop_table tr.cart_item:nth-child(2n) td {
		background: rgba(128, 128, 128, .25);
	}
	
	.woocommerce .shop_table .product-name-title, .woocommerce .shop_table .product-thumbnail, .woocommerce-page .shop_table .product-name-title, .woocommerce-page .shop_table .product-thumbnail {
		float: right;
		width: 100%;
	}
	
	.woocommerce .shop_table .product-name-title a, .woocommerce .shop_table .product-thumbnail a, .woocommerce-page .shop_table .product-name-title a, .woocommerce-page .shop_table .product-thumbnail a {
		color: #000;
	}
	
	.woocommerce .shop_table .product-name:after, .woocommerce-page .shop_table .product-name:after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
	
	.woocommerce .shop_table .woocommerce-product-rating .star-rating, .woocommerce-page .shop_table .woocommerce-product-rating .star-rating {
		float: right !important;
	}
	
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: auto;
		float: none;
	}
	
	.woocommerce form.login, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.register {
		margin-bottom: 30px;
	}
	
	.woocommerce-cart table.cart td.actions .coupon {
		width: 100%;
	}
	
	.woocommerce-cart .cart-collaterals .cart_totals table {
		padding: 15px 20px;
	}
	
	.woocommerce-cart .cart-collaterals .cart_totals table tr {
		margin-bottom: 0;
	}
	
	.woocommerce-cart .cart-collaterals .cart_totals table td {
		padding: 10px 0;
	}
	
	.woocommerce-cart .cart-collaterals .cart_totals table .shipping-calculator-form {
		text-align: left;
	}
	
	.wpb_text_column p br {
		display: none;
	}
	
	.stm-single-image img {
		display: block;
		height: auto;
		max-width: 100%;
	}
	
	.vc_col-xs-12 .stm-single-image-wrapper[class*="vc_custom"] {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.modal_subscribe .modal-header {
		padding: 13px 20px;
	}
	
	.modal_subscribe .modal-body {
		padding: 30px 20px;
	}
	
	.modal_subscribe .modal-body input[type="submit"] {
		margin-left: 10px;
	}
	
	.modal_subscribe .modal-body input[type="email"] {
		width: calc(100% - 105px);
	}
	
	.widget_footer .list_social-networks {
		padding-top: 0;
	}
}

@media (max-width: 670px) {
	.modal_donation .modal-header {
		padding: 23px 30px 20px;
	}
	
	.modal_donation .modal-header .close {
		top: 10px;
		right: 17px;
	}
	
	.modal_donation .modal-body {
		padding: 30px;
	}
	
	.modal_donation .modal-dialog {
		width: auto;
	}
	
	.form_donation .form__amount {
		padding: 0 0 20px;
		margin-bottom: 20px;
	}
	
	.form_donation .form__amount-title {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}
	
	.form_donation .form__amount-values {
		width: 100%;
		float: none;
	}
	
	.form_donation .form__fields input[type="text"], .form_donation .form__fields textarea {
		margin-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.stm-rev-nav {
		*zoom: 1;
		min-width: 80px;
	}
	
	.stm-rev-nav:before, .stm-rev-nav:after {
		content: " ";
		display: table;
	}
	
	.stm-rev-nav:after {
		clear: both;
	}
	
	.stm-rev-nav .stm-rev-nav_next, .stm-rev-nav .stm-rev-nav_prev {
		width: 40px;
		height: 40px;
		line-height: 36px !important;
	}
	
	.comment__heading .comment__author-title {
		float: none;
	}
	
	.comment__heading .comment__meta {
		float: none;
	}
	
	.comment-list .children {
		margin-left: 0;
	}
	
	.stm-subtitle br {
		display: none;
	}
	
	.content_type_search .post_view_list .entry-thumbnail {
		max-width: none;
	}
	
	.post_view_list .entry-body {
		display: block;
	}
	
	.post_view_list .entry-thumbnail-container {
		display: block;
	}
	
	.post_view_list .entry-thumbnail-container img {
		width: 100%;
	}
	
	.post_view_list .entry-details-container {
		display: block;
		width: auto;
	}
	
	.post_view_list .entry-thumbnail {
		max-width: none;
		margin-right: 0;
		width: auto;
	}
	
	.post_view_single .entry-date {
		float: none;
		margin-bottom: 30px;
	}
	
	.post_view_single .entry-header__heading {
		padding-left: 0;
	}
	
	.stm-text-box[class*="vc_custom"], .stm-text-box {
		padding: 24px 35px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.stm-image-box_img_left .stm-image-box__image {
		float: none;
		margin-bottom: 20px;
	}
	
	.stm-image-box_img_left .stm-image-box__body {
		padding-left: 0;
	}
	
	.stm-cta__action-descr {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}
	
	.stm-cta__action-btn {
		display: block;
		padding-top: 0;
	}
	
	.wpb_wrapper .stm-icon-box_style-4 {
		padding: 30px;
	}
	
	.stm-pricing_three .stm-pricing__tables-col {
		display: block;
		width: 100%;
	}
	
	.stm-pricing_three .stm-pricing__tables-col:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.stm-testimonial_style_1 {
		text-align: center;
	}
	
	.stm-testimonial_style_1 .stm-testimonial__avatar {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}
	
	.stm-testimonial_style_1 .stm-testimonial__avatar img {
		margin: 0 auto;
	}
	
	.stm-testimonial_style_1 .stm-testimonial__content {
		display: block;
		padding: 0;
	}
	
	.stm-testimonial_style_1 .stm-testimonial__content:before {
		display: none;
	}
	
	.stm-carousel_type_testimonials .owl-controls .owl-dots {
		padding-left: 0;
		text-align: center;
	}
	
	#sb_instagram.stm-instagram-feed #sbi_images .sbi_type_image {
		width: 33.33%;
	}
	
	.stm-event_view_grid .stm-event__left {
		float: none;
		margin: 0 0 30px;
	}
	
	.stm-event_view_grid .stm-event__date {
		float: none;
		margin: 0 auto;
	}
	
	.stm-event_view_grid .stm-event__content {
		padding-left: 0;
		text-align: center;
	}
	
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		display: none;
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		padding-left: 0;
		margin-left: 0;
	}
	
	.stm-carousel_view_posts .stm-post_view_grid {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 480px) {
	.wpb_row .vc_col-xs-6 {
		width: 100%;
	}
	
	.wpb_row .vc_col-xs-6:not(:last-child) {
		margin-bottom: 15px;
	}
	
	.wpb_row .vc_col-xs-6 .subscribe-modal-launcher_right {
		text-align: left;
	}
	
	.modal_subscribe .modal-title {
		font-size: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.modal_subscribe .modal-title .fa {
		margin-right: 10px;
	}
	
	.modal_subscribe .modal-header {
		padding-left: 15px;
		padding-right: 45px;
	}
	
	.modal_subscribe .modal-header .close {
		right: 15px;
	}
	
	.modal_subscribe .modal-body {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.modal_subscribe .modal-body input[type="email"] {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.modal_subscribe .modal-body input[type="submit"] {
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	.modal_donation .modal-title {
		font-size: 18px;
	}
	
	.form_donation .form__amount-label {
		margin-bottom: 10px;
	}
	
	.form_donation .form__amount-value-custom {
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	
	.woocommerce-page .woocommerce-ordering, .woocommerce .woocommerce-ordering {
		width: 100%;
	}
	
	.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.woocommerce-page ul.products li.product:nth-child(3n+1), .woocommerce ul.products li.product:nth-child(3n+1) {
		clear: none;
	}
	
	.woocommerce-page table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon {
		float: none;
		margin-bottom: 20px;
	}
	
	.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.woocommerce-cart table.cart td.product-remove {
		padding-right: 16px;
	}
	
	.woocommerce-account .addresses .address {
		margin-bottom: 30px;
	}
	
	.woocommerce-account .addresses .title h4 {
		float: none;
		margin-bottom: 30px;
	}
	
	.woocommerce-account .addresses .title .edit {
		float: none;
	}
	
	.post_view_single .entry-meta > li {
		display: block;
		float: none;
	}
	
	.post_view_single .entry-meta > li:after {
		content: "";
		clear: both;
		display: table;
		line-height: 0;
	}
	
	.post_view_single .entry-meta > li .cat-links {
		float: left;
	}
	
	.post_view_single .entry-footer .entry-share, .post_view_single .entry-footer .tags-links {
		float: none;
		display: block;
	}
	
	.post_view_single .entry-footer .tags-links {
		margin-bottom: 30px;
	}
	
	.comment__author-avatar {
		display: none;
	}
	
	.comment__right {
		padding-left: 0;
	}
	
	.author-info__avatar {
		float: none;
		margin-bottom: 30px;
	}
	
	.author-info__content {
		padding-left: 0;
	}
	
	.stm-media-gallery__filters {
		float: none;
	}
	
	.stm-media-gallery__filter {
		float: none;
		display: block;
		text-align: center;
	}
	
	.stm-media-gallery__layout-wide {
		float: none;
		display: block;
		margin: 30px auto 0;
	}
	
	.stm-media-gallery .stm-filter_carousel {
		padding: 0 30px;
	}
	
	.stm-media-gallery .stm-filter_carousel .stm-menu__item {
		display: block;
	}
	
	.stm-teacher-bio_trainer .stm-teacher-bio__data {
		float: none;
		margin-bottom: 30px;
	}
	
	.stm-teacher-bio_trainer .stm-teacher-bio__text {
		padding-left: 0;
	}
	
	.donation-info__donated, .donation-info__time {
		float: none;
	}
	
	.donation-info__stats-item {
		width: 50%;
		margin-bottom: 20px;
	}
	
	.donation-info__footer-col_large {
		margin-bottom: -20px;
	}
	
	.stm-donation_view_grid .stm-donation__action .stm-btn {
		padding: 0 10px;
		min-width: 0;
	}
}

@media (max-width: 1439px) {
	.demo-buttons-group .vc_col-sm-2 {
		float: left;
		width: 33.333333%;
	}
	
	.stm-btn_md {
		min-width: 200px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.post_view_grid .entry-details {
		padding-bottom: 75px;
	}
	
	.post_view_grid .entry-details .entry-meta-auhtor, .post_view_grid .entry-details .entry-meta-category {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.max-width-720 {
		max-width: 720px;
	}
	
	.max-width-540 {
		max-width: 540px;
	}
}

@media (max-width: 1199px) {
	.header_view-style_1 .stm-nav_type_header.stm-search-form__field_active_menu .menu-item {
		margin: 0 10px;
	}
	
	.top-bar_view-style_2 .top-bar__contact:not(:last-child) {
		margin-right: 20px;
	}
	
	.top-bar_view-style_2 .top-bar__socials {
		margin-left: 20px;
	}
	
	.header_view-style_2 .top-bar__search, .header_view-style_2 .shopping-cart_small, .header_view-style_3 .top-bar__search, .header_view-style_3 .shopping-cart_small {
		margin-top: 14px;
	}
	
	.top-bar_view-style_4 .contact_details__box .top-bar__contact:not(:last-child) {
		margin: 0 13px;
		padding-right: 0;
	}
	
	.header_view-style_4 .stm-nav_type_header .logo-center-box {
		width: 13%;
		padding: 0 15px;
	}
	
	.stm-icon-box_style-5 {
		max-width: 325px;
		margin: 0 auto;
	}
	
	.stm-icon-box_style-5 .stm-icon-box__image {
		width: 100%;
		max-width: 100%;
	}
	
	.stm-icon-box_style-5 .stm-icon-box__image img {
		border-radius: 25px 25px 0 0;
	}
	
	.stm-icon-box_style-5 .stm-icon-box__content {
		overflow: visible;
		float: left;
		width: 100%;
		min-height: 240px;
		border-radius: 0 0 25px 25px;
	}
	
	.stm-icon-box_style-5 .stm-icon-box__descr {
		margin-bottom: 30px;
	}
}

.stm-icon-box_style-5 {
	float: left;
	position: relative;
}

@media (max-width: 1024px) {
	.stm-carousel_view_courses.owl-carousel .owl-nav {
		display: none;
	}
}

@media (max-width: 991px) {
	#frontend_customizer_button {
		display: none !important;
	}
	
	.header_view-style_1 .top-bar__search {
		margin-top: 14px;
		min-width: 40px;
		height: 40px;
	}
	
	.header_view-style_1 .top-bar__search .stm-search-form__field {
		padding-top: 0;
	}
	
	.header_view-style_1 .top-bar__search .stm-search-form__field_active {
		width: 140px;
	}
	
	.header_view-style_1 .top-bar__search .stm-search-form__submit {
		top: 3px;
		right: 3px;
		font-size: 15px;
	}
	
	.header_view-style_1 .shopping-cart_small {
		width: 40px;
		height: 40px;
		margin-top: 14px;
	}
	
	.header_view-style_1 .shopping-cart_small .shopping-cart__left {
		padding-top: 5px;
		font-size: 15px;
	}
	
	.header_view-style_1 .stm-nav_type_header.stm-search-form__field_active_menu .menu-item {
		margin: 0 5px;
	}
	
	.header_view-style_2 .shopping-cart_small, .header_view-style_3 .shopping-cart_small {
		margin-left: 20px;
	}
	
	.header_view-style_4 .stm-nav_type_header .logo-center-box {
		width: 18%;
		padding: 0 15px;
	}
	
	.top-bar_view-style_1 .contact_details__box {
		padding-top: 18px;
		margin-left: 156px;
	}
	
	.top-bar_view-style_1 .top-bar__contact_schedule {
		display: none;
	}
	
	.top-bar_view-style_2 .top-bar__socials {
		display: none;
	}
	
	.top-bar_view-style_2 .contact_details__box {
		float: left;
		margin-left: 120px;
	}
	
	.top-bar_view-style_2 .top-bar__contact {
		padding-right: 0;
	}
	
	.top-bar_view-style_2 .top-bar__contact:not(:last-child) {
		margin-right: 20px;
	}
	
	.top-bar_view-style_2 .top-bar__socials {
		margin-left: 0;
		margin-right: 30px;
	}
	
	.top-bar_view-style_2 .top-bar__socials .list__item {
		padding-left: 0;
		padding-left: 0;
	}
	
	.top-bar_view-style_4 .top-bar__contact_address {
		display: none;
	}
	
	.top-bar_view-style_4 .contact_details__box li {
		margin: 0 25px;
	}
	
	.stm-contact-details_box .stm-contact-details__items_box li {
		width: 100%;
	}
	
	.stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-prev, .stm-carousel_view_courses.owl-carousel .owl-controls .owl-nav .owl-next {
		margin: 0 !important;
		background-color: #ff6682;
		color: #fff;
	}
	
	.courses_post__meta_table ul {
		display: block;
		float: left;
		padding-bottom: 0;
	}
	
	.courses_post__meta_table ul li {
		float: left;
		width: 33.333333%;
		text-align: center;
		margin-bottom: 26px;
	}
	
	.courses_post__meta_table ul li:first-child {
		padding-left: 10px;
	}
	
	.courses_post__meta_table ul li .stm-btn {
		padding: 0 20px 4px;
		min-width: 100px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {}

@media (max-width: 767px) {
	.wpml-switcher__active {
		padding: 13px 0 12px;
	}
	
	.wpml-switcher__active:before {
		display: none;
	}
	
	.wpml-switcher__active:after {
		display: none;
	}
	
	.wpml-switcher__active .fa {
		display: inline-block;
		vertical-align: top;
		margin-top: 9px;
		margin-left: 10px;
	}
	
	.wpml-switcher__list {
		top: auto;
		bottom: 0;
		background-color: #fff;
		z-index: 99999999;
	}
	
	.demo-buttons-group .vc_col-sm-2 {
		width: 50%;
	}
	
	.post_view_list {
		max-width: 350px;
		margin: 0 auto 30px;
	}
	
	.post_view_list .entry-thumbnail-container {
		float: none;
	}
	
	.post_view_list .entry-thumbnail-container .entry-thumbnail img {
		border-radius: 25px 25px 0 0;
	}
	
	.post_view_list.posts_has__thumb .entry-details-container {
		border-top: 0;
		border-left: 1px solid #e6e6e6;
		border-radius: 0 0 25px 25px;
	}
	
	.stm-blockquote p:first-of-type:before {
		left: 5px;
	}
	
	.stm-page-head .entry-header .entry-title {
		text-align: center;
		line-height: 56px;
		margin-top: 30px;
		margin-bottom: 32px;
	}
	
	.stm-page-head .entry-header .entry-date {
		float: none;
		margin: 0 auto;
	}
	
	.stm-page-head .entry-header .entry-meta {
		padding: 0;
		margin: 0 0 0 1px;
	}
	
	.stm-page-head .entry-header .entry-meta li {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	
	.stm-map__content .container {
		padding: 0;
	}
	
	.stm-map__content .container .stm-map__form {
		margin-top: 0;
		max-width: 100%;
		padding: 40px 20px;
	}
	
	.stm-event_view_grid {
		max-width: 350px;
		margin: 0 auto 30px;
	}
	
	.stm-event_view_grid .stm-event__left {
		max-width: 350px;
		margin: 0;
	}
	
	.stm-event_view_grid .stm-event__left img {
		border-radius: 25px 25px 0 0;
	}
	
	.stm-event_view_grid.events_post__has_thumbnail .stm-event__content {
		border-top: 0;
		border-left: 1px solid #e6e6e6;
		border-radius: 0 0 25px 25px;
	}
	
	.stm-event_view_grid .stm-event__meta li {
		padding-left: 0;
	}
	
	.stm-event_view_grid .stm-event__meta .stm-icon, .stm-event_view_grid .stm-event__meta .fa {
		position: relative;
		top: 1px;
		margin-right: 10px;
	}
	
	.tabs-accordion-box .tabs_custom_column_box {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.tabs-accordion-box .tabs_accordion_column_box {
		width: 100%;
	}
	
	.stm-contact-details_type_teacher .stm-contact-details__item {
		width: 100%;
	}
}

@media (max-width: 580px) {
	.courses_post__meta_table ul li {
		width: 50%;
	}
	
	.courses_post__meta_table ul li:last-child {
		padding-right: 0;
		width: 50%;
	}
}

@media (max-width: 539px) {
	.demo-buttons-group .vc_col-sm-2 {
		width: 100%;
	}
	
	.stm-menu_antonio .stm-menu__item-link {
		padding: 4px 40px 6px;
	}
	
	.woocommerce .woocommerce-message {
		padding-bottom: 78px;
	}
	
	.woocommerce .woocommerce-message .button {
		top: auto;
		right: 50%;
		margin-right: -65px;
		bottom: 20px;
	}
}

@media (max-width: 430px) {
	.courses_post__meta_table ul li {
		width: 100%;
	}
	
	.courses_post__meta_table ul li:last-child {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.row-five-columns .wpb_column.vc_column_container {
		width: 33%;
	}
}

@media (min-width: 992px) {
	.row-five-columns .wpb_column.vc_column_container {
		width: 20%;
	}
}