@charset "utf-8";
/* CSS Document */

a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after,
.cta ul li div:first-child,
#menu-main ul,
#menu-main li:hover ul,
a img,
header.onPageScroll,
header,
.weather-box,
.fb-box,
.weather #w-btn,
.weather #fb-btn {
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

* {
    outline: none;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #eee;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .25);
}

a:hover img {
    opacity: .65;
}

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */

.columns.collapse {
    padding: 0;
}

.inven select {
    width: auto;
}

.inven .searchBar select {
    width: 100%;
    line-height: initial;
}

/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.hosted-content .listings-wrapper .bold,
.hosted-content .listings-wrapper .italic,
.hosted-content .listings-wrapper h2,
.hosted-content .listings-detail-wrapper .bold,
.hosted-content .listings-detail-wrapper .italic,
.hosted-content .listings-detail-wrapper h2,
.hosted-content .listings-drilldown-wrapper .bold,
.hosted-content .listings-drilldown-wrapper .italic,
.hosted-content .listings-drilldown-wrapper h2,
.hosted-content .listings-wrapper,
.hosted-content .listings-detail-wrapper,
.hosted-content .listings-drilldown-wrapper,
.hosted-content label,
.hosted-content .listings-wrapper .bold,
.hosted-content .listings-wrapper .italic,
.hosted-content .listings-wrapper h2,
.hosted-content .listings-detail-wrapper .bold,
.hosted-content .listings-detail-wrapper .italic,
.hosted-content .listings-detail-wrapper h2,
.hosted-content .listings-drilldown-wrapper .bold,
.hosted-content .listings-drilldown-wrapper .italic,
.hosted-content .listings-drilldown-wrapper h2,
.hosted-content input[type=button],
.hosted-content input[type=color],
.hosted-content input[type=date],
.hosted-content input[type=datetime],
.hosted-content input[type=datetime-local],
.hosted-content input[type=email],
.hosted-content input[type=file],
.hosted-content input[type=hidden],
.hosted-content input[type=image],
.hosted-content input[type=month],
.hosted-content input[type=number],
.hosted-content input[type=password],
.hosted-content input[type=range],
.hosted-content input[type=reset],
.hosted-content input[type=search],
.hosted-content input[type=submit],
.hosted-content input[type=tel],
.hosted-content input[type=text],
.hosted-content input[type=time],
.hosted-content input[type=url],
.hosted-content input[type=week],
.hosted-content select,
.hosted-content textarea,
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.35em !important;
}

.hosted-content textarea,
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
    font-size: 1.75em;
    font-weight: 600;
}

.listings-wrapper .listing-smallcard .listing-smallcard-image a:hover {
    opacity: .65;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    font-size: 2em;
}

.hosted-content .pagination > span {
    margin: 0 5px !important;
}

.hosted-content .pagination .next,
.hosted-content .pagination .prev {
    width: auto;
}

.hosted-content .pagination > span {
    margin: 0px 5px !important;
}

iframe.financial-calc {
    width: 100%;
    height: 450px;
}

.listing-details h5 {
    line-height: 1.25;
    font-style: normal;
    font-weight: 600;
}

.listing-details h5 a {
    line-height: 1.25;
}

.hosted-content h3 {
    font-size: 1.75em;
}

.listings-detail-wrapper h1 {
    font-size: 2.5em;
}

.listings-wrapper .hosted-theme .btn {
    width: 100%;
    text-align: center;
    border-radius: 3px;
    background: #b01116;
    color: #fff;
    border: none !important;
    padding: 10px 0 !important;
}

.listings-wrapper .hosted-theme .btn:hover {
    background: #777;
    color: #fff !important;
}

.hosted-content .listings-wrapper .currency-box {
    text-align: left;
    top: 8px;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title {
    min-height: auto;
}

/* =============================================================================
   Typeography                                                              
============================================================================= */
body,
p,
a,
field,
input,
form {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.25;
}

h1 {
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
    font-weight: 600;
}

h5 {
    font-weight: 600;
}

h1 span {
    font-weight: 200;
}

a.button,
button,
.button,
a.button:visited,
button:visited,
.button:visited {
    color: #fff;
    background-color: #b01116;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: .65em 1.5em;
}

a.button:hover,
button:hover,
.button:hover,
a.button:focus,
button:focus,
.button:focus {
    background-color: #777;
}

a.button.error {
    background: url(../siteart/tool.png) no-repeat 100% 50% / 95px #b01116;
    padding: .8em 100px .8em 15px;
    text-align: left;
    font-size: 20px;
    border-radius: 5px;
}

a.button.error:hover {
    background: url(../siteart/tool.png) no-repeat 100% 50% / 95px #777;
}

#title {
    position: relative;
    padding: 0 0 5px;
    margin: 0 0 20px;
}

#title::after {
    content: '';
    border-bottom: 3px solid #b01116;
    width: 100px;
    height: 3px;
    display: block;
}

.text-center #title::after {
    margin: 0px auto;
}

a,
a:visited {
    color: #333;
}

a:hover,
a:focus {
    color: #b01116;
}

/* =============================================================================
   Header                                                              
============================================================================= */
.head {
    height: 78px;
    width: 100%;
}

header .topBar {
    margin: 0px;
    list-style: none;
    text-align: right;
    padding: 0 25px 0 0;
    top: 6px;
    /* top: 6px; */
    position: relative;
}

.inven header .topBar {
    padding: 0 25px 12px 0;
}

header .topBar li {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
    font-size: 12px;
}

header {
    display: table;
    width: 100%;
    padding: 0 0 0 25px;
    background: #222;
    top: -115px;
    z-index: 9999;
    border-bottom: 4px solid #b01116;
}

header img {
    width: 200px;
    padding: 10px 0;
    position: absolute;
    left: 50px;
    z-index: 99999;
}

header.onPageScroll {
    position: fixed;
    top: 0;
    z-index: 99999999999;
}

/* Menu Main */
.menu-main-container ul,
.mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-main-container {
    text-align: right;
    width: 100%;
    float: right;
    position: relative;
    background: #b01116;
    padding: 0 15px 0 0;
}

.menu-main-container::before,
#menu-main::before,
#menu-main::after {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
    top: 0;
}

.menu-main-container::before {
    left: -20px;
    background: #b01116;
}

#menu-main::before {
    width: 20px;
    left: 0px;
    background: #222;
}

#menu-main::after {
    width: 20px;
    left: 40px;
    background: #222;
}

#menu-main a {
    display: block;
    color: #fff;
    padding: 0.25em 1.75em;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

#menu-main a:hover,
#menu-main a.active {
    color: rgba(255, 255, 255, .5);
}

#menu-main li {
    position: relative;
    display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
    position: absolute;
    white-space: nowrap;
    z-index: 999999999;
    left: -99999em;
    background: #222;
    text-align: left;
}

#menu-main li ul li {
    display: block;
}

#menu-main li ul li a {
    background: #b01116;
    padding: .5em 1.5em;
    font-size: 14px;
}

#menu-main ul li a:hover {
    background: #222;
    color: #fff;
}

#menu-main > li:hover > ul {
    left: auto;
    min-width: 100%;
}

#menu-main > li li:hover > ul {
    left: 100%;
    margin-left: 0px;
    top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

/* Mobile Menu Toggle */
.off-canvas-container {
    position: relative;
}

.off-canvas-inner {
    position: relative;
    width: 100%;
    display: block;
}

.off_canvas {
    position: relative;
    height: 100vh;
    max-height: 100%;
    background: #222;
    position: fixed;
    overflow-x: hidden;
    top: 0;
    z-index: 999999;
}

.off_canvas_content.is_open,
.off_canvas_content.open_right.is_open {
    filter: blur(3px);
    position: fixed;
    width: 100%;
}

.off_canvas_content.is_open {
    transform: translateX(300px);
}

.off_canvas_content.open_right.is_open {
    transform: translateX(-250px);
}

.position_left,
.position_right {
    width: 300px;
    overflow-y: auto;
}

.position_left {
    transform: translateX(-300px);
    left: 0
}

.position_right {
    transform: translateX(300px);
    right: 0;
}

.position_left.is_open,
.position_right.is_open {
    transform: translateX(0px);
    z-index: 999999;
    -webkit-box-shadow: 2px 0 20px -4px #222;
    box-shadow: 2px 0 20px -4px #222;
}

.off_canvas_content,
.off_canvas_content.is_open,
.position_left,
.position_left.is_open,
#off_canvas_cover.is_open,
#off_canvas_cover,
.position_right.is_open,
.position_right {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

/* Close Btn */
.mobile-nav .close {
    background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 15px;
    display: block;
}

.mobile-nav .close:hover {
    cursor: pointer;
    background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
}

#off_canvas_cover,
#off_canvas_cover.is_open {
    transform: rotate(0);
}

#off_canvas_cover {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, .65);
    opacity: 0;
}

#off_canvas_cover.is_open {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

/* Mobile Menu */
.off_canvas header {
    background: transparent;
    padding: 0px;
    position: relative;
    top: 0;
}

.off_canvas h2 {
    color: #fff;
    text-align: left;
    font-size: 1.5em;
    margin: 10px 15px;
}

.mobile.button {
    display: none;
}

.mobile-nav #mobile-menu-main {
    border-top: 1px solid #333;
}

.mobile-nav #mobile-menu-main li {
    width: 100%;
    position: relative;
}

.mobile-nav #mobile-menu-main li a:hover {
    color: #fff;
}

.mobile-nav #mobile-menu-main a {
    width: 100%;
    color: #818181;
    min-height: 45px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0 10px 5%;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #333;
}

/* Mobile Sub-Menu */
.mobile-nav #mobile-menu-main ul {
    position: relative;
    z-index: initial;
    left: 0;
    background: transparent;
    text-align: left;
    width: 100%;
    padding: 0px;
    display: none;
}

.mobile-nav ul li ul li a {
    padding: 10px 0;
}

.mobile-nav ul li a:hover {
    color: #fff !important;
}

/* First Dropdown */
.mobile-nav #mobile-menu-main > li li:hover > ul {
    left: 0px;
}

/* Second Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu li a {
    margin: 0 0 0 5%;
}

/* Third Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu li a {
    margin: 0 0 0 10%;
}

/* Fourth Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
    margin: 0 0 0 15%;
}

/* Fifth Dropdown */
.mobile-nav #mobile-menu-main > li > .sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu li a {
    margin: 0 0 0 20%;
}

/* Mobile Btn */
.mobile-nav li button.mobile_btn {
    height: 45px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    border: none;
    width: auto;
}

.mobile-nav li button.mobile_btn:hover {
    cursor: pointer
}

.mobile-nav button.mobile_btn::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
    width: 100%;
    height: 100%;
}

.mobile-nav li button.mobile_btn.active {
    background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.mobile-nav .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* =============================================================================
   Body                                                              
============================================================================= */
/* Floating Links */
.float-links {
    position: absolute;
    z-index: 999999;
    right: 0;
    top: 220px;
}

.weather #w-btn,
.weather #fb-btn {
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    z-index: 999999999999;
    margin-bottom: 10px;
}

.weather #w-btn {
    background: url(../siteart/weather.png) no-repeat 50% 50% / 45px #fff;
}

.weather #fb-btn {
    background: url(../siteart/money.png) no-repeat 50% 50% / 45px #fff;
}

.weather #w-btn:hover,
.weather #fb-btn:hover {
    cursor: pointer;
}

.weather #w-btn:hover,
.weather #w-btn:focus,
.weather #w-btn:active {
    background: url(../siteart/weather-w.png) no-repeat 50% 50% / 45px #b01116;
}

.weather #fb-btn:hover,
.weather #fb-btn:focus,
.weather #fb-btn:active {
    background: url(../siteart/money-w.png) no-repeat 50% 50% / 45px #b01116;
}

.weather-box,
.fb-box {
    width: 350px;
    position: absolute;
    z-index: 999999999999999;
    right: -360px;
    background: #FFF;
    padding: 10px;
    display: table;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.26);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.26);
}

.show-weather {
    right: 0;
}

.interior .float-links {
    top: 120px;
}

#main-container {
    padding: 35px 0;
    display: table;
    width: 100%;
}

.home #main-container {
    background: #eee;
}

/* Slider */
#slider {
    height: 40vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #222;
    display: table;
    border-bottom: 4px solid #b01116;
}

#slider h1 {
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

#slider h1,
#slider h4 {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .6);
}

#slider .orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 55vh !important;
    width: 100%;
    text-align: left;
}

#slider .orbit-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 55vh;
    background-position: 50% 50%;
    width: 100%;
    z-index: 9;
    padding: 0;
}

#slider .orbit-caption {
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 9;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, .25);
}

#slider .orbit-caption section {
    display: table-cell;
    vertical-align: middle;
}

#slider .orbit-caption section span {
    padding: 25px 25px 10px 60px;
    display: table;
    width: 100%;

}

#slider ul li:nth-child(even) .orbit-caption section span {
    padding: 25px 60px 10px 25px;
}

.orbit-next::after,
.orbit-previous::after {
    display: none;
}

.orbit-next,
.orbit-previous,
.orbit-next:focus,
.orbit-previous:focus,
.orbit-next:active,
.orbit-previous:active {
    cursor: pointer;
    background: transparent;
}

.orbit-next:hover,
.orbit-previous:hover {
    background: rgba(0, 0, 0, .5)
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:focus,
.orbit-previous:focus {
    padding: 1rem;
}

.orbit-next,
.orbit-previous {
    background: transparent;
    z-index: 99;
}

/* Interior */
#interior #slider .orbit-container,
#interior #slider,
#interior #slider .orbit-slide {
    height: 20vh !important;
}

#interior #slider .orbit-caption {
    display: none;
}

#interior .orbit-next,
#interior .orbit-previous {
    display: none;
}

#interior #slider .orbit-slide {
    background-position: 50% 65%;
}

/* Search */
.searchBar {
    background: #222;
    display: table;
    width: 100%;
    padding: 15px 0px;
    position: relative;
}

.searchBar,
.searchBar *,
.cta,
.cta *,
footer,
footer *,
.head,
.head * {
    box-sizing: border-box;
}

.searchBar label,
.searchBar h5 {
    color: #fff;
    font-weight: 600;
}

.searchBar select {
    height: 1.75em;
    font-size: 13px;
    font-weight: 300;
    padding: 0 5px;
    background-position: 95% 50%;
    background-size: 9px;
}

.searchBar input[type=text] {
    font-weight: 300;
}

.searchBar input.button {
    height: auto;
    position: relative;
    top: 10px;
}

.searchBar .column-block {
    margin: 0;
}

/* CTA */
.cta {
    width: 100%;
    display: table;
}

.cta ul {
    margin: 35px auto;
    list-style: none;
    position: relative;
}

.cta ul li {
    padding: 0 25px 0;
    margin: 0px;
}

.cta ul li div:first-child {
    list-style: none;
    position: relative;
    padding: 0;
    height: 175px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.cta ul li div img {
    max-height: 125px;
    margin: 0px auto;
}

.cta a span {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -15px;
}

.cta a h6 {
    color: #222;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}

.cta a:hover {
    opacity: 1;
}

.cta a .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    display: table;
    width: 100%;
    height: 100%;
}

.cta ul li:hover div:first-child {
    transform: scale(1.1);
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/* About */
ul.team {
    margin: 0px;
    list-style: none;
}

ul.team li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 1.15;
    margin: 15px 0;
}

ul.team li img {
    background: #ccc;
    margin: 0px auto;
    display: block;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
}

ul.team li span {
    display: block;
    color: #b01116;
    padding: 3px 0 2px 0;
    font-size: 16px;
    font-weight: 700;
}

/* Logos */
#logos img {
    max-height: 100px;
    max-width: 200px;
    margin: 10px auto;
    display: table-cell;
    vertical-align: middle;
}

.small#logos img {
    max-height: 75px;
    max-width: 150px;
    margin: 10px auto;
    display: table-cell;
    vertical-align: middle;
}

#logos div a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

#logos div {
    position: relative;
    display: table;
}

/* =============================================================================
   Footer                                                              
============================================================================= */

footer {
    background: #222;
    color: #fff;
    padding: 15px 0;
    width: 100%;
}

footer ul {
    margin: 0px auto;
    list-style: none;
}

footer ul li a {
    color: #fff
}

footer ul li a:hover,
footer ul li a:visited {
    color: rgba(255, 255, 255, .5)
}

footer ul li strong {
    display: block;
}

.copyright {
    width: 100%;
    display: table;
    font-size: 10px;
    padding: 10px 0;
    color: #999;
    text-align: center;
    background: #fff;
}

.copyright a {
    color: #999;
}

.copyright a:hover {
    color: #222;
}


/* ===============================
	EDITED VERSION-- VALERIES                                                             
=============================== */
.edited-col {
    width: 30% !important;
}







/* =============================================================================
   Mobile                                                              
============================================================================= */

@media only screen and (max-width: 1605px) {
    #menu-main a {
        padding: 0.25em 1.35em
    }
}

@media only screen and (max-width: 1480px) {
    #menu-main a {
        padding: 0.25em 1em
    }
}

@media only screen and (max-width: 1325px) {
    #menu-main a {
        padding: 0.25em .8em;
        font-size: 13px;
    }

    .head {
        height: 74px;
    }
}

@media only screen and (max-width: 1024px) {

    .cta ul {
        margin: 10px auto;
    }

    .cta ul li {
        margin: 15px 0;
    }

    #menu-main a {
        padding: 0.25em .5em;
        font-size: 12px;
    }

    .head {
        height: 72px;
    }

}

@media only screen and (max-width: 900px) {



    .off_canvas {
        display: block;
    }

    .mobile.button {
        display: block;
        background: url(../siteart/mobile.png) no-repeat 86% 50% / 35px #b01116;
        position: absolute;
        color: #fff !important;
        text-align: left;
        font-size: 1em;
        right: 25px;
        top: 25px;
        padding: 15px 60px 15px 12px;
        border-radius: 3px;
        width: auto;
    }

    .mobile.button:hover {
        background: url(../siteart/mobile.png) no-repeat 86% 50% / 35px #777;
    }

    .menu-main-container {
        display: none;
    }

    .head {
        height: 110px;
    }

    header img {
        left: 0;
        width: 150px;
        position: relative;
    }

    header.onPageScroll .topBar {
        display: none;
    }

    header {
        padding: 0 10px;
        top: 0;
        position: fixed;
        z-index: 9999999999;zz
    }

    header .topBar {
        padding: 0;
        text-align: left;
        top: 30px;
    }

    header .topBar ul {
        margin: 0px;
        list-style: none;
    }

    header .topBar ul li {
        line-height: 1;
        margin: 0;
        padding: 3px 0;
        display: block;
    }

    #slider .orbit-slide,
    #slider .orbit-container,
    #slider,
    #interior #slider .orbit-container,
    #interior #slider,
    #interior #slider .orbit-slide {
        height: 300px !important;
    }

    #slider .orbit-caption section span {
        padding: 0 35px;
    }

    .cta a .overlay {
        padding: 0;
    }

    .cta ul li {
        padding: 0 15px;
    }

    .cta ul li div:first-child {
        height: 105px;
    }

    .cta a span {
        top: -6px;
    }

    .cta ul li div img {
        max-height: 70px;
    }

}

@media only screen and (max-width: 640px) {

    .head {
        height: 150px;
    }

    header .topBar {
        padding: 0;
        text-align: center;
        top: -5px;
    }

    .edited-col {
        width: 95% !important;
        text-align: left !important;
        margin: 2% 0 !important;
        padding: 0 !important;
    }

}
