﻿/*Default Client settings whcih are over written bt dedicated client CSS
    Pre set to Hulabhaig requirement
*/

body {
    /*font-family: "Courier New",Courier,monospace;*/
    font-family: Helvetica,Arial,sans-serif;
}



#clientLogo {
    max-height:80px;
}
.navbar-default {
    background-color: white;
}
.navbar {
    min-height: 50px;
 
}

.navbar-brand {
    padding: 10px 30px 10px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #666;
    padding: 15px 10px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #999;
}

.oess-client-body {
    padding-top:90px;
    padding-left:45px;
}

.oess-client-header {
    margin-top: 13px;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.sticky {
    position: fixed;
    /*top: 120px;*/
    right: 20px;
    text-align: center;
    width: 20%;
}

.sticky2 {
    position: fixed;
    top: 200px;
    right: 20px;
    text-align: center;
    width: 20%;
}

.oess-client-anchor {
    outline: none;
    /*padding: 15px;*/
}

.content {
    /*padding: 16px;*/
    width: 70%;
}

.col-md-12 h5 {
    max-width: 60%;
}


.galleryImageContainer {
    height: 80vh;
    position: relative;
}

.centerSlide {
    /*display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        max-height: 600px;*/
    max-height: 65vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.alMobile {
    display: none;
    
}

.alFull {
    display: block;
    z-index: 1000;
}

img.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




/*@media screen and (max-width: 991px) {*/ /* Set at 991 because bootstraps does stuff with header */
@media screen and (max-width: 1180px) {
    .sticky {
        position: relative;
        top: 0;
        text-align: center;
        right: 0;
        width: 90%;
    }

    .sticky2 {
        /*display: none;*/
        position: relative;
        top: 0;
        text-align: center;
        right: 0;
        width: 90%;
    }

    .img-thumbnail {
        max-width:20%;
    }

    .container {
        margin:20px;
    }

    /*.navbar-brand {
        padding-left:0;
    }*/

    .oess-client-body {
        padding-top: 30px;
        padding-left: 0px;
   
    }

    #clientLogo {
        max-height: 30px;
    }

    .content {
        padding: 0px;
        width: 100%;
        margin: 0px;
    }

    #navbar, #navbar2 {
        margin: 20px;
    }

    .navbar {
        min-height: 50px;
        padding-bottom: 10px;
        /*max-height:100px;*/
    }

    .col-md-12 h5 {
        max-width: 100%;
    }


    .galleryImageContainer {
        height: 90vh;
       
    }

    .centerSlide {

        max-height: 80vh;

    }

    .btn {
        font-size: 12px
    }

    .alMobile {
        display: block;
    }

    .alFull {
        display: none;
    }

}

@media screen and (orientation: landscape) and (max-width: 1180px) {

    .navbar-fixed-top {
        position:relative;
    }

    #hideWhenRotated {
        display:none;
        visibility:hidden;
    }

}




