/*

Theme Name: Forze Dark Theme
Theme URI: 
Description: Forze Bil AB Dark Theme
Author: Innovateno
Author URI: http://www.innovateno.com
Version: 1.0
Tags: Innovateno, Innovateno webbyrå, Forze, Forze Bil AB, bilar, fordon, begagnade fordon, nya fordon, Kalmar, responsive, wordpress

*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
html, body {
    margin: 0;
    padding: 0;
    color: #979797;
}
body, select, input, textarea {
    font-family: 'PT Sans', sans-serif, arial;
    color: #d6d6d6;
    text-align: left;
}

p, span {
    color: #d6d6d6;
    font-family: 'PT Sans', sans-serif, arial;
}

a {
    color: #d64a00;
    font-weight: bold;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

a:hover {
    color: #f2f2f2;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

h1 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif, arial;
}

h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif, arial;
}

h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif, arial;
}

h4 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif, arial;
}

h5 {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif, arial;
}

/* Import Code */
@import  url(css/bootstrap.min.css);
@import  url(css/bootstrap-responsive.min.css);

.notify-wrapper .container {
    background: none;
}

.container {
    background: url('img/bg_header.png');
}

.container-fluid {
   padding: 0 40px 40px 40px;
}

body {
    background: url('img/bg.jpg');
}

.header-wrapper {
    width: 100%;
    height: 100px;
    background: url('img/bg_menu.png');
    z-index: 9999;
    position: fixed;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 3px 8px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 3px 8px 0px rgba(0, 0, 0, 0.7);
}

.header-logo-wrapper img {
    position: relative;
    top: 3px;
}

.header-social-wrapper {
    /*background: url('img/header_social.png') no-repeat right 25px;*/
    height: 100px;
    position: relative;
}

.header-social-wrapper a {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    position: relative;
    top: 46px;
    right: 15px;
    margin-right: 5px;
    background-position: bottom;
    -webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}

.header-social-wrapper a:hover {
    background-position: top;
    -webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
    transition: 0.3s;
}

.header-menu-wrapper {
    
}

.header-menu-wrapper ul {
    list-style: none;
    float: right;
}

.header-menu-wrapper ul li {
    float: left;
    line-height: 80px;
    position: relative;
    top: 14px;
}

.header-menu-wrapper ul li a {
    color: #f2f2f2;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif, arial;
    padding: 0 23px 0 20px;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.header-menu-wrapper ul li a:hover {
    color: #d64a00;
    text-decoration: none;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.header-menu-wrapper .menu-item {
    background: url('img/menu_brackets.png') no-repeat right center;
}

.header-menu-wrapper .menu-item:last-child {
    background-image: none;
}

.header-menu-wrapper .current-menu-item > a {
    color: #d64a00;
    text-decoration: none;
}

.header-menu-wrapper .current-menu-item:hover > a {
    color: #f2f2f2;
    text-decoration: underline;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.fixed {
    background: url('img/bg_header_menu.png');
    top:0;
}

/* Header Style End */

/* Content Style */
#maincontent-wrapper {
    background: url('img/bg_header.png');
    min-height: 400px;
    margin-top: 100px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

/* Slider Styling */
body .flexslider .slides .ie-image {
    display: none;
}

.content-gallery-wrapper .flexslider {
    border: none;
    margin: 3% 0 1% 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.content-gallery-wrapper .slider-background {
    width: 100%;
    height: 400px;
    border: none;
    border-top: 3px #d64a00 solid;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.content-gallery-wrapper .slider-background a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider-image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider-background a > .slider-image-overlay {
    opacity: 0;
    filter: Alpha(opacity=00);
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
    background: url('img/spot_hover.png');
}

.slider-background a:hover > .slider-image-overlay {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.slider-image-overlay span {
    position: absolute;
    font-size: 42px;
    top: 46%;
    left: 258px;
}

.flex-caption {
    float: right;
    position: relative;
    z-index: 999;
}

.flex-caption a {
    font-family: 'Montserrat', sans-serif, arial;
    font-size: 20px;
    z-index: 999;

}

.slider-information {
    border: solid 1px #32373b;
    height: 100%;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    padding: 32px 40px 33px 40px;
    font-family: 'Montserrat', sans-serif, arial;
}

.slider-information-title {
    padding: 0 0 5%;
}

.slider-information tr {
    border-bottom: 1px #2f3336 solid;
}

.slider-information td {
    width: 130px;
}

.slider-information-price {
    margin: 15% 0 0;
}

.slider-information-price p {
    font-family: 'Montserrat', sans-serif, arial;
    font-size: 20px;
}

.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .flex-next, 
.flexslider .flex-prev { 
    opacity: 1; 
}

.flexslider .flex-direction-nav .flex-prev {
    width: 0;
    height: 70px;
    left: 0%;
    text-indent: 9999px;
    background: url('img/arrow_left.png');
    z-index: 999;
}

.flexslider .flex-direction-nav .flex-next {
    width: 0;
    height: 70px;
    right: 0%;
    background: url('img/arrow_right.png');
    text-indent: 9999px;
    z-index: 999;
}

.flexslider:hover .flex-prev {
    left: 2%;
    background: url('img/arrow_left.png');
    width: 69px;
    height: 70px;
}

.flexslider:hover .flex-next {
    right: 2%;
    background: url('img/arrow_right.png');
    background-position: right;
    width: 69px;
    height: 70px;
}

.flexslider .flex-prev:hover {
    background-position: right;
}

.flexslider .flex-next:hover {
    background-position: left;
}

.flex-caption .caption-header h4 {
    font-family: 'PT Sans', sans-serif, arial;
    text-transform: uppercase;
    color: #fefefe;
}

.flex-caption .caption-text,
.flex-caption .caption-text p,
.flex-caption .caption-text span {
    font-family: 'PT Sans', sans-serif, arial;
    font-size: 13px;
    color: #f2f2f2 !important;
}

.single-slider .single-slider-background {
	height: 700px;
	border-top: 1px #d64a00 solid;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
}
/* Slider Styling End */

.latest-vehicles-wrapper {
    padding: 0 0 3%;
}

.latest-vehicles-header {
    border-bottom: 1px #505050 solid;
    margin: 0 0 3%;
}

.latest-vehicles-header h1 {
    text-transform: uppercase;
    line-height: 20px;
    float: left;
}

.latest-vehicles-header a {
    float: right;
    position: relative;
    top: 14px;
    text-transform: uppercase;
    font-size: 11px;
}

.content-latest-vehicle {
    margin: 0 0 3%;
    border-bottom: 1px #505050 solid;
}

.content-latest-vehicle-image {
    width: 100%;
    height: 230px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
}

.content-latest-vehicle-image a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.content-latest-vehicle-image a > .latest-vehicle-image-overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: Alpha(opacity=00);
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
    background: url('img/spot_hover.png');
}

.content-latest-vehicle-image a:hover > .latest-vehicle-image-overlay {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.latest-vehicle-image-overlay span {
    position: absolute;
    font-size: 32px;
    top: 41%;
    right: 54%;
}

.content-latest-vehicle-header h3 {
    text-transform: uppercase;
    line-height: 26px;
    margin-top: 4%;
}

.content-latest-vehicle-header p {
    line-height: 20px;
    color: #d64a00;
}

.content-latest-vehicle-link {
    margin: 5% 0;
}

.content-latest-vehicle-link a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif, arial;
}

.content-two-three {
    padding: 0 0 3%;
    border-bottom: 1px #505050 solid;
}

.content-two-three-grid-text h1 {
    line-height: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif, arial;
    font-style: italic;
    font-size: 28px;
}

.content-two-three-grid-text h2 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif, arial;
    font-size: 24px;
}

.content-two-three-grid-text p {
    font-size: 12px;
    margin: 0;
}

.content-two-three-grid-image img {
    float: right;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
}

.content-two-three-grid-text a {
    background: url('img/bg_menu.png');
    position: relative;
    top: 25px;
    padding: 20px 28px 20px 20px;
    border-radius: 5px;
    color: #f2f2f2;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif, arial;
    font-weight: normal;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
}

.content-two-three-grid-text a:hover {
    color: #d64a00;
}

.content-two-three-grid-text a:hover > span {
    color: #d64a00;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.content-two-three-grid-text a span {
    font-size: 20px;
    position: relative;
    bottom: 3px;
    -webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
    transition: 0.5s;
}

.content-two-three-right-text h2 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif, arial;
    font-size: 24px;
}

.content-two-three-right-text {
    position: relative;
    left: 30px;
}

.search-vehicle-wrapper {
    margin: 2% 0 2%;
    padding: 0 0 3%;
    border-bottom: 1px #d64a00 dotted;
}

.search-vehicle-wrapper h3 {
    font-size: 16px;
    margin: 0 0 2%;
}

.search-vehicle-brand button {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif, arial;
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    margin: 0 0 4px;
}

.search-vehicle-brand button:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.search-vehicle-brand .active {
    border: 1px #d64a00 solid;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.close-search-vehicle {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    padding: 10px 20px 10px 20px;
    float: right;
    border: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif, arial;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.close-search-vehicle:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.vehicle {
    margin: 0 0 4% 0;
    padding: 0 0 4% 0;
    border-bottom: 1px #d64a00 dotted;
}

.vehicle-image-wrapper {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.vehicle-info-header {
    border-bottom: 1px #282828 solid;
}

.vehicle-info-header a {
    font-size: 18px;
    color: #f2f2f2;
    font-family: 'Montserrat', sans-serif, arial;
    text-transform: uppercase;
}

.vehicle-info-header a:hover {
    color: #d64a00;
}

.vehicle-info-left,
.vehicle-info-right {
    margin: 3% 0 0 0;
}

.vehicle-info-price {
    position: relative;
    bottom: -88px;
}

.vehicle-info-price p {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif, arial;
}

.vehicle-container {
    margin: 3% 0 0;
}

.vehicle-container .mix{
    display: none;
}

.pager-list-wrapper {
    margin: 0px auto;
    float: left;
    left: 50%;
    position: relative;
}

.pager-list {
    float: left;
    position: relative;
    right: 50%;
}

.pagination-btn {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.pagination-btn span {
    height: 30px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif, arial;
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
}

.pagination-btn span:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.pagination-btn .active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.single-wrapper {
    margin: 3% 0 0;
}

.single-header {
    
}

body .single-wrapper .slider-ie-image {
    display: none;
}



.vehicle-color-box {
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 4px 0 0 10px;
    border-radius: 2px;
}

.single-information {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    padding: 10px 40px 10px 40px;
}

.single-information td {
    width: 150px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif, arial;
    border-bottom: 1px #2f3336 solid;
}

.single-information-left {
    border-right: 1px #2f3336 solid;
}

.single-information-price {
    border-bottom: 1px #d64a00 dotted;
}

.single-information-price h2 {
    color: #d64a00;
}

.single-information-specs li {
    list-style-image: url('img/specs.png');
}

.single-information-description {
    margin: 4% 0 0;
}

.single-specs-wrapper {
    position: relative;
    bottom: 20px;
}

.single-specs-ul {
    width: 40%;
    float: left;
    margin: 20px 5% 0;
    padding: 0 0 20px;
    border-bottom: 1px #505050 solid;
}

.single-contact {
    
}

.single-contact h3 {
    font-family: 'Montserrat', sans-serif, arial;
    text-transform: uppercase;
}

.single-contact-text {
    margin: 0 0 8%;
}

.single-contact-text p {
    font-family: 'Montserrat', sans-serif, arial;
}

.single-contact-text h1 {
    color: #d64a00;
    line-height: 20px;
}

.single-contact .input {
    width: 100%;
    height: 45px;
    padding: 0 15px 0 15px;
    border-radius: 1px;
    color: #000;
    font-family: 'Montserrat', sans-serif, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.single-contact .rel {
    width: 100%;
    height: 155px;
    position: relative;
}

.single-contact .textarea {
    width: 100%;
    height: 155px;
    padding: 10px 15px 0 15px;
    border-radius: 1px;
    color: #000;
    font-family: 'Montserrat', sans-serif, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.single-contact .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif, arial;
    border: none;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    padding: 5px 20px 5px 20px;
    -webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.single-contact .submit:hover {
    background: #d64a00;
    border: none;
    -webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.wpcf7 .wpcf7-response-output, .wpcf7 .wpcf7-not-valid-tip {
    text-align: center;
    background-color: #d64a00;
    color: #fff;
    font-size: 13px;
    border: 0;
    position: relative;
    top: 0px;
    z-index: 500;
    clear:both;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.35);
    box-shadow: 0 1px 5px rgba(0,0,0,0.35);
    margin-left: 0;
    margin-right: 0;
    font-family: 'Montserrat', sans-serif, arial;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    width: 220px;
    font-size: 12px;
    left: 20px;
    top: 10px;
    border-radius: 0;
    z-index: 500;
}

.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #6CCC4E;
    z-index:500;
    margin-top: 20px;
}

#wpcf7 .wpcf7-not-valid-field {
  border: 1px solid #ff0000 !important;
}

#wpcf7 .wpcf7-not-valid-label {
  color: #ff0000;
}

.content-image-large-wrapper {
    padding: 0 0 3%;
    border-bottom: 1px #d64a00 dotted;
}

.content-image-large {
    width: 100%;
    min-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 3% 0 0;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.content-textfield-center {
    text-align: center;
}

.content-textfield-center h3 {
    color: #d64a00;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif, arial;
}

.content-fifty-left {
    padding: 0 60px 0 0;
}

.content-fifty-left h3 {
    color: #d64a00;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif, arial;
}

.content-fifty-right {
    margin: 20px 0 0;
}

.content-fifty-right img {
    float: right;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.content-fifty-right .service-form {
	margin: 0 0 0 4%;
}

.content-fifty-right .input {
    width: 80%;
    height: 45px;
    padding: 0 15px 0 15px;
    border-radius: 1px;
    color: #000;
    font-family: 'Montserrat', sans-serif, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.content-fifty-right .rel {
    width: 80%;
    height: 155px;
    position: relative;
}

.content-fifty-right .textarea {
    width: 100%;
    height: 155px;
    padding: 10px 15px 0 15px;
    border-radius: 1px;
    color: #000;
    font-family: 'Montserrat', sans-serif, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.content-fifty-right .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif, arial;
    border: none;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    padding: 5px 20px 5px 20px;
    -webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.content-contact-map {
    padding: 0 0 3%;
    border-bottom: 1px #d64a00 dotted;
}

.content-google-map {
    width: 100%;
    height: 400px;
    margin: 3% 0 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
}

.content-google-map .gm-style-cc {
    display: none;
}

.content-three-two-grid-left {
    margin: 20px 0 0;
}

.content-three-two-grid-left .input {
    width: 100%;
    height: 45px;
    padding: 0 15px 0 15px;
    border-radius: 1px;
    color: #000;
    font-family: 'Montserrat', sans-serif, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.content-three-two-grid-left .rel {
    position: relative;
    width: 100%;
    height: 155px;
}

.content-three-two-grid-left .textarea {
    width: 100%;
    height: 155px;
    padding: 10px 15px 0 15px;
    border-radius: 1px;
    color: #000;
    font-family: 'Montserrat', sans-serif, arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.content-three-two-grid-left .submit {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif, arial;
    border: none;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
    color: #feffff;
    padding: 5px 20px 5px 20px;
    -webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.content-three-two-grid-left .submit:hover {
    background: #d64a00;
    border: none;
    -webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
    transition: 0.2s;
}

.content-three-two-grid-left {
    position: relative;
    bottom: 25px;
}

.content-three-two-grid-left h3 {
    text-transform: uppercase;
}

.content-three-two-grid-right h3 {
    color: #d64a00;
    text-transform: uppercase;
}

/* 404 Error Page Style */
.content-error-page-wrapper {
    margin: 3% 0 0;
}

/* Footer Style */
.footer-wrapper {
    min-height: 100px;
    display: block;
    padding: 4% 0 0 0;
    background: url('img/bg_menu_2.png');
    border-top: 1px #282828 dotted;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.footer-content-left-text {
    padding: 10% 0 0 5px;
}

.footer-content-left-text p {
    font-family: 'Montserrat', sans-serif, arial;
}

.footer-content-left-text span {
    font-family: 'Montserrat', sans-serif, arial;
    font-size: 12px;
}

.footer-content-left-text a {
    color: #f2f2f2;
    font-weight: normal;
}

.footer-content-left-text a:hover {
    color: #d64a00;
}

.footer-content-center-text {
    position: relative;
    bottom: 20px;
}

.footer-content-center-text h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.footer-content-center-text h2 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 34px;
}

.footer-content-center-auto img {
	margin-top: 7px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.footer-wrapper .acf-map {
    width: 100%;
    height: 226px;
    border: #ccc solid 1px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
}

.footer-wrapper .acf-map .gm-style-cc {
    display: none;
}

.goTop {
    font-size: 34px;
    color: #f2f2f2;
    position: fixed;
    bottom: 5%;
    right: 4%;
    cursor: pointer;
    display: none;
}

.goTop:hover {
    color: #d64a00;
}

/* Responsive Menu Style */
.wprmenu_bar {
    
}

#wprmenu_menu ul {
    margin: 2px 0 0 0 !important;
}

#wprmenu_menu ul li a {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif, arial !important;
}

.wprmenu_icon {
    position: relative;
    left: 24px !important;
}

.menu_title {
    padding: 0 13px 0 50px !important;
    font-family: 'Montserrat', sans-serif, arial !important;
}

#wprmenu_bar .bar_logo {
    float: right !important;
}

@media only screen and (min-width: 968px) and (max-width: 1169px) {
	.content-gallery-wrapper .slider-background {
        width: 100%;
        height: 330px;
        border: none;
        border-top: 3px #d64a00 solid;
        float: left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }

    .content-gallery-wrapper .slider-background a {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .slider-image-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .slider-background a > .slider-image-overlay {
        opacity: 0;
        filter: Alpha(opacity=00);
        -webkit-transition: all 300ms ;
        -moz-transition: all 300ms ;
        -ms-transition: all 300ms ;
        -o-transition: all 300ms ;
        transition: all 300ms ;
        background: url('img/spot_hover.png');
    }

    .slider-background a:hover > .slider-image-overlay {
        opacity: 1;
        filter: Alpha(opacity=100);
    }

    .slider-image-overlay span {
        position: absolute;
        font-size: 42px;
        top: 46%;
        left: 258px;
    }

    .flex-caption {
        float: right;
        position: relative;
        z-index: 999;
    }

    .flex-caption a {
        font-family: 'Montserrat', sans-serif, arial;
        font-size: 10px;
        z-index: 999;

    }

    .slider-information {
        border: solid 1px #32373b;
        height: 100%;
        background: #3e4347;
        box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
        color: #feffff;
        text-shadow: 0px 1px 0px rgba(0,0,0, .5);
        color: #feffff;
        padding: 20px 20px 20px 20px;
        font-family: 'Montserrat', sans-serif, arial;
    }

    .slider-information-title {
        padding: 0 0 5%;
    }

    .slider-information-title a {
        font-size: 14px;
    }

    .slider-information tr {
        border-bottom: 1px #2f3336 solid;
        font-size: 11px;
    }

    .slider-information td {
        width: 130px;
    }

    .slider-information-price {
        margin: 5% 0 0;
    }

    .slider-information-price p,
    .slider-information-price p a {
        font-family: 'Montserrat', sans-serif, arial;
        font-size: 14px;
    }
	
	.single-slider .single-slider-background {
		height: 600px;
		border-top: 1px #d64a00 solid;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
		-moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
		box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
	}
	
	.content-latest-vehicle-image {
        width: 100%;
        height: 180px;
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        opacity: 0.8;
        filter: Alpha(opacity=80);
        -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    }

    .content-two-three h1 {
        font-size: 20px;
        line-height: 0;
    }

    .content-two-three h2 {
        font-size: 18px;
    }

    .content-two-three-right p {
        font-size: 14px;
    }

    .content-two-three-grid-text-link {
        display: none;
    }

    .vehicle-info-price {
        position: relative;
        bottom: -30px;
    }

    .content-fifty-left h3,
    .content-three-two-grid-right h3 {
        font-size:18px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 968px) {

	.header-menu-wrapper ul {
		list-style: none;
		float: right;
	}

	.header-menu-wrapper ul li {
		float: left;
		line-height: 80px;
		position: relative;
		top: 14px;
	}

	.header-menu-wrapper ul li a {
		color: #f2f2f2;
		text-transform: uppercase;
		font-size: 11px;
		font-family: 'Montserrat', sans-serif, arial;
		padding: 0 23px 0 20px;
		-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
		transition: 0.5s;
	}

    .content-gallery-wrapper .slider-background {
        width: 100%;
        height: 240px;
        border: none;
        border-top: 3px #d64a00 solid;
        float: left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }

    .content-gallery-wrapper .slider-background a {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .slider-image-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .slider-background a > .slider-image-overlay {
        opacity: 0;
        filter: Alpha(opacity=00);
        -webkit-transition: all 300ms ;
        -moz-transition: all 300ms ;
        -ms-transition: all 300ms ;
        -o-transition: all 300ms ;
        transition: all 300ms ;
        background: url('img/spot_hover.png');
    }

    .slider-background a:hover > .slider-image-overlay {
        opacity: 1;
        filter: Alpha(opacity=100);
    }

    .slider-image-overlay span {
        position: absolute;
        font-size: 42px;
        top: 46%;
        left: 258px;
    }

    .flex-caption {
        float: right;
        position: relative;
        z-index: 999;
    }

    .flex-caption a {
        font-family: 'Montserrat', sans-serif, arial;
        font-size: 10px;
        z-index: 999;

    }

    .slider-information {
        border: solid 1px #32373b;
        height: 100%;
        background: #3e4347;
        box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
        color: #feffff;
        text-shadow: 0px 1px 0px rgba(0,0,0, .5);
        color: #feffff;
        padding: 20px 20px 20px 20px;
        font-family: 'Montserrat', sans-serif, arial;
    }

    .slider-information-title {
        padding: 0 0 5%;
    }

    .slider-information-title a {
        font-size: 14px;
    }

    .slider-information tr {
        border-bottom: 1px #2f3336 solid;
        font-size: 11px;
    }

    .slider-information td {
        width: 130px;
    }

    .slider-information-price {
        margin: 5% 0 0;
    }

    .slider-information-price p,
    .slider-information-price p a {
        font-family: 'Montserrat', sans-serif, arial;
        font-size: 14px;
    }

    .slider-information-extra {
        display: none;
    }

    .content-latest-vehicle-image {
        width: 100%;
        height: 140px;
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        opacity: 0.8;
        filter: Alpha(opacity=80);
        -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    }

    .content-two-three h1 {
        font-size: 16px;
        line-height: 0;
    }

    .content-two-three h2 {
        font-size: 14px;
    }

    .content-two-three-right p {
        font-size: 12px;
    }

    .content-two-three-grid-text-link {
        display: none;
    }

    .vehicle-info-price {
        position: relative;
        bottom: -30px;
    }

    .content-fifty-left h3,
    .content-three-two-grid-right h3 {
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .header-logo-wrapper img {
        width: 35%;
    }

    .header-wrapper .header-social-wrapper,
    .header-wrapper .header-menu-wrapper {
        display: none;
    }

    .header-wrapper {
        height: 77px;
        padding: 0 40px 0 40px;
        position: relative;
        display: none;
    }

    #maincontent-wrapper {
        margin: 3% 0 0;
    }

    .flexslider {
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slides {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .cover {

    }

    .slider-background {
        height: 220px;
        border-top: 1px #d64a00 solid;
        background-repeat: no-repeat;
        background-position: 20px 20px 20px 20px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    }

    .flex-direction-nav .flex-prev {
        display: none;
    }

    .flex-direction-nav .flex-next {
        display: none;
    }

    .flexslider:hover .flex-prev {
        left: 2px;
    }

    .flexslider:hover .flex-next {
        right: 2px;
    }

    .slider-overlay {
        background: url('img/slider_overlay.png');
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 350px;
        z-index: 998;
    }

    .flex-caption {
        width: 100%;
        height: 15px;
        position: absolute;
        bottom: 0;
        z-index: 999;
        background: url('img/bg_menu.png');
        padding: 10px 0 10px 0;
    }

    .flex-caption a {
        line-height: 0px;
        font-family: 'Montserrat', sans-serif, arial;
        font-size: 10px;
        padding: 0 0 0 10px;
        z-index: 999;
        position: relative;
        bottom: 3px;
    }

    .latest-vehicles-header a {
        top: 0;
    }

    .content-latest-vehicle-image {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
    }

    .content-two-three-grid-text {
        text-align: center;
    }

    .content-two-three-grid-text-link {
        margin: 0 0 15%;
    }

    .content-two-three-grid-image img {
        display: none;
    }

    .content-two-three-right-text {
        left: 0;
        bottom: 20px;
        text-align: center;
    }
	
	.content-fifty-right .service-form {
		margin: 0;
	}

    .vehicle-info-header {
        margin: 4% 0 0;
    }

    .vehicle-info-price {
        bottom: 0;
    }

    .pager-list-wrapper {
        margin: 4% 0 0;
    }

    .single-slider .flexslider {
        border: none;
        margin: 0;
        padding: 0;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    }

    .single-slider .single-slider-background {
        height: 240px;
        border-top: 1px #d64a00 solid;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        -moz-box-shadow:    0px 10px 25px 0px rgba(0, 0, 0, 0.7);
        box-shadow:         0px 10px 25px 0px rgba(0, 0, 0, 0.7);
    }

    .single-header h1 {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif, arial;
    }

    .single-header {
        margin: 4% 0 0;
    }

    .single-information {
        margin: 4% 0 0;
    }

    .single-information-left {
        padding: 0 0 4%;
    }

    .single-information-left {
        border: none;
    }

    .content-image-large-wrapper {
        padding: 0 0 4%;
    }

    .content-image-large {
        min-height: 280px;
    }

    .content-fifty-right img {
        float: none;
    }

    .content-google-map {
        height: 300px;
        margin: 0 0 4%;
    }

    .footer-content-left-image {
        text-align: center;
    }

    .footer-content-left-image img {
        width: 25%;
    }

    .footer-content-left-text {
        padding: 10% 0 2% 0;
        text-align: center;
        border-bottom: 1px #505050 solid;
    }

    .footer-content-center-text {
        bottom: 0;
        text-align: center;
    }
	
	.footer-content-center-auto {
		margin: 0 0 8%;
	}

    .goTop {
        display: none !important;
    }
}