.ct-ui-base {
    direction: ltr;
}
.ct-ui-base {
    box-sizing: border-box;
    color: #3b3a38;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-align: left;
}


.ct-ui-base * {
    box-sizing: border-box;
}


/* Clase que define el bloque donde aparecen los pasos a llevar a cabo para reservar un coche*/
#ct-ui-breadcrumbs {
	/*background:#e9e9e9;*/
    float: left;
    margin-bottom: 31px;
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 5;
}


#ct-ui-breadcrumbs div {
    display: block;
    float: left;
    height: 100%;
    /*line-height: 1.4em;*/
    padding: 0.5em 0;
    position: relative;
    text-align: center;
    /*text-indent: 10px;*/
    text-transform: uppercase;
    width: 24.5%;
	/*color:#000000;*/
	color: #6d6d6d;
	font-weight:600;
	margin-right:6px;
}


/* Clase que define el color de fondo para el resto de pasos de la reserva distintos al actual en el que se encuentra la reserva */
.breadcrumbs-no-active{
	background:#e9e9e9;
}


/* Clase que define el color de fondo y color de texto para el paso actual de la reserva en la que se encuentra el usuario */
.breadcrumbs-active{
	background:#4c8ae0;
	color:#ffffff !important;
}

/* Establecemos el color del texto correspondiente a los pasos del breadcrumbs que ya estan completados */
.step-completed a{
	color: #bdbdbd !important;
}

/* Establecemos el color del icono correspondiente a los pasos del breadcrumbs que ya estan completados */
.step-completed i{
	color:#D5E0BE !important;
}




/* Para pantallas pequeñas, mostramos el breadcrumbs simple y ocultamos el breadcrumbs con los 4 pasos para realizar una reserva */
@media only screen and (max-width:1300px){

	#breadcrumbs-mini{
		display:block;
	}
	
	#breadcrumbs-max{
		display:none;
	}
}


/* Para pantallas grandes, mostramos el breadcrumbs con los 4 pasos para realizar una reserva y ocultamos el breadcrumbs simple */
@media only screen and (min-width:1300px){

	#breadcrumbs-mini{
		display:none;
	}
	
	#breadcrumbs-max{
		display:block;
	}
}



#ct_step1 {
    height: auto;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.ct-form {
    margin: 0;
}
.ct-padding, .ct-box .ct-box-content, .ct-box .ct-box-footer, .ct-badge {
    padding: 0.5em !important;
}

.ct-grid::before, .ct-grid::after {
    content: "";
    display: table;
}

.ct-grid::after {
    clear: both;
}
.ct-grid::before, .ct-grid::after {
    content: "";
    display: table;
}


.ct-form-field {
    border-radius: 0;
    margin-bottom: 10px;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}
.ct-grid {
}
.ct-grid {
    margin: 0 auto;
    max-width: 1436px;
    min-width: 280px;
    padding: 0;
    width: 100%;
}


#ct_step1 button {
    width: 100%;
}


/* Estilos aplicados al boton 'Siguiente' de la home */
.ct-btn {
    -moz-appearance: none;
    background: none repeat scroll 0 0 #f1f1f1;
    border: 0 none;
    border-radius: 0;
    color: #3b3a38;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 600;
    height: auto;
    line-height: 44px;
    /*margin: 0;*/
	margin-bottom:10px;
    padding: 0 2.5%;
    text-align: center;
    width: auto;
}


.ct-shadow, .ct-btn-p, .ct-btn-s {
    box-shadow: 3px 3px rgba(59, 58, 56, 0.15);
    transition: all 0.25s ease 0s;
}




.ct-btn-s {
    background: none repeat scroll 0 0 #f60;
    border-radius: 0;
    color: white;
}
.ct-btn-s {
    background: none repeat scroll 0 0 #f60;
    border: 1px solid #f60;
    color: white;
}


.ct-shadow, .ct-btn-p, .ct-btn-s {
    box-shadow: 3px 3px rgba(59, 58, 56, 0.15);
    transition: all 0.25s ease 0s;
}


.ct-form label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.84615em;
    margin-bottom: 2px;
}

.ct-form-field .ct-input {
    background: none repeat scroll 0 0 white;
    border: 1px solid #b1b1b1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(59, 58, 56, 0.075) inset;
    font-size: 13px;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    position: relative;
}



.style-form-home #ct_s1_pickup_loc, .style-form-home #ct_s1_dropoff_loc {
    width: 100%;
}

.ct-form-field input, .ct-form-field input[type="*"], .ct-form-field textarea {
    /*border: 0 none;*/
    box-shadow: none;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    max-width: 100%;
    outline: 0 none;
    padding: 0;
    resize: none;
    width: 100%;
}


.ct-form-field i[class^="ct-icon-"], .ct-form-field i[class*=" ct-icon-"] {
    bottom: 6px;
    cursor: pointer;
    font-size: 22px;
    line-height: normal;
    position: absolute;
    right: 0;
}


i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    display: inline-block;
    margin: 0 5px;
    min-width: 20px;
    position: static;
    text-align: center;
}



.ct-form-field i[class^="ct-icon-"], .ct-form-field i[class*=" ct-icon-"] {
    bottom: 6px;
    cursor: pointer;
    font-size: 22px;
    line-height: normal;
    position: absolute;
    right: 0;
}
i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    display: inline-block;
    margin: 0 5px;
    min-width: 20px;
    position: static;
    text-align: center;
}
[class^="ct-icon-"] span::before, [class*=" ct-icon-"] span::before, [class^="ct-icon-"] span::after, [class*=" ct-icon-"] span::after, i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    font-family: "Cartrawler-Icons" !important;
    font-style: normal;
    position: absolute;
    text-decoration: none;
    text-transform: none;
}



.ct-form-field .ct-radio, .ct-form-field .ct-checkbox {
    color: #3b3a38;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}

.ct-form label {
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.84615em;
    margin-bottom: 2px;
}


.ct-form-field .ct-radio.ct-small span, .ct-form-field .ct-checkbox.ct-small span {
    height: 19px;
    top: 2px;
    width: 30px;
}


.ct-form-field .ct-radio span, .ct-form-field .ct-checkbox span {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: relative;
    top: 2px;
    width: 32px;
}


.ct-form-field .ct-radio, .ct-form-field .ct-checkbox {
    color: #3b3a38;
    cursor: pointer;
    font-weight: normal;
}


.ct-form-field .ct-radio.ct-small i, .ct-form-field .ct-checkbox.ct-small i {
    font-size: 19px;
    height: 26px;
    left: -5px;
    line-height: 26px;
}

.ct-form-field .ct-checkbox i {
    font-size: 22px;
}

.ct-form-field .ct-radio i, .ct-form-field .ct-checkbox i {
    font-size: 32px;
    height: 51px;
    left: -8px;
    line-height: 49px;
    position: absolute;
    top: -1px;
}


.ct-form-field i[class^="ct-icon-"], .ct-form-field i[class*=" ct-icon-"] {
    bottom: 6px;
    cursor: pointer;
    font-size: 22px;
    line-height: normal;
    position: absolute;
    right: 0;
}

i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    display: inline-block;
    margin: 0 5px;
    min-width: 20px;
    position: static;
    text-align: center;
}


[class^="ct-icon-"] span::before, [class*=" ct-icon-"] span::before, [class^="ct-icon-"] span::after, [class*=" ct-icon-"] span::after, i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    font-family: "Cartrawler-Icons" !important;
    font-style: normal;
    position: absolute;
    text-decoration: none;
    text-transform: none;
}


.ct-form-field .ct-radio span, .ct-form-field .ct-checkbox span {
    cursor: pointer;
}

.ct-form-field .ct-radio input[type="radio"], .ct-form-field .ct-radio input[type="checkbox"], .ct-form-field .ct-checkbox input[type="radio"], .ct-form-field .ct-checkbox input[type="checkbox"] {
    left: -9999px;
    position: absolute;
}




.ct-form-field .ct-radio, .ct-form-field .ct-checkbox {
    color: #3b3a38;
    cursor: pointer;
    font-weight: normal;
}
.ct-form label {
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.84615em;
}

.ct-tile-grid.ct-grid-unit-2 {
    margin-left: -4%;
}


.ct-form ul, .ct-form ul li {
    list-style-type: none;
    margin-left: 0;
}
.ct-ui-base ul {
    list-style: outside none none;
}
.ct-ui-base ul, .ct-ui-base ol {
    margin: 0 0 0.25477em;
    padding: 0;
}

.ct-tile-grid {
    display: block;
    overflow: hidden;
}
.ct-ui-base * {
    box-sizing: border-box;
}

.ct-tile-grid.ct-grid-unit-2 > li {
    clear: none;
    margin-left: 4%;
    width: 46%;
}

.ct-form ul, .ct-form ul li {
    list-style-type: none;
    margin-left: 0;
}
.ct-tile-grid > li {
    clear: left;
    display: block;
    float: left;
    height: auto;
    padding-bottom: 0;
}

.ct-ui-base li {
    list-style: outside none none !important;
    padding-bottom: 0.25477em;
}




i.ct-icon-calendar::before {
    content:"\e66a";
    height: inherit;
}


.ct-form-field i[class^="ct-icon-"], .ct-form-field i[class*=" ct-icon-"] {
    bottom: 6px;
    cursor: pointer;
    font-size: 22px;
    line-height: normal;
    position: absolute;
    right: 0;
}

i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    display: inline-block;
    margin: 0 5px;
    min-width: 20px;
    position: static;
    text-align: center;
}



[class^="ct-icon-"] span::before, [class*=" ct-icon-"] span::before, [class^="ct-icon-"] span::after, [class*=" ct-icon-"] span::after, i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    font-family: "Cartrawler-Icons" !important;
    font-style: normal;
    position: absolute;
    text-decoration: none;
    text-transform: none;
}

.ct-palette-s-color {
    color: #f60 !important;
}

.ct-pointer {
    cursor: pointer !important;
}


.ct-select{
	position:relative;
	width:100%;
	display:inline-block;
	margin-top:0;
	margin-right:0;
	margin-bottom:2px;
	margin-left:1.2%;
	overflow:hidden;
	border:1px solid #b1b1b1;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	font-family:sans-serif;
	font-weight:600;
	height:36px;
	line-height:34px;
	background:white;
	-webkit-box-shadow:1px 1px .5em #f1f1f1 inset;
	-moz-box-shadow:1px 1px .5em #f1f1f1 inset;
	box-shadow:1px 1px .5em #f1f1f1 inset;
}


.ct-select:after{
	font-family:Cartrawler-Icons;
	z-index:2;
	pointer-events:none;
	position:absolute;
	right:0;
	top:0;
	background-color:#b1b1b1;
	background-size:100%;
	color:white;
	width:30px;
	text-align:center;
	height:100%;
	display:block;
	font-size:11px
}



.ct-select:first-child{
	margin-left:0
}

.ct-select.ct-select-progress:after{
	display:none
}

.ct-select.ct-focus{
	border-color:#67baf4;
	-webkit-box-shadow:0 0 .8em #67baf4;
	-moz-box-shadow:0 0 .8em #67baf4;
	box-shadow:0 0 .8em #67baf4;
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;-o-transition-duration:.5s;
	transition-duration:.5s
}

.ct-select.ct-error{
	border-color:#ca2f2b;
	-webkit-box-shadow:0 0 .8em #ca2f2b;
	-moz-box-shadow:0 0 .8em #ca2f2b;
	box-shadow:0 0 .8em #ca2f2b;
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	transition-duration:.5s
}


 .ct-select select{
	position:relative;
	display:block;
	min-width:100%;
	width:100%;
	width:200% \9;
	/* Elimina la flecha hacia abajo de los elementos Select para el navegador mozilla */
	-moz-appearance:none;
	text-indent:.01px;
	text-overflow:'';
	/padding-top:.6em;
	padding-right:45px;
	padding-bottom:.25em;
	padding-left:6px;
	color:#3b3a38;
	border:0;
	background:transparent;
	outline:0;
	/* Elimina la flecha hacia abajo de los elementos Select para el navegador Chrome */
	-webkit-appearance:none;
	z-index:1;
	cursor:pointer;
	line-height:normal;
	font-size:13px;
	height: 36px;	
}


.style-form-home .ct-select select {
    padding-top: 0.45em !important;
}


/* Estilos aplicados a ie relacionados con los select del formulario de la home */

@media all and (-ms-high-contrast:none) { 
	.ct-select select { padding:0px !important; }   /* IE10 */ 
	
	*::-ms-backdrop, .ct-select select{ 
		padding-left:36px !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
	} /* IE11 */ 
	
	*::-ms-backdrop, #formPaso1 .ct-select-time {
		background: url("../img/clock.png") no-repeat scroll 5% 60%, #ffffff;  
	} /* IE11 */ 
	
	*::-ms-backdrop, .style-form-home .ct-select select {
		padding-top: 0px !important;
	} /* IE11 */ 
	
	
	*::-ms-backdrop, #formPaso1 .ct-select-office {
		background: #ffffff;  
	} /* IE11 */ 
	
	
}






.ct-grid .ct-grid {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}


.ct-clearfix::before, .ct-grid .ct-grid-row::before, .ct-clearfix::after, .ct-grid .ct-grid-row::after {
    content: "";
    display: table;
}

.ct-clearfix::after, .ct-grid .ct-grid-row::after {
    clear: both;
}

.ct-clearfix::before, .ct-grid .ct-grid-row::before, .ct-clearfix::after, .ct-grid .ct-grid-row::after {
    content: "";
    display: table;
}

.ct-hybrid-grid .ct-grid .ct-grid-row {
    width: 100%;
}
.ct-clearfix, .ct-grid .ct-grid-row {
}
.ct-grid .ct-grid-row {
    clear: both;
    display: block;
    width: 100%;
}

.ct-grid .ct-grid {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
}


.ct-form-field .ct-radio, .ct-form-field .ct-checkbox {
    color: #3b3a38;
    cursor: pointer;
    font-weight: normal;
    position: relative;
}


.ct-form-field .ct-radio.ct-small span, .ct-form-field .ct-checkbox.ct-small span {
    height: 19px;
    top: 2px;
    width: 30px;
}

.ct-form-field .ct-radio span, .ct-form-field .ct-checkbox span {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    position: relative;
    top: 2px;
    width: 32px;
}

.ct-btn.ct-icon-right span::after {
    right: 12.6667px;
}
.ct-icon-angle-right.ct-icon-left span::before, .ct-icon-angle-right.ct-icon-right span::after {
    height: inherit;
}


.ct-btn span::before, .ct-btn span::after {
    line-height: 1em;
    margin-top: -0.5em;
    top: 50%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.ct-btn.ct-icon-right span::after {
    right: 12.6667px;
}

.ct-icon-angle-right.ct-icon-left span::before, .ct-icon-angle-right.ct-icon-right span::after {
    height: inherit;
}


[class^="ct-icon-"] span::before, [class*=" ct-icon-"] span::before, [class^="ct-icon-"] span::after, [class*=" ct-icon-"] span::after, i[class^="ct-icon-"], i[class*=" ct-icon-"] {
    font-family: "Cartrawler-Icons" !important;
    font-style: normal;
    position: absolute;
    text-decoration: none;
    text-transform: none;
}


.ct-btn span::before, .ct-btn span::after {
    line-height: 1em;
    margin-top: -0.5em;
    top: 50%;
}


.ct-btn.ct-icon-right span {
    padding-right: 44px;
}
.ct-btn span {
    display: inline-block;
    line-height: inherit;
    padding: 0 19px;
    position: relative;
}


#ct_step1 button{width:100%}
