:root{
    --main_violet: black;
    --light_brown: rgb(224,216,218);
}

/*--------------   GENERAL   -------------------*/

.intro{
    text-align: center;
}

.snowball{
    height: 30px;
    width: auto;
    display: inline-block;
    margin: 1% 2%;
}

@font-face {
    font-family: "Sans SemiBold";
    src: url('../font/OpenSans-Semibold.ttf') format("truetype");
}
body {
    font-family: "Sans SemiBold", Verdana, Tahoma;
}

h2{
    margin: 2% 0;
}

h4 {
    font-size: 18px;
    line-height: inherit;
}

p {
    font-size: 18px;
}

.btn-red {
    background-color: #0a405e;
    color: white;
}

/*--------------   NAVBAR   -------------------*/

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.transparent {
    background: rgba(0,0,0,0);
    border: 0;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav>li>a{
    color: rgb(225,225,225);
}

.navbar-default .navbar-nav>li>a:hover{
    color: white;
}

.navbar-brand{
    color: black;
    font-size: x-large;
    display: none;
}
.lang-switcher a{
    cursor: pointer;
}

/*--------------   WELCOME   -------------------*/

.hello{
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    height: 250px;
}

#welcome{
    background-image: url('../images/welcome_backgoround2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    margin-top: -10%;
    height: 80%;
}

#welcome .container{
    padding: 3% 0;
}

.hour{
    line-height: 100px;
}

.time{
    padding: 12% 0 1% 0;
}

.time p{
    margin-top: 20px;
    font-size: 38px;
}

.time p .glyphicon{
    font-size: 30px;
    margin-right: 10px;
}

.location_phone span{
    display: inline-block;
    padding: 0 2%;
}

.location_phone{
    font-size: 150%;
}

.location_phone a {
    color: white;
}

.location_phone .addres {
    font-size: 80%;
}

.social-icons i{
    margin: 0 10px;
}

/*--------------   SLOGAN   -------------------*/

.slogan h1 {
    line-height: 50px;
    color: #0a405e;
}

.red-header {
    padding: 10px 30px;
    background-color: #0a405e;
}

.red-header h3 {
    display: inline-block;
    margin: 0;
    line-height: 30px;
    color: white;
}

.red-header .glyphicon {
    color: white;
    font-size: x-large;
    line-height: 30px;

}

/* ******************** ORDER ******************** */
.order {
    background-color: #E0D8DA;
    color: black;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.order .sent-response {
    width: 80%;
    margin: 0 10% 5%;
    color: #e21d24;
    font-size: 14px;
    text-align: center;
}

.order p {
    width: 90%;
    margin: 5%;
}

.order input,
.order textarea {
    width: 90%;
    margin: 20px 5%;
}

.order button {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5%;
}

/* ******************** NEWS ******************** */
.news {
    margin-bottom: 30px;
}

.news .thumbnail {
    background-color: inherit;
    border: 0 solid transparent;
}

.news .thumbnail > img {
    border: 2px solid #d80a11;
}

.news .thumbnail p {
    color: #d80a11;
}

.news .thumbnail h4 {
    font-weight: bold;
}

#all-news {
    display: none;
}
.news-content {
    margin: 30px 0;
}
.news-content p {
    color: black;
    font-size: large;
    line-height: 28px;
}

.news-content .news-title {
    padding: 30px 0;
    text-align: center;
}

/*--------------   TRANSMISIUNI   -------------------*/

#online{

    padding: 25px 0;
}

.video-thumbs {
    width: 100%;
    height: auto;
    padding-top: 30px;
    cursor: pointer;
}

#videoCanvas, #videoCanvas2, #videoCanvas1 {
    width: 100%;
    position: relative;
}

.embed-responsive .fa {
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    color: white;
    width: 60px;
    height: 60px;
    z-index: 10000;
    opacity: 0.7;
    cursor: pointer;

}
.camera-block img{
    width: 100%;
}
.camera-block .thumb {
    cursor: pointer;
    width: 30%;
    display: inline-block;
    position: relative;
}

.camera-block .thumb img {
    width: 100%;
}
.camera-block .thumb i {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    color: white;
    width: 20px;
    height: 20px;
    z-index: 10000;
    opacity: 0.7;
    cursor: pointer;

}
.thumbs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*--------------   TICKETS   -------------------*/

#tickets{
    color: black;
    padding: 25px 0;
}

.ticket{
    width: 100%;
    margin: 2% 0;
}

#tickets h1{
    color: red;
    text-align: center;
}
#tickets .discount1, #tickets .discount2 {
    width: 100%;
}
#tickets button{
    border:2px solid black;
    /*border: 2px;*/
    background-color: white;
}

.price-box {
    width: 100%;
    text-align: left;
    position: relative;
}

.price-box .name {
    position: relative;
    font-size: 30px;
    line-height: 80px;
    font-weight: 600;
    padding: 0 80px 0 20px;
    background-color: #0a405e;
    color: white;
    margin: 30px 0;
    border-radius: 15px;
    width: 90%;
}

.price-box .name .small {
    font-size: 8px;
    line-height: 12px;
    position: absolute;
    left: 21px;
    bottom: 5px;
}

.price-box .price-value {
    position: absolute;
    right: 0;
    top:-15px;
    background-color: #feed00;
    height: 110px;
    width: 110px;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 60px;
    vertical-align: middle;
    padding-top: 25px;
    font-weight: 800;
    color: #d80a11;
}


.price-box .price-value .price-free {
    font-size: 18px;
}

.price-box .currency {
    font-size: 20px;
    line-height: 25px;
}

.price-box .price-value.student {
    background-color: rgb(17,141,219);
    color: white;
}
.price-box .price-value.children {
    background-color: rgb(233,106,22);
    color: white;
}
.price-box .price-value.personal {
    background-color: rgb(18,137,55);
    font-size: 40px;
    color: white;
}

.price-text {
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    color: rgb(206,0,88);
    margin-bottom: 10px;
}
.price-text .lesson-text {
    color: black;
}

/*Grand Events*/

#grand-event {
    background-color: #E0D8DA;
    color: black;
    padding: 25px 0;
}

#grand-event img {
    width: 100%;
    margin-bottom: 20px;
}
/*--------------   EVENTS   -------------------*/

#events{
    background-color: white;
    color: black;
    padding: 25px 0;
}


.thumbnail{
    width: 100%;
    background-color: transparent;
    border: transparent;
    text-align: center;
}

.thumbnail h3{
    color: white;
}

#events a.details {
    color: black;
}

#events a.details:hover {
    color: lightcyan;
}
.banner-lessons {
    width: 100%;
    margin-bottom: 20px;
}
#events .btn {
    background-color: #E0D8DA;
}

/*--------------   Photos   -------------------*/

#photos{
    background-color: rgb(224,216,218);
    color: black;
    padding: 25px 0;
}


.thumbnail{
    width: 100%;
    background-color: transparent;
    border: transparent;
    text-align: center;
}

.thumbnail h3{
    color: white;
}

#photos a.details {
    color: black;
}

#photos a.details:hover {
    color: lightcyan;
}
/*--------------   RULES   -------------------*/

#regulations{
    background-color: rgb(224,216,218);
    color: black;
    padding: 25px 0;
}

.counter {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: black;
    padding: 0 0 ;
    margin: 4px 0 10px 0;
}

.rule div{
    align-content: center;
}
#regulations a {
    color: black;
}

/*--------------   PARTNERS   -------------------*/

#partners{
    padding: 25px 0;
}

#partners .row img{
    width: 100%;
}

#partners a{
    width: 100%;
    color: black;
    font-size: 18px;
}

/*--------------   CONTACTS   -------------------*/

#contacts{
    padding: 25px 0;
    background-color: #E0D8DA;
    color: black;
}

#contacts input{
    border-radius: 20px;
}

#contacts textarea{
    border-radius: 17px;
}



#contacts button{
    width: 100%;
    color: black;
    border-radius: 20px;
}
.contact-data {
    margin-bottom: 30px;
}
.contact-data p {
    font-weight: bolder;
    margin: 10px;
    font-size: 14px;
    display: inline-block;
}

.contact-data p > a {
    color: #333;
}

.contact_icon {
    height: 20px;
    width: auto;
    margin: 10px 0;
    vertical-align: top;
}

/*--------------   MEDIA QUERIES   -------------------*/

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav>li>a{
        color: black;
    }

    .navbar-brand{
        display: block;
    }

    #welcome{
        margin-top: -15px;
    }
    .hello {
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    .counter {
        margin-left: 14px;
    }
}

#topcontrol {
    bottom: 20px !important;
    right: 20px !important;
}

.fotorama__arr.fotorama__arr--next {
    background: url('../images/arrow_right.png') no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin-top: -50px;
}
.fotorama__arr.fotorama__arr--prev {
    background: url('../images/arrow_left.png') no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    margin-top: -50px;
}