﻿
@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);



body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.8em;
    color: #585855
}

p {
    color: #888;
}

h1, h2, h3, h5, h6 {
    font-weight: 400;
}

h4 {
    font-weight: 300;
    font-size: 15px;
}

a {
    color: #585855;
}

    a:hover {
        color: #34a7d3;
        text-decoration: none;
    }

    a:focus {
        outline: none;
    }

img {
    max-width: 100%;
    height: auto;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* ------------------------------------------------------------------------------
   main
-------------------------------------------------------------------------------*/


.imgTitle {
    height: 70px !important;
}

.main {
    background-size: cover;
    padding: 3em 0 4.5em;
    position: relative !important;
    color: #fff;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
}

.logo {
    text-align: center !important;
}

.logo2 {
    text-align: center !important;
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}

.main h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 35px;
    text-transform: uppercase;
}

.main h3 {
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.welcome-message {
    padding-top: 5px;
}

.rotate {
    text-shadow: none !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* ------------------------------------------------------------------------------
   Subscription form 
-------------------------------------------------------------------------------*/

.form-control::-webkit-input-placeholder {
    color: #727272;
    font-weight: 300;
}

.form-control:-moz-placeholder {
    color: #727272;
    font-weight: 300;
}

.form-control::-moz-placeholder {
    color: #727272;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #727272;
    font-weight: 300;
}

.sub-form {
    padding-top: 1.5em;
}

.center-block {
    float: none;
}

.form-control {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    height: 50px;
    font-weight: 300;
}

    .form-control:focus {
        border-color: #fff;
        outline: 0;
        box-shadow: none;
    }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 1;
}

.btn-default {
    color: #fff;
    background-color: #34a7d3;
    border-color: #34a7d3;
    font-size: 13px;
    margin-top: 78px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        color: #fff;
        background-color: #20758d;
        border-color: #20758d;
    }

.btn-hotel {
    color: #fff;
    background-color: #34a7d3;
    border-color: #34a7d3;
    font-size: 14px;
    height: 50px;
    width: 200px;
    margin-top: 5px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    padding: 12px 1.5em;
}





    .btn-hotel:hover, .btn-default:focus, .btn-default:active {
        color: #fff;
        background-color: #20758d;
        border-color: #20758d;
    }

    .btn:active:focus, .btn-hotel:focus, .btn:focus, .btn-default:active {
        outline: none;
    }


.btn-presentation {
    color: #fff;
    background-color: #34a7d3;
    border-color: #34a7d3;
    font-size: 11px;
    height: 28px;
    text-align: center;
    width: 75px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
}

    .btn-presentation:hover {
        color: #fff;
        background-color: #20758d;
        border-color: #20758d;
    }


#mc-notification {
    margin: .75em 0 0;
    color: #FFF;
}

.alert, .success {
    padding: .5em 1em;
    border-radius: 4px;
    display: inline-block;
}

.alert {
    background-color: rgba(231, 76, 60, 0.7);
}

.success {
    background-color: rgba(39, 174, 96, 0.7);
}

    .alert i, .success i {
        padding-right: .5em;
    }

.fa-paper-plane {
    padding-left: .5em;
}
/* ------------------------------------------------------------------------------
   Countdown styles
-------------------------------------------------------------------------------*/

ul.countdown {
    list-style: none;
    display: block;
    color: black;
    margin-bottom: 0;
    padding: 1.5em 0 0;
}

.countdown p {
    color: black;
}

ul.countdown li {
    display: inline-block;
}

    ul.countdown li span {
        font-size: 27px;
        font-weight: 600
    }

    ul.countdown li.seperator {
        font-size: 30px;
        color: black;
        vertical-align: top;
        padding: 0 8px;
    }

    ul.countdown li p {
        font-size: 17px;
        color: black;
        margin-bottom: 0;
        letter-spacing: 3px;
    }
/* ------------------------------------------------------------------------------
   Menu
-------------------------------------------------------------------------------*/

.menu li {
    display: inline-block;
    padding-right: .8em;
}

    .menu li:last-child {
        padding-right: 0;
    }

    .menu li a {
        display: block;
        margin: auto;
        width: 108px;
        height: 24px;
        font-size: 10px;
        line-height: 24px;
        cursor: pointer;
        color: #fff;
        background: #217492;
        position: relative;
        margin-bottom: 15px;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        .menu li a:hover {
            color: #fff;
            background: black;
        }
/* ------------------------------------------------------------------------------
   Features
-------------------------------------------------------------------------------*/

.section-spacing {
    padding: 4.5em 0;
}

.features.section-spacing {
    padding-bottom: 2.25em;
}

.features h2, .product-features h4 {
    margin-top: 0;
}

.features h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    margin-top: 30px;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.features h1 {
    margin-bottom: 0.2px;
    margin-top: 1.5em;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #bb282d;
}

.features h3 {
    margin-bottom: 20px;
    font-size: 15px;
    color: #585855;
    text-align: left;
}

.product-features {
    margin-bottom: 3em;
}

    .product-features p {
        margin-bottom: 0;
        color: #585855;
        font-size: 15px;
        text-align: center;
        margin-bottom: 15px;
    }



.target, .galery, .features {
    background: #D6D6D6;
}


/* ------------------------------------------------------------------------------
   Theme
-------------------------------------------------------------------------------*/


.center-block {
    float: none;
}

.theme {
    background: url(../img/background_2.jpg) center center no-repeat fixed;
    background-size: cover;
    color: #fff;
    position: relative;
}

.overlay-t {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(27, 32, 38, 0.84);
    top: 0;
}

.theme h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
    position: relative;
}

.theme h4 {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
}

.theme p {
    margin-bottom: 1em;
    font-size: 14px;
    text-align: left;
    color: #fff;
}


/* ------------------------------------------------------------------------------
   accordion
-------------------------------------------------------------------------------*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}



    .accordionactive, .accordion:hover {
        background-color: #ccc;
    }

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

.accordion-panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accordionoff {
    background-color: #eee;
    color: #444;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.ulSpeacker {
    list-style: inside !important;
    padding: 2.5px !important;
    margin: 0 !important;
}

    .ulSpeacker li {
        list-style: inside !important;
        padding: 2.5px !important;
        margin: 0 !important;
    }

.imgSpeacker {
    height: 350px;
}

.divSpeacker {
    margin-top: 40px;
    margin-bottom: 40px
}
/* ------------------------------------------------------------------------------
   speaker
-------------------------------------------------------------------------------*/
.textOradores {
    color: #585855;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    font-weight: 300;
    font-family: inherit;
}

.speaker h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.speaker h3 {
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: 700;
    font-size: 19px;
    text-align: center !important;
    text-transform: uppercase;
    color: #bb282d;
}

.speaker h4 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 14px;
    line-height: 16px;
}

.speaker h5 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: left;
    margin-bottom: 14px;
    line-height: 18px;
}

.speaker p {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 15px;
}

.speaker p1 {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}

.speaker-form {
    margin-top: 3em;
}

    .speaker-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

    .speaker-form label.error {
        margin-bottom: 12px;
        font-weight: 300;
        color: #ea5050;
    }

.speaker .btn-default {
    width: 100%;
}

.speaker-column {
    float: left;
    width: 50%;
}


/* ------------------------------------------------------------------------------
   hotel
-------------------------------------------------------------------------------*/

.hotel h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.hotel h3 {
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: 700;
    font-size: 19px;
    text-align: center !important;
    text-transform: uppercase;
    color: #bb282d;
}

.hotel h4 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 14px;
    line-height: 16px;
}

.hotel h5 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: left;
    margin-bottom: 14px;
    line-height: 18px;
}

.hotel p {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 15px;
}

.hotel p1 {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}

.hotel-form {
    margin-top: 3em;
}

    .hotel-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

    .hotel-form label.error {
        margin-bottom: 12px;
        font-weight: 300;
        color: #ea5050;
    }

.hotel .btn-default {
    width: 100%;
}

.hotel-column {
    float: left;
    width: 50%;
}

/* ------------------------------------------------------------------------------
   schedule
-------------------------------------------------------------------------------*/

.schedule h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.schedule h3 {
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: 700;
    font-size: 19px;
    text-align: center !important;
    text-transform: uppercase;
    color: #bb282d;
}

.schedule h4 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 14px;
    line-height: 16px;
}

.schedule h5 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: left;
    margin-bottom: 14px;
    line-height: 18px;
}

.schedule p {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 15px;
}

.schedule p1 {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}

.schedule-form {
    margin-top: 3em;
}

    .schedule-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

    .schedule-form label.error {
        margin-bottom: 12px;
        font-weight: 300;
        color: #ea5050;
    }

.schedule .btn-default {
    width: 100%;
}

.schedule-column {
    float: left;
    width: 50%;
}


/* ------------------------------------------------------------------------------
   sidewaysessions
-------------------------------------------------------------------------------*/
.sessionPlay {
    height: 20px;
}

.sessionDownload {
    height: 24px;
}

.sidewaysessions h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.sidewaysessions h3 {
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: 700;
    font-size: 19px;
    text-align: left !important;
    text-transform: uppercase;
    color: #34a7d3;
}

.sidewaysessions h4 {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: left !important;
    text-align: left;
    margin-bottom: 15px;
}

.sidewaysessions h5 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: left;
    margin-bottom: 14px;
    line-height: 18px;
}

.sidewaysessions p {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: left !important;
    text-align: left;
    margin-bottom: 14px;
    line-height: 16px;
}

.sidewaysessions p1 {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}

.sidewaysessions-form {
    margin-top: 3em;
}

    .sidewaysessions-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

    .sidewaysessions-form label.error {
        margin-bottom: 12px;
        font-weight: 300;
        color: #ea5050;
    }

.sidewaysessions .btn-default {
    width: 100%;
}

.sidewaysessions-column {
    float: left;
    width: 50%;
}

/* ------------------------------------------------------------------------------
   app
-------------------------------------------------------------------------------*/

.app h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.app h3 {
    margin-bottom: 30px;
    margin-top: 45px;
    font-weight: 700;
    font-size: 19px;
    text-align: center !important;
    text-transform: uppercase;
    color: #bb282d;
}

.app h4 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 14px;
    line-height: 16px;
}

.app h5 {
    margin-bottom: 0;
    color: #585855;
    font-size: 14px;
    text-align: left;
    margin-bottom: 14px;
    line-height: 18px;
}

.app p {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: center !important;
    text-align: left;
    margin-bottom: 15px;
}

.app p1 {
    margin-bottom: 0;
    color: #34a7d3;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}

.app-form {
    margin-top: 3em;
}

    .app-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

    .app-form label.error {
        margin-bottom: 12px;
        font-weight: 300;
        color: #ea5050;
    }

.app .btn-default {
    width: 100%;
}

.app-column {
    float: left;
    width: 50%;
}

/* ------------------------------------------------------------------------------
   Contact
-------------------------------------------------------------------------------*/

.contact h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.contact h3 {
    margin-bottom: O.5em;
    margin-top: O.8em;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    color: #bb282d;
}

.contact h4 {
    margin-bottom: 0;
    color: #585855;
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
}

.contact p {
    margin-bottom: 0;
    color: #585855;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.contact-form {
    margin-top: 3em;
}

    .contact-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

.contact li {
    display: block;
    padding-right: .8em;
}

    .contact li i {
        padding-right: 8px;
        color: #bb282d;
    }

.contact .btn-default {
    width: 100%;
}

.contact-column {
    float: left;
    width: 50%;
}

/* ------------------------------------------------------------------------------
   galery
-------------------------------------------------------------------------------*/

.galery h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.galery h3 {
    margin-bottom: O.5em;
    margin-top: O.8em;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    color: #bb282d;
}

.galery h4 {
    margin-bottom: 0;
    color: #585855;
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
}

.galery p {
    margin-bottom: 0;
    color: #585855;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.galery-form {
    margin-top: 3em;
}

    .galery-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

.galery li {
    display: block;
    padding-right: .8em;
}

    .galery li i {
        padding-right: 8px;
        color: #bb282d;
    }


/* ------------------------------------------------------------------------------
   target
-------------------------------------------------------------------------------*/

.target h2 {
    margin-bottom: 1.5em;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #217492;
}

.target h3 {
    margin-bottom: O.5em;
    margin-top: O.8em;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    color: #bb282d;
}

.target h4 {
    margin-bottom: 0;
    color: #585855;
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
}

.target p {
    margin-bottom: 0;
    color: #585855;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.target-form {
    margin-top: 3em;
}

    .target-form .form-control {
        border-color: #ddd;
        margin-bottom: .75em;
        padding: .75em 12px;
    }

.target li {
    display: block;
    padding-right: .8em;
}

    .target li i {
        padding-right: 8px;
        color: #bb282d;
    }

/* ------------------------------------------------------------------------------
   contact Form Validation
-------------------------------------------------------------------------------*/


.contact-form label.error i {
    padding-right: 8px;
}

.success-cf, .error-cf {
    display: none;
}

    .success-cf p {
        background: rgba(39, 174, 96, 0.7);
    }

    .error-cf p {
        background: rgba(231, 76, 60, 0.7);
    }

.contact-form {
    position: relative;
}

    .contact-form .success-cf p, .contact-form .error-cf p {
        position: absolute;
        display: block;
        top: 40%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
        color: #fff;
        border-radius: 2px;
        padding: .75em;
    }
/* ------------------------------------------------------------------------------
   Map
-------------------------------------------------------------------------------*/
.map {
    position: relative;
    box-shadow: 0 0 0 4px #fff;
    border-radius: 2px;
}

#map-canvas {
    width: 100%;
    height: 320px;
    margin: 0px;
    padding: 0px
}

    #map-canvas img {
        max-width: none;
    }

.address {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.71);
    color: #666;
    text-align: center;
    padding: 1em;
}

    .address li i {
        padding-right: 8px;
        color: #bb282d;
    }

    .address li {
        padding-bottom: .5em;
        color: #585855;
    }

        .address li:last-child {
            padding-bottom: 0;
        }
/* ------------------------------------------------------------------------------
   footer
-------------------------------------------------------------------------------*/

.site-footer {
    background: #F1F1F1;
}

    .site-footer.section-spacing {
        padding: 1.5em 0;
    }

    .site-footer h3 {
        margin: 0;
    }

    .site-footer small {
        color: #585855;
    }
/* ------------------------------------------------------------------------------
   scroll top
-------------------------------------------------------------------------------*/

.scroll-top {
    margin-bottom: 0;
}

    .scroll-top a {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: .8em 1em;
        display: none;
        z-index: 200;
        border-radius: 5px;
        -webkit-transition: background .5s ease-in;
        transition: background .5s ease-in;
    }

        .scroll-top a:hover {
            background: #bb282d;
        }
/* ------------------------------------------------------------------------------
   Preloader styles
-------------------------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/load.gif) no-repeat center center;
    margin: -170px 0 0 -100px;
}

/* ------------------------------------------------------------------------------
   Small devices (tablets, 768px and up)
-------------------------------------------------------------------------------*/

@media (min-width: 768px) {
    .main {
        padding: 3em 0 7.5em;
    }

    .logo {
        text-align: center !important;
        margin-bottom: 0;
    }

    .welcome-message {
        padding-top: 6em;
    }

    .menu {
        margin: auto;
    }

    ul.countdown {
        padding-top: 4em;
    }

        ul.countdown li span {
            font-size: 27px;
        }

        ul.countdown li.seperator {
            font-size: 27px;
            padding: 0 20px;
        }

}

/* ------------------------------------------------------------------------------
   Medium devices (desktops, 992px and up) 
-------------------------------------------------------------------------------*/
.imgLogo {
    height: 460px;
}

.btnContact {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .imgLogo {
        height: 400px;
    }
}


@media (max-width: 770px) {
    .video-container {
        margin-top: 60px;
    }

}



@media (min-width: 992px) {
    .main {
        padding: 3em 0 16em;
        position: fixed !important;
        top: 0;
        z-index: 1;
        width: 100%;
    }

    .features, .twitter-feed, .contact, .hotel, .speaker, .schedule, .sidewaysessions, .target, .theme, .app, .galery, .site-footer {
        position: relative;
        z-index: 2;
    }

    .welcome-message {
        padding-top: 4em;
    }

    .section-spacing {
        padding: 4em 0;
    }

    .features.section-spacing {
        padding: 6em 0 3em;
        margin-top: 46.8em;
    }

    .product-features {
        margin-bottom: 3.75em;
    }

    .contact, .hotel, .speaker {
        background: #fff;
    }


    .contact-form {
        margin-top: 0;
    }

    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            -ms-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
}

/* ------------------------------------------------------------------------------
   small devices 
-------------------------------------------------------------------------------*/



@media (max-width: 320px) {
    ul.countdown li span {
        font-size: 21px;
    }

    ul.countdown li.seperator {
        font-size: 25.629px;
        vertical-align: top;
        padding: 0 2px;
    }

    ul.countdown li p {
        font-size: 12.642px;
    }


    .contact-column {
        text-align: center;
        width: 100%;
    }
}

@media(max-width:480px){
    .contact-column {
        text-align: center;
        width: 100%;
    }
}

/* ------------------------------------------------------------------------------
   Modal
-------------------------------------------------------------------------------*/


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0, -25%, 0);
        -o-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }