/*------------------------------------------------------------------------
# Project Hillter
# ------------------------------------------------------------------------
# Designed by MegaDrupal
# Websites:  http://www.megadrupal.com -  Email: info@megadrupal.com
--------------------------------------------------------------------------

    1.   Shortcode
    2.   Header
    3.   Banner
    4.   Home
    5.   Gallery
    6.   Blog
    7.   Restaurants
    8.   Room
    9.   Activiti
    10.   Condition
    11.   Checkout
    12.   Attractions
    13.   About
    14.   Guestbook
    15.   Comingsoon
    16.   Account
    17.   Page 404
    18.   Contact
    19.   Page Shortcode
    20.   Footer
    21.   Responsive

#e9c000 jaune
#334351 bleu
--------------------------------------------------------------------------------*/
/* 1.   Shortcode
--------------------------------------------------------------------------------*/
a,
input,
textarea,
button,
select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}
body {
  position: relative;
  font-family:'Hind', sans-serif;
  font-size: 14px;
  color: #232323;
  padding: 0;
  margin: 0;
  letter-spacing: 0.014em;
}
p {
  line-height: 1.7em;
  letter-spacing: 0.02em;
  font-size: 15px;
}

input,
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"] {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  color: #666;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Montserrat';
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
select {
  color: #232323;
  font-family: 'Montserrat';
  font-size: 12px;
  background-color:#FFF;
}
textarea {
  background: none;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  resize: none;
  padding: 12px;
  height: 140px;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
}
input::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder {
  color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder {
  color: #888888;
}
textarea::-webkit-input-placeholder {
  color: #888888;
}
textarea:-moz-placeholder {
  color: #888888;
}
textarea::-moz-placeholder {
  color: #888888;
}
textarea:-ms-input-placeholder {
  color: #888888;
}
a {
  color: #232323;
}
code,
kbd,
pre,
samp {
  font-size: inherit;
}
code {
  background-color: #eee;
  letter-spacing: 0.015em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
::-moz-selection {
  color: #fff;
  background-color: #334351;
}
::selection {
  color: #fff;
  background-color: #334351;
}
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
#page-wrap {
  overflow: hidden;
  background-color: #f7f7f7;
}
.awe-parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
}
.awe-parallax-2 {
  background-attachment: fixed;
  background-position:center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%; 
  z-index: 0;
}
.parallax{
  background-position:center center;
  background-size: 100%; 
  -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.fix-background-ios {
  -webkit-background-size: auto 150%  !important;
  background-attachment: scroll  !important;
}
.awe-static {
  color: #fff;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.awe-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #232323;
}
.awe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(72, 72, 72, 0.3);
  top: 0;
  left: 0;
  z-index: 0;
}
.awe-overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 67, 81, 0.2);
  top: 0;
  left: 0;
  z-index: 0;
}
.awe-btn {
  display: inline-block;
  background: none;
  font-family: 'Montserrat';
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  line-height: normal;
  padding: 8px 10px;
  font-size: 12px;
  color: #000;
  min-width: 110px;
  border-width: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.awe-btn.awe-btn-default {
  border: 2px solid #334351;
  color:#334351;
}
.awe-btn.awe-btn-default:hover {
  border-color: #e9c000;
  background-color: #e9c000;
  color: #fff;
}
.awe-btn.awe-btn-about {
  border: 2px solid #334351;
  color:#334351;
  width:100%;
  margin-bottom:10px;
}
.awe-btn.awe-btn-about:hover {
  border-color: #334351;
  background-color: #334351;
  color: #fff;
}
.awe-btn.awe-btn-whatsapp {
  border: 2px solid #25d366;
  color:#25d366;
  margin-bottom:10px;
}
.awe-btn.awe-btn-whatsapp:hover {
  border-color: #25d366;
  background-color: #25d366;
  color: #fff;
}
.awe-btn.awe-btn-1 {
  border: 2px solid #357ebd;
  color: #357ebd;
}
.awe-btn.awe-btn-1:hover {
  background-color: #357ebd;
  color: #fff;
}
.awe-btn.awe-btn-2 {
  border: 2px solid #4cae4c;
  color: #4cae4c;
}
.awe-btn.awe-btn-2:hover {
  background-color: #4cae4c;
  color: #fff;
}
.awe-btn.awe-btn-3 {
  border: 2px solid #46b8da;
  color: #46b8da;
}
.awe-btn.awe-btn-3:hover {
  background-color: #46b8da;
  color: #fff;
}
.awe-btn.awe-btn-4 {
  border: 2px solid #eea236;
  color: #eea236;
}
.awe-btn.awe-btn-4:hover {
  background-color: #eea236;
  color: #fff;
}
.awe-btn.awe-btn-5 {
  border: 2px solid #d43f3a;
  color: #d43f3a;
}
.awe-btn.awe-btn-5:hover {
  background-color: #d43f3a;
  color: #fff;
}
.awe-btn.awe-btn-6 {
  border: 2px solid #344a71;
  background-color: #344a71;
  color: #fff;
}
.awe-btn.awe-btn-6:hover {
  color: #344a71;
  background-color: transparent;
}
.awe-btn.awe-btn-7 {
  border: 2px solid #357ebd;
  background-color: #357ebd;
  color: #fff;
}
.awe-btn.awe-btn-7:hover {
  color: #357ebd;
  background-color: transparent;
}
.awe-btn.awe-btn-8 {
  border: 2px solid #4cae4c;
  background-color: #4cae4c;
  color: #fff;
}
.awe-btn.awe-btn-8:hover {
  color: #4cae4c;
  background-color: transparent;
}
.awe-btn.awe-btn-9 {
  border: 2px solid #46b8da;
  background-color: #46b8da;
  color: #fff;
}
.awe-btn.awe-btn-9:hover {
  color: #46b8da;
  background-color: transparent;
}
.awe-btn.awe-btn-10 {
  border: 2px solid #eea236;
  background-color: #eea236;
  color: #fff;
}
.awe-btn.awe-btn-10:hover {
  color: #eea236;
  background-color: transparent;
}
.awe-btn.awe-btn-11 {
  border: 2px solid #d43f3a;
  background-color: #d43f3a;
  color: #fff;
}
.awe-btn.awe-btn-11:hover {
  color: #d43f3a;
  background-color: transparent;
}
.awe-btn.awe-btn-12 {
  border: 2px solid #fff;
  color: #fff;
}
.awe-btn.awe-btn-12:hover {
  color: #e7c130;
  background-color: #e9c000;
  border-color: #e9c000;
  color: #fff;
}
.awe-btn.awe-btn-13 {
  border: 2px solid #e9c000;
  background-color: #e9c000;
  color: #fff;
}
.awe-btn.awe-btn-13:hover {
  border-color: #FFF;
  background-color: #334351;
}
.awe-btn.awe-btn-14 {
  border: 2px solid #000;
}
.awe-btn.awe-btn-14:hover {
  border-color: #e7c130;
  background-color: #e7c130;
  color: #fff;
}
section {
  position: relative;
}
.tb {
  display: table;
  width: 100%;
}
.tb-cell {
  display: table-cell;
  vertical-align: middle;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  line-height: 1.5em;
  color: #232323;
  font-family: 'Montserrat';
  margin: 0;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 18.15px;
  font-weight: bold;
}
h6,
.h6 {
  font-size: 14.12px;
}
abbr {
  color: #A1D71A;
  border-width: 2px;
}
mark,
.mark {
  background-color: #232323;
}
.icon {
  display: inline-block;
  font-style: normal;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hr {
  height: 1px;
  width: 100%;
}
.hr:after,
.hr:before {
  width: 50%;
  content: '';
  height: 1px;
}
.hr:after {
  float: right;
  background-color: #e3e3e3;
  background-image: -webkit-gradient(linear, left top, right top, from(#e3e3e3), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #e3e3e3, #ffffff);
  background-image: -moz-linear-gradient(left, #e3e3e3, #ffffff);
  background-image: -ms-linear-gradient(left, #e3e3e3, #ffffff);
  background-image: -o-linear-gradient(left, #e3e3e3, #ffffff);
}
.hr:before {
  float: left;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(left, #ffffff, #e3e3e3);
  background-image: -moz-linear-gradient(left, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(left, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(left, #ffffff, #e3e3e3);
}
.heading {
  margin: 0;
  color: #232323;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.heading.white {
  color: #fff;
}
.sub-heading {
  color: #333333;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 15px;
}
.shortcode-heading {
  color: #464646;
  font-family: 'Montserrat';
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 14px;
  margin: 0;
  border-bottom: 2px dotted #464646;
}
/*
blockquote {
  border: 2px solid #232323;
  padding: 15px 25px;
  margin: 0;
}
blockquote p {
  margin: 0;
  color: #444444;
  font-weight: 600;
  font-style: italic;
  line-height: 1.428em;
}
blockquote p:before {
  content: '“';
  font-family: 'Montserrat';
  font-size: 28px;
  margin-right: 10px;
  font-style: inherit;
}
blockquote p:after {
  content: '”';
  font-size: 28px;
  font-style: inherit;
  margin-left: 10px;
  font-family: 'Montserrat';
}
*/
blockquote { border: 0px;
  padding: 0px 0px; margin-bottom: 20px; }
blockquote p { color: #fff; position: relative; font-size: 14px; font-style: italic; padding: 0 30px; margin: 0; }
blockquote p:before,
blockquote p:after { display: inline-block; color: #fff; position: absolute; width: 20px; height: 18px; }
blockquote p:before { content: ' '; top: 4px; left: 0; background: url("../../images/_icons/qoute-arrow1.png") no-repeat; }
blockquote p:after { content: ' '; bottom: 4px; right: 0; background: url("../../images/_icons/qoute-arrow2.png") no-repeat; }

.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #f1f1f1;
}
.bg-blue {
  background-color: #344a71;
}
.tabs {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs .ui-tabs-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs .ui-tabs-nav li {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0 !important;
  margin: 0 40px 0 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tabs .ui-tabs-nav li a {
  color: #232323 !important;
  font-weight: 500;
  padding: 0 !important;
  text-transform:;
  font-family: 'Hind';
}
.tabs .ui-tabs-nav li:hover a,
.tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #516d9b !important;
}
.tabs .ui-tabs-panel {
  padding: 0;
  margin-top: 0px;
}
.tabs.tabs-2 .ui-tabs-nav li {
  margin: 0 !important;
}
.tabs.tabs-2 .ui-tabs-nav li a {
  font-family: 'Hind';
  padding: 5px 10px !important;
  border: 2px solid #464646;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.tabs.tabs-2 .ui-tabs-nav li:hover a {
  color: #232323 !important;
  border-color: #464646;
}
.tabs.tabs-2 .ui-tabs-nav li.ui-tabs-active a {
  background-color: #344a71;
  color: #fff !important;
}
.accordion .ui-accordion-header {
  background-color: #344a71;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Hind';
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10px;
  border-width: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.accordion .ui-accordion-header:first-child {
  margin-top: 0;
}
.accordion .ui-accordion-content {
  background-color: transparent;
  padding: 15px 20px;
  border: 2px solid #344a71;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert {
  line-height: 1.5em;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/**/
.awe-calendar-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.awe-calendar-wrapper .awe-calendar {
  padding: 0 30px 0 10px;
  background-color: transparent;
  color: #333333;
  width: 100%;
  border: 2px solid #333333;
  height: 40px;
  line-height: 36px;
}
.awe-calendar-wrapper .awe-calendar::-webkit-input-placeholder {
  color: #333333;
}
.awe-calendar-wrapper .awe-calendar:-moz-placeholder {
  color: #333333;
}
.awe-calendar-wrapper .awe-calendar::-moz-placeholder {
  color: #333333;
}
.awe-calendar-wrapper .awe-calendar:-ms-input-placeholder {
  color: #333333;
}
.awe-calendar-wrapper i {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 14px;
  color: #333;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.bootstrap-select.btn-group.awe-select {
  width: auto;
}
.bootstrap-select.btn-group.awe-select .dropdown-toggle {
  background-color: transparent;
  outline: none;
  border: 2px solid #fff;
  height: 40px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-select.btn-group.awe-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
  color: #fff;
}
.bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
}
.bootstrap-select.btn-group.awe-select .dropdown-menu {
  margin: 0;
  border-width: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
  padding: 7px 10px;
  font-family: 'Montserrat';
  color: #333;
  font-size: 12px;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.bootstrap-select.btn-group.awe-select .dropdown-menu ul li a:hover {
  background-color: #2980b9;
  color: #fff;
  border-bottom-color: #2980b9;
}
.bootstrap-select.btn-group.awe-select .dropdown-menu ul li:last-child a {
  border-bottom-width: 0;
}
.bootstrap-select.btn-group.awe-select .dropdown-menu ul li.selected a {
  background-color: #2980b9;
  color: #fff;
  border-bottom-color: #2980b9;
}
/************************************************/

* { -webkit-box-sizing: border-box; box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 100%; height:100%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); -webkit-transition: .6s background; transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }/**/
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }/**/
}
@media all and (max-width: 600px) {
/*.vid-info { width: 100%; height:100%; padding: .5rem; }*/
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.tab-price{
  margin-top:10px;
}
.tab-price p.not{
  
}
.tab-price .tableBook1 {
  display:block;
  width: 100%;
}
.tab-price .tableBook2 {
  display:none;
}
.tab-price table {
  width: 100%;
  vertical-align: middle;
}
/**/
.tab-price table caption {
  text-align: center;
  position: relative;
  padding: 0;
}
.tab-price table caption h2 {
  margin: 0;
  color: #333333;
  font-size: 16.37px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.tab-price table caption a {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 50px;
  width: 40px;
  top: 0;
  bottom: 0;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.tab-price table caption a:hover {
  color: #e7c130;
}
.tab-price table caption a.prev {
  left: 0;
}
.tab-price table caption a.next {
  right: 0;
}
/**/
.tab-price table thead {
  border: 2px solid #333;
}
.tab-price table tbody {
  border: 2px solid #333;
}
.tab-price table tbody.tbodyAmount1 {
  border: 0px;
}
.tab-price table tbody.tbodyAmount1 td.title {
  border:0px; 
  font-weight:bold; 
  text-align:right; 
  font-size:18px;
}
.tab-price table tbody.tbodyAmount1 td.value{
  background-color:#334351;
  border:0px; 
  font-weight:bold; 
  text-align:right; 
  color:#FFF; 
  font-size:18px;	
}

.tab-price table tbody.tbodyAmount2 td .infoLine{
	width:100%; 
	float:left; 
	border-top:1px solid #e3e3e3; 
	margin-top:5px; 
	padding-top:5px;
}
.tab-price table tbody.tbodyAmount2 td a.awe-btn{
  text-decoration:none;
  width:49%;
  margin:0%;
  text-transform:none;
  padding:2px;
}
.tab-price table tbody.tbodyAmount2 td a.awe-btn:hover{
  text-decoration:none;
}
.tab-price table tbody.tbodyAmount2 td.amount{
  background-color:#334351; 
  border:0px; 
  font-weight:bold; 
  text-align:center; 
  color:#FFF; 
  font-size:18px;	
}
.tab-price table tbody.tbodyAmount2 td.amount dt{
  font-weight:normal; 
  font-size:14px;	
}
.tab-price table thead th {
  text-align:center;
  /*font-family: 'Montserrat';*/
  font-size: 14px;
  font-weight:bold;
  padding: 5px 3px;
  background-color:#E6E6E6;
  border: 1px solid #333;
}
/**/
.tab-price table tr td {
  padding: 5px 3px;
  border: 1px solid #333;
  /*font-family: 'Montserrat';*/
  font-size: 14px;
  color: #333333;
  text-align:center;
  position: relative;
}
/*
.tab-price table tr td.prv i,
.tab-price table tr td.vld i,
.tab-price table tr td.eff i{
  position: absolute;
  top: 25%;
  left: 5px;
}*/
.tab-price table tr td.prv {
  color: #FFB400;
  font-weight:bold;
}
.tab-price table tr td.vld {
  color: #74B749;
  font-weight:bold;
}
.tab-price table tr td.eff {
  color: #00A489;
  font-weight:bold;
}
.tab-price table tr td.remove a {
  color: #F00;
}
.tab-price table tr td a.awe-ajax:hover {
  text-decoration:underline;
}
.tab-price table tr td span.dateArr1,
.tab-price table tr td span.dateDep1 {
  display:block;
}
.tab-price table tr td span.dateArr2,
.tab-price table tr td span.dateDep2 {
  display:none;
}
.tab-price table tr td a.remove {
  font-size: 13.6px;
  position: absolute;
  top: 3px;
  right: 5px;
  color: #F00;
}
/**/
/* Tooltip container */
.tooltips {
    display:inline-block;
    position:relative;
    border-bottom:1px dotted #333;
}
.tooltips .top {
	width:auto;
	min-width:100px;
    top:-2px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:3px;
  	background-color: black;
  	color: #fff;
    font-weight:normal;
    font-size:13px;
    border-radius:2px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}
.tooltips:hover .top {
    display:block;
}
/**/
.ui-datepicker {
  background: #ffffff;
  border-width: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 0;
  width: 320px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index:9999;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #334351;
  border-width: 0;
  border-bottom:2px solid #e9c000;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: both;
  line-height: 50px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  position: static;
  display: block;
  height: inherit;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-width: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon {
  background: none;
  color: #fff;
  text-indent: 0;
  position: static;
  margin: 0;
  width: inherit;
  height: inherit;
  display: inline;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
  background-color: #e9c000;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  text-transform: capitalize;
  color: #FFF;
  font-family: 'Montserrat';
  font-weight: normal;
  background-color: #334351;
  padding: 8px 5px;
}
.ui-datepicker .ui-datepicker-calendar td a {
  padding: 4px 4px;
  background: none;
  color: #232323;
  font-family: 'Montserrat';
  border-width: 0;
  text-align: center;
  border:1px solid #334351;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background-color: #334351;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span{
  padding: 4px 4px;
  background:#CCC;
  color: #334351;
  font-family: 'Montserrat';
  border-width: 0;
  text-align: center;
  border:1px solid #999;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a:hover,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td a:hover {
  background-color: #e9c000;
  color: #fff;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 13px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  color: #e9c000;
  border-color: #e9c000;
}
.owl-controls .owl-prev {
  left: 10px;
}
.owl-controls .owl-next {
  right: 10px;
}
.owl-controls .owl-pagination {
  font-size: 0;
}
.owl-controls .owl-pagination .owl-page {
  font-size: 14px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  margin: 0px 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.owl-controls .owl-pagination .owl-page.active {
  background-color: #fff;
}
.awe-overflow-h {
  overflow: hidden;
}
.awe-popup-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.awe-popup-overlay:before,
.awe-popup-overlay:after {
  content: '';
}
.awe-popup-overlay.in {
  visibility: visible;
  opacity: 1;
}
.awe-popup-wrap {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.awe-popup-wrap.in {
  visibility: visible;
  opacity: 1;
}
.awe-popup-wrap .awe-popup-content {
  display: inline-block;
  text-align: left;
}
.awe-popup-wrap .awe-popup-close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.awe-popup-wrap .awe-popup-close:after,
.awe-popup-wrap .awe-popup-close:before {
  content: '';
  height: 2px;
  width: 20px;
  background-color: #e9c000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.awe-popup-wrap .awe-popup-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.awe-popup-wrap .awe-popup-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.bg-1 {
  background-image: url('../images/_banners/img-1.jpg');
}
.bg-2 {
  background-image: url('../images/_banners/img-2.jpg');
}
.bg-3 {
  background-image: url('../images/_banners/img-3.jpg');
}
.bg-4 {
  background-image: url('../images/_banners/img-4.jpg');
}
.bg-5 {
  background-image: url('../images/_banners/img-5.jpg');
}
.bg-6 {
  background-image: url('../images/_banners/img-6.jpg');
}
.bg-7 {
  background-image: url('../images/_banners/img-7.jpg');
}
.bg-8 {
  background-image: url('../images/_banners/img-8.jpg');
}
.bg-9 {
  background-image: url('../images/_banners/img-9.jpg');
}
.bg-10 {
  background-image: url('../images/_banners/img-10.jpg');
}
.bg-11 {
  background-image: url('../images/_banners/img-11.jpg');
}
.bg-12 {
  background-image: url('../images/_banners/img-12.jpg');
}
.bg-13 {
  background-image: url('../images/_banners/img-13.jpg');
}
.bg-14 {
  background-image: url('../images/_banners/img-14.jpg');
}
.bg-15 {
  background-image: url('../images/_banners/img-15.jpg');
}
.bg-16 {
  background-image: url('../images/_banners/img-16.jpg');
}
.bg-17 {
  background-image: url('../images/_banners/img-17.jpg');
}
.bg-18 {
  background-image: url('../images/_banners/img-18.jpg');
}
.bg-19 {
  background-image: url('../images/_banners/img-19.jpg');
}
.bg-20 {
  background-image: url('../images/_banners/img-20.jpg');
}
.bg-21 {
  background-image: url('../images/_banners/img-21.jpg');
}
/**/
#breadcrumb {
  list-style: none;
  display: inline-block;
  padding:0;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #334351;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 7px 0 5px;
  text-align: center;
  margin-right: 13px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #334351;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #334351;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #334351;
}
#breadcrumb li:first-child a {
  padding-left: 10px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 10px;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #334351;
  border-width: 15px 5px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -10px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #334351;
}
#breadcrumb li a:hover {
  background-color: #e9c000;
}
#breadcrumb li a:hover:before {
  border-color: #e9c000;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #e9c000;
}
#breadcrumb li a:active {
  background-color: #e9c000;
}
#breadcrumb li a:active:before {
  border-color: #e9c000;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #e9c000;
}

.breadcrumb-mobile { 
	padding-top:0px;
	margin-bottom: 10px;
	display:none;
	width: 100%;
	float:left;
}
.breadcrumb-mobile a, .breadcrumb-mobile span { 
	line-height: 12px; 
	color: #334351; 
	display: inline-block; 
	margin: 0;
	text-transform:uppercase;
}
.breadcrumb-mobile span.sep{
	margin: 0 1px;
}
.breadcrumb-mobile a:hover { 
	color: #e9c000; 
}
/* 2.   Header
--------------------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 999;
}
.header_top {
  background-color: #e9c000;
}
.header_top:after {
  display: table;
  content: '';
  clear: both;
}
.header_top .header_left span {
  font-size: 12px;
  color: #fff;
  margin-right: 15px;
  line-height: 36px;
  text-transform: uppercase;
}
.header_top .header_left span a{
	color: #fff;
}
.header_top .header_left span i {
  font-size: 11px;
  margin-right: 5px;
}
.header_top .header_right {
  font-size: 0;
}
.header_top .header_right .login-register {
  text-transform: uppercase;
}
.header_top .header_right .login-register a {
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_top .header_right .login-register a:hover,
.header_top .header_right .login-register a.current-menu-item {
  background-color: #fff;
  color: #333;
}
.header_top .header_right .dropdown {
  font-size: 12px;
  position: relative;
  display: inline-block;
}
.header_top .header_right .dropdown span {
  color: #fff;
  line-height: 36px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_top .header_right .dropdown span:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  margin-left: 5px;
}
.header_top .header_right .dropdown ul {
  line-height: none;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: absolute;
  min-width: 115px;
  right: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_top .header_right .dropdown ul li a {
  color: #333333;
  font-size: 14px;
  display: block;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_top .header_right .dropdown ul li a:hover {
  background-color: #e9c000;
  color: #fff;
}
.header_top .header_right .dropdown ul li.active a {
  background-color: #e9c000;
  color: #fff;
}
.header_top .header_right .dropdown:hover span {
  background-color: #fff;
  color: #333;
}
.header_top .header_right .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
}
/**/
.header_top .header_booking {
  background-color: #334351;
  padding-top: 15px;
  padding-bottom:15px;
  text-align:center;
}
/**/
.header_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 0 0;
  text-align: right;
  font-size: 0;
  z-index: 999;
}
.header_content:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #334351; /*334351*/
  opacity: .9;
  top: 0;
  left: 0;
  z-index: -1;
}
.header_content .container {
  position: relative;
}
/**/
.header_content .header_search {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.header_content .header_search a.search{
  font-size:20px;
  display: block;
  padding: 0 20px;
  line-height: 84px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_content .header_search a.search:hover{
  color:#e9c000;
  background-color: #fff;
}
/**/
.header_content .header_menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.header_content .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_content .menu > li {
  float: left;
  position: relative;
}
.header_content .menu > li > a {
  display: block;
  padding: 0 15px;
  line-height: 84px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13.45px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.header_content .menu > li.current-menu-item > a {
  background-color: #fff;
  color: #232323;
}
.header_content .menu > li:hover > a {
  background-color: #fff;
  color: #232323;
}
.header_content .menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.header_content .menu > li > .sub-menu {
  left: 0;
  right: 0;
  margin: auto;
}
.header_content .menu > li .sub-menu {
  width: 180px;
  position: absolute;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  border: 1px solid #f1f1f1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_content .menu > li .sub-menu li {
  float: none;
  position: relative;
}
.header_content .menu > li .sub-menu li a {
  display: block;
  padding: 7px 15px;
  color: #232323;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.header_content .menu > li .sub-menu li a span {
  float: right;
  position: relative;
  top: 2px;
}
.header_content .menu > li .sub-menu li.current-menu-item > a {
  background-color: #334351;
  color: #fff;
}
.header_content .menu > li .sub-menu li:hover > a {
  background-color: #334351;
  color: #fff;
}
.header_content .menu > li .sub-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.header_content .menu > li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  padding: 0;
}
.header_logo {
  float: left;
  line-height: 84px;
}
.header_logo img {
  max-height: 70px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  border:1px solid #FFF;
  padding:10px; /*padding:3px;*/
}
.menu-bars {
  color: #fff;
  width: 50px;
  font-size: 28px;
  cursor: pointer;
  display: none;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*border:1px solid #F00;*/
}
.menu-bars span {
  width: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-bars span:before,
.menu-bars span:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-bars span:after {
  top: -8px;
}
.menu-bars span:before {
  bottom: -8px;
}
.menu-bars:hover {
  background-color: #fff;
}
.menu-bars:hover span {
  background-color: transparent;
}
.menu-bars:hover span:after {
  background-color: #e9c000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menu-bars:hover span:before {
  background-color: #e9c000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-bars.active {
  background-color: #fff;
}
.menu-bars.active span {
  background-color: transparent;
}
.menu-bars.active span:after {
  background-color: #e9c000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-bars.active span:before {
  background-color: #e9c000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header_mobile {
  background-color: rgba(51, 67, 81, 0.9);
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
}
.header_mobile .container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_mobile .header_logo {
  display: inline-block;
}
/**/
.header_mobile .header_search {
  display: block;
  width: 50px;
  top: 0;
  right: 65px;
  bottom: 0;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*border:1px solid #F00;*/
}
.header_mobile .header_search:hover{
  background-color: #fff;
  color:#e9c000;
}
.header_mobile .header_search a.search{
  top: 0;
  left: 0;
  bottom: 0;
  width:100%;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size:24px;
  line-height: 94px;
  text-align:center;
  /*border-right:1px solid #F00;*/
}
.header_mobile .header_search a.search:hover{
  color:#e9c000;
}
/**/
.header_mobile .menu-bars {
  display: block;
}
.header_mobile .header_menu {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: -270px;
  width: 270px;
  overflow-y: auto;
  background-color: rgba(51, 67, 81, 0.9);
  -webkit-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -moz-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -ms-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -o-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
}
.header_mobile .header_menu.active {
  right: 0;
}
.header_mobile .header_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header_mobile .header_menu ul li a {
  display: block;
  padding: 10px 40px 10px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_mobile .header_menu ul li a span {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header_mobile .header_menu ul li a span:before {
  content: '\f0d7';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.header_mobile .header_menu ul li a:hover {
  background-color: #fff;
  color: #232323;
}
.header_mobile .header_menu ul li.current-menu-item > a {
  background-color: #fff;
  color: #232323;
}
.header_mobile .header_menu ul li .sub-menu {
  background-color: rgba(51, 67, 81, 0.9);
  display: none;
}
.header_mobile .header_menu ul li > .sub-menu > li > a {
  padding-left: 35px;
}
.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 55px;
}
.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  padding-left: 75px;
}
.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > .sub-menu > li > a {
  padding-left: 100px;
}
.header_mobile .header_logo {
  line-height: 1;
}
.header-sticky {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
}
/* 3.   Banner
--------------------------------------------------------------------------------*/
#slider-revolution ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.banner-slider .slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.banner-slider .slider-item .slider-text {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.banner-slider .slider-item .slider-text .slider-caption {
  padding: 7px 0;
}
.banner-slider .slider-item .slider-text .awe-btn {
  margin-top: 30px;
}
.banner-slider .owl-prev,
.banner-slider .owl-next {
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.banner-slider .owl-prev {
  left: 50px;
}
.banner-slider .owl-next {
  right: 50px;
}
.slider-caption-sub {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
.slider-caption-sub.slider-caption-sub-1 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 28px;
}
.slider-caption-sub.slider-caption-sub-2 {
  color: #333333;
}
.slider-caption-sub.slider-caption-sub-3 {
  font-size: 26px;
  font-family: 'Montserrat';
}
.slider-caption {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  line-height: 1;
}
.slider-caption small {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-family: 'Hind';
  font-size: 30px;
  color: #fff;
  line-height: 1.15em;
}
.slider-caption.slider-caption-1 {
  font-weight: bold;
}
.slider-caption.slider-caption-2 {
  color: #333333;
  font-weight: bold;
  font-size: 80px;
}
.slider-caption.slider-caption-2 small {
  color: #333;
}
.slider-caption.slider-caption-3 {
  font-size: 80px;
}
.slider-icon {
  padding: 5px 0;
  display: inline-block;
}
.awe-btn.awe-btn-slider {
  font-size: 14px;
  padding: 10px 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

/*SLIDER MISE EN FORM*/
.slider-caption-sub {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}
.slider-caption-sub.slider-caption-sub-1 {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;/**/
}
.slider-caption {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  line-height: 1;
}
.slider-caption.slider-caption-1 {
  font-weight: bold;
}
.awe-btn.awe-btn-slider {
  font-size: 14px;
  padding: 10px 30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
/* 4.   Home
--------------------------------------------------------------------------------*/
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background: url(../../images/_about/logos/_loader2.gif) center no-repeat #fff;
	background-size: 30%;
}
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: #FFF;
}
#preloader .preloader-dot {
  width: 0;
  height: 0;
  border: 2px solid #334351;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  animation: preloader 3s ease infinite;
  -ms-animation: preloader 3s ease infinite;
  -moz-animation: preloader 3s ease infinite;
  -webkit-animation: preloader 3s ease infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@-webkit-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@-moz-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@-ms-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@-o-keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
@keyframes preloader {
  0% {
    border-width: 2px;
  }
  100% {
    border-width: 50px;
    opacity: 0;
  }
}
/* SUB BANNER */
.section-sub-banner {
  padding-top: 80px;
  width:100%;
}
.sub-banner {
  position: relative;
}
.sub-banner .text {
  padding-bottom: 50px;
}
.sub-banner .text h2 {
  margin-top: 70px;
  margin-bottom: 0;
  color: #fff;
  font-size: 35.68px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight:700;
}
.sub-banner .text p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}
/* END / SUB BANNER */
/* ACCOMD ODATIONS */
.section-accommo_1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.accomd-modations {
  padding: 90px 0;
  position: relative;
}
.accomd-modations:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 74.36%;
  width: 5000px;
}
.accomd-modations .accomd-modations-content {
  margin-top: -30px;
}
.accomd-modations-content .accomd-modations-room {
  margin-top: 30px;
}
.accomd-modations-content.owl-single .owl-next,
.accomd-modations-content.owl-single .owl-prev {
  display: none;
}
.accomd-modations-content.owl-single .owl-pagination {
  text-align: center;
  margin-top: 20px;
}
.accomd-modations-header {
  margin-top: 150px;
}
.accomd-modations-header p {
  margin-bottom: 0;
  margin-top: 10px;
}
.accomd-modations-room {
  position: relative;
}
.accomd-modations-room .img {
  position: relative;
}
.accomd-modations-room .img img {
  width: 100%;
}
.accomd-modations-room .img:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(52, 74, 113, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 74, 113, 0)), to(rgba(52, 74, 113, 0.9)));
  background: -webkit-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  background: -moz-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  background: -ms-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  background: -o-linear-gradient(top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9));
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.accomd-modations-room .text {
  position: absolute;
  background-color: #344a71;
  padding: 10px 20px;
  top: 0;
  left: 18px;
}
.accomd-modations-room .text h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  font-family: 'Hind';
}
.accomd-modations-room .text h2 a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.accomd-modations-room .text h2 a:hover {
  color: #e7c130;
}
.accomd-modations-room .text .price {
  color: #8ea6d4;
  margin-bottom: 0;
  font-family: 'Montserrat';
  margin-top: 5px;
}
.accomd-modations-room .text .price .amout {
  color: #fff;
  font-size: 26px;
  margin-right: 10px;
}
.accomd-modations-room:hover .img:after {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.accomd-modations_1 .heading {
  /*margin-bottom: 40px;*/
}
.accomd-modations_1 p {
  margin-bottom: 10px;
}
.accomd-modations-content_1 {
  margin-left: -15px;
  margin-right: -15px;
}
.accomd-modations-content_1 .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.accomd-modations-content_1 .owl-pagination {
  position: absolute;
  top: -30px;
  right: 15px;
}
.accomd-modations-content_1 .owl-pagination .owl-page {
  border-color: #333;
  margin: 0 4px;
}
.accomd-modations-content_1 .owl-pagination .owl-page.active {
  background-color: #333;
}
/**/
.accomd-modations-room_1 {
	float:left;
	background-color:#f9f9f9;
}
.accomd-modations-room_1:hover {
	background-color:#f5f5f5;
}
/**/
.accomd-modations-room_1 .img {
  position: relative;
}
.accomd-modations-room_1 .img img {
  width: 100%;
}
.accomd-modations-room_1 .img:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(51, 67, 81, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 67, 81, 0)), to(rgba(51, 67, 81, 0.9)));
  background: -webkit-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  background: -moz-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  background: -ms-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  background: -o-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.accomd-modations-room_1:hover .img:after {
  top: 0;
  opacity: 1;
  visibility: visible;
}
/**/
.accomd-modations-room_1 .img .favorite {
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto;
  color: #fff;
  font-size: 36px;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
  cursor:pointer;
  text-shadow: 1px 2px 3px #666;
}
.accomd-modations-room_1 .img .favorite.yes{
  color:#ff6d6d;
}
.accomd-modations-room_1 .img .favorite:hover {
  color:#ff6d6d;
}
/**/
.accomd-modations-room_1 .img .views {
  top:auto;
  bottom: 0px;
  right: 10px;
  left: auto;
  color: #fff;
  font-size: 14px;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
}
/**/
.accomd-modations-room_1 .text {
  margin-top: 10px;
}
.accomd-modations-room_1 .text h2 {
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 20px;
  padding:0 5px;
}
.accomd-modations-room_1 .text h2 a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.accomd-modations-room_1 .text h2 a:hover {
  color: #334351;
}
.accomd-modations-room_1 .text ul {
  float:left;
  width:100%;
  padding:0 5px;
  font-size: 0;
}
.accomd-modations-room_1 .text ul li {
  position: relative;
  padding-left: 0px;
  font-size: 14px;
  display:block;
  vertical-align: top;
  color: #232323;
  margin: px 0;
  font-weight: 500;
}
.accomd-modations-room_1 .text ul li:before {
  width: 5px;
  height: 5px;
  background-color: #333333;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display:none;
}
.accomd-modations-room_1 .text .desc {
  float:left;
  width:100%;
  padding:0 5px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #333333;
  font-size: 14px;
  text-align:center;
  line-height: 1;
}
.accomd-modations-room_1 .text .desc .amm {
	float:left;
	width:25%;
	font-size:11px;
}
.accomd-modations-room_1 .text .desc img {
	height:20px;
}
.accomd-modations-room_1 .text .desc dt {
	margin-top:3px;
}
.accomd-modations-room_1 .text .bot{
  float:left;
  width:100%;
  overflow: hidden;
  padding: 5px 5px;
  margin-top: 0px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.accomd-modations-room_1 .text .price {
  float:left;
  width:auto;
  padding-top: 8px;  
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 0.7;
}
.accomd-modations-room_1 .text .price sup{
	font-size:11px;
}
.accomd-modations-room_1 .text .price sup strike{
	color:#F00;
}
.accomd-modations-room_1 .text .price .amout {
  color: #516d9b;
  font-size: 22px;
}
.accomd-modations-room_1 .text .awe-btn {
  /*margin-left: 20px;*/
  float: right;
}
/* ACCOMD ODATIONS */
/* CHECK AVAILABILITY */
.section-check-availability {
  position: relative;
  z-index: 20;
  background-color:#FFF;
}
.check-availability {
  position: relative;
  padding: 20px 0;
  margin-top: -90px;
}
.check-availability:before {
  top: 0;
  bottom: 0;
  left: -5000px;
  content: '';
  background-color: #334351;
  opacity: 1;
  width: 10000px;
  position: absolute;
  display: block;
  z-index: 0;
}
.check-availability h2 {
  color: #fff;
  font-size: 25px;
  margin: 0;
  font-weight: normal;
  font-family: 'Montserrat';
  position: relative;
  padding-left: 60px;
  line-height: 1;
  text-transform:uppercase;
}
.check-availability h2:before {
  content: '\f00c';
  border: 3px solid #e9c000;
  color: #e9c000;
  font-size: 18px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.check-availability .availability-form {
  font-size: 0;
  text-align: right;
  margin-top: 5px;
  position: relative;
}
.check-availability .availability-form .awe-calendar-wrapper {
  width: 130px;
  margin-right: 20px;
}
.check-availability .availability-form .awe-calendar-wrapper .awe-calendar {
  border-color: #fff;
  color: #fff;
}
.check-availability .availability-form .awe-calendar-wrapper .awe-calendar::-webkit-input-placeholder {
  color: #ffffff;
}
.check-availability .availability-form .awe-calendar-wrapper .awe-calendar:-moz-placeholder {
  color: #ffffff;
}
.check-availability .availability-form .awe-calendar-wrapper .awe-calendar::-moz-placeholder {
  color: #ffffff;
}
.check-availability .availability-form .awe-calendar-wrapper .awe-calendar:-ms-input-placeholder {
  color: #ffffff;
}
.check-availability .availability-form .awe-calendar-wrapper i {
  color: #fff;
}
.check-availability .availability-form .bootstrap-select.btn-group.awe-select {
  margin-right: 20px;
  width: 140px;
}
.check-availability .availability-form .availability-form-line {
  vertical-align: middle;
  display: inline-block;
  color:#FFF;
}

.check-availability .availability-form .availability-more-item{
  text-align:left;
  margin-right: 20px;
  border-top:0px solid #FFF;
}
.check-availability .availability-form .availability-more-item hr{
	border-top:1px solid #FFF;
	margin:0;
	padding:0;
	padding-bottom:10px;
	margin-top:10px;
}
.check-availability .availability-form .availability-more-item .result{
  display: inline-block;
  color:#FFF; 
  background-color:rgba(0,0,0,0); 
  width:100%; 
  padding:0; 
  border:0; 
  margin:0;
  margin:-10px 0;
  border-top:0px solid #FFF;
}
.check-availability .availability-form .availability-more-item .divselect{
  float:left;
  width:auto;
  display:none;
}
.check-availability .availability-form .availability-more-item .divcheckbox{
  padding-top:2px;
  width:auto;
  margin-right:10px;
  margin-left:0px;
  display: inline-block;
}
.check-availability .availability-form input[type=checkbox].css-checkbox {
  position:absolute; 
  z-index:-1000; 
  left:-1000px; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height:1px; 
  width:1px; 
  margin:-1px; 
  padding:0; 
  border:0;
}
.check-availability .availability-form input[type=checkbox].css-checkbox + label.css-label {
  display:inline-block;
  line-height:16px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:14px;
  vertical-align:middle;
  cursor:pointer;
  font-weight:normal;
  border:0px #666666 solid;
  width:100%;
  padding-top:2px;
  padding-left:20px;
  height:16px;
}
.check-availability .availability-form input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}
.check-availability .availability-form label.css-label {
  background-image:url('../../images/_icons/checkbox.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-availability .availability-form .availability-submit {
  vertical-align: top;
  display: inline-block;
}
.check-availability .availability-form .availability-submit .awe-btn {
  height: 40px;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
input.check-ref-item{
  background-color:transparent; 
  border:2px solid #FFF; 
  color:#FFF; 
  width:100%;
  background-image: url(../../images/_icons/ref.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left:42px;
}
input.check-ref-item::-webkit-input-placeholder {
  color: #FFF;
}
input.check-ref-item:-moz-placeholder {
  color: #FFF;
}
input.check-ref-item::-moz-placeholder {
  color: #FFF;
}
input.check-ref-item:-ms-input-placeholder {
  color: #FFF;
}

/**/
.section-check-availability-more {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom:0px solid #334351;
  background-color:#334351;
  color:#FFF;
  opacity: .85;
}
.availability-more{
  padding:10px 15px;
}
.availability-more .item-availability-more{
  float:right;
  width:auto;
}
.availability-more .item-availability-more .divcheckbox{
  float:left;
  padding-top:2px;
  width:auto;
  margin-left:20px;
}
.availability-more .item-availability-more .divselect{
  float:left;
  width:auto;
  display:none;
}
.availability-more .result-availability-more{
  float:left;
  width:auto;
  margin-right:0px;
  padding-top:2px;
}
.availability-more input[type=checkbox].css-checkbox {
  position:absolute; 
  z-index:-1000; 
  left:-1000px; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height:1px; 
  width:1px; 
  margin:-1px; 
  padding:0; 
  border:0;
}
.availability-more input[type=checkbox].css-checkbox + label.css-label {
  display:inline-block;
  line-height:16px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:14px;
  vertical-align:middle;
  cursor:pointer;
  font-weight:normal;
  border:0px #666666 solid;
  width:100%;
  padding-top:2px;
  padding-left:20px;
  height:16px;
}
.availability-more input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}
.availability-more label.css-label {
  background-image:url('../../images/_icons/checkbox.png');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}/******/
.availability-more .s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.availability-more .select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font:normal 11px/22px;
    color:black;
    border:1px solid #ccc;
}
.availability-more .styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:white;
    padding:0 10px;
    font-weight:normal;
	padding-top:2px;
}
.availability-more .styledSelect:after {
    content:"";
    width:0;
    height:0;
    border:5px solid transparent;
    border-color:black transparent transparent transparent;
    position:absolute;
    top:9px;
    right:6px;
}
.availability-more .styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.availability-more .options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.availability-more .options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#39f;
    color:white;
}
/* END / CHECK AVAILABILITY */
/* HOME ABOUT */
.section-home-about {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-about .img {
  position: relative;
}
.home-about .img img {
  width: 100%;
}
.home-about .text .heading {
  /*margin-top: 15px;*/
}
.home-about .text span {
  color: #333;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
.home-about .text p {
  color: #232323;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  text-align:justify;
}
.home-about .text .awe-btn {
  margin-top: 15px;
}
/* END / HOME ABOUT */
/* OUR BEST */
.section-our-best {
  padding-top: 40px;
  padding-bottom: 70px;
}
.our-best .img {
  margin-top: 30px;
}
.our-best .img img {
  width: 100%;
}
.our-best .text {
  margin-top: 30px;
  position: relative;
}
.our-best .text p {
  color: #333;
  margin-bottom: 0;
  margin-top: 25px;
  line-height: 1.428em;
}
.our-best .text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0;
  display: table;
}
.our-best .text ul li {
  margin-top: 15px;
  color: #232323;
  font-weight: 500;
  width: -moz-calc(50% - 1px);
  width: -o-calc(50% - 1px);
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
  font-size: 14px;
  display: inline-block;
  padding-right: 15px;
}
.our-best .text ul li:before {
  position: relative;
  top: -2px;
  width: 5px;
  height: 5px;
  margin-right: 15px;
  display: inline-block;
  background-color: #333333;
  content: '';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.our-best .text ul li:nth-child(even) {
  padding-right: 0;
  padding-left: 15px;
}
/* END / OUR BEST */
/* HOME GUEST BOOK */
.home-guestbook {
  padding: 50px 0;
  position: relative;
}
.home-guestbook:after {
  display: table;
  content: '';
  clear: both;
}
.home-guestbook:before {
  width: 10000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 74.35%;
  content: '';
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.guestbook-content {
  margin-top: 0px;
}
.guestbook-content .owl-buttons {
  display: none;
}
.guestbook-content .owl-pagination {
  margin-top: 20px;
  margin-left: 165px;
}
.guestbook-header {
  position: relative;
  z-index: 1;
  width:100%;
}
.guestbook-header h2 {
  margin-bottom: 10px;
}
.guestbook-header p {
  color: #232323;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1.428em;
}
.guestbook-header .awe-btn {
  margin-top: 20px;
}
.guestbook-item {
  padding-right: 70px;
}
.guestbook-item .img {
  float: left;
  overflow: hidden;
  width: 115px;
  height: 115px;
  margin-right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-weight:400;
  font-size:65px;
  padding-top:15px;
  text-align:center;
}
.guestbook-item .text {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 20px;
}
.guestbook-item .text p {
  color: #ffffff;
  line-height: 1.4em;
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
}
.guestbook-item .text p:before {
  position: absolute;
  font-family: 'Montserrat';
  content: '“';
  top: 0;
  left: -20px;
  font-size: 40px;
}
.guestbook-item .text p:after {
  font-family: 'Montserrat';
  content: '„';
  font-size: 40px;
  line-height: 0;
  margin-left: 10px;
}
.guestbook-item .text span {
  color: #ffffff;
}
.guestbook-item .text span strong {
  font-size: 20px;
  margin-right: 10px;
}
/* END / HOME GUEST BOOK */

/* NOS CLIENT */
.section-customers {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-customers p {
  color: #636363;
  margin-bottom: 0;
  font-size:16px;
}
/* END */
/* HOME NEW */
.section-event-news {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-event-news .news {
  margin-top: 0px;
}
.event-news {
  margin-top: 0px;
  padding-bottom: 0px;
  position: relative;
  
}
.event-news p {
  color: #636363;
  margin-bottom: 0;
  font-size:16px;
}
.event-news .hr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.news {
  overflow: hidden;
}
.news p {
  margin-bottom: 30px;
}
.news .news-item {
  margin-bottom: 20px;
}
.news .awe-btn {
  margin-top: 20px;
}
.news-item {
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0;
  background-color: #f9f9f9;
}
.news-item:hover {
	background-color:#f5f5f5;
}
.news-item .img {
  width: 100%; /*40%*/
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.news-item .img:before {
  bottom: 0;
  left: 0px;
  right: 0px;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  background-color: rgba(51, 67, 81, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 67, 81, 0)), to(rgba(51, 67, 81, 0.7)));
  background: -webkit-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.7));
  background: -moz-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.7));
  background: -ms-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.7));
  background: -o-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.7));
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.news-item .img img {
  width: 100%;
}
.news-item .text {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  vertical-align: middle;
  /*width: -moz-calc(50% - 1px);
  width: -o-calc(50% - 1px);
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);*/
  width:100%;
  padding:5px;
}
.news-item .text .category {
  color: #898989;
  font-size: 13px;
  font-weight:700;
}
.news-item .text .date {
  color: #898989;
  font-size: 12px;
}
.news-item .text h2 {
  font-size: 17px;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height:55px;
}
.news-item .text h2 a {
  color: #334351;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-item .text h2 a:hover {
  color: #e9c000;
}
.news-item .text .read-more {
  display: inline-block;
  margin-top: 10px;
  color: #898989;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-item .text .read-more:hover {
  color: #e9c000;
}
.news-item:hover .img:before {
  top: 0;
  opacity: 1;
}
.news-item .bot1{
  width:100%;
  padding: 5px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
   font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #898989;
}

.event {
  margin-top: 0px;
}
.event .event-partner .owl-prev,
.event .event-partner .owl-next {
  display: none;
}
.event .event-partner .owl-pagination {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.event .event-partner .owl-pagination .owl-page {
  border-color: #333;
}
.event .event-partner .owl-pagination .owl-page.active {
  background-color: #334351;
}
.event .event-slide .owl-prev,
.event .event-slide .owl-next {
  display: none;
}
.event .event-slide .owl-pagination {
  position: absolute;
  bottom: 15px;
  left: 17px;
}
.event p {
  margin-bottom: 30px;
}
.event .event-item {
  margin-bottom: 20px;
}
.event-item {
  position: relative;
}
.event-item .img {
  width: 100%;
}
.event-item .img img {
  width: 100%;
}
.event-item .text {
  position: absolute;
  width: 130px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.event-item .text:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #334351;
  opacity: .7;
  top: 0;
  left: 0;
  z-index: -1;
}
.event-item .text .text-cn {
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.event-item .text h2 {
  font-size: 18px;
  font-family: 'Montserrat';
  line-height: 1.3em;
  font-weight:700 ;
  color: #fff;
  text-transform: uppercase;
}
.event-item .text span {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.event-item .text span.cat {
  font-size: 11px;
  margin-top: 0px;
  text-transform:uppercase;
}
.event-item .text .awe-btn {
  margin-top: 10px;
}
/* END / HOME NEW */
/* GUESTBOOK - EVENT DEAD */
.section-guestbook-event {
  padding-top: 70px;
}
.guestbook-event {
  margin-top: -70px;
}
.guestbook-event .heading {
  margin-top: 70px;
}
.guestbook-event .guestbook-content_1 {
  margin-top: 60px;
}
.guestbook-event .guestbook-content_1 .owl-prev,
.guestbook-event .guestbook-content_1 .owl-next {
  display: none;
}
.guestbook-event .guestbook-content_1 .owl-pagination {
  margin-top: 45px;
}
.guestbook-event .guestbook-content_1 .owl-pagination .owl-page {
  border-color: #333;
}
.guestbook-event .guestbook-content_1 .owl-pagination .owl-page.active {
  background-color: #333;
}
.guestbook-event .event-slide {
  margin-top: 40px;
}
.guestbook-event .event-slide .owl-prev,
.guestbook-event .event-slide .owl-next {
  display: none;
}
.guestbook-event .event-slide .owl-pagination {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.guestbook-item_1 {
  overflow: hidden;
}
.guestbook-item_1 .img img {
  max-width: 115px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.guestbook-item_1 .img span {
  display: inline-block;
  vertical-align: middle;
  color: #898989;
  font-size: 13px;
}
.guestbook-item_1 .img span strong {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 3px;
}
.guestbook-item_1 .text {
  color: #333333;
  margin-top: 40px;
}
.guestbook-item_1 .text p {
  margin-bottom: 0;
  line-height: 1.4em;
}
/* END / GUESTBOOK - EVENT DEAD */



/* GALLERY HOME*/
.section-gallery {
  padding-top: 60px;
  padding-bottom: 70px;
}
/* ICON HILLTER */
.section-icon {
  padding: 50px 0;
}
.section-icon span {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  position: relative;
  padding-left: 50px;
}
.section-icon span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  font-size: 14px;
}
/* END / ICON HILLTER */
/* 5.   Gallery
--------------------------------------------------------------------------------*/
.section_page-gallery {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 120px;
}
/* GALLERY */
.gallery .heading {
  margin-bottom: 40px;
}
.gallery.no-padding .gallery-cat {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery.no-padding .gallery-content {
  margin-top: 40px;
}
.gallery.no-padding .gallery-content .row {
  margin-left: 0;
  margin-right: 0;
}
.gallery.no-padding .gallery-content [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.gallery.no-padding .gallery-content .item {
  margin-top: 0;
}
.gallery.gallery-3 .gallery-content [class*="col-"] {
  margin-top: 30px;
}
/**/
.gallery-owl{
	width:100%;
	display:none;
}
.gallery-owl img{
	width:100%;
}
/*
.gallery-owl .owl-prev,
.gallery-owl .owl-next {
  display: none;
}
.gallery-owl .owl-pagination {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.gallery-owl .owl-pagination .owl-page {
  border-color: #FFF;
}
.gallery-owl .owl-pagination .owl-page.active {
  background-color: #334351;
}
*/
/**/
.gallery-content {
  margin-top: 0px;
}
.gallery-content.galstati {
  padding-top: 20px;
}
.gallery-content.galstati .item-galstati{
  margin-top:2px; 
  margin-bottom:2px;
}
.gallery-content.galstati .item-galstati a{
  border:2px solid #334351; 
  width:100%; 
  float:left;
  padding:5px 10px;
  line-height:10px;
}
.gallery-content.galstati .item-galstati a:hover{
  background-color: #334351 !important;
  color:#fff;
}
.gallery-content.galstati .item-galstati a dt{
	font-weight:normal;
	font-size:16px;
	text-transform:uppercase;
}
.gallery-content.galstati .item-galstati a span{
	text-transform:uppercase;
	font-size:9px;
}
.gallery-content .gallery_item,
.gallery-content .gallery_item-2 {
  position: relative;
  overflow: hidden;
}
.gallery-content .gallery_item img,
.gallery-content .gallery_item-2 img {
  width: 100%;
}
.gallery-content .gallery_item .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  line-height: 1;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.gallery-content .gallery_item:before,
.gallery-content .gallery_item-2:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#334351));
  background: -webkit-linear-gradient(top, transparent, #334351);
  background: -moz-linear-gradient(top, transparent, #334351);
  background: -ms-linear-gradient(top, transparent, #334351);
  background: -o-linear-gradient(top, transparent, #334351);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.gallery-content .gallery_item .text {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 10;
  font-family: 'Montserrat';
  font-size: 16px;
  pointer-events: none;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.gallery-content .gallery_item:hover .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.gallery-content .gallery_item:hover:before,
.gallery-content .gallery_item-2:hover:before {
  top: 0;
  opacity: .9;
}
/**/
.gallery-content .our-gallery {
  margin-top: 30px;
}
.gallery-content .our-gallery .awe-btn {
  min-width: 180px;
}
/**/
.gallery-isotope .item-isotope {
  float: left;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-isotope.pd-0 .item-isotope {
  padding: 0;
  margin-top: 0;
}
.gallery-isotope.col-3 .item-isotope,
.gallery-isotope.col-3 .item-size {
  width: 33.333333%;
}
.gallery-isotope.col-4 .item-isotope,
.gallery-isotope.col-4 .item-size {
  width: 25%;
}
.gallery-isotope.col-4 .item-isotope.larger {
  width: 50%;
}
.gallery-isotope.col-6 .item-isotope,
.gallery-isotope.col-6 .item-size {
  width: 16.66666667%;
}
/**/
.gallery-cat ul {
  margin-bottom: 0;
  font-size: 0;
}
.gallery-cat ul li {
  font-size: 16px;
}
.gallery-cat ul li a {
  color: #232323;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  padding: 7px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.gallery-cat ul li:hover a,
.gallery-cat ul li.active a {
  background-color: #344a71;
  color: #fff;
}
/**/
.mfp-wrap {
  cursor: default;
}
.mfp-wrap .mfp-content .mfp-figure {
  padding-bottom: 0;
  background-color: #1f232b;
  position: relative;
}
.mfp-wrap .mfp-content .mfp-figure:after {
  content: none;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-close {
  right: 7px;
  top: 7px;
  position: absolute;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #334351;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-close:hover {
  background-color: #e9c000;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-img {
  padding: 30px 30px 60px 30px;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar {
  position: absolute;
  margin: 0;
  text-align: center;
  font-weight: 500;
  bottom: 17px;
  top: inherit;
  left: 30px;
  right: 30px;
  width: inherit;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
  position: static;
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  font-size: 16px;
}
.mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter {
  display: inline-block;
  position: static;
  font-size: 16px;
  colo: #898989;
}
.mfp-wrap .mfp-prevent-close {
  position: absolute;
  top: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.mfp-wrap .mfp-prevent-close:hover {
  color: #e7c130;
  border-color: #e7c130;
}
.mfp-wrap .mfp-prevent-close.mfp-prevent-left {
  left: 10px;
}
.mfp-wrap .mfp-prevent-close.mfp-prevent-right {
  right: 10px;
}
/* END / GALLERY */
/* 6.   Blog
--------------------------------------------------------------------------------*/
.section-blog {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* SIDEBAR */
.sidebar {
  /*margin-right: 70px;*/
  padding-top: 0px;
}
.sidebar .widget {
  margin-bottom: 20px;
}
.sidebar .widget .widget-title {
  color: #232323;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
}
.sidebar .widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/**/
.sidebar .widget.widget_map {
	height:300px;
}
.sidebar .widget.widget_map #map {
	height:100%;
	width:100%;
}
/**/
.sidebar .widget.widget_virtualvisit {
	height:300px;
}
.sidebar .widget.widget_virtualvisit iframe {
	width:100%;
	height:100%;
	border:0;
}
.sidebar .widget.widget_estivage{
  background-color:#334351; 
  padding:20px 10px; 
  float:left; 
  width:100%; 
  margin-top:0px; 
  color:#fff; 
  margin-bottom:0px; 
  text-align:center;
}
.sidebar .widget.widget_nextprev {
  background-color: #f5f5f5;
}
.sidebar .widget.widget_nextprev .residence {
  padding: 20px;
}
/**/
.sidebar .widget.widget_check_availability {
  background-color: #f5f5f5;
}
.sidebar .widget.widget_check_availability .widget-title {
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #333333;
  line-height: 50px;
}
.sidebar .widget.widget_check_availability .check_availability {
  padding: 0 20px 20px 20px;
  border-top: 1px solid #e4e4e4;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability_title {
  margin-top: 25px;
  color: #344a71;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: bold;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability_title:before {
  content: '';
  display: inline-block;
  height: 10px;
  border-left: 2px solid #38486a;
  margin-right: 10px;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field {
  margin-top: 15px;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field label {
  display: block;
  clear: bold;
  color: #232323;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .awe-input-text{
  background-color: #fff;
  border-width: 0;
  height: 30px;
  line-height: 30px;
  color: #898989;
  font-weight: 500;
  width: 100%;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .awe-calendar-wrapper {
  width: 100%;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .awe-calendar-wrapper .awe-calendar {
  background-color: #fff;
  border-width: 0;
  height: 30px;
  line-height: 30px;
  color: #898989;
  font-weight: 500;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select{
  width: 100%;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle {
  background-color: #fff;
  height: 30px;
  border-width: 0;
  line-height: 30px;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option,
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
  color: #333;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
  padding: 7px 10px;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability_group {
  padding-left: 70px;
  position: relative;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability_group:after {
  display: table;
  content: '';
  clear: both;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability_group .label-group {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #232323;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability_group .check_availability-field_group {
  margin-left: -4px;
  margin-right: -4px;
}
.sidebar .widget.widget_check_availability .check_availability .check_availability_group .check_availability-field {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
  float: left;
}
.sidebar .widget.widget_check_availability .check_availability .awe-btn {
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
  padding: 10px;
}
/**/
.sidebar .widget .widget-deal .item {
  position: relative;
}
.sidebar .widget .widget-deal .item:after {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#334351));
  background: -webkit-linear-gradient(top, transparent, #334351);
  background: -moz-linear-gradient(top, transparent, #334351);
  background: -ms-linear-gradient(top, transparent, #334351);
  background: -o-linear-gradient(top, transparent, #334351);
}
.sidebar .widget .widget-deal .item .img {
  position: relative;
}
.sidebar .widget .widget-deal .item .img img {
  width: 100%;
}
.sidebar .widget .widget-deal .item .text {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 10px;
  z-index: 10;
}
.sidebar .widget .widget-deal .item .text h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}
.sidebar .widget .widget-deal .item .text .location {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px;
  text-transform:uppercase;
}
.sidebar .widget .widget-deal .item .text .discount {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px;
}
.sidebar .widget .widget-deal .item .text .discount strike {
  color: #f00;
  font-weight:bold;
}
.sidebar .widget .widget-deal .item .text .price {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  font-family: 'Montserrat';
  margin-bottom: 0;
  line-height: 1;
  margin-top: 5px;
}
.sidebar .widget .widget-deal .item .text .awe-btn {
  margin-top: 10px;
}
.sidebar .widget .widget-deal .owl-controls .owl-buttons {
  display: none;
}
.sidebar .widget .widget-deal .owl-controls .owl-pagination {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
/**/
.sidebar .widget.widget_categories ul {
  margin-top: -7px;
}
.sidebar .widget.widget_categories ul li a {
  color: #333333;
  display: inline-block;
  padding: 7px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar .widget.widget_categories ul li:hover > a,
.sidebar .widget.widget_categories ul li.current-cat > a {
  color: #e7c130;
}
.sidebar .widget.widget_categories ul li .sub-menu {
  margin-left: 20px;
  margin-top: 0;
}
/**/
.sidebar .widget.widget_upcoming_events ul {
  margin-top: -10px;
  margin-bottom:10px;
}
.sidebar .widget.widget_upcoming_events ul li {
  overflow: hidden;
  padding: 10px 0;
  background-color:#f5f5f5;
  margin-bottom:10px;
  padding:5px;
  cursor:pointer;
}
.sidebar .widget.widget_upcoming_events ul li:hover {
  background-color:#f9f9f9;
}
.sidebar .widget.widget_upcoming_events ul li .event-date {
  border: 2px solid #232323;
  text-align: center;
  display: block;
  width: 70px;
  height: 70px;
  float: left;
  padding: 5px 10px;
  font-size: 14px;
  color: #000;
  margin-right: 10px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-transform:uppercase;
}
.sidebar .widget.widget_upcoming_events ul li .event-date strong {
  margin-bottom: 3px;
  display: block;
  font-family: 'Montserrat';
  font-size: 26px;
  font-weight: normal;
}
.sidebar .widget.widget_upcoming_events ul li .text {
  margin-top: 2px;
  overflow: hidden;
}
.sidebar .widget.widget_upcoming_events ul li .text a {
  color: #232323;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar .widget.widget_upcoming_events ul li .text a:hover,
.sidebar .widget.widget_upcoming_events ul li:hover .text a {
  color: #e9c000;
}
.sidebar .widget.widget_upcoming_events ul li .text .date {
  display: block;
  color: #898989;
  margin-top: 0px;
}
.sidebar .widget.widget_upcoming_events ul li:hover .event-date {
  border-color: #e9c000;
  color: #e9c000;
}
/**/
.sidebar .widget.widget_recent_entries ul {
  margin-top: -7px;
}
.sidebar .widget.widget_recent_entries ul li {
  overflow: hidden;
  margin: 7px 0;
  background-color:#f5f5f5;
  cursor:pointer;
}
.sidebar .widget.widget_recent_entries ul li:hover {
  background-color:#f9f9f9;
}
.sidebar .widget.widget_recent_entries ul li .img {
  float: left;
  width: 70px;
  margin-right:10px;
}
.sidebar .widget.widget_recent_entries ul li .img img {
  width: 100%;
}
.sidebar .widget.widget_recent_entries ul li a {
  text-transform: uppercase;
  color: #232323;
  font-weight: bold;
  font-family: 'Montserrat';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar .widget.widget_recent_entries ul li a:hover {
  color: #e9c000;
}
.sidebar .widget.widget_recent_entries ul li .text {
  padding-top:10px;
}
.sidebar .widget.widget_recent_entries ul li .price {
  display: block;
  color: #898989;
  margin-top:5px;
  font-size:13px;
  line-height:10px;
}
.sidebar .widget.widget_recent_entries ul li .price b {
  font-size:15px;
}
.sidebar .widget.widget_recent_entries ul li .price sup strike {
  color:#F00;
}
.sidebar .widget.widget_recent_entries.has_thumbnail ul {
  margin-top: -10px;
}
.sidebar .widget.widget_recent_entries.has_thumbnail ul li {
  padding: 0px 0;
}
/**/
.sidebar .widget.widget_tag_cloud .tagcloud {
  font-size: 0;
  margin-top: -10px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #232323;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #fff;
  background-color: #344a71;
  border-color: #344a71;
}
/**/
.sidebar .widget.widget_social .widget-social {
  font-size: 0;
  margin-top: -10px;
}
.sidebar .widget.widget_social .widget-social a {
  font-size: 18px;
  color: #232323;
  margin-top: 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  text-align: center;
  line-height: 32px;
  border: 2px solid #232323;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar .widget.widget_social .widget-social a:hover {
  color: #e7c130;
  border-color: #e7c130;
}
/* END / SIDEBAR */
.widgetsearch {
  position: relative;
  border: 2px solid #232323;
  font-size: 14px;
}
.widgetsearch:before {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.widgetsearch .input-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  border-width: 0;
  background-color: #fff;
  color: #333;
  font-weight: 500;
}
.widgetsearch .input-text::-webkit-input-placeholder {
  color: #333333;
}
.widgetsearch .input-text:-moz-placeholder {
  color: #333333;
}
.widgetsearch .input-text::-moz-placeholder {
  color: #333333;
}
.widgetsearch .input-text:-ms-input-placeholder {
  color: #333333;
}
.widgetsearch .input-submit {
  display: none;
}
/* POST */
.nobefore:before{
	display:none;
}
.post {
  position: relative;
  background-color: #f9f9f9;
}
.post:hover {
  background-color:#f5f5f5;
}
	/*media*/
.post .entry-media {
  position: relative;
}
.post .entry-media img {
  width: 100%;
}
.post .entry-media .count-date {
  background-color: rgba(51, 67, 81, 0.85);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  color: #fff;
  padding: 15px 30px;
}
.post .entry-media .count-date span {
  font-family: 'Montserrat';
  font-size: 30px;
  display: inline-block;
  text-align: center;
  padding: 0px 10px;
  line-height: 1;
}
.post .entry-media .count-date span span {
  display: block;
  font-family: 'Hind';
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}
.post .entry-media:before {
  content: '';
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#334351));
  background: -webkit-linear-gradient(top, transparent, #334351);
  background: -moz-linear-gradient(top, transparent, #334351);
  background: -ms-linear-gradient(top, transparent, #334351);
  background: -o-linear-gradient(top, transparent, #334351);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.post .entry-media .post-format {
  position: absolute;
  display: block;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 50px;
  line-height: 1;
  pointer-events: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.post .entry-media .posted-on {
  position: absolute;
  top: -60px; /*bottom:-15px*/
  left: 10px; /*0px*/
  border: 2px solid #334351;
  text-align: center;
  color: #334351;
  background-color:#f9f9f9;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  width: 70px;
  height: 70px;
  padding: 5px 10px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
}
.post:hover .entry-media .posted-on{
  background-color:#f5f5f5;
}
.post .entry-media .posted-on strong {
  display: block;
  font-family: 'Montserrat';
  font-size: 28px;
}
.post .entry-media .owl-pagination {
  display: none;
}
.post:hover .entry-media:before {
  opacity: .7;
  top: 0;
}
.post .entry-media .entry-map {
	height:300px;
}
.post .entry-media .entry-map #map {
	height:100%;
	width:100%;
}
	/*header*/
.post .entry-header {
  margin-top: 0px;
  padding-left: 0px;
  padding:10px;
  padding-bottom:5px;
}
.post .entry-header h2 {
  font-weight: bold;
  margin: 0;
  font-size: 18px;
  text-transform:uppercase;
  
  width: 100%;
  float:left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height:55px;
}
.post .entry-header h2 a {
  font-family: 'Montserrat';
  color: #334351;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.post .entry-header h2 a:hover {
  color: #e9c000;
}
.post .entry-header h3{
	font-weight:bold;
	font-size:14px;
	color:#898989;
}
.post .entry-header h4{
	font-weight:bold;
	font-size:16px;
	line-height:10px;
	margin-top:8px;
}
.post .entry-header .entry-meta {
  margin-top: 0px;
  margin-bottom: 0;
}
	/*content*/
.post .entry-content {
  color: #444444;
  font-size: 15px;
  margin-top: 0px;
  padding-left: 100px;
}
.post .entry-content p {
  text-align:justify;
}
.post .entry-content p a {
  color:#334351; 
  text-decoration:none;
}
.post .entry-content p a:hover {
  text-decoration:underline;
}
.post .entry-content .place{
  margin-bottom:5px;
}
.post .entry-content .place .place_title{
  font-weight:700;
  font-size:13px;
}
.post .entry-content .place .place_title i{
  font-size:12px;
}
.post .entry-content .place .place_detail{
  font-size:12px;
}
	/*footer*/
.post .entry-footer {
  padding-left: 0px;
  margin-top: 0px !important;
  padding:10px;
  padding-top:5px;
    border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
	/*meta*/
.post .entry-meta {
  font-size: 14px;
  color: #898989;
  margin-bottom:0px;
}
/*
.post .entry-meta:before {
  content: '';
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  border-left: 2px solid #232323;
}
*/
.post .entry-meta .entry-date {
  color: #898989;
}
.post .entry-meta .entry-date .entry-date-label {
  margin-right: 0px;
}
.post .entry-meta .entry-date .entry-date-value {
  font-weight:normal;
}
.post .entry-meta .entry-gallery:before,
.post .entry-meta .entry-views:before {
  content: '-';
  padding: 0 2px;
}
	/*readmore*/
.sidebar-box { 
	float: left; 
	width: 100%;
	margin: 0 0px 0 0;
}
.sidebar-box {
	max-height: 70px;
	position: relative;
	padding: 0px;
	overflow: hidden;
	background-color:#FFF;
}
.sidebar-box .readmore { 
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0; 
	padding: 30px 0 30px 0;
	/* "transparent" only works here because == rgba(0,0,0,0) */ 
	background-image: -moz-linear-gradient(top, transparent, #FFF);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1, #FFF),color-stop(0, transparent));
}
	/*canceled*/
.post .entry-meta .posted-on {
  display: none;
}
.post .entry-meta .entry-categories:before,
.post .entry-meta .entry-comments-link:before {
  content: '-';
  padding: 0 2px;
}
.post .entry-meta .entry-tags {
  margin-left: 20px;
}
.post .entry-meta .entry-tags .screen-reader-text {
  color: #232323;
  margin-right: 5px;
}
.post .entry-meta a {
  color: #898989;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.post .entry-meta a:hover {
  color: #e7c130;
}
.post .entry-meta a .entry-author-name {
  font-weight: bold;
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.post .entry-meta a .entry-author-name:hover {
  color: #e7c130;
}
/*sharing*/
.post .sharing{
  float:left; 
  width:100%; 
  margin-top:10px;
  margin-bottom:10px;
}
.post  .sharing .sharing_red{
  float:left; 
  width:auto; 
  margin-right:3px;
}


/*post-residence*/
.post-residence,
.post-residence:hover{
	background-color:#fff;
}
.post-residence .entry-media .direction {
  width:100%; 
  background-color:#f5f5f5; 
  float:left; 
  text-align:center; 
  padding:3px 0; 
  margin-bottom:10px;
}
.post-residence .entry-media .direction:hover {
  background-color:#f9f9f9; 
}
.post-residence .entry-header {
  padding-left: 0px;
}
.post-residence .entry-header h2 {
  font-size: 22px;
  height:auto;
}
.post-residence .entry-content {
  padding-left: 0px;
  text-align:justify;
}
.post-residence .entry-content .col1{ padding-left:0px;  }
.post-residence .entry-content .col2{ padding:0px; }
.post-residence .entry-content .col3{ padding-right:0px; }
.post-residence .entry-content .line{
  padding:3px 10px; 
  margin-top:0px;
}
.post-residence .entry-content .line.bg1{
  background-color:#f5f5f5; 
}
.post-residence .entry-content .line.bg2{
  background-color:#f9f9f9; 
}
.post-residence .entry-content .line span{
	font-weight:700;
}
.post-residence .entry-footer {
  padding-left: 0px;
}
/*post-single*/
.post-single,
.post-single:hover{
	background-color:#fff;
}
.post.post-single .entry-header {
  margin-top: 0px;
  padding-left: 0px;
  padding:10px 0;
}
.post.post-single .entry-header h1 {
  font-family: 'Montserrat';
  color: #232323;
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
}
.post.post-single .entry-header h2 {
  font-size: 22px;
  height:auto;
}
.post.post-single .entry-content {
  color: #444444;
  margin-top: 0px;
  font-size: 15px;
  padding-left: 0px;
  text-align:justify;
}
.post.post-single .entry-content h1,
.post.post-single .entry-content h2,
.post.post-single .entry-content h3,
.post.post-single .entry-content h4,
.post.post-single .entry-content h5,
.post.post-single .entry-content h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.post.post-single .entry-content .wp-caption {
  max-width: 100%;
}
.post.post-single .entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.post.post-single .entry-content .alignleft {
  float: left;
  margin-right: 20px;
}
.post.post-single .entry-content .alignright {
  float: right;
  margin-left: 20px;
}
.post.post-single .entry-content p {
  margin-bottom: 10px;
}
.post.post-single .entry-content p em {
  font-size: 13px;
  line-height: 1.4em;
  color: #6e6e6e;
}
.post.post-single .entry-content a {
  color:#334351; 
  text-decoration:none;
  font-weight:600;
}
.post.post-single .entry-content a:hover {
  text-decoration:underline;
}

.event-gallery{
  padding-left: 0px;
  margin-top:0px;
}

.event-tags {
  padding-left: 0px;
  margin-top:-10px;
  margin-bottom:30px;
}
.event-tags-title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}
.tags li {
  float: left; 
}
.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tag:hover {
  background-color: #334351;
  color: white;
}
.tag:hover::after {
   border-left-color: #334351; 
}
/* END / POST */
/* PAGE NAVIGATION */
.page-navigation {
  margin-top: 60px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  text-align:center;
}
.page-navigation li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  vertical-align: middle;
}
.page-navigation li a {
  color: #444444;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.page-navigation li a:hover {
  color: #e7c130;
}
.page-navigation li.first a,
.page-navigation li.last a {
  font-size: 13px;
  display: block;
  border: 2px solid #232323;
  width: 23px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.page-navigation li.first a:hover,
.page-navigation li.last a:hover {
  border-color: #e7c130;
}
.page-navigation li.current-page {
  font-weight: bold;
  font-size: 20px;
}
/* END / PAGE NAVIGATION */
/* BLOG CONTENT */
.blog-content{
	
}
.blog-content .gallery-content {
  margin:0 5px;
  margin-top: -30px;
}
.blog-content .widget_search {
  margin-top: 40px;
}
.blog-content.events-content .post .entry-footer {
  margin-top: 10px;
}
.blog-content .post {
  margin-top: 0px;
  margin-bottom:30px;
}
.blog-content .page-navigation {
  margin-top: 20px;
}
.blog-content #comments,
.blog-content .comment-respond {
  margin-left: 100px;
}
/* END / BLOG CONTENT */

/* 7.   Restaurants
--------------------------------------------------------------------------------*/
/* RESTAURANTS */
.restaurant_item {
  overflow: hidden;
}
.restaurant_item .img {
  float: left;
  width: 120px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.restaurant_item .img a {
  display: block;
  overflow: hidden;
  position: relative;
}
.restaurant_item .img a:before,
.restaurant_item .img a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.restaurant_item .img a:before {
  border-right: 3px solid #e7c130;
  border-bottom: 3px solid #e7c130;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
}
.restaurant_item .img a:after {
  border-left: 3px solid #e7c130;
  border-top: 3px solid #e7c130;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
}
.restaurant_item .img .sales {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9b82c;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat';
  padding: 8px;
}
.restaurant_item .img img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.restaurant_item .text {
  padding-right: 60px;
  position: relative;
  overflow: hidden;
}
.restaurant_item .text h2 {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.restaurant_item .text h2 a {
  color: #444444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.restaurant_item .text h2 a:hover {
  color: #e7c130;
}
.restaurant_item .text .desc {
  color: #444;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.4em;
}
.restaurant_item .text .price {
  text-align: right;
  font-family: 'Montserrat';
  font-size: 18px;
  color: #516d9b;
  line-height: 1.428em;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.restaurant_item .text .price ins {
  text-decoration: none;
}
.restaurant_item .text .price del {
  margin-top: 5px;
  color: #999999;
  display: block;
  clear: both;
  font-weight: normal;
}
.restaurant_item.lager-thumbs {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0;
}
.restaurant_item.lager-thumbs .img {
  font-size: 14px;
  width: 50%;
  float: none;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.restaurant_item.lager-thumbs .img .sales {
  left: 15px;
}
.restaurant_item.lager-thumbs .text {
  font-size: 14px;
  width: -moz-calc(50% - 1px);
  width: -o-calc(50% - 1px);
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.restaurant_item.lager-thumbs .text .price {
  text-align: left;
  position: static;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 15px;
}
.restaurant_item.lager-thumbs .text .price del {
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  margin-top: 0;
}
.restaurant_item.small-thumbs .text {
  margin-top: 5px;
  padding-right: 70px;
}
.restaurant_item.small-thumbs .text .price {
  right: 10px;
}
.restaurant_item:hover .img a:before,
.restaurant_item:hover .img a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.restaurant_item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.section-restaurant-1 {
  padding-bottom: 85px;
  padding-top: 40px;
}
.section-restaurant-2 {
  padding-bottom: 80px;
  padding-top: 40px;
}
.section-restaurant-3 {
  padding-top: 45px;
  padding-bottom: 55px;
}
.section-restaurant-4 {
  padding-top: 45px;
  padding-bottom: 85px;
}
.restaurant_title .time {
  color: #898989;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}
.restaurant-lager {
  margin-top: -40px;
}
.restaurant-lager .restaurant_content {
  margin-top: 40px;
}
.restaurant-lager .restaurant_content .restaurant_item {
  margin-top: 30px;
}
.restaurant-lager .restaurant_content .hr {
  margin-top: 45px;
}
.restaurant-small {
  margin-top: -70px;
}
.restaurant-small .restaurant_content {
  margin-top: 70px;
}
.restaurant-small .restaurant_content .restaurant_title {
  padding-bottom: 10px;
}
.restaurant-small .restaurant_content .restaurant_item {
  margin-top: 20px;
}
.restaurant-tabs .restaurant_content {
  padding-top: 20px;
}
.restaurant-tabs .restaurant_content .restaurant_item {
  margin-top: 30px;
}
.tabs-restaurant .icon-restaurant {
  color: #232323;
  font-size: 40px;
  margin-bottom: 10px;
}
.tabs-restaurant .ui-tabs-nav {
  display: table;
  width: 100%;
  border-bottom: 2px solid #e7e7e7;
}
.tabs-restaurant .ui-tabs-nav li {
  display: table-cell;
  float: none;
  margin: 0 !important;
  text-align: center;
  padding-bottom: 15px;
  outline: none;
  position: relative;
}
.tabs-restaurant .ui-tabs-nav li:before {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: -2px;
  border-top: 2px solid #516d9b;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tabs-restaurant .ui-tabs-nav li a {
  color: #232323;
  font-family: 'Montserrat';
  font-weight: bold;
  display: block;
  font-size: 23px;
  float: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.tabs-restaurant .ui-tabs-nav li a span {
  display: block;
  clear: both;
  color: #898989;
  font-size: 16px;
  font-family: 'Hind';
  font-weight: normal;
  text-transform: none;
  margin-top: 5px;
}
.tabs-restaurant .ui-tabs-nav li:hover a,
.tabs-restaurant .ui-tabs-nav li.ui-state-active a {
  color: #516d9b;
}
.tabs-restaurant .ui-tabs-nav li:hover:before,
.tabs-restaurant .ui-tabs-nav li.ui-state-active:before {
  width: 100%;
}
.tabs-restaurant .ui-tabs-panel {
  margin-top: 0;
}
/* END / RESTAURANTS */
/* RESERVATION */
.section-reservation {
  padding-top: 50px;
  padding-bottom: 50px;
}
.reservation {
  position: relative;
  z-index: 9;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 70px;
}
.reservation:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #344a71;
  opacity: .9;
  top: 0;
  left: 0;
  z-index: -1;
}
.reservation h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Montserrat';
  margin: 0;
  line-height: 1;
  text-align: center;
}
.reservation .reservation_form {
  margin-top: 20px;
}
.reservation .reservation_form .awe-calendar-wrapper {
  width: 100%;
  margin-top: 20px;
}
.reservation .reservation_form .awe-calendar-wrapper .awe-calendar {
  font-size: 14px;
  border-color: #fff;
  color: #fff;
}
.reservation .reservation_form .awe-calendar-wrapper .awe-calendar::-webkit-input-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-calendar-wrapper .awe-calendar:-moz-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-calendar-wrapper .awe-calendar::-moz-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-calendar-wrapper .awe-calendar:-ms-input-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-calendar-wrapper i {
  color: #fff;
}
.reservation .reservation_form .awe-input {
  margin-top: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  width: 100%;
  color: #fff;
}
.reservation .reservation_form .awe-input::-webkit-input-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-input:-moz-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-input::-moz-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-input:-ms-input-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .bootstrap-select.btn-group.awe-select {
  margin-top: 20px;
  width: 100%;
}
.reservation .reservation_form .awe-teaxtarea {
  margin-top: 20px;
  background-color: transparent;
  width: 100%;
  border: 2px solid #fff;
  color: #fff;
  height: 135px;
}
.reservation .reservation_form .awe-teaxtarea::-webkit-input-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-teaxtarea:-moz-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-teaxtarea::-moz-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-teaxtarea:-ms-input-placeholder {
  color: #ffffff;
}
.reservation .reservation_form .awe-btn {
  margin-top: 20px;
  font-size: 16px;
  min-width: 170px;
}
/* END / RESERVATION */
/* GALLERY RESTAURANT */
.section-gallery-restaurant {
  padding-top: 75px;
  padding-bottom: 85px;
}
/* END / GALLERY RESTAURANT */
/* EVENT DEAL RESTAURANT */
.section-event-restaurant {
  padding-top: 75px;
  padding-bottom: 75px;
}
.event-restaurant .event-restaurant_header {
  margin-top: 50px;
}
.event-restaurant_header {
  color: #fff;
}
.event-restaurant_header .icon {
  font-size: 50px;
}
.event-restaurant_header h2 {
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.event-restaurant_header p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 20px;
}
.event-restaurant_content {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.event-restaurant_content li {
  overflow: hidden;
  margin-top: 45px;
}
.event-restaurant_content li:first-child {
  margin-top: 0;
}
.event-restaurant_content li .event-date {
  width: 70px;
  padding: 8px 0;
  margin-right: 30px;
  float: left;
  border: 2px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
.event-restaurant_content li .event-date strong {
  display: block;
  font-family: 'Montserrat';
  font-size: 34px;
  margin-bottom: 5px;
}
.event-restaurant_content li .text {
  overflow: hidden;
}
.event-restaurant_content li .text h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Montserrat';
  line-height: 1.4em;
  margin-top: -3px;
}
.event-restaurant_content li .text a {
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.event-restaurant_content li .text a:hover {
  color: #e7c130;
}
/* END / EVENT DEAL RESTAURANT */
/* 8.   Room
--------------------------------------------------------------------------------*/
.section-room {
  padding-top: 40px;
  padding-bottom: 00px;
}
.section-room .heading-has-sub {
  margin-top: 40px;
  margin-bottom: 80px;
}
.section-room .heading-has-sub h2{
  font-size:100px;
}
.section-room .heading-has-sub p {
  margin-bottom: 0;
  color: #555555;
  font-size: 16px;
}
/*titre*/
.section-room-title {
  border:1px solid #FFF; 
  margin-bottom:45px;
  margin-top:20px;
  text-transform:uppercase; 
  padding:10px;
}
.section-room-title h3 {
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  line-height: 1;
}
.section-room-title p {
  font-size:14px;
  color:#000;
  padding:0;
  margin:0;
}
.section-room-title.filter_residences{
  background-color:#f5f5f5; 
  border-color:#D6D6D6;
  float:left; 
  width:100%; 
  margin-bottom:30px;
  color:#333;
}
.section-room-title .colpad0{
  padding:0;
}
.section-room-title .coltitle{
  font-weight:700;
  padding-bottom:5px;
}
.section-room-title .colresult{
  padding-left:10px;
  padding-top:10px;
}
.section-room-title .bootstrap-select.btn-group.awe-select{
  margin-right:0px;
  width: 100%;
}
.section-room-title .bootstrap-select.btn-group.awe-select .dropdown-toggle{
  color:#333; 
  border-color:#333;
  text-transform:uppercase;
}
.section-room-title .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
  color: #333;
}
.section-room-title .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
  color: #333;
}

/**/
.room_item-1 {
  background-color:#f9f9f9;
  margin-bottom: -20px;
  margin-top:-20px;
  position:relative;

}
.room_item-1:hover {
  background-color:#f5f5f5;
}
/**/
.room_item-1 .img {
  position: relative;
}
.room_item-1 .img:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#334351));
  background: -webkit-linear-gradient(top, transparent, #334351);
  background: -moz-linear-gradient(top, transparent, #334351);
  background: -ms-linear-gradient(top, transparent, #334351);
  background: -o-linear-gradient(top, transparent, #334351);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.room_item-1:hover .img:before {
  opacity: .5;
  top: 0;
}
.room_item-1 .img img {
  width: 100%;
}
/**/
.room_item-1 .img .favorite {
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto;
  color: #fff;
  font-size: 36px;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
  cursor:pointer;
  text-shadow: 1px 2px 3px #666;
}
.room_item-1 .img .favorite.yes{
  color:#ff6d6d;
}
.room_item-1  .img .favorite:hover {
  color:#ff6d6d;
}
.room_item-1 .favorite:hover::before {
  /*color:#ff6d6d;
  content:'\f004';
  font-family: 'FontAwesome';*/
}
/**/
.room_item-1 .img .views {
  top:auto;
  bottom: 0px;
  right: 10px;
  left: auto;
  color: #fff;
  font-size: 14px;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
}
/**/
.room_item-1 .img .availability {
  top:13px;
  bottom: auto;
  right: auto;
  left: 10px;
  font-size: 14px;
  z-index: 10;
  width: auto;
  height: auto;
  padding: 5px;
  border-radius:0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
  box-shadow: 1px 2px 3px #666;
  font-weight:bold;
}
.room_item-1 .img .availability.yes {
  border: 1px solid #3c763d;
  color: #3c763d;
  background-color:rgba(223,240,216,0.8);
}
.room_item-1 .img .availability.no {
  border: 1px solid #a94442;
  color: #a94442;
  background-color:rgba(242,222,222,0.8);
}
/**/
.room_item-1 h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat';
  padding:0 5px;
  margin-top: 10px;
}
.room_item-1 h2 a {
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room_item-1 h2 a:hover {
  color: #334351;
}
.room_item-1 ul {
  float:left;
  width:100%;
  padding:0 5px;
  font-size: 0;
}
.room_item-1 ul li {
  position: relative;
  padding-left: 0px;
  font-size: 14px;
  display:block;
  vertical-align: top;
  color: #232323;
  margin: px 0;
  font-weight: 500;
}
.room_item-1 ul li:before {
  width: 5px;
  height: 5px;
  background-color: #333333;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display:none;
}
.room_item-1 .desc {
  width:100%;
  float:left;
  padding:0 5px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #333333;
  font-size: 14px;
  line-height: 1;
  text-align:center;
}
.room_item-1 .desc .amm {
	float:left;
	width:25%;
	font-size:11px;
}
.room_item-1 .desc img {
	height:20px;
}
.room_item-1 .desc dt {
	margin-top:3px;
}

.room_item-1 .bot {
  width:100%;
  overflow: hidden;
  padding: 5px 5px;
  margin-top: 0px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.room_item-1 .bot .price {
  float:left;
  width:auto;
  padding-top: 8px;  
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 0.7;
}
.room_item-1 .bot .price .amout {
  color: #516d9b;
  font-size: 22px;
}
.room_item-1 .bot .price sup{
	font-size:11px;
}
.room_item-1 .bot .price sup strike{
	color:#F00;
}
.room_item-1 .bot .awe-btn {
  float: right;
}
/**/
.room_item-2 {
  font-size: 0;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.room_item-2.img-right .img {
  left: 33.3333%;
}
.room_item-2.img-right .img:before {
  right: auto;
  left: 15px;
}
.room_item-2.img-right .text {
  right: 66.6667%;
}
.room_item-2 .img {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.6667%;
}
.room_item-2 .img:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  top: 40px;
  bottom: 40px;
  right: 15px;
  background-color: #fff;
  z-index: 2;
}
.room_item-2 .img img {
  width: 100%;
}
.room_item-2 .img:after {
  bottom: 0;
  left: 15px;
  right: 15px;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#344a71));
  background: -webkit-linear-gradient(top, transparent, #344a71);
  background: -moz-linear-gradient(top, transparent, #344a71);
  background: -ms-linear-gradient(top, transparent, #344a71);
  background: -o-linear-gradient(top, transparent, #344a71);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.room_item-2 .text {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: -moz-calc(33.3333% - 1px);
  width: -o-calc(33.3333% - 1px);
  width: -webkit-calc(33.3333% - 1px);
  width: calc(33.3333% - 1px);
}
.room_item-2 .text h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Montserrat';
}
.room_item-2 .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room_item-2 .text h2 a:hover {
  color: #e7c130;
}
.room_item-2 .text .price {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-top: 7px;
}
.room_item-2 .text p {
  color: #898989;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 30px;
}
.room_item-2 .text p b {
  color: #333333;
}
.room_item-2 .text .awe-btn {
  padding: 10px 20px;
  margin-top: 35px;
}
.room_item-2:hover .img:after {
  opacity: .7;
  top: 0;
}
.room_item-3.thumbs-right .text-thumbs:before {
  left: 30px;
}
.room_item-3.thumbs-right .text-thumbs .thumbs {
  float: right;
  margin-left: 70px;
  margin-right: 0;
}
.room_item-3 .img {
  position: relative;
}
.room_item-3 .img img {
  width: 100%;
}
.room_item-3 .img:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#344a71));
  background: -webkit-linear-gradient(top, transparent, #344a71);
  background: -moz-linear-gradient(top, transparent, #344a71);
  background: -ms-linear-gradient(top, transparent, #344a71);
  background: -o-linear-gradient(top, transparent, #344a71);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.room_item-3 .text-thumbs {
  margin-left: 70px;
  margin-right: 70px;
  position: relative;
}
.room_item-3 .text-thumbs:after {
  display: table;
  content: '';
  clear: both;
}
.room_item-3 .text-thumbs:before {
  display: block;
  content: '';
  height: 1px;
  width: 70px;
  background-color: #333333;
  position: absolute;
  left: 330px;
  bottom: 0;
}
.room_item-3 .text-thumbs .thumbs {
  width: 230px;
  float: left;
  margin-right: 70px;
  margin-top: 60px;
  position: relative;
}
.room_item-3 .text-thumbs .thumbs img {
  width: 100%;
}
.room_item-3 .text-thumbs .thumbs:before,
.room_item-3 .text-thumbs .thumbs:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.room_item-3 .text-thumbs .thumbs:before {
  border-right: 4px solid #e7c130;
  border-bottom: 4px solid #e7c130;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
}
.room_item-3 .text-thumbs .thumbs:after {
  border-left: 4px solid #e7c130;
  border-top: 4px solid #e7c130;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
}
.room_item-3 .text-thumbs .text {
  overflow: hidden;
  padding: 20px 30px 0 30px;
  background-color: #fff;
  position: relative;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}
.room_item-3 .text-thumbs .text h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Montserrat';
}
.room_item-3 .text-thumbs .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room_item-3 .text-thumbs .text h2 a:hover {
  color: #e7c130;
}
.room_item-3 .text-thumbs .text .price {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-top: 7px;
}
.room_item-3 .text-thumbs .text p {
  color: #898989;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 30px;
}
.room_item-3 .text-thumbs .text p b {
  color: #333333;
}
.room_item-3 .text-thumbs .text .awe-btn {
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 35px;
}
.room_item-3:hover .img:before {
  opacity: .7;
  top: 0;
}
.room_item-3:hover .text-thumbs .thumbs:before,
.room_item-3:hover .text-thumbs .thumbs:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.room_item-4 {
  margin-left: -15px;
  margin-right: -15px;
}
.room_item-4:after {
  content: '';
  display: table;
  clear: both;
}
.room_item-4 .img {
  float: left;
  position: relative;
  width: 41.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}
.room_item-4 .img img {
  width: 100%;
}
.room_item-4 .img:before {
  bottom: 0;
  left: 15px;
  right: 15px;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#344a71));
  background: -webkit-linear-gradient(top, transparent, #344a71);
  background: -moz-linear-gradient(top, transparent, #344a71);
  background: -ms-linear-gradient(top, transparent, #344a71);
  background: -o-linear-gradient(top, transparent, #344a71);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.room_item-4 .text {
  overflow: hidden;
  position: relative;
}
.room_item-4 .text h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Montserrat';
}
.room_item-4 .text h2 a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room_item-4 .text h2 a:hover {
  color: #e7c130;
}
.room_item-4 .text .price {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-top: 7px;
}
.room_item-4 .text p {
  color: #898989;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 30px;
}
.room_item-4 .text p b {
  color: #333333;
}
.room_item-4 .text .awe-btn {
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 25px;
}
.room_item-4 .thumbs {
  position: relative;
}
.room_item-4 .thumbs img {
  width: 100%;
}
.room_item-4 .thumbs:before,
.room_item-4 .thumbs:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.room_item-4 .thumbs:before {
  border-right: 3px solid #e7c130;
  border-bottom: 3px solid #e7c130;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
}
.room_item-4 .thumbs:after {
  border-left: 3px solid #e7c130;
  border-top: 3px solid #e7c130;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
}
.room_item-4 .text-thumbs {
  position: relative;
  float: left;
  width: 58.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
.room_item-4 .text-thumbs .text {
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 45px;
}
.room_item-4 .text-thumbs .thumbs {
  margin-left: -30px;
  margin-top: 80px;
}
.room_item-4.img-right .img {
  left: 58.33333333%;
}
.room_item-4.img-right .text-thumbs {
  right: 41.66666667%;
}
.room_item-4.img-right .text-thumbs .thumbs {
  margin-left: 0;
  margin-right: -30px;
}
.room_item-4:hover .img:before {
  opacity: .7;
  top: 0;
}
.room_item-4:hover .thumbs:before,
.room_item-4:hover .thumbs:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.room_item-5 {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.room_item-5:before {
  position: absolute;
  pointer-events: none;
  content: '';
  z-index: 0;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.7)));
  background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
  background: -moz-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
  background: -ms-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
  background: -o-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
}
.room_item-5 .img {
  display: none;
  position: relative;
}
.room_item-5 .img img {
  width: 100%;
}
.room_item-5 .img:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#344a71));
  background: -webkit-linear-gradient(top, transparent, #344a71);
  background: -moz-linear-gradient(top, transparent, #344a71);
  background: -ms-linear-gradient(top, transparent, #344a71);
  background: -o-linear-gradient(top, transparent, #344a71);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.room_item-5 .room_item-forward {
  position: absolute;
  bottom: 30px;
  left: 45px;
  right: 45px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.room_item-5 .room_item-forward h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Montserrat';
}
.room_item-5 .room_item-forward h2 a {
  color: #fff;
}
.room_item-5 .room_item-forward .price {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.room_item-5 .room_item-back {
  position: relative;
  z-index: 3;
  padding: 30px 50px;
  min-height: 325px;
  border: 2px solid #393736;
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.room_item-5 .room_item-back h3 {
  color: #333;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: 1;
}
.room_item-5 .room_item-back .price {
  font-family: 'Montserrat';
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
.room_item-5 .room_item-back p {
  color: #898989;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 30px;
}
.room_item-5 .room_item-back p b {
  color: #333;
}
.room_item-5 .room_item-back .awe-btn {
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 25px;
}
.room_item-5:hover .room_item-back {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.room_item-5:hover .img:before {
  opacity: .7;
  top: 0;
}
.room_item-6 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}
.room_item-6:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  opacity: 0;
  width: -moz-calc(100% - 470px);
  width: -o-calc(100% - 470px);
  width: -webkit-calc(100% - 470px);
  width: calc(100% - 470px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room_item-6.event:before {
  right: auto;
  left: 0;
}
.room_item-6.event .text {
  float: right;
}
.room_item-6 .text {
  max-width: 470px;
  padding: 25px 30px 30px 30px;
  position: relative;
  z-index: 9;
}
.room_item-6 .text:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #344a71;
  opacity: .8;
  top: 0;
  left: 0;
  z-index: -1;
}
.room_item-6 .text h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'Montserrat';
}
.room_item-6 .text h2 a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room_item-6 .text h2 a:hover {
  color: #e7c130;
}
.room_item-6 .text .price {
  display: block;
  color: #88aae3;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-top: 7px;
}
.room_item-6 .text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 25px;
}
.room_item-6 .text ul {
  padding-left: 0;
  color: #fff;
  margin-bottom: 0;
  padding-top: 10px;
  list-style: none;
}
.room_item-6 .text ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}
.room_item-6 .text ul li:before {
  width: 5px;
  height: 5px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.room_item-6 .text .awe-btn {
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 20px;
}
.room_item-6:hover:before {
  opacity: 1;
}
.room-wrap-1 {
  margin-top: 0px;
}
.room-wrap-1 .share{
  margin-bottom: 20px;
}
.room-wrap-1 .room_item-1 {
  margin-bottom: 45px;
}
.room-wrap-2 {
  margin-top: -100px;
}
.room-wrap-2 .room_item-2 {
  margin-top: 100px;
}
.room-wrap-3 {
  margin-top: -100px;
}
.room-wrap-3 .room_item-3 {
  margin-top: 100px;
}
.room-wrap-4 {
  margin-top: -100px;
}
.room-wrap-4 .room_item-4 {
  margin-top: 100px;
}
.room-wrap-5 {
  margin-top: -30px;
}
.room-wrap-5 .room_item-5 {
  margin-top: 30px;
}
.room-wrap-6 {
  margin-top: -30px;
}
.room-wrap-6 .room_item-6 {
  margin-top: 30px;
}
.section-room-detail {
  padding-top: 40px;
  padding-bottom: 40px;
}
.room-detail-one{
	margin-top:20px;
}
.col-detail {
	position:relative;
}
.room-detail_img {
  position: relative;
  margin-top: 0px;
}
.room-detail_img .room_img-item {
  position: relative;
}
.room-detail_img .room_img-item h6 {
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  padding: 15px 20px;
}
.room-detail_img .room_img-item img {
  width: 100%;
}
.room-detail_img .room_img-item .favorite {
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto;
  color: #fff;
  font-size: 36px;
  z-index: 0;
  width: auto;
  height: auto;
  padding: 0px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
  cursor:pointer;
  text-shadow: 1px 2px 3px #666;
}
.room-detail_img .room_img-item .favorite.yes{
  color:#ff6d6d;
}
.room-detail_img .room_img-item .favorite:hover {
  color:#ff6d6d;
}
.room-detail_img .room_img-item .favorite:hover::before {
  /*color:#ff6d6d;
  content:'\f004';
  font-family: 'FontAwesome';*/
}
.room-detail_img .apb-zoom {
  position: absolute;
  bottom: 65px;
  right: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room-detail_img .apb-zoom:hover {
  color: #e7c130;
}
/**/
.room-detail_thumbs {
  margin-top: 10px;
}
.room-detail_thumbs .owl-item {
  padding: 0 5px;
}
.room-detail_thumbs .owl-item.active a:before {
  border-color: #e9c000;
}
.room-detail_thumbs a {
  display: block;
  position: relative;
}
.room-detail_thumbs a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border: 4px solid transparent;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room-detail_thumbs a:hover::before {
  border-color: #e9c000;
}
.room-detail_thumbs a img {
  width: 100%;
}
.room-detail_thumbs .owl-prev,
.room-detail_thumbs .owl-next {
  width: 26px;
  text-align: center;
  background-color: #232323;
  border-width: 0;
  height: auto;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.room-detail_thumbs .owl-prev:hover,
.room-detail_thumbs .owl-next:hover {
  background-color: #e9c000;
  color: #fff;
}
.room-detail_thumbs .owl-prev .fa,
.room-detail_thumbs .owl-next .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.room-detail_thumbs .owl-prev {
  left: 0;
}
.room-detail_thumbs .owl-next {
  right: 0;
}
.room-detail_book {
  margin-top: 0px;
  background-color: #f1f1f1;
}
.room-detail_book .room-detail_total {
  padding: 20px 20px;
  text-align: center;
}
.room-detail_book .room-detail_total h6 {
  color: #232323;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
}
.room-detail_book .room-detail_total .availability {
  margin: 10px 0;
}
.room-detail_book .room-detail_total .availability span {
  font-size: 14px;
  color: #898989;
  border:1px solid #898989;
  padding:3px 10px;
}
.room-detail_book .room-detail_total .availability span.yes {
  border: 1px solid #3c763d;
  color: #3c763d;
  background-color:rgba(223,240,216,1);
}
.room-detail_book .room-detail_total .availability span.no {
  border: 1px solid #a94442;
  color: #a94442;
  background-color:rgba(242,222,222,1);
}
.room-detail_book .room-detail_total .stay {
  margin-bottom: 0;
  margin-top: 5px;
  color: #898989;
  font-size: 18px;
  line-height: 1;
  font-family: 'Montserrat';
}
.room-detail_book .room-detail_total .stay .label {
  font-size: 12px;
  color: #898989;
}
.dates {
  margin:5px 0;
}
.dates .date-col {
  float:left;
  width:48%;
  margin:0 1%;
  padding:0 1%;
  background-color:#dddddd;
  text-align:left;
  cursor:pointer;
}
.room-detail_book .room-detail_total .price {
  margin-bottom: 0;
  margin-top: 5px;
  color: #898989;
  font-size: 18px;
  line-height: 1;
  font-family: 'Montserrat';
}
.room-detail_book .room-detail_total .price .label {
  font-size: 12px;
  color: #898989;
}
.room-detail_book .room-detail_total .price strike {
  font-size: 12px;
  color: #F00;
}
.room-detail_book .room-detail_total .price .amout {
  font-weight: bold;
  font-size: 25px;
  color: #334351;
}
.room-detail_book .room-detail_total .price a {
	margin-top:10px;
  font-size: 12px;
  color: #334351;
}
/**/
.room-detail_book .room-detail_cmd{
  border-top: 1px solid #e4e4e4;
  padding: 20px;
  text-align:center;
}
.room-detail_book .room-detail_cmd .awe-btn {
  width: 100%;
  font-weight:bold;
  font-size: 14px;
  padding: 10px;
}
.room-detail_book .room-detail_cmd .awe-btn-disabled {
  background-color:#CCC;
  color:#F5F5F5;
  border-color:#F5F5F5;
  text-shadow: 1px 0px 0px rgba(114, 114, 114, 1);
}
.room-detail_book .room-detail_form {
  border-top: 1px solid #e4e4e4;
  padding: 0 20px 33px 20px;
}
.room-detail_book .room-detail_form label {
  display: block;
  clear: both;
  font-size: 12px;
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}
.room-detail_book .room-detail_form .awe-calendar-wrapper {
  width: 100%;
}
.room-detail_book .room-detail_form .awe-calendar-wrapper .awe-calendar {
  border-width: 0;
  background-color: #fff;
  line-height: 30px;
  height: 30px;
  color: #898989;
  font-weight: 500;
}
.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select {
  width: 100%;
}
.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle {
  background-color: #fff;
  height: 30px;
  border-width: 0;
  line-height: 30px;
}
.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option,
.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
  color: #333;
}
.room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
  padding: 7px 10px;
}
.room-detail_book .room-detail_form .awe-btn {
  width: 100%;
  font-weight:;
  font-size: 12px;
  padding: 10px;
  margin-top: 20px;
}
/**/
.section-room-detail .footer{
  color:#c2c2c2;
  width:auto;
  float:right;
  margin:10px 0;
}
.section-room-detail .footer .col{
  width:auto;
  float:left;
  padding:0 10px;
}
.section-room-detail .footer .one{
  border-right:1px solid #c2c2c2;
}
/**/
.room-detail_tab {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e4e4e4;
  background-color:#FFF;
}
.room-detail_tab-header {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 70px;
}
.room-detail_tab-header li {
  border-bottom: 2px solid #e4e4e4;
  position: relative;
  margin-bottom:20px;
}
.room-detail_tab-header li a {
  padding: 10px 0 5px 0;
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-family: 'Montserrat';
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room-detail_tab-header li a:before {
  height: 2px;
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #e9c000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room-detail_tab-header li.active a,
.room-detail_tab-header li:hover a {
  color: #e9c000;
}
.room-detail_tab-header li.active a:before,
.room-detail_tab-header li:hover a:before {
  width: 100%;
}
/**/
.room-detail_tab-content {
  padding-top: 0px;
  position: relative;
  min-height:340px;
}
.room-detail_tab-content:before {
  border-left: 1px solid #e4e4e4;
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
}
.room-detail_tab-content h2 {
  text-transform:uppercase;
  color:#334351;
  font-size:20px;
  font-weight:500;
  margin-bottom:10px;
}
/**/
.room-detail_description,
.room-detail_characteristics {
  color: #232323;
  font-size: 14px;
  font-weight: 500;
}
.room-detail_description p,
.room-detail_characteristics p {
  font-size: 14px;
  margin-bottom: 10;
}
.room-detail_description h5,
.room-detail_characteristics h5,
.room-detail_map  h5{
  font-family: 'Hind';
  font-weight: bold;
  margin-top: 0px;
  text-decoration:underline;
}
.room-detail_description h6,
.room-detail_characteristics h6 {
  text-transform: uppercase;
  color: #232323;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Hind';
  margin-top: 10px;
}
.room-detail_description a:hover,
.room-detail_characteristics a:hover {
	text-decoration:underline;
}
.room-detail_description ul,
.room-detail_characteristics ul {
  padding-left: 17px;
  margin-bottom: 0;
  margin-top: 5px;
}
.room-detail_description ul li,
.room-detail_characteristics ul li {
  padding: 4px 0;
}
.room-detail_description ul.installation li{
  list-style:none;
  margin-left:-17px;
}
.room-detail_description ul.installation li.yes{
  /*color: #3c763d;*/
}
.room-detail_description ul.installation li.no{
  color: #a94442;
}
.room-detail_description ul.installation li i{
  width:17px;
}
.room-detail_characteristics .place{
  margin-bottom:5px;
  margin-top:5px;
}
.room-detail_characteristics .place .place_title{
  font-weight:700;
}
.room-detail_characteristics .place .place_title i{
  font-size:12px;
}
.room-detail_characteristics .place .place_detail{
  font-size:12px;
}
.room-detail_characteristics .notfound,
.room-detail_calendar-wrap .notfound{
  padding-bottom: 30px;
  float:right;
  width:100%;
}
/**/

.room-detail_map {
  width:100%;
  margin-bottom:10px;
}
.room-detail_map #map,
.room-detail_map iframe {
  margin-top:10px;
  height:300px;
  width:100%;
}


/**/
.calendar_custom {
  /*max-width: 390px;*/
}
.calendar_custom .calendar_title {
  text-align: center;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-left: 2px;
  margin-right: 2px;
}
.calendar_custom .calendar_table {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
}
.calendar_custom .calendar_table th {
  text-transform: uppercase;
  text-align: center;
  color: #333;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
.calendar_custom .calendar_table td {
  background-color: #fff;
  background-clip: content-box;
  padding: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

	.calendar_custom .calendar_table td.selected{ padding: 1px; } /*selected*/ /*SELECTED*/
	.calendar_custom .calendar_table td.empty   { background-color:#f6f6f6; border:0px; } /*empty*/ /*CHAMP VIDE*/
	.calendar_custom .calendar_table td.before  { background-color:#CCC; color:#F0F0F0; } /*before*/ /*AVANT AUJOURD'HUI*/
	.calendar_custom .calendar_table td.today   { background-color:#A9D5DE; color:#FFF; } /*today*/ /*AUJOURD'HUI*/
	.calendar_custom .calendar_table td.after   { background-color:#FFF; color:#666; } /*after*/ /*APRES AUJOURD'HUI*/
	
	.calendar_custom .calendar_table td.available    { background-color:rgba(223,240,216,1); color:#3c763d; }
	.calendar_custom .calendar_table td.unavailable  { background-color:rgba(242,222,222,1); color:#a94442; }
	.calendar_custom .calendar_table td.unavailable_1{ color:#dc5d3a; }
	
	.calendar_custom .calendar_table td.selected a { border:2px solid #334351; }
	.calendar_custom .calendar_table td.available a { color:#3c763d; }
	.calendar_custom .calendar_table td.cookie a { border:2px solid #a94442; }
	.calendar_custom .calendar_table td.available:hover a { background-color:#334351; color:#FFF; }
	.calendar_custom .calendar_table td.unavailable a { color:#a94442; }
		
.calendar_custom .calendar_table td a {
  position: relative;
  display: block;
  /*padding-top: 100%;
  color: #232323;
  font-size: 12px;*/
}
.calendar_custom .calendar_table td a:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  /*border: 1px solid #333;*/
  position: absolute;
}

.room-detail_calendar-wrap .calendar_status {
  margin:20px 3px;
  margin-bottom:10px;
}
.room-detail_calendar-wrap .calendar_status span {
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  padding-right:10px;
}
.room-detail_calendar-wrap .calendar_status span:before {
  width:20px;
  height:17px;
  border:0px solid #333;
  display:inline-block;
  vertical-align:middle;
  content:'';
  margin-right:6px;
}
.room-detail_calendar-wrap .calendar_status span.selected:before {
  border:2px solid #334351;
}
.room-detail_calendar-wrap .calendar_status span.available:before {
  background-color:rgba(223,240,216,1); color:#3c763d
}
.room-detail_calendar-wrap .calendar_status span.unavailable:before {
 background-color:rgba(242,222,222,1); color:#a94442;
}
.room-detail_calendar-wrap .calendar_status span.cookie:before {
  border:2px solid #a94442;
}
/*
.calendar_custom .calendar_table td a small {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 12px;
}
.calendar_custom .calendar_table td a span {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.calendar_custom .calendar_table td.not-available {
  background-color: #333;
}
.calendar_custom .calendar_table td.not-available a {
  color: #fff;
}
.calendar_custom .calendar_title .calendar_corner {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.calendar_custom .calendar_title .calendar_corner:hover {
  color: #e7c130;
  border-color: #e7c130;
}
.calendar_custom .calendar_title .calendar_corner.calendar_prev {
  left: 0;
}
.calendar_custom .calendar_title .calendar_corner.calendar_next {
  right: 0;
}*/
/**/
.room-detail_package .room-package_item {
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
.room-detail_package .room-package_item:first-child {
  padding-top: 0;
}
.room-detail_package .room-package_item:last-child {
  border-bottom: 0;
}
.room-package_item {
  overflow: hidden;
}
.room-package_item .img {
  float: left;
  width: 100px;
  margin-right: 30px;
}
.room-package_item .img img {
  width: 100%;
}
.room-package_item .text {
  overflow: hidden;
  padding-right: 170px;
  position: relative;
  min-height: 70px;
}
.room-package_item .text h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  font-family: 'Montserrat';
}
.room-package_item .text h4 a {
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room-package_item .text h4 a:hover {
  color: #e7c130;
}
.room-package_item .text p {
  color: #898989;
  font-size: 13px;
  line-height: 1.428em;
  margin-bottom: 0;
  margin-top: 10px;
}
.room-package_item .text p b {
  color: #232323;
}
.room-package_item .text .room-package_price {
  position: absolute;
  right: 0;
  top: 0;
}
.room-package_item .text .room-package_price .price {
  color: #898989;
  font-size: 12px;
  margin: 0;
  text-align: right;
}
.room-package_item .text .room-package_price .price .amout {
  font-weight: bold;
  font-size: 20px;
  color: #232323;
}
.room-package_item .text .room-package_price .awe-btn {
  margin-top: 10px;
  font-size: 10px;
  font-weight: bold;
}
/**/
.room-detail_rates {
  padding-bottom: 20px;
}
.room-detail_rates table {
  width: 100%;
}
.room-detail_rates table th {
  color: #232323;
  font-size: 12px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 15px 20px;
}
.room-detail_rates table td {
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
}
.room-detail_rates table td h6 {
  color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Hind';
  font-weight: bold;
}
.room-detail_rates table td ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 10px;
}
.room-detail_rates table td ul li {
  padding: 2px 0;
  color: #898989;
}
.room-detail_rates table td .price {
  color: #232323;
  font-family: 'Montserrat';
  font-size: 14px;
  margin-bottom: 0;
}
/**/
.room-detail_compare {
  margin-top: 0px;
  padding-top: 20px;
  border-top: 1px solid #e4e4e4;
}
.room-detail_compare .room-compare_title {
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  color: #232323;
  text-transform:uppercase;
}
.room-detail_compare h3{
  margin: 0;
  margin-top:5px;
  font-size: 14px;
  line-height: 1;
  color: #232323;
  text-transform:uppercase;
  font-family: 'Hind';
}
.room-detail_compare .room-compare_item {
  margin-top: 20px;
  background-color:#f9f9f9;
}
.room-detail_compare .room-compare_item:hover {
  background-color:#f5f5f5;
}
.room-compare_item {
  position: relative;
}
.room-compare_item .img {
  position: relative;
}
.room-compare_item .img img {
  width: 100%;
}
.room-compare_item .img:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(51, 67, 81, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 67, 81, 0)), to(rgba(51, 67, 81, 0.9)));
  background: -webkit-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  background: -moz-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  background: -ms-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  background: -o-linear-gradient(top, rgba(51, 67, 81, 0), rgba(51, 67, 81, 0.9));
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.room-compare_item .text {
  margin:0 3px;
  margin-top: 10px;
  padding-bottom:5px;
  text-align:center;
}
.room-compare_item .text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  
}
.room-compare_item .text h2 a {
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.room-compare_item .text h2 a:hover {
  color: #e9c000;
}
.room-compare_item .text ul {
  color: #898989;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 0;
  color: #333333;
  padding-left: 0;
  list-style: none;
}
.room-compare_item .text ul li {
  padding: 0px 0;
  font-weight: 500;
  font-size: 12px;
}
.room-compare_item .text ul li.p1 {
  color:#334351;
  font-weight:bold;
}
.room-compare_item .text ul li strike {
  color:#F00;
}
.room-compare_item .text ul li span {
  color:#516d9b;
  font-size: 14px;
}
.room-compare_item .text ul li i {
  font-size: 12px;
  width: 25px;
  display: inline-block;
}
.room-compare_item .text .awe-btn {
  font-size: 10px;
  margin-top: 5px;
  font-weight: bold;
}
/* COMMENT */
#comments {
  margin-top: 40px;
  border-top: 1px solid #cacaca;
  padding-top: 15px;
}
#comments .comment-title {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
#comments .commentlist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#comments .commentlist li {
  position: relative;
  padding-left: 90px;
  margin-top: 25px;
}
#comments .commentlist li .comment-body {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 20px;
  overflow: hidden;
}
#comments .commentlist li .comment-body .comment-avatar {
  position: absolute;
  width: 70px;
  display: block;
  top: 5px;
  left: 0;
}
#comments .commentlist li .comment-body .comment-subject {
  margin: 0;
  font-size: 16px;
  color: #444444;
  font-weight: bold;
}
#comments .commentlist li .comment-body p {
  color: #444444;
  font-size: 15px;
  line-height: 1.428em;
  margin-bottom: 0;
  margin-top: 10px;
}
#comments .commentlist li .comment-body .comment-meta {
  float: left;
  margin-top: 20px;
  color: #898989;
}
#comments .commentlist li .comment-body .comment-meta a {
  color: #444;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#comments .commentlist li .comment-body .comment-meta a:hover {
  color: #e7c130;
}
#comments .commentlist li .comment-body .action {
  float: right;
  margin-top: 15px;
  font-size: 0;
}
#comments .commentlist li .comment-body .action .awe-btn {
  padding: 3px 15px;
  min-width: inherit;
  margin-left: 10px;
}
#comments .commentlist li .comment-body .children {
  overflow: hidden;
  clear: both;
  list-style: none;
  padding-left: 0;
}
#comments .commentlist li .comment-body .children li:last-child .comment-body {
  padding-bottom: 0;
  border-width: 0;
}
#comments .commentlist li:last-child .comment-body {
  border-bottom-width: 0;
  padding-bottom: 0;
}
/* END / COMMENT */
/* COMMENT RESPOND */
.comment-respond {
  border-top: 1px solid #cacaca;
  margin-top: 50px;
  padding-top: 20px;
}
.comment-respond .comment-reply-title {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  font-family: 'Montserrat';
}
.comment-respond .comment-form {
  margin-top: 10px;
}
.comment-respond .comment-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.comment-respond .comment-form .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.comment-respond .comment-form .field-text,
.comment-respond .comment-form .field-textarea {
  width: 100%;
  color: #232323;
  border: 2px solid #232323;
  padding: 0 15px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.comment-respond .comment-form .field-text::-webkit-input-placeholder,
.comment-respond .comment-form .field-textarea::-webkit-input-placeholder {
  color: #232323;
}
.comment-respond .comment-form .field-text:-moz-placeholder,
.comment-respond .comment-form .field-textarea:-moz-placeholder {
  color: #232323;
}
.comment-respond .comment-form .field-text::-moz-placeholder,
.comment-respond .comment-form .field-textarea::-moz-placeholder {
  color: #232323;
}
.comment-respond .comment-form .field-text:-ms-input-placeholder,
.comment-respond .comment-form .field-textarea:-ms-input-placeholder {
  color: #232323;
}
.comment-respond .comment-form .field-text:focus,
.comment-respond .comment-form .field-textarea:focus {
  border-color: #e7c130;
}
.comment-respond .comment-form .field-textarea {
  resize: none;
  height: 200px;
  padding: 10px 15px;
  line-height: 1.428em;
}
.comment-respond .comment-form .awe-btn {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
/* END / COMMENT RESPOND  */
/* 9.   Activiti
--------------------------------------------------------------------------------*/
/* ACTIVITI */
.section-activiti {
  padding-top: 40px;
  padding-bottom: 10px;
}
.activiti_content .activiti_item {
  margin-bottom: 30px;
}
.activiti_item {
  position: relative;
  background-color:#f9f9f9;
}
.activiti_item:hover {
  background-color:#f5f5f5;
}
.activiti_item .img {
  position: relative;
}
.activiti_item .img img {
  width: 100%;
}
.activiti_item .img:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#334351));
  background: -webkit-linear-gradient(top, transparent, #334351);
  background: -moz-linear-gradient(top, transparent, #334351);
  background: -ms-linear-gradient(top, transparent, #334351);
  background: -o-linear-gradient(top, transparent, #334351);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.activiti_item .img .infos {
  top:auto;
  bottom: 0px;
  right: auto;
  left: 0px;
  color: #fff;
  font-size: 12px;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 5px 0px;
  background:rgb(51, 67, 81, .7);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
}
.activiti_item .img .category {
  top:0px;
  bottom: auto;
  right: 0px;
  left: auto;
  color: #fff;
  font-size: 14px;
  font-weight:700;
  z-index: 10;
  width: auto100;
  height: auto;
  padding: 5px 10px;
  background:rgb(51, 67, 81, .7);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  position:absolute;
}
.activiti_item .img .infos .line{
  width:50%; 
  float:left;
  padding:0 10px;
}
.activiti_item .text {
  padding: 5px;
}
.activiti_item .text h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
}
.activiti_item .text h2 a {
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.activiti_item .text h2 a:hover {
  color: #e9c000;
}
.activiti_item .text h3 {
  font-size: 13px;
}
.activiti_item .text h3 a {
  color:#334351;
  text-decoration:none;
}
.activiti_item .text h3 a:hover {
  text-decoration:underline;
}
.activiti_item .text h3 a i {
  font-size:10px;
}
.activiti_item .text p {
  color: #232323;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 5px;
  text-align:justify;
}
.activiti_item .text .view-more {
  color: #232323;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.activiti_item .text .view-more i {
  margin-left: 10px;
  font-size: 9px;
}
.activiti_item .text .view-more:hover {
  color: #e9c000;
}
.activiti_item .bot {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  padding: 5px 5px;
}
.activiti_item:hover .img:before {
  opacity: .7;
  top: 0;
}
/* END / ACTIVITI */
/* 10.   Condition
--------------------------------------------------------------------------------*/
.section-term-condition {
  padding-top: 40px;
  padding-bottom: 40px;
}
.term-condition {
  color: #333;
  font-family:;
  font-size: 15px;
  
}
.term-condition p {
  font-weight:;
  text-align:justify;
  margin-bottom:15px;
  line-height: 1.4em;
}
.term-condition h1,
.term-condition h2,
.term-condition h3,
.term-condition h4,
.term-condition h5,
.term-condition h6 {
  font-weight: bold;
}
.term-condition h3{
  text-transform:uppercase;
  margin-bottom:5px;
}
.term-condition ul{
  padding-left: 20px;
}
.term-condition ul li{
  padding: 0px 0;
  color: #333;
  font-weight:;
  text-align:justify;
  line-height: 1.4em;
}

/* 11.   Checkout
--------------------------------------------------------------------------------*/
.section-checkout {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
/**/
.checkout .checkout_head {
  margin-top: 0px;
}
.checkout .checkout_head h3 {
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.checkout .checkout_head p {
  margin-top: 10px;
  color: #232323;
  line-height: 1.428em;
  text-align:justify;
}
.checkout .checkout_head p a{
  text-decoration:underline;
}
.checkout .checkout_head .payment {
  margin-top: 10px;
  text-align:left;
}
.checkout .checkout_head .payment img{
	height:30px;
	margin:2px;
	padding:2px;
	border:1px solid #232323;
}
.checkout .checkout_margin {
  margin-left: 0px;
}
/**/
.checkout .checkout_action{
  margin-bottom: 10px;
}
.checkout .checkout_action .awe-btn.awe-btn-action {
  background-color: #fff;
  margin:2px 0;
  font-weight:bold;
  font-family: 'Hind';
}
.checkout .checkout_action .awe-btn.awe-btn-action.connect {
  border: 2px solid #334351;
  color: #334351;
}
.checkout .checkout_action .awe-btn.awe-btn-action.connect:hover {
  color: #fff;
  background-color: #334351;
}
.checkout .checkout_action .awe-btn.awe-btn-action.plus {
  border: 2px solid #3c763d;
  color: #3c763d;
}
.checkout .checkout_action .awe-btn.awe-btn-action.plus:hover {
  color: #fff;
  background-color: #3c763d;
}
.checkout .checkout_action .awe-btn.awe-btn-action.minus {
  border: 2px solid #a94442;
  color: #a94442;
}
.checkout .checkout_action .awe-btn.awe-btn-action.minus:hover {
  color: #fff;
  background-color: #a94442;
}
.checkout .checkout_action .awe-btn i {
  width:20px;
}
/**/
.checkout .checkout_login {
  color: #777777;
  margin-bottom: 10px;
  font-size:14px;
  text-align:justify;
}
/**/
.checkout .checkout_table .hr,
.checkout .checkout_action .hr,
.checkout .checkout_client .hr {
  margin-top:20px;
  margin-bottom:20px;
  float:left;
  width:100%;
}
.checkout .checkout_form{
  margin-top:-10px;
}
.checkout .checkout_client{
  margin-bottom:0px;
}
.checkout .checkout_form [class*="col-"] {
  margin-top: 0px;
}
/**/
.checkout label.field-label{
  color:#232323;
  margin-top: 13px;
  margin-bottom:0px;
  font-size:15px;
  font-weight:bold;
  float:left;
  width:100%;
  text-align:left;
  display: block;
  clear: both;
}
.checkout .field-text,
.checkout .field-select {
  width: 100%;
  border: 2px solid #232323;
  background-color: transparent;
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-top: -3px;
  margin-bottom:-2px;
  font-family:'Montserrat';
}
.checkout .field-select{
  padding:10px;
  background-color:#FFF;
}
.checkout .field-select option{
  font-family:Verdana !important;
  transition:none;
}
.checkout .field-text::-webkit-input-placeholder {
  color: #232323;
}
.checkout .field-text:-moz-placeholder {
  color: #232323;
}
.checkout .field-text::-moz-placeholder {
  color: #232323;
}
.checkout .field-text:-ms-input-placeholder {
  color: #232323;
}
.checkout .field-text:focus {
  border-color: #e9c000;
}
.checkout .field-disabled{
  background-color:#F3F3F3;
}
.checkout .error{
  color:#F00;
  font-weight:normal;
}
/**/
.checkout .checkout_cartinfo {
  margin-top: 8px;/**/
  border: 2px solid #232323;
  padding:8px;
}
.checkout .checkout_cartinfo p {
  margin-bottom: 3px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Hind';
  color: #232323;
}
.checkout .checkout_cartinfo p:last-child {
  margin-bottom: 0;
}
.checkout .checkout_cartinfo p span {
  display: inline-block;
  min-width: 120px;
}
/**/
.checkout .checkout_alert {
  margin-top: 12px;
}
.checkout .checkout_alert .alert-info{
  font-size:13px;
  padding-top:12px;
  padding-bottom:12px;
  text-align:justify;
}
/**/
.checkout .checkout_confirm {
  margin-top:12px;
  padding:0px;
}
.checkout .checkout_confirm .checkconfirm{
  border: 2px solid #232323;
  padding:6px 10px;
  padding-bottom:2px;
}
.checkout .checkout_confirm .checkconfirm a{
  font-size: 14px;
  font-family: 'Hind';
  line-height:0px;
}
.checkout .checkout_confirm .checkconfirm label{
  
}
/**/
.checkout .checkout_submit {
  margin-top: 30px;
  background-color:#334351;
  padding:10px;
}
.checkout .checkout_submit .awe-btn {
  font-size: 15px;
  padding: 5px 10px;
  font-family: 'Hind';
  font-weight:bold;
  margin:3px 5px;
}
.checkout .checkout_submit .awe-btn-disabled {
  background-color:#CCC;
  color:#F5F5F5;
  border-color:#F5F5F5;
  text-shadow: 1px 0px 0px rgba(114, 114, 114, 1);
}
/*canceled**************/
.checkout .checkout_login a {
  color: #e9c000;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.checkout .checkout_login a:hover {
  color: #e7c130;
}
/**/
.checkout .checkout_head span {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
/**/
.checkout .field-radio {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
}
.checkout .code-enter {
  border: 2px solid #232323;
  padding: 12px 20px;
  color: #898989;
  margin-bottom: 0;
}
.checkout .code-enter a {
  font-weight: bold;
  color: #232323;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.checkout .code-enter a:hover {
  color: #e7c130;
}
.checkout .checkout_text {
  margin-bottom: 0;
  margin-top: 10px;
  color: #232323;
  line-height: 1.4em;
}
.checkout .field-textarea {
  border: 2px solid #232323;
  background-color: transparent;
  width: 100%;
  height: 100px;
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.checkout .field-textarea::-webkit-input-placeholder {
  color: #232323;
}
.checkout .field-textarea:-moz-placeholder {
  color: #232323;
}
.checkout .field-textarea::-moz-placeholder {
  color: #232323;
}
.checkout .field-textarea:-ms-input-placeholder {
  color: #232323;
}
.checkout .field-textarea:focus {
  border-color: #e9c000;
}
.checkout .bootstrap-select.btn-group.awe-select {
  width: 100%;
}
.checkout .bootstrap-select.btn-group.awe-select .dropdown-toggle {
  border-color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.checkout .bootstrap-select.btn-group.awe-select .dropdown-toggle:hover {
  border-color: #e7c130;
}
.checkout .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
  color: #232323;
}
/**/
.checkout .checkout_alert ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.checkout .checkout_alert ul li {
  padding-left: 30px;
  position: relative;
  margin-top: 20px;
}
.checkout .checkout_alert ul li:first-child {
  margin-top: 0;
}
.checkout .checkout_alert ul li .radio {
  position: absolute;
  left: 0;
  top: 1px;
}
.checkout .checkout_alert ul li h6 {
  margin: 0;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.checkout .checkout_alert ul li p {
  margin-bottom: 0;
  line-height: 1.4em;
  font-size: 12px;
  margin-top: 10px;
  color: #232323;
}
.checkout .checkout_alert ul li img {
  max-width: 100%;
  margin-left: 10px;
}
/**/
.checkout .checkout_cart {
  border: 2px solid #232323;
  padding: 0px 15px;
  margin-top: 10px;
}
.checkout .checkout_cart .cart-item {
  overflow: hidden;
  margin: 15px 0;
  padding: 5px;
  position: relative;
  background-color:#f9f9f9;
}
.checkout .checkout_cart .cart-item:hover {
  background-color:#f5f5f5;
}
.checkout .checkout_cart .cart-item .img {
  width: 150px;
  float: left;
  position: relative;
  margin-right: 20px;
}
.checkout .checkout_cart .cart-item .img img {
  width: 100%;
}
.checkout .checkout_cart .cart-item .img:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  z-index: 10;
  pointer-events: none;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#334351));
  background: -webkit-linear-gradient(top, transparent, #334351);
  background: -moz-linear-gradient(top, transparent, #334351);
  background: -ms-linear-gradient(top, transparent, #334351);
  background: -o-linear-gradient(top, transparent, #334351);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.checkout .checkout_cart .cart-item:hover .img:before {
  opacity: .5;
  top: 0;
}
.checkout .checkout_cart .cart-item .text {
  margin-right: 15px;
  overflow: hidden;
}
.checkout .checkout_cart .cart-item .text a {
  color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  font-size:16px;
  font-weight:bold;
}
.checkout .checkout_cart .cart-item .text a:hover {
  color: #e9c000;
}
.checkout .checkout_cart .cart-item .text p {
  margin: 0;
  color: #232323;
  font-size: 14px;
}
.checkout .checkout_cart .cart-item .text p span {
  display: block;
}
.checkout .checkout_cart .cart-item .text p b {
  font-size: 16px;
}
.checkout .checkout_cart .cart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  width:auto;
  height:100%;
  padding:0 5px;
  padding-top:19px;
  background-color:#CCC;
  color: #f9f9f9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.checkout .checkout_cart .cart-item .remove:hover {
  color: #e9c000;
}
/* 12.   Attractions
--------------------------------------------------------------------------------*/
.section-attractions {
  padding-top: 40px;
  padding-bottom: 40px;
}
#attraction-maps {
  position: relative;
  height: 470px;
}
.info-location-map {
  text-align: center;
}
.info-location-map h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}
.info-location-map span {
  font-size: 12px;
  color: #898989;
}
.attraction {
  /*padding-top: 60px;
  margin-top: -60px;*/
}
.attraction_sidebar {
  background-color: #f1f1f1;
  margin-top: 0px;
}
.attraction_sidebar .attraction_heading {
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.attraction_sidebar .attraction_heading .attraction-icon-drop {
  display: none;
  float: right;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.attraction_sidebar .attraction_sidebar-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.attraction_sidebar .attraction_sidebar-content .attraction_title {
  background-color: #344a71;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 30px;
}
.attraction_sidebar .attraction_sidebar-content .attraction_title i {
  margin-right: 15px;
}
.attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select {
  width: 100%;
  margin-top: 30px;
}
.attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select .btn {
  border-color: #f1f1f1;
  background-color: #fff;
}
.attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select .btn .filter-option,
.attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select .btn .caret {
  color: #898989;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location .region{
  float:left; 
  width:100%; 
  border:2px solid #334351; 
  margin-bottom:2px; 
  text-transform:uppercase;
  padding:5px 10px;
  position:relative;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location .region:after{
  position:absolute;
  content:'';
  right:10px;
  top:11px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #334351;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location li {
  color: #334351;
  font-weight: 500;
  position: relative;
  padding-left: 0px;
  margin-top: 5px;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location li:first-child {
  margin-top: 0;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location li i {
  margin-right:5px;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width:100%;
  background-color:#334351;
  float:left;
  margin-bottom:2px;
  padding:5px 10px;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location li a:hover {
  color: #334351;
  background-color:#e9c000;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location li.active a {
  color: #334351;
  background-color:#e9c000;
  position: relative;
}
.attraction_sidebar .attraction_sidebar-content .attraction_location li.active a::after {
  background: #f1f1f1;
  border-bottom: 15px solid transparent;
  border-left: 8px solid #e9c000;
  border-top: 15px solid transparent;
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
}

.attraction_sidebar .attraction_sidebar-content .attraction_location li.active a:hover{
  color: #fff;
}

.attraction_map {
  height: 300px;
  position: relative;
  margin-bottom:20px;
  margin-top:0px;
}
.attraction_map #map {
  height: 100%;
  width: 100%;
}
.attraction_detail {
  /*margin-top: 60px;*/
}
.attraction_detail .attraction_detail-title {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 20px;
}
.attraction_detail .attraction_detail-title i {
  color: #e9c000;
  margin-right: 10px;
}
.attraction_detail ul {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.attraction_detail ul li {
  margin-top: 10px;
}
.attraction_detail ul li span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0px;
}
.attraction_detail ul li a {
  color: #e7c130;
}
.attraction_content {
  padding-top: 20px;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #e4e4e4;
}
.attraction_content .attraction_content-title {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.attraction_content p {
  margin-bottom: 0px;
  line-height: 1.5em;
  font-size: 15px;
  text-align:justify;
}
.attraction_content p b {
  color: #333;
}
.attraction_content p a {
  color: #344a71;
  text-decoration: underline;
  font-weight: bold;
}
.attraction_content .wp_caption {
  max-width: 100%;
}
.attraction_content .wp_caption.aligncenter {
  text-align: center;
}
.attraction_content .wp_caption.alignright {
  float: right;
  margin-left: 30px;
}
.attraction_content .wp_caption.alignleft {
  float: left;
  margin-right: 30px;
}
.attraction .gallery-content {
  margin:0 5px;
}
/* 13.   About
--------------------------------------------------------------------------------*/
.section-about {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
.section-about .about {
  margin-top: 0px;
}
.section-about .about .about-item {
  margin-top: 0px;
}
.about-item {

}
.about-item .img {
  background-color: #f1f1f1;
  margin-top:9px;
  padding:20px;
  padding-bottom:10px;
  float: left;
  width:100%;
}
.about-item .img img {
  width: 100%;
  margin-bottom:10px;
}
.about-item .img:before {
  /*
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#334351));
  background: -webkit-linear-gradient(top, transparent, #334351);
  background: -moz-linear-gradient(top, transparent, #334351);
  background: -ms-linear-gradient(top, transparent, #334351);
  background: -o-linear-gradient(top, transparent, #334351);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  */
}
.about-item .img .owl-pagination {
  display: none;
}
.about-item .text {
  float: left;
  width:100%;
}
.about-item .text h2 {
  line-height: 1.2em;
}
.about-item .text .desc {
  margin-top: 10px;
  color: #333333;
  font-size: 13px;
}
.about-item .text .desc p {
  line-height: 1.428em;
  text-align:justify;
}
.about-item:hover .img:before {
  /*opacity: .9;*/
}
.about-item iframe.catalog{
	width:100%;
	height:670px;
	border:0px;
}
.section-statistics {
  padding: 40px 0;
}
.section-statistics .awe-overlay {
  background-color: rgba(72, 72, 72, 0.6);
}
.section-statistics p{
	color:#FFF;
	position: relative;
}
.statistics_item {
  margin-top: 00px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.statistics_item:before {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  border-right: 1px solid #fff;
}
.statistics_item:first-child::before {
  content: none;
}
.statistics_item .count {
  font-size: 60px;
  font-family: 'Montserrat';
  color: #fff;
  display: block;
  line-height: 1.3em;
}
.statistics_item span {
  font-size: 18px;
}
.section-team {
  background-color: #fff;
  padding: 40px 0;
}
.team_item {
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
.team_item:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 0;
  content: '';
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.team_item .img {
  max-width: 200px;
  overflow: hidden;
  margin: auto;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.team_item .img:before {
  content: '';
  z-index: 1;
  border: 5px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.team_item .img img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: transform 0.9s ease;
  -moz-transition: transform 0.9s ease;
  -ms-transition: transform 0.9s ease;
  -o-transition: transform 0.9s ease;
}
.team_item .text {
  margin-top: 30px;
}
.team_item .text h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.team_item .text span {
  color: #898989;
  font-size: 16px;
  display: block;
  margin-top: 7px;
}
.team_item .text dt {
  margin-top: 5px;
  margin-bottom: 0;
  color: #30373b;
  line-height: 1.5em;
  font-size: 15px;
}
.team_item .text .team-share {
  font-size: 0;
  margin-top: 10px;
}
.team_item .text .team-share a {
  font-size: 12px;
  display: inline-block;
  border: 2px solid #898989;
  color: #898989;
  width: 24px;
  height: 24px;
  line-height: 22px;
  margin: 0 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.team_item .text .team-share a:hover {
  border-color: #334351;
  color: #334351;
}
.team_item:hover:before {
  width: 100%;
}
.team_item:hover .img:before {
  border-color: #334351;
}
.team_item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* 14.   Guest Book
--------------------------------------------------------------------------------*/
.section-guest-book {
  background-color: #fff;
  padding: 40px 0;
}
.guest-book .guest-book_head {
  background-size: cover;
  overflow: hidden;
}
.guest-book .guest-book_head .text {
  background-color: #344a71;
  float: right;
  width: 400px;
  padding: 30px 45px 40px 45px;
}
.guest-book .guest-book_head .text h2 {
  color: #fff;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.428em;
}
.guest-book .guest-book_head .text p {
  color: #fff;
  font-size: 15px;
  line-height: 1.428em;
  margin-bottom: 0;
  margin-top: 15px;
}
.guest-book .guest-book_head .text .awe-btn {
  font-size: 16px;
  padding: 7px 20px;
  margin-top: 25px;
}
.guest-book .guest-book_head.guest-book_head-2 .text {
  background-color: transparent;
  max-width: 660px;
  width: auto;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.guest-book .guest-book_head.guest-book_head-2 .text h2 {
  color: #232323;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 2px;
}
.guest-book .guest-book_head.guest-book_head-2 .text p {
  color: #898989;
}
.guest-book .guest-book_content .guest-book_item {
  margin-bottom: 20px;
}
.guest-book_item {
  text-align: center;
  padding: 25px 35px 25px 35px;
  border: 2px solid #232323;
  position: relative;
}
.guest-book_item:before,
.guest-book_item:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.guest-book_item:before {
  border-right: 2px solid #e9c000;
  border-bottom: 2px solid #e9c000;
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -o-transform-origin: bottom right;
}
.guest-book_item:after {
  border-left: 2px solid #e9c000;
  border-top: 2px solid #e9c000;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
}
.guest-book_item.guest-book_item-2 {
  background-color: #f9f9f9;
  border-width: 0;
  margin-bottom: 20px;
}
.guest-book_item.guest-book_item-2:before,
.guest-book_item.guest-book_item-2:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.guest-book_item.guest-book_item-2 h2 {
  margin-top: 20px;
}
.guest-book_item .icon {
  color: #b4b4b4;
  font-size: 10px;
  margin-top: 0;
}
.guest-book_item .avatar {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 3px solid #FFF;
  text-align:center;
  font-size:30px;
  padding-top:7px;
  font-weight:500;
}
.guest-book_item .avatar:before {
  border: 3px solid #e9c000;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-event: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.guest-book_item h2 {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #444444;
  font-weight: bold;
}
.guest-book_item p {
  color: #30373b;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
.guest-book_item span {
  margin-top: 15px;
  display: block;
  color: #898989;
  font-size: 16px;
}
.guest-book_item span b {
  color: #444444;
}
.guest-book_item:hover:before,
.guest-book_item:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.guest-book_item:hover .avatar:before {
  opacity: 1;
}
.guest-book-form {
  background-color: #f1f1f1;
  max-width: 370px;
  padding: 35px;
}
.guest-book-form h2 {
  color: #333333;
  font-family: 'Montserrat';
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin-top: -5px;
}
.guest-book-form p {
  margin-bottom: 0;
  color: #898989;
  text-align: center;
  line-height: 1.5em;
  margin-top: 20px;
}
.guest-book-form .form-field {
  margin-top: 20px;
}
.guest-book-form .field-text {
  width: 100%;
  border-width: 0;
  height: 38px;
  line-height: 38px;
  color: #898989;
}
.guest-book-form .field-text::-webkit-input-placeholder {
  color: #898989;
}
.guest-book-form .field-text:-moz-placeholder {
  color: #898989;
}
.guest-book-form .field-text::-moz-placeholder {
  color: #898989;
}
.guest-book-form .field-text:-ms-input-placeholder {
  color: #898989;
}
.guest-book-form .field-textarea {
  height: 100px;
  width: 100%;
  border-width: 0;
  resize: none;
}
.guest-book-form .awe-btn {
  width: 100%;
  padding: 12px 10px;
  margin-top: 10px;
}
/* 15.   Comingsoon
--------------------------------------------------------------------------------*/
.section-comingsoon {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.comingsoon {
  position: absolute;
  padding: 15px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.comingsoon h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  font-family: 'Montserrat';
  line-height: 1;
  margin-top: 20px;
}
.comingsoon h1 span {
  color: #e7c130;
}
.comingsoon h6 {
  color: #fff;
  font-size: 36px;
  margin-top: 10px;
  font-weight: normal;
  font-family: 'Hind';
}
.comingsoon p {
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  margin-top: 25px;
}
.comingsoon .countdown {
  border: 2px solid #fff;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 20px;
}
.comingsoon .countdown .item {
  width: 25%;
  float: left;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.comingsoon .countdown .item + .item:before {
  content: ':';
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.comingsoon .countdown .item .count {
  display: block;
  font-family: 'Montserrat';
  font-size: 50px;
  line-height: 1;
}
.comingsoon .widget_social .widget-title {
  margin-top: 25px;
  color: #fff;
  font-weight: normal;
  font-family: 'Hind';
  font-size: 20px;
}
.comingsoon .widget_social .widget-social {
  text-align: center;
  font-size: 0;
}
.comingsoon .widget_social .widget-social a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin: 15px 10px 0 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.comingsoon .widget_social .widget-social a:hover {
  border-color: #e7c130;
}

/* 16.   Under Construction
--------------------------------------------------------------------------------*/
.section-construction {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#FFF;
}
.construction-bloc {
  z-index: 10;
  padding-top:30px;
  float:left;
  width:100%;
}
.construction-bloc .text h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.construction-bloc .text p {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* 16.   Account
--------------------------------------------------------------------------------*/
.section-account {
  padding-top: 110px;
  padding-bottom: 50px;
}
.login-register {
  position: relative;
  z-index: 10;
}
.login-register .text h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.login-register .text p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0px;
}
.login-register .text #error_message {
  color:#F00;
  display:none;
  text-align:center;
  padding-top:10px;
}
.login-register .text .account_social {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-top:2px solid #FFF;
  margin-top:10px;
}
.login-register .text .account_social h3{
	text-align:left;
	font-weight:normal;
	font-size:18px;
	color:#FFF;
	margin:0;
	padding:0;
	padding-top:5px;
	margin-bottom:-10px;
}
.login-register .text .account_social .social-button{
	margin-top:20px;
}
.login-register .text .alert_2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding:10px;
}
.login-register .text .account_form {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  overflow: hidden;
}
.login-register .text .account_form .field-form {
  position: relative;
  margin-top: 15px;
}
.login-register .text .account_form .field-form .view-pass {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login-register .text .account_form .field-form .view-pass:hover {
  color: #e7c130;
}
.login-register .text .account_form .field-form .field-text {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login-register .text .account_form .field-form .field-text::-webkit-input-placeholder {
  color: #ffffff;
}
.login-register .text .account_form .field-form .field-text:-moz-placeholder {
  color: #ffffff;
}
.login-register .text .account_form .field-form .field-text::-moz-placeholder {
  color: #ffffff;
}
.login-register .text .account_form .field-form .field-text:-ms-input-placeholder {
  color: #ffffff;
}
.login-register .text .account_form .field-form .field-text:focus {
  border-color: #e9c000;
}
.login-register .text .account_form .field-form .awe-btn {
  min-width: 180px;
  font-size: 16px;
  padding: 12px 10px;
}
.login-register .text .account_form .field-form.field-submit {
  margin-top: 15px;
}
.login-register .text .account_form .account-desc {
  color: #fff;
  font-size: 13px;
  display: block;
  margin-top: 15px;
}
.login-register .text .account_form .account-desc a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.login-register .text .account_form .account-desc a:hover {
  color: #e9c000;
}
/*AJAX POPUP : JOIN & LOGIN, DETAILS PLACES, DETAILS PROPERTY*/
.ajax-popup {
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom:10px;
  /*border:1px solid #e9c000;*/
  
}
.popup-account {
  max-width: 370px;
  min-width: 370px;
}
.popup-pricing {
  max-width: 700px;
  min-width: 370px;
}
.popup-place {
  max-width: 500px;
  min-width: 370px;
}
.popup-favoris {
  max-width: 400px;
  min-width: 370px;
}
.popup-terms {
  max-width: 800px;
  min-width: 370px;
}
/**/
.ajax-popup h2 {
  color: #333333;
  font-family: 'Montserrat';
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin-top: -5px;
}
.ajax-popup p {
  margin-bottom: 0;
  color: #898989;
  text-align: center;
  line-height: 1.5em;
  margin-top: 20px;
}
.ajax-popup form {
  
}
.ajax-popup .form-field {
  margin-top: 10px;
}
.ajax-popup .field-text {
  width: 100%;
  border-width: 0;
  height: 38px;
  line-height: 38px;
  color: #898989;
}
.ajax-popup .field-text-two1,
.login-register .text .account_form .field-form .field-text-two1 {
	width:48%; margin-right:1.5%;
}
.ajax-popup .field-text-two2,
.login-register .text .account_form .field-form .field-text-two2 {
	width:48%; margin-left:1.5%;
}
.ajax-popup .field-text::-webkit-input-placeholder {
  color: #898989;
}
.ajax-popup .field-text:-moz-placeholder {
  color: #898989;
}
.ajax-popup .field-text::-moz-placeholder {
  color: #898989;
}
.ajax-popup .field-text:-ms-input-placeholder {
  color: #898989;
}
.ajax-popup .field-textarea {
  height: 100px;
  width: 100%;
  border-width: 0;
  resize: none;
}
.ajax-popup .awe-btn-account {
  width: 200px;
  padding: 12px 8px;
  margin-top: 0px;
}
.ajax-popup #error_message {
  color:#F00;
  display:none;
  text-align:center;
}
.ajax-popup .social{
  padding-top:10px;
  margin-top: 10px;
  border-top:1px solid #333333;
}
.ajax-popup .social p {
  color: #898989;
  line-height: 1.5em;
  margin-top: 0px;
  text-align:left;
}
.ajax-popup .social .social-button{
	margin-top:10px;
}
/**/
.ajax-popup h6{
  text-align:center;
  font-size:20px;
  margin:0 1%;
  background-color:#FFF;
  margin-top:5px;
}
.ajax-popup .detail-nights{
  float:left;
  width:98%;
  margin:5px 1%;
  padding:4px 0;
  border-top:1px solid #333333;
  border-bottom:1px solid #333333;
}
.ajax-popup .detail-nights .night{
  float:left;
  width:100%;
  margin:1px 0;
  background-color:#FFF;
  text-align:center;
  padding:2px;
  position:relative;
}
.ajax-popup .detail-nights .night .rang {
  /*position:absolute;
  top:0px;
  bottom: auto;
  right: auto;
  left: 0px;
  font-size: 14px;
  z-index: 10;
  width: auto;
  height: auto;
  font-weight:bold;
  padding-left:2px;*/
  float:left;
  width:20px;
  font-weight:bold;
  text-align:left;
}
.ajax-popup .detail-nights .night .date{
  float:left;
  width:auto;
}
.ajax-popup .detail-nights .night .price{
  float:right;
  width:auto;
  font-weight:bold;
}
.ajax-popup .detail-nights .night .price span{
  color:#F00;
  font-size:12px;
  font-weight:normal;
}
.ajax-popup .detail-nights .night .price span br{
  display:none;
}
.ajax-popup .detail-total{
  float:left;
  width:98%;
  margin:0px 1%;
  padding:5px 0;
  background-color:#FFF;
  font-size:16px;
  text-align:center;
}
.ajax-popup .detail-total span{
  text-transform:uppercase;
  font-weight:bold;
}
.ajax-popup .detail-total dd{
  color:#F00;
  font-size:14px;
}
.ajax-popup .detail-total dt{
  font-weight:bold;
  color:#334351;
  font-size:20px;
}
.ajax-popup .detail-close{
  text-align:center;
  margin-top:10px;
}
/**/
.ajax-popup .detail-img {
  float:left; 
  width: 100%;
  margin-bottom:10px; 
  margin-top:10px;
  text-align:center;
}
.ajax-popup .detail-img img {
  width:100%;
}
.ajax-popup .detail-access{
  float:left; 
  width: 100%; 
  text-align:center;
  font-size:14px;
  min-height:40px;
}
/**/
.ajax-popup .detail-property{
  float:left;
  width:100%;
  padding:4px 0;
  background-color:#FFF;
}
.ajax-popup .detail-property .line{
  float:left;
  width:100%;
  margin:1px 1%;
  padding:1px 0;
}
.ajax-popup .detail-property .line .title{
  float:left;
  width:170px;
  font-weight:bold;
}
.ajax-popup .detail-property .line .value{
  float:left;
  width:auto;
}
/**/
.ajax-popup .booking-terms{
  float:left;
  width:100%;
  padding:10px 4px;
  background-color:#FFF;
  overflow-y:scroll;
  overflow-x:no;
  height:300px;
}
.ajax-popup .booking-terms h3{
  font-size:14px;
  font-family:'Hind';
  font-weight:bold;
}
.ajax-popup .booking-terms p{
  font-size:12px;
  text-align:left;
  margin:0;
  padding:0;
  color:#333;
}
.ajax-popup .booking-terms li{
  margin:0;
  padding:0;
  font-size:12px;
  margin-left:-27px;
  color:#333;
}

  


.fb_dialog{
	bottom:16px !important;
}

.fb-customerchat:not(.fb_iframe_widget_fluid) iframe{
	bottom:86px !important;
}
.fb_dialog, .fb-customerchat:not(.fb_iframe_widget_fluid) iframe {
	right: auto !important;
	left: 16px !important;
}

@media only screen and (max-width: 480px) {
    .fb-customerchat.fb_iframe_widget iframe {
        /*max-width: calc(100% - 32px) !important;*/
    }
}

/* 17.   Page 404
--------------------------------------------------------------------------------*/
.section-404 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-404 {
  position: absolute;
  max-width: 570px;
  width: 100%;
  padding: 15px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.page-404 h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 80px;
  font-family: 'Montserrat';
  line-height: 1;
  margin-top: 50px;
}
.page-404 h1 span {
  color: #e7c130;
}
.page-404 h6 {
  color: #fff;
  font-size: 27px;
  margin-top: 10px;
  font-family: 'Hind';
}
.page-404 p {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
}
.page-404 p:last-child {
  margin-top: 20px;
}
.page-404 p a {
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.page-404 p a:hover {
  color: #e7c130;
}
.page-404 .search-404 {
  margin-top: 35px;
}
.page-404 .search-404 .filed-text {
  display: inline-block;
  vertical-align: middle;
  width: 370px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-404 .search-404 .filed-text::-webkit-input-placeholder {
  color: #ffffff;
}
.page-404 .search-404 .filed-text:-moz-placeholder {
  color: #ffffff;
}
.page-404 .search-404 .filed-text::-moz-placeholder {
  color: #ffffff;
}
.page-404 .search-404 .filed-text:-ms-input-placeholder {
  color: #ffffff;
}
.page-404 .search-404 .filed-text:focus {
  border-color: #e7c130;
}
.page-404 .search-404 .awe-btn {
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  height: 40px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
/* 19.   Contact
--------------------------------------------------------------------------------*/
.section-contact {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-account{
	margin-top:20px;
}
.contact .contact-btn{
  margin:5px 0;
  margin-top:8px;
}
.contact .contact-btn .awe-btn.awe-btn-account {
  border: 2px solid #334351;
  background-color: #334351;
  color: #fff;
  width:100%;
  margin:2px 0;
  text-align:left;
}
.contact .contact-btn .awe-btn.awe-btn-account.active,
.contact .contact-btn .awe-btn.awe-btn-account:hover {
  color: #334351;
  background-color: transparent;
}
.contact .contact-btn .awe-btn.awe-btn-account i {
  width:20px;
}
.contact .text {
  margin-top: 0px;
}
.contact .text h2 {
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.contact .text p {
  margin-top: 10px;
  color: #232323;
  line-height: 1.428em;
  text-align:justify;
}
.contact .text p.account {
  font-size:12px;
}
.contact .text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.contact .text ul li {
  padding: 4px 0;
}
.contact .text ul li .icon {
  color: #e9c000;
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
  width:20px;
}
.contact .contact-location {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  margin-top: 35px;
}
.contact .contact-location .btn-collapse {
  text-transform: uppercase;
  color: #232323;
  font-weight: bold;
  font-size: 20px;
  display: block;
  font-family: 'Montserrat';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact .contact-location .btn-collapse span {
  float: right;
  font-size: 24px;
}
.contact .contact-location .btn-collapse:hover {
  color: #e9c000;
}
.contact .contact-location .location-group {
  margin-top: 15px;
}
.contact .contact-location .location-group h6 {
  font-weight: bold;
  color: #334351;
  font-size: 16px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.contact .contact-location .location-group span {
  color: #898989;
  font-size: 15px;
}
.contact .contact-location .location-group .location-item {
  margin-top: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.contact .contact-location .location-group .location-item:after {
  content: '';
  display: table;
  clear: both;
}
.contact .contact-location .location-group .location-item .img {
  float: left;
  width: 100px;
  position: relative;
}
.contact .contact-location .location-group .location-item .img .fa {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #e9c000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.contact .contact-location .location-group .location-item .img img {
  width: 100%;
}
.contact .contact-location .location-group .location-item .text {
  margin-left: 120px;
  color: #333333;
}
.contact .contact-location .location-group .location-item .text address {
  margin-top: 10px;
  margin-bottom: 0;
}
.contact .contact-location .location-group .location-item .text p {
  margin-bottom: 0;
  margin-top: 7px;
  font-size: 14px;
}
.contact .contact-form{
  color:#F00;
  line-height:15px;
  margin-top:0px;
  font-weight:normal;
}
.contact .contact-form p{
  color: #232323;
  margin-bottom:0px;
}
.contact .contact-form .field-text,
.contact .contact-form .field-textarea,
.contact .contact-form .field-select {
  border: 2px solid #232323;
  width: 100%;
  margin-top: 10px;
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family:'Montserrat';
}
.contact .contact-form .field-select option{
  font-family:Verdana !important;
}
.contact .contact-form .field-label{
  color:#232323;
  margin-top: 10px;
  margin-bottom:0px;
  font-size:15px;
  font-weight:bold;
  float:left;
  width:100%;
  text-align:left;
}
.contact .contact-form .profil-field{
  margin-top: 0px;
}
.contact .contact-form .error{
  font-weight:normal;
  font-size:10px;
}
.contact .contact-form .field-select{
  padding:10px;
  color:#888888;
  background-color:#FFF;
}
.contact .contact-form .field-text::-webkit-input-placeholder,
.contact .contact-form .field-textarea::-webkit-input-placeholder {
  color: #232323;
}
.contact .contact-form .field-text:-moz-placeholder,
.contact .contact-form .field-textarea:-moz-placeholder {
  color: #232323;
}
.contact .contact-form .field-text::-moz-placeholder,
.contact .contact-form .field-textarea::-moz-placeholder {
  color: #232323;
}
.contact .contact-form .field-text:-ms-input-placeholder,
.contact .contact-form .field-textarea:-ms-input-placeholder {
  color: #232323;
}
.contact .contact-form .field-text:focus,
.contact .contact-form .field-textarea:focus,
.contact .contact-form .field-select:focus {
  border-color: #e9c000;
}
.contact .contact-form .field-textarea {
  resize: none;
  height: 210px;
  font-size:12px;
}
.contact .contact-form .textarea-estimate {
  height: 120px;
}
.contact .contact-form .textarea-msg {
  height: 120px;
}
.contact .contact-form .bootstrap-select.awe-select.btn-group {
  width: 100%;
}
.contact .contact-form .bootstrap-select.awe-select.btn-group .btn {
  margin-top: 10px;
  border: 2px solid #232323;
  font-weight: 500;
}
.contact .contact-form .bootstrap-select.awe-select.btn-group .btn .filter-option,
.contact .contact-form .bootstrap-select.awe-select.btn-group .btn .caret {
  color: #232323;
}
.contact .contact-form .bootstrap-select.awe-select.btn-group .btn:focus {
  border-color: #e9c000;
}
.contact .contact-form .div-field-text {
	width:70%;
	float:left;
}
.contact .contact-form .div-field-file {
	width:30%;
	float:left;
}
.contact .contact-form .field-upload {
    position: relative;
    overflow: hidden;
	padding:9px;
	width:100%;
	margin-top:10px;
	color:#fff;
	background-color:#232323;
	border-color:#232323;
}
.contact .contact-form .field-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.contact .contact-form .provider{ padding:10px; margin-top:10px;border:1px solid #232323; position:relative; }
.contact .contact-form .provider i{ color:#FFF; float:left; margin-right:10px; font-size:29px; }
.contact .contact-form .provider img{ margin-left:10px; height:100%; position:absolute; right:0; top:0; }
.contact .contact-form .provider a{ color:#FFF; }
.contact .contact-form .provider a:hover{ text-decoration:underline; }
.contact .contact-form .facebook{color:#fff;background-color:#3b5998;}
.contact .contact-form .facebook:hover{background-color:#2d4373;}
.contact .contact-form .google{color:#fff;background-color:#dd4b39;}
.contact .contact-form .google:hover{background-color:#c23321;}

.contact .contact-form .awe-btn {
  margin-top: 10px;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}
.contact-map {
  height: 470px;
  position: relative;
}
.contact-map #map {
  height: 100%;
  width: 100%;
}

.contact .payment{
	padding-top:20px;
}
.contact .payment p{
	text-align:justify;
}
.contact .payment .bookLine{
	float:left; width:100%; background-color:#F3F3F3;
}
.contact .payment .bookLine .title{
	float:left; width:120px; padding-right:10px; background-color:#CCC; padding-left:10px;
}
.contact .payment .bookLine .value{
	float:left; width:auto; padding-left:10px;
}
.contact .payment .icons{
	margin-bottom:10px;
}
.contact .payment .icons img{
	height:30px;
	margin:2px;
	padding:2px;
	border:1px solid #232323;
}
.contact .payment .form-pay{
	display:inline;
}
.contact .payment .form-pay .awe-btn{
	width:250px;/**/
}
/* Message Errors.   Alert
--------------------------------------------------------------------------------*/
.section-alerts {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #FFF;
}
.alerts .code-alert {
  margin-top: 0px;
}
.alerts .code-alert .alert-list {
  margin-top: 0px;
}
.alerts .code-alert .alert {
  margin-top: 0px;
}


/* 20.   Page Shortcode
--------------------------------------------------------------------------------*/
.section-shortcode {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #f8f8f8;
}
.shortcode .heading-has-sub {
  margin-bottom: 40px;
}
.shortcode .heading-has-sub p {
  margin-bottom: 0;
  color: #555555;
  font-size: 13.9px;
  margin-top: 10px;
}
.shortcode .shortcode-heading-list [class*="col-"] {
  margin-top: 20px;
}
.shortcode .shortcode-ordered-list .shortcode-heading {
  margin-top: 30px;
}
.shortcode .shortcode-ordered-list ul,
.shortcode .shortcode-ordered-list ol {
  margin-top: 20px;
  padding-left: 15px;
  margin-bottom: 0;
}
.shortcode .shortcode-ordered-list ul li,
.shortcode .shortcode-ordered-list ol li {
  color: #232323;
  padding: 5px 0;
}
.shortcode .shortcode-tabs {
  margin-top: 40px;
}
.shortcode .shortcode-tabs .tabs {
  margin-top: 30px;
}
.shortcode .shortcode-tabs .tabs p {
  margin-bottom: 0;
}
.shortcode .shortcode-accordion {
  margin-top: 40px;
}
.shortcode .shortcode-accordion .accordion {
  margin-top: 30px;
}
.shortcode .shortcode-accordion .accordion p {
  margin-bottom: 0;
}
.shortcode .shortcode-button {
  margin-top: 40px;
}
.shortcode .shortcode-button .button-list {
  margin-top: 20px;
}
.shortcode .shortcode-button .awe-btn {
  margin-top: 10px;
}
.shortcode .shortcode-alert {
  margin-top: 40px;
}
.shortcode .shortcode-alert .alert-list {
  margin-top: 20px;
}
.shortcode .shortcode-alert .alert {
  margin-top: 10px;
}
.shortcode .shortcode-calendar-drop {
  margin-top: 40px;
}
.shortcode .shortcode-calendar-drop .shortcode-calendar,
.shortcode .shortcode-calendar-drop .shortcode-select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: 30px;
}
.shortcode .shortcode-calendar-drop .shortcode-calendar .awe-calendar-wrapper,
.shortcode .shortcode-calendar-drop .shortcode-select .awe-calendar-wrapper {
  width: 150px;
  margin-right: 10px;
}
.shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select,
.shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select {
  width: 150px;
}
.shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select .btn,
.shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select .btn {
  border: 2px solid #232323;
}
.shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select .filter-option,
.shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select .filter-option,
.shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select .caret,
.shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select .caret {
  color: #232323;
}
.shortcode .shortcode-tab-price {
  margin-top: 40px;
}
.shortcode .shortcode-tab-price .tab-price {
  margin-top: 30px;
}
/* 20.   Reservation
--------------------------------------------------------------------------------*/
.section-reservation-page {
  padding-bottom: 70px;
  padding-top: 30px;
}
/* STEP  */
.reservation_step ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.reservation_step ul li {
  display: inline-block;
  font-size: 15px;
  position: relative;
  margin: 0 20px;
}
.reservation_step ul li:before {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  position: absolute;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation_step ul li a {
  color: #333;
  display: block;
  padding: 15px 0;
}
.reservation_step ul li a span {
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
.reservation_step ul li.active:before,
.reservation_step ul li:hover:before {
  background-color: #344a71;
}
/* END / STEP  */
/* RESERVATION DATE */
.reservation-date {
  margin-top: 30px;
}
.reservation-date ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding: 20px 20px;
}
.reservation-date ul li {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  font-weight: 500;
  padding: 5px 0;
}
.reservation-date ul li span:last-child {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
}
/* END / RESERVATION DATE */
/* RESERVATION ROOM SELECTED */
.reservation-room-selected {
  background-color: #f1f1f1;
  margin-top: 30px;
}
.reservation-room-selected .reservation-room-seleted_item {
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #e4e4e4;
}
.reservation-room-selected .reservation-room-seleted_item:last-child {
  border-bottom-width: 0;
}
.reservation-room-selected .reservation-room-seleted_item h6 {
  display: inline-block;
  vertical-align: middle;
  color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  line-height: 1.428em;
  font-family: 'Montserrat';
  font-weight: bold;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-option {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Hind';
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name {
  overflow: hidden;
  margin-top: 10px;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-right: 80px;
  float: left;
  margin: 0;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 a:hover {
  color: #344a71;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name .reservation-amout {
  float: right;
  font-weight: bold;
  font-size: 14px;
  color: #344a71;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name.has-package h2 {
  font-size: 16px;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name.has-package h2 a {
  color: #46598b;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_change {
  color: #898989;
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
  margin-top: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_change:hover {
  color: #e7c130;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package {
  border-top: 1px solid #e4e4e4;
  margin-top: 15px;
  padding-top: 5px;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 2px;
  margin-top: 5px;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li {
  color: #333;
  font-size: 13px;
  overflow: hidden;
  font-weight: 500;
  padding: 5px 0;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li span:last-child {
  float: right;
  font-weight: bold;
  text-transform: uppercase;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul + ul {
  border-top: 1px solid #e4e4e4;
  padding-top: 8px;
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: 'Montserrat';
}
.reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room .reservation-amout {
  float: right;
  color: #344a71;
}
.reservation-room-selected .reservation-room-seleted_item.reservation_disable {
  background-color: #f1f1f1;
}
.reservation-room-selected .reservation-room-seleted_item.reservation_disable h6 {
  opacity: 0.4;
  font-size: 12px;
}
.reservation-room-selected .reservation-room-seleted_item.reservation_disable span {
  opacity: 0.3;
}
.reservation-room-selected .reservation-room-seleted_current {
  overflow: hidden;
  color: #fff;
  padding: 15px 20px 13px 40px;
}
.reservation-room-selected .reservation-room-seleted_current h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.428em;
  position: relative;
  color: #fff;
}
.reservation-room-selected .reservation-room-seleted_current h6:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  left: -20px;
  position: absolute;
  font-size: 12px;
  font-weight: normal;
}
.reservation-room-selected .reservation-room-seleted_current span {
  font-size: 12px;
  font-weight: 500;
}
.reservation-room-selected .reservation-room-seleted_current.reservation-bg_blue {
  color: #fff;
}
.reservation-room-selected .reservation-room-seleted_total {
  padding: 20px 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat';
}
.reservation-room-selected .reservation-room-seleted_total label {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.reservation-room-selected .reservation-room-seleted_total .reservation-total {
  float: right;
  color: #344a71;
  font-size: 18px;
}
.reservation-room-selected .reservation-room-seleted_total.bg-blue {
  color: #fff;
}
.reservation-room-selected .reservation-room-seleted_total.bg-blue .reservation-total {
  color: #fff;
}
/* END / RESERVATION ROOM SELECTED */
/* RESERVATION SIDEBAR */
.reservation-sidebar {
  padding-top: 10px;
}
.reservation-heading {
  font-size: 16px;
  color: #333333;
  font-family: 'Montserrat';
  text-transform: uppercase;
  padding: 12px 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.reservation-sidebar_availability {
  padding: 0 20px 20px 20px;
  margin-top: 30px;
}
.reservation-sidebar_availability .reservation-heading {
  margin-left: -20px;
  margin-right: -20px;
}
.reservation-sidebar_availability .check_availability_title {
  margin-top: 20px;
  color: #344a71;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: bold;
}
.reservation-sidebar_availability .check_availability_title:before {
  content: '';
  display: inline-block;
  height: 10px;
  border-left: 2px solid #38486a;
  margin-right: 10px;
}
.reservation-sidebar_availability .check_availability-field {
  margin-top: 15px;
}
.reservation-sidebar_availability .check_availability-field label {
  display: block;
  color: #232323;
  font-size: 12px;
  margin-bottom: 7px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper {
  width: 100%;
}
.reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper .awe-calendar {
  background-color: #fff;
  border-width: 0;
  height: 30px;
  line-height: 30px;
  color: #898989;
  font-weight: 500;
}
.reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select {
  width: 100%;
}
.reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle {
  background-color: #fff;
  height: 30px;
  border-width: 0;
  line-height: 30px;
}
.reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option,
.reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
  color: #898989;
  font-weight: 500;
}
.reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
  padding: 7px 10px;
}
.reservation-sidebar_availability .check_availability_group {
  padding-left: 70px;
  position: relative;
}
.reservation-sidebar_availability .check_availability_group:after {
  display: table;
  content: '';
  clear: both;
}
.reservation-sidebar_availability .check_availability_group .label-group {
  position: absolute;
  left: 0;
  bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #232323;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.reservation-sidebar_availability .check_availability_group .check_availability-field_group {
  margin-left: -4px;
  margin-right: -4px;
}
.reservation-sidebar_availability .check_availability_group .check_availability-field {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
  float: left;
}
.reservation-sidebar_availability .awe-btn {
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
  padding: 10px;
}
/* END / RESERVATION SIDEBAR */
/* RESERVATION CONTENT */
.reservation_content {
  padding-bottom: 20px;
  margin-top: 40px;
}
.reservation_content:before,
.reservation_content:after {
  content: '';
  display: table;
  clear: both;
}
.reservation-calendar_custom .reservation-calendar_title {
  text-align: center;
  color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-left: 3px;
  margin-right: 3px;
  font-family: 'Montserrat';
}
.reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner:hover {
  color: #344a71;
  border-color: #344a71;
}
.reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_prev {
  left: 0;
}
.reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_next {
  right: 0;
}
.reservation-calendar_custom .reservation-calendar_table {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
  margin-top: 15px;
}
.reservation-calendar_custom .reservation-calendar_table th {
  text-transform: uppercase;
  text-align: center;
  color: #232323;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.reservation-calendar_custom .reservation-calendar_table td {
  background-color: #fff;
  background-clip: content-box;
  padding: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-calendar_custom .reservation-calendar_table td a {
  position: relative;
  display: block;
  padding-top: 100%;
  color: #232323;
  font-size: 12px;
}
.reservation-calendar_custom .reservation-calendar_table td a:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  border: 2px solid transparent;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-calendar_custom .reservation-calendar_table td a small {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 12px;
}
.reservation-calendar_custom .reservation-calendar_table td a span {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.reservation-calendar_custom .reservation-calendar_table td a:hover:before {
  border-color: #344a71;
}
.reservation-calendar_custom .reservation-calendar_table td.current-select {
  background-color: #344a71;
}
.reservation-calendar_custom .reservation-calendar_table td.current-select a {
  color: #fff;
}
.reservation-room .reservation-room_item {
  margin-top: 45px;
}
.reservation-room .reservation-room_item:first-child {
  margin-top: 0;
}
.reservation-room_item {
  overflow: hidden;
}
.reservation-room_item .reservation-room_name {
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
.reservation-room_item .reservation-room_name a {
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-room_item .reservation-room_name a:hover {
  color: #e7c130;
}
.reservation-room_item .reservation-room_img {
  float: left;
  margin-right: 30px;
  width: 370px;
  margin-top: 25px;
}
.reservation-room_item .reservation-room_img img {
  width: 100%;
}
.reservation-room_item .reservation-room_text {
  overflow: hidden;
  margin-top: 25px;
}
.reservation-room_item .reservation-room_text .reservation-room_desc {
  color: #333333;
}
.reservation-room_item .reservation-room_text .reservation-room_desc p {
  margin-bottom: 0;
  font-size: 14px;
}
.reservation-room_item .reservation-room_text .reservation-room_desc p b {
  color: #232323;
}
.reservation-room_item .reservation-room_text .reservation-room_desc ul {
  padding-left: 18px;
  margin-bottom: 0;
  margin-top: 15px;
}
.reservation-room_item .reservation-room_text .reservation-room_desc ul li {
  color: #232323;
  padding: 3px 0;
  font-size: 14px;
}
.reservation-room_item .reservation-room_text .reservation-room_view-more {
  display: inline-block;
  clear: both;
  margin-top: 10px;
  color: #344a71;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 25px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-room_item .reservation-room_text .reservation-room_view-more:hover {
  color: #e7c130;
}
.reservation-room_item .reservation-room_text .reservation-room_price {
  display: inline-block;
  vertical-align: middle;
  color: #898989;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  font-family: 'Montserrat';
}
.reservation-room_item .reservation-room_text .reservation-room_price .reservation-room_amout {
  font-weight: bold;
  color: #333333;
  font-size: 30px;
}
.reservation-room_item .reservation-room_text .awe-btn {
  margin-left: 30px;
  min-width: 120px;
}
.reservation-room_item .reservation-room_package {
  clear: both;
  margin-top: 30px;
}
.reservation-room_item .reservation-room_package .reservation-room_package-more {
  display: block;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-room_item .reservation-room_package .reservation-room_package-more:after {
  content: '\f067';
  font-family: 'FontAwesome';
  float: right;
  font-size: 12px;
}
.reservation-room_item .reservation-room_package .reservation-room_package-more[aria-expanded="true"]:after {
  content: '\f068';
}
.reservation-package_item {
  overflow: hidden;
  padding: 20px 30px;
  background-color: #fbfbfb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-package_item .reservation-package_img {
  float: left;
  width: 100px;
  margin-right: 30px;
}
.reservation-package_item .reservation-package_img img {
  width: 100%;
}
.reservation-package_item .reservation-package_text {
  overflow: hidden;
  padding-right: 130px;
  position: relative;
  min-height: 72px;
}
.reservation-package_item .reservation-package_text h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.reservation-package_item .reservation-package_text h4 a {
  color: #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-package_item .reservation-package_text h4 a:hover {
  color: #e7c130;
}
.reservation-package_item .reservation-package_text p {
  color: #898989;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
.reservation-package_item .reservation-package_text p b {
  color: #232323;
}
.reservation-package_item .reservation-package_text .reservation-package_book-price {
  position: absolute;
  right: 0;
  top: 0;
}
.reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
  color: #333333;
  text-align: right;
}
.reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price .amout {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  font-family: 'Montserrat';
}
.reservation-package_item .reservation-package_text .reservation-package_book-price .awe-btn {
  padding: 5px 10px;
  min-width: inherit;
  font-size: 10px;
  margin-top: 5px;
  font-family: 'Hind';
  font-weight: 700;
}
.reservation-package_item:hover,
.reservation-package_item.current-select {
  background-color: #f1f1f1;
}
.reservation-chosen-message {
  background-color: #f1f1f1;
  text-align: center;
  padding: 30px 30px;
}
.reservation-chosen-message h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  color: #232323;
}
.reservation-chosen-message p {
  color: #898989;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
.reservation-chosen-message .awe-btn {
  width: 150px;
  color: #fff;
  padding: 10px;
  margin-top: 30px;
}
.reservation-billing-detail {
  margin-left: 80px;
  max-width: 570px;
}
.reservation-billing-detail .reservation-login {
  margin-bottom: 0;
  color: #898989;
  font-size: 14px;
}
.reservation-billing-detail .reservation-login a {
  font-weight: bold;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-billing-detail .reservation-login a:hover {
  color: #344a71;
}
.reservation-billing-detail h4 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 30px;
}
.reservation-billing-detail label {
  color: #232323;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.reservation-billing-detail label sup {
  color: #ff0000;
  font-style: 12px;
}
.reservation-billing-detail label.label-radio .input-radio {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.reservation-billing-detail .bootstrap-select.awe-select.btn-group {
  width: 100%;
}
.reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn {
  border: 2px solid #e4e4e4;
  font-weight: 500;
}
.reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .filter-option,
.reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .caret {
  color: #333;
}
.reservation-billing-detail .input-text,
.reservation-billing-detail .input-textarea {
  border: 2px solid #e4e4e4;
  width: 100%;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.reservation-billing-detail .reservation-code {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 20px;
  margin-top: 35px;
}
.reservation-billing-detail .reservation-code a {
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.reservation-billing-detail .reservation-code a:hover {
  color: #e7c130;
}
.reservation-billing-detail .option-bank {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.reservation-billing-detail .option-bank li {
  position: relative;
  padding-left: 30px;
  margin-top: 25px;
}
.reservation-billing-detail .option-bank li .label-radio {
  font-size: 14px;
  margin: 0 15px 0 0;
  display: inline-block;
}
.reservation-billing-detail .option-bank li .label-radio .input-radio {
  position: absolute;
  top: 4px;
  left: 0;
}
.reservation-billing-detail .option-bank li p {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 5px;
}
.reservation-billing-detail .option-bank li:last-child .label-radio .input-radio {
  top: 9px;
}
.reservation-billing-detail .awe-btn {
  padding: 10px 40px;
  font-family: 'Hind';
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
}
/* END / RESERVATION CONTENT */
/* 21.   Footer
--------------------------------------------------------------------------------*/
#footer {
  background-color: #334351;
}
#footer .ligne{
	width:100%;
	float:left;
	border-top:2px solid #e9c000;
	height:0px;
}
#footer .footer_top {
  background-color: #334351;
  padding: 15px 0;
}
#footer .footer_top .mailchimp h4 {
  display: inline-block;
  font-family: 'Montserrat';
  margin: 0;
  color: #fff;
  font-size: 25px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
}
#footer .footer_top .mailchimp h4:before {
  content: "\f003";
  border: 3px solid #e9c000;
  padding: 10px;
  color: #e9c000;
  margin-right: 20px;
  font-size: 18px;
  font-family: 'FontAwesome';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#footer .footer_top .mailchimp .mailchimp-form {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  width: 290px;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text::-webkit-input-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text:-moz-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text::-moz-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .input-text:-ms-input-placeholder {
  color: #ffffff;
}
#footer .footer_top .mailchimp .mailchimp-form .awe-btn {
  vertical-align: middle;
  min-width: 135px;
  text-align: center;
  padding: 7px 10px;
  height: 40px;
  color: #fff;
  background-color: #e9c000;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
  text-transform:uppercase;
}
#footer .footer_top .social .social-content {
  font-size: 0;
  text-align:right;
}
#footer .footer_top .social .social-content a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: 5px;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#footer .footer_top .social .social-content a:hover {
  border-color: #e9c000;
  color:#e9c000;
}
#footer .footer_center {
  padding-bottom: 10px; 
}
#footer .footer_center .widget-logo {
  overflow: hidden;
}
#footer .footer_center .widget-logo .img {
  margin-top: 10px;
  margin-right: 40px;
  width: 80px;
  float:left;
  display: inline-block;
  vertical-align:top;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);/**/
}
#footer .footer_center .widget-logo .img img {
  max-width: 100%;
}
#footer .footer_center .widget-logo .text {
  margin-top: 0px;
  display: inline-block;
  vertical-align: ;
  width:calc(100% - 120px);
  float:left;
}
#footer .footer_center .widget-logo .text h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#footer .footer_center .widget-logo .text p {
  margin-bottom: 0px;
  color: #acacac;
  font-size:14px;
}
#footer .footer_center .widget-logo .text p i {
  margin-right: 8px;
  font-size: 14px;
  color: #fff;
  width:25px;
  border-right:1px solid #acacac;
  float:left;
  margin-top:3px;
}
#footer .footer_center .widget-logo .text p a {
  color: #acacac;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#footer .footer_center .widget-logo .text p a:hover {
  color: #fff;
}
#footer .footer_center .widget-logo .text p:last-child {
  margin-bottom: 0;
}
#footer .footer_center .widget {
  margin-top: 0px;
  margin-bottom:0px;
}
#footer .footer_center .widget .widget-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#footer .footer_center .widget > ul {
  margin-top: 0px;
}
#footer .footer_center .widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#footer .footer_center .widget ul li a {
  padding: 2px 0;
  color: #acacac;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#footer .footer_center .widget ul li a:hover {
  color: #fff;
}
#footer .footer_center .widget ul li .sub-menu {
  margin-left: 15px;
}
#footer .footer_center .widget_tripadvisor .tripadvisor p {
  margin-bottom: 20px;
  color: #acacac;
  font-size: 13.75px;
}
#footer .footer_center .widget_tripadvisor .tripadvisor img {
  margin-bottom: 20px;
  max-width: 100%;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle {
  font-size: 0;
  clear: bold;
  display: block;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i {
  padding: 1px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  font-size: 15px;
  border: 2px solid #8bc23f;
  background-color: #8bc23f;
  background-clip: content-box;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i.part:before {
  content: '';
  position: absolute;
  background-color: #1f232b;
  display: block;
  height: 8px;
  width: 4px;
  right: 1px;
  top: 1px;
}
#footer .footer_offer {
  background-color: #334351;
  padding-top: 0px;
  padding-bottom:10px;
}
#footer .footer_offer p{
  color:#FFF;
  font-size:18px;
  line-height:20px;
  margin-top:8px;
}
#footer .footer_offer .awe-btn {
  float:right;
}
#footer .footer_bottom {
  background-color: #334351;
  padding-bottom:10px;
  text-align: center;
  color: #acacac;
  font-size: 12.22px;
}
#footer .footer_bottom .paymentimg{
	width:100%;
	float:left;
	border-bottom:1px solid #acacac;
	padding-bottom:10px;
	margin-bottom:10px;
}
#footer .footer_bottom .paymentimg .icons{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
	border-radius:5px;
	background-color:#FFF;
	text-align:center;
	padding:0 3px;
}
#footer .footer_bottom .paymentimg .icons img{
	height:25px;
	margin:3px;
	display:inline;
}
#footer .footer_bottom .copyfooter{
	width:100%;
	float:left;
	text-align:center;
}
#footer .footer_bottom .copyfooter p{
	font-size:13px;
}
#footer .footer_bottom .copy{
	width:50%;
	float:left;
	text-align:left;
}
#footer .footer_bottom .realized{
	width:50%;
	float:left;
	text-align:right;
}

#footer .footer_bottom p {
  margin-bottom: 0;
}
/* Go top page */
.go-top{
	position: fixed;
	bottom: 16px;
	right: 16px;
	width: 60px;
	height: 60px;
	border-radius:60px;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.4);
	/*background: url(../../images/_icons/top-move.jpg) no-repeat right top;*/
	opacity: 0.4;
	display: none;
	overflow: hidden;
	border: none;
	font-size:32px;

	text-align:center;
}
.go-top i{
	margin-top:10px;
}
.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1;
	color:#FFF;
}
.go-top:focus {
	color:#FFF;
}
/* fancybox popup */
.popup-fancybox{
  padding: 20px 20px;
  min-width:500px;
}
.popup-fancybox.terms{
  min-width:700px;
  overflow:scroll;
  height:400px;
}
.popup-fancybox.search{
  width:500px;
}
.popup-fancybox .ifa{
  text-align:center;
  font-size: 38px;
}
.popup-fancybox p{
  text-align:center;
  font-weight:bold;
  font-size: 18px;
  font-family: 'Hind';
}
.popup-fancybox p.danger{
  color: #a94442;/**/
}
.popup-fancybox p.success{
  color: #3c763d;/**/
}
.popup-fancybox .action{
  padding-bottom:10px;
}
.popup-fancybox .action .awe-btn{
  margin-top:3px;
}
.popup-fancybox .action .awe-btn.awe-btn-ok{
  border: 2px solid #334351;
  color: #fff;
  background-color:#334351;
}
.popup-fancybox .action .awe-btn.awe-btn-ok:hover{
  color: #334351;
  background-color:#fff;
}
.popup-fancybox .awe-calendar-wrapper {
  width: 100%;
}
.popup-fancybox .bootstrap-select.btn-group.awe-select {
  width: 100%;
}

/* 22.   Responsive
--------------------------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  /* CHECK AVAILABILITY */
  .check-availability {
    text-align: center;
    margin-top: 0;
    padding: 30px 0;
  }
  .check-availability:before {
    background-color: #334351;
  }
  .check-availability h2 {
    line-height: 1.4em;
    display: inline-block;
  }
  .check-availability .availability-form {
    margin-top: 30px;
    display: inline-block;
  }
  
  /* HOME NEW */
  .event .event-item .text h2 {
    font-size: 20px;
  }
  .event .event-item .text .awe-btn {
    min-width: inherit;
    font-size: 10px;
  }
  /* ABOUT */
  .about .about-item .text {
    margin-top: 0;
  }
  /* BLOG */
  .sidebar {
    margin-right: 0;
  }
  /* CHECK OUT */
  .checkout .checkout_head h3 {
    font-size: 20px;
  }
  .checkout .checkout_margin {
    margin-left: 0;
  }
  
  .checkout .checkout_cartinfo p {
    font-size: 15px;
  }
  .checkout .checkout_alert ul li img {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  /* ROOM */
  .room_item-2 .img {
    width: 56.6667%;
  }
  .room_item-2 .text {
    width: -moz-calc(43.3333% - 1px);
    width: -o-calc(43.3333% - 1px);
    width: -webkit-calc(43.3333% - 1px);
    width: calc(43.3333% - 1px);
  }
  .room_item-2 .text h2 {
    font-size: 30px;
  }
  .room_item-2 .text p {
    margin-top: 25px;
  }
  .room_item-2 .text .awe-btn {
    margin-top: 30px;
  }
  .room_item-2.img-right .img {
    left: 43.3333%;
  }
  .room_item-2.img-right .text {
    right: 56.6667%;
  }
  /* ROOM DETAIL */
  .room-detail_book {
	margin-top: 20px;
  }
  .room-detail_book .room-detail_form .awe-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    width: 100%;
  }
  /* RESERVATION */
  .reservation-room_item .reservation-room_img {
    width: 100%;
    margin: 0;
    float: none;
    margin-top: 10px;
  }
  .reservation-room_item .reservation-room_text {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
  /* Gallery */
  .gallery-isotope.col-6 .item-isotope,
  .gallery-isotope.col-6 .item-size {
    width: 25%;
  }
  .gallery-isotope.col-4 .item-isotope,
  .gallery-isotope.col-4 .item-size,
  .gallery-isotope.col-4 .item-isotope.larger {
    width: 33.33333%;
  }
  /* FOOTER */
  #footer .footer_top {
    text-align: center;
  }
  #footer .footer_top .mailchimp {
    display: inline-block;
  }
  
  #footer .footer_top .social {
    margin-top: 10px;
  }
  #footer .footer_top .social .social-content {
	text-align:center;
  }
  #footer .footer_top .social .social-content a {
    margin-right: 5px;
	margin-left:5px;
  }
  #footer .footer_center .widget_logo {
    text-align: center;
  }
  #footer .footer_center .widget_logo .widget-logo {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
  }
  /*HEADER*/
  #header .header_top .header_left,
  #header .header_top .header_right {
    text-align: center;
    float: none;
    width: 100%;
  }
  #header .header_top .header_right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  /* CHECK AVAILABILITY */
  .check-availability h2{
	padding-left: 0px;
  }
  .check-availability h2:before {
    content: none;
  }
  .check-availability .availability-form .awe-select:nth-child(2) {
    margin-right: 0 !important;
  }
  .check-availability .availability-form .availability-more-item{
	text-align:center;
	border-top:1px solid #FFF;
	margin-right: 0px;
  }
  .check-availability .availability-form .availability-more-item .result{
	text-align:center;
  }
  .check-availability .availability-form .availability-more-item .divcheckbox{
	/*width:25%;
	margin-left:0px;*/
  }
  .check-availability .availability-form .availability-submit {
    display: block;
    clear: both;
    text-align: center;
    margin-top: 20px;
  }
  
  .availability-more .item-availability-more{
	float:left;
	width:100%;
  }
  .availability-more .item-availability-more .divcheckbox{
	width:25%;
	margin-left:0px;
  }
  .availability-more .result-availability-more{
	float:left;
	width:100%;
	padding-top:5px;
	text-align:center;
	border-top:1px solid #CCC;
	margin-top:5px;
  }
  /* RESIDENCES */
  .section-room-title .colresult{
	padding-left:0px;
  }
  .post-residence .entry-content .col1,
  .post-residence .entry-content .col2,
  .post-residence .entry-content .col3{
	padding:0px;
  }
  .post-residence .entry-content .line.bg1_resp{
	background-color:#f5f5f5; 
  }
  .post-residence .entry-content .line.bg2_resp{
	background-color:#f9f9f9; 
  }
  .post-residence .entry-content .estivage{
    margin-bottom:0px;
  }
  /* ACCOMD ODATIONS */
  .accomd-modations {
    padding: 50px 0;
  }
  .accomd-modations:before {
    content: none;
  }
  .accomd-modations .accomd-modations-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .accomd-modations .accomd-modations-header .heading,
  .accomd-modations .accomd-modations-header p {
    color: #fff;
  }
  /* HOME ABOUT */
  .section-home-about {
    /*padding-top: 50px;*/
  }
  .home-about .text {
    margin-top: 20px;
  }
  .home-about .text .heading {
    margin-top: 0;
  }
  /**/
  .about-item iframe.catalog{
	height:540px;
  }
  /* HOME OURBEST */
  .section-our-best {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .our-best .img {
    margin-top: 0;
  }
  /* HOME GUEST BOOK */
  .home-guestbook {
    padding: 40px 0;
  }
  .home-guestbook:before {
    content: none;
  }
  .home-guestbook .guestbook-header {
    text-align: center;
  }
  .home-guestbook .guestbook-header .heading,
  .home-guestbook .guestbook-header p {
    color: #fff;
  }
  .home-guestbook .guestbook-header p {
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	margin-bottom:10px;
  }
  .home-guestbook .guestbook-header .awe-btn {
    border-color: #fff;
    color: #fff;
    margin-top: 20px;
  }
  .home-guestbook .guestbook-item {
    padding-right: 0;
  }
  .home-guestbook .guestbook-content .owl-pagination {
    margin-left: 0;
    text-align: center;
  }
  .guestbook-event {
    text-align: center;
  }
  .guestbook-event .guestbook-content_1 {
    margin-top: 30px;
  }
  .guestbook-event .guestbook-content_1 .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .guestbook-event .guestbook-content_1 .img span {
    margin-top: 10px;
  }
  .guestbook-event .guestbook-content_1 .text {
    margin-top: 25px;
  }
  .guestbook-event .guestbook-content_1 .owl-pagination {
    margin-top: 30px;
    text-align: center;
  }
  /*HOME NEWS*/
  .news-item .text h2 {
	-webkit-line-clamp: 22;
	overflow:auto;
	height:auto;
	padding-bottom:3px;
  }
  /*NEWS LIST*/
  .post .entry-header h2 {
	-webkit-line-clamp: 22;
	overflow:auto;
	height:auto;
	padding-bottom:3px;
  }
  /* ABOUT */
  .section-about {
    padding-bottom: 40px;
  }
  .about .about-item .img,
  .about .about-item .text {
    width: 100%;
  }
  .about .about-item .text {
    padding-left: 0;
    margin-top: 0px;
  }
  /* HOTEL STATISTICS */
  .section-statistics {
    padding: 40px 0;
  }
  .statistics .statistics_content .statistics_item {
    margin-top: 10px;
  }
  .statistics_item .count {
    font-size: 40px;
  }
  .statistics_item span {
	font-size: 14px;
  }
  /* ATTRACTIONS */
  .attraction_map{
	  height:250px;
  }
  .attraction_sidebar{
	  margin-bottom:20px;
  }
  .attraction_sidebar .attraction_heading {
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .attraction_sidebar .attraction_heading .attraction-icon-drop {
    display: block;
  }
  .attraction_sidebar .attraction_heading:hover {
    background-color: #334351;
    color: #fff;
  }
  .attraction_sidebar .attraction_sidebar-content {
    display: none;
  }
  /* BLOG */
  .sidebar {
    margin-top: 30px;
  }
  .sidebar .widget.widget_check_availability .check_availability .awe-btn {
    max-width: 250px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .widgetsearch .input-text {
    line-height: 40px;
    height: 40px;
  }
  .sidebar .widget.widget_map {
	height:250px;
  }
  .sidebar .widget.widget_virtualvisit {
	height:250px;
  }
  /* CHECK OUT */
  /* CONTACT */
  .section-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact .contact-form {
    margin-top: 0px;
  }
  /* RESTAURANTS */
  .restaurant-small .restaurant_content .restaurant_title {
    text-align: center;
  }
  .restaurant_item.small-thumbs .text {
    margin-top: 0;
  }
  .restaurant_item.lager-thumbs .text {
    vertical-align: top;
  }
  .tabs-restaurant .ui-tabs-nav li a {
    font-size: 18px;
  }
  .tabs-restaurant .ui-tabs-nav li a span {
    font-size: 14px;
  }
  .section-event-restaurant {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .event-restaurant .event-restaurant_header {
    margin-top: 0;
    text-align: center;
  }
  .event-restaurant .event-restaurant_header .icon {
    display: none;
  }
  .event-restaurant .event-restaurant_content {
    margin-top: 40px;
  }
  .event-restaurant .event-restaurant_content li {
    margin-top: 30px;
  }
  .event-restaurant .event-restaurant_content li .text h2 {
    font-size: 14px;
  }
  /* ROOM */
  .room_item-1 .img {
	margin-top:0px;
  }
  .room_item-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .room_item-2 .img {
    padding: 0;
    width: 100%;
  }
  .room_item-2 .img:after {
    left: 0;
    right: 0;
  }
  .room_item-2 .img:before {
    bottom: 0;
    top: auto;
    left: 40px;
    right: 40px;
    height: 40px;
    width: auto;
  }
  .room_item-2.img-right .img {
    left: auto;
  }
  .room_item-2.img-right .img:before {
    right: 40px;
    left: 40px;
  }
  .room_item-2.img-right .text {
    right: auto;
  }
  .room_item-2 .text {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: -10px;
    z-index: 10;
  }
  .room_item-3 .text-thumbs {
    margin-left: 40px;
    margin-right: 40px;
  }
  .room_item-3 .text-thumbs:before {
    display: none;
  }
  .room_item-3 .text-thumbs .thumbs {
    display: none;
  }
  .room_item-3 .text-thumbs .text {
    margin-top: -50px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .room_item-3 .text-thumbs .text h2 {
    font-size: 30px;
  }
  .room_item-4 .text-thumbs .thumbs {
    display: none;
  }
  .room_item-4 .text-thumbs .text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .room_item-4 .text-thumbs .text h2 {
    font-size: 30px;
  }
  .room_item-4 .text-thumbs .text p {
    margin-top: 25px;
  }
  .room_item-5 {
    background-image: none !important;
  }
  .room_item-5:before {
    z-index: 1;
    top: 0;
    background-color: rgba(21, 21, 21, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.3)));
    background: -webkit-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.3));
    background: -moz-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.3));
    background: -ms-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.3));
    background: -o-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.3));
  }
  .room_item-5 .img {
    display: block;
  }
  .room_item-5 .room_item-back {
    display: none;
  }
  .room_item-5 .room_item-forward {
    left: 30px;
    right: 30px;
    bottom: 10px;
  }
  .room_item-5 .room_item-forward h2 {
    font-size: 24px;
  }
  .room_item-5 .room_item-forward .price {
    font-size: 13px;
  }
  .room_item-6 .text h2 {
    font-size: 30px;
  }
  /* ROOM DETAIL */
  .room-detail_img .room_img-item .favorite {
    top: 10px;
  }
  .section-room-detail .footer{
	width:100%;
	float:left;
  }
  .section-room-detail .footer .col{
	width:100%;
	float:left;
	padding:0;
	text-align:right;
  }
  .section-room-detail .footer .one{
	border-right:0px;
  }
  .section-room-detail {
    padding-bottom: 40px;
  }
  .room-detail_tab-header {
	margin-right: 0px;
	border-bottom:1px solid #e4e4e4;
  }
  .room-detail_tab-header li {
	width:48%;
	margin:0 .5%;
	margin-bottom:20px;
	display:inline-block;
	text-align:center;
  }
  .room-detail_tab-header li a {
	/*font-size:12px;*/
  }
  .room-detail_tab-content {
    padding-top: 20px;
	min-height:auto;
  }
  .room-detail_tab-content:before {
    content: none;
  }
  .room-detail_characteristics .place{
	  max-width:50%;
  }
  .room-detail_map #map,
  .room-detail_map iframe {
	height:250px;
	margin-bottom:5px;
  }
  .room-detail_map #map {
	margin-bottom:10px;
  }

  /* RESERVATION */
  .reservation-billing-detail {
    max-width: inherit;
    margin-left: 0;
  }
  /* Gallery */
  .gallery-isotope.col-6 .item-isotope,
  .gallery-isotope.col-6 .item-size {
    width: 33.33333%;
  }
  /* FOOTER */
  #footer .footer_top .mailchimp h4 {
    padding-left: 0;
    display: block;
    margin-bottom: 20px;
  }
  #footer .footer_top .mailchimp h4:before {
    content: none;
  }
  #footer .footer_top .mailchimp .mailchimp-form {
    margin-left: 0;
  }
  #footer .footer_top .social {
    margin-top: 10px;
  }
  #footer .footer_offer p{
	font-size:16px;
	text-align:center;
	margin-top:0px;
  }
  #footer .footer_offer .awe-btn {
	float:none;
	margin-bottom:8px;
  }
  /*ABOUT*/
  .about-item .text {
    margin-top: 0px;
  }
  /*POST SINGLE*/
  .post .entry-media .entry-map {
	height:250px;
  }
  .contact .contact-location {
	border-top: 1px solid #e3e3e3;
	padding-top: 15px;
	margin-top: 35px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 35px;
  }
  .contact .estimate-form{
	margin-top:20px;
  }
  /* CHECK OUT */
  .checkout .checkout_form{
	margin-top:-10px;
  }
  .checkout .checkout_cartinfo{
	margin-top: 15px;
  }
  .ajax-popup .field-text-two1,
  .login-register .text .account_form .field-form .field-text-two1 {
	width:48%; margin-right:1.3%;
  }
  .ajax-popup .field-text-two2,
  .login-register .text .account_form .field-form .field-text-two2 {
	width:48%; margin-left:1.3%;
  }
}

@media screen and (max-width: 767px) {
  .awe-parallax-title {
    background-attachment:scroll;
	background-position:center bottom;
  }
  /* BANNER */
  .banner-slider .slider-caption {
    font-size: 50px;
  }
  .banner-slider .slider-caption.slider-caption-2 small {
    font-size: 20px;
  }
  .banner-slider .slider-caption-sub {
    font-size: 18px;
  }
  .banner-slider .slider-caption-sub.slider-caption-sub-1,
  .banner-slider .slider-caption-sub.slider-caption-sub-3 {
    font-size: 20px;
  }
  .banner-slider .slider-item .slider-text .awe-btn {
    margin-top: 20px;
  }
  .banner-slider .slider-item .slider-text .awe-btn.awe-btn-slider {
    font-size: 12px;
    padding: 10px 25px;
  }
  .banner-slider .owl-next {
    right: 20px;
  }
  .banner-slider .owl-prev {
    left: 20px;
  }
  /* SUBBANNER */
  .sub-banner .text h2 {
    font-size: 30px;
  }
  .sub-banner .text p {
    font-size: 16px;
  }
  /* CHECK AVAILABILITY */
  .check-availability .availability-form {
    margin-left: -15px;
    margin-right: -15px;
  }
  .check-availability .availability-form:after {
    content: '';
    display: table;
    clear: both;
  }
  .check-availability .availability-form .awe-calendar-wrapper,
  .check-availability .availability-form .bootstrap-select.btn-group.awe-select,
  .check-availability .availability-form .availability-submit {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .check-availability .availability-form .awe-calendar-wrapper {
    width: 50%;
    margin: 0;
  }
  .check-availability .availability-form .awe-calendar-wrapper i {
    right: 25px;
  }
  .check-availability .availability-form .bootstrap-select.btn-group.awe-select {
    width: 50%;
    float: left;
    margin: 0;
    margin-top: 20px;
  }
  .check-availability .availability-form .bootstrap-select.btn-group.awe-select .dropdown-menu {
    left: 15px;
    right: 15px;
    min-width: inherit;
  }
  .check-availability .availability-form .availability-more-item{
	  float:left;
	  width:100%;
	  padding-left: 15px;
      padding-right: 15px;
	  border-top:0;
  }
  .check-availability .availability-form .availability-submit {
    width: 100%;
  }
  .check-availability .availability-form .availability-submit .awe-btn {
    font-size: 13px;
  }
  /* ACCOMD ODATIONS */
  .accomd-modations .accomd-modations-content .accomd-modations-room .text {
    padding: 10px 15px;
  }
  .accomd-modations .accomd-modations-content .accomd-modations-room .text .price .amout {
    font-size: 20px;
  }
  .accomd-modations_1 .accomd-modations-room_1 .text .price .amout {
    font-size: 20px;
  }
  /* GALLERY */
  .section-gallery {
    padding: 50px 0;
  }
  .gallery-isotope.col-6 .item-isotope,
  .gallery-isotope.col-6 .item-size {
    width: 50%;
  }
  .gallery-isotope.col-4 .item-isotope,
  .gallery-isotope.col-3 .item-isotope,
  .gallery-isotope.col-4 .item-size,
  .gallery-isotope.col-3 .item-size,
  .gallery-isotope.col-4 .item-isotope.larger,
  .gallery-isotope.col-3 .item-isotope.larger {
    width: 50%;
  }
  .gallery-cat ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
  /* TEAM */
  .section-team {
    padding: 40px 0;
  }
  .about-item iframe.catalog{
	height:450px;
  }
  /* ACTIVITI */
  .section-activiti {
    padding-bottom: 10px;
  }
  .section-activiti .page-navigation {
    margin-top: 40px;
  }
  .activiti_item .text h2 {
    font-size: 18px;
  }
  /* ATTRACTIONS */
  #attraction-maps {
    height: 350px;
  }
  /* COMINGSOON */
  .comingsoon h1 {
    font-size: 50px;
  }
  .comingsoon h6 {
    font-size: 30px;
  }
  .comingsoon .countdown .item {
    font-size: 16px;
  }
  .comingsoon .countdown .item .count {
    font-size: 40px;
  }
  /* GUEST BOOK */
  .guest-book .guest-book_head.guest-book_head-2 .text h2 {
    font-size: 24px;
  }
  /* LOGIN REGISTER */
  .login-register .text h2 {
    font-size: 30px;
  }
  .login-register .text .account_form .field-form .awe-btn {
    min-width: 150px;
    font-size: 15px;
    padding: 10px 10px;
  }
  /* PAGE 404 */
  .page-404 h1 {
    font-size: 60px;
    margin-top: 25px;
  }
  .page-404 h6 {
    font-size: 20px;
  }
  .page-404 p {
    font-size: 16px;
    margin-top: 15px;
  }
  .page-404 .search-404 {
    margin-top: 30px;
  }
  .page-404 .search-404 .awe-btn {
    font-size: 14px;
  }
  /* RESTAURANTS */
  .restaurant_item .text h2 {
    font-size: 16px;
  }
  .tabs-restaurant .ui-tabs-nav {
    border-bottom-width: 0;
  }
  .tabs-restaurant .ui-tabs-nav li {
    border-bottom: 2px solid #e7e7e7 !important;
    display: block;
    padding-top: 15px;
  }
  .tabs-restaurant .ui-tabs-nav li a {
    font-size: 16px;
  }
  .tabs-restaurant .ui-tabs-nav li a span {
    font-size: 13px;
  }
  .tabs-restaurant .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 15px;
  }
  .event-restaurant .event-restaurant_header h2 {
    font-size: 30px;
  }
  .event-restaurant .event-restaurant_header p {
    line-height: 1.4em;
    font-size: 14px;
  }
  .event-restaurant .event-restaurant_content li .event-date {
    margin-right: 20px;
  }
  /* ROOM */
  .section-room {
    padding-bottom: 0px;
  }
  /* BLOG */
  .post .entry-media .count-date {
    padding: 10px 20px;
  }
  .post .entry-media .count-date span {
    font-size: 24px;
    padding: 0 5px;
  }
  /* CHECK OUT*/
  .tab-price table tr td span.dateArr1,
  .tab-price table tr td span.dateDep1 {
	display:none;
  }
  .tab-price table tr td span.dateArr2,
  .tab-price table tr td span.dateDep2 {
	display:block;
  }
  .checkout_form .tab-price table tr th {
    font-size: 12px;
  }
  .checkout_form .tab-price table tr td {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .se-pre-con {
		background-size: 50%;
	}
  .about-item iframe.catalog{
	height:440px;
  }
  .breadcrumb-mobile{
	  display:block;
  }
  #breadcrumb{
	  display:none;
  }
  .guest-book_content .row [class*="col-"] {
    width: 100%;
  }
  /* GUEST BOOK */
  .guest-book .guest-book_head .text {
    width: 100%;
    text-align: center;
    background-color: rgba(52, 74, 113, 0.85);
    padding-left: 30px;
    padding-right: 30px;
  }
  .guest-book .guest-book_head .text h2 {
    font-size: 18px;
  }
  .guest-book .guest-book_head .text p,
  .guest-book .guest-book_head .text .awe-btn {
    font-size: 14px;
  }
  .guest-book .guest-book_head.guest-book_head-2 .text {
    padding: 0;
  }
  .guest-book .guest-book_head.guest-book_head-2 .text h2 {
    font-size: 20px;
  }
  .guest-book_item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .guest-book_item h2 {
    font-size: 16px;
  }
  /* PAGE 404 */
  .page-404 h1 {
    font-size: 50px;
    margin-top: 20px;
  }
  .page-404 h6 {
    font-size: 18px;
  }
  .page-404 p {
    font-size: 14px;
  }
  .page-404 .search-404 .filed-text {
    display: block;
    width: 100%;
  }
  .page-404 .search-404 .awe-btn {
    font-size: 13px;
    margin-top: 30px;
  }
  /* ROOM */
  .room-wrap-4 {
    margin-top: -70px;
  }
  .room-wrap-4 .room_item-4 {
    margin-top: 70px;
  }
  .room_item-4 .img {
    width: 100%;
  }
  .room_item-4 .text-thumbs {
    width: 100%;
  }
  .room_item-4 .text-thumbs .text {
    margin-top: 20px;
  }
  .room_item-4.img-right .img,
  .room_item-4.img-right .text-thumbs {
    left: auto;
    right: auto;
  }
  .room_item-5 {
    background-image: none !important;
  }
  .room_item-5 .room_item-forward {
    left: 20px;
    right: 20px;
  }
  .room_item-5 .room_item-forward h2 {
    font-size: 20px;
  }
  .room_item-6 .text {
    max-width: 100%;
  }
  .room_item-6 .text h2 {
    font-size: 30px;
  }
  /* ROOM DETAIL */
  .room-detail_rates {
    overflow-y: auto;
  }
  .room-detail_rates table {
    width: 767px;
  }
  /**/
  .contact .contact-form .provider i{ 
  
  }
  .contact .contact-form .provider img{
	margin-left:0px; 
	margin-bottom:5px; 
	height:50px; 
	position:relative;
  }
  /**/
  .contact .payment .form-pay .awe-btn{
	width:100%;/**/
	margin-top:10px;
  }
  /* CHECK-OUT */
  .checkout .checkout_action .awe-btn.awe-btn-action {
	width:100%;
  }
  /*fancybox popup*/
  .popup-fancybox{
	min-width:100%;
	max-width:100%;
	width:100%;
	padding: 20px 10px;
  }
  .popup-fancybox p{
	font-size:16px;
  }
  .ajax-popup .field-text-two1,
  .login-register .text .account_form .field-form .field-text-two1 {
	width:47.7%; margin-right:1.5%;
  }
  .ajax-popup .field-text-two2 {
	width:47.7%; margin-left:1.5%;
  }
  .login-register .text .account_form .field-form .field-text-two1 {
	width:47%; margin-right:1.3%;
  }
  .login-register .text .account_form .field-form .field-text-two1 {
	width:47%; margin-left:1.3%;
  }
  #footer .footer_bottom .paymentimg .icons img{
	height:18px;
  }
  #footer .footer_bottom .copy{
	width:100%;
	text-align:center;
  }
  #footer .footer_bottom .realized{
	width:100%;
	text-align:center;
  }
}
@media screen and (max-width: 480px) {
  .se-pre-con {
		background-size: 70%;
	}
  .about-item iframe.catalog{
	height:340px;
  }
  .awe-parallax-section {
	background-size:auto 100%;
  }
  .awe-parallax-title {
	background-size: 100% 100%; 
  }
  .heading {
    font-size: 24px;
  }
  /*HEADER*/
  #header .header_top .header_left {
    display: none;
  }
  #header .header_top .header_right {
    border-top-width: 0;
  }
  #header .header_logo {
    line-height: 1;
  }
  #header .header_logo img {
    max-height: 50px;
  }
  .header_mobile .header_search a.search{
    line-height: 76px;
  }
  /* BANNER */
  .banner-slider .slider-caption {
    font-size: 30px;
  }
  .banner-slider .slider-caption.slider-caption-2 small {
    font-size: 16px;
  }
  .banner-slider .slider-caption-sub {
    font-size: 14px;
  }
  .banner-slider .slider-caption-sub.slider-caption-sub-1 {
    font-size: 16px;
    /*letter-spacing: 16px;*/
  }
  .banner-slider .slider-caption-sub.slider-caption-sub-3 {
    font-size: 14px;
  }
  .banner-slider .slider-item .slider-text .awe-btn-slider {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-slider .owl-next,
  .banner-slider .owl-prev {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0;
  }
  .banner-slider .owl-next {
    right: 0;
  }
  .banner-slider .owl-prev {
    left: 0;
  }
  /* SUBBANNER */
  .sub-banner .text h2 {
    margin-top: 50px;
    font-size: 25px;
  }
  .sub-banner .text p {
    font-size: 14px;
  }
  /* CHECK AVAILABILITY */
  .check-availability {
    padding: 20px 0;
  }
  .check-availability h2 {
    padding-left: 0;
    line-height: 1;
    font-size: 20px;
  }
  .check-availability .availability-form {
    margin-top: 20px;
  }
  .check-availability .availability-form .availability-more-item .divcheckbox{
	width:50%;
	margin-left:0px;/**/
	margin-right:0px;
	text-align:left;
	display: inline-block;
	float:left;
  }
  .check-availability .availability-form .availability-more-item .result{
	border-top:1px solid #FFF;
	margin-top:10px;
  }
  .availability-more .item-availability-more .divcheckbox{
	width:50%;
  }
  .availability-more .item-availability-more .divselect{
	width:50%;
  }
  .availability-more .result-availability-more{
	/**/
  }
  /* HOME OURBEST */
  .our-best .text .heading {
    font-size: 20px;
  }
  .our-best .text ul li {
    margin-top: 10px;
    width: 100%;
    padding: 0 !important;
  }
  /* ACCOMD ODATIONS */
  .accomd-modations .accomd-modations-content [class*="col-"] {
    width: 100%;
  }
  .accomd-modations_1 .heading {
    text-align: center;
  }
  .accomd-modations_1 p {
	margin-bottom: 20px;
	text-align: center;
  }
  .accomd-modations_1 .accomd-modations-content_1 .owl-pagination {
    position: static;
    text-align: center;
    margin-top: 40px;
  }
  .accomd-modations-room_1 .text h2 {
    font-size: 20px;
  }
  /* HOME EVENT */
  .section-event-news {
    /*padding-top: 50px;
    padding-bottom: 0;*/
  }
  .event-news .event [class*="col-"] {
    width: 100%;
  }
  .news-item .text .date {
    font-size: 12px;
  }
  .news-item .text h2 {
    font-size: 14px;
  }
  .news .awe-btn {
    width: 150px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  /* HOME GUEST BOOK */
  .home-guestbook {
    padding: 40px 0;
  }
  .home-guestbook .guestbook-content .guestbook-item .img {
    float: none;
    margin-right: auto;
    margin-left: auto;
	margin-top:20px;
  }
  .home-guestbook .guestbook-content .guestbook-item .text {
    text-align: center;
  }
  /* HOME ABOUT */
  .home-about .text .heading {
    font-size: 20px;
  }
  /* GALLERY */
  .gallery-content.galstati {
	padding-top: 0px;
	padding-bottom:20px;
  }
  .gallery-isotope.col-6 .item-isotope,
  .gallery-isotope.col-4 .item-isotope,
  .gallery-isotope.col-3 .item-isotope,
  .gallery-isotope.col-6 .item-size,
  .gallery-isotope.col-4 .item-size,
  .gallery-isotope.col-3 .item-size,
  .gallery-isotope.col-6 .item-isotope.larger,
  .gallery-isotope.col-4 .item-isotope.larger,
  .gallery-isotope.col-3 .item-isotope.larger {
    width: 100%;
  }
  .gallery-content .gallery_item .text {
    font-size: 13px;
  }
  .gallery-display{
	  display:none;
  }
  .gallery-owl{
	  display:block;
  }
  /* TEAM */
  .team .sub-heading {
    font-size: 15px;
  }
  .team .team_content [class*="col-"] {
    width: 100%;
  }
  /* ACTIVITI */
  .activiti [class*="col-"] {
    width: 100%;
  }
  .activiti_item .bot .awe-btn{
	  font-size:11px;
  }
  /* ATTRACTIONS */
  #attraction-maps {
    height: 300px;
  }
  .attraction_sidebar .attraction_heading {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .attraction_detail .attraction_detail-header .attraction_detail-title {
    font-size: 18px;
  }
  .attraction_content .attraction_content-title {
    font-size: 16px;
  }
  .attraction_content {
	padding-bottom: 20px;
  }
  /* BLOG */
  .sidebar .widget .widget-title {
    font-size: 16px;
  }
  .sidebar .widget.widget_upcoming_events ul li .event-date {
    height: 60px;
    width: 60px;
    font-size: 13px;
  }
  .sidebar .widget.widget_upcoming_events ul li .event-date strong {
    font-size: 18px;
  }
  .sidebar .widget.widget_upcoming_events ul li .text {
	margin-top: 0px;
	line-height:16px;
  }
  .sidebar .widget.widget_upcoming_events ul li .text a {
    font-size: 13px;
  }
  .sidebar .widget.widget_recent_entries ul li .img {
    width: 50px;
  }
  .sidebar .widget.widget_recent_entries ul li .text {
	padding-top:2px;
  }
  .sidebar .widget.widget_recent_entries ul li .text a {
    font-size: 13px;
  }
  .sidebar .widget.widget_recent_entries ul li .price {
	  margin-top:1px;
  }
  .post .entry-media .posted-on {
    top: 10px;
    bottom: auto;
    right: 10px;
    left: auto;
    /*border-color: #fff;
    color: #fff;*/
    font-size: 14px;
    z-index: 10;
    width: auto;
    height: auto;
    padding: 5px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .post .entry-media .posted-on strong {
    font-size: 24px;
  }
  .post .entry-media .count-date {
    padding: 5px 10px;
  }
  .post .entry-media .count-date span {
    font-size: 18px;
  }
  .post .entry-media .count-date span span {
    font-size: 10px;
  }
  .post .entry-header,
  .post .entry-content,
  .post .entry-footer,
  .event-tags,
  .event-gallery {
    /*padding-left: 0;*/
  }
  
  .post .entry-header .entry-title {
    font-size: 16px;
  }
  .blog-content #comments,
  .blog-content .comment-respond {
    margin-left: 0;
  }
  #comments .comment-title {
    font-size: 16px;
  }
  #comments .commentlist li {
    padding-left: 70px;
  }
  #comments .commentlist li .comment-body .comment-avatar {
    width: 50px;
  }
  #comments .commentlist li .comment-body .comment-subject {
    font-size: 13px;
  }
  #comments .commentlist li .comment-body .comment-meta {
    width: 100%;
  }
  #comments .commentlist li .comment-body .action {
    width: 100%;
  }
  #comments .commentlist li .comment-body .action .awe-btn {
    margin-right: 10px;
    margin-left: 0;
  }
  /* CHECK OUT */
  .checkout .checkout_head h3 {
    font-size: 16px;
  }
  .checkout .checkout_cart .cart-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    margin: 0;
  }
  .checkout .checkout_cart .cart-item:last-child {
    border-bottom-width: 0;
  }
  .checkout .checkout_cart .cart-item .remove {
    top: 10px;
  }
  .checkout .checkout_cart .cart-item .img {
    display: ;
  }
  .checkout .checkout_submit .awe-btn {
	font-size: 14px;
	width:100%;
	margin:3px 0;
  }
  /* COMINGSOON */
  .comingsoon h1 {
    font-size: 40px;
  }
  .comingsoon h6 {
    font-size: 24px;
  }
  .comingsoon p {
    font-size: 16px;
    margin-top: 15px;
  }
  .comingsoon .countdown {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .comingsoon .countdown .item {
    font-size: 14px;
  }
  .comingsoon .countdown .item .count {
    font-size: 30px;
  }
  /* CONTACT */
  .contact .contact-location .btn-collapse,
  .contact .contact-location .location-group h6,
  .contact .text h2 {
    font-size: 16px;
  }
  .contact-map {
    height: 300px;
  }
  /* GUEST BOOK */
  .guest-book .guest-book_head .text h2 {
    font-size: 16px;
  }
  .guest-book .guest-book_head .text .awe-btn {
    font-size: 12px;
  }
  /* LOGIN REGISTER */
  .login-register .text h2 {
    font-size: 24px;
  }
  .login-register .text p {
    font-size: 16px;
  }
  .login-register .text .account_form {
    margin-top: 10px;
  }
  .login-register .text .account_form .field-form .awe-btn {
    min-width: 130px;
    font-size: 14px;
  }
  .login-register .text .account_form .field-form.field-submit {
    margin-top: 15px;
  }
  .login-register .text .account_form .account-desc {
    margin-top: 15px;
  }
  /* AJAX POPUP*/
  .ajax-popup {
	min-width: 0px;
	padding:20px 10px;
  }
  .ajax-popup .awe-btn-account {
	width: 150px;
	padding: 10px 7px;
	margin-top: 0px;
  }
  .ajax-popup .booking-terms{
	  height:200px;
  }
  /**/
  .detail-place {
	min-width: 0px;
	padding: 20px 10px;
  }
  /**/
  .ajax-popup .detail-nights .night .rang {
	/**/position:absolute;
	top:0px;
	bottom: auto;
	right: auto;
	left: 0px;
	font-size: 14px;
	z-index: 10;
	width: auto;
	height: auto;
	font-weight:bold;
	padding-left:2px;
  }
  .ajax-popup .detail-nights .night .date{
	float:left;
	width:100%;
  }
  .ajax-popup .detail-nights .night .price{
	float:left;
	width:100%;
  }
  .ajax-popup .detail-nights .night .price span br{
	display:block;
  }

  /* PAGE 404 */
  .page-404 h1 {
    font-size: 30px;
  }
  .page-404 h6 {
    font-size: 16px;
  }
  .page-404 p {
    font-size: 13px;
  }
  .page-404 .search-404 {
    margin-top: 20px;
  }
  .page-404 .search-404 .filed-text {
    width: 100%;
  }
  .page-404 .search-404 .awe-btn {
    margin-top: 20px;
  }
  /* RESTAURANTS */
  .restaurant-lager .restaurant_content .restaurant_item {
    margin-top: 40px;
  }
  .restaurant-small .restaurant_content .restaurant_item {
    margin-top: 30px;
  }
  .restaurant_item.lager-thumbs .text,
  .restaurant_item.lager-thumbs .img {
    width: 100%;
  }
  .restaurant_item.lager-thumbs .text {
    margin-top: 25px;
  }
  .restaurant_item.lager-thumbs .text .price {
    font-size: 26px;
  }
  .restaurant_item.small-thumbs .img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .restaurant_item.small-thumbs .text {
    width: 100%;
    margin-top: 20px;
  }
  .restaurant_item.small-thumbs .text h2 {
    font-size: 16px;
  }
  .reservation {
    padding-left: 30px;
    padding-right: 30px;
  }
  .reservation h2 {
    font-size: 24px;
  }
  .reservation .reservation_form .awe-btn {
    font-size: 14px;
  }
  .event-restaurant .event-restaurant_header h2 {
    font-size: 24px;
  }
  .event-restaurant .event-restaurant_content li .event-date {
    margin-right: 20px;
    width: 50px;
    font-size: 13px;
  }
  .event-restaurant .event-restaurant_content li .event-date strong {
    font-size: 18px;
  }
  /* ROOM */
  .section-room {
    padding-bottom: 20px;
  }
  .room-wrap-1 .room_item-1 {
	margin-bottom: 25px;
  }
  .section-room-title {
	margin-bottom:25px;
	margin-top:20px;
	padding:5px;
  }
  .section-room-title h3 {
	font-size: 18px;
	margin-top:5px;
  }
  .section-room-title p {
	font-size:13px;
  }
  .room_item-1 {
	  margin-top:20px;
  }
  .room_item-1 .img {
	margin-top:0px;
  }
  .room_item-1 h2 {
    font-size: 20px;
  }
  .room_item-1 .desc p {
    font-size: 14px;
  }
  .room_item-1 .bot .price {
    /*font-size: 13px;*/
    /*margin-top: 5px;*/
  }
  .room_item-1 .bot .price .amout {
    /*font-size: 20px;*/
  }
  .room_item-1 .bot .awe-btn {
    /*font-size: 11px;*/
  }
  /**/
  .room-wrap-2 {
    margin-top: -50px;
  }
  .room-wrap-2 .room_item-2 {
    margin-top: 50px;
  }
  .room_item-2 .img:before {
    display: none;
  }
  .room_item-2 .text {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .room_item-2 .text p {
    font-size: 14px;
    margin-top: 20px;
  }
  .room_item-2 .text h2 {
    font-size: 24px;
  }
  .room_item-2 .text .awe-btn {
    padding: 10px 15px;
    margin-top: 25px;
  }
  .room-wrap-3 {
    margin-top: -50px;
  }
  .room-wrap-3 .room_item-3 {
    margin-top: 50px;
  }
  .room_item-3 .text-thumbs {
    margin-left: 0;
    margin-right: 0;
  }
  .room_item-3 .text-thumbs .text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .room_item-3 .text-thumbs .text h2 {
    font-size: 24px;
  }
  .room_item-3 .text-thumbs .text p {
    margin-top: 20px;
    font-size: 14px;
  }
  .room_item-3 .text-thumbs .text .awe-btn {
    margin-top: 25px;
  }
  .room-wrap-4 {
    margin-top: -50px;
  }
  .room-wrap-4 .room_item-4 {
    margin-top: 50px;
  }
  .room_item-4 .text-thumbs .text h2 {
    font-size: 24px;
  }
  .room_item-4 .text-thumbs .text p {
    font-size: 14px;
    margin-top: 25px;
  }
  .room_item-4 .text-thumbs .text .awe-btn {
    padding: 10px 15px;
    margin-top: 25px;
  }
  .room-wrap-5 .row [class*="col-"] {
    width: 100%;
  }
  .room_item-6 .text h2 {
    font-size: 24px;
  }
  .room_item-6 .text p {
    font-size: 14px;
    margin-top: 20px;
  }
  .room_item-6 .text .awe-btn {
    padding: 10px 15px;
  }
  /* ROOM DETAIL */
  .room-detail_characteristics .row [class*="col-"] {
    width: 100%;
  }
  /**/
  .room-detail_book .room-detail_total .price .amout {
    font-size: 25px;
  }
  .room-detail_package .room-package_item .text {
    padding-right: 0;
  }
  .room-detail_package .room-package_item .text .room-package_price {
    position: static;
    margin-top: 10px;
  }
  .room-detail_package .room-package_item .text .room-package_price .price {
    display: inline-block;
    margin-right: 10px;
  }
  .room-detail_img .room_img-item h6 {
    font-size: 12px;
    padding: 5px 20px;
  }
  /* PAGE SHORTCODe */
  .tab-price .tableBook1 {
	display:none;
  }
  .tab-price .tableBook2 {
	display:block;
	width: 100%;
  }
  .tab-price .tableBook2 table tr th {
	font-size: 14px;
  }
  .tab-price .tableBook2 table tr td {
	font-size: 14px;
  }
  .tab-price .tableBook2 table tr td dt {
	font-size: 13px;
	font-weight:normal;
  }
  .tab-price table caption h2,
  .tab-price table caption a {
    font-size: 14px;
  }
  .tab-price table tr th {
    font-size: 10px;
  }
  .tab-price table tr td {
    font-size: 10px;
  }
  .tab-price table tr td .date {
    font-size: 9px;
  }
  /* RESERVATION */
  .reservation-calendar_custom .reservation-calendar_table td a span {
    font-size: 10px;
  }
  .reservation-room_item .reservation-room_name {
    font-size: 22px;
  }
  .reservation-room_item .reservation-room_text .reservation-room_price .reservation-room_amout {
    font-size: 24px;
  }
  .reservation-room_item .awe-btn {
    min-width: inherit !important;
    padding: 5px 10px;
  }
  .reservation-room_item .reservation-room_package .reservation-room_package-more {
    padding: 12px 15px;
  }
  .reservation-package_item {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  .reservation-package_item .reservation-package_img {
    display: none;
  }
  .reservation-package_item .reservation-package_text {
    padding-right: 0;
  }
  .reservation-package_item .reservation-package_text .reservation-package_book-price {
    position: static;
    margin-top: 20px;
  }
  .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .reservation_step ul li {
    width: 100%;
    margin: 0;
  }
  /* FOOTER */
  #footer .footer-col {
	max-width:50%;
	border:0px solid #FFF;
  }
  #footer .footer_top .mailchimp h4 {
    font-size: 20px;
  }
  #footer .footer_top .mailchimp .mailchimp-form {
    padding-right: 100px;
    position: relative;
  }
  #footer .footer_top .mailchimp .mailchimp-form .input-text {
    width: 100%;
  }
  #footer .footer_top .mailchimp .mailchimp-form .awe-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: inherit;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .footer_top .social .social-content {
	text-align:center;
  }
  #footer .footer_top .social .social-content a {
    margin-right: 5px;
	margin-left:5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #footer .footer_center .widget_logo .widget-logo {
    display: block;
  }
  #footer .footer_center .widget_logo .widget-logo .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	float:none;
	width:80px;
  }
  #footer .footer_center .widget-logo .text {
	width:100%;
	float:none;
  }
  #footer .footer_center [class*="col-"] {
    width: 100%;
  }
  #footer .footer_center .widget{
	  margin-bottom:0px;
  }
  #footer .footer_bottom p {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .heading {
    font-size: 20px;
  }
  .awe-parallax-title {
	background-size: auto 100%; 
  }
  /* BANNER */
  .sub-banner .text h2 {
    margin-top: 30px;
  }
  /* HOME EVENT */
  .event-news .event [class*="col-"] {
    width: 100%;
  }
  .event-news .news .news-item {
    margin-left: 0;
    margin-right: 0;
  }
  .event-news .news .news-item .img {
    width: 100%;
    padding: 0;
  }
  .event-news .news .news-item .text {
    width: 100%;
    padding: 15px 15px;
  }
  /* HOTEL STATISTICS */
  .statistics .statistics_content [class*="col-"] {
    width: 100%;
  }
  /* CHECK OUT */
  .checkout .checkout_form [class*="col-"] {
    width: 100%;
  }
  /* COMINGSOON */
  .comingsoon h1 {
    font-size: 30px;
  }
  .comingsoon h6 {
    font-size: 20px;
  }
  .comingsoon p {
    font-size: 16px;
    margin-top: 15px;
  }
  .comingsoon .countdown .item {
    font-size: 10px;
  }
  .comingsoon .countdown .item + .item:before {
    font-size: 20px;
  }
  .comingsoon .countdown .item .count {
    font-size: 20px;
  }
  .comingsoon .widget_social .widget-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .comingsoon .widget_social .widget-social a {
    margin: 10px 5px 0 5px;
    font-size: 14px;
  }
  /* RESTAURANTS */
  .restaurant_item.small-thumbs .img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .restaurant_item.small-thumbs .text {
    padding-right: 0;
  }
  .restaurant_item.small-thumbs .text .price {
    position: static;
    text-align: left;
    margin-top: 15px;
    font-size: 26px;
  }
  /* ROOM */
  .room_item-1 h2 {
    font-size: 20px;
  }
  .room_item-1 .desc p {
    font-size: 13px;
  }
  .room_item-1 .desc ul li {
    width: 100%;
    font-size: 13px;
  }
  .room_item-1 .bot {
    /*border-width: 0;*/
    /*padding: 0;*/
	text-align:center;
  }
  .room_item-1 .bot .price {
    display: block;
	width:100%;
    /*margin-top: 0;*/
  }
  .room_item-1 .bot .awe-btn {
    float: none;
    margin-top: 10px;
  }
  .room_item-2 .text p,
  .room_item-2 .text .price {
    font-size: 13px;
  }
  .room_item-2 .text h2 {
    font-size: 20px;
  }
  .room_item-2 .text .awe-btn {
    font-size: 11px;
  }
  .room_item-3 .text-thumbs .text h2 {
    font-size: 20px;
  }
  .room_item-3 .text-thumbs .text p,
  .room_item-3 .text-thumbs .text .price {
    font-size: 13px;
  }
  .room_item-3 .text-thumbs .text .awe-btn {
    padding: 10px 15px;
    font-size: 11px;
  }
  .room_item-4 .text-thumbs .text h2 {
    font-size: 20px;
  }
  .room_item-4 .text-thumbs .text p,
  .room_item-4 .text-thumbs .text .price {
    font-size: 13px;
  }
  .room_item-4 .text-thumbs .text .awe-btn {
    padding: 10px 15px;
    font-size: 11px;
  }
  .room_item-6 .text {
    padding: 20px 20px 25px 20px;
  }
  .room_item-6 .text h2 {
    font-size: 20px;
  }
  .room_item-6 .text p,
  .room_item-6 .text .price,
  .room_item-6 .text ul li {
    font-size: 13px;
  }
  .room_item-6 .text .awe-btn {
    font-size: 11px;
  }
  /* RESERVATION */
  .reservation-chosen-message h4 {
    font-size: 18px;
  }
}
/* 23.   Search
--------------------------------------------------------------------------------*/
.list-field-send {
  margin: 8px 0 0;
}
.list-field-send li {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 0 !important;
  float: left;
  position: relative;
}
.list-field-send li input[type='text'] {
  padding: 0 10px;
  background-color: transparent;
  color: white !important;
  width: 100%;
  border: 2px solid white;
  height: 40px;
  line-height: 36px;
}
.list-field-send li label {
  font-weight: 400;
  position: absolute;
  left: 10px;
  right: 0;
  bottom: -50%;
  margin-bottom: -2px;
  color: white;
  font-size: 12px;
}
.list-field-send li ::-webkit-input-placeholder {
  color: white;
}
.list-field-send li :-moz-placeholder {
  color: white;
}
.list-field-send li ::-moz-placeholder {
  color: white;
}
.list-field-send li :-ms-input-placeholder {
  color: white;
}
.list-field-send li .awe-btn.awe-btn-13 {
  font-size: 16px;
  border: 2px solid #e7c130 !important;
  background-color: #e7c130 !important;
  height: 40px;
  line-height: 22px;
}
.list-field-send li .awe-btn.awe-btn-13:hover {
  border-color: #344a71 !important;
  background-color: #344a71 !important;
}
.reservation-confirm {
  color: white;
  margin-bottom: 0;
  margin-top: 15px;
}
/*# sourceMappingURL=style.css.map */

.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }