﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
img {
    display: block;
}

.clear {
    clear: both;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

body {
    font-size: 18px;
    line-height: 24px;
    -webkit-text-size-adjust: none;
    font-weight: 400;
    background: #021229 !important;
}

h1,
h2,
h3,
h4,
h5,
strong {
    font-weight: 900;
    line-height: normal;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #ccc;
}

a:hover {
    text-decoration: underline;
    color: #fff !important;
}

.divfooter {
    max-width: 75%;
    margin: 0 auto;
    padding: 2% 0px;
}

.maintext {
    background-image: url("../siteart/textbg.png");
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 2px solid #2398e8;
    box-sizing: border-box;
}

header {
    background: #021229;
    max-width: 100%;
    border-bottom: 2px solid #2398e8;
    overflow: hidden;
}

header span {
    margin-left: 10px;
}

.header-contact i {
    color: #2398e8;
    padding: 0px 5px;
}

.logo,
.header-contact {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px;
    box-sizing: border-box;
}

.logo {
    width: 30%;
    float: left;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.header-contact {
    width: 60%;
    float: right;
    text-align: right;
    font-size: 16px;
}

.notInv .wrapper {
    width: 75%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.padding {
    padding: 3% 0px;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #2398e8;
    padding: 15px 0px;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.hosted-content .listings-wrapper .sort-box {
    background: #2398e8 !important;
}

.hosted-content .listings-wrapper .closest-box {
    background-color: #2398e8 !important;
}

.hosted-content input[type='submit']:hover,
.hosted-content button[type='submit']:hover,
.hosted-content .btn:hover,
.hosted-content .button:hover {
    background: #000 !important;
    border: 1px solid #ccc !important;
}

.hosted-content .btn.listings-button,
.hosted-content .listings-button {
    border: 1px solid #ccc !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #2398e8 !important;
    border: 1px solid #ccc !important;
}

.hosted-content h3 {
    color: #fff !important;
}

.hosted-content .widget-nah,
.hosted-content .widget-ps,
.hosted-content .widget-costcalculator,
.hosted-content .widget-unico,
.hosted-content .widget-express {
    color: #000;
}

.hosted-content .p-right-10 {
    color: #000;
}

.hosted-content .widget-express img,
.hosted-content .widget-nah img,
.hosted-content .widget-ps img,
.hosted-content .widget-details img,
.hosted-content .widget-nal img,
.hosted-content .widget-unico img,
.hosted-content .widget-costcalculator img {
    vertical-align: baseline !important;
}

.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
    background: #021229 !important;
}


/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) {}



@media screen and (max-width: 1023px) {
    .padding {
        padding: 5% 0px;
    }

    .logo {
        width: 100%;
        float: none;
        text-align: center;
    }

    .header-contact {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 16px;
        padding: 0px 0px;
    }

    header span {
        margin-left: 0px;
        display: block;
    }

    body {
        font-size: 16px;
    }

}



@media screen and (max-width: 767px) {
    .header-contact {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 16px;
    }

    .cd-hero__btn {
        width: 100%;
        padding: 1.2em 0px !important;
    }

    .cd-hero__btn:nth-of-type(2) {
        margin-left: 0 !important;
    }

}



@media screen and (max-width: 320px) {}
