.circus-info-poster,
.circus-info-title-icon,
.circus-info-title-show-date p,
.cities ul,
.header-info,
.header-nav,
.header-social,
.main-circus,
.modal,
.page-event,
.page-event-col2-left,
.page-event-col3-left,
.page-event-col3-center,
.topnav li a {
    box-sizing: border-box
}

.circus-photo-text h1,
.cities li a,
.contact-col-content h2,
.footer-up a,
.main-circus-press h2,
.main-circus-schedule th,
.main-circus-title-text h1,
.main-circus-title-text h1 span,
.main-circus-title-text p,
.page-history-descript h3,
.page-show-descript h3,
.slider-date,
.slider-title-city,
.slider-title-event a,
.table-show-2,
.tbl-date h4,
.tbl-day h4,
.topnav li a {
    text-transform: uppercase
}

.header-nav,
.main:after {
    display: block
}

.header-info li,
.topnav li a {
    font-weight: 300;
    text-shadow: .025em .025em 0 rgba(255, 255, 255, .85)
}

.slider,
.sliders {
    position: relative
}

.footer,
.slider figure,
svg:not(:root) {
    overflow: hidden
}

.main:after,
.modal-close {
    content: ""
}

::selection {
    color: #FFF;
    background: #024f8b
}

.header-info li,
.header-info li a {
    color: #bdcacf;
    text-decoration: none
}

body,
html {
    height: 100%;
    background-color: #424242;
    background-image: url(../img/back_all.png)
}

.main,
.main-all,
.modal-close {
    background-color: #FFF
}

.main-all {
    height: 100%;
    max-width: 3840px;
    margin: 0 auto
}

.main {
    min-height: 100%;
    margin-bottom: -12.5em
}

.header {
    background-image: url(../img/logo_back.png);
    background-image: url(../img/logo_back.png), radial-gradient(ellipse farthest-corner at center top, #FFF 0, #d9eaf1 100%);
    border-bottom: .1em solid #bdcacf
}

.header-nav {
    width: 100%;
    border-bottom: .1em solid #dce6ed;
    background: rgba(255, 255, 255, .88);
    margin: 0;
    padding: .6em 0
}

.header-info {
    display: inline-block;
    width: 15%;
    margin: 0 auto;
    text-align: center;
    padding: .7% 0
}

.header-info ul {
    display: block;
    padding: 0;
    margin: 0 auto
}

.header-info li {
    display: inline-block;
    margin-right: .5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .9em
}

.header-menu,
.header-social {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    text-align: center
}

.cities li a,
.slider-info,
.slider-title-buy a,
.topnav li a {
    font-family: 'Roboto Condensed', tahoma
}

.slider-info:first-child {
    margin-top: 40px;
}

.slider-info:not(:last-child) {
    margin-bottom: 40px;
}

.container {
    margin: 0 auto;
    max-width: 1044px;
    width: 100%;
    box-sizing: border-box;
}

.about {
    margin: -5px 0 0;
    padding: 60px 0;
    /* background-image: url(/img/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    color: #313131;
    position: relative;
}

/* .about-overlay {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
} */
.about__title {
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    margin: 40px 0 24px;
}

.about__text {
    position: relative;
    z-index: 1;
}

.project-item {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}

.project-item__pic {
    width: 240px;
}

.project-item__pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-item__info {
    /* width: calc(100% - 240px); */
    /* padding: 24px; */
    /* background-color: #89a5ecb7; */
}

.project-item:nth-child(2) .project-item__info {
    /* background-color: #a28be4a0; */
}

.project-item__title {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 41px;
    font-weight: bold;
    text-align: center;
}

.project-item__link a {}
.project__gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.project__gallery a {
    width: calc((100% - 100px) / 6);
    margin-bottom: 24px;
    display: block;
}

.project__gallery a:not(:nth-child(6n)) {
    margin-right: 20px;
}
.project__gallery a img {
width: 100%;
}

.header-info .active a {
    color: #696a6c;
    text-decoration: none
}

.header-info li a:hover {
    color: #696a6c
}

.header-menu {
    width: 70%
}

.header-social {
    width: 12%;
    padding-top: .6%
}

.header-social ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center
}

.header-social li {
    display: inline-block;
    width: 12%;
    margin: 0 .5%;
    min-width: 25px;
    max-width: 30px;
    text-align: center
}

.header-social svg {
    width: 100%;
    height: auto;
    fill: currentColor;
    color: #8AC329;
    cursor: pointer;
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s
}

.header-social svg:hover {
    color: #bdcacf
}

.header-logo {
    padding-top: 1%;
    padding-bottom: .8%;
    margin: 0 auto;
    text-align: center
}

.header-logo img {
    width: 9%;
    height: auto;
    max-width: 400px;
    min-width: 300px
}

.header-menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0
}

.sliders,
figure {
    margin: 0
}

.topnav li {
    display: inline;
    border-bottom: .1em solid rgba(255, 255, 255, 0);
    border-top: .1em solid rgba(255, 255, 255, 0);
    padding-top: 1%;
    padding-bottom: 1%;
    transition: ease-in-out .15s;
    -webkit-transition: ease-in-out .15s
}

.topnav li:hover {
    border-bottom: .1em solid #bdcacf;
    border-top: .1em solid #bdcacf
}

.topnav li a {
    display: inline-block;
    color: #024f8b;
    text-align: center;
    padding: 1.4% 2%;
    text-decoration: none;
    font-size: .94em;
    line-height: .94em;
    transition: ease-in-out .25s;
    -webkit-transition: ease-in-out .25s
}

.cities li,
.slider-title {
    transition: ease-in-out .25s
}

.topnav li a:hover {
    color: #3c3c3c;
}

.topnav li.icon {
    display: none
}

.sliders {
    display: block
}

#captioned-gallery {
    width: 100%;
    overflow: hidden
}

.slider {
    width: 500%;
    font-size: 0;
    animation: 24s slidy infinite;
    -webkit-animation: 24s slidy infinite;
    -moz-animation: 24s slidy infinite;
    -o-animation: 24s slidy infinite
}

.slider figure {
    width: 20%;
    height: auto;
    display: inline-block;
    position: inherit;
    max-height: 800px
}

.slider img {
    width: 100%;
    height: auto
}

.slider figure figcaption {
    text-align: center;
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 0
}

@keyframes slidy {

    0%,
    20% {
        left: 0
    }

    25%,
    45% {
        left: -100%
    }

    50%,
    70% {
        left: -200%
    }

    75%,
    95% {
        left: -300%
    }

    100% {
        left: -400%
    }
}

@-webkit-keyframes slidy {

    0%,
    20% {
        left: 0
    }

    25%,
    45% {
        left: -100%
    }

    50%,
    70% {
        left: -200%
    }

    75%,
    95% {
        left: -300%
    }

    100% {
        left: -400%
    }
}

@-moz-keyframes slidy {

    0%,
    20% {
        left: 0
    }

    25%,
    45% {
        left: -100%
    }

    50%,
    70% {
        left: -200%
    }

    75%,
    95% {
        left: -300%
    }

    100% {
        left: -400%
    }
}

@-o-keyframes slidy {

    0%,
    20% {
        left: 0
    }

    25%,
    45% {
        left: -100%
    }

    50%,
    70% {
        left: -200%
    }

    75%,
    95% {
        left: -300%
    }

    100% {
        left: -400%
    }
}

.slider-info {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.slider-date,
.slider-title {
    display: inline-block;
    /* height: 115px; */
    vertical-align: top;
    color: #FFF;
    box-sizing: border-box;
}

.slider-date {
    background-color: #024f8b;
    background-color: rgba(2, 79, 139, .85);
    padding: .4% 1.2%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-shadow: .025em .025em 0 rgba(33, 33, 33, .4);
    display: flex;
    align-items: center;
    max-width: 200px;
}

.slider-date span {
    font-size: 3.3em;
    letter-spacing: -.03em
}

.slider-title {
    /* background-color: #9E9E9E; */
    background-color: rgba(66, 66, 66, .6); 
    text-align: left;
    padding: .4% 3% .4% 2%;
    border-left: .05em solid #FFF;
    font-size: 42px;
    -webkit-transition: ease-in-out .25s;
    width: calc(100% - 200px);
}

.main-circus-press-button a,
.slider-title-buy a {
    -moz-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
    text-decoration: none;
    cursor: pointer
}

.slider-title-descr {
    display: block;
    margin-top: .5em;
    font-size: .39em;
    font-weight: 300;
    text-align: left;
    color: #FFF;
    text-shadow: 0 0 0 rgba(33, 33, 33, .4);
    border-bottom: .05em solid #FFF;
    padding: 0
}

.slider-title-event {
    display: block;
    margin: 0;
    padding: 0
}

.slider-title-event a {
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .025em;
    text-align: left;
    color: #FFF;
    text-shadow: .025em .025em 0 rgba(33, 33, 33, .4);
    margin: 0;
    padding: 0
}

.slider-title-bottom {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left
}

.slider-title-city {
    display: inline-block;
    width: 55%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: .5em;
    font-weight: 400;
    text-align: left;
    color: #FFF;
    text-shadow: 0 0 0 rgba(33, 33, 33, .4)
}

.slider-title-buy {
    float: right;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: right
}

.slider-title-buy a {
    display: block;
    color: #313131;
    background-color: #fff600;
    font-size: .3em;
    font-weight: 300;
    text-align: center;
    padding: 12px 36px;
    -webkit-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}

.slider-title-buy a:hover {
    background-color: #024f8b;
    color: #FFF;
}

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

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.delay-2 {
    animation-delay: 6s;
    -webkit-animation-delay: 6s
}

.delay-3 {
    animation-delay: 12s;
    -webkit-animation-delay: 12s
}

.delay-4 {
    animation-delay: 18s;
    -webkit-animation-delay: 18s
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.cities {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0 0 .15%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6);
    text-align: center;
    box-shadow: 0 .05em .01em 0 #BDBDBD;
    -webkit-box-shadow: 0 .05em .01em 0 #BDBDBD
}

/*
.active-city  {
    background-color: #fff600;
    color: #424242!important;
    text-decoration: none;
}

.active-city:hover {
    background-color: #424242;
    color: #424242!important;
}
*/
.cities ul {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: .5% 0;
    list-style: none
}

.cities li {
    display: inline-block;
    width: 12.25%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    border-radius: .05em;
    background: #024f8b;
    -webkit-transition: ease-in-out .25s
}

.cities li a,
.main-circus {
    display: block;
    text-align: center
}

.cities li:hover {
    background-color: #fff600;
    color: #3c3c3c;
}

.cities li a {
    color: #FFF;
    font-size: .94em;
    line-height: 2.4em;
    font-weight: 300;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transition: ease-in-out .25s;
    -webkit-transition: ease-in-out .25s
}

.cities li a:hover {
    color: #3c3c3c;
}



.circus-info-title-show h2,
.main-circus-title-text h1,
.main-circus-title-text h1 span {
    font-family: Merriweather, serif
}

.circus-info-title-show-date p,
.circus-photo-text h1,
.footer-up a,
.main-circus-press h2,
.main-circus-press p,
.main-circus-press-button a,
.main-circus-schedule table,
.main-circus-schedule table a,
.main-circus-schedule-button a,
.main-circus-title-text p,
.modal-close,
.page-history-descript h3,
.page-history-descript p,
.page-history-info a,
.page-history-info p,
.page-show-descript h3,
.page-show-descript p,
.table-show-2,
.table-show-3,
.tbl-buy a,
.tbl-date h4,
.tbl-day h4,
.tbl-show h4,
.tbl-time h4 {
    font-family: 'Roboto Condensed', tahoma
}

.main-circus {
    width: 100%;
    margin: 0 0 .6%;
    padding: 1% 0;
    background-image: url(../img/logo_back.png);
    background-image: url(../img/logo_back.png), radial-gradient(ellipse farthest-corner at center top, #FFF 0, #d9eaf1 100%);
    box-shadow: 0 .06em .1em 0 #BDBDBD;
    -webkit-box-shadow: 0 .06em .1em 0 #BDBDBD
}

.circus-info,
.main-circus-descr {
    box-shadow: 0 .05em .1em rgba(66, 66, 66, .1);
    box-sizing: border-box
}

.main-circus-img {
    display: inline-block;
    width: 22%;
    margin: 0;
    padding: 0 2%;
    line-height: 19em
}

.main-circus-img img {
    width: 100%;
    height: auto;
    max-width: 340px;
    min-width: 275px;
    vertical-align: middle
}

.main-circus-descr {
    display: inline-block;
    width: 70.5%;
    margin: 0;
    padding: 1.8% 2%;
    vertical-align: middle;
    background-color: #FAFAFA;
    background-color: rgba(255, 255, 255, .85)
}

.main-circus-title {
    display: block;
    width: 100%;
    text-align: left
}

.main-circus-title-icon {
    display: inline-block;
    width: 10%;
    margin: 0;
    vertical-align: top
}

.main-circus-title-icon svg {
    width: 60%;
    height: auto;
    max-height: 50px;
    min-width: 50px
}

.main-circus-title-text {
    display: inline-block;
    width: 89%
}

.main-circus-title-text h1 {
    font-size: 1.3em;
    font-weight: 900;
    text-align: left;
    color: #424242;
    margin: 0;
}

.main-circus-title-text a {
    text-decoration: none;
}

.main-circus-title-text h1 span {
    font-weight: 700;
    text-align: left;
    color: #024f8b
}

.main-circus-press h2,
.main-circus-press p,
.main-circus-title-text p {
    color: #424242
}

.main-circus-title-text hr {
    height: 1px;
    background: #024f8b;
    margin: 1.5% 0;
    border: 0
}

.circus-photo,
.footer {
    background-size: cover
}

.main-circus-title-text p {
    font-size: .95em;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    margin: 0
}

.main-circus-about {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left
}

.main-circus-press,
.main-circus-schedule {
    display: inline-block;
    width: 48%;
    vertical-align: bottom
}

.main-circus-press {
    margin: 3% 0 0;
    padding: 0;
    text-align: left
}

.main-circus-press h2 {
    font-size: 1.05em;
    font-weight: 700;
    text-align: center;
    margin: 0
}

.main-circus-press p {
    font-size: 1.04em;
    font-weight: 300;
    line-height: 1.3em;
    text-align: justify;
    text-indent: 1em;
    margin: 2% 0
}

.main-circus-press-button a {
    color: #FFF;
    font-size: .95em;
    font-weight: 400;
    text-align: right;
    background-color: #e2d300;
    float: right;
    padding: .38em .6em;
    /* background-image: linear-gradient(to bottom, #fff600 0%,#e2d300 100%); */

    -webkit-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}

.main-circus-press-button a:hover {
    color: #FFF;

}

.main-circus-schedule table,
.main-circus-schedule table a {
    font-size: .9em;
    color: #024f8b;
    font-weight: 400;
}

.main-circus-schedule table a:hover {
    color: #424242;
}

.main-circus-press-button a:hover {
    background-color: #024f8b;
    background-image: -ms-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -moz-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -o-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #024f8b), color-stop(100, #424242));
    background-image: -webkit-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: linear-gradient(to bottom, #024f8b 0%, #424242 100%);

}

.main-circus-schedule {
    margin: 0 0 0 2%;
    padding: 0;
    text-align: center
}

.main-circus-schedule table {
    width: 100%;
    border-collapse: collapse
}

.main-circus-schedule table a {
    text-decoration: none;
    float: none;
    padding: 0
}

.main-circus-schedule-button a,
.modal-close {
    float: right;
    text-decoration: none
}

.main-circus-schedule td {
    text-align: left;
    padding: .4%
}

.main-circus-schedule tr:nth-child(even) {
    background-color: #EEE
}

.main-circus-schedule th {
    text-align: center;
    padding: .4%;
    font-weight: 400;
    background-color: #424242;
    color: #FFF
}

.main-circus-schedule-button a {
    color: #FFF;
    font-size: .95em;
    font-weight: 400;
    text-align: right;
    background-color: #e2d300;
    cursor: pointer;
    padding: .38em .6em;
    /* background-image: linear-gradient(to bottom, #fff600 0%,#e2d300 100%); */
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    -ms-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}


.main-circus-schedule-button a:hover {
    color: #FFF;
    background-color: #024f8b;
    background-image: -ms-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -moz-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -o-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #024f8b), color-stop(100, #424242));
    background-image: -webkit-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: linear-gradient(to bottom, #024f8b 0%, #424242 100%);
}

.modal {
    background-color: #424242
}

.footer,
.main:after {
    height: 12.5em
}

.footer {
    background-image: url(../img/footer.jpg);
    background-color: #424242;
    padding: 1%;
}

.footer-raw {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.5% 0;
    list-style: none;
}

.footer-col {
    display: inline-block;
    width: 33%;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    vertical-align: top;
}

.footer-col ul {
    list-style-type: none;

}

.footer-col li {}

.footer-col li a {
    color: #aeaeae;
    font-family: 'Roboto Condensed', tahoma;
    font-size: 1em;
    line-height: 2.7em;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    padding: 0;
}

.footer-col li a:hover {
    color: #fff600;
}

.footer-col li p {
    color: #FFF;
    font-family: 'Roboto Condensed', tahoma;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    padding: 0;
}

.footer-col li h2 {
    color: #FFF;
    font-family: 'Roboto Condensed', tahoma;
    font-size: 1.6em;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

.footer-col li h3 {
    color: #aeaeae;
    font-family: 'Roboto Condensed', tahoma;
    font-size: 1.25em;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}


.footer-logo {
    width: 9%;
    height: auto;
    max-width: 300px;
    min-width: 200px;
}

.footer-payment {
    width: 25%;
    height: auto;
    max-width: 300px;
    min-width: 200px;
}












.modal,
pre,
textarea {
    overflow: auto
}





.modal {
    display: none;
    padding-top: 2%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 66, 66, .6);
    z-index: 100
}

.modal-content {
    margin: auto;
    position: relative;
    padding: 0;
    outline: 0;
    width: 75%;
    height: auto;
    max-width: 500px
}

.circus-tbl table,
.circus-tbl-2 table,
.circus-tbl-3 table {
    max-width: 100%;
    border-collapse: separate
}

.circus-page,
.circus-photo,
.page-event {
    width: 100%;
    display: block
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: table;
    clear: both;
    padding: .5em .8em;
    font-size: 1.6em;
    font-weight: 300;
    color: #212121;
    background-color: rgba(255, 255, 255, .9);
    border-bottom-left-radius: .1em
}

.modal-close:hover {
    background-color: #FFF
}

.circus-info,
.circus-page,
.page-event {
    background-color: #FAFAFA
}

.modal-animate {
    -webkit-animation: modal-animate .6s;
    animation: modal-animate .6s
}

@-webkit-keyframes modal-animate {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes modal-animate {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.circus-photo {
    margin: 0 auto;
    padding: 1.8% 0;
    text-align: center;
    background-image: url(../img/circus_img.jpg);
    background-position: center;
    border-bottom: .1em solid #dce6ed
}

.circus-photo-text {
    display: block;
    border-top: .12em solid #FFF;
    border-bottom: .12em solid #FFF;
    margin: 0 28%;
    padding: 0
}

.circus-photo-text h1 {
    color: #FFF;
    font-size: 3.32em;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.4em;
    text-align: center;
    text-shadow: .025em .025em 0 rgba(33, 33, 33, .34);
    margin: 0;
    padding: 0
}

.circus-page {
    margin: 0;
    padding: 0
}

.page-event {
    margin: 0;
    padding: 1.5% 2.5% 1%
}

.circus-info {
    display: inline-block;
    width: 40%;
    margin: 0 2% 0 0;
    padding: .8%;
    vertical-align: top;
    background-color: rgba(255, 255, 255, .75);
    border: .1em solid #ebebeb;
    border-radius: .2em
}

.circus-info-title-icon,
.circus-info-title-show {
    border-right: .1em solid #FFF;
    margin: 0;
    vertical-align: top;
    display: inline-block
}

.circus-info-title {
    background-color: #024f8b;
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #024f8b), color-stop(100, #FF2B5D));
    background-image: -o-linear-gradient(top right, #024f8b 0, #FF2B5D 100%);
    background-image: -moz-linear-gradient(top right, #024f8b 0, #FF2B5D 100%);
    background-image: -ms-linear-gradient(top right, #024f8b 0, #FF2B5D 100%);
    background-image: -webkit-linear-gradient(top right, #024f8b 0, #FF2B5D 100%);
    background-image: linear-gradient(to bottom left, #024f8b 0, #FF2B5D 100%);
    border-top-right-radius: .2em;
    border-top-left-radius: .2em;
    border-bottom: .15em solid #FAFAFA;
    margin: 0;
    padding: 0;
    height: 3em;
    text-align: left
}

.circus-info-title-icon {
    width: 10%;
    height: 3em;
    padding: 1.8% 0;
    background-color: #424242;
    border-top-left-radius: .2em;
    text-align: center
}

.circus-info-title-icon svg {
    width: 100%;
    height: auto;
    max-height: 26px
}

.circus-info-title-show {
    width: 60%;
    padding: 0
}

.circus-info-title-show a {
    text-decoration: none;
}

.circus-info-title-show h2 {
    font-size: 1.05em;
    line-height: 3em;
    letter-spacing: .02em;
    text-align: left;
    font-weight: 900;
    text-indent: .5em;
    color: #FFF;
    margin: 0;
    padding: 0
}

.circus-info-title-show-date {
    display: inline-block;
    width: 27%;
    margin: 0;
    padding: 1.6% 0;
    vertical-align: top
}

.circus-info-title-show-date p {
    font-size: .75em;
    letter-spacing: .02em;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    padding: 4% 0 0 10%
}

.circus-tbl table,
.tbl-day {
    text-align: center;
    margin: 0
}

.tbl-date h4,
.tbl-day h4 {
    font-weight: 700
}

.circus-info-poster {
    display: inline-block;
    margin: 0;
    padding: 0
}

.circus-info-poster img {
    width: 100%;
    height: auto
}

.circus-tbl {
    display: inline-block;
    width: 57%;
    padding: 0;
    margin: 0
}

.circus-tbl table {
    display: table;
    width: 100%;
    padding: 0
}

.circus-tbl tbody {
    display: table-row-group;
    vertical-align: middle
}

.circus-tbl tr {
    display: table-row;
    vertical-align: inherit;
    background-color: #FAFAFA;
    background-color: rgba(255, 255, 255, .75);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tbl-buy a,
.tbl-buy-2 a,
.tbl-buy-3 a {
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    text-decoration: none
}

.circus-tbl tr:hover {
    background: #e4f3f6;
    box-shadow: .025em .025em 0 rgba(33, 33, 33, .34)
}

.all-col-content,
.circus-info-2,
.circus-tbl td {
    box-shadow: 0 .05em .1em rgba(66, 66, 66, .1)
}

.circus-tbl td {
    display: table-cell;
    vertical-align: top;
    border-top: .1em solid #ddd
}

.tbl-buy,
.tbl-day,
.tbl-show {
    vertical-align: middle
}

.tbl-day {
    background: #024f8b;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #024f8b), color-stop(100, #FF3045));
    background-image: -o-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: -moz-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: -ms-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: -webkit-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: linear-gradient(to top left, #024f8b 0, #FF3045 100%);
    border-radius: .6em 0 0 .6em;
    border-style: none;
    padding: 1.2%
}

.tbl-date,
.tbl-time {
    border-right: .15em solid #FFF
}

.page-history,
.page-history-info p,
.page-show {
    border-top: .1em solid #ebebeb
}

.tbl-day h4 {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #FFF;
    padding: 0;
    margin: 0
}

.tbl-date {
    border-left: .15em solid #FFF;
    padding: 1.2% 3%;
    margin: 0;
    text-align: left
}

.tbl-buy,
.tbl-buy a,
.tbl-time {
    text-align: center
}

.tbl-date h4 {
    font-size: 1.2em;
    line-height: 1em;
    color: #004c8c;
    padding: 0;
    margin: 1% 0 0
}

.tbl-date h4 span {
    font-weight: 400;
    font-size: .8em;
    color: #424242
}

.tbl-time {
    padding: 1.2% 2%;
    margin: 0
}

.tbl-time h4 {
    font-weight: 700;
    font-size: 1.2em;
    color: #424242;
    line-height: 2.2em;
    padding: 0;
    margin: 0
}

.tbl-show {
    padding: 1.2% 3%;
    margin: 0
}

.tbl-show h4 {
    font-size: 1.1em;
    font-weight: 300;
    color: #424242;
    line-height: 2.25em;
    padding: 0;
    margin: 0
}

.tbl-buy {
    padding: 2.8% 3%;
    margin: 0
}

.tbl-buy a {
    color: #FFF;
    cursor: pointer;
    background-color: #e2d300;
    ackground-image: linear-gradient(to bottom, #fff600 0%, #e2d300 100%);
    padding: .4em .8em;
    font-size: .95em;
    font-weight: 400;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.circus-tbl tr:hover .tbl-buy a {
    background-color: #024f8b;
    background-image: -ms-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -moz-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -o-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #024f8b), color-stop(100, #424242));
    background-image: -webkit-linear-gradient(top, #024f8b 0%, #424242 100%);
    background-image: linear-gradient(to bottom, #024f8b 0%, #424242 100%);
}

.page-event-col2-left {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
    padding: 1.5% 1% 1% 0;
    background-color: #FAFAFA;
    vertical-align: top
}

.page-event-col3-left {
    display: inline-block;
    width: 33.3%;
    margin: 0 auto;
    padding: 1.5% 1% 1% 0;
    background-color: #FAFAFA;
    vertical-align: top
}

.page-event-col3-center {
    display: inline-block;
    width: 33.3%;
    margin: 0 auto;
    padding: 1.5% 0.5% 1% 0.5%;
    background-color: #FAFAFA;
    vertical-align: top
}

.page-event-col2-right {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
    padding: 1.5% 0 1% 1%;
    box-sizing: border-box;
    background-color: #FAFAFA;
    vertical-align: top
}

.page-event-col3-right {
    display: inline-block;
    width: 33.3%;
    margin: 0 auto;
    padding: 1.5% 0 1% 1%;
    box-sizing: border-box;
    background-color: #FAFAFA;
    vertical-align: top
}


.circus-info-2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: .8%;
    vertical-align: top;
    background-color: #FAFAFA;
    background-color: rgba(255, 255, 255, .75);
    border: .1em solid #ebebeb;
    border-radius: .2em;
    box-sizing: border-box
}

.circus-tbl-2,
.circus-tbl-3 {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 .05em .2em rgba(66, 66, 66, 0.1);
}

.circus-tbl-2.table-active,
.circus-tbl-2.table-active-2,
.circus-tbl-2.table-active-3,
.circus-tbl-2.table-active-4,
.circus-tbl-2.table-active-5,
.circus-tbl-3.table-active,
.circus-tbl-3.table-active-2,
.circus-tbl-3.table-active-3,
.circus-tbl-3.table-active-4,
.circus-tbl-3.table-active-5 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: 0 .05em .2em rgba(66, 66, 66, 0.1);
}

.info-show-2,
.info-show-3,
.table-show-2,
.table-show-3 {
    padding: .5em 0;
    box-sizing: border-box;
    font-weight: 300;
    width: 100%;
    text-align: center;
    outline: 0;
    cursor: pointer
}

.table-show-2 {
    font-size: 0.9em;
    margin: 2% 0;
    border: none;
    color: #FFF;
    background-color: #8AC329
}

.table-show-3 {
    font-size: 0.9em;
    margin: 2% 0;
    color: #FFF;
    background-color: #024f8b;
    background-image: -ms-linear-gradient(top, #024f8b 0%, #E83333 100%);
    background-image: -moz-linear-gradient(top, #024f8b 0%, #E83333 100%);
    background-image: -o-linear-gradient(top, #024f8b 0%, #E83333 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #024f8b), color-stop(100, #E83333));
    background-image: linear-gradient(to bottom, #024f8b 0%, #E83333 100%);
    background-image: -webkit-linear-gradient(top, #024f8b 0%, #E83333 100%);
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


.table-show-2:hover,
.table-show-3:hover {
    background-color: #8AC329;
    background-image: -ms-linear-gradient(top, #8AC329 0%, #7CB025 100%);
    background-image: -moz-linear-gradient(top, #8AC329 0%, #7CB025 100%);
    background-image: -o-linear-gradient(top, #8AC329 0%, #7CB025 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8AC329), color-stop(100, #7CB025));
    background-image: linear-gradient(to bottom, #8AC329 0%, #7CB025 100%);
    background-image: -webkit-linear-gradient(top, #8AC329 0%, #7CB025 100%);
}

.info-show-2 {
    font-size: 0.9em;
    border: 0;
    margin: 3% 0 1%;
    font-family: 'Roboto Condensed', tahoma;
    color: #fff;
    background-color: #757575;
}

.info-show-3 {
    font-size: 0.89em;
    margin: 3% 0 1%;
    font-family: 'Roboto Condensed', tahoma;
    border: 0;
    color: #fff;
    background-color: #616161;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tbl-date-2 h4,
.tbl-date-3 h4,
.tbl-day-2 h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', tahoma
}

.info-show-2:hover {
    background-color: #424242;
    color: #fff;
}

.info-show-3:hover {
    background-color: #8AC329;
    color: #fff;
}

.circus-tbl-2 table,
.circus-tbl-3 table {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0
}

.circus-tbl-2 tbody,
.circus-tbl-3 tbody {
    display: table-row-group;
    vertical-align: middle
}

.circus-tbl-2 tr,
.circus-tbl-3 tr {
    display: table-row;
    vertical-align: inherit;
    background-color: #FAFAFA;
    background-color: rgba(255, 255, 255, .75);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.circus-tbl-2 tr:hover,
.circus-tbl-3 tr:hover {
    background: #e4f3f6;
    box-shadow: .025em .025em 0 rgba(33, 33, 33, .34)
}

.circus-tbl-2 td,
.circus-tbl-3 td {
    display: table-cell;
    vertical-align: top;
    border-top: .1em solid #ddd;
    box-shadow: 0 .05em .1em rgba(66, 66, 66, .1)
}

.tbl-buy-2,
.tbl-buy-3,
.tbl-day-2,
.tbl-show-2,
.tbl-show-3 {
    vertical-align: middle
}

.tbl-day-2 {
    background: #024f8b;
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #024f8b), color-stop(100, #FF3045));
    background-image: -o-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: -moz-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: -ms-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: -webkit-linear-gradient(bottom right, #024f8b 0, #FF3045 100%);
    background-image: linear-gradient(to top left, #024f8b 0, #FF3045 100%);
    text-align: center;
    border-radius: .6em 0 0 .6em;
    border-style: none;
    padding: 1.2%;
    margin: 0
}

.tbl-date-2,
.tbl-date-3,
.tbl-time-2 {
    border-right: .15em solid #FFF
}

.tbl-day-2 h4 {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #FFF;
    padding: 0;
    margin: 0
}

.tbl-date-2,
.tbl-date-3 {
    border-left: .15em solid #FFF;
    padding: 1.2% 3%;
    margin: 0;
    text-align: left
}

.tbl-buy-2,
.tbl-buy-3,
.tbl-buy-2 a,
.tbl-buy-3 a,
.tbl-time-2 {
    text-align: center
}

.tbl-date-2 h4 {
    font-size: 1.2em;
    line-height: 1em;
    color: #024f8b;
    padding: 0;
    margin: 1% 0 0
}

.tbl-date-3 h4 {
    font-size: 1.05em;
    line-height: 1em;
    color: #024f8b;
    padding: 0;
    margin: 1% 0 0
}

.tbl-date-2 h4 span,
.tbl-date-3 h4 span {
    font-weight: 400;
    font-size: .8em;
    color: #424242
}

.tbl-time-2 {
    padding: 1.2% 2%;
    margin: 0
}

.tbl-time-2 h4 {
    font-family: 'Roboto Condensed', tahoma;
    font-weight: 700;
    font-size: 1.2em;
    color: #424242;
    line-height: 2.2em;
    padding: 0;
    margin: 0
}

.tbl-show-2,
.tbl-show-3 {
    padding: 1.2% 3%;
    margin: 0
}

.tbl-show-2 h4,
.tbl-show-3 h4 {
    font-family: 'Roboto Condensed', tahoma;
    font-size: 1.1em;
    font-weight: 300;
    color: #424242;
    line-height: 2.25em;
    padding: 0;
    margin: 0
}

.tbl-buy-2 {
    padding: 2.8% 3%;
    margin: 0
}

.tbl-buy-3 {
    padding: 4% 0;
    margin: 0
}

.tbl-buy-2 a,
.tbl-buy-3 a {
    color: #FFF;
    cursor: pointer;
    background-color: #8AC329;
    padding: .4em .8em;
    font-family: 'Roboto Condensed', tahoma;
    font-size: .95em;
    font-weight: 400;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.circus-descript-2,
.circus-descript-2.info-active {
    padding: 0 0 2%;
    margin: 0
}

.circus-descript-3,
.circus-descript-3.info-active {
    padding: 4% 0 2%;
    margin: 0
}

.circus-tbl-2 tr:hover .tbl-buy-2 a {
    background-color: #424242
}

.circus-tbl-3 tr:hover .tbl-buy-3 a {
    background-color: #424242
}

.circus-descript-2,
.circus-descript-3 {
    display: none;
    width: 100%;
    box-sizing: border-box
}

.circus-descript-2.info-active,
.circus-descript-3.info-active,
.page-show {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.circus-descript-2 h3 {
    font-family: 'Roboto Condensed', tahoma;
    font-size: 1.05em;
    line-height: 1.7em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    text-indent: 2em;
    color: #424242;
    margin: 0
}

.circus-descript-3 h3 {
    font-family: 'Roboto Condensed', tahoma;
    font-size: 0.85em;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-indent: 2em;
    color: #424242;
    margin: 0
}

.circus-descript-2 p {
    font-family: 'Roboto Condensed', tahoma;
    font-size: 1.045em;
    font-weight: 300;
    line-height: 1.4em;
    text-align: justify;
    color: #424242;
    margin: .5em 0
}

.circus-descript-3 p {
    font-family: 'Roboto Condensed', tahoma;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4em;
    text-align: justify;
    color: #424242;
    margin: .5em 0
}

.page-show {
    margin: .3% 0 0;
    padding: 1.5% 2.5% 2%;
    background-color: #FFF
}

.page-show-descript,
.page-show-photos {
    display: inline-block;
    box-sizing: border-box
}

.page-show-descript {
    vertical-align: top;
    width: 77%;
    margin: 0;
    padding: 0 3% 0 0;
    border-right: .1em solid #ebebeb
}

.page-show-descript h3 {
    font-size: 1.05em;
    line-height: 2.7em;
    font-weight: 700;
    text-align: left;
    text-indent: 2em;
    color: #424242;
    margin: 0
}

.page-show-descript p {
    font-size: 1.045em;
    font-weight: 300;
    line-height: 1.4em;
    text-align: justify;
    color: #424242;
    margin: .5em 0
}

.page-history-descript h3,
.page-history-descript p {
    font-size: 1.05em;
    color: #424242
}

.page-show-photos {
    width: 22%;
    margin: 0;
    padding: 0 0 0 2%;
    text-align: right
}




.page-history {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.5% 2.5% 2%;
    box-sizing: border-box;
    background-color: #F5F5F5
}

.page-history-descript,
.page-history-info {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

.page-history-descript {
    width: 74%;
    margin: 0;
    padding: 0 0 0 2%;
    border-left: .1em solid #ebebeb
}

.page-history-descript h3 {
    line-height: 2.2em;
    font-weight: 700;
    text-align: left;
    margin: 0
}

.page-history-descript p {
    font-weight: 300;
    line-height: 1.5em;
    text-align: justify;
    font-style: italic;
    margin: .5em 0
}

.page-history-info a,
.page-history-info p {
    font-size: .94em;
    font-weight: 400;
    line-height: 1.5em;
    text-align: left;
    white-space: pre-wrap
}

.page-history-info {
    width: 25%;
    margin: 0;
    padding: 0 1% 0 0
}

.page-history-info img {
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #FFF;
    padding: 2%;
    box-sizing: border-box;
    border: .1em solid #ebebeb;
    border-radius: 1%
}

.page-history-info p {
    color: #424242;
    margin: .5em 0 0;
    box-sizing: border-box;
    padding: 3% 0 0
}

.page-history-info p span {
    color: #8AC329
}

.page-history-info a {
    text-decoration: none;
    color: #424242;
    margin: 0
}

.page-history-info a span {
    color: #8AC329
}

.all {
    height: 100%;
    margin: 0;
    padding: 0
}

.all-back {
    height: 100%;
    background-image: url(../img/back_all_circus.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.all-col {
    display: block;
    padding: 3% 8% 5%;
    margin: 0 auto;
    text-align: center
}

.all-col-content {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    background-color: #e6e6e6;
    background-color: rgba(230, 230, 230, .95);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(30, #FAFAFA), color-stop(100, #B8C4C7));
    background-image: -o-linear-gradient(top left, #FAFAFA 30%, #B8C4C7 100%);
    background-image: -moz-linear-gradient(top left, #FAFAFA 30%, #B8C4C7 100%);
    background-image: -ms-linear-gradient(top left, #FAFAFA 30%, #B8C4C7 100%);
    background-image: linear-gradient(to bottom right, #FAFAFA 30%, #B8C4C7 100%);
    background-image: -webkit-linear-gradient(top left, #FAFAFA 30%, #B8C4C7 100%);
    margin: .8%;
    padding: 1.5% 1.8%;
    border-radius: .5em;
    border: .1em solid #FAFAFA;
    box-sizing: border-box;
    cursor: pointer
}

.all-col-content:hover {
    background: #fff600;
    background-image: linear-gradient(to bottom, #fff600 0%, #e2d300 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50, #fff600), color-stop(100, #e2d300));
    background-image: -o-linear-gradient(top left, #fff600 50%, #e2d300 100%);
    background-image: -moz-linear-gradient(top left, #fff600 50%, #e2d300 100%);
    background-image: -ms-linear-gradient(top left, #fff600 50%, #e2d300 100%);
    background-image: -webkit-linear-gradient(top left, #fff600 50%, #e2d300 100%);
    box-shadow: 0 .05em .1em rgba(66, 66, 66, .9)
}

.all-col-content a {
    text-decoration: none
}

.all-col-content-img {
    display: block;
    margin: 0 auto 1.4em;
    padding: 0
}

.all-col-content-img img {
    width: 100%;
    max-width: 125px;
    height: auto;
    border-radius: 100%;
    border: .2em solid #FAFAFA
}

.all-col-content:hover .all-col-content-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.all-col-content-info {
    display: block;
    margin: 0 10%;
    padding: 0;
    text-align: center
}

.all-col-content-info h2 {
    font-family: Merriweather, serif;
    font-size: 1.05em;
    line-height: 1.2em;
    letter-spacing: .02em;
    text-align: center;
    font-weight: 900;
    color: #424242;
    background-color: #FAFAFA;
    background-color: rgba(250, 250, 250, .9);
    border-radius: .1em;
    border: .1em solid #696a6c
}

.all-col-content-info hr {
    color: #BDBDBD;
    border-bottom: #FAFAFA
}

.all-col-content-info a,
.contact-col-content form button {
    color: #FFF;
    font-family: 'Roboto Condensed', tahoma;
    font-size: .95em
}

.all-col-content-info button {
    background-color: #024f8b;
    border: none;
    padding: .34em 1.6em;
    margin: 8% auto 0;
    cursor: pointer;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.all-col-content:hover .all-col-content-info button {
    background-color: #424242
}

.all-col-content-info a {
    text-decoration: none;
    font-weight: 400;
    text-align: center
}

.contact-col-content form label,
.contact-col-content h2 {
    letter-spacing: .02em;
    font-weight: 300;
    font-family: 'Roboto Condensed', tahoma
}

.contact-page {
    height: 100%;
    margin: 0;
    padding: 0
}

.contact-back {
    height: 100%;
    background-image: url(../img/back_all_circus.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-container {
    padding: 8% 30% 19%;

}

.contact-col {
    display: block;
    padding: 5% 8%;
    margin: 0 auto;
    text-align: left
}

.contact-col-content {
    display: block;
    vertical-align: top;
    background-color: rgba(250, 250, 250, .9);
    margin: 0 auto;
    padding: 3% 5% 5%;
    border-radius: .1em;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 .05em .1em rgba(66, 66, 66, .3)
}

.contact-col-content img {
    width: 50%;
    height: auto;
    max-width: 300px;
    min-width: 70px;
}

.contact-col-content-order-raw {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.contact-col-content-order-col-left {
    display: inline-block;
    width: 5%;
    margin: 0 auto;
    padding-right: 2%;

}

.contact-col-content-order-col-right {
    display: inline-block;
    width: 84%;
    margin: 0 auto;
    padding: 0;

}

.contact-col-content-order-col-left img {
    width: 50%;
    height: auto;
    max-width: 300px;
    min-width: 70px;
}

.contact-col-content form input,
.contact-col-content form textarea {
    background-color: #BDBDBD;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #BDBDBD), color-stop(100, #D4D4D4));
    box-sizing: border-box;
    display: block
}

.contact-icon {
    display: block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0
}

.contact-col-content svg {
    padding: 3% 0;
    max-width: 55px;
    max-height: 55px;
    height: auto;
    fill: currentColor;
    color: #616161;
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s
}

.contact-title {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.contact-col-content h2 {
    font-size: 1.36em;
    line-height: .8em;
    color: #424242;
    text-align: center
}

.contact-col-content h3 {
    font-size: 1.2em;
    color: #424242;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', tahoma;
}

.contact-col-content hr {
    margin: 2% auto;
    color: #424242;
    border-top: .1em solid #BDBDBD;
    border-bottom: none
}

.contact-hr hr {
    margin: 2% auto;
    padding: 5% 0;
    color: #424242;
    border-top: .1em solid #BDBDBD;
    border-bottom: none
}

.contact-col-content form {
    margin: 2.2em auto 0;
    padding-bottom: 10%;
    text-align: left
}

.contact-col-content form label {
    font-size: 1.2em;
    line-height: 2em;
    color: #424242
}

.contact-col-content form input {
    width: 100%;
    background-image: -o-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: -moz-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: -ms-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: -webkit-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: linear-gradient(to left, #BDBDBD 0, #D4D4D4 100%);
    border: none;
    padding: .6em 1.2em;
    margin: 0 0 1em;
    color: #424242;
    font-family: 'Roboto Condensed', tahoma;
    font-weight: 400;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

::-webkit-input-placeholder {
    color: #616161;
    font-family: 'Roboto Condensed', tahoma;
    font-weight: 300
}

::-moz-placeholder {
    color: #616161;
    font-family: 'Roboto Condensed', tahoma;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #616161;
    font-family: 'Roboto Condensed', tahoma;
    font-weight: 300
}

.contact-col-content form textarea {
    width: 100%;
    background-image: -o-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: -moz-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: -ms-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: -webkit-linear-gradient(right, #BDBDBD 0, #D4D4D4 100%);
    background-image: linear-gradient(to left, #BDBDBD 0, #D4D4D4 100%);
    border: none;
    padding: .6em 1.5em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.contact-col-content form button {
    width: 32%;
    background-color: #024f8b;
    border: none;
    padding: .6em 2em;
    margin: 10% 34% 0;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

.contact-col-content form button:hover {
    background-color: #424242
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}



.full-info {
    display: block;
    width: 100%;
}

.support-page {
    height: 100%;
    margin: 0;
    padding: 0
}

.support-back {
    height: 100%;
    background-image: url(../img/back_all_circus.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.support-block {
    display: block;
    margin: 5% auto;
    padding: 0;
}

.contact-col-content p {
    font-size: 1.05em;
    line-height: 1.4em;
    color: #424242;
    text-align: left;
    font-weight: 300;
    font-family: 'Roboto Condensed', tahoma
}

.contact-col-content p span {
    font-weight: 400;
}

.partners-1 {
    display: inline-block;
    width: 49%;
    margin: 0 1% 0 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
}

.partners-2 {
    display: inline-block;
    width: 49%;
    margin: 0 0 0 1%;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
    border: none;
}


.partners-1 a,
.partners-2 a {
    text-decoration: none;
}

.partners-logo {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0.2em;
    box-shadow: 0 0.05em 0.1em rgba(66, 66, 66, .4);
    text-align: right;
    background-image: url(../img/show/oth/partners_back.jpg);
    background-position: center;
    background-size: cover;

}

.partners-logo img {
    width: 100%;
    height: auto;
}

.partners-logo-left {
    display: inline-block;
    width: 25%;
    margin: 0 auto;
    padding: 2% 0;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #2c9ac9;
    background-color: rgba(44, 154, 201, 0.6);
    background: -webkit-linear-gradient(51.34019174590992deg, rgba(44, 154, 201, 0.6) 0, rgba(252, 252, 252, 0.6) 100%);
    background: -moz-linear-gradient(38.65980825409008deg, rgba(44, 154, 201, 0.6) 0, rgba(252, 252, 252, 0.6) 100%);
    background: linear-gradient(38.65980825409008deg, rgba(44, 154, 201, 0.6) 0, rgba(252, 252, 252, 0.6) 100%);
    text-align: center;
    border-right: 0.1em solid #E0E0E0;
}

.partners-logo-left img {
    width: 100%;
    height: auto;
    max-width: 80px;
}

.partners-logo-right {
    display: inline-block;
    width: 75%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.partners-logo-right h3 {
    font-size: 1.02em;
    line-height: 2.2em;
    font-family: 'Merriweather', tahoma;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #616161;
}

.partners-logo-right h3:hover {
    color: #2c9ac9;
}


.partners-info {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 2%;
    margin: 3% 0 0;
    background-color: #FFF;
    border: 0.1em solid #ebebeb;
}

.partners-poster {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
}

.partners-poster img {
    width: 100%;
    height: auto;
    max-width: 900px;
}

.map {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    outline: 0;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

.map-content {
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    height: 0;
    z-index: 1;
    background-color: #FFFFFF;
}

.map iframe {
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}


.megatitle {
    font-size: 56px;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 300px;
}

.slider-info {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}

#captioned-gallery img {
    width: 100%;
}

@media(max-width: 640px) {
    .megatitle {
        font-size: 24px;
        line-height: 40px;
        min-height: 180px;
    }

    .slider-date {
        width: 100%;
    }

    .slider-date span {
        font-size: 22px;
    }

    .slider-title-buy {
        width: 100%;
    }

    .slider-title-buy a {
        font-size: 14px;
    }
}