@charset "utf-8";

/* CSS Document */



@import "font-awesome.css";

@import "font-awesome.min.css";

@import url('https://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic');

@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800');

<!--font-family: 'Nanum Myeongjo', serif;-->



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%;

	font: inherit;

	vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section, main {

	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;

}

*, *::after, *::before {

  box-sizing: border-box;

}





::selection

{

	background:#076bdd; color:#fff; 

}

::-moz-selection

{

	background:#076bdd; color:#fff;

}

.scrollup

{

	position: fixed;

    z-index: 9999;

    bottom: 15px;

    float: right;

    right: 15px;

    width: 30px;

    height: 30px;

    text-align: center;

    display: none;

    color: #fff;

    -webkit-transition: 0.6s;

    -moz-transition: 0.6s;

    -o-transition: 0.6s;

    transition: 0.6s;

    background: url(../images/top.png) center center no-repeat;

}

.scrollup:hover

{

	

}

#loader {

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: #fefefe;

	z-index: 999999999;

	height: 100%;

}

#status

{

    width: 50px;

    height: 50px;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background-image: url(../images/camera-loader.svg);

    background-repeat: no-repeat;

    background-position: center;

    margin: auto;

}

.preloader

{

	background:#fff url(../images/loaders/1.svg) center center no-repeat;

}

body

{

	width:auto;

	margin:0;

	border:0;

	font-family: 'Calibri';

}

img

{

	max-width:100%;

	vertical-align: middle;

	border: 0;

}

.clearfix:after

{

	display:block;

	visibility:hidden;

	overflow:hidden;

	clear:both !important;

	content:".";

	line-height:0;

	height:0;

}

.clearfix

{

	display:inline-block;

}

html[xmlns] .clearfix

{

	display:block;

}

*html .clearfix

{

	height:1%;

}

.clear

{

	clear:both !important;

}

.left

{

	float:left;

}

.right

{

	float:right;

}

p

{

    color: #727271;

    line-height: 24px;

    font-size: 16px;

    margin: 15px 0;

    font-weight: 300;

}

p strong

{

	color:#076bdd;

	font-weight:bold;

}

p span

{

	color:#0072bc;

}

a, span, strong, nav

{

    -webkit-transition: 0.6s;

    -moz-transition: 0.6s;

    -o-transition: 0.6s;

    transition: 0.6s;

} 

a

{

	color:#652f90;

	text-decoration:none;

    -webkit-transition: 0.6s;

    -moz-transition: 0.6s;

    -o-transition: 0.6s;

    transition: 0.6s;

}

a:hover

{

	color:#000; 

}

table

{ 

	color: #000;

    line-height: 24px;

    font-size: 16px;

}

table strong

{ 

	color:#2b9e01;

}

tr

{

	border:solid 1px #F2F2F2;

}

td

{

	padding:8px 15px;

	border:solid 1px #F2F2F2;

}

td.h3

{ 

	color:#fff;

	background:#f86b26;

	margin:0;

	text-transform:uppercase;

	font-size:18px;

	padding:12px 15px;

}

ul.list

{

	padding:0;

	margin:0;

	list-style:none;

} 

ul.list li

{

    margin-left: 30px;

    line-height: 28px;

}

ul.list li strong

{

	color:#000;

}

ul.list li span

{

	color:#2d3091;

}



h1, h2, h3

{ 

	color:#2a2f27;

	margin:15px 0;

	font-weight:400;

}

.wrapper

{

	

}

.header

{

	position:relative;

}

.section

{

    position: absolute;

    top: 105px;

    bottom: 0;

    left: 0;

    right: 0;

}

.footer

{

    position: absolute;

    bottom: 0;

    left: 50px;

    z-index: 99;

}

.header-top

{

	padding:10px 50px;

	background:#fff;

	position:fixed;

	width:100%;

}

.header-top h1

{

    margin:0;

}

.tag

{

    border-left: solid 1px #b1b2b3;

    margin-left: 15px;

    padding: 16px 15px;

}

.tag p

{

    color: #868786;

    margin: 0;

    line-height: 19px;

    font-size: 14px;

    text-align: center;

}

.phone-no

{

    border-left: solid 1px #b1b2b3;

    padding: 6px 0px 6px 15px;

}

.phone-no p

{

    color: #868786;

    margin: 0;

    line-height: 19px;

    font-size: 14px;

}

.nav

{

    margin: 31px 0;

}

.nav ul

{

    padding: 0;

    margin: 0;

    list-style: none;

}

.nav ul li

{

    list-style: none;

    float: left;

    position: relative;

    border-left: solid 1px #b1b2b3;

}

.nav ul li:first-of-type

{

	border-left:none;

}

.nav ul li:last-of-type a

{

	padding-right:0;

}

.nav ul li a

{

    color: #6f6f6e;

    font-size: 12px;

    text-transform: uppercase;

    font-weight: 700;

    display: block;

    position: relative;

    padding: 4px 8px;

}

.nav ul li:hover > a, .nav ul li.active > a 

{

    color: #36af6c;

}

.link-responsive

{

	display:none;

    margin-right: 76px;

}

.link-responsive-left

{

	

}

.link-responsive-left a

{

    background: #4473b9;

    color: #fff;

    font-weight: 800;

    text-align: center;

    padding: 6px 16px;

    display: block;

    margin: 5px;

}

.link-responsive-right

{

	

}

.link-responsive-right a

{

    background: #2fb45a;

    color: #fff;

    font-weight: 800;

    text-align: center;

    padding: 20px 16px;

    display: block;

}

.section-home

{

	position:relative;

	z-index:99;

}

.section-home h2

{

    color: #fff;

    text-align: center;

    margin-top: 30px;

    font-size: 36px;

    font-weight: normal;

    font-family: Arial, Helvetica, sans-serif;

}

.section-home h3

{

    color: #fff;

    text-align: center;

    font-size: 30px;

    font-weight: normal;

    font-family: Arial, Helvetica, sans-serif;

	text-transform:uppercase;

}

.section-pages, .section-about, .section-facilities, .section-terms

{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 99;

    display: table;

    margin: auto;

}

.section-pages > div

{

    display: table-cell;

    vertical-align: middle;

}

.section-home-responsive

{

	display:none;

}

.section-home-responsive-top

{

	position: absolute;

    width: 100%;

    height: 50%;

    top: 0;

    left: 0;

    right: 0;

	background:url(../images/slide1.jpg) center center no-repeat;

	background-size:cover;

}

.section-home-responsive-top h3

{

    position: absolute;

    bottom: -55px;

    background: #e6e7e9;

    text-align: center;

    padding: 15px;

    margin: 0;

    z-index: 999;

	display:block;

	left:0;

	right:0;

}

.section-home-responsive-top h3 strong

{

    color:#000;

    font-weight:bold;

}

.section-home-responsive-top a

{

    background: #32b777;

    color: #fff;

    font-weight: 800;

    text-align: center;

    padding: 8px;

    display: inline-block;

    margin: auto;

    width: 150px;

    bottom: -85px;

    position: absolute;

    z-index: 99999;

    left: 0;

    right: 0;

}

.section-home-responsive-bottom

{

	position: absolute;

    width: 100%;

    height: 50%;

    bottom: 0;

    left: 0;

    right: 0;

	background:url(../images/slide2.jpg) center center no-repeat;

	background-size:cover;

}

.button {

  font-size: 1em;

  padding: 10px;

  color: #fff;

  border: 2px solid #06D85F;

  border-radius: 20px/50px;

  text-decoration: none;

  cursor: pointer;

  transition: all 0.3s ease-out;

}

.button:hover {

  background: #06D85F;

}



.overlay {

  position: fixed;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: rgba(0, 0, 0, 0.7);

  transition: opacity 500ms;

  visibility: hidden;

  opacity: 0;

  z-index:999999;

  display:none;

}

.overlay:target {

  visibility: visible;

  opacity: 1;

}



.popup {

  padding: 20px;

  width: 30%;

  position: relative;

  transition: all 5s ease-in-out;

	display:none;

}



.popup h2 {

  margin-top: 0;

  color: #333;

  font-family: Tahoma, Arial, sans-serif;

}

.popup .close {

    position: absolute;

    top: 5px;

    right: 12px;

  transition: all 200ms;

  font-size: 30px;

  font-weight: bold;

  text-decoration: none;

  color: #fff;

}

.popup .close:hover {

  color: #06D85F;

}

.popup .content {

  max-height: 30%;

  overflow: auto;

}



@media screen and (max-width: 768px){

  .box{

    width: 100%;

  }

  .popup{

    width: 100%;

	padding-top:20%;

	display:block;

  }

	.overlay {

	  display:block;

	}

}

.booking-home-inner

{

    width: 600px;

	padding:8px;

    margin: auto;

    background: rgba(26, 26, 24, 1);

}

.booking-home-inner::-webkit-input-placeholder,

.booking-home-inner::-moz-placeholder,

.booking-home-inner:-ms-input-placeholder,

.booking-home-inner:-moz-placeholder

{

	color: #2b2a29;

	font-family: 'Calibri';

	font-size:18px;

}

.booking-home-inner label

{

	color: #fff;

	font-family: 'Calibri';

	font-size:12px;

}

.booking-home-date

{

	width:20%;

	margin:1%;

}

.booking-home-select

{

	width:15%;

	margin:1%;

}

.booking-home-select span

{

    color: #fff;

    font-family: 'Calibri';

    font-size: 11px;

    line-height: 0;

}

.booking-home-select-rooms

{

    width: 20%;

    margin: 1%;

}

.booking-home-price

{

    width: 40%;

    margin:0 1% 1% 1%;

}

.booking-home-inner input[type=text]

{

    padding: 6px 12px;

    width: 100%;

    border: solid 1px #000;

    outline: 0;

    position: relative;

    background: #fff;

    color: #2b2a29;

    font-family: 'Calibri';

    font-size: 13px;

    font-weight: 300;

}

.select-box

{

    padding: 5px 12px;

    width: 100%;

    border: solid 1px #000;

    outline: 0;

    position: relative;

    background: #fff;

    color: #000;

    font-family: 'Calibri';

    font-size: 13px;

    font-weight: 300;

	cursor:pointer;

}

.booking-button

{

    width: 36%;

    margin:0 1% 1% 1%;

}

.button-orange

{

    background: #f19811;

    border: none;

    padding: 7px 0;

    outline: 0;

    color: #fff;

    width:60%;

    font-weight: bold;

    text-align: center;

    cursor: pointer;

    font-size: 13px;

    font-family: 'Calibri';

	float:left;

}

.button-white

{

    background: #fff;

    border: none;

    padding: 7px 0;

    outline: 0;

    color: #41af6f;

    width: 40%;

    font-weight: bold;

    text-align: center;

    cursor: pointer;

    font-size: 13px;

    font-family: 'Calibri';

	float:right;

}

.booking-now

{

    width: 18%;

    margin:0 1% 1% 1%;

}

.button-green

{

    background: #36ad4f;

    border: none;

    padding: 7px 0;

    outline: 0;

    color: #fff;

    width: 100%;

    font-weight: bold;

    text-align: center;

    cursor: pointer;

    font-size: 13px;

    font-family: 'Calibri';

    float: right;

    text-transform: uppercase;

}

.date-home

{

    position: relative;

    float: left;

}

.date-home:after

{

    content: "\f073";

    color: #896633;

    font-family: 'FontAwesome';

    font-size: 14px;

    position: absolute;

    right: 0;

    padding: 4px 7px;

    top: 0;

    bottom: 0;

    margin: 4px 0;

    border-left: solid 1px #a7a9ac;

}

.footer-inner

{

	

}

.footer-inner p

{

	color:#fff;

}

.footer-inner p span

{

    color: #fff;

    margin-left: 60px;

}

.footer-inner a

{

	color:#fff;

}

.footer-inner a:hover

{

	text-decoration:underline;

}

.section-about-img

{

    width: 70%;

    background: url(../images/about-us.jpg) center center no-repeat;

    background-size: cover;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

}

.section-about-text

{

    position: absolute;

    width: 30%;

    height: 100%;

    top: 0;

    bottom: 0;

    right: 0;

    z-index: 99;

    display: table;

    margin: auto;

    padding:0 50px;

}

.section-about-text > div

{

	display:table-cell;

	vertical-align:middle;

}

.section-about-text h3

{

    font-family: 'Nanum Myeongjo', serif;

    color: #1a74ba;

    font-weight: 800;

    text-align: center;

}

.section-about-text p

{

	text-align:justify;

	line-height:30px;

}

.section-book-rooms

{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

	background:#ebecec;

	border-left:solid 50px #ebecec;

	border-right:solid 50px #ebecec;

	border-top:solid 30px #ebecec;

	border-bottom:solid 30px #ebecec;

}

.section-book-rooms h3

{

    text-align: center;

    color: #727271;

    font-weight: 600;

	font-size:20px;

	margin-top:0;

	margin-bottom:30px;

}

.section-book-rooms-left

{

    position: absolute;

    width: 32%;

	height:100%;

    top: 0;

    bottom: 0;

    left: 0;

	background:#fff;

	border:solid 1px #7f7e7e;

	padding:40px;

	display:table;

	margin:auto;

}

.section-book-rooms-left > div

{

    display:table-cell;

	vertical-align:middle;

}

.section-book-rooms-left p

{

    line-height:14px;

}

.section-book-rooms-left p strong

{

	color:#434242;

}

.section-book-rooms-left p span

{

    color: #000;

    line-height: 16px;

    border: solid 2px #e31e24;

    display: block;

    padding: 14px;

}

.radio-button

{

	margin-top:30px;

	text-align:center;

}

.radio-button a

{

    display: inline-block;

    background: #006e36;

    color: #fff;

    font-size: 18px;

    padding: 6px 16px;

    margin-top: 12px;

}

.radio-button a:hover

{

	background:#ea5e20;

}

.inline{

  display: inline-block;

}

.inline + .inline

{

	

}

.radio{

  color:#999;

  font-size:15px;

  position:relative;

}

.radio span{

  position:relative;

   padding-left:25px;

   font-size:20px;

}

.radio span:after{

  content:'';

  width:20px;

  height:20px;

  border:3px solid;

  position:absolute;

  left:0;

  top:2px;

  border-radius:100%;

  -ms-border-radius:100%;

  -moz-border-radius:100%;

  -webkit-border-radius:100%;

  box-sizing:border-box;

  -ms-box-sizing:border-box;

  -moz-box-sizing:border-box;

  -webkit-box-sizing:border-box;

}

.radio input[type="radio"]{

   cursor: pointer; 

  position:absolute;

  width:100%;

  height:100%;

  z-index: 1;

  opacity: 0;

  filter: alpha(opacity=0);

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"

}

.radio input[type="radio"]:checked + span{

  color:#1b703b;  

}

.radio input[type="radio"]:checked + span:before{

    content:'';

  width:8px;

  height:8px;

  position:absolute;

  background:#1b703b;

  left:6px;

  top:8px;

  border-radius:100%;

  -ms-border-radius:100%;

  -moz-border-radius:100%;

  -webkit-border-radius:100%;

}

.section-book-rooms-right

{

    position: absolute;

    width: 65%;

    top: 0;

    bottom: 0;

    right: 0;

	background:#fff;

	border:solid 1px #7f7e7e;

	padding:20px;

}

.section-book-rooms-right:after

{

    content: " ";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 2px;

    background: #c6c6c6;

    margin: 15px auto;

}

.section-book-rooms-right h3

{

    margin-bottom:10px;

}

.section-book-inner

{

	width:50%;

	padding:0 20px;

}

.section-book-inner p

{

    margin: 0 0 10px 0;

    color: #F00;

}

.section-book-inner label

{

    color: #000;

    font-size: 12px;

    display: block;

}

.section-book-inner input[type=text], .section-book-inner input[type=email], .section-book-inner input[type=number]

{

    padding: 4px 15px;

    box-sizing: border-box;

    width: 100%;

    border: solid 2px #c1c2c2;

    background: none;

    outline: 0;

    position: relative;

    margin-bottom: 3px;

}

.select-booking

{

    padding: 3px 15px;

    box-sizing: border-box;

    width: 100%;

    border: solid 2px #c1c2c2;

    background: none;

    outline: 0;

    position: relative;

    margin-bottom: 3px;

}

.section-book-inner textarea

{

    padding: 4px 15px;

    box-sizing: border-box;

    width: 100%;

    border: solid 2px #c1c2c2;

    background: none;

    outline: 0;

    position: relative;

    margin-bottom: 3px;

}

.section-book-inner span

{

    font-size:14px;

	padding-left:30px;

	display:block;

}

.section-book-button

{

    background: #009846;

    border: none;

    padding: 12px 30px;

    outline: 0;

    color: #fff;

    text-transform: uppercase;

    font-weight: bold;

    margin-top: 30px;

    cursor: pointer;

    font-size: 14px;

    width: 100%;

}

.form-split

{

	width:48%;

}

.split

{

	

}

.split span

{

	color:#999;

	font-size:11px;

}

.split-left

{

	width:35%;

}

.split-right

{

	width:65%;

}



.split-left-name

{

	width:25%;

}

.split-right-name

{

	width:75%;

}



.section-facilities-res

{

	display:none;

}

.facilities-inner

{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

}

.facilities-inner-img

{

    width: 62%;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

}

.facilities-inner-img.room

{

    background: url(../images/room-like-your-home.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-img.restaurant

{

    background: url(../images/restaurant.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-img.bar

{

    background: url(../images/bar-permit-room.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-img.banquet

{

    background: url(../images/banquet-halls.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-img.boutique

{

    background: url(../images/boutique.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-img.spa

{

    background: url(../images/spa-and-saloon.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-img.swimming

{

    background: url(../images/swimming-pool.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-img.gym

{

    background: url(../images/gym.jpg) center center no-repeat;

    background-size: cover;

}

.facilities-inner-text

{

    position: absolute;

    width: 38%;

    height: 100%;

    top: 0;

    bottom: 0;

    right: 0;

    z-index: 99;

    display: block;

    padding: 100px 50px 0 50px;

    text-align: center;

    background: #fff;

}

.facilities-inner-text > div

{

	display:table-cell;

	vertical-align:middle;

}

.facilities-inner-text h3

{

    font-family: 'Nanum Myeongjo', serif;

    color: #1a74ba;

    font-weight: 800;

	text-decoration:underline;

	text-align:left;

}

.facilities-inner-text p

{

    text-align: justify;

    line-height: 22px;

}

.facilities-inner-text a

{

    font-family: 'Nanum Myeongjo', serif;

    color: #1a74ba;

    font-weight: 800;

	text-transform:uppercase;

	text-align:center;

	margin-bottom:20px;

	display:inline-block;

}

.facilities-inner-text a:hover

{

	text-decoration:underline;

}

.facilities-inner-text ul

{

    border: solid 1px #9d9e9e;

    padding: 12px 16px;

    margin: 0;

	list-style:none;

}

.facilities-inner-text ul li

{

    color: #727271;

    line-height: 18px;

    font-size: 15px;

    position: relative;

    padding-left: 12px;

    text-align: left;

}

.facilities-inner-text ul li:before

{

    content: "\f067";

    font-family: 'FontAwesome';

    font-size: 10px;

    position: absolute;

    left: 0;

}

#tabs-bar

{

    float: right;

    z-index: 9999;

    position: absolute;

    width: 38%;

	padding:0 50px;

    top: 0;

    right: 0;

}

#tabs-bar ul

{

    display: block;

    list-style: none;

    float: left;

    width: 50%;

	margin:0;

	padding:0;

}

#tabs-bar ul li

{

    list-style: none;

    display: block;

}

#tabs-nav li a

{

    font-family: 'Nanum Myeongjo', serif;

    list-style: none;

    display: block;

    font-size: 13px;

    font-weight: 800;

    color: #1a74ba;

    text-align: left;

    padding: 3px 0;

	text-transform:uppercase;

}

#tabs-nav li a.current, #tabs-nav li a:hover

{

	text-decoration:underline;

}

.tab-content

{

	

}

.section-enquiry

{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    /*z-index: 99;*/

    display: table;

    margin: auto;

	background:url(../images/banquet-halls.jpg) bottom center no-repeat;

	background-size:cover;

}

.section-enquiry > div

{

    display:table-cell;

	vertical-align:middle;

}

.section-enquiry h2

{

    color: #fff;

    text-align: center;

    margin-top: 20px;

    font-size: 30px;

    font-weight: normal;

    font-family: Arial, Helvetica, sans-serif;

}

.section-enquiry h3

{

    color: #fff;

    text-align: center;

    font-size: 26px;

    font-weight: normal;

    font-family: Arial, Helvetica, sans-serif;

	margin-top:0;

}

.enquiry-inner

{

    width: 400px;

    margin: auto;

    padding: 30px 60px;

    background: rgba(0, 0, 0, 0.5);

	text-align:center;

}

.enquiry-inner label

{

    color: #fff;

    font-size: 12px;

    display: block;

}

.enquiry-inner input[type=text], .enquiry-inner input[type=number]

{

    padding: 8px 15px;

    box-sizing: border-box;

    width: 100%;

    border: none;

    background: #fff;

    outline: 0;

    position: relative;

    margin-bottom: 6px;

}

.enquiry-inner textarea

{

    padding: 8px 15px;

    box-sizing: border-box;

    width: 100%;

    border: none;

    background: #fff;

    outline: 0;

    position: relative;

    margin-bottom: 6px;

}

.enquiry-inner-button

{

    background: #32b777;

    border: none;

    padding: 12px 30px;

    outline: 0;

    color: #fff;

    text-transform: uppercase;

    font-weight: bold;

    cursor: pointer;

    font-size: 14px;

    width: 160px;

    margin: 5px auto 0 auto;

}

.terms-top

{

	position:absolute;

	top:0;

	width:100%;

	height:50%;

	background:url(../images/terms.jpg) top center no-repeat;

	background-size:cover;

}

.terms-bottom

{

	position:absolute;

	bottom:0;

	width:100%;

	height:50%;

	background:#ebecec;

	padding:35px 100px;

	overflow:auto;

}

.section-guest-reviews
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: table;
    margin: auto;
	background:url(../images/guest-reviews.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
}
.section-guest-reviews-left
{
    position: absolute;
    width: 25%;
    height: 86%;
    top: 7%;
    bottom: 0;
    left: 50px;
    z-index: 99;
	overflow:auto;
	overflow-x:hidden;
	background:#fff;
}
.section-guest-reviews-left h3
{
    color: #fff;
    background: #4e73b7;
    display: block;
    font-size: 22px;
    padding: 10px 18px;
    margin: 0;
    text-align: left;
}
::-webkit-scrollbar
{
    width: 8px;
}
::-webkit-scrollbar-track
{
	background:#F4F4F4;
}
::-webkit-scrollbar-thumb
{
	background:#000;
}
::-webkit-scrollbar-thumb:window-inactive
{
    background:#000; 
}
::-moz-scrollbar
{
    width: 6px;
}
.section-guest-reviews-right
{
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 50px;
    z-index: 99;
    display: table;
    margin: auto;
	text-align:center;
}
.section-guest-reviews-right > div
{
    display:table-cell;
	vertical-align:middle;
}
.section-guest-reviews a

{

    color: #fff;

    background: #4e73b7;

    display: block;

    width: 200px;

    margin: 12px auto;

    font-size: 20px;

    padding: 10px;

}

.section-guest-reviews a:hover

{

    color: #4e73b7;

    background: #fff;

}

.section-contact

{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 99;

	background:url(../images/contact.jpg) bottom center no-repeat;

	background-size:cover;

}

.contact

{

    position: absolute;

    width: 100%;

    bottom: 75px;

    left: 0;

    right: 0;

    padding: 0 50px;

}

.contact-left

{

    position: absolute;

    width: 45%;

	top:0;

	bottom:0;

    left: 50px;

}

.contact-left iframe

{

    width:100%;

    height:100%;

}

.contact-right

{

    width: 45%;

}

.contact-right h3

{

    color: #1b703b;

    font-size: 22px;

    text-shadow: 0px 1px 1px #000;

}

.contact-right h3 span

{

    color: #e05b31;

}

.contact-right p

{

    color: #fff;

    font-size: 18px;

}

.contact-right a

{

    color: #fff;

}

.contact-right a:hover

{

	text-decoration:underline;

}





.social a {padding-top:0px !important;}

.social img {width:20px;}

