/*
* BATBOX.PRO / ASSETS / CSS / USER_STYLE.CSS
* CLASS USE : .MODULE-MODULE_NAME-SUB_MODULE_NAME
* COPYRIGHT © 2018 - BATBOX
*/

/* COMMON */

.color-white {
	color: #fff;
}

.bg_light_user {
	background: unset;
}

.hidden {
	display: none;
}

.loader-too-long{
	color: #ffffff;
	text-align: center;
	padding-top: 40%;
}

.mg-0 {
	margin: 0 0 0 0;
}

.mg-auto {
	margin: auto;
	float: unset;
}

.width_full {
	width: 100%;
	padding: unset;
}

.btn_user {
	font-size: 20px !important;
	margin: 0 30px;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.underline {
	border-bottom: 1px solid black;
}

/* MODULE COMMON */

.module-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #111;
}

.module-title p{
	letter-spacing: 0.5px;
	font-weight: 400;
	font-size: 19px;
}

/* HEADER */

.header {
	letter-spacing: 2px;
	font-weight: 400;
	color: #fff;
}

.header-mb-0 {
	margin-bottom: 0px;
}

.header-title-size-1 {
	font-size: 13px;
}

.header-title-size-5 {
	font-size: 25px;
}

.header-title-size-6 {
	font-size: 55px;
}

.header-inline {
	display: inline-block;
}

/* NAVBAR */

.navbar-bar {
	min-height: 60px;
}

.navbar-logo-transform {
	transform: scale(0.60);
	padding-top: 0;
	-moz-transition: all 0.35s ease-in-out 0s;
	-webkit-transition : all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s; 
}

.navbar-logo {
	transform: scale(0.95);
	padding-top: 15px;
}

.navbar-nav {
	vertical-align: center;
}

.navbar-brand{
	padding: unset;
	height: unset;
}

/* FEATURES */

.features-subtitle {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-bottom: 70px;
}

/* LOADING */

.loading-item {
	position: relative;
	margin: 35px 0 0 0;
}

.loading-item p, .loading-item ul {
	margin: 0 50px 0 50px;
}

.loading-item h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 16px;
	color: #111;
	margin: 16px 50px 15px;
}

.loading-icon {
	line-height: 1.2;
	font-size: 42px;
	color: #111;
}

.loading-btn {
	border-radius: 30px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 11px 42px;
	background-color: #f59d53;
	border: 1px solid #fff;
}

.loading-btn:hover {
	background-color: #fff;
	color: #f59d53;
	border-color: #f59d53;
}

.sub-title-box {
	text-align: center;
}

/* RENT_NOW */

.rent_now h2 {
	margin-bottom: 0;
}

.rent_now p {
	font-size: 15px;
}

/* STOCK */

.stock {
	font-size: 16px;
	padding: 70px 0 70px;
}

.stock-location-text {
	text-align: center;
	padding: 20px;
}

.stock-location ul {
	padding: 0 0 0 0;
}

.stock-location ul li {
	list-style: none;
}

#stock-map {
	height: 600px;
	width: 100%;
}

.stock-map-popup-width {
	width: 26%;
}

.stock-map-popup {
	text-align: center;
	padding: 0 0 0 0;
	font-size: 17px;
	letter-spacing: 0.5px;
}

.stock-map-popup img{
	transform: scale(0.70);
}

.stock-map-popup ul{
	list-style: none;
}

.stock-map-popup ul li {
	padding: 5px 0 0 0;
}

.pop-visit-card {
	background-color: #f59d53;
	padding : 15px 0 15px;
	color: #fff;
}

.pop-visit-card a {
	color: #fff;
	border: 1px solid #fff;
}

.pop-visit-card ul li a {
	border: none;
}

/* GALLERIE */

.landing-screenshot h2 {
	color: #fff;
}

/* FAQ */

.tableau {
	padding-top: 70px;
}

.faq-module-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	margin: 116px 0 70px;
}

.faq-module {
	background: rgba(34, 34, 34, 0.08);
	position: relative;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.faq-module-subtitle {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 70px;
}

/* MEDIA QUERIES */


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

	.titan-caption {
		width: 100%;
	}

	.navbar-logo {
		transform: scale(0.60);
	}

	.navbar-logo-transform {
		/* None */
	}

	.header-title-size-5 {
		font-size: 20px;
	}

	.header-title-size-6 {
		font-size: 28px;
	}

	.landing-image-text {
		text-align: center;
	}

	.landing-image-text ul {
		text-align: left;
	}

	.landing-image-text h2 {
		margin: 0;
	}

	#stock-map {
		margin: 0 0 0 0;
		height: 500px;
		width: 97%;
		padding: 20px;
		text-align: left;
	}

	.stock-location-text ul {
		text-align: center;
	}

	.stock-map-popup {
		font-size: 13px;
		letter-spacing: 0.2px;
	}

	.stock-map-popup ul {
		text-align: center;
	}

	.stock-map-popup ul li {
		padding: 0 0 0 0;
	}

	.stock-map-popup-width {
		width: 60%;
	}

	.stock-map-popup-btn {
		padding: 4px 9px;
	}

	.header-mb-0 {
		margin: 50px 0 80px 0;
	}

	.loading-item p {
		font-size: 14px;
	}

	.loading-item ul li {
		font-size: 14px;
	}
	
	.alt-features-icon {
		font-size: 40px;
	}
}