
/* Form Start */
#theForm {
	color:#FFF;
}

#theForm .form-control {
    padding-left:5px;
    padding-right:5px;
    border:1px solid #FFFFFF;
    border-radius:0px;
    background-color:transparent;
    color:#FFFFFF;
}

#theForm label {
	font-family: 'Lora-Regular', "Helvetica Neue", Helvetica, Arial;
	font-weight:normal;
	/*font-family:HelveticaNeueLTStd-BdCn;*/
}

#theForm .form-control[readonly] {
    padding-left:5px;
    padding-right:5px;
	border:1px solid #FFFFFF;
    border-radius:0px;
    background-color:transparent;
    color:#FFFFFF;
}

#theForm .input-group-addon {
    border:1px solid #FFFFFF;
    border-radius:0px;
    background-color:transparent;
    color:#FFFFFF;
}

#theForm label.error, 
#theForm-book label.error,
.radio label.error, 
.checkbox label.error {
    font-size: 85%;
    float: none;
    color: #F00;
    padding-left: .5em;
    vertical-align: top;
    text-align:left;
    font-style:italic;
    font-weight: 400;
}

#theForm option {
	color:#000 !important;
}

.frm-col-postcode {
	padding-right:15px;
}

input.error {
	border:#F00 1px solid !important;
}

textarea.error {
	border:#F00 1px solid !important;
}

select.error {
	border:#F00 1px solid !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url(../images/ready/icon_select.png) !important;
	
	padding: 0.5em;
	padding-right: 1.5em;
}

select::-ms-expand {
    display: none;
}

/* Form End */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

/* btn Submit Start */
#btn-submit{
	width:100%;
}



.btnSubmit{
	font-family:Arial, Helvetica;
	color:#ffffff;
	background-color:#D38101;
	border-color:#D38101;
	text-transform:uppercase;
}

.btnSubmit.active,
.btnSubmit.focus,
.btnSubmit:active,
.btnSubmit:focus,
.btnSubmit:hover,
.open>.dropdown-toggle.btnSubmit{
	color:#434343;
	background-color:#69d1f3;
	border-color:#69d1f3;
}

.btnSubmit.active,
.btnSubmit:active,
.open>.dropdown-toggle.btnSubmit{
	background-image:none;
}
	
.btnSubmit.disabled,
.btnSubmit.disabled.active,
.btnSubmit.disabled.focus,
.btnSubmit.disabled:active,
.btnSubmit.disabled:focus,
.btnSubmit.disabled:hover,
.btnSubmit[disabled],
.btnSubmit[disabled].active,
.btnSubmit[disabled].focus,
.btnSubmit[disabled]:active,
.btnSubmit[disabled]:focus,
.btnSubmit[disabled]:hover, 
fieldset[disabled] .btnSubmit, 
fieldset[disabled] .btnSubmit.active,
fieldset[disabled] .btnSubmit.focus,
fieldset[disabled] .btnSubmit:active,
fieldset[disabled] .btnSubmit:focus,
fieldset[disabled] .btnSubmit:hover{
	color:#ffffff;
	background-color:#69D1F3;
	border-color:#69D1F3;
}

.btnSubmit .badge{
	color:#ffffff;
	background-color:#69D1F3;
	border-color:#69D1F3;
}
/* btn Submit End */

/* btn Navigator Start */
#btn-googlemap,
#btn-waze {
	width:100%;
}

.btnNavigator{
	font-family:Arial, Helvetica;
	color:#434343;
	background-color:#69d1f3;
	border-color:#69d1f3;
	text-transform:uppercase;
}

.btnNavigator.active,
.btnNavigator.focus,
.btnNavigator:active,
.btnNavigator:focus,
.btnNavigator:hover,
.open>.dropdown-toggle.btnNavigator{
	color:#434343;
	background-color:#69d1f3;
	border-color:#69d1f3;
}

.btnNavigator.active,
.btnNavigator:active,
.open>.dropdown-toggle.btnNavigator{
	background-image:none;
}
	
.btnNavigator.disabled,
.btnNavigator.disabled.active,
.btnNavigator.disabled.focus,
.btnNavigator.disabled:active,
.btnNavigator.disabled:focus,
.btnNavigator.disabled:hover,
.btnNavigator[disabled],
.btnNavigator[disabled].active,
.btnNavigator[disabled].focus,
.btnNavigator[disabled]:active,
.btnNavigator[disabled]:focus,
.btnNavigator[disabled]:hover, 
fieldset[disabled] .btnNavigator, 
fieldset[disabled] .btnNavigator.active,
fieldset[disabled] .btnNavigator.focus,
fieldset[disabled] .btnNavigator:active,
fieldset[disabled] .btnNavigator:focus,
fieldset[disabled] .btnNavigator:hover{
	color:#FFF;
	background-color:#ed1c24;
	border-color:#ed1c24;
}

.btnNavigator .badge{
	color:#ed1c24;
	background-color:#ed1c24;
	border-color:#ed1c24;
}
/* btn Navigator End */

/* Collapse: Navigation Start */
@media (max-width: 1000px) {
    
}
/* Collapse: Navigation End */

@media (max-width:320px) {
	.btn {
    	font-size: 12px;
    	letter-spacing: 1px;
	}
}

@media (min-width:321px) and (max-width:480px) {
	.btn {
    	font-size: 14px;
    	letter-spacing: 1px;
	}
}

@media (min-width:481px) and (max-width:640px) {
	.btn {
    	font-size: 14px;
    	letter-spacing: 1px;
	}
}

@media (min-width:641px) and (max-width:768px) {
	
}

@media (min-width:769px) and (max-width:1000px) {
	
}

@media (min-width:1001px) and (max-width:1024px) {
	
}

@media (max-width:1000px) {
	
}

@media (max-width:1150px) {
	
}

@media (min-width:1200px) {
	
}