/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 300;
    font-size: 15px;
    
}
   
/*PLACEHOLDER*/
::-webkit-input-placeholder { /*/ WebKpit, Blink, Edge /*/
color: #666;
} :-moz-placeholder { /*/ Mozilla Firefox 4 to 18 /*/
color: #666;
}
::-moz-placeholder { /*/ Mozilla Firefox 19+ /*/
color: #666;
} :-ms-input-placeholder { /*/ Internet Explorer 10-11 /*/
color: #666;
}

/*IFRAME RESPONSIVE*/
.videowrapper {
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.videowrapper iframe {
  
}

/*LOGO*/
.main-logo {
   padding: 0;
}

.main-logo img {
   width: 440px;
   margin-top:-10px;
}


/*GENERAL*/


p{
   line-height: 26px;
}

a {
    color: #005595;
}

h1:first-child { 
    margin-top: 0px; 
}

h1 { 
    font-size: 40px;
	font-weight: 600;
/*	text-transform: uppercase;*/
}

h2{
	font-size: 36px;
	color: #005595;
/*	text-transform: uppercase;*/
	letter-spacing: 1px;
	margin: 0 auto;
	display: inline-block;
	padding: 5px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

h2.h2-product{
	font-size: 27px;
	margin-bottom: 0px;
}

h3{
	font-size: 37px;
	font-weight: 300;
	color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 10px;
}

h4{
	font-size: 23px;
	margin-top: 0px;
	color: #005595;
	margin-bottom: 15px;
}

.blue{
	color: #227BC2 !important;
}

/*BUTTON*/
	
.btn{
	padding: 15px 50px;
	background-color: #FFFFFF;
	color: #227BC2;
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none !important;
	font-weight: 300;
	display: inline-block;
	text-align: center;
	transition: background-color ease 0.4s;
}

.btn:hover{
	color: white;
	background-color: #222;
	transition: background-color ease 0.4s;
}

	
#dialog .btn, form .btn, .car-btn.btn{
    padding: 10px 20px;
	background: rgb(27,120,205);
	background: -webkit-linear-gradient(-43deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	background: -o-linear-gradient(-43deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	background: linear-gradient(-43deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	color: #FFF;
    width: auto;
    font-size: 18px;
 
}

#dialog .btn:hover, form .btn:hover, .car-btn.btn:hover{
	color: white;
	background-color: #222;
}

#user-form .interestselect{
	width: 100%;
    margin-bottom: 50px !important;
}

#user-form .interestselect > .optWrapper {
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 0;
    width: 100%;
    z-index: 0;
}

#user-form .interestselect > .optWrapper > .select-all {
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0 20px 35px;
}

#user-form .interestselect > .SelectBox {
    display: none;
}

/*#user-form .interestselect > .optWrapper > .options {
      display: flex;
    flex-flow: row wrap;
    max-height: none;
   
}*/

#user-form .interestselect > .optWrapper > .options {
    max-height: none;  
}

#user-form .interestselect > .optWrapper > .options li.group ul{
    display: flex;
    flex-flow: row wrap;
    max-height: none;
}

#user-form .interestselect > .optWrapper > .options li.group ul li.opt{
    padding-left: 35px;
    flex: 33%;
	flex-grow: 0;
}

#contactform [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 0.5em;
	cursor: pointer;
	padding-bottom: 10px;
}

#contactform [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 0px;
}

#contactform input[type="checkbox"] + label span {
    margin: 13px 20px 0 25px !important;
}

[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
	content: none;
}

#company_select{
/*width: 50%;
float: left;*/
}

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #contactform input[type="checkbox"] + label span 
	{margin: -16px 20px 10px 35px !important;} 
}

@-moz-document url-prefix() {
	#contactform input[type="checkbox"] + label span 
	{margin: 0px !important;
	padding: 21px 0 0 37px !important;} 
}

#contactform .buttons {
	margin-top: 25px;
}

#filter-form input[type="checkbox"] + label span {
	margin: 10px 10px 10px 25px !important;
}

.round-btn-link{
	display: block;
	margin: 0 auto;
	position: relative;
	top: 60px;
	z-index: 101;
}

.round-btn{
	background-color: #FFFFFF;
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	font-size: 40px;
	text-align: center;
	line-height: 80px;
    pointer-events: all;
    cursor: pointer;
}

.btn-alt{
	border: none;
    color: #227BC2;
	cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
}

#footer .btn-alt {
	color: #fff;
}

#footer .btn-alt:hover {
	color: #005595;
}

.btn-alt::before{
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    content: "\f054";
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 900;
   background-color: rgb(27,120,205);
	background-color: -webkit-linear-gradient(-43deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	background-color: -o-linear-gradient(-43deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	background-color: linear-gradient(-43deg, #0e689b 0%, #227bc2 35%, #005595 100%);
    color:#FFF;
    border-radius: 25px;
    height: 50px;
    width: 50px;
    padding: 14px 20px;
    box-sizing: border-box;
    margin-right: 10px;
	transition: background ease-in-out 0.5s;
}

.btn-alt:hover::before{
    background-color: #222;
	transition: background-color ease 0.5s;
}

.btn-alt:hover{
	color: #222;
    background-color: transparent;
}

#content-left .btn-alt::before {
	padding: 9px 20px;
}

.roundpic{
	width: 300px;
	height: 300px;
	border-radius: 300px;
	background-size: cover;
}

#topmenu, #header, #banner-content, #content, #values, #team, #social-media,#footer, #car-items, #specs-banner, #tech-specs, #contact-content-wrapper, #about-content, #team, #shop, #appointment-content {
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

/* TOPMENU */

#topmenu-wrapper {
    background-color: #000;
}

#topmenu {
   
}

#topmenu #language-wrapper {
	float: right;
}

#topmenu #language-wrapper .language-item{
    margin: 20px 10px 10px;
    cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	padding: 3px 0;
	font-size: 14px;
	text-transform: uppercase;
	width: auto !important;
	height: auto !important;
	text-align: center;
	border-radius: 0px;
    color: #B3B3B3;
}

#topmenu .language-item.active {
	background-color: transparent !important;
    color: #227BC2 !important;
}
#topmenu .language-item:hover {
	background-color: transparent !important;
    color: #227BC2 !important;
}

#topmenu #icon-wrapper {
	
}


#topmenu #icon-wrapper .icon {
   	margin: 10px 5px 5px;
  	color: #FFF;
  	font-size: 14px;
  	padding: 10px 5px 5px;
}

#topmenu #icon-wrapper .icon:hover {
    color: #227BC2;
}


#topmenu #icon-wrapper .icon:hover {
   
}

#cartmarker {
    position: absolute;
    margin: -8px 18px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    background-color: #E00061;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: none;
	/*padding-top: 4px;*/
	line-height: 22px;
}

/* HEADER */
#header-wrapper {
     background-color: #000;
    position: relative;
    z-index: 86;
}

#header {
  
}

/*DEFAULT NAV */
#default-nav {

}

#default-nav ul.main-nav {
   margin: 30px 0 10px;
}

#default-nav li.menuitem a {
    font-weight: 300;
    letter-spacing: 2px;
    color: #B3B3B3;
    font-size: 15px;

}

#default-nav ul.main-nav li.menuitem:hover > a{
	color:#227BC2;
}

#default-nav ul.main-nav li.menuitem.active {

}

#default-nav ul.sub-nav li.menuitem:hover a{

}
 
#default-nav ul.main-nav > li.menuitem.active > a{
	color:#227BC2;

}

.hamburger{
    float: right;
    height: 36px;
    margin:0;
    top:4px;
    right: 0;
    outline: medium none;
    position: relative;
    width: 36px;
    z-index: 95;
}

.menui {
	background-color:#FFF;
}

/* BANNER */
#ajax-banner{
	  height: 80vh;
	}
#banner-bg{
	  height: 100%;
	}

#banner-content{
    flex-direction: column;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    align-items: normal;
    z-index: 4;
    margin-top: -80vh;
	padding-right: 300px;
	}

#banner-content h1{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

#banner-content p{
    font-size: 26px;
    line-height: 40px;
    color: #FFF
}

#traits{
	margin-top: 80px;
	margin-bottom: 40px;
}

#traits li{
	display: inline-block;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-right: 30px;
	margin-bottom: 40px;
	padding-left: 10px;
}

.trait-amount{
	font-size: 61px;
	font-weight: 500;
	display: inline-block;
	line-height: normal;
}

.trait-amount sup{
	font-size: 30px !important;
	position: relative !important;
	top: -25px !important;
	font-weight: 500 !important;
}

.trait-title{
	font-size: 16px;
	font-weight: 300;
	padding-left: 7px;
}

#banner-bg{

}

.background-overlay{
	background: rgb(27,120,205,0.79);
	background: -webkit-linear-gradient(-158.8deg, rgba(14,10,55,0.55) 0%, rgba(34,123,194,0.55) 35%, rgba(0,85,149,0.55) 100%);
	background: -o-linear-gradient(-158.8deg, rgba(14,10,55) 0%, rgba(34,123,194) 35%, rgba(0,85,149) 100%);
	background: linear-gradient(-158.8deg, rgba(14,10,55,0.6) 0%, rgba(34,123,194,0.6) 35%, rgba(0,85,149,0.6) 100%);
	background-blend-mode: color;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}


.banner-cutout{
	background-image: url('/img/cutout-banner.svg');
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100.1% 100%;
	display: inline-block;
	width: 100%;
    position: absolute;
    z-index: 6;
    bottom: 0;
    pointer-events: none
    
}

/* CONTENT */
#ajax-content{
    background-color: transparent;
    position: relative;
    z-index: 5;
}

#content {
    max-width: 1000px;
    position: relative;
    margin: 40px auto 40px;
}

#content.home {
    padding-top: 80px;
    padding-bottom: 100px;
    
}

#content p{
    font-size: 20px;    
    font-weight: 300;
    line-height: 36px;
}

#content p.small{
    font-size: 14px;    
    font-weight: 300;
    line-height: 22px;
}


#content ul {
	margin-left:0px;
	list-style:none;
}

#content li{
	 padding-left: 1em; 
 	 text-indent: -.7em;
    font-size: 20px;    
    font-weight: 300;
    line-height: 30px;
}

#content li::before {
  content: "•   ";
  color: #005595;
}

#content .SumoSelect ul.options li {
	padding-left: 10px; 
 	text-indent: 0;
    font-size: 15px;    
    font-weight: 300;
    line-height: 20px;
}



.SumoSelect li::before {
	content: "" !important;
}

#content .SumoSelect p, #content .SumoSelect input {
	font-size: 14px !important;
}

.SumoSelect .select-all {
	height: 40px;
}

form .btn {
	display: block;
	margin-right: 0;
}

.uploadedfiles {
	margin-bottom: 5px;
	display: block;
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
	border: 1px solid #227BC2;
}

[type="checkbox"]:checked + label:before {
	background: #227BC2;
}

#reCAPTCHA {
	margin-bottom: 10px;
}

#reCAPTCHA > div {
	width: 100% !important;
	border-right: 1px solid #ccc;
}

#reCAPTCHA iframe {
	width:100% !important;
}

#content-left {
    width: 65%;
    padding: 0 10px;
    margin: 0;
    float: left;
}

#content-right {
    width: 35%;
    padding: 0 10px;
    margin: 0;
    float: right;
}

#content-right h3 {
	color: #333;
}

#content .projects, 
#content .news {
    display: flex;
    flex-flow: row wrap;
    clear: both;
    margin: 10px 0px;
}

#content .projects .project-tile,
#content .news .news-tile {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 10px;
}

#content .projects .project-tile .project-tile-image, 
#content .news .news-tile .news-tile-image {
  
}

#cars-content{
	width: 100%;
	text-align: center;
	background: rgb(27,120,205,0.79);
	background: -webkit-linear-gradient(-158.8deg, rgba(14,10,55,1) 0%, rgba(34,123,194,1) 35%, rgba(0,85,149,1) 100%);
	background: -o-linear-gradient(-158.8deg, rgba(14,10,55,1) 0%, rgba(34,123,194,1) 35%, rgba(0,85,149,1) 100%);
	background: linear-gradient(-158.8deg, rgba(14,10,55,1) 0%, rgba(34,123,194,1) 35%, rgba(0,85,149,1) 100%);
	color: #FFFFFF;
	font-weight: 300;
	position: relative;
}

#cars-content .btn-alt{
    color: #fff;
}

#cars-content .btn-alt:hover{
    color: #222;
}

#cars-content .btn-alt::before{
    background: #fff;
    color:#227BC2;
}

#cars-content .btn-alt:hover::before{
    background: #222;
    color:#fff;
}

#appointment-content{
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.cutout-top{
	background-image: url('/img/cutout-top.svg');
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100.1% 100%;
	display: inline-block;
	width: 100%;
}

.cutout-bottom-lightblue{
	background-image: url('/img/cutout-bottom-lightblue.svg');
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100.1% 100%;
	display: inline-block;
	width: 100%;
    position: relative;
}

.cutout-top-lightblue{
	background-image: url('/img/cutout-top-lightblue.svg');
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100.1% 100%;
	display: inline-block;
	width: 100%;
    margin-bottom: -5px;
    position: relative;
}

.cutout-bottom{
	background-image: url('/img/cutout-banner.svg');
	height: 200px;
	background-repeat: no-repeat;
	background-size: 100.1% 100%;
	display: inline-block;
	width: 100%;
    margin-bottom: -4px;
	position: relative;
}

#cars-content .cutout-bottom {
	margin-bottom: -5px;
}

#specs-banner-wrapper .cutout-bottom {
	margin-bottom: 0;
}

.top-svg{
	background-image: url('/img/cutout-top-blue.svg');
    height: 400px;
    width: 100%;
	background-repeat: no-repeat;
	background-size: 100.1% 100%;
    position: absolute;
}

.cars-image{
    width: 80%;
	float: right;
	margin-bottom: 40px;
	margin-top: -250px;
	position: relative;
	z-index: 101;
}

/* VALUES */


#values-wrapper{
	width: 100%;
}

#values{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
     display: flex;
      flex-direction: column;
    background-color: #FFF;
    overflow: hidden;

}

#values h2{
	width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.value-item{
    width: 45%;
     margin-top: -25px;
    display: flex

}

.company_select{
	width: 100% !important;
}

.value-item:nth-child(even){
      align-self: flex-end;
}


.value-item:nth-child(odd){
        align-self: flex-start;
}

.value-item-left{
	display: inline-block;
	color: #005595;
	font-size: 42px;
}

.value-item-left i{
	display: inline-block;
	width: 70px !important;
}

.value-item-right{
	border-left: 1px solid #005595;
	padding-left: 20px;
}

/* TEAM */


#team-wrapper{
	width: 100%;
    background-color: #cee2f1;
}

#team{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
     display: flex;
      flex-direction: column;
     overflow: hidden;
}

#team h2{
	width: 100%;
    text-align: center;
    margin-bottom: 100px;
}


.team-item{
    width: 45%;
    margin-top: -40px;
    display: flex;
    min-height: 200px;

}

.team-item:nth-child(even){
      align-self: flex-end;
}


.team-item:nth-child(odd){
        align-self: flex-start;
}

.team-item.alt:nth-child(even){
      align-self: flex-end;
}


.team-item.alt:nth-child(odd){
        align-self: flex-start;
}

.team-item-left{
    width: 50%;
    padding-right: 20px;
}

.team-item-left img{
    width: 100%;
	height: auto;
}

.team-item-right{
	border-left: 1px solid #005595;
	padding-left: 20px;
    width: 50%;
}

/* SHOP */

#shop{
     position: relative;
}

#shop-menu-title{
    border: none;
    color: #FFFFFF;
}

#shop-menu-title, #shop-menu-content{
    margin: 0
}

.filter-item>label:first-child{
    display: none !important;
}

#filter-form .filter-item>label {
    float: left;
    color: #FFFFFF;
}

.filter-right-item{
    float: right;
}

.old {
	text-decoration:line-through;
}

.add-to-cart{
	float:left;
	width:80%;
	}

.new:hover, .new:hover i, .ondemand:hover {
	text-decoration:underline;
	cursor:pointer;
}

.ondemand, .unknown {
	float: left;
    color: #227BC2;
}


/* GRID */

.shop-item, .shop-item .car-info {
    transition: background-color 0.2s;
}

.shop-item:hover, .shop-item:hover .car-info {
	background-color: #000;
}

.shop-item {
	display: flex;
	flex-wrap: wrap;
}

.shop-item-content {
	background-color: #000;
	display: flex;
	flex-wrap: wrap;
}

.shop-item-image-over {
	background-color:rgba(34, 123, 194, 0.5);
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-item:hover .shop-item-image-over, .shop-item-image-wrapper:hover .shop-item-image-over {
	opacity:1;
}

.shop-item-image-over i{
	font-size: 80px;
}

.car-type{
	width: 100%;
	box-sizing: border-box;
	background-color: #000000;
	padding: 20px 10px;
	position: relative;
}

.car-type h3{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.shop-item-info-price {
	float: right;
    color: #227BC2;
    font-size: 22px;
}

.shop-item .shop-item-info-price {
	float: right;
}

#dialog .shop-item-info-price {
    color: #227BC2;
    font-size: 22px;
	float: none;
	text-align: left;
	margin-top: 10px;
}

.shop-item-info-price span{
	white-space: nowrap;
}

.like-link{
	float: right;
	color: #FFFFFF;
    width:20%;
    text-align: right;
}

.like-link:hover{
	color: #F13267;
}

.liked{
	color: #F13267 !important;
}

.car-info{
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	background-color: #cee2f1;
	transition: background-color 0.2s;
	
}

.car-info p{
	line-height: normal;
}

.car-info-title{
	color: #808080;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 300;
}


.car-info ul{
	padding: 0 10px;
	margin-bottom: 0;
}


.car-info ul li{
	list-style-type: none;
	display: inline-block;
	color: #227BC2;
	padding-left: 7px;
	border-left: 1px solid #808080;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.car-info ul li:last-child{
	margin-right: 0px;
	margin-bottom: 0;
}

/* LIST */

#car-list{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	
}

#car-list .like-link{
	color: #000000;
	float: none;
}

.specs-car .like-link{
	color: #000000;
    font-size: 20px;
    width: 4%;
    cursor: pointer;
}

#background-fix{
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	padding-top: 0;
	background-color: rgba(255,255,255,1);
}

#car-list .like-link:hover{
	color: #F13267;
}

#car-list table{
	width: 100%;
	
	text-align: left;
	padding: 12px;
	box-sizing: border-box;
	table-layout: fixed;
}

#car-list table tbody{
	width: 100%;
	font-size: 15px;
	table-layout: fixed;
}

#car-list table tr{
	border-bottom: 1px solid #ABC7DE;
	padding-left: 10px;
	/*cursor: pointer;*/
}

#car-list table tr.table-titles{
	cursor: auto;
}

#car-list table tr:hover{
/*	background-color: #000;
	color: #FFF;*/
}

.table-titles:hover{
	background-color: transparent !important;
	color: #000 !important;
}

#car-list table tr:hover .like-link{
	color: #FFF;
}

#car-list table tr:hover .like-link:hover{
	color: #F13267;
}

#car-list table td{
	padding: 12px;
	line-height: normal;
	margin: 0 auto;
	box-sizing: border-box;
}

#car-list table th{
	padding: 12px;
	line-height: normal;
}

.car-brand{
	font-weight: 600;
}

.title-brand{
	max-width: 30%;
	width: 30%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.title-price{
	max-width: 18%;
	width: 18%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.title-fuel{
	max-width: 12%;
	width: 12%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.title-fav{
	max-width: 5%;
	width: 5%;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

.title-km{
	max-width: 7%;
	width: 7%;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
} 

.title-ref{
	max-width: 6%;
	width: 6%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.title-date, .title-ext{
	max-width: 10%;
	width: 10%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* LIST*GRID */
#specs-view {
	width: 100%
}

#specs-wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.specs-car {
	width: 100%;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
/*    cursor: pointer;*/
}

#dialog .specs-car {
	padding: 10px;
}

#cart-form .specs-car {
	padding: 10px;
}

.specs-car:nth-child(odd) {
	background-color: #FFF;
}

.specs-car:nth-child(even) {
	background-color: #e2eef7;
}

.specs-car h1 {
	font-size: 20px;
	line-height: 26px;
	color: #227bc2;
    cursor: pointer;
    display: inline-block;
    max-width: 50%;
}

#dialog .specs-car .car-info-wrapper{
	font-size: 20px;
	line-height: 26px;
	color: #227bc2;
    cursor: pointer;
    display: inline-block;
	width: 100%;
}

#dialog .specs-car h1{
	max-width: 100%;
	margin: 5px 0;
}

.cart-item-delete{
	display: block;
	width:8%;
	float:left;
	margin-top: 20px;
}

#dialog .cart-form .specs-car .car-info-wrapper h1{
	font-size: 15px;
	width: 80%;
	float:left;
	
}

#dialog .cart-form .specs-car .shop-item-info-price{
	font-size: 15px;
}

#dialog .cart-item-quantity{
	padding: 10px;
	color: #227bc2;
}

.specs-car span.price {
	font-size: 16px;
	line-height: 26px;
	color: #227bc2;
     cursor: pointer;
}

.specs-car-main-specs {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	padding: 0 5px;
	box-sizing: border-box;
	background-color: #e2eef7;
	color: #227bc2;
}
.specs-car:nth-child(even) .specs-car-main-specs{
	background-color: #FFFFFF;
}

.specs-car-main-specs > div {
	flex: 1 14%;
	max-width: 14%;
	padding: 2px;
	box-sizing: border-box;
}

#dialog legend{
	font-size: 20px;
}

#dialog fieldset{
	border: 0px;
	/*background-color: #e2eef7;*/
	margin: 0 0;
}

/*

.specs-car-fuel {
	flex: 1 20%;
	max-width: 20%;
	padding: 2px;
	box-sizing: border-box;
}

.specs-car-power {
	flex: 1 10%;
	max-width: 10%;
	padding: 2px;
	box-sizing: border-box;
}

.specs-car-km {
	flex: 1 10%;
	max-width: 10%;
	padding: 2px;
	box-sizing: border-box;
}

.specs-car-co2 {
	flex: 1 15%;
	max-width: 15%;
	padding: 2px;
	box-sizing: border-box;
}

.specs-car-transmission {
	flex: 1 20%;
	max-width: 20%;
	padding: 2px;
	box-sizing: border-box;
}

.specs-car-registration {
	flex: 1 25%;
	max-width: 25%;
	padding: 2px;
	box-sizing: border-box;
}
*/

.car-options-wrapper {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

#dialog .car-options-photo {

	max-width: 100%;
    padding: 0;
    padding-left: 15px
}

.car-options-photo {
	flex: 1 25%;
	max-width: 25%;
	padding: 5px 5px 20px 0;
	box-sizing: border-box;
    
}

.car-options-photo img {
	max-width: 100%;
	height: auto;
    cursor: pointer;
}

.car-options-list {
	flex: 1 75%;
	max-width: 75%;
	padding: 5px 5px 20px 5px;
	box-sizing: border-box;
}

p.specs-list {
	font-size: 16px;
	line-height: 26px;
}


.blue-dash {
	color: #227bc2;
	padding: 0 5px;
}

/* DETAIL */

#specs-banner-wrapper{
	width: 100%;
	background: rgb(27,120,205,1);
	background: -webkit-linear-gradient(90deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	background: -o-linear-gradient(90deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	background: linear-gradient(90deg, #0e689b 0%, #227bc2 35%, #005595 100%);
	overflow: hidden;
}

#specs-banner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}

.overview-link{
	display: none;

	color: #FFF;
	font-weight: 300;
	
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.overview-link:hover{
	color: #000;
}

.overview-link i{
    margin: 0 10px 0 0;
    font-size: 30px;
}

.overview-link span{
    top: -5px;
    position: relative;
}

.overview-link-right i {
    margin: 0 0 0 10px;
    font-size: 30px;
}

#nav-container{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.overview-link.left {
    float:left;
}

.overview-link.right {
    float:right;
}

.nav.left {
    float:left;
    width: 130px;
}

.nav.right {
    float:right;
    width: 130px;
}

.overview-link.center {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}


#main-image{
	width: 100%;
	padding-bottom: 66%;
	background-size: cover;
	/*background-position: center center;*/
	background-color: #ffffff;
    margin: auto;
}



#detail-page-actions{
	float: left;
	width:20%;
	padding-top: 30px;
	margin-bottom: -100px;
	position: relative;
    z-index: 102;
}

#detail-page-actions ul li{
	display: inline-block;
	list-style-type: none;
}

#detail-page-actions ul li {
	color: #FFF;
	font-size: 45px;
	margin: 0 15px;
	cursor: pointer;
}

#detail-page-actions ul a{
	color: #FFF;
}

#detail-page-actions ul a:hover{
	color: #000;
}

#detail-page-car-info{
	background: rgb(27,120,205,0.4);
	background: -webkit-linear-gradient(90deg, rgba(14,104,155,0.5) 0%, rgba(34,123,194,0.5) 35%, rgba(0,85,149,0.5) 100%);
	background: -o-linear-gradient(90deg, rgba(14,104,155,0.5) 0%, rgba(34,123,194,0.5) 35%, rgba(0,85,149,0.5) 100%);
	background: linear-gradient(90deg, rgba(14,104,155,0.5) 0%, rgba(34,123,194,0.5) 35%, rgba(0,85,149,0.5) 100%);
	background-blend-mode: multiply;
	margin-top: -200px;
	float: right;
	width: 75%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 500px;
	margin-bottom: -600px;
	position: relative;
}

#detail-page-car-info h2{
	text-align: left;
	color: #FFF;
	font-size: 34px;
	margin-bottom: 10px;
	margin-top: 30px;
}

#detail-page-car-info .price{
	color: #FFF;
	font-size: 27px;
	float: none;
	font-weight: 300;
	padding: 0 5px;
	box-sizing: border-box;
}

#detail-page-car-info .car-info{
/*	margin-top: 30px;*/
	background-color: transparent;
	position: absolute;
	top: 226px;
}

#detail-page-car-info .car-info-title{
	color: #FFF;
	font-size: 18px;
}

#detail-page-car-info .car-info ul li{
	padding-left: 16px;
	border-color: #FFF !important;
}

#detail-page-car-info .car-info-value{
	color: #FFF;
	font-size: 50px;
}

#tech-specs-wrapper{
	width: 100%;
}

#tech-specs{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 50px;
}

.specs-left-column{
	float: left;
	width: 46%;
	margin-right: 8%;
}

.specs-left-column .left{
	float: left;
	width: 46%;
	margin-right: 8%;
}

.specs-left-column .right{
	float: right;
	width: 46%;
}

#tech-specs h3{
	color: #000;
	display: inline-block;
	font-weight: 600;
	font-size: 17px;
}

#specs-right-column{
	float: right;
	width: 46%;
}

#tech-specs ul{
	margin-top: 0;
	margin-bottom: 30px;
}

#tech-specs ul li{
	list-style-type: none;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-weight: 300;
	font-size: 14px;
    line-height: 24px;
}

#tech-specs ul li span{
	display: inline-block;
	width: 50%;
}

.tech-spec-title{
	color: #808080;
}

#carimages-wrapper{
	width: 100%;
}

#carimages{
	width: 100%;
/*
	max-width: 1280px;
	margin: 0 auto 100px;
*/
    display: flex;
    flex-flow: row wrap;
}

#carimages .detailimage{
    flex: 20%;
    max-width: 20%;
    position: relative;
    border: 1px solid white;
}

.orders-title {
  width: inherit;
}

#orders.active, #favourites.active{
	background-color: transparent !important;
    color: #227BC2 !important;
}

/*

#carimages .detailimage:nth-child(5n){
    flex: 40%;
    max-width: 40%;
    position: relative;
}
*/

#carimages .detailimage img{
    width: 100%;
	height: auto;
}

#carimages .detailimage-over {
	background-color:rgba(34, 123, 194, 0.5);
    background-blend-mode: multiply;
    width:100%;
	height:100%;
	position:absolute;
	padding:10px;
	box-sizing:border-box;
	color:#fff;
	transition:ease-in-out 0.2s;
	opacity:0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#carimages .detailimage:hover .detailimage-over  {
	opacity:1;
}

.detailimage-over i{
	font-size: 80px;
}


/* SOCIAL MEDIA */

#social-media-wrapper{
	width: 100%;
	background-color: #cee2f1;
	padding-bottom: 40px;
	margin-top: 200px;
	padding-top: 40px;
    position: relative;
}

#social-media-wrapper .cutout-top, 
.cutout-top-lightblue {
	height: 100px;
}

#social-media{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

#social-media h3{
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-size: 23px;
}

#social-media p{
	float: left;
	width: 35%;
	font-size: 14px;
	line-height: 21px;
}

 #social-media #sm-icons {
     width: 65%;
     float: right;
 }
    


#sm-icons a{
	padding:5px;
}

/* FOOTER */
#footer-wrapper {
    background-color: #000;
    color: #FFF;
    padding: 50px 0;
}


#footer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-item {
    flex: 32%;
    max-width: 32%;
    margin: 20px 0;
    line-height: 28px;
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer-item{
    width: 30%;
}

.list-title{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

#footer ul.main-nav {
    margin: 0
	
}

#footer ul.main-nav li.menuitem{
	float:none;
	padding: 0;
}

#footer ul.main-nav li.menuitem:hover{
	text-decoration:underline;	
}

#contact{
	float: right;
    padding: 10px;
}

#pager{
    text-align: center;
    width:100%;
    font-size:18px;
    padding-top: 20px;
}

#pager span{
    margin: 0 10px;
}

/* Contact Table */

table.mobile-table {
	width: 100%;
}

#content table.mobile-table p.small {
	line-height: 28px;
}

table.top {
	width: 100%;
}

table.left, table.right {
	width: 50%;
	float: left;
}

i.fa-map-marker:hover{
    cursor:pointer;
}

.markerImage{
    position: absolute;
    top: -30px;
    left: -85px;
    z-index: -10;
}


/*
div.markerbutton{
    position: relative;
    overflow: visible;
}

div.markerbutton::before{

content: "";
  background-image:url(../../img/logo.svg);
  background-size: 100% 100%;
  display: inline-block;
  width:200px;
  height:27px;
  position:relative;
  top:5px;
}*/

.not-paid{
	color: red;
}

.history-info {
	margin-bottom: 20px;
}


#car-list td


#car-list td.title-photo, #car-list th.title-photo{
	width: 12%;
	max-width: 12%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#car-list td.title-name, #car-list th.title-name{
	width: 27%;
	max-width: 27%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#car-list td.title-name a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

#car-list td.title-docs, #car-list th.title-docs{
	width: 15%;
	max-width: 15%;
}

#car-list td.title-payment, #car-list th.title-payment{
	width: 13%;
	max-width: 13%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	vertical-align: middle;
}

#car-list td.title-date, #car-list th.title-date{
	width: 14%;
	max-width: 14%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

#car-list td.title-price, #car-list th.title-price{
	width: 19%;
	max-width: 19%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}





#car-list .title-docs .btn.car-btn{
	font-size: 10px;
	padding: 4px;
	padding-left: 6px;
	margin: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;

}

#car-list th.title-price{
	text-align: right;
}

#car-list td.title-price .shop-item-info-price{
	font-size: 16px;
}

.extra-info-container{
	display: none;
	position: relative;
}

.extra-info {
  color: #005595;
  background-color: white;
  display: inline-block;
  padding: 7px;
  border-radius: 3px;
  position: absolute;
  top: -10px;
  z-index: 1;
  font-size: 15px;
  right: 20px;
  text-wrap: nowrap;
}

/* MEDIA QUERIES SCREEN */

@media only screen and (max-width: 1279px) {
	.banner-cutout, .cutout-top, .cutout-bottom {
       height: 180px;
    }
	
	#cutout-top-wrapper .cutout-top{
		top: -20px;
		position: relative;
	}
		
	.car-info ul li{
		font-size: 12px;
	}
	
    .title-brand{
		max-width: 30%;
		width: 30%;
	}

	.title-price{
		max-width: 18%;
		width: 18%;
	}

	.title-fuel{
		max-width: 14%;
		width: 14%;
	}

	.title-fav{
		max-width: 5%;
		width: 5%;
	}

	.title-km{
		max-width: 7%;
		width: 7%;
	} 

	.title-ref{
		display: none
	}

	.title-date{
		max-width: 10%;
		width: 10%;
	}
	
	.title-ext{
		display: none;
	}
	
	.specs-left-column .left{
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	
	.specs-left-column ul.left {
		margin-bottom: 0 !important;
	}
	
	.specs-left-column .right{
		width: 100%;
		float: none;
	}
	

	#detail-page-actions ul li {
		color: #FFF;
		font-size: 30px;
		margin: 15px 7px;
		text-align: center;
	}
	
	#detail-page-car-info h2 {
		font-size: 24px;
	}
	
	#detail-page-car-info .price {
		font-size: 22px;
	}

    
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	.banner-cutout, .cutout-top, .cutout-bottom {
       height: 150px;
    }
	
	#banner-content {
		padding-right: 20px;
	}
	
	#cutout-top-wrapper .cutout-top{
		top: -46px;
	}
	
    .main-logo img {
       width: 250px
    }
	
    .title-brand{
		max-width: 50%;
		width: 50%;
	}

	.title-price{
		max-width: 30%;
		width: 30%;
	}

	.title-fuel{
		display: none;
	}

	.title-fav{
		max-width: 10%;
		width: 10%;
	}

	.title-km{
		max-width: 10%;
		width: 10%;
	} 

	.title-ref{
		display: none;
	}

	.title-date{
		display: none;
	}
	
	.title-ext{
		display: none;
	}
    
    .specs-car p.price, p.specs-list, .specs-car-main-specs  {
		font-size: 14px;
		line-height: 24px;
	}
	
	#car-list table td, #car-list table th{
		padding-left: 6px;
		padding-right: 0;
	}
	
	#detail-page-car-info p.car-info-value {
		font-size: 34px;
	}
	
	.detailimage-over i{
		font-size: 60px;
	}
	
	#car-list td.title-price * {
		font-size: 12px;
	}
	
	#car-list td.title-payment {
		font-size: 12px;
		width: 50px !important;
	}
	
	#car-list td.title-name {
		font-size: 12px;
		max-width: 15% !important;
	}
	
	#car-list td.title-photo, #car-list th.title-photo  {
		display: none;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) iPad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#default-nav ul.main-nav {
    margin: 10px 0 10px;
	}
	#default-nav li.menuitem a {
		font-size: 12px;
	}
	
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
    #default-nav {
        left:0;
        top: 54px;
    }
	
	#header-wrapper {
		padding-bottom: 20px;
	}
	
    .main-logo img {
		width: 240px;
    }

	#icon-wrapper{
		right: 0px;
	}
    
    #content .projects .project-tile,
        #content .news .news-tile {
        flex: 50%;
        max-width: 50%;
        padding: 10px;
    }
    
    #topmenu, #header, #banner-content, #content, #values, #team, #social-media,#footer, #car-items, #specs-banner, #tech-specs, #contact-content-wrapper, #about-content, #team, #shop, #appointment-content {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    
	#banner-content{
	    margin-top: -86vh;
	}
	
    #banner-content h1{
		margin-bottom: 8px;
	}
	
    #banner-content p{
		font-size: 20px;
	}
	
	.trait-amount{
		font-size: 40px;
	}
	
	#traits{
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	.trait-title{
		font-size: 14px;
	}
    .banner-cutout, .cutout-top, .cutout-bottom {
       height: 85px;
    }
	
	#cutout-top-wrapper .cutout-top{
		height: 140px;
		top: -60px;
		position: relative;
	}
	
    .round-btn-link{
        top: 15px;
    }
	
	.value-item {
    width: 100%;
    margin-top: 40px;
    display: flex;
    } 
    
    .team-item {
    width: 100%;
    margin-top: 40px;
    display: flex;
    } 
	
	#detail-page-car-info h2{
		margin-bottom: 0;
        font-size: 15px;
		margin-top: 15px;
	}
	
	#detail-page-car-info .price{
		font-size: 13px;
	}
	
	#detail-page-car-info .car-info {
		top:85px;
	}
	
	#detail-page-car-info p.car-info-value{
		font-size: 24px;
	}
	
    .specs-car p.price, p.specs-list, .specs-car-main-specs  {
		font-size: 12px;
		line-height: 20px;
	}
	
	.detailimage-over i{
		font-size: 40px;
	}
	
	.footer-item {
    flex: 50%;
    max-width: 50%;
}
	
	#contactform [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
		text-align: left;
	}
	
	#contactform {
		margin-bottom: 50px;
	}
	
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) iPhone Landscape*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#content-right {
		text-align: center;
	}
	
	#content-right .thumb {
		width: 60vw;
	}
	
	.cars-image {
		width: 90%;
		margin-top: -200px;
	}
	
	#detail-page-car-info{
		margin-top: -100px;
	}
	
	#detail-page-car-info .car-info{
		margin-top: 15px;
		padding: 0;
	}
	
	#detail-page-actions{
		width: auto;
		padding-top: 0;
	}
	
	#detail-page-actions ul li a{
		font-size: 18px;
		margin-right: 10px;
	}
	
	#detail-page-actions ul li {
		color: #FFF;
		font-size: 25px;
		margin: 15px 15px;
		text-align: center;
		display: block;
	}
	
	#detail-page-car-info .car-info-title{
		font-size: 9px; 
	}
		
	.car-info ul {
		padding: 0 0 10px 10px;
	}
	
	.car-info ul li {
		padding: 0 10px 0 7px;
		margin: 10px 0;
	}
	
}

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

.specs-left-column{
		width: 100%;
		float: none;
	}
	
	#specs-right-column{
		width: 100%;
		float: none;
	}
	
	.specs-car-main-specs {
		flex-wrap: wrap;
	}
	
	.specs-car-main-specs > div {
        flex: 1 33%;
        max-width: 33%;
        padding: 2px;
        box-sizing: border-box;
    }
	
	.specs-car-main-specs p {
		line-height: 20px;
	}
	
	.shop-item-info-price {
		font-size: 20px;
		padding-right: 5px;
		box-sizing: border-box;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) iPhone Portrait*/
@media only screen and (max-width: 479px) {
    

    /*BUTTON*/

    .btn, .btn-alt{
      
    }
    
    #topmenu #icon-wrapper .icon {
      
    }

 
    /* LOGO */
     .main-logo img {
       width: 220px;
        padding-bottom: 20px
    }

    #content .projects .project-tile,
    #content .news .news-tile {
        flex: 100%;
        max-width: 100%;
        padding: 10px;
    }
    
     #banner-content {
/*
		justify-content: flex-start;
        margin-top: 60px;
*/
	}
	
    
    #banner-content h1, #content h2, #cars-content h3, #values h2, #team h2{
		font-size: 25px;
		line-height: 35px;
	}
	
	#banner-content p, #content p, #cars-content p, #values p, #team p{
		font-size: 16px;
        line-height: 26px;
	}
	
	#specs-banner{
		margin: 0 auto 60px;
	}

    
    #traits{
       margin-top: 30px;
        margin-bottom: 10px;
    }

    #traits li{
        margin-bottom: 30px;

    }
	
	.trait-amount{
		font-size: 30px;
	}
	
	.trait-title{
		font-size: 12px;
	}
	
	.trait-amount sup{
		top: -11px !important;
		left: 3px;
		font-size: 22px;
	}
    
    #content {
        margin: 40px auto 80px;
    }
    
	.team-item-right {
		width: 58%;
	}
	
	#values .team-item-right p {
		font-size: 14px;
	}
	
	.team-item-left {
		width: 42%;
	}
	
    .SumoSelect {
        margin-bottom: 0px !important;
    }
    
    .filter-item  {
        flex: 50%;
        max-width: 50%;
        min-height: 0px;
        padding: 0 10px;
    }
    
    .cars-image{
        margin-top: -130px;
    }
    
    .car-info ul li{
		font-size: 18px;
		margin-right: 8px;
		padding-left: 10px !important;
	}
	
	#detail-page-car-info {
		margin-top: -100px;
        width: 80%;
	}
	
	#detail-page-car-info .car-info{
		top:115px;
	}
			
	#detail-page-car-info .car-info-title{
		font-size: 9px;
	}
	
	#detail-page-car-info p.car-info-value{
		font-size: 20px;
	}
	
	#car-list table tbody{
		font-size: 10px;
	}
    
    .car-info ul {
        padding: 10px;
      
    }
    
    .specs-car-main-specs {
	flex-wrap: wrap;
	padding: 5px;
	box-sizing: border-box;
	background-color: #e2eef7;
	color: #227bc2;
    }
    
    .specs-car h1 {
        max-width: 90%;
    }
    
    .shop-item-info-price {
        float: left;
        color: #227BC2;
        font-size: 22px;
    }
    
/*
    .specs-car-fuel {
        flex: 1 25%;
        max-width: 25%;
    }

    .specs-car-power {
        flex: 1 25%;
        max-width: 25%;
    }

    .specs-car-km {
        flex: 1 25%;
        max-width: 25%;
    }

    .specs-car-co2 {
        flex: 1 25%;
        max-width: 25%;
    }

    .specs-car-transmission {
        flex: 1 50%;
        max-width: 50%;
    }

    .specs-car-registration {
        flex: 1 50%;
        max-width: 50%;
    }
*/

    .car-options-wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .car-options-photo {
        flex: 1 100%;
        max-width: 100%;
        padding: 5px 5px 20px 0;
        box-sizing: border-box;
    }

    .car-options-list {
        flex: 1 100%;
        max-width: 100%;
        padding: 5px 5px 20px 5px;
    }

    .car-options-photo{
        padding-bottom: 0;
    }

	#detail-page-actions{
        text-align: center
	}
	
	#detail-page-actions ul li {
        margin-bottom: 10px;
		display: block;
	}
	
	#detail-page-actions ul li i{
		font-size: 20px;
        cursor: pointer;
	}
    
	#detail-page-actions ul  {
         margin: 0
	}
    
	#carimages .detailimage {
        flex: 33.33%;
        max-width: 33.33%; 
    }
    
    #user-form .interestselect > .optWrapper > .options li.opt{
        padding-left: 35px;
        flex: 50%;
    }
            
    #user-form .interestselect > .optWrapper > .MultiControls{
        display: none;
    }
        
    #user-form .interestselect > .optWrapper.multiple.isFloating {
        padding-bottom: 0px;
    }
    
    #values h2, #team h2{
        margin: 30px 0 0;
    }
    
    #social-media p {
        width: 50%;
    }
        
    #social-media #sm-icons {
        width: 50%;
    }
	
	#cutout-top-wrapper .cutout-top{
		height: 100px;
		top: -100px;
		position: relative;
	}
    
    .footer-item {
        flex: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
	
	table.left, table.right {
	width: 100%;
	float: none;
}

}
