@import url('https://fonts.googleapis.com/css?family=Playfair+Display:100,300,400,500,600,700,900|Poppins:100,300,400,500,600,700,900');

body {
    background-color: transparent !important;
    background-image: none;
    margin: 0 auto !important;
}

#siteWrapper {
    width: 1000px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 120px;
    background-color: #bfa22e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#header {
	display: none;
}

#client_logo {
	background-image: none;
	display: none;
}

#content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border: none;
    margin: 0px;
    background-color: transparent !important;
}

#searchBar {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px;
    background-image: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

#sideBar {
	display: none;
}
.gwt-DatePicker {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #fff;
    -webkit-box-shadow: #000 0px 0px 30px;
    -moz-box-shadow: #000 0px 0px 30px;
    box-shadow: #999 0px 0px 10px;
    color: #666666;
    text-align: center;
    width: 220px;
}

.datePickerMonthSelector {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    border: none;
    height: 32px;
    background-color: #EFEFEF;
    color: #383838;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 100%;
    line-height: 32px;
}
.datePickerMonth{
	line-height: 34px;
	padding-left: 10px;
	padding-right: 10px;
}
.datePickerPreviousButton { /*the previous month button*/
	cursor: pointer;
	font-size: 20px;
}

.datePickerNextButton { /*the next month button*/
	cursor: pointer;
	font-size: 20px;
}
.datePickerDays{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color:#FFFFFF;
	background: #FFF;
	font-size: 12px;
	padding: 0px;
	width: 100%;
	line-height: 24px;
}
.datePickerDays td { /*the portion of the picker that shows the days*/
	padding: 4px 3px 4px 3px;
	text-align: center;
	line-height: 18px;
}
.datePickerWeekdayLabel { /*the label over weekdays*/
	background-color: #EFEFEF;;
	font-weight: bold;
}
.datePickerWeekendLabel { /*the label over weekends*/
	background-color: #EFEFEF;;
	font-weight: bold;
}
.datePickerDay { /*a single day*/
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	width: 24px;
}
.datePickerDayIsToday { /*today's date*/
	border: 1px solid #D6D6D6;
}
.datePickerDayIsValue { /*the selected day*/
	background-color: #383838;
	line-height: 26px;
	height: 26px;
	width: 26px;
}
.datePickerDayIsHighlighted { /*the currently highlighted day*/
	background-color: #D6D6D6;
}
#contentWrapper {
    width: 100%;
    margin: 0 auto !important;
    background-color: transparent !important;
}
#searchBar button {
    height: 46px;
    border: 1px solid #000000;
    font-size: 1rem;
    width: 195px;
    line-height: 46px;
    background-color: #000000 !important;
    text-align: center;
    padding: 0px 16px !important;
    color: #f4f4f4;
    border-radius: 0px;
    float: right;
    background-image: none;
    position: absolute;
    top: 24px;
    right: 12px;
    text-transform: uppercase;
    font-family: "Poppins", Helvetica, sans-serif;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#searchBar button:hover {
    height: 46px;
    border: 1px solid #bfa22e;
    font-size: 1rem;
    width: 195px;
    line-height: 46px;
    background-color: #ffffff !important;
    text-align: center;
    padding: 0px 16px !important;
    color: #bfa22e;
    border-radius: 0px;
   float: right;
    background-image: none;
    position: absolute;
    top: 24px;
    right: 12px;
    text-transform: uppercase;
    font-family: "Poppins", Helvetica, sans-serif;
}
#searchBar select {
    float: right;
    height: 42px;
    width: 130px;
    border: 1px solid #dddddd;
    padding: 2px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #999999;
    font-family: "Poppins", "Helvetica", Arial, sans-serif;
}
#searchBar input[type="text"] {
    float: left !important;
    font-size: 0.85rem;
    color: #000000;
    padding: 2px;
    margin: 8px 0px 6px 0px;
    width: 100px;
    height: 40px;
    border: 1px solid #dddddd;
    padding-left: 8px;
    border-radius: 6px;
    font-family: "Poppins", Helvetica, sans-serif;
}
.smallDivider {
    height: 0px;
    margin: 0px 0px 10px 0px;
    display: none;
}
#searchBar h4 {
    display: none;
}
.dividerStripe {
    display: none;
}
#searchCriteria {
    width: 365px !important;
    position: absolute;
    display: none;
}
#areaList {
    position: absolute;
    top: 24px;
    left: 0px;
    background-color: white;
    border: 1px solid #dddddd;
    width: 115px !important;
}
#cityLabel {
    position: absolute !important;
    top: 0px;
    left: 120px;
}
#cityList {
    position: absolute !important;
    left: 120px;
    background-color: white;
    width: 115px !important;
    top: 24px;
}
#hotelLabel {
    position: absolute !important;
    top: 0px;
    left: 240px;
}
#hotelList {
    position: absolute !important;
    left: 240px;
    top: 16px;
}
input.gwt-SuggestBox {
    width: 115px !important;
    padding-left: 6px !important;
}
#stayCriteria {
    float: left;
    width: 380px;
    position: absolute !important;
    top: 0px;
    left: 12px;
}
#arrivalDateBox {
    position: absolute !important;
    top: 16px;
    left: 0px;
    background: #ffffff url(../images/colourSchemes/calendar-icon.png) no-repeat scroll 6px center / 14px;
    padding-left: 28px !important;
}
#nightsLabel {
    position: absolute !important;
    top: 0px;
    left: 140px;
    display: none;
}
#nightBox {
    width: 50px !important;
    position: absolute;
    left: 140px !important;
    top: 16px;
    display: none;
}
#departureDateLabel {
    position: absolute !important;
    top: 0px;
    left: 150px;
    width: 120px;
}
#departureDateBox {
    position: absolute;
    left: 150px;
    top: 16px;
    background: #ffffff url(../images/colourSchemes/calendar-icon.png) no-repeat scroll 6px center / 14px;
    padding-left: 28px !important;
}
#unitBreakDown {
    float: left;
    margin-top: 0px;
}
#unitBreakdown {
	position: relative;
	width: 260px;
	top: -5px;
	float: left;
	left: 350px;
	}
#unitBreakDown select {
    float: right;
    height: 46px;
    width: 55px;
    border: 1px solid #ccc;
    padding: 2px;
    margin: -2px 4px 5px 0px;
    font-size: 0.85rem;
    color: #000000;
    font-family: "Poppins", Helvetic, sans-serif;
}
#promoCriteria {
    position: absolute !important;
    top: 0px;
    float: left;
    width: 150px;
    left: 640px;
}
#promoCodeLabel {
    position: absolute !important;
    top: 1px;
    width: 132px;
}
#promoCode {
    position: absolute !important;
    top: 16px;
    width: 120px !important;
}
.gwt-SuggestBoxPopup {
	border-radius: 0px !important;
    color: #333;
    cursor: pointer;
    background-image: none;
    background-color: #f4f4f4;
    font-size: 0.8rem;
    padding: 1px;
}
.gwt-SuggestBoxPopup .item {
    font-family: "Poppins",Verdana,Arial,sans-serif;
    padding: 4px;
    border-radius: 0px !important;
    min-width: 200px;
    height: 25px;
    line-height: 25px;
}
.gwt-SuggestBoxPopup .item-selected {
    background-image: none;
    background-color: #383838;
    color: #fff;
    border-radius: 0px;
}
#kidsSelector {
    margin-left: 2px !important;
}
#arrivalDateLabel {
    margin-left: 0px;
}
#searchBar label {
    position: relative;
    float: left;
    color: #000000;
    clear: both;
    font-size: 0.85rem;
    line-height: 16px;
    margin-bottom: 5px;
    font-family: "Poppins", Helvetica, sans-serif;
    text-transform: uppercase;
}
#bookingSteps {
    margin: 0 auto;
    width: 695px;
    float: right;
}
#arrivalDateLabel {
    position: relative;
    top: 0px;
}
table {
    background: none;
    border: none;
}

/**Tablet Styling**/
@media only screen and (min-width: 1367px) and (max-width: 1580px) {

}
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {

}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
body {
	display: none !important;
}
}

@media only screen and (max-width: 768px) {
body {
	display: none !important;
}
}