/*
Theme Name: Taller de Músics
Theme URI: https://www.bryte.es/
Author: Bryte
Author URI: https://www.bryte.es/
Description:  Wordpress theme for Taller de Músics
*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
	font-family: 'Taller-SuperGrotesk-BdL';
	src: url('webfonts/Taller-SuperGrotesk-BdL.eot?#iefix') format('embedded-opentype'),  url('webfonts/Taller-SuperGrotesk-BdL.woff') format('woff'), url('webfonts/Taller-SuperGrotesk-BdL.ttf')  format('truetype'), url('webfonts/Taller-SuperGrotesk-BdL.svg#Taller-SuperGrotesk-BdL') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Taller-SuperGrotesk-MedLF';
	src: url('webfonts/Taller-SuperGrotesk-MedLF.eot?#iefix') format('embedded-opentype'),  url('webfonts/Taller-SuperGrotesk-MedLF.woff') format('woff'), url('webfonts/Taller-SuperGrotesk-MedLF.ttf')  format('truetype'), url('webfonts/Taller-SuperGrotesk-MedLF.svg#Taller-SuperGrotesk-MedLF') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Taller-SuperGrotesk-RgL';
	src: url('webfonts/Taller-SuperGrotesk-RgL.eot?#iefix') format('embedded-opentype'),  url('webfonts/Taller-SuperGrotesk-RgL.woff') format('woff'), url('webfonts/Taller-SuperGrotesk-RgL.ttf')  format('truetype'), url('webfonts/Taller-SuperGrotesk-RgL.svg#Taller-SuperGrotesk-RgL') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h4, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #1D1D1D;
}
/* header */
.header {	
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;	
}
.customize-support .header {
	top: 46px;
}
#toolbar {
	background: #1d1d1d;	
	padding-right: 180px;
	height: 76px;
	display: none;
	transform: translateX(0);
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
}
#toolbar.short-bar {	
	transform: translateX(-100%) translateX(276px);	
	box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.25);
}
.logotype {
	display: inline-block;
	padding: 7px 25px 6px;	
	font-size: 0;	
	background: #1d1d1d;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}
.logotype img {
	width: 145px;
}
.top-menu {
	float: right;
	margin-right: 10px;
}
.top-menu .menu {
	display: flex;
	margin: 25px 0 0 0;	
}
.top-menu .menu li {
	text-transform: uppercase;
	list-style: none;	
	margin-left: 15px;
	font-size: 14px;
}
.top-menu .menu li a {
	color: #fff;
	position: relative;
}
.top-menu .menu li a:hover,
.top-menu .menu li.current-menu-item a,
.top-menu .menu li.wpml-ls-item a {
	text-decoration: none;
	border-bottom: 2px solid #6deecd;
}
.top-menu .menu li.wpml-ls-item {
	position: relative;
}
.top-menu .menu li.wpml-ls-item.menu-item-has-children:after,
.top-menu .menu li.wpml-ls-item .sub-menu {
	position: absolute;
	top: 21px;
	right: 0;
	background: rgba(0, 0, 0, .8);
	display: none;
}
.top-menu .menu li.wpml-ls-item .sub-menu,
#mobile-toolbar .lang-selector .wpml-ls-sub-menu {
	padding: 10px 25px;
}
.top-menu .menu li.wpml-ls-item:hover .sub-menu {
	display: block;	
}
.top-menu .menu li.wpml-ls-item .sub-menu li {
	margin-left: 0;	
	text-transform: none;
	padding: 5px 0;
	display: inline-block;
}
.top-menu .menu li.wpml-ls-item .sub-menu li a:after,
#mobile-toolbar .lang-selector .wpml-ls-sub-menu li a:after {
	content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #49c5b6;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .1s,transform .2s ease-out;
    z-index: 130;
}
#mobile-toolbar .lang-selector .wpml-ls-sub-menu li a:after {
	bottom: 2px;
}
.top-menu .menu li.wpml-ls-item .sub-menu li a:hover:after,
#mobile-toolbar .lang-selector .wpml-ls-sub-menu li a:hover:after {
	transform-origin: left top;
    transform: scale(1,1);
}
.top-menu .menu li.wpml-ls-item .sub-menu li a {
	border-bottom: 0;	
	display: block;
}
.search-container {	
	float: right;
	margin: 16px 18px 0 5px;
}
#mobile-toolbar .menu li.wpml-ls-item {
	display: none;
}
#mobile-toolbar .search-container {
	margin-top: 6px;
	font-size: 14px;
}
#mobile-toolbar .lang-selector {
	margin-top: 14px;	
}
#mobile-toolbar .lang-selector li {
	font-size: 14px !important;
}
#mobile-toolbar .lang-selector .wpml-ls-sub-menu li {
	text-transform: none !important;
	display: inline-block !important;
}
#mobile-toolbar .lang-selector li.wpml-ls-current-language {
	position: relative;
}
#mobile-toolbar .lang-selector li.wpml-ls-current-language > a {
	border-bottom: 2px solid #49c5b6;
}
#mobile-toolbar .lang-selector li.wpml-ls-current-language.wpml-ls-first-item.wpml-ls-last-item {
	padding-right: 0;
}
.search-container button {
	background: none;
	color: #fff;
	border: none;
	float: right;
	padding: 10px;
	cursor: pointer;
}
.lang-selector {
	float: right;
	margin: 25px 0 0 10px;
}
.lang-selector li {	
	list-style: none;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;	
} 
.lang-selector li a {
	color: #fff;
	display: inline-block;	
	border-bottom: 2px solid #6deecd;
}
.lang-selector .wpml-ls-legacy-dropdown a {
	padding: 0;
}
.lang-selector li.active-item:after {
	content: '';
	display: block;
	height: 2px;
	background: #6deecd;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.lang-selector li a:hover {
	text-decoration: none;
}
.lang-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: 0;
	background: none;
	border: none;
	color: #fff !important;
}
.lang-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle span {
	color: #fff !important;
}
.lang-selector .wpml-ls-legacy-dropdown a:hover, 
.lang-selector .wpml-ls-legacy-dropdown a:focus, 
.lang-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	color: #fff;
}
.lang-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
	background: none;
	color: #fff;
}
.lang-selector .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: none;
}
.lang-selector .wpml-ls-legacy-dropdown {
	width: auto;
}
.lang-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {	
	background: rgba(0, 0, 0, .8);
	border-top: none;
	right: 0;
	left: auto;
}
#mobile-toolbar .lang-selector .wpml-ls-sub-menu li {
	border-bottom: none;
	padding: 5px 0;	
}
.lang-selector .wpml-ls-legacy-dropdown a {
	border: none;
	background: none;	
}
.lang-selector .wpml-ls-legacy-dropdown a:hover, 
.lang-selector .wpml-ls-legacy-dropdown a:focus, 
.lang-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background: none;
}
.programm-button {
	color: #fff;
	background: #49c5b6;
	display: block;
	text-align: right;
	font-family: 'Taller-SuperGrotesk-MedLF';
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	padding: 20px 26px 19px 26px;
	height: 76px;
	position: absolute;
	top: 0;	
	right: 0;
	display: none;
	z-index: 20;
}
.short-bar+.programm-button {
	box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.25);
}
.programm-button:hover {
	text-decoration: none;
	color: #fff;
}
#show-toolbar {
	height: 76px;
	width: 76px;
	background: #49c5b6;
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 36px;
	line-height: 76px;
	text-align: center;
	cursor: pointer;
}
#mobile-toolbar {
	background: #000;
	height: 50px;
}
#show-mobile-menu {
	height: 50px;
	width: 50px;
	background: #49c5b6;
	color: #fff;
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	float: left;
	cursor: pointer;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.mobile-logotype {
	float: left;
	margin: 11px 0 0 10px;
}
.mobile-logotype img {
	width: 80px;
}
.programm-button-mobile {
	float: right;
	height: 50px;
	width: 50px;
	background: #49c5b6;
	color: #fff;
	display: block;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.programm-button-mobile:hover {
	color: #fff;
}
.top-block {
	padding-top: 50px;
}
#mobile-toolbar .menu {
	position: absolute;
	top: 50px;
	left: 0;
	background: rgba(0, 0, 0, .9);	
}
#mobile-toolbar .menu li a {
	color: #fff;
	padding: 15px;
	display: block;
}
#mobile-toolbar .menu li a:hover {
	background: #95174b;
	text-decoration: none;
}
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
	background-color: #1a1a1a;
    width: 100%;
    height: 100%;
    opacity: 1;
    overflow: inherit;
    z-index: 999;
	display: none;	
}
.close-button {
	color: #fff;
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 200;
}
/* header responsive */
@media (min-width: 768px) {
	#mobile-toolbar .search-container {
		margin-top: 4px;
		font-size: 16px;
	}
	#mobile-toolbar .lang-selector {
		margin-top: 11px;	
	}
	#mobile-toolbar .lang-selector li {
		font-size: 16px !important;
	}
	.lang-selector {	
		margin: 25px 0 0 30px;
	}
	.close-button {	
		right: 50px;
		top: 55px;
	}
}
@media (min-width: 783px) {
	.customize-support .header {
		top: 32px;
	}
}
@media (min-width: 1200px) {	
	#toolbar {
		display: block;
	}
	.programm-button {
		display: block;
	}
	.logotype {
		display: block;
	}
	#mobile-toolbar {
		display: none;
	}
	.top-block {
		padding-top: 76px;
	}
}
@media (min-width: 1400px) {
	.top-menu .menu {		
		width: auto;
	}		
	.top-menu .menu li {
		margin-left: 25px;
	}
}
.slider-section {
	background: #e5e5e5;
}
.slide-column {
	width: 100%;
	height: 100%;
}
.carousel-caption {
	color: #1d1d1d;
	position: static;
}
.carousel-arrows {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-control-next, 
.carousel-control-prev {
	width: 51px;
	height: 44px;	
	opacity: 1;
	background: #1d1d1d;	
}
.carousel-control-prev-icon {
	background: url(images/arrow-slider-prev-mobile.png) no-repeat;
	background-size: 100% auto;
	width: 14px;
	height: 13px;
}
.carousel-control-next-icon {
	background: url(images/arrow-slider-next-mobile.png) no-repeat;
	background-size: 100% auto;
	width: 14px;
	height: 13px;
}
.carousel-caption {
	text-align: left;		
	padding: 24px 34px 22px 30px;
}
.carousel-caption h1,
.carousel-caption .carousel-title {
	font-size: 16px;	
	font-family: 'Taller-SuperGrotesk-BdL';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.carousel-caption .carousel-text {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.buttons-section {
	padding: 43px 0 21px;
}
.buttons-section.style-2 {
	background: #f4f4f4;
}
.link-banner {
	display: block;
	width: 100%;
	padding-top: 31%;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	background: #0f1626;
	margin-bottom: 22px;
}
.link-banner.sm-banner {
	padding-top: 28%;
}
.link-banner:hover {
	transform: scale(1.01);	
}
.link-banner .banner-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 6px 14px 30px 14px;	
	color: #fff;
	text-transform: uppercase;
	font-family: 'Taller-SuperGrotesk-BdL';
	font-size: 20px;
	line-height: 34px;
}
.link-banner.sm-banner .banner-wrapper {
	font-size: 14px;
	line-height: 22px;
}
.banner-wrapper .banner-caption {
	position: relative;
	z-index: 2;
}
.link-banner .banner-wrapper:before {
	content: '';
	background: url(images/arrow-next.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 16px;
    width: 50px;
    height: 15px;
	z-index: 2;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}
.link-banner:hover .banner-wrapper:before {	
	right: 38px;
}
.link-banner.image-banner .banner-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(73, 197, 182, .7);
	z-index: 1;
}
.link-banner.image-banner.style-2 .banner-wrapper:after {
	background: rgba(235, 116, 6, .7);
}
.last-events-section {
	background: #f5f5f5;
	text-align: center;
	padding: 40px 0;
}
.last-events-section.style-2,
.last-events-section.style-3 {
	background: #fff;
	position: relative;
}
.last-events-section.style-2 h2,
.last-events-section.style-2 h3,
.last-events-section.style-3 h3  {
	z-index: 4;
}
.last-events-section.style-2 h2.style-2 {
	color: transparent;
	-webkit-text-stroke: 4px rgba(109, 238, 205, 0.7);
	font-size: 160px;
	line-height: 1;
	font-family: 'Taller-SuperGrotesk-BdL';
	position: absolute;
	top: 80px;
	left: 82px;
	display: none;
}
.last-events-section.style-2 h3.style-2,
.last-events-section.style-3 h3.style-2 {
	font-family: 'Taller-SuperGrotesk-BdL';
	font-size: 160px;
	line-height: 1;
	-webkit-text-stroke: 4px rgba(109, 238, 205, 0.7);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: transparent;
	text-transform: uppercase;
	position: absolute;
	top: 422px; 
	display: none;
}
.last-events-section.style-3 h2 {
	display: block;
	position: relative;
    z-index: 4;
	text-align: left;	
}
.last-events-section.style-2 .btn {
	position: relative;
	z-index: 5; 
}
.last-events {
	position: relative;
	clear: both;
}
.last-events-section.style-3 .last-events {
	margin-bottom: 60px;
}
.style-2 .last-events:before,
.style-3 .last-events:before {
	content: '';
	display: none;
	background: #f0f0f0;
	position: absolute;
	z-index: 1;
	top: -141px;
	right: 117px;
	bottom: -141px;
	left: 117px;
}
.style-3 .last-events:before {
	top: -109px;
	bottom: -108px;
	left: 40px;
	right: 40px;
}
.last-events .event-item {	
	padding-top: 55%;
	position: relative;
	z-index: 5;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	margin: 0 1% 55px 0;
}
.last-events .news-item {	
	z-index: 5;
	margin: 0 1% 55px 0;
}
.last-events .event-item a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.event-info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: left;
	padding: 15px;
	background: #1d1d1d;
}
.event-info:hover {
	color: #6deecd;
    text-decoration: none;
}
.event-info h4 {
	text-shadow: 0px 0px 1px #000;
}
.event-date {
	font-size: 35px;
	line-height: 50px;
	margin-bottom: 5px;
	display: none;
	font-family: 'Taller-SuperGrotesk-BdL';
}
.event-date-mobile {	
	font-size: 16px;
	line-height: 20px;
	font-family: 'Taller-SuperGrotesk-BdL';
	color: #fff;
	position: absolute;
	top: 13px;
	right: 11px;
	background: #95174b;
	border-radius: 3px;
	padding: 1px 5px;
	z-index: 50;
}
.last-events-section .btn {
	margin-top: 10px;
}
.last-news-section {
	text-align: center;
	padding: 40px 0;
}
.last-events-section.style-3 .dropdown {	
	z-index: 10;	
	margin-bottom: 30px;	
	text-align: left;
}
.last-events-section.style-3 .dropdown .btn {
	margin-top: 0;
}
.last-news {	
	text-align: left;
	clear: both;
}
.last-news .news-item {	
	background: #1d1d1d;
	position: relative;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	height: 260px;	
}
.last-news .news-item h4 {
	font-size: 13px;
	line-height: 16px;
}
.news-item-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 177px;
}
.news-item-text {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	color: #fff;	
	overflow: hidden;
	padding: 8px 20px 0px 20px;
	height: 53px;
	display: block;
}
.news-item:before {
	content: '';
	background: url(images/arrow-next.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 16px;
    width: 75px;
    height: 20px;
	z-index: 2;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}
.news-item:hover a {
	color: #6deecd;
	text-decoration: none;
}
.news-item:hover:before {
	right: 23px;
}
.last-events-section .news-item:before {
	display: none;
}
.last-news-section .btn {
	margin-top: 30px;
}
.contact-us-line-section {
	padding: 24px 0;
	text-align: center;
	background: #49C5B6;
	position: relative;
	z-index: 5;	
}
.contact-us-line-section .btn {
	font-size: 16px;
	padding: 2px 47px 2px 20px;
}
.contact-us-line-section .btn:after {
	width: 24px;
	height: 16px;
	margin-top: -8px;
	right: 12px;
}
.contact-us-line-section .btn:hover:after {
	right: 16px;
}
.contact-us-line-section h2 {
	display: inline-block;
	color: #fff;
	margin-bottom: 0;
	margin-right: 20px;
	font-size: 20px;
	line-height: 50px;
}
.contact-us-line-section h2 p {
	margin-bottom: 0;
}
.logos-section {
	position: relative;
	z-index: 5;
	background: #fff;
}
.logos-wrapper {
	padding: 20px 0 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.logos-wrapper .logo-item {
	padding: 0 5px;
	margin-bottom: 10px;
}
.logos-wrapper .logo-item a {
	display: block;
	font-size: 0;
}
.logos-wrapper img {
	height: 30px;
}
.fluid-section .container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.fluid-column-wrapper {
	max-width: 850px;
	padding: 40px 15px;
}
.fluid-column-wrapper p {	
	margin-bottom: 20px;	
}
.fluid-column-wrapper h1 {
	margin-bottom: 20px;
}
.fluid-column-wrapper h4 {
	margin-bottom: 20px;
}
.fluid-thumbnail {
    width: 100%;
}
.avantages-list li {
	list-style: none;
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
}
.avantages-list li:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(images/arrow-next-short-gray.png) no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 18px;
}
.offer-section {
	text-align: center;
	padding: 40px 0 1px;
	background: #f5f5f5;
}
.offer-section h2 {
	margin-bottom: 20px;
}
.offer-item {	
	position: relative;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	padding-top: 55%;
}
.courses .offer-item {
	padding-top: 110%;
}
.offer-item .offer-thumbnail {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;	
}
.offer-item .offer-thumbnail { 
	filter: grayscale(100%); 
	-webkit-transition: filter .5s; 
	-moz-transition: filter .5s; 
	-o-transition: filter .5s; 
	transition: filter .5s;
}
.offer-item:hover .offer-thumbnail {
	filter: none;
}
.offer-item .offer-thumbnail:after {
	content: '';
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0, 0, 0, .1);
}
.offer-item a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	color: #fff;
}
.offer-item .offer-info {
	position: absolute;    
    right: 0;
    bottom: 0;
    left: 0;
	text-align: left;
	padding: 30px 24px;
}
.offer-item .offer-info h4 {
	text-transform: uppercase;
}
.offer-uppertitle {
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}
.offer-uppertitle:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	border-bottom: 3px solid #6deecd;
}
.courses-section {
	text-align: center;
	padding: 40px 0 1px;
	background: #49c5b6;
}
.courses-section h2 {
	color: #fff;
}
.groups-section {
	background: #f4f4f4;
	text-align: center;
	padding: 40px 0;
}
.offer-section+.groups-section {
	padding-top: 0;
}
.group {
	padding-top: 64%;
	margin-bottom: 34px;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.group a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	color: #fff;	
	text-align: left;
	filter: grayscale(100%); 
	-webkit-transition: filter .5s; 
	-moz-transition: filter .5s; 
	-o-transition: filter .5s; 
	transition: filter .5s;
}
.group:hover a {
	filter: none;
}
.group h3 {
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 20px;
	z-index: 2;
}
.group a:hover {
	text-decoration: none;
}
.group a:after {
	content: '';
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0, 0, 0, .1);
}

.management-section {
	padding: 40px 0 1px;
	text-align: center;		
	position: relative;
	z-index: 2;	
	background: #e5e5e5;
}
.management-section h1,
.management-section h4 {
	margin-bottom: 20px;
}
.management-section-description {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 32px;
}
.activities .activities-item {	
	padding-top: 60%;
	position: relative;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;	
}
.activities-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	filter: grayscale(100%);
	-webkit-transition: filter .5s;
	-moz-transition: filter .5s;
	-o-transition: filter .5s;
	transition: filter .5s;
}
.activities .activities-item:hover .activities-thumbnail {
	filter: none;
}
.activities .activities-item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2;
	color: #fff;
}
.activities .activities-item h4 {
	position: absolute;
	left: 0;   
    bottom: 0;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);	
	z-index: 2;
	border-bottom: 4px solid #6deecd;
	margin: 0 25px 30px 25px;	
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
}
.row-section.style-2 {
	background: #f0f0f0;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
	padding-bottom: 46.6%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-events-section {
	padding: 40px 0 60px;
	background: #e5e5e5;
	text-align: center;	
}
.list-events {
	margin: 0 auto 53px;
	max-width: 866px;
}
.list-events .event-block {	
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.event-thumbnail-column {
	flex: 1 0;	
}
.event-thumbnail {
	height: 118px;
}
.event-day-column {
	flex: 0 0 138px;	
}
.event-day {
	height: 118px;
	background: #ff533d;
	font-family: 'Taller-SuperGrotesk-MedLF';
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.event-day strong {
	font-size: 50px;
	line-height: 50px;
	font-family: 'Taller-SuperGrotesk-BdL';
}
.event-artists {
	margin-bottom: 22px;
}
.event-details {
	flex: 1 0 100%;
	background: #fff;
	text-align: left;
	padding: 14px 15px 0;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	position: relative;	
	overflow: hidden;
}
.event-details:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 22px;
	background: #fff;
}
.event-details h3 {
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 2px;
	padding-right: 35px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.event-details h6 {
	font-family: 'Roboto', sans-serif;
}
.event-time {
	position: relative;
}
.event-time,
.event-price,
.event-map {
	margin-bottom: 2px;
}
.event-time:before,
.event-price:before,
.event-map:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	color: #787878;
	margin-right: 10px;
}
.event-time:before {
	content: '\f017';	
	font-weight: 400;	
}
.event-price:before {
	content: '\f02b';
	font-weight: 900;	
}
.event-map:before {
	content: '\f3c5';
	font-weight: 900;	
}
.even-details-show {
	height: 35px;
	width: 35px;
	background: #1d1d1d;
	position: absolute;
	top: 14px;
	right: 14px;
	border: none;
	cursor: pointer;
}
.even-details-show:before {
	content: '';
	display: block;
	width: 13px;
	height: 15px;
	background: url(images/accordeon-arrow.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7.5px 0 0 -6.5px;
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}
.even-details-show.collapsed:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.about-section {
	background: rgba(109, 238, 205, 0.8);
	padding: 40px 0 10px;
	color: #000;
}
.about-section h4 {
	margin-bottom: 30px;
}
.about-section p {
	line-height: 32px;
	margin-bottom: 30px;
}
.about-section img {
	margin-bottom: 30px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.map-contact-section {
	position: relative;
	padding: 0 0 40px 0;
}
.map-contact-section h2 {
	margin-bottom: 16px;
	text-align: center;
}
.subtitle-text {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.map-form-contact {
	padding: 40px 15px;
	position: relative;
	z-index: 2;
	background: #fff;
	max-width: 583px;	
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.25);	
}
.map-contact-section .button-wrapper {
	text-align: center;
	margin-top: 35px;
}
.map-contact-section .btn {
	font-size: 24px;	
}
.map-2 {
	font-size: 0;
	position: relative;
	padding-top: 43%;
}
.map-2 .map-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.breadcrumbs {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 30px;
}
.breadcrumbs .kb_title {
	text-decoration: underline;
}
div.breadcrumbs a {
	color: #000;
	border-bottom: none;
	font-weight: 400;
}
.info-list {
	margin-bottom: 40px;	
	padding: 20px 15px 10px 37px;
	font-size: 14px;
	max-width: 804px;
	color: #fff;
	background: #49c5b6;
	font-family: 'Taller-SuperGrotesk-MedLF';	
	margin-top: -30px;		
	position: relative;
}
.info-list ul li {	
	margin-bottom: 10px;
}
.content-block-section h3 {
	margin-bottom: 30px;
}
.content-block-section p {
	margin-bottom: 30px;
	line-height: 32px;
}
.content-block-section .menu-column {
	position: relative;
}
.accordion .content-block-section:nth-of-type(even) {
	background: #f4f4f4;
} 
.style-2.accordion .content-block-section:nth-of-type(odd) {
	background: #f4f4f4;
} 
.style-2.accordion .content-block-section:nth-of-type(even) {
	background: #fff;
}
.sidebar-menu {
	position: absolute;
	top: 0;
	left: 0;
}
.sidebar-menu.fixed-menu {
	position: fixed;
	top: 110px;
	left: 15px;
	z-index: 1;
} 
.sidebar-menu h3 {
	display: inline-block;
	border-bottom: 4px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.sidebar-menu ul {
	margin-bottom: 10px;
}
.sidebar-menu ul li {
	list-style: none;	
	font-size: 15px;
	line-height: 30px;
} 
.sidebar-menu ul li a {
	color: #000;
	position: relative;
	padding-bottom: 4px;
}
.sidebar-menu ul li a:hover,
.sidebar-menu ul li a.active {
	text-decoration: none;
	font-weight: bold;
}
.sidebar-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #6deecd;
    transform-origin: right top;
    transform: scale(0,1);
    transition: color .1s,transform .2s ease-out;
    z-index: 10;
}
.sidebar-menu ul li a:hover:before,
.sidebar-menu ul li a.active:before {
	transform-origin: left top;
    transform: scale(1,1);
}
.sidebar-menu .download-link {
	margin-top: 10px;
}
.items-title-mobile {
	padding: 0 15px 15px 15px;
	border-bottom: 2px solid #000;
	margin-bottom: 0 !important;
}
.content-block-section+.items-title-mobile {
	margin-top: 20px;
}
.accordeon-link {
	display: block;
	font-size: 15px;
	color: #000;
	padding: 12px 24px 12px 0;
	position: relative;
	border-bottom: none !important;
}
.accordeon-link:hover {	
	color: #000 !important;
}
.accordeon-link .fa-angle-down {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 24px;
	line-height: 24px;
	transform: rotate(0deg);
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
}
.accordeon-link.collapsed .fa-angle-down {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.menu-column {
	min-height: 1px;
}
.content-column .download-link {
	margin-bottom: 30px;
}
.download-link {
	font-size: 16px;	
	color: #000;
	border-bottom: 4px solid #6deecd;
	font-family: 'Taller-SuperGrotesk-MedLF';	
	position: relative;
	margin-left: 30px;	
}
.download-link:before {
	content: '';
	display: inline-block;
	background: url(images/download-arrow.png) no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 14px;
	position: absolute;
	left: -30px;
	top: 6px;	
	-webkit-transition: transform .7s;
	-moz-transition: transform .7s;
	-o-transition: transform .7s;
	transition: transform .7s;
}
.download-link:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.download-link:hover {
	text-decoration: none;
	color: #000;
}
.profile-tile-item {
	padding-top: 91%;
	position: relative;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	border: none !important;
	display: block !important;
}
.profile-tile-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
	opacity: .3;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.prof-list .profile-tile-item {
	margin-bottom: 10px;
}
.prof-list .profile-tile-item:before {
	display: none;
}
.prof-list p.profile-name {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	color: #0f1626;
	margin-bottom: 5px;
}
.prof-list .profile-description {
	color: #000;
}
.prof-list .text-part {
	padding: 15px;
}
.prof-list .text-part h5 a {
	border-bottom: none;
}
.button-uppertitle {
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 10px;
}
.profile-tile-item .arrow-nav {	
	transform: scaleY(0);
	-webkit-transition: transform .7s;
	-moz-transition: transform .7s;
	-o-transition: transform .7s;
	transition: transform .7s;
}
.profile-tile-item:hover .arrow-nav {
	margin-bottom: 0;
	transform: scaleY(1);
}
.profile-tile-item:hover:before {
	opacity: 1;
} 
.profile-tile-item .profile-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.tile-item-info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;	
	color: #fff;
	text-align: center;
	text-transform: uppercase;	
	padding: 0 15px 10px;
	z-index: 20;	
	-webkit-transition: transform .4s;
	-moz-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
}
.profile-tile-item:hover .tile-item-info {
	transform: translateY(0);
} 
.tile-item-info h3 {
	font-family: 'Taller-SuperGrotesk-BdL';
	font-size: 12px;	
	margin-bottom: 5px;	
}
.profile-description {
	font-size: 10px;
	margin-bottom: 5px;
}
.arrow-nav {
	display: none;
}
.tile-item-info img {
	width: 41px;
}
.link-text-collapse {
	color: #000;	
}
.link-text-collapse:hover {
	color: #000;
	text-decoration: none;
}
.link-text-collapse .fa-angle-down {
	margin-left: 10px;
	position: relative;
	top: 2px;
	font-size: 18px;
	line-height: 18px;
	transform: rotate(0deg);
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
}
.link-text-collapse.collapsed .fa-angle-down {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.hidden-content-link {
	line-height: 1;
	margin-bottom: 20px;
}
.prof-list h3 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 11px;
}
.content-column h4 {
	margin-bottom: 20px;
}
.collapse-wrapper {
	padding-bottom: 20px;
}
.news-section {
	padding: 40px 0;
} 
.news-section h1 {
	margin-bottom: 20px;
}
.featured-new {
	position: relative;
	padding-top: 59%;
	margin-bottom: 40px;
}
.featured-new-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	color: #fff;
}
.featured-new-link:hover {
	color: #fff;
	text-decoration: none;
}
.featured-new-info {
	padding: 0 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;	
}
.featured-new-info h2 {
	color: #fff;
	text-transform: none;
}
.featured-new-info .new-label {
	margin-bottom: 30px;
}
.new-label {
	display: inline-block;	
	font-size: 14px;
	font-family: 'Taller-SuperGrotesk-MedLF';
	text-transform: uppercase;
	padding: 2px 8px;
}
.featured-new-label {
	color: #fff;
	background: #ff533d;
}
.wpp-list,
.posts-links,
.widget_recent_entries {
	margin-bottom: 20px;
}
.tags-label {
	color: #fff;
	background: #6deecd;
}
.blog-sidebar {
	background: #f5f5f5;
	padding: 30px 25px;
}
.blog-sidebar h2,
.blog-sidebar h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.blog-sidebar.main-column {
	margin-bottom: 40px;
}
.categories-tags {
	margin-bottom: 10px;
}
.categories-tags .new-label {
	margin-bottom: 15px;
}
.categories-tags .new-label a {
	color: #fff;
}
.categories-tags .new-label a:hover {
	color: #fff;
	text-decoration: none;
}
.widget {
	list-style: none;
}
.wpp-list li,
.posts-links li,
.widget_recent_entries li {
	list-style: none;	
	margin-bottom: 14px;
}
.wpp-list li a,
.posts-links li a,
.widget_recent_entries li a {
	color: #000;
}
.widget h2 {
	font-size: 18px;	
	font-family: 'Taller-SuperGrotesk-MedLF';
}
.news-block {
	margin-bottom: 20px;
}
.news-block h3 {
	margin-bottom: 25px;
	text-transform: uppercase;
}
.news-block .btn {
	font-size: 18px;
	line-height: 35px;
	padding: 1px 41px 1px 15px;	
}
.news-block .btn:after {
	height: 14px;
    width: 20px;
	margin-top: -7px;
	right: 12px;
}
.news-block .btn:hover:after {
    right: 16px;
}
.new {
	height: 389px;
	position: relative;
	background: #1d1d1d;
	margin-bottom: 30px;
}
.new-image {
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 304px;
}
.new-text {
	height: 46px;
	box-sizing: border-box;
	position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    color: #fff;
    overflow: hidden;
    padding: 12px 20px 0 20px;  
    display: block;	
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
.new:hover a.new-text {
    color: #6deecd;
    text-decoration: none;
}
.new:before {
    content: '';
    background: url(images/arrow-next.png) no-repeat;
    background-size: 100% auto;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 25px;
    width: 75px;
    height: 20px;
    z-index: 2;
    -webkit-transition: right .5s;
    -moz-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s;
}
.new:hover:before {
    right: 35px;
}
.main-column+.blog-sidebar {
	margin-bottom: 40px;
}
.single-article-bg {
	padding-top: 45.6%;
	position: relative;
	margin-bottom: 37px;
}
.single-article-title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;	
}
.single-article-title h1 {
	color: #fff;	
	text-transform: none;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.article-content {
	margin-bottom: 40px;
}
.backlink {
	text-transform: uppercase;
	line-height: 28px;
	color: #000;
	display: inline-block;
	margin-bottom: 33px;
}
.backlink:hover {
	color: #000;
}
.article-content p,
.article-content h4 {
	margin-bottom: 30px;
}
.share-block {
	margin-bottom: 20px;
}
.share-block h4,
.wpusb-title {
	margin-bottom: 10px;
}
.wpusb-title {
	font-family: 'Taller-SuperGrotesk-MedLF' !important;
	font-weight: 500 !important;
}
.share-block img {
	width: 100%;
	max-width: 345px;
}
.addreses-section {
	padding-top: 40px;
}
.addreses-section h1 {
	margin-bottom: 23px;
}
.tabs-section {
	background: #e5e5e5;
	padding-top: 38px;
	padding-bottom: 40px;
}
.tabs-section .nav.nav-tabs {
	margin-bottom: 20px;
}
.addreses-tab-wrapper .nav-link {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	border: none;
	padding: 0 0 7px 0;
	margin: 0 15px 10px 15px;
	position: relative;
}
.addreses-tab-wrapper .nav-link:hover {
	border: none;
}
.addreses-tab-wrapper .nav-link.active {
	background: none;
	font-weight: bold;
	color: #000;
	border: none;	
}
.addreses-tab-wrapper .nav-link.active:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: #6deecd;
}
.school-adresses {
	font-size: 16px;
	line-height: 32px;	
}
.school-adresses a {
	color: #000;
}
.address-image-wrapper {
	position: relative;
	font-size: 0;
	margin-bottom: 40px;
}
.address-image-wrapper img {
	width: 100%;
}
.contact-form {
	margin-top: 20px;
	text-align: center;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);	
	background: #e5e5e5;
	padding: 35px 15px;
}
.contact-form-subtitle {
	line-height: 30px;
	margin-bottom: 35px;
}
.contact-form .button-wrapper {
	margin-top: 30px;
}
.contact-form .check-caption {
	text-align: left;
}
.school-adresses > div {
	margin-bottom: 20px;
}
.margin-b {
	margin-bottom: 10px !important;
}
.profiles-tile  {
	padding-top: 15px;
}
.person-information {
	padding-bottom: 20px;
}
.person-photo {
	margin-bottom: 20px;
}
.person-photo img,
.content-2-columns img {
	width: 100%;
}
.person-information h3 {
	margin-bottom: 10px;
}
.important-text {
	color: #ff0000;
}
.company-address a, .company-address a:hover {
	color: #1d1d1d;
}
.profile-info-section {
	padding: 0 0 10px 0;
}
.profile-info-section li,
.article-wrapper li {	
	line-height: 32px;
	margin-left: 16px;
	margin-bottom: 3px;
}
.profile-info a {
	color: #000;
}
.profile-info-section .video-container {
	margin-bottom: 35px;
}
.profile-info-section .video-container {
	padding-bottom: 56.6%;
}
.artist-list-section {
	padding: 10px 0;
}
.artist-list-section .artist-thumbnail-wrapper {
	padding-top: 100%;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;	
}
.artist-list-section .artist-thumbnail-wrapper:hover {	
	-webkit-transform: scale(1.02); 
	-moz-transform: scale(1.02); 
	-o-transform: scale(1.02); 
	transform: scale(1.02); 
}
.artist-list-section .artist-thumbnail-wrapper .artist-profile {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.artist-list-section .artist-thumbnail-wrapper .artist-profile h4 {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;	
}
.img-wrapper {
	font-size: 0;
}
.block-contacts {
	color: #fff;
	background: #49c5b6;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
	font-family: 'Taller-SuperGrotesk-MedLF';
	font-size: 16px;
	padding: 10px 15px;
	display: inline-block;
	box-sizing: border-box;
	max-width: 290px;
}
.block-contacts a {
	color: #fff;
}
.block-contacts a:hover {
	text-decoration: none;
}
.block-contacts  .phone-contacts {	
	position: relative;
	padding: 5px 0;
}
.block-contacts .mail-contacts {
	position: relative;
	padding: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.block-contacts .mail-contacts a {
	font-weight: 400;
}
.block-contacts .mail-contacts a,
.block-contacts .mail-contacts a:hover {
	color: #fff
}

.image-column {
	font-size: 0;
	position: relative;
}
.artist-info h4 {
	margin-bottom: 30px;
}
.text-decor {
	border-bottom: 3px solid #49c5b6;
	display: inline-block;
} 
.artist-info .text-decor {
	margin-bottom: 10px;
}
.social-block {
	font-size: 30px;
	margin-bottom: 75px;
}
.social-block a {
	color: #000;
	margin-right: 10px;
	border: none !important;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
.social-block a:hover {
	color: #49c5b6;
}
.profile-info a.btn {
	color: #fff;
}
.artist-profile-image {
	font-size: 0;
	margin-bottom: 35px;
}
.artist-profile-image img {
	width: 100%;
}
.artist-info .contact-form {
	margin-bottom: 40px;
}
.all-events-section {
	text-align: center;
	padding: 40px 0;
}
.all-events-section h1 {
	margin-bottom: 20px;
}
.all-events-section h4 {
	margin-bottom: 23px;
}
.subtitle-description {
	line-height: 32px;
	margin-bottom: 40px;
}
.event-posters .poster-wrapper {
	position: relative;
	padding-top: 139%;
	margin-bottom: 40px;
}
.event-posters .poster-wrapper .poster {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.next-page {	
	text-align: right;
	color: #1d1d1d;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;	
	top: -10px;
} 
.next-page a {
	color: #1d1d1d;	
}
.next-page a:hover {
	text-decoration: none;
}
.next-page a img {
	width: 25px;
	margin-left: 10px;
	position: relative;
	top: 3px;
	left: 0;
	-webkit-transition: left .5s;
	-moz-transition: left .5s;
	-o-transition: left .5s;
	transition: left .5s;
}
.next-page a:hover img {
	left: -5px;
}
.event-top-info {
	position: relative;
	font-size: 0;
	padding-top: 45.6%;
}
.event-top-info img {
	width: 100%;
}
.event-top-info .event-top-info-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	color: #fff;
}
.event-top-info .event-top-info-caption .event-top-info-date {
	font-size: 30px;
	font-family: 'Taller-SuperGrotesk-BdL';
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.event-top-info .event-top-info-caption h1 {
	font-size: 16px;	
	font-family: 'Taller-SuperGrotesk-MedLF';
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.event-detail-info {
	padding: 40px 0 20px;
}
.details-of-event {
	list-style: none;
	background: #f5f5f5;
	color: #000;
	box-shadow:  0px 0px 3px 0 rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
}
.details-of-event li {
	border-top: 1px solid #a3a3a3;
	padding: 15px 15px 8px;
}
.details-of-event li:first-of-type {
	border-top: none;
}
.details-of-event li h4 {
	color: #0f1626;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.time-info {
	color: #fff;
	background: #49C5B6;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	display: inline-block;
	padding: 1px 15px;
	margin-bottom: 10px;
}
.details-of-event li a {
	font-size: 16px;
	line-height: 28px;
	text-decoration: underline;
	color: #000;
	display: inline-block;
	margin-bottom: 10px;
}
.details-of-event li a:hover {
	text-decoration: none;
}
.event-price-info {
	margin-bottom: 10px;
}
.teacher-short-profile h3 {
	margin-bottom: 20px;
}
.teacher-short-profile img {	
	width: 100%;
}
.short-profile-image {
	margin-bottom: 30px;
}
.short-profile-text {
	padding-bottom: 5px;
}
.content-block-section a.link-text-collapse {
	color: #1d1d1d;
	border: none;
}
.partners-logos {
	align-items: center;
}
.partners-logos .partners-logo-wrapper {	
	margin-bottom: 40px;
}
.partners-logos .partners-logo-wrapper a {
	border-bottom: none;
}
h4.logos-block-title {
	margin-bottom: 28px;
	text-transform: uppercase;
	font-size:20px 
}
.hidden-content-title {
	text-transform: uppercase;
	font-size: 14px;
}
.profiles {
	text-align: center;
}
.profiles a {
	border-bottom: none !important;
}
.profiles h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}
.profile-specialization {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.profile-img-wrapper {
	padding-top: 100%;
	display: block;
	margin-bottom: 5px;
}
.video-gallery .video-container {
	margin-bottom: 28px;
	padding-bottom: 52%;
}
.image-column .video-container {	
	padding-bottom: 61%;		
}
.project-thumbnail {
	position: relative;
	display: block;
	padding-top: 60%;
	box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .25);
	margin-bottom: 20px;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
}
.project-thumbnail:hover {
	transform: scale(1.01);
}
.project-thumbnail .project-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 40px;
	text-align: center;
	height: 140px;	
	line-height: 100px;	
}
.project-thumbnail .project-logo img {
	max-height: 100%;
	max-width: 90%;
	vertical-align: bottom;
}
.projects h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 18px;
}
.project-subtitle {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 40px;
}
.wpusb-btn-inside,
.wpusb-count {
	display: none !important;
}
.date-post {
	float: right;
	font-size: 14px;
	line-height: 28px;
}
.article-wrapper a,
.profile-info-section a,
.artist-short-info a,
.event-map a,
.text-section a,
.fluid-column-content a,
.content-column a,
.top-text-section a,
.text-column a {
	color: #1d1d1d;
	font-weight: bold;
	display: inline;
	border-bottom: 2px solid #49c5b6;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;	
}
.article-wrapper a:hover,
.profile-info-section a:hover,
.artist-short-info a:hover,
.event-map a:hover,
.text-section a:hover,
.fluid-column-content a:hover,
.content-column a:hover,
.top-text-section a:hover,
.text-column a:hover {
	color: #49c5b6;
	text-decoration: none;
}
.content-column a.accordeon-link {
	display: block;
}
.content-column a.btn {
	display: inline-block;
	margin-bottom: 20px;
}
.disc-title {
	border-bottom: 3px solid #6deecd;
	margin-bottom: 30px;
}
.disc-title h1 {
	margin-bottom: 5px;
}
.disc-title h4 {
	text-transform: uppercase;
	margin-bottom: 17px;
}
.album-links img {
	max-width: 100%;	
}
.album-links.row {
	margin: 0 -7.5px;
}
.album-links.row  > .col-6 {
	padding: 0 7.5px;
	font-size: 0;
	margin-bottom: 18px;
}
.disc-info {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 64px;
}
.musician-info p,
.aditional-info p {
	display: inline;
}
.relations-discs-section {
	margin-bottom: 20px;
}
.relations-discs-section h3 {
	text-transform: uppercase;
	margin-bottom: 57px;
}
.disc-item-image {
	font-size: 0;
	padding-top: 100%;
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.disc-item-image:hover {
	-webkit-filter: saturate(2);
	filter: saturate(2);
	box-shadow: 0 0 10px 1px rgba(50, 50, 50, .5);
}
.disc-info-section {
	margin-bottom: 20px;
}
.disc-author-title a,
.disc-name-title a {
	color: #000;
	text-transform: uppercase;
}
.disc-author-title a:hover,
.disc-name-title a:hover {
	text-decoration: none;
}
.new-discs-section {
	background: #f4f4f4;
	padding: 40px 0;
}
.new-discs-section h2 {
	text-align: center;
}
.all-discs-section {
	padding: 40px 0;
}
.all-discs-section h2 {
	text-align: center;
}
#options {
	margin-bottom: 20px;
}
#order {	
	margin-bottom: 60px;
}
#order > div {
	display: inline-block;
}
#options .button,
#order .button {
	background: #49c5b6;
	color: #fff;
	font-family: 'Taller-SuperGrotesk-MedLF';
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	padding: 2px 6px;
	margin-bottom: 10px;
	cursor: pointer;
}
#order .button {
	background: #95174b;
}
#options .button.is-checked,
#order .button.is-checked {
	background: #333;
}
.acf-map {
	height: 100%;
}
.not-found-section {
	font-size: 0;
	position: relative;
	padding-top: 140%;
}
.not-found-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.not-found-section img {
	width: 100%;
}
.not-found-block {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}
.not-found-block h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.not-found-warning {
	color: #fff;
	font-size: 14px;
	font-family: 'Taller-SuperGrotesk-MedLF';
	margin-bottom: 10px;
}
.text-section {
	background: #f7f7f7;
	padding: 40px 0;
}
.text-section h1 {
	margin-bottom: 45px;
}
.text-section h2 {
	background: #6deecd;
	text-transform: uppercase;
	line-height: 32px;
    font-size: 20px;
    padding: 9px 10px;
	margin-left: -10px;
	margin-bottom: 30px;
	display: inline-block;	
}
.text-section h3 {
	text-transform: uppercase;
	font-size: 16px;
}
.content-column ul {
	margin-bottom: 27px;
}
.content-column li,
.text-section li {
	margin-left: 16px;
	margin-bottom: 3px;
	line-height: 32px;
}
.content-column li ul,
.text-section li ul {
	margin-left: 40px;
	list-style: disc;
}
.result {
	margin-bottom: 60px;
}
.result p {
	margin-bottom: 10px;
}
.result strong {
	background: #49c5b6;
}
.breadcrumbs.corted-link .kama_breadcrumbs .kb_link:first-of-type+.kb_sep+.kb_link,
.breadcrumbs.corted-link .kama_breadcrumbs .kb_link:first-of-type+.kb_sep+.kb_link+.kb_sep {
	display: none;
}
.result-section {
	padding: 40px 0;
	background: #f7f7f7;
}
.result-section h1 {
	border-bottom: 2px solid #1d1d1d;
	margin-bottom: 60px;
}
.search-thumbnail {
	padding-top: 70%;
	display: block;
	border-bottom: none !important;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	margin-bottom: 20px;
}
.search-thumbnail:hover {
	opacity: 0.9;
}
div.asl_r .mCSBap_scrollTools a.mCSBap_buttonUp {
	border-color: transparent transparent #000 transparent;
}
div.asl_r .mCSBap_scrollTools a.mCSBap_buttonDown {
	border-color: #000 transparent transparent transparent;
}
div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp, div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
	opacity: 1 !important;
}
div.asl_w div.mCSBap_scrollTools {
	opacity: 1;
}
div.asl_w .mCSBap_scrollTools .mCSBap_dragger div.mCSBap_dragger_bar,
div.asl_w .mCSBap_scrollTools .mCSBap_dragger:hover div.mCSBap_dragger_bar {
	background: #49c5b6 !important;
}
.result h3 {
	text-align: center;
}
.result h3 a {
	border-bottom: none;
}
div.asl_w.asl_m  {
	box-shadow: none;
	border-bottom: 2px solid #2b2b2b;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
	height: 28px !important;
}
div.asl_m .probox div.proinput input.autocomplete {
	margin-top: -28px !important;
}
div#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	color: #fff !important;
	font-size: 22px;
	height: 28px;
}
div#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
	margin: 0;
	padding: 0;
	height: 28px;
}
div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
	height: 28px !important;
}
div.asl_m .probox .proinput input.autocomplete {
	margin-top: -28px !important;
}
div.asl_w .probox .promagnifier {
	box-shadow: none !important;
}
div.asl_w .probox div.proclose {
	margin-right: 10px;
}
div.asl_w .probox div.proloading {	
	height: 28px !important;
    line-height: 28px;    
	margin-right: 10px;
}
div#ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder {color: #2b2b2b !important;}
div#ajaxsearchlite1 .probox .proinput input::-moz-placeholder          {color: #2b2b2b !important;}
div#ajaxsearchlite1 .probox .proinput input:-moz-placeholder           {color: #2b2b2b !important;}
div#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder      {color: #2b2b2b !important;}
.widget_recent_entries .widgettitle {
	display: none;
}
.main-search-block {
	background: #f4f4f4;
	padding: 25px 33px;
}
.main-search-block .form-group {
	margin-bottom: 0;
}
.main-search-block h4 {
	font-size: 21px;
	line-height: 28px;
	text-transform: uppercase;
}
.search-filter-container {
	padding-left: 15px;
	padding-right: 15px;
}
.main-search-block-wrapper h4 {
	margin-bottom: 10px;
}
.main-search-block {
	margin-bottom: 21px;
}
.main-search-block .form-control {
	font-size: 16px;
	line-height: 32px;
	font-style: italic;
	border: none;
	padding: 20px 27px;
}
.results-quantity-block {
	font-size: 16px;
	line-height: 32px;
	color: #000;
	margin-bottom: 30px;
}
.categories-select {
	background: #fbfbfb;
	margin-bottom: 15px;
	box-shadow: 0.1px 0.1px 4px rgba(0, 0, 0, 0.1);
}
.professor-search-item {
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 20px;	
}
.search-image-wrapper {
	font-size: 0;
	overflow: hidden;
	width: 34.3%;
	float: left;
	box-sizing: border-box;
}
.search-image-wrapper img {
	width: 100%;
	height: auto;
}
.text-part {
	float: left;	
	padding: 29px 15px 15px 22px;
	width: 65.7%;
	box-sizing: border-box;
}
.text-part h5 {
	font-size: 15px;
	line-height: 28px;
	text-transform: uppercase;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-part h5 a {
	color: #0f1626;
}
.text-part .prof-tags {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}
.text-part .prof-tags p {
	line-height: 18px;
	margin-bottom: 5px;
}
.escuela-tpl .esem-tags,
.esem-tpl .escuela-tags {
	display: none;
}
.asignaturas {
	font-size: 16px;
	line-height: 32px;
	background: #f5f5f5;
	color: #000;
	padding: 10px 23px;
}
.asignaturas strong {
	text-transform: uppercase;
}
.asignaturas span {
	font-style: italic;
}
div.content-block-socials a {
	font-size: 32px;
	border-bottom: none;
	margin: 0 20px 20px 0;
}
.groups-section .flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.groups-section .flex-row .flex-item {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
}
/* content responsive */
@media (max-width: 1199px) {
	.carousel-caption .btn {
		width: 100%;
		font-size: 15px;
		padding: 2px 5px;
	}
	.carousel-caption .btn:after {
		display: none;
	}
	.event-info h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.company-address {
		padding: 20px 0;
	}
}
@media (max-width: 991px) {
	.row-section+.buttons-section {
		padding-top: 0;
	}
	.row-section+.buttons-section.style-2 {
		padding-top: 40px;
	}
	.map-container {
		height: 500px;
	}
	.map-form-contact {
		margin: -40px auto 0;
	}
	.breadcrumbs {
		display: none;
	}
	.accordeon-link {
		margin-bottom: 10px;
		transition: margin-bottom .5s;		
		text-decoration: underline;
	}
	.accordeon-link.collapsed {
		margin-bottom: 0;
		text-decoration: none;
	}
	.fluid-mobile-thumbnail {
		margin-bottom: 20px;
	}
	.content-block p:last-of-type {
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	.contact-us-line-section h2 {
		margin-bottom: 10px;
	}
    .last-news .news-item:nth-of-type(odd) {
    	margin-left: 0;
    }
}
@media (max-width: 575px) {
	.info-list-section h1 {
		font-size: 20px;
	}
	.featured-new-info h2 {
		font-size: 16px;
	}
	.single-article-title h1 {
		font-size: 18px;
	}	
}
@media (min-width: 480px) {
	.block-contacts {
		max-width: 356px;
		padding: 10px 20px;
	}
	.block-contacts  .phone-contacts,
	.block-contacts .mail-contacts {	
		padding: 5px 0 5px 40px;
	}
	.block-contacts .phone-contacts:before {
		content: '\f879';
		font-weight: 900;
		font-family: 'Font Awesome 5 Free';
		font-size: 18px;
		line-height: 18px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -15px;
		border: 2px solid #fff;
		border-radius: 50%;
		padding: 4px;
		display: inline-block;
	}
	.block-contacts .mail-contacts:before {
		content: '\f0e0';
		font-weight: 700;
		font-family: 'Font Awesome 5 Free';
		font-size: 24px;
		line-height: 24px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -12px;
		display: inline-block;
	}
	.last-news {
		display: flex;		
		flex-wrap: wrap;
		text-align: left;
	}
	.last-news .news-item {
		flex: 0 0 49%;
        margin-left: 2%;
	}
    .last-news .news-item:first-of-type {
    	margin-left: 0;
    }
	.offers, 
	.courses {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.offer-item {
		flex: 0 0 48%;
		padding-top: 35%;
	}
	.courses .offer-item {
		padding-top: 55%;
	}
	.last-events {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.last-events .event-item {
		flex: 0 0 49%;		
	}	
	.tile-item-info h3 {	
		font-size: 15px;
		line-height: 20px;	
		margin-bottom: 10px;
	}
	.profile-description {
		margin-bottom: 10px;
		font-size: 12px;
	}
	.arrow-nav {
		display: inline;
	}
	.album-links {
		width: 384px;
	}
	.profile-tile-item .tile-item-info {
		transform: translateY(20px);
	} 
}
@media (min-width: 576px) {
	.map-form-contact {
		padding: 40px;
	}
	.event-top-info .event-top-info-caption .event-top-info-date {
		font-size: 45px;		
	}
	.event-top-info .event-top-info-caption h1 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.teacher-short-profile {
		display: flex;
		flex-wrap: wrap;
	}
	.short-profile-image {
		flex: 0 0 39%;
	}
	.short-profile-text {
		flex: 0 0 61%;
		padding-left: 50px;
	}
	.groups-section .flex-row {		
		justify-content: center;
	}
	.groups-section .flex-row .flex-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 768px) {	
	.slide-column {
		width: 48%;
		float: left;
	}
	.caption-column {
		width: 52%;
		float: right;
	}		
	.carousel-arrows {
		width: 48%;		
	}
	.carousel-caption {		
		overflow: hidden;		
		padding: 6% 4% 40px 5%;	
	}
	.link-banner {	
		padding-top: 35%;
	}
	.link-banner.sm-banner {
		padding-top: 54%;
	}	
	.last-news .news-item h4 {
		font-size: 16px;
		line-height: 20px;
	}
	.event-details {
		flex: 1 0;
		padding: 14px 30px 0;
	}
	.event-thumbnail-column {
		flex: 0 0 138px;	
	}
	.list-events .event-block {	
		flex-wrap: nowrap;
	}
	.event-details h3 {
		font-size: 22px;
	}
	.new {
		height: 422px;		
	}
	.new-text {
		height: 78px;
	}
	.contact-form {	
		padding: 35px;
	}
	.artist-info .contact-form {
		padding: 35px 55px;
		max-width: 615px;
		margin-bottom: 60px;
	}
	.person-card {
		display: flex;
		flex-wrap: wrap;
	}
	.person-photo {
		flex: 0 0 43%;
	}
	.person-information {
		flex: 0 0 57%;
		padding-left: 50px;
	}
	.social-block {
		font-size: 40px;
	}
	.last-events-section.style-3 .dropdown {
		float: right;
	}
	.last-events-section.style-3 h2 {
		float: left;
	}
	.row.partners-logos {
		margin-left: -30px;
		margin-right: -30px;
	}
	.row.partners-logos > div {
		padding: 0 30px;
	}
	.download-link,
	.hidden-content-title {
		font-size: 20px;
	}
	.project-thumbnail {	
		padding-top: 120%;
	}
	.not-found-block h1 {
		margin-bottom: 14px;
	}
	.not-found-warning {	
		font-size: 24px;
		margin-bottom: 30px;
	}
	.text-section h2 {
		font-size: 24px;
	}
	.text-section h3 {
		text-transform: uppercase;
		font-size: 18px;
	}
	.not-found-section {		
		padding-top: 67%;
	}
	div#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
		font-size: 48px;
		height: 50px;
	}
	div#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {	
		height: 50px;
	}
	div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
		height: 50px !important;
	}
	div.asl_m .probox .proinput input.autocomplete {
		margin-top: -50px !important;
	}
	div.asl_w .probox div.proloading {		
		line-height: 50px;
	}
	#ajaxsearchlite1 .probox, div.asl_w .probox {
		height: 50px !important;
	}
	div.asl_m .probox div.proinput input.autocomplete {
		margin-top: -50px !important;
	}
	div.asl_w .probox div.proloading {
		margin-top: 12px;
	}
	.projects {
		display: flex;
		justify-content: center;
	}
	.projects .project {
		flex: 0 0 33.3%;
		padding: 0 15px;
	}
}
@media (min-width: 992px) {
	.professors-filter-section {
		margin: 56px 0;
	}
	.main-search-block-wrapper {
		display: flex;
	}	
	.main-search-block-wrapper .col-left {
		flex: 0 0 30%;
	}	
	.main-search-block-wrapper .col-right {
		flex: 0 0 70%;
	}
	.main-search-block-wrapper h4 {
		margin-top: 22px;
		margin-bottom: 0;
	}
	.results-block,
	.results-general-block .row {
		display: flex;
	}
	.results-block .col-left {
		flex: 0 0 25%;
	}
	.results-block .col-right {
		flex: 0 0 75%;
	}
	.categories-select {
		margin-right: 30px;
		margin-bottom: 0;
	}
	.result-section h1 {
		font-size: 40px;
	}
	.subtitle-description {
		margin-bottom: 70px;
	}
	.all-events-section {
		padding: 60px 0 160px;
	}
	.last-events-section {	
		padding: 63px 0 84px;
	}
	
	.last-events .event-item {
		padding-top: 32%;
		flex: 0 0 24.6%;
		margin: 0 0 55px .5%;		
	}
	.last-events-section.style-3 .last-events .event-item {
		margin-bottom: 28px;
	}
	.last-events .event-item:first-of-type  {
		margin-left: 0;
	}
	.event-info {		
		padding: 24px 26px;
	}
	.event-date {
		display: block;
	}	
	.last-events-section .btn {
		margin-top: 0;
	}
	.last-news .news-item {
		flex: 0 0 24%;
		height: 394px;
        margin-left: 1.333%;
	}
    
	.news-item-image {
		height: 270px;
	}
	.last-news-section {	
		padding: 107px 0 108px 0;
	}	
	.last-news .news-item h4 {
		font-size: 16px;
		line-height: 26px;
	}
	.news-item-text,
	.last-events .event-info {
		height: 96px;
	}	
	.logos-wrapper img {
		height: 40px;
	}	
	.fluid-column-wrapper {
		margin: 0 auto;
		padding: 40px;
	}
	.search-filter-container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.fluid-column-wrapper p {
		line-height: 32px;
	}
	.info-list-section .fluid-column-wrapper p {
		line-height: 32px;
		font-size: 16px;
	}
	.offer-section {	
		padding: 81px 0 111px 0;
	}
	.offer-section h2 {
		margin-bottom: 44px;
	}
	.courses-section {
		padding: 77px 0 76px;
	}
	.groups-section {
		padding: 65px 0 75px;
	}
	.management-section {
		padding: 65px 0;
	}
	.activities {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.activities .activities-item {
		flex: 0 0 32.5%;
	}
	.btn-margin-top {
		margin-top: 40px;
	}
	.about-section {
		background: url(images/about-section-bg.jpg) repeat-y rgba(109, 238, 205, 0.8) top right;
		background-size: 29% auto;
	}
	.about-section .about-text-column {
		padding-right: 65px;
		padding-left: 69px;
	}	
	.about-section {		
		background-size: 26% auto;
		padding: 117px 0 160px;
	}
	.about-section .about-text-column {
		text-align: right;	
	}
	.map-container {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.map-contact-section {		
		padding: 82px 0 83px;
	}
	.list-events-section {
		padding: 70px 0 60px;
	}	
	.info-list ul {
		column-count: 2;
	}	
	.info-list-section .fluid-column-wrapper {
		font-size: 16px;
		line-height: 32px;
	}
	.info-list {	
		padding: 30px 30px 20px;
		font-size: 19px;
	}
	.info-list ul li {	
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.info-list {
		margin-bottom: 0;
	}
	.row-for-columns {
		display: flex;
		flex-wrap: wrap;
	}
	.text-left-section .row-for-columns .text-column {
		flex: 0 0 47%;
	}
	.text-left-section .row-for-columns .image-column {
		flex: 0 0 53%;
	}
	.info-list-section .row-for-columns .image-column {
		flex: 0 0 56%;
	}
	.disc-info-section .row-for-columns .image-column {
		flex: 0 0 49%;
	}
	.disc-info-section .row-for-columns .text-column {
		flex: 0 0 51%;
	}
	.info-list-section .row-for-columns .text-column {
		flex: 0 0 44%;
	}
	.content-block-section .row-for-columns .menu-column {		
		flex: 0 0 33%;
	}
	.content-block-section .row-for-columns .content-column {
		margin-left: 5%;
		flex: 0 0 62%;
		padding-right: 30px;
	}
	.content-block-section.gallery-block .row-for-columns .content-column {
		padding-right: 30px;
	}
	.sidebar-menu h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.sidebar-menu h4 {
		font-size: 24px;
		line-height: 32px;
	}
	.items-title-mobile {
		display: none;
	}
	.accordeon-link,
	.content-column a.accordeon-link {
		display: none;
	}
	.accordion.content-blocks .collapse.content-block {
		display: block !important;
	}
	.content-block-section {
		padding: 85px 0 60px 0;
	}
	.sidebar-menu.fixed-menu { 
		width: 317px;
	}
	.new-text h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.new {
		height: 435px;
	}
	.new-text {
		height: 89px;
	}
	.categories-tags {
		margin-bottom: 30px;
	}
	.wpp-list li,
	.posts-links li,
	.widget_recent_entries li {
		font-size: 16px;
		line-height: 28px;
	}
	.single-article-title {	
		bottom: 62px;
	}	
	.article-content {
		margin-bottom: 80px;
	}
	.activities .activities-item {	
		padding-top: 39%;
	}
	.activities .activities-item h4 {
		font-size: 16px;
		line-height: 32px;
	}	
	.addreses-section h1 {
		margin-left: 50px;
	}
	.school-adresses {
		padding: 40px 0 0 40px;
	}
	.address-image-wrapper:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 40px;
		right: -50px;
		width: 100px;
		height: 25px;
		background: url(images/arrow-next-green.png) no-repeat;
		background-size: 100% auto;
	}
	.addreses-section {
		padding-top: 76px;
	}
	.tabs-section {    
		padding-bottom: 85px;
	}
	.profile-info-section {
		padding: 60px 0;
	}
	.style-3 .last-events:before {
		display: block;
	}
	.next-page {
		padding-right: 125px;
	}
	.event-top-info .event-top-info-caption .event-top-info-date {
		font-size: 65px;		
	}
	.event-top-info .event-top-info-caption h1 {
		font-size: 45px;
	}
	.event-detail-info {
		padding: 74px 0 20px;
	}
	.projects h4 {
		font-size: 22px;
	}	
	.project-subtitle {
		font-size: 16px;		
	}
	.text-section {
		padding: 90px 0;
	}
	.groups-section .flex-row .flex-item {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 1200px) {
	.main-search-block-wrapper .col-left {
		flex: 0 0 25%;
	}	
	.main-search-block-wrapper .col-right {
		flex: 0 0 75%;
	}
	.slider-section {
		background: #fff;
	}
	.slide-column {
		width: 66.3%;		
	}
	.caption-column {
		width: 33.7%;		
	}
	.carousel-caption h1,
	.carousel-caption .carousel-title {
		font-size: 25px;
		line-height: 35px;		
	}
	.carousel-caption {				
		padding: 8% 5% 40px;
	}
	.carousel-caption .carousel-text {
		font-size: 16px;
		line-height: 32px;	
	}	
	.carousel-arrows {
		width: 66.3%;			
	}	
	.carousel-control-next, 
	.carousel-control-prev {		
		width: 100px;
		height: 100px;
		margin-top: -56px;		
	}	
	.carousel-control-prev-icon {
		background: url(images/arrow-slider-prev.png) no-repeat;
		background-size: 100% auto;
		width: 52px;
		height: 24px;
	}
	.carousel-control-next-icon {
		background: url(images/arrow-slider-next.png) no-repeat;
		background-size: 100% auto;
		width: 52px;
		height: 24px;
	}
	.buttons-section {
		padding: 85px 0 72px;
	}
	.link-banner .banner-wrapper {
		font-size: 40px;
		line-height: 44px;
		padding: 22px 23px 50px 23px;
	}
	.link-banner.sm-banner .banner-wrapper {
		font-size: 22px;
		/*line-height: 34px;*/
        line-height: 26px;
	}
	.link-banner .banner-wrapper:before {		
		bottom: 25px;
		right: 33px;
		width: 75px;
		height: 20px;		
	}
	.last-news .news-item h4 {
		font-size: 18px;
		line-height: 26px;
	}	
	.fluid-column-wrapper {
		padding: 90px 50px;
	}
	.search-filter-container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.disc-info-section .fluid-column-wrapper {
		padding: 90px 50px 40px;
	}
	.info-list-section .fluid-column-wrapper {
		padding: 90px 50px 90px 100px;
	}
	.info-list-section.profile-top-info-section .fluid-column-wrapper {
		padding: 90px 50px;
	} 	
	.courses,
	.offers {
		justify-content: center;
	}	
	.offer-item {
		flex: 0 0 32.4%;
		padding-top: 21%;
		margin-left: 1.33%;
	}	
	.courses .offer-item {
		flex: 0 0 24%;
		padding-top: 32%;		
	}
	.courses .offer-item:first-of-type {
		margin-left: 0;
	}
	.offers .offer-item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.courses-section+.row-section .fluid-column-wrapper .btn {
		margin-top: 40px;
	}
	.info-list {
		margin-top: -70px;		
	}
	.content-block-section .row-for-columns .menu-column {
		margin-left: 5%;
		flex: 0 0 28%;
	}
	.sidebar-menu.fixed-menu {
		margin-left: 5%;
		width: 28%;
	}
	.info-list {		
		margin-left: 5%;
	}
	.content-block-section .row-for-columns .content-column {
		padding-right: 5%;
	}
	.featured-new-info h2 {
		font-size: 40px;
	}
	.featured-new,
	.main-column.blog-sidebar  {		
		margin-bottom: 60px;
	}
	.news-section {
		padding: 70px 0;
	}
	.news-section h1 {
		margin-bottom: 45px;
	}
	.new-label {
		font-size: 18px;
	}
	.wpp-list,
	.posts-links,
	.widget_recent_entries {
		margin-bottom: 35px;
	}
	.contact-rows {
		display: flex;
	}
	.contact-rows .column-left {
		flex: 0 0 71%;
	}
	.contact-rows .column-right {
		flex: 0 0 29%;
	}
	.addreses-section .contact-form {
		margin-top: -80px;
		max-width: 550px;
	}
	.column-right .contact-form {
		margin-left: 40px;
	}	
	.content-2-columns {
		display: flex;
		flex-wrap: wrap;
	}	
	.content-2-columns .l-column {
		flex: 0 0 37%;
	}
	
	.content-2-columns .r-column {
		flex: 0 0 60%;
		padding-left: 50px;
	}
	.profile-info,
	.artist-info {
		padding-left: 35px;
		padding-right: 35px;
	}
	.profile-info,
	.artist-info {
		display: flex;
		flex-wrap: wrap;
	}
	.profile-info .column-left {
		flex: 0 0 57.5%;		
	}
	.profile-info .column-right {
		flex: 0 0 42.5%;
		padding-left: 50px;
	}
	.artist-info .column-left {
		flex: 0 0 51%;
	}
	.artist-info .column-right {
		flex: 0 0 49%;
		padding-left: 50px;
	}
	.artist-list-section {
		padding: 138px 0 84px 0;
	}
	.disc-info-section {
		margin-bottom: 80px;
	}
	.relations-discs-section {
		margin-bottom: 168px;
	}
	.new-discs-section {
		padding: 100px 0;
	}
	.all-discs-section {
		padding: 60px 0 100px;
	}
	#options {
		float: left;	
	}
	#order {
		float: right;
	}
	.text-section .container {
		max-width: 1071px;
	}
	.top-menu .menu li.wpml-ls-item {
		margin-left: 50px;
	}
	.results-of-search .col-xl-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 1400px) {
	.profile-info .column-right { 
		padding-left: 100px;
	}
	.profile-info .column-left,
	.artist-info .column-left {		
		padding-right: 5.5%;
	}
	.container {
		max-width: 1370px;
	}
	.carousel-caption h1,
	.carousel-caption .carousel-title {
		font-size: 35px;
		line-height: 45px;		
	}
	.last-news .news-item h4 {
		font-size: 21px;
		line-height: 28px;
	}
	.contact-us-line-section h2 {
		margin-bottom: 0;
	}
	.contact-us-line-section .btn {
		margin: -12px 0 0 24px;
	}	
	.about-section {		
		background-size: 25% auto;
	}
	.map-form-contact {	
		margin-left: 8%;
	}
	.info-list {		
		margin-left: 10%;
	}	
	.content-block-section .row-for-columns .content-column {		
		padding-right: 15%;
	}		
	.content-block-section.short-profiles-section .row-for-columns .content-column {		
		padding-right: 10%;
	}	
	.content-block-section .row-for-columns .content-column.locale-column {		
		padding-right: 7%;
	}
	.content-block-section .row-for-columns .menu-column {
		margin-left: 10%;
		flex: 0 0 23%;
	}
	.sidebar-menu.fixed-menu {
		margin-left: 9.8%;
		width: 23%;
	}
	.featured-new-info {
		padding: 0 50px;
	}
	.new-text h4 {
		font-size: 20px;
	}	
	.info-list-section.profile-top-info-section .fluid-column-wrapper {
		padding: 90px 145px 90px 100px;
	} 
	.profile-info,
	.artist-info {
		padding-left: 130px;
		padding-right: 130px;
	}
	.details-of-event li {	
		padding: 12px 17%;
	}	
}
@media (min-width: 1600px) {
	.results-of-search .col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.search-filter-container {
		padding-left: 11%;
		padding-right: 11%;
	}
	.text-part {   
		padding: 16px 15px 15px 22px;
	}
	.last-events-section.style-3 .container {
		margin-left: 1%;
	}
	.carousel-caption h1,
	.carousel-caption .carousel-title {
		font-size: 50px;
		line-height: 60px;		
	}
	.courses-section+.row-section .fluid-column-wrapper {
		padding-bottom: 153px;
	}
	.last-events-section.style-2 {
		padding: 295px 0 239px;
	}
	.last-events-section.style-3 {
		padding: 134px 0 250px;
	}
	.last-events-section.style-2 h2.style-1 {
		display: none;
	}
	.last-events-section.style-2 h2.style-2,
	.last-events-section.style-2 h3.style-2,
	.last-events-section.style-3 h3.style-2 {
		display: block;
	}
	.last-events-section.style-2 h3.style-2,
	.last-events-section.style-3 h3.style-2 {
		right: -230px;
	}
	.style-2 .last-events:before,
	.style-3 .last-events:before {
		display: block;
	}
	.about-section .container {
		max-width: 1564px;
	}	
	.top-news-section .container {
		max-width: 1600px;
	}
	.addreses-section .container-fluid {
		padding: 0 5%;
	}
	.text-left-section .row-for-columns .text-column .fluid-column-wrapper {		
		padding-right: 13%;		
		padding-left: 20%;
	}
	.results-block .col-left {
		flex: 0 0 23%;
	}
	.results-block .col-right {
		flex: 0 0 77%;
	}
	.categories-select {
		margin-right: 50px;
	}
}
@media (min-width: 1920px) {
	.last-events-section.style-3 h3.style-2,
	.last-events-section.style-2 h3.style-2 {
		right: -150px;
	}
	.about-section {		
		background-size: 29% auto;
	}
	.last-events-section.style-3 .container {
		margin-left: 7%;
	}
	.profiles-tile .col-xl-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.text-part {   
		padding: 29px 15px 15px 22px;
	}
}
/* form */
.form-control,
.wpcf7-form-control {
	font-size: 18px;
	line-height: 1.5;
	border-radius: 0;
	border: 1px solid #c3c3c3;
	padding: 11px 12px;
	height: auto;
	display: block;
	width: 100%;
}
.form-control:focus,
.wpcf7-form-control {
	box-shadow: none;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 1rem;
}
.map-contact-section textarea {
	height: 145px;
}
.contact-form .wpcf7-form-control.wpcf7-textarea {
	height: 77px;
}
textarea {
	resize: none;
}
textarea.form-control {
	margin-bottom: 16px;
}
.wpcf7-form-control-wrap.acceptance-737,
.wpcf7-form-control-wrap.acceptance-787 {
	text-align: left;
}
.wpcf7-form-control.wpcf7-acceptance {
	font-size: 12px;
	line-height: 18px;
	border: none;
	padding: 0;
	color: #1d1d1d;
}
.check-wrapper {
    margin-bottom: 15px;
    display: flex;
	font-size: 12px;
}
.check-wrapper a,
.wpcf7-form-control.wpcf7-acceptance a {
	color: #1d1d1d;
	text-decoration: underline;
	border: none;
}
.checkbox,
.wpcf7-acceptance input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox + label,
.wpcf7-acceptance label {
    position: relative;
    padding: 0 0 0 25px;    
}
.form-check-label {
    margin-bottom: 0;
}
.checkbox + label:before,
.wpcf7-acceptance .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #c3c3c3;
	border-radius: 2px;
    box-sizing: border-box;
    transition: .2s;	
}
.checkbox + label:after,
.wpcf7-acceptance .wpcf7-list-item-label:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #414141;
    transition: .2s;
    opacity: 0;
	cursor: pointer;
}
.checkbox:checked + label:after,
.wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label:after   {
    opacity: 1;
}
.submit-button-wrapper {
	width: 136px;
	margin: 0 auto;
	position: relative;
}
.submit-button-wrapper:after {
	content: '';
	display: inline-block;
	background: url(images/arrow-next-short.png) no-repeat;
	background-size: 100%;
	height: 14px;
	width: 20px;
	position: absolute;
	right: 17px;
	top: 11px;	
	transition: right .5s;
}
.submit-button-wrapper:hover:after {
	right: 20px;
}
.wpcf7-form-control.wpcf7-submit {
	cursor: pointer;	
	color: #fff;
	background: #1d1d1d;
	border-color: #1d1d1d;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background: #333;
    border-color: #333;
}
.map-form-contact .wpcf7-form-control.wpcf7-submit {
	background: #ff533d;
    border-color: #ff533d;
}
.map-form-contact .wpcf7-form-control.wpcf7-submit:hover {
	background: #dc3545;
	border-color: #dc3545;
}
div span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.categories-select .check-wrapper {
	margin-bottom: 0;
	border-bottom: 0.5px solid #C4C4C4;
	padding: 20px;
	color: #2c2c2c;
	font-size: 14px;
	line-height: 22px;
}
.categories-select .check-wrapper:last-of-type {
	border-bottom: none;
}
.categories-select .checkbox + label {
	padding: 0 0 0 32px;
}
.categories-select .checkbox + label:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
.categories-select .checkbox + label:after {
	color: #49C5B6;
	font-size: 16px;
}
/* form responsive */
@media (min-width: 768px) and (max-width: 991px) {
	.categories-select {
		display: flex;
		flex-wrap: wrap;
	}
	.categories-select .check-wrapper {
		flex: 0 0 50%;
	}
	.categories-select .check-wrapper:last-of-type {
		border-bottom: 0.5px solid #C4C4C4;
	}
}
@media (min-width: 992px) {
	.submit-button-wrapper {
		width: 173px;
	}
	.submit-button-wrapper:after {	
		height: 22px;
		width: 33px;		
	}
}
/* footer */
.footer {
	background: #1d1d1d;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
	position: relative;
	z-index: 5;
}
.footer-column h6 {
	text-transform: uppercase;
	margin-bottom: 7px;	
}
.footer-column a {
	color: #fff;
}
.footer-column .footer-adress {	
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 24px;
}
.footer .menu li {
	line-height: 32px;
	list-style: none;	
}
.footer-social-title {
	margin-bottom: 20px;
}
.footer-social-links {
	font-size: 24px;
}
.footer-social-links a {
	display: inline-block;
	margin: 0 10px;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
.footer-social-links a:hover {
	color: #49c5b6;
}
.footer-column.footer-column-social {
	display: block;
}
.footer-menu-title {
	font-family: 'Taller-SuperGrotesk-MedLF';
	font-size: 15px;
	line-height: 28px;	
}
#toTop {
	position: fixed;
	right: 20px;
	bottom: 50px;	
	padding: 1px 7px;
	border: 2px solid #49c5b6;
	cursor: pointer;
	display: none;
}
#toTop:after {
	content: '\f062';
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	font-weight: 900;
	color: #49c5b6;	
}
/* footer responsive */
@media (max-width: 1199px) {
	.footer-column:nth-of-type(odd) {
		border-left: none;
	}
}
@media (max-width: 767px) {
	.footer-column {
		display: none;
	}
	.footer-column.footer-column-social .menu {
		text-align: center;
		margin-bottom: 40px;
	}
	.footer-social-title {
		display: none;
	}
	.footer-social-links {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.footer {
		padding: 70px 0 67px;
	}
	.footer-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-column {
		flex: 1 1 48%;
		border-left: 2px solid rgba(255, 255, 255, 0.5);
		padding: 0 2% 0 3%;
		margin-bottom: 20px;
	}
	.footer-social {
		margin-top: 40px;
	}
	.footer-social h6 {
		margin-bottom: 20px;
	}
	.footer-social-links a {	
		margin: 0 20px 0 0;
	}
	.footer-social-links a:last-of-type {
		margin-right: 0;
	}	
}
@media (min-width: 1200px) {
	.footer-column {
		flex: 1 1 24%;
	}
	.footer-column:first-of-type {
		border-left: none;
	}
}
/* other */
h1 {
	font-family: 'Taller-SuperGrotesk-BdL';
	font-size: 30px;
	color: #1d1d1d;
	text-transform: uppercase;
}
h2 {
	font-family: 'Taller-SuperGrotesk-BdL';
	font-size: 20px;	
	color: #0f1626;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;	
	font-family: 'Taller-SuperGrotesk-MedLF';
}
h4, h5 {
	font-size: 15px;
	line-height: 16px;
	font-family: 'Taller-SuperGrotesk-MedLF';
}
h6 {
	font-size: 15px;
	line-height: 28px;
	font-family: 'Taller-SuperGrotesk-MedLF';
}
.btn,
.wpcf7-form-control.wpcf7-submit {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Taller-SuperGrotesk-MedLF';
	position: relative;
	padding: 6px 50px 6px 34px;
}
.btn:after {
	content: '';
	display: inline-block;
	background: url(images/arrow-next-short.png) no-repeat;
	background-size: 100%;
	height: 14px;
	width: 20px;
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -7px;
	transition: right .5s;
}
.btn:hover:after {
	right: 20px;
}
.btn-primary {
	background: #1d1d1d;
	border-color: #1d1d1d;
	color: #fff !important;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
	background: #333;
	border-color: #333;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary {
	background: #ff533d;
	border-color: #ff533d;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle  {
	background: #dc3545;
	border-color: #dc3545;
}
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-link,
.btn-link:hover {
    background: #f8f8f8;
    border: 1px solid #878787;
    color: #878787;
	font-size: 16px !important;
	text-transform: uppercase;
	padding: 8px 153px 8px 28px !important;	
	text-decoration: none;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    border: 1px solid #878787;  
}
.btn.dropdown-toggle:after {
    content: '';
    display: inline-block;
    background: url(images/arrow-down.svg) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 12px;
    border: none;
    vertical-align: 1px;
	right: 25px;
	top: 50%;
	margin-top: -6px;
}
.btn.dropdown-toggle:hover:after {
	right: 25px;
}
.dropdown-menu {
	width: 100%;
}
.dropdown.show .dropdown-toggle:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
a.btn {
	border: none !important;
}
button:focus {
	border: none;
	outline: none;
}
p {
	line-height: 32px;
	margin-bottom: 30px;
}
em {
	font-style: italic;
}
.clear {
	clear: both;
}
del {
	text-decoration: none;
    background: #6deecd;
}
/* common responsive */
@media (min-width: 992px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 35px;
		margin-bottom: 40px;
	}
	.last-events-section.style-3 h2 {
		font-size: 40px;
		line-height: 30px;
	}
	.contact-form h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	h3,
	.widget h2 {		
		font-size: 25px;
		line-height: 35px;
	}
	h4, h5 {
		font-size: 21px;
		line-height: 28px;
	}
	.event-info h4 {
		font-size: 18px;
	}
	.offer-info h3,
	.group h3 {
		font-size: 24px;
	} 
	.content-block-section h2 {
		margin-bottom: 30px;
	}
	.activities-item h4 {
		font-size: 16px;		
	}
	body {	
		font-size: 16px;
	}
	.btn,
	.wpcf7-form-control.wpcf7-submit {
		font-size: 20px;
		padding: 6px 70px 6px 34px;
	}
	.btn:after {	
		height: 22px;
		width: 33px;	
		margin-top: -11px;
	}
	.not-found-block h1 {
		font-size: 50px;
	}
	.text-section h1 {
		font-size: 50px;
		line-height: 60px;
	}
}
@media (min-width: 1400px) {
	h1 {
		font-size: 50px;
	}
	h3 {		
		font-size: 30px;
		line-height: 40px;
	}
	.news-block h3 {
		font-size: 25px;
		line-height: 35px;
	}
	.blog-sidebar h3 {
		font-size: 25px;
	}
	.activities-item h4 {
		font-size: 22px;
		line-height: 35px;
	}
}

/* Changes Bryte 2020 
 * 
 * Changes based on page*/

/* Changes ESEM Template */

.esem-template .fluid-section:nth-of-type(2){
	background-color:#F5F5F5 !important;
}

.esem-template .offer-section{
	background-color:#fff !important;
}

.esem-template .groups-section .row{
		justify-content:center;
}

@media(min-width:992px){
	.esem-template .offer-section{
		padding-bottom:0 !important;
	}
	
	.esem-template .groups-section{
		padding-top:111px;
	}
}

@media(max-width:992px){
	.esem-template .groups-section{
		padding-top:40px;
	}
	
}

/* Changes Festivales Template (.page-id-2869=ES,.page-id-6166=CAT,.page-id-4963=EN) */

.page-id-2869 .all-events-section:nth-of-type(1), .page-id-4963 .all-events-section:nth-of-type(1), .page-id-6166 .all-events-section:nth-of-type(1){
	background-color:#f5f5f5 !important;
}

@media(min-width:992px){
	.page-id-2869 .all-events-section:nth-of-type(1), .page-id-4963 .all-events-section:nth-of-type(1), .page-id-6166 .all-events-section:nth-of-type(1){
		padding-bottom:55.5px !important;
	}
	
	.page-id-2869 .all-events-section:nth-of-type(2), .page-id-4963 .all-events-section:nth-of-type(2), .page-id-6166 .all-events-section:nth-of-type(2){
		padding-top:55.5px !important;
		padding-bottom:111px !important;
	}
}

.page-id-6166 .event-posters .row, .page-id-2869 .event-posters .row, .page-id-4963 .event-posters .row{
	justify-content: center;
}