﻿/* --------------------- Basic Setup ------------------- */
body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

article {
    margin-top: 80px;
}

/* --------------------- Navigation --------------------- */

.navbar {
    min-height: 80px;
    box-shadow: 0 2px 24px rgba(168, 175, 196, .5);
}

.navbar-default {
    background-image: none;
    background-color: #ffffff;
    border: 0;
}

.navbar-toggle {
    width: 50px;
    height: 50px;
    margin: 15px;
    padding: 16px 13px;
}

.nav-logo img {
    width: 95px;
    height: 50px;
    position: absolute;
}

.nav-logo > div {
    position: relative;
    padding: 0 0 5px 120px;
    color: #000000;
}

.nav-logo h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    white-space: nowrap;
}

    .nav-logo h1 b {
        font-weight: 400;
    }

.navbar-default .navbar-nav {
    padding: 20px;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 400;
        text-shadow: none;
    }

        .navbar-default .navbar-nav > li > a.register {
            background-color: #117DBB;
            color: #ffffff;
            border-radius: 4px;
        }

.navbar-fixed-top .navbar-collapse {
    max-height: none;
}




/*.section-header {
    min-height: 140px;
    text-align: center;
}


.section-body {
    padding: 50px 0;
}*/


/* --------------------- Teaser ----------------------- */

#section-teaser h2 {
    font-size: 32px;
    margin: 0 0 .5em 0;
    text-shadow: 0 0 20px #91d9ff;
}

.teaser {
    background-color: #000000;
    background-image: url("/img/dna/teaser.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

    .teaser .container {
        padding: 60px 0;
        background-repeat: no-repeat;
    }

.teaser-clock h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 25px 0;
}

.details {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url("/img/dna/detail.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
}

    .details ul {
        display: flex;
        flex-flow: column;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .details ul > li {
            padding: 10px 10px 10px 56px;
            background-position: center left;
            background-repeat: no-repeat;
            background-size: 48px 48px;
            margin: 15px 0;
            display: block;
            color: #ffffff;
        }

    .details h4 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
        margin: 0;
    }

    .details p {
        font-size: 16px;
        line-height: 18px;
        margin: 0;
    }

.detail-clock {
    background-image: url("/img/icons/white/clock.svg");
}

.detail-venue {
    background-image: url("/img/icons/white/venue.svg");
}

.detail-limit {
    background-image: url("/img/icons/white/limit.svg");
}

.detail-hash {
    background-image: url("/img/icons/white/hash.svg");
}


/* --------------------- About --------------------- */

#section-about {
    padding: 100px 0;
    background-color: #ffffff;
}

    #section-about h3 {
        display: none;
    }

        #section-about h4 {
            margin-bottom: 1em;
    }

        #section-about p {
            font-size: 16px;
    }

/* --------------------- Features --------------------- */

#section-features {
    padding: 80px 0;
    background-color: #ffffff;
}

    #section-features h3 {
        display: none;
    }

.features {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.feature {
    padding: 10px 15px;
    text-align: center;
}

    .feature img {
        width: 120px;
        height: 120px;
        padding: 20px 20px 10px;
    }

    .feature h4 {
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

    .feature p {
        font-size: 14px;
        font-weight: 300;
        color: #777777;
        margin: 0;
    }


/* --------------------- Speaker ----------------------- */

#section-speaker {
    padding: 100px 0;
    background-image: linear-gradient(to bottom, #4564ce, #8d479d);
    color: #ffffff;
}

    #section-speaker h3 {
        font-size: 48px;
        text-align: center;
    }

.speakers {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    border-radius: 4px;
}

.speaker {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
}

.speaker-photo img {
    width: 300px;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: filter 300ms;
}

    .speaker-photo img:hover {
        filter: grayscale(0);
    }


/* --------------------- Partners --------------------- */

#section-partner {
    padding: 100px 0 0;
}

    #section-partner h3 {
                font-size: 48px;
        text-align: center;
    }



.partners {
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}


.partner {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

    .partner h4 {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        white-space: nowrap;
    }

.partner-logo img {
    width: 200px;
    height: 150px;
    margin: 0 auto;
}

/* --------------------- Agenda --------------------- */

#section-agenda {
    padding: 100px 0;
    background-color: #ffffff;
}

#section-agenda h3 {
    font-size: 48px;
    text-align: center;
}

    #section-agenda .nav-tabs {
        background-color: #df0024;
        border: none;
    }

        #section-agenda .nav-tabs > li {
            padding: 15px;
            border: none;
        }

            #section-agenda .nav-tabs > li > a {
                border: none;
            }

.days {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
}

.day {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.day-number {
    padding: 5px 8px;
    background-color: #33cc66;
}

.blocks {
}

.block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.block-time {
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    padding: 10px 15px;
    width: 100px;
    border-right: 1px solid #eeeeee;
}

.block-content .block-time {
    color: #ffffff;
}

.block-content-1 .block-time {
    background-color: #00ccff;
    border-right: #00a0c8;
}

.block-content-2 .block-time {
    background-color: #33cc66;
    border-right: #249248;
}

.block-content-3 .block-time {
    background-color: #ff0000;
    border-right: #c60000;
}

.block-content-4 .block-time {
    background-color: #ffcc00;
    border-right: #c19a00;
}

.block-data {
    padding: 10px 15px;
    width: 100%;
}

#section-agenda h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
}

#section-agenda h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

#section-agenda h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

    #section-agenda h6 + p {
        margin-bottom: 10px;
    }


.download-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.presentation-icons {
    font-size: 14px;
    color: #777777;
    margin-top: 0;
    margin-bottom: 15px;
}

    .presentation-icons span {
        display: inline-block;
        padding-left: 30px;
        height: 24px;
        line-height: 24px;
        margin-right: 30px;
        background-position: left center;
        background-repeat: no-repeat;
    }

        .presentation-icons span.powerpoint {
            background-image: url("/Content/img/powerpoint.svg");
        }

        .presentation-icons span.youtube {
            background-image: url("/Content/img/youtube.svg");
        }

        .presentation-icons span.audio {
            background-image: url("/Content/img/audio.svg");
        }

.attachments {
    font-size: 14px;
    color: #777777;
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

    .attachments > li {
        margin-right: 15px;
        display: inline-block;
    }

    .attachments span {
        padding-left: 30px;
        height: 24px;
        line-height: 24px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
    }

        .attachments span.presentation {
            background-image: url("/img/powerpoint.svg");
        }

        .attachments span.youtube {
            background-image: url("/img/youtube.svg");
        }

        .attachments span.video {
            background-image: url("/img/youtube.svg");
        }

        .attachments span.audio {
            background-image: url("/img/audio.svg");
        }

    .attachments a {
        height: 24px;
        line-height: 24px;
    }



/* --------------------- Venue --------------------- */

#section-venue {
    padding: 100px 0;
    background-color: #3eb8b4;
    background-image: url("/img/dna/venue.jpg");
}

    #section-venue h3 {
        color: #ffffff;
    }

    #section-venue h4 {
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        font-weight: 500;
        margin: 0;
    }

.venue-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.venue-header {
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 20px;
}

.venue-address {
    padding: 20px 30px;
}

    .venue-address h5 {
        font-size: 16px;
        font-weight: 400;
    }

.venue-teaser {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #ffffff;
    min-height: 400px;
}

.venue-teaser-holidayinnalmaty {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("/img/venues/holidayinnalmaty.jpg");
}

.venue-teaser-intercontinentalalmaty {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url("/img/venues/intercontinentalalmaty.jpg");
}

.venue-logo {
    width: 200px;
}

.venue-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .venue-navigation li {
        padding-left: 42px;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 32px 32px;
        line-height: 32px;
        margin: 15px 0;
        display: block;
        color: #333333;
    }

.venue-2gis {
    background-image: url("/img/venues/2gis.svg");
}

.venue-googlemaps {
    background-image: url("/img/venues/googlemaps.svg");
}

.venue-yandexmaps {
    background-image: url("/img/venues/yandexmaps.svg");
}

/* --------------------- Registration --------------------- */

#section-registration {
    padding: 60px 0 100px;
    background-color: #f5f5f5;
}


.registration-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
    border-radius: 4px;
}


.registration-instruction {
    padding: 30px 40px;
    background-color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.registration-form {
    background-color: #fafad2;
    padding: 30px 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .registration-form .popover-title {
        display: none;
    }

    .registration-form label {
        font-weight: 300;
    }

    .registration-form h4 {
        font-weight: 400;
    }

    .registration-form .glyphicon {
        cursor: pointer;
    }

.regform .process {
    padding: 10px 0;
}

.registration-form .btn-register {
    width: 280px;
    height: 80px;
    line-height: 56px;
    font-size: 21px;
    margin: 20px 0;
}

/* --------------------- Success --------------------- */

.order-success {
    background-image: url("/Content/img/success2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin: 0;
    height: 600px;
}


/* --------------------- Footer --------------------- */

footer {
    background-color: #333333;
    padding: 80px 0;
    color: #cccccc;
}

    footer a, footer a:hover, footer a:focus {
        color: #ffffff;
        text-decoration: underline;
    }

    footer .logo {
        width: 200px;
        height: 65px;
        margin-bottom: 20px;
    }


@media (min-width: 480px) {

    .features {
        flex-direction: row;
    }

    .feature {
        width: 50%;
    }
}

@media (min-width: 768px) {

    .navbar-nav > li > a {
        padding: 10px 20px;
        line-height: 20px;
    }

    #section-teaser h2 {
        font-size: 54px;
    }

    .teaser {
        background-position: center center;
    }

    .teaser .container {
        min-height: 600px;
        padding: 80px 0;
    }

    .details ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .details ul > li {
            width: 50%;
        }

    .feature {
        width: 33.3%;
    }

    .speakers {
        flex-direction: row;
    }

    .speaker {
        width: 50%;
    }

    .partner {
        width: 33.3%;
    }
}


@media (min-width: 992px) {
    .nav-logo {
        margin-right: 30px;
    }

    .details ul > li {
        width: 25%;
    }

    .feature {
        width: 25%;
    }

    .audience-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: none;
        box-shadow: none;
    }

    .audience-teaser {
        width: 65%;
        border-radius: 4px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
    }

    .audience-list {
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .1);
        width: 35%;
        margin-left: 20px;
    }


    .moderator-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: none;
        box-shadow: none;
    }

    .moderator-teaser {
        width: 50%;
        border-radius: 4px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
    }

    .moderator-info {
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .1);
        width: 50%;
        margin-left: 20px;
    }

    .speaker {
        width: 33%;
    }

    .partner {
        width: 25%;
    }

    .strategic-partner {
        width: 50%;
    }



    .venue-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        background: none;
        box-shadow: none;
    }

    .venue-teaser {
        width: 65%;
        border-radius: 4px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
    }

    .venue-card {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .1);
        width: 35%;
        margin-right: 20px;
    }


    .registration-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        border-radius: 4px;
    }

    .registration-instruction {
        width: 40%;
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 0;
    }

    .registration-form {
        width: 60%;
        border-top-left-radius: 0;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 4px;
    }
}

@media (min-width: 1200px) {
    .partner {
        width: 20%;
    }
}
