body {
	background: transparent;
	font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
}
textarea { 
	resize: none; 
}
#imgDiv { color: #727272; padding: 0 5px 0 0; height: 23px;
    line-height: 15px;
    margin-bottom: 2px; }
.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: initial !important;
    display: block;
    height: 37px;
    border-radius: 0 10px 10px 0;
}
.input-group-addon .glyphicon {
	color: #330096;
}
.formInputs {
	height: 37px;
	padding: 0 10px;
}
.formGroup {
	margin: 0 0 8px;
}
.price {
	margin:0 0 8px;
	font-size: 12px;
}
.domain {
	display: none !important;
}

.input-group .form-control { background: transparent; border: 0; box-shadow: none; }
.sub-wrapper { background: #444; display: block; position: relative; border-radius: 10px; }

/*+++ 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: 584px) {
	.form-group { 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}
}

@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;}
}