/* ---------------------------- */
/*           Google Fonts
/* ---------------------------- */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,200,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

/* ---------------------------- */
/*           General
/* ---------------------------- */

body {
	background:#FFF;
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	line-height:19px;
	color:#000;
  overflow-x: hidden;
}

img {
	max-width:100%;
}

a {
	color:inherit;
	text-decoration:none;
	-webkit-transition:all .2s ease-in;
	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	transition:all .2s ease-in;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Raleway', sans-serif; 
  font-weight:400;
}

/* ---------------------------- */
/*           Custom CSS
/* ---------------------------- */


/* Header Start */
#header {
    display: block;
    padding: 0px 0px;
    background: #FFF;
    min-height: 45px;
}
#header #main-logo {
    position: absolute;
    top: 0;
    z-index: 9;
}
#header #text-logo {
    float: left;
    margin-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}
#header .topcontents {
    background: #fff;
}
#header .topcontents .fbicon{
  float: right;
  margin-top: 19px;
  width: 30px;
  height: 30px;
  background: url(../images/fb-icon-color.png) no-repeat right center;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
#header .topcontents .fbicon:hover{
  /*float: right;
  margin-top: 19px;
  width: 30px;
  height: 30px;*/
  /*background: url(../images/fb-icon-color.png) no-repeat right center;*/
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#header .topcontents .twicon{
  float: right;
  margin-top: 19px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: url(../images/twitter-icon.png) no-repeat right center;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
#header .topcontents .twicon:hover{
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#header .topcontents .tripicon{
  float: right;
  margin-top: 19px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: url(../images/tripadvisor-icon.png) no-repeat right center;
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
#header .topcontents .tripicon:hover{
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#header .hotels-chain {
    width: 170px;
    float: right;
    font-size: 16px;
    margin-top: 2px;
}
#header .hotels-chain a .droparrow {
    background: url('../images/droparrow.png') no-repeat center 0px;
    display: inline-block;
    color: #000;
    width: 11px;
    height: 11px;
    margin-left: 12px;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header .hotels-chain a:hover .droparrow {
    background-position: center -11px;
}
#header .hotels-chain ul li a {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 5px;
    margin-left: 20px;
}
#header .hotels-chain ul li a:hover {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 5px;
    color: #000;
}
#header .tephone {
    float: right;
    min-height: 22px;
    color: #696967;
    font-size: 17px;
    margin-top: 12px;
    padding: 1px 0px 0px 25px;
    font-family: 'Open Sans', sans-serif;
    background: url(../images/telephone.png) no-repeat left center;
}
#header .socials ul {
    margin-top: 3px;
    text-align: right;
    padding-top: 10px;
    float: right;
}
#header .socials ul li {
    float: left;
    width: 24px;
    margin-left: 5px;
    text-indent: -999px;
    list-style: none;
}
#header .socials ul li.facebook {
    background: url(../images/facebook.png) no-repeat left center;
}
#header .socials ul li.googleplus {
    background: url(../images/googleplus.png) no-repeat left center;
}
#header .socials ul li.youtube {
    background: url(../images/youtube.png) no-repeat left center;
}
#header .socials ul li.tripadvisor {
    background: url(../images/tripadvisor.png) no-repeat left center;
}
#header .socials ul li.last {
    float: left;
    width: 24px;
    margin-left: 0px;
}
#menu3 {
    min-width: 175px;
}
/* Header End */


/* nav-holder Start */
#nav-holder{ 
  display:block; 
  padding:0px 0px; 
  background:#03649a; 
  min-height:50px;
}
/* nav-holder End */


/* banner-holder Start */
#banner-holder {
    display: block;
    padding: 0px 0px;
    background: #000;
    /*min-height: 540px;*/
}
#banner-holder .mainslider {
    position: relative;
    display: block;
    padding: 0px 0px;
    background: #000;
    /*min-height: 540px;*/
    max-width: 1280px;
    margin: 0 auto;
}
#banner-holder #bookingpan {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 187px;
    margin-bottom: 25px;
    z-index: 99;
    min-width: 255px;
    min-height: 305px;
    background: #f4f4f4;
}
#banner-holder #bookingpan .bkntitle {
    background: #000;
    min-height: 78px;
}
#banner-holder #bookingpan .bkntitle h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 300;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
}
#banner-holder #bookingpan .bookingform {
    padding: 10px 15px;
}
#banner-holder #bookingpan .bookingform select, .bookingform input {
    border-radius: 0;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#banner-holder #bookingpan .bookingform select:hover,
#banner-holder #bookingpan .bookingform input:hover {
    cursor: pointer;
}
#banner-holder #bookingpan .bookingform button {
    border-radius: 0;
    color: #fff;
    background-color: #343434;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
}
#banner-holder #bookingpan .faiconcust {
    position: absolute;
    right: 0;
    margin-right: 25px;
    margin-top: -33px;
    color: #383838;
    pointer-events: none;
}
#banner-holder #tempsection {
    position: absolute;
    z-index: 9;
    bottom: 0;
    min-width: 100%;
    min-height: 62px;
    /*padding-left: 35%;*/
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.19);
}
#banner-holder #tempsection ul {
    display: block;
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}
#banner-holder #tempsection ul li span {
    font-size: 12px;
    font-weight: 300;
}
#banner-holder #tempsection ul li {
    display: inline-block;
    padding: 0px 20px;
    line-height: 25px;
    margin-top: 21px;
    text-align: center;
    vertical-align: top;
    font-size: 25px;
    font-weight: 300;
    color: #FFF;
    border-right: 1px solid #FFF;
}
#banner-holder #tempsection ul li.last-child,
ul li:last-child {
    border-right: none;
}
#banner-holder #tempsection #time {
    font-size: 25px;
}
#banner-holder #tempsection #thedate {
    font-size: 25px;
}
#banner-holder #tempsection .optiontxt {
    font-size: 12px;
    line-height: 20px;
    float: right;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 0px;
}


/* banner-holder End */


/* Pre full-body Start */
#fullbody-top { 
  display:block; 
  padding:0px 0px; 
  background:#fff; 
  min-height:265px;
}
#fullbody-top .welcometxt {
  text-align: center; 
  color: #000; 
  font-size: 40px; 
  padding: 45px 0px 40px 0px;
}
#fullbody-top hr {
  border-top: 1px solid #757474; 
  width: 600px; 
  text-align: center; 
  margin: 0 auto;
}
#fullbody-top .patterns {
  background: url(../images/straight-line-bg.png) repeat-x center center;
  background-color: #fff;
  width: 55%; 
  text-align: center; 
  margin: 0 auto;
}
#fullbody-top .patterns span {
  background: url(../images/pattern-bg.png) no-repeat center center;
  background-color: #fff;
  padding: 5px 70px;
}
#fullbody-top .welcomebrief {
  text-align: center; 
  font-size: 17px; 
  line-height: 25px; 
  font-weight: 400; 
  padding: 55px 15px 50px 15px;
}
/* Pre full-body End */

/* full-body Start */
#full-body{
  display:block; 
  padding:0px 0px; 
  background:#f4f4f4; 
  min-height:420px; 
  margin-bottom: 5px;
}
#full-body .leftpanel {
  margin: 35px 0px 50px 0px;
}
#full-body .leftpanel h2 {
  margin-top: 0px; 
  margin-bottom: 3px; 
  color: #444343;
}
#full-body .leftpanel h6 {
  margin-top: 0px; 
  font-size: 12px; 
  font-weight: 600; 
  color: #000000;
}
#full-body .leftpanel hr {
  float: left;
  width: 35px; 
  border-top: 1px solid #BCAE88; 
  margin-top: 0px; 
  clear: both;
}
#full-body .leftpanel p {
  color: #000000; 
  font-size: 14px; 
  line-height: 20px; 
  width: 280px; 
  margin-bottom: 0px; 
  text-align: justify;
}
#full-body .leftpanel .explore-more {
  color: #fff; 
  background-color: #757474; 
  width: 110px; 
  height: 27px; 
  text-align: center; 
  float: left;
  margin: 10px 33px 0px 0px;
  font-size: 14px; 
  padding: 7px 7px 25px 7px; 
  font-weight: 400; 
  letter-spacing: 0.6px;
}
#full-body .leftpanel .explore-more:hover {
  color: #000;
  background-color: #8D8D8D;
}



#full-body .leftpanel .hotels-column {
  list-style: none; 
  display: block; 
  padding: 0; 
  margin: 0;
}
#full-body .leftpanel .hotels-column {
  position: relative; 
  /*display: table; */
  table-layout: fixed; 
  padding: 0; 
  margin: 0; 
  margin-bottom: 20px;
}
#full-body .leftpanel .hotels-column .desc {
  display: table-cell; 
  vertical-align: top; 
  width: 315px;
}
#full-body .leftpanel .hotels-column .desc a{
  text-decoration: none;
}
#full-body .leftpanel .hotels-column .desc a:hover{
  text-decoration: none;
  color: #2D2D2D;
}
#full-body .leftpanel .hotels-column .desc .txtsec {
  min-height: 80px;
}
#full-body .leftpanel .hotels-column .img {
  position: relative; 
  /*display: table-cell; */
  text-align: left; 
  padding-top: 8px;
  margin-bottom: 25px;
}
#full-body .leftpanel .hotels-column .img:after {
  border: 12px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: 50%;
  bottom: -1px;
  position: absolute;
  margin-left: -12px;
}



#full-body .leftpanel ul.hotels-thumb {
  list-style: none; 
  display: block; 
  padding: 0; 
  margin: 0;
}
#full-body .leftpanel ul.hotels-thumb li {
  position: relative; 
  display: table; 
  table-layout: fixed; 
  padding: 0; 
  margin: 0; 
  margin-bottom: 20px;
}
#full-body .leftpanel ul.hotels-thumb li .desc {
  display: table-cell; 
  vertical-align: top; 
  width: 315px;
}
#full-body .leftpanel ul.hotels-thumb li .desc a:hover{
  text-decoration: none;
}
#full-body .leftpanel ul.hotels-thumb li .img {
  position: relative; 
  display: table-cell; 
  text-align: left; 
  padding-top: 8px;
}
#full-body .leftpanel ul.hotels-thumb li .img:after {
  border: 12px solid #fff;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 85px;
}
#full-body .rightpanel {
  margin: 35px 0px;
}
#full-body .rightpanel h2{
  color: #444343;
  text-align: center;
  border-bottom: 1px solid #5f6062;
  padding-bottom: 17px;
  margin-bottom: 35px;
}
#full-body .rightpanel ul.newsfeed {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
#full-body .rightpanel ul.newsfeed li {
  position: relative;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
#full-body .rightpanel ul.newsfeed li .icon {
  display: table-cell;
  vertical-align: top;
  width: 75px;
  height: 57px;
  border-right: 1px solid;
  background: url(../images/whyus-li.png) no-repeat left center;
  padding-left: 25px;
}
#full-body .rightpanel ul.newsfeed li .text {
  display: table-cell;
  text-align: left;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 15.29px;
  padding-top: 15px;
  padding-bottom: 9px;
}
/* full-body End */


/* prefooter Start */
#prefooter {
    display: block;
    padding: 8px 0px 4px 0px;
    background: #FFF;
    min-height: 45px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#prefooter h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    width: 100px;
    float: left;
}
#prefooter .footer-socials ul {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    padding-top: 7px;
}
#prefooter .footer-socials ul li {
    float: left;
    width: 24px;
    margin-left: 10px;
    text-indent: -999px;
    list-style: none;
}
#prefooter .footer-socials ul li.facebook {
    background: url(../images/facebook-ft.png) no-repeat left center;
}
#prefooter .footer-socials ul li.googleplus {
    background: url(../images/googleplus-ft.png) no-repeat left center;
}
#prefooter .footer-socials ul li.youtube {
    background: url(../images/youtube-ft.png) no-repeat left center;
}
#prefooter .footer-socials ul li.tripadvisor {
    background: url(../images/tripadvisor.png) no-repeat left center;
}
#prefooter .footer-socials ul li.twitter {
    background: url(../images/twitter.png) no-repeat left center;
}
#prefooter .footer-socials ul li.last {
    float: left;
    width: 24px;
    margin-left: 0px;
}
#prefooter .footerlogo ul {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    padding-top: 7px;
}
#prefooter .footerlogo ul li {
    float: right;
    width: 159px;
    margin-left: 10px;
    text-indent: -999px;
    list-style: none;
}
#prefooter .footerlogo ul li.last {
    margin-left: 0px;
}
#prefooter .footerlogo ul li.last img {
    margin-bottom: -7px;
}
#prefooter .pgrand {
    width: 135px;
    float: right;
    padding-top: 5px;
    margin-left: 10%;
}
#prefooter .pgrand img {
    margin-bottom: -7px;
}
#prefooter .presidence {
    width: 160px;
    float: right;
    padding-top: 5px;
    margin-left: 12%;
}
#prefooter .psuites {
    width: 120px;
    float: right;
    padding-top: 5px;
}
/* prefooter End */

/* footer Start */
#footer {
    display: block;
    padding: 20px 0px;
    background: #FFF;
    min-height: 120px;
}

#footer .socialz {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -7px;
    text-align: center;
    position: relative;
}
#footer .socialz .fbicon{
  float: left;
  padding: 5px 5px;
  margin: 5px 5px;
  width: 30px;
  height: 30px;
  background: url(../images/fb-icon-color.png) no-repeat right center;
}
#footer .socialz .fbicon:hover{
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
#footer .socialz .twicon{
  float: left;
  padding: 5px 5px;
  margin: 5px 5px;
  width: 30px;
  height: 30px;
  background: url(../images/twitter-icon.png) no-repeat right center;
}
#footer .socialz .twicon:hover{
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
}
#footer .socialz .tripicon{
  float: left;
  padding: 5px 5px;
  margin: 5px 5px;
  width: 30px;
  height: 30px;
  background: url(../images/tripadvisor-icon.png) no-repeat right center;
}
#footer .socialz .tripicon:hover{
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-transition:all .2s ease-in;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  transition:all .2s ease-in;
}

#footer .logo-footer {
    text-align: center;
    margin: 0 auto;
}
#footer .logo-text {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    padding-top: 5px;
}
#footer .siteby {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    padding-top: 5px;
}
#footer .siteby a, #footer .siteby a:hover{
  text-decoration: none;
  color: inherit;
  font-size: 11px;
}
/* footer End */
