@import url(https://fonts.googleapis.com/css?family=Oswald);

body {

    background: #efefef;

}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h1{margin-top: 0;
   font-size: 24px;
   line-height: 30px;
   color: #00608d;
   margin: 0px 0 20px 0;}

h2{
    text-transform: none;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;

}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

.right_color{
    padding: 20px;
    background-color: #50A8E1;
}

.left_color{
    padding: 20px;
    background-color: #031F4F;
}
.left_color label{
    color: #fff;
    font-weight: normal;
    text-align: center;
    width: 100%;
    font-size: 20px;
}
.right_color label{
    color: #fff;
    font-weight: normal;
}
hr {
    border-color: #999999;
    max-width: 400px;
}

.brand,
.address-bar {
    display: none;
}


header{
    background: #0096ff; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86cdfe', endColorstr='#0096ff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#86cdfe), to(#0096ff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #86cdfe,  #0096ff); /* for firefox 3.6+ */
    box-shadow: 0 0 15px 5px rgba(161, 161, 161, 0.8);
    height: 80px;
    padding: 20px 0 20px 0;
}

header h1{
    color:#fff;
    text-align: center;
}

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

.navbar-nav {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

.img-full {
    min-width: 100%;
}

.brand-name {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: capitalize;
    letter-spacing: normal;
}

.tagline-divider {
    margin: 15px auto 3px;
    border-color: #999999;
    max-width: 250px;
}

/* -------- new ---------- */
.container{
    width: 900px;
}
.sky_grey_white_formsubmit{
    border-radius:5px; 
    padding:8px 15px; 
    border:0; 
    background:#031F4F; 
    color:#fff;
}
.each_presenter_info{
    height: 125px;
    overflow: hidden;
}
.presentertext1, .presentertext2{
    font-size: 20px;
}
/* ----------------------- */
@media (max-width: 1024px){
    .container {
        width: auto;
    }
}

@media (min-width: 320px) and (max-width: 640px) {

    .gap{
        height: 20px;

        clear: both;
        margin: 0 10px;
    }


    .arrow, .arrow1{
        display: none;
    }
    .singledatetime{
        font-size: 10px;
    }
}
.box {
    background: #fff;
    background: rgba(255,255,255,0.9);
    margin: 0px 0 0 0;
    padding: 0 15px 30px 15px;
    border: 15px solid #ddd;
    min-height: 420px;
    //box-shadow: 0 0 24px #000;
}


.box1 {
    background: #fff;
    background: rgba(255,255,255,0.9);
    margin: 0px 0;
    padding: 30px 15px;
    border: 15px solid #ddd;
    min-height: 400px;
    position: relative;
}


.shadow{
    box-shadow: 0 0 15px 5px rgba(161, 161, 161, 0.8);

}

.intro-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25em;
    font-weight: 400;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.color_1{
    color: #f72464;
}

.color_2{
    color: #0c9f2b;
}


.txt p{
    font-size: 14px;
    margin: 10px 0;
    font-family: times new roman !important;
}

footer {
    background: #0096ff; /* for non-css3 browsers */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#86cdfe', endColorstr='#0096ff'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#86cdfe), to(#0096ff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #86cdfe,  #0096ff); /* for firefox 3.6+ */
    margin: 0px 0 0 0;
    box-shadow: 0 0 15px 5px rgba(161, 161, 161, 0.8);
}

footer p {
    margin: 0;
    padding: 10px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.submit{ background: #5ebd5e linear-gradient(to bottom, #FC8947 0px, #DD6A27 100%) repeat-x scroll 0 0;
         border-color: #DD6A27;
         color: #fff;
         font-family: 'Oswald', sans-serif;
         font-size: 24px;
         width: 70%;
         margin-top: 20px;}


.submit:hover{ background: #5ebd5e linear-gradient(to bottom, #DD6A27 0px, #FC8947 100%) repeat-x scroll 0 0;
               border-color: #DD6A27;
               color: #fff;
               font-family: 'Oswald', sans-serif;
               font-size: 24px;}

@media screen and (min-width: 768px) {

    .brand {
        display: inherit;
        font-weight: 700;
        font-size: 5em;
        line-height: normal;
        text-align: center;
        margin: 0;
        padding: 30px 0 10px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    label{
        font-family: 'Oswald', sans-serif;
        font-weight: normal;
    }
    .arrow{

        position: absolute;
        right: -8%;
        top: -11%;
    }
    .arrow1{
        position: absolute;
        left: -8%;
        top: -11%;
    }
    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        text-align: center;
        margin: 0;
        padding: 0 0 40px;
        font-size: 1.25em;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        background: #fff;
        background: rgba(255,255,255,0.9);
        border: none;
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        font-size: 1.25em;
    }

}