﻿
.padright {
    padding-right: 10px;
}

.padleft {
    padding-left: 10px;
}

.marginleft {
    margin-left: 10px;
}

.marginright {
    margin-right: 20px;
}

.margintop {
    margin-top: 15px;
}

.marginbottom {
    margin-bottom: 15px;
}

.padtop {
    padding-top: 10px;
}

.padtoplarge {
    padding-top: 20px;
}

.padbottom {
    padding-bottom: 20px;
}

.padbottomsmall {
    padding-bottom: 5px;
}

h1 {
    font-size: 140%;
}

h3 {
    font-size: 110%;
    margin-top: 0px;
    font-weight: bold;
}


.nav > li > a {
    padding: 15px 14px;
}


.imageholder {
    position: relative;
    border: 1px;
    border-style: solid;
    border-color: #AAAAAA;
    text-align: center;
    background-color: #FAFAFA;
}

.crosshair {
    cursor: crosshair;
}

.controloverlayleft {
    font-size: 150%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 99999;
    opacity: 0.6;
}

    .controloverlayleft:hover {
        opacity: 0.9;
    }

.controloverlayright {
    font-size: 150%;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99999;
    opacity: 0.6;
}

    .controloverlayright:hover {
        opacity: 0.9;
    }

.greybutton {
    color: #BBBBBB;
}

.scaleimage {
    width: 100%;
}

.imageinfo {
    border-style: none;
    text-align: center;
    padding: 8px 15px 8px 15px;
    font-size: 90%;
    color: #444444;
}

.copyright {
    font-size: 80%;
    padding-top: 10px;
    color: #888888;
}

.searchitem {
    display: inline-block;
    width: 33%;
    padding-right: 20px;
    padding-bottom: 15px;
    vertical-align: top;
}

.fieldintro {
    font-weight: 600;
    padding-right: 10px;
}


img {
    border-style: none;
}

.eimg-box {
    border: 1px solid #ddd;
    background-color: #fff;
    clear: both;
    float: left;
    margin-right: 10px;
}


.floatleft {
    float: left;
}

.alignright {
    text-align: right;
}

.floatright {
    float: right;
}

.clearboth {
    clear: both;
}

.buttonholder {
    clear: both;
    padding-top: 5px;
    text-align: right;
}

.hrseparator {
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: #888888;
    width: 80%;
}

.hrorderseparator {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-style: dotted;
}

.smallimage img {
    border: 1px solid #ddd;
    height: auto;
    max-height: 110px;
    width: 102px;
}

.smallimageresize {
    height: 100px;
    width: 100px;
}

.alignmiddle {
    vertical-align: middle;
}

.triplefont {
    font-size: 300%;
}

.largefont {
    font-size: 120%;
    margin-top: 10px;
}

.displayblock {
    display: block;
}

.footerlinks ul li {
    display: inline-block;
}
/* Pager Styles*/

.pagecontrolstop {
    display: block;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 4px;
    border-color: #888888;
}

.pagecontrolsbottom {
    display: block;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    padding-top: 4px;
    border-color: #888888;
}

.resultsheader {
    font-size: 120%;
    font-weight: bold;
}

.centreme {
    text-align: center;
    clear: both;
}

.pagerlink {
    border-style: solid;
    border-width: 1px;
    padding: 0px 5px;
    min-width: 28px;
    border-radius: 4px;
    border-color: #AAAAAA;
    background-color: #FAFAFA;
    margin-top: 5px !important;
}

.pagernolink {
    color: #000000;
    margin: 1px 5px 1px 5px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    padding: 0px 5px;
    min-width: 28px;
    border-radius: 4px;
    border-color: #EEEEEE;
    background-color: #FFFFFF;
}

.pager, .pager:visited {
    display: inline-block;
    margin: 1px 5px 1px 5px;
}

    .pager:hover {
    }

.questionholder {
    clear: both;
    padding-top: 8px;
}

.textboxholder {
    overflow: hidden;
    display: block;
}

.requiredfield {
    color: #AA0000;
}

.questionmain {
    padding-left: 20px;
    padding-right: 10px;
    width: 180px;
    float: left;
}

.questionfull {
    padding-left: 20px;
    padding-right: 10px;
    width: 95%;
    float: left;
}

    .questionfull a {
        color: #0000EE;
        text-decoration: underline;
    }

.questionsupplement {
    width: 95%;
    padding-left: 20px;
    display: block;
    font-size: 90%;
}

.fulltextbox {
    width: 95%;
}

.smalldatebox {
    width: 40%;
    max-width: 60px;
}

.passwordareaholder {
    margin: 40px 4%;
    overflow: hidden;
}

.navbar-collapse {
    max-height: 470px;
}



.cvlogin {
    margin: 0px 4% 10px 4%;
    display: block;
    padding: 5px 5px 0px 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    width: 88%;
    max-width: 800px;
    border-radius: 5px;
    background-color: #FAFAFA;
    background-image: url(../images/exclamationshadow.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
}

.infoarea {
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fffdea;
}

.passwordarea {
    border-radius: 10px;
    float: left;
    margin-right: 5px;
    padding: 15px 15px 10px;
    width: 48%;
}

.passwordareafull {
    border-radius: 10px;
    margin: auto;
    max-width: 700px;
    padding: 15px 15px 10px;
    width: 80%;
}

label {
    font-weight: normal;
}

.nomargin {
    margin-top: 0px;
}

.nomarginbottom {
    margin-bottom: 0px;
}

.infotext {
    font-size: 80%;
    color: #444444;
    display: block;
}

.advancedsearch {
    border-radius: 10px;
    margin: 20px auto 0;
    padding: 10px;
    width: 95%;
}

.searchholder {
    width: 48%;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.searchholderwide {
    width: 98%;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 20px;
}

.smallmargin {
    margin-bottom: 5px;
}

hr {
    border-color: #AAAAAA;
}


.keyitem {
    margin-bottom: 10px;
}

.highlightlow {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    background-color: #FEFEEB;
    font-size: 1px;
    margin-right: 10px;
}

.highlighthigh {
    background-color: #FED8D8;
}

.highlightmarker {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #880000;
    background-color: #AA0000;
    border-radius: 10px;
    font-size: 1px;
    margin-right: 10px;
}

.highlighttext {
    color: #444444;
    padding-left: 5px;
}

.markerguide {
    border-style: solid;
    border-color: #444444;
    border-width: 0px 1px 1px 1px;
    height: 2px;
    margin-top: 3px;
    padding-top: 4px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    width: 81px;
}

.markercolour {
    color: #CC0000;
    font-size: 75% !important;
}

.gridguide {
    border-style: solid;
    border-color: #444444;
    border-width: 0px 1px 1px 1px;
    height: 2px;
    margin-top: 3px;
    padding-top: 4px;
    text-align: center;
    font-size: 11px;
    display: inline-block;
    width: 108px;
}

.highlighter {
    display: block;
    margin-top: 2px;
}

.searchlabel {
    width: 120px;
    float: left;
}

.searchinput {
    overflow: hidden;
    display: block;
}

.checkboxline {
    display: inline-block;
    padding-bottom: 2px;
    padding-right: 20px;
}

.checkboxblock {
    display: block;
    padding-bottom: 10px;
    padding-left: 30px;
}

.checkboxinline {
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 30px;
}

.checkboxblock input {
    float: left;
}

.checkboxblock label {
    display: block;
    overflow: hidden;
}

.orderarea {
    float: left;
    width: 48%;
    margin-right: 10px;
}

.orderlist {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    border-radius: 10px;
    background-color: #fffff6;
    padding: 15px 10px 10px 10px;
    margin: 0px;
}

.orderquantityholder {
    display: inline-block;
}

.orderquantity {
    width: 20px;
    text-align: center;
    margin-left: 5px;
    border-color: #888888;
    border-width: 1px;
    vertical-align: middle;
    height: 23px;
}


.checkboxblock input, .checkboxlinefixed input, .checkboxline input, .checkboxinline input {
    margin-right: 10px;
}

.bluetext {
    color: blue;
}

.strongtext {
    font-weight: bold;
}

.footertext {
    display: block;
    margin-top: 5px;
    font-size: 80%;
    padding: 3px;
    background-color: #EEEEEE;
}

.helperarea {
    background-color: #fafafa;
    border-color: #cccccc;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    margin: 20px auto 0;
    padding: 10px;
    width: 95%;
}

.exhibitionblock {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    width: 100%;
}

    .exhibitionblock:hover {
        background-color: #eeeeee;
    }

.showlargeonly {
    display: block;
}

.showsmallonly {
    display: none;
}

.exhibitionpagecontrols {
    font-size: 80%;
    display: block;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 4px;
    border-color: #888888;
    margin-bottom: 4px;
}

.mainblock {
}

.groupme {
    display: inline-block;
}
.groupmefeature {
    display: inline-block;
    vertical-align:top;
}
.featurehighlight {
    border-style:solid;
    display:block;
    border-width:1px;
    border-radius:8px;
    max-width:90%;
    margin: 0 auto;
    padding:2px;
    border-color:#888888;
    background-color:#fcfef1;
}
.featurehighlight {
    display: block;
    position: relative;
    background: #2b9b7e;
    border-radius: 20px;
    border-style: none;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}
    .featurehighlight:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 50%;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom-color: #2b9b7e;
        border-top: 0;
        margin-left: -12px;
        margin-top: -12px;
    }
.featurehighlightsub {
    display: block;
    padding-top: 0px;
    margin-top: -4px;
    padding-bottom: 2px;
    font-size: 12px;
}

.exhibitionblock h3 {
    color: #000000 !important;
    font-size: 100%;
}

.exhibitionblock p {
    color: #444444;
}

.controlholder h2 {
    margin-top: 0;
}

.subthemelink {
    font-size: 11px;
    margin-left: 10px;
    margin-bottom: 1px;
    display: block;
    color: #666666;
}

    .subthemelink a {
        color: #666666;
    }

        .subthemelink a:hover {
            color: #888888;
        }


#divThemeSearch a {
    padding: 5px;
    margin: 2px;
}

.scaler {
    width: 25px;
    height: 70px;
    background-color: transparent;
    border-style: none;
    padding: 0px !important;
    margin: 0px 3px 0px 0px;
    font-size: 0;
    line-height: 0;
}

    .scaler:focus {
        outline: 0;
    }

.zoom0 {
    background-image: url(../images/design/scale0B.gif);
    background-repeat: no-repeat;
}

.zoom1 {
    background-image: url(../images/design/scale1B.gif);
    background-repeat: no-repeat;
}

.zoom2 {
    background-image: url(../images/design/scale2B.gif);
    background-repeat: no-repeat;
}

.zoom3 {
    background-image: url(../images/design/scale3B.gif);
    background-repeat: no-repeat;
}

.zoom4 {
    background-image: url(../images/design/scale4B.gif);
    background-repeat: no-repeat;
}

.zoom5 {
    background-image: url(../images/design/scale5B.gif);
    background-repeat: no-repeat;
}

.zoom6 {
    background-image: url(../images/design/scale6B.gif);
    background-repeat: no-repeat;
}

.mapcontrols {
    display: block;
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    background-color: #FAFAFA;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 30px;
    width: 260px;
}

.footerlinks {
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

    .footerlinks ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
    }

    .footerlinks li {
        margin-left: 0;
        padding: 3px 10px;
        border-left: 2px solid #AAAAAA;
        list-style: none;
        display: inline;
    }

        .footerlinks li.first {
            border-left: 0px;
        }

    .footerlinks ul li a, .footerlinks ul li a:visited {
        text-decoration: none;
        color: #444444;
    }

.acknowledgement {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 90%;
}

.footerlinks ul li a:hover {
    color: #000000;
}

.videoholder {
    border: 1px;
    border-style: solid;
    border-color: #AAAAAA;
    text-align: center;
    background-color: #FAFAFA;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .videoholder iframe, .videoholder object, .videoholder embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-style: none;
    }

.showdistance {
    color: #888888;
    padding-right: 20px;
    font-size: 90%;
}

.marginall {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 12px;
    background-image: url(../images/exclamationshadow.gif);
    background-repeat: no-repeat;
    background-position: 4px 8px;
    padding-left: 40px !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #f2f2f2;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        Background-color: #4a4a4a;
    }

.embedarea {
    background-color: #F6F6F6;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    margin: 10px 0px 10px 10px;
}

.embedexample {
    background-color: #FFFFFF;
    padding: 6px;
    margin: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    margin-top: 6px;
    margin-bottom: 12px;
}

.embedtext {
    font-size: 90%;
    color: #444444;
}

.hidedisplay {
    display: none;
}

.smallpix {
    position: absolute;
    top: 0px;
    left: -1000px;
}

.locationintro {
    background-color: #EAEAEA;
}

.basketholder {
    min-height: 550px;
}

.basket {
    /*background-color:#555555;*/
}

    .basket a {
        /*color:#FAFAFA;*/
    }

        .basket a:hover {
            /*color:#DDDDDD;
    text-decoration:none;*/
        }

.notice {
    background-image: url(../images/exclamationshadow.gif);
    background-repeat: no-repeat;
    background-position: 4px 6px;
    min-height: 40px;
    display: block;
    padding: 2px 4px 4px 36px;
    font-size: 90%;
    margin-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    border-radius: 5px;
}

.termsconditions a, .termsconditions a:visited {
    color: #0000EE;
    text-decoration: underline;
}

    .termsconditions a:hover {
        color: #000000;
    }

.youtubeholder {
    display: inline-block;
    position: relative;
}

.youtubevideo {
    overflow: hidden;
    margin-top: 20px;
}

.youtubethumb {
    width: 220px;
    margin: -22px -31px;
}

.youtubetext {
    position: absolute;
    top: 142px;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.tracker {
    vertical-align: top;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    font-size: 80%;
    padding: 4px;
    width: 200px;
    margin-left: 20px;
    color: #888888;
}

.mover {
    width: 100px;
    margin-left: 10px;
    display: inline-block;
    background-color: #EEEEEE;
    color: #888888;
    border-style: solid;
}

.nosignal {
    border-width: 0px;
}

.lowmove {
    border-color: #FFCCCC;
    border-width: 0px 0px 0px 2px;
}

.midmove {
    border-color: #FFCCCC;
    border-width: 0px 0px 0px 30px;
}

.highmove {
    border-color: #CCFFCC;
    border-width: 0px 0px 0px 60px;
}

.fullmove {
    border-color: #CCFFCC;
    border-width: 0px 0px 0px 90px;
}

#divPleaseWait {
    border-style: solid;
    border-color: #AAAAAA;
    border-width: 2px;
    background-color: #F1F1F1;
    position: absolute;
    width: 120px;
    height: 30px;
    font-size: 18px;
    padding: 2px 0px 0px 0px;
    display: none;
    margin-top: -15px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
}

@media (min-width:769px) and (max-width:850px) {
    .orderquantityholder {
        display: block;
        margin-left: 40px;
        margin-top: -15px;
        margin-bottom: 10px;
    }
}

@media (max-width:550px) {
    .orderquantityholder {
        display: block;
        margin-left: 40px;
        margin-top: -15px;
        margin-bottom: 10px;
    }
}

@media (max-width:990px) {
    .searchitem {
        width: 49%;
    }
}

@media (max-width:899px) {
    .passwordareaholder {
        margin: 40px 2%;
    }

    .cvlogin {
        margin: 0px 2% 10px 2%;
    }
}



@media (max-width:799px) {

    .passwordarea {
        clear: both;
        float: none;
        width: 98%;
        margin-bottom: 10px;
    }

    .orderarea {
        clear: both;
        float: none;
        width: 98%;
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:920px) {
    .navbar-nav {
        font-size: 100% !important;
    }

    .nav > li > a {
        padding: 15px 12px;
    }
}

@media (max-width:508px) {
    .footerlinks li.last {
        border-left: 0px;
    }
}

@media (min-width:590px) and (max-width:767px) {
    .controlholder {
        width: 48%;
        display: inline-block;
        padding-right: 2%;
        vertical-align: top;
    }

    .showsmallonly {
        display: block;
    }

    .showlargeonly {
        display: none;
    }
}

@media (max-width:950px) {
    .mapcontrols {
        display: block;
        border-style: solid;
        border-color: #888888;
        border-width: 1px;
        background-color: #FAFAFA;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        padding-left: 10px;
        width: 220px;
    }
}

@media (min-width:768px) {
    .showsmall {
        display: none;
    }
}

/* Extra styling to make divs next to one another the same height */
.res-row {
    display: table;
}

.col-md-8, .col-md-4 {
    display: table-cell;
    float: none;
}

@media (max-width:767px) {
    .res-row {
        display: block;
    }
    .col-md-8, .col-md-4 {
        display: block;
    }
}
/* End of extra for div resizing */

@media (max-width:767px) {
    .showlarge {
        display: none;
    }

    .basketholder {
        min-height: 250px;
    }

    .subthemelink {
        display: inline-block;
    }
}

@media (max-width:703px) {

    .searchholder {
        width: 99%;
        float: none;
    }

    .searchitem {
        clear: both;
        width: 99%;
        display: block;
    }

    .passwordareafull {
        width: 97%;
    }

    .buttonholder {
        text-align: right;
    }
}

@media (max-width:420px) {
    .searchlabel {
        width: 95%;
        float: none;
    }

    .searchinput {
        margin-left: 10px;
    }
}

@media (max-width:1099px) {
    .passwordarea .questionmain {
        width: 95%;
        float: none;
        padding-left: 0px;
    }

    .passwordarea .textboxholder {
        margin-left: 10px;
    }
}

@media (max-width:799px) {
    .passwordarea .questionmain {
        width: 180px;
        float: left;
    }

    .passwordarea .textboxholder {
        margin-left: 0px;
    }
}

@media (max-width:540px) {
    .questionmain {
        width: 95%;
        float: none;
        padding-left: 0px;
    }

    .textboxholder {
        margin-left: 10px;
    }

    .passwordarea .questionmain {
        width: 95%;
        float: none;
    }

    .passwordarea .textboxholder {
        margin-left: 10px;
    }
}


.container {
    width: 100% !important;
    max-width: 1170px !important;
}


/* Mapping Styles */
#divmap {
    margin-left: 2%;
    width: 95%;
    height: 600px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    cursor: pointer;
}

.btnsmallmap {
    border-style: solid;
    border-width: 1px;
    background-color: #84960f;
    color: #ffffff;
    border-color: #565f17;
    outline: 0;
    padding: 3px 5px;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 14px;
}

    .btnsmallmap:hover {
        background-color: #565f17;
        color: #eeeeee;
        border-color: #383E0B;
    }

.buttonholdermap {
    clear: both;
    padding-bottom: 8px;
    text-align: right;
}

.smallmap {
    display: none;
}

circle {
    cursor: pointer;
}

@media (max-width:767px) {
    #divmap {
        height: 500px;
    }

    .smallmap {
        display: block;
    }

    .mapresource {
        display: none;
    }
}

@media (max-width:499px) {
    #divmap {
        height: 400px;
    }
}

@media (max-width:399px) {
    #divmap {
        height: 300px;
    }

    .btnsmallmap {
        font-size: 12px;
    }
}


/* Timeline Styles */
.timelineholder {
    position: relative;
    border-color: #DADADA;
    border-style: solid;
    border-width: 1px;
}

.timeline {
    margin: 0 auto;
    width: 100%;
    height: 240px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
    background-color: #FAFAFA;
    border-style: none;
}

​ .timelineitem {
    clear: both;
}

.timelineyear {
    height: 70px;
    width: 70px;
    margin-right: 15px;
    font-size: 20px;
    color: #FFFFFF;
    padding: 20px 7px;
    border-radius: 35px;
    float: left;
    vertical-align: middle;
}

.timelinetext {
    min-width: 150px;
}

.timelinebutton {
    text-align: right;
}

.timelinebase {
    clear: both;
    height: 8px;
    margin-bottom: 8px;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #888888;
}

.timelineimg-box {
    border: 1px solid #ddd;
    height: 114px;
    width: 114px;
    float: left;
    margin-right: 10px;
    text-align: center;
    background-color: #FAFAFA;
}

.timelineimage {
    max-width: 100%;
    max-height: 100%;
}

.timelinefadebottom {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
}

.timelinefadetop {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
}

.timeline::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.timeline::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.timeline::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

@media (min-width:1800px) {
    .showbacktop {
        display: none;
    }
}

.backtop {
    padding-top: 5px;
    padding-right: 40px;
    text-align: right;
    font-size: 25px;
    display: none;
}

.backtopfloat {
    font-size: 25px;
    position: fixed;
    bottom: 88px;
    right: 40px;
    z-index: 9999;
}

.backtophide {
    display: none;
}

.fixedback {
    color: #F6F6F6;
}

.footerpad {
    padding-top: 55px;
}

.museuminfo {
    margin: 10px auto;
    width: 90%;
    background-color: #DA1936;
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

.themehighlight {
    background-color: #E6B412 !important;
}

.linkbutton {
    background-color: #FFFFFF;
    padding: 4px;
    border-radius: 4px;
    text-decoration: none;
    border-color: #CCCCCC;
    color: #444444;
    text-align: center;
    display: block;
    width: 100%;
    min-width: 200px;
    margin: 0 auto;
    border-style: solid;
    border-width: 1px;
}

    .linkbutton:hover {
        text-decoration: none;
        color: #444444;
        background-color: #EEEEEE;
    }

/* Bootstrap override*/
.btn-social-icon.btn-lg {
    width: 50px !important;
}

.navbar-collapse {
    overflow-x: hidden !important;
}

.col-md-4 .btn, .col-md-4 .linkbutton {
    max-width: 260px !important;
    margin: 0 auto;
}


.buttonholdercol {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
}

.btnpad {
    margin: 5px 5px !important;
    height: 30px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .col-md-4 .btn, .col-md-4 .linkbutton {
        max-width: 500px !important;
    }

    .btnpad {
        width: 260px;
    }
}

@media screen and (max-width: 650px) {
    .btnpad {
        width: 200px;
    }
}

@media screen and (max-width: 510px) {
    .btnpad {
        width: 90%;
    }
}

/* Bootstrap fix required on move from 3 to 4 - fixes dropdown menu*/

@media screen and (max-width: 767px) {
    .dropdown-menu {
        float: inherit;
        position: inherit;
        background-color: transparent;
        border-color: transparent;
        color: #9D9D9D;
        border-style: none;
        border-radius: 0px;
    }

        .dropdown-menu li a {
            color: #9d9d9d;
        }

        .dropdown-menu .divider {
            background-color: #080808;
        }

        .dropdown-menu li a:hover {
            background-color: transparent;
            color: #FFFFFF;
        }
}

.btn-google-plus {
    display: none !important;
}

/* New inhouse zoom styles*/
.zoomareaimageholder {
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    text-align: center;
    position: relative;
}

.zoomareaimagebox {
    position: relative;
    border-style: none;
    margin: 0 auto;
    cursor: crosshair;
    max-width: fit-content;
}

.zoomarealargeimageholder {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.zoomarealargeimage {
    position: relative;
    display: none;
    transform-origin: left top;
}

.zoomareasmallimage {
    max-width: 100%;
}

.zoomareainfo {
    width: 100%;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #888888;
    background-color: #F6F6F6;
    height: 45px;
    font-size: 14px;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 4px;
}

.zoomareacontrols {
    position: absolute;
    top: 10px;
    left: 60px;
    z-index: 99999;
    opacity: 0.7;
    display: none;
}

.zoomarea {
    position: relative;
    margin-bottom: 10px;
}

.zoomareabutton {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
    font-size: 25px;
    background-color: #F1F1F1;
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    border-radius: 4px;
    height: 35px;
}

.zoomareanodisplay {
    display: none;
}

.zoomareanoselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.zoomwaitholder {
    z-index: 10000;
    display: none;
}

.zoomwait {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: rgba(239, 240, 223, 0.8);
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #888;
    padding: 4px 4px 4px 47px;
    font-size: 16px;
    color: #000000;
    text-align: left;
    background-image: url(../images/disk.png);
    background-repeat: no-repeat;
    background-position: 20px 5px;
    overflow: hidden;
}

.zoomwaitcentre {
    position: absolute;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    width: 80%;
    max-width: 250px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(239, 240, 223, 0.8);
    border-style: solid;
    border-radius: 10px;
    border-width: 0px 0px 1px 0px;
    border-color: #888;
    padding: 10px 20px 8px 20px;
}
/* End of inhouse zoom styles*/
