@font-face {
    font-family: CirceWebRegular;
    src: url(../fonts/CRC55__W.ttf);
}

.wrapper {
    max-width: 1160px;
    margin: 0 auto;
}

* {
    font-family: CirceWebRegular, sans-serif;
    font-size: 14px;
}

.btn {
    border-radius: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #656464;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #656464;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #656464;
}

.form-control, .select2-container--krajee .select2-selection {
    border-radius: 0;
}

.stats div {
    padding: 20px 0 0 0;
    font-size: 20px;
}

.stat-count {
    font-size: 26px;
    font-weight: bold;
}

.header-counter {
    padding: 20px 40px 0 0;
    text-align: right;
}

.page h1, h2 {
    font-size: 16px;
    color: #312A7C;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.page {
    margin-top: -20px;
    background-color: #F4F4F4;
    padding-bottom: 100px;
}

.page-info div {
    font-size: 16px;
}

.content {
    background-color: #FFFFFF;
    padding: 20px;
}

.field-name {
    color: #312A7C;
}

.field-value {
    margin-bottom: 10px;
}

.white-button, .grey-button {
    text-decoration: none !important;
    padding: 15px 40px;
    border-radius: 1px;
}

.white-button {
    color: #4D4C4C;
    background-color: #FFFFFF;
}

.grey-button {
    background-color: #F4F4F4;
    color: #4D4C4C;
}

.white-button:hover, .grey-button:hover {
    color: #FFFFFF;
    background-color: #312A7C;
}

body > .top {
    background-color: #312A7C;
    color: #4D4C4C;
    height: 57px;
    padding: 9px 16px 16px;
}

.navbar-collapse {
    background-color: #312A7C;
}

.navbar-brand {
    width: 170px;
    margin-top: -10px;
    float: left;
}

.menu {
    margin-top: 4px;
    float: right;
}

.navbar-nav > li  {
    list-style-type: none;
    float: left;
}

.navbar-nav > li > a {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-nav > li > a:hover {
    background-color: #E6441A;
    border-radius: 3px;
}

.header {
    width: 100%;
    height: 650px;
    box-shadow: 0 0 0 325px rgba(0, 0, 0, 0.6) inset;
    color: #FFF;
    font-size: 30px;
    text-align: center;
}

.header-text {
    text-transform: uppercase;
    padding-top: 90px;
    font-size: 30px;
}

/* @todo: for scandinave walking banner */

.header-banner {
    padding-top: 120px;
}

.banner-on-main {
    margin-top: 40px;
}

.header-copy {
    width: 100%;
    margin: 30px auto 0;
}

.header-copy-img {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.header-copy-author {
    margin-left: 10px;
    margin-top: 7px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

.header-buttons {
    margin-top: 60px;
}

.header-button {
    width: 330px;
    height: 60px;
    display: inline-block;
    border-radius: 1px;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.header-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(320, 68, 26, 0.7);
    z-index: 1;
}

.header-button:hover:before {
    background-color: rgba(49, 42, 124, 0.7);
}

.header-button a {
    padding-top: 24px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 15px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
}

.header-button a:hover {
    text-decoration: none;
    color: #FFF;
}

.main-locations {
    padding-bottom: 130px;
}

.main-locations-items a, .main-news-items a {
    text-decoration: none;
    text-align: center;
}

.main-location-image, .main-news-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.main-location-info {
    display: none;
    height: 200px;
    margin: 0 15px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(49, 42, 124, 0.85);
    z-index: 1;
}

.main-location:hover .main-location-info {
    display: block;
}

.main-location:hover a {
    text-decoration: none;
}

.main-location-info-content {
    padding: 20px;
    color: #FFFFFF;
    text-align: left;
    z-index: 2;
}

.main-location img, .main-news img {
    width: 100%;
}

.main-location-title {
    width: 100%;
    height: 200px;
    background-color: #312A7C;
    color: #FFF;
    text-transform: uppercase;
    padding-top: 80px;
}

.main-news-title {
    width: 100%;
    height: 200px;
    background-color: #F4F4F4;
    color: #4D4C4C;
    text-transform: uppercase;
    text-align: left;
    padding: 20px;
}

.main-news-content {
    margin-top: 10px;
    text-transform: none;
}

.main-news:hover .main-news-title {
    background-color: #312A7C;
    color: #FFFFFF;
}

.main-news:hover .main-news-date {
    color: #C7E8FF;
}

.main-news-date, .event-item-date {
    margin-top: 5px;
    color: #E6441A;
    text-transform: none;
}

.main-events {
    background-color: #F4F4F4;
    padding-top: 1px;
    padding-bottom: 40px;
    color: #4D4C4C;
}

.main-events-items {
    margin-bottom: 80px;
}

.event-item {
    height: 350px;
}

.event-month-name {
    height: 350px;
    background-color: #A9A9A8;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #FFFFFF;
    font-size: 32px;
    padding-top: 20px;
    padding-left: 40px;
}

.event-item {
    padding: 0;
    background-color: #FFFFFF;
}

.event-item a {
    text-decoration: none !important;
    color: #4D4C4C;
}

.event-item-info {
    padding: 15px;
    height: 175px;
    border-left: 1px solid #F4F4F4;
}

.event-item:hover .event-item-info, .event-item:hover .event-item-info-number {
    background-color: #312A7C;
    color: #FFFFFF;
}

.event-item-image {
    border-left: 1px solid #FFF;
}

.event-item-image img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.event-item-info-number {
    color: #E6441A;
    font-size: 32px;
}

.event-item-info-description {
    margin-top: 10px;
}

.main-events-button {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.main-news-button {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.footer {
    background-color: #4D4C4C;
    color: #FFFFFF;
    padding: 50px;
    text-transform: uppercase;
}

.footer a {
    color: #E6441A;
}

.footer .footer-button {
    margin-top: 10px;
    padding: 20px 0;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    color: #C0C0BF;
    border: 1px solid #C0C0BF;
    border-radius: 1px;
}

.footer .footer-button:hover {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.design {
    background-color: #000000;
    text-align: center;
    padding: 15px;
}

.design a {
    color: #656464;
}

.events {
    background-color: #F4F4F4;
    padding-bottom: 20px;
}

.event-item-title {
    text-transform: uppercase;
}

.event-list-item {
    height: 175px;
    padding: 20px;
    margin: 10px 0;
    color: #FFF;
    display: block;
    background-color: #312A7C;
    background-position: center;
    background-size: cover !important;
    box-shadow: 0 0 0 325px rgba(0, 0, 0, 0.7) inset;
}

.venue-list-item {
    height: 246px;
    padding: 20px;
    margin: 10px 0;
    color: #FFF;
    display: block;
    background-color: #312A7C;
    background-size: cover !important;
    background-position: center;
    box-shadow: 0 0 0 325px rgba(0, 0, 0, 0.7) inset;
}

.event-list-item:hover, .venue-list-item:hover {
    text-decoration: none;
    color: #FFF;
    box-shadow: 0 0 0 325px rgba(0, 0, 0, 0.1) inset;
}

.event-list-item:hover .event-item-date {
    color: #FFFFFF;
}

.bg-orange {
    background-color: #E6441A;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.navbar-top {
    z-index: 1;
    margin-bottom: 0;
}

.navbar-toggle {
    margin-top: 4px;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #666;
}

.auth-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/authchoice.png) no-repeat;
    border-radius: 3px;
    margin: 0 auto;
}

.auth-icon.odnoklassniki {
    background-position: 0 -306px;
}

@media only screen and (max-width : 736px) {
    body > .top {
        height: auto;
    }

    .wrapper {
        padding: 0 10px;
    }

    .stat-count {
        font-size: 16px;
    }

    .header-text {
        padding-top: 80px;
        font-size: 20px;
    }

    .stats .col-sm-4 {
        padding: 5px 0 0 0;
    }

    .main-news-items .col-sm-4, .main-locations-items .col-sm-4, .header-buttons .header-button {
        margin-bottom: 5px;
    }

    .event-month-name {
        height: 80px;
        color: #FFFFFF;
        font-size: 32px;
        padding-top: 20px;
        padding-left: 140px;
        margin-bottom: 10px;
        writing-mode: unset;
        transform: none;
    }

    .event-item {
        height: 190px;
    }

    .event-item-image, .event-item-info {
        float: left;
        width: 50%;
    }

    .navbar-nav > li {
        float: none;
    }

    .page {
        padding: 10px;
    }

    .nav-pills {
        margin-left: 0 !important;
    }

    /* @todo: for scandinave walking banner */

    .header-banner {
        padding-top: 20px;
    }

    .header-banner img {
        width: 100%;
    }

    .header-text {
        padding-top: 0;
    }

    .banner-on-main {
        margin-top: 0px;
    }
}

