﻿/***** 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;
}

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;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


.notInv {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    background-color: #000 !important;
    -webkit-text-size-adjust: none;
    color: #fff;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 1%;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    line-height: normal;
    text-transform: uppercase;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #3366cc;
}

a:hover {
    text-decoration: underline;
    color: #cc9933;
}

.show-menu-for-mobile {
    display: none;
}

/* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

.header {
    background: url(../siteart/bg.png);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px auto;
}

.header_wrap {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

#logo {
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
    padding-left: 15%;
}

#logo img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#phones {
    float: right;
    display: inline-block;
    text-align: right;
}

#phones img {
    float: right;
    display: inline-block;
    text-align: right;
    padding: 2% 0px;
    max-width: 100%;
    height: auto;
}

.wrapper {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    padding: 3% 0px;
}


.google-maps {
    float: right;
    position: relative;
    padding-bottom: 20%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}



/******MAIN NAVIGATION same as used for CMS******/
.navigation_container {
    /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align: center;
    background: #090909 url("../siteart/nav-bg.jpg") repeat-x;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    padding: 10px 0 0 0;
}

#nav {
    position: relative;
    display: block;
    z-index: 9000;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    width: 850px;
}

#nav ul,
#nav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#nav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

#nav li ul {
    display: none;
}


#nav ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    padding: 12px 17px;
    height: 1%;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    background: #2f3791;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


#nav ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    color: #fff;
    background: #ee2429;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}



#nav ul li li a {
    /* appearance of the sub-level links */
    width: 215px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background: #090909;
    border-bottom: 1px #333 solid;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

#nav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    color: #fff;
    background: #4b0000 url("../siteart/nav-ro-bg.jpg") repeat-x;
}



/* Optional-use, Begin targeting styles of first and last links */
#nav ul li:last-child {
    /* Optional-use, this targets last li */
}

#nav ul li:last-child a {
    border-right: 1px solid #fff;
    /* Optional-use, this targets last link */
}

#nav ul li:first-child {
    /* Optional-use, this targets first li */
    border-left: 1px solid #fff;
}

/* Optional-use, cancells out border for subnav li containers*/
#nav ul li li:last-child {
    border-left: 0;
    border-right: 0;
}

#nav ul li li:last-child a {
    border-right: 1px solid #333;
}

#nav ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */



/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#nav ul li:hover > ul {
    display: block;
    line-height: 18px;
    /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background: #4b0000;
    /* make sure your background color always matches your link styles!*/
}

#nav ul ul li {
    float: none;
    position: relative;
}


/****tiles *****/
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0em;
    width: 100%;
    max-width: 90%;
    list-style: none;
    text-align: center;
}

.grid figure {
    position: relative;
    float: none;
    display: inline-block;
    overflow: hidden;
    margin: 0em;
    height: auto;
    text-align: center;
    cursor: pointer;
    width: 100%;
    max-width: 20%;
}

.effect-bubba img {
    max-width: 100%;
    height: auto;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.effect-bubba {
    background: #000;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
    height: auto;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figcaption {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

figure.effect-bubba figcaption:before,
figure.effect-bubba figcaption:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure h2 {
    font-weight: 700;
    font-size: 22px;
    padding-top: 30%;
}

.grid figure p {
    font-size: 16px;
    color: #ee2429;
}

figure.effect-bubba:hover figcaption:before,
figure.effect-bubba:hover figcaption:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/******* SEARCH INVENTORY ********/
.inventory-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: url(../siteart/bgblur.png) center center fixed;
    border-bottom: 2px solid #000;
}

.currency-capital-price-container img {
    display: inline !important;
    padding: 5px !important;
    vertical-align: middle !important;
}

/**** Forms ****/

.accordian-wrapper {
    text-align: center;
    padding: 30px 0px;
}

.accordion-panel {
    width: 31%;
    display: inline-block;
}

.accordion-panel .accordion {
    background: #851619;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.accordion-panel .accordion dt {
    display: block;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.accordion-panel .accordion dd {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-out;
    margin-left: 0;
    background: #F4F4F4;
}

.accordion-panel .accordion .content {
    padding: 25px;
    overflow: auto;
}

.accordion-panel .plus-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    transition: transform 0.35s ease-out;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -10px;
}

.accordion-panel .plus-icon:before,
.accordion-panel .plus-icon:after {
    content: '';
    background: #fff;
    position: absolute;
}

.accordion-panel .plus-icon:before {
    width: 2px;
    height: 15px;
    margin-left: -0.5px;
    left: 50%;
}

.accordion-panel .plus-icon:after {
    width: 15px;
    height: 2px;
    margin-top: -0.5px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out;
}

.accordion-panel .is-open .plus-icon {
    transform: rotate(90deg);
}

.accordion-panel .is-open .plus-icon:after {
    opacity: 0;
}

.accordion-panel .hidden {
    display: none;
}

.accordion-panel .open-btn,
.accordion-panel .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 90px;
}

.accordion-panel .buttons-wrapper {
    position: relative;
}

.accordion-panel .buttons-wrapper .plus-icon {
    position: absolute;
    right: 10px;
    top: 12px;
}

.equipment-search {
    padding: 25px;
    box-sizing: border-box;
}

.equipment-search input,
.detailed-search select {
    width: 100%;
    font-size: 12px !important;
    background-color: #fff;
    box-sizing: border-box;
    color: #555;
    margin-top: 8px;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
    border: 1px solid #afafaf;
    -webkit-appearance: none;
    border-radius: 0;
}

.equipment-search input[type='submit'] {
    display: inline-block;
    border: none;
    background: #2f3791;
    font-size: 18px;
    color: #fff;
    width: 100%;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    padding: 10px;
    vertical-align: top;
    margin-bottom: 8px;
    text-align: center;
}

.detailed-search input[type='submit']:hover {
    color: #fff;
    background: #851619;
    text-shadow: none;
    box-shadow: 1px 1px 5px #AFAFAF;
}

.notInv form header {
    margin: 0 0 20px 0;
}

.notInv form header div {
    font-size: 90%;
    color: #999;
}

.notInv form header h2 {
    margin: 0 0 5px 0;
}

.notInv form > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
    -webkit-appearance: none;
    font-family: 'Tajawal', sans-serif;
    font-weight: 800;
}

.notInv form > div > fieldset > div > div {
    margin: 0 0 5px 0;
}

.notInv form > div > label,
.notInv legend {
    width: 25%;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
}

.notInv form > div > div,
.notInv form > div > fieldset > div {
    width: 75%;
    float: right;
    box-sizing: border-box;
}

.notInv form > div > fieldset label {
    font-size: 90%;
}

fieldset {
    border: 0;
    padding: 0;
}

.notInv input,
.notInv textarea,
select {
    width: 100%;
    border: 1px solid #afafaf;
    padding: 8px 10px;
    box-sizing: border-box;
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.notInv input {
    width: 100%;
}

.notInv input:focus,
.notInv textarea:focus {
    outline: 0;
    border-color: 1px solid #ed3338;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    float: right;
    padding: 5px;
}

input.button,
input.button:focus,
div.button,
div.button:focus {
    width: 75%;
    float: right;
    padding: 7px 0;
    font-weight: 800;
    background: #ff0f00;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    box-sizing: border-box;
}

input.button:hover,
div.button:hover {
    color: #fff;
    background: #555;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    box-sizing: border-box;
}

/* control the Captcha */
.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
    width: 75%;
}

.CaptchaPanel img {
    margin: 0 auto;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.two-cols {
    max-width: 100%;
    width: 50%;
    height: auto;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.footer-wrap {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0px;
    font-size: 14px;
    line-height: 24px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    background: #000 !important;
}

#footer-phones {
    text-align: right;
}

#footer-phones img {
    max-width: 100%;
    height: auto;
    float: right;
}


/****FRAMELESS STYLES****/

.hosted-content h2 {
    color: #fff !important;
}

/* Featured Listings/General Listings */
.hosted-content h3 {
    color: #fff !important;
}


.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #2f3791 !important;
}

/* Featured Listings/General Listings Background */
.hosted-content .listings-wrapper .sort-box {
    background: none !important;
}

/* Background for Sort Order */

.listing-name a:link,
.listing-name a:visited,
.listing-name a:active {
    color: #fff;
}

/*Inventory Title Link Colors */
.listing-name a:hover {
    color: #ddd !important;
}

.hosted-content a:link,
.hosted-content a:visited,
.hosted-content a:active {
    color: #fff;
    text-decoration: underline !important;
}

/*Inventory Title Link Colors */
.hosted-content a:hover {
    color: #ddd !important;
    text-decoration: none !important;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    background: #2f3791 !important;
}

/* View Details button */
.hosted-content .btn:hover,
.hosted-content .button:hover {
    background: #ee2429 !important;
    color: #fff !important;
}

/* View Details Button */


.hosted-content .listings-detail-wrapper .information-box :nth-child(2n).row {
    background: #2f3791 !important;
}

/* Specifications row background */

.hosted-content .listings-wrapper .closest-box {
    background: #000 !important;
    border: 1px solid #ccc !important;
}





/************************************************ Responsive Styles **/

@media screen and (max-width: 1280px) {
    .grid figure {
        max-width: 33%;
    }

}


@media screen and (max-width: 1024px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.5em;
        color: #fff;
    }

    #nav {
        display: none;
    }

    .header_wrap {
        font-size: 24px;
        line-height: 28px;
    }

    #logo {
        float: none;
        padding-left: 0px;
    }


    #phones {
        float: none;
        display: inline-block;
        text-align: center;
    }

    /****tiles *****/

    .grid figure {
        width: 49%;
        max-width: 100%;
        margin: 0px;
    }


    .grid figure h2 {
        font-weight: 700;
        font-size: 20px;
        padding-top: 30%;
        /*** Spacing of words ***/
    }

    .grid figure p {
        font-size: 16px;
        color: #ee2429;
    }


    h2 {
        font-size: 20px;
        line-height: 24px;
    }

}

@media screen and (max-width: 700px) {
    .header_wrap {
        width: 95%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .two-cols {
        width: 100%;
    }

    .notInv form > div > label,
    .notInv legend {
        width: 100%;
        float: none;
    }

    .notInv form > div > div,
    .notInv form > div > fieldset > div {
        width: 100%;
        float: none;
    }

    input.button,
    input.button:focus,
    div.button,
    div.button:focus {
        width: 100%;
        float: none;
    }

    .CaptchaPanel {
        width: 100%;
    }

    .accordion-panel {
        width: 90%;
        margin: 0 auto;
        clear: both;
    }


}


@media screen and (max-width: 400px) {

    .grid figure {
        width: 100%;
        margin: 0px;
    }

}
