/*
Title:   Custom Css File
Author:  http://themeforest.net/user/hogash // Marius Hogas
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.query_rule, .seatPlace.btn-default {color:#000;}

.seatPlace {
    color: #ffffff;
    width: 28px;
    height: 23px;
    display: inline-block;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
}
.seatPlace.btn-danger.disabled, .seatPlace.btn-primary.disabled  {
    cursor: default;
}
.seatPlace.btn  {
    padding: 1px 0;
    font-size: 12px;
}
.leftRow {
    float: left;
    width: 50px;
    font-size: 14px;
}
.seatPlace.btn-danger.disabled, .seatPlace.btn-danger[disabled], .seatPlace.btn-primary.disabled, .seatPlace.btn-primary[disabled] {
    opacity: 1;
}
.minTickW {
    min-width: 990px;
}
.festDays li:hover, .festDays li.active, .festDays li.true {
    background: #cd2122;
    color: #fff;
}
.redText {
    color: #CD2122;
}
.screenK {
    font-size: 14px;
    width: 800px;
    margin: 10px auto 20px;
    border: 6px solid #ffffff;
    background: #fdfdfd;
}
.festDays li {
    background: #eee;
    color: #888;
    padding: 8px 10px;
    line-height: 1;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 0;
    cursor: pointer;
}
.festDays  {
    margin: 5px 0 20px;
    padding: 0;
    list-style: none;
    float: left;
}
.btn-success.darker {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #21cdcc;
    background-image: -moz-linear-gradient(top, #1db7b6, #21cdcc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1db7b6), to(#21cdcc));
    background-image: -webkit-linear-gradient(top, #1db7b6, #21cdcc);
    background-image: -o-linear-gradient(top, #1db7b6, #21cdcc);
    background-image: linear-gradient(to bottom, #1db7b6, #21cdcc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #21cdcc #21cdcc #1db7b6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success.darker:hover {
    color: #ffffff;
    background-color: #57e4e3;
    *background-color: #57e4e3;
}
.padH {
    margin: 2px 0 18px;
}
.marRight {
    margin-right: 40px;
}
.bannerMain {
    height: 60px;
}
.sponsPic {
    text-align: center;
}
.sponsPic img {
    height: 60px;
}
.sponsPic.maxH img {
    max-height: 60px;
    height: auto;
    margin-top: 8px;
}
.sponsPic.larger img {
    height: 80px;
}
.row.spons {
    margin-bottom: 5px;
}
.partners_carousel li img {
    max-height: 60px;
}
.custBut {
    padding: 5px 20px;
}
.custBut .icon-white {
    margin-top: 3px;
}
.imgHolder {
    display: inline-block;
    float: left;
    width: 276px;
    height: 250px;
}
.imgHolder img {
    max-width: 240px;
    max-height: 240px;
}
.articlePic {
    width: 640px;
    margin: 10px auto;
}
.articleImg {
    float: left;
    padding: 4px 20px 10px 0;
    max-width: 400px;
    max-height: 400px;
}
.vertical_tabs ul>li>a>img {
    max-width: 61px;
    max-height: 22px;
}
.marg {
    margin: 2px 0;
}
.marTop {
    margin: 8px 0;
}
.imgMid {
    width: 440px;
}
.winners a {
    font-weight: 600;
}

li.languages > a {
    font-size: 18px;
    font-weight: 400;
}
li.languages > a > span {
    width: 22px;
    height: 22px;
    background-size: 20px;
    background-position: 1px 1px;
    background-image: url(../images/icons/earth.png);
}

.topnav li.drop li a {
    font-size: 12px;
    padding: 0 10px 0 15px;
}

.topnav li.drop > .pPanel {
    min-width: 162px;
    /*height: 200px;*/
    /*opacity: 1;*/
}

.topnav li.drop .inner {
    margin-left: 8px;
}

#logo img {
    height: 84px;
}

.flexContainer {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.svid {
    display: flex;
    height: 800px;
    flex-direction: column;
}

div.caption.big_title_white h3 {
    line-height: 1.5em;
}

@media (max-width: 1000px) {
    div.caption.big_title_white {
        width: 400px;
        margin-left: 140px !important;
    }
    div.caption.big_text_white.wider {
        width: 400px;
        margin-left: 140px !important;
    }

    div.caption.big_title_white h3 {
        font-size: 26px;
    }
    .tp-simpleresponsive .tp-caption.para3 {
        margin-left: -140px;
    }
    div.caption.big_text_white p {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    div.caption.big_title_white {
        width: 300px;
        margin-left: 65px !important;
        margin-top: -22px;
    }
    div.caption.big_text_white.wider {
        width: 270px;
        margin-left: 65px !important;
    }

    div.caption.big_title_white h3 {
        font-size: 20px;
    }
    .tp-simpleresponsive .tp-caption.para3 {
        margin-left: -60px !important;
    }
    div.caption.big_text_white p {
        font-size: 18px;
    }
}
