.main_bg {
	background-image: url("../images/bg_4.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: relative;
	overflow: scroll;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.main_bg::before {
	content: "";
	background-color: rgba(2, 2, 2, .6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 2, 2, .5);
}

label {
	color: white;
	width: 110px;
}

.main_content {
	z-index: 999;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 60%;
	margin: auto;
	padding: 20% 5%;
}

.form_content {
	z-index: 999;
	position: relative;
	vertical-align: middle;
	width: 60%;
	margin: auto;
	padding: 3% 5%;
}

.date_input {
	width: 100%;
	height: 35px;
	padding-left: 35px;
	color: #2d3e52;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
	border: none;
}

.form_content select {
	display: block;
	height: 35px;
	background-color: white;
	width: 100%;
	padding-left: 35px;
	color: #2d3e52;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
	border: none;
	font-family: 'Montserrat', sans-serif, "FontAwesome";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* Remove default arrow */
	background-image: url("../images/expand-arrow.png");
	/* Add custom arrow */
	background-position-x: 98%;
	background-position-y: 12px;
	background-repeat: no-repeat;
}

.main_content select {
	display: block;
	height: 40px;
	background-color: white;
	width: 100%;
	padding-left: 35px;
	color: #2d3e52;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	border: none;
	font-family: 'Montserrat', sans-serif, "FontAwesome";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* Remove default arrow */
	background-image: url("../images/expand-arrow.png");
	/* Add custom arrow */
	background-position-x: 98%;
	background-position-y: 12px;
	background-repeat: no-repeat;
}

.target, .user_nat, .travel_date {
	position: relative;
	display: inline-block;
	width: 60%;
}

.lang_menu {
	position: absolute;
	top: 20px;
	left: 20px;
}

.lang_menu select {
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
	padding: 5px 0;
	border: 0;
	background: url("../images/expand-arrow2.png") 66% 72% no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.lang_menu option {
	color: #222;
	padding: 10px;
	margin: 10px;
}

select:focus {
	border: 0;
	outline: 0;
}

.target::before {
	content: "\f041";
	position: absolute;
	top: 1px;
	left: 10px;
	color: #1ab394;
	width: 20px;
	height: 20px;
	font-size: 22px;
	display: block;
	font-family: "FontAwesome";
	z-index: 999;
}

.user_nat::before {
	content: "\f007";
	position: absolute;
	top: 1px;
	left: 10px;
	color: #1ab394;
	width: 20px;
	height: 20px;
	font-size: 22px;
	display: block;
	font-family: "FontAwesome";
	z-index: 999;
}

.travel_date::before {
	content: "\f073";
	position: absolute;
	top: 1px;
	left: 8px;
	color: #1ab394;
	width: 20px;
	height: 20px;
	font-size: 22px;
	display: block;
	font-family: "FontAwesome";
	z-index: 999;
}

.submit_bt {
	background-color: #ffc107;
	width: calc(115px + 60%);
	height: 40px;
	text-align: center;
	color: white;
	border: 1px solid #ffc107;
	cursor: pointer;
}

.travel_result {
	background-image: url("../images/bg_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	position: relative;
	background-color: #f7f7f7;
	height: 100%;
	width: 100%;
	min-height: 100vh;
}

.result_content {
	background-color: white;
	padding: 30px 40px;
	border-radius: 5px;
	margin-bottom: 50px;
}

.result_content p {
	letter-spacing: .5px;
	color: #676a6c;
	margin-bottom: 30px;
	font-size: 16px;
}

.result_content h3 {
	letter-spacing: .5px;
	color: #676a6c;
	margin-bottom: 30px;
	font-size: 18px;
	text-transform: uppercase;
}

.result_content hr {
	border-top: 1px dashed #ddd;
}

.result_content h3 .fa {
	color: #1ab394;
	font-size: 16px;
	margin-right: 10px;
}

.lang_field {
	display: none !important;
	height: 10px !important;
}

.warnTitle {
	font-size: 30px;
	background-color: white;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
	color: #676a6c;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20%;
}