body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	overflow-x: hidden;
}
body,
html {
	max-width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
.navbar-default .navbar-toggle {
	border-color: #d35400;
	color: #fff;
	background: #d35400;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	border-color: #d35400;
	color: #fff;
	background: #d35400;
}
.navbar-header {
	z-index: 9999;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-nav a {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3em;
}
.navbar-default .navbar-nav > li > a {
	border-radius: 50px;
	color: #fff;
	margin-left: 20px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
	opacity: 0.5;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: #e7e7e7;
	transition: opacity 0.2s 1s ease;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #d35400;
	background-color: transparent;
}
.navbar-default .navbar-brand {
	color: #d35400;
	text-decoration: none;
}
.navbar-toggle {
	color: #d35400;
}
#login {
	color: #333;
	background-color: #e7e7e7;
	transition: opacity 0.2s 1s ease;
}
.jumbotron {
	background: #34495e;
	color: #2c3e50;
}
.hero-box h1 {
	margin-top: 30px;
	margin-bottom: 40px;
}
.hero-box p {
	margin-bottom: 20px;
}
.hero-box input {
	opacity: 0.7;
	margin-bottom: 20px;
}
.hero-box select {
	width: 300px;
	opacity: 0.75;
	margin-bottom: 20px;
}
.hero-box select:focus {
	opacity: 1;
}
.hero-box input:focus {
	opacity: 1;
}
.hero-box p {
	margin-top: 15px;
	color: #fff;
}
.main h1 {
	margin-top: 30px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	color: #2c3e50;
	background: url(../img/line.png) no-repeat;
	background-position: center bottom;
}
.main h2 {
	margin-top: 30px;
	margin-bottom: 25px;
	color: #2c3e50;
}
.main p {
	padding: 0 20px 0 20px;
	color: #2c3e50;
}
.main a {
	margin-top: 18px;
	margin-bottom: 30px;
	color: #fff;
	padding: 10px;
}
.rooms {
	text-align: center;
}
.rooms h1 {
	margin-top: 30px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	color: #2c3e50;
	background: url(../img/line.png) no-repeat;
	background-position: center bottom;
}
.rooms h3 {
	margin-top: 25px;
	margin-bottom: 20px;
	color: #2c3e50;
}
.rooms p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 12px 0 12px;
	color: #2c3e50;
}
.rooms .rate {
	font-size: 1.5em;
	color: #2c3e50;
}
.rooms a {
	margin-bottom: 30px;
}
.contact {
	background: #392934;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	padding-bottom: 40px;
}
.contact h1 {
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact p {
	padding: 0 12px 0 12px;
}
.circle {
	width: 140px;
	height: 140px;
	background: #2980b9;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
div.jumbotron {
	width: auto;
	height: auto;
	background: url(../img/roo1.webp) no-repeat center;
	position: relative;
	background-size: cover;
}
.contact ul li {
	list-style: none;
}
#testimonial4 {
	overflow: hidden;
	min-height: 375px;
	position: relative;
	background: #1583c9;
}
#testimonial4 .carousel-inner {
	width: 75%;
	margin: auto;
}
#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item {
	overflow: hidden;
}
.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	background-color: #000;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
	height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
	background: #eee;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.testimonial4_control_button .carousel-control {
	top: 175px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	font-size: 10px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: 0 0;
	border: 2px solid #fff;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
	transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}
.testimonial4_control_button .carousel-control.left {
	left: 7%;
	right: auto;
}
.testimonial4_control_button .carousel-control.right {
	right: 7%;
	left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}
.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	width: 550px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.testimonial4_header h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	margin: auto;
	padding: 20px;
	position: relative;
	text-align: center;
}
.testimonial4_slide img {
	top: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	display: block;
	color: #f2f2f2;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	position: relative;
}
.testimonial4_slide p {
	color: #fff;
	font-size: 16px;
	margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
@media (min-width: 768px) {
	.navbar-default .navbar-nav {
		float: right;
	}
	div.jumbotron {
		width: auto;
		height: auto;
		background: url(../img/roo1.webp) no-repeat center;
		position: relative;
		background-size: cover;
	}
	.hero-box h1 {
		margin-top: 55px;
	}
	.main h1 {
		font-size: 3em;
	}
	.main p {
		font-size: 1.4em;
		padding: 0 30px 0 30px;
	}
	.rooms {
		text-align: left;
	}
	.rooms h1 {
		font-size: 3em;
		text-align: center;
	}
	.rooms img {
		margin-left: 50px;
		margin-right: 60px;
		float: left;
	}
	.contact {
		text-align: left;
		padding: 0 30px 100px 30px;
	}
	.contact h3 {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.hero-box select {
		width: 380px;
	}
	.main p {
		text-align: left;
		font-size: 1.25em;
	}
	.rooms {
		text-align: center;
	}
	.rooms img {
		float: none;
	}
	.rooms .rate {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.rooms a {
		padding: 12px;
	}
}
@media (min-width: 1200px) {
	.hero-box select {
		width: 400px;
	}
}
.room_booked {
	padding: 10px;
	background: red;
	width: 130px;
	border-radius: 50px;
	color: #fff;
}
