/*************************************** Fonts ***************************************/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);


/*************************************** General ***************************************/

body, p, h1, h2, h3, h4, h5, h6, a, .entry, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .widget h3, .entry p, .page-title, .post .title, .page .title, ul.nav li a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #414042; /* Neutral color */
    font-size: 13.5px;
    line-height: 1.4em;
}

/* 40px */
h1, .entry h1, h2, .entry h2, .page-title, .post .title, .page .title {
    font-size: 2.96em;
    text-transform: uppercase;
    line-height: 1em;
}

h1, .entry h1, .page-title, .post .title, .page .title {
    color: #1e6084; /* Dark green */
}

h2, .entry h2 {
    color: #002157; /* Dark blue */
}

/* 35.5px */
h3, .entry h3 {
    font-size: 2.55em;
    color: #58595B;
    line-height: 1.1em;
}

/* 18px */
.page-id-4 h3, #footer-container .widget h3 {
    font-size: 1.33em;
    border-bottom: 0 none;
    color: #fff;
}

.widget h3 {
    font-size: 18px;
}

/* 25px */
h4, .entry h4 {
    color: #58595B;
    font-size: 1.85em;
    line-height: 1.2em;
}

/* 16px uppercase */
h5, .entry h5 {
    color: #58595b;
    font-size: 1.18em;
    line-height: 1.2em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

/* 16px */
h6, .entry h6 {
    color: #58595B;
    font-size: 1.18em;
}

/* 11px */
p.asterisk-text {
    font-size: 0.81em;
}

/* Bold */
strong, .bold, h1, h2, h3, h4, h5, h6, .page-title, .post .title, .page .title, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .widget h3 {
    font-weight: 700;
}

/* Links / Blue / Buttons */
a, a:hover, a:focus, a:link, a:visited {
    color: #4abeff; /* Light blue */
    font-size: 1em;
}

.blue {
    color: #4abeff !important; /* Light blue */
}

.red {
    color: #ff0000;
}

.dark-blue {
    color: #002157 !important; /* Dark blue */
}

.required {
    color: red !important;
}

a[href^="mailto:"], a[href^="tel:"] {
   color: #414042; /* Neutral color */
}

.border-button {
    border: 1px solid #4abeff; /* Blue */
    display: inline-block;
    margin-top: 10px;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 1.03em;
    line-height: 1.1em;
    font-weight: 700;
    cursor: pointer;
}

.border-button.white {
    border: 1px solid #fff;
    color: #fff;
}

.border-button:hover {
    text-decoration: none;
}

/* Wrappers */
#wrapper, #inner-wrapper {
    max-width: 100%;
    padding: 0;
}

#header-container, #content.col-full, #footer-container {
    padding-left: 1em;
    padding-right: 1em;
}

#content {
    padding-top: 40px;
}

/* Padding, marging & columns */
.threecol-one, .twocol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three {
    margin-bottom: 0;
}

.entry h3 {
    margin-bottom: 0;
}

.margin-bottom {
    margin-bottom: 1em;
}

.entry p {
    margin-bottom: 1em;
}

.twocolumns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.fourtiles {
    box-sizing: border-box;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 23.5%;
}

.fourtiles a:hover {
    text-decoration: none;
}

.fourtiles:nth-child(4n+4) {
    margin-right: 0;
}

/* Images */
.entry img {
    border: 0 none;
}

.entry img, img {
    height: auto;
}

/* Divider */
.wp-image-37 {
    border: 0 none;
    width: 100%;
}

.horiz-line {
    width: 100%;
}

/* Lists */
.entry ul, .entry ol {
    padding: 0 0 0 15px;
}

.entry ul li, .entry ol li {
    margin-bottom: 0.9em;
}

/**************************************** Forms ****************************************/

.custom-form input, .custom-form textarea,
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    color: #9d9d9d;
    box-sizing: border-box;
    border: 1px solid #bcbec0;
    border-radius: 7px;
}

.custom-form, .wpcf7-form {
    margin-top: 15px;
}

.page-id-20 .custom-form input {
    margin-bottom: 0;
}

.custom-form .element-form, .wpcf7-form p {
    min-height: 77px;
}

.custom-form input, .custom-form select {
    height: 34px;
    font-weight: 700 !important;
    font-size: 1.18em; /* 16px */
}

.custom-form textarea {
    font-weight: 700 !important;
    font-size: 1.18em; /* 16px */
    height: 110px;
}

.custom-form label, .custom-form select, .wpcf7-form p {
    color: #58595b;
    font-size: 1.18em; /* 16px */
    font-weight: 700;
    font-family: "Lato";
}

.buttons {
    float: right;
    margin-top: 10px;
}

.custom-form .buttons input, .wpcf7-form input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    color: #58595b !important;
    padding: 0 10px;
    width: auto;
}

/* Custom Forms */
.custom-form label, .custom-form input {
    display: block;
}

.element-form.checkbox span label, .element-form.checkbox span input {
    width: auto;
    display: inline-block;
    height: auto;
    padding-top: 10px;
}

.custom-form .select-container {
    border: 1px solid #bcbec0;
    border-radius: 7px;
}
.custom-form select{
    width: 100%;
    color: #9d9d9d;
    box-sizing: border-box;
    border: none;
    background-image: url(/fumarole/wp-content/uploads/2015/08/Untitled-1.png);
    background-repeat: no-repeat;
    background-position:right center;
    padding-right:20px;
    padding-left:10px;

}
.select-container select {
    cursor: pointer;
    background-color: transparent;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.select-container select::-ms-expand { /* for IE 11 */
    display: none;
}

.custom-form input::-webkit-input-placeholder {
   opacity: 1 !important;
   color: #cccdcf !important;
}
.custom-form input:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
   color: #cccdcf !important;
}
.custom-form input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
   color: #cccdcf !important;
}
.custom-form input:-ms-input-placeholder {
   opacity: 1 !important;
   color: #cccdcf !important;
}

/* Contact form 7 */
.wpcf7-form input::-webkit-input-placeholder {
   opacity: 1 !important;
   color: #cccdcf !important;
}
.wpcf7-form input:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
   color: #cccdcf !important;
}
.wpcf7-form input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
   color: #cccdcf !important;
}
.wpcf7-form input:-ms-input-placeholder {
   opacity: 1 !important;
   color: #cccdcf !important;
}

.wpcf7-form input {
    height: 34px;
    font-weight: 700 !important;
    font-size: 1em; /* 16px */
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-textarea {
    min-height: auto;
}

.wpcf7-form .wpcf7-textarea textarea {
    font-weight: 700;
    height: 110px;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
}

.attach-cv-wrapper {
    float: right;
    padding-top: 13px;
}

.attach-cv-wrapper span, .upload-btn {
    float: right;
}

.attach-cv-label {
    padding-top: 5px;
}

span.wpcf7-form-control-wrap.filename {
    display: block;
    float: none;
    pointer-events: none;
}

.fileupload{
    position: absolute;
    left: -10000px;
}

.upload-btn {
    margin-left: 15px;
    margin-right: 15px;
}

.upload-btn:hover, #cv-trigger1:hover {
    cursor: pointer;
}

input.filename{
    background: none;
    border: 0 none;
    height: 15px;
    margin: 0;
    padding: 0 52px 0 0;
    text-align: right;
}

.wpcf7-validation-errors {
    top: 45px;
    position: relative;
}


span.wpcf7-not-valid-tip {
    margin-bottom: 20px;
    margin-right: 10px;
}


/*************************************** HEADER ***************************************/

.gradient-line-top {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #047ac4 0%, #51bdfb 10%, #51bdfb 90%, #047ac4 100%) repeat scroll 0 0;
    height: 3px;
}

#header-container {
    height: 103px;
    -webkit-box-shadow: inset 0px -5px 7px -3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0px -5px 7px -3px rgba(0,0,0,.3);
    box-shadow: inset 0px -5px 7px -3px rgba(0,0,0,.3);
}

/* Logo  */

#logo .site-title a {
    font-size: 20px;
}

#header {
    margin: 0;
    max-width: 300px;
    position: absolute;
    padding-top: 45px;
}

/* Search */

#navigation ul.nav-search a.search-contents {
    display: none;
}

#navigation ul.nav-search a.search-contents + ul {
    visibility: visible;
    background: transparent;
    position: absolute;
    right: 0;
    top: 15px;
    width: 185px;
}

.searchform {
    margin-top: 0;
    width: 100%;
}

#navigation ul.nav-search .searchform input.s {
    padding: 4px 10px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #dcddde;
    border-radius: 0;
    font-size: 1.07em;
    font-weight: 700;
    color: #dcddde;
}

#navigation ul.nav-search .searchform .submit {
    background-color: #dcddde;
    height: 100%;
    padding: 0 5px;
    top: 0;
}

#navigation ul.nav-search .searchform .submit::before {
    color: #fff;
}

/* Navigation */

#navigation .menus {
    padding-top: 49px;
    position: absolute;
    right: 0;
}

#navigation .menus.nav-icons-1 #main-nav {
    margin-right: 0;
}

ul.nav li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #58595b;
    padding: 14px 11px 6px 11px !important;
}

ul.nav li.current-menu-item a,
ul.nav li.current-menu-ancestor a,
.bar-menu .menu-main-menu-container li.current-menu-parent .sub-menu li.current-menu-item a,
.bar-menu .menu-main-menu-container li .sub-menu li.current-menu-ancestor.menu-item-has-children a,
.bar-menu ul.menu li.current-page-ancestor .sub-menu li.current-page-ancestor a {
    color: #4abeff; /* Light blue */
}

#main-nav li .sub-menu li.current-menu-ancestor.menu-item-has-children a {
    color: #4abeff !important; /* Light blue */
}

ul.nav li.current-menu-ancestor ul.sub-menu li.current-menu-item a {
    color: #4abeff !important; /* Light blue */
}

ul.nav > li.current-menu-item:before, ul.nav > li.current-menu-item:after,
ul.nav > li.current-menu-ancestor:before, ul.nav > li.current-menu-ancestor:after {
    content: url(/fumarole/wp-content/uploads/2015/07/vert-line.png);
    position: absolute;
    top: 0;
}

ul.nav > li.current-menu-item:after,
ul.nav > li.current-menu-ancestor:after {
    right: 0;
}

ul.nav li.current-menu-item a,
#navigation ul.nav > li:hover,
#navigation ul.nav > li a:hover,
ul.nav li.current-menu-ancestor a {
    background: transparent;
}

#navigation .nav li.parent > a::after,
#navigation .nav li ul li.parent > a::after {
    content: none;
}
body.tax-brand .menu-item-27 a{
    color: #4abeff !important; /* Light blue */
}

/* Sub navigation */

#navigation ul.nav ul.sub-menu {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #4abeff; /* Blue */
    margin-left: 1px;
    -webkit-box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
}

#navigation ul.nav ul.sub-menu li {
    line-height: 0;
}

#navigation ul.nav ul li:before {
    content: url(/fumarole/wp-content/uploads/2015/08/menu-line.png);
}

#navigation ul.nav ul li:first-child:before {
    content: none;
}

#navigation ul.nav ul li:first-child {
    padding-top: 15px;
}

#navigation ul.nav ul.sub-menu li a:hover {
    text-decoration: none;
}

/* Bar sub menu */

.bar-menu {
    background-color: #e6e7e8;
    padding: 15px 0;
    -webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.3);
    box-shadow: 0px 5px 7px -3px rgba(0,0,0,.3);
    position: relative;
    z-index: 9;
}

.bar-menu .menu-main-menu-container li,
ul li ul.sub-menu li ul.sub-menu,
.bar-menu .menu-main-menu-container li.current-page-ancestor .sub-menu li ul.sub-menu,
.bar-menu .menu-main-menu-container li.current-menu-ancestor > a {
    display: none;
}

.bar-menu .menu-main-menu-container li a {
    font-weight: 700;
    text-transform: uppercase;
}

.bar-menu .menu-main-menu-container li.current-menu-item,
.bar-menu .menu-main-menu-container li.current-page-ancestor,
.bar-menu .menu-main-menu-container li.current-menu-ancestor {
    display: block;
}

.bar-menu .menu-main-menu-container li.current-menu-item .sub-menu li,
.bar-menu .menu-main-menu-container li.current-page-ancestor .sub-menu li,
.bar-menu .menu-main-menu-container li.current-page-ancestor .sub-menu li.current-page-ancestor,
.bar-menu .menu-main-menu-container li.current-menu-item a, .bar-menu .menu-main-menu-container li.current-menu-item .sub-menu,
.bar-menu .menu-main-menu-container li.current-page-ancestor a, .bar-menu .menu-main-menu-container li.current-page-ancestor .sub-menu,
.bar-menu .menu-main-menu-container li.current-menu-ancestor .sub-menu,
.bar-menu .menu-main-menu-container li.current-menu-ancestor .sub-menu li {
    display: inline-block;
}

.bar-menu .menu-main-menu-container li.menu-item-type-custom.current-menu-item > a,
.bar-menu .menu-main-menu-container li .sub-menu li.menu-item-has-children .sub-menu {
    display: none;
}

.bar-menu .menu-main-menu-container li a {
    margin-right: 30px;
}

.bar-menu .menu-main-menu-container li .sub-menu li a {
    color: #58595b; /* Neutral color */
}

.bar-menu .menu-main-menu-container li a:hover {
    text-decoration: none;
}

/* Bar menu single car */

.single-car-image-popup:hover {
    cursor: pointer;
}

#sliderception {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
    z-index: 10;
}

#sliderception .sliderception-close {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 11;
}
#sliderception ul.slides{
    padding: 0;
}
#sliderception .sliderception-close:hover {
    cursor: pointer;
}

#sliderception .sliderception-close img {
    margin-bottom: 1px;
    margin-right: 5px;
}

#sliderception .flex-direction-nav li a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    padding: 15px 0;
    position: absolute;
    top: 50%;
}

#sliderception .flex-direction-nav li a:hover {
    text-decoration: none;
}

#sliderception a.flex-prev {
    left: 0;
    padding-left: 35px !important;
    padding-right: 25px !important;
}

#sliderception a.flex-prev:before {
  font-family: "FontAwesome";
  content: "\f053";
}

#sliderception a.flex-next {
    padding-left: 25px !important;
    padding-right: 35px !important;
    right: 0;
}

#sliderception a.flex-next:before {
  font-family: "FontAwesome";
  content: "\f054";
}

#cboxClose {
    top: 0;
    bottom: initial;
}

.page-id-239 .bar-menu .menu-main-menu-container li.menu-item-186,
.page-id-239 .bar-menu .menu-main-menu-container li.menu-item-186 .sub-menu {
    display: block;
}

.page-id-239 .bar-menu .menu-main-menu-container li.menu-item-186 > a {
    display: none;
}

.page-id-239 .bar-menu .menu-main-menu-container li.menu-item-186 .sub-menu li {
    display: inline-block;
}

.page-id-239 .bar-menu .menu-main-menu-container .menu-item-188 a {
    color: #4abeff;
}

/* Bar menu News and Articles */

.single-post .bar-menu .menu-main-menu-container li.menu-item-299,
.single-post .bar-menu .menu-main-menu-container li.menu-item-299 .submenu {
    display: block;
}
.single-post .bar-menu .menu-main-menu-container li.menu-item-299 > a {
    display: none;
}
.single-post .bar-menu .menu-main-menu-container li.menu-item-299 .sub-menu li {
    display: inline-block;
}

/* Bar menu Promotions */
.single-sale-promotion .bar-menu .menu-main-menu-container li.menu-item-186,
.single-sale-promotion .bar-menu .menu-main-menu-container li.menu-item-186 .submenu {
    display: block;
}
.single-sale-promotion .bar-menu .menu-main-menu-container li.menu-item-186 > a {
    display: none;
}
.single-sale-promotion .bar-menu .menu-main-menu-container li.menu-item-186 .sub-menu li {
    display: inline-block;
}

.single-sale-promotion .bar-menu .menu-main-menu-container li.menu-item-187 a {
    color: #4abeff;
}

.single-post .bar-menu .menu-main-menu-container .menu-item-24 a,
.single-article .bar-menu .menu-main-menu-container .menu-item-192 a {
    color: #4abeff;
}

/* Bar dropdown */

.bar-menu .col-full {
    position: relative;
}

.bar-dropdown {
    position: absolute;
    right: 0;
    top: -3px;
}

.bar-dropdown input {
    background: #ffffff url("/fumarole/wp-content/uploads/2015/08/service-icon.jpg") no-repeat scroll right 0;
    border: 1px solid #4abeff;
    border-radius: 0;
    box-sizing: border-box;
    color: #4abeff; /* Light blue */
    font-size: 1.07em;
    font-weight: 700;
    height: 26px;
    padding: 4px 10px;
    text-transform: uppercase;
    width: 185px;
    margin-bottom: 0;
}

.bar-dropdown input::-webkit-input-placeholder {
   opacity: 1 !important;
   color: #4abeff !important;
}
.bar-dropdown input:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
   color: #4abeff !important;
}
.bar-dropdown input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
   color: #4abeff !important;
}
.bar-dropdown input:-ms-input-placeholder {
   opacity: 1 !important;
   color: #4abeff !important;
}

ul.ui-autocomplete {
    -webkit-box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
    margin-left: 25px;
    width: 160px !important;
}

.ui-autocomplete .ui-menu-item {
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 700 !important;
    position: relative;
    border: 1px solid #4abeff !important;
    margin-top: -1px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    cursor: pointer;
    color: #58595B;
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-menu-item:hover {
    color: #6D6E71;
    background: none;
}


/*************************************** HOMEPAGE ***************************************/

/* Slider custom */

.slider, .slider ul.slides {
    height: 420px;
    position: relative;
}

.slider {
    -webkit-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 5px 7px -3px rgba(0,0,0,.2);
    box-shadow: 0px 5px 7px -3px rgba(0,0,0,.2);
}

.slider .slides-wrapper {
    position: absolute;
    z-index: 9;
}

.slider ul.slides a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider ul.slides li {
    background-size: cover !important;
    height: 100%;
    display: none; /* Fix the slides positioning during the loading of the page */
}

.slider ul.slides li:first-child {
    display: block; /* Fix the slides positioning during the loading of the page */
}

/* Pagination slider */

#wrapper .slider .flex-control-nav.flex-control-paging {
    position: relative;
    text-align: right;
    top: 390px;
    z-index: 9999;
    margin: 0 auto;
    max-width: 960px;
}

#wrapper .slider .flex-control-nav.flex-control-paging li {
    display: inline-block;
    margin: 0 6px;
    text-align: left;
}

#wrapper .slider .flex-control-nav.flex-control-paging li a {
    background: #9B9B9D;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.1);
}

#wrapper .slider .flex-control-nav.flex-control-paging li a.flex-active {
    background: #424344;
    cursor: default;
}

/* Content */

.page-id-4 #main header {
    display: none;
}

.page-id-4 .entry h1 {
    font-size: 3.45em;
    color: #002157;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}

/* Feature Car */

.page-id-4 h2.feature-from-api {
    color: #4abeff; /* Blue */
    font-size: 2.96em;
    line-height: 1em;
    margin-bottom: 5px;
}

.car-image {
    background: url(/../../fumarole/wp-content/uploads/2015/07/peugeot.jpg) center center / cover;
    height: 150px;
    display: block;
}

.content-car-feature {
    background-color: #eee;
    padding: 8px 10px;
}

.content-car-feature h5 {
    margin-bottom: 3px;
}

.content-car-feature a:hover {
    text-decoration: none;
}

.content-car-feature .year-product {
    font-weight: 700;
}

.price-product {
    float: right;
    font-weight: 700;
}

.car-name {
    display: inline-block;
}

.price-special-diff {
    float: right;
    font-size: 13px;
    font-weight: 800;
    margin-top: 8px;
}

.price-special-diff span {
    font-weight: 600;
}

.content-car-feature .excerpt-car {
    margin-top: 7px;
}


/* Full Width Link */

.full-width-link {
    text-align: center;
    margin-bottom: 3%;
    position: relative;
}

.full-width-link a {
    display: inline-block;
    padding: 20px 0;
    font-size: 1.4em;
}

.full-width-link a:after {
    content: url(/fumarole/wp-content/uploads/2015/07/arrow-right.png);
    margin-left: 10px;
}

.full-width-link:before {
    background: rgba(0, 0, 0, 0) url("/fumarole/wp-content/uploads/2015/07/horiz-line.png") no-repeat scroll 0 0 / 100% auto;
    content: " ";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.full-width-link:after {
    background: rgba(0, 0, 0, 0) url("/fumarole/wp-content/uploads/2015/07/horiz-line.png") no-repeat scroll 0 0 / 100% auto;
    content: " ";
    height: 6px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Features Homepage */

.features-homepage h5 {
    margin-bottom: 0.2em;
}

.features-homepage p {
    min-height: 75px;
}

.link-image-feature {
    display: block;
    height: 160px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

/* Brands homepage */

.page-id-4 #content {
    padding-bottom: 20px;
}

.page-id-4 .wrapper-locations {
    margin-bottom: 30px;
}

.page-id-4 .brands {
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-id-4 .horiz-line {
    margin-top: 30px;
}

/*************************************** SALES ***************************************/

/* Filter Search page */

.keyword-dropdown input {
    border: 1px solid #dcddde;
    border-radius: 0;
    box-sizing: border-box;
    color: #58595b;
    font-size: 1.07em;
    font-weight: 700;
    height: 26px;
    padding: 4px 10px;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
}

.keyword-dropdown input::-webkit-input-placeholder {
   opacity: 1 !important;
   color: #dcddde !important;
}
.keyword-dropdown input:-moz-placeholder { /* Firefox 18- */
   opacity: 1 !important;
   color: #dcddde !important;
}
.keyword-dropdown input::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1 !important;
   color: #dcddde !important;
}
.keyword-dropdown input:-ms-input-placeholder {
   opacity: 1 !important;
   color: #dcddde !important;
}

.keyword-dropdown .fa-search::before {
    color: #fff;
    font-family: FontAwesome;
    font-size: 1em;
}

.keyword-dropdown .fa-search {
    background-color: #dcddde;
    border: 0 none;
    border-radius: 0;
    height: 26px;
    padding: 1px 6px;
    position: absolute;
    right: 0;
    width: 27px;
    line-height: 1.618em;
    font-family: inherit;
    box-sizing: border-box;
}

.keyword-dropdown .submit:hover {
    background-color: #dcddde;
}

.horiz-line.car {
    margin-bottom: 10px;
}

.sort-result {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.page-id-182 .sort-by-label {
    display: inline-block;
    margin-right: 15px;
}

.sort-result .element-form {
    min-height: auto;
    margin-bottom: 5px;
}

.page-id-182 .sort-result .filter-search {
    display: inline-block;
    margin-top: 0;
    max-width: 100%;
    min-width: 150px;
    position: relative;
    top: -2px;
    width: 190px;
}

.blue-buttons {
    display: inline-block;
    float: right;
}

.blue-buttons a.road-test-button-car:first-child {
    margin-right: 17px;
}

.ja-button{
    display: block;
    margin: 20px 0;
    padding: .327em 1em;
    color: white !important;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    text-decoration: none;
    font-size: 1.2em; /* Make inputs the same size as normal text */
    font-family: inherit; /* Make inputs use the correct typeface instead of the browser default */
    cursor: pointer; /* Inputs need pointers! */
    overflow: visible; /* IE fix */
    width: auto; /* IE fix */
    line-height: 1.618em;
    white-space: normal;
    background: #428bca;
    font-weight: 200;
    text-transform: uppercase;
    border-radius: 3px;
    text-shadow: none;
    -webkit-appearance: none; /* Remove input shadowing on iOS */
    -moz-appearance: none; /* mobile firefox too! */
}

#ja-jobs-widget .job {
    margin-bottom: 1rem;
}

#ja-jobs-widget h2 a, #ja-jobs-widget h2 {
    color: #414042;
    font-weight: 700;
    font-size: 1.2rem;
}

#ja-jobs-widget .classifications {
    display: none;
}

#ja-jobs-widget .bullet-points {
    padding: 0;
    margin-bottom: 2rem;
}

#ja-jobs-widget .bullet-points li {
    list-style-type: none;
    color: #414042;
    font-size: 1.3em;
    font-weight: 700;
}

#ja-jobs-widget .date-posted {
    display: none;
}

#ja-jobs-widget .description ul {
    margin-top: 10px;
}

a.road-test-button-car, a.woo-sc-button.road-test-button-car.custom {
    display: inline-block;
    margin-bottom: 25px;
    max-width: 100%;
    width: 225px;
    max-width: 100%;
    background-color: #4abeff !important;
    padding: 5px 10px !important;
    position: relative;
    box-sizing: border-box;
    text-align: left !important;
    border-radius: 0 !important;
}

.page-id-184 a.road-test-button-car {
    margin-bottom: 0;
}

a.woo-sc-button.road-test-button-car.custom {
    width: 100% !important;
    margin-right: 0;
}

a.road-test-button-car.single-car {
    bottom: 0;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    width: 66%;
}

a.road-test-button-car p, a.woo-sc-button.road-test-button-car.custom span {
    color: #fff;
    font-weight: 900;
    font-size: 31px;
    line-height: 1em;
    margin-bottom: 0;
}

a.road-test-button-car p:after, a.woo-sc-button.road-test-button-car.custom span:after {
    content: url("/fumarole/wp-content/uploads/2015/09/arrow-white-right.png");
    position: absolute;
    right: 10px;
    top: 17px;
}

a.road-test-button-car:hover, a.woo-sc-button.road-test-button-car.custom:hover {
    text-decoration: none;
    opacity: 1;
}

.page-id-182 .fourtiles {
    border: 1px solid #231f20;
    height: 245px;
    padding: 5px;
    display: block;
}

.car-thumb {
    background: url(/fumarole/wp-content/uploads/2015/08/Untitled-1.jpg) center center /cover;
    border: 1px solid #231f20;
    height: 159px;
    display: block;
}

.car-tile-title {
    margin: 3px 0;
}

.view-more-cars {
    font-size: 1.03em;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    margin-top: 20px;
}

.view-more-cars:after {
    content: url(/fumarole/wp-content/uploads/2015/07/arrow-down.png);
    margin-left: 10px;
}

/* Car single */

.car-single  .horiz-line {
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

h5.breadcrumbs {
    font-weight: 400;
}

.car-single .fourcol-one p {
    font-size: 0.96em;
}

/* Intro */
.sales-intro {
    height: 370px;
    position: relative;
}

.sales-intro h2, .sales-intro h4 {
    margin-bottom: 0;
}

p.original-price, p.sale-price, p.price-diff {
    font-size: 2.22em;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.3em;
}

p.original-price {
    color: #58595b;
}

p.price-diff {
    float: right;
    color: #ff0000;
}

.sales-intro p.sale-price, .sales-intro p.price-diff {
    display: inline-block;
}

.enquire-button {
    bottom: 0;
    height: 44px;
    left: 0;
    padding: 13px 5px;
    position: absolute;
    width: 28%;
}

.recommend-button {
    bottom: 0;
}

.road-test-button {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Slider / Carousel */

#slider, #slider .slides, #slider .slides li {
    height: 345px;
}

/* Fix the slides positioning during the loading of the page */
#slider .slides, #carousel .slides, ul.flex-direction-nav {
    padding-left: 0;
}

ul.flex-direction-nav {
    list-style: outside none none;
}

#slider .flex-direction-nav {
    display: none;
}

#carousel {
    margin-top: 10px;
	height: 120px;
	position: relative;
}

#carousel .slides li {
	width: 104px;
    height: 78px;
    margin-right: 15px;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#carousel .slides li img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#carousel .slick-prev::before,
#carousel .slick-next::before{
	color: #58595b;
	font-weight: bold;
}
#carousel .slick-prev::before{
	content: "‹";
}
#carousel .slick-next::before{
	content: "›";
}
#carousel .slides li.slick-current {
    opacity: 0.7;
}

#carousel .slick-prev{
	top: 100px;
	left: 0;
}
#carousel .slick-next{
	top: 100px;
	right: 10px;
}
#carousel .slick-prev,
#carousel .slick-next{
	z-index: 2;
}

#carousel .flex-direction-nav li {
    height: 15px;
    overflow: hidden;
    width: 10px;
    position: absolute;
    z-index: 9;
}

#carousel .flex-direction-nav li.flex-nav-next {
    right: 0;
}

#carousel .flex-direction-nav li a.flex-next {
    display: inline-block;
    padding-top: 20px;
}

#carousel .flex-prev:before {
    content: url(/fumarole/wp-content/uploads/2015/08/arrow-left.png);
}

#carousel .flex-next:after {
    content: url(/fumarole/wp-content/uploads/2015/07/arrow-right.png);
    position: absolute;
    right: 0;
    top: 0;
}

p.carousel-number {
    color: #58595b;
    font-size: 1.48em;
    font-weight: 700;
    position: relative;
    text-align: center;
    top: -20px;
}

/* Fuel Rating */
.fourcol-two.fuel-rating {
    margin-right: 2%;
    width: 50%;
}

.fuel-rating h5, .fuel-rating h6, .fuel-rating p {
    margin-bottom: 0;
}

.fuel-rating h5, .fuel-rating h6 {
    display: inline-block;
    margin-right: 30px;
}

.star-rating {
    background-image: url(/fumarole/wp-content/uploads/2015/08/star-rating.png);
    background-repeat: no-repeat;
    width: 88px;
    height: 13px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 1px;
}

.star-rating.rating-6 {
    background-position: 0 -1px;
}

.star-rating.rating-5-5 {
    background-position: 0 -15px;
}

.star-rating.rating-5 {
    background-position: 0 -29px;
}

.star-rating.rating-4-5 {
    background-position: 0 -43px;
}

.star-rating.rating-4 {
    background-position: 0 -57px;
}

.star-rating.rating-3-5 {
    background-position: 0 -71px;
}

.star-rating.rating-3 {
    background-position: 0 -85px;
}

.star-rating.rating-2-5 {
    background-position: 0 -99px;
}

.star-rating.rating-2 {
    background-position: 0 -113px;
}

.star-rating.rating-1-5 {
    background-position: 0 -127px;
}

.star-rating.rating-1 {
    background-position: 0 -141px;
}

.star-rating.rating-0-5 {
    background-position: 0 -155px;
}

.star-rating.rating-0 {
    background-position: 0 -169px;
}

/* Sales Promotions */

.header-sales-promos, .single-sale-promotion .threecol-two, .single-sale-promotion .threecol-two {
    margin-bottom: 20px;
}

.sales-promo-filters {
    float: left;
}

.sales-promo-filters .element-form {
    min-width: 180px;
    margin-right: 15px;
    display: inline-block;
    min-height: 45px;
}

.road-test-sales {
    float: right;
    width: 32%;
}

.wrapper-sale-promo {
    margin-top: 20px;
    width: 32%;
    margin-right: 2%;
    float: left;
}

.wrapper-sale-promo:nth-child(3n+3) {
    margin-right: 0;
}

.wrapper-sale-promo h4 {
    height: 65px;
}

.wrapper-sale-promo a:hover {
    text-decoration: none;
}

.single-sale-promotion h4 {
    margin-bottom: 10px;
}

.single-sale-promotion .threecol-two img {
    margin-bottom: 25px;
}

.single-sale-promotion .threecol-one.last img {
    display: inline-block;
    margin-right: 10px;
}

/*************************************** SERVICE ***************************************/

.page-id-8 h5 {
    color: #002157; /* Dark blue */
}

/*************************************** SERVICE - Service promos ***************************************/

.select-region {
    margin-bottom: 20px;
}

.select-region a h5,
.team-members-container a h5 {
    display: inline-block;
    margin: 5px 20px 0 0;
}

.service-promotions {
    margin-top: 20px;
}

.service-promotion {
    margin-right: 2%;
    margin-bottom: 2%;
}

.service-promotion:nth-child(2n+2) {
    margin-right: 0;
}

.service-promotion h4, .service-promotion img {
    margin-bottom: 10px;
}


/********************************** SERVICE - Price Match Guarantee *************************************/

.page-id-155 h6 {
    color: #4abeff; /* Light blue */
    font-size: 1.48em;
    margin-bottom: 0.4em;
}

.book_service {
    background: #ffffff url("/fumarole/wp-content/uploads/2015/08/service-icon.jpg") no-repeat right 0;
    border: 1px solid #4abeff;
    border-radius: 0;
    box-sizing: border-box;
    color: #4abeff;
    font-size: 1.07em;
    font-weight: 700;
    height: 26px;
    margin-bottom: 0;
    padding: 0 2px;
    text-transform: uppercase;
    width: 185px;
    display: inline;
    position: absolute;
    right: 0;
    top: -3px;
    overflow: hidden;
}
.book_service select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    color: #9d9d9d;
    color: #58595b;
    font-family: "Lato";
    font-size: 1.18em;
    font-weight: 700;
    width: 155px;
}

.book_service select::-ms-expand {
    display: none;
}
/**************************************** SERVICE - Testimonials ***************************************/

.page-id-157 h5 {
    border-bottom: 1px solid #4abeff; /* Light blue */
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/********************************************** PARTS ***********************************************/

.bottom-content {
    display: block;
    padding: 30px 0;
    clear: both;
}

.parts-location-row {
    margin-top: 100px;
    display: block;
    width: 100%;
    vertical-align: top;
}

.parts-location {
    margin-bottom: 30px;
    padding-right: 40px;
    vertical-align: top;
    min-height: 160px;
}
.parts-location h5 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.parts-location h5:first-child {
    margin-bottom: 0;
}
.parts-location h5:last-of-type {
    border-top: 1px solid #58595b;
}
.parts-location h6 {
    font-size: 1em;
}
.parts-location p {
    margin-bottom: 10px;
}
.parts-location span {
    font-weight: bold;
}

.col-6 {
    display: inline-block; width: 45%;
}

.col-4 {
    display: inline-block; width:22%
}

@media(max-width:768px) {
    .col-4 {
        display: block;
        width: 100%;
    }
}

.col-4 h2 {
    font-size: 2.96em;
}
/********************************************** BRANDS ***********************************************/

/* Brand part */

.brands {
    margin-top: 30px;
    margin-bottom: 30px;
}

.brand {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

/* Blue banner */

.wrapper-locations {
    background-color: #4abeff;
    padding: 25px 0;
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    display: none;
}

.locations {
    position: relative;
}

.location {
    height: 225px;
    margin-top: 15px;
    position: relative;
}

.locations img {
    display: inline-block;
    vertical-align: middle;
}

.locations h2, .locations img, .locations h6, .locations p {
    color: #fff;
}

.locations img, .locations h2 {
    margin-right: 15px;
}

.site-name-brands {
    border-top: 1px solid #fff;
    line-height: 1em;
    margin-bottom: 8px;
    margin-top: 2px;
    padding-top: 8px;
}

.details-location-brands {
    margin-top: 10px;
}

.locations > .border-button {
    float: right;
    margin-left: 10px;
}

.location .border-button {
    position: absolute;
    bottom: 0;
    clear: both;
}

/* Text part */

.content-brands-page header {
    display: none;
}


/*************************************** BRANDS - Single Brand ***************************************/

.page-id-243 #content {
    padding-bottom: 0;
}

.single-brand-tiles, .sidebar-brand {
    margin-bottom: 30px;
}

/* Main */
.single-brand .threecol-two {
    margin-right: 1%;
}

.single-brand h1, .single-brand h2 {
    color: #1e6084;
    margin-bottom: 12px;
}

.single-brand .twocolumns, .visit-dealersite-link {
    margin-bottom: 20px;
    display: block;
}

.single-brand-tile {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
}

.single-brand-tile:hover {
    text-decoration: none;
}

.single-brand-tile:nth-child(2n+2) {
    margin-right: 0;
}

/* Sidebar */
.sidebar-brand {
    border-left: 1px solid #58595b;
    box-sizing: border-box;
    padding-left: 1%;
    width: 33.66%;
}

.single-brand-news-tile a:hover {
    text-decoration: none;
}

.sidebar-brand .news-image-thumb, .sidebar-brand iframe, .line-sidebar-news {
    margin: 10px 0;
}

/* Bottom */
.site-name {
    border-top: 1px solid #58595b;
    margin-bottom: 8px;
    padding-top: 2px;
    line-height: 1em;
}

.site-details .fourtiles {
    min-height: 215px;
    position: relative;
}

.site-details .fourtiles .border-button {
    bottom: 0;
    position: absolute;
}

.site-details .fourtiles > p {
    margin-bottom: 8px;
}

.page-id-243 #content {
    padding-bottom: 20px;
}


/*************************************** FINANCE ***************************************/

.page-id-14 h4 {
    font-size: 1em;
    margin: 18px 0 6px;
}

.page-id-14 h6 {
    font-size: 1em;
    margin-bottom: 0;
}

.page-id-14 h6 a {
    font-weight: 700;
}


/*************************************** ABOUT ***************************************/

.about-dates {
    max-height: 610px;
    overflow: auto;
    width: 80%;
    -webkit-box-shadow: inset -10px 0 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset -10px 0 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset -10px 0 4px 4px rgba(0, 0, 0, 0.3);
    padding: 30px 120px 30px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.about-date h3 {
    float: left;
    width: 12%;
    font-size: 1.48em;
    font-weight: 700;
}

.content-date {
    box-sizing: border-box;
    float: left;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 88%;
    border-left: 1px solid #4abeff; /* Blue */
}


/*************************************** ABOUT - Management Team ***************************************/

.page-id-105 .twocol-one {
    margin-right: 2%;
    margin-bottom: 5%;
}

.page-id-105 .threecol-two.last {
    height: 188px;
}

.page-id-105 .contact-management {
    position: absolute;
    bottom: 0;
}


/*************************************** ABOUT - Careers & Community ***************************************/

.page-id-107 .entry h6 {
    margin-top: 30px;
}

.page-id-109 h6 {
    margin-top: 15px;
}

.page-id-107 .threecol-two p, .page-id-109 .threecol-two p {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}


/*************************************** ABOUT - Job Listings ***************************************/

.job-listing {
    margin-bottom: 15px;
}

.job-listing h6 {
    border-bottom: 1px solid #58595b;
    padding-bottom: 5px;
}

.job-listing .job-listing-content {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.job-listing .border-button {
    float: right;
    margin-top: 0;
}


/*************************************** NEWS / ARTICLES ***************************************/
.single-article #menu-item-299::before,
.single-article #menu-item-299::after{
    content: url("/fumarole/wp-content/uploads/2015/07/vert-line.png");
    position: absolute;
    top: 0;
}
.single-article #menu-item-299::after{
    right: 0;
}
.single-article #menu-item-299 a{
	 color: #4abeff;
}

.page-id-18 article.page .post-more, .post-meta {
    display: none;
}

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}

.page-id-18 .post img {
    width: 100%;
}

.page-id-18 .post h6,
.page-id-190 .article h6,
.page-id-190 .post h6,
body.page-template-template-privacy-policy .privacy-policy h6
 {
    margin-bottom: 10px;
}

.page-id-18 .post a:hover,
.page-id-190 .post a:hover {
    text-decoration: none;
}

.page-id-18 #main article,
.page-id-190 #main article,
.page-id-18 #main .horiz-line,
.page-id-190 #main .horiz-line,
body.page-template-template-privacy-policy article,
body.page-template-template-privacy-policy #main .horiz-line {
    margin-bottom: 20px;
}

.page-id-18 #main .horiz-line:first-child,
.page-id-190 #main .horiz-line:first-child,
body.page-template-template-privacy-policy #main .horiz-line:first-child {
    display: none;
}

.single-privacy-policy h1 {
    margin-bottom: 20px;
}

/* Sidebar */
#sidebar {
    text-align: right;
}

#categories-2 ul li a,
#lc_taxonomy-2 ul li a {
    color: #4abeff; /* Light blue */
    font-size: 13.5px;
}

#categories-2 h3,
#lc_taxonomy-2 h3 {
    border-bottom: 0 none;
    margin: 0 0 6px;
    padding: 0;
}

/* Pagination */
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
    background: transparent;
    box-shadow: none;
}

/* Single */
.single .post img, .single article img, .single iframe {
    margin: 20px 0;
}

/*************************************** CONTACT ***************************************/

#pddmgmaps-canvas {
    height: 300px;
    margin-bottom: 20px;
}
.contact-tiles-wrapper{
    position: relative;
}
.contact-tiles-wrapper .flex-prev{
    background: url("/fumarole/wp-content/uploads/2015/08/arrow-left.png") no-repeat scroll 0 0;
    height: 14px;
    left: -20px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 9px;
}
.contact-tiles-wrapper .flex-next{
    background: url("/fumarole/wp-content/uploads/2015/07/arrow-right.png") no-repeat scroll 0 0;
    height: 14px;
    right: -20px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 9px;
}
.contact-tiles {
    padding-bottom: 15px;
    height: auto;
    overflow-x: scroll;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
}

.contact-tile {
    border: 1px solid #58595B;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    word-wrap: normal;
    margin-right: 15px;
    box-sizing: border-box;
    width: 226px;
}

.contact-tile.selected-location {
    border: 0;
}

.image-location {
    background: #e6e7e8 url("/../../fumarole/wp-content/uploads/2015/07/duniden.jpg") no-repeat scroll center center / cover ;
    height: 108px;
    display: block;
}

.image-location.test {
    background: #E6E7E8 url(/../../fumarole/wp-content/uploads/2015/07/APC_banner.jpg) no-repeat center center / cover;
}

.content-contact {
    padding: 7px 10px;
    min-height: 140px;
    white-space: normal;
}

.contact-tile.selected-location .content-contact {
    background-color: #4abeff;
}

.contact-tile h3 {
    font-size: 1.48em;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.contact-tile a:hover {
    text-decoration: none;
}

.contact-tile.selected-location h3 {
    color: #fff;
}

.contact-tile p {
    color: #58595b;
    font-size: 1.11em;
    font-weight: 700;
    line-height: 1.1em;
}

.location-image {
    width: 100%;
    margin-top: 20px;
}

.name-brands-location {
    margin-top: 20px;
    border-bottom: 1px solid #58595b;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.details-contact-location .threecol-one {
    margin-bottom: 2em;
}

.details-contact-location h5 {
    margin-bottom: 0.5em;
}

.name-brands-location h4 {
    font-size: 1.77em;
    text-transform: uppercase;
}

.name-brands-location p {
    font-size: 1.18em;
    color: #58595b;
    font-weight: 700;
}

.name-brands-location img {
    max-height: 42px;
    margin: 10px 15px;
    width: auto;
}

.opening-time-location {
    margin-top: 5px;
}

.team-members-container {
    border-top: 1px solid #58595b;
    margin-bottom: 10px;
}

/* management page styles*/
.page-template-template-management .team-members-container {
    border: 0;
}

.page-template-template-management .form-replacement {
    padding: 0 0 20px;
}

.team-members-container form {
    float: right;
    padding: 20px 0;
}

.form-replacement {
    padding: 20px 0;
}

.team-members-container form label,
.team-members-container form select {
    font-size: 1.2em;
}

.team-member .extra-info {
    display: none;
}

.team-member {
    border: 1px solid #aaa;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    margin-right: 2%;
    float: left;
    width: 32%;
}
.team-member:nth-of-type(3n) {
    margin-right: 0;
}

.team-member:nth-of-type(3n+1) {
    clear: left;
}

.team-member .trigger-symbol:hover {
    cursor: pointer;
}
.team-member .team-member-image{
    width: 30.66%;
    margin-right: 4%;
    float: left;
}
.team-member .team-member-details{
    width: 65%;
    float: left;
}

.team-member .team-member-details h4 {
    font-size: 1.35em;
}

@media(max-width:959px) {
    .team-member {
        width: 48%;
        margin-right: 4% !important;
        clear: none !important;
    }
    .team-member:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .team-member:nth-of-type(2n+1) {
        clear: left !important;
    }
}

@media(max-width:767px) {
    .team-member {
        width: 100%;
        min-height: auto !important;
    }
}
.plus-symbol,
.minus-symbol {
    position: absolute;
    right: 0;
    top: 0;
    color: #4abeff;
    font-size: 22px;
    padding: 0 3px 2px;
    background-color: #eee;
}

.minus-symbol {
    display: none;
    padding: 0 4px 2px;
}

/* Contact form */

.page-id-20 h2 {
    padding-bottom: 10px;
}

.page-id-20 .custom-form textarea {
    height: 264px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



/*************************************** FOOTER ******************************************/

/* Footer Banner */

.footer-banner {
    background-color: #333132;
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #58595c;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) inset, 0 0px 8px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) inset, 0 0px 8px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1) inset, 0 0px 8px 3px rgba(0, 0, 0, 0.3);
}

.footer-banner h2 {
    display: inline-block;
    font-size: 2.27em;
    font-weight: 700;
    line-height: 1.5em;
    margin-left: 25px;
    text-transform: inherit;
    color: #bcbec0;
}

/* Footer widget */

#footer-container {
    background-color: #414042;
    -webkit-box-shadow: 0 -32px 70px -30px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 -32px 70px -30px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 -32px 70px -30px rgba(0, 0, 0, 0.5) inset;
}

/***********************************************/
#footer-widgets .block {
    padding-top: 0;
}

#footer-widgets, #footer {
    border-top: 0 none;
}

.footer-widget-1, .footer-widget-2, .footer-widget-3 {
    border-right: 1px solid #fff;
}

.widget, .widget p {
    margin-bottom: 0;
}

.widget_text {
    min-height: 76px;
}

.widget_text:first-child {
    margin-bottom: 10px;
    min-height: 95px;
}

#footer-container .title-footer-widget {
    padding-top: 30px;
}

#footer-container .title-footer-widget h2 {
    color: #d1d3d4;
    font-size: 1.48em;
    font-weight: 700;
}

#footer-container .widget h3 {
    cursor: pointer;
    margin-bottom: 5px;
    padding-bottom: 0;
}

#footer-container .widget h3:after {
    content: url(/fumarole/wp-content/uploads/2015/07/arrow-down.png);
    margin-left: 10px;
}

#footer-container .widget h3.develop:after {
    content: url(/fumarole/wp-content/uploads/2015/07/arrow-up.png);
    margin-left: 10px;
}

#footer-container .textwidget {
    display: none;
}

#footer-container .widget h3.develop + .textwidget {
    display: block;
}

.footer-widget-1 a, .footer-widget-2 a, .footer-widget-3 a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 5px;
}

.footer-widget-4 .widget ul li a {
    color: #ccc;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 23px;
}

.widget ul {
    list-style-position: inherit;
    list-style-type: none;
}

footer-widgets li {
    list-style: none;
}

#footer-widgets .sub-menu, #footer-widgets li.menu-item-23 {
    display: none;
}

.jq-locations {
    display: none;
}
.footer-contact h3::after {
    content: url("/fumarole/wp-content/uploads/2015/07/arrow-up.png");
    margin-left: 10px;
}
.footer-contact h3.expanded::after {
    content: url(/fumarole/wp-content/uploads/2015/07/arrow-down.png);
    margin-left: 10px;
}
.footer-contact h3 {
    cursor: pointer;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: 0 none;
    color: #fff;
    font-size: 1.33em;
    margin-top: 10px;
}

.contact-location-footer a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 5px;
}

.footer-contact .threecol-one {
    min-height: 100px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    padding-right: 8px;
    width: 32%;
    margin-right: 2%;
}

.footer-contact .threecol-one.last {
    margin-right: 0;
}

.footer-menu a {
    color: #ccc;
    font-weight: 700;
    line-height: 1.7em;
    text-transform: uppercase;
}


/* Footer signature */

#copyright a, #copyright a:hover {
    color: #999999;
    font-size: 13px;
}



/***************************************** MEDIA QUERIES ***************************************/

@media(max-width:1024px) {

    /* General */
    .col-full {
        padding-left: 1em;
        padding-right: 1em;
         box-sizing: border-box;
    }

    /* About */
    .about-management .threecol-two.last {
        height: auto;
    }
    .page-id-105 .contact-management {
        margin-top: 15px;
        position: relative;
    }

    /* Careers */
    a.woo-sc-button.road-test-button-car.custom {
        margin-top: 30px;
    }
    a.woo-sc-button.road-test-button-car.custom span {
        font-size: 21px;
    }

    .fourtiles {
        margin-bottom: 2%;
        margin-right: 2%;
        width: 49%;
    }
    .fourtiles:nth-child(2n+2) {
        margin-right: 0;
    }

    .blue-buttons, .sort-result {
        float: none;
    }

    .blue-buttons {
        display: block;
    }

    a.road-test-button-car {
        width: 300px;
    }

}

@media(max-width:960px) {

    /* Brands page */
    .brands {
        width: 100%;
    }

    /* Header */
    #header {
        max-width: 180px;
        padding-top: 13px;
    }
    #navigation .menus {
        left: 0;
        width: 100%;
    }

    /* About */
    .about-dates {
        width: 100%;
        padding: 30px 10px 30px 0;
    }

}

@media(max-width:912px) {

    /* Service */
    .page-id-155 .bar-dropdown {
        margin-top: 15px;
        position: relative;
    }
}

@media(max-width:768px) {

    /* Navigation */
    #header-container {
        padding: 0;
    }
    #navigation {
        background-color: #fff;
        -webkit-box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 9px 7px -1px rgba(0, 0, 0, 0.3);
        padding-top: 0;
    }
    #navigation ul.nav ul.sub-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #main-nav {
        padding-top: 50px;
    }
    #navigation .nav-home {
        top: 0;
    }
    #main-nav li ul li a {
        color: #a3a3a3 !important;
        margin-left: 15px;
    }
    #main-nav li.current-menu-ancestor ul.sub-menu li.current-menu-item a {
        color: #4abeff !important;
    }
    .nav-search, .menus > h3 {
        display: none;
    }
    #navigation .menus, #navigation ul.nav ul li:first-child {
        padding-top: 0;
    }
    ul.nav li a {
        padding: 7px !important;
    }

    /* Gray bar */
    .bar-menu .menu-main-menu-container li .sub-menu li {
        /*display: block !important;*/
        margin: 4px 0;
    }

    /* Homepage */
    .image-car-feature img, .link-image-feature img {
        width: 100%;
    }
    .features-homepage p {
        min-height: auto;
    }
    .features-homepage .threecol-one {
        margin-bottom: 15px;
    }
    .home #slider-container{
        display: none;
    }
    .link-image-feature {
        height: auto;
    }
    /* Vehicule search */
    a.road-test-button-car {
        clear: left;
        display: block;
        float: none;
    }
    a.road-test-button-car p {
        font-size: 26px !important;
    }
    a.enquire-button {
        height: 34px;
        font-size: 0.9em !important;
    }
    .horiz-line.car {
        margin-top: 25px;
    }

    /* Sales Promo */
    .wrapper-sale-promo a img {
        width: 100%;
    }
    .wrapper-sale-promo h4 {
        height: auto;
        margin-bottom: 10px;
    }
    .sales-promo-filters {
        margin-bottom: 15px;
    }
    /* Service */
    .bar-dropdown {
        margin-top: 15px;
        position: relative;
    }

    .book_service {
        margin-top: 15px;
        position: relative;
    }
    .page-id-157 .woo-sc-divider {
        display: none;
    }

    /* Single brand */
    .sidebar-brand {
        border-left: 0 none;
        padding-left: 0;
    }
    .single-brand-news-tile {
        float: left;
        width: 49%;
    }
    .single-brand-news-tile:first-child {
        margin-right: 2%;
    }
    .line-sidebar-news {
        display: none;
    }

    /* Careers */
    .page-id-107 .threecol-two p, .page-id-109 .threecol-two p {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    /* General */
    .fourtiles {
        margin-bottom: 2%;
        margin-right: 2%;
        width: 49%;
    }
    .fourtiles:nth-child(2n+2) {
        margin-right: 0;
    }

    /* Brands */
    .border-button.white.brand-link-single {
        clear: both;
        float: left;
        margin-left: 0;
        margin-top: 30px;
    }
    .locations img, .border-button.white.brand-link-single {
        margin-top: 10px;
    }
    .locations img {
        display: block;
    }
    .location {
        height: 185px;
    }

    /* Contact */
    .team-member .threecol-one {
        width: 30.66% !important;
        margin-right: 4% !important;
    }

    .team-member .threecol-two {
        width: 65.33% !important;
    }

    .team-member .threecol-two h4 {
        font-size: 21px;
    }

    /* Footer */
    .footer-contact .threecol-one {
        min-height: 1px !important;
        border-right: 0;
    }
    .footer-menu {
        margin-top: 20px;
    }
    .footer-more.col-full, .title-footer-widget.col-full {
        padding: 0;
    }
    .footer-banner h2 {
        display: block;
        font-size: 1.4em;
        line-height: 1.5em;
        margin-left: 0;
    }
}

@media(max-width:470px) {
    p.carousel-number {
        top: -50px;
    }

    #carousel .slick-prev,
    #carousel .slick-next {
        top: 80px;
    }

    #carouselNumber {
        margin-bottom: 0;
    }

    .enquire-button {
        position: static;
    }

    .sales-intro {
        height: auto;
    }

    #slider, #slider .slides, #slider .slides li {
        height: auto;
    }

    .page-id-153 #slider-container,
    .page-id-184 #slider-container {
        display: none;
    }

    /* General */
    .twocolumns {
        -webkit-column-count: auto; /* Chrome, Safari, Opera */
        -moz-column-count: auto; /* Firefox */
        column-count: auto;
    }

    /* Single brand */
    .page-id-243 #content {
        padding-bottom: 40px;
    }
    .single-brand-tile {
        margin-right: 0;
        width: 100%;
    }
    .single-brand-news-tile {
        width: 100%;
    }
    .line-sidebar-news {
        display: block;
        float: left;
    }
    .site-details .fourtiles {
        min-height: auto;
    }

    /* General */
    .fourtiles {
        margin-right: 0;
        width: 100%;
    }

    /* About */
    .about-date h3 {
        width: 22%;
    }
    .content-date {
        width: 78%;
        padding-left: 10px;
    }
}

/* HomePage Reskin */


body.home #header-container.parallax-container {
    height: 450px;
    position:relative;
    z-index:0;
}
body.home #header-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body.home #header-container .parallax {
    position:absolute;
    z-index:-1;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:100%;
    background-size: auto 100%;
    background-position: left center;
    background-color: #000;
    background-repeat: no-repeat;
}

body.home #header-wrapper {
    position: relative;
}

body.home #header {
    position: absolute;
    z-index: 1;
}
#home-parallax-container {
    position:relative;

}

#home-parallax-container .parallax {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

@media only screen and (min-width: 768px) {
    body.ie9.home #home-page-call-to-action {
        position:static;
        margin-top: 50px;
    }
}

@media only screen and (max-width:767px){
    body.home #header-container .parallax-container,
    #home-parallax-container .parallax {
        position:static;
    }

    body.home #header-container.parallax-container,
    body.home #header-container.parallax {
        height: 250px;
    }

}

#brands-homepage {
    -webkit-box-shadow: 0px -7px 9px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -7px 9px 1px rgba(0,0,0,0.3);
    box-shadow: 0px -7px 9px 1px rgba(0,0,0,0.3);
    margin-top:0;
    padding-top:40px;
    background-color: #fff;
}
.home-brands-slider{
    padding: 0 15px;
    position: relative;
}
.brands .flex-prev,
.brands .flex-next{
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.brands .flex-prev{
    left: 0;
}
/*
.brands .brand[data-brand-id="78"] img{
    max-height: 60px;
    width: auto;
}*/
.brands .flex-next{
    right: 0;
}
.brands .flex-prev:before,
.brands .flex-next:before{
    font-family: "FontAwesome";
    font-size: 1em;
    color: black;
}
.brands .flex-prev:before{
    content: "\f053";
}
.brands .flex-next:before{
    content: "\f054";
    float: right;
}
@media only screen and (min-width:961px){
    #brands-homepage img {
        max-height: 47px;
        margin: 5px 0;
        width: auto;
    }
}

#brands-homepage::after {
    content: '';
    z-index:1;
    position:absolute;
    height:10px;
    left:0;
    right:0;
    background-color: #fff;
}


body.home #header {
    position: static;
}

body.home #navigation {
    position:absolute;
    background-color: transparent;
}

body.home ul.nav li a {
    color: #fff;
}

body.home ul.nav li a {
    color: #fff;
}

body.home ul.nav li.current-menu-item a {
    color: #4abeff;
}

body.home li.current-menu-item::before,
body.home li.current-menu-item::after,
body.home ul.nav > li.current-menu-ancestor::before,
body.home ul.nav > li.current-menu-ancestor::after {
    content: none;
}

body.home #navigation ul.nav-search .searchform input.s {
    background-color: transparent;
    color: #fff;
}

body.home #navigation ul.nav-search .searchform .submit {
    background-color: #fff;
    color: #000;
}

body.home #navigation ul.nav-search .searchform .fa-search::before {
    color: #000 !important;
}

#home-page-call-to-action {
    position: relative;
    margin-top: 30px;
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: calc(40% - 50px);*/
    /*z-index:1;*/
}
#home-page-call-to-action h2 {
    color: #fff;
    text-transform: initial;
}
#home-page-call-to-action a:hover {
    text-decoration:none;
}

#home-page-call-to-action p {
    color: #fff;
}

#home-page-call-to-action a.border-button,
#home-page-call-to-action a.border-button:link,
#home-page-call-to-action a.border-button:visited {
    color: #fff;
    border-color: #fff;
}
#home-page-call-to-action a.border-button:focus,
#home-page-call-to-action a.border-button:hover {
    border-color: #4abeff; /* Blue */ ;
    color: #4abeff; /* Blue */;
}

@media only screen and (min-width:768px){

    #home-page-call-to-action {
        margin-top: 30px;
    }

    #home-page-call-to-action .call-to-action.threecol-one{
        width: 30.66% !important;
    }

    #home-page-call-to-action .middle {
        position: relative;
        box-sizing: border-box;
        padding: 0 30px;
    }

    #home-page-call-to-action .call-to-action.threecol-one {
        margin-right: 4% !important;
        width: 30.66% !important;
    }

    #home-page-call-to-action .call-to-action.threecol-one.last {
        margin-right: 0 !important;
    }

    #home-page-call-to-action .middle::before,
    #home-page-call-to-action .middle::after {
        content: '';
        position: absolute;
        bottom:0;
        top:0;
        width: 1px;
        background-color: #fff;
        height:100%;
    }

    #home-page-call-to-action .middle::before {
        left: 0;
    }

    #home-page-call-to-action .middle::after {
        right: 0;
    }
}
#home-page-call-to-action a.mobile_only{
    display: none;
}
@media only screen and (max-width:767px){

    #home-page-call-to-action {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        z-index:1;
    }

    #home-page-call-to-action{

    }
    #home-page-call-to-action .call-to-action a{
        display:none;
        border: 1px solid white;
        padding: 10px;
        margin-top: 10px;
        text-align: center;
    }
    #home-page-call-to-action .call-to-action a h2{
        font-size: 18px;
    }
    #home-page-call-to-action .call-to-action a br{
        display: none;
    }
    #home-page-call-to-action a.mobile_only{
        display: block;
    }
    #home-page-call-to-action a.mobile_desktop{
        display: block;
    }
    #home-page-call-to-action a.desktop_only{
        display: none;
    }
}

#brands-homepage h6 {
    margin-bottom: 20px;
}

#brands-homepage .brands {
    margin-bottom:0;
}



#brands-homepage img.horiz-line {
    margin-bottom:0;
}

#brands-homepage .wrapper-locations {
    margin-top: -6px;
}

.features-homepage h6 {
    margin: 30px 0 20px;
}
.features-homepage img.horiz-line {
    margin-bottom: 10px;
}

.side-nav {
    display: none !important;
}


@media only screen and (max-width:767px){
    body.home ul.nav li a {
        color: #58595b;
    }
}
/*CSS for the datepicker*/

 /*loading - the AJAX indicator*/
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}

 /*scroll results*/
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
     /*prevent horizontal scrollbar*/
    overflow-x: hidden;
     /*add padding for vertical scrollbar*/
    padding-right: 5px;
}

 /*IE 6 doesn't support max-height*/
/* we use height instead, but this forces the menu to always be this tall */

* html .ui-autocomplete {
    //height: 250px;
}