/*
 * Skin: BookNow login and register
 * ----------
 */
 
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

/*  --------------------  Row with equal height columns  --------------------  */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*  --------------------  Our Brands  --------------------  */
.brands {
	margin: 4% auto 0px;
}
.brand-tree-border-left {
	height: 25px;
	border-right: solid 1px #e6e6e6;
}
.brand-tree-borders {
	height: 35px;
	border-right: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}
.brand-booknow {
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	padding: 15px;
	text-align: center;
	height: 100%;
}
.brand-booknow img {
	/*
	width: 100%;
	*/
	width: auto;
}
.brand-holdayapartments {
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	padding: 20px 15px 0px 15px;
	text-align: center;
	height: 100%;
}
.brand-holdayapartments img {
	width: 100%;
}

/*  --------------------  Login & Register  --------------------  */
.login-box, .register-box {
    width: 360px;
    margin: auto;
	margin-bottom: 7%;
}
.login-page, .register-page {
    background: #ffffff;	
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 10px;
    border-top: 0;
    color: #666;
	border-radius: 2px;
	border: solid 1px #e7e6e6;
	border-top-width: 4px;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #f4f4f4;
	margin: 0px -10px 10px -10px;
}
.social-auth-links {
    margin: 10px 0 0px 0px;
}
.already-signed-up {
	font-size: 12px;
	margin-top: 10px;
}
.already-signed-up a {
	color: #999999;
}
.already-signed-up a:hover {
	color: #18a4b6;
}
.btn-primary {
    background-color: #18a4b6;
	border-color: #18a4b6;
	border-radius: 2px !important;
	font-weight: bold;
	outline: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover, .btn-primary:focus {
    background-color: #101a33;
	border-color: #101a33;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1280px) {
	
	
}

@media (max-width: 1024px) {
	
	
}

@media (max-width: 980px) {
	
	.brands .col-md-6 {
		width: 50%;
		float: left;
	}
	.brands .col-md-4 {
		width: 33.3%;
		float: left;
	}
	.brands .col-md-2 {
		width: 16.66666667%;
	}
	.our-brand-tree-structure .col-md-4 {
		width: 33.3%;
		float: left;
	}
	.our-brand-tree-structure .col-md-6 {
		width: 50%;
		float: left;
	}
	
}

@media (max-width: 900px) {
	
	
}

@media (max-width: 980px) {
	
	
}

@media (max-width: 768px) {
	
	
}

@media (min-width: 768px) {
	
	
}

@media (min-width: 992px) {


}

@media (max-width: 640px) {
	
	
}

@media (max-width: 480px) {
	
	.our-brand-tree-structure {
		display: none;
	}
	.row-eq-height {
		display: block;
	}
	.brands .col-md-4 {
		float: none;
		display: block;
		margin: auto;
		margin-bottom: 20px;
		width: 390px;
	}
	
}

@media (max-width: 360px) {
	
	.login-box, .register-box {
		width: 300px;
		margin: auto;
		margin-bottom: 7%;
	}
	.brands {
		padding: 0px;
	}
	.brands .col-md-4 {
		float: none;
		display: block;
		margin: auto;
		margin-bottom: 20px;
		width: 330px;
	}
	
}

