/*
[Table of contents] 

1. SITE STRUCTURE and TYPOGRAPHY
- 1.1 Typography
- 1.2 Buttons

2. CONTENT
- 2.1 Login/register

3. COMMON
- 3.1 Misc
- 3.2 Spacing

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
36px= 2.571428571rem
42px= 3rem
48px= 3.428571429rem
64px= 4.57142857rem
72px= 5.142857143rem
*/
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	font-family: "Poppins", Helvetica, sans-serif;
	color: #555;
}
main {
	/*background: #f5f8fa;*/
	position: relative;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
p {
	margin-bottom: 30px;
}
hr {
	margin: 15px 0 30px 0;
	border-color: #ededed;
}
hr.double {
	margin: 15px 0 30px 0;
	border-color: #ededed;
	border-width: 2px;
}
ul, ol {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}
p {
	margin-bottom: 25px;
}
p.lead {
	font-weight: 300;
	font-size: 20px;
	font-size: 1.25rem;
}
strong {
	font-weight: 600;
}
.main_title {
	text-align: center;
	margin-bottom: 45px;
}
@media (max-width: 767px) {
.main_title {
	/* For less than 767px */
	margin-bottom: 15px;
}
}
.main_title h2 {
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
}
@media (max-width: 767px) {
.main_title h2 {
	/* For less than 767px */
	font-size: 32px;
	font-size: 2rem;
}
}
@media (max-width: 575px) {
.main_title h2 {
	/* For less than 575px */
	font-size: 24px;
	font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.main_title h1 {
	/* For less than 767px */
	font-size: 32px;
	font-size: 2rem;
}
}
.main_title p {
	font-weight: 300;
	font-size: 20px;
	color: #777;
	padding: 0 10%;
}
@media (max-width: 767px) {
.main_title p {
	/* For less than 767px */
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0;
}
}
@media (max-width: 575px) {
.main_title p {
	/* For less than 575px */
	font-size: 16px;
	font-size: 1rem;
}
}
.main_title_2 {
	text-align: center;
	margin-bottom: 30px;
}
.main_title_2 h3 {
	font-weight: 300;
	font-size: 28px;
	font-size: 1.75rem;
	margin: 0;
	text-transform: uppercase;
}
.main_title_2 p {
	font-weight: 300;
	font-size: 20px;
	font-size: 1.25rem;
	color: #777;
}
.main_title_3 {
	background-color: #3f4079;
	background-color: #3f4079;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	position: relative;
	margin-bottom: 60px;
}
@media (max-width: 991px) {
.main_title_3 {
	/* For less than 991px */
	margin-bottom: 30px;
}
}
.main_title_3 h3 {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	position: relative;
	color: #fff;
}
.main_title_3 h3 strong {
	background-color: #e74e84;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	line-height: 24px;
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.main_title_3 h3:before, .main_title_3 h3:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 54px;
	bottom: -42px;
	display: block;
	z-index: 9;
}
@media (max-width: 991px) {
.main_title_3 h3:before, .main_title_3 h3:after {
	/* For less than 991px */
	display: none;
}
}
.main_title_3 h3:before {
	left: 25%;
	background: url(../img/arrow_left.png) no-repeat 0 0;
}
.main_title_3 h3:after {
	right: 25%;
	background: url(../img/arrow_right.png) no-repeat 0 0;
}
.main_title_4 {
	background-color: #3f4079;
	background-color: #3f4079;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
.main_title_4 {
	/* For less than 991px */
	margin-bottom: 30px;
}
}
.main_title_4 h3 {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
}
.main_title_4 h3 i {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
/*-------- 1.2 Buttons --------*/
/*General links color*/
a {
	color: #e74e84;
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
}
a:hover, a:focus {
	color: #333;
	text-decoration: none;
	outline: none;
}
a.btn_1, .btn_1 {
	border: none;
	color: #fff;
	background: #e74e84;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size: 14px;
	font-size: 0.875rem;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	font-weight: 500;
}
a.btn_1.medium, .btn_1.medium {
	padding: 12px 45px;
	font-size: 16px;
	font-size: 1rem;
}
a.btn_1.full-width, .btn_1.full-width {
	display: block;
	text-align: center;
	padding: 12px 45px;
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}
a.btn_1:hover, .btn_1:hover {
	background: #74d1c6;
}
a.btn_1.outline, .btn_1.outline {
	background: transparent;
	border: 2px solid #e74e84;
	color: #e74e84;
}
a.btn_1.outline:hover, .btn_1.outline:hover {
	background: #e74e84;
	color: #fff;
}
/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

/*-------- 2.1 Login/register --------*/
#login {
	width: 400px;
	margin: 60px auto;
	color: #fff;
}
@media (max-width: 767px) {
#login {
	/* For less than 767px */
	width: 100%;
	margin: 30px 0;
}
}
#login h1 {
	font-size: 28px;
	font-size: 1.75rem;
	text-align: center;
	margin: 0 0 30px 0;
	color: #fff;
}
@media (max-width: 767px) {
#login h1 {
	/* For less than 767px */
	font-size: 21px;
	font-size: 1.3125rem;
}
}
.divider {
	text-align: center;
	height: 1px;
	margin: 30px 0;
	background-color: #e1e8ed;
}
.divider span {
	position: relative;
	top: -20px;
	background-color: #fff;
	display: inline-block;
	padding: 10px;
	font-style: italic;
}
.link_bright a {
	color: #e74e84;
}
.link_bright a:hover {
	color: #fff02a;
}
#login-2 {
	width: 650px;
	margin: 60px auto;
	color: #fff;
}
#login-2 .box_form {
	padding: 30px 0 0 0;
}
@media (max-width: 767px) {
#login-2 .box_form {
	/* For less than 767px */
	padding: 20px 20px 0 20px;
}
}
#login-2 .forgot {
	display: inline-block;
	margin-top: 5px;
}
@media (max-width: 767px) {
#login-2 {
	/* For less than 767px */
	width: 100%;
	margin: 0;
}
}
#login-2 h1 {
	font-size: 28px;
	font-size: 1.75rem;
	text-align: center;
	margin: 0 0 30px 0;
	color: #fff;
}
.box_login {
	width: 50%;
	float: left;
	border-right: 1px solid #e1e8ed;
	padding: 15px 25px;
}
@media (max-width: 767px) {
.box_login {
	/* For less than 767px */
	width: 100%;
	border-right: 0;
	padding: 0;
}
}
.box_login.last {
	border-right: 0;
}
a.social_bt {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	min-width: 200px;
	margin-bottom: 15px;
	display: block;
	padding: 12px;
	line-height: 1;
	position: relative;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
a.social_bt:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
}
a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
	font-family: 'ElegantIcons';
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 1rem;
	color: #fff;
}
a.social_bt.facebook {
	background-color: #3B5998;
}
a.social_bt.facebook:before {
	content: "\e093";
}
a.social_bt.google {
	background-color: #DC4E41;
}
a.social_bt.google:before {
	content: "\e096";
	top: 12px;
}
a.social_bt.linkedin {
	background-color: #0077B5;
}
a.social_bt.linkedin:before {
	content: "\e09d";
}
#register {
	margin: 60px auto;
	color: #fff;
}
#register h1 {
	font-size: 28px;
	font-size: 1.75rem;
	text-align: center;
	margin: 0 0 30px 0;
	color: #fff;
}
.checkbox_2 {
	position: relative;
	display: block;
}
.checkbox_2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid #e1e8ed;
	background: transparent;
}
.checkbox_2 input[type=checkbox]:focus + label:before {
	background-color: #e53c78;
	background-color: rgba(231, 78, 132, 0.2);
}
.checkbox_2 label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: #e74e84;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.checkbox_2 input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}
.checkbox_2 input[type=checkbox]:checked + label:after {
	opacity: 1;
}
.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 2px 0 0 30px;
}
/*Password strength */
#pass-info {
	width: 100%;
	margin-bottom: 15px;
	color: #555;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 5px 0 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#pass-info.weakpass {
	border: 1px solid #FF9191;
	background: #FFC7C7;
	color: #94546E;
}
#pass-info.stillweakpass {
	border: 1px solid #FBB;
	background: #FDD;
	color: #945870;
}
#pass-info.goodpass {
	border: 1px solid #C4EEC8;
	background: #E4FFE4;
	color: #51926E;
}
#pass-info.strongpass {
	border: 1px solid #6ED66E;
	background: #79F079;
	color: #348F34;
}
#pass-info.vrystrongpass {
	border: 1px solid #379137;
	background: #48B448;
	color: #CDFFCD;
}
#hero_register {
	background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;
	color: #fff;
}
#hero_register h1 {
	color: #fff;
}
@media (max-width: 767px) {
#hero_register h1 {
	/* For less than 767px */
	font-size: 32px;
	font-size: 2rem;
}
}
.box_feat_2 {
	position: relative;
	padding-left: 60px;
}
.box_feat_2 h3 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #fff02a;
}
.box_feat_2 i {
	font-size: 46px;
	font-size: 2.875rem;
	margin-bottom: 10px;
	color: #74d1c6;
	position: absolute;
	left: 0;
	top: 0;
}
/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.bg_color_1 {
	background-color: #fff;
}
.bg_color_2 {
	background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;
}
.form-control {
	font-size: 14px;
	font-size: 0.875rem;
	min-height: 40px;
	border-color: #e1e8ed;
}
#booking .loader {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #fff;
}
.box_form {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 25px;
	color: #555;
}
.box_form label {
	font-weight: 500;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 3px;
}
.box_form .form-group {
	margin-bottom: 25px;
}
.box_general {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	color: #555;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.box_general hr {
	margin-left: -30px;
	margin-right: -30px;
}
.box_general_2 {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	border: 1px solid #e1e8ed;
}
.box_general_2 hr {
	margin-left: -30px;
	margin-right: -30px;
}
.box_general_3 {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #e1e8ed;
}
.box_general_3 hr {
	margin: 30px -30px 30px -30px;
}
/* Checkbox style */
.container_check {
	display: block;
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 30px;
	line-height: 1.4;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.container_check input:checked ~ .checkmark {
	background-color: #3f4079;
	border: 1px solid transparent;
}
.container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #e1e8ed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.container_check input:checked ~ .checkmark:after {
	display: block;
}
/*Show/hide password*/
.my-toggle {
	background: transparent;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	cursor: pointer;
	font-size: 10px;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: bold;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
}
.my-toggle:hover, .my-toggle:focus {
	background-color: #eee;
	color: #555;
	outline: transparent;
}
.hideShowPassword-wrapper {
	width: 100% !important;
}
/*-------- 3.2 Spacing --------*/
.add_bottom_15 {
	margin-bottom: 15px;
}
.add_bottom_30 {
	margin-bottom: 30px;
}
.add_bottom_45 {
	margin-bottom: 45px;
}
@media (max-width: 767px) {
.add_bottom_45 {
	/* For less than 767px */
	margin-bottom: 30px;
}
}
.add_bottom_60 {
	margin-bottom: 60px;
}
.add_bottom_75 {
	margin-bottom: 75px;
}
.add_top_20 {
	margin-top: 20px;
}
.add_top_30 {
	margin-top: 30px;
}
.add_top_60 {
	margin-top: 60px;
}
.more_padding_left {
	padding-left: 40px;
}
.nomargin_top {
	margin-top: 0;
}
.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (max-width: 767px) {
.margin_60 {
	/* For less than 767px */
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}
@media (max-width: 767px) {
.margin_60_35 {
	/* For less than 767px */
	padding-top: 30px;
	padding-bottom: 5px;
}
}
.margin_120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media (max-width: 991px) {
.margin_120 {
	/* For less than 991px */
	padding-top: 60px;
	padding-bottom: 35px;
}
}
.margin_120_95 {
	padding-top: 120px;
	padding-bottom: 95px;
}
@media (max-width: 991px) {
.margin_120_95 {
	/* For less than 991px */
	padding-top: 60px;
	padding-bottom: 35px;
}
}
@media (max-width: 767px) {
.margin_120_95 {
	/* For less than 767px */
	padding-top: 30px;
	padding-bottom: 5px;
}
}
