div.clear{
	clear: both;
}

div.loading_blackout{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 99999;
	background-image: url(/admin/_images/content/loading_blackout.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200px;
}

div.divMessage{
	padding: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color: white;
	font-size: 14px;
}

div.divMessage_confirm{
	background-color: green;
}

div.divMessage_error{
	background-color: red;
}











div.divOuterContainer{
	width: 1200px;
	margin: auto;
}

@media (max-width: 1250px) {
	div.divOuterContainer{
		width: 950px;
	}
}

@media (max-width: 1000px) {
	div.divOuterContainer{
		width: 714px;
	}
}

@media (max-width: 760px) {
	div.divOuterContainer{
		width: auto;
	}
}

div.divTopBar{
	background-color: black;
	font-size: 11px;
	min-height: 16px;
}

div.divTopBar div.inner{
	width: 1200px;
	margin: auto;
}

div.divTopBar ul{
	padding: 7px 4px;
}

div.divTopBar ul li{
	display: inline-block;
	padding: 0px 7px 0px 10px;
}

div.divTopBar ul li:not(:first-child){
	border-left: 1px solid #fff;
}

div.divTopBar ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.divTopBar ul li a:hover{
	text-decoration: underline;
}

div.divWawtBackgroundStr {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #00234B;
}

div.divWawtBackground {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #00234B;
	top: 0;
}

header {
	background-color: #7eaed2;
	border-bottom: 1px solid white;
}

header div.inner{
	width: 1200px;
	margin: auto;
	padding: 37px 0 0;
	position: relative;
	height: 87px;
}

header div.divLogoContainer {
	width: 80%;
	float: left;
	position: relative;
	height: 0px;
}

header div.divLogoContainer span {
	position: absolute;
	color: #7eaed2;
	font-size: 27px;
	font-stretch: semi-condensed;
	font-weight: 600;
	margin: 3px 0 0 0;
}

header div.divLogoContainer span:last-child {
	font-size: 17.6px;
	text-transform: uppercase;
	bottom: 0;
	margin: 0 0 25px 2px;
	letter-spacing: 0.9px;
	font-weight: bold;
}

header img.logo{
	vertical-align: middle;
	position: relative;
	float: left;
	margin-right: 10px;
	height: 46px;
	padding-top: 3px;
}

header a{
	text-decoration: none;
	color: white;
	font-size: 22px;
}

header div.divRightContainer {
	width: 20%;
	float: left;
}

header div.divRightContainer img.imgIronmark {
	height: 15px;
	position: absolute;
	top: 52px;
	right: 0px;
}

a.aMobileMenu{
	clear: both;
	display: none;
	background-color: #4D4E53;
	color: white;
	font-family: volvobroad;
	text-transform: uppercase;
	font-size: 24px;
	background-image: url(/main/_images/header/mobile_menu.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 15px 15px;
	padding: 10px 0px 10px 58px;
}

@media (max-width: 1250px) {
	div.divTopBar div.inner{
		width: 950px;
	}

	header div.inner{
		width: 950px;
	}
}

@media (max-width: 1000px) {
	header div.inner{
		width: 714px;
	}

	div.divTopBar div.inner{
		width: 714px;
	}

	header div.divLogoContainer span {
		/*right: 30px;*/
	}

	div.divTopBar div.inner div.social {
		display: none;
	}
}

@media (max-width: 760px) {
	div.divTopBar{
		display: none;
	}

	a.aMobileMenu{
		display: block;
	}

	header div.inner{
		padding: 15px;
		width: auto;
		min-height: 62px;
		height: 65px;
	}

	header a{
		font-size: 20px;
	}

	header div.divLogoContainer {
		width: 367px;
		height: 50px;
		margin: 0 auto;
		position: relative;
		float: none;
		margin-top: 5px;
		display: flex;
		justify-content: center;
	}

	header div.divLogoContainer span {
		/*right: 6px;*/
		/*bottom: 19px;*/
		top: -2px;
		font-size: 22px;
	}

	header img.logo{
		transform: translateY(-6px);
		width: unset;
		margin-top: 7px;
		margin-right: unset;
	}

	header img.sublogo {
		height: 13px;
		transform: translateY(47px) translateX(-115px);
	}

	div.divWawtBackgroundStr {
		height: 60px;
	}

	div.divWawtBackground {
		height: 60px;
	}

	header div.divRightContainer {
		display: none;

	}

	header div.divLogoContainer span:last-child {
		font-size: 14px;
		text-transform: uppercase;
		bottom: 0;
		margin: 0 0 25px 2px;
		letter-spacing: 0.9px;
		font-weight: bold;
		top: 36px;
		margin-left: 1px;
	}
}

@media (max-width: 640px) {
	a.aMobileMenu{
		background-position: 10px 13px;
		padding-left: 53px;
	}

	header div.inner{
		padding: 10px;
		position: relative;
	}

	div.divWawtBackgroundStr {
		height: 55px;
	}

	div.divWawtBackground {
		height: 55px;
	}
}


@media (max-width: 400px) {
	header div.inner {
		padding: 0px;
	}

	header div.divLogoContainer {
		float: none;
		text-align: center;
		width: 100%;
		margin-top: 0px;
		padding-top: 14px !important;
	}

	header div.divLogoContainer span {
		display: none;
	}

	header img.logo {
		float: none;
		margin: 0px auto;
		max-height: 55px;
	}
}












nav{
	background-color: #7eaed2;
}

nav > ul{
	width: 1200px;
	margin: auto !important;
}

nav > ul > li{
	display: inline-block;
}

nav > ul > li > a{
	display: block;
	padding: 20px 24px;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

nav > ul > li:hover > a{
	background-color: #5cb9df;
}

nav > ul > li.header_links{
	display: none;
}

nav > ul > li > ul{
	position: absolute;
	display: none;
	border-bottom: 8px solid #5cb9df;
	z-index: 999;
	background-color: white;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

nav > ul > li:hover ul{
	display: block;
}

nav > ul > li > ul > li{
	border-top: 1px solid #eee;
}

nav > ul > li > ul > li > a{
	color: #555;
	text-decoration: none;
	display: block;
	padding: 15px 50px 15px 24px;
	font-size: 14px;
}

nav > ul > li > ul > li > a:hover{
	background-color: #eee;
}

@media (max-width: 1250px) {
	nav > ul{
		width: 950px;
	}
}

@media (max-width: 1000px) {
	nav > ul{
		width: 714px;
	}

	nav > ul > li > a{
		padding: 15px;
	}

	nav > ul > li > ul{
		box-shadow: none;
	}

	nav > ul > li > ul > li > a{
		padding: 15px 30px 15px 15px;
	}
}

@media (max-width: 760px) {
	nav{
		display: none;
		border-bottom: 3px solid #4D4E53;
	}

	nav > ul > li{
		display: block;
		border-top: 1px solid #ccc;
	}

	nav > ul > li.header_links{
		display: block;
	}

	nav > ul > li > a{
		padding: 15px !important;
	}

	nav > ul > li > ul{
		position: static;
		border: 0px;
		padding: 0px;
	}

	nav > ul > li:hover ul{
		display: none;
	}

	nav > ul > li > ul > li{
		border-top: 1px solid #eee;
	}

	nav > ul > li > ul > li > a{
		padding: 12px 15px;
	}
}












@media (max-width: 760px) {
	div.divMainContainer{
		padding: 15px;
	}
}

@media (max-width: 640px) {
	div.divMainContainer{
		padding: 10px;
	}
}










div.divGenericStockBlock {
	width: calc(100% - 2px);
	height: 250px;
	border: 1px solid #7eaed2;
	margin-top: 40px;
}
div.divGenericStockBlock h2{
	margin-top: 0px;
	line-height: 1em;
	background-color: #7eaed2;
	padding: 10px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 24px;
	z-index: 1;
}

div.divGenericStockBlock p {
	margin: 15px;
	z-index: 1;
}










div.divVehicleSourcingForm {
	height: auto;
}
div.divVehicleSourcingForm .half {
	width: 50%;
}
div.divVehicleSourcingForm .half.fl {
	float: left;
}
div.divVehicleSourcingForm .half.fr {
	float: right;
}
div.divVehicleSourcingForm .subWrapper {
	text-align: center;
}



div.divVehicleSourcingForm span.input-wrap {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

div.divVehicleSourcingForm .input-wrap select {
	width: 70%;
	margin-left: 15%;
	margin-top: 20px;
}

div.divVehicleSourcingForm .input-wrap input {
	padding: 0px;
	width: 70%;
	margin-left: 15%;
	margin-top: 20px;
}

















footer{
	margin-top: 50px;
	background-color: #7eaed2;
}

footer ul{
	color: black;
	text-align: center;
	padding: 30px;
	font-size: 14px;
}

footer ul li{
	display: inline-block;
	border-left: 1px solid white;
	padding: 3px 20px;
}

footer ul li:first-child{
	border: 0px;
	padding-left: 0px;
}

footer ul li a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

footer ul li a:hover{
	color: white;
	text-decoration: underline;
}

footer div.address {
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	color: #aaa;
}

footer div.copyright{
	text-align: center;
	padding: 0px 0px 30px;
	font-size: 12px;
	color: white;
}

footer div.copyright img{
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
}

@media (max-width: 760px) {
	footer ul li{
		display: block;
		border: 0px;
		padding: 5px 0px;
	}
}




@media (max-width: 760px) {
	div.divContainerContainer{
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 640px) {
	div.divContainerContainer{
		margin-left: 10px;
		margin-right: 10px;
	}
}

div.divContainerContainer p{
	font-size: 14px;
	margin: 15px;
}

.contactContainer {
	display: flex;
	position: relative;
	opacity: 1;
	margin: 0px 30px 15px 15px;
}

.informationContainer {
	width: 25%;
	margin-bottom: 20px;
}

.informationContainer table {
	width: 100%;
	color: white;
}

.formContainer label{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #7eaed2;
}

.informationTableContainer {
	width: 90%;
	background-color: #7eaed2;
	padding: 16px 4px;
	box-sizing: border-box;
}

.informationContainer a {
	text-decoration: none;
	color: white;
}

.informationContainer th {
	width: 30px;
}

.informationContainer th, .informationContainer td {
	padding: 6px 4px;
	font-size: 14px;
	font-weight: normal;
}

.formContainer {
	width: 75%;
}


.formContainer input[type=text], .formContainer select {
	border: 1px solid #888888;
	padding: 8px 16px;
	box-sizing: border-box;
	width: 100%;
}


.formContainer form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formContainer div{
	display: flex;
	flex-direction: column;
	padding: 0px 0px 12px 0;
	width: 22%;
}

.consent{
	width: 100% !important;
	flex-direction: row!important;
	margin-top: 0px;
}

.consent label {
	margin-left: 10px;
	font-size: 12px;
	color: #888888!important;
	text-transform: unset!important;
	margin-bottom: 0px;
}

div.submit{
	margin-top: 7px;
}

.message {
	width: 100% !important;
	margin-top: 10px;
	margin-bottom: 7px;
}

.message textarea {
	width: 100%;
	border: 1px solid #888888;
	height: 100px;
	box-sizing: border-box;
	padding: 16px;
}

@media(max-width: 1000px) {
	.contactContainer {
		flex-direction: column;
	}

	.informationContainer, .informationTableContainer, .formContainer {
		width: 100%;
	}

	.formContainer div {
		width: 48%;
	}
}

@media(max-width: 500px) {
	.formContainer div {
		width: 100%;
	}
}













div.divHomeContentBlock {
	position: relative;
	border: 1px solid #7eaed2;
	height: auto;
	margin-top: 25px;
}

div.divHomeContentBlock.divHomeThutSocials {
	width: calc(100% - 2px);
	height: 180px;
}

div.home_content p{
	font-size: 14px;
}

div.gradient:first-child {
	background-image: linear-gradient(to right, white, transparent);
	position: absolute;
	z-index: 1;
	margin-top: 0px;
	width: 20px;
	height: 120px;
}

div.gradient:nth-child(2) {
	background-image: linear-gradient(to left, white, transparent);
	position: absolute;
	z-index: 1;
	margin-top: 0px;
	width: 20px;
	height: 120px;
	right: 0px;
}

div.divHomeContentBlock.divHomeThutSocials ul.divSocialMarquee {
	width: 100%;
	height: 120px;
	list-style-type: none;
	line-height: 1em;
	overflow: hidden;
	margin: 10px 0;
}

div.divHomeContentBlock.divHomeThutSocials .divSocialMarquee li {
	width: 150px;
	height: 120px;
	display: inline;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}

div.divHomeContentBlock.divHomeThutSocials .divSocialMarquee li:last-child {
	margin-right: 0px;
}

div.divHomeContentBlock.divHomeThutSocials .divSocialMarquee li a {
	cursor: pointer;
}

div.divHomeContentBlock.divHomeThutSocials .divSocialMarquee li div.item {
	width: 150px;
	height: 120px;
	background-size: contain;
	position: relative;
	margin: 0px;
	display: table;
	background-position: center;
	background-size: 110px;
	background-repeat: no-repeat;
}

div.divHomeContentBlock.divHomeThutSocials .divSocialMarquee li div.item div.item-description {
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
}

div.divHomeContentBlock.divHomeThutSocials .divSocialMarquee li div.item div.item-description > p {
	text-align: center;
	color: white;
	font-size: 14px;
	background-color: #7eaed2;
	padding: 5px;
	transition-duration: 0.2s;
	margin: 0px;
}

div.divHomeContentBlock.divStockNotifications {
	width: 404px;
	float: left;
	height: 294px;
	margin-left: 20px;
}

div.divHomeContentBlock.divInstagramWidget {
	float: left;
	width: 250px;
	height: 294px;
}

div.divHomeContentBlock.divInstagramWidget #divSnapContainer {
	width: 250px;
	position: relative;
	height: 70%;
}

div.divHomeContentBlock.divInstagramWidget #divSnapContainer > #divSnapOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: transparent;
	z-index: 2;
	/*background-image: url("/main/_images/home/instagram_placeholder.jpg");*/
	/*background-position: center center;*/
	/*background-size: cover;*/
	width: 192px;
	margin: 10px 29px 0;
}

div.divHomeContentBlock.divInstagramWidget #divSnapContainer > iframe {
	width: 192px;
	margin: 10px 29px 0;
}

div.divHomeContentBlock.divInstagramWidget div.divInstagramNick {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

div.divHomeContentBlock.divInstagramWidget a {
	text-decoration: none;
}

div.divHomeContentBlock.divInstagramWidget a:hover  {
	text-decoration: underline;
}

div.divHomeContentBlock.divTwitterWidget {
	float: left;
	width: 250px;
	height: 294px;
	margin-left: 20px;
}

div.divHomeContentBlock #divTwitterContainer {
	height: 250px;
}

div.divHomeContentBlock #divTwitterContainer > iframe {
	height: 250px !important;
}

@media (max-width: 1000px) {
	div.divHomeContentBlock.divStockNotifications {
		width: 100%;
		height: 250px;
		margin-left: 0px;
	}

	div.divHomeContentBlock.divInstagramWidget {
		display: none;
	}

	div.divHomeContentBlock.divTwitterWidget {
		display: none;
	}
}
@media (max-width: 760px) {
	div.divHomeContentBlock.divStockNotifications {
		width: 100%;
		height: auto;
	}
}







div.divHomeContentBlock h2{
	margin-top: 0px;
	line-height: 1em;
	background-color: #7eaed2;
	padding: 14px;
	color: white;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	z-index: 1;
	font-weight: bold;
}

div.divHomeContentBlock p {
	margin-top: 15px;
	z-index: 1;
}

div.divContentBack {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	z-index: -1;
	background-position: center;
	background-size: cover;
}


#googleMap {
	width: 100%;
	height: 400px;
}

.childNav {
    background-color: #464749;
}

.childNav .reset-ul {
	width: 1200px;
	margin: auto !important;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.childNav > ul > li > a {
    display: block;
    padding: 15px 12px;
    font-size: 14px;
    text-decoration: none;
    color: white;
	font-weight: bold;
}

.activeChild, .childNav li:hover {
	background-color: #E6E6E6;
}

.activeChild a, .childNav li:hover a {
	background-color: #E6E6E6;
	color: black !important;
}

@media(max-width: 1250px) {
	.childNav .reset-ul {
		width: 950px;
	}
}

@media(max-width: 1000px) {
	.childNav .reset-ul {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
}







div.divStockNotificationsForm p{
	margin: 15px;
	font-size: 14px;
}