﻿/* Center the loader */
body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Playfair Display', serif;
    color: #01164c;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}
#slider {
    margin-top: 142px;
}
.header {
    position: fixed;
    z-index: 999999;
    width: 100%;
}
.menu {
        box-shadow: -1px 6px 12px -5px #ccc;
    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
{
   background:#fff;
   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: 13px;
    color: #636363;
   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: #edc016;
    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: #edc016;
    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: #fff;
    padding: 0 12px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 13px;
    color: #636363;
    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: 14px;
   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;
	}
}
.top {
    background: #01164c;
    
}
.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;
}
.ws_controls {
    display: none;
}
#wowslider-container1 .ws-title span {
    position: absolute !important;

    font: 1.8em Oswald,Arial,Helvetica,sans-serif !important;
    bottom: .75em !important;
    left: 1.1em !important;
    margin-right: 0 !important;
    padding: .4em .4em !important;
    background: rgba(0,0,0,0.9) !important;
    border-left: .2em solid #008AC3 !important;
    color: #fff !important;
    z-index: 50 !important;
    line-height: 1em !important;
    opacity:1 !important;
    text-transform: uppercase !important;
}
.btn-primary {
    background: #01164c;
    border-color: #01164c;
    color: #FFF!important;
}

.btn {
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1;
    padding: 11px 20px;
    border-width: 2px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background: #edc016;
    border-color: #edc016;
}
.dest-img {
    position: relative;
}
.dest-img img {
    width: 100%;
    border: 6px solid transparent;
   
    position: relative;
    z-index: 2;
}
.dest-img .dest-name a {
    color: #fff;
    text-decoration: none;
}
.dest-img .dest-name {
    position: absolute;
    top: 67%;
    color:#fff;
    z-index: 7;
    text-align: center;
    left: 6px;
    background:rgba(1, 22, 76, 0.79);
padding: 5px 14px;
    border: 1px dotted #fff;
    font-size: 20px;
    opacity: 0;
    transition: all 0.5s linear;
    font-family: 'Dancing Script', cursive;
}

.dest-img:hover>.dest-name {
    opacity: 1;
    padding: 5px 45px;
    transition: all 0.5s linear;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.m-top {
    margin-top: 10px;
}
.pack-info {
    text-align: left;
}
    .pack-info h4 {
        margin-top: 0px;
        margin-bottom:0px;
    }
    .pack-info p {
        text-align: justify;
    }
span.more {
    background: #01164c;
    padding: 2px 12px;
    color: #fff;
    transition:all 0.2s linear;
}
span.more:hover
{
    background:#edc016;
}
    span.more a {
        color: #fff;
    }
.pimg img {
    padding-top: 10px;
    width:100%;
}
 span.more .fa {
 position:relative;
 left:3px;
      transition:all 0.5s linear;
}
 span.more:hover .fa {
 position:relative;
 left:8px;
}
 .form-area {
    background-color: #01164c;
        padding: 10px 40px 60px;
    margin: 0 0 60px;
    border-radius: 5px;
    width: 100%;

}
 .image-bg form p {
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
 .image-bg form input, button {
    margin-top: 20px;
}
.border {
    border-bottom: 1px dashed #ececec;
    padding-bottom: 13px !important;
}
.icon .fa {
    font-size: 26px;
    border: 1px solid #01164c;
    padding: 8px 17px;
    color: #f0ad4e;
}
.featured-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer {
    background: #01164c;
    padding: 40px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align:left;
}
#copyright {
    background: #f0ad4e;
    padding: 5px 0;
}
.footer-address {
    line-height: 1.4;
    margin-top: 25px;
}
.footer-social {
    margin: 25px 0 20px;
    font-size: 18px;
    line-height: 1;
}
ul {
    padding-left: 0px;
}
ul.footer-menu li {
    margin: 5px 0;
    font-size: 12px;
        list-style: none;
}
ul.footer-menu li a {
    text-transform: uppercase;
    line-height: 1;
}

#copyright .col-md-12 p a {
    color: #fff;
}
.footer a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}
h5.footer-title {
    color: #f0ad4e;
    margin: 0 0 20px;
    font-size: 20px;
}
.footer-social a {
    font-size: 24px;
    margin-right: 10px;
}

@media (max-width:991px) {

    .hidden-xs {
        display: none;
    }
    ul.art-hmenu > li > a {
        padding: 0 15px;
    }
}
.m-ttop {
    margin-top: 142px;
}
#content ul {
    padding-left: 30px;
}
#content li {
    list-style-type: circle;
}
.no-padding {
    padding: 0px;
}
.gal img{

    width: 100%;
    border: 1px dashed #01164c;
    box-shadow: 72px 72px 15px -73px #000000;
}
.gal {
    border: 5px solid transparent;
}
/***************************Form***********************/
/********************Form************************/
.booking .name {
width: 94%;
    /* margin: 0 auto; */
    padding: 9px 6px;
    border: 1px solid rgb(255, 204, 51);
    margin-bottom: 16px;
    box-shadow: 0 0 0 5px #efefef;
    display: block !Important;
    color: #484748 !important;
    font-size: 12px;
}
.msg
{
    min-height: 200px;
}
.radPopupImage img
{
        border-width: 0px;
    position: absolute;
    right: 64px;
    width:auto;
}
input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #383737 !important;
}
input[type="text"]::-moz-placeholder { /* Firefox 19+ */
   color: #383737 !important;
}
input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #383737 !important;
}
input[type="text"]:-moz-placeholder
{ /* Firefox 18- */
    color: #383737 !important;
}
.msg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #383737 !important;
}
.msg::-moz-placeholder { /* Firefox 19+ */
   color: #383737 !important;
}
.msg:-ms-input-placeholder { /* IE 10+ */
  color: #383737 !important;
}
.msg:-moz-placeholder
{ /* Firefox 18- */
    color: #383737 !important;
}
.Over_Windows
{
    width: 100% !important;
  
   color:#383737 !important;
    border:none !important;
      font-size:12px !important;
        font-family: 'Slabo 27px',Arial, serif !important;
        background:none !important;
}
.Focus_Windows
{
    width: 100% !important;
  
      font-size:12px !important;
   color:#383737 !important;
   font-family: 'Slabo 27px',Arial, serif !important;
      border:none !important;
        background:none !important;
}
.inner-page input
{
     color:#383737;
}
.name input
{
    width: 100%;
    border:none !important;
    color:#383737;
}
.submit {
    background: #ffcc33;
    color: #fff;
    padding: 7px 22px;
    /* border-radius: 9px; */
    transition: all 0.5s linear;
    border: none;
    font-weight: bold;
    margin-bottom: 10px;

}
    .submit:hover
    {    background: #000;
    color: #ffcc33;
    padding: 7px 22px;
    border: none;

    }
.quote {
    text-align: center;
    color: #01164c;
}
blockquote {
    border-left: 0px;
    min-height:200px;
    font-size:inherit !important;
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgb(255, 204, 51);
    border: 1px solid #ffcc33;
    border-radius: 10px;
    background: #ffcc33;
}
span.name {
    font-size: 18px;
    font-weight: bold;
    color: #01164c;
}
.item {
    border: 1px dashed #ccc;
}
#content .footer-address {
   font-size:17px;
   line-height:21px;
}
@media (max-width:837px) {
    #slider {
        margin-top: 0px;
    }
   .header {
        position: relative !important;
    }
}