@charset "UTF-8";




/** Inputs and textareas */
.modal_rest input[type=text], input[type=password], input[type=email], input[type=date], input[type=number], input[type=search], textarea ,.modal_stay input[type=text], input[type=password], input[type=email], input[type=date], input[type=number], input[type=search], textarea{
    border: 3px solid #cccccc;
	padding: .6em 1em;
	font-weight: 200;
	width: 100%;
	-webkit-appearance: none;
	box-shadow: none;
	box-sizing:
	border-box;
}


/* Select */
.modal_rest select, .modal_stay select { 
    border: 1px solid #999999;
	background: #ffffff;
	width: 100%;
	padding: 3px 5px;
	height: 30px;
	white-space: nowrap;
}



.fieldset {
    margin-top: 0;
	padding: 1em;
	background: #dddddd;
	border: 1px solid #dddddd;
	border-radius: 0 0 4px 4px;
	padding-top: 10px;
	position: relative;
}


/* ========================================================================== $BUTTONS ========================================================================== */
.modal_rest .button, .modal_stay .button { 
    display: inline-block;
	border: 2px solid #000000;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 30px;
	margin: 30px 0px 10px 0px;
}

.modal_rest .button:hover, .modal_rest.button:focus, .modal_stay .button:hover, .modal_stay.button:focus {
    text-decoration: none;
	background: #c4c4c4;
	border-color: #c4c4c4;
}


/* ======================================================================== $SECTIONS ======================================================================== */
/** Sections of content 
.section { padding: 0 20px; }*/

/** Section block holder */
/* Block scoped with a max-width */
.section__block--scoped { width: 100%; margin: 0 auto; }


.pultime_aria, .roomheadcount_aria {
    float:left;
	width: 50%;
}

.headcount_aria, .roomcount_aria {
    float:left;
	padding-left: 1%;
	width: 48%;
	
}

@media (max-width:400px) { 
    .pultime_aria, .roomheadcount_aria {
	    width: 100%;
		clear: both;
	}
	.headcount_aria, .roomcount_aria {
	    width: 100%;
		padding-top: 20px;
		padding-left: 0;
		clear: both;	
	}
}