/****** PLACE YOUR CUSTOM STYLES HERE ******/

iframe {
    border: none;
}

.white {
    color: #fff !important;
}
.green-light {
    color: rgba(180, 220, 60, 1);
}
.green-light-bold {
    font-size: 1.2em;
    color: rgba(180, 220, 60, 1);
    font-weight: 600;
}
.green-medium {
    color: rgba(158, 194, 52, 1);
}
.green-medium-bold {
    font-size: 1.2em;
    color: rgba(158, 194, 52, 1);
    font-weight: 600;
}
.green-dark {
    color: rgba(157,181, 42,1);
}
.green-dark-bold {
    font-size: 1.2em;
    color: rgba(138, 168, 45, 1);
    font-weight: 600;
}
.maroon {
    color:rgba(103, 59, 34,1);
}
.bg-primary h3,
.bg-primary p {
    color: #292929;
}
.bg-gray-220 {
    background: rgba(220,220,220,0.1);
}
.bg-gray-240 {
    background: rgba(240,240,240,1);
}
.left {
    float: left !important;
    text-align: left !important;
}
.right {
    float: right !important;
    right: 0;
}
.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight:600;
}
a, a:visited, a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 24px;
    font-family: "HelveticaNeueLtEx";
    color: #666;
    overflow-x: hidden;
    background-color: #fff;
}
p, span {
    font-weight: 400;
    margin-bottom: 12px;
}
ul {
    list-style: none;
}
.nav-container {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}
nav.transparent {
    background: none;
}
nav.absolute {
    position: absolute;
}
nav.fixed,
nav.absolute {
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    right: 0;
}
nav {
    background: #fff;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
}
nav.transparent .nav-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}
nav.transparent .menu > li > a,
nav.transparent .module.widget-handle i {
  opacity: 1;
  color: #fff;
}
.nav-bar {
    height: 72px;
    max-height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #ccc;
}
.nav-open {
    max-height: 10000px !important;
    height: auto !important;
}
.module.widget-handle {
    border: none !important;
    padding: 24px;
    cursor: pointer;
    position: relative;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 4px !important;
}
.module.widget-handle i {
    font-size: 26px;
    line-height: 74px;
    opacity: 0.5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.ti-menu:before {
	content: "\e68e";
	/*color: rgba(0,0,0,0.5);*/
}
.nav-bar .module, .nav-bar a {
    display: inline-block;
    height: 55px;
}
.nav-bar .module, .nav-bar .module-group {
    height: auto;
}
.module.right, .module-group.right {
    float: right;
}
.module-group {
    display: inline-block;
}
.menu {
    width: 100%;
    margin-top: 12px;
    font-family: "HelveticaNeueLtEx";
}
.menu > li {
    margin-right: 32px;
    float: left;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}
.menu li a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}
.menu li a:hover {
  opacity: 1 !important;
}
.menu > li:hover > ul {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}
.menu > li > ul {
    width: 260px;
    padding: 8px 0;
    background: rgba(41,41,41,0.5);
    position: absolute;
    z-index: 99;
    opacity: 0;
    background-color: rgba(172,196, 57,0.95);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -10px;
    right:-25px;
}
.menu > li > ul.wide {
    width: 320px;
}
.menu > li > ul > li {
    line-height: 24px;
    width: 100%;
    text-align: right;
    vertical-align: top;
    margin-right: 15px;
}
.menu > li > ul li a {
    color: #fff;
    height: auto;
    padding: 6px 24px;
}

nav ul {
    margin-bottom: 0;
}


.slides li img {
    max-width: 100%;
}
.background-image-holder.fadeIn > .background-image {
    min-height:800px !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    color: rgba(41,41,41,0.6);
    width:100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "HelveticaNeueThEx";
}
h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
    margin-bottom: 16px;
    margin-top: 0;
    padding: 0;
}
h2.uppercase {
    letter-spacing: 6px;
    margin-right: -10px;
}
h2 {
    font-size: 34px;
    line-height: 42px;
}
h3 {
    font-size: 24px;
    letter-spacing: 6px;
}
h4 {
    font-family: "HelveticaNeueEx";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top:30px;
    margin-bottom:12px;
}
h6.uppercase {
    font-family: "HelveticaNeueMdEx";
    font-weight: 400;
    letter-spacing: 2px;
}
.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 32px;
    z-index: 5000;
}
.logo img {
    height: 98px;
    margin-top:22px;
}
.logo h1 {
    position: relative;
    top: -10px;
    left: 0px;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    /*text-transform:uppercase;*/
    
    color: rgba(0, 176, 255, 1);
}
li .toggle-sub > ul {
    background-color: transparent;
}
.main-container {
    clear: both;
}
.fullscreen {
    height: 100vh;
}
.cover {
    margin: 0;
    padding: 0;
}
section, footer {
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}
.container {
    position: relative;
}
.feature {
    margin-bottom: 24px;
}
.feature.bordered {
    padding: 32px;
    border: 1px solid #ccc;
}
.feature.bordered.fullheight {
    height: 584px;
}
.sidebar-image-wrapper {
    height: 280px;
    padding: 4px;
    border: 1px solid #ccc;
}
.image-wrapper {
    height:100%;
    width:100%;
    overflow: hidden;
}
.sidebar-image {
    width: 100%;
    overflow: hidden;
}
.sidebar-image-wrapper.fullheight {
    height: 373px;    
}
.sidebar-image-wrapper.fullheight .image-wrapper {
    background-image: url('../images-home/kuta.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;    
}
.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.35;
    z-index: 3;
}
.content-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.content-wrapper hr {
    margin-top: -16px;
    margin-bottom: 42px;
    opacity:0.5;
}
.background-image-holder.fadeIn {
    opacity: 1;
}
.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #292929;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
}
.background-image-holder img {
  display: none;
}
.menu-list {
    line-height:1em;
}
.intro.btn {
    /*position: relative;*/
    bottom: -64px;
}
.btn.text-center, .text-center-xs {
    height: 50px;
    line-height: 48px;
    border: 2px solid rgba(158, 194, 52, 1);
    background: rgba(158, 194, 52, 1);
    color: #fff;
    max-width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center !important;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    padding-top: 5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 3px !important;
}
.btn.float-none {
    float: none;
    display: block;
}
.feature.feast {
    height: 100%;
    overflow: hidden;
}
.feature.feast img {
    object-fit: cover;
}
.feature h1.large {
    width: 100%;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0px !important;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}
.feature.bordered.book {
    height: 622px;
}
#bookRoomImage {
    background-image: url("../images-rooms/kemangi-bed-breakfast-kuta-lombok-accommodation-202-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 420px;
}
.form-email button[type="submit"] {
    position: relative;
    /*bottom: -74px;*/
}
.image-bg {
    min-height:500px;
}
.image-bg .container, .image-bg div[class*='col-'] {
    position: relative;
    z-index: 600;
}
.image-bg h1, .image-bg h2, .image-bg h3, .image-bg h4, .image-bg h5, .image-bg h6 {
    color: #ffffff;
}
.outlined img {
    padding: 4px;
    border: 1px solid #ccc;
}
.overlay-image-dark {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/overlay-gradient-dark.png);
    background-size: cover;
    opacity: 0.3;
    z-index: 3 !important;
}
.image-slider {
    position: relative;
}
.image-slider .slides {
    position: relative;
    overflow: hidden;
}
.cover.fullscreen .slides > li {
    height: 100vh;
}
.image-slider .slides li {
    position: relative;
}
.flex-direction-nav {
    position: absolute !important;
    top: 40% !important;
    width: 100% !important;
    height: 86px;
    width: 24px;
    z-index: 200 !important;
}
.flex-control-nav li a {
    background: none;
    border: 2px solid rgba(255,255,255,0.3);
    width: 10px;
    height: 10px;
}
.flex-direction-nav li {
    height: 0px !important;
}
.flex-direction-nav a {
    opacity: 1;
    text-shadow: none;
    color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
    top: 18px;
    height: 86px;
    width: 24px;
    opacity: 0.4;
}
.flex-direction-nav a.flex-prev {
    margin: 0 !important;
    padding: 0 !important;
    left: 24px;
    background-image: url(../images/arrow-prev.png) !important;
    background-repeat: no-repeat !important;
}
.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
    top: 18px;
    height: 86px;
    width: 24px;
    opacity: 0.4;
}
.flex-direction-nav a.flex-next {
    margin: 0 !important;
    padding: 0 !important;
    right: 24px;
    background-image: url(../images/arrow-next.png) !important;
    background-repeat: no-repeat !important;
}
.controls-inside .flex-control-nav li a {
    border-color: rgba(255,255,255,0.3);
}
.controls-inside .flex-control-nav li a.flex-active {
    border-color: rgba(255,255,255,0) !important;
    background: rgba(255,255,255,1)
}


#text-slider {
    background-position: top 50% left 50%;
    background-repeat: no-repeat;
}
.text-slider > .flex-direction-nav,
#text-slider > .flex-pauseplay {
    display: none;
}
.text-slider > .quote-text > .flexslider-fade > .flex-direction-nav {
    display: none;
}
.text-slider .flexslider-fade .flex-control-nav {
    position: absolute;
    top: 300px;
    width: 100%;
    text-align: center;
    margin: 0 0 0 -10px;
    transition: opacity 1s;
    transition-delay: 0.5s;
    transition-timing-function: ease;
}
#text-slider .flexslider-fade {
    margin-top: 32px;
}
.quote-text > .flexslider-fade {
    position: relative;
    display: inline-block;
    min-height: 240px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}
.quote-text > .flexslider-fade > .slides > li {
    display: none;
    opacity: 0;
    font-size: 1.4em !important;
    font-style: italic;
}
.quote-text > .flexslider-fade > .slides > li > p {
    font-size: 1.3em;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}
.quotes {
    display: block;
    position: relative;
    top: 0 !important;
    width: 100%;
    min-height: 500px;
    padding: 0;
    z-index: 500;
}
.quotes > .flex-viewport {
    top: 0;
    width: 100%;
    height: 500px !important;
    z-index: 500;
}
.quotes > .flex-direction-nav {
    opacity: 0 !important;
}
h3.quote-headline {
    font-family: 'HelveticaNeue' !important;
    display: block;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2em;
    font-size: 1.6em !important;
    line-height: 1.2em !important;
    font-weight: 400;
    text-align: center !important;
    letter-spacing: 1px !important;
    -ms-transform: scaleY(0.9);
    /* IE 9 */
    
    -webkit-transform: scaleY(0.9);
    /* Safari */
    
    transform: scaleY(0.9);
    text-transform: uppercase !important;
}
.quotes > .flexslider-fade > .flex-viewport > ul {
    position: absolute;
}
.quotes > .flexslider-fade > .flex-viewport > ul.slides {
    position: absolute;
    height: 100% !important;
    text-align: center;
}
.quote-text {
    font-family: 'HelveticaNeue' !important;
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    vertical-align: middle !important;
    text-align: center !important;
    text-shadow: none !important;
}
.quote-text > .slides > p {
    font-family: 'HelveticaNeue' !important;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 0px;
    font-size: 1.4em;
    line-height: 1.6em;
    margin-left: 10px;
    margin-right: 0px;
    letter-spacing: 0.02em;
    margin-top: 2.4em;
    margin-bottom: 0.8em !important;
    text-shadow: none;
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
}
.quote-author {
    float: right;
    font-style: normal;
}
.quote-author h6 {
    font-family: 'HelveticaNeue' !important;
    font-size: 0.9em;
    font-weight: 400 !important;
    line-height: 0.8em;
    text-align: right;
    -ms-transform: scaleY(1);
    /* IE 9 */
    
    -webkit-transform: scaleY(1);
    /* Safari */
    
    transform: scaleY(1);
    margin-top: 48px !important;
    margin-bottom: 12px !important;
}
.quote-author p {
    font-family: 'HelveticaNeue' !important;
    font-size: 0.9em;
    font-weight: 600 !important;
    line-height: 0.8em;
    color:#fff;
    text-align: right;
    text-transform: uppercase;
    -ms-transform: scaleY(1);
    /* IE 9 */
    
    -webkit-transform: scaleY(1);
    /* Safari */
    
    transform: scaleY(1);
    margin-top: 36px !important;
    margin-bottom: 0 !important;
    -webkit-margin-before: 0;
}
h2.page-title {
    font-family: 'HelveticaNeueUltLtEx';
    position: relative;
    top: 30%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 3em;
    line-height: 1em;
    color: #fff;
    z-index: 400;
    opacity: 1;
}
.menu-text .uppercase {
    margin-bottom: 0;
    font-weight: 600;
}
.flex-control-nav {
    top: 120%;
    transition: top 0.5s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}
.reserve-main {
    position: absolute;
    top: 120vh;
    width: 100%;
    text-align: center;
    margin-top: 0;
    z-index: 20;
    transition: top 0.5s;
    transition-delay: 0s;
    transition-timing-function: linear;
}
.map-holder {
    overflow: hidden;
    position: relative;
    min-height:410px;
    min-width: 410px;
}
.map-holder img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height:410px;
}
.footer-main {
    position: absolute;
    top: 120%;
    width: 100% !important;
    height: 45px;
    text-align: center;
    transition: top 0.5s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
    box-shadow: 0px -1px 3px rgba(100, 100, 100, 0.5) !important;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 60 !important;
}
.footer-main .tagline {
    position: absolute;
    top: -70px;
    height: 45px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    z-index: 80 !important;
    opacity: 1;
}
.footer-main .tagline h1 {
    font-family: "HelveticaNeueUltLtEx";
    position: relative;
    top: 0px;
    left: 0px;
    width:100%;
    font-size: 2em;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    color:rgba(255, 255, 255, 1);
}
.footerNav {
    position: relative;
    display: block;
}
.credits {
    position: absolute;
    width: auto;
    height: 24px;
    float: left;
    left: 32px;
    margin-top: 14px;
    z-index: 100;
    opacity: 0.6;
}
.credits h6 {
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}
a.creditLink {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.footer-scroll-down {
    position: absolute;
    top: 0px;
    height: 45px;
    width: 100%;
    text-align: center;
    z-index: 60 !important;
}
.scroll-down {
    margin-top: 12px;
    opacity: 0.5;
}
.copyright {
    position: absolute;
    width: auto;
    height: 24px;
    float: right;
    right: 32px;
    margin-top: 14px;
    z-index: 80;
    opacity: 0.6;
}
.copyright h6 {
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}
footer {
    min-height: 75vh;
}
.footer-1 {
    padding: 0;
    background-image: url(../images-home/dark.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.footer-1 .container {
        min-height:100vh;
    padding-top: 50px;
}
.footer .container .row .logo {
    width: 240px;
}
.footer-1 .contact {
    width:33%;
}
.footer-1 .logo {
    display: block;
    position: absolute;
    top: -10px;
    margin-bottom: 32px;
}
.footer-1 .logo-text {
    display: block;
    position: absolute;
    top: 140px;
    margin-bottom: 32px;
    margin-left: 10px;
}
.footer-1 p {
    color: #fff;
    line-height: 13px;
    margin-bottom: 10px;
}
.footer-1 .credits,
.footer-1 .copyright {
    color: #ccc;
}
.footer-1 .credits {
    text-align:left;
    top: 0px;
    left: 24px;
    width: 50%;
}
.footer-1 .copyright {
    text-align: right;
    top: -0px;
    right: 24px;
    width: 50%;
}

.footerNav h6,
.footerNav > ul {
    padding-left: 6px;
}
.footerNav .title {
    font-family: 'HelveticaNeueMdEx' !important;
    font-size: 1.076em;
    line-height: 24px;
    font-weight: 400;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding-left: 6px;
    margin-bottom: 10px;
}
.footerNav .title,
.footerNav > ul > li {
    list-style-type: none !important;
    line-height: 36px;
}
.footerNav .title,
.footerNav > ul > li a {
    font-family: 'HelveticaNeueLtEx';
    font-size: 0.923em;
    line-height: 18px;
    font-weight: 400;
    text-align: left !important;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3) !important;
}
.footerNav ul:last-child,
.footerNav p:last-child {
    margin-bottom: 0;
}
.footerNav hr {
    margin-bottom: 12px;
    width: 80%;
}
hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 24px 0;
    width: 100%;
}
.back-to-top {
    position: absolute;
    bottom: 24px;
    width: 100%;
    padding-bottom: 24px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.back-to-top > .btn {
    margin-left: auto !important;
    margin-right: auto !important;
}
.btn {
    font-family: "HelveticaNeueLtEx";
    border: 2px solid #333347;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #333347;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
    padding-top: 3px;
}
.btn:visited {
}
.bottom {
    position: absolute;
    width: 100%;
    left: 0;
    height: 40px;
    bottom: 0;
}
.bottom hr {
    opacity: 0.25;
    margin-bottom: 0;
}
.bottom > .credits,
.bottom > .copyright {
    opacity: 1;
    margin-top: 8px;
}
.btn-green,
.btn-green a,
.btn-green a:active,
.btn-green a:visited,
.btn-green a:hover,
.btn-green a:focus {
    color: rgba(158, 194, 52, 1) !important;
    /*color: rgba(103, 59, 34,1);*/
    /*border: 1px solid rgba(103, 59, 34,1);*/
    border-color: rgba(158, 194, 52, 1) !important;
    background-color: rgba(255, 255, 255, 1) !important;
}
.btn-green {
    border: 1px solid rgba(158, 194, 52, 1);
    /*border: 1px solid rgba(103, 59, 34,1);*/
    height: 40px;
    font-size: 12px;
    line-height: 36px;
}

.btn-blue,
.btn-blue a,
.btn-blue a:active,
.btn-blue a:visited,
.btn-blue a:hover,
.btn-blue a:focus {
    color: rgba(158, 194, 52, 1);
    /*color: rgba(103, 59, 34,1);*/
    /*border: 1px solid rgba(103, 59, 34,1);*/
    border-color: rgba(0, 180, 255, 1) !important;
    background-color: rgba(255, 255, 255, 1) !important;
}
.btn-blue {
    border: 1px solid rgba(158, 194, 52, 1);
    height: 40px;
    font-size: 12px;
    line-height: 36px;
}

input[type="text"], input[type="number"], input[type="password"], input[type="select"] {
    background: #f5f5f5 !important;
    color:#777 !important;
    border: none ;
    width: 100%;
    height: 50px !important;
    padding-left: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
    border-radius: 0 !important;
}
input[type="text"], button, textarea, select, input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777 !important;
    font-size: 13px;
}
::-webkit-select-placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777 !important;
    font-size: 13px;
}
input, button, select, textarea {
    font-family: "HelveticaNeueLtEx";
    font-size: 13px;
    line-height: 24px;
    color: rgb(125,125,125);
}
select {
    height: 50px;
    background: #f5f5f5;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.select-option {
    position: relative;
    cursor: pointer;
    /*height: 50px;*/
    overflow: hidden;
    margin-bottom: 24px;
}
.select-option i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 14px;
    margin-bottom: 24px;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
option:disabled, select[disabled] > option {
    color: #777 !important;
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select-option select {
    margin-bottom: 0;
}
.form-control.datepicker {
    position: relative;
    top:-24px;
}
input[type="submit"], button[type="submit"] {
    position:absolute;
    height: 50px;
    width: 279px;
    line-height: 48px;
    border: 2px solid rgba(158, 194, 52, 1);
    background: rgba(158, 194, 52, 1);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    border:none !important;
    outline:none !important;
    bottom: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
span.fa-calendar {
    display: inline-block;
    float: right;
}
.fa {
    font-size: 2em;
    z-index: 4;
    float: right;
    top: 12px;
    right: 10px;
    position: relative;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
    -webkit-text-fill-color: rgb(125,125,125) !important;
}
.map-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.fullscreen-map {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    bottom: 0px;
}
.btn-map {
    height: 50px;
    line-height: 48px;
    border: 2px solid rgba(158, 194, 52, 1);
    background: rgba(158, 194, 52, 1);
    color: #fff;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
    padding-top: 3px !important;
}
a.btn-map,
a.btn-map:active,
a.btn-map:visited,
a.btn-map:focus,
a.btn-map:hover {
    border: 2px solid rgba(158, 194, 52, 1);
    background: rgba(158, 194, 52, 1);
    color: #fff;
}
.labels1 {
    position: absolute;
    color: #fff;
    background-color: transparent;
    font-family: "HelveticaNeueThEx";
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    visibility: visible;
}
.labels2 {
    position: absolute;
    color: #fff;
    background-color: transparent;
    font-family: "HelveticaNeueMdEx";
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    visibility: visible;
}
.menu-wrapper {
    position: relative;
    top: 120%;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.menu-title {
    position: relative;
    width: 70%;
    max-width:720px;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
    z-index: 200;
}
.menu-title h2 {
    font-family: "HelveticaNeueThEx";
    font-size: 32px;
    margin-bottom: 0px !important;
    text-align: center;
}
.menu-text-wrapper {
    height:70%;
    width: 70%;
    margin-left:auto;
    margin-right:auto;
    max-width:720px;
    padding-bottom:24px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #ccc;
    overflow: auto;
}
.menu-text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.menu-text p {
    font-family: "HelveticaNeueThEx";
}
.bordered.text-center {
    z-index: 200;
    overflow: hidden;
}
.menu-title h2,
.menu-text h1,
.menu-text h3,
.menu-text h6,
.menu-text p {
    color: #fff;
}
.menu-text h3 {
    font-size: 2em;
    line-height: 40px;
    letter-spacing: 1px;
    padding-top: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.menu-text h6 {
    font-family: "HelveticaNeueMdEx";
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.menu-text h6.blue-light {
    font-style: italic;
    font-size: 16px;
}
.feature.bordered h2 {
    font-family: "HelveticaNeueEx";
    background-color: rgba(180, 220, 60, 1);
    color: #fff;
    width: 100%;
    position: relative;
}

.image-holder {
    position: absolute;
    z-index: 100
}
.blur {
    height: 110%;
    width: 110%;
    margin-left: -5%;
    margin-top: -5%;
    -webkit-animation: blur 0.4s ease forwards;
    -moz-animation: blur 0.4s ease forwards;
    -ms-animation: blur 0.4s ease forwards;
    -o-animation: blur 0.4s ease forwards;
    animation: blur 0.4s ease forwards;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
.delay {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes blur {
    to {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}
@-moz-keyframes blur {
    to {
        -moz-filter: blur(10px);
        filter: blur(10px);
    }
}
@keyframes blur {
    to {
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        filter: blur(10px);
    }
}
.image-caption {
    position: absolute;
    top: 120%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 1000 !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.image-caption.caption {
    font-family: 'HelveticaNeueMdEx' !important;
    font-weight: 400;
    color: #fff !important;
    margin-left: 0px;
    font-size: 2em;
    line-height: 1.4em;
    text-align: center;
    opacity: 1 !important;
}
.overlay-copy {
    position: relative;
    opacity: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    top: 120%;
    transition: top 2s !important;
    transition-delay: 1s !important;
    transition-timing-function: ease;
    transition: opacity 0s !important;
    transition-delay: 0s !important;
    transition-timing-function: ease;
    z-index: 500;
}
.overlay-copy.fadeIn {
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
}
.fadeIn {
    opacity: 0;
}
.overlay-mask {
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url('../images/overlay-mask.png');
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 0;
    transition: opacity 0s !important;
    transition-delay: 0s !important;
    transition-timing-function: ease;
}

.overlay-gradient-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url('../images/overlay-gradient-dark.png');
    background-repeat: no-repeat;
    z-index: 3;
    opacity: 0.25;
}
.gallery-title {
    position:relative;
    right:32px;
    bottom:150px;
    float:right;
    z-index:200;
}
.gallery-title h3 {
    font-family: "HelveticaNeueLtEx";
    font-size:1.8em;
    letter-spacing:1px;
}
.flex-viewport {
    height: 100%;
    max-height: 100%;
}
.background-image-holder img {
    background-size: cover !important;
    background-position: 50% 50% !important;
    display: none;
}
.flex-control-nav {
    position: absolute !important;
    top: 100%;
    width: 100% !important;
    opacity: 1;
    z-index: 20;
}
.flex-control-thumbs {
    top: 120%;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    width: 100% !important;
    max-height: 80px;
    background-color: rgba(255, 255, 255, 1) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .35;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-top: -15%;
}
.flex-control-thumbs img.flex-active {
    opacity: 1;
}
.slider-thumb-controls .flex-control-thumbs {
    margin: 0;
    background-color: rgba(255, 255, 255, 1) !important;
}
.flex-pauseplay {
    display: none;
}
li.dropdown.open > ul.dropdown-menu > li.menu-divider {
    width: 100% !important;
}
.menu-divider {
    padding-bottom: 8px;
}
.menu-divider:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    height: 10px;
    display: block;
    width: 100%;
    content: '';
}
#guests, #form-submit.btn.btn-sm.btn-success {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.p0 {
    padding:0;
}
.mt0 {
    margin-top:0 !important;
}
.mt32 {
    margin-top:32px !important;
}
.mb0, .mb-xs-0 {
    margin-bottom: 0 !important;
}
.mb8 {
    margin-bottom: 8px;
}
.mb-xs-12 {
    margin-bottom: 12px !important;
}
.mb16, .mb-xs-16 {
    margin-bottom: 16px;
}
.mb24, .mb-xs-24 {
    margin-bottom: 24px;
}
.mb32 {
    margin-bottom: 32px;
}
.mb48 {
    margin-bottom: 48px;
}
.mb64 {
    margin-bottom: 64px;
}
.pt0 {
    padding-top:0;
}
.pb0 {
    padding-bottom:0;
}

@media (max-device-width: 740px) and (orientation: landscape) {
    .gallery-title {
        bottom:100px;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .feature.feast {

    }
    .feature.feast img {
        height: 298px;
    }
}
@media (min-width: 768px) {
    .feature.bordered.feast {
        height: 307px;
    }
    .sidebar-image-wrapper.fullheight {
        height: 307px;
    }
}
@media (min-width: 1040px) {
    .feature.bordered.feast {
        height: 307px;
    }
}
@media (min-width: 400px) {
    .feature.bordered.book {
        height: 580px;
    }
}
@media (min-width: 769px) {
    .feature.bordered.book {
        height: 622px;
    }
}

@media (min-width: 400px) and (orientation: portrait) {
    .feature.bordered h2 {
        font-size: 1.4em;
        line-height: 1.2em;
        letter-spacing: 2px;
        padding-top: 22px;
        padding-bottom: 16px;
    }
    button[type="submit"] {
        bottom: 2px;
    }
}
@media (max-width: 990px) {
    .logo {
        left: 16px;
    }
}
@media (max-width: 768px) {
    .logo h1 {
        opacity: 0;
    }
}
@media (max-width: 760px) {
    .feature.bordered.fullheight {
        height: 400px;
    }
    p {
        margin-bottom: 12px;
    }
    .intro.btn {
        bottom: 10px;
    }
}
@media (max-width: 400px) and (orientation: landscape) {
    .feature.bordered.fullheight {
        height: 380px;
    }
}
@media (max-width: 580px) and (orientation: landscape) {
    .feature.bordered.fullheight {
        height: 390px;
    }
}
@media (max-width: 768px) and (orientation: portrait) {
    .feature.bordered.fullheight {
        height: 484px;
    }
    .sidebar-image {
        height: 225px;
    }
    .footer-main .tagline h1 {
        font-size: 1.6em;
    }
    .intro.btn {
        bottom: -24px;
    }
    button[type="submit"] {
        bottom: 24px;
    }
    .feature.bordered h2 {
        font-size: 1.1em;
        line-height: 1.4em;
        letter-spacing: 2px;
        padding: 14px;
    }
    .sidebar-image-wrapper {
        height: 230px;
    }
    h3, .gallery-title h3 {
        font-size: 1.5em;
    }
    .mb32 {
        margin-bottom: 24px;
    }
    .sidebar-image-wrapper.fullheight {
        height: 232px;
    }
    .feature.bordered.feast {
        height: 233px;
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
    .intro.btn {
        bottom: -24px;
    }
    .footer-main .tagline h1 {
        font-size: 1.6em;
    }
    .feature.bordered h2 {
        font-size: 1.4em;
        line-height: 1.2em;
        letter-spacing: 2px;
        padding: 14px;
    }
    h3, .gallery-title h3 {
        font-size: 24px;
        letter-spacing: 6px;
    }
    .sidebar-image-wrapper.fullheight {
        height: 306px;
    }
}
@media (max-width: 580px) and (orientation: landscape) {
    .intro.btn {
        bottom: 50px;
    }
}
@media (max-width: 568px) and (orientation: landscape) {
    .intro.btn {
        bottom: 30px;
    }
}
@media (max-width: 480px) and (orientation: landscape) {
    .intro.btn {
        bottom: 40px;
    }
}
@media (max-width: 1040px) and (orientation: portrait) {
    .feature h1.large {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px;
        letter-spacing: 0px !important;
    }
}
@media (max-width: 760px) {
    .logo img {
        height: 78px;
        margin-top: 22px;
        margin-left: 12px;
    }
    .feature h1.large {
        font-size: 2.4em;
        line-height: 1.4em;
    }
    h3, .gallery-title h3 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }
}
/*   SETTING FOR iPHONE 6+   */
@media (max-device-width: 480px) and (orientation: portrait) {
    .logo img {
        height: 78px;
        margin-top: 22px;
        margin-left: 12px;
    }
    .feature h1.large {
        font-size: 2.4em;
        line-height: 1.2em;
    }
    .footer-1 .credits {
        position: relative;
        float: none;
        top: 0px;
        left: 0;
        width: 100%;
    }
    .footer-1 .copyright {
        position: relative;
        float: none;
        top: -10px;
        right: 0;
        width: 100%;
    }
    .footerNav .title,
    .footerNav > ul > li {
        padding-left: 0 !important;
    }
    .footerNav > ul > li a {
        margin-left: -6px;
    }
    .menus,
    .galleries {
        max-width: 45%;
        margin-top:80px;
    }
    .menu-title h2 {
        font-size: 24px;
        margin-top: 0;
    }
    .footerNav h6.title,
    .footerNav .title ul {
        padding-left: 0 !important;
    }
    .footer-1 > .logo-text {
        top: 50px;
        margin-left: 160px;
    }
    .sidebar-image-wrapper {
        margin-bottom: 24px;
    }
    .feature.bordered.feast {
        height: 253px;
    }
    .mt-xs-32 {
        margin-top:32px !important;
    }
    .back-to-top {
        padding-bottom: 44px;
    }
    .bottom {
        height: 70px;
    }
    .footer-main .credits, .footer-1 .credits {
        display: block;
        float:none;
        text-align: center;
        width:100%;
        left:0;
    }
    .footer-main .copyright, .footer-1 .copyright {
        display: block;
        float:none;
        text-align: center;
        width:100%;
        left:0;
    }
    .footer-main .credits h6 {
        margin-top: -10px;
    }
    .footer-main .copyright h6 {
        margin-top: 4px;
    }
    .footer-1 .credits h6 {
        line-height: 34px;
    }
}
/*   SETTING FOR iPHONE 6   */
@media (max-device-width: 400px) and (orientation: portrait) {
    .intro.btn {
        bottom: 20px;
    }
    .feature h1.large {
        font-size: 2em;
        line-height: 1.2em;
    }
    .feature.bordered.fullheight {
        height: 540px;
    }
    .feature.bordered h3 {
        font-size: 1.5em;
    }
    .menus, .galleries {
        max-width: 45%;
        margin-top: 60px;
    }
    .footer-1 .container {
        min-height:100vh;
        padding-left: 24px;
    }
    .footer-1 .contact {
        width: 100%;
        position: relative;
        top: -20px;
    }
    .footer-1 .logo-text {
        top: 12px;
        margin-left: 120px;
    }
    .footer-1 .menus, .footer-1 .galleries {
        display: block;
        position: relative;
        left: 16px;
        top: 40px;
        margin-bottom: 24px;
        width: 50%;
    }
    .feature.bordered.feast {
        height: 273px;
    }
    .back-to-top {
        padding-bottom: 44px;
    }
    .bottom {
        height: 70px;
    }
    .footer-main .credits, .footer-1 .credits {
        display: block;
        float:none;
        text-align: center;
        width:100%;
        left:0;
    }
    .footer-main .copyright, .footer-1 .copyright {
        display: block;
        float:none;
        text-align: center;
        width:100%;
        left:0;
    }
    .footer-main .credits h6 {
        margin-top: -10px;
    }
    .footer-main .copyright h6 {
        margin-top: 4px;
    }
    .footer-1 .credits h6 {
        line-height: 34px;
    }
}
/*   SETTING FOR iPHONE 5   */
@media (max-width: 320px) and (orientation: portrait) {
    .intro.btn {
        bottom: 44px;
    }
    .menu-list {
        line-height: 20px;
    }
    .feature h1.large {
        font-size: 1.6em;
        line-height: 1.2em;
    }
    .feature.bordered h3 {
        font-size: 1.4em;
    }
    .footer-1 .container {
        height: auto;
        padding-left: 14px;
    }
    .logo {
        left: 4px;
    }
    .footer-1 > .container > .row {
        display: grid;
    }
    .footer-1 .contact {
        width: 100%;
    }
    .col-sm-4.col-xs-4.menus{
        top:40px;
        width: 100%;
    }
    .col-sm-4.col-xs-4.galleries {
        top:0px;
        width: 100%;
    }
    .footer-1 .logo-text {
        top: 12px;
        margin-left: 100px;
    }
    .footerNav {
        width:300px;
    }
    .footer-1 > .container > .back-to-top {
        position: relative;
        bottom: 24px;
        width: 100%;
        padding-bottom: 54px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .bottom {
        height: 70px;
    }
    .footer-main .credits, .footer-1 .credits {
        display: block;
        float:none;
        text-align: center;
        width:100%;
        left:0;
    }
    .footer-main .copyright, .footer-1 .copyright {
        display: block;
        float:none;
        text-align: center;
        width:100%;
        left:0;
    }
    .footer-main .credits h6 {
        margin-top: -10px;
    }
    .footer-main .copyright h6 {
        margin-top: 4px;
    }
    .footer-1 .credits h6 {
        line-height: 34px;
    }
    .menu-wrapper {
        height: 90%;
    }
}
/*   SETTING FOR iPHONE 6+   */
@media (max-device-width: 760px) and (orientation: landscape) {
    .logo img {
        height: 78px;
        margin-top: 22px;
        margin-left: 12px;
    }
    .feature h1.large {
        font-size: 2.4em;
        line-height: 1.2em;
    }
    .footerNav .title,
    .footerNav > ul > li {
        padding-left: 0 !important;
    }
    .footerNav > ul > li a {
        margin-left: -6px;
    }
    .menus, .galleries {
        max-width: 45%;
        margin-top:0px;
    }
    .menu-title h2 {
        font-size: 24px;
        margin-top: 0;
    }
    .footerNav h6.title,
    .footerNav .title ul {
        padding-left: 0 !important;
    }
    .footer-1 > .logo-text {
        top: 50px;
        margin-left: 160px;
    }
    .footer-main .tagline {
        top: -110px;
    }
    .feature.bordered.feast {
        margin-top:24px;
    }
    .sidebar-image-wrapper {
        margin-top:24px;
    }
    .menu-text-wrapper {
        height: 50%;
    }
}
/*   SETTING FOR iPHONE 6   */
@media (max-device-width: 400px) and (orientation: landscape) {
    .intro.btn {
        bottom: 20px;
    }
    .feature h1.large {
        font-size: 2em;
        line-height: 1.2em;
    }
    .feature.bordered.fullheight {
        height: 540px;
    }
    .feature.bordered h3 {
        font-size: 1.8em;
    }
    .menus, .galleries {
        max-width: 45%;
        margin-top: 60px;
    }
    .footer-1 .logo-text {
        top: 50px;
        margin-left: 160px;
    }
    .feature.bordered h3 {
        font-size: 1.5em;
    }
    .menu-text-wrapper {
        height: 48%;
    }
    .menu-wrapper {
        top:80px !important;
    }
}
@media (min-width: 400px) {
    .form-email button[type="submit"] {
        position: relative;
        bottom: -10px;
    }
}
@media (max-device-width: 760px) and (min-device-width: 400px) and (orientation: portrait) {
    .menu-text {
        height: 68%;
        padding-top: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-direction-nav {
        display: none;
    }
    .footer-1 .container {
        height:100vh;
        padding-left: 24px;
    }
    .footer-1 .contact {
        width:100%;
    }
    .footer-1 .logo-text {
        top: 12px;
        margin-left: 120px;
    }
    .footer-1 .menus, .footer-1 .galleries {
        display: block;
        position: relative;
        left: 16px;
        top: 60px;
        margin-bottom: 24px;
        width:50%;
    }
}
@media (max-device-width: 760px) and (min-device-width: 400px) and (orientation: landscape) {
    .menu-text {
        height: 50%;
        padding-left: 4px;
        padding-right: 4px;
    }
    .feature.bordered.book {
        height: 600px;
    }
    .footer-1 .container {
        height:600px;
        padding-left:24px;
    }
    .col-xs-12 {
        width: 50%;
    }
    .footer-1 .logo-text {
        top: 120px;
    }
}
@media (max-width: 760px) and (orientation: portrait) {
}
@media (min-width: 768px) and (orientation: portrait) {
    .feature.bordered.book {
        height: 602px;
    }
    .form-email button[type="submit"] {
        bottom: -67px;
    }
}
@media (min-width: 769px) {
    .form-email button[type="submit"] {
        bottom: -96px;
    }
}
@media (min-width: 400px) {
    #text-slider {
        padding: 0;
    }
}
@media (min-width: 400px) {
    .quote-text > .flexslider-fade > .slides > li > p {
        font-size: 0.8em;
        line-height: 1.6em;
    }
}
@media (min-width: 400px) {
    .quote-text h1 {
        padding-bottom: 0;
    }
}
@media (max-width: 760px) and (orientation: landscape) {
    .reserve-main {
        text-align: right !important;
        right: 32px;
        margin-top: 56px;
    }
    .feature.feast img {
        width:100%;
    }
}
@media (min-width: 400px) {
    input[type="text"], select {
        height: 40px;
    }
}
@media (max-width: 768px) {
    .footer-main .tagline {
        opacity: 1;
    }
}
@media (max-width: 740px) {
    .footer-main .tagline h1 {
        font-size: 0.9em;
    }
}
@media (max-width: 740px) and (orientation: landscape) {
    .footer-main .tagline h1 {
        font-size: 1.4em;
        top: 40px;
    }
}
@media (max-width: 320px) {
    .footer-main .tagline h1 {
        font-size: 0.8em;
        letter-spacing: 0.5px;
    }
}
@media (max-width: 768px) {
    .credits {
        opacity: 1;
    }
}
@media (min-width: 768px) and (orientation: portrait) {
    .credits h6 {
        font-size: 0.7em;
        letter-spacing: 0px;
    }
}
@media (max-width: 768px) {
    .footer-scroll-down {
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .copyright {
        opacity: 1;
    }
}
@media (min-width: 768px) and (orientation: portrait) {
    .copyright {
        margin-top: 14px;
    }
}
@media (min-width: 768px) and (orientation: portrait) {
    .copyright h6 {
        font-size: 0.7em;
        letter-spacing: 0px;
    }
}
@media (max-width: 568px) and (orientation: portrait) {
    .copyright h6 {
        font-size: 0.8em;
        letter-spacing: 0px;
    }
}
@media (max-width: 760px) and (orientation: portrait) {
    .container {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .feature.bordered {
        padding:0 !important;
        border: none !important;
    }
    .map-holder img {
        margin-left: -85%;
    }
}
@media (min-width: 768px) and (orientation: portrait) {
    .footer-1 {
        min-height: 100vh;
    }
}
@media (max-width: 990px) {
    .toggle-sub {
        outline: 1px solid rgba(255, 255, 255, 0.5);
        padding-right: 12px;
        background-color: rgba(255, 255, 255, 0.35);
    }
}
@media (max-width: 580px) {
    .menu-title h2 {
        font-size: 22px;
        margin-top: 0;
    }
}
@media (max-device-width: 680px) and (min-device-width: 360px) and (orientation: portrait) {
    .menu-text {
        height: 65%;
        padding-left: 4px;
        padding-right: 4px;
    }
    .footer-1 .container {
        min-height:100vh;
    }
}
@media (max-width: 760px) {
    .menu-text h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .menu-text h3 ~ h3 {
        padding-top: 24px;
    }
    .menu-text h6 {
        font-size: 12px;
        line-height: 20px;
    }
    p {
        font-size: 12px;
        line-height: 20px;
    }
    .menu-text h6.blue-light {
        font-style: italic;
        font-size: 14px;
    }
    .btn-blue {
        height: 30px;
        font-size: 10px;
        line-height: 25px;
    }
    .image-caption.caption {
        font-size: 1.2em;
        line-height: 1.4em;
    }
    .intro.btn {
        bottom: 10px;
    }
    .map-holder {
        min-height:20px;
    }
}
@media (max-width: 1100px) {
    .module.widget-handle {
        padding: 0 16px;
    }
}
@media (max-width: 990px) {
    .nav-bar .module-group {
        width: 100%;
        padding: 16px 0;
        background-color: rgba(158, 194, 52, 1);
        position: relative;
        margin-top: -15px;
    }
    .nav-bar, .nav-bar .module-group, .nav-bar .module {
        height: auto;
        overflow: hidden;
    }
    .menu a {
        height: auto;
        line-height: 24px;
        padding: 4px 0;
    }
    .mb-sm-24 {
        margin-bottom: 24px;
    }
}
@media (max-width: 768px) {
    .toggle-sub {
        outline: 1px solid rgba(255,255,255,0.5);
        padding-right: 12px;
        background-color: rgba(255,255,255,0.15);
        margin-bottom: 10px;
    }
    .toggle-sub > ul, .toggle-sub .mega-menu ul {
        display: block !important;
    }
    .menu {
        display: block;
        float: right;
        height: auto;
        width: 40%;
        padding-bottom: 36px;
    }
    .menu a {
        height: auto;
        line-height: 24px;
        padding: 4px 0;
    }
    .menu > li {
        position:relative;
        line-height: 24px;
        float: right;
        text-align: right;
        width: auto;
        right: 0px;
    }
    .menu > li > a:hover {
        /*color:rgba(0,0,0,0.5) !important;*/
    }
    .menu > li > ul {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: none;
        background-color: transparent;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
    }
    .menu > li ul {
        right: -5px;
    }
    li.menu {
        list-style-type: circle;
        text-indent: 0em;
        margin-left: 1em;
        margin-top: 0;
        display: list-item;
        line-height:20px;
    }
    nav.transparent .nav-open .menu > li > a, nav.transparent .nav-open .module.widget-handle i, nav.transparent .nav-open .nav-utility {
        color: #fff;
        width: 300px;
    }
    .nav-bar a {
        display: inline-block;
    }
    .nav-bar .module {
        padding: 0 16px;
        height: auto;
        overflow: hidden;
    }
    .nav-bar .module-group .module {
        display: block;
        float: right;
        right: 16px;
        text-align: left;
        width: 100%;
    }
}
@media (min-width:769px) {
    .module.widget-handle {
        display: none;
    }
}
/*   SETTING FOR iPHONE 5   */
@media (max-width: 568px) and (orientation: landscape) {
    .intro.btn {
        bottom: 44px;
    }
    .menu-list {
        line-height: 20px;
    }
    .feature h1.large {
        font-size: 1.6em;
        line-height: 1.2em;
    }
    .feature.bordered h3 {
        font-size: 1.4em;
    }
    .footer-1 .container {
        height:auto;
        padding-left:14px;
    }
    .logo {
        left: 4px;
    }
    .footer-1 .logo-text {
        top: 50px;
        margin-left: 130px;
    }
    .footer-1 > .container > .row {
        display: grid;
    }
    .footer-1 .contact {
        width: 100%;
        position: relative;
        top: -20px;
        left:12px;
    }
    .col-sm-4.col-xs-4.menus{
        top: 110px;
        width: 100%;
        position: relative;
        margin-left: 12px;
    }
    .col-sm-4.col-xs-4.galleries {
        top:130px;
        width: 100%;
        position: relative;
        margin-left: 12px;
    }
    .footer-1 .logo-text {
        top: 12px;
        margin-left: 100px;
    }
    .footerNav {
        width:300px;
    }
    .footer-1 > .container > .back-to-top {
        position: relative;
        bottom: -80px;
        width: 100%;
        padding-bottom: 130px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .menu-wrapper {
        top:80px !important;
    }
    .menu-text-wrapper {
        height: 44%;
    }
}

