/*
Theme Name: Dance Atelier
Theme URI: https://www.danceatelier.mom
Author: Dance Atelier Devs
Version: 3.1.0
License: GNU General Public License v2 or later
*/

/* GENERAL */

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

a, a:hover, a:focus {
  text-decoration: none; 
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-wrapper {
  display: inline-block;
}
.img-thumbnail {
	background-color: transparent;
}

hr.divider {
  height: 5px;
  background-color: #e7edef;
  margin: 0;
  padding: 0;
  border: 0; }

.btn-more {
  display: inline-block;
  background-color: #cf440f;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; 
}
.btn-more:hover, .btn-more:focus {
  color: #ffffff;
  background-color: #e37827;
}

.img-thumbnail {
  border-radius: 0;
  -webkit-transition: none;
          transition: none; }

.yt-link {
  position: relative;
  display: block;
  margin: 30px auto 30px auto;
  max-width: 320px; }
  .yt-link img {
    width: 100%;
    height: auto;
    border-radius: 3px; }
  .yt-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("img/youtube_btn.png") 50% 50% no-repeat; }

@media screen and (min-width: 992px) {
  .yt-link {
    margin: 30px auto 0 auto; } }

.video-container {
  margin: 30px 0 0 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 60px auto; } }

/* END GENERAL */
/*-------------------------------------------------------------------------------------------------------------------*/
/* LOGO */
.logo-row {
	justify-content: center;
	padding: 15px 0 15px 10px;
}
img.logo-img {
  width: 230px;
}

@media screen and (max-width: 991px) {
	.logo-row {
		justify-content: flex-start;
	}
	img.logo-img {
	   width: 200px; 
    }
}


/* END LOGO */
/*-------------------------------------------------------------------------------------------------------------------*/
/* NOTIFICATION BAR */

.notification-bar {
    text-align: center;
    transition: all 0.25s linear;
    min-height: 30px;
}

.notification-bar__container {
    margin-right: auto;
    margin-left: auto;
    padding: 6px 60px;
    line-height: 1.4;
    font-size: 14px;
}
.notification-bar a {
	color: #ffffff;
	transition: opacity .3s ease-out;
}
.notification-bar a:hover {
	opacity: .7;
}

@media (max-width: 567px) {
	.notification-bar__container {
		padding: 6px 30px;
	}
}

/* END NOTIFICATION BAR */
/*-------------------------------------------------------------------------------------------------------------------*/
/* NAV MENU */

.header-nav-menu .container {
  display: flex;
}
.nav-menu {
  width: 100%;
  display: flex;
  align-items: center;
}
.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
}
.nav-menu ul.menu-main-nav li {
  display: inline-block;
  position: relative;
  background-color: transparent;
  float: left;
  padding: 40px 18px 25px 18px;
}
.nav-menu ul.menu-main-nav li a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
  font-weight: 900;
  color: #000000;
  cursor: pointer;
}
.nav-menu ul.menu-main-nav li:hover a, .nav-menu ul.menu-main-nav li.current-menu-item a {
  color: #cf440f; 
}
.nav-menu ul.menu-main-nav li.timetable-menu-item > a {
	background-color: #cf440f;
	border: 2px solid #cf440f;
	color: #ffffff;
	border-radius: 3px;
	padding: 5px 10px;
}
.nav-menu ul.menu-main-nav li.signs-menu-item a {
	border: 2px solid #cf440f;
	border-radius: 3px;
	padding: 5px 10px;
}
.nav-menu ul.menu-main-nav li.timetable-menu-item > a:hover {
	background-color: rgba(227, 120, 39, .8);
	border-color: rgba(227, 120, 39, .8);
}
.nav-menu ul.menu-main-nav li.timetable-menu-item.current-menu-item > a {
	border: 2px solid #cf440f;
	background-color: transparent;
	color: #cf440f; 
}
.nav-menu ul.menu-main-nav li.timetable-menu-item.current-menu-item > a:hover {
	background-color: #cf440f;
	color: #ffffff; 
}
.nav-menu ul.menu-main-nav li ul.sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  width: 280px;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
}

.nav-menu ul.menu-main-nav li ul.sub-menu .sub-menu {
	opacity: 1;
	visibility: visible;
	position: relative;
	margin-top: 0;
	padding: 10px 0;
	width: auto;
	box-shadow: unset;
}


.nav-menu ul.menu-main-nav li ul.sub-menu li {
	padding-top: 4px;
	padding-bottom: 4px;
}
.nav-menu ul.menu-main-nav li.signs-menu-item ul.sub-menu li a {
	border: 0;
}
.nav-menu ul.menu-main-nav li ul.sub-menu li a {
  color: rgba(0, 0, 0, .5);
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.nav-menu ul.menu-main-nav li ul.sub-menu li:hover > a, .nav-menu ul.menu-main-nav li ul.sub-menu li.current_page_item a, .nav-menu ul li.current-menu-parent a {
	color: #cf440f;
}
.nav-menu ul.menu-main-nav li:hover ul.sub-menu {
    opacity: 1.0;
    visibility: visible;
    -webkit-transition: opacity 0.2s, visibility 0s;
	-moz-transition: opacity 0.2s, visibility 0s;
	-ms-transition: opacity 0.2s, visibility 0s;
	-o-transition: opacity 0.2s, visibility 0s;
	transition: opacity 0.5s, visibility 0s;
}

@media screen and (max-width: 991px) {
	.nav-menu ul.menu-main-nav li {
		padding: 40px 10px 25px 10px;
	}
	.nav-menu {
	    display: none; 
    }
}
@media screen and (max-width: 991px) {

	.header-nav-menu {
	  display: flex;
	  width: 100%;
	  background-color: #ffffff;
	  height: auto;
	}
	.menu-row {
		align-items: center;
		justify-content: flex-end;
	}

}

/* END NAV MENU */
/*-------------------------------------------------------------------------------------------------------------------*/
/* BANNER */

.hp-banner{
	/* height: calc(100vh - 85px); 
    display: flex;
    align-items: center; */
}
.banner-row {
	display: flex;
	justify-content: center;
	margin: 0 0 30px 0;
}
img.hp-banner-image {
	width: 250px;
}
.groups-row {
	justify-content: space-around;
}
.group-box {
	display: flex;
	text-align: center;
    border: 3px solid #cf440f;
    font-size: 22px;
    padding: 25px;
    margin: 30px 0;
    width: 300px;
    cursor: pointer;
    transition: opacity 0.2s;
    border-radius: 3px;
}
.group-box:hover {
	opacity: .8;
}
.group-box p {
	margin: 0;
}
.beginners-box {
	background-color: #cf440f;
}
.beginners-box a {
	color: #ffffff;
}
.advanced-box a {
	color: #cf440f;
}

@media screen and (max-width: 767px) {
	.banner-row {
		margin-bottom: 0px;
		margin-top: -100px;
	}
	img.hp-banner-image {
		height: 325px;
	}
	.group-box {
		font-size: 18px;
		margin: 15px 0;
	    padding: 18px;
	    width: 260px; 
	}
}
@media screen and (max-width: 519px) {
	.banner-row {
		margin-bottom: 60px;
	}
	img.hp-banner-image {
		height: 100px;
	}
	.group-box {
		font-size: 16px;
	    margin: 8px 0;
	    padding: 12px;
	}
}
.hp-quote {
	padding: 40px 0 0 0;
}
p.quote-text {
	text-align: center;
	color: #cecece;
	font-size: 48px;
	font-family: 'bira';
	font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.hp-quote {
		padding: 10px 0;
		margin-top: 50px;
	}
	p.quote-text {
		font-size: 34px;
	}
}
/* END BANNER */
/*-------------------------------------------------------------------------------------------------------------------*/
/* DANCE GROUPS - OFFER */

.hp-offer {
	padding: 50px 0;
}
.dance-groups-row {
	justify-content: space-between;
}
.dance-group-item {
	width: 23%;
	margin: 0 10px;
	position: relative;
}
.dance-group-item:hover img {
	box-shadow: 0 0 25px rgba(227, 120, 39, .5);
	transition: box-shadow 0.3s ease-in-out;
}
img.dance-group-box {
  display: block;
  position: relative;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  transition: opacity .2s;
  border: 3px solid #e37827;
}
.dance-group-box-name {
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 10%;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    background-color: #cf440f;
    border-radius: 3px;
}
.dance-group-name {
	color: #ffffff;
	display: inline-block;
    text-transform: uppercase;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 900;
	
}

@media screen and (max-width: 1199px) {
	.dance-groups-row {
		justify-content: space-around;
	}
	.dance-group-item {
		width: 310px;
		margin-bottom: 50px;
	}
	img.dance-group-box {
	  display: block;
	  position: relative;
	  height: 260px;
	  width: 260px;
	  border-radius: 50%;
	  transition: opacity .2s;
	}
}


/* DANCE GROUPS - OFFER */
/*-------------------------------------------------------------------------------------------------------------------*/
/* SPECIAL BOX */
.latest-news {
  background-color: #f6f9fa;
  margin: 0;
  padding: 40px 0;
}
.latest-news.landing-page {
  background-color: #f1f4f7;
  padding: 0;
}
.special-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e7e7e7;
  margin-top: 75px;
  margin-bottom: 30px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  height: 280px;
}
.special-box .img-thumbnail {
    height: 205px;
    width: 85%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid #ffffff;
    margin-top: -45px;
    margin-bottom: 45px;
}
.special-box img {
    margin-top: -45px;
    margin-bottom: 45px;
    width: 275px;
    height: auto;
    border: 3px solid #ffffff;
    -webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.5s;
}
.post-list {
	display: flex;
	flex-wrap: wrap;
}
.team-member-box {
	background-color: transparent;
	border: none;
	margin-top: 45px;
	margin-bottom: 0;
	padding: 0
}
.team-member-img-wrapper {
	position: relative;
}
.team-member-img-wrapper:before {
    content: 'poznaj instruktora';
    position: absolute;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    top: 55%;
    color: #cf4e12;
    z-index: 2;
    visibility: hidden;
}

.team-member-box img {
	width: 275px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.special-box img:hover {
	box-shadow: 0 0 25px rgba(227, 120, 39, .5);
	transition: box-shadow 0.3s ease-in-out;
}
.trainer-question {
	color: #cf4e12;
}
.trainer-question-list {
	font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 0 12px 0;
    padding-left: 30px;
    font-weight: 400;
}
.trainer-question-list li {
	margin-bottom: 10px;
}
.special-box h3 {
    font-size: 17px;
    line-height: 1.1em;
    margin: 0 0 8px 0;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #333333;
}
.special-box h3:hover {
	color: #cf4e12;
}
.special-box p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 6px 0;
    padding: 0 20px;
    font-weight: 400;
}
.special-box .btn-more {
    position: absolute;
    bottom: 45px;
    margin-left: -34px;
    left: 50%;
}
.special-box-border-bottom {
  	position: absolute;
  	bottom: 0;
  	height: 15px;
  	width: 100%;
  	background-color: #cf4e12;
}
.special-box-border-bottom::after {
    content: '';
    display: block;
    height: 15px;
    background-color: #e37827;
    width: 50%;
}
.hp-more-news {
  margin: 15px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1199px) {
	.team-member-box {
		min-height: 0;
	}
    .special-box .img-thumbnail {
      	height: 165px; 
    } 
}

@media screen and (max-width: 991px) {
	.team-member-box {
		min-height: 0;
	}
	.team-member-box h3 {
		font-size: 14px;
	}
	.special-box .img-thumbnail {
		height: 125px;
	}
}

@media screen and (max-width: 767px) {
	.team-member-box {
		min-height: 0;
	}
	.special-box .img-thumbnail {
		height: 190px;
	}
}

/* END SPECIAL BOX */
/*-------------------------------------------------------------------------------------------------------------------*/
/* OFFER*/



/* END OFFER */
/*-------------------------------------------------------------------------------------------------------------------*/
/* HP ABOUT */
.hp-about {
	background-color: #f1f4f7;
	padding: 40px 0;
}
.special-box-horizontal {
  position: relative;
  border: 1px solid #e7e7e7;
  margin: 30px 0 40px 0;
  margin-left: 105px;
  padding: 27px 0 65px 0;
  background-color: #ffffff;
  min-height: 235px;
}
.special-box-horizontal .img-wrapper {
    position: absolute;
    top: 12px;
    left: -105px;
}
.special-box-horizontal .about-img-wrapper {
	width: 208px;
	height: 208px;
	border-radius: 50%;
	left: -102px;
}

.special-box-horizontal img {
    height: auto;
    width: 100%;
}
.special-box-horizontal .img-thumbnail {
    width: 205px;
    height: 205px;
    border: 3px solid #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
/* rounded */
.special-box-horizontal .about-img-thumbnail {
	border-radius: 50%;
}
.special-box-horizontal h3 {
    font-size: 17px;
    line-height: 1em;
    margin: 0 0 8px 0;
    padding: 0 20px 0 230px;
    text-transform: uppercase;
    font-weight: 900;
}
.homeh1 {
	font-size:12px; 
	color:#888; 
	margin: 0 0 8px 0;
	padding: 0 20px 0 230px;
	text-transform: uppercase;
}
.special-box-horizontal p {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0 0 6px 0;
    padding: 0 35px 0 230px;
    font-weight: 400;
}
/* rounded */
.special-box-horizontal h3, .homeh1, .special-box-horizontal p {
	padding-left: 150px;
}
.special-box-horizontal .btn-more {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.special-box-border-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 15px;
  background-color: #cf4e12;
}
.special-box-border-right::after {
    content: '';
    display: block;
    height: 50%;
    background-color: #e37827;
    width: 15px;
}

@media screen and (max-width: 767px) {
	.special-box-horizontal {
		margin: 0;
		padding: 0;
		margin-top: 75px;
		margin-bottom: 30px;
		padding-bottom: 100px;
		text-align: center;
		position: relative;
		background-color: #ffffff;
		min-height: 415px;
	}
    .special-box-horizontal .img-wrapper {
	    position: static;
	    display: block;
	    border: 0; 
    }
    .special-box-horizontal img {
      	margin-top: -45px;
	  	margin-bottom: 45px;
	  	width: 100%;
	  	height: auto;
	  	border: 3px solid #ffffff;
    }
    .special-box-horizontal .img-thumbnail {
      	margin: -45px 0 45px 0;
	  	background-position: center center;
	  	background-repeat: no-repeat;
	  	background-size: cover;
	  	display: inline-block;
    }
    .special-box-horizontal h3 {
      	padding: 0 20px;
    }
    .special-box-horizontal p {
      	padding: 0 20px;
    }
    .special-box-horizontal .btn-more {
      	position: absolute;
	  	bottom: 45px;
	  	left: 50%;
	  	right: auto;
      	margin-left: -34px;
    }
	.special-box-border-right {
    	position: absolute;
		top: auto;
		right: auto;
		bottom: 0;
		height: 15px;
		width: 100%;
		background-color: #cf4e12;
	}
    .special-box-border-right::after {
      	content: '';
	  	display: block;
	  	height: 15px;
	  	background-color: #e37827;
	  	width: 50%;
	} 
	.homeh1 {
		padding: 0 20px 0 20px; 
	}
	/*rounded*/
	.special-box-horizontal .img-wrapper {
		display: inline-block;
	}
}

/* END HP ABOUT */
/*-------------------------------------------------------------------------------------------------------------------*/
/* BANNER HEADER */

.banner-header {
	position: relative;
	padding: 0;
	margin: 20px 0 0 0;
	height: 30px;
	background: #cf4e12;
}
.banner-header::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 30px;
	background-color: #e37827;
}
.banner-header h1,
.banner-header h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 900;
	position: absolute;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	.banner-header h2 {
		font-size: 13px;
	}
}

/* END BANNER HEADER */
/*-------------------------------------------------------------------------------------------------------------------*/
/* PAGINATION */
.pagination-wrapper {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 25px; }

.daba-pagination {
  list-style: none;
}
.daba-pagination li {
    display: inline-block;
    margin: 0;
    margin-left: -3px;
    padding: 0;
    font-size: 13px;
    font-weight: 900;
}
.daba-pagination li.active {
      padding: 0px 10px;
      line-height: 24px;
      color: #cf4e12;
}
.daba-pagination li a {
      display: block;
      padding: 0px 10px;
      line-height: 24px;
      color: #000000;
}
.page-numbers {
	display: inline-block;
    padding: 0px 10px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    margin-left: -3px;
    font-size: 13px;
    font-weight: 900;
}
.page-numbers.current {
	padding: 0px 10px;
    line-height: 24px;
    color: #cf4e12;
}
.daba-pagination li.pag-arrow {
      padding: 0 10px;
}
.daba-pagination li.pag-arrow a, .prev, .next {
        padding: 0;
        width: 24px;
        height: 24px;
        background: url("img/pagination-arrows.png") 0 0 no-repeat;
        vertical-align: baseline;
}

.prev, .next {
	margin: 0 10px;
	text-indent: -9999px;
}
.daba-pagination li.pag-arrow.pag-arrow-left a {
      background-position: 0 0;
}
.daba-pagination li.pag-arrow.pag-arrow-left a:hover, .prev:hover {
        background-position: 0 -60px;
}
.daba-pagination li.pag-arrow.pag-arrow-right a {
      background-position: 0 -30px;
}
.daba-pagination li.pag-arrow.pag-arrow-right a:hover{
        background-position: 0 -90px;
}
.prev {
      background-position: 0 0;
}
.prev:hover {
        background-position: 0 -60px;
}
.next {
      background-position: 0 -30px;
}
.next:hover {
        background-position: 0 -90px;
}

/* END PAGINATION */
/*-------------------------------------------------------------------------------------------------------------------*/
/* SINGLE PAGE */
.single-page {
  background-color: #f1f4f7; }

.content-box {
  position: relative;
  border: 1px solid #e7e7e7;
  margin: 30px 0 40px 0;
  margin-left: 105px;
  padding: 30px 30px 30px 230px;
  background-color: #ffffff;
  min-height: 265px;
}
.post-content-box {
	margin: 30px 0px 40px 0;
	padding: 30px 45px 30px 30px;
}
.content-box h3 {
    font-size: 17px;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.content-box h4 {
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 8px 0;
    padding: 0;
    font-weight: 700;
}
.content-box p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 12px 0;
    padding: 0;
    font-weight: 400;
}
.content-box ul {
	list-style: circle;
}
.content-box ul li {
	font-size: 16px;
	margin: 5px 0;
}
.content-box .beginners-social-icons-list li {
	margin: 0 5px;
}
.content-box a, .wpcf7-list-item-label a {
    color: #cf4e12;
}
.content-box a:hover, .wpcf7-list-item-label a:hover {
      color: #e37827;
}
.content-box .img-thumbnail {
    position: absolute;
    top: 30px;
    left: -105px;
    width: 305px;
    border: 3px solid #ffffff;
    padding: 0;
}
.content-box p img {
    max-width: 100%;
    height: auto;
}
img.featured-post-image {
	margin-bottom: 30px;
	width: 100%;
}
p.team-member-info {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
}
p.team-member-dance-styles {
	color: #e37827;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.content-box {
		margin: 75px 0 30px 0;
		padding: 30px;
		position: relative;
		background-color: #ffffff;
		min-height: 415px;
	}
	.post-content-box {
		margin: 30px 0;
		padding: 20px;
	}
	.content-box .img-thumbnail {
		position: static;
		top: auto;
		left: auto;
		height: 190px;
		display: block;
		margin: -75px auto 45px auto;
	}
	.special-box-border-right {
    	left: 0; 
    }
}

@media screen and (max-width: 479px) {
	.post-content-box {
		margin: 30px 0;
		padding: 10px;
	}
	.post-content {
		padding: 0 10px 30px 10px;
	}
}

/* END SINGLE PAGE */
/*-------------------------------------------------------------------------------------------------------------------*/
/* GALLERY */
.gallery-page .special-box {
  min-height: 340px;
}
.gallery-page .special-box .img-thumbnail {
    margin-bottom: 25px;
    transition: .3s opacity;
}
.gallery-page .special-box .img-thumbnail:hover {
	opacity: .8;
}
.gallery-page .gallery-grid {
  text-align: center;
  padding: 30px 0 0 0;

}
.single-page .gallery-grid {
	margin-top: 50px;
}
.gallery-grid .gallery-image {
	margin-bottom: 20px;
}
.gallery-grid ul {
	display: flex;
	flex-wrap: wrap;
}
.gallery-page img {
  width: 100%;
  border: 3px solid #ffffff;
  margin-bottom: 30px;
}
.gallery-page .gallery-thumbnail img {
	width: 275px;
}

@media screen and (max-width: 1199px) {
  .gallery-page .special-box {
    min-height: 310px; } }

@media screen and (max-width: 991px) {
  .gallery-page .special-box {
    min-height: 280px; 
  } 

}

/* END GALLERY */
/*-------------------------------------------------------------------------------------------------------------------*/
/* LIGHTBOX */
.lb-outerContainer {
  border-radius: 0px; }

.lb-container {
  padding: 25px 25px; }

.lb-dataContainer {
  background-color: #ffffff;
  border-radius: 0;
  padding: 0; }

.lightbox .lb-image {
  border-radius: 0; }

.lb-data .lb-caption {
  color: #000000;
  font-weight: 700;
  font-size: 13px; }

.lb-data .lb-details {
  padding: 0 0 25px 25px;
  width: 75%; }

.lb-data .lb-number {
  color: #666666; }

.lb-data .lb-close {
  margin-right: 25px;
  background-image: url("img/lb-close-img.png");
  opacity: 1; }

.lb-nav a.lb-prev {
  background-image: url("img/prev.png"); }

.lb-nav a.lb-next {
  background-image: url("img/next.png"); }

@media screen and (max-width: 767px) {
  .lb-data .lb-details {
    padding: 0 0 0 25px; } }

/* END LIGHTBOX */
/*-------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */

footer {
  padding: 30px 0 30px 0;
  background-color: #cf4e12;
}
.footer-section {
	width: 25%;
	padding: 0 15px;
}
footer address, footer .footer-section p {
	font-size: 14px;
	color: rgba(255, 255, 255, .7)
}
footer .footer-section p a {
	color: #ffffff;
}
footer .footer-section p a:hover {
	color: rgba(255, 255, 255, .7);
}

h4.footer-title {
	font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}
span.days {
	color: rgba(255, 255, 255, .7);
}
span.hours {
	color: #ffffff;
}
a.email-footer, a.phone-footer {
	color: #ffffff;
}
.social-icons-list {
	display: flex;
	margin-top: 18px;
}
.social-icons-list li {
	width: 54px;
	height: 54px;
	border: dotted 2px #ffffff;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    transition: .8s;
    cursor: pointer;
}
.social-icons-list li:first-child {
	margin-left: 0;
}
.social-icons-list li:hover {
	background-color: #ffffff;
}
.social-icons-list .fab {
	font-size: 30px;
	color: #ffffff;
	transition: .8s;
}
.social-icons-list li:hover .fab {
	color: #cf4e12;
}
.social-partner-section {
	display: flex;
	align-items: center;
	flex-direction: column;
	
}
.sport-partners-slogan {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
}
img.partners-image {
	margin-top: 15px;
	max-width: 600px;
}

.site-info {
	text-align: center;
}
.site-info, .site-info a {
	color: rgb(255, 255, 255);
}
.site-info a:hover {
	color: rgba(255, 255, 255, .7);
}

@media screen and (max-width: 991px) {
	.footer-section {
		width: 38%;
		margin-bottom: 20px;
		margin-left: 70px;
	}
	.footer-row {
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.footer-section {
		width: 44%;
		margin-left: 30px;
	}
}
@media screen and (max-width: 499px) {
	.footer-section {
		width: 100%;
		margin-left: 0px;
	}
	.social-partner-section {
		align-items: flex-start;
	}
	img.partners-image {
		width: 300px;
	}
}

.modal-content {
	padding: 10px;
}

/* END FOOTER */
/*-------------------------------------------------------------------------------------------------------------------*/
/* TPL PODSTAWOWY */
.tpl-podstawowy .content-box {
  margin: 30px 0 40px 0;
  padding: 30px 45px 30px 30px; 
}
.tpl-podstawowy .content-box img {
    width: 100%;
    height: auto;
    margin-bottom: 18px; 
}
/* END TPL PODSTAWOWY */
/*-------------------------------------------------------------------------------------------------------------------*/
/* Videoteka */

.youtube-video-link {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: .5s opacity;
    margin-bottom: 15px;
}
a.youtube-video-link:hover {
	opacity: .8;
}
.video-text-row {
	display: flex;
	justify-content: center;
}


.gallery-page img.video-gallery-img, .gallery-page img.youtube-icon {
	margin: 0;
}
.gallery-page img.youtube-icon {
	position: absolute;
	width: 50px;
	border: none;
}


.video-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.video-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23%;
}
.tpl-podstawowy .content-box .video-item img.video-thumb {
	margin-bottom: 0px;
}
a.video-link {
	position:relative;
}

.tpl-podstawowy .content-box img.youtube-icon {
	width: 40px;
	margin-bottom: 0;
	position: absolute;
}
.video-item:hover img {
	opacity: .85;
}
.yt-text-section {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 50px 0;
}
.video-text {
	text-align: center;
}
a.yt-btn, a.yt-btn:hover {
	color: #ffffff;
	width: auto;
}
@media screen and (max-width: 991px) {
	.video-item {
		width: 48%;
		margin-bottom: 18px; 
	}
	.tpl-podstawowy .content-box img.youtube-icon {
		width: 44px;
	}
}
@media screen and (max-width: 767px) {
	.tpl-podstawowy .content-box {
		padding: 30px 30px 45px 30px; 
	}
}
@media screen and (max-width: 499px) {
	.video-item {
		width: 100%;
	}
	.tpl-podstawowy .content-box img.youtube-icon {
		width: 56px;
	}
}


/* END TPL PODSTAWOWY */
/*-------------------------------------------------------------------------------------------------------------------*/
/* REGULAMINY */
.content-box ul.rules-row {
	list-style: none;
	flex-direction: column;
	margin: 0 0 0 20px;
}
.content-box h3.rule-name {
	text-transform: none;
	color: #000000;
}
.content-box h3.rule-name:hover {
	color: rgba(0, 0, 0, .7);
}
.season-items-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}
.season-link-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.season-link-box img {
	border-radius: 50%;
    border: 3px solid #e37827;
    width: 220px;
    margin: 20px 0;
}
a.season-link-box, img.dance-style-list-thumbnail {
	transition: box-shadow 0.3s ease-in-out;
}
a.season-link-box:hover img, img.dance-style-list-thumbnail:hover {
	box-shadow: 0 0 25px rgba(227, 120, 39, .5);
}

.tpl-podstawowy .content-box img.rules-icon, .tpl-podstawowy .content-box img.photo-icon {
	position: absolute;
	width: 56px;
	margin-bottom: 0;
}
h3.season-name {
	text-align: center;
	font-size: 1.1em;
	margin-top: 15px;
	text-transform: none;
}
h3.rule-name {
	margin-bottom: 20px;
}
h3.rule-name a {
	text-align: left;
	color: #000000;
	font-size: 1.1em;
	text-transform: none;
}

/*-------------------------------------------------------------------------------------------------------------------*/

.btn-more-white {
  display: inline-block;
  background-color: #cf440f;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }

a.btn-more-white:visited {
    color: #fff;
    background-color: #e37827; }

  a.btn-more-white:hover, a.btn-more-white:focus {
    color: #444;
    background-color: #e37827; }
/*--------------------------------------------------------------------------------------------------------------*/

.dance-style-box {
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dance-style-box h3 {
	font-family: 'Bira';
	text-align: center;
	margin: 0;
	color: #F9971D;
}


/*--------------------------------------------------------------------------------------------------------------*/
address.address-contact {
	margin-top: 0;
	font-size: 1.1em;
}
p.transfer-info {
	font-size: 1.1em;
}
.transport-section {
	margin: 20px 0;
	text-align: center;
}
.transport-type-item {
	margin-bottom: 25px;
}
h3.transport-types {
	font-size: 16px;
	margin-bottom: 30px;
}
.transport-type-title {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.tpl-podstawowy .content-box img.transport-type-image, .single-page .content-box img.transport-type-image {
	width: 65px;
	height: 65px;
    border-radius: 50%;
    border: 2px solid #F9961D;
    margin-bottom: 0;
}
h4.transport-type-headline {
	font-size: 16px;
    color: #F9961D;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 15px;
}
p.transport-type-description {
	padding-left: 80px;
}
ul.transport-type-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.contact-gmaps-link {
	width: 100%;
	height: 450px;
	border: 0;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	p.transport-type-description {
		padding-left: 0;
	}
	.transport-type-title {
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------------------------------------------------------*/
.section-beginners {
	margin-top: 40px;
}
.beginners-title {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
h2.beginners-title-text,
h4.beginners-title-text {
	font-size: 16px;
    color: #F9961D;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 15px;
}
h3.beginners-title-text {
	color: #F9961D;
}
.tpl-podstawowy .content-box img.beginners-number {
	width: 55px;
	height: 55px;
    border-radius: 50%;
    border: 2px solid #F9961D;
    margin-bottom: 0;	
}
.beginners-dance-course-description p {
	padding-left: 80px;
}
.beginners-dance-course-description ul {
	list-style-type: circle;
	margin-left: 20px;
	padding-left: 100px;
}
ul.beginners-dance-course-levels {
	padding-left: 80px;
	margin-top: 30px;
	list-style: none;
}
li.level-type-item {
	position: relative;
	margin-bottom: 20px;
}
li.level-type-item:before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	position: absolute;
}
.level-type-item-box {
	margin-left: 30px;
}
.level-type-item-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
}
.level-type-item-content {
    margin: 0 0 20px 0;
    font-size: 14px;
}
.tpl-podstawowy .content-box img.partners-card-image {
	width: auto;
}
.beginners-faq-items {
	display: flex;
	flex-wrap: wrap;
	padding-left: 70px;
}
.beginners-faq-box {
	margin: 15px 0;
	list-style: none;
}
.faq-box-content ul {
	list-style-type: circle;
	margin-left: 30px;
}
.info-row {
	padding-left: 80px;
}
.info-box-content {
	margin: 15px 0;
}

.info-box-content ul {
	list-style-type: circle;
	width: 90%;
	margin-left: 30px;
	margin-bottom: 20px;
}
.info-pricelist {
	text-align: center;
	margin-top: 20px;
}
.beginners-sections-bottom {
	display: flex;
	flex-wrap: wrap;	
}
.beginners-gmaps-link {
	width: 90%;
	height: 380px;
	border: 0;
	margin-top: 30px;
}
.beginners-social-icons-list {
	padding-left: 80px;
	margin-bottom: 15px;
}
.beginners-social-icons-list li {
	width: 70px;
	height: 70px;
	border: dotted 2px #cf4e12;
}
.beginners-social-icons-list .fab {
	color: #cf4e12;
}
.beginners-social-icons-list li:hover {
	background-color: #cf4e12;
}
.beginners-social-icons-list li:hover .fab {
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.beginners-dance-course-description p, ul.beginners-dance-course-levels, .beginners-dance-course-description ul, .beginners-faq-items, .info-row {
		padding-left: 0;
	}
	.beginners-title {
		margin-bottom: 15px;
	}
	.beginners-social-icons-list {
	padding-left: 60px;
	}
	.beginners-gmaps-link {
	width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.tpl-podstawowy .content-box img.partners-card-image {
		width: 100%;
	}
}
/*--------------------------------------------------------------------------------------------------------------*/
.dance-boxes {
	margin: 60px auto;
	display: grid;
	grid-gap: 40px;
	justify-content: center;
}
.dance-boxes.cols-5-boxes {
	grid-template-columns: repeat(5, 1fr);
}
.dance-boxes.cols-3-boxes {
	grid-template-columns: repeat(3, 184px );
}
@media screen and (max-width: 991px) {
	.dance-boxes.cols-5-boxes {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.dance-boxes.cols-5-boxes {
		grid-template-columns: repeat(2, 1fr);
	}
	.dance-boxes.cols-3-boxes {
		grid-template-columns: repeat(2, 1fr);
	}
}
.dance-style-list-thumbnail {
	width: 220px;
    border-radius: 50%;
    border: 3px solid #e37827;
}
.dance-boxes .dance-style-list-thumbnail {
	width: 100%;
}
.dance-boxes.cols-3-boxes .dance-style-list-thumbnail {
	max-width: 184px
}
.content-box img.dance-style-thumbnail {
	position: absolute;
    top: 30px;
    left: -105px;
    width: 230px;
    border-radius: 50%;
    border: 5px solid #e37827;
}
.content-box strong.dance-course-title {
	font-size: 1.1em;
    line-height: 1.6em;
    text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 30px;
}
.dance-trainer-boxes {
	margin-top: 20px;
	margin-left: 0px !important;
}
.dance-trainer-box {
	list-style: none;
	padding: 0;
}

.course-dance-trainer img {
	margin-bottom: 10px;
	width: 40px;
}

.course-dance-trainer span {
	color: #000000;
	margin-left: 5px;
}
.course-dance-trainer:hover span {
	opacity: 0.75;
}
.youtube-course-videos-row {
	margin-top: 26px;
	margin-bottom: 30px;
}
.course-youtube-box {
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.course-youtube-img {
	position: relative;
	width: 100%;
}
.content-box img.course-youtube-icon {
	width: 50px;
	position: absolute;
	border: 0;
}
@media screen and (max-width: 767px) {
	.content-box img.dance-style-thumbnail {
		position: static;
		top: auto;
		left: auto;
		width: 230px;
		display: block;
		margin: -75px auto 45px auto;
	}
}
ul.why-items {
	list-style: none;
	padding-left: 10px;
	margin-top: 30px;
}
li.why-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
li.why-item img {
	margin-right: 15px;
}
li.why-item p {
	margin: 0;
}
.single-page li.why-item {
	align-items: flex-start;
}

.pricing-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}
.tpl-podstawowy .content-box img.pricing-image {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	.pricing-gallery {
		grid-template-columns: repeat(1, 1fr);
	}
}
.content-box ul.signs-tips-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-box ul.signs-tips-list li {
  padding-left: 1em; 
  text-indent: -.7em;
  margin-bottom: 8px;
  font-size: 16px;
}

.content-box ul.signs-tips-list li:before {
  content: "• ";
  color: #e37827;
}
.floating-btn {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 18px;
  right: 18px;
  z-index: 100;
}

.floating-btns-wrapper {
  position: fixed;
	bottom: 18px;
  right: 18px;
  z-index: 100;
}

.floating-btns-wrapper .floating-btn {
	position: relative;
	right: unset;
	bottom: unset;
}

  
.floating-btn__button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgb(249, 150, 29);
	cursor: pointer;
	color: #ffffff;
	border: 0;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	z-index: 2;
	box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.3);
	transition: background-color 300ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.floating-btn__button span {
	font-size: 12px;
}

.floating-btn__button:hover span {
	color: #fff;
}

.floating-btn-schedule .floating-btn__button {
	background-color: #cf4e12;
}

.floating-btn .floating-btn__button img {
	width: 32px;
	height: auto;
}

.floating-btn__button:hover {
      background-color: rgba(249, 150, 29, .9);
    }

.floating-btn-schedule .floating-btn__button:hover {
	background-color: rgba(207, 78, 18, .9);
}		

.fa-envelope {
      font-size: 28px;
}
.pulse-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}  
.pulse {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: rgb(249, 150, 29);
    border-style: solid;
}


.floating-btn-schedule .pulse {
	border-color: rgb(207, 78, 18);
}

.pulse-1 {
      height: 74px;
      width: 74px;
      border-width: 3px;
      animation: 1.5s ease-out 0s infinite pulsate;
}

.pulse-2 {
      height: 84px;
      width: 84px;
      border-width: 2px;
      animation: 1.5s ease-out 0s infinite pulsate;
}

.pulse-3 {
      height: 94px;
      width: 94px;
      border-width: 1px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
.wpcf7-form label, .wpcf7-submit  {
	width: 100%;
}
.wpcf7-form p {
	margin-bottom: 0;
}
p.wpcf7-content {
	margin-bottom: 20px;
}
.form-label {
	margin-top: 5px;
}
span.wpcf7-list-item {
	margin: 0 0 0 1.5em;
}
.wpcf7-list-item input {
	position: absolute;
	left: -4px;
	margin: 4px 0 0 4px;
}
.wpcf7-checkbox {
	border: 0;
	font-size: inherit;
    color: #333;
}
.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0 0 0 10px;
	line-height: 20px;
}
.wpcf7-submit {
	margin-top: 20px;
	border-color: #cf440f;
	background-color: #cf440f;
	transition: all 0.2s; 
}
.wpcf7-submit:hover {
	background-color: #e37827;
	border-color: #e37827;
}
div.wpcf7-response-output {
	margin: 1em 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
div.wpcf7-mail-sent-ok {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.btn-primary.disabled, .btn-primary:disabled {
	border-color: #cf440f;
    background-color: #cf440f;	
}
.content-box ul.signs-social-icons-list {
	padding-left: 100px;
}
@media screen and (max-width: 479px) {
	li.why-item, .single-page li.why-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.tpl-podstawowy .content-box img.transport-type-image, .single-page .content-box img.transport-type-image {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.content-box ul.signs-social-icons-list {
		padding-left: 0;
		justify-content: center;
	}
	li.why-item p, .single-page li.why-item p {
		text-align: left;
	}
}

/*---- COOKIES ----*/

#cn-notice-text a {
	color: #cf4e12;
}
#cn-notice-text a:hover {
	color: #e37827;
}
.cn-button.bootstrap {
	background-color: #cf440f;
	background-image: none;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	font-weight: 600;
}
.cn-button.bootstrap:hover {
	background-color: #e37827;
}
/*---- HEADER BANNER ----*/
.home-banner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.home-image-box img {
	transition: box-shadow 0.3s ease-in-out;
	max-width: 250px;
	border-radius: 50%;
}
.home-image-box img:hover {
	box-shadow: 0 0 25px rgba(249, 150, 29, .5);
}
.home-advanced img {
	/* border: 4px solid #F9961D; */
	box-sizing: border-box;
}
.owl-carousel .owl-item img.barbra-home-image {
	width: 300px;
	position: relative;
}
.owl-carousel .owl-item .home-image-box img {
	width: 300px;
}
.home-image-boxes {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	margin: 0;
}
.home-beginners.home-image-box {
	margin-right: 180px;
}
.home-advanced.home-image-box {
	margin-left: 180px;
}
@media screen and (max-width: 1024px) {
	.barbra-home-image {
		width: 280px;
	}
	.home-image-box img {
		width: 160px;
	}
}
@media screen and (max-width: 768px) {
	.owl-carousel .owl-item img.barbra-home-image {
		width: 220px;
	}
	.home-image-boxes {
		justify-content: space-around;
	}
	.owl-carousel .owl-item .home-image-box img {
		width: 180px;
	}
	.home-beginners.home-image-box {
		margin-right: 80px;
	}
	.home-advanced.home-image-box {
		margin-left: 80px;
	}
}
@media screen and (max-width: 667px) {
	.owl-carousel .owl-item img.barbra-home-image {
		width: 180px;
	}
	.home-image-boxes {
		position: relative;
		margin-top: 20px;
	}
	.home-beginners.home-image-box, .home-advanced.home-image-box {
		margin: 10px 0;
	}
	.owl-carousel .owl-item .home-image-box img {
		width: 160px;
	}
	.barbra-home-image {
		width: 180px;
	}
}
@media screen and (max-width: 379px) {
	.owl-carousel .owl-item .home-image-box img {
		width: 135px;
	}	
}

/*---- Beginners ----*/
.barbra-beginners-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 991px) {
	.barbra-beginners-image {
		margin-top: 30px;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 767px) {
	.barbra-beginners-image {
		align-items: center;
	}
	.tpl-podstawowy .content-box .barbra-beginners-image img {
		width: 50%;
	}
}

.event-atelier-content-desc {
	margin: 15px 0;
}

/*---- Schedule ----*/
.dance-style-list {
    margin-top: 20px;
}
.dance-style-list img {
	width: 120px;
	margin: 4px;
}
.schedule-box {
	margin-left: 0;
	padding: 30px; 
}
.schedule-box .beginners-dance-course-description p, .schedule-box ul.beginners-dance-course-levels  {
	padding-left: 0;
}
.schedule-box .beginners-dance-course-description ul {
	padding-left: 20px;
}
.schedule-box h2 {
	margin-bottom: 50px;
	font-size: 1.5rem;
}
.schedule-box .room-name {
	width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 20px auto;
    font-size: 18px;
	font-weight: 700;
	background-color: #f1f4f7;
    padding: 10px 0;
}
.table-bordered, .table-bordered td {
	border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fff;
}

.time-schedule-cell {
	width: 10%;
}
.time-schedule-cell time {
	font-weight: 600;
}
.event-schedule-cell {
	width: 30%;
}
.latin-schedule-cell {
	width: 100%;
}
.event-schedule {
	color: #ffffff;
	height: 70px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    transition: background-color 0.3s ease-in-out;
}
.event-schedule-top {
	display: flex;
    align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.event-schedule h4 {
	text-transform: uppercase;
}

.event-schedule-bottom {
    display: flex;
    justify-content: space-between;
}
.event-schedule-trainer {
	display: inline-flex;
    align-items: center;
}
.event-schedule-trainer a h5,
.event-schedule-trainer h5 {
	color: #ffffff;
    font-size: 14px;
    margin: 0;
}
.event-schedule-trainer a h5 {
	cursor: pointer;
	transition: color .3s ease-in-out;
}
.event-schedule-trainer a:hover h5 {
	color: rgba(255, 255, 255, .8);
}
.event-schedule-level, .event-schedule-info {
    background-color: #ffffff;
    color: #000;
    padding: 3px 10px;
    border-radius: 4px;
    margin-right: 10px;
    text-transform: uppercase;
}
.event-schedule-info {
	cursor: pointer;
}
.event-schedule.signs, .open-filter, li.level-type-item:nth-child(1):before {
	background-color: #08D2F1;
}
.event-schedule.open, .enrollments-filter, li.level-type-item:nth-child(2):before {
	background-color: #ffcb26;
}
.event-schedule.beginners, .beginners-filter, li.level-type-item:nth-child(3):before {
	background-color: #B1EB02;
}
.event-schedule.basic, .basic-filter, li.level-type-item:nth-child(4):before {
	background-color: #8C8535;
}
.event-schedule.advanced, .advanced-filter, li.level-type-item:nth-child(5):before {
	background-color: #FA6900;
}
.event-schedule.empty {
	background-color: #FFFFFF;
}

/*---- Schedule - filters ----*/
.filters-box {
	margin: 30px 0 -15px 0;
	padding: 15px 30px;
	min-height: 0;
}
.filter-text {
	font-weight: 600;
}
.filters-box ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.filters-box ul li a {
	margin: 0 10px 5px 0;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 13px;
	border-radius: 3px;
}
.filters-box ul li a:hover {
	opacity: .75;
	color: #ffffff;
}
.filters-box ul li a.all-filter {
	color: #cf4e12;
	border: 1px solid #cf4e12;
}
.event-schedule.disabled {
	background-color: rgba(0, 0, 0, .2);
}
.event-schedule.empty.disabled {
	background-color: #ffffff;
}
.room-box:nth-of-type(3) {
	margin-top: 40px;
}
@media only screen and (max-width: 991px) {

	.dance-style-container {
		display: none;
	}	
	
	.schedule-box h2 {
		margin-bottom: 10px;
	}
/* Force table to not be like tables anymore */
	table.timetable,
	.timetable thead,
	.timetable tbody,
	.timetable th,
	.timetable td,
	.timetable tr {
		display: block;
	}
	 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.timetable {
		padding: 0;
	}
	.timetable thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
	.timetable td {
		/* Behave like a "row" */
		border: none;
		position: relative;
		white-space: normal;
		width: 100%;
	}
	.time-schedule-cell {
		padding: 20px 0 10px 0;
	}
	 
	.timetable td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	.event-schedule.empty {
		display: none;
	}
	.schedule-box .room-name {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	.filters-box, .schedule-box {
		margin: 0 0 30px 0;
	}
	.filters-box {
		margin-top: 30px;
		margin-bottom: 15px;
		padding: 15px;
	}
	.schedule-box {
		margin-left: 0;
		padding: 30px 15px;
	}
	.schedule-box:nth-child(1) {
		margin-top: 30px;
	}
	.schedule-content-column {
		margin-top: 30px;
	}
	.room-box {
		margin-top: 40px;
	}
	.schedule-box h2 {
		text-align: center;
	}
	.schedule-list .owl-nav {
		position: absolute;
		top: 80px;
		width: 480px;
		left: 50%;
		transform: translateX(-50%);
	}
	.schedule-list .owl-nav button::before {
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-size: 24px;
	}
	.schedule-list .owl-nav button span {
		display: none;
	}
	.owl-prev {
		left: 0;
	}
	.owl-prev::before {
		content: "\f137";
	}
	.owl-next {
		right: 0;
	}
	.owl-next::before {
		content: "\f138";
	}
	.schedule-list .owl-nav button.disabled {
		opacity: 0;
	}
	.schedule-list .owl-nav button:hover:before {
		transition: color .3s ease-in-out;
	}
	.schedule-list .owl-nav button:hover:before {
		color: #cf4e12;
	}
}
@media screen and (max-width: 576px) {
	.schedule-box h2 {
		font-size: 1.2rem;
	}
	.schedule-list .owl-nav {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 479px) {
	.event-schedule-level, .event-schedule-info {
		font-size: 12px;
		margin-right: 3px;
	}
	.event-schedule {
		padding-left: 10px;
	}
}

/*---- Slider ---- */
.owl-stage-outer {
	margin-bottom: 30px;
}
.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
	bottom: -15px;
	left: 0;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -15px;
    right: 0;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
	color: rgb(214, 214, 214);
	font-size: 30px;
	transition: color .4s ease-in-out;
}
.owl-theme .owl-nav [class*='owl-']:hover, .owl-theme .owl-prev [class*='owl-']:hover {
	background: transparent;
}
.owl-theme .owl-nav [class*='owl-']:hover i, .owl-theme .owl-prev [class*='owl-']:hover i {
	color: rgb(134, 151, 145)
}
@media screen and (min-width: 768px) {
	.home-image-boxes-mobile {
		display: none;
	}
}
@media screen and (max-width: 479px) {
	.owl-stage-outer {
		margin-bottom: 50px;
	}
}
.culture-program .section {
	margin-bottom: 40px;
}
.culture-program-desc {
	margin-top: 20px;
	padding-left: 84px;
}
.culture-program-desc .middle-headline  {
	margin-top: 30px;
    display: block;
}
.culture-program-desc ul {
	margin-left: 40px;
}
.tpl-podstawowy.culture-program .content-box img.dance-style-list-thumbnail {
	max-width: 200px;
}
.culture-program .dance-box {
	margin: 20px;
}
.culture-program-course .content-box strong.dance-course-title {
	display: block;
}
.culture-program-course .course-dance-trainer img {
	margin-bottom: 0;
}
.culture-program-instructor-bio {
	margin-top: 20px;
}
.culture-program-instructor-bio ul {
	margin-left: 40px;
}
@media screen and (max-width: 767px) {
	.tpl-podstawowy.culture-program .content-box img.dance-style-list-thumbnail {
		max-width: 120px;
	}
	.culture-program-desc {
		margin-top: 20px;
		padding-left: 0;
	}
}
@media screen and (max-width: 575px) {
	.culture-program .beginners-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.culture-program .beginners-title-text {
		margin-left: 0;
		margin-top: 15px;
	}
	.culture-program .beginners-social-icons-list {
		padding-left: 0;
	}
}


.events-list {
	margin: 50px 0;
}
.events-list h2 {
	text-align: center;
	margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
}
.event-cta-box {
	justify-content: center;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 200px;
}
.event-cta-btn {
	display: inline-block;
    border: 1px solid #cf440f;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 900;
    color: #cf440f;
    padding: 6px 10px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.event-cta-btn:hover {
	background-color: #cf440f;
	color: #ffffff;
}

/**
 * Home Slider
**/
.home-slider_new.owl-carousel .owl-nav button {
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
    top: 50%;
	box-shadow: 0 0 30px 2px rgb(0 0 0 / 50%);
	outline: 0;
}
.home-slider_new.owl-carousel .owl-nav button:hover,
.home-slider_new.owl-carousel .owl-nav button:visited,
.home-slider_new.owl-carousel .owl-nav button:focus,
.home-slider_new.owl-carousel .owl-nav button:active {
	background: #ffffff;
}
.home-slider_new.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-50%, calc(-50% - 27px));
}
.home-slider_new.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(50%, calc(-50% - 27px));
}
.home-slider_new.owl-carousel .owl-nav button.owl-prev::before,
.home-slider_new.owl-carousel .owl-nav button.owl-next::before {
	display: none;
}
.home-slider_new.owl-carousel .owl-nav button i {
	color: #000000;
	font-size: 18px;
	transition: color .3s ease-in-out;
}
.home-slider_new.owl-carousel .owl-nav button:hover i {
	color: #cf440f;
}

.additional-gallery {
	margin-bottom: 40px;

	& > div {
		overflow: hidden;
	}

	.gallery-item {
		margin-bottom: 0;
		padding-bottom: 0;
		overflow: hidden;
		display: flex;

		img {
			font-size: 0;
			display: block;
		}
	}

	a.gallery-item {
		img {
			transition: scale .3s ease-in-out;
		}

		&:hover {
			img {
				scale: 1.05;
			}
		}
	}
}