/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; background-color: #273845}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

@font-face {
    font-family: 'dm_sansregular';
    src: url('../fonts/dmsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/dmsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grotters Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Grotters Regular'), url('Grotters.woff') format('woff');
}

@font-face {
    font-family: 'alluraregular';
    src: url('../fonts/allura.regular-webfont.woff2') format('woff2'),
         url('../fonts/allura.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rajdhanimedium';
    src: url('../fonts/rajdhani-medium-webfont.woff2') format('woff2'),
         url('../fonts/rajdhani-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rajdhaniregular';
    src: url('../fonts/rajdhani-regular-webfont.woff2') format('woff2'),
         url('../fonts/rajdhani-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-family: 'Grotters Regular';
	font-size: 50px;
	color: #e77c71;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 45px;
}

h2 {
	font-family: 'Grotters Regular';
	font-size: 45px;
	color: white;
	font-weight: normal;
}

h3 {
	font-family: 'ralewayregular';
	font-size: 24px;
	color: white;
	font-weight: normal;
}

h4 {
	font-family: 'ralewaybold';
	font-size: 55px;
	color: #222222;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 50px;
}

.spacer {
	width: 100%;
	height: 1px;
	line-height: 1px;
	clear: both;
}

img {
	max-width: 100%;
}

#top {
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: 0 auto;
	z-index: 999;
	position: absolute;	
}

.wrapper {
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 50px;
}

#menu-bg {
	width: 100%;
	max-width: 954px;
	height: 83px;
	background-color: #803932;
	float: right;
	border-radius: 5px;
	margin-top: 40px;
}

#menu {
	float: left;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	font-family: 'dm_sansregular';
	font-size: 17px;
	color: white;
	float: left;
	text-transform: uppercase;
	padding: 24px 0 0 30px;
}

#menu ul li a {
	color: white;
}

#menu ul li a:hover {
	color: yellow !important;
}

#booknow {
	float: left;
	margin-left: 40px;
    margin-top: 15px;
}

#banner {
	text-align: center;
}

#welcome-lft {
	float: left;
	margin-top: 60px;
}

#welcome {
	width: 100%;
	max-width: 502px;
	height: auto;
	float: left;
	margin-top: 75px;
	margin-left: 40px;
}

#welcome p {
	font-family: 'dm_sansregular';
	font-size: 17px;
	color: white;
	line-height: 26px;
	text-align: center;
	padding-top: 25px;
}

#welcome-rt {
	float: right;
	margin-top: 60px;
}

#welcome-icon {
	text-align: center;
}

#message {
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin-top: 50px;
}

#message p {
	font-family: 'alluraregular';
	font-size: 40px;
	color: #e77c71;
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
}

#amenities-bg {
	width: 100%;
	height: 640px;
	margin: 0 auto;
	background-color: #19232a;
}

.amenities-img {
	float: left;
	margin: 70px 0 -31px 22px;
}

#attractions {
	width: 100%;
	max-width: 454px;
	height: auto;
	float: left;
	margin-top: 90px;
}

#attractions p {
	font-family: 'rajdhanimedium';
	font-size: 15px;
	color: white;
	padding-top: 10px;
}

#attractions img {
	margin-top: 20px;
}

#attractions-mid {
	width: 100%;
	max-width: 330px;
	height: auto;
	float: left;
	margin-top: 60px;
	margin-left: 50px;
}

#star {
	float: left;
	margin-top: 52px;
}

#attractions-txt {
	float: left;
	width: 100%;
	max-width: 278px;
	margin-left: 20px;
	margin-top: 50px;
}

#attractions-txt p {
	font-family: 'rajdhaniregular';
	font-size: 16px;
	color: white;
	line-height: 20px;
	text-align: justify;
	padding-top: 10px;
}

#attractions-right {
	width: 100%;
	max-width: 390px;
	height: auto;
	float: right;
	margin-top: 60px;
}


#attractions-txt1 {
	float: left;
	width: 100%;
	max-width: 325px;
	margin-left: 30px;
	margin-top: 50px;
}

#attractions-txt1 p {
	font-family: 'rajdhaniregular';
	font-size: 16px;
	color: white;
	line-height: 20px;
	text-align: justify;
	padding-top: 10px;
}

#map-lft {
	width: 60%;
	height: auto;
	float: left;
	margin-top: 80px;
}

#map-rt {
	width: 40%;
	height: 620px;
	float: right;
	background-color: #fff;	
	margin-top: 80px;
}

#contactdetails {
	width: 100%;
	max-width: 375px;
	height: auto;
    margin-left: 70px;
    margin-top: 30px;
}

#contactdetails p {
	font-family: 'rajdhaniregular';
	font-size: 20px;
	color: #444444;
	line-height: 30px;
	padding-top: 40px;
}

.socialicon {
	float: left;
}

.socialicon img {
	margin: 15px 5px 0 0;
}

#footer {
	width: 100%;
	max-width: 1300px;
	height: auto;
}

#footer p {
	font-family: 'ralewayregular';
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 24px;
	padding-top: 30px;
}

#footer p a {
	color: yellow;
	text-decoration: none;
}

#card {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}

#ourhotel {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 35px;

}

#ourhotel p {
	font-family: 'dm_sansregular';
	font-size: 17px;
	color: white;
	line-height: 26px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 50px;
}

