/* --------------------------------------
  Navigation
  -------------------------------------- */
.navbar {
	margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 600;
	transition-duration: 0.3s;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: red;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: red;
	color: #fff;
}

/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: red;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}


/* --------------------------------------
  Header
  -------------------------------------- */
.header {
	height: 400px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url('../images/nuovo-brand.jpg');
	position: relative;
}

.header-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}

.header-content {
	position: absolute;
	width: 100%;
	top: 35%;
}

.header-content h2 {
	font-weight: 600;
	font-size: 35px;
	color: #fff;
}

.header-rule {
	width: 80px;
	border-top: 1px solid #E80707;
}

.head-content {
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #fff;
}

.head-content h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 600;
}

.head-content .header-rule {
	margin-left: 0px;
}

/* --------------------------------------
  Footer
  -------------------------------------- */
.footer {
	background: #0e0d0e;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

.black-bg {
	position: absolute;
}

.social-icons {
	margin-top: 5px;
	padding-left: 10px;
}

.social-icons li {
	display: inline-block;
	margin-right: 10px;
	list-style: none;
	padding-top: 4px;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
}

.footer h3 {
	margin-top: 13px;
	margin-bottom: 15px;
	font-weight: 600;
	color: red;
}

.footer-links {
	padding-left: 5px;
} 

.footer-links li {
	list-style: none;
	padding-top: 5px;
}

.footer-links li>a {
	color: white;
	transition-duration: 0.3s;
}

.footer-links li>a:hover, .footer-links li>a:focus {
	color: red;
	text-decoration: none;
}

.footer p {
	font-size: 13px;
	margin-bottom: 10px;
}

.sub-footer {
	background: #2b2a2b;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}

.sub-footer .small {
	font-size: 10px;
}

/* --------------------------------------
  Global Styles
  -------------------------------------- */
html,body {
  height: 100%;
	width: 100%;
  font-family: 'Raleway', sans-serif;
} 

.no-pad-all {
	padding-right: 0px;
	padding-left: 0px;
}

.banner-mini-stellar {
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed !important;
}

@media(max-width: 768px) {

}

@media(max-width: 468px) {
	.navbar-toggle {
		border-radius: 0px;
		height: 40px;
		width: 45px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #333;
	}

	.navbar-nav {
		border-top: 2px solid #e3e3e3;
	}
}


@media (min-width: 768px) {
	.navbar .collapse {
	  	display: block !important;
	}

	.navbar {
		background: transparent;
		position: absolute;
		top: 20px;
		z-index: 10;
		width: 100%;
		border: none;
	}

	.flex {
		display: flex;
	}
}

.contact .form-control {
   height: 50px;
   
}
.txt {
   height: 100px !important;  
}

.pdt-3{
	padding-top: 2rem;
}

.pdy-3{
	padding-top: auto;
	padding-bottom: auto;

}

.btn-sub{
	background-color: #b51b1b;	
	color: white !important;
}

.thankyou {
	height: 100vh;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url('../images/jeep-carousel.jpg');
	position: relative;
}

.thankyou-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}