body {
	background: transparent;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}
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: 100%;
	margin: 0 auto 0 5px;
	display: block;
	text-shadow: 1px 0 1px #333;
	font-weight: bold;
	height: 37px;
	border-radius: 3px;
}
.input-group-addon .glyphicon {
	color: #330096;
}
.formInputs {
	height: 37px;
	padding: 0 6px;
}
.formGroup {
	margin: 0 0 8px;
}
.price {
	margin:0 0 8px;
	font-size: 12px;
}
.domain {
	display: none !important;
}
.form-group.formGroup.input-email {
	width: 220px;
}
.form-group.formGroup.button-submit {
	width: 120px;
}

/*+++ 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;}

/* Tablet (Landscape) */
@media only screen and (max-width: 1320px) {
	.form-group.formGroup.input-email {
		width: 64%;
		max-width: 220px;
	}
	.form-group.formGroup.button-submit {
		width: 35%;
		max-width: 120px;
	}
}
@media only screen and (max-width: 980px) {
	.form-group.formGroup.input-email {
		max-width: 300px;
	}
	.form-group.formGroup.button-submit {
		max-width: 150px;
	}
}
@media only screen and (max-width: 584px) {
	.form-group {width: 50%!important; margin-bottom: 0px;}
	.alert {float: none; margin-top: 0;}
	.formGroup {margin: 0;}
	.input-email {}
	/*.button-submit {float: right!important;}*/
	.buttonSubmit {margin: 0 auto!important;}
}

@media only screen and (max-width : 480px) {
	.input-email {width: 60%!important}
	.button-submit {width: 40%!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;}
}