﻿.master-content {
    margin-top: 10px;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif !important;
    padding-top: 50px;
}

@media print {
    body {
        padding-top: 5px;
    }
}

.jumbotron-small {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a:hover {
    text-decoration: none;
}

#rbWeek label {
    display: inline;
}

.auction-control {
    margin-left: 110px;
}

.auction-label {
    width: 100px;
}

.auction-group {
    margin-bottom: 10px;
}

.auction-button {
    margin-left: 180px !important;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
    font-family: 'Lato', Helvetica;
}

.opgmap {
    width: 1000px;
    height: 500px;
}

/* Navbar
-------------------------------------------------- */
.navbar.navbar-static-top {
    margin-bottom: 35px;
}

.navbar.transparent.navbar-inverse .navbar-inner {
    background: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgb(88, 88, 88);
}

    .navbar.transparent.navbar-inverse .navbar-inner .container {
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-transition: margin .2s ease-in-out;
        -moz-transition: margin .2s ease-in-out;
        transition: margin .2s ease-in-out;
    }

.navbar.navbar-inverse .navbar-inner {
    /*padding: 10px 0px 10px 0px;*/
    background: #252528;
}

    .navbar.navbar-inverse .navbar-inner.sticky {
        background: rgba(0,0,0,0.8);
        border-bottom: 1px solid #252525;
    }

.navbar-inverse .navbar-inner.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    padding: 2px;
}

.navbar-inverse .brandtitle {
    padding-top: 10px;
    padding-left: 10px;
    width: 310px;
}

.lt-ie9 .navbar-inverse .brandtitle {
    width: 325px;
}


.navbar-inverse .nav > li > a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

    .navbar-inverse .nav > li > a:hover,
    .navbar-inverse .nav > li > a.active {
        color: #c3a303;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.navbar-inverse .dropdown-menu {
    background: #252528;
}

.navbar-inverse .nav > li > .dropdown-menu::after {
    border-bottom: 6px solid #252528;
}

.navbar-inverse .dropdown-menu li > a {
    color: #fff;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    text-decoration: none;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #c3a303;
    background-color: #111111;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #c3a303;
    background-image: linear-gradient(to bottom, #c3a203, #c3a403);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #c3a303;
    background-image: linear-gradient(to bottom, #c3a203, #c3a403);
}


.section_header {
    width: 100%;
    margin-bottom: 20px;
}

    .section_header h3 {
        color: rgb(100, 100, 100);
        font-weight: 300;
        font-style: italic;
        font-size: 27px;
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 0px;
        display: inline-block;
        margin: 0;
    }

.news_section_header {
    width: 100%;
    margin-bottom: 0px;
}

    .news_section_header h3 {
        color: rgb(100, 100, 100);
        font-weight: 300;
        font-style: italic;
        font-size: 27px;
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 0px;
        display: inline-block;
        margin: 0;
    }

.videos_section_header {
    width: 100%;
    margin-bottom: 0px;
}

    .videos_section_header h3 {
        color: rgb(100, 100, 100);
        font-weight: 300;
        font-style: italic;
        font-size: 27px;
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 0px;
        display: inline-block;
        margin: 0;
    }

/* Footer
-------------------------------------------------- */
#footer {
    min-height: 125px;
    margin-top: 30px;
    background-color: #252528;
    color: #fff;
    padding-top: 10px;
}

    #footer .footer_header {
        color: rgb(196, 196, 196);
        font-style: italic;
        font-weight: 300;
        font-size: 25px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

.footer-links {
    margin-bottom: 10px;
}

    .footer-links .yel {
        color: #c3a303;
    }

.footer-navigate {
    list-style: none;
    padding-left: 0px;
}

    .footer-navigate li {
        border-bottom: 1px solid #898989;
        padding: 5px 0;
    }

        .footer-navigate li a {
            color: #c3a303;
        }

/* contact */
#footer .contact {
    text-align: left;
}

    #footer .contact .footer_header {
        text-align: left;
    }

    #footer .contact input[type="text"],
    #footer .contact textarea {
        border: none;
        background-color: #1f1f21;
        padding: 8px 20px;
        border-radius: 3px;
        font-size: 14px;
        font-family: Lato !important;
        width: 80%;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
    }

        #footer .contact input[type="text"]:focus,
        #footer .contact textarea:focus {
            border: none;
            box-shadow: none;
            background-color: #000;
        }

        #footer .contact input[type="text"]:-moz-placeholder,
        #footer .contact textarea:-moz-placeholder {
            color: #868687;
        }

        #footer .contact input[type="text"]::-webkit-input-placeholder,
        #footer .contact textarea::-webkit-input-placeholder {
            color: #868687;
        }

        #footer .contact input[type="text"]:-ms-input-placeholder,
        #footer .contact textarea:-ms-input-placeholder {
            color: #868687;
        }

    #footer .contact input[type="submit"] {
        background-color: #3e3e40;
        border: none;
        color: #fff;
        border-radius: 4px;
        padding: 5px 20px;
        font-size: 14px;
        font-weight: bold;
        -webkit-transition: background-color .2s linear;
        -moz-transition: background-color .2s linear;
    }

        #footer .contact input[type="submit"]:hover {
            background-color: #2190DB;
        }

#footer .credits {
    border-top: 1px solid #343437;
    padding: 0px 0px 20px 0px;
}

    #footer .credits .social {
        margin-top: 30px;
        text-align: center;
    }

        #footer .credits .social a {
            margin: 10px;
        }

    #footer .credits .copyright {
        color: #a6a6a7;
        font-style: italic;
        text-align: center;
        margin-top: 30px;
    }

    #footer .credits .social a {
        margin: 10px;
    }

        #footer .credits .social a span {
            display: inline-block;
            width: 33px;
            height: 33px;
        }

    #footer .credits .social span.ico1,
    #footer .credits .social span.ico1h {
        background-position: 0px 0px;
    }

    #footer .credits .social span.ico2,
    #footer .credits .social span.ico2h {
        background-position: -37px 0px;
    }

    #footer .credits .social span.ico3,
    #footer .credits .social span.ico3h {
        background-position: -75px 0px;
    }

    #footer .credits .social span.ico4,
    #footer .credits .social span.ico4h {
        background-position: -112px -1px;
    }

    #footer .credits .social span.ico5,
    #footer .credits .social span.ico5h {
        background-position: -151px 0px;
    }

    #footer .credits .social span.ico6,
    #footer .credits .social span.ico6h {
        background-position: -188px -1px;
    }

    #footer .credits .social span.ico7,
    #footer .credits .social span.ico7h {
        background-position: -226px 0px;
    }

    #footer .credits .social a:hover span.socialicons {
        display: none;
    }

    #footer .credits .social a:hover span.socialicons_h {
        display: inline-block !important;
    }

    #footer .credits .social span.socialicons_h {
        display: none;
    }

/* Global
-------------------------------------------------- */
/*Bootstrap overrides*/
.navbar .brand {
    padding: 0px;
    margin-left: 0px;
}

.navbar.transparent.navbar-inverse .navbar-inner .container {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn {
    vertical-align: auto;
}

.auction-img-slide {
    max-width: 500px;
    max-height: 500px;
}

.slider-nav {
    text-align: center;
}

    .slider-nav > div {
        display: inline-block;
        width: 300px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-size: 2em;
        cursor: pointer;
    }

.auction-img-nav-slide {
    max-width: 80px;
    max-height: 80px;
    margin: 5px;
    border: 2px solid gray;
}

    .auction-img-nav-slide:hover, .auction-img-nav-slide:focus {
        border: 2px solid blue;
    }


/* Slider custom styles
================================================== */
.slick-slide .info {
    position: relative;
    top: 90px;
    text-align: center;
}

    .slick-slide .info h2 {
        color: #ffd200;
        font-size: 50px;
        font-weight: bold;
        text-shadow: 2px 2px 2px #000;
    }

    .slick-slide .info a:hover {
        opacity: .9;
    }

/* End slider styles
================================================== */

.opglist {
    margin-top: 10px;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
    #footer .sections .contact > * {
        /*margin-left: 80px;*/
    }
}

@media (min-width: 980px) {
}

@media (min-width: 980px) and (max-width: 1199px) {
    /*.navbar-inverse .brand {
    margin-left: -20px;
}*/
    .navbar-inverse .brandtitle {
        /*margin-left: 20px;*/
        font-size: 14px;
        width: 230px;
    }

    .navbar .brand {
        font-size: 18px;
    }

    .opgmap {
        width: 970px;
        height: 450px;
    }
}

@media (max-width: 979px) {
    .navbar.transparent.navbar-fixed-top,
    .navbar.home.navbar-fixed-top {
        margin-bottom: 0px;
    }

    .navbar.transparent.navbar-inverse .navbar-inner {
        background: #252528;
    }

    .navbar-inverse .nav-collapse .nav > li > a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #fff;
        opacity: 0.7;
    }

    .navbar-fixed-top {
        margin-bottom: 0px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .navbar.transparent.navbar-fixed-top,
    .navbar.home.navbar-fixed-top {
        margin-bottom: -70px;
        position: relative;
        top: 999;
    }

    .navbar-fixed-top {
        margin-bottom: 0px;
    }

    .opgmap {
        width: 760px;
        height: 450px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .opgmap {
        width: 640px;
        height: 480px;
    }

    footer {
    }

    #footer {
    }

        #footer .container {
            padding: 0px 20px;
        }
        /*Index Footer*/
        #footer .footer_header {
            margin-left: 0;
        }

            #footer .footer_header h3 {
                margin-left: 0;
            }

        #footer .testimonials {
            overflow: hidden;
            margin-bottom: 40px;
        }

            #footer .testimonials .footer_header {
                margin-left: 0;
            }

            #footer .testimonials .wrapper {
                float: left;
                width: 100%;
            }

        #footer .contact {
            margin: 0;
        }

            #footer .contact .footer_header {
                margin-left: 0;
            }

            #footer .contact input[type="text"], #footer .contact textarea {
                float: left;
                width: 92%;
            }
        /*Inner Footer*/
        #footer .info .touch ul li {
            margin: 0 30px 0 0;
        }

        #footer .info .touch ul {
            margin: 15px 0 15px;
        }

        #footer .credits .copyright {
            margin-top: 10px;
        }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    .navbar-inverse .brandtitle {
        padding-top: 10px;
        width: 200px;
        font-size: 12px;
    }

    .opgmap {
        width: 425px;
        height: 350px;
    }
}
