@font-face {
    font-family: Intro;
    src: url(../fonts/Intro.otf)
}

@font-face {
    font-family: UniNeueLight;
    src: url(../fonts/UniNeue-Light.otf)
}

@font-face {
    font-family: Museo_Sans_Cyrillic;
    src: url(../fonts/Museo_Sans_Cyrillic.otf)
}

@media only screen and (max-device-width: 1023px) {
    .dots {
        top: 320px;
    }
    .slogan {
        top: 320px;
    }
    .about-us-buttons button {
        font-size: 12px;
    }
    .down {
        top: 560px;
    }
    .group-members .members p {
        font: 16px UniNeueLight, sans-serif;
    }
    .about-us-text {
        font: 16px UniNeueLight, sans-serif;
    }
    .repertoire {
        height: 803px;
    }
    .playlist {
        height: 400px;
        margin-bottom: 40px                                                                                        ;
    }
    .group-members .members h1 {
        font: 1.2vh Intro, sans-serif;
        margin-top: 5px;
    }
    #ya-map {
        height: 500px;
    }
}

@media only screen and (min-device-width: 1024px) {
    .dots {
        top: 40%;
    }
    .slogan {
        top: 50%;
    }
    .down {
        top: 90%;
    }
    .about-us-content {
        height: 80%;
    }
    .group-members .members p {
        font: 2.3vh UniNeueLight, sans-serif;
    }
    .about-us-text {
        font: 2.3vh UniNeueLight, sans-serif;
    }
    .repertoire {
        height: 100%;
    }
    .playlist {
        height: 60%;
    }
    .group-members .members h1 {
        font: 2.5vh Intro, sans-serif;
        margin-top: 15px;
    }
    #ya-map {
        height: 70%;
    }
}

body {
    position: relative;
}

#menu {
    z-index: 99;
    position: fixed;
    top: 12px;
    width: 100%;
}

.logo {
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.slogan {
    display: block;
    z-index: 3;
    position: absolute;
    width: 100%;
    margin: 0 auto;
}

.slogan p {
    font: 74px Intro, sans-serif;
    color: #FFFFFF;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 5px;
}

.down {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 4;
    text-align: center;
}

.down a {
    background: url(../img/1/homedown.png) no-repeat 50% 50%;
    height: 50px;
    width: 70px;
    border-width: 0;
    z-index: 5;
    display: block;
    margin: 0 auto;
}

.nav {
    width: 100%;
    text-align: center;
}

.up {
    display: inline-block;
    position: fixed;
    z-index: 99;
    margin-left: 15px;
}

.nav {
    margin-top: 10px;
}

.nav li {
    display: inline-block;
}

.nav a {
    font: 22px Intro, sans-serif;
    color: #fff ;
}

.nav a:active {
    text-decoration: underline;
}

.nav li.active > a {
    text-decoration: underline;
	background-color:transparent !important;
}

.fp-tableCell{
    display: block;
}


.slides {
    display: none;
    opacity: 1;
    height: auto;
    width: auto;
}

.slides img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}

.dots {
    right: 5px;
    z-index: 3;
    position: absolute;
}
.dot {
    cursor:pointer;
    height: 17px;
    width: 17px;
    margin: 10px 10px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #c0c0c0;
    border-radius: 50%;
    display: block;
    transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
    background-color: rgb(243, 159, 86);
}

/* Fading animation */
.fade {
  -webkit-animation: fade 2s;
  animation: fade 2s;
}

@-webkit-keyframes fade {
  from {opacity: .9}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .9}
  to {opacity: 1}
}

.about {
    background: #fff url(../img/2/background.png) no-repeat 100% 0%;
}

.about-us-left {
    margin-left: 90px;
}

#about-us-header {
    width: 120px;
    height: 105px;
    margin-top: 80px;
}

.about-us-text {
    margin-top: 30px;
    margin-bottom: 50px;
}

#right-image {
    width: 80%;
    position: absolute;
    bottom: 3%;
    right: 0;
    margin-bottom: 30px;
}

.address {
    font: 13px Museo_Sans_Cyrillic, sans-serif;
    text-align: center;
    color: rgb(203, 203, 203);
    text-transform: uppercase;
}

button {
    border-radius: 3px;
    background-color: rgb(0,125,150);
    border: none;
    height: 40px;
    font-family: Museo_Sans_Cyrillic, sans-serif !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

.about-us-bottom {
    margin-top: 35px;
    margin-bottom: 15px;
}

.address p:nth-child(2) {
    margin-bottom: 0;
}

.zebra {
    width: 80%;
}

.about-us-buttons button {
    padding: 0px 10px 0px 10px;
}

.about-us-buttons button:nth-child(2) {
    margin-left: 2px;
}

.repertoire {
    background: url(../img/3/background.png) no-repeat 50% 10%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}


.repertoire-text {
    width: 70%;
    display: block;
    top: 60%;
    position: relative;
    text-align: center;
}

.repertoire-text h1 {
    font: 80px Intro, sans-serif;
    color: #FFF;
    z-index: 20;
    position: relative;
}

.repertoire-text img {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}

.repertoire-text button {
    width: 167px;
    height: 40px;
    font-size: 18px;
    z-index: 1;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

.group-members {
    background: rgb(235, 235, 235) url(../img/4/background.png) 0% 40%;
}

.group-members .members {
    height: 60%;
    margin: auto auto 50px auto;
}
.group-members .members img {
    width: 90%;
    margin-top: 10%;
}

.group-members .members h1 {
    color: #000;
    text-align: left;
    margin-bottom: 2px;
}

.group-members .col-xs-2 h1:nth-child(3) {
    margin-top: 0;
}

.group-members .members p {
    color: #000;
    margin-top: 10px;
}

.music-header, .group-members-header, .videos-header, .contacts-header {
    padding-top: 6%;
    margin-bottom: 8px;
}

.playlist {
    width: 50%;
    margin: 3% auto;
}

.videos {
    background: rgb(0,0,0) url(../img/6/background.png) 0% 10%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.video-content {
    width: 90%;
    padding-top: 7%;
    margin: 0 auto;
}

.video-desciption {
    width: 90%;
    margin: 0 auto 40px auto;
}

.video {
    text-align: center;
    width: 33%;
}

.video iframe {
    border: none;
}

.video h2 {
    font-family: Intro, sans-serif;
    text-align: left;
    color: #fff;
    margin-left: 18px;
    margin-top: 15px;
}

.video p {
    padding-top: 2%;
    font: 18px Museo_Sans_Cyrillic, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin-left: 18px;
}

.contacts {
    background-color: rgb(255, 166, 88);
}


.contact-form {
    width: 70%;
    margin: 70px auto;
    text-transform: uppercase;
    font: 15px Museo_Sans_Cyrillic, sans-serif;
    color: #FFFFFF;
}

.g-recaptcha {
    position: inherit;
    max-width: 100%;
    float: right;
}

.g-recaptcha-failed {
    outline: 3px solid #C42310;
    outline-offset: 0px;
}

.contact-form .left-form {
    float: right;
    width: 370px !important;
}

.contact-form .image-letter {
    float: left;
}


.contact-form input {
    margin-bottom: 15px;
    width: 300px;
    float: right;
    display: block;
}

.contact-form textarea {
    width: 350px;
}
.contact-form img {
    margin-top: 15px;
    float: left;
}

.contact-form p {
    margin-bottom: 5px;
}

.contact-form p:nth-child(1) {
    margin-top: 15px;
}

.contact-data {
    margin-left: 123px;
}

.contact-form button {
    width: 300px;
    height: 50px;
    float: right;
    margin-top: 15px;
    margin-bottom: 40px;
}

.terms-link {
    width: 350px;
}
.terms-link a {
    color: white;
}

.right-form .terms-link a:visited {
    color: white;
}

.right-form .terms-link a:hover {
    color: white;
}

#ya-map {
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.maps {
    background: #FFF;
    height: 100%;
    width: 100%;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #FFFFFF /* Fallback color */
}

#terms .logo  {
    padding-top: 10px;
    padding-left: 20px;
}

.terms-content {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
}

.terms-name h2{
    font-family: Intro, sans-serif;
    padding-left: 32px;
    color: rgb(147, 172, 211);
}

.terms-name button {
    background: none;
    margin-left: 25px;
    margin-top: 150px;
    font: 32px Intro !important;
    color: rgb(255, 166, 88) !important;
}

.terms-text {
    padding-right: 0;
    font: 17px Myriad Pro, sans-serif;
}

.scrollbar
{
    float: right;
    height: 350px;
    width: 100%;
    overflow-y: scroll;
}

.force-overflow
{
    min-height: 52px;
}

#style-3::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: rgb(198, 198, 198);
}
