.section-title {
  color: #585b60;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}
.section-custom-title {
  color: #585b60;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}
.section-custom-subtitle {
  color: #585b60;
  font-size: 25px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
}
.section-padding{
  padding: 90px 0!important;
}
.controls{
	padding: 0px!important;
}
#about{
	background: #F6F6F6;
}
#team{
	background: #F6F6F6;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
a a:focus {
  outline: none;
}
.navbar-brand {
  position: relative;
  padding: 0px;
}
.top-nav-collapse {
  background: #721319!important;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: auto;
  height: 80px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #fff !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #fff !important;
  font-weight: bold;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #fff !important;
  font-weight: bold;
}

.indigo {
  background: #721319!important;
}
.navbar-brand img {
  width: 68%;
}
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #fff;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #721319;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #721319;
}

.slicknav_menu .slicknav_icon-bar {
  background: #721319;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  float: right;
  color: #fff;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #FD6E74;
    outline: none;
    background: #f8f9fa;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 48%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #721319;
    outline: none;
    background: #f8f9fa;
  }
}
/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #721319;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #721319;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 2px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* / Sliders */

.carousel-post {
  margin-right: 15px;
}

.carousel-post h5 {
  margin-top: 20px;
}

#portfolio {
  background: #F6F6F6;
  width: 100%;
}

#portfolio .mix {
  padding: 0;
  display: none;
}

.controls {
  text-align: center;
  padding-bottom: 20px;
}

a:not([href]):not([tabindex]) {
  color: #222;
}

a:focus:not([href]):not([tabindex]), a:hover:not([href]):not([tabindex]) {
  color: #fff;
}
.controls .active {
  color: #fff !important;
  background: #721319;
}

.red {
  color: #721319!important;
}

.orange {
  color: #f3750f!important;
}

.white {
  color: #fff!important;
}

#Festival {
  background-color: #fdfdfd;
}

#prices, #principles {
  background-color: #721319;
}

.center {
  text-align: center;
}

#Festival .counter {
  padding: 25px;
  border: 1px solid #f3750f;
  background-color: #f3750f;
  border-radius: 50%;
  height: 170px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}

.counter .number {
  text-align: center;
  padding-top: 20px;
}

#prices .prices-img {
  height: 349px;
  width: auto;
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-bottom: 15px;
}

#prices .logo-img {
  height: 100px;
  width: auto;
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
  margin: 0;
  padding: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }



/* Theme Styles */
.flexslider {
  position: relative;
  zoom: 1;
  padding: 10px;
  background: #ffffff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0, .2);
  box-shadow: 0px 1px 1px rgba(0,0,0, .2);
}

/* Edit it if you want */
.flex-container {
  min-width: 150px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
.flex-direction-nav a {
  display: block;
  position: absolute;
  margin: -17px 0 0 0;
  width: 35px;
  height: 35px;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 9999;

  background-color: #f3750f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3750f), to(#f3750f));
  background-image: -webkit-linear-gradient(top, #f3750f, #f3750f);
  background-image: -moz-linear-gradient(top, #f3750f, #f3750f);
  background-image: -o-linear-gradient(top, #f3750f, #f3750f);
  background-image: linear-gradient(to bottom, #f3750f, #f3750f);
}

.flex-direction-nav a:before {
  display: block;
  position: absolute;
  content: '';
  width: 9px;
  height: 13px;
  top: 11px;
  left: 11px;
  background: url(http://designmodo.com/demo/responsiveslider/img/arrows.png) no-repeat;
}

.flex-direction-nav a:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 35px;
}

.flex-direction-nav .flex-next {
  right: -5px;

  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.flex-direction-nav .flex-prev {
  left: -5px;

  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.flex-direction-nav .flex-next:before { background-position: -9px 0; left: 15px; }
.flex-direction-nav .flex-prev:before { background-position: 0 0; }

.flex-direction-nav .flex-next:after {
  right: 0;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f3750f;
}

.flex-direction-nav .flex-prev:after {
  left: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #f3750f;
}

/* Control Nav */
.flexslider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: -40px;
  text-align: center;
  margin: 0 0 0 -10px;
}

.flex-control-nav li {
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #b6b6b6 \9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 0 2px #b6b6b6;
  -moz-box-shadow: inset 0 0 0 2px #b6b6b6;
  box-shadow: inset 0 0 0 2px #b6b6b6;
}

.flex-control-paging li a.flex-active {
  background-color: #f3750f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3750f), to(#f3750f));
  background-image: -webkit-linear-gradient(top, #f3750f, #f3750f);
  background-image: -moz-linear-gradient(top, #f3750f, #f3750f);
  background-image: -o-linear-gradient(top, #f3750f, #f3750f);
  background-image: linear-gradient(to bottom, #f3750f, #f3750f);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Captions */
.flexslider .slides p {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: white;
  background-color: #f3750f;
  background: rgba(243,117,15, .9);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#choice {
  background-color: #F6F6F6;
  padding-top: 100px!important;
}

#top-cover {
  background-image: url(../img/about/about.png);
  background-size: cover;
  padding: 60px 0;
}

#top-sm-cover {
  background-image: url(../img/about/about.png);
  background-size: cover;
  padding: 80px 0 20px;
}
#top-cover .container {
  padding-top: 100px;
}

#top-cover .container h1, #top-cover .container p {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.center-container {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.img-square--300 {
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-bt--20 {
  padding-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.with-margin--50 {
  margin-top: 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.data-padding {
  padding: 20px 10px 40px 10px;
}

.data-padding .container {
  border: 1px solid #c1c1c1;
  box-shadow: 1px 2px 2px 2px;
}

.data-seminar-block {
  padding: 35px 15px 15px 15px;
  margin-top: 100px;
}

.seminar-thumbnail {
  width: 100%;
}

.seeMore {
  margin-bottom: 10px;
}

.seeMoreImage {
  max-height: 300px;
  margin: 10px auto 10px auto;
  display: flex;
}

.ticket-cover {
  max-width: 100%;
}

.festTabs li.active {
  background-color: #721319;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.festTabs li.active a{
  color: #fff;
  font-weight: bold;
}

.festTabs li {
  padding: 15px;
}

.submissionBloc {
  background-color: #f6f6f6;
  padding: 15px;
}

.submissionBloc ol {
  counter-reset: list;
}
.submissionBloc ol > li:before {
  content: "[" counter(list, decimal) "] ";
  counter-increment: list;
  font-weight: bold;
}
.label1 {
  clear: both;
  width: 94%;
  display: block;
  line-height: 120%;
  overflow: hidden;
  font-weight: bold;
}
.text1 {
  width: 94%;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  font-family: 'Titillium Web', sans-serif;
  border: 1px solid #FF7600;
  margin-bottom: 18px;
  margin-top: 3px;
  min-height: 40px !important;
  background: #fff;
}
.text2 {
  width: 94%;
  height: 100px;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  font-family: 'Titillium Web', sans-serif;
  border: 1px solid #FF7600;
  margin-bottom: 18px;
  background: #fff;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.btn-common.btn-file {
  width:100%;
}

/*.carousel-inner {
  max-height: 500px!important;
}*/
.carousel-itemx {
  height: 500px;
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}
.front-bloc-image-workshop {
  height: 250px!important;
  max-width: 250px!important;
  background-position: top!important;
  background-size: cover!important;
}

.school {
  font-weight: bold;
}

.seminar-bloc {
  padding-bottom: 20px;
}

.workshop-bloc {
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  #hero {
    height: 950px;
  }
}

@media screen and (min-width: 992px) {
  #hero {
    height: 900px;
  }
}

#hero {
  padding-top: 100px;
  background: url(../img/about/about.png) center center no-repeat #4d536d;
  background-size: cover;
  width: 100%;
  font-size: 16px;
  display: table;
  z-index: 2;
}

#hero h1{
  color: #fff;
  font-size: 45px;
}

#hero p{
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

.tv-background {
  background-image:url(../img/tv.png);
  background-width:90%;height:530px;
  background-repeat: no-repeat;
  background-size: 750px 530px;
  width: 750px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}

#video-bloc {
  padding-top: 15px;
  width:722px;
}

#video-bloc img {
  width: 720px;
  height: 432px;
}

#tvShowsSeason {
  padding-top: 40px;
  padding-bottom: 40px;
}

#tvShowsSeason img.thumbnail {
  height: 180px;
  width: auto;
}

.show-to-view {
  cursor: pointer;
}

.thumb-event-img {
  height: 250px !important;
  margin-top: 15px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.thumb-event {
  background-color: #fff;
  height: 410px !important;
}

.thumb-event button{
  float: right;
}

.bg-white{
  background: #fff;
}

.thumb-event-details {
  padding: 15px;
}

#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
}

section#contact {
  padding: 100px 10px 60px 10px;
}

.checkout-bloc {
  padding: 25px;
  background-color: #f7f7f7;
  border: 1px solid #c1c1c1;
}

.checkout-bloc input {
  background-color: #fff!important;
}

.top-marging-section {
  height:70px;
}

td.qt {
  width: 200px;
}

input.qtyminus, input.qtyplus {
  width: 30px;
  height: 30px;
  border: 1px solid #f3750f;
  background-color: #f3750f;
  color: #fff;
}

td.qt input[type=number] {
  width: 40px;
  height: 30px;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
  border: 1px solid #f3750f;
}

.img-frame, .frame-block {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.yellow-background {
  background-color: yellow;
  padding: 0px 5px 0px 5px;
}

.sp-block {
  clear: both;
  height : 250px;
  padding: 5px;
}

.sp-block .sp-img {
  position: relative;
}

.sp-block .sp-img img {
  position:relative;
  top:0;
  bottom:0;
  margin:auto;
  max-width: 100%;
}

.sp-block h5 {
  padding-top: 5px;
  text-align: center;
}
#radioShowIframe {
  height: 2000px
}
@media (max-width:1200px) {
  #radioShowIframe {
    height: 2300px
  }
}
.hero-video {
  background-color: #000;
  margin-top: 68px;
}
@media (max-width:992px) {
  .hero-video {
    margin-top: 42px!important;
  }
}