@import url(http://fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/TrajanProRegular.eot');
    src: url('fonts/TrajanProRegular.eot') format('embedded-opentype'),
         url('fonts/TrajanProRegular.woff2') format('woff2'),
         url('fonts/TrajanProRegular.woff') format('woff'),
         url('fonts/TrajanProRegular.ttf') format('truetype'),
         url('fonts/TrajanProRegular.svg#TrajanProRegular') format('svg');
}


/*
Theme Name: Mozzarella
Theme URI: http://www.baliwebcreator.com
Description: <p>Mozzarella Custom CMS wordpress template. It's a customize wordpress template which focus on creating good design and functionality with unique style and design just for use of Mozzarella</p>
Version: 1.0
Updated Date:25/10/2016
Author: Bali Web Creator
Created Date:25/10/2016

Author URI: http://www.baliwebcreator.com/

*/


html {
  position: relative;
  min-height: 100%;
}
body {
  padding:0;
  font-family: "Muli", Arial;
  font-size: 16px;
  font-weight:300;
  color: #777;
  background:#fff;
  background-attachment: fixed;
  overflow-x:hidden;
}


/* -------------------------------------
   COMMON
----------------------------------------*/
h1, h2, h3, h4, .h2, .h3, .h4{
  margin:0 0 20px 0;
  color:#000;
  font-family: 'Quicksand', sans-serif;
  font-weight:400;  
}
h1{margin:0;}
h1,h2{ letter-spacing:2px;}
h2, .h2{font-size:35px;}
h3, .h3{font-size:27px; line-height:33px;}
h2.underline, h3.underline, .h2.underline, .h3.underline{display:inline-block; line-height:normal;}
h2.underline.light, h3.underline.light, .h2.underline.light, .h3.underline.light{color:#fff;}
h2.underline:after, h3.underline:after, .h2.underline:after, .h3.underline:after{content:" "; display:table; margin:20px auto 10px auto; width:54px; border-bottom:2px solid #cba55c;}
h2.underline.light:after, h3.underline.light:after, .h2.underline.light:after, .h3.underline.light:after{border-bottom:2px solid #cba55c;}
h2.underline.left:after, h3.underline.left:after, .h2.underline.left:after, .h3.underline.left:after{margin:20px auto 10px 0;}
h2.underline.right:after, h3.underline.right:after, .h2.underline.right:after, .h3.underline.right:after{margin:20px 0 10px auto;}
h4, .h4{
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.moz-heading{font-family: 'Quicksand', sans-serif; font-size:16px; font-weight:600; letter-spacing:0; color:#454545}
p{ line-height: 22px; margin-bottom:15px; }
.font-2x, .font-2x p{font-size:15px !important; line-height:25px; font-weight:300;}
.font-3x, .font-3x p{font-size:18px !important; line-height:30px; font-weight:300;}
.font-4x, .font-4x p{font-size:20px !important; line-height: 33px; font-weight:300;}
blockquote {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-style: italic;
  line-height: 32px;
  padding: 0px;
  border: none;
  margin-bottom: 20px;
}
a, a i{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  outline:none !important;
}
a:hover, a:focus{
  color: #54B6B8;
  text-decoration:none;
}
img{
  max-width: 100%;
  height: auto;
}
img.aligncenter{margin:0 auto !important; text-align:center !important;}
hr {border-color: rgba(0,0,0,.1);}
ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
}
strong{font-weight:600;}
section {padding:90px 0; overflow:hidden;}
button{
  outline:none;
}
.clearfix{clear:both;}
.container-fluid.smaller{padding:0 3vw; max-width:1420px;}
/*.tnr p, .tnr h2, .tnr h3{font-family:Times New Roman, sans-serif;}*/
.full-width img{width:100%;}

/* -------------------------------------
   LOGO
----------------------------------------*/
/* #home #logo{display:none;} */
#logo{
	color:#fff;
	display:block;
	font-family:'Pacifico', Arial;
	font-size:27px;
	font-weight:600;
	line-height:50px; 
	overflow:hidden;
	position:absolute;
	text-align:left;
  font-size:0;
  padding-left:30px;
}
#logo img{width:70%;}


/* -------------------------------------
   HEADER
----------------------------------------*/
header{
	background: #000;
	font-size:13px;
	transition: all 0.4s ease;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
#home header{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	padding-bottom:90px;
	z-index: 999;
}
header{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: absolute;
	padding-bottom:90px;
	z-index: 98;
}
#home header.clone{
	background: rgba(0,0,0,.5);
}
header.clone {
	background: rgba(0,0,0,.8);
	display:none;
	min-height:60px;
	position:fixed;
	top:-200px;
	width:100%;
	z-index:999;	
}
header.active{
	top:0;
}
header .container, .no-slider .container{
	position:relative;
	width:90%;
}
.lang-add-nav-wrapper{
	float:right;
}
.lang, .add-nav{
	display:inline-block;
	float:left;
}
.lang{
	margin-left:20px;
}
.add-nav ul{
  margin:0;
  padding:0
}
.add-nav ul li, .add-nav ul li a{
  display:inline-block;
  list-style:none;
  color:#fff;
}
.add-nav li a, .add-nav .phone{
  padding:6px 20px;
}
.add-nav .phone{
  background:url(images/icon-phone-small.png) 0 50%  no-repeat;
  padding-left:25px;
}
.add-nav .login:before{
  content:"|";
}
.add-nav .book-now a{
  background:#cba55c;
  color:#fff;
  font-weight:800;
}
.add-nav .book-now a:hover{background:#333;}

/*--------------BOOKING FORM------------*/
#booking{
	float:right;
	margin:0 40px 0 0;
	font-family:'PT Sans',Arial,Tahoma,Verdana;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
}
#booking a.booking_button{
	color:#e7c492;
	line-height:25px;
	height:26px;
	display:block;
	padding:10px 16px 10px 32px;
}
#booking a.booking_button.opened{
	background:url(img/arrow-booking.png) 16px bottom no-repeat #000;
}
#booking a.booking_button.closed{
	background:url(img/arrow-booking.png) 16px top no-repeat #000;
}
#booking-form, .widget .booking-form{
	padding:25px;
  font-size:14px;
  font-weight:300;  
  background:#cba55c;
}
#booking-form{
	color:#fff;
	background:url(images/bg-pattern.png) #cba55c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  display:none;
  z-index:999;
}
#booking-form .row, .widget .booking-form .row{
  margin-left:-5px;
  margin-right:-5px;
}
#booking-form .row > div, .widget .booking-form .row > div{
  padding-left:5px;
  padding-right:5px;
}
#booking-form input, .widget .booking-form input{
	padding:8px 10px;
	border:1px solid #fff;
	width:100%;
	float:left;
	margin:0 5px 5px 0;
  color:#000;
}
.widget .booking-form input{
  border-color:transparent;
}
#booking-form select, .widget .booking-form select{
	padding:3px 4px;
	width:95%;
	border:1px solid #000;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.5) inset
}
#booking-form input.button, .widget .booking-form input.button{
	width:100%;
	background:#333;
	color:#FFF;
	border:1px solid #333;
	padding:8px 20px;
  font-weight:600;
}
.widget .booking-form input.button{
	background:#333;
	color:#FFF;
	border:1px solid #333;
  margin-top:10px;
}
#booking-form label, .widget .booking-form label{
	margin:0 0 3px 0;
	display:block;
  font-weight:400;
}
.widget .booking-form label{
	color:#fff;
}
#booking-form .datepicker, .widget .booking-form .datepicker{
  background: url(images/icon-date.png) right 50% no-repeat #fff;
}
#booking-form .users, .widget .booking-form .users{
  background: url(images/users.png) right 50% no-repeat #fff;
}
.widget .booking-form h3{
  color:#fff;
  line-height:20px;
}
.widget .booking-form hr{
  border-color:rgba(255,255,255,.1);
}
/* DATE PICKER */
.input-group-addon {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #cba55c;
    border: 1px solid #cba55c;
    border-radius: 0;
}
.ui-widget, .ui-widget-content{ 
	font-size:13px;
	/* font-family: 'Open Sans', sans-serif; */
	color:#888888;
}
.ui-widget-header{
  background:initial;
  border:initial;
  border-radius:initial;
}
.ui-tabs .ui-tabs-nav{
  border-bottom:1px solid #ccc;
  padding: 0 20px;
}
.ui-tabs .ui-tabs-nav li{
  margin:0 1px 0 0;
  border-bottom-width: 1px;
}
.ui-widget-content{
  border:initial;
  background:initial;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border:initial;
  border-radius:initial;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background:#f4f4f4;
  border: 1px solid #f4f4f4;
  color:#000;
  text-align:center;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  background:transparent;
  border-bottom-color:#fff;
  margin-left:-1px;
  margin-right:-1px;
}
.ui-tabs .ui-tabs-panel{overflow:hidden;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{
  outline:none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
  color:#000;
}
.ui-datepicker {
  font-size:16px;
  background:rgba(130,108,68,.85);
  padding:15px;
  border-radius:0;
  box-shadow:1px 1px 5px rgba(0,0,0,.15);
  z-index:999 !important;
}
.ui-datepicker-title{color:#fff;}
.ui-datepicker th{color:#fff;}
.ui-datepicker td{padding:0 1px 1px 0;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
  opacity: .25;
  filter: Alpha(Opacity=25);
}
.ui-widget-header .ui-icon{
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #000;
	background: #635132 50% 50% repeat-x;
	font-weight: normal;
	color: #fff;
}



/* MAIN NAV */
#nav-menu.navbar-default {background-color:rgba(130,108,68,.95) !important; padding: 10px 0;}
.on #logo img{
	width:70%;
}
#nav-menu{transition:all 0.2s;}
#nav-menu.navbar-default{
	clear:both;
	margin-bottom:0;
	border-color: rgba(0,0,0,.05);
	border-width: 0;
	background: transparent;
	border-radius:0;
	width:100vw;
	position:fixed;
	z-index:99;
}
nav{
  width:100%;
  font-family: 'Open Sans', serif;
  font-weight:600;
}
nav .top{font-size:14px;}
.navbar-default{
  margin-bottom:0;
  border-color: transparent;
  border-width: 0;
  border-radius:0;
  width:100%;
  clear:both;
  padding:30px 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.navbar-collapse{
  max-height:inherit;
}
.navbar-nav{
  margin-left:-15px;
  margin-right:-15px;
}
.navbar-nav > li > a {
  padding:15px 15px 0 15px;
  margin-right:1px;
  color:#fff;
  font-size:14px;
  text-transform:uppercase;
}
.navbar-nav > li > a:after{
  border-bottom: 2px solid #cba55c;
  content: '';
  opacity: 0;
  margin-top:20px;
  -webkit-transform: scale(0,1);
	transform: scale(0,1);
  /*-webkit-transform-origin: 0 0;
  transform-origin: 0 0;*/
  display:block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.navbar-nav > li > a:hover:after, .navbar-nav > li.active > a:after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.navbar-nav > li:last-child > a{
  padding-right:0;
}
.navbar-toggle, #mobile-menu-trigger {
	padding: 10px;
	border-radius: 1px;
	background: transparent;
	position: relative;
	float: right;
	border: 1px solid rgba(255,255,255,.45);
	margin:0 30px 30px;
}
.navbar-default hr{border-color:rgba(255,255,255,.1); clear:both;}
#mobile-menu-trigger{
  cursor:pointer;
}
#mobile-menu-trigger .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  margin-top: 4px;
  background-color: #fff;
}
#mobile-menu-trigger .icon-bar:first-child{
  margin-top:0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background: transparent;
  border-color: transparent !important;
}
.navbar-default .navbar-nav > li > a{
  color:#fff;
}

.navbar-toggle .icon-bar{height:3px;}
.navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:hover, .navbar-default .navbar-nav>.current-menu-item>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color:#cba55c;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color: transparent;
  color:#cba55c;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color:#cba55c;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus{
  background-color: transparent; 
  color:#cba55c;
}

.dropdown-menu {
  background:rgba(255,255,255,.95);
  border-radius: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu > li > a{padding: 10px 20px;}
.caret{margin-left:5px;}
.sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 10px;
  margin: 0;
  list-style: none;
  background-color: rgba(0,0,0,.5);
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
}
.sub-menu > li > a {
  display: block;
  padding: 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  border-bottom:1px solid rgba(255,255,255, .1);
}
.sub-menu > li > a:hover{
  background:rgba(0,0,0,.5);
}
.sub-menu > li:last-child > a{
	border-bottom:none;
}
.sub-menu .sub-menu{
  left: 100%;
  top:0;
}
.expand-trigger:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content:"";
  position: absolute;
  right: 0;
  top: 23px;
  margin-right: 10px;
}
.sub-menu .expand-trigger:after{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  top: 21px;
}




/* -------------------------------------
   SLIDER
----------------------------------------*/
/* TIME & WEATHER */
.time-weather-wrapper{
  width: 100%;
  display: table;
  margin-top:30px;
}
.time, .weather{
  color:#fff;
}
.time{
  float:right;
  background:url(images/icon-time.png) 0 50% no-repeat;
  padding-left: 30px;
  background-size: 20px 20px;
}
.time .info:after{
  content:"|";
  padding-left:20px;
}
.weather{
  float:right;
  background:url(images/icon-weather.png) 0 50% no-repeat;
  margin-left:20px;
  padding-left: 35px;
  background-size: 26px 20px;
}
.time > span, .weather > span{
  font-size:12px;
  font-weight:600;
}
.time .info, .weather .info{
  font-size:14px;
  font-weight:300;
  line-height:30px;
  clear:both;
}
.slider .gradient-overlay, .no-slider .gradient-overlay{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  height:30%;
  z-index:3;
}

.slider{padding:0; position:relative;width:100%; background:#000;}
.tagline-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  text-align:center;
  z-index: 9;
}

.tagline-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tagline-wrapper:after {
  content: "";
  height: 100%;
  position:absolute;
  width:100%;
  background:rgba(0,0,0,0);
  top:0;
  left:0;
  z-index:9;
}
.tagline-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width:98%;
  position:relative;
  z-index:99;
}
.tagline-content img{width: auto !important; width:initial !important; height:auto !important; position: relative !important; z-index:999 !important; left:initial !important; top:initial !important;}
.slider .tagline-content.dark h2, .slider .tagline-content.dark h3, .slider .tagline-content.dark h4{
  color:#000;
}

.slider h2{
  font-size:45px;
  text-transform:uppercase;
  text-shadow: 0px 3px 5px rgba(0,0,0,.8);
  margin-bottom:10px;
  text-align: center;
}
.slider h2 span {
  display: inline-block;
  position: relative;  
}
.slider h2 span:before,
.slider h2 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid white;
  top: 4px;
  width: 70px;
}
.slider h2 span:before {
  right: 100%;
  margin-right: 15px;
}
.slider h2 span:after {
  left: 100%;
  margin-left: 15px;
}
.slider h2, .slider h3, .slider h4{color:#fff; display:block;}
/* .slider p{font-size:18px;} */
.slide-tag span{text-shadow: 0px 3px 5px rgba(0,0,0,.8);}
.slider .btn{
  border: solid 1px #fff;
  color: #fff;
  margin-top:20px;
  padding:12px 30px;
}
.slider .owl-item img{
  min-width:1914px;
  min-height:500px;
}
.slides-navigation{
  top:50%;
  margin-top:-20px;
}
.slides-navigation a.next, .slides-navigation a.prev{
  display:block;
  width:40px;
  height:40px;
  text-indent:-20000px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:0;
}
#slides:hover a.next{
  right:30px;
}
#slides:hover a.prev{
  left:30px;
}
#slides:hover a.next, #slides:hover a.prev{
  opacity:1;
}
.slides-navigation a.next{
  background:url(images/carousel-right.png) 50% 50% no-repeat;
}
.slides-navigation a.prev{
  background:url(images/carousel-left.png) 50% 50% no-repeat;
}
.slides-pagination {
  position: absolute;
  z-index: 4;
  bottom: 45px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  background:#d6d6d6;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  margin: 2px;
  overflow: hidden;
  text-indent: -20000px;
  border:none;
}
.slides-pagination a:before,.slides-pagination a:after{
  content:"-----";
  border-top:1px solid #d6d6d6;
}
.slides-pagination a.current {
  background: #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#home #slides{
  min-height:650px;
  z-index:0;
}
/* #home #slides .slides-container > div, #home #slides .slides-container img{
  min-height:650px;
  min-width:1260px;
  top:0 !important;
} */
#home #slides .slides-container > div{
  overflow:hidden;
}
#home #slides .slides-container > div > img{ width:100%; height:auto; }
/* #home #leafSlider, #home #leafSlider .item{
  min-height:500px;
  background-size:cover !important;
} */
#leafSlider, #leafSlider .item{
  height: 65vh;
  background-size:cover !important;
  min-height:550px;
}
#non-index #slides {
  max-height:500px;
}
#non-index #slides .slides-container > div, #non-index #slides .slides-container img{
  max-height:500px;
  max-width:1903px;
  width:100%;
  height:auto;
  top:0 !important;
}
#slides .slides-container > div{
  overflow:hidden;
}
.no-slider{
  background:url(images/bg-no-slider.jpg) 50% 50% no-repeat;
  background-size:cover;
  height:200px;
  padding:0;
  position:relative;
}

/* BOOTSTRAP CAROUSEL */
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity 1.5s; 
       -moz-transition: opacity 1.5s;
         -o-transition: opacity 1.5s;
            transition: opacity 1.5s;
}
.carousel-control {
    background-image: none !important;
    z-index:99;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-indicators{z-index:4;}
#home .carousel-indicators{
  left:30px;
  bottom:0;
  width:auto;
  margin-left:auto;
  z-index:999;
}


#leafSlider.carousel:hover .carousel-control, #leafSlider.carousel:hover .carousel-control-left, #leafSlider.carousel:hover .carousel-control-right{
  opacity:1;
}
#home .carousel-control{
  width:40px;
  height:40px;
  top:inherit;
  bottom: 30px;
  opacity:1;
}
#home .carousel-control.right{
  right:30px !important;
  left:auto !important;
}
#home .carousel-control.left{
  right:74px !important;
  left:auto !important;
}
#home .carousel-control-left, #home .carousel-control-right{
  width:40px;
  height:40px;
  display:block;
}
#home .carousel-control-left, #home .carousel-control-right{
  opacity:1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .carousel-control-left{
  background:url(images/carousel-left.png) 50% 50% no-repeat rgba(0,0,0,.7);
  background-size: 10px 15px;
}
#home .carousel-control-right{
  background:url(images/carousel-right.png) 50% 50% no-repeat rgba(0,0,0,.7);
  background-size: 10px 15px;
}

.carousel-control{
  width:50px;
  height:50px;
  top:50%;
  margin-top:-25px;
  opacity:0;
}
#leafSlider.carousel:hover .carousel-control.left{
  left:30px;
}
#leafSlider.carousel:hover .carousel-control.right{
  right:30px;
}
.carousel-control-left, .carousel-control-right{
  width:50px;
  height:50px;
  display:block;
}
.carousel-control-left, .carousel-control-right{
  opacity:0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-control-left{
  background:url(images/carousel-left.png) 50% 50% no-repeat;
}
.carousel-control-right{
  background:url(images/carousel-right.png) 50% 50% no-repeat;
}  


/* BREADCRUMB */
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  float: left;
  line-height: 40px;
  color:rgba(255,255,255,.75);
  font-size:14px;
  position:relative;
  z-index:5;
}
blockquote {
    border-left: 3px solid #ccc;
    -webkit-font-smoothing: antialiased;
    font-size: 1.5rem;
    font-style: italic;
    margin-left: 0;
    margin: 3em 0;
    padding: 0 0 0 30px;
}
blockquote{
    border-left-color: #dd973a;
}

.no-slider .breadcrumb{
  line-height:33px;
}
.breadcrumb a{
  color:#fff;
}

.rectangle{
	content: url(images/icon-slide.png);
	padding-top:25px;
}
.slide-tag{
	text-transform:uppercase;
	z-index:9;
	bottom:0;
	font-size:16px;
	font-weight:400;
	line-height:40px;
	color:#fff;
	position: relative;
	letter-spacing: 5px;
	text-align:center;
}
.slide-tag span:before, .slide-tag span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid white;
    top: 20px;
    width: 40px;
}
.slide-tag span:before {
	right: 105%;
    margin-right: 8px;
}
.slide-tag span:after {
  left: 100%;
  margin-left: 15px;
}
.slide-tag span{
    display: inline-block;
    position: relative;
}

/* -------------------------------------
   INTRO
----------------------------------------*/
.intro{
	z-index:99;
}
	
.intro-caption {
	padding: 1vw 3vw;
}


/* -------------------------------------
   BOOK
----------------------------------------*/
.book{padding:9vw 0;}
.book-item{border:2px solid #cba55c; padding:80px 50px; z-index:1; width:400px; position:relative; text-align:center;}
.book-item i{
	color: #cba55c;
  font-size: 35px;
  display: block;
  margin: 2vw;
}
.slider .book-item{
  font-size: 14px;
  background: rgba(0,0,0,.75);
  max-width: 330px;
  position: absolute;
  /*left: 1.6%;*/
  right: 5%;
  top: 0;
  margin-top: -100px;
  padding: 50px 25px;
  z-index: 999;
}
.slider .book-item h2{font-size:30px; text-shadow:none;}
.slider .book-item i{margin: 0 1vw 1vw 1vw;}
.slider .book-item p{margin-bottom:10px;}
.book-item p:last-child{font-size:11px; line-height:18px; margin-bottom:0;}
/* -------------------------------------
   MENU
----------------------------------------*/
.ornamen {
	content:url(images/ornamen-1.png);
	padding-bottom:25px;
}
.ornamen-down{
	content:url(images/ornamen-2.png);
}
.menu-items{
	padding:9% 9%;
}
.line{
	padding-bottom:25px;
  background: url(images/line.png) 0 0 no-repeat;
  padding-bottom: 25px;
  display: inline-block;
  height: 5;
  width: 125px;
}
.white-line{
	padding-bottom:25px;
  background: url(images/white-line.png) 0 0 no-repeat;
  padding-bottom: 25px;
  display: inline-block;
  height: 5;
  width: 175px;
}
.menu-detail{
	float:left;
	width:100%;
}
/* .menu-price h3{
	float: right;
    font-size: 30px;
    line-height:150px;
} */

/* -------------------------------------
   BOOKING
----------------------------------------*/
.book span{
	font-size:18px;
	font-weight:600;
}

/* -------------------------------------
   OPEN DAILY
----------------------------------------*/
.open-daily{
	padding-bottom:260px;
	padding-top:260px;
}
/* -------------------------------------
   SELECT
----------------------------------------*/
.styled-select label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.styled-select {
	position:relative; 
	border:none; 
	overflow:hidden; 
	display:block; 
	margin:auto; 
	font-size:1em; /*use this to scale the select*/
}
.styled-select select {
	display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
	cursor:pointer;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.styled-select select.bold{font-weight:bold;}
.styled-select select option {
	background-color: #fff;
}
.styled-select .select-button {
	background-color:#cba55c;
	right:0; top:0;
	position:absolute;
	pointer-events:none;
	/*text-align: center; vertical-align: middle; */
  width: 45px;
  height: 45px;
}
.styled-select .select-button .select-button-text {
	color: #fff;
	line-height: 1.8em;
	text-align: center;
	display: block;
}
.styled-select .select-button .select-button-text span{
	font-size; 1em;
}
.small-arrow-down {
	width: 0; 	
	height: 0; 	 
	border-left: .4em solid transparent; 
	border-right: .4em solid transparent; 
	border-top: .4em solid #fff; 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.lt-ie10 .styled-select {
	background: #fff;
	border: none;
}
.lt-ie10 .styled-select .select-button {
	display: none;
}

/* -------------------------------------
   NEWS
----------------------------------------*/
.news-caption{
	padding: 36px 10px;
}
.news-title{
	font-size:25px;
	font-weight:300;
}
.news-date{
	background-color: #c3955b;
    width: 100px;
    height: 30px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 10px;
    top: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    padding: 0px 10px;
    text-align: center;
    display: table;
	text-transform:uppercase;
}


/* -------------------------------------
   ABOUT
----------------------------------------*/
.box-about .box{
	border: 2px solid #32072d;
  width: 50px;
  height: 50px;
	font-weight: 600;
  color: #32072d;
  font-size: 24px;
  padding: 5px 15px;
	float: left;
  margin-right: 30px;
  text-align: center;
}
.box-about p{
	padding-left:80px;
}



.testimonial-item{position:relative;}
.testimonial-item:nth-child(even){background:#f4f4f4;}
.testimonial-item p:nth-child(2):before{content:'';width:40px; height:40px; margin-right:15px; display:inline-block; background:url(images/quote-opening.png) 50% 50% no-repeat; background-size:contain !important; }
.testimonial-item h4:before{content:''; width:75px; height:1px; display:table; background:rgba(0,0,0,.15); margin:10px auto 30px auto;}
.testimonial-item .row{position:relative;z-index:2}



/* -------------------------------------
   GALLERY
----------------------------------------*/
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 0;
}
#recent-works {
	padding-bottom: 70px;
}
.photo-gallery figure i{
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  z-index: 99;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  opacity:0;
}
.photo-gallery figure:hover i{
  opacity:1;
}
.recent-work-wrap {
	position: relative;
}
.recent-work-wrap img {
	width: 100%;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
	padding-top:30%;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background:rgba(0,0,0,.5);
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #FFFFFF;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 0 0 40px 0;
	padding: 20px;
}
.portfolio-filter > li {
	display: inline-block;
	border-right: 1px solid #999;
    padding: 0 20px;
	margin-bottom:10px;
}
.portfolio-filter > li:last-child{border:none;}
.portfolio-filter > li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	outline: none;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #32072d;
	font-size:14px;
	font-weight:600;
}
.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 0 20px 20px 0;
}
.portfolio-caption{
	padding-top:10px;
	text-align:left;
}
.portfolio-caption p{
	margin:0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* -------------------------------------
   FORM
----------------------------------------*/
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control{min-height:150px;}

/* -------------------------------------
   EVENT
----------------------------------------*/
.event-caption{padding-top:2vw; text-align:left;}
.event-date{font-size: 14px; font-weight: 400;}
	
.event-reserv .phone{
	font-size:24px;
	font-weight:500;
	color:#c3955b;
}
.event-reserv .email{
	font-size:24px;
	font-weight:500;
	color:#c3955b;
}
.event-reserv  h3{
	font-size: 23px;
    line-height: 33px;
}

/* -------------------------------------
   BLOG
----------------------------------------*/
/* .post, .post-detail, .post figure, .post-detail figure{
	padding:30px 0px;

} */

.post .post-date, .post-detail .post-date{
	font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    color: #333;
    padding-right: 30px;
    text-align: center;
}
.post-date span, .post-detail .post-date span{
  font-weight:300;
  color:#999;
  clear:both;
  display:block;
}
.post .post-content{
  padding-left:30px;
  border-left:1px solid rgba(0,0,0,.1);
  overflow:hidden;

}
.post-detail .post-content{
  padding-left:0;
  border-left:none;
  overflow:hidden;
}
.post .post-content p:last-of-type{
  margin-bottom:0;
}
.post .post-date span, .post-detail .post-date span{
  font-size:18px;
  line-height:34px;
  display:block;
}
.post  .post-content{
  overflow:hidden;
}
.post figure{
  margin-bottom:30px;
}
.post figure img{
  width:100%;
}
.post .metas, .post .metas a, .post .metas, .post .metas a, .post-detail .metas, .post-detail .metas a{
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.post-list{
	list-style: none;
	text-align:center;
}
.post .post-detail a:hover{
	color:#999;
}
.metas a:hover{color:#000;}
.metas.tags a{padding: 0 10px; border: 1px solid; display:inline-block; margin-bottom:5px;}
.metas span:after{
  content:"|";
  padding-left:15px;
  margin-right:15px;
}
.metas span:last-child:after{
  content:initial;
}
.tag-title{
	font-weight:600;
}

.recent-post-item{
  border-bottom:1px solid #ededed;
  margin-bottom:20px;
  overflow:hidden;
}
.recent-post-item span.date{
  font-size:12px;
  display:inline-block;
  clear:both;
}
.recent-post-item > a > img{
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  max-width:80px;
  height:auto;
}
.recent-post-item p{
  line-height:normal;
}
.recent-post-item p:last-child{
  margin-bottom:0;
}



/* -------------------------------------
   BOOKING
----------------------------------------*/
#booking-engine{
  background:#f0f0f0;
}
.book-nav{
  list-style:none;
  margin:0;
  padding:0;
  counter-reset: li;
}
.book-nav li{
  display:inline-block;
  font-size:18px; 
  position:relative;
  padding-left:40px;
  padding-right:50px;
  padding-bottom:15px;
  padding-top:15px;
}
.book-nav li.active{
  border-bottom:4px solid #5eb6b6;
  font-weight:500;
}
.book-nav li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 12px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  color: #bbb;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  height: 27px;
  line-height:27px;
  width: 27px;
  font-size:14px;
}
.book-nav li.active:before{
  color: #fff;
  background: #5eb6b6;
}

#booking-engine .booking-form input{
  width:100%;
  padding:9px;
  border:1px solid #ddd;
  border-radius:0;
  height:auto;
}
#booking-engine .input-group-addon:first-child, #booking-engine .input-group-addon:last-child{
  border-radius:0;
}
.booking-form .ui-select {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  width: 100%;
  height: auto;
  border: 1px solid #cbd5dd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.booking-form .ui-select > select{
  z-index: 99;
  display: block;
  position: relative;
  padding: 8px 15px 8px 10px;
  border: none;
  outline: 0;
  background: 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-indent: .01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width:120%;
}

.booking-form .ui-select:after {
  z-index: 0;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #cbd5dd;
  width: 0;
  margin-top: -3px;
  height: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.booking-form  .btn-submit{
  background:#007682;
  border-color:#007682;
  color:#fff;
}


.item-room{
  padding:20px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-room.active, .item-room:hover{
  background:#f0f0f0;
}
.item-room img{
  max-width:110px;
  float:left;
  margin-right:15px;
}
.item-room p{
  margin-bottom:10px;
}
.item-room p:last-child{
  margin-bottom:0;
}
.item-room .btn{
  background:#13989e;
  font-weight:400;
  color:#fff;
  padding:7px 30px;
}
#booking-engine .owl-prev, #booking-engine .owl-next{
  margin-top:-30px;
  width:60px;
  height:60px;
}
#booking-engine .owl-prev{
  left:0;
  background:url(images/prev.png) 50% 50% no-repeat;
}
#booking-engine .owl-next{
  right:0;
  background:url(images/next.png) 50% 50% no-repeat;
}
#booking-engine .owl-controls {
  margin-top: -27px;
  text-align: center;
  z-index:9999;
}
#booking-engine .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#booking-engine .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: .95;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #fff;
  background:transparent;
}

#booking-engine .owl-controls .owl-page.active span,
#booking-engine .owl-controls.clickable .owl-page:hover span{
	opacity: .95;
  background: #fff;
}

/* TABS */
.nav-tabs,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border:none;}
.nav-tabs > li.active > a{color:#000;}
.nav-tabs > li{margin-bottom:-2px;}
.nav-tabs > li > a{border-radius:0; padding:12px 20px; border:none; color:#bbb; font-weight:400;}
.nav-tabs > li > a:hover{border:none; background:transparent; color:#000;}




/* -------------------------------------
   BOOKING PAGINATION
----------------------------------------*/
.booking-pagination .btn{
  background:#007682;
  color:#fff;
  font-weight:500;
}


/* -------------------------------------
   FOOTER
----------------------------------------*/

.contact .google-map{
  min-height:500px;
  width:100%;
}
.address{
	
}
.address:last-child{
	border-right:none;

}
.address-phone{
	float: left;
    border-right: 1px solid #000;
    padding: 20px 5% 20px 5%;
    text-align: right;
}
.address-fax{
	float:left;

	padding:20px 5% 20px 5%;
}
.contact i{
  display:block;
  width:36px;
  height:36px;
  line-height:36px;
  text-align:center;
  border:1px solid rgba(0,0,0,.1);
  border-radius:50%;
  float:left;
  margin-right:15px;
}
.contact p{overflow:hidden;}


.contact-item{padding:4vw;}
ul.contact-list{list-style:none; padding:0;}
.contact-list span{color: #999;}
.contact-list li{margin-bottom:20px; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.contact-list li i{border:1px solid #ffb821;}
.contact-list li img{
	width: 25px;
    height: 25px;
    margin-right: 20px;
    float: left;
}
.contact-form{margin-top:40px;}
.contact-form:before, .contact-form:after {
  content: " ";
  display: table;
}
.contact-form:after {
  clear: both;
}
.contact-form .form-group {
  position: relative;
  margin-bottom:25px;
}
.contact-form .form-group .fa {
  background-color: #fff;
  font-size: 15px;
  margin-top: -7px;
  position: absolute;
  left: 30px;
  top: 50%;
  color:#ddd;
}
.contact-form .form-group.message .fa{
  top:20px !important;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
  border-radius: 0;
  outline: none;
  padding: 1vw 0;
  width: 100%;
  height:auto;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
}
.contact-form textarea {
  min-height: 172px;
}
.contact-buttons {
  margin-top: 20px;
  text-align: right;
}
.contact-buttons.text-left {
  text-align: left;
}
.form-label {
	font-size: 12px;
	color: #5e9bfc;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
#contact .form-control {
	height: 45px;
	border-radius: 0;
	border-color: #eee;
  border-width: 1px 1px 1px 1px;
  border-style: none none solid none;
  box-shadow: none;
  background:#fff;
}
#contact .form-control:focus {
	box-shadow: none;
	border-color: #ffb821;
}



/* -------------------------------------
   FOOTER
----------------------------------------*/
footer{
  background:rgba(130,108,68,1);
  padding:50px 0 80px 0;
  font-size:14px;
  color:rgba(255,255,255,.45);
}
.brands{margin-left:-15px; margin-right:-15px; text-align:center;}
.brand-item{
  width: calc(20% - 7px);
  margin: 1px;
  padding:15px;
  display: inline-block;
  vertical-align: top;
  text-align:center;
}
footer #ornamen{text-align:center;}
footer #ornamen img{
	padding-bottom:20px;
}
footer a{color:#fff !important; }
footer .list-nav a {padding-top:0 !important; padding-bottom:5px !important;}
/*footer .list-nav li a:before{content:"- ";}*/
footer a:hover{color:rgba(255,255,255,.5) !important;}
footer h3{color:#fff; font-weight:300;} 
footer .widget{color:#fff; margin-bottom:2px;}
.footer-nav-container{
  border:1px solid rgba(255,255,255,.3);
  border-width:1px 0;
  overflow:hidden;
  margin:20px 0 40px 0;
  width: 100%;
  clear: both;
}
.footer-nav ul{
  margin:0;
  padding:0;
  text-transform:uppercase;
}
.footer-nav ul li{
  margin: 20px 15px;
  list-style:none;
  display:inline-block;
  font-weight:600;
}
.footer-nav ul li:first-child{
  margin-left:0;
}
.footer-nav ul li:first-child:before{
  display:none;
}
footer p{ margin:5px 0}

footer .phone{
  font-size:25px;
  line-height:40px;
  padding:0;
}
footer .phone i{
  display:inline-block;
  width:40px;
  height:40px;
  border:1px solid rgba(0,0,0,.1);
  float:left;
  margin-right:10px;
  border-radius:50%;
  background:url(images/icon-phone.png) 50% 50% no-repeat;
}
footer .contact{
  overflow:auto;
  border-bottom:1px solid rgba(0,0,0,.1);
  padding-bottom:20px;
  margin-bottom:20px;
}
footer .newsletter{
  margin-bottom:20px;
}
footer .newsletter input{
  padding:10px;
  background:#fff;
  border:1px solid #fff;
}
footer .newsletter .text{
  min-width:100%;
  color:#000;
}
footer .newsletter .submit{
  background:url(images/arrow-submit.png) 15px 50% no-repeat #967b48;
  min-width:112px;
  border:1px solid #967b48;
  position:absolute;
  right:15px;
  text-indent:20px;
}
footer .newsletter label{
  font-size:18px;
  font-weight:300;
  margin-bottom:20px;
}
footer h5{
  font-size:14px;
  text-transform:uppercase;
  margin:0 0 20px;
  font-weight:600;
  color:#fff;
  letter-spacing:1px;
}
footer hr{ border-color: rgba(255,255,255,.1); margin-top:20px; margin-bottom:30px;}


/* social media */
footer .social ul{
  margin:0;
  padding:0;
}
footer .social li{
  display:inline-block;
  list-style:none;
  margin:0 2px;
}
footer .social li:first-child{
  margin-left:0;
}
footer .social li:last-child{
  margin-right:0;
}
footer .social li a{
	width:32px;
	height:32px;
	font-size:14px;
	color:#fff !important;
	display:block;
}
footer .social li a i{
  border-radius: 50%;
  height:32px;
  text-align:center;
  line-height:32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	color:#fff;
}
footer .social li a:hover i.fa-facebook{
  color:#3b5998;
}
footer .social li a:hover i.fa-twitter{
  color:#00aced;
}
footer .social li a:hover i.fa-instagram{
  color:#517fa4;
}
footer .social li a:hover i.fa-tripadvisor{
	color:#589442;
}

/* COPYRIGHT */
footer .copyright{
  padding:10px 0;
  background:#fff;
  color:#826c44;
}
footer .copyright, footer .copyright a{
  color:#888 !important;
}
footer .back-to-top{
  text-align:right;
}



/* -------------------------------------
   SHARED
----------------------------------------*/
.share-item h4 a{color:#000;}
.share-item h4 a:hover{color:#888;}
.share {
    text-align: center;
    margin-top: 20px;
    float: left;
    padding-left: 0;
}
.shared span{
	float: left;
    color: #888;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-right: 20px;
    line-height: 35px;
}
.share li {
	display: inline-block;
	margin: 2px;
}
.share li a {
	display: block;
	width: 40px;
	color: #fff;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-radius: 0;
	padding: 6px 0;
	-webkit-transition: .025s all ease-in-out;
	transition: .025s all ease-in-out;
}
.share i.fa{color:#fff;}
.share li a:active {
	border-bottom: 0;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.025);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}
.share li.twitter a {
	background-color: #00aced;
	border-color: #0087ba;
}
.share li.twitter a:hover, .share li.twitter a:focus {
	background-color: #21c2ff;
	border-color: #00aced;
}
.share li.twitter a:active {
	background-color: #0087ba;
}
.share li.facebook a {
	background-color: #3b5998;
	border-color: #2d4373;
}
.share li.facebook a:hover, .share li.facebook a:focus {
	background-color: #4c70ba;
	border-color: #3b5998;
}
.share li.facebook a:active {
	background-color: #2d4373;
}
.share li.googleplus a {
	background-color: #cc3732;
	border-color: #a32c28;
}
.share li.googleplus a:hover, .share li.googleplus a:hover, .share li.googleplus a:focus {
	background-color: #d75e5a;
	border-color: #cc3732;
}
.share li.googleplus a:active {
	background-color: #a32c28;
}


/* BRANDS */
.brands ul{
  margin:40px 0 30px 0;
  padding:0;
  list-style:none;
}
.brands ul li{
  margin:0 15px;
  padding:0;
  list-style:none;
  display:inline-block;
}
.brands ul li a{
  display:block;
}
.brands ul li.nirmala-group a{
  width:94px;
  background:url(images/logo-nirmala-group.png) top center no-repeat;
}
.brands ul li.the-leaf-jimbaran a{
  width:80px;
  background:url(images/logo-the-leaf-jimbaran.png) top center no-repeat;
}
.brands ul li.the-coffee-story a{
  width:70px;
  background:url(images/logo-the-coffee-story.png) top center no-repeat;
}
.brands ul li a:hover{
  opacity:.6;
}


/* -------------------------------------
   PAGINATION
----------------------------------------*/

.wp-pagenavi {
  display:inline-block;
  position:relative;
	clear: both;
}
.wp-pagenavi:before{
  content: " ";
  display: inline-block;
  width: 50%;
  border-top: 1px solid #dcdcdc;
  margin-bottom:30px;
  margin-top:20px;
}
.wp-pagenavi .pages{
	float:left;
}
.wp-pagenavi .link{
  clear:both;
  display:block;
}


.wp-pagenavi a, .wp-pagenavi .current {
	text-decoration: none;
	padding: 9px 14px;
	margin: 2px;
	border:2px solid #dcdcdc;
  display:inline-block;
  color:#000;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color:#fff;
	border:2px solid #fd4040;
  display:inline-block;
  background:#fd4040;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



/* -------------------------------------
  FANCYBOX
----------------------------------------*/
.fancybox-close{
  position:fixed;
  top:15px;
  right:32px;
  background:url(images/fancybox-close.png) 50% 50% no-repeat;
  opacity:.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-close:hover{
  opacity:1;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial;
}
.fancybox-nav span{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:0;
}
.fancybox-prev span{
  background: url(images/prev.png) 50% 50% no-repeat;
  margin-left:-40px;
}
.fancybox-next span{
  background: url(images/next.png) 50% 50% no-repeat;
  margin-right:-40px;
}
.fancybox-nav.fancybox-prev:hover span, .fancybox-nav.fancybox-next:hover span{
  opacity:1;
}
.fancybox-skin{background:transparent;}
.fancybox-error{color:rgba(255,255,255,.5); text-align:center;}


 
/* -------------------------------------
  MISC
----------------------------------------*/
/* SHARE THIS */
.share-this label{float:left; line-height:44px; display:inline-block; padding: 0 20px; background:#cba55c; color:#fff; font-weight:normal;}
.st_facebook_custom, .st_twitter_custom, .st_googleplus_custom, .st_pinterest_custom, .st_email_custom{
  display:inline-block;
  border:1px solid #cba55c;
  width:44px;
  height:44px;
  line-height:44px;
  text-align:center;
  cursor:pointer;
  color:#333;
  margin-left:-1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float:left;
  font-size:18px;
}
.st_facebook_custom:hover, .st_twitter_custom:hover, .st_googleplus_custom:hover, .st_pinterest_custom:hover, .st_email_custom:hover{
  background:#cba55c;
  color:#fff;
}


/* OVERLAY */
.overlay{position:relative; z-index:2;}
.overlay:after{content:'';position:absolute;left:0;top:0;width:100%;height:100%; background:rgba(0,0,0,.7)}


/* COLUMN */
.half-sq-equal-wrapper{display: -webkit-flex; display: flex; clear:both; flex-flow: row wrap; justify-content: space-around;}
.half-sq-equal{width:50%;position:relative;}
.half-sq-equal.content{padding:5vw;}
.half-sq-equal .carousel{position:absolute; width:100%; height:100%; top:0; left:0;}
.half-sq-equal .carousel-inner, .half-sq-equal .carousel .item{width:100%; height:100%;}
.half-sq-equal .carousel .item > div{background-size:cover !important; height:100%;}

/* BACKGROUND */
.bg-red{background-color:#ee3737 !important}
.bg-green{background-color:#74c63e !important}
.bg-blue{background-color:#0ab3ea !important}
.bg-black{background-color:#000 !important}
.bg-black-transparent{background-color:rgba(0,0,0,.5) !important}
.bg-white{background-color:#fff !important}
.bg-white-transparent{background-color:rgba(255,255,255,.9) !important}
.bg-none{background-color:transparent !important}
.bg-grey{background-color:#f0f0f0; !important}
.bg-light-grey{background-color:rgba(0,0,0,.02); !important}
.bg-gold{background-color:#cba55c; !important}
.bg-light-gold{background-color:#f5f2eb; !important}
.bg-pattern{background-image:url(images/bg-pattern.png) !important;}
.bg-blur-1{background-image:url(images/bg-blur-1.jpg); background-size:cover;}
.bg-blur-2{background-image:url(images/bg-blur-2.jpg); background-size:cover;}
.bg-blur-3{background-image:url(images/bg-blur-3.jpg); background-size:cover;}
.bg-fixed{background-attachment:fixed !important}
.bg-cover{background-size:cover !important; background-position:50% 50% !important;}
.bg-purple{background-color:#3f0b39 !important}
.bg-image{background:url(images/bg-open-daily.jpg) no-repeat;}

/* BORDER */
.border-gold{border:1px solid #c3955b !important}
.border-red{border:1px solid #ee3737 !important}
.border-green{border:1px solid #74c63e !important}
.border-blue{border:1px solid #0ab3ea !important}
.border-black{border:1px solid #000 !important}
.border-white{border:1px solid #fff !important}
.border-white-transparent{border:1px solid rgba(255,255,255,.5) !important}
.border-grey{border:1px solid #ccc !important;}
.border-light-grey{border:1px solid rgba(0,0,0,.02) !important;}
.border-none{border:none;}

/* TEXT */
.text-red{color:#ee3737 !important}
.text-green{color:#74c63e !important}
.text-blue{color:#0ab3ea !important}
.text-gold{color:#c3955b !important}
.text-black{color:#000 !important}
.text-white{color:#fff !important}
.text-uppercase{text-transform:uppercase;}
.text-bold{font-weight:bold !important;}
.text-shadow-blur{text-shadow:1px 1px 20px #000}
.text-purple{color: rgba(255,255,255,.5) !important;}


/* LIST STYLE */
ul.no-bullet-list, ul.features-list{
  margin:0;
  padding:0;
}
ul.no-bullet-list li{
  list-style:none;
  margin-bottom:10px;
}
ul.features-list li{
  list-style:none;
  padding:0 0 10px 30px;
}
ul.features-list li:before{
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: -24px;
  display: table;
  float: left;
  color:#cba55c;
}


/* BORDER RADIUS */
.rounded{border-radius:50%;}
.corner-smooth{border-radius:3px;}
.corner-sharp{border-radius:0;}

/*margin*/
.no-margin{margin:0 !important;}
.margin-10{  margin:10px !important;}
.margin-20{  margin:20px !important;}
.margin-30{  margin:30px !important;}
.margin-40{  margin:40px !important;}
.margin-50{  margin:50px !important;}
.margin-60{  margin:60px !important;}

.no-margin-top{  margin-top:0 !important;}
.margin-top-10{  margin-top:10px !important;}
.margin-top-20{  margin-top:20px !important;}
.margin-top-30{  margin-top:30px !important;}
.margin-top-40{  margin-top:40px !important;}
.margin-top-50{  margin-top:50px !important;}
.margin-top-60{  margin-top:60px !important;}

.no-margin-right{  margin-right:0 !important;}
.margin-right-10{  margin-right:10px !important;}
.margin-right-20{  margin-right:20px !important;}
.margin-right-30{  margin-right:30px !important;}
.margin-right-40{  margin-right:40px !important;}
.margin-right-50{  margin-right:50px !important;}
.margin-right-60{  margin-right:60px !important;}

.no-margin-bottom{  margin-bottom:0 !important;}
.margin-bottom-10{  margin-bottom:10px !important;}
.margin-bottom-20{  margin-bottom:20px !important;}
.margin-bottom-30{  margin-bottom:30px !important;}
.margin-bottom-40{  margin-bottom:40px !important;}
.margin-bottom-50{  margin-bottom:50px !important;}
.margin-bottom-60{  margin-bottom:60px !important;}

.no-margin-left{  margin-left:0 !important;}
.margin-left-10{  margin-left:10px !important;}
.margin-left-20{  margin-left:20px !important;}
.margin-left-30{  margin-left:30px !important;}
.margin-left-40{  margin-left:40px !important;}
.margin-left-50{  margin-left:50px !important;}
.margin-left-60{  margin-left:60px !important;}

/*padding*/
.no-padding{padding:0 !important;}
.no-padding-top{  padding-top:0 !important;}
.padding-top-10{  padding-top:10px !important;}
.padding-top-20{  padding-top:20px !important;}
.padding-top-30{  padding-top:30px !important;}
.padding-top-40{  padding-top:40px !important;}
.padding-top-50{  padding-top:50px !important;}
.padding-top-60{  padding-top:60px !important;}
.padding-top-70{  padding-top:70px !important;}
.padding-top-80{  padding-top:80px !important;}
.padding-top-90{  padding-top:90px !important;}
.padding-top-100{  padding-top:100px !important;}
.padding-top-110{  padding-top:110px !important;}
.padding-top-120{  padding-top:120px !important;}
.padding-top-130{  padding-top:130px !important;}
.padding-top-140{  padding-top:140px !important;}
.padding-top-150{  padding-top:150px !important;}
.padding-top-260{  padding-top:260px !important;}

.no-padding-right{  padding-right:0 !important;}
.padding-right-10{  padding-right:10px !important;}
.padding-right-20{  padding-right:20px !important;}
.padding-right-30{  padding-right:30px !important;}
.padding-right-40{  padding-right:40px !important;}
.padding-right-50{  padding-right:50px !important;}
.padding-right-60{  padding-right:60px !important;}

.no-padding-bottom{  padding-bottom:0 !important;}
.padding-bottom-10{  padding-bottom:10px !important;}
.padding-bottom-20{  padding-bottom:20px !important;}
.padding-bottom-30{  padding-bottom:30px !important;}
.padding-bottom-40{  padding-bottom:40px !important;}
.padding-bottom-50{  padding-bottom:50px !important;}
.padding-bottom-60{  padding-bottom:60px !important;}
.padding-bottom-70{  padding-bottom:70px !important;}
.padding-bottom-80{  padding-bottom:80px !important;}
.padding-bottom-90{  padding-bottom:90px !important;}
.padding-bottom-100{  padding-bottom:100px !important;}
.padding-bottom-110{  padding-bottom:110px !important;}
.padding-bottom-120{  padding-bottom:120px !important;}
.padding-bottom-130{  padding-bottom:130px !important;}
.padding-bottom-140{  padding-bottom:140px !important;}
.padding-bottom-150{  padding-bottom:150px !important;}
.padding-bottom-260{  padding-bottom:260px !important;}

.no-padding-left{  padding-left:0 !important;}
.padding-left-10{  padding-left:10px !important;}
.padding-left-20{  padding-left:20px !important;}
.padding-left-30{  padding-left:30px !important;}
.padding-left-40{  padding-left:40px !important;}
.padding-left-50{  padding-left:50px !important;}
.padding-left-60{  padding-left:60px !important;}

.padding-10{  padding:10px !important;}
.padding-15{  padding:15px !important;}
.padding-20{  padding:20px !important;}
.padding-30{  padding:30px !important;}
.padding-40{  padding:40px !important;}
.padding-50{  padding:50px !important;}
.padding-60{  padding:60px !important;}

.margin-center{float:inherit; margin:0 auto}

/* IMAGE */
.img-full{
  width:100%;
  height:auto;
}

/* CONTAINER */
.fluid-container{
  width:90%;
  margin:0 auto;
  overflow:hidden;
}

.inline{display:inline-block; float:none; margin-left:-2px; margin-right:-1px; vertical-align:top;}




/* FORM */

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 11px;
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
}
#contact span.wpcf7-not-valid-tip {margin-top:15px;}
.wpcf7-form .input-group, .wpcf7-form-control-wrap {
    position: initial;
}
/*
form.wpcf7-form label, #commentform label{
	font-weight:500;
  display:block;
}
form.wpcf7-form input.wpcf7-text, #commentform #author, #commentform #email, #commentform #url{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	line-height: 1.8em;
	margin: 0;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
}
#commentform #author, #commentform #email, #commentform #url{width:65%;}
form.wpcf7-form input[type="radio"], form.wpcf7-form input[type="checkbox"]{
	margin: 0 0 20px 0;
}
form.wpcf7-form textarea, #commentform #comment{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 212px;
	z-index: 10;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
	position: relative;
}
form.wpcf7-form .wpcf7-submit, #commentform #submit{
  background: #008a9f !important;
  font-size:14px;
  border: #008a9f !important;
  color:#fff;
}
div.wpcf7-response-output{
  margin:0 0 20px 0;
}
#commentform #submit{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 8px 25px;
}

*/

/* LIST NAVIGATION*/
.list-nav{
	margin:0;
	padding:0;	
}
.list-nav li{
	list-style:none;
}
.list-nav li a{
  color:#444;
  padding:5px 0;
  display:block;
  font-size:14px;
}
.list-nav li:first-child a{
  padding-top:0;
}
.list-nav li a:hover{
  color:#000;
}

/* WIDGET */
.widget{
  margin-bottom:30px;
}
.widget h4{
  font-size:18px;
  font-weight:600;
  color:#000;
  margin-top:0;
}
.widget .list-nav li:first-child a{
  padding-top:0;
}
.widget .list-nav li a{
  padding: 10px 0;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.widget .list-nav li a:before{
  content:"";
  width:6px;
  height:6px;
  margin-right:10px;
  display:block;
  display:inline-block;
  background:rgba(0,0,0,.2);
}
.widget .list-nav li a span{
  float:right;
}


/* MODAL BOX */
.modal-header{padding:25px;}
.modal-body{padding:35px;}
.modal-content{border-radius:3px;}

/* TABLE */
.table.thead-blue thead{
  background:#21c2f8;
  color:#fff;
  font-weight:700;
}
.table.thead-blue > thead > tr > th{
  border-color:#21c2f8;
}


/* BUTTON */
.btn{
  border-radius: 0px;
  background: transparent;
  text-decoration: none;
  padding: 10px 30px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn.btn-dark{
  color:rgba(255,255,255,.75);
  background:rgba(0,0,0,.75);
}
.btn.btn-light{
  color:rgba(0,0,0,.75);
  background:rgba(255,255,255,.75);
}
.btn.btn-gold{
  color:#fff;
  background:#cba55c;
  border-color:#cba55c;
}
.btn.border-dark{
  border:1px solid rgba(0,0,0,.75);
  background:transparent;
  color:rgba(0,0,0,.75);
}
.btn.border-light{
  border:1px solid rgba(255,255,255,.75);
  background:transparent;
  color:rgba(255,255,255,.75);
}
.btn-lg{padding: 15px 40px; font-size:18px;}
.btn-sm{padding: 5px 20px; font-size:13px;}
.btn:hover, .btn.border:hover{color:#fff; background:#cba55c !important; border-color:#cba55c;}
.btn-arrow-thin{}
.btn-arrow-thin:after{
  font-family: FontAwesome;
  content: "\f178";
  color: #0ab3ea;
  margin-left:10px;
}

/* TEXT */
.uppercase{text-transform:uppercase;}
.red-text{color:}
.text-left{text-align:left !important}
.text-right{text-align:right !important}
.text-center{text-align:center !important}
.text-justify{text-align:justify !important}


/* IMAGE HOVER */
figure{
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position:relative;
  overflow: hidden;
}
figure a > img{
  width:100%;
  height:auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transform: scale(1.02);
  /* Webkit: Scale up image to 1.2x original size; */
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
}
figure:hover{background:rgba(0,0,0,1);}
figure a:hover > img{
  opacity:.5;
  -webkit-transform: scale(1.1);
  /* Webkit: Scale up image to 1.2x original size; */
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
figure a{display:block}
figure figcaption.text-middle{
  position:absolute;
  left:0;
  top:0;
  padding-top:27%;
  color:#fff;
  text-align:center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.1);
  text-shadow: 0px 1px 2px rgba(0,0,0,.5);
}
figure figcaption span{
  display:block;
}
figure .url {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin: -21px 0 0 -21px;
  border-radius: 50%;
  text-indent: -23em;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  font-style:normal;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}
figure:hover .url {
  visibility: visible;
  opacity: 1;
}
figure .url:before {
  /*content: url(images/watermark-the-leaf.png) !important;*/
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: fontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-variant: normal;
  text-indent: -3px !important;
  text-decoration: inherit;
  line-height: 50px;
  color: rgba(255,255,255,1);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
figure .caption{
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #FFF;
  width: 100%;
  min-height:15%;
  font-size: 14px;
  padding: 30px 20px;
  transition: all 0.5s ease 0s;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}


/* ARROW INSIDE */
.arrow-inside-top:before{
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.arrow-inside-bottom:before{
  content: "";
  border-bottom: 10px solid transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.arrow-inside-left:before{
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  z-index: 99;
}
.arrow-inside-right:before{
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  z-index: 99;
}


.arrow-right-gold{
	content:url(images/arrow-small-gold.png);
	padding-left:10px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
/* custom select box */

.dropdown button{
  background:transparent;
  border:1px solid #cba55c;
  padding: 3px 10px 7px 10px;
  color:#fff;
}
.dropdown-menu{
  min-width:100px;
  padding:0;
  margin:0;
  background:rgba(130,108,68,.85);
  border-radius: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu > li > a{
  padding: 5px 10px;
  background: #CBA55C;
  color:#fff;
}
.dropdown-menu > li > a:hover{color:#fff; background:#a78a53;}
.caret{margin-left:5px;}


/* SHARE THIS */
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient{
  height:22px !important;
}

.menu-slider{margin:0 -10px;}
.menu-slider .owl-item{padding:0 10px;}


/* ADDITIONAL */
.strong-form {
    padding: 0 !important;
}
#wpmtst-form .text{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#wpmtst-form input.error{
    background: #f9e5e6 none repeat scroll 0 0;
    border: 1px solid #e8aaad;
    color: #b50007;
}

#wpmtst_submit_testimonial{
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.75);
    color: rgba(0, 0, 0, 0.75);
    border-radius: 0;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;    
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#wpmtst_submit_testimonial:hover{
    background: #CBA55C none repeat scroll 0 0;
    border: 1px solid #CBA55C;
    color: #fff;
}

body.modal-open {
  overflow: hidden;
  position:fixed;
}
div.wpcf7-response-output{
  position:fixed;
  width:300px;
  min-height:160px;
  top:50%;
  left:50%;
  padding: 25px;
  text-align: center;
  margin-top:-85px !important;
  margin-left:-150px !important;
  background:#fff;
  box-shadow:0px 1px 5px rgba(0,0,0,.15);
  z-index:99999;
}
div.wpcf7-response-output:before{
  font-family:'fontAwesome';
  font-size:45px;
  display:block;
  clear:both;
  margin-bottom:15px;
}
div.wpcf7-validation-errors{background:#c3955b; color:#fff; border-color:#c3955b; font-family: 'Quicksand', sans-serif; font-size:16px; letter-spacing:-1px;}
div.wpcf7-validation-errors:before{content: "\f071";}
div.wpcf7-mail-sent-ok{background:#c3955b; color:#fff; border-color:#c3955b; font-family: 'Quicksand', sans-serif; font-size:16px; letter-spacing:-1px;}
div.wpcf7-mail-sent-ok:before{content: "\f05d";}
#response-trigger{position: fixed; top: 20px; right: 20px; color: #fff !important; padding: 12px 15px; font-size: 25px;}
#response-trigger i{color: #fff !important;}
.response-overlay{content:''; background:rgba(0,0,0,.75);width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999; display:none;}
.invalid .response-overlay, .sent .response-overlay, .failed .response-overlay{display:block !important; opacity:1 !important;}

.bootstrap-timepicker-widget table td a:hover{border-radius:2px; color:#333;}
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input { border-radius: 0; border: none; padding: 3px;}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before{border-top: 7px solid rgba(130,108,68,.85);}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {border-top: 6px solid rgba(130,108,68,.85);}



/* PAGINATION */
.pagination {
    clear:both;
    position:relative;
    font-size:14px;
    margin:20px 0 0 0;
}


.pagination span:first-child{
  border: none;
  clear: both;
  display: block;
  width: 100%;
  color: #000;
  margin-bottom:10px;
}
.pagination a, .pagination span.current {
    display:block;
    float:left;
    margin: 2px 5px 2px 5px;
    padding:6px 12px 5px 12px;
    text-decoration:none;
    width:auto;
    color:#8e8e8e;
}
.pagination a:hover{
    color:#360635;
}

.pagination .current{
    color: #360635 !important;
    font-weight: 600;
}
#about-image .owl-item img{width:100%; height:auto;}