/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* ---------------------------------------------------------------------------
*
*/
/* =================================== */
/*	Basic Style
/* =================================== */
body {
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #818181;
}

.nota{
	font-size: 14px !important;
	color: #333 !important;
    text-align: center !important;
    z-index: 10 !important;
    left: none !important;
	right: none !important;
	margin-top: 26px !important;
}

.nota2{
	font-size: 14px !important;
    color: #333 !important;
    margin-top: -16px;
    margin-bottom: 16px;
}

figure,
p,
address {
	margin: 0;
}

p {
	line-height: 25px;
}

iframe {
	border: 0;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a,
a:hover,
a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Montserrat', sans-serif;
	color: #252525;
}

main>section {
	padding: 50px 0;
}

textarea:focus,
input:focus,
select:focus {
    outline: 0 !important;
}

.font_white{
	color: #FFF !important;
}

.btn {
	border-radius: 0;
	border: 0;
	position: relative;
	text-transform: uppercase;
}

.btn-gray {
	background-color: #3c487a;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
	padding: 15px 55px;
	color: #fff;
	font-weight: 600;
}

.btn-gray:hover {
	background-color: #3c487a;
}

.btn-border {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 35px;
}

.bg-blue {
	background-color: #009EE3;
}


/* Sweep To Right */

.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
	color: #2a2a2a;
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/* ------------ */

.btn-effect_dark {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	-ms-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect_dark:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2f2f2f;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	-ms-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-effect_dark:hover,
.btn-effect_dark:focus,
.btn-effect_dark:active {
	color: #FFF;
}

.btn-effect_dark:hover:before,
.btn-effect_dark:focus:before,
.btn-effect_dark:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/* ------------ */

.sec-title {
	margin-bottom: 40px;
}

.sec-title-white {
	margin-bottom: 40px;
}

.sec-title p {
	color: #333333;
}

.sec-title h2 {
	font-size: 36px;
	margin: 0 0 20px 0;
	/* padding-bottom: 10px; */
	position: relative;
	text-transform: uppercase;
}

h2.busca {
	font-size: 32px;
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	text-transform: none;
	color: #fff;
}

h2.busca i{
	color: #fff;
	margin-left: 20px;
	font-size: 28px;
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}

h2.busca:hover, 
h2.busca:hover i{
	cursor: pointer;
	animation-name: bounce;
	-moz-animation-name: bounce;
}

.sec-title-white {
	color: #fff !important;
}

.sec-title-white h2 {
	color: #fff !important;
}

.sec-title-white h2 {
	font-size: 36px;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}

.parallax {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner {
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	padding: 200px 0px 200px 0px;
}

.banner h1 {
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
	font-weight: light;
	font-size: 36px;
}

/*
/*	Preloader
/* ==========================================*/

#preloader {
	background-color: #f0f0f0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/*Battery*/

.loader-box {
	border-radius: 1px;
	height: 100px;
	left: 50%;
	margin-left: -64px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 150px;
	text-align: center;
}

.loader-box img {
	width: 100%;
}


.loader-box hr {
	width: 100%;
	height: 3px;
	margin-bottom: 0px;
	background-color: #cdcdcd;
	-webkit-animation: load 3s linear infinite;
	-moz-animation: load 3s linear infinite;
	animation: load 3s linear infinite;
}

.loader-box span {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

@-webkit-keyframes load {
	0% {
		box-shadow: inset 0px 0px 0px #656565;
	}
	100% {
		box-shadow: inset 150px 0px 0px #656565;
	}
}

@-moz-keyframes load {
	0% {
		box-shadow: inset 0px 0px 0px #656565;
	}
	100% {
		box-shadow: inset 150px 0px 0px #656565;
	}
}

@keyframes load {
	0% {
		box-shadow: inset 0px 0px 0px #656565;
	}
	100% {
		box-shadow: inset 150px 0px 0px #656565;
	}
}

/*
/*	Preloader 2
/* ==========================================*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #000000;

  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #000000;
}

.pace.pace-inactive {
  display: none;
}

/**
/*	Header
/* ==========================================*/

.whats_top_total{
	width:16px; 
	height:16px;
	float: right;
	margin: 21px 0 21px 8px;
}

.whats_top_total a, i{
	font-size: 18px;
	color: #2b1777;
}

.whats_top_total a, i:hover{
	color: #FF0000;
}

#navigation {
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	background-color: #FFF;
	padding: 5px 0;
}

#navigation.animated-header {
	padding: 20px 0;
	color: #fff;
}

h1.navbar-brand {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.navbar-brand img {
	width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.menu__item--current a{
	color: #FF0000;
}

/* ------------------
	TOOGLE
-------------------*/

.navbar-toggle {
  border-color: #2b1777;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #FF0000;
}
.navbar-toggle .icon-bar {
  background: #2b1777;
  transition: 0.3s;
}
.navbar-toggle:hover .icon-bar {
  background: #FF0000;
}

/*=================================================================
	Home Slider
==================================================================*/

#home-slider {
	position: relative;
	padding: 0;
}

.sl-slider-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sl-slide {
	z-index: 1;
}

.slide-caption {
	color: #fff;
	display: table;
	height: 100%;
	left: 0;
	min-height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 11;
	/*background: url('../img/slider/content/slide_bg.png') repeat scroll 0 0 transparent;*/
}

.slide-caption .caption-content {
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px;
}

.caption-content h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
	text-shadow: 2px 0px 8px #000;
}

.caption-content>span {
	display: block;
	font-size: 18px;
	margin: 30px;
}

.caption-content p {
	font-size: 29px;
	margin-bottom: 65px;
}


/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
}


/* Horizontal slide */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}


/* Vertical slide */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}


/* Content wrapper */


/* Width and height is set dynamically */

.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
}

.fancybox-item.fancybox-close {
	background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
	height: 50px;
	right: 0;
	top: 0;
	width: 50px;
}

.fancybox-next span {
	background: url("../img/right.png") no-repeat scroll center center #009ee3;
	height: 50px;
	width: 50px;
	right: 0;
}

.fancybox-prev span {
	background: url("../img/left.png") no-repeat scroll center center #009ee3;
	height: 50px;
	width: 50px;
	left: 0;
}

/*=================================================================
	Simple Search Vehicles
==================================================================*/

#simple_search_vehicles{
	background-color: #3c487a;
}

#abre-busca {
	margin-top:20px;
	display:block;
}

.form_simple_search_vehicles{
}

.form_simple_search_vehicles input{
	border-radius: 5px;
	float: left;
	width: 46%;
	height: 50px;
	margin-right: 10px;
}

.form_simple_search_vehicles select{
	border-radius: 5px;
	float: left;
	width: 30%;
	height: 50px;
	margin-right: 10px;
}

.form_simple_search_vehicles button{
	border-radius: 5px;
	float: left;
	width: 20%;
	height: 50px;
}

.btn-black{
	background-color: #202020;
    padding: 15px 0;
    color: #fff;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-black i{
	color:#FFF;
	margin-right: 10px;
	font-size: 16px;
}

.btn-black:hover{
	background-color: #101010;
    color: #fff;
}

/*=================================================================
	Search Vehicles
==================================================================*/

#search_vehicles{
	padding: 20px 0;
	background-color: #3c487a;
}

.form_search_vehicles{
}

.form_search_vehicles input{
	border-radius: 5px;
	float: left;
	width: 36%;
	height: 50px;
	margin-right: 10px;
}

.form_search_vehicles select{
	border-radius: 5px;
	float: left;
	width: 20%;
	height: 50px;
	margin-right: 10px;
}

.form_search_vehicles button{
	border-radius: 5px;
	float: left;
	width: 19%;
	height: 50px;
}

.btn-black{
	background-color: #202020;
    padding: 15px 0;
    color: #fff;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-black:hover{
	background-color: #101010;
    color: #fff;
}

/*=================================================================
	About
==================================================================*/

#about {
	background-color: #efefef;
	color: #2a2a2a;
}

.about-img {
	width: 100%;
	height: 550px;
	background-image: url(../img/about-us/about-us.jpg);
	background-repeat: no-repeat;
}

.about-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: right;
	width: 60%;
	padding: 40px;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 15px 0px rgba(175, 175, 175, 0.75);
	-moz-box-shadow: 4px 4px 15px 0px rgba(175, 175, 175, 0.75));
	box-shadow: 4px 4px 15px 0px rgba(175, 175, 175, 0.75);
}

.about-text p,
.about-text>p>span {
	margin-top: 20px;
	line-height: 20px;
	text-align: justify;
	font-size: 15px;
}

.about-text span {
	font-size: 24px;
}

.about-text>p>span,
.about-text span {
	font-weight: bold;
}

.about-item {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 40px;
	margin: 20px;
}
.about-item i{
	color: #2a2a2a;
}

.about-item p {
	/*text-indent: 25px;*/
}

.about-item>p>span {
	font-weight: bold;
}

/*=================================================================
	HOME Vehicles
==================================================================*/
.zoom {
	overflow: hidden;
}

.zoom #img_effect {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover #img_effect {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.text-item p {
	position: absolute;
	color: #2a2a2a;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	z-index: 10;
	left: 5%;
	right: 5%;
}

/*=================================================================
	Portfolio Vehicles
==================================================================*/

.center{
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}

#portfolio_vehicles{
	background-color: #F0F0F0;
}

.banner_vehicles{
	background-color: #FFF;
	box-shadow: 1px 1px 4px #CCC;
	margin: 25px 0;
/*	max-width: 287px;*/
}

.img_banner_vehicles{
	margin: 5% 5% 5% 5%;
	max-height: 177px;
}

.img_banner_vehicles img{
	/*border: 1px solid #999;*/
}

.text-banner{
	padding: 0 5% 5% 5%;
	color: #333333;
	display: table;
	width: 100%;
}

.title-banner{}

.marca_banner{
	margin: 15px 0; 
}

.marca_banner img{
	width: 35px;
	margin-right: 5px; 
}

.price_banner{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.line_banner{
	height: 1px;
	background-color: #999;
}

.year_banner{
	font-size: 13px;
	margin-top: 5px;
	float: left;
}

.type_banner{
	font-size: 13px;
	margin-top: 5px;
	float: right;
}

/*===========================
	individual Vehicles
=============================*/

.text_directory{
	float: left; 
}

.text_back{
	float: right;
}

.title_prt_ind_vehicles{
}

.title_prt_ind_vehicles p{
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 700;
}

.title_veh{
	float: left;
}
.price_veh{
	float: right;
}

.line_ind_vehicles{
	width: 100%;
	height: 1px;
	background-color: #666;
	margin: 30px 0;
}

.vehicles_gallery{
	width: 49%;
}

.vehicle_details{
	width: 49%;
}

.title_data_vehicles{
	font-size: 24px;
	color: #3c487a;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0 0 10px 0;
}

.vehicle_details p{
	font-size: 18px;
	color: #333;
	line-height: 58px;
}

.data_vehicles{
	width: 49%;
	padding-right: 15px;
    padding-left: 15px;
}

.data_vehicles p{
	text-transform: uppercase;
}

.form_ind_vehicles{
	margin: 25px 0 0 0;
}

.form-control-vehicles{
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: none;
	color: #333333;
	font-size: 16px;
	height: 50px;
	width: 49%;
	margin: 0 0 20px 0;
	padding: 0 20px;
	background-color: #F0F0F0;
}

textarea.form-control-vehicles{
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: none;
	color: #333333;
	font-size: 16px;
	width: 100%;
	height: 150px;
	resize: none;
	margin-bottom: 0;
	padding: 15px 20px;
	background-color: #F0F0F0;
}

#submit_vehicles {
	font-weight: 600;
	font-size: 18px;
	/* float: right;
	width: 100%; */
	border-radius: 3px;
	text-transform: none;
	padding: 14px 28px;
	margin-top: 10px;
}

#submit_vehicles:hover {
	color: #fff;
}

.img_principal{
	width: 100%;
	background-color: #000;
}

/* ZOOM WITH ICON */
/*.gallery{
	position: relative;
}
.zoom_img_icon:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f00e"; 
	font-size: 28px;
	position: absolute;
	opacity: 0;
	transition: all 300ms ease;
	color: #fff;
	top:50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.zoom_img_icon:hover{
}

.zoom_img_icon:hover:before{
	opacity: 1;
	background-color: rgba(10,10,10, 0.3);
	transition: all 300ms ease;
}
*/
/* THUMBS */

#thumbs2 {
    height:300px; 
    display:inline-block;
    *display:inline; /* hack for old IE6-7 */
    background-color:#fff;
    box-shadow: 0px 1px 11px rgba(0,0,0,0.2);
    padding:16px;
    position:relative;
    -webkit-user-select: none;
    user-select:none;
}

#thumbs2 div.inner {
    width:auto;
    padding:2px;

    /*the followings should not be changed */
    height:100%;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
    margin:0 auto;
}

#thumbs2 div.inner ul {
    
    /*the followings should not be changed */
    position:relative;
    left:0; top:0;
    list-style:none;
    font-size:0;
    padding:0;
    margin:0;
    float:left!important;
    width:auto!important;
    height:auto!important;
}

#thumbs2 ul li {
    display:block;
    border: 4px solid transparent;
    outline:1px solid transparent;
    margin:0;
    margin-bottom:3px; /* Spacing between thumbs*/
    box-sizing:content-box;
    text-align:center;
    padding:0;
    position:relative;
    list-style:none;
    backface-visibility:hidden;
}

#thumbs2 ul li.active {
   /*box-shadow:0 0 4px #999;*/
   outline-color:black;
}

#thumbs2 li:hover {
    border-color:rgba(255,255,255,0.5);
}

#thumbs2 .thumb {
    
    width:100%;
    height: 100%;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    display:block;
    position:absolute;
    font-size:0;
}

/* --------- navigation controls ------- */
/* The nav id should be: slider id + ("-prev", "-next", and "-pause-play") */

#thumbs2-pause-play {display:none;} /*.pause*/

#thumbs2-prev, #thumbs2-next
{
    position: absolute;
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    margin:0;
    z-index:10;
    cursor:pointer;
    transition:opacity 0.6s;
    *background-color:#ccc;/*IE7 hack*/
    backface-visibility:hidden;
}

#thumbs2-prev {
    top:-36px;
}

#thumbs2-next {
    bottom:-36px;
}
#thumbs2-next.disabled, #thumbs2-prev.disabled {
    opacity:0.1;
    cursor:default;
}

/* arrows */
#thumbs2-prev::before, #thumbs2-next::before {
    position:absolute;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left:-20px;
    border-left: 4px solid black;
    border-top: 4px solid black;
}

#thumbs2-prev::before {
    top:15px;
    -ms-transform:rotate(-45deg);/*IE9*/
    -webkit-transform:rotate(45deg);
    transform: rotate(45deg);
}

#thumbs2-next::before {
    bottom:15px;
    -ms-transform:rotate(135deg);/*IE9*/
    -webkit-transform:rotate(-135deg);
    transform: rotate(-135deg);
}

/*=================================================================
	Contact
==================================================================*/

.input-field {
	margin-top: 10px;
	border: 1px solid #818181;
}

.input-field input:focus{
	outline: 0 !important;
}

.form-control {
	border: 1px solid #ececec;
	border-radius: 0;
	box-shadow: none;
	color: #818181;
	font-size: 16px;
	height: 40px;
}

textarea.form-control {
	width: 100%;
	height: 120px;
	resize: none;
}

#submit {
	font-weight: 600;
	font-size: 18px;
	padding: 10px 40px;
	margin-top: 10px;
	/* float: right;
	width: 100%; */
	text-transform: none;
	-webkit-transition: all 2s lighter;
	-moz-transition: all 2s linear;
	-o-transition: all 2s linear;
	transition: all 2s linear;
}

#submit:hover {
	color: #fff;
}

#contact{
	background-color: #7f0d0d;
}
#contact .btn-effect:before{
	background:#2a2a2a;
}
.contact-details img {
	width: 40px;
	height: 40px;
	margin: -9px 16px 0 0;
}

.contact-details h3 {
	margin-top: 5px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}

.contact-details p {
	color: #FFF;
	padding: 22px 0;
}

#btfone {
    color: #FFF!important;
}

/*============================================================
	Google Maps
==============================================================*/

#google-map {
	padding: 0;
}

#map-total {
	width: 100%;
	height: 350px;
}


/*============================================================
	Footer
==============================================================*/

#footer {
	padding: px 0;
	color: #fff;
	background-image: url('../img/footer/bg_footer.jpg');
	background-position: center; /* Center the image */
	background-size: cover;
	background-repeat: no-repeat;
}

#footer .container_padding {
	padding: 50px 20px;
}

.background_sub_footer{
	background-color: #000;
	width: 100%;
	height: 100%;	
}

#footer .container_padding2 {
	padding: 10px 20px;
}

.background_sub_footer p, span{
	padding: 1px 0;
	color: #FFF;
	font-size: 14px;
}

.posicao_conteudo{
	text-align: left;
}
.posicao_conteudo2{
	text-align: right;
}

.margin_facebook_footer{
	margin-left: 10px;
}

.footer-content li,
.footer-content p {
	text-align: justify;
	line-height: 22px;
}

.footer-content span {
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
}

.footer-item-phone ul{
	margin-left: -40px;
	margin-top: 18px;
	list-style: none;
}

.footer-item-phone li,
.footer-item-phone p{
	line-height: 22px;
}

.footer-item-phone li,
.footer-item-phone p,
.footer-item-phone a {
	font-size: 26px;
	margin: 20px 0;
}

.footer-item-phone li,
.footer-item-phone p,
.footer-item-phone a,
.footer-item-phone i {
	margin-right: 10px;
	color: #FFF;
}

.footer-item span,
.footer-item-phone span {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}

.footer-item {}

.footer-item ul {
	list-style: none;
	margin-left: -40px;
	margin-top: 18px;
}

.footer-item li a {
	color: #FFF;
}

.footer-item li a:hover {
	color: #8b9dc3;
}

.footer-clock {}

.footer-clock li i{
	float: left;
	margin-right: 15px;
	padding-bottom: 44px;
	color: #FFF;
}

.footer-clock li p{
	text-align: justify;
}

.footer-item-social{
}

.footer-item-social span{
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	margin-left: 100px;
}

.footer-item-social ul{
	list-style: none;
    margin: 10px 62px;
}

.footer-item-social i{
	margin-right: 10px;
}

#btfonefooter{
    color: #FFFFFF!important;
}

#btfacefooter i{
    color: #FFFFFF;
}

#btfacefooter i:hover{
	color: #3a559f;
}

#btinstafooter i{
    color: #FFFFFF;

	-webkit-transition: 0.1s linear;
	   -moz-transition: 0.1s linear;
	     -o-transition: 0.1s linear;
	        transition: 0.1s linear;
}

#btinstafooter i:hover{
	color: #f07676;
}

#btwhatfooter i{
    color: #FFFFFF;
}

#btwhatfooter i:hover{
	color: #00a82d;
}

.secondLi {
	margin-left: 30px;
}

.divide_line{
	width: 100%;
	height: 1px;
	background-color: #333333;
}


/*sub footer*/

#footer .container-fluid .row {
	background-color: #111111;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .container-fluid .row img {
    padding: 14px 10px 0 10px;
	width: 100px;
	height: auto;
	position: relative;
	right: 50%;
	transform: translateX(50%);
	float: right;
}

.gradualfader {
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#footer .container-fluid .row p {
	line-height: 24px;
	color: #cccccc;
}

#footer .container-fluid .row p>span {
	color: #666666;
}


/*============================================================
	portfolio
==============================================================*/


/* Banner */
#portfoliopage{
	background-image: url('../img/portfolio/portfolio_banner.jpg');
}

/*============================================================
	Project
==============================================================*/

#project{
	background-image: url('../img/portfolio/individual/project_banner.jpg');
}

#project-info{
	background-color:#fbfcfe;
}
.datasheet {
	color: #333333;
	margin-left:20px;
}

.datasheet h1{
	position:relative;
	margin-top:0px;
}
.datasheet h1:before{
	content:"";
	position:absolute;
	left:-20px;
	width:1px;
	height:330px;
	background-color: #333333;
}
.datasheet span {
	font-size: 28pt;
}

.datasheet p span,
.datasheet p {
	font-size: 16px;
}

.datasheet p:nth-child(4),
.datasheet p:nth-child(6),
.datasheet span:nth-child(1){
	margin-bottom:20px;
}

.datasheet p span{
	font-weight:bold;
}
.datasheet ul{
	padding:0px;
	margin-top:10px;
}

.datasheet ul li{
	display:inline-block;
	margin-right:20px;
}
.img-prj{
	/*height:300px;*/
    margin: 5px 0 0 0;
}
.img-prj img{

}
.btnGalery{
	width:100%;
	background-color:#2a2a2a;
	border-radius:5px;
	border:1px solid #2a2a2a;
	color:#fff;
	margin-top:20px;
	padding:20px 0px 20px 0px;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btnGalery:hover{
	background-color:#3f3f3f;
	border:1px solid #3f3f3f;
}

.social-media-icons li{
	padding-top:0;
	width:32px;
	height:32px;
	background-color:#7a7a7a;
	border-radius:100%;
}

.social-media-icons li i{
	color:#ffffff;
	margin:0px;
	text-align:center;
	position:relative;
	left:45%;
	top:45%;
	transform:translate(-40%,-60%);
}

.social-media-icons li:nth-child(1):hover{
	background-color:#00aced;
}

.social-media-icons li:nth-child(2):hover{
	background-color:#d34836;
}

.social-media-icons li:nth-child(3):hover{
	background-color:#3b5998;
}

.social-media-icons li:nth-child(4):hover{
	background-color:#25D366;
}
	#directory{
		padding: 20px 0px 20px 0px;
		background-color: #3c487a;
		color: #FFF;
		font-weight: bold;
	}

	#directory p{
		text-align: left;
		text-transform: uppercase;
		font-size: 14px;
		color: #CCC;
	}

	#directory a{
		color:#CCC;

	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}

	#directory a:hover{
		color:#FFF;
	}

	#directory i{
		font-size: 15px;
		color: #CCC;

	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
	}

	#directory a:hover i{
		color:#FFF;
	}

	#project-content{
		background-color: #d0d0d0;
		text-align:center;
		text-transform: uppercase;
		padding: 0;
	}

	#project-content h1{
		margin: 60px 0px 60px 0px ;
	}
	#project-content h3{
		margin: 0px;
	}
	#project-content img{
		max-width: 100%;
		margin-bottom: 100px; 
	}

#project-content .container-fluid{
		text-transform: none;
		margin-top: 0px;
		padding: 80px 0px 80px 0px;
	  background-color: #fff;
}

#project-content button{
		background-color:#2a2a2a;
		border-radius:5px;
		border:1px solid #2a2a2a;
		color:#fff;
		margin-top:40px;
		padding:10px 50px 10px 50px;

	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
}

#project-content button:hover{
		background-color:#3f3f3f;
		border:1px solid #3f3f3f;
}

@media (max-width:1199px) {
	.img_banner_vehicles{
		max-height: 196px;
	}
	.footer-item span,
	.footer-item-phone span,
	.footer-item-social span{
		font-size: 18px;
	}
	.vehicles_gallery{
		width: 60%;

	}
	.vehicle_details{
		width: 38%;
	}
}

@media (max-width:992px) {
	.posicao_conteudo{
		text-align: center;
	}
	.posicao_conteudo2{
		text-align: center;
	}
	.teste{
		margin-bottom: 25px; 
	}
	.img_banner_vehicles{
		max-height: 230px;
	}
	.footer-item {
		text-align: center;
	}
	.footer-item ul {
		margin: 0!important;
        padding: 15px 0 15px 0;
	}
	.footer-content p {
		padding: 0 15px 0 15px;
	}
	.margin_facebook_footer{
		margin-left: 0!important;
	}
	.footer-item-social {
		text-align: center;
	}
	.footer-item-social span {
		margin-left: 0;
	}
	.footer-item-social ul {
		margin:10px 0;
		padding-inline-start: 0;
	}
	.footer-item-phone{
		text-align: center;
	}
	.footer-item-phone ul{
		margin: 18px 0 40px 0;
	}
	.dados_contato{
		padding-top: 30px;
		text-align: center;
	}
	/* -------------------------------
			Individual Vehicles 
	------------------------------- */
	.title_prt_ind_vehicles p{
		font-size: 24px;
	}
	.title_data_vehicles {
		font-size: 24px;
	}
	.vehicle_details p{
		font-size: 18px;
	}
	.form-control-vehicles{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.data_vehicles{
		width: 100%;
		margin: 15px 0;
	}
	.vehicles_gallery{
		width: 100%;
		margin-bottom: 25px;
	}
	.vehicle_details{
		width: 100%;
		text-align: center;
	}
}
@media (max-width:767px) {
	.whats_top_total{
		display: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		padding-left: 0px;
	}
	/* ----------------------------
	     Simple Search Vehicles
	------------------------------- */
	.form_simple_search_vehicles input{
		width: 100%;
		margin-bottom: 15px;
	}

	.form_simple_search_vehicles select{
		width: 100%;
		margin-bottom: 15px;
	}

	.form_simple_search_vehicles button{
		width: 100%;
		margin-bottom: 15px;
	}

	/* ----------------------------
	     Simple Search Vehicles
	------------------------------- */
	.form_search_vehicles input{
		width: 100%;
		margin-bottom: 15px;
	}

	.form_search_vehicles select{
		width: 100%;
		margin-bottom: 15px;
	}

	.form_search_vehicles button{
		width: 100%;
		margin-bottom: 15px;
	}
	/* -------------------------------
			Individual Vehicles 
	------------------------------- */
	.text_back{
		margin-right: 15px;
	}
	.text_directory{
		display: none;
	}
	.img_banner_vehicles{
		max-height: 100%;
	}
}

@media (max-width:620px) {
	.navbar-inverse .navbar-nav>li>a {
		padding-left: 0px;
	}
	.title_veh{
		float: none;
	}
	.price_veh{
		float: none;
		margin: 15px 0 0 0;
	}
	.img_banner_vehicles{
		max-height: 100%;
	}
}

@media (max-width:480px) {
	.moto_margin_320{
		margin-top: 50px;
	}
	body p{
		font-size: 14px;
	}
	.sec-title h2{
		font-size: 26px;
	}
	h2.busca {
		font-size: 26px;
	}
	.img_banner_vehicles{
		max-height: 100%;
	}
	.form-control {
		font-size: 14px;
	}
	.title_prt_ind_vehicles .title_veh{
		font-size: 20px;
	}
	.title_prt_ind_vehicles .price_veh{
		font-size: 24px;
	}
	.title_data_vehicles {
		font-size: 20px;
	}
	.vehicle_details p{
		font-size: 16px;
	}
}

@media (max-width:360px) {
	.img_banner_vehicles{
		max-height: 100%;
	}
	.moto_margin_320{
		margin-top: 50px;
	}
	.footer-item span,
	.footer-item-phone span,
	.footer-item-social span{
		font-size: 17px;
	}
	.footer-item-phone ul{
		padding-inline-start: 0;
	}
	.footer-item-phone li, .footer-item-phone p, .footer-item-phone a{
    	margin-right: 0;
    }
	.title_prt_ind_vehicles .title_veh{
		font-size: 18px;
	}
	.title_prt_ind_vehicles .price_veh{
		font-size: 20px;
	}
}

.scrollToTop {
	bottom: 60px;
	background-color: rgba(60, 72, 122, 0.75);
	display: none;
	font-size: 30px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 55px;
	z-index: 999;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 55px;
	border-radius: 50%;
}

.scrollToTop i {
	color: #fff;
}
  
  
.scrollToTop:hover,
.scrollToTop:focus {
	background-color: rgba(60, 72, 122, 1);
}