/*@import url(http://fonts.googleapis.com/css?family=Righteous);*/
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800,200,300);
/* CSS Document */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.img-indent {
  margin: 4px 0 0 ;
  float: none;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	/*background-image: url(../img/bg_natal.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;	
}
.img-indent1 {
  float: left;
  margin: 4px 25px 4px 0 !important;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
/*------ header ------- */
header {
  padding: 0;
  text-transform: uppercase;
}
header .container {
	/*padding: 29px 0 0px;*/
	padding: 29px 0 0px;
	
	background-color:#FFF;
	position:relative;
}

header .container .message {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20px;
	background-color:#0099ff;
}

header .container .message p {
	color:#FFF;
}

.soc-top {
	float: right;
	font-size: 20px;
	line-height: 12px;
	text-transform: uppercase;
	color: #000;
	text-align:right;
}

.soc-top a {
	color: #A2A2A2;
}
.soc-top a:hover {
	color: #0099ff;
}
/* navbar */
.navbar_ {
	margin: 0;
	padding: 0px 0 5px;
}
.navbar_ .navbar-inner_ {
  padding: 0;
  margin: 0;
  border: none;
  min-height: inherit;
}
/*nav*/
.nav-collapse_ .nav {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
  z-index: 10;
  float: right;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
	background: none;
	margin-left: 15px;
}
.nav-collapse_ .nav > li:first-child {
  margin: 0;
}
.nav-collapse_ .nav li a {
	font-family: 'Dosis', cursive;
	text-shadow: none;
	text-decoration: none;
	-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;
	line-height: 28px;
	font-size: 18px;
	color: #000;
	padding: 0;
	font-weight: 600;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
  background: url(../img/indicator.png) no-repeat 0 bottom;
  width: 11px;
  height: 6px;
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  margin-left: -6px;
  z-index: 5;
}
.nav-collapse_ .nav > li > a {
  margin: 0;
  display: block;
  background: none;
  position: relative;
  z-index: 10;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
	color: #0099ff;	
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 212px;
  left: 0;
  top: 36px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #070707;
  padding: 16px 0 44px;
  margin: 0;
  border-top: 3px solid #ffffff;
}
.nav-collapse_ .nav ul:after {
  background: url(../img/indicator.png) no-repeat 0 bottom;
  width: 11px;
  height: 6px;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -6px;
  top: 0;
}
.nav-collapse_ .nav ul li {
  padding-left: 20px;
  margin-bottom: -4px;
}
.nav-collapse_ .nav ul li a {
	display: inline-block;
	background: none;
	color: #FFF;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
	text-decoration: none;
	background: none;
	color: #0099FF;
}
.nav-collapse_ .nav ul .sf-sub-indicator {
  display: none;
}
.navbar_ .brand {
	margin: 0;
	display: block;
	float: left;
	padding: 10px 0px 0px 0px;
	/*WINCODE*/
	/*width: 220px;*/
	/*height: 125px;*/
	width:240px;
	height:50px;
	background-image:url(../img/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.navbar_ .brand:hover {
	background-position:right;
}
.navbar_ .brand a {
  display: none;
}
/*------ h1, h2, h3, h4, h5, h6 ------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	color: #000000;
	font-family: 'Dosis', cursive;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: -2px;
}
header h1 {
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 28px;
  padding: 15px 0 15px;
  margin: 0;
}
h3 span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #0099ff;
  margin-top: -3px;
  letter-spacing: 0;
}
h4 {
  font-size: 22px;
  padding: 18px 0 20px;
  margin: 0;
}
h4 span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #0099ff;
  margin-top: 9px;
  letter-spacing: 0;
}
p {
  padding-bottom: 18px;
  margin: 0;
  color:#666;
  text-transform:none;
}
hr {
	border-top-color: #E1E1E1;
}
.link,
.link-1,
.link-2 {
  color: #0099ff;
}
.link:hover,
.link-1:hover,
.link-2:hover {
  text-decoration: none;
  color:#333;
}
.link-1 {
  color: #ffffff;
  background: url(../img/marker-1.png) no-repeat 0 3px;
  padding-left: 13px;
}
.link-1:hover {
  color: #0099ff;
  background-position: 0 -19px;
}
.link-2 {
  text-decoration: underline;
}
.link-2:hover {
  text-decoration: none;
}
.link-3 {
  color: #ffffff;
  margin-bottom: 38px;
  display: inline-block;
}
.link-3:hover {
  color: #0099ff;
  text-decoration: none;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  position: relative;
  padding: 0;
  text-transform: uppercase;
}
#content ul {
  list-style: none;
}
#hor-accrodion { width:940px; background-color:#F5F5F5;}
#hor-accrodion ul { margin:0; padding:0;}

#wrap-accordion  {list-style:none;visibility:hidden;}
#wrap-accordion img {display:block;max-width:100%;}
#wrap-accordion li {width:100%; position:relative;}

#wrap-accordion .rotated-title {
	font-family: 'Dosis', cursive;
	color:#000;
	font-size:32px;
	position: absolute;
	top: 85px;
	left: -20px;
	width:150px;
	height:60px;
	z-index:999;
	text-align:right;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display:block;
}

#wrap-accordion div {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: auto;
	left: 0;
	background-image: url(../img/tail-caption.png);
	background-repeat: repeat;
	bottom: 0px;
}

#wrap-accordion h2 {
	font-family: 'Dosis', cursive;
	color:#000;
	font-size:22px;
	line-height:22px;
	display:block;
	font-weight:400;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	margin:0;
}
#wrap-accordion strong {color:#000;font-size:11px;text-shadow:none;}
#wrap-accordion p { line-height:16px; color:#333; margin:0!important; padding:0px 20px 10px 20px;}

.clearboth {clear:both;}

.thumbnail-1 {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.left-0 {
  margin-left: 0 !important;
}
.overflow {
  overflow: hidden;
}
.indent-1 {
  padding-right: 0px;
}
.list-thumbnails {
  margin: 0;
  list-style: outside none;
}
.list-thumbnails li {
  margin-bottom: 25px;
}
.list-thumbnails .thumbnail-1 {
	line-height: 19px;
	padding: 20px 20px 46px;
	background-color: #f2f2f2;
}
.list-thumbnails .thumbnail-1 section strong {
  color: #0099ff;
  font-weight: normal;
}
.img-polaroid_ {
	padding: 0px;
	border: 1px solid #FFFFFF;
	margin: 4px 0 20px;
}

.magnifier {
  position: relative;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../img/magnifier.png) center center no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.block-cont {
	line-height: 19px;
	padding: 17px 20px 18px 20px;
	margin-bottom: 18px;
	background-color: #F3F3F3;
}
.block-cont.extra1 {
  padding-bottom: 43px;
}
.txt-1 {
  color: #0099ff;
  font-weight: normal;
}
.txt-1.extra {
  padding-bottom: 20px;
}
.txt-2 {
  color: #0099ff;
  font-size: 18px;
  padding-bottom: 26px;
}
.list-cars li {
  float: left;
  margin-left: 30px;
  width: 270px;
  margin-bottom: 8px;
}
.list-membership {
  margin-left: -30px;
}
.list-membership > li {
  float: left;
  margin-left: 30px;
  width: 237px;
}
#form,
#form1 {
  padding: 9px 0 29px;
  margin: 0;
}
#form input,
#form1 input {
	background: #fff;
	border: 1px solid #BFBFBF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 17px !important;
	width: 100%;
	margin: 0;
	font-size: 12px;
	padding: 6px 10px 6px;
	height: 29px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-prices {
  margin: 0 0 22px;
}
.list-prices li {
  color: #0099ff;
}
.list-prices li a {
  color: #a3a3a3;
}
.list-prices li a:hover {
  color: #0099ff;
  text-decoration: none;
}
.preco-anterior {
	font-family: 'Dosis', cursive;
	font-size: 14px;
	text-decoration: line-through;
}
.preco-atual {
	font-family: 'Dosis', cursive;
	color: #0099ff;
	font-size: 24px;
	font-weight: 700;
}
.preco-anteriortab {
	text-decoration: line-through;
}
.preco-atualtab {
	font-weight:bold;
	color: #0099ff;
}
/* blockquote */
.quote-1 {
	position: relative;
	border: none;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.quote-1:after {
  content: '';
  position: absolute;
  background: url(../img/bg-quote.png) 0 0 no-repeat;
  left: 0px;
  top: 0;
  width: 29px;
  height: 22px;
}
.quote-1 p {
  background: none;
  position: relative;
  font-size: 12px;
  line-height: 19px;
  padding-bottom: 19px;
}
.author {
  color: #ffffff;
  padding-left: 44px;
}
.author img {
  display: block;
  padding-top: 32px;
}
/*----------- date-1--------------*/
.date-1 {
  color: #0099ff;
}
.list-events {
  margin: 0;
}
.list-events li {
  margin-bottom: 18px;
}
.badge {
  font-size: 41px;
  line-height: 44px;
  width: 67px;
  text-shadow: 1px 1px #e8eaea;
  text-align: center;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #d1cfd0;
  -webkit-box-shadow: 1px 1px #dddcde;
  -moz-box-shadow: 1px 1px #dddcde;
  box-shadow: 1px 1px #dddcde;
  float: left;
  margin-right: 18px;
  color: #101010;
  padding: 11px 0;
  border-right: 1px solid #eaedee;
  border-bottom: 1px solid #eaedee;
}
/*------ lists ------- */


/********************** table-1 ************************/
.table-1 {
	margin: 6px 0 25px;
	width: 100%;
	background-color: #EFEFEF;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.table-1 tr th {
	background: #0099ff;
	padding: 11px 0 10px;
	color: #131313;
	line-height: 18px;
	text-transform: none;
	font-size: 14px;
	font-family: 'Dosis', cursive;
	vertical-align: middle;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.padd-span {
  padding: 0 13px ;
  text-align: left ;
}
.padd-span1 {
  padding: 0 22px ;
  text-align: left ;
}
.table-1 tr th.last {
  border-right: 1px solid #303030;
}
.table-1 th {
  background: none;
}
.table-1 tr td {
  background: none;
}
.table-1 tr td.last {
  border: none;
}
.table-1 tr.last td {
  border-bottom: none;
}
.table-1 tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-1 tr td {
	color: #959595;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table-1 tr td a:hover {
	color: #000000;
}
.table-1 tr th.r1,
.table-1 tr .coll-1 {
  width: 10%;
}
.table-1 tr th.r2 {
  border-top: none;
  text-align: center;
}
.table-1 tr .coll-2 {
  width: 19%;
  text-align: center;
}
.table-1 tr .coll-2.t1 {
  width: 90%;
}
/********************** table-1 ************************/
.table-2 {
	margin: 6px 0 25px;
	width: 100%;
	background-color: #EFEFEF;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.table-2 tr th {
	background: #0099ff;
	padding: 11px 0 10px;
	color: #131313;
	line-height: 18px;
	font-size: 14px;
	font-family: 'Dosis', cursive;
	vertical-align: middle;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.table-2 tr td {
	color: #666666;
	padding: 16px 0 12px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table-2 tr td img {
  margin-top: -6px;
}
.table-2 time {
	color: #333;
	margin-right: 14px;
}
.table-2 .name {
  color: #a3a3a3;
}
.table-2 .name:hover {
  color: #0099ff;
  text-decoration: none;
}
.table-2 th.coll-1 {
  width: 40%;
  text-align: left;
}
.table-2 th.coll-2 {
  width: 7%;
}
.table-2 th.coll-3 {
  width: 20%;
}
.table-2 .coll-4 {
  width: 5%;
}
/*.table-2 .coll-5{width:20%}*/
.table-2 .coll-5 span,
.table-2 .coll-5 strong {
  font-weight: normal;
  display: inline-block;
}
.table-2 .padd-span {
  padding: 0 20px ;
  text-align: left;
}
.table-2 .padd-span1 {
  padding: 0 17px ;
  text-align: left ;
}
.table-2 tr th.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-2 th {
  background: none;
}
.table-2 tr td {
  background: none;
}
.table-2 tr td.last {
  border: none;
}
.table-2 tr.last td {
  border-bottom: none;
}
.table-2 tr td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-2 tr td a:hover {
	color: #000000;
}

.table-2 tr .white-bg {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.table-2 tr:last-child .white-bg {
	border-bottom-color:#FFF;
}


/*------ form ------- */
#form select,
#form1 select {
  width: 100% !important;
  position: relative;
  height: 27px;
  background: #fff;
  border: 1px solid #545454;
  margin-bottom: 19px;
  text-transform: uppercase ;
  color: #7d7d7d;
}
#form .label-select,
#form1 .label-select {
  margin-top: 0;
  display: block;
  padding: 0 0 6px 0 ;
  text-transform: uppercase;
}
#form input,
#form1 input {
  width: 100% !important;
  margin-bottom: 23px;
  color: #7d7d7d;
  text-transform: uppercase;
}
/*------ list ------- */
.list {
  margin: 8px 0 0;
  overflow: hidden;
}
.list li {
  line-height: 19px;
  background: url(../img/marker-2.png) no-repeat 2px 6px;
  padding-left: 18px;
  padding-bottom: 5px;
}
.list li a {
  color: #ffffff;
  display: inline-block;
}
.list li a:hover {
  color: #0099ff;
  text-decoration: none;
}
/***** map *****/
.map {
  margin: 5px 0 22px;
  line-height: 0;
}
.map iframe {
  border: none;
  width: 100%;
  height: 402px;
}
#map {
  width: 100%;
  height: 402px;
}
/*------ mail & address------- */
.address-1 strong {
  color: #0099ff;
  display: block;
  padding-bottom: 20px;
}
.address-1 span {
  display: inline-block;
  width: 75px;
}
.mail-1 {
	text-decoration: none;
	color: #333333;
}
.mail-1:hover {
	text-decoration: underline;
	color: #09F;
}
.mail-2 {
  text-align: right;
}
.mail-2 a {
  color: #3c3c3c;
}
.mail-2 a:hover {
  text-decoration: underline;
}
/***** contact form *****/
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 5px 0 20px;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#contact-form label {
  display: block;
  min-height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 309px;
  display: block !important;
  width: 100%;
}
#contact-form div {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#contact-form input,
#contact-form textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 6px;
	margin: 0;
	font-size: 12px;
	line-height: 17px !important;
	color: #a3a3a3;
	background: #ffffff;
	text-transform: uppercase;
	outline: none;
	width: 100%;
	border: 1px solid #BBBBBB;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form input {
  height: 29px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  width: 100%;
  height: 291px;
  resize: none;
  overflow: auto;
}
#contact-form .success {
  border: 1px solid #545454;
  display: none;
  margin-bottom: 14px;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  background: #ffffff;
  padding: 6px 10px;
  text-transform: none;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  float: left;
  padding: 2px 4px 6px 0;
  width: 100%;
  text-transform: none;
}
.buttons-wrapper {
  position: relative;
  text-align: right;
}
.buttons-wrapper a {
  margin-left: 25px;
  cursor: pointer;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
/*----------- buttons & links--------------*/
.btn-0,
.btn-1,
.btn-2 {
	color: #FFFFFF;
	background: #0099ff;
	font-size: 11px;
	line-height: 12px;
	padding: 8px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-0:hover,
.btn-1:hover,
.btn-2:hover {
  color: #ffffff;
  background: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-0 {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 9px;
}
.btn-2 {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 9px;
}
/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 62px;
  height: 62px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 130px;
  z-index: 999;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* policy */.policy {
  position: relative;
  margin-top: -3px;
}
.policy strong {
  display: block;
  color: #ffffff;
  line-height: 16px;
  padding-bottom: 9px;
}
.policy p {
  color: #a3a3a3;
  padding-bottom: 21px;
}
/* block-404 */.block-404 {
  background: #131313;
  margin: 0 ;
  padding: 20px 20px 122px;
  overflow: hidden;
}
.block-404 .img-404 {
  float: left;
  margin: 66px 47px 0 65px;
}
.box-404 {
  overflow: hidden;
}
.box-404 h3 {
  padding-bottom: 22px;
}
/* search-form 404 */#search {
  margin: 11px 0 0 0;
}
#search input {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 6px;
  margin: 0;
  font-size: 12px;
  line-height: 17px !important;
  height: 29px;
  color: #a3a3a3;
  background: #ffffff;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  border: 1px solid #545454;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  float: right;
  margin: 6px 0 0 0;
  padding: 8px 0;
  text-align: center;
  width: 50px;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 42px 0;
}
footer.extra-footer {
  padding-top: 9px;
}
.smallmargin {
	margin-top:20px;
}
.privacy {
  font-size: 12px;
  color: #000000;
  padding-top: 3px;
  text-transform: uppercase;
  line-height: 30px; 	
}
.privacy a {
	color: #0099ff;
}
.list-social {
  list-style: none outside none;
  overflow: hidden;
  margin: 0;
}

.list-social a {
  width: 31px;
	height: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	font-size: 30px;
	line-height: 30px;
	color: #0099ff;
}

.list-social a:hover {
	color: #1F1F1F;
}

.list-social a.icon-1 {
  background-image: url(../img/soc-icon-1.png);
}
.list-social a.icon-2 {
  background-image: url(../img/soc-icon-2.png);
}
.list-social a.icon-3 {
  background-image: url(../img/soc-icon-3.png);
}
.list-social a.icon-4 {
  background-image: url(../img/soc-icon-4.png);
}
.list-social a.icon-5 {
  background-image: url(../img/soc-icon-5.png);
}
.list-social li {
  float: left;
  margin-left: 5px;
}
.list-social a:hover {
  background-position: 0 bottom;
}
.brand {
	height:51px;
	float:left;
	margin-right:15px;
	color:#CCC;
	font-size:9px;	 
	cursor:pointer;
}

/*MARCAS*/
.brand-um {
	width:67px;
	background-image:url(../img/marcas/marca_01.jpg);
}
.brand-um:hover{
	background-image:url(../img/marcas/marca_01_over.jpg);
}
.brand-dois {
	width:110px;
	background-image:url(../img/marcas/marca_02.jpg);
}
.brand-dois:hover{
	background-image:url(../img/marcas/marca_02_over.jpg);
}
.brand-tres {
	width:93px;
	background-image:url(../img/marcas/marca_03.jpg);
}
.brand-tres:hover{
	background-image:url(../img/marcas/marca_03_over.jpg);
}
.brand-quatro {
	width:74px;
	background-image:url(../img/marcas/marca_04.jpg);
}
.brand-quatro:hover{
	background-image:url(../img/marcas/marca_04_over.jpg);
}
.brand-cinco {
	width:101px;
	background-image:url(../img/marcas/marca_05.jpg);
}
.brand-cinco:hover{
	background-image:url(../img/marcas/marca_05_over.jpg);
}
.brand-seis {
	width:116px;
	background-image:url(../img/marcas/marca_06.jpg);
}
.brand-seis:hover{
	background-image:url(../img/marcas/marca_06_over.jpg);
}
.brand-sete {
	width:92px;
	background-image:url(../img/marcas/marca_07.jpg);
}
.brand-sete:hover{
	background-image:url(../img/marcas/marca_07_over.jpg);
}
.brand-oito {
	width:81px;
	background-image:url(../img/marcas/marca_08.jpg);
}
.brand-oito:hover{
	background-image:url(../img/marcas/marca_08_over.jpg);
}
.brand-nove {
	width:128px;
	background-image:url(../img/marcas/marca_09.jpg);
}
.brand-nove:hover{
	background-image:url(../img/marcas/marca_09_over.jpg);
}
.brand-dez {
	width:47px;
	background-image:url(../img/marcas/marca_10.jpg);
}
.brand-dez:hover{
	background-image:url(../img/marcas/marca_10_over.jpg);
}
.brand-onze {
	width:123px;
	background-image:url(../img/marcas/marca_11.jpg);
}
.brand-onze:hover{
	background-image:url(../img/marcas/marca_11_over.jpg);
}
.brand-doze {
	width:70px;
	background-image:url(../img/marcas/marca_12.jpg);
}
.brand-doze:hover{
	background-image:url(../img/marcas/marca_12_over.jpg);
}
.brand-treze {
	width:84px;
	background-image:url(../img/marcas/marca_13.jpg);
}
.brand-treze:hover{
	background-image:url(../img/marcas/marca_13_over.jpg);
}
.brand-catorze {
	width:109px;
	background-image:url(../img/marcas/marca_14.jpg);
}
.brand-catorze:hover{
	background-image:url(../img/marcas/marca_14_over.jpg);
}
.brand-quinze {
	width:114px;
	background-image:url(../img/marcas/marca_15.jpg);
}
.brand-quinze:hover{
	background-image:url(../img/marcas/marca_15_over.jpg);
}
.brand-dezasseis {
	width:118px;
	background-image:url(../img/marcas/marca_16.jpg);
}
.brand-dezasseis:hover{
	background-image:url(../img/marcas/marca_16_over.jpg);
}
.brand-dezasete {
	width:74px;
	background-image:url(../img/marcas/marca_17.jpg);
}
.brand-dezasete:hover{
	background-image:url(../img/marcas/marca_17_over.jpg);
}
.brand-dezoito {
	width:66px;
	background-image:url(../img/marcas/marca_18.jpg);
}
.brand-dezoito:hover{
	background-image:url(../img/marcas/marca_18_over.jpg);
}
.brand-dezanove {
	width:100px;
	background-image:url(../img/marcas/marca_19.jpg);
}
.brand-dezanove:hover{
	background-image:url(../img/marcas/marca_19_over.jpg);
}
.brand-vinte {
	width:118px;
	background-image:url(../img/marcas/marca_20.jpg);
}
.brand-vinte:hover{
	background-image:url(../img/marcas/marca_20_over.jpg);
}
.brand-vinteum {
	width:100px;
	background-image:url(../img/marcas/marca_21.jpg);
}
.brand-vinteum:hover{
	background-image:url(../img/marcas/marca_21_over.jpg);
}
.brand-vintedois {
	width:100px;
	background-image:url(../img/marcas/marca_22.jpg);
}
.brand-vintedois:hover{
	background-image:url(../img/marcas/marca_22_over.jpg);
}
.brand-vintetres {
	width:100px;
	background-image:url(../img/marcas/marca_23.jpg);
}
.brand-vintetres:hover{
	background-image:url(../img/marcas/marca_23_over.jpg);
}
.brand-vintequatro {
	width:100px;
	background-image:url(../img/marcas/marca_24.jpg);
}
.brand-vintequatro:hover{
	background-image:url(../img/marcas/marca_24_over.jpg);
}
.brand-vintecinco {
	width:100px;
	background-image:url(../img/marcas/marca_25.jpg);
}
.brand-vintecinco:hover{
	background-image:url(../img/marcas/marca_25_over.jpg);
}
.brand-vinteseis {
	width:100px;
	background-image:url(../img/marcas/marca_26.jpg);
}
.brand-vinteseis:hover{
	background-image:url(../img/marcas/marca_26_over.jpg);
}
.brand-vintesete {
	width:100px;
	background-image:url(../img/marcas/marca_27.jpg);
}
.brand-vintesete:hover{
	background-image:url(../img/marcas/marca_27_over.jpg);
}
.brand-vinteoito {
	width:100px;
	background-image:url(../img/marcas/marca_28.jpg);
}
.brand-vinteoito:hover{
	background-image:url(../img/marcas/marca_28_over.jpg);
}
.brand-vintenove {
	width:100px;
	background-image:url(../img/marcas/marca_29.jpg);
}
.brand-vintenove:hover{
	background-image:url(../img/marcas/marca_29_over.jpg);
}
.brand-trinta {
	width:100px;
	background-image:url(../img/marcas/marca_30.jpg);
}
.brand-trinta:hover{
	background-image:url(../img/marcas/marca_30_over.jpg);
}

.brand-trintaum {
	width:100px;
	background-image:url(../img/marcas/marca_31.jpg);
}
.brand-trintaum:hover{
	background-image:url(../img/marcas/marca_31_over.jpg);
}
.brand-trintadois {
	width:100px;
	background-image:url(../img/marcas/marca_32.jpg);
}
.brand-trintadois:hover{
	background-image:url(../img/marcas/marca_32_over.jpg);
}
.brand-trintatres {
	width:100px;
	background-image:url(../img/marcas/marca_33.jpg);
}
.brand-trintatres:hover{
	background-image:url(../img/marcas/marca_33_over.jpg);
}

.brand-trintaquatro {
	width:100px;
	background-image:url(../img/marcas/marca_34.jpg);
}
.brand-trintaquatro:hover{
	background-image:url(../img/marcas/marca_34_over.jpg);
}
.brand-trintacinco {
	width:100px;
	background-image:url(../img/marcas/marca_35.jpg);
}
.brand-trintacinco:hover{
	background-image:url(../img/marcas/marca_35_over.jpg);
}
.brand-trintaseis {
	width:100px;
	background-image:url(../img/marcas/marca_36.jpg);
}
.brand-trintaseis:hover{
	background-image:url(../img/marcas/marca_36_over.jpg);
}
.brand-trintasete {
	width:100px;
	background-image:url(../img/marcas/marca_37.jpg);
}
.brand-trintasete:hover{
	background-image:url(../img/marcas/marca_37_over.jpg);
}
.brand-trintaoito {
	width:100px;
	background-image:url(../img/marcas/marca_38.jpg);
}
.brand-trintaoito:hover{
	background-image:url(../img/marcas/marca_38_over.jpg);
}
.brand-trintanove {
	width:100px;
	background-image:url(../img/marcas/marca_39.jpg);
}
.brand-trintanove:hover{
	background-image:url(../img/marcas/marca_39_over.jpg);
}
.brand-quarenta {
	width:100px;
	background-image:url(../img/marcas/marca_40.jpg);
}
.brand-quarenta:hover{
	background-image:url(../img/marcas/marca_40_over.jpg);
}
.brand-quarentaum {
	width:100px;
	background-image:url(../img/marcas/marca_41.jpg);
}
.brand-quarentaum:hover{
	background-image:url(../img/marcas/marca_41_over.jpg);
}
.brand-quarentadois {
	width:100px;
	background-image:url(../img/marcas/marca_42.jpg);
}
.brand-quarentadois:hover{
	background-image:url(../img/marcas/marca_42_over.jpg);
}
.brand-quarentatres {
	width:100px;
	background-image:url(../img/marcas/marca_43.jpg);
}
.brand-quarentatres:hover{
	background-image:url(../img/marcas/marca_43_over.jpg);
}




/*--- footer end ------*/
@media only screen and (min-width: 2000px) {

 /* h3 {
    font-size: 62px;
  }
  .nav-collapse_ .nav li a {
    line-height: 28px;
    font-size: 26px;
    padding: 0;
  }
  .list-cars li {
    width: 350px;
  }
  .padd-span {
    padding: 0 30px;
  }
  .list-membership > li {
    width: 350px;
  }
  #contact-form label {
    display: inline-block;
  }
  #contact-form input {
    width: 550px;
  }
  .box-404 {
    overflow: hidden;
  }
  .box-404 p {
    padding-right: 80px;
  }
  #search input {
    width: 392px;
  }
  #search a {
    float: left;
    margin: 1px 0 0 8px;
  }*/
}
@media only screen and (max-width: 979px) {
  body {
    background: url(../img/tail-760.jpg);
    padding: 0;
  }
  h3 {
    font-size: 40px;
  }
  #hor-accrodion {
		width:940px;
  }
  #contact-form label {
    display: block;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    overflow: inherit;
  }
  .nav-collapse_ .nav {
	 margin-top:0px;
  }
  
  .navbar_ {
    padding-top: 5px;
  }
  .nav-collapse_ {
    clear: none;
  }
  .navbar_ .brand {
    padding-bottom: 5px;
  }
  .block-404 {
    padding-bottom: 40px;
  }
  .block-404 .img-404 {
    float: none;
    margin: 30px 0 20px 0;
    text-align: center;
  }

}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .navbar_ .btn-navbar {
    display: none;
  }
  .nav-collapse_ .nav > li {
    float: left;
  }
  .navbar_ .brand,
  .nav-collapse_ {
    float: none;
  }
  
  #hor-accrodion {
		 width: 724px;
  } 
  
  .list-cars {
    margin-left: -20px;
  }
  .list-cars li {
    width: 208px;
    margin-left: 20px;
  }
  .list-membership > li {
    width: 200px;
  }
  .padd-span {
    padding: 0 2px ;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .address-1 span {
    display: block;
  }
}
@media only screen and (min-width: 660px) and (max-width: 767px) {
  .img-indent {
    margin: 4px 20px 0 0;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none !important;
  }
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #hor-accrodion  {width:auto; margin-left:20px; margin-right:20px;}
  #wrap-accrodion {height:auto;list-style:none;}
  #wrap-accrodion {visibility:visible;}
  
  .navbar_ .brand {
    float: none;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .nav-collapse_ {
    float: none;
    display: none;
  }
  .row-nav {
    padding: 10px;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .select-menu {
    display: block !important;
    color: #ffffff;
    border: 1px solid #303030;
    background: #131313 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .select-menu option {
    padding-bottom: 4px;
  }
  .navbar_ select {
    margin: 0;
    position: relative;
    width: 100%;
  }
  .list-thumbnails li {
    float: left;
    margin-left: 20px;
    width: 29%;
  }
  .list-cars {
    margin-left: -30px;
  }
  .list-cars li {
    width: 42%;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-policy .pull-right {
    float: none;
  }
  .block-cont {
    margin-left: 10px;
    margin-right: 10px;
  }
  .block-404 {
    margin: 0 20px;
  }
  .block-cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padd-span {
    padding: 0 2px ;
    text-align: center !important;
    display: inline-block !important;
  }

}
@media only screen and (max-width: 660px) {
  .img-indent img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .list-thumbnails .thumbnail-1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-thumbnails li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .list-thumbnails li img {
    width: 100%;
  }
  .list-membership {
    margin-left: 0;
  }
  .list-membership > li {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .img-indent1 {
    float: none;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }
  .img-indent1 img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-cars li {
    width: 92%;
    float: none;
  }
  .list-cars li img {
    width: 100%;
    float: none;
  }
  .list-social {
    float: none !important;
  }
  .img-indent {
    float: none;
    margin: 0 0 18px 0;
  }
  .img-indent img {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .table-2 .padd-span1 {
    padding: 0 6px;
  }
  .table-2 {
    margin-left: -5px;
  }
  .overflow.extra {
    overflow: visible;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mb-20 {
	margin-bottom: 20px;
}