﻿html {
    height: 100%;
}

body {
    color: #50575E;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
    color: #f04e33;
}

hr.primary,
hr.light,
hr.dark {
    /*    margin: 25px auto; */
    max-width: 200px;
    border-bottom: 0;
}

hr.primary {
    border-top: 4px solid #f04e33;
}

hr.light {
    border-top: 4px solid #f4f5f7;
}

hr.dark {
    border-top: 4px solid #3e444d;
}

hr.primary-small,
hr.light-small,
hr.dark-small {
    margin: 15px auto;
    max-width: 50px;
}

hr.primary-small {
    border-top: 3px solid #49a2a2;
}

hr.light-small {
    border-top: 3px solid #f4f5f7;
}

hr.dark-small {
    border-top: 3px solid #3e444d;
}



.hero-header .text-primary {
    color: #ffffff;
}



#wrapper {
    width: 100%;
    height: 100%;
}

/* NAVIGATION */

.navbar-custom {
    color: #ffffff;
    font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
}

    .navbar-custom a {
        color: #ffffff;
    }

    .navbar-custom .navbar-nav > li > a:hover {
        color: #008177;
    }

    .navbar-custom .navbar-toggle {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
    }

.top-nav-collapse {
    background-color: #333333;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #49a2a2;
}

.navbar-custom .register-btn {
    background: #49a2a2;
    border-radius: 5px;
}

.nav li img.NavLogo {
    display: block;
}

.nav li p.NavText {
    display: none;
}

ul.NavMobile {
    display: none !important;
}

.navbar-right {
    float: right !important;
    margin-right: 15px;
}

/* center sub nav */
.nav > li {
    display: inline-block;
}

@media (min-width: 992px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }

        .navbar-nav > li {
            float: none;
        }
}

/* HEADER */
@media (max-width: 1366px) {
    .hero-wrapper h1 {
        font-size: 50px;
    }

    .hero-wrapper h2 {
        font-size: 28px !important;
    }
}

.hero-wrapper {
    width: 100%;
    position: relative;
    padding-top: 187px;
    padding-bottom: 66px;
}

    .hero-wrapper h1 {
        color: #ffffff;
        font-size: 70px;
        text-shadow: 0 0 15px rgba(0,0,0,.5);
        text-transform: uppercase;
        font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;
    }

    .hero-wrapper h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 500;
        line-height: 1.1;
        text-align: center;
    }

.span-green {
    color: #49a2a2;
}

.carousel-wrapper {
    width: 100%;
    position: relative;
    display: block;
}

.carousel-content {
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    clear: both;
}

    .carousel-content .item {
        padding-right: 15px;
    }

    .carousel-content h4 {
        color: #dddddd;
        text-align: center;
    }

.content-wrapper {
    display: block;
    width: 100%;
}

/* TOP */

#top {
    color: #ffffff;
}

.intro-img,
.intro-img-half,
.intro-slider,
.intro-slider-half,
.intro-video {
    background-image: url('/img/bg-vegas-skyline.jpg');
    background-size: cover;
    width: 100%;
    text-align: center;
}

    .intro-img .intro-welcome,
    .intro-img-half .intro-welcome,
    .intro-slider .intro-welcome,
    .intro-slider-half .intro-welcome,
    .intro-video .intro-welcome {
        margin: 0 auto;
        text-shadow: 0 0 15px rgba(0,0,0,.5);
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 58px;
        font-weight: 300;
        text-transform: uppercase;
    }

.carousel-caption .intro-msg {
    font-size: 22px;
    line-height: 32px;
    font-weight: 100;
    font-family: Raleway;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-align: center;
    display: block;
    max-width: 85%;
    margin: 0 auto;
}

.intro-img .brand-heading,
.intro-img-half .brand-heading,
.intro-slider .brand-heading,
.intro-slider-half .brand-heading,
.intro-video .brand-heading {
    margin: 0;
    text-shadow: 0 0 15px rgba(0,0,0,.5);
    text-transform: uppercase;
    font-size: 30px;
}

.intro-img .intro-body,
.intro-img-half .intro-body,
.intro-slider .intro-body,
.intro-slider-half .intro-body,
.intro-video .intro-body {
    position: relative;
}

.intro-img .overlay,
.intro-img-half .overlay,
.intro-slider .overlay,
.intro-slider-half .overlay,
.intro-video .overlay {
    display: none;
}

@media(min-width:768px) {

    .intro-img .intro-welcome,
    .intro-slider .intro-welcome,
    .intro-video .intro-welcome,
    .intro-img-half .intro-welcome,
    .intro-slider-half .intro-welcome {
        margin: 0 0 -10px;
        font-size: 22px;
    }

    .intro-img .brand-heading,
    .intro-slider .brand-heading,
    .intro-video .brand-heading,
    .intro-img-half .brand-heading,
    .intro-slider-half .brand-heading {
        font-size: 55px;
    }

    .intro-img .intro-body,
    .intro-slider .intro-body,
    .intro-video .intro-body,
    .intro-img-half .intro-body,
    .intro-slider-half .intro-body {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .intro-img .overlay,
    .intro-slider .overlay,
    .intro-video .overlay,
    .intro-img-half .overlay,
    .intro-slider-half .overlay {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: .3;
        background-color: #000;
        background-image: url(/img/diagonal-noise.png);
    }
}

@media(min-width:1025px) {
    .intro-img .intro-welcome,
    .intro-slider .intro-welcome,
    .intro-video .intro-welcome,
    .intro-img-half .intro-welcome,
    .intro-slider-half .intro-welcome {
        font-size: 22px;
    }

    .intro-img .brand-heading,
    .intro-slider .brand-heading,
    .intro-video .brand-heading,
    .intro-img-half .brand-heading,
    .intro-slider-half .brand-heading {
        font-size: 70px;
    }
}

.intro-img,
.intro-img-half,
.intro-video {
    padding: 100px 0 50px;
    height:100%;
}


.intro-slider,
.intro-slider-half {
    height: 500px;
    padding: 0;
}

@media only screen and (min-width:768px) {
    .intro-img,
    .intro-slider,
    .intro-video,
    .video-bg {
        height: 100%;
        padding: 0;
        min-height: 0;
    }

    .intro-img .overlay,
    .intro-slider .overlay,
    .intro-video .overlay,
    .video-bg .overlay {
        height: 100%;
    }

    .intro-img-half {
        height: 60%;
        min-height: 0;
    }

    .intro-img-half .overlay {
        height: 60%;
        min-height: 0;
    }

    .intro-slider-half {
        height: 60%;
        min-height: 0;
    }

    .intro-slider-half .overlay {
        height: 100%;
        min-height: 0;
    }
}

@media(min-width:768px) {
    .intro-img .intro-body,
    .intro-video .intro-body {
        top: 30%;
    }

    .intro-img-half .intro-body {
        top: 15%;
    }

    .intro-slider .intro-body {
        top: 0;
    }

    .intro-slider-half .intro-body {
        top: 0;
        margin-top: -25px;
    }
}

.intro-img,
.intro-img-half {
    background-attachment: scroll;
    background-color: #3e444d;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    .intro-img .carousel h4,
    .intro-img-half .carousel h4 {
        height: 50px;
        font-size: 16px;
    }

.intro-slider,
.intro-slider-half {
    background-color: #3e444d;
}

    .intro-slider .carousel,
    .intro-slider-half .carousel {
        height: 100%;
    }

        .intro-slider .carousel h4,
        .intro-slider-half .carousel h4 {
            font-size: 22px;
        }

    .intro-slider .carousel-inner,
    .intro-slider-half .carousel-inner {
        height: 100%;
    }

    .intro-slider .item,
    .intro-slider-half .item {
        height: 100%;
    }

    .intro-slider .carousel-caption,
    .intro-slider-half .carousel-caption {
        top: 100px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .intro-slider .fill,
    .intro-slider-half .fill {
        width: 100%;
        height: 100%;
        background-position: top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

@media(min-width:768px) {
    .intro-slider .carousel-caption,
    .intro-slider-half .carousel-caption {
        top: 30%;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
    }

    .intro-slider .carousel h4,
    .intro-slider-half .carousel h4 {
        font-size: 26px;
    }

    .intro-slider .carousel-caption,
    .intro-slider-half .carousel-caption {
        width: auto;
    }
}

.video-bg {
    position: relative;
    width: 100%;
    background: rgba(0,0,0,.5);
}

.intro-video {
    z-index: 1;
    position: relative;
    background: no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:768px) {
    .intro-video {
        position: absolute;
        background: 0 0;
    }
}

.intro-img .carousel h4,
.intro-img-half .carousel h4,
.intro-video .carousel h4 {
    height: 50px;
    font-size: 16px;
}

@media(min-width:768px) {
    .intro-img .carousel h4,
    .intro-img-half .carousel h4,
    .intro-video .carousel h4 {
        height: auto;
        font-size: 22px;
    }
}

@media(min-width:1025px) {
    .intro-img .carousel h4,
    .intro-img-half .carousel h4,
    .intro-video .carousel h4 {
        height: auto;
        font-size: 26px;
    }
}

.intro-dark-bg {
    color: #f4f5f7;
}

.intro-light-bg {
    color: #3e444d;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item {
    opacity: 1;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        z-index: 1;
        left: 0;
        opacity: 0;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.btn-scroll-dark,
.btn-scroll-light {
    width: 55px;
    height: 55px;
    margin-top: 5px;
    border-radius: 100%;
    font-size: 30px;
    line-height: 45px;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -o-transitino: all .3s ease-in-out;
}

    .btn-scroll-dark:hover,
    .btn-scroll-light:hover,
    .btn-scroll-dark:focus,
    .btn-scroll-light:focus,
    .btn-scroll-dark:active,
    .btn-scroll-light:active {
        outline: 0;
    }

.btn-scroll-dark {
    border: 2px solid #3e444d;
    color: #3e444d;
}

    .btn-scroll-dark:hover,
    .btn-scroll-dark:focus,
    .btn-scroll-dark:active {
        color: #3e444d;
        background: rgba(62,68,77,.2);
    }

.btn-scroll-light {
    border: 2px solid #f4f5f7;
    color: #f4f5f7;
}

    .btn-scroll-light:hover,
    .btn-scroll-light:focus,
    .btn-scroll-light:active {
        color: #f4f5f7;
        background: rgba(244,245,247,.2);
    }

@media(min-width:768px) {
    .btn-scroll-dark,
    .btn-scroll-light {
        margin-top: 30px;
    }
}



/* Countdown */

#countdown {
    color: #999999;
}

/* CONFERENCE LOGOS */
#owl-conflogos .item {
    /*  margin: 3px; */
    padding: 0;
}

    #owl-conflogos .item img {
        display: block;
        width: 100%;
        height: auto;
    }

/* TRACKS */
#tracks {
    background: #ffffff;
    padding: 0;
    margin-top: -99px;
}

    #tracks h3 {
        color: #999999;
    }

        #tracks h3 span {
            color: #2e2e2e;
        }

    #tracks h4 {
        margin-bottom: 20px;
    }

    #tracks i {
        color: #ffffff;
    }

    #tracks .lead {
        color: #999999;
    }

    #tracks .fa-circle {
        color: #49a2a2;
    }

    #tracks .item a {
        background: #b5b5b5;
        padding: 10px;
        /*  border-radius: 4px; */
        cursor: pointer;
    }

        #tracks .item a.sharepoint:hover {
            background: #2a58a2;
        }

        #tracks .item a.office:hover {
            background: #675ba2;
        }

        #tracks .item a.visualstudio:hover {
            background: #672d79;
        }

        #tracks .item a.aspnet:hover {
            background: #2a9ec1;
        }

        #tracks .item a.azure:hover {
            background: #2faade;
        }

        #tracks .item a.sql:hover {
            background: #1257a2;
        }

/* OVERVIEW */

#overview h3 {
    color: #999999;
}

    #overview h3 span {
        color: #2e2e2e;
    }

#overview h4 {
    margin-bottom: 20px;
}

#overview i {
    color: #ffffff;
}

#overview .lead {
    color: #999999;
}

#overview .fa-circle {
    color: #49a2a2;
}

/* ABOUT */


#aboutDev {
    background-color: #efefef;
}
#aboutDev h3 {
    color: #999999;
}

#aboutDev h3 span {
    color: #2e2e2e;
}

#aboutDev h4 {
    margin-bottom: 20px;
}

#aboutDev i {
    color: #ffffff;
}

#aboutDev .lead {
    color: #777777;
}

#aboutDev .fa-circle {
    color: #49a2a2;
}

.ablogo-text {
    line-height: 54px;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.ablogo-text {
    color: #6bc9ca !important;
}

    .ablogo-text .brackets {
        color: #f34133;
    }

/* COLO EVENTS */
#coloevents .ablogo-text {
    line-height: 54px;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 20px;
}

#coloevents .ablogo-text {
    color: #6bc9ca !important;
}

    #coloevents .ablogo-text .brackets {
        color: #f34133;
    }

#coloevents {
    background: #efefef;
}

    #coloevents h3 {
        color: #999999;
    }

        #coloevents h3 span {
            color: #2e2e2e;
        }

    #coloevents h4 {
        margin-bottom: 20px;
    }

    #coloevents i {
        color: #ffffff;
    }

    #coloevents .lead {
        color: #999999;
    }

    #coloevents .fa-circle {
        color: #49a2a2;
    }

/* OTHER EVENT LOCATIONS */

#otherlocations {
    background: #ffffff;
}

    #otherlocations h3 {
        color: #999999;
    }

        #otherlocations h3 span {
            color: #2e2e2e;
        }

    #otherlocations h4 {
        margin-bottom: 20px;
    }

    #otherlocations i {
        color: #ffffff;
    }

    #otherlocations .lead {
        color: #777777;
    }

    #otherlocations .fa-circle {
        color: #49a2a2;
    }

/* SPEAKER */

#speakers {
    /*background: #efefef;*/
}

.speaker figcaption {
    background: rgba(0, 169, 157, 0.85);
    color: #ffffff;
}

    .speaker figcaption h4 {
        color: #ffffff;
    }

    .speaker figcaption p {
        color: #ffffff;
    }

.speaker a,
.speaker .social a {
    color: rgba(255, 255, 255, .75);
}

    .speaker a:hover,
    .speaker .social a:hover {
        color: rgba(255, 255, 255, 1);
    }

.speaker .title {
    color: #888888;
}


/* speaker detail popup */

#speaker-detail {
    color: #2e2e2e;
    background: #ffffff;
}

    #speaker-detail h3 {
        color: #49a2a2;
    }

    #speaker-detail a {
        color: #49a2a2;
    }

    #speaker-detail i {
        color: #888888;
    }


/* SCHEDULE */

.event h3 {
    color: #49a2a2;
}

.event .icon {
    color: #ffffff;
    background: #49a2a2;
}

.event .description {
    background: #efefef;
}


/* Schedule Pagination */

#days .item {
    background: #efefef;
}

    #days .item:hover,
    #days .item:active {
        color: #ffffff;
        background: #675ba2;
    }

/* VENUE */

.venue-address {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
}

#venue h3 {
    color: #49a2a2;
}

#venue .venue-address h2 {
    color: #ffffff;
}

#venue i {
    color: #49a2a2;
}

#venue .fa-inverse {
    color: #ffffff;
}


/* TESTIMONIAL */

#testimonial {
    color: #ffffff;
}


/* SPONSOR */

#sponsors {
    background-color: #fff;
}

    #sponsors h2 {
        margin: 0;
    }

.sponsor-logo-home {
    padding: 0 40px;
    display: inline-block;
    line-height: 15rem;
    height: 150px;
}

    .sponsor-logo-home a {
        vertical-align: middle;
    }

.sponsor-logo {
    padding: 0 40px;
    display: inline-block;
    /*    line-height: 15rem;
    vertical-align: middle;
*/
}

.sponsor-block {
    border: 1px solid #f4f5f7;
    margin-top: 20px;
    /*
    margin-right: 20px;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
*/
}

    .sponsor-block .sponsor-logo {
        line-height: 12rem;
        vertical-align: middle;
        float: left;
    }

        .sponsor-block .sponsor-logo img {
            max-width: 170px !important;
        }

    .sponsor-block .sponsor-bio {
        /*   background-color: #f4f5f7;
    padding: 15px;*/
        text-align: left;
        font-size: .8em;
    }

#sponsors-section {
    height: auto !important;
}

    #sponsors-section img {
        max-width: 140px;
    }

/* POWERED BY */

#poweredby {
    color: #ffffff;
    background: rgba(0, 169, 157, 0.85);
}

    #poweredby h2 {
        margin: 0;
    }


/* SUBSCRIBE */

#subscribe {
    color: #ffffff;
}

    #subscribe input {
        color: #ffffff;
        background: rgba(255,255,255, 0.30);
        border: 1px solid #ffffff;
    }

/* FAQ - GALLERY */

#faq-gallery {
    background: #ffffff;
}

#faq i {
    color: #49a2a2;
}

/* REGISTER */

#register {
    /*	color:#999999;
	background:#efefef;
*/
}

    #register h2 {
        margin: 0;
    }

/* register form */

#register-form {
    background: #ffffff;
}

input[type="text"], input[type="email"], select {
    text-transform: none;
    font-size: 16px;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ccc;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

.checkbox-label {
    margin-bottom: 10px;
}

    .checkbox-label h4 {
        margin-left: 3px;
        display: inline;
    }

/* CONTACT */

#contact {
    text-align: center;
}

    #contact p {
        float: none;
        color: #fff;
    }

    #contact h2 {
        color: #fff;
        margin: 0;
    }

.social .fa-inverse {
    color: #49a2a2;
}

.social a {
    color: rgba(255, 255, 255, 0.65);
}

    .social a:hover {
        color: rgba(255, 255, 255, 1);
    }

/* FOOTER */
footer {
    background-color: #363636;
    color: #ffffff;
    width: 100%;
    text-transform: none;
    font-weight: 200;
    /*  height: 3em;*/
    text-align: left;
    line-height: 2em;
    padding: 5px;
}
/* MISC */

/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
select {
    color: #2e2e2e;
}

::-webkit-input-placeholder {
    color: #2e2e2e;
}

:-moz-placeholder { /* Firefox 18- */
    color: #2e2e2e;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #2e2e2e;
}

:-ms-input-placeholder {
    color: #2e2e2e;
}


/* BUTTONS */

.button {
    color: inherit;
    background: none;
}

.button-light {
    border: 1px solid #ffffff;
    color: #ffffff;
}

    .button-light:hover,
    .button-light:active {
        color: #49a2a2;
        background: #ffffff;
    }

.button-white {
    color: #49a2a2 !important;
    background: #ffffff;
}

    .button-white:hover,
    .button-white:active {
        color: #008177;
        background: #ffffff;
        text-decoration: none;
    }

.button-dark {
    color: #ffffff;
    background: #49a2a2;
}

    .button-dark:hover,
    .button-dark:active {
        color: #ffffff;
        background: #008177;
    }

.button-dark-alt {
    border: 1px solid #49a2a2;
    color: #49a2a2;
}

    .button-dark-alt:hover,
    .button-dark-alt:active {
        color: #008177;
        background: #ffffff;
        text-decoration: none;
    }

/* PRELOAD */

#preload {
    background: #ececee;
}

.loader {
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #49a2a2;
}


/* magnific popup */
.mfp-bg {
    background: #49a2a2;
}

/* SCHEDULE */

.event h3 {
    color: #675ba2;
}

.event .icon {
    color: #ffffff;
    background: #675ba2;
}

.event .description {
    background: #efefef;
}

/* old schedule style */
.band-panel {
    text-align: right;
    padding: 0px 10px;
    margin-top: 10px;
}

    .band-panel h2 {
        font-family: 'Economica';
        /*   font-family: "prenton-condensed", "Helvetica", Helvetica, Arial, sans-serif; */
        font-weight: 200;
        margin-bottom: 0;
    }

    .band-panel hr {
        margin: 0px auto 3px auto;
    }

    .band-panel p {
        font-size: 1.5em;
        font-weight: 100;
        margin: 2px 0 6px;
    }

        .band-panel p.time-range {
            color: black;
            background-color: rgba(73, 162, 162, 0.55);
            font-size: 0.6em;
            font-weight: 200;
            text-align: left;
            padding-left: 1em;
            margin: 0;
        }

        .band-panel p.subscript-text {
            font-size: 0.75em;
            font-weight: 200;
        }


/* Sponsors column fix */

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    /*
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
*/
}

.inside-full-height {
    /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.content {
    padding: 12px 3px;
}


@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .sub-sub-nav ul {
        width: 100%;
        padding: 0 15px;
    }

    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

@media (max-width: 1199px) {
    .sub-navbar .navbar-fixed-top {
        top: 152px !important;
    }
}

@media (max-width: 1023px) {
    .sub-navbar .navbar-fixed-top {
        top: 136px !important;
    }
}

@media (max-width: 991px) {
    .sub-navbar .navbar-fixed-top {
        top: 138px !important;
    }
}


@media (max-width: 767px) {
    #nav,
    #sub-nav {
        background-color: #333333;
        max-height: none;
    }

    #sub-nav {
        height: 361px !important;
        overflow-y: hidden;
        position: fixed;
        z-index: 1000;
        top: 456px;
    }

    .navbar {
        border-bottom: 1px solid #474747;
    }

        .navbar .navbar-nav {
            width: 100%;
        }

    .nav li {
        width: 100%;
    }

        .nav li img.NavLogo {
            display: none;
        }

    .navbar-brand {
        width: 260px;
        padding: 13px;
    }
        .navbar-brand > img {
            width: 100%;
        }

    ul.NavMobile {
        display: block !important;
    }

    .nav li p.NavText {
        display: block;
        color: #ffffff;
        margin: 0;
        line-height: 36px;
    }

    .sub-sub-nav .nav li a {
        padding-left: 0;
        padding-right: 0;
    }

    .sub-sub-nav ul {
        width: 100%;
    }

    .no-transition {
        -webkit-transition: height 0.01s;
        -moz-transition: height 0.01s;
        -ms-transition: height 0.01s;
        -o-transition: height 0.01s;
        transition: height 0.01s;
    }

    nav.navbar {
        background-color: #333333;
    }


    .hero-wrapper h1 {
        font-size: 28px !important;
        font-weight: 600;
    }

    .hero-wrapper h2 {
        font-size: 24px !important;
        margin-bottom: 12px;
    }

    .carousel-content .item {
        padding: 0;
    }
    
    #faq-gallery img {
        width: 100%;
    }
    
    #faq-gallery iframe {
        width: 355px !important;
    }
}
