html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.navbar-default {
    background: #fff !important;
}

.navbar {
    min-height:75px !important;
    margin-bottom:0 !important;
}

#divHeadline {
    background: url(../images/headline_carousel4.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    border-bottom: 1px solid #eee;
    color: #f3f3f3;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/headline_ie8.jpg', sizingMethod='crop');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/headline_ie8.jpg', sizingMethod='crop')";
}

#headlineWrapper div {
    padding:0px 10px 20px 10px; 
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

#infoOverlay {
    margin: 0 -15px;
    background-color: rgba(63, 63, 63, 0.4);
    background: rgba(63, 63, 63, 0.4);
}

#infoWrapper {
    text-align: justify;
    font-size: 17px
}

#loginBootstrap {
    color: #515151;
    margin-bottom: 8px;
    
}

#loginBootstrap .panel-heading {
    background-color:#ffffff !important;
}

#loginWrapper .alert {
    padding: 5px 10px !important;
    margin-bottom: 10px !important;
}

#divBody {
    border-bottom: 1px solid #eee;
    min-height: 220px;
    padding:30px 0px 20px 0px;
}

.footerBootstrap {
  padding: 15px 50px 5px 50px;
  margin-top: 10px;
}

a {
    color: #5bc0de !important;
}

.mousePointer {
    cursor: pointer;
}

#mobile-indicator {
    display: none;
}

.input-group-addon {
    background-color: #fafafa !important;
}

/*Small devices*/
@media (max-width: 767px) {
    #mobile-indicator {
        display: block;
    }
}

/*Small devices (Phones & Tablets)*/
@media (max-width: 991px) {
    .headerLogo {
        width:150px;
    }

    #logoWrapper {
        width: 150px; 
        height: 67px; 
        overflow: hidden;
    }

    .navbar-brand {
        padding: 0px 15px !important;
        position: absolute;
        left: 50%;
        margin-left: -75px !important;
        display: block;
    }

    #loginWrapper {
        padding-top:10px;
    }

    #divHeadline {
        background-position: left center;
    }
}

/*Medium Devices (Desktop)*/
@media (min-width: 992px) and (max-width: 1199px) {
    #loginWrapper {
        min-height: 310px;
        padding: 25px 15px 20px 15px;
    }
    #headlineWrapper {
        min-height: 310px;
        padding: 25px 0px 20px 0px;
    }
}

/*Medium and large Devices (Desktop)*/
@media (min-width: 992px){ 
    .headerLogo {
        width: 150px;
    }

    #logoWrapper {
        width: 150px; 
        height: 67px; 
        overflow: hidden;
    }
    #divMessage {
      width: 100%;
      padding:15px 50px;
      border-radius: 0;
    }
    #messageAlertWrapper {
        height:100px; 
        position: relative;
    }

    .navbar-brand {
        padding: 0px 15px !important;
        position: absolute;
        left: 50%;
        margin-left: -65px !important;
        display: block;
    }

    #headlineWrapper h1{
        font-size:50px !important;
    }
}

/*Large Devices (Desktop)*/
@media (min-width: 1200px) {
    #infoOverlay {
        margin: 0px -15px;
        padding: 50px 0 40px 0;
    }

    #headlineWrapper div {
        padding-top: 10px;
    }
}