label.inp_trasn {
    font-family: inherit;
    padding-left: 20px !important;
}
.eliminar_servicio_carrito {
    position: absolute;
    margin-top: -15px;
    background-color: red;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    text-align: center;
    font-size: 8px;
    color: #FFF;
    border: 1px solid #DADADA;
    cursor: pointer;
}
.alert.alert-info.tours-success {
    background-color: #173561;
    color: #FCFC29;
    font-size: 20px;
}
.alert.alert-info.tours-success > a {
    color: #FFF;
}
.editar-tour-admin {
    float: right;
    background-color: #173561;
    border-radius: 50%;
    text-align: center;
    width: 21px;
    height: 21px;
    color: yellow;
    box-shadow: 3px 2px 0px #81C341;
}
label.carrito_label_independiente > * {
    display: inline-block;
}
label.carrito_label_independiente > select {
    margin-left: 10px !important;
    font-weight: 100 !important;
    font-family: sans-serif;
}
label.carrito_label_independiente {
    margin-bottom: 15px !important;
    margin-left: 20px !important;
    display: block;
}
label.detaller_tour_inc_trns > * {
    display: inline-block;
    vertical-align: middle;
}
label.detaller_tour_inc_trns > input {
    position: inherit !important;
    margin-top: -3px;
}
select#Transportation_value:disabled {
    background-color: #ECECEC;
    border-color: #A7A7A7;
    color: #A0A0A0;
}
label.carrito_label_independiente > select:disabled {
    background-color: #E3E6EC !important;
    color: gray;
}
.box-check.carrito {
    margin-left: 60px;
}
select#Transportation_value {
    font-family: sans-serif;
}
a.btn.btn-reservenow.detaller_tour {
    text-decoration: none;
    color: #000;
}
.descTabs{font-family:"CenturyGothic",Helvetica,Arial,sans-serif;font-weight:normal;white-space:pre-line !important;text-align:justify;word-wrap: break-word;}
/* REDES SOCIALES */
#redessociales {
    position: fixed;
    background: #FFF;
    top: 25%;
    z-index: 1000;
}
#redessociales > ul {
    padding: 0;
    margin: 0;
}
#redessociales > ul > li {
    list-style: none;
    display: flex;
}
#redessociales > ul > li > a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
}
#redessociales .face {
    background: #3b5998;
}
#redessociales > ul > li > a > i {
    margin-top: 15px;
}
#redessociales .twit {
    background: #00aced;
}
#redessociales .yout {
    background: #bb0000;
}
#redessociales .corr {
    background: #81C341;
}
@media only screen and (max-width: 600px) {
	#redessociales {
		position: inherit;
		top: 0;
		text-align: center;
		background: transparent;
	}
	#redessociales > ul > li {
		display: inline-flex;
		width: 25%;
	}
	#redessociales > ul > li > a {
		width: 100%;
		height: 40px;
	}
	#redessociales > ul > li > a > i {
		margin-top: 10px;
	}
	#redessociales > ul {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* FIN REDES SOCIALES */
