/* Import Google Fonts - better performance and no CORS issues */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
    background: #D9E1E8;
    margin: 0 auto;
    padding: 0;
    font-family: 'Open Sans', Helvetica, sans-serif;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

div#wrapper {
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.purple-bg {
    background-color: #79579A !important;
}

.auction-title-wp {
    position: relative;
}

.auction-title {
    /* position: absolute; */
    top: 8px;
    left: 15px;
    text-transform: uppercase;
    font-family: 'Open Sans'; font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.auction-title span {
    text-transform: none;
    color: #737373;
    font-style: italic;
    font-family: 'Open Sans';
    font-size: 12px;
}

.channel-thumbnail-mobile {
    display: none;
}

.bl2 {
    border-left: 2px solid #E1E1E1;
}

#new-form-style {
    list-style: none;
    list-style-position: outside;
    margin: 35px 0px 35px 20px;
    font-family: 'Open Sans';
    font-size: 13px;
}

    #new-form-style ul {
        margin: 0;
        padding: 0;
    }

    #new-form-style .form-line {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        clear: both;
        display: block;
    }

    #new-form-style .form-radio-item-wrapper {
        display: inline-block;
    }

    #new-form-style .form-label-left {
        width: 190px !important;
        float: left;
        display: inline-block;
        text-align: left;
        padding: 0px;
        white-space: normal;
        font-family: 'Open Sans'; font-weight: 600;
        color: #353535;
        line-height: 26px;
        height: 28px;
    }

    #new-form-style .form-required {
        color: transparent;
    }

    #new-form-style .form-textbox {
        padding: 1px 7px 1px 7px;
        margin-left: 0;
        border: 1px solid #e1e1e1;
        font-size: 13px;
        line-height: 25px;
        box-shadow: none;
        border-radius: 3px;
        background: #f7f7f7;
        width: 210px;
    }

    #new-form-style .form-drop-down {
        padding: 6px 7px 4px 7px;
        margin-left: 0;
        border: 1px solid #e1e1e1;
        font-size: 13px;
        line-height: 25px;
        box-shadow: none;
        border-radius: 3px;
        background: #f7f7f7;
        width: 226px;
    }

    #new-form-style .form-radio-item,
    #new-form-style .form-checkbox-item {
        float: left;
        margin-top: 5px;
        margin-bottom: 0;
        margin-right: 11px;
    }

        #new-form-style .form-radio-item label, #new-form-style .form-checkbox-item label {
            margin-left: 3px;
        }

    #new-form-style button.form-submit-button {
        background: #f78f1f;
        border: none;
        border-radius: 3px;
        padding: 7px 23px;
        color: #fff;
        font-family: 'Open Sans'; font-weight: 600;
        text-transform: uppercase;
        font-size: 17px;
        box-shadow: 0px 3px 0px #c17019;
        cursor: pointer;
        -webkit-transition-property: color, background;
        -webkit-transition-duration: 0.5s, 0.5s;
        -webkit-transition-timing-function: linear, ease-in;
        margin-top: 20px;
    }

        #new-form-style button.form-submit-button:hover {
            background: #f7661f;
        }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset !important;
}

#new-form-style input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    #new-form-style input[type=radio].css-checkbox + label.css-label {
        padding-left: 24px;
        height: 19px;
        display: inline-block;
        line-height: 19px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    #new-form-style input[type=radio].css-checkbox:checked + label.css-label {
        background-position: 0 -19px;
    }

#new-form-style label.css-label {
    background-image: url(../images/css-radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* CHECKBOX STYLE */
#new-form-style .squared-check {
    width: 20px;
    margin: 1px 0 0 0;
    position: relative;
    float: left;
}

    #new-form-style .squared-check label {
        cursor: pointer;
        position: absolute;
        width: 19px;
        height: 19px;
        top: 3px;
        border-radius: 2px;
        -webkit-box-shadow: inset 0px 2px 1px #9B9B9B;
        -moz-box-shadow: inset 0px 2px 1px #9B9B9B;
        box-shadow: inset 0px 2px 1px #9B9B9B;
        background: #ebebeb;
        border: none;
    }

        #new-form-style .squared-check label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #f78f20;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #new-form-style .squared-check label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.5;
        }

    #new-form-style .squared-check input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

.clearfix {
    clear: both;
}

.new-dropdown-style {
    float: left;
}

li.form-line.subtitle-new-f h3 {
    color: #b3b3b3;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: normal;
    margin: 0 15px;
    display: inline-block;
}

.line-subtitle1 {
    width: 28.2%;
    background: #b3b3b3;
    height: 1px;
    display: inline-block;
    margin: 6px 0;
}

.line-subtitle2 {
    width: 43%;
    background: #b3b3b3;
    height: 1px;
    display: inline-block;
    margin: 6px 0;
}

li.form-line.subtitle-new-f {
    width: 416px !important;
    margin: 15px 0 !important;
}

.new-dropdown-style select {
    padding: 5px 7px 5px 7px;
    margin-left: 0;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    line-height: 25px;
    box-shadow: none;
    border-radius: 3px;
    background: #f7f7f7;
    width: 226px;
}

#error-message {
    background: #fbfbfb url(../images/error.png) 362px center no-repeat;
    width: 437px;
    margin-left: 20px;
    margin-bottom: 40px;
    position: relative;
}

#success-message {
    background: #fbfbfb url(../images/success.png) 362px center no-repeat;
    width: 437px;
    margin-left: 20px;
    margin-bottom: 40px;
    min-height: 78px;
    position: relative;
}

    #success-message p {
        color: #93c01f;
        font-family: 'Open Sans'; font-weight: 600;
        font-size: 14px;
        padding: 31px 20px;
    }

#error-message ul {
    padding: 18px 15px;
}

#error-message li {
    color: #e43838;
    font-family: 'Open Sans'; font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    list-style-position: inside;
}

.error-message-top, .success-message-top {
    position: absolute;
    top: -12px;
}

.error-message-bottom, .success-message-bottom {
    position: absolute;
    bottom: -12px;
}

#error-input {
    background: url(../images/error-new.png) center left no-repeat;
    color: #e43838;
    font-family: 'Open Sans'; font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    padding-left: 30px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#success-input {
    background: url(../images/success-new.png) center left no-repeat;
    color: #93c01f;
    font-family: 'Open Sans'; font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    padding-left: 30px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.space11 {
    height: 11px;
}
/* ************************** HEADER ***************************** */

#nav-line-wrapper {
    background: #093a7f;
    height: auto;
    margin-top: 4px;
}

#weekly-email-alerts {
    float: left;
    width: 230px;
    margin-left: 20px;
    font-size: 13px;
    background: url(../images/email-alert.png) 0px 0px no-repeat;
    color: #B1B8D2;
    padding-left: 32px;
    line-height: 23px;
    margin-top: 16px;
}

.new-logo {
    float: left;
    margin: 15px 0 15px 0;
}

.follow-us {
    float: right;
}

#header-right {
    float: right;
    margin-right: 0px;
    margin-top: 10px;
}

.follow-us p {
    float: left;
    margin: 3px 8px 0 0px;
    line-height: 19px;
    color: #8d8d8d;
    font-family: 'Open Sans';
    font-size: 13px;
}

#social-icons-top {
    float: left;
    width: 138px;
    height: 25px;
}

#auction-field {
    border-top: 1px solid #EFEFEF;
    padding-top: 10px;
    margin-top: 11px;
}

    #auction-field .form-textbox {
        padding: 5px 10px 4px 15px;
        margin-left: 0;
        border: none;
        font-size: 13px;
        line-height: 16px;
        box-shadow: none;
        border-radius: 3px 0px 0px 3px;
        background: #f7f7f7;
        width: 153px;
        margin-top: 0;
        float: left;
        min-height: 25px;
    }

    #auction-field button {
        background: #f78f1f;
        border-radius: 0px 3px 3px 0px;
        padding: 0;
        border: none;
        line-height: 25px;
        color: #fff;
        font-family: 'Open Sans'; font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition-property: color, background;
        -webkit-transition-duration: 0.5s, 0.5s;
        -webkit-transition-timing-function: linear, ease-in;
        float: left;
        width: 56px;
        height: 34px;
    }

    #auction-field h6 {
        text-align: right;
        margin: 4px 0px 0px 0px;
    }

        #auction-field h6 a {
            color: #093a7f;
            text-decoration: none;
            font-size: 13px;
            font-style: italic;
            font-family: 'Open Sans'; font-weight: 600;
            font-weight: normal;
            margin: 0;
            opacity: 1;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
        }

            #auction-field h6 a:hover {
                opacity: 0.5;
            }

    #auction-field button:hover {
        background: #000000;
    }

    #auction-field input[type=radio].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        #auction-field input[type=radio].css-checkbox + label.css-label {
            padding-left: 24px;
            height: 19px;
            display: inline-block;
            line-height: 19px;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle;
            cursor: pointer;
            color: #8d8d8d;
            font-family: 'Open Sans';
            font-size: 13px;
        }

        #auction-field input[type=radio].css-checkbox:checked + label.css-label {
            background-position: 0 -19px;
        }

    #auction-field label.css-label {
        background-image: url(../images/css-radio.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #auction-field .form-radio-item-wrapper {
        float: left;
        margin-right: 20px;
        margin-top: 6px;
    }

#blogspot-new {
    background: url(../images/social.png) 0px 0px no-repeat;
}

#facebook-new {
    background: url(../images/social.png) -25px 0px no-repeat;
}

#twitter-new {
    background: url(../images/social.png) -50px 0px no-repeat;
}

#youtube-new {
    background: url(../images/social.png) -75px 0px no-repeat;
}

#linkedin-new {
    background: url(../images/social.png) -100px 0px no-repeat;
}

.social-top {
    width: 24px;
    height: 24px;
    display: inline-block;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

    .social-top:hover {
        opacity: 0.5;
    }

div#content-column-1 {
    float: left;
    margin: 5px 0 0 11px;
    width: 143px;
}

div#content-column-2 {
    float: left;
    margin: 10px 0 0 21px;
    overflow: hidden;
    padding: 0 0 40px;
    width: 775px;
}

div#content-column-2-top {
    background: transparent url("/images/homepage/interactive_background.png") repeat-y scroll 0 0;
    float: left;
    width: 775px;
}

div#content-column-2 p {
    line-height: 17px;
}

div#interactive-map {
    background-color: #eff8fc;
    float: left;
    height: 350px;
    width: 522px;
}

    div#interactive-map a#advanced-search {
        float: left;
        height: 25px;
        margin: 299px 0 0 403px;
        width: 113px;
    }

div#rotating-banner {
    float: left;
    height: 205px;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 0;
    width: 242px;
}

div#right-column-items {
    border-top: 13px solid #fff;
    float: left;
    margin: 0 0 0 10px;
    width: 242px;
}

    div#right-column-items p {
        font-size: 10px;
        font-weight: bold;
        line-height: 12px;
        margin: 4px 0 0;
        padding: 0;
    }

    div#right-column-items a {
        color: #333;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

        div#right-column-items a:hover {
            text-decoration: underline;
        }

div#right-column-item-1, div#right-column-item-2 {
    float: left;
    margin: 0 22px 0 0;
    width: 65px;
}

div#right-column-item-3 {
    float: left;
    margin: 0;
    width: 65px;
}

div#featured-listings-wrapper {
    border: 1px solid #dae1e8;
    clear: both;
    float: left;
    height: 137px;
    margin: 10px 0 13px;
    overflow: hidden;
    padding: 10px 10px 10px 7px;
    width: 755px;
}

    div#featured-listings-wrapper h2 {
        color: #093a7f;
        font-size: 11px;
        margin: 0 0 0 3px;
        padding: 0;
        text-transform: uppercase;
    }

    div#featured-listings-wrapper ul {
        list-style: outside none none;
        margin: 9px 15px 0 28px;
        padding: 0;
    }

        div#featured-listings-wrapper ul li {
            float: left;
            margin: 0 10px 0 0;
        }

        div#featured-listings-wrapper ul a {
            float: left;
            height: 114px;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            width: 167px;
            z-index: 100;
        }

            div#featured-listings-wrapper ul a:hover {
                background: #f78f20 none repeat scroll 0 0;
                z-index: 200;
            }

            div#featured-listings-wrapper ul a span {
                display: none;
            }

            div#featured-listings-wrapper ul a:hover span {
                background: #f78f20 none repeat scroll 0 0;
                bottom: 0;
                color: #fff;
                display: block;
                font-size: 10px;
                font-weight: bold;
                left: 0;
                padding: 5px 15px 5px 0;
                position: absolute;
                text-align: right;
                width: 157px;
            }

    div#featured-listings-wrapper img {
        border: 0 none;
    }

div#featured-listings-controller {
    margin: 0;
    padding: 0;
    position: relative;
    width: 752px;
}

    div#featured-listings-controller a#arrow-left {
        left: 0;
        position: absolute;
        top: 52px;
    }

    div#featured-listings-controller a#arrow-right {
        position: absolute;
        right: 0;
        top: 52px;
    }

ul#featuredlist li {
    margin: 0;
    padding: 0px;
    position: relative; /* Set the absolute positioning base coordinate */
    width: 167px;
    height: 114px;
}

    ul#featuredlist li img {
        width: 167px;
        height: 114px; /* Set the small thumbnail size */
        -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
        border: 0px solid #ddd;
        padding: 0px;
        background: #f0f0f0;
        position: absolute;
        left: 0;
        top: 0;
    }

        ul#featuredlist li img.hover {
            /* background:url(thumb_bg.png) no-repeat center center; */ /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
        }

div#largerThumbnail1 a {
    text-decoration: none;
}

    div#largerThumbnail1 a span {
        display: none;
    }

    div#largerThumbnail1 a:hover span {
        background: #f78f20 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 10px;
        font-weight: bold;
        left: 0;
        padding: 5px 5px 5px 0;
        position: absolute;
        text-align: right;
        width: 200px;
    }

div#largerThumbnail2 a {
    text-decoration: none;
}

    div#largerThumbnail2 a span {
        display: none;
    }

    div#largerThumbnail2 a:hover span {
        background: #f78f20 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 10px;
        font-weight: bold;
        left: 0;
        padding: 5px 5px 5px 0;
        position: absolute;
        text-align: right;
        width: 200px;
    }

div#largerThumbnail3 a {
    text-decoration: none;
}

    div#largerThumbnail3 a span {
        display: none;
    }

    div#largerThumbnail3 a:hover span {
        background: #f78f20 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 10px;
        font-weight: bold;
        left: 0;
        padding: 5px 5px 5px 0;
        position: absolute;
        text-align: right;
        width: 200px;
    }

div#largerThumbnail4 a {
    text-decoration: none;
}

    div#largerThumbnail4 a span {
        display: none;
    }

    div#largerThumbnail4 a:hover span {
        background: #f78f20 none repeat scroll 0 0;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 10px;
        font-weight: bold;
        left: 0;
        padding: 5px 5px 5px 0;
        position: absolute;
        text-align: right;
        width: 200px;
    }

#new-menu {
    background: #093a7f;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: relative;
    float: right;
}

    #new-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

        #new-menu ul:after,
        #new-menu:after {
            content: " ";
            display: block;
            font-size: 0;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        #new-menu ul li {
            margin: 0;
            padding: 0;
            display: block;
            position: relative;
        }

            #new-menu ul li a {
                text-decoration: none;
                display: block;
                margin: 0;
                -webkit-transition: color .2s ease;
                -moz-transition: color .2s ease;
                -ms-transition: color .2s ease;
                -o-transition: color .2s ease;
                transition: color .2s ease;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            #new-menu ul li ul {
                position: absolute;
                left: -9999px;
                top: auto;
            }

                #new-menu ul li ul li {
                    max-height: 0;
                    position: absolute;
                    -webkit-transition: max-height 0.4s ease-out;
                    -moz-transition: max-height 0.4s ease-out;
                    -ms-transition: max-height 0.4s ease-out;
                    -o-transition: max-height 0.4s ease-out;
                    transition: max-height 0.4s ease-out;
                    background: #ffffff;
                }

                    #new-menu ul li ul li.has-sub:after {
                        display: block;
                        position: absolute;
                        content: "";
                        height: 10px;
                        width: 10px;
                        border-radius: 5px;
                        background: #000000;
                        z-index: 1;
                        top: 13px;
                        right: 15px;
                    }

    #new-menu.align-right ul li ul li.has-sub:after {
        right: auto;
        left: 15px;
    }

    #new-menu ul li ul li.has-sub:before {
        display: block;
        position: absolute;
        content: "";
        height: 0;
        width: 0;
        border: 3px solid transparent;
        border-left-color: #ffffff;
        z-index: 2;
        top: 15px;
        right: 15px;
    }

    #new-menu.align-right ul li ul li.has-sub:before {
        right: auto;
        left: 15px;
        border-left-color: transparent;
        border-right-color: #ffffff;
    }

    #new-menu ul li ul li a {
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        color: #000;
        letter-spacing: 0;
        display: block;
        width: 170px;
        padding: 11px 10px 11px 20px;
    }

    #new-menu ul li ul li:hover > a,
    #new-menu ul li ul li.active > a {
        color: #4cb6ea;
    }

    #new-menu ul li ul li:hover:after,
    #new-menu ul li ul li.active:after {
        background: #4cb6ea;
    }

    #new-menu ul li ul li:hover > ul {
        left: 100%;
        top: 0;
    }

        #new-menu ul li ul li:hover > ul > li {
            max-height: 72px;
            position: relative;
        }

    #new-menu > ul > li {
        float: left;
    }

    #new-menu.align-center > ul > li {
        float: none;
        display: inline-block;
    }

    #new-menu.align-center > ul {
        text-align: center;
    }

    #new-menu.align-center ul ul {
        text-align: left;
    }

    #new-menu.align-right > ul {
        float: right;
    }

        #new-menu.align-right > ul > li:hover > ul {
            left: auto;
            right: 0;
        }

    #new-menu.align-right ul ul li:hover > ul {
        right: 100%;
        left: auto;
    }

    #new-menu.align-right ul ul li a {
        text-align: right;
    }

    #new-menu > ul > li:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        z-index: 0;
        background: #447ab4;
        -webkit-transition: height .2s;
        -moz-transition: height .2s;
        -ms-transition: height .2s;
        -o-transition: height .2s;
        transition: height .2s;
    }

    #new-menu > ul > li.has-sub > a {
        padding-right: 40px;
    }

        #new-menu > ul > li.has-sub > a:after {
            display: block;
            content: "";
            background: #ffffff;
            height: 12px;
            width: 12px;
            position: absolute;
            border-radius: 13px;
            right: 14px;
            top: 16px;
        }

        #new-menu > ul > li.has-sub > a:before {
            display: block;
            content: "";
            border: 4px solid transparent;
            border-top-color: #4cb6ea;
            z-index: 2;
            height: 0;
            width: 0;
            position: absolute;
            right: 16px;
            top: 21px;
        }

    #new-menu > ul > li > a {
        color: #ffffff;
        padding: 20px 20px;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-size: 14px;
        z-index: 2;
        position: relative;
        font-family: 'Open Sans';
    }

    #new-menu > ul > li:hover:after,
    #new-menu > ul > li.active:after {
        height: 100%;
    }

    #new-menu > ul > li:hover > a,
    #new-menu > ul > li.active > a {
        color: #ededed;
    }

        #new-menu > ul > li:hover > a:after,
        #new-menu > ul > li.active > a:after {
            background: #000000;
        }

        #new-menu > ul > li:hover > a:before,
        #new-menu > ul > li.active > a:before {
            border-top-color: #ffffff;
        }

    #new-menu > ul > li:hover > ul {
        left: 0;
    }

        #new-menu > ul > li:hover > ul > li {
            max-height: 72px;
            position: relative;
        }

    #new-menu #menu-button {
        display: none;
    }

    #new-menu > ul > li > a {
        display: block;
    }

    #new-menu > ul > li {
        width: auto;
    }

        #new-menu > ul > li > ul {
            width: 170px;
            display: block;
        }

            #new-menu > ul > li > ul > li {
                width: 170px;
                display: block;
            }


/* ---------------------------------------------
 Menu Nav
--------------------------------------------- */


.menu-nav-left {
    margin: 0 auto;
    padding: 0;
    width: 350px;
}

    .menu-nav-left li {
        list-style: none;
    }

        .menu-nav-left li a {
            display: table;
            margin-top: 1px;
            padding: 10px 10px;
            width: 96%;
            background: #447bb4;
            text-decoration: none;
            text-align: left;
            vertical-align: middle;
            color: #fff;
            overflow: hidden;
            -webkit-transition-property: background;
            -webkit-transition-duration: 0.4s;
            -webkit-transition-timing-function: ease-out;
            transition-property: background;
            transition-duration: 0.4s;
            transition-timing-function: ease-out;
            font-size: 13px;
        }

    .menu-nav-left.nav-myb4a li a {
        background: #79579A;
    }

    .menu-nav-left > li:first-child a {
        margin-top: 0;
    }

    .menu-nav-left li a:hover {
        background: #225284;
        -webkit-transition-property: background;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-property: background;
        transition-duration: 0.2s;
        transition-timing-function: ease-out;
    }

    .menu-nav-left.nav-myb4a li a:hover {
        background: #54485F;
    }

    .menu-nav-left li ul {
        margin: 0;
        padding: 0;
    }

    .menu-nav-left li li a {
        display: block;
        margin-top: 0;
        padding: 0 10px;
        height: 0;
        background: #97B5D3;
        color: #fff;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease-out;
    }

    .menu-nav-left.nav-myb4a li li a {
        background: #C4B6D2;
    }

    .menu-nav-left > li:hover li a {
        display: table;
        margin-top: 1px;
        padding: 10px;
        width: 96%;
        height: 1em;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

        .menu-nav-left > li:hover li a:hover {
            background: #ddd;
            -webkit-transition-property: background;
            -webkit-transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-out;
            transition-property: background;
            transition-duration: 0.2s;
            color: #000;
            transition-timing-function: ease-out;
        }

#menu_box {
    display: none;
}

#new-container-right {
    width: 84%;
    float: left;
}

#login-bar {
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    height: 20px;
}

    #login-bar a {
        text-decoration: none;
    }

/* ************************** END HEADER ***************************** */

#nav-left-side {
    width: 170px;
    background: #fbfbfb;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    float: left;
    margin-right: 30px;
}

    #nav-left-side h4 {
        color: #fff;
        margin: 0;
        font-family: 'Open Sans'; font-weight: 600;
        font-weight: normal;
        font-size: 12px;
        padding-left: 37px;
        padding-top: 9px;
        padding-bottom: 9px;
        text-transform: uppercase;
    }

    #nav-left-side ul {
        padding: 0;
        margin: 0;
    }

        #nav-left-side ul li {
            list-style-type: none;
            padding-left: 20px;
            font-size: 12px;
            line-height: 16px;
            border-bottom: 1px solid #ddd;
            min-height: 30px;
        }

            #nav-left-side ul li:last-child {
                border-bottom: none;
            }

            #nav-left-side ul li:hover {
                background: #fff;
                color: #447bb4;
            }

            #nav-left-side ul li a:hover {
                color: #447bb4;
            }

            #nav-left-side ul li a {
                color: #606060;
                text-decoration: none;
                font-size: 12px;
                display: block;
                line-height: 14px;
                font-family: 'Open Sans'; font-weight: 600;
                padding: 8px 0px;
            }

h4.specialty-channels-nav {
    background: #447bb4 url(../images/specialty-channels-nav.png) 9px 9px no-repeat;
}

h4.categories-nav {
    background: #447bb4 url(../images/categories-nav.png) 10px 8px no-repeat;
}

h4.help-nav {
    background: #447bb4 url(../images/help-nav.png) 10px 7px no-repeat;
}

h4.summary-nav {
    background: #447bb4 url(../images/summary-nav.png) 13px 11px no-repeat;
}

h4.buyers-nav {
    background: #447bb4 url(../images/buyers-nav.png) 7px 5px no-repeat;
}

h4.sellers-nav {
    background: #447bb4 url(../images/sellers-nav.png) 11px 7px no-repeat;
}

.share-placeholder {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 21px;
}

#squared-check {
    display: none;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/*  *********************** AUCTION AND DEPOSIT STYLE ************************ */

body.auction-deposit ::selection {
    background: #cdcdcd;
}

body.auction-deposit ::-moz-selection {
    background: #cdcdcd;
}

body.auction-deposit ::-webkit-scrollbar {
    background: #cdcdcd;
    width: 10px;
}

body.auction-deposit ::-webkit-scrollbar-thumb {
    background: #181818;
}

body.auction-deposit ::-webkit-input-placeholder {
    color: #505050;
    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

body.auction-deposit ::-moz-placeholder {
    color: #505050;
    opacity: 1;
}

body.auction-deposit textarea::-moz-placeholder {
    color: #505050;
    opacity: 1;
}

body.auction-deposit ::ms-input-placeholder {
    color: #505050;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

body.auction-deposit, body.category-pg {
    font: 400 13px/20px 'Open Sans', sans-serif;
    color: #181818;
    position: relative;
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
}

#auction-content {
    width: 1100px;
    margin: 0px auto 50px auto;
    overflow: hidden;
}

body.auction-deposit h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
    font-family: 'Open Sans'; font-weight: 600;
    font-weight: normal;
    margin-top: 45px;
}

.auction-left {
    width: 39.08%;
    float: left;
    margin-bottom: 20px;
}

.image-single {
    background: #ffffff url(../images/image-single-bg.jpg) bottom center repeat-x;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 30px 0;
}

img {
    vertical-align: middle;
}

.auction-info-summary {
    margin-top: 25px;
}

body.auction-deposit table {
    font-size: 14px;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.auction-info-summary table tbody tr {
    border-bottom: 1px solid #ddd;
}

.auction-info-summary table td, .auction-info-summary table th, .table-general table th {
    padding: 3px 0;
}

.clearfix {
    clear: both;
}

.share-auction p {
    margin: 5px 0 0 0;
    float: left;
    color: #6a7078;
}

.share-auction-icons {
    float: left;
    margin: 5px 0 0 16px;
    opacity: 0.5;
}

.fa-facebook:hover, .fa-twitter:hover, .fa-google-plus:hover, .fa-envelope:hover {
    opacity: 0.5;
}

.fa-facebook {
    background: url(../images/fa-facebook.png) top center no-repeat;
    color: transparent;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fa-twitter {
    background: url(../images/fa-twitter.png) top center no-repeat;
    color: transparent;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fa-google-plus {
    background: url(../images/fa-google-plus.png) top center no-repeat;
    color: transparent;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fa-envelope {
    background: url(../images/fa-envelope.png) top center no-repeat;
    color: transparent;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.auction-newsletter p {
    font-family: 'Open Sans'; font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-top: 22px;
    margin-bottom: 2px;
}

.auction-newsletter form {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}

.auction-newsletter input[type="text"] {
    background: #f2f2f2;
    border: none;
    padding: 10px 0px 9px 15px;
    width: 280px;
    float: left;
    margin: 0;
    border-radius: 3px 0px 0px 3px;
}

.auction-newsletter input[type="submit"] {
    float: right;
    background-color: #f78f1f;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px 19px 7px 20px;
    margin: 0;
    transition: background-color 0.5s ease;
    cursor: pointer;
    width: 134px;
    border-radius: 0px 3px 3px 0px;
}

    .auction-newsletter input[type="submit"]:hover {
        background-color: #000000;
    }

.auction-right {
    width: 58%;
    float: right;
}

.auction-banner {
    background: url(../images/banner.jpg) top center no-repeat;
    width: 638px;
    height: 149px;
}

.banner-title {
    font-family: 'Open Sans'; font-weight: 600;
    color: #fff;
    font-size: 16px;
    width: 221px;
    padding-left: 20px;
    padding-top: 25px;
}

body.auction-deposit .btn.grey {
    color: #fff;
    border-color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-left: 20px;
    margin-top: 21px;
    border: 1px solid #fff;
    display: block;
    width: 196px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

    body.auction-deposit .btn.grey:hover {
        background: black;
    }

.deposit-page-inn input[type=checkbox]:not(old),
.deposit-page-inn input[type=radio ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    .deposit-page-inn input[type=checkbox]:not(old) + label,
    .deposit-page-inn input[type=radio ]:not(old) + label {
        display: inline-block;
        margin-left: 0;
        line-height: 1.5em;
        cursor: pointer;
    }

        .deposit-page-inn input[type=radio ]:not(old) + label > span {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: 0.25em 0.5em 0.25em 0.25em;
            border: 1px solid #CCC;
            border-radius: 50px;
            background: white;
            background-image: white;
            background-image: white;
            background-image: white;
            background-image: white;
            background-image: white;
            vertical-align: bottom;
        }

        .deposit-page-inn input[type=checkbox]:not(old) + label > span {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 0.25em 0.5em 0.25em 0.25em;
            border: 1px solid #CCC;
            border-radius: 0px;
            background: white;
            background-image: white;
            background-image: white;
            background-image: white;
            background-image: white;
            background-image: white;
            vertical-align: bottom;
        }


    .deposit-page-inn input[type=checkbox]:not(old):checked + label > span,
    .deposit-page-inn input[type=radio ]:not(old):checked + label > span {
        background-image: white;
        background-image: white;
        background-image: white;
        background-image: white;
        background-image: white;
    }

        .deposit-page-inn input[type=checkbox]:not(old):checked + label > span:before {
            content: '✓';
            display: block;
            width: 1em;
            color: rgb(68, 123, 180);
            font-size: 15px;
            line-height: 1em;
            text-align: center;
            font-weight: bold;
        }

        .deposit-page-inn input[type=radio]:not(old):checked + label > span > span {
            display: block;
            width: 10px;
            height: 10px;
            margin: 3px;
            border: none;
            border-radius: 50px;
            background: rgb(68, 123, 180);
            background-image: rgb(68, 123, 180);
            background-image: rgb(68, 123, 180);
            background-image: rgb(68, 123, 180);
            background-image: rgb(68, 123, 180);
            background-image: rgb(68, 123, 180);
        }

.deposit-page-inn {
    background: #f5f8fa;
    box-shadow: 0px 1px 2px #D2D2D2;
    display: none;
    margin-top: 20px;
}

    .deposit-page-inn h2 {
        padding-left: 20px;
        padding-top: 25px;
        font-family: 'Open Sans'; font-weight: 600;
        font-size: 20px;
        margin: 0;
    }

    .deposit-page-inn p {
        padding-left: 20px;
        padding-right: 20px;
    }

.checks-radio {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.deposit-page-inn button {
    float: left;
    background-color: #f78f1f;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 20px;
    margin: 20px 20px 4px 20px;
    transition: background-color 0.5s ease;
    cursor: pointer;
}

    .deposit-page-inn button:hover, .auction-newsletter input[type="submit"]:hover, .place-bid-box button:hover {
        background-color: #000000;
    }

i.fa.fa-times-circle {
    font-size: 13px;
}

.terms-btt {
    float: right;
    width: 66%;
    font-size: 11px;
    line-height: 16px;
    color: #6b6b6b;
    margin-top: 15px;
    padding-right: 20px;
}

.bottom-deposit-page-inn {
    background: #ebebeb;
    border-top: 1px solid #ddd;
    padding: 1px 0;
}

    .bottom-deposit-page-inn p {
        font-size: 12px;
        line-height: 16px;
        color: #6b6b6b;
    }

.red-txt {
    color: #ff0000;
}

.bottom-deposit-page-inn strong {
    font-size: 14px;
    color: #000000;
}

.auction-right h3 {
    float: left;
    width: 50%;
    font-family: 'Open Sans'; font-weight: 700;
    font-size: 21px;
    color: #5a5e62;
}

.auction-right h5 {
    float: right;
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-family: 'Open Sans'; font-weight: 600;
    font-weight: normal;
}

.auction-data-table table th {
    color: #000;
    padding: 8px 25px;
    text-align: left;
    font-family: 'Open Sans'; font-weight: 600;
    font-weight: normal;
    background: #f8f8f8;
}

.auction-data-table table td {
    padding: 8px 25px;
}

.auction-data-table table {
    border: 1px solid #e7ebee;
}

    .auction-data-table table tr {
        border-top: 1px solid #ddd;
    }

body.auction-deposit .tooltip_container {
    display: inline-block;
    position: relative;
}

body.auction-deposit span.tooltip strong {
    color: #f78f1f;
    font-size: 14px;
    line-height: 35px;
}

body.auction-deposit span.tooltip i {
    font-style: normal;
    font-family: 'Open Sans'; font-weight: 700;
}

body.auction-deposit .tooltip {
    display: block;
    font-size: 12px;
    color: #99a3b1 !important;
    font-family: 'Open Sans' !important;
    white-space: pre-wrap;
    padding: 15px 15px 15px 15px;
    position: absolute;
    background: #252525;
    border: 1px solid #000;
    width: 300px;
    line-height: 15px;
    z-index: 222;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.2, 3, 1, 1), visibility .3s ease-out, opacity .3s ease-out;
    transition: transform .3s cubic-bezier(.2, 3, 1, 1), visibility .3s ease-out, opacity .3s ease-out;
}

    body.auction-deposit .tooltip::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-style: solid;
        border-color: transparent;
    }

    body.auction-deposit .tooltip.top {
        bottom: 100%;
        left: 50%;
        margin-bottom: 7px;
        -webkit-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px);
    }

        body.auction-deposit .tooltip.top::after {
            top: 100%;
            left: 50%;
            margin-left: -4px;
            border-width: 0 0 9px 11px;
            border-left-color: #181818;
        }

    body.auction-deposit .tooltip.right {
        left: 100%;
        margin-left: 12px;
        top: 50%;
        -webkit-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
        transform: translate(10px, -50%);
    }

        body.auction-deposit .tooltip.right::after {
            right: 100%;
            top: 50%;
            margin-top: -6px;
            border-width: 0 0 11px 9px;
            border-bottom-color: #181818;
        }

    body.auction-deposit .tooltip.left {
        right: 100%;
        margin-right: 12px;
        top: 50%;
        -webkit-transform: translate(-10px, -50%);
        -ms-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%);
    }

        body.auction-deposit .tooltip.left::after {
            left: 100%;
            top: 50%;
            margin-top: -6px;
            border-width: 0 9px 11px 0;
            border-bottom-color: #181818;
        }

    body.auction-deposit .tooltip.bottom {
        top: 100%;
        margin-top: 7px;
        left: 50%;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
    }

        body.auction-deposit .tooltip.bottom::after {
            bottom: 100%;
            left: 50%;
            margin-left: -4px;
            border-width: 9px 0 0 11px;
            border-left-color: #181818;
        }

body.auction-deposit .tooltip_container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

    body.auction-deposit .tooltip_container:hover .tooltip.top,
    .tooltip_container:hover .tooltip.bottom {
        -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
        transform: translate(-50%, 0px);
    }

    body.auction-deposit .tooltip_container:hover .tooltip.right,
    body.auction-deposit .tooltip_container:hover .tooltip.left {
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

body.auction-deposit .close {
    color: #888 !important;
    line-height: 0;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    text-decoration: none !important;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

    body.auction-deposit .close:hover {
        color: #447ab4 !important;
    }

    body.auction-deposit .close::after {
        content: '\e814';
        font-family: 'Fontello';
        cursor: pointer;
    }

body.auction-deposit a, .table-general a, .pop-up-deposit-notes a {
    color: #447ab4;
    text-decoration: none;
    font-family: 'Open Sans'; font-weight: 600;
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

    body.auction-deposit a:hover, .table-general a:hover, .pop-up-deposit-notes a:hover {
        color: #181818;
    }

body.auction-deposit .title {
    color: #7a8390;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 30px;
    margin-top: 30px;
}

.auction-txt .subtitle {
    color: #7a8390;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Open Sans'; font-weight: 600;
    background: #ebebeb;
    padding: 8px 15px;
    margin: 30px 0 20px 0;
    width: 100%;
}

body.auction-deposit .item-specifics-table table {
    border: 1px solid #99A3B1;
    width: 32%;
    float: left;
    margin-left: 22px;
}

    body.auction-deposit .item-specifics-table table:first-child {
        margin-left: 0px;
    }

body.auction-deposit .half {
    width: 49% !important;
}

body.auction-deposit .item-specifics-table td, body.auction-deposit .item-specifics-table th {
    padding: 5px 0px 5px 15px;
    font-size: 13px;
    color: #474B50;
}

.item-specifics-table table.half th {
    background: #447BB4;
    color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 0px 8px 15px;
    text-align: left;
}

.additional-details {
    width: 100%;
    background: #f5f8fa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.additional-details-txt, .bid-history-txt {
    width: 1100px;
    margin: 20px auto 50px auto;
}

    .additional-details-txt .subtitle {
        color: #7a8390;
        font-size: 17px;
        text-transform: uppercase;
        font-family: 'Open Sans'; font-weight: 600;
        background: #ebebeb;
        padding: 8px 15px 8px 0px;
        margin: 30px 0 0px 0;
        width: 100%;
    }

.no-bg {
    background: transparent !important;
}

body.auction-deposit b, body.auction-deposit strong {
    font-family: 'Open Sans'; font-weight: 700;
}

body.auction-deposit .btn.black {
    color: #181818;
    border-color: #181818;
    font-family: 'Open Sans'; font-weight: 600;
    margin-left: 20px;
    border: 1px solid #181818;
    padding: 3px 10px;
    font-size: 11px;
    background-color: white;
    transition: background-color 0.5s ease;
}

    body.auction-deposit .btn.black:hover {
        background-color: #dddddd;
    }

body.auction-deposit .s-line {
    height: 1px;
    background: #b7b7b7;
    width: 10%;
    margin: 10px auto 0 auto;
}

.pop-up-deposit-in .s-line {
    height: 1px;
    background: #b7b7b7;
    width: 16%;
    margin: 0px auto 30px auto;
}

.see-intructions {
    margin-left: 20px;
    font-style: italic;
}

body.auction-deposit li {
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 5px;
}

.additional-details-txt li {
    list-style-type: none !important;
    background: url(../images/info-icon.png) 0px 4px no-repeat;
    line-height: 25px;
    padding-left: 28px;
    list-style-position: outside;
}

body.auction-deposit ul {
    padding-left: 0px;
}

.to-center {
    text-align: center;
}

body.auction-deposit .item-specifics-table table tbody tr:nth-child(odd), body.auction-deposit .item-specifics-table table tfoot tr:nth-child(even) {
    background: #f8f8f8;
}

.close-instructions {
    color: #447BB4;
    font-size: 11px;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    padding-top: 5px;
    -webkit-transition-property: color, text;
    -webkit-transition-duration: 0.3s, 0.3s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, text;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, text;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear, ease-in;
}

    .close-instructions:hover {
        color: #181818;
    }

i.close-icon {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    background: #fff;
    padding: 0px 6px 2px 6px;
    border: 1px solid #B1B1B1;
    line-height: 14px;
    border-radius: 100px;
    margin-right: 5px;
}

:focus {
    outline: 0;
}

.bg-white {
    background: #ffffff;
}

/* *********************** DEPOSIT POP-UP ************************* */

#pop-up-deposit {
    margin: 20px auto;
    width: 800px;
    box-shadow: 0px 0px 6px #BBB;
    font-size: 13px;
    line-height: 19px;
}

.pop-up-deposit-in h2 {
    text-align: center;
    font-family: 'Open Sans'; font-weight: 600;
    padding: 20px 20px 20px 20px;
    margin: 0;
    font-size: 24px;
}

.pop-up-deposit-in h3 {
    text-align: center;
    font-family: 'Open Sans'; font-weight: 600;
    padding: 0;
    margin: 0;
    color: #8A8A8A;
    font-size: 17px;
}

.pop-up-deposit-in {
    padding: 0 30px;
}

    .pop-up-deposit-in p, .pop-up-deposit-notes p {
        font-family: 'Open Sans', Helvetica, sans-serif;
        font-size: 13px;
    }

    .pop-up-deposit-in li, .pop-up-deposit-notes li {
        font-family: 'Open Sans', Helvetica, sans-serif;
        font-size: 13px;
        list-style-type: none;
        margin-bottom: 5px;
    }

    .pop-up-deposit-in ul, .pop-up-deposit-notes ul {
        padding: 0;
    }

    .pop-up-deposit-in strong {
        font-family: 'Open Sans'; font-weight: 600;
    }

.table-general table tbody tr:nth-child(odd), .table-general table tfoot tr:nth-child(even) {
    background: #f8f8f8;
}

.table-general td, .table-general th {
    padding: 5px 0px 5px 15px;
    font-size: 12px;
    color: #474B50;
}

.table-general th {
    background: #447BB4;
    color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0px 8px 15px !important;
    text-align: left;
}

.table-general table {
    border: none;
    float: left;
    font-size: 14px;
    table-layout: auto;
    border-collapse: collapse;
}

.w3 {
    width: 246px;
}

.w6 {
    width: 492px;
}

.table-general {
    border: 1px solid #99A3B1;
    margin: 20px 0;
}

.pop-up-deposit-notes {
    background: #F9F9F9;
    border-top: 1px solid #ddd;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}

.address-pop-up-deposit {
    border: 1px dashed #CECECE;
    background: #fff;
    padding: 15px;
    font-size: 13px;
    width: 170px;
    float: left;
}

.address-pop-up-deposit-txt {
    float: right;
    width: 69%;
}

    .address-pop-up-deposit-txt p {
        margin-top: 9px;
        font-style: italic;
        color: #7D7D7D;
    }

p.footer-txt-s {
    text-align: center;
    padding: 0px 20px 20px 20px;
}

.cancel-btt-n {
    display: inline-block;
    background-color: #BDBDBD;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0;
    transition: background-color 0.5s ease;
    cursor: pointer;
    width: 140px;
}

.continue-btt-n {
    display: inline-block;
    background-color: #f78f1f;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0px;
    margin: 0;
    transition: background-color 0.5s ease;
    cursor: pointer;
    width: 140px;
}

    .cancel-btt-n:hover, .continue-btt-n:hover {
        background-color: #000000;
    }

.pop-up-deposit-btt {
    text-align: center;
    margin-top: 30px;
}

.pop-up-deposit-notes li {
    list-style-type: disc;
    margin-left: 16px;
}

.usm-badge {
    border: 1px solid #CED4DC;
    float: left;
    margin-right: 30px;
}

.usm-txt {
    float: left;
    width: 81%;
}

    .usm-txt p {
        margin-top: 0;
    }

body.auction-deposit .auction-txt li {
    padding-bottom: 5px;
}

.usm-txt li {
    color: #7f8996;
    list-style-type: none !important;
    background: url(../images/check-li.png) 0px 4px no-repeat;
    padding-left: 26px;
}

.auction-txt {
    text-align: justify;
}

.place-bid-box {
    background: #f5f8fa;
    border: 1px solid #e7ebee;
}

.current-bid {
    width: 29%;
    float: left;
    padding: 10px 20px;
}

    .current-bid h4 {
        margin: 6px 0 0 0;
        font-family: 'Open Sans'; font-weight: 600;
        font-size: 18px;
    }

        .current-bid h4 span {
            font-family: 'Open Sans'; font-weight: 700;
            color: #447ab4;
        }

    .current-bid p {
        margin: 11px 0 0 0;
        font-family: 'Open Sans'; font-weight: 600;
        color: #447ab4;
    }

        .current-bid p span {
            margin: 6px 0 0 0;
            color: #000000;
        }

.your-bid {
    width: 32%;
    float: left;
    padding: 10px 20px;
}

    .your-bid.sealed-bid {
        width: 38%;
    }

    .your-bid label {
        margin: 6px 0 0 0;
        font-family: 'Open Sans'; font-weight: 600;
        font-size: 18px;
        float: left;
    }

    .your-bid input {
        float: left;
        width: 90px;
        padding: 5px 6px;
        margin-left: 15px;
        margin-top: 0;
        font-size: 17px;
        line-height: 22px;
        font-family: 'Open Sans'; font-weight: 600;
    }

    .your-bid.sealed-bid input {
        float: none;
    }

    .your-bid p {
        margin: 0px 0 0 0;
        font-family: 'Open Sans'; font-weight: 600;
        color: #767e89;
    }

.place-bid-box button {
    float: right;
    background-color: #f78f1f;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans'; font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 20px;
    margin: 18px;
    transition: background-color 0.5s ease;
}

body.auction-deposit .tabs_nav {
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-left: 1px solid #CED4DC;
}

body.auction-deposit .ts_nav {
    float: left;
    width: 170px;
    margin-right: 4px;
}

body.auction-deposit .tabs_nav > li {
    float: left;
    margin: 0;
    min-height: 65px;
    padding-bottom: 0;
    list-style-type: none;
}

body.auction-deposit .ts_nav > li {
    margin-bottom: 4px;
}

    body.auction-deposit .ts_nav > li > a,
    body.auction-deposit .tabs_nav > li > a {
        color: #99a3b1;
        font-weight: normal;
        cursor: pointer;
        display: block;
        border-right: 1px solid #CED4DC;
        width: 106px;
        padding: 10px 0px 10px 0px;
        background: #fff;
        overflow: hidden;
        position: relative;
        z-index: 1;
        text-decoration: none !important;
        -webkit-transition: color .5s ease, border-color .5s ease, background-color .5s ease;
        transition: color .5s ease, border-color .5s ease, background-color .5s ease;
        border-bottom: 1px solid #CED4DC;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
    }

body.auction-deposit .ts_nav > .active > a,
body.auction-deposit .tabs_nav > .active > a {
    color: #fff;
    border-color: #447ab4;
}

body.auction-deposit .ts_nav > li > a::after,
body.auction-deposit .tabs_nav > li > a::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 108%;
    z-index: -1;
    opacity: 0;
    background-color: #447ab4;
    -webkit-transform: translateY(70%);
    -moz-transform: translateY(70%);
    transform: translateY(70%);
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
}

body.auction-deposit .tabs_nav > .active > a::after,
body.auction-deposit .ts_nav > .active > a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

body.auction-deposit .ts_nav > li > a::before,
body.auction-deposit .tabs_nav > li > a::before {
    display: none !important;
}

body.auction-deposit .tab {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #CED4DC;
    padding: 0;
    min-height: 300px;
    text-align: center;
}

a.active span.images-camera {
    background: url(../images/images-icon-active.png) top center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

span.images-camera {
    background: url(../images/images-icon.png) top center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

a.active span.map-view {
    background: url(../images/map-icon-active.png) top center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

span.map-view {
    background: url(../images/map-icon.png) top center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

a.active span.birds-eye {
    background: url(../images/birds-eye-icon-active.png) top center no-repeat;
    width: 30px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

span.birds-eye {
    background: url(../images/birds-eye-icon.png) top center no-repeat;
    width: 30px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

a.active span.street-view {
    background: url(../images/street-view-active.png) top center no-repeat;
    width: 22px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

span.street-view {
    background: url(../images/street-view.png) top center no-repeat;
    width: 22px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

a.active span.school-view {
    background: url(../images/school-view-active.png) top center no-repeat;
    width: 33px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

span.school-view {
    background: url(../images/school-view.png) top center no-repeat;
    width: 33px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

a.active span.nearby-view {
    background: url(../images/house-icon-active.png) top center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

span.nearby-view {
    background: url(../images/house-icon.png) top center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto 3px auto;
}

.footer-col li a {
    color: #959595;
    font-size: 12px;
    font-family: 'Open Sans';
    text-decoration: none;
}

    .footer-col li a:hover, #footer-menu li a:hover {
        color: #447ab4;
    }

.footer-col li {
    list-style-type: none !important;
    line-height: 21px;
}

.footer-content {
    width: 1100px;
    margin: 0 auto;
}

header {
    width: 1100px;
    margin: 0 auto;
}


/*** LIGHTBOX MARKUP ***/

.lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

    .lightbox img {
        /** Pad the lightbox image */
        max-width: 90%;
        max-height: 80%;
        margin-top: 2%;
    }

    .lightbox:target {
        /** Remove default browser outline */
        outline: none;
        /** Unhide lightbox **/
        display: block;
    }



.image-gallery-wrp {
    width: 429px;
    clear: both;
    position: relative;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        -webkit-transition-property: -webkit-transform,height;
        -moz-transition-property: -moz-transform,height;
        transition-property: transform,height;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: inherit !important;
        transition-duration: inherit !important;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            -webkit-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca;
        }

.lSSlideOuter .media {
    opacity: 0.8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0 !important;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: 0;
    width: 100% !important;
    background: rgba(0,0,0,0.6);
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s;
        width: auto !important;
        border: 2px solid rgba(0,0,0, 0.5);
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border: 2px solid rgba(255,255,255, 0.7);
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%;
    }

    .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table;
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

    .lSAction > a:hover {
        opacity: 1;
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

    .lSSlideOuter.vertical.noPager {
        padding-right: 0px !important;
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0;
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }

    /* vertical controlls */
    .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0;
    }

    .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto;
    }

    .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px;
    }
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
    list-style-type: none;
    list-style-position: initial;
    padding-bottom: 0;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.image-gallery-wrp .overlay {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}

.image-gallery-wrp:hover .overlay {
    position: absolute;
    top: 38%;
    padding: 20px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    display: table;
    font-size: 40px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    font-weight: light;
}

.glass {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5;
}

    .glass:hover {
        zoom: 1;
        opacity: 1;
    }

/* *********** CATEGORY PAGE *********** */

.content-cat {
    width: 1100px;
    margin: 0px auto 50px auto;
}

.side-bar-new {
    float: left;
    width: 250px;
    margin-top: 30px;
}

#side-barmenu {
    border-bottom: 1px solid #e1e1e1 !important;
}

.side-bar-new h3 {
    background: #447ab4;
    color: #fff;
    margin: 0;
    padding: 7px 23px;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

#side-barmenu,
#side-barmenu ul,
#side-barmenu ul li,
#side-barmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #side-barmenu ul ul {
        display: none;
    }

    #side-barmenu > ul > li.active > ul {
        display: block;
    }

.align-right {
    float: right;
}

#side-barmenu > ul > li > a {
    padding: 9px 23px;
    cursor: pointer;
    z-index: 2;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    background-color: #fbfbfb;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: 17px;
}

    #side-barmenu > ul > li > a:hover {
        color: #447ab4;
        background-color: #fff;
    }

#side-barmenu ul > li.has-sub > a:after {
}

#side-barmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 23px;
    top: 9px;
    display: block;
    width: 7px;
    height: 18px;
    content: "\f105";
    font-family: FontAwesome;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    font-size: 22px;
}

#side-barmenu ul > li.has-sub.open > a:after,
#side-barmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#side-barmenu ul ul li a {
    padding: 8px 47px;
    cursor: pointer;
    z-index: 2;
    font-size: 13px;
    text-decoration: none;
    color: #6e747e;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-family: 'Open Sans';
    font-weight: normal;
    transition: background 0.1s ease;
    line-height: 17px;
    background: #F5F5F5 url(../images/arrow-right.png) 21px 12px no-repeat;
}

    #side-barmenu ul ul li a span {
        position: absolute;
        top: 9px;
        right: 23px;
    }

#side-barmenu ul ul ul li a {
    padding-left: 76px;
    background: #E6E6E6 url(../images/arrow-right.png) 48px 12px no-repeat;
    transition: background 0.1s ease;
    color: #000;
}

#side-barmenu ul ul li a:hover {
    color: #447ab4;
    background: #fff url(../images/arrow-right.png) 21px 12px no-repeat;
}

#side-barmenu ul ul ul li a:hover {
    background: #fff url(../images/arrow-right.png) 48px 12px no-repeat;
}

#side-barmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}

#side-barmenu ul ul > li.has-sub > a:before {
    opacity: 0.4;
}

.channels-icon {
    background: url(../images/channels.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 13px;
    margin-top: 3px;
}

.categories-icon {
    background: url(../images/categories.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 13px;
    margin-top: 1px;
}

.help-icon {
    background: url(../images/help.png) 0 0 no-repeat;
    width: 18px;
    height: 20px;
    float: left;
    margin-right: 13px;
    margin-top: 4px;
}

.banner250 {
    width: 250px;
    height: 140px;
    background: #d8d8d8;
    text-align: center;
    vertical-align: middle;
    padding-top: 110px;
    color: #5f5f5f;
    font-style: italic;
    font-size: 17px;
    margin-top: 50px;
}

.side-bar-new .share-auction {
    margin-top: 12px;
}

.right-side-cat {
    float: right;
    width: 815px;
    margin-top: 30px;
}

.no-side-cat {
    margin-top: 30px;
}

.banner728 {
    width: 815px;
    height: 65px;
    /*  background: #d8d8d8; */
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    color: #5f5f5f;
    font-style: italic;
    font-size: 17px;
    margin-top: 0;
}

table.cat-tb tbody tr:nth-child(odd), table.cat-tb tfoot tr:nth-child(even) {
    background: #ffffff;
}

table.cat-tb tr {
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-family: 'Open Sans';
    font-weight: normal;
    line-height: 17px;
    font-size: 13px;
    background: #f8f8f8;
}

table.cat-tb td {
    padding: 10px;
}

.w40 {
    width: 40px;
}

.w270 {
    width: 365px;
    font-family: 'Open Sans'; font-weight: 600;
    color: #447ab4;
}

.w100 {
    width: 100px;
    font-family: 'Open Sans'; font-weight: 600;
}

.w200 {
    width: 200px;
    text-align: center;
    font-family: 'Open Sans';
}

.w140 {
    width: 140px;
    text-transform: uppercase;
}

.time {
    color: #6a6a6a;
    font-family: 'Open Sans';
}

table.cat-tb {
    border-bottom: 1px solid #e1e1e1;
}

.pagination-cat li {
    list-style-type: none !important;
    list-style-position: initial !important;
    padding-bottom: 0px !important;
    float: left !important;
    margin-right: 30px !important;
    line-height: 36px;
}

    .pagination-cat li a.current {
        color: #000;
    }

    .pagination-cat li a {
        font-family: 'Open Sans'; font-weight: 600;
        font-size: 16px;
    }

i.fa.fa-angle-left, i.fa.fa-angle-right {
    font-size: 28px;
    background-color: #F8F8F8;
    padding: 3px 13px;
    color: #000;
    border: 1px solid #ddd;
    transition: background-color 0.5s ease;
}

    i.fa.fa-angle-left:hover, i.fa.fa-angle-right:hover {
        background-color: #447AB4;
        color: #fff;
        border: 1px solid #447AB4;
    }

.pagination-cat ul {
    float: left;
    width: 69%;
}

.items-pg {
    float: right;
    width: 28%;
    margin-top: 9px;
}

    .items-pg p {
        float: left;
        text-align: right;
        width: 114px;
    }

    .items-pg ul {
        float: right;
        width: 45%;
        font-family: 'Open Sans'; font-weight: 600;
        font-size: 13px;
        margin-left: 10px;
    }

        .items-pg ul li {
            float: left;
            margin-left: 8px !important;
            line-height: 21px !important;
            border-left: 2px solid #ddd;
            padding-left: 8px;
            margin-right: 0 !important;
        }

            .items-pg ul li:first-child {
                border-left: none;
                padding-left: 0px;
                margin-left: 0px !important;
            }

.title-cat {
    margin: 15px 0;
    background: url(../images/banner-cat.jpg) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}

.title-cat-22 {
    margin: 15px 0;
    background: url(../images/real-estate.jpg) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}

.title-cat-12 {
    margin: 15px 0;
    background: url(../images/jewelry-coins.jpg) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}

.title-cat-16 {
    margin: 15px 0;
    background: url(../images/financial-instruments.jpg) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}

.title-cat-absolutelands {
    margin: 15px 0;
    background: url(../images/special-absolutelands.png) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}

.title-cat-absolutehomes {
    margin: 15px 0;
    background: url(../images/special-absolutehomes.png) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}

.title-cat-bankowned {
    margin: 15px 0;
    background: url(../images/special-bankowned.png) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}


.title-cat-florida {
    margin: 15px 0;
    background: url(../images/Florida-Homes4.png) top center no-repeat;
    width: 815px;
    height: 160px;
    position: relative;
}


.title-cat-absolutehomes h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}


.title-cat-bankowned h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-florida h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}


.title-cat-absolutelands h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-22 h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-12 h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-16 h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}


.title-cat h2 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

/* h1 */

.title-cat-absolutehomes h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}


.title-cat-bankowned h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-florida h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}


.title-cat-absolutelands h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-22 h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-12 h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.title-cat-16 h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}


.title-cat h1 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: normal;
    padding: 11px 22px;
    position: absolute;
    top: 78px;
    left: 27px;
}

.items-pg ul li a {
    font-size: 14px !important;
}

.mobile-menu {
    display: none !important;
}


/* ************************* MEDIA QUERIES *************************** */



@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #new-menu > ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s ease-out;
        -moz-transition: max-height 0.35s ease-out;
        -ms-transition: max-height 0.35s ease-out;
        -o-transition: max-height 0.35s ease-out;
        transition: max-height 0.35s ease-out;
    }

        #new-menu > ul > li > ul {
            width: 100%;
            display: block;
        }

    #new-menu.align-right ul li a {
        text-align: left;
    }

    #new-menu > ul > li > ul > li {
        width: 100%;
        display: block;
    }

    #new-menu.align-right ul ul li a {
        text-align: left;
    }

    #new-menu > ul > li > ul > li > a {
        width: 100%;
        display: block;
    }

    #new-menu ul li ul li a {
        width: 100%;
    }

    #new-menu.align-center > ul {
        text-align: left;
    }

        #new-menu.align-center > ul > li {
            display: block;
        }

    #new-menu > ul.open {
        max-height: 1000px;
        border-top: 1px solid rgba(110, 110, 110, 0.25);
    }

    #new-menu ul {
        width: 100%;
    }

        #new-menu ul > li {
            float: none;
            width: 100%;
        }

        #new-menu ul li a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            padding: 12px 20px;
        }

        #new-menu ul > li:after {
            display: none;
        }

        #new-menu ul li.has-sub > a:after,
        #new-menu ul li.has-sub > a:before,
        #new-menu ul li ul li.has-sub:after,
        #new-menu ul li ul li.has-sub:before {
            display: none;
        }

        #new-menu ul li ul,
        #new-menu ul li ul li ul,
        #new-menu ul li ul li:hover > ul,
        #new-menu.align-right ul li ul,
        #new-menu.align-right ul li ul li ul,
        #new-menu.align-right ul li ul li:hover > ul {
            left: 0;
            position: relative;
            right: auto;
        }

            #new-menu ul li ul li,
            #new-menu ul li:hover > ul > li {
                max-height: 999px;
                position: relative;
                background: none;
            }

                #new-menu ul li ul li a {
                    padding: 8px 20px 8px 35px;
                    color: #ffffff;
                }

            #new-menu ul li ul ul li a {
                padding: 8px 20px 8px 50px;
            }

            #new-menu ul li ul li:hover > a {
                color: #000000;
            }

    #new-menu #menu-button {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 15px 20px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        color: #ffffff;
        cursor: pointer;
    }

        #new-menu #menu-button:after {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff;
            right: 20px;
            top: 16px;
        }

        #new-menu #menu-button:before {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #ffffff;
            right: 20px;
            top: 26px;
        }
}


@media only screen and (min-width: 960px) and (max-width: 1100px) {
    .content-cat {
        width: 93%;
    }

    .right-side-cat {
        width: 70% !important;
    }

    .banner728 {
        width: 100%;
    }

    .title-cat {
        height: 123px;
        position: relative;
        width: 100%;
        background-size: 100%;
    }

        .title-cat h2 {
            top: 42px;
            width: 19%;
        }

    .pagination-cat ul {
        width: 63%;
    }

    .items-pg p {
        width: 92px;
    }

    .pagination-cat li {
        margin-right: 17px !important;
    }

    .items-pg ul {
        width: 45% !important;
        margin-left: 0;
    }

    .items-pg {
        width: 36%;
    }

    body.auction-deposit .tabs_nav > li {
        width: 50%;
    }

        body.auction-deposit .ts_nav > li > a, body.auction-deposit .tabs_nav > li > a {
            width: 99%;
        }

    .image-gallery-wrp {
        width: 100%;
    }

    .current-bid {
        width: 26%;
        padding: 10px 15px;
    }

    .your-bid {
        width: 36%;
        float: left;
        padding: 10px 0px;
    }

        .your-bid.sealed-bid {
            width: 68%;
        }

    .current-bid h4 {
        font-size: 14px;
    }

    .current-bid p {
        margin: 2px 0px 0px;
        font-size: 12px;
    }

    .your-bid label {
        font-size: 14px;
    }

    .your-bid input {
        margin-top: 3px;
        font-size: 14px;
        line-height: 20px;
        padding: 2px 6px;
    }

    body.auction-deposit .item-specifics-table table {
        width: 31%;
    }

    .usm-txt {
        width: 77%;
    }

    .auction-txt {
        text-align: left;
    }

    div#wrapper, header, #auction-content, .additional-details-txt, .bid-history-txt, .footer-content {
        width: 93%;
    }

    .auction-info-summary table td {
        width: 50%;
    }

    .auction-newsletter input[type="text"] {
        padding: 10px 0px 9px 10px;
        width: 57%;
    }

    .auction-newsletter input[type="submit"] {
        height: 35px;
        width: 39%;
        padding: 0;
    }

    .auction-banner {
        width: 100%;
    }

    .banner-title {
        font-size: 15px;
        width: 33%;
        padding-left: 15px;
        padding-top: 15px;
    }

    body.auction-deposit .btn.grey {
        padding-top: 6px;
        padding-bottom: 8px;
        margin-left: 15px;
        margin-top: 18px;
        width: 174px;
        line-height: 16px;
    }

    .auction-data-table table tr {
        border-top: 1px solid #DDD;
        font-size: 13px;
        line-height: 16px;
        height: 49px;
        vertical-align: middle;
    }

    .auction-data-table table th {
        padding: 8px 19px;
    }

    .auction-data-table table td {
        padding: 8px 6px 8px 15px;
    }

    body.auction-deposit .btn.black {
        margin-left: 8px;
    }

    #auction-content {
        overflow: initial;
    }

    .auction-txt .subtitle {
        padding: 8px 0px;
        text-align: center;
    }

    body.auction-deposit .half {
        width: 48% !important;
    }

    body.auction-deposit .tooltip {
        width: 261px;
    }

    #footer-menu {
        float: left;
        width: 172px;
    }

    #additional-info-footer {
        float: left;
        width: 673px;
        border-left: 1px solid #DDD;
        padding-left: 42px;
    }

    .footer-col {
        width: 156px;
    }

    .terms-btt {
        width: 62%;
    }

    #nav-left-side {
        display: none;
    }

    #new-container-right {
        width: 100%;
        float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .content-cat {
        width: 93%;
    }

    .right-side-cat {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .side-bar-new {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .banner728 {
        width: 100%;
    }

    .title-cat {
        background-size: 100%;
        width: 100%;
    }

        .title-cat h2 {
            top: 60px;
            width: 17%;
        }

    .pagination-cat ul {
        float: none;
        width: 100%;
        display: block;
        clear: both;
        overflow: hidden;
    }

    .items-pg {
        float: none;
        width: 100%;
        margin-top: 0px;
        display: block;
    }

        .items-pg p {
            float: left;
            text-align: left;
            width: 100px;
        }

        .items-pg ul {
            width: 16% !important;
            font-family: 'Open Sans'; font-weight: 600;
            font-size: 13px;
            margin-left: 10px;
            float: left !important;
            display: inline !important;
            clear: none !important;
        }

    .mobile-menu {
        display: block !important;
    }

    .menu-desk {
        display: none !important;
    }

    .banner250 {
        display: none;
    }

    a.mobile-menu-title {
        background: #447ab4 !important;
        color: #fff !important;
        margin: 0 !important;
        padding: 8px 23px !important;
        font-family: 'Open Sans' !important;
        font-weight: normal !important;
        font-size: 16px !important;
        height: 40px;
    }

        a.mobile-menu-title i {
            line-height: 26px;
            font-style: normal;
        }

    .help-icon, .channels-icon {
        margin-right: 20px;
    }

    #side-barmenu ul ul li a {
        color: #000;
        padding: 8px 22px;
        background: #fbfbfb;
    }

        #side-barmenu ul ul li a:hover {
            background: #ffffff;
        }

    #side-barmenu ul ul ul li a {
        padding-right: 40px;
        padding-left: 58px;
        background: #F5F5F5 url("../images/arrow-right.png") no-repeat scroll 35px 12px;
    }

        #side-barmenu ul ul ul li a:hover {
            background: #ffffff url("../images/arrow-right.png") no-repeat scroll 35px 12px;
        }


    #side-barmenu ul ul ul ul li a {
        padding-right: 40px;
        padding-left: 82px;
        background: #E6E6E6 url("../images/arrow-right.png") no-repeat scroll 57px 12px;
    }

        #side-barmenu ul ul ul ul li a:hover {
            background: #ffffff url("../images/arrow-right.png") no-repeat scroll 57px 12px;
        }


    /* ********************************** */

    .image-gallery-wrp {
        width: 100%;
    }

    #pop-up-deposit {
        width: 81%;
    }

    .address-pop-up-deposit {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .address-pop-up-deposit-txt {
        float: none;
        width: 100%;
    }

    .w3, .w6 {
        width: 100%;
        float: none !important;
    }

    .current-bid {
        width: 100%;
        float: none;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }

    .your-bid {
        width: 205px;
        float: none;
        padding: 12px 0px;
        margin: 3px auto;
        text-align: center;
        border-top: 1px solid #B3B0B0;
    }

        .your-bid.sealed-bid {
            width: 90%;
        }

            .your-bid.sealed-bid input {
                float: none;
            }

    .place-bid-box button {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .place-bid-box {
        padding-bottom: 20px;
    }

    body.auction-deposit .tabs_nav > li {
        width: 50%;
    }

        body.auction-deposit .ts_nav > li > a, body.auction-deposit .tabs_nav > li > a {
            width: 99%;
        }

    .usm-txt {
        width: 71%;
    }

    body.auction-deposit .item-specifics-table table {
        width: 31%;
    }

    .terms-btt {
        width: 52%;
    }

    #new-container-right {
        width: 100%;
        float: left;
    }

    div#wrapper, header, #auction-content, .additional-details-txt, .bid-history-txt, .footer-content {
        width: 93%;
    }

    .new-logo {
        width: 184px;
    }

    #new-menu {
        width: 209px;
    }

    #weekly-email-alerts {
        margin-top: 10px;
    }

    #new-menu #menu-button {
        color: transparent;
    }

    #new-menu > ul.open {
        max-height: 1000px;
        border-top: medium none;
        position: absolute;
        background: none repeat scroll 0% 0% rgb(9, 58, 127);
    }

    #nav-line-wrapper {
        height: 44px;
    }

    #new-menu > ul > li:hover > a,
    #new-menu > ul > li.active > a {
        color: #efefef;
    }

    #new-menu > ul > li:hover,
    #new-menu > ul > li.active {
        background-color: #447ab4;
    }

    #footer-menu {
        float: none;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

        #footer-menu ul {
            margin: 0px;
            float: right;
            width: 67%;
            padding-left: 0;
        }

        #footer-menu li {
            list-style-type: none;
            line-height: 21px;
            float: none;
            display: inline-block;
            margin: 51px 20px 30px 20px;
        }

            #footer-menu li a {
                font-size: 14px;
            }

    .footer-logo {
        margin-left: 0px;
        margin-bottom: 19px;
    }

    #additional-info-footer {
        border-left: none;
        padding-left: 0px;
        width: 100%;
        float: none;
    }

    .auction-info-summary table td {
        width: 50%;
    }

    .auction-newsletter input[type="text"] {
        padding: 10px 0px 9px 10px;
        width: 57%;
    }

    .auction-newsletter input[type="submit"] {
        height: 35px;
        width: 39%;
        padding: 0;
    }

    .auction-banner {
        width: 100%;
    }

    .banner-title {
        font-size: 15px;
        width: 33%;
        padding-left: 15px;
        padding-top: 15px;
    }

    body.auction-deposit .btn.grey {
        padding-top: 6px;
        padding-bottom: 8px;
        margin-left: 15px;
        margin-top: 18px;
        width: 120px;
        line-height: 16px;
    }

    .auction-data-table table tr {
        border-top: 1px solid #DDD;
        font-size: 13px;
        line-height: 16px;
        height: 49px;
        vertical-align: middle;
    }

    .auction-data-table table th {
        padding: 8px 19px;
    }

    .auction-data-table table td {
        padding: 8px 6px 8px 15px;
    }

    body.auction-deposit .btn.black {
        margin-left: 8px;
    }

    #auction-content {
        overflow: initial;
    }

    .auction-txt .subtitle {
        padding: 8px 0px;
        text-align: center;
    }

    body.auction-deposit .half {
        width: 48% !important;
    }

    .footer-col {
        width: 158px;
        float: left;
        padding-bottom: 35px;
        min-height: 237px;
    }

    body.auction-deposit .tooltip {
        width: 150px;
    }

    #nav-left-side {
        display: none;
    }
}

@media only screen and (min-width: 507px) and (max-width: 767px) {

    .content-cat {
        width: 93%;
    }

    .right-side-cat {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .side-bar-new {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .banner728 {
        width: 100%;
    }

    .title-cat {
        background-size: cover;
        width: 100%;
    }

        .title-cat h2 {
            width: 24%;
        }

    .pagination-cat ul {
        float: none;
        width: 100%;
        display: block;
        clear: both;
        overflow: hidden;
    }

    .items-pg {
        float: none;
        width: 100%;
        margin-top: 0px;
        display: block;
    }

        .items-pg p {
            float: left;
            text-align: left;
            width: 100px;
        }

        .items-pg ul {
            width: 45% !important;
            font-family: 'Open Sans'; font-weight: 600;
            font-size: 13px;
            margin-left: 10px;
            float: left !important;
            display: inline !important;
            clear: none !important;
        }

    .mobile-menu {
        display: block !important;
    }

    .menu-desk {
        display: none !important;
    }

    .banner250 {
        display: none;
    }

    .pagination-cat li {
        margin-right: 26px !important;
    }

    a.mobile-menu-title {
        background: #447ab4 !important;
        color: #fff !important;
        margin: 0 !important;
        padding: 8px 23px !important;
        font-family: 'Open Sans' !important;
        font-weight: normal !important;
        font-size: 16px !important;
        height: 40px;
    }

        a.mobile-menu-title i {
            line-height: 26px;
            font-style: normal;
        }

    .help-icon, .channels-icon {
        margin-right: 20px;
    }

    #side-barmenu ul ul li a {
        color: #000;
        padding: 8px 22px;
        background: #fbfbfb;
    }

        #side-barmenu ul ul li a:hover {
            background: #ffffff;
        }

    #side-barmenu ul ul ul li a {
        padding-right: 40px;
        padding-left: 58px;
        background: #F5F5F5 url("../images/arrow-right.png") no-repeat scroll 35px 12px;
    }

        #side-barmenu ul ul ul li a:hover {
            background: #ffffff url("../images/arrow-right.png") no-repeat scroll 35px 12px;
        }


    #side-barmenu ul ul ul ul li a {
        padding-right: 40px;
        padding-left: 82px;
        background: #E6E6E6 url("../images/arrow-right.png") no-repeat scroll 57px 12px;
    }

        #side-barmenu ul ul ul ul li a:hover {
            background: #ffffff url("../images/arrow-right.png") no-repeat scroll 57px 12px;
        }


    /* ********************************** */

    body.auction-deposit .tooltip {
        width: 170px;
    }

    .image-gallery-wrp {
        width: 100%;
        background: #000;
    }

    .lSSlideOuter .lSPager.lSGallery {
        text-align: center;
        padding-bottom: 0;
    }

    .lSSlideOuter .lSGallery li {
        display: inline-block;
        float: none;
    }

    #pop-up-deposit {
        width: 81%;
    }

    .address-pop-up-deposit {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .address-pop-up-deposit-txt {
        float: none;
        width: 100%;
    }

    .w3, .w6 {
        width: 100%;
        float: none !important;
    }

    .pop-up-deposit-in h2 {
        line-height: 30px;
    }

    .current-bid {
        width: 100%;
        float: none;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }

    .your-bid {
        width: 205px;
        float: none;
        padding: 12px 0px;
        margin: 3px auto;
        text-align: center;
        border-top: 1px solid #B3B0B0;
    }

        .your-bid.sealed-bid {
            width: 48%;
        }

    .place-bid-box button {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .place-bid-box {
        padding-bottom: 20px;
    }

    body.auction-deposit .tabs_nav > li {
        width: 50%;
    }

        body.auction-deposit .ts_nav > li > a, body.auction-deposit .tabs_nav > li > a {
            width: 99%;
        }

    .usm-txt {
        width: 100%;
        float: none;
    }

    .usm-badge {
        margin-right: 20px;
    }

    body.auction-deposit .item-specifics-table table {
        margin-bottom: 20px !important;
        width: 100%;
    }

    #new-container-right {
        width: 100%;
        float: none;
    }

    .menu-nav-left {
        margin: 25px auto 43px auto;
        padding: 0px;
        width: 93%;
    }

    #menu_box {
        display: block;
    }

    #nav-left-side {
        display: none;
    }

    div#wrapper, header, #auction-content, .additional-details-txt, .bid-history-txt, .footer-content {
        width: 93%;
    }

    .new-logo {
        width: 184px;
        float: none;
        margin: 15px auto 5px auto;
        display: block;
    }

    #new-menu {
        width: 202px;
    }

    #weekly-email-alerts {
        margin-top: 10px;
        width: 200px;
    }

    #new-menu #menu-button {
        color: transparent;
    }

    #new-menu > ul.open {
        max-height: 1000px;
        border-top: medium none;
        position: absolute;
        background: none repeat scroll 0% 0% rgb(9, 58, 127);
        z-index: 11111;
    }

    #nav-line-wrapper {
        height: 44px;
    }

    #new-menu > ul > li:hover > a,
    #new-menu > ul > li.active > a {
        color: #efefef;
    }

    #new-menu > ul > li:hover,
    #new-menu > ul > li.active {
        background-color: #447ab4;
    }

    #footer-menu {
        float: none;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .footer-logo {
        margin-left: 0px;
        margin-bottom: 10px;
        width: 120px;
    }

    #additional-info-footer {
        border-left: none;
        padding-left: 0px;
    }

    #header-right {
        margin: 0 auto;
        float: none;
        width: 410px;
    }

    .follow-us {
        float: none;
        width: 210px;
        margin: 0 auto;
    }

    #auction-field .form-textbox {
        width: 131px;
    }

    #new-menu > ul > li > a {
        font-size: 13px;
    }

    #error-message {
        background: url("../images/error.png") no-repeat scroll 344px center #FBFBFB;
        width: 92%;
        margin-left: 20px;
        margin-bottom: 40px;
        position: relative;
    }

    #success-message {
        width: 92%;
        background: url("../images/success.png") no-repeat scroll 344px center #FBFBFB;
    }

    .error-message-top, .success-message-top,
    .error-message-bottom, .success-message-bottom {
        width: 100%;
    }

    #footer-menu ul {
        margin: 24px 0px 7px;
        float: right;
        width: 70%;
        padding-left: 0px;
    }

    #footer-menu li {
        list-style-type: none;
        line-height: 21px;
        display: inline-block;
        padding: 15px 2.5%;
    }

    #additional-info-footer {
        float: none;
        width: 100%;
    }

    .footer-col {
        padding-bottom: 0;
    }

        .footer-col h3 {
            margin: 23px 0px 0;
        }

    /* *********** DEPOSIT PAGE*********** */

    body.auction-deposit h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .auction-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        border-bottom: 2px solid #B6B6B6;
        padding-bottom: 30px;
    }

    .image-single {
        padding: 0;
        width: 99%;
        height: 235px;
        margin: 0 auto;
    }

    .auction-newsletter input[type="text"] {
        width: 68%;
    }

    .auction-newsletter input[type="submit"] {
        height: 35px;
        width: 28.8%;
        padding: 0;
    }

    .auction-right {
        width: 100%;
        float: none;
    }

    #auction-content {
        overflow: initial;
    }

    .auction-banner {
        width: 100%;
    }

    .banner-title {
        width: 36%;
        padding-left: 15px;
        padding-top: 15px;
    }

    body.auction-deposit .btn.grey {
        line-height: 17px;
        width: 31%;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 4px;
        margin-left: 15px;
        margin-top: 17px;
    }

    .auction-right h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .auction-right h5 {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .auction-data-table table tr {
        font-size: 12px;
    }

    .auction-data-table table th {
        padding: 8px 8px;
    }

    .auction-txt .subtitle {
        padding: 8px 0px;
        width: 100%;
        text-align: center;
    }

    body.auction-deposit .half {
        width: 100% !important;
    }

    body.auction-deposit .item-specifics-table table {
        float: none;
        margin: 0;
    }

    body.auction-deposit .item-specifics-table td {
        width: 50%;
    }

    .terms-btt {
        width: 58%;
    }

    .auction-txt {
        text-align: left;
    }

    .bl2 {
        border-left: 2px solid #e1e1e1;
        display: block;
        float: none;
        width: 100%;
    }

    table.cat-tb td {
        padding: 0px;
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }

    td.w40 img {
        width: 200px;
        height: 100px;
        margin: 20px auto;
    }

    td.w140 {
        margin: 15px auto 8px auto;
        border-bottom: 1px solid rgb(221, 221, 221);
        padding-bottom: 10px !important;
        width: 70% !important;
    }

    td.w100 {
        margin: 8px auto;
    }

    td.w200 {
        margin: 8px auto;
    }

    .SumoSelect > .optWrapper > .options > li {
        text-align: left;
    }

    .auction-title {
        font-family: 'Open Sans'; font-weight: 700;
        font-size: 14px;
        left: 0;
        line-height: 17px;
        margin-bottom: 9px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        top: 0;
    }

    .bl2 {
        border-left: none;
    }
}


@media only screen and (min-width: 320px) and (max-width: 506px) {
    .SumoSelect > .optWrapper > .options > li {
        text-align: left;
    }

    .auction-title {
        font-family: 'Open Sans'; font-weight: 700;
        font-size: 14px;
        left: 0;
        line-height: 17px;
        margin-bottom: 9px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        top: 0;
    }

    .bl2 {
        border-left: none;
    }

    .content-cat {
        width: 93%;
    }

    .right-side-cat {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .side-bar-new {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .banner728 {
        width: 100%;
    }

    .title-cat {
        background: none;
        width: 100%;
        height: 40px;
    }

        .title-cat h2 {
            width: 100%;
            padding: 11px 0px;
            position: relative;
            top: 0;
            left: 0;
            text-align: center;
        }

    .pagination-cat ul {
        float: none;
        width: 100%;
        display: block;
        clear: both;
        overflow: hidden;
    }

    .items-pg {
        float: none;
        width: 100%;
        margin-top: 0px;
        display: block;
    }

        .items-pg p {
            float: left;
            text-align: left;
            width: 100px;
        }

        .items-pg ul {
            width: 45% !important;
            font-family: 'Open Sans'; font-weight: 600;
            font-size: 13px;
            margin-left: 10px;
            float: left !important;
            display: inline !important;
            clear: none !important;
        }

    .mobile-menu {
        display: block !important;
    }

    .menu-desk {
        display: none !important;
    }

    .banner250 {
        display: none;
    }

    .pagination-cat li {
        margin-right: 10px !important;
    }

    table.cat-tb td {
        padding: 0px;
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }

    td.w40 img {
        width: 200px;
        height: 100px;
        margin: 20px auto;
    }

    td.w140 {
        margin: 15px auto 8px auto;
        border-bottom: 1px solid rgb(221, 221, 221);
        padding-bottom: 10px !important;
        width: 70% !important;
    }

    td.w100 {
        margin: 8px auto;
    }

    td.w200 {
        margin: 8px auto;
    }

    a.mobile-menu-title {
        background: #447ab4 !important;
        color: #fff !important;
        margin: 0 !important;
        padding: 8px 23px !important;
        font-family: 'Open Sans' !important;
        font-weight: normal !important;
        font-size: 16px !important;
        height: 40px;
    }

        a.mobile-menu-title i {
            line-height: 26px;
            font-style: normal;
        }

    .help-icon, .channels-icon {
        margin-right: 20px;
    }

    #side-barmenu ul ul li a {
        color: #000;
        padding: 8px 22px;
        background: #fbfbfb;
    }

        #side-barmenu ul ul li a:hover {
            background: #ffffff;
        }

    #side-barmenu ul ul ul li a {
        padding-right: 40px;
        padding-left: 58px;
        background: #F5F5F5 url("../images/arrow-right.png") no-repeat scroll 35px 12px;
    }

        #side-barmenu ul ul ul li a:hover {
            background: #ffffff url("../images/arrow-right.png") no-repeat scroll 35px 12px;
        }


    #side-barmenu ul ul ul ul li a {
        padding-right: 40px;
        padding-left: 82px;
        background: #E6E6E6 url("../images/arrow-right.png") no-repeat scroll 57px 12px;
    }

        #side-barmenu ul ul ul ul li a:hover {
            background: #ffffff url("../images/arrow-right.png") no-repeat scroll 57px 12px;
        }


    /* ********************************** */

    .image-gallery-wrp {
        width: 100%;
        background: #000;
    }

    .lSSlideOuter .lSPager.lSGallery {
        text-align: center;
        padding-bottom: 0;
    }

    .lSSlideOuter .lSGallery li {
        display: inline-block;
        float: none;
    }

    #pop-up-deposit {
        width: 81%;
    }

    .address-pop-up-deposit {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .address-pop-up-deposit-txt {
        float: none;
        width: 100%;
    }

    .w3, .w6 {
        width: 100%;
        float: none !important;
    }

    .pop-up-deposit-in h2 {
        line-height: 30px;
        font-size: 20px;
    }

    .pop-up-deposit-in {
        padding: 0px 15px;
    }

    .cancel-btt-n, .continue-btt-n {
        border-radius: 0;
    }

    .current-bid {
        width: 100%;
        float: none;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }

    .your-bid {
        width: 205px;
        float: none;
        padding: 12px 0px;
        margin: 3px auto;
        text-align: center;
        border-top: 1px solid #B3B0B0;
    }

        .your-bid.sealed-bid {
            width: 96%;
        }

    .place-bid-box button {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .place-bid-box {
        padding-bottom: 20px;
    }

    body.auction-deposit .tabs_nav > li {
        width: 50%;
    }

        body.auction-deposit .ts_nav > li > a, body.auction-deposit .tabs_nav > li > a {
            width: 99%;
        }

    .usm-txt {
        width: 100%;
        float: none;
    }

    .usm-badge {
        margin-right: 20px;
    }

    body.auction-deposit .item-specifics-table table {
        margin-bottom: 20px !important;
        width: 100%;
    }

    #new-container-right {
        width: 100%;
        float: none;
    }

    label#label_27.form-label-left {
        height: 1px;
    }

    .menu-nav-left {
        margin: 25px auto 43px auto;
        padding: 0px;
        width: 100%;
    }

    #menu_box {
        display: block;
    }

    #nav-left-side {
        display: none;
    }

    div#wrapper, header, #auction-content, .additional-details-txt, .bid-history-txt, .footer-content {
        width: 93%;
    }

    .new-logo {
        width: 184px;
        float: none;
        margin: 15px auto 5px auto;
        display: block;
    }

    #new-menu {
        width: 100%;
        float: none;
    }

        #new-menu #menu-button::before, #new-menu #menu-button::after {
            right: 0;
            margin-right: auto;
            margin-left: auto;
            left: 0;
        }

    #weekly-email-alerts {
        width: 189px;
        float: none;
        padding-top: 10px;
        margin: 0 auto;
        background: url("../images/email-alert.png") no-repeat scroll 0px 11px transparent;
    }

    #new-menu #menu-button {
        color: transparent;
    }

    #new-menu > ul.open {
        max-height: 1000px;
        border-top: medium none;
        position: absolute;
        background: none repeat scroll 0% 0% rgb(9, 58, 127);
        z-index: 11111;
    }

    #nav-line-wrapper {
        height: auto;
        padding-bottom: 20px;
    }

    #new-menu > ul > li:hover > a,
    #new-menu > ul > li.active > a {
        color: #efefef;
    }

    #new-menu > ul > li:hover,
    #new-menu > ul > li.active {
        background-color: #447ab4;
    }

    #footer-menu {
        float: none;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .footer-logo {
        margin: 10px auto;
        float: none;
        display: block;
    }

    #additional-info-footer {
        border-left: none;
        padding-left: 0;
    }

    #header-right {
        margin: 0 auto;
        float: none;
        width: 296px;
    }

    .follow-us {
        float: none;
        width: 210px;
        margin: 0 auto;
    }

    #auction-field .form-textbox {
        width: 184px;
        margin-left: 20px;
    }

    #new-menu > ul > li > a {
        font-size: 13px;
    }

    #error-message {
        background: url("../images/error.png") no-repeat scroll 214px center #FBFBFB;
        width: 92%;
        margin-left: 20px;
        margin-bottom: 40px;
        position: relative;
    }

    #success-message {
        width: 92%;
        background: url("../images/success.png") no-repeat scroll 214px center #FBFBFB;
    }

    .error-message-top, .success-message-top,
    .error-message-bottom, .success-message-bottom {
        width: 100%;
    }

    #footer-menu ul {
        margin: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 0 15px 0px;
    }

    #new-form-style .squared-check label {
        left: 174px;
        top: -26px
    }

    #additional-info-footer {
        float: none;
        width: 100%;
    }

    .footer-col {
        padding-bottom: 0;
    }

        .footer-col h3 {
            margin: 23px 0px 0;
        }

    #auction-field .form-radio-item-wrapper {
        float: none;
        margin-right: 0;
        width: 199px;
        margin: 0px auto 15px auto;
    }

    #auction-field h6 {
        text-align: center;
    }

    #new-form-style .form-label-left {
        width: 100% !important;
        float: none;
        display: block;
        text-align: left;
    }

    #new-form-style .form-textbox {
        width: 94% !important;
    }

    .new-dropdown-style {
        float: none;
    }

    #new-form-style {
        width: 86%;
        margin: 0 auto;
    }

    .new-dropdown-style select {
        width: 100%;
    }

    li.form-line.subtitle-new-f {
        width: 100% !important;
    }

    .line-subtitle1 {
        width: 14.9%;
    }

    .line-subtitle2 {
        width: 38.6%;
    }

    #footer-txt {
        font-size: 11px;
    }

    .footer-col, .footer-col.footer-col2 {
        width: 100%;
        float: none;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    li.form-line.subtitle-new-f h3 {
        font-size: 14px;
    }

    #footer-txt {
        line-height: 21px;
    }
    /* *********** DEPOSIT PAGE*********** */

    body.auction-deposit h1 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .auction-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        border-bottom: 2px solid #B6B6B6;
        padding-bottom: 30px;
    }

    .image-single {
        padding: 0;
        width: 99%;
        height: 235px;
        margin: 0 auto;
    }

    .auction-newsletter input[type="text"] {
        width: 100%;
        padding: 10px 0px 9px 0px;
        text-align: center;
        border-radius: 0;
    }

    .auction-newsletter input[type="submit"] {
        height: 35px;
        width: 100%;
        padding: 0px;
        border-radius: 0;
    }

    .auction-right {
        width: 100%;
        float: none;
    }

    #auction-content {
        overflow: initial;
    }

    .auction-banner {
        width: 100%;
        background: #447BB4;
        height: auto;
        padding-bottom: 20px;
    }

    .banner-title {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }

    body.auction-deposit .btn.grey {
        margin: 20px auto 0px auto;
        line-height: 17px;
        width: 72%;
        font-size: 13px;
        padding-top: 5px;
        padding-bottom: 4px;
    }

    .auction-right h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .auction-right h5 {
        margin-top: 16px;
        margin-bottom: 12px;
    }

    .auction-data-table table tr {
        font-size: 12px;
    }

    .auction-data-table table th {
        padding: 8px 8px;
    }

    .auction-txt .subtitle {
        padding: 8px 0px;
        width: 100%;
        text-align: center;
    }

    body.auction-deposit .half {
        width: 100% !important;
    }

    body.auction-deposit .item-specifics-table table {
        float: none;
        margin: 0;
    }

    body.auction-deposit .item-specifics-table td {
        width: 50%;
    }

    .terms-btt {
        width: 86%;
        float: none;
        display: block;
        padding: 0px;
        margin: 20px auto 10px auto;
        text-align: center;
    }

    .auction-txt {
        text-align: left;
    }

    #auction-field {
        width: 100% !important;
    }

    body.auction-deposit table {
        font-size: 12px;
    }

    .auction-info-summary table td:first-child {
        width: 35%;
    }

    .auction-newsletter p {
        font-family: 'Open Sans'; font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        margin-top: 22px;
        margin-bottom: 11px;
    }

    body.auction-deposit .tooltip {
        width: 80px;
    }

    body.auction-deposit span.tooltip strong {
        font-size: 14px;
        line-height: 20px;
    }

    body.auction-deposit .btn.black {
        margin-top: 4px;
        display: block;
        text-align: center;
        margin-left: 0px;
    }

    .additional-details-txt .subtitle {
        padding: 8px 0px 8px 0px;
    }

    .deposit-page-inn button {
        cursor: pointer;
        width: 257px;
        display: block;
        padding: 10px 20px;
        margin: 0 auto;
        float: none;
    }

    .close-instructions {
        text-align: center;
        padding-left: 0;
    }
}



@media only screen and (min-width: 800px) and (max-width: 959px) {
    #weekly-email-alerts {
        width: 188px;
    }

    #new-menu {
        width: 67%;
    }

        #new-menu > ul > li > a {
            padding: 15px 13px;
            font-weight: normal;
            letter-spacing: 0;
        }
}

@media all and (max-width:700px) {
    .zoom-cursor {
        cursor: pointer
    }

    #conditional-lightbox-notice {
        display: block;
        padding: 10px;
        background: #FFEAEA
    }
}

#logo-overlay {
    width: 100%;
    height: 75px;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

#mfp-build-tool {
    background: #FFF;
    padding: 30px 40px 40px;
    max-width: 500px;
    text-align: left;
    margin: 10px auto;
    position: relative
}

    #mfp-build-tool h2 {
        margin-top: 0;
        margin-bottom: .7em
    }

#mfp-build-form label {
    display: block;
    margin-bottom: 5px;
    min-height: 18px;
    padding-left: 18px
}

#mfp-build-form input[type=checkbox] {
    margin: 3px 5px 3px -18px;
    line-height: normal;
    cursor: pointer;
    width: auto;
    float: left
}

#mfp-build-status {
    min-height: 40px
}

    #mfp-build-status .error {
        color: #830C0C
    }

    #mfp-build-status .success {
        color: #014B04
    }

    #mfp-build-status .progress {
        color: #000
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: 0;
    text-align: right;
    padding-right: 0;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px
    }

    .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}


.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}





.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
