/* #Site Styles
================================================== */
html {
}

body {
    padding: 0 6vw;
    padding-bottom: 10vw;
    background: #002F5B url('../Userfiles/template/site-bg.jpg') no-repeat top;
    transition: all ease 0.3s;
    background-attachment: fixed;
    background-size: cover;
}

#site-wrapper {
    background: rgba(0, 47, 91, 0.8);
    padding-top: 0;
    box-shadow: 0px 0px 20px #000;
}

#form1 {
    margin: 0;
    padding: 0
}

.top-nav-wrap {
    text-align: right;
}

img {
    max-width: 100%
}

/* HEADER WRAP */
.fixed-top {
    position: relative;
    z-index: 2900;
    background: rgba(255, 255, 255, 0.9);
    background-size: cover;
    transition: all ease 0.3s;
    top: 0;
    left: 0;
    width: 100%;
}

.page-pages .fixed-top {
    position: relative;
    z-index: 2900;
    background: rgba(255, 255, 255, 1);
    background-size: cover;
    transition: all ease 0.3s;
    top: 0;
    left: 0;
    width: 100%;
}

.header-wrap {
    width: 100%;
}

.header-wrap .logo {
    text-align: left;
}

.header-wrap .logo img {
    height: 120px;
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    transition: all ease 0.7s;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .fixed-top.stuck {
        position: fixed;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }

    .fixed-top.stuck .header-wrap .logo img {
        height: 80px;
        padding: 10px 0;
        display: block;
    }
}

/* HERO */
.hero-wrap {
    background: url(../Userfiles/Pageicons/default-pageicon.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.hero-wrap .container {
    padding: 100px;
}

.hero-wrap h1 {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 4%;
    padding-left: 0;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 20%;
    z-index: 2;
    left: 0;
    padding-left: 0;
    padding: 20px;
    background: rgba(0, 47, 91, 0.90);
}

/* MAIN NAV */
.nav-wrap {
    position: relative;
}

.nav-wrap:before {
    content: " ";
    z-index: 100;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(207, 223, 225, 0.7);
    visibility: visible;
}

nav {
    position: relative;
    z-index: 400;
}

/* CONTENT */
.content-wrap {
    background: #FFF;
    position: relative;
}

.page-pages .content-wrap {
    min-height: 600px;
    padding: 40px 0;
}

.content-wrap .services-table {
    margin-bottom: 0;
    width: 100%;
}

.content-wrap .services-table td {
    display: block;
    border: 0;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 0;
    color: #333;
    float: none;
    width: 100% !important;
    max-height: 530px;
    font-size: 14px;
    border-bottom: 0;
    border-top: 0;
    padding-bottom: 100px;
    box-sizing: border-box;
    border: 20px solid #fff;
    cursor: pointer;
}

.content-wrap .services-table td .button {
    display: block;
    position: relative;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    box-sizing: border-box;
}

/* Larger than mobile */
@media (min-width: 400px) {
    .content-wrap .services-table td {
        min-height: 260px;
    }
}

/* Larger than mobile */
@media (min-width: 600px) {
    .content-wrap .services-table td {
        min-height: 360px;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .hero-wrap h1 {
        color: #fff;
        text-align: left;
        font-size: 30px;
        left: -20vw;
        padding-left: 20vw;
        background: rgba(0, 47, 91, 0.90);
    }

    .content-wrap .services-table td {
        float: none;
        display: table-cell;
        width: 33.33% !important;
        box-sizing: border-box;
        font-size: 18px;
        height: 450px;
    }

    .content-wrap .services-table td .button {
        display: block;
        position: absolute;
        bottom: 2rem;
        box-sizing: border-box;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1400px) {
    .content-wrap .services-table td {
        font-size: 16px;
    }
}

.content-wrap .services-table td h3 {
    padding: 20px;
    font-size: 20px;
}

.content-wrap .services-table td:hover h3 a {
    text-shadow: none;
}

.content-wrap .services-table td:before {
    content: "";
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity ease 0.3s;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.content-wrap .services-table td:before {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.content-wrap .services-table td:hover:before {
    opacity: 1;
    -webkit-filter: grayscale(0);
    /* Chrome, Safari, Opera */
    filter: grayscale(0);
}

.content-wrap .services-table td:hover p:first-of-type {
    opacity: 0;
}

.content-wrap .services-table td h3 {
    background: rgba(51, 51, 51, 0.8);
    transition: opacity ease 0.3s;
    color: #fff;
}

.content-wrap .services-table td:nth-of-type(1):before {
    background: url(../Userfiles/template/slide1.jpg) no-repeat center;
}

.content-wrap .services-table td:nth-of-type(2):before {
    background: url(../Userfiles/Home-Slider/slide2.jpg) no-repeat center;
}

.content-wrap .services-table td:nth-of-type(3):before {
    background: url(../Userfiles/Home-Slider/slide3.jpg) no-repeat center;
}

/* Youtube Reflexive */
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.vid-container iframe, .vid-container object, .vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Home SLider */
.slider-wrap {
    position: relative;
    background: #fff;
}

.home-slider .gal-image-wrap {
    position: relative;
}

.home-slider .gal-image-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: all ease 0.7s;
}

.home-slider .gal-image-wrap:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.home-slider .gal-image-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.home-slider .galDescription {
    position: relative;
    z-index: 300;
}

.home-slider .galDescription h2 {
    margin-bottom: 0px;
    line-height: 1;
    font-size: 24px;
    color: #fff;
}

.home-slider .galDescription {
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    background: rgba(0, 47, 91, 0.90);
    font-size: 16px;
    color: #fff;
}

.slider-wrap .owl-dots {
    position: absolute;
    z-index: 300;
    top: 10%;
    right: 20px;
    text-align: center;
}

.slider-wrap .owl-dots div {
    height: 14px;
    width: 14px;
    margin: 20px;
    text-align: center;
    background: #fff;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    transition: all 0.7s ease;
    box-shadow: 0px 0px 3px #333;
    border: 2px solid #fff;
    display: block;
}

.slider-wrap .owl-dots div:hover {
    background: transparent;
}

.slider-wrap .owl-dots div.active {
    background: transparent;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 900px) {
    /* Home SLider */
    .slider-wrap {
        top: -150px;
        margin-bottom: -150px;
    }

    .home-slider .galDescription h2 {
        font-size: 3vw;
    }

    .home-slider .galDescription h3 {
        font-size: 2vw;
    }

    .home-slider .galDescription {
        padding: 2vw;
        position: absolute;
        bottom: 0;
        box-sizing: border-box;
        width: 100%;
        left: 0%;
        box-sizing: border-box;
        text-align: center;
        font-size: 1.2vw;
        line-height: 1.3;
    }

    .slider-wrap .owl-dots {
        bottom: 20%;
        top: auto;
    }
}

.home-slider .galDescription p {
    margin: 0;
    padding: 0;
}

/* QUOTE */
.quote-wrap {
    padding: 4vw 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-family: 'Secular One', sans-serif;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #333;
}

.quote-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002F5B url('../Userfiles/template/tagline-bg.jpg') no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.quote-wrap h2, .quote-wrap h5 {
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 3;
}

.quote-wrap .button {
    position: relative;
    z-index: 3;
    background: #fff;
    color: #002F5B;
    margin-top: 40px;
}

.quote-wrap .button:hover {
    background: #333;
    color: #fff;
}

.quote-wrap p {
    text-align: center;
}

.quote-wrap .owl-dots {
    position: relative;
}

.quote-wrap table, .quote-wrap tr, .quote-wrap td {
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

@media (min-width: 800px) {
    .quote-wrap {
        font-size: 40px;
    }
}

.quote-wrap em {
    color: #F69899;
    font-style: normal;
    font-weight: 700;
}

/* FOOTER */
.footer-wrap {
    background: #333;
    position: relative;
    overflow: hidden;
    max-height: 300px;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.5);
}

.footer-wrap table, .footer-wrap td {
    margin: 0;
    padding: 0;
}

.footer-wrap iframe {
    width: 100%;
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 800px) {
    .footer-wrap {
        overflow: visible;
        max-height: none;
    }

    .footer-wrap td {
        display: block;
        text-align: center;
        padding: 20px;
    }

    .footer-wrap iframe {
        height: 200px !important;
    }
}

.footer-wrap a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.footer-wrap a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-wrap:before {
    content: "";
    position: absolute;
    background: #fff url('../Userfiles/template/contact-bg.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

/* CREDITS */
.credits-wrap {
    background: #FFF;
    padding: 40px 0;
}

.credits-wrap ul, .credits-wrap ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.credits-wrap ul li a {
    line-height: 1.2;
    display: block;
    text-decoration: none;
    text-align: center;
}

.credits-wrap ul li a:hover {
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    height: 50px;
    padding: 20px;
    padding-bottom: 0;
    display: inline-block;
}

.footer-logo a {
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 800px) {
    .footer-logo {
        text-align: right;
    }

    .footer-logo img {
        height: 8vw;
        padding-left: 20px;
        display: inline-block;
    }

    .credits-wrap ul li a {
        text-align: left;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1400px) {
    .footer-logo img {
        height: 120px;
    }
}

.footer-logo a:hover {
}

.copyright-wrap {
    background: #ccc;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
}

.copyright {
    color: #333;
    width: 100%;
}

.copyright .phone {
    font-weight: bold;
}

/* #Page Styles
================================================== */

/* Gallery styles */
.main-gallery {
    width: 100% !important;
}

.main-gallery table tr {
    display: block;
    float: left;
    width: 18%;
    margin-bottom: 2%;
    margin-right: 2%;
    box-sizing: border-box;
}

.main-gallery table td {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.main-gallery img {
    display: block;
    width: 100%;
    transition: all ease 0.3s;
}

.main-gallery img:hover {
    opacity: 0.7;
}

/* Contact Form */
.contact-table table input, .contact-table table textarea {
    width: 100%;
    box-sizing: border-box;
}

/* Mediabox Overrides */
#mbOverlay, #mbCenter {
    background-color: #342F28 !important;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*	Legacy fix for older browsers	*/
#mbOverlay.mbOverlayFF {
    background: transparent;
}

#mbOverlay.mbOverlayIE {
    position: absolute;
}

#mbCenter.mbLoading {
    background: #342F28 !important;
}

#mbNumber, #mbCaption, #mbPrevLink b, #mbNextLink b, #mbCloseLink b, #mbPrevLink big, #mbNextLink big, #mbCloseLink big, #mbBottom a, #mbBottom a:link, #mbBottom a:visited, #mbBottom a:hover, #mbBottom a:active, #mbError, #mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
    color: #fff;
}

table td iframe {
    max-width: 100%;
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 800px) {
    table td {
        display: block;
        padding: 0;
        margin: 0;
        width: 100% !important;
        box-sizing: border-box;
    }

    table td img {
        max-width: 100%;
        height: auto !important;
        box-sizing: border-box;
    }
}

/* Product Pages */
ucUsedEquipment1_GridResults {
}

.product-wrap {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-top: 0px;
    padding: 10px;
    position: relative;
}

/* Larger than mobile */
@media (min-width: 400px) {
    .product-wrap {
        width: 50%;
        float: left;
        height: 400px;
        margin-top: -1px;
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1000px) {
    .product-wrap {
        width: 25%;
        float: left;
        height: 420px;
        margin-top: -1px;
    }
}

.product-wrap img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.product-wrap .sold-image {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    background: #fff;
    border: 1px solid #cc0000;
    border-radius: 100px;
    height: 50px;
}

.product-wrap .details-button {
    display: none;
}

.product-description {
    font-size: 12px;
}

h3.product-name {
    font-size: 18px;
    height: 60px;
    line-height: 1;
}

.product-description ul {
    padding: 0 !important;
    margin: 0 !important;
}

.product-description ul li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

.product-description p {
    margin: 0;
}

/* Notfication Banner */
#notification {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding: 1rem 0rem;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    z-index: 2300;
}

#notification .container {
    padding-right: 30px;
    box-sizing: border-box;
}

#notification p {
    margin: 0;
    padding: 0;
}

#notification a {
    text-decoration: underline;
}

#notification .notification-close {
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    font-size: 2rem;
    display: block;
    right: 2rem;
    border-radius: 100px;
}

/* Pop-up Banner */
#pop-up {
    width: 90%;
    padding: 3rem;
    background: #fff;
    position: fixed;
    left: 5%;
    box-sizing: border-box;
    z-index: 3300;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px #000;
    border-radius: .5rem;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) {
    #pop-up {
        width: 400px;
        left: 50%;
        margin-left: -200px;
    }
}

body.show-pop:before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 3200;
}

#pop-up .container {
    box-sizing: border-box;
    max-width: 100$;
    width: 100%;
    text-align: center;
}

#pop-up h3, #pop-up p {
    margin: 0;
    padding: 0;
}

#pop-up h3 {
    font-size: 3rem;
}

#pop-up .button {
    margin: 2rem 0;
}

#pop-up em {
    font-style: normal;
    cursor: pointer;
    font-size: 12px;
    display: block;
}

#pop-up em:hover {
    opacity: 0.7;
}

#pop-up .close-button {
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: -1rem;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #002F5B;
    font-size: 2rem;
    display: block;
    right: -1rem;
    border-radius: 100px;
    background: #fff;
}

