@charset "utf-8";

/* page loader start */ 
/*
#loader {
  position: absolute;
  left: 53%;
  top: 58%;
    
  transform: translateY(-55%) translateX(-53%);
  -webkit-transform: translateY(-55%) translateX(-53%);
  -moz-transform: translateY(-55%) translateX(-53%);
  -ms-transform: translateY(-55%) translateX(-53%);
  -o-transform: translateY(-55%) translateX(-53%);
    
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -75px 0 0 -75px;
  border: 5px solid #2e2a2b;
  border-radius: 50%;
  border-top: 5px solid #af9863;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
/* page loade end */

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	margin: 0px;
    font-family: 'Lato', sans-serif;
    /*
	font-family: 'Roboto Slab', serif;
    font-family: 'Fira Sans', sans-serif;
    font-family: 'Maven Pro', sans-serif;
	*/
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	line-height: 1;
    background-color: #373435;
   
}
html, body {
 height: 100%;
}
a {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #333;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.wrapper {
    max-width: 1250px;
    width: 95%;
    margin: auto;
}
.split {
    clear: both;
}
header {
    background-image: url(imgs/toptabbg.png);
    background-repeat: repeat-x;
    min-height: 187px;
    width: 100%;
    position: absolute;
    z-index: 99;
}
.degree {
    margin: -7px 0 0 0px;
    position: absolute;
    font-size: 13px;
}
.mobbarsnav {
    display: none;
}
.naivigation {
  -webkit-animation-name: animatenav;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;    
    
  animation-name: animatenav;
  animation-duration: 1s;
  animation-delay: .5s;    
  animation-fill-mode: forwards;      
  opacity:0;   
 
}
@-webkit-keyframes animatenav {
  from { margin-left:-200px; opacity:0 } 
  to { margin-left:0px; opacity:1 }
}

@keyframes animatenav { 
  from{ margin-left:-200px; opacity:0 } 
  to{ margin-left:0; opacity:1 }
}
nav {
    float: left;
    margin:  40px 0 0 0px;
}
nav ul {
    width: auto;
}
nav ul li {
    list-style: none;
    float: left;
    margin: 0px 1px 0px 0px;
}
nav ul li:hover > a {
    background-color: #373435;
    color: #d7bf84;
}
nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding:  10px 15px 9px 15px ;
    display: block;
    font-family: 'Maven Pro', sans-serif;
}
nav ul li a:hover {
    background-color: #373435;
    color: #d7bf84;
}
nav ul li:hover ul {
    display: block;
}
nav ul ul {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 174px;
  
}
nav ul ul li {
    float: none;
    margin: 0px;
}
nav ul ul li a {
    color: #333;
    text-transform: none;
    font-size: 15px;
    padding:  10px ;
    display: block;
}

.feedback {
    width: 100%;
}
.feedback input[type="text"], .feedback input[type="email"], .feedback input[type="mobile"] {
    padding: 8px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    border: solid 1px #ddd;
width: 100%;
margin: 0 0 4px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.feedback textarea {
    padding: 8px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    border: solid 1px #ddd;
    width: 100%;
    margin:  0 0 8px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.feedback input[type="submit"] {
    padding: 8px 16px 8px 16px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    border: solid 1px #ccc;
    margin:  4 0 4px 0px;
    background: none;
    text-transform: uppercase;
    cursor: pointer;
}
.feedback input[type="submit"]:hover {
    border: solid 1px #999;
}
.error {
    padding:  3px 0 8px 0px;
    color: #f24141;
    font-size: 12px;
    display: block;
}
.hometab {
 padding:  10px 10px 4px 30px !important;   
}
.icontab {
 padding:  10px 10px 4px 10px ;   
}
.active {
    background-color: #d7bf84;
    color: #373435;
}
.main_screen {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
@-webkit-keyframes animatebottom {
  from { top:-1000px; opacity:0 } 
  to { top:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ top:-1000px; opacity:0 } 
  to{ top:0; opacity:1 }
}
#main_screen {
    width: 100%;
    height: 100%;
    height: 100vh;
   
}


.top_screen {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

#top_screen {
    width: 100%;
    height: 60%;
    height: 60vh;
  
}
.mobhead {
    display: none;
}
.abouthead {
    background-image: url(imgs/abouthead2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.roomhead {
    background-image: url(imgs/roomsssuiteshead.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.dinninghead {
    background-image: url(imgs/restauranthead.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.banqethead {
    background-image: url(imgs/banquehead.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.gbhead {
    background-image: url(imgs/guesttbookbar.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
.cathead {
    background-image: url(imgs/catering.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}
#vt {
    cursor: pointer;
}
.cbar {
    position: absolute;
    right: 5%;
    top: 0;
    width: 360px;
    height: 100%;
    z-index: 101;
    box-shadow:  0 -2px 2px #333;
background: rgba(217,193,134,1);
background: -moz-linear-gradient(top, rgba(217,193,134,1) 0%, rgba(174,151,99,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,193,134,1)), color-stop(100%, rgba(174,151,99,1)));
background: -webkit-linear-gradient(top, rgba(217,193,134,1) 0%, rgba(174,151,99,1) 100%);
background: -o-linear-gradient(top, rgba(217,193,134,1) 0%, rgba(174,151,99,1) 100%);
background: -ms-linear-gradient(top, rgba(217,193,134,1) 0%, rgba(174,151,99,1) 100%);
background: linear-gradient(to bottom, rgba(217,193,134,1) 0%, rgba(174,151,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c186', endColorstr='#ae9763', GradientType=0 );
}
.center_cbar {
    width: 90%;
    margin: auto;
}
.logo_mob {
    display: none;
}
.logo {
    width: 80%;
    margin: 40px auto 10px auto;
}
.logo img {
    width: 100%;
}
.logo_gold {
    position: fixed;
    top: -100px;
    right: 9.5%;
    width: 160px;
    background-color: #373435;
    padding:  10px 20px 15px 20px;
    
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;	
}

.logo_gold img {
    width: 100%;
}
.quick_access {
    width: 100%;
    margin: 0px 0 0 0px;
}
.quick_access ul {
    width: auto;
}
.quick_access ul li {
    text-align: center;
    width: 100%;
}
.quick_access ul li img {
    margin:  0 0 10px 0px;
}
.quick_access ul li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding:  30px 0 30px 0px;
    display: block;
}
.quick_access ul li a:hover {
    color: #554520;
}

.iquick_access {
    width: 100%;
    margin: 20px 0 0 0px;
}
.iquick_access ul {
    width: auto;
}
.iquick_access ul li {
    text-align: center;
    width: 100%;
}
.iquick_access ul li img {
    margin:  0 0 10px 0px;
    width: 100px;
}
.iquick_access ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding:  15px 0 15px 0px;
    display: block;
}
.iquick_access ul li a:hover {
    color: #554520;
}


.bline {
    border-bottom: solid 1px #a48e59;
}
.quotebar {
    background: rgba(52,55,53,1);
    width: 520px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 103;
}
.quote {
    padding:  25px 30px 0 30px;
    font-size: 50px;
    color: #d8c085;
    text-transform: uppercase;
    text-shadow:  0 1px 2px #333;
    font-family: 'Source Sans Pro', sans-serif;
}
.quote span {
    color: #fff;
}
.main_bottom_gray {
    width: 100%;
    bottom: 40px;
    background: rgba(52,55,53,1);
    height: 40px;
    z-index: 105;
    position: absolute;
}
#about_hotel {
    height: 100%;
    background-color: #fff;
    
    overflow: hidden;
 -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
.about_content {
    float: left;
    width: 50%;
    height: 100%;
    background-image: url(imgs/watermark-logo.png);
    background-repeat: no-repeat;
    background-position: left 455px bottom -100px;
}
.higlight {
    font-size: 25px !important;
    color: #af9863 !important;
    line-height: 35px !important;
}
.ihiglight {
    font-size: 22px !important;
    color: #af9863 !important;
    line-height: 32px !important;
}
.scroll_down {
    position: fixed;
    right: -5px;
    bottom: -10px;
    z-index: 999;
    width: 100px;
}
.scroll_down img {
    width: 100%;
}
.mb {
    margin-bottom: 20px;
}
.
.mt {
    margin-top: 40px;
}
.intro {
    padding:  60px 180px 60px 60px; 
}
.intro p {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin:  20px 0 10px 0px;
    color: #666;
    line-height: 30px;
}
.intro p sup {
    color: #c8b078;
}

.iintro {
    padding:  30px 30px 30px 30px; 
}
.iintro h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    margin:  0px 0 20px 0px;
    color: #666;
    font-weight: 100;
}
.iintro p {
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    margin:  20px 0 10px 0px;
    color: #666;
    line-height: 30px;
}
.iintro p sup {
    color: #c8b078;
}
.iintro hr {
    border: solid 1px #ddd;
}


.intro_pic {
    float: right;
    width: 50%;
}
.intro_pic img {
    width: 100%;
    margin-left: 0px;
}
.iintro_pic {
    float: right;
    width: 50%;
}
.iintro_pic img {
    width: 100%;
    margin-left: 0px;
}

.accomo_info {
    width: 49%;
    float: left;
    background: rgba(249,249,249,0.7);
    padding: 25px;
    position: relative;
    margin:  50px 0 50px 0px;
    box-shadow:  0 2px 3px #ccc;
    min-height: 680px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.accomo_info h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    margin:  0px 0 20px 0px;
    color: #666;
    font-weight: 100;
}
.accomo_info p {
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
    margin:  20px 0 10px 0px;
    color: #666;
    line-height: 30px;
}

.fac_bar {
    width: 49%;
    float: right;
    background: rgba(255,255,255,0.7);
    padding: 25px;
    position: relative;
    margin:  50px 0 50px 0px;
    box-shadow:  0 2px 3px #ccc;
    min-height: 680px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.fac_bar h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    margin:  0px 0 20px 0px;
    color: #666;
    font-weight: 100;
}
.fac_bar p ul {
    width: auto;
}

.fac_bar ul li {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    margin:  10px 0 10px 12px;
    color: #666;
    list-style: disc;
}
.fac_bar hr {
    border: solid 1px #ddd;
}

.blink {
    padding:  10px 20px 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #373435;
    color: #fff;
    border-radius: 4px;
}
:hover.blink {
    background-color: #b8a16b;
    color: #fff;
}
.tripadvisor {
    position: absolute;
    margin-top: -111px;
    right: 30px;
}
.tripadvisor img {
    width: 100px;
    border: solid 1px #ddd;
    border-radius: 8px;
    padding: 4px;
}
.itripadvisor {
    position: absolute;
    margin-top: 100px;
    right: 30px;
}
.itripadvisor img {
    width: 100px;
    border: solid 1px #ddd;
    border-radius: 8px;
    padding: 4px;
}
.sq_pics {
    width: 100%;
}
.sq_pics img {
    border-radius: 50%;
}
#bottom_screen {
    height: 100%;
    background-color: #eee;
   
}

.roomsuites {
    background-color: #000;
    width: 33.3%;
    float: left;
    height: 100%;
    overflow: hidden;
}
.roomsuites img {
    margin-left: -650px;
    opacity: 0.4;
    position: relative;
    z-index: 999;
	transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
.roomsuites img:hover {
    margin-left: -250px;
    opacity: 1;
}
.roomsuites h2 {
    position: absolute;
    color: #fff;
    font-size: 33px;
    z-index: 99;
    margin-left: 140px;
    margin-top: 23%;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
	transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.restarants {
    background-color: #000;
    width: 33.2%;
    float: left;
    height: 100%;
    margin:  0px 0.1% 0 0.1%;
    overflow: hidden;
}
.restarants img {
    margin-left: -650px;
    opacity: 0.4;
    position: relative;
    z-index: 999;
	transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
.restarants img:hover {
    margin-left: -250px;
    opacity: 1;
}
.restarants h2 {
    position: absolute;
    color: #fff;
    font-size: 33px;
    z-index: 99;
    margin-left: 140px;
    margin-top: 23%;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
	transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.banqutes {
    background-color: #000;
    width: 33.3%;
    float: left;
    height: 100%;
    overflow: hidden;
}
.banqutes img {
    margin-left: -650px;
    opacity: 0.4;
    position: relative;
    z-index: 99;
	transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
.banqutes img:hover {
    margin-left: -250px;
    opacity: 1;
}
.banqutes h2 {
    position: absolute;
    color: #fff;
    font-size: 33px;
    z-index: 99;
    margin-left: 170px;
    margin-top: 23%;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
	transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.padbox {
    padding: 0px 20px 20px 20px;
}
.pt {
    padding-top: 20px;
}
.deluxe {
    width: 100%;
    margin:  0 0 0px 0px;
}
.deluxe_box {
    width: 50%;
    float: left
}
.deluxe img {
    width: 100%;
    opacity: 1;
    position: relative;
    z-index: 99;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.deluxe img:hover {
    opacity: 0.5;
}
.room_info {
    float: right;
    width: 50%;
}
.deluxe h2 {
    color: #666;
    font-size: 32px;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
    margin:  0 0 10px 0px;
}
.deluxe h3 {
    color: #ff7c25 !important;
    font-size: 22px !important;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
    margin:  0 0 10px 0px;
}
.deluxe p {
    font-size: 16px;
	font-family: 'Roboto Slab', serif;
    line-height: 30px;
    margin:  5px 0 20px 0px;
    color: #666;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}

.premium {
    width: 100%;
    margin:  0 0 0px 0px;
}
.premium_box {
    width: 50%;
    float: right;
}
.premium img {
    width: 100%;
    opacity: 1;
    position: relative;
    z-index: 99;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.premium img:hover {
    opacity: 0.5;
}
.room_info_premium {
    float: left;
    width: 50%;
}
.premium h2 {
    color: #666;
    font-size: 32px;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
    margin:  0 0 10px 0px;
}
.premium h3 {
    color: #ff7c25 !important;
    font-size: 22px !important;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
    margin:  0 0 10px 0px;
}
.premium p {
    font-size: 16px;
	font-family: 'Roboto Slab', serif;
    line-height: 30px;
    margin:  5px 0 20px 0px;
    color: #666;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
.presidential {
    width: 100%;
    margin:  0 0 0px 0px;
}
.presidential_box {
    width: 50%;
    float: left;
}
.presidential img {
    width: 100%;
    opacity: 1;
    position: relative;
    z-index: 99;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.presidential img:hover {
    opacity: 0.5;
}
.presidential h2 {
    color: #666;
    font-size: 32px;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
    margin:  0 0 10px 0px;
}
.presidential h3 {
    color: #ff7c25 !important;
    font-size: 22px !important;
    font-weight: 100;
	font-family: 'Roboto Slab', serif;
    margin:  0 0 10px 0px;
}
.presidential p {
    font-size: 16px;
	font-family: 'Roboto Slab', serif;
    line-height: 30px;
    margin:  5px 0 20px 0px;
    color: #666;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
.frts {
    width: 50px !important;
    margin:  0px 10px 30px 0px !important;
    float: left;
}
.tablink {
    background: rgba(232,154,30,0.9);
    padding:  10px 30px 10px 30px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
}
:hover.tablink {
    background: rgba(51,51,51,0.9);
    color: #fff;
}


#bottom_main {
    
}
footer {
    width: 100%;
    height: 100%;
}
.footer {
    width: 100%;
    height: auto;  
}
.contact_info {
    float: left;
    width: 50%;
    height: 100%;
    background-image: url(imgs/watermark-logo.png);
    background-repeat: no-repeat;
    background-position: left 455px bottom -100px;
}
.icontact_info {
    float: none;
    width: 100%;
    height: auto;
    background-image: url(imgs/watermark-logo.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.contact {
    padding:  60px 60px 0px 60px;
}
.icontact {
    padding:  20px 20px 0px 20px !important;
}
.contact hr {
    border: solid 1px #454242;
}
.contact h3 {
    color: #d7bf84;
    font-size: 22px;
    font-weight: 100;
    font-family: 'Roboto Slab', serif;
    margin: 10px 0 10px 0px;
}
.contact p {
    color: #eee;
    margin:  0 0 20px 0px;
    line-height: 22px;
}
.contact p a {
    color: #fff;
}
.contact p a:hover {
    color: #eee;
    text-decoration: underline;
}

#accomodation_info {
    width: 100%;
    background-color: #fff;
     background-image: url(imgs/watermark-logo.png);
    background-repeat: no-repeat;
    background-position: center top 50px;
    padding:  0px 0 0px 0px;
    overflow: hidden;
}
#accomodation_info ul {
    width: auto;
}
#accomodation_info ul li {
    list-style: disc;
    margin:  10px 0 10px 10px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    letter-spacing: -.5px;
}
#accomodation_info hr {
    border: solid 1px #ddd;
    margin:  30px 0 20px 0px;
}
#accomodation_info h3 {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    color: #c5ae76;
    margin:  0 0 15px 0px;
}
.pg {
	width:100%;
    padding:  0 0 0px 0px;
}
.pg ul {
	width:auto;
}
.pg ul li {
	list-style:none !important;
	float:left;
	width:25%;
	margin:0px !important;
}
.pg ul li img {
	width:100%;
}

.vt {
	width:100%;
    padding:  0 0 0px 0px;
}
.vt ul {
	width:auto;
}
.vt ul li {
	list-style:none !important;
	float:left;
	width:33.3%;
	margin:0px !important;
}
.vt ul li img {
	width:100%;
    padding:  15px 0 5px 0px;
}
.vt ul li a {
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
}

.col2 {
    width: 50%;
    float: left;
}

.botlinks {
    width: 100%;
    margin:  0 0 20px 0px;
    overflow: hidden;
    line-height: 22px;
}
.botlinks a {
    color: #fff;
    float: left;
    display: block;
    padding: 0px 12px 0 0px;
}
.botlinks a:hover {
    color: #d7bf85;
}
.social {
    width: 100%;
    margin:  0 0 10px 0px;
    overflow: hidden;
}
.social a {
    color: #fff;
    float: left;
    display: block;
    padding: 0px 15px 0 0px;
    font-size: 25px;
}
.social a:hover {
    color: #666;
}
.locate {
    float: left;
    width: 50%;
    height: 100%;
}
.ilocate {
    float: none;
    width: 100%;

}
.colm3a {
    float: left;
    width: 50%;
}
.colm3b {
    float: left;
    width: 30%;
}
.colm3c {
    float: left;
    width: 20%;
}
.overlay {
   background:rgba(0,0,0,0.1); 
   position:relative; 
   width:100%;
   height:350px; /* your iframe height */
   top:350px;  /* your iframe height */
   margin-top:-350px;  /* your iframe height */
}
.copyright {
    margin:  10px 0 0 0px !important;
    font-size: 13px !important;
    color: #999 !important;
    letter-spacing: 1px;
}
.copyright a {
    font-size: 13px !important;
    color: #999 !important;
}

@media screen and (max-width:1366px){
.roomsuites h2 {
    margin-left: 110px;
}
.restarants h2 {
    margin-left: 110px;

}
.banqutes h2 {
    margin-left: 135px;
}
.intro {
    padding:  60px 120px 60px 60px; 
}
.sq_pics img {
    border-radius: 50%;
    width: 160px;
}
.tripadvisor {
    margin-top: -100px;
    position: absolute;
    right: 20px;
}
.quotebar {
    width: 460px;
    height: 100px;
    bottom: 40px;
    z-index: 999;
}
.quote {
    padding:  14px 30px 0 20px;
    font-size: 35px;
}    
.quick_access ul li img {
    margin:  0 0 10px 0px;
    width: 100px;
}
.quick_access ul li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding:  25px 0 25px 0px;
    display: block;
}
.iquick_access ul li img {
    margin:  0 0 8px 0px;
    width: 70px;
}
.iquick_access ul li a {
    padding:  10px 0 10px 0px;
}    
.iintro {
    padding:  20px 30px 20px 30px; 
}
.iintro h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    margin:  0px 0 10px 0px;
    color: #666;
    font-weight: 100;
    line-height: 22px;
}
.iintro p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    margin:  15px 0 5px 0px;
    color: #666;
    line-height: 22px;
}
}
@media screen and (max-width:1280px){
.roomsuites h2 {
    margin-left: 95px;
}
.restarants h2 {
    margin-left: 95px;

}
.banqutes h2 {
    margin-left: 118px;
}
.logo {
    margin: 20px auto 0px auto;
} 
.tripadvisor {
    margin-top: -140px;
}
}

.booking_value {
    width: 100%;
}
.booking_value input[type="text"], .booking_value input[type="email"], .booking_value input[type="mobile"] {
    padding: 10px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    border: solid 1px #ddd;
    width: 48%;
    margin: 0.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
      font-weight: 600;
}
.g-recaptcha{
    margin: 4px;
}
.selected_value{
padding: 10px;
font-family: 'Maven Pro', sans-serif;
font-size: 15px;
border: solid 1px #ddd;
width: 48%;
margin: 0.8%;
color: #777;
    height: 50px;
    font-weight: 600;
}
.booking_value textarea {
    padding: 8px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    border: solid 1px #ddd;
    width: 100%;
    margin:  0 0 8px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.booking_value input[type="submit"] {
    padding: 8px 16px 8px 16px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    border: solid 1px #ccc;
   margin: 4px 4px;
    background: none;
    text-transform: uppercase;
    cursor: pointer;
}
.booking_value input[type="submit"]:hover {
    border: solid 1px #999;
}
.about_content .intro .mb {width: 100%;}


@media screen and (max-width: 768px){
    
    #about_hotel, #main_screen {float:left;}
    .about_content
    {
        width: 100%;
    }
    
    
    .intro
    {
     height: auto;
    }
    .intro_pic 
    {
        float: left;
        width: 100%;
    }
    
    .intro p
    {
        font-size: 12px;
        text-align: justify;
    }
    
    .higlight 
    {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .roomsuites
     {
        width: 100%;
    }
    .restarants
     {
        width: 100%;
    }
    .banqutes
     {
        width: 100%;
    }
     .locate
     {
        width: 100%;
    }
     .contact_info
     {
        width: 100%;
        text-align: center;
    }
     .social 
    {
    margin: 0 auto;
    overflow: hidden;
    width: 143px;
    }
}
.cancelul{
    padding-left: 45px;
    padding-bottom: 20px;
}
.cancelul li{
    list-style:disc;
    line-height:40px;
}
.cancellation_content {
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(imgs/watermark-logo.png);
    background-repeat: no-repeat;
    background-position: left 455px bottom -100px;
}

#about_hotel1 {
    height: auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}