body {
	background: transparent;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}
label {font-size: 12px; font-weight: normal;}
textarea { 
	resize: none; 
}
#imgDiv {
	text-align: center;
	padding: 7px 0;
	font-size: 24px;
	color: #333333;
}
.alert {
	height: 23px;
    line-height: 15px;
    margin-bottom: 2px;
    padding: 0 5px 0 0;
    text-align: center;
    color: #D11C24;
    float: left;
    margin-top: 11px;
}
.req {
	color: #FA0000;
	font-weight: 100;
	font-size: 15px;
	font-style: italic;
	font-family: arial;
	position: relative;
	top: -3px;
}
.priceFor {
	margin: 30px 0 0;
	font-size: 12px;
}
.formCheckbox {
	margin: 4px 0;
	font-size: 12px;
}
.buttonSubmit {
	width: 37px;
	margin: 0 12px 0 5px;
	display: block;
	font-weight: bold;
	height: 37px;
	border-radius: 30px
}
.btn-warning {background: none;}
.btn-warning:hover {background: none; box-shadow: none;}
.input-group-addon .glyphicon {
	color: #330096;
}

.formInputs {
	height: 37px;
	padding: 0 10px;
	border: none;
	background: none;
	box-shadow: none;
}

.formGroup {
	margin: 0 0 8px;
}
.price {
	margin:0 0 8px;
	font-size: 12px;
}
.domain {
	display: none !important;
}

/*+++ Datepicker edits +++*/
.table-condensed th, .table-condensed td {
	padding: 2px 9px;
}
.dropdown-menu {
	margin: -3px -90px 0;
}
.datepicker-dropdown:after {
	left: 167px;
}
.datepicker-dropdown:before {
	left: 166px;
}
#dp1 {
	text-align: center;
 }

/*--- Datepicker edits ---*/

.height-desti {height: 37px;}
.destination1 {float: right; width: 49%;}
.destination2 {float: left; width: 49%;}
.message {min-height: 120px;}
.newsletter {display: flex!important; background: #fff; border: 1px solid #333!important; border-radius: 30px;}
.glyphicon {font-size: 22px; color: #333; box-shadow: none;}
.form-control:focus {border-radius: 30px 1px 30px 30px;}

/* Tablet (Landscape) */
@media only screen and (max-width: 584px) {
	.form-group {width: 100%!important; margin-bottom: 10px!important;}
	.alert {float: none; margin-top: 0;}
	.formGroup {margin: 0;}
	.button-submit {float: right!important;}
}


@media only screen and (max-width: 320px) {
    .height-desti {height: auto;}
    .destination1 {float: none; width: 100%; margin: 0 0 8px;}
    .destination2 {float: none; width: 100%; margin: 0 0 8px;}
    .message {min-height: 80px;}
}