﻿/* Center the loader */
body {
    font-family: 'Open Sans', sans-serif;
    height:100%;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Playfair Display', serif;
    color: #000;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}
#slider {
    margin-top: 142px;
}
.top {
    padding:4px;
      
}

header {
    background: rgba(255, 204, 51, 0.68);
    position: relative;
    z-index: 9;

}

.menu {
    background: #fff;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
.art-nav
{

   margin: 0;
   width: 100%;
   z-index: 3;
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
   outline: none;
   position: relative;
   z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
}

ul.art-hmenu li
{
   position: relative;
   z-index: 5;
   display: block;
   float: left;
   background: none;
   margin: 0;
   padding: 0;
   border: 0;
}
span.tagline {
font-size: 19px;
    color: #00913f !important;
}
ul.art-hmenu li:hover
{
   z-index: 10000;
   white-space: normal;
}

ul.art-hmenu>li:before
{
   position:absolute;
   display: block;
   content:' ';
   top:0;
   left:  -4px;
   width:9px;
   height: 42px;
   background: url('../images/menuseparator.png') center center no-repeat;
}
ul.art-hmenu>li:last-child:after{
     position:absolute;
   display: block;
   content:' ';
   top:0;
   right:  -4px;
   width:9px;
   height: 42px;
   background: url('../images/menuseparator.png') center center no-repeat;
}

ul.art-hmenu:after, ul.art-hmenu ul:after
{
   content: ".";
   height: 0;
   display: block;
   visibility: hidden;
   overflow: hidden;
   clear: both;
}

ul.art-hmenu, ul.art-hmenu ul 
{
   min-height: 0;
}

ul.art-hmenu 
{
   display: inline-block;
   vertical-align: bottom;
   padding-left: 0;
   padding-right: 0;
}

.art-nav-inner:before 
{
   content:' ';
}

nav.art-nav
{
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}

.art-nav-inner{
   text-align: left;

}

.desktop-nav .art-nav-inner{

  padding:3px;
      padding-top:0px !important;
}

.desktop-nav.art-nav
{
   padding-left: 0;
   padding-right: 0;   
    display: block !important;
}

.art-hmenu-extra1
{
   position: relative;
   display: block;
   float: left;
   width: auto;
   height: auto;
   background-position: center;
}

.art-hmenu-extra2
{
   position: relative;
   display: block;
   float: right;
   width: auto;
   height: auto;
   background-position: center;
}

.art-hmenu
{
   float: left;
}

.art-menuitemcontainer
{
   margin:0 auto;
}
ul.art-hmenu>li {
   margin-left: 0;
}
ul.art-hmenu>li:first-child {
   margin-left: 0;
}
ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child {
   margin-right: 0;
}

ul.art-hmenu>li>a
{
   padding:0 20px;
   font-weight: 400;
    font-size: 18px;
    color: #000;
   margin:0 auto;
   position: relative;
   display: block;
   /*height: 62px;*/
   cursor: pointer;
   text-decoration: none;

   line-height: 50px;
   text-align: center;
 

}

.art-hmenu a, 
.art-hmenu a:link, 
.art-hmenu a:visited, 
.art-hmenu a.active, 
.art-hmenu a:hover
{


   font-style: normal;
   text-decoration: none;
   text-align: center;
}

ul.art-hmenu>li>a.active {
    /* padding: 0 23px; */
    margin: 0 auto;
    color: #000;
    text-decoration: none;
  
}

ul.art-hmenu>li>a:visited, 
ul.art-hmenu>li>a:hover, 
ul.art-hmenu>li:hover>a {
   text-decoration: none;
}

ul.art-hmenu>li>a:hover, .desktop ul.art-hmenu>li:hover>a {
          color: #000;
    background: none;
    -moz-box-shadow: inset 0 30px 20px -20px rgba(0,0,0,0.8);
    margin: 0 auto;
    color: #;
    -webkit-transition: all 0.3s;
    transition: all 0.3s linear;
}
ul.art-hmenu li li a {
    background: #000;
    padding: 0 12px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    color: #ffcc33;
    border-bottom: 1px dashed #f3d76b;
    min-width: 195px;
}
ul.art-hmenu li li 
{
   float: none;
   width: auto;
   margin-top: 0;
   margin-bottom: 0;
}

.desktop-nav ul.art-hmenu li li ul>li:first-child 
{
   margin-top: 0;
}

ul.art-hmenu li li ul>li:last-child 
{
   margin-bottom: 0;
}

.art-hmenu ul a
{
   display: block;
   white-space: nowrap;
   height: 40px;
   min-width: 7em;
  /* border: 1px solid transparent; */
   text-align: left;
   line-height: 24px;
   color: #0F1724;
   font-size: 12px;
   text-decoration: none;
   margin:0;
}


.art-hmenu ul a:link, 
.art-hmenu ul a:visited, 
.art-hmenu ul a.active, 
.art-hmenu ul a:hover
{
   text-align: left;
   line-height: 40px;
   /* line-height: 24px; */
   /* color: #0F1724; */
   font-size: 18px;
   text-decoration: none;
   margin:0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a {

    margin: 0 auto;
    border-bottom:1px dashed #01164c;
    color: #edc016;
}
.art-hmenu ul li:hover a{
    color: #25660c;
}
.art-hmenu ul li:hover span{
    color: #25660c;
}

.art-hmenu ul li a.art-hmenu-before-hovered 
{
   border-bottom-width: 0 !important;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    color: #fff !important;
}


.topMenuUnderline {
    background-color: #c4cdcc;
    height: 6px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
    box-shadow: 0px 4px 10px rgba(0,0,0,0.9);
       top: 203px;
    z-index: 3;
    position: absolute;
}

ul.art-hmenu ul:before
{
   /* background: #757575; */
   margin:0 auto;
   display: block;
   position: absolute;
   content: ' ';
   z-index: 1;
}
.desktop-nav ul.art-hmenu li:hover>ul {
   visibility: visible;
   top: 100%;
   opacity: 100;
  left: 0px;
}
.desktop-nav ul.art-hmenu li li:hover>ul {
   top: 0;
   left: 100%;
}

ul.art-hmenu ul
{
   visibility: hidden;
   position: absolute;
   z-index: 10;
   left: 10px;
   top: 100%;
   opacity: 0;
   background-image: url('images/spacer.gif');
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.desktop-nav ul.art-hmenu>li>ul
{
       padding: 10px 1px 0px 0px;
   margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul ul
{
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

ul.art-hmenu ul ul{
top:0px;
left:270px;
}
.desktop-nav ul.art-hmenu ul.art-hmenu-left-to-right 
{
   right: auto;
   left: 0;
   margin: -10px 0 0 -30px;
}

.desktop-nav ul.art-hmenu ul.art-hmenu-right-to-left 
{
   left: auto;
   right: 0;
   margin: -10px -30px 0 0;
}

.desktop-nav ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
   right: auto;
   left: 100%;
}
.desktop-nav ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
   left: auto;
   right: 100%;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right
{
   right: auto;
   left: 0;
   padding: 30px 30px 30px 10px;
   margin: -30px 0 0 -10px;
}

.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left
{
   left: auto;
   right: 0;
   padding: 30px 10px 30px 30px;
   margin: -30px -10px 0 0;
}

.desktop-nav ul.art-hmenu li ul>li:first-child {
   margin-top: 0;
}
.desktop-nav ul.art-hmenu li ul>li:last-child {
   margin-bottom: 0;
}

.desktop-nav ul.art-hmenu ul ul:before
{
   border-radius: 0;
   top: 30px;
   bottom: 30px;
   right: 30px;
   left: 10px;
}

.desktop-nav ul.art-hmenu>li>ul:before
{
   top: 10px;
   right: 30px;
   bottom: 30px;
   left: 30px;
}

.desktop-nav ul.art-hmenu>li>ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 30px;
}
.desktop-nav ul.art-hmenu>li>ul.art-hmenu-right-to-left:before {
   right: 30px;
   left: 30px;
}
.desktop-nav ul.art-hmenu ul ul.art-hmenu-left-to-right:before {
   right: 30px;
   left: 10px;
}
.desktop-nav ul.art-hmenu ul ul.art-hmenu-right-to-left:before {
   right: 10px;
   left: 30px;
}

@media screen and (min-width: 846px) {

    .slicknav_menu {
        display: none;
    }
}

@media screen and (max-width: 846px) {
	/* #menu is the original menu */
	 #menu {
		display:none;
	}
	
	.slicknav_menu {
    display: block !important;
    z-index: 9999;
    position: relative;
}
}

.navbar-mini ul li {
    padding: 0 15px;
    border: solid 1px #fff;
}
.navbar-mini ul li {
    padding: 0 15px;
    border: solid 1px #fff;
    list-style:none;
}

.navbar-mini > ul > li {
    float: left;
    margin-left: 15px;
}
.navbar-mini > ul > li > a {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;
}
.navbar-mini ul li .social-call {
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    margin: 2px 0;
}
.navbar-mini > ul {
    line-height: 40px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

@media (max-width:991px) {

    .hidden-xs {
        display: none;
    }
    ul.art-hmenu > li > a {
        padding: 0 15px;
    }
}
#bgg {
    position: relative;
    height: 950px;
    top: -89px;
}

.bg {
    background: url('../images/bg.jpg');
    height:100%;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    width:100%;
    top:0px;
  
}
.border-top {
     border-top: 1px dashed rgba(0, 0, 0, 0.62);
}

.pull-right a{
    font-size: 20px;
    color: #000;
    padding:10px;
}
.social_icons a:hover {
     color:#000;
    text-decoration:none;
}
#welcome {

    position:relative;
}
.section-header h2 {
    position: relative;
     font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    margin-top: 1px;
    text-align: center;
        padding-bottom: 13px;
}
.section-header {
    position: relative;
    background: url(../images/seprator.png);
    background-repeat: no-repeat;
    background-position: bottom;
    
    width: 100% auto;
    margin-bottom: 40px;
}
.new-font {
    font-family:'Playfair Display', serif;
        font-weight: bold;
    font-size: 16px;
}
.book
{
    width: 100%;
    float: left;
}
.book-details {
    text-align: center;
    background: url(../images/book-details.jpg);
    background-size: cover;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top:20px;
    margin-bottom:20px;
    color: #fff;
}
.book-details::before {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
}
.book-details .section-header {
    background: url(../images/seprator2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
    width: 100%;
}
.booking-details-form {
    position: relative;
    z-index: 5;
    text-align: center;
    display: inline-block;
    width: 88%;
}

.booking-details-form .btn {
    margin-top: 26px;
    padding: 10px 32px;
    color: #fff;
    font-weight: 600;
    background-color: #ffcc33;
}
.booking-details-form .btn:hover {
    color: #000;
    background-color: #fff;
    transition: all 1s ease-in-out;
}
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}



.form h3 {
    color: #fc3;
}
.form-control {
    border-radius: 0px !important;
    border: 1px solid #fc3 !important;
    height: 40px !important;
    padding: 10px 15px !important;
}
textarea.form-control
{
    min-height: 170px !important;
}
.footer-main {
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    padding-top: 70px;
    background-size:cover;
    float: left;
    width: 100%;
}
.bottom-footer {
       background-color: #ffcc33;
    padding: 20px 0;
}
.bottom-footer ul {
    margin-bottom: 0;
    list-style: none;
}
.bottom-footer ul li {
    float: left;
    padding: 0 8px;
    position: relative;
}
.bottom-footer ul li:before {
    content: "|";
    color: #fff;
    position: absolute;
    left: -4px;
    top: 0;
}
.bottom-footer ul li:first-child:before {
    content: "";
}
.bottom-footer ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
}
.bottom-footer p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
}
.bottom-footer p a
{
    color: #fff;
}
.text-rt
{
    text-align: right;
}
/* -- Widget */
/* -- Widget Subsribe */
.widget-subscribe .subscribe-box {
    display: inline-block;
        padding: 21px 35px;
    border: 1px solid rgba(209,209,209,0.2);
    color: #eee;
}
.subscribe-box h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}
.subscribe-box p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 30px;
}
.subscribe-box input {
    border: none;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
}
.subscribe-box input:focus {
    box-shadow: none;
}
.subscribe-box input,
.subscribe-box .input-group-btn > .btn {
    border-radius: 0;
    outline: none;
}
.subscribe-box .input-group-btn > .btn {
    text-transform: uppercase;
    background-color: #f7b731;
    border-color: #f7b731;
    padding-top: 11px;
    padding-bottom: 11px;
}
.widget-subscribe  ul {
    margin-top: 22px;
    list-style: none;
}
.widget-subscribe  ul li {
    float: left;
    margin: 0 10px;
}
.widget-subscribe  ul li a {
    width: 32px;
    height: 35px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.widget-subscribe  ul li a img {
    position: absolute;
}
.widget-subscribe  ul li a:hover img {
    top: -38px;
}

.footer-main .widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    margin-bottom: 40px;
    background-image: none;
}
.widget-links ul li 
{
    display: inline-block;
    width: 100%;
    margin-bottom: 38px;
}
.widget-links ul li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.widget-links ul li a:before {
    content: "";
    background-image: url(../images/ftr-link.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    display: inline-block;
    margin-right: 14px;
}
ul {
    padding-left: 0;
}
.widget-about li {
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 19px;
    padding-left: 55px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #fff;
}
.widget-about li a
{
    color: #fff;
}
.widget-about li img {
    position: absolute;
    left: 0;
    top: 0;
}
.widget-about li span {
    display: block;
}
.services {
    margin-top: 20px;
    margin-bottom: 20px;
}
h3 > i {
    background: #ffcc33;
    padding: 10px;
}
.mail {
    font-size: 16px;
    color: #000;
}
.scroll_block {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media (max-width:1148px)
{
    ul.art-hmenu > li > a {
        padding: 0 12px;
    }
}
.caption {
    position: absolute;
    z-index: 5555;
    color: #fff;
    top: 50%;
    width: 100%;
    background:url('../images/pattern.png');
    text-align: center;
}
.caption h3
{
font-size: 65px;
    color: #fc3;
}
@media (max-width:988px) {
    #bgg {
        position: relative;
        height: 950px;
        top: -159px;
    }
    ul.art-hmenu > li > a {
    padding: 0 7px;
    font-size:15px;
}

}
@media (max-width:790px) {
    .caption h3 {
        font-size: 46px;
        color: #fc3;
    }
}
@media (max-width:540px) {
    .caption h3 {
        font-size: 40px;
        color: #fc3;
    }
}