@charset "utf-8";
/**
 *  AUTOSAPO - Sites Engine
 **/

body {
	color: #494949!important;
	/*background-image: url(../imagens/bg.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;*/
	background-color: #000000;
}

/* For mobile devices */

@media only screen and (max-width: 767px) {
	body {
		background-image: url(../imagens/bg.jpg);
	}
}

/* Tipografia */

p {
	font-size: 1em;
	color: #ffffff;
}

h1 {
	font-size: 1.8em;
}

h2, {
	font-size: 25px;
}

h3, {
	font-size: 20px;
}

h4, h5, h6 {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff
}

/*a  { color:#353334; text-decoration: none!important;}*/

/*a:visited { color:#353334}*/



.lowerc {
	text-transform: lowercase;
}

.up {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.light {
	font-weight: lighter!important;
}

.right {
	text-align: right;
}

br {
	color: #ffffff
}

img {
	border: 0;
}

.clear {
	clear: both;
}

#space_h {
	height: 400px;
}

#space_w {}

/* Tipografia END*/

/* Cores */

.white {
	color: #ffffff!important
}

.black {
	color: #000000!important
}

.bg-white {
	background: #ffffff
}

.bg-black {
	background: #000000
}

.bg-gray {
	background: #000000
}

.bg-gray0 {
	background: #494949
}

.bg-gray1 {
	background: #707070
}

.bg-yelow {
	background: #e9b71e
}

.bg-brown {
	background: #5d5450
}



.color_cliente a {
	color: #ed1c24;
}

/* Cores END*/

/* Borders */

.border {
	border: 1px solid #c3c3c1;
}

.border-radius3 {
	border-radius: 3px;
}

.border-top {
	border-top: 1px solid #c3c3c1;
}

.border-bottom-w {
	border-bottom: 1px solid #ffffff;
}

/* Borders END */

/* Padding e margin*/

.padding10 {
	padding: 10px
}

.padding15 {
	padding: 15px
}

.padding20 {
	padding: 20px
}

.padding30 {
	padding: 1.8em
}

.padding40 {
	padding: 40px
}

.padding-top10 {
	padding-top: 10px;
}

.padding-top20 {
	padding-top: 20px;
}

.padding-top30 {
	padding-top: 1.8em;
}

.padding-top40 {
	padding-top: 40px;
}

.padding-bottom10 {
	padding-bottom: 10px;
}

.padding-bottom20 {
	padding-bottom: 20px;
}

.padding-bottom30 {
	padding-bottom: 1.8em;
}

.padding-bottom40 {
	padding-bottom: 40px;
}

.padding-right10 {
	padding-right: 10px
}

.padding-right20 {
	padding-right: 20px
}

.padding-right30 {
	padding-right: 1.8em
}

.padding-right40 {
	padding-right: 40px
}

.padding-left10 {
	padding-left: 10px
}

.padding-left20 {
	padding-left: 20px
}

.padding-left30 {
	padding-left: 1.8em
}

.padding-left40 {
	padding-left: 40px
}

.margin10 {
	margin: 10px;
}

.margin20 {
	margin: 20px;
}

.margin30 {
	margin: 1.8em;
}

.margin40 {
	margin: 40px;
}

.margin-top-20 {
	margin-top: -20px;
}

.margin-top20 {
	margin-top: 20px;
}

.margin-top22 {
	margin-top: 22px;
}

.margin-top30 {
	margin-top: 1.8em;
}

.margin-top40 {
	margin-top: 40px;
}

.margin-left10 {
	margin-left: 10px;
}

.margin-left20 {
	margin-left: 20px;
}

.margin-right10 {
	margin-right: 10px;
}

.margin-right20 {
	margin-right: 20px;
}

.margin-bottom10 {
	margin-bottom: 10px;
}

.margin-bottom20 {
	margin-bottom: 20px;
}

.margin-bottom0 {
	margin-bottom: 0px;
}

/* Padding e margin END*/

/* Genérico*/

.z-index-max {
	z-index: 999999
}

.hr1 {
	border: 0;
	border-top: 1px solid #fff;
	margin: 1em 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}

img {
	border: 0
}

form, input, select {
	margin: 0;
	padding: 0
}

/* Genérico END*/

/** HEADER --------------------------------   **/




#logo {
	/*max-height: 100px;*/
	border: 0;
}

header .ink-navigation .content-menu {
	height: 100px;
	padding: 25px 0;
	margin: 0;
}



header .ink-navigation.content-menu .current-link {
	color: #000000!important;
	border: 1px solid red;
}

header .ink-navigation.content-menu>ul.menu.horizontal>li>a {
	height: 50px;
	padding: 10px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*border: 1px solid #d9d9d9;*/
	color: #ffffff;
	font-weight: 400;
	white-space: nowrap;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}



.menu2 button {
	text-transform: uppercase;
	vertical-align: middle;
	background: #fff;
	font-size: 17px;
	border: 1px solid #d9d9d9;
}

.menu2 .fa {
	vertical-align: middle;
	margin-right: 10px;
	font-weight: lighter;
}

#menu-dropdown-mobile .ink-dropdown ul.dropdown, .ink-dropdown ul.dropdown-menu, .ink-navigation ul.dropdown, .ink-navigation ul.dropdown-menu {
	position: absolute;
	top: 110%;
	background: #3b3b3b;
	z-index: 30;
	border: 1px solid #d9d9d9;
	height: auto;
	width: auto;
	min-width: 10em;
	max-width: 12em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(100, 100, 100, .3) 0 0 1px 0;
	-moz-box-shadow: rgba(100, 100, 100, .3) 0 0 1px 0;
	box-shadow: rgba(100, 100, 100, .3) 0 0 1px 0;
	margin-left: 0;
	padding: .35em 0;
	font-size: .85em;
	width: 100%;
}

.menu2 .ink-navigation ul.dropdown li a {
	color: red;
	padding: .5em .8em;
	display: block;
	clear: both;
}

.menu2 .ink-button:active {
	text-decoration: none;
	color: #ffffff;
	background: #ffcb05;
	border: 1px solid #ffffff;
	box-shadow: none;
}

.menu2 .ink-button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #ffcb05;
	border: 1px solid #ffffff;
	box-shadow: none;
}

.menu2 .ink-button:focus {
	text-decoration: none;
	color: #ffffff;
	background: #ffcb05;
	border: 1px solid #ffffff;
	box-shadow: none;
}

/*bar 2*/

#bar2 {
	background: #494949;
	padding: 20px 0px;
}

.price_bar2 {
	padding: 0;
	margin: 0;
	font-size: 23px;
}

.year {
	color: #ffffff;
	margin-right: 0;
}

.description {
	color: #ffffff;
	vertical-align: 11px;
	text-transform: uppercase;
	font-size: 20px;
}

#bar2 .mileage {
	padding-left: 0px;
	color: #ffffff;
}

#bar2 .ink-button {
	background: #fa4515;
	padding: 5px 40px;
	border: 0;
	box-shadow: none;
	color: #ffffff;
	font-size: 20px;
}

#bar2 .btn-right {
	text-align: right;
}

/*bar 2*/

/** HEADER --------------------------------   **/

/** img topo --------------------------------   **/

.topo {
	overflow: hidden;
	top: -222px;
	max-height: 771px;
	width: 100%;
	position: relative;
	margin-bottom: -182px;
}

.img-topo {
	position: relative;
	z-index: -1;
	width: 100%;
	height: auto;
}

.degrade {
	width: 100%;
	position: absolute;
}

.topo1 {
	position: absolute;
	font-family: 'Aileron';
	font-size: 150px;
	color: #ffffff;
	z-index: 1;
	left: 30%;
	top: 24%;
	font-weight: lighter;
}

.topo2 {
	position: absolute;
	font-family: 'Aileron';
	font-size: 50px;
	color: #ffffff;
	z-index: 1;
	left: 40%;
	top: 50%;
	font-weight: lighter;
}

.ink-button.red {
	position: absolute;
	top: 0;
	z-index: 1;
	left: 44%;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: 500;
	top: 62%;
	background: #fa4515;
	border: 0;
	text-decoration: none;
	color: #fff;
}

.ink-button.red:active, .ink-button.red:hover {
	background: #f2f2f2;
	border: 1px solid #cbcbcb;
	color: #555;
	text-decoration: none
}

.ink-button.red:focus {
	background: #f2f2f2
}

.ink-button.red[disabled] {
	background: rgba(255, 255, 255, .6);
	border: 1px solid rgba(255, 255, 255, 0);
	color: #e6e6e6
}

.ink-button.red[disabled]:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

/** img topo end --------------------------------   **/

select {
	/*text-transform: uppercase;*/
}

/** CONTENT --------------------------------   **/

#imgtopo {
	width: 100%
}



.titulo_car_list {
	padding: 10px 10px 15px 10px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.mileage {
	padding-left: 10px;
	color: #ffffff;
}

header .ink-navigation.content-menu li.current {
	color: #ffcb05
}

header .ink-navigation.content-menu li a:hover {
	color: #ffcb05
}

.yearfuel {
	padding-left: 10px;
	color: #ffffff;
}

.ponto_list {
	top: 10px;
}

p.price .units {
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: -.05em;
	line-height: 1em;
	display: inline-block;
	color: #ffffff;
}

p.price {
	color: #ffffff;
	padding-right: 10px;
}

#details a;
#details a:visited {
	color: #353334;
}

/** CONTENT END--------------------------------   **/

/** Carousel // galeria  --------------------------------   **/


.ink-modal>.modal-body .ink-carousel .stage .slide img {
	max-width: 70%;
}


.fuel {
	color: #ffffff;
}

.point {
	color: #ffffff;
}

.year_galeria {
	color: #ffffff;
	margin-right: 10px;
	font-size: 40px;
}

.panel {
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
}

#thumbs_carousel .slide {
	opacity: 0.6;
}

.slide2 {
	margin-right: -4px;
}


.ink-navigation ul.pagination.chevron li.disabled a {
	filter: alpha(Opacity=80);
	opacity: 0.8;
}

.ink-navigation ul.pagination.chevron li.next a {
	right: 1.8em;
}

figure.ink-image {
	border: 0;
}

.ink-navigation ul.pagination.dotted li a:first-child, .ink-navigation ul.pagination.dotted li a:last-child {
	display: none;
}

.vehicle-detail .gallery ul.photo-gallery {
	margin: 0;
}




.ink-navigation ul.pagination.chevron li.next a {
	right: 0;
}

/** Carousel // galeria END--------------------------------   **/

/** lista de equipamento --------------------------------   **/

/** lista de equipamento end --------------------------------   **/

/** pagination --------------------------------   **/



/** pagination end --------------------------------   **/

/** coluna VENDEDEOR --------------------------------   **/

.circulo_inter .fa {
	margin-right: 10px;
}

.subtext1 {
	font-size: 25px;
}

.subtext2 {
	font-size: 1.8em;
}

.subtext3 {
	font-size: 20px;
	text-transform: uppercase;
}

#vendedor .tip {
	color: #ffffff;
}

#vendedor .send_vendedor {
	height: 44px;
	background-color: #000000;
	line-height: 44px;
	padding-left: 10px;
	color: #ffffff
}

#vendedor .send_vendedor a {
	color: #ffffff
}

#vendedor .fasend {
	height: 40px;
	margin-top: 2px;
	margin-right: 2px;
	padding: 0 12px;
}

#vendedor .fa {
	color: #000000
}

#pesquisa .fa {
	color: #000000;
	position: relative;
	top: -8px;
}

#pesquisa .fa:hover {
	color: #ffffff!important;
}

/** coluna VENDEDEOR END--------------------------------   **/

/** FORMS --------------------------------   **/
/*
.btn {
	height: 44px;
	background-color: #fa4515;
	line-height: 44px;
	padding: 0px 10px;
	color: #ffffff;
	display: block;
}

.btn:hover {
	background-color: #c13c0d;
	color: #ffffff;
}

.btn-cancel {
	height: 44px;
	background-color: #6f6f70;
	line-height: 44px;
	padding: 0px 10px;
	color: #ffffff;
	display: block;
}

.btn-cancel:hover {
	background-color: #585858;
	color: #ffffff;
}
*/
#mensagem {
	min-height: 200px;
	vertical-align: 200px;
}

#code {
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px #cccccc solid;
}



/*#form_retomas .fa {
	color: #000000
}*/

.ink-form .control-group.validation.error p.tip {
	color: #fa4515;
}

/** end FORMS --------------------------------   **/

/** MAPS --------------------------------   **/

#map {
	height: 400px;
	width: 100%;
}

/** end MAPS --------------------------------   **/

/** Social button  --------------------------------   **/

.social-networks-list.ink-navigation ul.menu.horizontal li {
	margin: 0 10px 0 0;
}

.social-networks-list.ink-navigation ul.menu.horizontal li a {
	width: 114px;
	height: 44px;
	background-color: #42413d;
	line-height: 44px;
	text-align: center;
	color: #fff;
	padding: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0px 10px;
}

.social-networks-list.ink-navigation ul.menu.horizontal li a span {
	display: inline-block;
	font-size: .9em;
}

.social-networks-list.ink-navigation ul.menu.horizontal li a i.fa {
	font-size: 1em;
	min-width: 1em;
}

.social-networks-list.ink-navigation ul.menu.horizontal li.twitter a {
	background-color: #64abe5;
}

.social-networks-list.ink-navigation ul.menu.horizontal li.facebook a {
	background-color: #6d84b4;
}



/** Social button END --------------------------------   **/

p.price2 .units {
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: -.05em;
	line-height: 1em;
	display: inline-block;
	color: #000000;
}

p.price2 .decimals {
	color: #000000;
}

/** FOOTER --------------------------------   **/

footer {
	background: #5d5450;
	padding: 10px;
	color: #ffffff;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

footer .logocliente {
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #ffffff;
	margin-bottom: 0;
}

footer .sloganlogo {
	font-size: 16px;
	position: relative;
	letter-spacing: 1px;
	font-weight: medium;
	color: #ffffff;
}

footer .morada {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 35px;
}

footer .telefone p {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 35px;
}

footer .email {
	color: #ffffff;
}

footer .color {
	color: #ffffff;
}

footer .ink-navigation ul.menu.horizontal li a {
	padding: 0px!important;
	padding-left: 10px;
}

footer .icon {
	width: 56px;
	padding: 5px;
	background: red;
	margin-left: 5px;
	position: relative;
}

footer .ink-navigation img {
	margin: 10px;
	float: right!important;
}

footer .social .ink-navigation {
	float: right;
}

footer .social {
	padding-right: 20px;
}

footer .direitos {
	float: right;
	padding-left: 1.5em;
	text-align: right;
	padding-top: 12px;
	padding-right: 20px;
	margin: 0;
}

footer .direitos a {
	color: #ffffff
}



/** FOOTER --------------------------------   **/

/* style="background:#cac;" */

/* Media SCreen   ================ */

/*  mobile */

@media screen and (max-width: 700px) {
	#space {
		height: 0px;
	}
	.ink-navigation ul.pagination.chevron li.next, .ink-navigation ul.pagination.chevron li.previous {
		display: block;
		font-size: 10px;
	}
	@media screen and (max-width:400px) {
		#logo {
			max-height: 82px;
		}
		.topo {
			margin-bottom: -182px;
		}
	}
	@media screen and (max-width:450px) {
		.topo {
			margin-bottom: -182px;
		}
		#logo {
			max-height: 82px;
		}
		.tools-bar2.ink-navigation ul.menu.horizontal li .ink-button {
			font-size: .8em;
		}
		.tools-bar2.ink-navigation ul.menu.horizontal li {
			margin-left: 8px;
		}
		.tools-bar2.ink-navigation ul.menu.horizontal li .ink-button {
			text-transform: none;
			padding: 0 3px;
			font-size: .8em;
			height: 40px;
			line-height: 40px;
		}
		.tools-bar2.ink-navigation ul.menu.horizontal li {
			margin-right: 0px;
			margin-left: 5px;
		}
		
		ul.pagination.chevron li.previous a {
			font-size: 2em!important;
		}
		ul.pagination.chevron li.next a {
			font-size: 2em!important;
			margin-right: 0px!important;
		}
		.ink-navigation ul.pagination.chevron li.next a {
			right: 0px;
		}
		.topo1 {
			display: none;
		}
		.topo2 {
			display: none;
		}
		.ink-button.red {
			display: none;
		}
	}
	/* SMALL AREA */
	@media screen and (max-width:650px) {
		.topo1 {
			font-size: 40px!important;
			left: 30%;
			top: 34%;
		}
		.topo2 {
			font-size: 20px!important;
			left: 38%!important;
			top: 60%;
		}
		.ink-button.red {
			left: 37.5%!important;
			font-size: 14px!important;
			top: 74%!important;
		}
		#logo {
			max-height: 82px;
		}
		.topo {
			margin-bottom: -182px;
		}
	}
	/* SMALL AREA */
	@media screen and (max-width:640px) {}
	@media screen and (max-width:874px) {}
	@media screen and (max-width:994px) {
		bar_social_2 {
			margin-top: 20px!important;
			border: 2px solid red;
		}
	}
}

/* MEDIUM AREA */

@media screen and (max-width:960px) {
	.topo {
		margin-bottom: -182px;
	}
	.topo1 {
		font-size: 55px;
		left: 33%;
		top: 34%;
	}
	.topo2 {
		font-size: 20px;
		left: 42%;
		top: 60%;
	}
	.ink-button.red {
		left: 40.5%;
		font-size: 16px;
		top: 74%;
	}
	#footer .direitos {
		float: none;
		text-align: center;
		padding: 0;
		margin-top: -20px
	}
	#footer .madeby {
		text-align: center;
		padding: 0;
	}
	#footer .aviso a {
		text-align: center;
	}
	#footer .social {
		padding-right: 0px;
	}
	#footer .social .ink-navigation {
		float: none;
	}
	#footer .social .ink-navigation img {
		text-align: center;
	}
	#footer .aviso a {
		float: none;
	}
	#footer .telefone {
		margin-top: 0px;
	}
	#footer .morada {
		margin-top: 0px;
	}
	header .ink-navigation.content-menu>ul.menu.horizontal>li>a {
		font-size: 13px;
		padding: 5px 5px;
		height: 35px;
		margin-left: -5px
	}
	.bar_social_2 {
		social-networks-list2
	}
}

@media screen and (max-width:320px) {
	.tools-bar2.ink-navigation ul.menu.horizontal li .ink-button {
		text-transform: none;
		padding: 0 10px;
		font-size: .9em;
		height: 44px;
		line-height: 44px;
	}
	.tools-bar2.ink-navigation ul.menu.horizontal li {
		margin-right: 3px;
		margin-left: 0px;
	}
	
	.ink-navigation ul.pagination.chevron li.next a {
		right: 0px;
	}
	.topo {
		margin-bottom: -182px;
	}
}

@media screen and (min-width:850px) {
	.topo1 {
		font-size: 80px;
		left: 30%;
		top: 34%;
	}
	.topo2 {
		font-size: 1.8em;
		left: 40%;
		top: 60%;
	}
	.ink-button.red {
		left: 42.5%;
		font-size: 16px;
		top: 74%;
	}
}

@media screen and (min-width:101.8em) {
	.topo1 {
		font-size: 100px;
		left: 30%;
		top: 34%;
	}
	.topo2 {
		font-size: 50px;
		left: 36%;
		top: 60%;
	}
	.ink-button.red {
		left: 42.5%;
		font-size: 16px;
		top: 74%;
	}
}

@media screen and (min-width:1393px) {
	.topo1 {
		font-size: 150px;
		left: 30%;
		top: 24%;
	}
	.topo2 {
		font-size: 50px;
		left: 40%;
		top: 53%;
	}
	.ink-button.red {
		left: 44%;
		font-size: 18px;
		top: 66%;
	}
}

/*** Media screen end***/

/* style="background:#cac"*/

/** NEW BANNER CSS **/

/* MOBILE */


@media screen and (max-width:1024px) {
	.mod-hp-banner {
		height: 60vh;
	}
	.home-banner {
		height: 60vh;
	}
}

@media screen and (max-width:720px) {
	.mod-hp-banner {
		height: 40vh;
	}
	.home-banner {
		height: 40vh;
	}
}

/* PESQUISA */

.control {
	margin-right: 0.5em;
}

/* PESQUISA */

.mod-horizontal-search {}

.mod-horizontal-search form {
	margin-bottom: 0px !important;
}

/* WIDGET ONECOLUMN TXT DESCRIPTION */



/* WIDGET SEARCH */

.mod-horizontal-search {}

.mod-horizontal-search label {
	display: none;
}

.mod-horizontal-search .control {
	margin-right: 0em;
}

.mod-horizontal-search .form-search {}

.mod-horizontal-search .form-search>[class*="all-"] {
	margin-bottom: 0em;
}

.mod-horizontal-search .form-search h1 {
	text-transform: uppercase;
}

.mod-horizontal-search .form-search>div:nth-child(2) {}

.mod-horizontal-search .form-search>div:nth-child(3) {}

.mod-horizontal-search .form-search>div:nth-child(4) {}

.mod-horizontal-search .form-search>div:nth-child(4)>div {
	margin-bottom: 0em;
}

.mod-horizontal-search .form-search>div:nth-child(5) {}

.mod-horizontal-search .form-search>div:nth-child(6) {}

.mod-horizontal-search .form-search>div:nth-child(7) {}

.mod-horizontal-search .form-search>div:nth-child(6)>div {
	margin-bottom: 1em;
}

.mod-horizontal-search .form-search>div:nth-child(6)>div:nth-child(2) {
	padding-left: 1em;
}

.mod-horizontal-search .form-send-btn {
	padding-left: 0px;
}

.mod-horizontal-search .form-send-btn div {
	display: flex;
	transform: translate(0%, 0%);
	background-color: #fa4515;
	border-radius: 2px;
}



/* WIDGET FORM SERVIÇOS */



/* WIDGET FORM CONTACTOS */

.mod-horizontal-search-contact {}

.mod-horizontal-search-contact .control {
	margin-right: 0em;
}

.mod-horizontal-search-contact .form-search {}

.mod-horizontal-search-contact .form-search>[class*="all-"] {
	margin-bottom: 0em;
}

.mod-horizontal-search-contact .form-search>div:nth-child(1) {}

.mod-horizontal-search-contact .form-search>div:nth-child(2) {}

.mod-horizontal-search-contact .form-search>div:nth-child(3) {}

.mod-horizontal-search-contact .form-search>div:nth-child(4)>div:nth-child(1) {
	padding-right: 0.5em;
	margin-bottom: 0em;
}

.mod-horizontal-search-contact .form-search>div:nth-child(4)>div:nth-child(2) {
	padding-left: 0.5em;
	margin-bottom: 0em;
}

.mod-horizontal-search-contact .form-search>div:nth-child(4)>div {
	margin-bottom: 0em;
}

.mod-horizontal-search-contact .form-search>div:nth-child(5) {}

.mod-horizontal-search-contact .form-search>div:nth-child(6) {}

.mod-horizontal-search-contact .form-search>div:nth-child(7) {}

.mod-horizontal-search-contact .form-send-btn {
	padding-left: 0.5em!important;
}

.mod-horizontal-search-contact .form-send-btn div a {
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.6em;
	border-radius: 2px;
}

.mod-horizontal-search-contact .form-send-btn div a:hover {
	background-color: #c13c0d;
}

.mod-horizontal-search-contact .form-send-btn div .fa {
	color: #ffffff;
}

.mod-horizontal-search-contact .form-send-btn div {
	display: flex;
	transform: translate(0%, 0%);
	background-color: #fa4515;
	border-radius: 2px;
}

.mod-horizontal-search-contact .form-cancel-btn {
	padding-right: 0.5em!important
}

.mod-horizontal-search-contact .form-cancel-btn div a {
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.6em;
	border-radius: 2px;
}

.mod-horizontal-search-contact .form-cancel-btn div a:hover {
	background-color: #585858;
}

.mod-horizontal-search-contact .form-cancel-btn div .fa {
	color: #ffffff;
}

.mod-horizontal-search-contact .form-cancel-btn div {
	display: flex;
	transform: translate(0%, 0%);
	background-color: #707070;
	border-radius: 2px;
}



/* WIDGET RETOMAS FORM */



/* WIDGET SLIDE SHOW */



/* WIDGET SOCIAL NETWORK LIST */

.social-networks-list.ink-navigation ul.menu.horizontal li.facebook a:hover {
	background-color: #4965a0;
}

.social-networks-list.ink-navigation ul.menu.horizontal li.twitter a:hover {
	background-color: #3593df;
}



/* WIDGET LISTING HEADER */



/* WIDGET BREADCRUMB */


/* WIDGET TOOLS BAR */


/* WIDGET TOOLS BAR MOBILE */



/* WIDGET LEAD FORM */




.lead-form .control {
	margin-right: 0em;
}

.lead-form form p.tip {
	color: #ffffff!important;
	margin-bottom: 0px;
	line-height: 12px;
}

/* WIDGET GALLERY SOCIAL */

.widget-gallery-social {}

/* WIDGET GALLERY PHOTOS */



/* WIDGET GALLERY NOTES */


/* WIDGET GALLERY EQUIPMENT */



/* WIDGET CONTACT TXT */

.widget-contact-txt {}

.widget-contact-txt h1 {
	text-transform: uppercase;
}

.widget-contact-txt a {
	color: #fa4515;
}

.widget-contact-txt a:hover {
	color: #c13c0d;
}

.tip {
	color: #ffffff;
}

.ink-form .control-group.validation.error input, .ink-form .control-group.validation.error select, .ink-form .control-group.validation.error textarea {
	outline: 0;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px inset;
	-moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 1px inset;
	box-shadow: none;
	border: 0px solid rgba(200, 10, 16, .5);
}

@media screen and (max-width: 960px) {
	.widget-listing-header .specs-ctn {
		text-align: left;
	}
	.widget-listing-header .title-ctn {
		margin-left: 4em;
	}
}

/* Pagina viaturas Listagem */

