html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.image {
    max-width: 100%;
    max-height: none;
    max-width: calc(100vw - 25px);
    max-height: 200vh;

}

/*
@media screen and (min-height: 700px){.image{max-height:calc(100vh);}}
@media screen and (min-height: 800px){.image{max-height:calc(100vh - 50px);}}
@media screen and (min-height: 900px){.image{max-height:calc(100vh - 50px);}}
@media screen and (min-height: 1000px){.image{max-height:calc(100vh - 50px);}}
@media screen and (min-height: 1200px){.image{max-height:calc(100vh - 50px);}}
*/

.logo {
    color: #1E1E1E;
    font-family: 'Orbitron', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    float: left;
    padding-top: 8px;
    padding-left: 7px;
}

.logo:hover {
    text-decoration: none;
}

.logo:active {
    text-decoration: none;
}

.image:hover {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.image.zoomed {
    max-width: none;
    max-height: none;
}

.image.zoomed {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

.image-container {
    text-align: center;
}

.image-companion {
    text-align: center;
    background-color: #ddd;
    padding-top: 15px;
}

#redirect-ad {
    text-align: center;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(215, 215, 215, 0.75);
    z-index: 999;
}

#redirect-ad iframe {
    width: 1200px;
    height: 850px;
    max-height: calc(100vh - 120px);
    max-width: calc(100vw - 100px);
}

.navbar-imagebam {
    /*position:fixed;*/
    top: 0px;
    left: 0px;
    padding: 5px;
    width: 100%;
    /*background-color:rgb(248,248,248);
    background-color:rgba(248,248,248,0.95);
    border-bottom:1px solid #EFEFEF;
    */
}

.push {
    /*padding-bottom:50px;*/
}

.btn {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.btn-default {
    background-color: white;
    color: #6F6F6F;
    border-color: #6F6F6F;
}

.btn-default:hover {
    background-color: #F7F7F7;
    color: #6F6F6F;
    border-color: #6F6F6F;
}

.code-container {
    max-width: 500px;
    margin: auto;
}

.addthis-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.addthis-container a span {
    border-radius: 4px;
}

.footer {
    display: none;
    text-align: left;
}

.footer a {
    font-size: 10px;
    margin: 0px 4px;
    color: rgb(150, 150, 150);
}

.footer a {
    display: inline;
    white-space: nowrap;
}

.footer span:after {
    content: " \00b7";
}

.btn-p-sm {
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width: 650px) {
    .float-menu {
        position: fixed;
        padding: 4px;
        right: 0px;
        top: 0px;
        background-color: rgb(248, 248, 248);
        background-color: rgba(248, 248, 248, 0.95);
        border-left: 1px solid #EFEFEF;
        border-bottom: 1px solid #EFEFEF;
        border-radius: 0 0 0 4px;

    }

}

.modal-dialog {
    margin: 25px auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 15% auto;
    }

}

.modal-sm {
    width: 330px;
}

.modal-header {
    min-height: 16.43px;
    padding: 8px 15px;
}

.modal-title {
    font-size: 14px;
    color: grey;
}

.mwaTile {
    margin: auto;
    max-width: 512px;
}

.mwaHeader {
    text-align: center;
    border: 0 none;
    color: #337ab7;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}

.mwaTitle {
    color: #555;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px;
}

fieldset.ad {
    border: 1px solid #efefef;
    display: inline-block;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;
}

fieldset.ad legend {
    font-size: 10px;
    color: #666;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    margin: auto;
    width: auto;
    border: 0px;
}

.responsive-ad-container {
    width: 320px;
    height: 100px;
    margin: 5px 10px 10px 10px;
}

@media (min-width: 500px) {
    .responsive-ad-container {
        width: 468px;
        height: 60px;
    }
}

@media (min-width: 800px) {
    .responsive-ad-container {
        width: 728px;
        height: 90px;
    }
}

.ad-container-728 {
    width: 728px;
    height: 90px;
    margin: 5px auto;
    margin-top: 3px;
}

@media screen and (min-width: 1032px) {
    .ad-container-728-top {
        margin-top: -40px;
    }
}