/**
* Estilos de Elias heredados de Boostrap
*
* scr/modulos/budget/Model1/css/style.css
*/

a:hover, a:active, a:visited, a:focus {
	text-decoration:none;
}
input[type="radio"], input[type="checkbox"] {
	cursor:pointer;
}
.container {
	width:960px;
}
.top_main {
    padding: 0px 15px;
	background: #014c86;
}
.top_bar {
    background: #014c86;
    color: #fff;
	padding:10px 15px;
}
.top_bar h1 {
    margin: 0px;
}
.top_bar h3 {
    margin: 0px;
	color:#9ebbdb;
}
.top_bar_ul {
    list-style: none;
    padding: 0px;
	background: #c4dbed;
	margin:0px;
}
.ul_1 {
	background:#307cb8;
	width: 170px;
	padding: 10px 40px;
}
.ul_2 {
	background:#71a7d5;
	width: 140px;
	padding: 10px 30px;
}
.ul_3 {
	background:#9cc0e0;
	width: 140px;
	padding: 10px 30px;
}
.top_bar_ul li {
	display:inline-block;
    
	position:relative;
	color: #fff;
}
.top_bar_ul li a {
	color:#fff;
}
.top_bar_ul li a:hover {
	text-decoration:none;
}
.menu_arrow {
    position: absolute;
    top: 0px;
    right: -5px;
}
.menu_arrow img { 
	height:62px;
}
.main {
    background: #fff;
	padding:40px 15px;; 
}
.reserva_online {
    background: #014c86;
    padding: 15px 15px;
    border-radius: 10px;
}
.online_content h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
	margin:0px;
}
.online_content p {
	color:#fff;
	font-weight:700;
	margin:0px;
	font-size:18px;
}
.online_form label {
    color: #fff;
	font-weight:normal;
}
.calendar {
    margin: 15px 0px 15px;
}
.calendar_main {
    background: #fafafa;
    padding: 10px 0px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
}

.calendar_ul {
    list-style: none;
	padding:0px 15px;
}
.calendar_ul li {
    display:inline-block;
    margin-right: 20px;
    text-align: center;
    float: left;
}
.calendar .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.day:focus {
	background:#337ab7;
	color:#fff;
}
.date_starting h6 {
    text-align: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
.date_ending h6 {
    text-align: left;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
.date_ending p {
	text-align:right;
}
.input-group.date .input-group-addon {
    cursor: pointer;
    background: #fff;
    border-left: none;
}
.date_starting .form-control {
    border-radius: 5px;
	font-size:18px;
	border-right: none;
}
.date_ending .form-control {
    border-radius: 5px;
	font-size:18px;
	border-right: none;
}
.calendar_main .col-sm-3 {
    padding: 27px 27px;
}
.calendar_btn {
    display: inline-block;
    float: right;
    width: 130px;
    height: 40px;
    padding: 0px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #014c86;
}
.calendar_btn:hover, .calendar_btn:active, .calendar_btn:visited {
	color: #fff;
    background: #014c86;
}
.protection_main {
    padding: 15px 5px;
    border-top: 1px dashed #e4e4e4;
    border-bottom: 1px dashed #e4e4e4;
}

.security {
    padding: 0px 5px;
}
.protection_img {
    display: inline-block;
    float: left;
	margin-right:10px;
}
.protection_content {
    margin: 0px;
	font-weight:600;
}
.available_rooms {
    margin-top: 60px;
}
.main_title {
    color: #4fb6d5;
    font-size: 24px;
    margin: 0px 0px 10px;
}
.select-person {
	-webkit-appearance: none; 
	-moz-appearance: none; 
    appearance:none;
	background:url(../images/select.png) no-repeat 100% center;
    background-color: #fff;
	cursor:pointer;
}
.room_main {
    padding: 30px 30px;
    border: 1px solid #d7d7d7;
	background: #fafafa;
    border-radius: 10px;
	margin-bottom:25px;
}
.room_img {
    padding: 10px;
    border: 1px solid;
    text-align: center;
}
.room_img a {
    display: inline-block;
}
.modal-footer span {
    font-weight:600;
}
.modal-content {
	border:5px solid #004f87;
}
.modal-header {
	background:#004f87;
	color:#fff;
}
.modal-header .close {
	color:#fff;
	opacity:1;
}
.room_details {
    padding: 0px;
}
.room_rates {
    padding: 0px;
}
.payment_per_cantidate .form-group {
    width: 90%;
}
.selector .form-group {
	width:90%;
	margin-bottom:0px;
}
.room_1 {
    padding: 0px;
    background: #f3f6fb;
    border: 1px solid #c5d5e2;
}
.room_1_content {
    padding: 15px 15px;
}
.room_1_content p {
    margin: 0px 0px 3px;
}
.room_1 input[type="radio"]:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 22px;
    left: -1px;
    position: relative;
    top: -1px;
    width: 22px;
	border:1px solid #b0b1b3;
}
.room_1 input[type="radio"]:checked:after {
    background-color: #fff;
	border:8px solid #399bfc;
}
.room_1:hover, .room_2:hover { 
	background:#e5e8f0;
}
.room_2 {
    padding: 0px 0px;
    background: #f3f6fb;
    border: 1px solid #c5d5e2;
}
.room_2_content {
    padding: 14px 15px;
}
.room_2_content p {
    margin: 0px 0px 3px;
}
.room_2 input[type="radio"]:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 22px;
    left: -1px;
    position: relative;
    top: -1px;
    width: 22px;
	border:1px solid #b0b1b3;
}
.room_fesility a:hover, .room_fesility a:active {
	text-decoration:none;
}
.room_2 input[type="radio"]:checked:after {
    background-color: #fff;
	border:8px solid #399bfc;
}
.selector input[type="radio"] {
    width: 20px;
    height: 20px;
}
.selector form {
	text-align:center;
}
.selector {
	text-align:center;
	padding:13px 15px;
}
.amount {
    padding: 10px 15px;
}
.amount h4 {
    color: #00a1de;
    font-size: 24px;
	margin-bottom:0px;
}
.reserve_btn .btn-default {
    width: 120px;
    padding: 0px 0px;
    height: 66px;
    text-align: center;
    display: block;
    line-height: 64px;
    background: #014c86;
    color: #fff;
	font-size:18px;
	float:right;
}
.room_2 .reserve_btn .btn-default {
    width: 120px;
    padding: 0px 0px;
    height: 66px;
    text-align: center;
    display: block;
    line-height: 20px;
    background: #abc1d6;
    color: #fff;
    padding: 11px 0px;
    font-size: 14px;
	float:right;
}
.reserve_btn {
    padding: 5px 5px;
}
.room_header {
    color: #4ad613;
    text-decoration: underline;
}
.pax .room_header {
	text-decoration: none;
}
.persons_per_rooms .personas1 {
    width:17px;
	height:11px;
	float:left;
	background:url(../images/person.png) repeat;
	margin-right:14%;
	margin-top:5px;
}
.persons_per_rooms .personas2 {
    width:25px;
	float:left;
	height:11px;
	background:url(../images/person.png) repeat;
	margin-right:12%;
	margin-top:5px;
}
.persons_per_rooms .personas {
    width:70px;
	float:left;
}
.personas3 {
    width:33px;
	float:left;
	height:11px;
	background:url(../images/person.png) repeat;
	margin-right:9.5%;
	margin-top:5px;
}
.room_fesility h4 {
    font-weight: 600;
    border-bottom: 3px solid #03a2d9;
    padding: 0px 0px 5px;
}
.room_fesility a {
	color:#2f5191;
	font-size:18px;
}
.room_sub_title {
    border-bottom: 1px dotted;
    float: right;
	margin-bottom:10px;
    position: relative;
    right: 25%;
	font-weight:600;
}
.price_details {
    padding: 15px 0px 0px;
}
.pax {
	padding: 30px 30px;
    border: 1px solid #d7d7d7;
	background: #fafafa;
    border-radius: 10px;
}
 .price_details .deails_p {
    float: right;
    position: relative;
    right: 25%;
    font-weight: 600;
    font-size: 16px;
}
.price_details_sub:hover {
	background:#e5e8f0;
}
.price_details_sub {
    padding: 0px;
    background: #fff; /*#f3f6fb;*/
    border: 1px solid #c5d5e2;
}
.price_select {
	background:#e5e8f0;
}
.payment_per_cantidate {
    padding: 15px 15px;
}
.persons_per_rooms {
    padding: 15px 15px;
}
.persons_per_rooms h4 {
	margin-top:0px;
}
.reserve_btn1 {
    padding: 5px 15px;
}
.room_ul {
    padding: 0px;
    list-style: none;
	margin:0px 0px;
}
.room_ul li {
	display:inline-block;
	width:30px;
}
.room_ul li img {
	max-width:100%;
}
.persons_per_rooms input[type="radio"] {
    width: 20px;
    height: 20px;
	margin:0px;
}
.persons_per_rooms input[type="radio"]:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 22px;
    left: -1px;
    position: relative;
    top: -1px;
    width: 22px;
	border:1px solid #b0b1b3;
}
.persons_per_rooms input[type="radio"]:checked:after {
    background-color: #fff;
	border:8px solid #399bfc;
}
.persons_per_rooms .radio label {
	padding-left:40px;
}
.para_2 {
    color: #659b29;
}
.persons_per_rooms p {
	margin:0px;
}
.persons_per_rooms .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.payment_per_cantidate p {
	margin:0px 40px 0px 0px;
	text-align:right;
}
.price_pax {
	color: #00a1de;
    font-size: 24px;
	margin-left:0px;
}
.payment_per_cantidate .form-control {
	margin: 0px 15px 0px 0px;
	width:38%;
}
.original_amount {
    text-decoration: line-through;
    font-style: italic;
}
.pax_btn {
	width: 120px;
    height: 69px;
    text-align: center;
    display: block;
    line-height: 20px;
    background: #abc1d6;
    color: #fff;
    padding: 13px 0px;
    font-size: 15px;
	float:right;
	border-radius:0px;
}
.pax_btn:hover, .pax_btn:active, .pax_btn:visited { 
	background: #abc1d6;
    color: #fff;
}
.pax_btn1:hover, .pax_btn1:active, .pax_btn1:visited { 
	background: #014c86;
    color: #fff;
}
.pax_btn1 {
	width: 120px;
    padding: 0px 0px;
    height: 70px;
    text-align: center;
    display: block;
    line-height: 68px;
    background: #014c86;
    color: #fff;
	font-size:18px;
	float:right;
}


/********** features ************/

.available_rooms_margin {
    margin: 0px;
    background: #fff;
	padding: 10px 15px;
}
.available_rooms_margin .room_1 { 
	background:#f2f5fa;
}
.available_rooms_margin .room_2 { 
	background:#e5e8f0;
}


/*********** page_2 ***********/
.page2_reserve {
    margin-bottom: 20px;
}
.res_margin {
    margin-bottom: 40px;
}
.reserve_main_price .btn-default {
	padding:0px;
	border:none;
	background:none;
	margin-left:5px;
	margin-top:-3px;
}
.reserve_main_content  h4 {
	margin:0px;
	font-size:13px;
	font-weight:600;
}
.fnt_weight {
    font-weight: 600;
	font-size:13px;
}
.reserve_main_content  h4 a {
	color:#2aaddb;
}
.reserve_main_content  h4 a:hover, .reserve_main_content  h4 a:focus, .reserve_main_content  h4 a:acrive {
	color:#2aaddb;
}
.reserve_main_content  p{
	margin:0px;
}
.reserve_main_price {
    font-size: 24px;
	float:right;
}
.page2_sub_main {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0px;
}
.page2_reserve_main {
    border: 1px solid #e3e3e3;
}
.page_2_head {
    border: 1px solid #e3e3e3;
	border-bottom: 3px solid #06a2db;
	background:#ededed;
}
.page_2_head h3 {
	margin:10px 0px;
	color: #555555;
    font-weight: 900;
}
.page2_sub_main1 {
    padding: 15px 10px;
}
.page2_sub_main1 p {
    float: right;
    font-size: 24px;
    font-weight: 600;
	position:relative;
	right:2.4%;
}
.page2_reserve1 .page2_reserve_main {
	padding:20px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.page2_reserve_main .price_details_sub {
	/*padding:15px 0px;*/
}
.page2_reserve_main .price_reserve {
	padding-top:15px;
	font-size: 22px;
	text-align:center;
}
.page2_reserve_main .payment_per_cantidate {
    padding-top: 15px;
}
.page2_reserve_main .payment_per_cantidate .form-control {
	width:100%;
}
.page2_reserve_main .reserve_rate {
	padding-top:15px;
}
.page_2_sub_main2 {
	text-align:center;
}
.page_2_sub_main2 h4 {
    color: #026ca8;
    font-size: 22px;
	font-weight: 600;
}
.page_2_sub_main2 p { 
	float:right;
	position:relative;
	right:21%;
	font-weight:600;
	font-size:16px;
}
.precio_1 {
    border-bottom: 1px dotted;
	margin-right: 70px;
}
.precio_2 {
    border-bottom: 1px dotted;
}
.page2_reserve_main .persons_per_rooms h4 {
	margin-bottom:0px;
}
.sub_reserve {
    padding: 0px;
}
.total_reserve {
    float: right;
    padding: 0px;
	position:relative;
	right:1.4%;
}
.total_reserve h4 {
	font-size: 24px;
	font-weight:600;
    padding: 10px 0px;
}
.total_reserve .btn-default {
	width: 282px;
    padding: 0px 0px;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 48px;
    background: #55980a;
    color: #fff;
    font-size: 30px;
    float: right;
    text-transform: capitalize;
}
.total_reserve .total_price {
	color:#0298d7;
}
.modal-footer .btn-primary {
	background:#004f87;
	border-radius:0px;
	color:#fff;
}


/*********** page_3 **********/

.reserve_form_main {
    padding: 15px 15px;
	border: 1px solid #e3e3e3;
}
.reserve_form {
    padding: 0px 44px;
}
.reserve_form .form-control {
    display: inline-block;
    width: 65%;
    float: right;
}
.page2_sub_main1 p.pri_pax {
	right:0%;
}
#sel1 {
	-webkit-appearance: none; 
	-moz-appearance: none; 
    appearance:none;
	background:url(../images/select1.png) no-repeat 98% center;
	background-size: 11px 22px;
    background-color: #efefef;
	width: 68.5%;
	cursor:pointer;
}
.sel3 {
	-webkit-appearance: none; 
	-moz-appearance: none; 
    appearance:none;
	background:url(../images/select1.png) no-repeat 98% center;
	background-size: 11px 22px;
    background-color: #efefef;
	cursor:pointer;
}
.sel4 {
	-webkit-appearance: none; 
	-moz-appearance: none; 
    appearance:none;
	background:url(../images/select1.png) no-repeat 98% center;
	background-size: 11px 22px;
    background-color: #efefef;
	cursor:pointer;
}
.sel2 {
	-webkit-appearance: none; 
	-moz-appearance: none; 
    appearance:none;
	background:url(../images/select1.png) no-repeat 98% center;
	background-size: 11px 22px;
    background-color: #efefef;
	float:none;
	cursor:pointer;
}
.star {
    color: red;
}
.geo_trust {
    float: right;
	margin-bottom: 30px;
}
.reserve_form .form-group {
    width: 90%;
}
.group_1 {
	width:100% !important;
}
.reserve_form .group_5 .form-control {
	resize:none;
	width:68%;
}
.reserve_form .group_2 input[type=radio] {
	margin:4px 10px 0px 0px;
}
.reserve_form .group_2 label {
	margin-right:10px;
}
.reserve_form .group_5 {
	width:100%;
}
.group_2 {
    width: 68% !important;
    float: right;
}
.group_2 input[type="radio"]:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 17px;
    left: -4px;
    position: relative;
    top: -1px;
    width: 17px;
	border:1px solid #b0b1b3;
}
.group_2 input[type="radio"]:checked:after {
    background-color: #fff;
	border:6px solid #399bfc;
}
.label_1 {
    float: right;
    position: relative;
    right: 16%;
}
.trust_ul {
    list-style: none;
    padding: 0px;
}
.trust_ul li { 
	display:inline-block;
}
.reserve_form_1 .form-control {
    display: inline-block;
    width: 68%;
    height: 34px;
	float: right;
}
.select_2 {
    width: 17% !important;
	margin-right: 23px;
}
.select_1 {
    width: 22% !important;
}
.reserve_form_1 .form-group {
	text-align:right;
}
.reserve_form_1 label {
	margin-right: 10px;
}
.que_es {
    float: right;
    position: relative;
    top: -40px;
}
.cvc {
	width: 23% !important;
}
.cvc_1 {
    width: 78%;
}
.que_es {
    float: right;
    position: relative;
    top: -40px;
    right: 45px;
}
.que_es:hover { 
	text-decoration:none;
}
.trust_main_2 {
    float: right;
	margin-top: 140px;
}
.alert-success .col-sm-11 {
	padding:0px;
}
.img_alert {
    position: absolute;
    left: -6px;
}


.sub_reserve_2 input[type="checkbox"] {
	width:20px;
	height:20px;
	float: left;
    margin: 0px 10px 0px 0px;
}
/*
.check  {
	margin:0px;
}
.check label {
	font-weight:600;
}
.sub_reserve_2 input[type="checkbox"]:checked:before {
	background: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 2px 3px;
	font-family: 'FontAwesome';
    content: "\f00c";
	border: 1px solid #ddd;
	color:#399bfc;
}
.sub_reserve_2 input[type="checkbox"]:before {
	background: #fff;
    position: absolute;
    width: 19px;
    content: "";
    height: 19px;
    padding: 0px 6px;
	border: 1px solid #ddd;
}*/
   
.sub_reserve_2 .form-inline {
	border:1px solid #c0c0c0;
	background:#f2f2f2;
	padding: 15px 15px;
}
.sub_reserve_2 {
    padding: 0px;
}



@media only screen and (min-width:992px) and (max-width:1199px) {
	
	
	
}

@media all and (max-width:991px) {
	.page_2_sub_main2 p {
		display: none !important;
	}
	
	.sop_columna_total {
		width: 125px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) { 
	.container {
		width:750px;	
	}
	.protection_main {
		width: 75%;
	}
	.reserva_main {
		padding: 0px;
	}
	.calendar {
		padding: 0px;
	}
	.available_rooms {
		padding: 0px;
	    margin-top: 50px;
	}
	.available_pax {
		padding: 0px;
	}
	.payment_per_cantidate p {
		margin: 0px 25px 0px 0px;
	}
	.reserve_btn .btn-default {
		width:80px;
		height: 49px;
		line-height: 48px;
		font-size: 15px
	}
	.room_2 .reserve_btn .btn-default {
		width: 80px;
		height: 49px;
		line-height: 18px;
		font-size: 13px;
	}
	.amount h4 {
		font-size: 17px;
	}
	.pax_btn1 {
		width: 100px;
		height: 69px;
		font-size: 16px;
		line-height:64px;
	}
	.price_pax {
		font-size: 18px;
	}
	.payment_per_cantidate {
		padding: 15px 10px;
	}
	.pax_btn {
		width: 100px;
		height: 69px;
		line-height: 20px;
		font-size: 13px;
	}
	.personas {
		font-size:16px;
	}
	
	
	
	/********* page2 ***********/
	.reserve_main_img {
		padding: 0px;
	}
	.reserve_main_content {
		padding: 0px;
	}
	.page_2_sub_main2 h4 {
		font-size: 17px;
	}
	.page2_reserve_main .reserve_rate {
		padding: 20px 5px 0px;
	}
	.reserve_main_price {
		font-size: 18px;
	}
	.total_reserve h4 {
		font-size: 20px;
	}
	
	
	/***** page3 ******/
	.label_1 {
		right: 0%;
		font-size:13px;
	}
	.reserve_form_1 .form-group {
		width: 100%;
	}
	.select_1 {
		width: 40% !important;
	}
	.select_2 {
		width: 40% !important;
	}
	.reserve_form_1 .form-group {
		text-align: left;
	}
	.cvc {
		width: 30% !important;
		float: none !important;
	}
	.que_es {
		right: 125px;
	}
	.group_2 {
		width: 68.5% !important;
	}
	.reserve_form .group_2 label {
		margin-right: 8px;
	}
	.reserve_form_1 .form-control {
		width: 100%;
	}
	.reserve_form .group_2 input[type=radio] {
		margin: 4px 7px 0px 0px;
	}
	
	
}

@media only screen and (max-width:767px) { 
	.container {
		width: 100% !important;
	}
	.top_bar h1 {
		font-size: 28px;
	}
	.top_bar h3 {
		font-size: 18px;
	}
	.top_bar_ul li {
		width: 140px;
		padding: 10px 25px;
	}
	.online_content h3 {
		font-size: 20px;
	}
	.online_content p {
		font-size: 13px;
	}
	.online_form {
		padding: 0px;
	}
	.online_form label {
		font-size: 13px;
	}
	.date_starting {
		padding: 0px;
	}
	.date_ending {
		padding: 0px;
	}
	.security {
		padding: 0px 0px;
	}
	.protection_content {
		font-size: 13px;
	}
	.main_title {
		font-size: 18px;
	}
	.room_main {
		padding: 30px 20px;
	}
	.room_details {
		text-align: left;
		margin-bottom: 20px;
	}
	.price_details {
		text-align: left;
	}
	.price_details  .form-group {
		width: 100%;
	}
	.price_details .form-control {
		display: inline-block;
		width: 40%;
	}
	.selector .form-group {
		width: 50%;
	}
	.room_1 {
		text-align:left;
	}
	.room_2 {
		text-align:left;
	}
	.persons_per_rooms {
		margin-bottom: 30px;
	}
	.payment_per_cantidate {
		margin-bottom: 30px;
	}
	.price_details .deails_p {
		right: 10%;
	}
	.pax_btn {
		float: none;
		display: inline-block;
	}
	.pax_btn1 {
		float: none;
		display: inline-block;
	}
	.reserve_btn1 {
		text-align: center;
	}
	.payment_per_cantidate p {
		margin: 0px;
		text-align: left;
	}
	.reserva_main {
		padding: 0px;
	}
	.calendar {
		padding: 0px;
	}
	.available_rooms {
		padding: 0px;
	    margin-top: 50px;
	}
	.available_pax {
		padding: 0px;
	}
	.time_picker .form-control {
		padding:6px 10px;
		font-size:14px;
	}
	.time_picker .form-group {
		width:98%;
	}
	.time_picker {
		padding: 0px 0px 0px 15px;
	}
	.calendar_main .col-sm-3 {
		padding: 31px 15px;
	}
	.calendar_btn {
		width:120px;
	}
	.amount h4 {
		font-size: 22px;
	}
	
	.reserve_main_content h4 {
		font-size: 17px;
	}
	.reserve_main_content {
		padding: 0px;
	}
	.page2_reserve_main .persons_per_rooms h4 {
		text-align: left;
	}
	.page2_reserve_main .reserve_rate {
		padding: 20px 5px 0px;
	}
	.reserve_main_price {
		font-size: 20px;
	}
	.page_2_sub_main2 h4 {
		font-size: 17px;
	}
	.persons_per_rooms p {
		text-align: left;
	}
	.page_2_sub_main2 {
		text-align: left;
		padding:0px;
	}
	.page2_reserve_main .payment_per_cantidate {
		margin-bottom: 0px;
	}
	.page2_reserve_main .persons_per_rooms {
		margin-bottom: 0px;
	}
	
	
	.reserve_form .form-control {
		width: 100%;
	}
	.group_2 {
		width: 100%;
	}
	.label_1 {
		right: 0%;
		font-size: 12px;
		float:left;
	}
	.page2_sub_main .reserve_main_img {
		margin-bottom: 20px;
	}
	.reserve_form {
		padding: 0px 0px 20px 25px;
	}
	.reserve_form .form-group { 
		width:100%;
	}
	.reserve_form_1 .form-group {
		width: 100%;
	}
	.select_1 {
		width: 20% !important;
	}
	.select_2 {
		width: 20% !important;
		margin-right: 23px;
	}
	.reserve_form_1 label {
		text-align: left;
		float: left;
	}
	.reserve_form_1 .form-control {
		width: 100%;
	}
	.cvc {
		float: left !important;
	}
	.que_es {
		right: 110px;
	}
	.trust_main_2 {
		margin-top: 20px;
		padding:0px;
	}
	.group_3 label {
		width: 100%;
	}
	.sel2 {
		float:left;
	}
	.sel4 {
		float:left;
		width:35% !important;
	}
	.sel1 { 
		width:100%;
	}
	.group_2 {
		width: 100% !important;
	}
	.check label {
		max-width: 91%;
	}
	.reserve_form .group_5 .form-control {
		width: 100%;
	}
	.cvc {
		width: 70% !important;
	}
	.cvc_1 {
		width: 42% !important;
		float: left;
	}
	.que_es {
		float: left;
		position: initial;
		margin-left:25px;
	}
	.form-group.group_2 {
		float: left;
		padding-left: 20px;
	}
	.trust_main {
		padding: 0px;
	}
	.geo_trust {
		padding: 0px;
		margin-bottom:0px;
	}
	
	.forms-option
	{
		width:100% !important;
	}
	
}

@media only screen and (max-width: 480px) {
	.container {
		padding:0px 10px;
	}
	.top_bar {
		padding: 10px 0px;
	}
	.top_bar h1 {
		font-size: 18px;
	}
	.top_bar h3 {
		font-size: 15px;
	}
	.top_bar_ul li {
		width: 88px;
		padding: 10px 10px;
		font-size: 12px;
	}
	.menu_arrow img {
		height: 54px;
	}
	.main {
		padding: 40px 10px;
	}
	.room_main {
		padding: 30px 10px;
	}
	.time_picker {
		width: 100%;
	}
	.online_content {
		width: 100%;
		margin-bottom:20px;
	}
	.online_form {
		width: 100%;
	}
	.date_starting {
		width: 100%;
	}.date_ending {
		width: 100%;
	}
	.calendar_main .col-sm-3 {
		width: 100%;
	}
	.form-group {
		width: 100%;
	}
	.selector .form-group {
		width: 100%;
		text-align: left;
	}
	.selector .form-group label {
		margin-right: 10px;
		margin-top: 4px;
		float: left;
	}
	.available_rooms {
		padding: 0px 0px 15px;
	}
	.selector {
		width: 100%;
	}
	.amount {
		width: 100%;
	}
	.reserve_btn {
		width: 100%;
		text-align:center;
	}
	.reserve_btn .btn-default {
		float:none;
		display:inline-block;
	}
	.room_2 .reserve_btn .btn-default {
		float:none;
		display:inline-block;
	}
	.security {
		width: 100%;
		margin-bottom: 10px;
	}
	.room_ul li {
		width: 22px;
	}
	.pax {
		padding: 30px 10px;
	}
	.precio_1 {
		margin-right: 10px;
	}
	.available_pax {
		padding: 0px;
	}
	.price_details .form-control {
		width: 37%;
	}
	.persons_per_rooms {
		padding: 0px;
	}
	.time_picker {
		padding: 0px 15px;
	}
	.calendar_btn {
		float:none;
	}
	.calendar_main .col-sm-3 {
		padding: 0px;
		text-align:center;
	}
	.room_fesility h4 {
		font-size: 16px;
		line-height: 25px;
	}
	.price_details_sub {
		padding: 15px 10px;
	}
	.payment_per_cantidate {
		padding: 0px;
	}
	
	
	/******* page2 *******/
	.page2_reserve {
		padding: 0px;
	}
	.reserve_main_content h4 {
		font-size: 15px;
	}
	
	
	.page_2_head h3 {
		font-size: 19px;
	}
	.page2_reserve1 {
		padding: 0px;
	}
	.page2_reserve_main .price_details_sub {
		padding: 15px 10px;
	}
	.page2_reserve1 .page2_reserve_main {
		padding: 20px 10px;
	}
	.page2_reserve_main .reserve_rate {
		padding: 15px 1px 0px 0px;
	}
	.reserve_main_price {
		font-size: 13px;
	}
	.page2_reserve_main .price_reserve {
		font-size: 15px;
	}
	.page2_reserve_main .payment_per_cantidate {
		padding: 15px 0px 0px;
		margin-bottom:0px;
	}
	.page2_sub_main .reserve_main_content {
		width:100%;
		position:initial;
	}
	.page2_sub_main .reserve_main_img {
		width:100%;
		margin-bottom:20px;
	    text-align: center;
	}
	.total_reserve h4 {
		font-size: 16px;
	}
	.total_reserve .btn-default {
		width: 175px;
		height: 45px;
		line-height: 43px;
		font-size: 24px;
	}
	.page2_sub_main {
		padding: 30px 0px 15px;
		position:relative;
	}
	 
	.page2_sub_main .reser_rte {
		position: absolute;
		top: 5px;
		right: 0;
	}
	
	
	.select_1 {
		width: 53% !important;
	}
	.select_2 {
		margin-right: 10px;
	}
	.que_es { 
		margin-bottom: 15px;
	}
	.cvc {
		width: 100% !important;
	}
	.trust_ul li {
		margin-bottom: 10px;
	}
	.alert-success {
		padding: 0px 10px;
		text-align: justify;
	}
	.reserve_form_main {
		padding: 15px 10px;
	}
	#sel2 {
		padding: 0px 4px;
	}
	#sel1 {
		width:100%;
	}
	.geo_trust {
		padding: 0px;
	}
	.page2_reserve2 {
		padding: 0px;
	}
	.group_2 label {
		width:100%;
	}
	.group_2 input[type=radio] {
		margin: 4px 10px 0px 0px;
	}
	.check label {
		max-width: 86%;
	}
	.cvc_1 {
		width: 100% !important;
	}
	
	
	
}
  
  .room_img .img-responsive {
     width:100%;
  }
