@charset "utf-8";
/* CSS Document */

div.logo {
	background-image: url('../images/trend-rent/trend-rent-logo-large.png');
}

div.logoLarge {
	background-image: url('../images/trend-rent/trend-rent-logo-large.png');
} 

.circle {
	background-color: #ff6600;
}
/*
.circle:hover {
	background-color: #ff9933;
}
*/

#countryChoiceDiv {
	background-color: #ff6600;
}

h1 {
	color: #ff6600;
}

ul.orange-items li {
	color: #ff6600 !important;
}

a.arrow-orange-link {
	background-color: #ff6600;
}

.mobileMenuDiv {
	border: 1px solid #ff9933;
}

.navmainDiv ul > li > a:hover {
	color: #ff6600;
}

.navmainDiv > ul > li:hover > a, .navmainDiv ul li.navmainActive > a {
	color: #ff6600;
}

.navmainDiv > ul > li.nochilds:hover {
	background-color: #ff6600;
}

span.arrowDown {
	background-image: url('../images/trend-rent/arrowDown.png');
}

span.arrowDownOrange {
	background-color: #ff6600 !important;
	background-image: url('../images/arrowDownWhite.png') !important;
}

span.arrowRight {
	background-image: url('../images/trend-rent/arrowRight.png');
}

span.arrowRightOrange {
	background-color: #ff6600 !important;
	background-image: url('../images/arrowRightWhite.png') !important;
}

.retailersLinkDivAlt {
	background-image: url('../images/trend-rent/iconRetailersOrange.png') !important;
}

.retailersLinkDivAlt a {
	color: #ff6600 !important;
}

.mapsSearchAddressActive {
	background-image: url('../images/trend-rent/pointer.png') !important;
}

.mapsSearchAddressActive span {
	color: #ff6600;
}

.mapsSearchAddressActive b {
	color: #ff6600;
}

.tipDiv {
	background-image: url('../images/trend-rent/bgTip.png');
}

.topDiv {
	background-color: #ff6600;
}

.contentLayout a {
	color: #ff6600;
}

a.callToAction {
	background-image: url('../images/trend-rent/bgCallToAction.png');
}

a.linkInfo {
	background-color: #ff6600;
}

a.linkInfo:hover {
	background-color: #ff9933;
}

/*START - PRODUCT CSS*/
.searchHomeDivButton {
	background-color: #ff6600;
}

.searchTextDivButton {
	background-color: #ff6600;
}

.catDivSlogan {
	color: #ff6600;
}

.productDivSpecs span {
	color: #ff6600;
}

.product-thumb-price, .product-detail-price {
	background-color: #ff6600;
}

.productDetailDivPrices div span {
	color: #ff6600;
}

.orangeTextLink {
	color: #ff6600 !important;
	border-bottom: 1px solid #ff6600;
}

.productDetailDivSymbolsPopUp h2 {
	color: #ff6600 !important;
}
/*END*/

/*START - SLIDER CSS*/
.sliderCatTitle {
	color: #ff6600;
}
/*END*/

.huurpunten-title-bar h2 {
	color: #ff6600;
}


/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/
	
	div.logo {
		background-image: url('../images/trend-rent/trend-rent-logo-noshadow.png');
	}
	
	.navmainDivMobile {
		background-color: #ff6600;
	}
	
	.navmainDivMobile ul li {
		border-top: 1px solid #ff9933;
	}
	
	a.callToActionSmall {
		background-image: url('../images/trend-rent/bgCallToAction.png');
	}
	
	/*START - PRODUCT CSS*/
	.productDivSmall .productDivSlogan {
		color: #ff6600;
	}
	/*END*/
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/			
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/
}
/*END*/


/*
Textcolor: #5b5b5b
Boels orange: #ff6600
Hover lightorange: #ff9933 (alleen webkleuren 2 naar links)
Boels dark: #231f20
*/