/* ---------------------------- */
/*           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;
}
.clear0 {
    clear: both;
    min-height: 10px;
}
.clear1 {
    clear: both;
    min-height: 15px;
}
.clear2 {
    clear: both;
    min-height: 20px;
}
.clear3 {
    clear: both;
    min-height: 25px;
}
.clear4 {
    clear: both;
    min-height: 30px;
}
.clear5 {
    clear: both;
    min-height: 35px;
}
.clear6 {
    clear: both;
    min-height: 40px;
}
.clearbook {
    clear: both;
    margin-top: 57%;
}
.linkbutton {
    color: #FFF;
    background-color: #666666;
    width: 210px;
    min-height: 45px;
    text-align: center;
    float: left;
    margin-right: 0px;
    font-size: 17px;
    padding: 13px 7px 10px 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 200;
    letter-spacing: 0.6px;
}
.btnreserve {
    color: #fff;
    background-color: #505050;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    border-radius: 0;
    width: 210px;
    min-height: 45px;
    text-align: center;
    float: left;
    margin-right: 0px;
    padding: 10px 7px 10px 7px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
}
.btnreserve:hover {
    color: #000;
    background-color: #FFFFFF;
}
.margtop {margin-top: 0px;}
/* ---------------------------- */
/*           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: 0px;
    padding-bottom: 10px;
}
#header #text-logo img {
    /*width: 345px;*/
}
#header .topcontents {
    background: #fff;
    float: right;
}
/*#header .topcontents .fbicon{
  float: right;
  margin-top: 13px;
  width: 42px;
  height: 42px;
  background: url(../images/fb-icon.png) no-repeat right center;
}
#header .topcontents .fbicon:hover{
  float: right;
  margin-top: 13px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  background: url(../images/fb-icon-color.png) no-repeat right center;
}*/
#header .topsocials {
    background: #fff;
    float: right;
}
#header .topsocials .fbicon{
  float: right;
  margin-top: 13px;
  width: 30px;
  height: 30px;
  background: url(../images/fb-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 .topsocials .fbicon:hover{
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#header .topsocials .twicon{
  float: right;
  margin-top: 13px;
  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 .topsocials .twicon:hover{
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
#header .topsocials .tripicon{
  float: right;
  margin-top: 13px;
  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 .topsocials .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: 20px;
    margin-top: 18px;
    margin-right: 20px;
    font-weight: bold;
    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;
}
/* Header End */
/* nav-holder Start */

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

#banner-holder {
    display: block;
    padding: 0px 0px;
    background: #000;
    min-height: 130px;
}
#banner-holder .mainslider {
    position: relative;
    display: block;
    padding: 0px 0px;
    background: #000;
    /*min-height: 540px;*/
    max-width: 1280px;
    margin: 0 auto;
}
#banner-holder .pageslider {
    display: block;
    position: relative;
    padding: 0px 0px;
    background: #000;
    /*min-height: 400px;*/
    max-width: 1280px;
    margin: 0 auto;
}

/*======HOME BOOKING======*/
#bookingpan {
    min-width: 245px;
    min-height: 345px;
    background: #f4f4f4;
    margin-top: 60px;
    margin-bottom: 20px;
}
#bookingpan .bkntitle {
    background: #000;
    min-height: 78px;
}
#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;
}
#bookingpan .bookingform {
    padding: 10px 15px;
}
#bookingpan .bookingform .shell,
#bookingpan .bookingform .shell2 {
    margin-bottom: 16px;
}
#bookingpan .bookingform select, .bookingform input {
    border-radius: 0;
    margin-bottom: 10px;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#bookingpan .bookingform select:hover, #bookingpan .bookingform input:hover {
    cursor: pointer;
}
#bookingpan .bookingform button {
    border-radius: 0;
    color: #fff;
    background-color: #666666;
    width: 100%;
    min-height: 45px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
#bookingpan .faiconcust {
    position: absolute;
    right: 0;
    margin-right: 40px;
    margin-top: -33px;
    color: #383838;
    pointer-events: none;
}

#bookingpan .bkntitlepage {
    background: #000;
    min-height: 50px;
}
#bookingpan .bkntitlepage h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 17px;
}
#bookingpan .bookingform-page {
    padding: 10px 15px;
}
#bookingpan .bookingform-page .shell,
#bookingpan .bookingform-page .shell2 {
    margin-bottom: 13px;
}
#bookingpan .bookingform-page select, .bookingform-page input {
    border-radius: 0;
    margin-bottom: 10px;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#bookingpan .bookingform-page select:hover, #bookingpan .bookingform-page input:hover {
    cursor: pointer;
}
#bookingpan .bookingform-page button {
    border-radius: 0;
    color: #fff;
    background-color: #666666;
    width: 100%;
    min-height: 45px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
#bookingpan .faiconcustpage {
    font-size: 12px;
    position: absolute;
    right: 0;
    margin-right: 30px;
    margin-top: -33px;
    color: #383838;
    pointer-events: none;
}
/*=====END HOME BOOKING======*/
/*====Booking for page=====*/

#banner-holder #bookingpan-page {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 480px;
    margin-top: 50px;
    z-index: 99;
    min-width: 172px;
    /*min-height: 305px;*/
    
    background: #f4f4f4;
}
#banner-holder #bookingpan-page a.bkntitle h2,
#banner-holder #bookingpan-page a.bkntitle h2:hover {
    text-decoration: none;
}
#banner-holder #bookingpan-page .bkntitle {
    background: #000;
    min-height: 57px;
}
#banner-holder #bookingpan-page .bkntitle h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 300;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 22px;
}
#banner-holder #bookingpan-page .bookingform {
    padding: 10px 15px;
}
#banner-holder #bookingpan-page .bookingform select, .bookingform input {
    border-radius: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#banner-holder #bookingpan-page .bookingform button {
    border-radius: 0;
    color: #fff;
    background-color: #343434;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
}
#banner-holder #bookingpan-page .faiconcust {
    position: absolute;
    right: 0;
    margin-right: 25px;
    margin-top: -33px;
    color: #2D2D2D;
}
/*====END Booking for page=====*/

#banner-holder #tempsection {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 75px;
    /*padding-left: 35%;*/
}
#banner-holder #tempsection .tcontainer {
    width: 940px;
    min-height: 75px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.19);
}
#banner-holder #tempsection ul {
    display: block;
    list-style: none;
    /*text-align: left;*/
    
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
}
#banner-holder #tempsection ul li span {
    font-size: 12px;
    font-weight: 300;
    font-family: inherit;
}
#banner-holder #tempsection ul li {
    /*display: inline-block; padding: 0px 20px; line-height: 27px; margin-top: 8px; text-align: center; vertical-align: top; font-size: 28px; font-weight: 300; color: #FFF; border-right: 1px solid #FFF;*/
    
    display: inline-block;
    padding: 0px 20px;
    line-height: 28px;
    margin-top: 26px;
    text-align: center;
    vertical-align: top;
    font-size: 28px;
    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: 28px;
}
#banner-holder #tempsection #thedate {
    font-size: 28px;
}
#banner-holder #tempsection .optiontxt {
    font-size: 12px;
    line-height: 20px;
    float: right;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-top: 0px;
}
#banner-holder #tempsection-page {
    position: absolute;
    z-index: 9;
    bottom: 0;
    min-width: 100%;
    min-height: 45px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.80);
}
#banner-holder #tempsection-page .tcontainer {
    width: 980px;
    margin: 0 auto;
}
#banner-holder #tempsection-page ul {
    display: block;
    list-style: none;
    text-align: right;
    margin-bottom: 0px;
    padding-top: 5px;
}
#banner-holder #tempsection-page ul li span {
    font-size: 10px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
#banner-holder #tempsection-page ul li {
    display: inline-block;
    padding: 8px 20px 5px 20px;
    text-align: center;
    font-weight: 300;
    color: #FFF;
    border-right: 1px solid #FFF;
    font-family: 'Open Sans', sans-serif;
}
#banner-holder #tempsection-page ul li.last-child-tmp {
    border-right: none;
    font-size: 23px;
    font-weight: 300;
}
#banner-holder #tempsection-page #time {
    font-size: 23px;
    font-weight: 300;
}
#banner-holder #tempsection-page #thedate {
    font-size: 23px;
}
#banner-holder #tempsection-page .optiontxt {
    font-size: 10px;
    float: right;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 0px;
}
/* banner-holder End */
/* Pre full-body Start */

#fullbody-top {
    display: block;
    padding: 0px 0px;
    background: #fff;
    min-height: 335px;
}
#fullbody-top .welcometxt {
    text-align: left;
    color: #000;
    font-size: 35px;
    padding: 62px 0px 33px 0px;
}
#fullbody-top hr {
    border-top: 1px solid #5f6062;
    width: 242px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 25px;
}
#fullbody-top .hrbot {
    border-top: 1px solid #5f6062;
    width: 365px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 25px;
}

#fullbody-top .patterns {
  background: url(../images/straight-line-bg.png) repeat-x center center;
  background-color: #fff;
  width: 41%; 
  text-align: center; 
  margin: 0 auto;
  float: left;
}
#fullbody-top .patterns span {
  background: url(../images/pattern-bg.png) no-repeat center center;
  background-color: #fff;
  padding: 0px 40px;
}
#fullbody-top .patterns-page {
  /*background: url(../images/straight-line-bg.png) repeat-x center center;*/
  background-color: #fff;
  width: 28%; 
  text-align: center; 
  margin: 0 auto;
  float: left;
  margin-bottom: 0px;
}
#fullbody-top .patterns-page span {
  /*background: url(../images/pattern-bg.png) no-repeat center center;*/
  background-color: #fff;
  padding: 0px 40px;
}

#fullbody-top .pgmeet {width: 32%;}
#fullbody-top .pgphoto {width: 60%;}
#fullbody-top .pgreserv {width: 31%;}
#fullbody-top .pgsubititle {margin-bottom: 10px; width: 40%;}
#fullbody-top .homepatt {width: 52%; margin-bottom: 10px;}
#fullbody-top .wellbeing {width: 20%; margin-bottom: 10px;}

#fullbody-top .welcomebrief {
    text-align: justify;
    color: #262525;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 15px 0px 5px 0px;
}
#fullbody-top .welcomebrief p {
    padding-bottom: 10px;
    margin-bottom: 0px;
}
#fullbody-top .discover-more {
    color: #FFF;
    background-color: #666666;
    width: 210px;
    min-height: 45px;
    text-align: center;
    float: left;
    margin-right: 0px;
    font-size: 17px;
    padding: 13px 7px 10px 7px;
    margin-top: 5px;
    margin-bottom: 45px;
    font-weight: 200;
    letter-spacing: 0.6px;
}
#fullbody-top .flowervass {
    margin-top: 22px;
}
#fullbody-top .pagetitle {
    text-align: left;
    color: #000;
    font-size: 35px;
    padding: 45px 0px 25px 0px;
}

#fullbody-top .galleryphotos {
    float: left;
    width: 140px;
    text-align: left;
    color: #000;
    font-size: 35px;
    padding: 45px 0px 30px 0px;
    margin-right: 20px;
    background: url(../images/page-title-sep.png) no-repeat right 40px;
}
#fullbody-top .gallerytours {
    float: left;
    width: 230px;
    text-align: left;
    color: #000;
    font-size: 35px;
    padding: 45px 0px 30px 0px;
    margin-right: 20px;
    background: url(../images/page-title-sep.png) no-repeat right 40px;
}

#fullbody-top .gallerylink {
    float: left;
    text-align: left;
    padding: 45px 0px 30px 0px;
}
#fullbody-top .gallerylink a {
    color: #000;
    font-size: 35px;
    text-decoration: none;
}
#fullbody-top .gallerylink a:hover {
    text-decoration: none;
    cursor: pointer;
}

#fullbody-top .page-iconthumb {
    padding-top: 30px;
}
#fullbody-top .page-iconthumb .pagevt {
    float: right;
    background: url(../images/page-vtours-icon.png) no-repeat center top;
    width: 115px;
    text-align: center;
    padding-top: 65px;
}
#fullbody-top .page-iconthumb .pagegal {
    float: right;
    background: url(../images/page-gallery-icon.png) no-repeat center top;
    width: 115px;
    text-align: center;
    padding-top: 65px;
}
#fullbody-top .roomsnsuites-txt {
    margin-top: 0px;
}
#fullbody-top .roomsnsuites-txt p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 0px;
    text-align: justify;
    line-height: 22px;
    color: #242423;
}
#fullbody-top ul#all-rooms {
    position: relative;
    margin: 10px -5px 10px -5px;
}
#fullbody-top ul#all-rooms li {
    list-style: none;
    width: 50%;
    display: inline-block;
}
#fullbody-top ul#all-rooms li > div {
    position: relative;
    display: block;
    margin: 5px;
}
#fullbody-top ul#all-rooms li > div .room-title {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    margin-top: -35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    min-height: 70px;
    color: #fff;
}
#fullbody-top ul#all-rooms li > div .room-title h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
}
#fullbody-top ul#all-rooms li > div .room-item {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
#fullbody-top ul#all-rooms li > div .room-item a {
    display: block;
    position: relative;
    background: no-repeat center center;
    height: 28px;
    width: 32px;
    float: left;
    text-indent: -9999px;
}
#fullbody-top ul#all-rooms li > div .room-item a.gallery {
    background-image: url(../images/room-gallery-icon.png);
}
#fullbody-top ul#all-rooms li > div .room-item a.vtour {
    background-image: url(../images/room-vt-icon.png);
    float: right;
}
#fullbody-top .rooms-tariff h3 {
    font-size: 25px;
    color: #000;
    font-weight: 300;
    padding-top: 20px;
}
#fullbody-top ul#all-tariff {
    position: relative;
    margin: 5px -5px 10px 1px;
}
#fullbody-top ul#all-tariff li {
    list-style: none;
    width: 50%;
    display: inline-block;
    background: url(../images/tariff-arrow.png) no-repeat left 4px;
    background-size: 8px 14px;
    padding-left: 20px;
    margin-bottom: 15px;
}
#fullbody-top ul#all-tariff li > div {
    position: relative;
    display: block;
    margin: 0px 0px 30px 0px;
}
#fullbody-top ul#all-tariff li > div .tariff-name {
    font-size: 18px;
    font-weight: 400;
    color: #363738;
}
#fullbody-top ul#all-tariff li > div .tariff-name span {
    font-size: 13px;
    font-weight: 300;
    color: #58595b;
}
#fullbody-top ul#all-tariff li > div .the-price {
    font-size: 18px;
    font-weight: 400;
    color: #363738;
    font-family: 'Open Sans', sans-serif;
}
#fullbody-top .trfcontct {
    list-style: none;
    width: 50%;
    display: inline-block;
    font-size: 1.2em;
    padding-top: 0px;
    color: #000;
    padding-left: 0px;
    margin-bottom: 15px;
    line-height: 29px;
    font-family: 'Raleway', sans-serif;
}
#fullbody-top .trfcontct a{
    color: #000;
    font-weight: 500;
}
#fullbody-top .trfcontct a.phone{
    padding-left: 20px;
    background: url(../images/phone.png) no-repeat left center;
}
#fullbody-top .trfcontct a.envelop{
    padding-left: 20px;
    background: url(../images/email.png) no-repeat left center;
    background-position: 0px 5px;
}
.phfamily {font-family: open-sans;}
#fullbody-top .trfcontct a:hover{
    color: #2e3802;
    font-weight: 500;
    text-decoration: underline;
}
/*-----Room Details------*/

#fullbody-top .room-subdetails {
    text-align: left;
    color: #2d2c2c;
    font-size: 21px;
    padding: 25px 10px 33px 0px;
    line-height: 25px;
}
#fullbody-top .room-detailstxt {
    text-align: left;
    color: #282828;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 10px 33px 0px;
    line-height: 25px;
}
#fullbody-top .single-room-tariff {
    margin-top: 45px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
#fullbody-top .single-room-tariff h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    padding: 35px 15px 0px 15px;
    text-align: center;
    color: #58595b;
}
#fullbody-top .single-room-tariff h6 {
    text-align: center;
    font-size: 15px;
    padding-bottom: 25px;
}
#fullbody-top .single-room-features {
    margin-top: 42px;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    text-align: center;
}
#fullbody-top .single-room-features .floor-plan {
    float: left;
    width: 145px;
    min-height: 52px;
    padding-top: 70px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    background: url(../images/floor-plan.png) no-repeat top center;
}
#fullbody-top .single-room-features .tsvtours {
    float: left;
    width: 145px;
    min-height: 52px;
    padding-top: 70px;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    background: url(../images/room-vtours.png) no-repeat top center;
}
#fullbody-top .right-mid h4 {
    font-size: 20px;
    padding: 25px 0px 20px 0px;
}
#fullbody-top .right-mid p {
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 15px;
}
#fullbody-top .right-mid .readmore {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 15px;
}
#fullbody-top .right-mid a .readmore {
    color: #000;
    text-decoration: none;
}
#fullbody-top .right-mid a .readmore:hover {
    color: #000;
    text-decoration: none;
}
#fullbody-top .special-offer {
    margin-bottom: 25px;
}
#fullbody-top #facilities .events-thumb {
    margin-bottom: 15px;
}
#fullbody-top .facility-thumb {
  margin-top: 5px;
}
/*-----END Room Details------*/

.pagemap {
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  border: solid 4px #FFF;*/
    
    width: 100%;
    height: 320px;
    margin-bottom: 0px;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    /* Firefox 10+ */
    
    /*filter: gray;*/
    /* IE6-9 */
    
    /*-webkit-filter: grayscale(99%);*/
    /* Chrome 19+ & Safari 6+ */
    
    /*-webkit-backface-visibility: hidden;*/
    /* Fix for transition flickering */
}
/* Pre full-body End */
/* full-body Start */

.full-body-container {
    background-color: #F6F6F6;
    display: block;
    padding: 20px 0px;
    min-height: 500px;
}
.full-body-container.color {
    background-color: #FFFFFF;
}
.full-body-container h1 {
    font-size: 30px;
    margin-top: 10px;
    font-weight: 200;
    text-align: center;
    color: #000;
}
.full-body-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #262525;
    margin-bottom: 35px;
    font-family: inherit;
}
.full-body-container .homecarousel .thumbimg {
    z-index: 1;
    position: relative;
}
.full-body-container .homecarousel .thumbimg img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.full-body-container .homecarousel .thumbimg:hover img {
    z-index: 1;
    -webkit-transform: rotate(1deg) scale(1.1);
    -moz-transform: rotate(1deg) scale(1.1);
    -ms-transform: rotate(1deg) scale(1.1);
    -o-transform: rotate(1deg) scale(1.1);
    transform: rotate(1deg) scale(1.1);
}
.full-body-container .homecarousel .slide-title {
    background-color: #FFFFFF;
    min-height: 40px;
    padding-left: 13px;
    padding-top: 10px;
    color: #252525;
    font-size: 17px;
    font-weight: 400;
    z-index: 2;
    position: relative;
}
.full-body-container .homecarousel .slide a {
    cursor: pointer;
    text-decoration: none;
}
.full-body-container .homecarousel a .slide-title:hover {
    background-color: #b7b7b7;
    cursor: pointer;
    text-decoration: none;
}
#section-rooms h1 {
    text-align: left;
    font-size: 35px;
    font-weight: 300;
}
#section-rooms hr {
    border-bottom: 1px solid #5f6062;
    width: 240px;
    clear: both;
}
#section-rooms h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 300;
}
#section-rooms .intro-rooms {
    margin-bottom: 5px;
    margin-top: 10px;
}
#section-rooms .intro-rooms p {
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    margin-bottom: 0px;
    line-height: 25px;
}
#section-rooms a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}
#section-rooms a:hover {
    text-decoration: underline;
    color: #000;
}
#section-rooms .intro-roomsrgt {
    margin-top: 15px;
}
#section-maps {
    min-height: 460px;
}
#section-maps .rightpanel {
    margin: 18px 0px;
}
#section-maps .rightpanel h2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    font-weight: 300;
}
#section-maps .rightpanel h2.whyus {
    margin-top: 0px;
    margin-bottom: 25px;
}
#section-maps .rightpanel h2.whyus:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#section-maps .rightpanel h2.whyus span {
    background: #F4F4F4;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #000;
    font-weight: 300;
}
#section-maps .rightpanel hr {
    border-top: 1px solid #434242;
    margin-top: -20px;
}
#section-maps .rightpanel ul.newsfeed {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
#section-maps .rightpanel ul.newsfeed li {
    position: relative;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
    margin-bottom: 23px;
}
#section-maps .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;
}
#section-maps .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;
}
/*#section-maps {display:block; padding:0px 0px; background:#f4f4f4; min-height:420px; margin-bottom: 75px;}*/

#section-maps .leftpanel {
    margin: 18px 0px;
}
#section-maps .leftpanel h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #444343;
    text-align: center;
}
#section-maps .leftpanel h2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #444343;
    font-weight: 300;
}
#section-maps .leftpanel h2.destiny {
    margin-top: 0px;
    margin-bottom: 25px;
}
#section-maps .leftpanel h2.destiny:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#section-maps .leftpanel h2.destiny span {
    background: #F4F4F4;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    color: #000;
    font-weight: 300;
}
#section-maps .leftpanel p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    width: 280px;
    margin-bottom: 0px;
    text-align: justify;
}
#section-maps .leftpanel .explore-more {
    color: #FFF;
    background-color: #bcae88;
    width: 135px;
    height: 27px;
    text-align: center;
    float: left;
    margin-right: 33px;
    font-size: 12.97px;
    padding: 4px 7px 10px 7px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
#section-maps .leftpanel .explore-more:hover {
    background-color: #454545;
}
#section-maps .leftpanel ul.hotels-thumb {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
#section-maps .leftpanel ul.hotels-thumb li {
    position: relative;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
#section-maps .leftpanel ul.hotels-thumb li .desc {
    display: table-cell;
    vertical-align: top;
    width: 315px;
}
#section-maps .leftpanel ul.hotels-thumb li .desc a:hover {
    text-decoration: none;
}
#section-maps .leftpanel ul.hotels-thumb li .img {
    position: relative;
    display: table-cell;
    text-align: left;
    padding-top: 8px;
}
#section-maps .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;
}
#amenities-section {
    min-height: 315px;
    margin-bottom: 0px;
}
#room-amenities h1 {
    font-size: 35px;
    text-align: left;
    padding-top: 23px;
}
ul#the-amenities li {
    list-style: none;
    vertical-align: top;
    font-size: 17px;
    padding-top: 15px;
    line-height: 26px;
    color: #242423;
    border-bottom: 1px solid #5f6062;
}
ul#the-amenities li i {
    display: inline-block;
    margin-right: 15px;
    height: 26px;
    width: 26px;
    background: no-repeat center left;
}
ul#the-amenities li i.duplex {
    background-image: url(../images/duplex-villa.png);
}
ul#the-amenities li i.threebath {
    background-image: url(../images/3-room-3-baths.png);
}
ul#the-amenities li i.queenbed {
    background-image: url(../images/queen-bed.png);
}
ul#the-amenities li i.dining {
    background-image: url(../images/dining-room.png);
}
ul#the-amenities li i.hometheater {
    background-image: url(../images/home-theater.png);
}
ul#the-amenities li i.jacuzzi {
    background-image: url(../images/jacuzzi.png);
}
ul#the-amenities li i.cityview {
    background-image: url(../images/city-view.png);
}
ul#the-amenities li i.wifi {
    background-image: url(../images/wifi.png);
}
ul#the-amenities li i.shower {
    background-image: url(../images/rainfall-shower.png);
}
ul#the-amenities li i.sqfeet {
    background-image: url(../images/sqfeet.png);
}
ul#the-amenities li i.screen {
    background-image: url(../images/screen.png);
}
ul#the-amenities li i.internet-access {
    background-image: url(../images/internet-access.png);
}
ul#the-amenities li i.satelite-tv {
    background-image: url(../images/satelite-tv.png);
}
ul#the-amenities li i.movies-ondemand {
    background-image: url(../images/movies-ondemand.png);
}
ul#the-amenities li i.locker {
    background-image: url(../images/locker.png);
}
ul#the-amenities li i.mini-bar {
    background-image: url(../images/minibar.png);
}
ul#the-amenities li i.hot-cold-shower {
    background-image: url(../images/hot-cold-shower.png);
}
ul#the-amenities li i.ironing {
    background-image: url(../images/ironing.png);
}
ul#the-amenities li i.twofourseven {
    background-image: url(../images/twofourseven.png);
}
ul#the-amenities li i.roomservice {
    background-image: url(../images/room-service.png);
}
ul#the-amenities li.last {
    line-height: 33px;
}
.term-condition h3{
    font-size: 25px;
    color: #000;
    font-weight: 300;
    padding-top: 0px;
    margin-top: 5px;
}
ul#the-terms {
    margin-bottom: 6%;
}
ul#the-terms li {
    list-style: none;
    vertical-align: top;
    font-size: 14px;
    padding-top: 0px;
    line-height: 20px;
    color: #000;
    /*border-bottom: 1px solid #5f6062;*/
    
    background: url(../images/terms-arrow.png) no-repeat left 16px;
    padding: 10px 0px 8px 20px;
}
ul#the-terms li i {
    display: inline-block;
    margin-right: 15px;
    height: 26px;
    width: 26px;
    background: no-repeat center left;
}
ul#the-terms li i.hotel-icon {
    background-image: url(../images/hotel-icon.png);
}
#restaurant-section-space {
    clear: both;
    min-height: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}
#restaurant h1 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 0px;
}
#restaurant p {
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    font-weight: 500;
    color: #242423;
}
#restaurant p span {
    padding-left: 49px;
    color: #242423;
}
#restaurant .logo {
    margin-bottom: 10px;
    width: 150px;
}
#restaurant .restauranticon {
    padding-top: 5px;
    font-weight: 300;
}
#restaurant .restauranticon .pagevt {
    float: left;
    background: url(../images/page-vtours-icon.png) no-repeat left top;
    width: 80px;
    text-align: center;
    padding-top: 65px;
}
#restaurant .restauranticon .pagegal {
    float: left;
    background: url(../images/page-gallery-icon.png) no-repeat left top;
    width: 80px;
    text-align: center;
    padding-top: 65px;
}
#restaurant .restauranticon .pagefoodmenu {
    float: left;
    background: url(../images/restaurant-menu.png) no-repeat left top;
    width: 80px;
    text-align: center;
    padding-top: 65px;
}
#restaurant .restauranticon .page-notshow {
    display: none;
}
#restaurant ul {
    list-style: none;
    margin-left: 15px;
    margin-top: 5px;
}
#restaurant ul li {
    line-height: 25px;
    background: url(../images/resli-bg.png) no-repeat left 13px;
    font-size: 15px;
    padding-left: 20px;
}

#facilities-section-space {
    clear: both;
    min-height: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #ccc;
}
#facilities h1 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 0px;
}
#facilities p {
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
}
#facilities ul {} #facilities ul li {
    list-style: none;
    background: url(../images/list-arrow.png) no-repeat left 9px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 25px;
}
#facilities .facilitiesicon {
    padding-top: 0px;
    font-weight: 300;
}
#facilities .facilitiesicon .pagevt {
    float: left;
    background: url(../images/page-vtours-icon.png) no-repeat left top;
    width: 80px;
    text-align: center;
    padding-top: 65px;
}
#facilities .facilitiesicon .pagegal {
    float: left;
    background: url(../images/page-gallery-icon.png) no-repeat left top;
    width: 80px;
    text-align: center;
    padding-top: 65px;
}
#facilities .facilitiesicon .page-notshow {
    display: none;
}
#facilities .imgbot {
    margin-top: 25px;
}
#facilities table {
    margin-top: 10px;
}
#facilities table tr td {
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #242423;
    font-size: 14px;
}
/* Photo Gallery Page */

.cbp-l-grid-projects .cbp-item {
    position: relative;
    display: block;
    overflow: hidden;
}
.cbp-l-grid-projects .cbp-item a {} .cbp-l-grid-projects .cbp-item a img {
    position: relative;
    display: block;
    z-index: 3;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cbp-l-grid-projects.with-caption .cbp-item a:hover img {
    margin-top: -30px;
}
.cbp-l-grid-projects .cbp-item a .thumb-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3) no-repeat center center;
    z-index: 4;
    -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;
}
.cbp-l-grid-projects .cbp-item a .thumb-icon.video {
    background-image: url(../images/tour.png);
}
.cbp-l-grid-projects .cbp-item a .thumb-icon.photo {
    background-image: url(../images/photo.png);
}
.cbp-l-grid-projects .cbp-item a:hover .thumb-icon {
    bottom: 100%;
}
.cbp-l-grid-projects .cbp-item a .caption {
    position: absolute;
    height: 30px;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 5px 5px;
    background: #000;
    z-index: 2;
}
.cbp-l-grid-projects .cbp-item a .caption h5 {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    padding: 0px;
    margin: 0px;
}
/* End Photo Gallery Page */
/* Contact Form */

.error_message {
    display: block;
    height: 25x;
    line-height: 22px;
    background: #000;
    padding: 6px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
}
.refreshtxt {
    font-weight: 500;
    font-size: 14px;
    padding-top: 6px;
}
#success_page {
    font-size: 15px;
}
form#contactform {
    font-family: 'Open Sans', sans-serif;
}
form#contactform label {
    color: #242423;
    font-size: 15px;
    font-weight: 500;
}
form#contactform button {
    color: #fff;
    background-color: #505050;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    width: 150px;
}
form#contactform button:hover {
    color: #505050;
    background-color: #fff;
}
#contactaddress h1 {
    font-size: 25px;
    font-weight: 300;
    margin-top: 0px;
}
#contactaddress p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: 500;
    color: #242423;
}
#contactaddress p span {
    padding-left: 49px;
    color: #242423;
}
/* End Contact Form */
/* Reservation form */

#fullbody-top .online-booking label {
    font-weight: 500;
    font-size: 15px;
    padding-top: 6px;
}
#fullbody-top .online-booking .captchaimgs {
    width: 20%;
    float: left;
}
#fullbody-top .online-booking .captchafield {
    width: 80%;
    float: left;
    padding-left: 10px;
}
#fullbody-top .online-booking button {
    border-radius: 0;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
/* End Reservation form */
/* full-body End */
/* prefooter Start */

#prefooter {
    display: block;
    padding: 8px 0px 4px 0px;
    background: #FFF;
    min-height: 170px;
}
#prefooter h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #6A6A6A;
    text-align: center;
}
#prefooter h4 {
    text-transform: none;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #444343;
    text-align: center;
}
#prefooter hr {
    border-bottom: 2px dotted #777777;
    margin-top: 15px;
    margin-bottom: 0px;
}
#prefooter .footer-socials {
    text-align: center;
    margin: 0 auto;
    width: 325px;
}
#prefooter .footer-socials ul {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 7px;
}
#prefooter .footer-socials ul li {
    float: left;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    text-indent: -999px;
    list-style: none;
}
#prefooter .footer-socials ul li.facebook {
    background: url(../images/facebook-round.png) no-repeat left center;
}
#prefooter .footer-socials ul li.googleplus {
    background: url(../images/google-plus-round.png) no-repeat left center;
}
#prefooter .footer-socials ul li.youtube {
    background: url(../images/youtube-round.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-round.png) no-repeat left center;
}
#prefooter .footer-socials ul li.instagram {
    background: url(../images/instagram-round.png) no-repeat left center;
}
#prefooter .footer-socials ul li.pinterest {
    background: url(../images/pinterest-round.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 .social-footer {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -7px;
    text-align: center;
    position: relative;
}
#footer .social-footer .fbicon{
  float: left;
  padding: 5px 5px;
  margin: 5px 5px;
  width: 30px;
  height: 30px;
  background: url(../images/fb-icon.png) no-repeat right center;
}
#footer .social-footer .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 .social-footer .twicon{
  float: left;
  padding: 5px 5px;
  margin: 5px 5px;
  width: 30px;
  height: 30px;
  background: url(../images/twitter-icon.png) no-repeat right center;
}
#footer .social-footer .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 .social-footer .tripicon{
  float: left;
  padding: 5px 5px;
  margin: 5px 5px;
  width: 30px;
  height: 30px;
  background: url(../images/tripadvisor-icon.png) no-repeat right center;
}
#footer .social-footer .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;
    color: #363636;
    font-size: 13px;
    font-weight: 400;
    padding-top: 5px;
}
#footer .siteby {
    text-align: center;
    margin: 0 auto;
    color: #363636;
    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 */