html {
    position: relative;
    min-height: 100%;
    background-image: url(../img/bg-page.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    background-color: #7d8da6;
}

html body {
    margin-bottom: 250px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-image: url(../img/bg-top.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    background-color: transparent;
}

body a:focus {
    outline: none;
}

body a,
body a:focus,
body a:hover {
    color: #d90d3e;
}

a:hover {
    color: #c12e2a;
    text-decoration: none;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
}

iframe {
    max-width: 100%;
}

.top > .container-fluid {
    margin-top: 50px;
}

/* MENU */

.menu-top {
    background-color: transparent;
    border-color: transparent;

}

.menu-top .navbar-nav li a {
    color: #363d4f;
    font-weight: 600;
}

.menu-top .navbar-nav li.active a,
.menu-top .navbar-nav li.archive a {
    color: #b6e622;
    background-color: transparent;
}

.menu-top .dropdown-menu {
    min-width: 80px;
    text-align: center;
}

/* mobile menu */

.menu-top .navbar-nav li.active a:hover,
.menu-top .navbar-nav li.open a,
.menu-top .navbar-nav li.open a:hover {
    color: #333;
    background-color: transparent;
}

.menu-top.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: inherit;
    background-color: transparent;
}




/* LOGO & DESCRIPTION */

.logo {
    margin-bottom: 0;
    display: table-caption;
    color: #b6e622;
    font-size: 88px;
    font-weight: 900;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 25px 0 25px rgba(0, 0, 0, 0.3);
}

.description span {
    font-size: 124px;
    font-style: italic;
    font-weight: 900;
    line-height: 88px;
    color: #fff;
}

.description {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

.description p {
    color: #363d4f;
    font-size: 18px;
    font-weight: 700;
}

/* SPONSORS */

.sponsors {
    color: #fff;
}

.sponsors a {
    color: #fff;
    text-decoration: underline;
}

.sponsors td {
    padding: 5px 0;
}


/* HOME */

.title-program {
    font-weight: 600;
    color: #d90d3e;
}


/* MAIN */

.main .container {
    padding-bottom: 40px;
    background-color: #fff;
}

.main h2 {
    color: #d90d3e;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.main .blog .cat-children {
    display: none;
}

.main .blog .items-leading div[class|="leading"] {
    clear: both;
}

.main .readmore {
    text-align: right;
}

.main .readmore .btn {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-transform: lowercase;
}


/* CAROUSEL */

/* Carousel base class */
.main .carousel {
  height: 250px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  height: 100%;
  right: 5%;
  left: 5%;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.main .carousel .item {
    height: 250px;
}

.carousel-bottom {
    margin-top: -90px;
    background-image: url(../img/bg-carousel-bottom.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
}

.carousel-bottom .carousel .item {
    min-height: 760px;
    background-color: #777;
}

.nominations {
    color: #fff;
    text-align: center;
}

.nominations .nomination > p {
    margin-top: 30%;
}

.nominations .nomination h3 {
    margin-top: 10px;
    color: #fff;
}

.nominations .nomination h3 a {
    color: #fff;
}

.nominations .nomination h3 a:hover {
    color: #d90d3e;
}

.nominations .nomination {
    height: 250px;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.main .carousel-inner > .item > img {
  height: 250px;
}

.carousel-control {
    width: 5%;
}

.main .carousel .carousel-control.left,
.main .carousel .carousel-control.right {
    background-color: #8c8c8c;
    background-image: none;
}

a.left.carousel-control > span,
a.right.carousel-control > span {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

a.right.carousel-control > span {
    right: 38%;
}

a.left.carousel-control > span {
    left: 38%;
}

.title-carousel-bottom {
    margin: 30px 0;
    color: #fff;
    font-weight: 600;
    background-color: #d90d3e;
}

.carousel-bottom .container {
    padding-top: 90px;
}

.carousel-bottom .video-story {
    padding-top: 90px;
    padding-bottom: 0px;
    background-image: url(../img/bg-bottom-carousel-bottom.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
    background-color: #fff;
}

.carousel-bottom .video-story h3 {
    margin: 30px 0;
    font-weight: 600;
}

.carousel-bottom .video-story p {
    margin: 0;
    line-height: 0;
}

.carousel-bottom .video-story iframe {
    width: 100%;
    min-height: 400px;
}

.carousel-bottom .photo-story .row {
    background-color: #d90d3e;
}

.carousel-bottom .carousel-control.left,
.carousel-bottom .carousel-control.right {
    background-color: #8c8c8c;
    background-image: none;
}

.carousel-bottom .carousel-control.left {
    border-right: 5px solid #d90d3e;
}

.carousel-bottom .carousel-control.right {
    border-left: 5px solid #d90d3e;
}

/* PAGINATION */

div.pagination {
    width: 100%;
}

div.pagination nav {
    text-align: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #d90d3e;
    border-color: #d90d3e;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #d90d3e;
}


/* FOOTER */

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #b8b8b8;
}

#footer .container {
    height: 250px;
    padding-top: 40px;
    background-color: #4e5359;
}

.logo-name {
    padding-right: 0;
    padding-left: 0;
}

#footer .container h3 {
    margin-top: 0;
    color: #b6e622;
    line-height: 24px;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}

#footer .container h3 span {
    color: #fff;
    font-size: 44px;
}

#footer .social {
    margin-top: 20px;
}

#footer .social .fa {
    height: 26px;
    width: 26px;
    padding-top: 6px;
    margin-right: 5px;
    color: #4e5359;
    border-radius: 50%;
    background-color: #fff;
}

#footer a {
    color: #b6e622;
}

#footer .copy {
    margin-top: 30px;
}

#footer .copy a {
    color: #b8b8b8;
}


/* TO TOP */

#to-top {
    width: 60px;
    height: 60px;
    padding: 5px 0 0 0;
    background: #fff;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 2px 0 0 2px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    bottom: 100px;
    right: 0;
    text-align: center;
    text-decoration: none;
    font-size: 12pt;
    cursor: pointer;
    z-index:9999;
}

#to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* MOBILE */

@media (min-width: 767px) and (max-width: 980px) {
    .logo {
        font-size: 80px;
    }
    .carousel-bottom {
        background-image: none;
    }
    .carousel-bottom .carousel .item {
        min-height: 460px;
    }
    #footer .copy {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-collapse {
        background-color: #7d8da6;
    }
    .menu-top.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #363d4f;
    }
    .logo {
        font-size: 40px;
    }
    .description span {
        font-size: 60px;
    }
    .carousel-bottom {
        background-image: none;
    }
    a.left.carousel-control > span {
        font-size: 16px;
    }
    .carousel-bottom .carousel .item {
        min-height: 190px;
    }
    #footer small {
        font-size: 84%;
    }
}