@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

/*-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
}

.alert-info {
    background-color: #fff;
    border-color: #d7241d;
}

body {
    font-weight: normal;
    font-style: normal;
    background-color: #2b5360;
}

a {
    color: #0B7FA6;
}

a:hover {
    color: #CC0F0E;
}

.btn {
    border-radius: 0;
    background-color: #d7342d;
    color: white;
}

.btn:hover {
    color: white;
    background-color: #d7241d;
}

.form-control {
    border-radius: 0;
}

.content {
    background-color: white;
    padding: 20px 0px;
}

.footer {
    padding-top: 20px;
    color: white;
    padding-bottom: 25px;
}

.sponsors {
    text-align: center;
}

.heart {
    color: #d7342d;
    vertical-align: middle;
    display: inline-block;
}

.hp-layout {
    display: none;
}

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-image: none;
}

.navbar-nav > li > a {
    font-size: 18px;
}

.navbar-nav a {
    font-family: 'Exo 2';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.navbar .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .navbar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #d7342d;
}

.nav-pills > li.active > a {
    color: #FFF !important;
}

.nav-pills > li > a {
    border-radius: 0;
}

ul.dropdown-menu {
    border-radius: 0;
    font-family: 'Roboto Slab', serif;
    text-transform: none;
    font-style: normal !important;
}

.dropdown-menu > .active > a {
    background-image: none;
    background-color: white;
    color: black;
}

.dropdown-menu > .active > a:hover, .dropdown-menu > li > a:hover {
    background-image: none;
    background-color: #d7342d;
    color: white;
}

.navbar .container {
    /*    padding: 0;*/
}

.form-horizontal .control-label {
    text-align: left;
}

hr {
    border-top: 1px solid #ababab;
}

.start-img {
    padding: 20px 0;
    text-align: center;
}

.navbar-form input {
    width: 180px;
    outline: 1px solid rgba(255, 255, 255, .33);
    outline-offset: 1px;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, .95);
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #FFF;
}

@media (max-width: 1200px) {
    .navbar-form {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-form {
        display: none;
    }

    .nav > li > a {
        font-size: 16px;
        padding: 0 7px;
    }
}

/*-----------------------------*/

body {
    font-size: 16px;
}

.jumbotron {
    position: relative;
    color: #fff;
    text-align: center;
    background-size: contain;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.jumbotron .container {
    position: reative;
}

.home a {
    float: left;
}

@media (max-width: 991px) {
    .home a {
    }
}

@media (max-width: 768px) {
    .home a {
        height: 10%
    }
}

h1 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 78px;
}

.navbar {
    /* background:#db3424; */
    background: none;
}

.footer {
    background: rgba(29, 21, 21, 0.95);
    position: relative;
    border-top: 1px solid #4F4E4F;
}

.footer:before {
    content: "";
    position: absolute;
    width: 431px;
    height: 109px;
    top: -52px;
    right: 0;
}

.footer .sponsors h4:before {
    content: '';
}

.footer .sponsors h4 {
    border: none;
}

.footer .container {
    margin-top: 20px;
}

.content {
    padding-bottom: 50px;
    background: #fef9f8;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 10;
}

ul {
    list-style-type: square;
}

/* Sponsors */
.sponsors-row, .sponsors-a {
    line-height: 150px;
    width: 220px;
}

.sponsors-row img {
    vertical-align: middle;
}

.sponsor-footer a:hover {
    text-decoration: none;
}

.sponsor-footer img {
    margin: 20px;
    display: inline-block;
}

/*------------------------------------------------------*/
html, body {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #333;
}

h1 {
    font-style: normal;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

a {
    transition: color .177s;
}

.navbar {
    height: 80px;
    font-family: 'Montserrat', sans-serif;
    line-height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .33);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1337;
}

.navbar-inverse .navbar-nav > li > a:hover {
    transition: opacity .3s, height .227s;
    background: none !important;
}

.navbar-inverse .navbar-nav > li > a::before {
    height: 0;
    bottom: 0;
    transition: .227s height;
    content: "";
    background: #D7342D;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.nav > li > a {
    padding: 0 9px;
}

.navbar-inverse a {
    transition: background-color .277s;
}

.navbar-inverse .navbar-nav > li > a:hover::before {
    height: 100%;
    opacity: 1;
}

.jumbotron {
    height: 80vh;
}

.navbar-nav {
    padding-right: 20px;
}

.home .img {
    margin-top: 20px;
    margin-left: 15px;
}

.img.logo-big {
    background-image: url(../../../media/images/img/revision-logo.png);
    background-size: cover;
    width: 159px;
    height: 43px;
    background-repeat: no-repeat;
}

.img.logo-small {
    background-image: url(../../../media/images/img/revision-logo-small.png);
    background-size: cover;
    width: 44px;
    height: 43px;
    background-repeat: no-repeat;
}

.dropdown .dropdown-toggle:after {
    content: "\25BD";
    font-style: normal;
    font-size: 10px;
    opacity: .7;
    font-weight: normal;
    position: relative;
    top: -1px;
    right: -4px;
}

@media (max-width: 992px) {
    .nav > li > a {
        padding: 0 9px;
    }

    .dropdown .dropdown-toggle:after {
        position: absolute;
        left: 37%;
        top: 12%;
    }
}

.navbar-toggle {
    height: 44px;
}

.footer .icon {
    text-align: center;
}

.footer .icon:before {
    font-size: 35px;
    display: inline-block;
    margin: 0 auto;
}

.sponsor-row {
    background: none;
    position: relative;
    overflow: hidden;
}

.sponsor-row:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 200%;
    left: -100%;
    background: grey;
    display: block;
}

#footer-island {
    position: absolute;
    right: 0;
    top: -290px;
}

#footer-rocket {
    position: absolute;
    top: -280px;
    z-index: 100;
    left: 110px;
}

.footer {
    position: relative;
    z-index: 10;
}

body {
    background-image: url(../../../media/images/img/bg.jpg);
    background-size: cover;
    overflow-x: hidden;
}

.footer-info .col-md-3 {
    margin-bottom: 42px;
}

.sponsor-footer-container {
    background-color: rgba(29, 21, 21, .97);
    border-top: 1px solid #211A1B;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, .2);
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, .3);
}

li.dropdown {
}

.open > .dropdown-menu {
    opacity: 1;
    border: 0;
}

.dropdown-menu {
 /*   opacity: 0; */

    transition: opacity 2s;
}

#scenery {
    transform: scale(1);
}

#rocket {
    position: absolute;
    left: 10vw;
    top: 10vh;
    height: 20vh;
}

#rocketSmoke, #rocketEngine, #rocketBody {
    position: absolute;
}

#rocketBody {
    left: 0vw;
    top: 6vh;
    height: 49vh;
}

#rocketEngine {
    left: -1vw;
    height: 75vh
}

#rocketSmoke {
    top: -12vh;
    left: -5vw;
    -moz-animation-delay: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    height: 64vh;
}

#island,
#islandDebris {
    position: absolute;
    top: 35vh;
    right: -10vw;
    height: 80vh;
}

#islandDebris {
    -moz-animation-delay: .05s;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    right: -40vh;
}

.cloud {
    position: absolute;
    top: -30vh;
    z-index-1;
}

#cloud1 {
    top: 20vh;
    right: -12vw;
    -webkit-animation-delay: .1s;
    position: absolute;
}

#cloud2 {
    position: absolute;
    margin-left: -10vw;
    top: -20vh;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    z-index: -1;
}

#cloudRight {
    left: initial;
    right: 0;
    opacity: 1;
}

.aniFloat {

    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-moz-keyframes floating {
    from {
        -moz-transform: translate(0, 0) rotate(0);
    }

    65% {
        -moz-transform: translate(0, 15px) rotate(.5deg);
    }

    to {
        -moz-transform: translate(0, -0) rotate(0);
    }
}

@-webkit-keyframes floating {
    from {
        transform: translate(0, 0) rotate(0);
    }

    65% {
        transform: translate(0, 15px) rotate(.5deg);
    }

    to {
        transform: translate(0, -0) rotate(0);
    }
}

@keyframes floating {
    from {
        transform: translate(0, 0) rotate(0);
    }

    65% {
        transform: translate(0, 15px) rotate(.5deg);
    }

    to {
        transform: translate(0, -0) rotate(0);
    }
}

.aniFloatLess {
    -moz-animation-name: floatingLess;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -webkit-animation-name: floatingLess;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    animation-name: floatingLess;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-moz-keyframes floatingLess {
    from {
        -moz-transform: translate(0, 0) rotate(0);
    }

    65% {
        -moz-transform: translate(0, 7px) rotate(.2deg);
    }

    to {
        -moz-transform: translate(0, 0) rotate(0);
    }
}

@-webkit-keyframes floatingLess {
    from {
        transform: translate(0, 0) rotate(0);
    }

    65% {
        transform: translate(0, 7px) rotate(.2deg);
    }

    to {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes floatingLess {
    from {
        transform: translate(0, 0) rotate(0);
    }

    65% {
        transform: translate(0, 7px) rotate(.2deg);
    }

    to {
        transform: translate(0, 0) rotate(0);
    }
}

.aniScale {
    -moz-animation-name: scale;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -webkit-animation-name: scale;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    animation-name: scale;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-moz-keyframes scale {
    from {
        -moz-transform: scale(1);
    }

    65% {
        -moz-transform: translate(-4px, 15px) scale(.9);
    }

    to {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes scale {
    from {
        transform: scale(1);
    }

    65% {
        transform: translate(-4px, 15px) scale(.9);
    }

    to {
        transform: scale(1);
    }
}

@keyframes scale {
    from {
        transform: scale(1);
    }

    65% {
        transform: translate(-4px, 15px) scale(.9);
    }

    to {
        transform: scale(1);
    }
}

.aniTumble {
    -moz-animation-name: tumble;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

    -webkit-animation-name: tumble;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

    animation-name: tumble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;

    transform-origin: 100% 50%;
}

@-moz-keyframes tumble {
    from {
        -moz-transform: rotate(0);
    }

    65% {
        -moz-transform: translate(-4px, 12px) rotate(-1deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-webkit-keyframes tumble {
    from {
        transform: rotate(0);
    }

    65% {
        transform: translate(-4px, 12px) rotate(-1deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes tumble {
    from {
        transform: rotate(0);
    }

    65% {
        transform: translate(-4px, 12px) rotate(-1deg);
    }

    to {
        transform: rotate(0);
    }
}

.jumbotron {
    height: 80px;
    background: none;
}

.front-page .jumbotron {
    height: 80vh;
}

@media (max-width: 750px) {
    .navbar.navbar-inverse {
        background-color: rgba(29, 21, 21, 0.94);
        border-bottom: 1px solid rgba(53, 53, 53, 1);
        box-shadow: 0 0 15px;
    }

    body {
        background-image: url(../../../media/images/img/bg-mobile.jpg);
        background-size: contain;
    }

    #scenery {
        display: none;
    }

    .breakAtSmall {
        clear: both;
    }

    body.front-page .jumbotron {
        background-image: url(../../../media/images/img/revision-home-mobile.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 80%;
        height: 40vh !important;
        min-height: 210px;
    }
}

@media (max-width: 750px) and (max-height: 400px) {
    body.front-page .jumbotron {
        min-height: 230px;
    }
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: rgba(255, 255, 255, .33);
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a::after,
    .navbar-inverse .navbar-nav > li > a::before {
        content: none;
    }

    .sponsor-headline {
        display: inline-block;
        border: 1px solid #D7342D;
        border-left: 0;
        border-right: 0;
        padding: 10px;
        margin: 7px;
        width: 100%;
    }

    .navbar-collapse {
        position: relative;
        top: -20px;
        background: #fff;
        max-height: initial;
    }

    .nav.navbar-nav.pull-right {
        float: none !important;
        background: #fff;
    }

    a {
        color: #0B7FA6 !important;
    }

    .navbar-inverse .navbar-nav > li > a {
        line-height: 30px;
    }
}

input[type="submit"] {
    outline: 1px solid #FFF;
    outline-offset: 1px;
}

.alert {
    border-radius: 2px;
}

.navbar .dropdown-menu a {
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

.navbar a {
    font-family: 'Montserrat', sans-serif;
}

.home a {
    position: relative;
}

.home a::before {
    content: "";
    width: 154px;
    height: 75px;
    background-image: url(../../../media/images/img/minirocket.png);
    position: absolute;
    bottom: -12px;
    left: -10px;
}

.front-page .home a::before {
    content: none;
}

input#anonymous {
    margin-left: 0;
}

.home img {
    vertical-align: baseline;
    margin-top: 20px;
    margin-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.jumbotron {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-toggle {
    border-radius: 0;
    margin-top: 17px;
    border-color: #fff;
}

@media (max-width: 992px) {
    .dropdown .dropdown-toggle:after {
        top: 15%;
    }
}

@media (min-width: 768px) {
    .form-inline .form-control {
        width: 100%;
    }
}

@media (min-height: 1000px) {
    body.front-page .jumbotron {
        height: 60vh !important;
    }

    #rocketSmoke, #rocketEngine, #rocketBody {
        position: absolute;
    }

    #rocketBody {
        left: -5vw !important;
        /*0vw*/
        top: 6vh;
        height: 30vh !important;
        /*49vh*/
    }

    #rocketEngine {
        left: -6vw !important;
        /*-1vw*/
        height: 50vh !important;
        /*75vh*/
    }

    #rocketSmoke {
        top: -6vh !important;
        /*-12bh*/
        left: -10vw !important;
        /*-5vw*/
        height: 40vh !important;
        /*64vh*/
    }

    #island,
    #islandDebris {
        top: 30vh !important;
        /*35vh*/
        right: -10vw;
        height: 60vh !important;
        /*80vh*/
    }

    #islandDebris {
        right: -25vh !important;
        /*-40vh*/
    }

    .cloud {
        top: -30vh;
    }

    #cloud1 {
        top: 20vh;
        right: -18vw !important;
        /*-12vw*/
    }

    #cloud2 {
        margin-left: -20vw !important;
        /*-10vw*/
        top: 0vh !important;
        /*-20vh*/
        height: 80vh;
    }
}

.bx-wrapper img {
    height: auto;
}

.thumbnail {
    outline: 1px solid #B8B4B3;
    border: 1px solid #333;
    background: 0;
    padding: 0px;
    outline-offset: 2px;
    border-radius: 0;
}

.bx-wrapper .bx-controls-direction a {
    right: 18px;
}
/** NEU **/

.component-hotel h4 {
    margin-top: 20px;
}

.component-text ul li {
    margin-bottom: 5px;
}


table.events tr {
	height: 25px;
}

a[name] {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}
