/**********************
  - RESET -
************************/
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, font, 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 {
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

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

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.oh { overflow: hidden; }

.mb10 {margin-bottom: 10px !important; }
.mb15 {margin-bottom: 15px !important; }
.mb20 {margin-bottom: 20px !important; }
.mb30 {margin-bottom: 30px !important;
    margin-top: 110px; }
.mb31 {margin-bottom: 30px !important;}
.mb32 {margin-bottom: 30px !important;}
.ml0 {margin-left: 0 !important; }

.mb31 ul li
	{
		margin:0;padding:0;list-style:none;
		float:left;
		margin-right:10px;
		margin-bottom:5px;
	}

.mb31 ul li img
	{
		border:1px solid #5a5a5a;
	}

a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

.clear {
  clear: both;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

header {
  background: #fff;
  width: 100%;
}

.subheader {
  background-color: #eebf13;

}
.inner-subheader {
  width: 1170px;
  margin: auto;
}


.subheader .subheader2 {
  float: left;
}


.subheader .socials {
  float: right;
}


.subheader .subheader2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subheader .subheader2 li {
  display: inline-block;
  padding: 7px;
  padding-top: 5px;
}

.subheader .subheader2 a {
  color: #000;
  font-size: 12px;
}

.socials img {
  margin-top: 5px;
  margin-left: 5px;
}

.socials img:hover{
  opacity: 0.8;
}


.upper-header {
  width: 1170px;
  margin: auto;
  clear: both;
  padding-top: 10px;
}

.email a{
  font-family: Times;
  font-size: 18px;
  color: #6c727f;
  background: url(../images/e-mail.png) 0 center no-repeat;
  padding-left: 40px;
  margin-top: 40px;
  display: block;
}

.logo {
  margin-bottom: 15px;
  text-align: center;
}

.phone p {
  font-family: Times;
  font-style: 18px;
  color: #6c727f;
  background: url(../images/phone.png) 0 center no-repeat;
  padding: 2px 0;
  padding-left: 30px;
  margin-top: 40px;
  float: right;
}


/*-------------------------------------------------*/
/* =  Navigation
/*-------------------------------------------------*/

/* Navigation  */
.nav-wrap {
  float: right;
}

#nav {
  position: relative;
  background: #a38665;
}

#nav > select {
  display: none;
}

ul#navlist {
  list-style: none; 
  margin: 0;
  padding: 0;
  width: 1170px;
  margin: auto;
  text-align:center;
}

ul#navlist li {
  position: relative;
  padding: 8px 8px;
  display:inline-block;
}

ul#navlist li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  font-weight:bold;
  padding: 10px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

ul#navlist li.current > a,
ul#navlist li > a:hover,
ul#navlist li > a.selected {
  color: #000;
  background: #eebf13;
}

ul#navlist li a:hover {
  color: #000;}

/* DropDown Menu = Superfish */
.sf-menu {
  line-height: 1.0;
  overflow: visible !important;
}

.sf-menu .sub-menu {
  position: absolute;
  top: -999em;
  width: 132%; /* left offset of submenus need to match (see below) */
  margin: 0 !important;
  padding-left: 0;
  padding-top: 10px;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: auto; /* match top ul list item height */
  z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
  top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 100%; /* match ul width */
  top: 0;
}

.sf-menu .sub-menu {
  overflow: visible !important;
}

.sf-menu .sub-menu li {
  background: rgb(0,0,0);
  background: rgba(0,0,0,.9);
  padding-right: 0;
  list-style: none;
  margin-bottom: 1px;
  padding: 0 !important;
  text-align:left!important;
}

.sf-menu .sub-menu li:first-child {
  border-top: 2px solid #31cec3;
}

.sf-menu .sub-menu a {
  font-size: 1em !important;
  font-weight: normal;
  color: #fff;
  padding: 12px 15px !important;
  line-height: normal;
  text-transform: none !important;
}

.sf-menu .sub-menu li a:hover {color:#31cec3!important;}

.sub-menu span {
  display: none;
}

/*-- Slider --*/

.slider {
  position: relative;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
  outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.flex-control-nav {
  display: none;
}


.flexslider .slides>li {
  display:none;
  -webkit-backface-visibility:hidden;
}


.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform:capitalize;
}
.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}
.no-js .slides>li:first-child {
  display:block;
}
.flexslider {
  margin:0;
  position:relative;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -o-border-radius:0px;
  border-radius:0px;
  overflow:hidden;
}
.flex-viewport {
  max-height:2000px;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}
.loading .flex-viewport {
  max-height:300px;
}
.flexslider .slides {
  zoom:1;
}
.carousel li {
  margin-right:5px
}
.flex-direction-nav {
  *height:0;
  position: absolute;
  width: 162px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.flex-direction-nav a {
  width:81px;
  height:44px;
  display:block;
  background:url(../images/bg_direction_nav.png) no-repeat 0 0;
  position:absolute;
  right:540px;
  bottom:75px;
  margin-top:-19px;
  z-index:10;
  cursor:pointer;
  text-indent:-9999px;
  opacity:0;
  -webkit-transition:all .3s ease;
} 

.flex-direction-nav .flex-next {
  background-position:100% 0;
  opacity:0.8;
  right: 0px;
  bottom: 0px

}
.flex-direction-nav .flex-prev {
  opacity:0.8;
  left: 0px;
  bottom: 0px;
 
}
.flexslider:hover .flex-next {

}
.flexslider:hover .flex-prev {

}
.flexslider:hover .flex-next:hover {
  opacity:1;

}
.flexslider:hover .flex-prev:hover {
  opacity:1;

}

.flex-direction-nav .flex-disabled {
  opacity:.3!important;
  filter:alpha(opacity=30);
  cursor: default;
}
/* Control Nav */

.flex-control-thumbs {
  margin:5px 0 0;
  position:static;
  overflow:hidden;
}
.flex-control-thumbs li {
  width:25%;
  float:left;
  margin:0;
}
.flex-control-thumbs img {
  width:100%;
  display:block;
  opacity:.7;
  cursor:pointer;
}
.flex-control-thumbs img:hover {
  opacity:1;
}
.flex-control-thumbs .flex-active {
  opacity:1;
  cursor:default;
}
.flex-control-thumbs {
  margin:5px 0 0;
  position:static;
  overflow:hidden;
}
.flex-control-thumbs li {
  width:25%;
  float:left;
  margin:0;
}
.flex-control-thumbs img {
  width:100%;
  display:block;
  opacity:.7;
  cursor:pointer;
}
.flex-control-thumbs img:hover {
  opacity:1;
}
.flex-control-thumbs .flex-active {
  opacity:1;
  cursor:default;
}
p.flex-caption {
  padding:0;
  position: absolute;
  left: 30%;
  margin-left: -50px;
  bottom: 60%;
  padding:20px;
  font-size:35px;
  max-width:700px;
  background:#000;
  background:rgba(0,0,0,0.8);
  opacity:0.8;
  color:#fff;
  font-family:Times;
  text-transform: uppercase;
}
div.flex-caption span {
    position:absolute;
  left:44%;
  bottom:45%;
  margin-left: -50px;
  padding:10px;
  font-size:17px;
  display:block;
  color:#000;
  background:#fff;
  background:rgba(255,255,255,0.8);

}
.slide p {
  font-weight: normal;
}

/*BX-Slider*/


/** RESET AND LAYOUT
===================================*/

.cat-title {
  font-family: Georgia;
  font-size: 22px;
  color: #3f3f3f;
  font-weight: normal;
  font-style: italic;
}

.desc {
  background: #2190d7;
  padding: 10px;
}
.desc h4{
  color: #fff;
  font-size: 14px;
}
.desc span{
  color: #fff;
  font-size: 12px;
}



.bx-wrapper {
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  
}

.bx-viewport {
  
}

.slide {
  margin-top: 7px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display: none;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  right: 0px;
  background: url(images/controls2.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
  right: 0px;
  background: url(images/controls2.png) no-repeat -43px 0px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -41px;
  outline: 0;
  width: 38px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*-------------------------------------------------*/
/* =  Content
/*-------------------------------------------------*/

/* Reserve Room Form*/

.book-form {
 width: 1170px;
 margin: auto;
}

.inner-form {
   position: absolute;
  width: 1170px;
  height: 65px;
  bottom: -75px;
  margin: auto;
  background: #000;
  background: rgba(0,0,0,0.8); 
  border-top: 10px solid #eebf13;
}

.book-form h4 img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.book-form h4 {
  float: left;
  color: #fff;
  padding: 40px;
  background: #2190d7;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}


.inputs input[type="text"] {
  float: left;
  padding: 9px 9px 9px;
  width: 210px;
  margin-left: 15px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border:none;
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}

.inputs select {
  float: left;
  padding: 7px 9px 7px;
  width: 210px;
  margin-left: 15px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border:none; 
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}


.book-form input[type="submit"] {
  float: left;
  color: #fff;
  padding: 6px 44px;
  background: #6c727f;
  font-size: 16px;
  font-family: 'Open Sans';
  border: none;
  font-weight: bold;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-top: 14px;
  margin-left: 14px;
  cursor: pointer;
}

/* Inner Content */

.wrapper h3 {
  color: #3f3f3f;
  font-size: 25px;
  margin-bottom: 20px;
  border-bottom:1px dashed;
  text-align:center;
}


/*Latest Deals*/

.box img {
  width: 100%;
}

.box-img {
  position: relative;
}

.box .details {
  background: url(../images/book-bg.png) 0 no-repeat;
  padding: 20px 58px 20px 48px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-size: 13px;
  color: #fff;
  font-family: 'Open Sans';
}

.box .details:hover {
  color: #000;
}

.box h4 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin: 10px 0;
  font-family: 'Open Sans';
}

.box p {
  font-size: 13px;
  color: #65686d;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  border-bottom: 1px solid #eaebec;
  padding-bottom: 10px;
}


.box li{
  background: url(../images/box-icon.png) 0 center no-repeat;
  color: #000;
  font-size: 13px;
  font-family: 'Open Sans';
  padding-left: 30px;
  border-bottom: 1px solid #eaebec;
  padding-bottom: 8px;
  padding-top: 9px;
}

/*Accordion*/

#accordion-container {
  font-size: 13px;
  color: #868686;

}

.accordion-header {
  font-size: 14px;
  margin: 5px 0 10px 0;
  padding: 8px 40px;
  cursor: pointer;
  color: #3f3f3f;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.active-header {
  background: url(../images/active-header.png);
  background-repeat: no-repeat;
  
}

.active-header:hover {
  background: url(../images/active-header.png);
  background-repeat: no-repeat;
  
}

.inactive-header {
  background: url(../images/inactive-header.png);
  background-repeat: no-repeat;
  
}

.inactive-header:hover {
  background: url(../images/inactive-header.png);
  background-repeat: no-repeat;
}

.accordion-content {
  display: none;
  background: #ffffff;
  border-top: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

/* ------------------------------------------------------
  Speech Bubble (Testimonial)
------------------------------------------------------ */
blockquote.speech-bubble .quote-content {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  padding: 20px;
  background: #f6f6f6;
  color: #495059;
  margin-bottom: 20px;
  font-family: Times;
  font-style: italic;
}

blockquote.speech-bubble span.quote-arrow {
  display: block;
  width: 27px;
  height: 25px;
  background: url(../images/testimonial-arrow.png) no-repeat left top;
  position: absolute;
  left: 20px;
  bottom: -24px  
}

blockquote.speech-bubble .quote-meta {
  color: #494341;
  margin-top: 25px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 50px;
  font-family: 'Open Sans';
}

blockquote.speech-bubble span {
  font-size: 13px;
  color: #8e8e8e;
  font-style: italic;
}


/*-------------------------------------------------*/
/* =  News One Column
/*-------------------------------------------------*/

.banner {
	width:100%;
  height: auto;
}

.inner-banner h4{
  font-size: 18px;
  font-family: Times;
  background: #96989e;
  padding: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  float: left;
  margin-top: -30px;
  margin-bottom: 20px;
}

.inner-banner {
  max-width: 1170px;
  margin: auto;
  position:relative;
}

.inner-banner {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

/*Sitemap*/
.site_map {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #a8a8a8;
  padding-top: 20px;
  float: right;
}
.site_map a{
  font-family: 'Open Sans';
  color: #a8a8a8;
  background: url(../images/bread-arrow.png) right 6px no-repeat;
  padding-right: 12px;
}
.site_map a:hover{
  text-decoration: underline;
}


/*Content Box*/
.content-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.content-text {
  width: 470px;
  float: left;
}

.content-box img{
  float: left;
  margin-right: 20px;
}

.content-box h4 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

.content-box p {
  color: #65686d;
  font-size: 13px;
  margin-bottom: 17px;
  overflow: hidden;
  line-height: 22px;
}


.post-meta {
    margin-bottom: 7px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.post-comment {
  background: url(../images/post_comment.png) 0 no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 15px;
  color:  #4c4c4c;
  font-size:  11px;
}

.post-author {
  background: url(../images/post_user.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 15px;
  color:  #4c4c4c;
  font-size:  11px;
}
.post-date {
  background: url(../images/post_date.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  color:  #4c4c4c;
  font-size:  11px;
}

.read-more {
  font-size: 12px;
  color: #fff;
  background-color: #6c727f;
  padding: 8px;
  float: right;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}

.read-more2 {
  font-size: 13px;
  color: #fff;
  background:#6c727f;
  padding: 8px;
  width:200px;
  float:right;
  text-align:center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}
.read-more2 a{
  color:#fff;
}
.read-more2:hover {
  background: #EEBF13;
  color:#000;
}

.read-more1 {
  font-size: 13px;
  color: #fff;
  background:#6c727f;
  padding: 8px;
  text-align:center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}
.read-more1_1 {
      font-size: 13px;
    color: #fff;
    background: #6c727f;
    padding: 8px;
	margin-bottom:10px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}
.read-more1_1 a{
  color:#fff;
}
.read-more1_1:hover {
  background: #EEBF13;
  color:#000;
}

.read-more1 a{
  color:#fff;
}
.read-more1:hover {
  background: #EEBF13;
  color:#000;
}
.read-more:hover {
  background-color: #41444c;
}

/*-------------------------------------------------*/
/* =  Pagenation
/*-------------------------------------------------*/
.pagenation {
    border-top: 1px solid #e9e9e9;
    padding: 10px; 
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #e9e9e9;
    background: #e3e3e3;
}

.pagenation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagenation li {
    float: left;
    margin-left: 4px;
    border-radius: 3px;
    background: #ffffff;
}

.pagenation li.active {
    background: #31cec3;
}
.pagenation li:hover {
    background: #31cec3;
}

.pagenation li:hover a {
    color: #fff;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li a {
    display: block;
    color: #848484;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 11px;
}

.pagenation li.active a {
    color: #fff;
}

.pagenation li:not(.active):hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}

/*Side form*/

.side-form {
  padding: 20px;
  background: #5b5f68;
  border-bottom: 10px solid #eebf13;
}

.side-form input[type="text"] {
  padding: 9px 9px 9px;
  width: 210px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}

.side-form select {
  padding: 7px 9px 7px;
  width: 229px;
  margin-top: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border:none; 
  cursor: pointer;
  font-size: 13px;
  color: #6c727f
}

.side-form input[type="submit"] {
color: #fff;
padding: 6px 55px;
background: #6c727f;
font-size: 16px;
font-family: 'Open Sans';
border: none;
font-weight: bold;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
margin-top: 14px;
cursor: pointer;
}

.side-form input[type="submit"]:hover {
  background: #323439;
}

.content-aside .accordion h3 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

/*-------------------------------------------------*/
/* =  News Col 3
/*-------------------------------------------------*/

.content-two .content-text {
width: 100%;
float: left;
}

.content-two .content-box {
  width: 31%;
}
.content-two .content-box h4{
  margin-top: 10px;
}


.content-two .content-box img{
  float: left;
  margin-right: 20px;
  width: 100%;
}

.content-two .post-meta {
    margin-bottom: 7px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 10px 25px;
}

.content-two .post-comment {
  background: url(../images/post_comment.png) 0 no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 35px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}

.content-two .post-author {
  background: url(../images/post_user.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 0px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}
.content-two .post-date {
  background: url(../images/post_date.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  color:  #4c4c4c;
  font-size:  11px;
  margin-right: 35px;
  margin-bottom: 5px;
}

.content-two .read-more {
  font-size: 12px;
  color: #fff;
  background-color: #6c727f;
  padding: 8px 15px;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}

.content-two .read-more:hover {
  background: #41444c;
}

.content-two .content-box p {
  height: 132px;
  overflow: hidden;
}

/*-------------------------------------------------*/
/* =  News Col 4
/*-------------------------------------------------*/

.content-three .content-box img{
  float: left;
  margin-right: 20px;
  width: 100%;
}

.content-three .content-box h4{
  margin-top: 10px;
}

.content-three .content-text {
width: 100%;
}

.content-three .post-meta {
    margin-bottom: 7px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    padding: 10px 25px;
}

.content-three .post-comment {
  background: url(../images/post_comment.png) 0 no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 35px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}

.content-three .post-author {
  background: url(../images/post_user.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  margin-right: 0px;
  color:  #4c4c4c;
  font-size:  11px;
  margin-bottom: 5px;
}
.content-three .post-date {
  background: url(../images/post_date.png) 0px no-repeat;
  padding: 7px 0;
  padding-left: 25px;
  float: left;
  color:  #4c4c4c;
  font-size:  11px;
  margin-right: 35px;
  margin-bottom: 5px;
}

.content-three .read-more {
  font-size: 12px;
  color: #fff;
  background-color: #6c727f;
  padding: 8px 15px;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: -2px;
}

.content-three .read-more:hover {
  background: #41444c;
}

.content-three .content-box p {
  height: 132px;
  overflow: hidden;
}

/*-------------------------------------------------*/
/* =  Accomodation 3 Columns
/*-------------------------------------------------*/

.accomodation1-content .box {
  width: 31%;
}

.grid {
  background: #e3e3e3;
  padding: 13px 11px 11px 16px;
  float: left;
  margin-top: -30px;
}
.grid img {
 margin-right: 5px;
margin-top: 3px;
margin-left: 0px;
}

/*-------------------------------------------------*/
/* =  Accomodation 5
/*-------------------------------------------------*/

.accomodation5-content .box-img{
  float: left;
  width: 360px;
  margin-right:20px;
}
.accomodation5-content .box-text{
  float: left;
  width: 790px;
}

.accomodation5-content .box-text h4{
  margin-top: 0;
}

/*-------------------------------------------------*/
/* =  Accomodation 6
/*-------------------------------------------------*/

.accomodation6-content .column4{
 width: 31%;
}

.accomodation6-content h3 {
  font-weight: normal;
}

/*-------------------------------------------------*/
/* =  Contact
/*-------------------------------------------------*/

.map1 {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}

#map {
height: 470px;
}

.contact-row {
  margin-bottom: 20px;
}

.contact-row h4 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

.paragraph p {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #65686d;
  font-size: 13px;
}

.contact2 {
  float: left;
  width: 270px;
}

.msg-form {
  float: left;
  width: 570px;
  margin-left: 29px;
}

.contact2 p {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.home {
border-top: 1px solid #e2e2e2;
padding-top: 10px;
background: url(../images/home.png) 0px 9px no-repeat;
padding-left: 25px;
color: #585858;
font-size: 14px;
font-weight: lighter;
}

.phone2 {
background: url(../images/phone2.png) 0px 2px no-repeat;
padding-left: 25px;
color: #585858;
font-size: 14px;
font-weight: lighter;
}

.mail {
background: url(../images/mail.png) 0px 4px no-repeat;
padding-left: 25px;
color: #585858;
font-size: 14px;
font-weight: lighter;
}
.mail a
	{
		color:#65686d;
	}

.find p{
  color: #8d8d8d;
  font-size: 13px;
}

.msg-form form {
  margin-left: -10px;
}

.msg-form input[type="text"] {
  padding: 9px 14px;
  color: #737373;
  font-size: 13px;
  width: 150px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;

}
.msg-form textarea {
  padding: 9px 14px;
  color: #737373;
  font-size: 13px;
  width: 538px;
  margin-left: 10px;
  height: 80px;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
}

.msg-form input[type="submit"] {
  background: #31cec3;
  color: #fff;
  padding: 15px;
  float: right;
  font-size: 13px;
  border: none;
  cursor: pointer;
}

.msg-form input[type="submit"]:hover {
  background: #28a89f;
}

/*-------------------------------------------------*/
/* =  About Us
/*-------------------------------------------------*/

.firstrow-text {
  float: left;
  margin-right: 20px;
  width: 575px;
  margin-bottom: 20px;
}

.firstrow-text h4{
  font-size: 18px;
  font-family: 'Open Sans';
  color: #000;
  margin-bottom: 10px;
  font-weight: normal;
}

.firstrow-text p{
  font-size: 13px;
  font-family: 'Open Sans';
  color: #65686d;
}

.boxes {
  clear: both;
  margin-left: -20px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px; 
  padding-bottom: 10px;
}

.box-hover {
  width: 276px;
  float: left;
  margin-left: 20px;
}

.box-hover h4{
  color: #3f3f3f;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: normal;
  margin-bottom: 10px;
}

.box-hover p{
  color: #65686d;
  font-size: 13px;
  font-family: 'Open Sans';
}

.boxes-img {
  float: left;
  margin-right: 10px;
}

.boxes-img:hover {
        transform:rotate(360deg);
      -ms-transform:rotate(360deg);
      /* IE 9 */
      -moz-transform:rotate(360deg);
      /* Firefox */
      -webkit-transform:rotate(360deg);
      /* Safari and Chrome */
      -o-transform:rotate(360deg);
      /* Opera */
      transition:all 0.3s ease-in-out;
      -moz-transition:all 0.3s ease-in-out;
      -webkit-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
}

.our-team li {
  width: 269px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

.our-team ul {
  margin-left: -30px;
}

.stuff-img p {
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  background: #31cec3;
  padding: 10px;
  display: table;
  position: absolute;
  top: 0;
}

.stuff-img span {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  background: #000;
  background: rgba(0,0,0,.8);
  padding: 10px;
  display: table;
  position: absolute;
  top: 43px;
}

.stuff-img {
  position: relative;
}

.our-team li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin: 10px 0;
}
.stuff-text  p {
  font-size: 13px;
  font-weight: normal;
  color: #65686d;
}

/*-------------------------------------------------*/
/* =  Gallery
/*-------------------------------------------------*/

/* CSS3 STYLE GENERIC */
.view {
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-bottom: 0px;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}



.view a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:47px;
   height:48px;
}

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info {
  position:relative;
  top:-33px;
  opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(65,207,197,0.7);
}
.second-effect:hover a.info {
  opacity:1;
  -moz-transform:scale(1,1);
  -webkit-transform:scale(1,1);
  -o-transform:scale(1,1);
  -ms-transform:scale(1,1);
  transform:scale(1,1);
  -moz-transition-delay:0.3s;
  -webkit-transition-delay:0.3s;
  -o-transition-delay:0.3s;
  -ms-transition-delay:0.3s;
  transition-delay:0.3s;
}

/*-------------------------------------------------*/
/* =  Home Boxed
/*-------------------------------------------------*/
body.brown-bg {
  background: #d7d7d7;
}

#home-boxed {
  width: 1220px;
  margin: auto;
  padding: 0;
  background: #fff;
}

  

/*-------------------------------------------------*/
/* =  Blog
/*-------------------------------------------------*/


.blog-box {
  float: left;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.blog-text {
  float: left;
  width: 574px;
}

.blog-box img {
  float: left;
  margin-right: 20px;
  width: 275px;
}

.blog-box h4 {
  font-size: 16px;
  font-weight: normal;
  color:  #000;
}



.post-text {
  color: #8d8d8d;
  font-size: 13px;
  height: 54px;
  overflow: hidden;
}

.blog-text a {
  display: table;
color: #fff;
background: #2190d7;
font-family: 'Open Sans';
padding: 10px 20px;
font-style: italic;
border-radius: 10px;
margin-top: 14px;
}

.side-blog h3{
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
}

.search {
  position: relative;
}

.search input[type="text"] {
  font-size: 13px;
  color: #716565;
  padding: 10px;
  width: 246px;
  border: 1px solid #e8e8e8;
}

.search input[type="submit"] {
  position: absolute;
  background: url(../images/search.html) no-repeat;
  text-indent: -9999px;
  border: none;
  padding: 11px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.tag-cloud a {
  background: #2190d7;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}

.tag-cloud a:hover {
  background: #196da2;
}

.widget-services h3 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

.widget-text p {
  background: #f6f6f6;
  padding: 20px;
  color: #3b3b3b;
}



/*- FILTER OPTIONS -*/
ul#filterOptions {
  width: 802px;
  height: 52px;
  margin: 30px 0;
  overflow: hidden;
}
ul#filterOptions li { height: 52px; margin-right: 2px; float: left; }
ul#filterOptions li a {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #999;
  background: #cfcfcf;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-decoration: none;
  display: block;
}
ul#filterOptions li a:hover { background: #c9c9c9; }
ul#filterOptions li.active a { background: #999; }
/*- -*/
/*- OUR DATA HOLDER -*/
#ourHolder { width: 800px; height: 850px; overflow: hidden; }
#ourHolder div.item {
  width: 200px;
  height: 200px;
  float: left;
  text-align: center;
}
#ourHolder div.item h3 { margin-top: 10px; font-size: 16px; line-height: 20px; }
/*- -*/


/*-------------------------------------------------*/
/* =  Testimonials
/*-------------------------------------------------*/

.main-testimonials h3{
  font-size: 28px;
  font-family: 'Pt Sans';
  color: #333;
}

.testimonial {
  background: #f6f6f6;
  font-size: 15px;
  font-family: 'Open Sans';
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

.testimonial:after {
content: "";
width: 30px;
height: 30px;
position: absolute;
background: url(../images/test-rect.png) repeat;
bottom: -30px;
left: 30px;
}

.main-testimonials .user {
  font-size: 15px;
  font-family: 'Open Sans';
  font-weight: bold;
  color: #000;
  margin-left: 67px;
  margin-bottom: 20px;
}
.main-testimonials .user a{
  color: #31cec3;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/

footer {
  background: #a38665;
}

.inner-footer {
  width: 1170px;
  margin: auto;
  padding-bottom: 40px;
  position: relative;
}

.inner-footer h4 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: 'Open Sans';
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 17px;
}

.touch input[type="text"] {
  padding: 6px 10px 6px;
  width: 248px;
  border:1px solid #33383e;
  background: #6c727f;
  font-family: 'Pt Sans', sans-serif;
  color: #fff;
  margin-bottom: 5px;
}

.touch textarea {
  padding: 6px 10px 6px;
  width: 248px;
  border:1px solid #33383e;
  background: #6c727f;
  font-family: 'Pt Sans', sans-serif;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 3px;
  height: 80px;
}

.touch input[type="submit"] {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  background: #31cec3;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  float: right;
  cursor: pointer;
}

.touch input[type="submit"]:hover {
  background: #26928a;
  text-decoration: none;
}

.flickr ul {
  margin-left: -12px;
}

.flickr ul li {
  float: left;
  width: 82px;
  height: 82px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.flickr img {
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #7a7f86;
}

.flickr img:hover {
  opacity: 0.8;
}

.contact p,.text-widget p,.text-widget a {
  font-size: 13px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 21px;
  font-family: 'Open Sans';
}

.text-widget span {
  font-weight: bold;
}

.contact .f-home {
  background: url(../images/f-home.png) 0px center no-repeat ;
  padding-left: 25px;
}

.contact .f-phone {
  background: url(../images/f-phone.png) 0px center no-repeat ;
  padding-left: 25px;
}
.contact .f-mail {
  background: url(../images/f-mail.png) 0px center no-repeat ;
  padding-left: 25px;
  font-size: 13px;
  color: #fff;
  margin-bottom: 6px;
  line-height: 21px;
  font-family: 'Open Sans';
  word-break: break-all;
}

.contact .f-mail:hover
	{
		color:#eebf13;
	}

.end-footer {
  background: #eebf13;
  position: relative;
}

.lastdiv {
  max-width: 1170px;
  margin: auto;
  position: relative;
  border-top: 1px solid #fff;
}

.copyright {
  padding: 20px 0px;
  float: left;
  color: #000;
  font-family: 'Open Sans';
  font-size: 13px;
}
.copyright a
	{
		color:#fff;
	}

  #back-to-top {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 10px;
  }

  #back-to-top a {
  display: block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background: url(../images/back-top.png) no-repeat center;

  }

.conatct_form
	{
		width: 44%;
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 20px;
		height: auto;
		margin: 10px auto;
	}
.conatct_form div
	{
		width:500px;
		margin-bottom:10px;
		
	}
.conatct_form label
	{
		width:240px;
		height:auto;
		font-size:14px;
		float:left;
	}

.conatct_form input
	{
		outline: none;
		border-radius: 5px;
		height: 25px;
		border: 1px solid #65686d;
		
	}
	
.submit
	{
		width:100px;
		height:30px !important;
		border:1px solid #AFAFAF;
		cursor:pointer;
		font-size:17px;
		font-weight:bold;
		margin-left:160px;
	}
.submit:hover
	{
		background: #eebf13;
		height: 30px;
		font-size: 17px;
		font-weight: bold;
		color: #000;
		border: 1px solid #C39D10;
	}

strong_1
	{
		font-size:14px;
		color:#000;
	}
.disc
	{
		list-style-type:disc;
		color:#fff;
		margin-left:20px;
	}
	
.amenities
	{
		width:100%;
		height:330px;
		
	}
.amenities div
	{
		width:50%;
		height:auto;
		float:left;
		
	}
.amenities div+div
	{
		width:50%;
		height:auto;
		float:right;
	}

.amenities div ul li
	{
		margin:0;
		padding:0;
		color: #65686d;
		list-style:none;
		line-height:20px;
		list-style-type:disc;
		font-size:13px;
		margin-left:18px;
	}
.amenities div+div ul li
	{
		margin:0;
		padding:0;
		color: #65686d;
		list-style:none;
		list-style-type:disc;
		font-size:13px;
		line-height:20px;
		margin-left:18px;
	}
	}
	
.mb30 {
    font-size: 13px;
    color: #65686d;
    margin-bottom: 5px;
    font-family: 'Open Sans';
    border-bottom: 1px solid #eaebec;
    padding-bottom: 10px;
}
.mb31 p
	{
		font-size:13px;
		color: #65686d;
	}
tr, td
	{
		
		text-align:center;
		font-size:15px;
		height:30px;
		line-height:30px;
		border:1px solid #ccc;
	}
table
	{
		border-spacing:0px;
	}

h2_1
	{
		font-size:20px;
		font-weight:bold;
		text-align:center;
		display:block;
		color:#65686d;
	}
h2_2
	{
		font-size:20px;
		font-weight:bold;
		color:#65686d;
		margin-bottom:5px;
		display:block;
	}

textarea 
	{
		width:167px;
		height:60px;
		outline: none;
		border-radius: 5px;
		border: 1px solid #65686d;		
	}
h4_1
	{
	background: #EEBF13;
    line-height: 29px;
    color: #000000;
    width: 100%;
    display: block;
    color: #000;
    font-weight: 600;
	}