body {
    background-color:#000;
    font-family: 'Roboto', sans-serif;
    font-weight:250;
}

#page {
    width:100%;
    margin:50px auto;
}

#slider {
    width:100%;
    height:100%;
    
    /*IE bugfix*/
    padding:0;
    margin:0;
}

#slider li { 
    list-style:none; 
}

.alert_placeholder {
    border: 2px solid darkblue;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 600;
    max-height: 1.5rem;
    min-height: 1.5rem;
    min-width: 50rem;
    padding: 1rem;
    position: absolute;
    right: 1rem;
    text-align: left;
    top: 20px;
    z-index: 500;
    /*bottom: 0;*/
}

.bg-white {
    background-color: white;        
}

.clear_left {
    clear: left;
}

.float_left {
    float: left;
}

.hidden {
    display: none !important;
}

.large_button {
    font-size: 2rem;
    min-height: 5rem;
    min-width: 30rem;
}       

.link {
    cursor: pointer;
}

.logos_width {
    height: 5rem;
    margin: 5rem;
}

@media screen and (max-width: 762px) {
    .logo {
        left: 2rem;
        top: 3rem;
        position: absolute;
        width: 80%;
    }
}

@media screen and (min-width: 762px) {
    .logo {
        /*left: -2rem;*/
        top: 0.2rem;
        position: absolute;
        width: 25%;
    }
}
@media screen and (min-width: 1100px) {
    .logo {
        /*left: 1rem;*/
        top: 0.2rem;
        position: absolute;
        width: 25%;
    }
}

.popup {
    background-color: white;
    border: 3px solid darkorange;
    border-radius: 5px;
    left: 20%;
    min-height: 10rem;
    position: absolute;
    top: 25%;
    width: 50%;
    z-index: 150;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}  


input {
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
    background-color: white;    
}

.popup_container {
    background-color: white; 
    border: 3px solid darkorange;
    border-radius: 10px;
    -webkit-box-shadow: 22px 20px 26px 10px rgba(0,0,0,0.64);
    -moz-box-shadow: 22px 20px 26px 10px rgba(0,0,0,0.64);
    box-shadow: 22px 20px 26px 10px rgba(0,0,0,0.64);
    left: 50%;
    margin-left:-445px;
    min-height: 10rem; 
    position: absolute;
    top: 12rem;
    width: 890px;
    z-index: 100;
}

.close-btn {
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.shadow {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
