.btn-lg, .btn-group-lg>.btn{
    border-radius: 3px;
    padding: 10px 35px;
}
.btn-success {
    color: #fff;
    background-color: #96ca39;
    border-color: #708648;
}
.no-float{
    float: none;
}
.text-white{
    color: #fff;
}
.blue-bg{
    background-color: #83cdf2;
    color: #000;
}
.event-alignment{}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    display: block;
    width: 100%;
    height: auto;
}
.event-info-bg{
    background-image: url(../img/ugc2016-event.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: none;
}
.full-height{
    height: auto;
}
.event-alignment h2.heading{
    margin-bottom: 5px;
    font-size: 1em;
    text-align: left;
}
.event-alignment h1.heading{
    margin-bottom: 30px;
    font-size: 2em;
}
.highlights-bg{
    background-color: #333;
    background-image: url(../img/hightlights-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
}
.highlights-bg h1{
    font-size: 4em;
    margin: 0;
}
.img-wrap{
    float: left;
    margin: 0 10px 0 0;
}
.carousel-redesign .carousel-caption{
    background-color: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 10px 30px;
    height: 150px;
}
.carousel-redesign .item h4{
    margin-bottom: 10px;
    text-align: left;
}
.carousel-redesign .item .col-md-2{
    padding: 0;
} 
h4{
    text-transform: none;
    line-height: 1.5;
}
.clientspeak-section h4{
    color: #333;    
}
.thumbnails div{
    margin: 0 0 20px 0;
}
.delegates .platinum{
    height: auto;
}
.hero .hero-video {
    display: none;
}
.gutter-bottom{
    margin-bottom: 14px;
}
.dark-red-bg{
    background-color: #ef3c3a;
    border-radius: 0;
    color: #fff !important;
    min-height: 250px;
}
.border-right{
    border-right: 1px solid #ccc;
}
.contact-section{
    color: #333;
}
.event-alignment .blue-bg{
    padding-top: 50px;
}
#about img {
    width: auto;
}
.address{
    position: absolute;
    top: 20px;
    right: 5%;
    min-height: auto;
    left: 5%;
}
.intro-text .btn-lg{
    padding: 10px 12px;
    font-size: 90%;
}
.responsive-video{
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 270px; 
    margin: 0 auto;
}
.responsive-video iframe,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.navbar-brand.page-scroll > img{
    width: auto;
}
@media (min-width: 767px){
    .intro-body{
        padding-top: 120px;
    }
    .navbar{
        letter-spacing: 0.3px;
        background-color: rgba(255,255,255,0);
    }
    .navbar li a{
        color: #fff;
    }
    .navbar.top-nav-collapse{
        border-bottom: 0px;
        box-shadow: 0px 0px 5px #999;
        background-color: rgba(255,255,255,1);
        color: inherit;
    }
    .navbar.top-nav-collapse li a{
        color: inherit;
    }
    .event-alignment > div{
        padding: 0px;
    }
    .event-alignment .blue-bg{
        padding-left: 150px;
        padding-top: 70px;
        padding-right: 20px;
        height: 100%;
    }
    .fixed-thumb{
        height: 400px;
    }
    
    /*Hero page full screen video*/
    .hero {
        height: 100%;
        position: relative;
        background: #000;
        background-size: cover;
        color: white;
        overflow: hidden;
    }

    .hero .hero-video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        overflow: hidden;
    }

    .hero .hero-video video {
        -webkit-animation: video-fade-in 2s cubic-bezier(0.17,0.67,0.83,0.67) forwards;
        -moz-animation: video-fade-in 2s cubic-bezier(0.17,0.67,0.83,0.67) forwards;
        animation: video-fade-in 2s cubic-bezier(0.17,0.67,0.83,0.67) forwards;
    }

    .hero .hero-video video {
        display: block;
        opacity: 0.3;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .col-redesign .col-md-2{
        width:20%;
    }
    .event-alignment h2.heading{
        margin-bottom: 5px;
        font-size: 3em;
    }
    .event-alignment h1.heading{
        margin-bottom: 30px;
        font-size: 5em;
    }
    .full-height{
        height: 100%;
    }
    .event-alignment.full-height{
        height: 105%;
    }
    .event-info-bg{
        display: block;
    }
    .address{
        position: absolute;
        top: 20px;
        right: 10%;
        left: auto;
    }
    .intro-text .btn-lg{
        padding: 10px 35px;
        font-size: 18px;
    }
    .responsive-video{
        position: relative;
        width: 640px;
        max-width: 640px;
        height: 360px; 
        margin: 0 auto;
    }
    .responsive-video iframe,
    .responsive-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1300px){
    .event-alignment .blue-bg{
        padding-left: 70px;
    }
}


.presentation-bg{
    background-image: url('../img/presentations-bg.jpg');
    background-size: cover;
    padding: 30px 10px;
    text-align: center;
}
.videos-bg{
    background-image: url('../img/videos-bg.jpg');
    background-size: cover;
    padding: 30px 10px;
    text-align: center;
}
.photos-bg{
    background-image: url('../img/photos-bg.jpg');
    background-size: cover;
    padding: 30px 10px;
    text-align: center;
}
.presentation-bg h3,
.photos-bg h3,
.videos-bg h3{
    margin: 40px;
    color: #fff;
}
.participate .platinum{
    height: auto;
}
.participate h3,
.participate p{
    padding: 20px 0 10px;
    color: #333;
}
.participate p{
    display: block;
    height: 120px;
}


.btn-default{
    border-color: #fff !important; 
    color: #fff;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #fff;
    color: #000;
}
.intro .intro-body .intro-text{
    font-size: 28px;
}

@media (min-width: 767px){
    .intro .intro-body .brand-heading {
        font-size: 60px;
        line-height: 75px;
        text-transform: none;
        font-weight: 500;
    }
}    