/* GLOBAL STYLES
-------------------------------------------------- */

/* ! @todo fix ulr on prod */
/*@font-face {*/
    /*font-family: 'Open Sans';*/
    /*src: url('../font/OpenSans-Regular.ttf');*/
    /*font-weight:400;*/
/*}*/

/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}

span.logo {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #343434;
    margin-left: 1em;
}
p.logo {
    margin-left: 1em;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-wrapper {
    font-family: 'Open Sans', sans-serif;
    padding-top: 50px;
    background: url('/img/top-bg.jpg') repeat-x bottom;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;

}

.navbar .navbar-inner {
    border: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.navbar .brand {
    margin-right: 321px;
    width: 300px;
}

.navbar .nav {
    margin: 7px 10px 0 0;
}


.navbar .nav > li {
    margin-left: 15px;
}

.navbar .nav > li > a {

    padding: 20px 10px;
    font-size: 18px;
    border-radius: 2px;

}
.navbar .nav > li > a:hover {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 12px;
}

.navbar .nav > li > a {
    -webkit-transition: all 0.5s ease;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: initial;

    transition: all 0.5s ease;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: initial;
}
.navbar .nav > .blue > a, .navbar .nav > .blue > a:hover, .navbar .nav > .blue > a:focus {
    color: #ffffff;
    background-color: #0087F7;
}

.navbar .nav > .red > a, .navbar .nav > .red > a:hover, .navbar .nav > .red > a:focus {
    color: #ffffff;
    background-color: #FE2232;
}

.navbar .nav > .green > a, .navbar .nav > .green > a:hover, .navbar .nav > .green > a:focus {
    color: #ffffff;
    background-color: #00A256;
}

.navbar .nav > .yellow > a, .navbar .nav > .yellow > a:hover, .navbar .nav > .yellow > a:focus {
    color: #ffffff;
    background-color: #FFAF00;
}

.navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: #474848;
    color: #ffffff;
}
/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}

.color-red {
    color: #FE2232;
}

.color-green {
    color: #00A256;
}

.color-blue {
    color: #0087F7;
}

.color-yellow {
    color: #FFAF00;
}

.indent {
    padding-left: 88px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

#myCarousel a {
    text-decoration: none;
}

.carousel-wrapper {
    margin-top: -20px;
    background: url('../img/carousel-bg.png') repeat-x;
}
.carousel {
    margin-bottom: 60px;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {

    height: 500px;
}

.carousel img {
    position: absolute;
    top: 0;
    right: 0;
    height: 500px;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 650px;
    padding: 0 20px;
    margin-top: 100px;
    font-family: "Open Sans ", sans-serif;
}

.carousel-caption h1 {
    font-size: 43px;
}
.carousel-caption .lead {
    font-size: 36px;
}
.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #474848;
    font-family: "Open Sans ", sans-serif;
    font-weight: 400;
}
.carousel-caption .btn {
    margin-top: 10px;
}

.carousel-indicators {
    top: 100%;
    left: 50%;
    margin-top: 23px;
    margin-left: -32px;
}
.carousel-indicators li {
    background-color: #d6d6d6;
    width: 16px;
    height: 16px;
    border-radius: 16px;
}
.carousel-indicators  li.active {
    background-color: #333333;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}

hr.divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Featurettes
------------------------- */


.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

    .container .navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }

    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .navbar .nav {
        margin: 0;
    }

    .navbar .nav > li {
        margin: 0;
    }

    .navbar .nav > li > a:hover {
        padding: 20px 10px;
        font-size: 18px;
        margin: 0px;
    }

    .carousel .item {
        height: 500px;
    }
    .carousel img {
        width: auto;
        height: 500px;
    }

    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}


@media (max-width: 767px) {

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }
    .carousel .container {

    }
    .carousel .item {
        height: 300px;
    }
    .carousel img {
        height: 300px;
    }
    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }

    .marketing .span4 + .span4 {
        margin-top: 40px;
    }

    .featurette-heading {
        font-size: 30px;
    }
    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }

}
.btn-custom {
    color: #ffffff;
    background: none;
    text-shadow: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

.btn-custom:hover {
    background-color: #474848;
    color: #ffffff;
}

.btn-custom-large {
    padding: 15px 19px;
    font-size: 17.5px;
}

.btn-green {
    background-color: #00A256;
}

.btn-blue {
    background-color: #0087F7;
}

.btn-red {
    background-color: #FE2232;
}

.btn-yellow {
    background-color: #FFAF00;
}

table.blue tbody tr:hover > td {
    background-color: #0087F7;
    color: #ffffff;
}

table.red tbody tr:hover > td {
    background-color: #FE2232;
    color: #ffffff;
}

table.yellow tbody tr:hover > td {
    background-color: #FFAF00;
    color: #ffffff;
}

table.green tbody tr:hover > td {
    background-color: #00A256;
    color: #ffffff;
}