.preloader-wrapper {
	position: relative;
}

.preloader-wrapper:before {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	background: url('../img/preloader.gif') transparent 0px 0px scroll;
	bottom: 10px;
	left: 10px;
	content: "";
	opacity: 0;

	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.preloader-wrapper.loading > input {
	padding-left: 35px;
}

.preloader-wrapper.loading:before {
	opacity: 1;
}

.next-button .preloader-wrapper {
	display: inline-block;
}

.fa.tab-preloader {
	background-image: url("../img/preloader.gif");
    width: 18px;
    height: 18px;
    opacity: 0;

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

.fa.tab-preloader.coches {
	margin-left: 48px;
}

.fa.tab-preloader.loading {
	opacity: 1;
}

body {
	font-family: 'Roboto', sans-serif;
	background:#ebebeb;
	color:#666666;
}
h2 {
	font-size:36px;
	font-weight:100;
	text-transform:uppercase;
	margin:40px 0 40px;
}
h3 {
	font-size:30px;
	font-weight:100;
	text-transform:uppercase;
}
h4 {
	color: #F3920E;
    font-size: 24px;
    text-transform: none;
    margin: 20px 0;
    font-weight: 100;
}

.btn {
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
/* menu */
.over-nav {
	padding-top: 3px;
	height:32px;
	background:#848484;
	color:#fff;
}
@media (min-width: 768px) {
.over-nav .navbar-nav>li>a {
	padding: 0;
	border:none;
}
.over-nav .navbar-nav>li>a:hover {
	opacity:0.5;
}
.over-nav .navbar-nav>li {
	margin-left:15px;
	margin-top:2px;
}
.over-nav .navbar-right {
	margin-right: 0;
}
.mod-lang .active {
	box-shadow:0px 0px 0px 2px #5a5a5a!important;
}

}
.navbar {
	height:80px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	margin-bottom:0;	
}
.navbar.navbar-fixed-top {
	height:60px;
}
.navbar-inverse {
	background:#e6e6e6;
	border:none;
	border-radius:0;
}
.navbar-inverse .navbar-nav>li>a {
	font-size:16px;
	font-weight:300;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
	padding: 30px 20px;
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;	
}
.navbar-fixed-top .navbar-nav>li>a {
	padding: 20px 25px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-left: 15px;
	padding-right:15px;
}
}
.navbar-inverse .navbar-nav>.active>a {
	background:#f3920e;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #FFF;
	background-color: #c1c1c1;
}
.cont-logo {
	position:relative;
	z-index:927;
}
.navbar-brand {
	position:absolute;
	padding:0;
	display:block;
	top:-33px;
}
.navbar-brand img {
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;	
}
.navbar-fixed-top .navbar-brand {
	top:-8px;
}
.navbar-fixed-top .navbar-brand img{
	max-height: 131%;
    margin-top: 4px !important;
	width:auto;
}

/* main slide */
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  width: 38px;
  height: 73px;
  margin-top: -37px;
}
}
.carousel {
	margin-bottom:100px;
}
.carousel, .item {
	height:400px;
	margin-bottom:100px;
}
.carousel-control {
	opacity:1;
}
.carousel-control.right, .carousel-control.left {
	background:none!important;
	z-index:800;
}
.carousel-caption {
	top:20px;
	text-shadow:none;
	right:0;
	left:0;
	text-align:right;
}
.carousel-caption h1 {
	color:#1c4a91;
	font-size:45px;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
.carousel-caption p {
	font-size:24px;
	font-weight:100;
	color:#2d2d2d;
/*	line-height:30px;*/
        line-height:23px;
}
.carousel-caption .btn {
	background:#f3920e;
	padding:5px 10px;
	border-radius:5px;
	color:#fff;
}
.carousel-caption .btn:hover {
	background:#ccc;
}



/* PLACAS VARIABLES*/
.slide-001 {
	background:url(../img/main-slide/static-vid.jpg) no-repeat;
}
/*   // color fix   */
.white-texts h1, .white-texts p {
	color:#fff!important;
}
.slide-001 h1, .slide-003 h1 {
	text-shadow:rgba(0,0,0,0.4) 2px 4px 8px;
	padding-right:10px
}
.slide-003 p:nth-last-child(2) {
	padding-right:10px;
	text-shadow:#000 2px 4px 3px
}
/* END PLACAS VARIABLES*/


/* mod search */

.cont-search-home .cont-mod-search {
	position:absolute;
/*	bottom:15px;*/
/*        bottom:-70px;*/
        bottom: -110px;
	left:0;
	right:0;
	z-index:900;
}
.cont-search-home .mod-search {
	background:#fff;
	border-radius:5px;
	border-top:9px solid #f3920e;
	margin-bottom:0;
}
.mod-search h2 {
	color:#f3920e;
	font-size:24px;
	font-weight:100;
	margin:20px 0 10px;
}
.btn-primary {
	background:#f3920e;
	border:none;
	font-weight:100;
	font-size:18px;
	color:#fff;
}
.table-striped .btn-primary {
	font-size:14px;
	padding: 2px 13px;
}
.table-striped .btn-cont {
    text-align: right;
}
.table-striped>tbody>tr:hover .btn-primary {
    background: #dddddd!important;
}
.mod-search .row {
	margin-bottom:20px;
}
.mod-search label {
	font-size:18px;
	font-weight:100;
}
.mod-search .calendar {
	background:url(../img/icons/ico-calendar.png) #fff right no-repeat;
}

.mod-search input[type="radio"] {
    display:none; 
}
.mod-search label.tipo {
    display:inline-block;
    background-color:#cccccc;
    padding:4px 11px;
    font-family:Arial;
    font-size:16px;
}
.mod-search input[type="radio"]:checked + label.tipo { 
    background-color:#f3920e;
}
.mod-search label.tipo {
	font-size:13px;
	color:#fff;
	border-radius:3px;
	display:block;
	text-align:center;
	padding:6px 0;
	cursor:pointer;
}
.mod-search .btn-primary {
	margin-top:29px;
}

.mod-search {
	background:none;
	border-radius:0;
	border-top:none;
	margin-bottom:40px;
}



/* forms */
.form-control {
	height:37px;
	box-shadow:none;
	color:#666666;
	font-weight:300;
}
.btn-primary {
	background:#f3920e;
	border:none;
	font-weight:100;
	font-size:18px;
	color:#fff;
}
.btn-primary:hover, .btn-primary:focus {
	background:#c37b1a;
}

.form-control::-webkit-input-placeholder {
    color:#666666;
}
.form-control:-moz-placeholder {
    color:#666666;
}
.form-control::-moz-placeholder {
    color:#666666;
}
.form-control:-ms-input-placeholder {
    color:#666666;
}

/* main banners */
.mod-main_banners {
/*	margin-bottom:50px;*/
    margin-bottom: 60px;
    margin-top: 60px;
}
.cont-banner {
	background:#fff;
	border-top:10px solid;
	border-radius:3px;
	padding:15px;
}
.cont-banner.banner-001 {
	border-color:#dc291b;
}
.cont-banner.banner-002 {
	border-color:#0692db;
}
.cont-banner.banner-003 {
	border-color:#002867;
}

/* noticias */
.mod-noticias {
	padding-top:15px;
}
.mod-noticias .noticia {
	padding-bottom:15px;
	border-bottom:1px solid #c6c6c6;
	margin-bottom:15px;
	overflow:auto;
}
/* horarios y tarifas*/
.horarios-tarifas>tbody>tr {
	cursor:default!important;
}
.mod-form-horarios .btn {
	margin-top:25px;
}
/* nuestra empresa */
.agencia-list {
	background:#fff;
	border:1px solid #cbcbcb;
	border-radius:5px;
	padding:20px;
/*	height:487px;*/
        height:570px;
	margin-bottom:20px;
}
.agencia-list h4 {
	text-transform:uppercase;
	color:#666;
	font-weight:700;
	font-size:18px;
	margin-top:0;
}
.agencia-list img {
	margin-bottom:20px;
}
.agencia-list p {
	font-size: 13px;
}
.title-agencia {
	margin-bottom: 0px;
}
/* Contacto */
.contact .text-form {
	font-weight: 400 !important;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
}
.contact h2 {
	margin-bottom: 34px;
}
.contact .form-contact .form-control {
	margin-bottom: 13px;
}
.contact .form-contact textarea {
	height: 202px;
}
.contact .btn-style {
	background: #f3920e;
	color: #FFF;
	font-weight: 100;
	padding: 7px 45px 7px 45px;
	text-align: center;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	text-decoration: none;
	font-size: 17px;
	cursor: pointer;	
}
.btn-style:hover {
	background: #fda733;
	text-decoration: none;
}
.camp-nombre .form-control {
	margin-bottom: 20px;
}
.subir-archivo {
	padding-top: 23px;
}
.circulo-item {
	width: 69px;
	height: 69px;
	text-align: center;
	padding-top: 1px;
	font-size: 44px;
	background: #b5b5b5;
	-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	font-weight: 400;
	display: block;
	color: #FFF;
	font-family: 'Lato', sans-serif;
}
.marg-info {
	margin-bottom: 16px;
	margin-top: 6px;
}
.contact p {
	font-family: 'Lato', sans-serif;
}
.ajuste-merg-top {
	padding-top: 15px;
}
.marg-info a {
	font-weight: bold;
	color: #f3920e;
}
.clase-trabajo div {
	font-family: 'Lato', sans-serif;
}
/* End */
/* footer */
footer {
	width:100%;
	background:#4b4b4b;
	margin-top:50px;
	padding-bottom:30px;
}
footer h3 {
	color:#fff;
	margin-top:30px;
}
footer .list-unstyled a {
	color:#b4b4b4;
	font-size:18px;
	font-weight:100;
}
footer .list-unstyled {
	margin-top:30px;
}
footer .list-unstyled li{
	margin-bottom:10px;
}
footer .footer-brand {
	margin-top:-1px;
	display:block;
}
footer .other-services a {
	margin-top:20px;
	display:block;
}
.footer-banners {
	overflow:hidden;
	color:#999;
	background:#fff;
	transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	margin-bottom:20px;
}
.footer-banners:hover {
	text-decoration:none;
	color:#666;
	opacity:0.8
}
.footer-banners:focus, .footer-banners:visited {
	text-decoration:none;
	color:#666;
	opacity:0.8
}
.footer-banners img{
	float:left;
	margin-right:10px;
}
.footer-banners h2 {
	font-size:22px;
	color:#999;
	margin:10px 0 5px
}
.footer-banners p {
	margin:0;
	line-height: 13px;
    font-size: 12px;
}
/* buy steps */
.mod-steps  {
	margin:50px auto;
}
.mod-steps h2 {
	margin:0 0 30px;
}
.mod-steps .steps {
	position:relative;
	height:40px;
	background:#fff;
	color:#666666;
	padding-left:90px;
	padding-top:10px;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
.steps:hover {
	text-decoration:none;
	background:#f2f2f2;
}
.mod-steps .steps:hover div {
	background:#8a8a8a;
}
.mod-steps .steps:first-of-type {
	border-radius:20px 0 0 20px;
}
.mod-steps .steps.on {
	color:#f3920e;
}
.mod-steps .steps div {
	border-radius:50%;
	background:#b5b5b5;
	font-weight:100;
	font-size:40px;
	color:#666666;
	text-align:center;
	position:absolute;
	left:0;
	top:-14px;
	width:69px;
	height:69px;
	padding-top:5px;
}
.mod-steps .steps.on div {
	background:#f3920e;
	color:#fff;
}

/* buy process */
.next-button {
	width:100%;
	margin:20px 0;
	overflow:hidden;
	text-align: right;
}
.cont-sub_steps {
	width:100%;
	display:block;
	overflow:hidden;
}
.mod-status p {
	margin:0;
}
.mod-process h2 {
	color:#666;
	border-bottom:1px solid #f3920e;
	font-size:30px;
	text-transform:none;
	margin-bottom:20px;
	font-weight:300;
}
.mod-process h3 {
	color:#f3920e;
	font-size:27px;
	text-transform:none;
	margin-bottom:20px;
	font-weight:100;
}
.sub-steps {
	background:#e6e6e6;
	border:1px solid #9c9c9c;
	height:50px;
	color:#9c9c9c;
	font-size:18px;
	font-weight:100;
	padding-top: 13px;
}
.sub-steps:hover {
	background:#c6c6c6;
	color:#fff;
}
.sub-steps:first-of-type {
	border-radius:5px 0 0 5px ;
	border-right:none;
}
.sub-steps:last-child {
	border-radius:0 5px 5px 0 ;
}
.sub-steps i {
	float:left;
	margin-top:2px;
}
.sub-steps p{
	float:left;
}
.sub-steps.on {
	background:#f3920e;
	color:#fff;
}
.table-striped>tbody>tr {
	cursor:pointer;
}
.table-striped>tbody>tr:hover {
	background:#f3920e!important;
	color:#fff;
}
.table-info > tbody > tr:nth-child(2n+1) > td, .table-info > tbody > tr:nth-child(2n+1) > th {
   background-color: #DDDDDD;
}
.table-info th{
	text-align: left;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background:#dddddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background:none;
}

.cont-vuelta.disabled {
	opacity:0.5;
}
.cont-vuelta.disabled:hover, .cont-vuelta.disabled .sub-steps:hover {
	cursor:not-allowed;
	background:none;
	color:#9c9c9c
}
.cont-vuelta.disabled h2 {
	color:#9c9c9c;
	border-color:#9c9c9c;
}

/* asientos */
.mod-bus {
	width:190px;
	overflow:hidden;
	background:url(../img/bus-front.png)#fff top no-repeat;
	border-radius:20px;
	padding-bottom:15px;
}
.mod-bus .content {
	padding:0 0 15px 25px;
}
.asientos input[type=checkbox]:not(old){
	width:23px;
	height:26px;
	margin:0;
	padding:0;
	opacity:0;
	cursor:pointer;
}
.asientos input[type=checkbox]:not(old) + label {
	display:inline-block;
	margin-left:-23px;
	background:url('../img/asientos.png') no-repeat 0 0;
	line-height:24px;
	width:23px;
	height:26px;
	font-size:9px;
	text-align:center;
	cursor:pointer;
}
.asientos input[type=checkbox]:not(old):checked + label{
	background-position:-23px 0 ;
	color:#fff;
}
.asientos input[type=radio]:not(old):checked + label{
	background-position :-46px 0 ;
}
.cont-pago img, .cont-pago label {
	cursor: pointer;
}
.asientos {
	width: 23px;
	height: 26px;
	/*float: left;*/
	margin-right: 10px;
	margin-bottom:10px;
}
.asientos:nth-child(2n+2) {  
	margin-right:25px;
}
.mod-bus h6 {
	text-align:center;
	color:#fff;
}

/* forms datos */
.form-datos label {
	font-weight:100;
	font-size:18px;
}
.mod-process-title {
	margin-bottom:30px;
}
.txt-ingreso {
	text-align:right;
	font-size:16px;
	padding-top:10px;
}
.txt-ingreso .btn {
	margin-left:10px;
}
.form-datos {
	margin-bottom:30px;
}
.cont-pago {
	margin-top:20px;
	overflow: hidden;
}
.cont-pago label {
	box-shadow: inset 34px 0 0 #cccccc;
	padding-left: 20px;
}
.cont-pago label.on{
	box-shadow: inset 34px 0 0 #f3920e;
}
.cont-pago label input[type=radio] {
	float: left;
    width: 30px;
    left: 10px;
    top: 17px;
}

@media (min-width: 768px){
	.cont-pago{
		width: 130px;
	}
}

.checkout-price span {
	font-size:24px !important;
	font-weight:100;
	color:#f3920e;
	margin-top: 10px;
	margin-top: 12px;
	text-align: right;
}
.checkout-price h5{
	margin-top: 8px;
}
.checkout-price p {
	text-align: right;
}
.mod-checkout {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 10px !important;
}
.mod-checkout p {
	font-size: 13px;
	margin-bottom: 0px;
}
.mod-checkout a {
	color: #f3920e;
	font-weight: 500;
	text-decoration: underline;
}
.cont-pago label img {
	float:right;
}
.form-horizontal .btn-primary {
	margin-top:30px;
}
.mod-checkout {
	background:#fff;
	border:1px solid #cbcbcb;
	border-radius:5px;
	padding:10px;
	margin-bottom:30px;
}
.mod-checkout p {
	margin:0;
}
.mod-checkout h5 {
	font-weight:bold;
	font-size:18px;
	margin:0;
}
.mod-checkout .checkout-data {
	height:auto;
}
.info-total {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.mod-checkout .checkout-data.vuelta {
	border-top:1px solid #dcdcdc;
	padding-top:15px;
	float: left;
}
.mod-checkout .checkout-price h5{
	font-size:24px;
	font-weight:100;
	color:#f3920e;
	margin-top: 40px;
	text-align:center;
}
.cont-pago label input[type=radio] {
	position: absolute;
}
@media (max-width: 1200px) { 
.cont-pago label img {
	width:75%;
}
.cont-pago label input[type=radio] {
	float:left;
	width:25px;
}
.mod-checkout .checkout-price h5{
	font-size:20px;
	margin-top: 45px;
}
}


/* Responsive Styles */

@media (min-width: 1199px) {
.cont-pago img {
	margin-left: 26px;
}
.mod-steps .steps {
	padding-left:90px;
}
.navbar-brand img{
	max-width: 148%;
	width: 148%;
}
.navbar-brand img {
	margin-top: -18px;
}
}
@media (max-width: 1199px) {
#tipo_documento{
	margin-bottom: 20px;
}
.cont-pago label input[type=radio]{
	left: 15px;
    top: 17px;
}
.cont-pago label{
	padding-left: 0px;
}
.txt-ingreso {
	padding-top:23px !important;
}
.mod-checkout p {
	font-size: 12px;
}
.mod-checkout h5 {
	font-size: 13px;
}
#email_detalle .checkout-data{
	margin-top: 10px;
}
.mod-steps .steps {
	padding-left:76px;
}
.steps p {
	padding-top: 2px;
	font-size: 12px;
	line-height: 11px;
}
.navbar-brand img {
	margin-top: 22px !important;
	width: 81%;
}
}
@media (min-width: 991px) {
.mod-steps .steps {
	height:40px;
}
.mod-steps .steps:first-of-type {
	border-radius:20px 0 0 20px;
}
.navbar-nav>li>a {
	padding: 30px 20px;
	/*border-right:1px solid #fff;*/
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;	
}
}
@media (max-width: 992px) {
.over-nav{
	display: none;
}
.checkout-price h5 strong {
	display: block;
}
.agencia-list p {
	font-size: 12px !important;
}
.circulo-item {
	width: 55px;
	height: 55px;
	font-size: 34px;
}
.select-job {
	font-size: 12px;
}
.navbar {
	height: 60px;
}
.mod-steps .steps {
	height:56px;
}
.mod-steps .steps:first-of-type {
	border-radius:20px 0 0 0px;
}
.navbar-fixed-top .cont-logo .navbar-brand img {
	margin-top: -5px !important;
}
.navbar-fixed-top .navbar-nav>li>a {
	padding: 20px 10px !important;
}
.navbar-brand img{
	max-width: 100%;
	width: 100%;
}
.cont-logo .navbar-brand img {
	margin-top: 27px !important;
}
.navbar-nav>li>a {
	padding: 20px 10px;
	/*border-right:1px solid #fff;*/
	-webkit-transition: padding 0.3s;
	-moz-transition: padding 0.3s;
	transition: padding 0.3s;	
}
.navbar-brand {
	width: 159px;
} 
}
@media (max-width: 768px) {
.form-group-custom{
	margin-bottom: 15px;
}
.cont-pago label input[type=radio]{
	left: 20px;
    top: 25px;
}
.cont-pago label input[type=radio] {
    width: 19px !important;
}
.mod-steps .steps div {
	font-size: 22px;
	left: 2px;
}
.steps-moviles a:last-child {
	padding-right: 0px !important;
	width: 56px;
}
.txt-ingreso {
	text-align: center !important;
}
.txt-ingreso .btn-primary {
	width: auto;
	margin: 18px auto 0 auto;
}
.form-horizontal .btn-primary {
	width: auto;
	margin:10px auto 0 auto !important;
	float: none !important;
}
.mod-bus {
	margin: auto;
	margin-top: 25px;
}
.next-button {
	margin: 27px auto 0 auto;
	width: auto !important;
	display: table;
}
.sub-steps p {
	font-size: 11px !important;
	font-weight: 500;
	margin-top: 4px;
}
.navbar-toggle {
	margin-bottom: 5px !important;
}
	.navbar {
	height: auto !important;
}
.nav {
	margin-top: 0px !important;
	margin-bottom: 0 !important;
}
.navbar-brand {
	margin-bottom: 10px;
}
.mod-checkout .checkout-data.vuelta {
	border: none !important;
}
.checkout-price p {
	text-align: left !important;
}
.checkout-price span {
	font-size: 19px !important;
}
.btn-primary {
	margin: auto;
	display: table;
}
.mod-process-title h3 {
	text-align: center;
}
.movil-marg {
	margin-bottom: 8px;
}
.mod-steps h2 {
	text-align: center;	
}
.steps-moviles {
	display: table;
	margin: auto;
}
.mod-status p {
	text-align: center;
}
.steps p {
	padding-top: 33px;
	text-align: center;
}
.mod-steps .steps {
	height: auto;
	margin-bottom: 5px;
	display: block;
}
.navbar-fixed-top .cont-logo .navbar-brand img {
	margin-top: -5px !important;
} 
.navbar-fixed-top .navbar-toggle {
	margin-top: 14px;
	margin-bottom: 5px !important;
}
h2 {
	font-size:33px;
}
.navbar-brand img {
  max-height: 151%!important;
}
.over-nav .nav {
	float:right;
}
.over-nav .navbar-nav>li {
	float:left;
	margin-left:10px;
	background:none!important;
	border:none!important;
}
.over-nav .navbar-nav>li>a {
	padding: 0;
}
.over-nav .navbar-nav {
	margin:0;
}
.navbar-toggle {
	margin-top: 15px;
}
.navbar-inverse .navbar-toggle {
	border:none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #848484;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #f3920e;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
	background-color: #fff;
}
.nav>li {
	background:#e6e6e6;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #666666;
	background-color: #ebebeb;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:none;
}
.carousel, .item {
	height:184px;
	margin-bottom:674px;
}
.item{
  background-size: cover;
}
.carousel-control {
	display:none;
}
.carousel-caption {
	top:10px;
}
.carousel-caption p {
	font-size:18px;
}
.carousel-caption h1 {
	font-size:22px;
}
.cont-search-home .cont-mod-search {
	top:183px;
	bottom:auto;
}
.mod-search div {
	overflow:auto;
}
.mod-search .form-control {
	margin-bottom:10px;
}
.mod-search .row {
  margin-bottom: 10px;
}
.mod-search .btn-primary {
	margin-top:30px;
	font-size: 14px;
	font-weight: 500;
}
.mod-search h2 {
	font-size:22px;
}
.cont-search-home .mod-search {
	padding-bottom:1px;
	margin-top: 20px;
}
.mod-main_banners {
	margin-bottom:0;
}
.mod-main_banners .cont-banner{
	margin-bottom:20px;
}

.banner-002{
	margin-top: 90px;
}

.footer-banners h2{
	font-size: 17px;
}
.mod-steps .steps div {
	width: 35px;
    height: 30px;
	padding-top: 0;
	margin: auto;		
}
.steps p {
	font-size: 9px;
	line-height: 11px;
	font-weight: 600;
}
.mod-steps .steps {
	padding-left:0;
	background:none;
}
.mod-steps {
    margin-bottom: 40px !important;
    padding-left: 30px;
    padding-right: 30px;
	margin: 15px auto;
}
.sub-steps p {
	font-size: 14px;
}
.sub-steps i {
  font-size: 15px;
}
.table-striped thead tr th {
	font-size:12px;
	font-weight:300;
}
.txt-ingreso {
	text-align:left;
}
.mod-process-title {
	margin-bottom:0;
}
.cont-banner img {
	margin: auto;
}
}
@media (max-width: 460px) {
.table-info thead tr th {
	text-align: center;
}
.form-carga {
	overflow: hidden;
}
}
@media (max-width: 736px) {
.cont-logo .nav {
	border-bottom: 1px solid #CCC;
}
}
.modalResumen .modal-sm{
	width: 700px;
} 
.modalResumen .modal-sm label{
	font-weight: 300;
}

.modalResumen .modal-sm .modal-title{
	font-weight: bold;
}

.modalResumen .modal-sm .section-title{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 8px;
}

.modalResumen .modal-sm .superior, .modalResumen .modal-sm .medio, .modalResumen .modal-sm .inferior{
	margin-top: 5px;
	margin-bottom: 5px;
}

.modalResumen .modal-sm .pasajero{
	margin-bottom: 10px;
}

.modalResumen{
	padding-right: 17px;
}
.mod-search .next-button{
	margin-top: 0px;
}
@media (max-width: 768px){
	.modalResumen .modal-sm {
    	width: auto;
	}
	
}

.mod-search .preloader-wrapper:before {

	bottom: 7px;
	}
.columna-1, .columna-2, .columna-3, .columna-4, .columna-5{
	width: 30px;
	float: left;
	padding-top: 5px;
}

.fila{
	width: 100%;
	padding-top: 5px;
	height: 30px !important;
}
/* Contacto */
.contact .text-form {
	font-weight: 400 !important;
	margin-bottom: 5px;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-weight: 600 !important;
}
.contact h2 {
	margin-bottom: 34px;
}
.form-contact {
	margin-bottom: 83px;
}
.contact .form-contact .form-control {
	margin-bottom: 13px;
}
.contact .form-contact textarea {
	height: 202px;
}
.contact .btn-style {
	background: #f3920e;
	    font-family: 'Roboto', sans-serif;
	color: #FFF;
	font-weight: 100;
	padding: 7px 45px 7px 45px;
	text-align: center;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	text-decoration: none;
	font-size: 17px;
	cursor: pointer;	
}
.btn-style:hover {
	background: #fda733;
	text-decoration: none;
}
.camp-nombre .form-control {
	margin-bottom: 20px;
}
.subir-archivo {
	padding-top: 23px;
}
.circulo-item {
	width: 69px;
	height: 69px;
	text-align: center;
	padding-top: 1px;
	font-size: 44px;
	background: #b5b5b5;
	-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	font-weight: 400;
	display: block;
	color: #FFF;
	font-family: 'Lato', sans-serif;
}
.marg-info {
	margin-bottom: 16px;
	margin-top: 6px;
}
.contact p {
	font-family: 'Lato', sans-serif;
	color: #666;
	font-weight: 600;
}
.ajuste-merg-top {
	padding-top: 15px;
}
.marg-info a {
	font-weight: bold;
	color: #f3920e;
}
.clase-trabajo div {
	font-family: 'Lato', sans-serif;
	color: #666;
	font-weight: 600;
}
/* End */

.table-horarios th{
	text-align: center;
}

.btn-active{
	border-color: #F3920E !important;
	background-color: #F3920E !important;
	color:#FFF !important;
}

#destinos-content, #tarifas-content{
	background: #e6e6e6;
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
}

.destinos-content{
	margin-top: 10px;
}
.tarifas-content{
	display: none;
}
.no-padding-left{
	padding-left: 0px;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{
	z-index: 2;
    color: #fff;
    background-color: #848484;
    border: 1px solid rgba(132, 132, 132, 0.36);
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #EBEBEB;
    border: 1px solid rgba(132, 132, 132, 0.36);
}
.trabajo-content, .oportunidades-content{
	display: none;
}
/*.fila-1 .asientos, .fila-2 .asientos, .fila-3 .asientos, .fila-4 .asientos, .fila-5 .asientos{
	float: left;
}*/


/* INTERNA PROMOS */
.promo-tpl {
	padding-top:10px
}
.promo-tpl h2 {
	font-size:33px;
	margin-bottom:10px
}
.side-banners {
	margin-top:50px
}
.side-banners .cont-banner {
	margin-bottom:20px
}
.video-module  {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.promo-tpl h5 {
    color: #012969;
	font-size:20px;
	font-weight:bold;
	margin-top:30px;
}
.promo-tpl h5 span {
	margin: 0 0 0 15px;
    padding: 0px;
    font-size: 12px;
    color: #666;
}
.promo-tpl h6 {
	font-size:18px;
}
.item-mod h6 span, span.stars {
    margin-left: 10px;
    color: #ff9d2e;
}
.promo-tpl p {
    margin: 0 0 5px;
}
.promo-tpl .item-mod {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.promo-tpl ul {
	margin:0;
	padding-left:15px
}
.list-title {
	list-style:none;
	margin-left:-15px;
	margin-bottom:5px;
	font-size:16px;
}

.prom-int-search {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    overflow: hidden;
    padding-bottom: 15px;
	padding-top:15px;
    margin-bottom: 15px;
}
.prom-int-search .btn {
	float:right;
	margin-top:15px;
}
.mod-horarios table {
	display:none;
	margin-top:10px;
	margin-bottom:0;
}
.no-list-style, .no-list-style li {
	margin:0;
	padding:0!important;
}
.no-list-style li {
	list-style:none;
	margin-bottom:10px
}
.ubicacion {
	text-align: right;
    padding-top: 13px;
}
.prom-nav-mod {
    border-top: solid 1px #ccc;
    overflow: hidden;
    margin-top: 20px;
	padding-top:10px;
}
.cont-mod2-promo {
	margin-bottom:35px;
}
.link-docu-modal {
	margin-top:30px;
	display:block;
}
/*TURIL CARGO*/
.info-cargo p{
	margin:0;
}
.info-cargo ul {
	padding-left:20px
}
.info-cargo li {
	list-style:none;
	margin-bottom:20px;
}

#email_detalle .checkout-data{
	margin-top: 8px;
}

.control-label{
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: 400;
}

.check-div{
	margin-top:-20px;
}

@media (max-width: 768px){
	#btn-form-4{
		width: 100%;
		margin-top:8px; 
	}
	.check-div{
		margin-top:0px;
	}
}

.red{
	color: #a94442;
	margin-top: 8px;
}

.green{
	color:#3c763d;
	margin-top: 8px;
}
.doc-content{
	margin-bottom: 200px;
}

.doc-content .col-md-12 h4{
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
}

.scroll-content{
	overflow: hidden;
	overflow-x:scroll;
}

.hora-content-ida, .hora-content-vta{
	display: none;
}

.ida, .vuelta-float{
	float:left; 
	margin-right: 3px;
}
.row-padding{
	padding-left: 15px;
	padding-right: 15px;
}


/*VIDEO BACKGROUND*/
#video {
	width:100%;
	
}
.video-pat {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-45deg, black 25%, transparent 25%, transparent 50%, black 50%, black 75%, transparent 75%, transparent);
    background-size: 3px 3px;
    opacity: .2;
}
.carousel-inner {
	height:400px;
	overflow:hidden;
}
@media (max-width: 768px){
.video-pat {
    height: 236px;
}
.carousel-inner {
	height:236px;
}
}
/*Accordion*/
 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
        font-family:'Roboto', sans-serif;
        color:#666666;
        
    }
    

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
    

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
