@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Fredoka+One|Jua|Quicksand|Raleway');
@import url('https://fonts.googleapis.com/css?family=Dosis:700|Londrina+Solid|Poppins:500|Righteous');
@import url('https://use.fontawesome.com/releases/v5.0.13/css/all.css');

div.container-fluid {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* 0 - SEARCH SECTION */
section {
	height: auto;
	width: 100%;
	margin-bottom: 1em;
}

section.search-section {
	margin-top: 10%;
}

/* ABOUT US */
.about-side-banner{
	overflow:hidden !important;
	width: 100%;
	height:540px;
}

section.about-header{
	margin-top: -7px;
	margin-bottom: 128px;
}

.hr-line{
	width: 20%;
	height: 4px;
	margin-bottom: 24px;
	margin-top: 24px;
	background-color: orange;
}

.about-description{
	margin-top: 32px;
	margin-left:32px;
	margin-right:32px;
}

section.about-signoff{

}

div.search-by-cont {
	width: 100%;
	padding: 1%;
	padding-left: 10%;
	padding-right: 10%;
}

div.search-by-city, div.search-by-country, div.search-by-destination {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	width: 300px;
	height: 75px;
	margin: 0.5em;
	overflow: hidden;
	position: relative;
}

div.search-by-city {
	background-color: #F06923;
}

div.search-by-country {
	background-color: #026698;
}

div.search-by-destination {
	/*background-color: #FBE400;*/
	background-color: #F06923;
}

div.search-by-city img, div.search-by-country img, div.search-by-destination img {
	opacity: 0.3;
	position: absolute;
    margin: auto;
    top: -150%;
    cursor: pointer;
}

div.search-by-box .search-box {
	color:white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	cursor: pointer;
	width: 100%;
}

span.search-by-text {
	color: white;
	font-family: "Raleway";
	font-size: 20px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
}

span.search-by-text-small {
	font-size: 16px;
	text-align: center;
}

div.search-by-box.selected {
	border: solid 7px #FBE400;
}

div.search-by-cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: space-between;
	padding-left: 10%;
	border-right: 1px solid #C0C0C0;
}

/* SEARCH FORM*/

div.brand-container {
	text-align: center;
}

div.search-form{
	margin-top: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.input-group {
	margin-bottom: 15px;
	justify-content: center;
}

input.destination {
	width: 100%;
	padding: 1em !important;
	padding-left: 3em !important;
	font-family: 'Didact Gothic', sans-serif;
	margin-bottom: 15px;
}

input.destination:focus {
	border: 2px solid #F06923 !important;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	outline: 0;
}

.easy-autocomplete {
	width: auto !important;
}

label.label {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	color: #026698;
}

.input-date {
	margin-bottom: 10px;
}

.search-btn {
	padding: 10px 20px 10px 20px;
	border: none;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 100%;
	background-color: #F06923;
	color: white;
	outline: 0;
	font-size: 1.3em;
}

.search-btn:hover {
/*  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);*/
}

.search-btn: focus{
	outline: none !important;
	border: 0;
}

div.to-text p{
	font-family: 'Didact Gothic', sans-serif;
	font-size: 18px;
	letter-spacing: 5px;
	margin-bottom: 0px;
	text-align: center;
}

/* 2 - PHOTO LIST SECTION */

section.photo-list {
	width: 100%;
	height: 175px;
	background-color: red;
	margin-top: 5%;
	margin-bottom: 5%;
}

div.photo-cont {
	background-color: black;
	border: 1px solid white;
	margin: 0;
	padding: 0;
	height: inherit;
	position: relative;
	overflow: hidden;
	width: 100%;
}

div.photo-cont img {
	height: 100% !important;
	overflow: hidden;
	position: absolute;
}
/**/
div.photo-cont img:hover {
	opacity: 0.5;
}

/* 3 - Announcement Box */

div.large-box {
	background-color: #F06923;
	height: 350px;
	border: solid 2px white;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.small-box-side {
	background-color: #026698;
	height: 175px;
	border: solid 2px white;
	width: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

button#search-btn:hover {
	background-color: #026698;
}
