/* TOUR DEALS SEARCH WIDGET */

#tourDealsTopDiv {
	margin-bottom: 20px;
}

#tourDealsForm {
	padding: 15px !important;
	background-color: rgba(22, 40, 50, 0.95); 
	box-shadow: 5px 5px 12px #999;
	border-radius: 0;
}

#tourDealsForm .brand {
	text-align: center;
}

#tourDealsForm .brand img {
	max-width: 190px;
}

#tourDealsForm h4 {
	color: #a1ca69;
	text-align: left;
	margin-bottom: 20px;
	font-size: 18px;
}

#tourDealsForm .dropdown  {
	margin-bottom: 15px;
}

#tourDealsForm .dropdown-menu {
	background-color: #FFF;
	padding: 5px 15px;
	width: 100%;
	margin-top: 2px;
	border: none;
	border-radius: 4px;
	font-size: 15px;
}

#tourDealsForm ul.dropdown-menu {
	padding: 0;
}

#tourDealsForm .dropdown-menu > li > a {
	padding: 5px 15px;
	color: #333;
	font-size: 15px;
	white-space: normal;
}

#tourDealsForm .dropdown-menu > li > a:hover {
	background-color: #DCDCDC;
}

#tourDealsForm .dropdown-menu .btn[disabled] {
	opacity: .85;
}

#tourDealsForm .dropdown .btn {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding: 6px 12px;
}

#tourDealsForm .dropdown .btn .caret {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 6px solid;
  	border-right: 6px solid transparent;
  	border-left: 6px solid transparent;
}

#tourDealsForm .form-group {
	margin-top: 5px;
 	margin-bottom: 5px;
}

#tourDealsForm .form-check-input {
	margin-right: 8px;
}

#tourDealsForm label {
	color: #666;
	font-weight: 400;
	margin-bottom: 0px;
	white-space: nowrap;
}

#tourDealsForm .checkbox, #tourDealsForm .radio {
	margin-bottom: 15px;
	overflow-x: hidden;
}

#tourDealsSearch {
	text-align: center;
}

.tourdeals-search-button {
	background-color: #6b9e41;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #FFF;
	font-size: 18px;
	padding: 5px 20px;
	margin-bottom: 10px;
}

.dropdown-zones-content ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
}

#tourDealsCountriesButton, #tourDealsDeparturesButton {
	max-height: 300px;
	overflow-y: scroll;
}

/* SMALL TABLET - Portrait */
@media only screen and (min-width: 600px) and (max-width: 767px) {}


/* TABLET - Portrait */
@media only screen and (min-width:768px){}

/* SMALL TABLET - Lanscape */
@media only screen and (min-width: 992px){}

/* SUPER LARGE SCREENS */
@media only screen and (min-width: 1200px) {}