body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    line-height: 22px;
    overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

h1 {
    font-size: 27px;
    font-weight: 400;
    padding-top: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
}

h2 {
    font-size: 16px;
    line-height: 24px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

p {
    font-size: 14px;
    text-align: justify;
    color: #666;
    font-family: 'Open Sans', sans-serif !important;
}

a {
    color: #333;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

ul li {
    font-family: 'Open Sans', sans-serif !important;
}

ul{
    margin-left:20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    -ms-padding-start:10px;
}

a:hover,
a:focus {
    color: #140C44;
}

.redcolor {
    border-bottom: solid 3px #D7191F;
}

.redholder a {
    color:  #D7191F;
}

.redholder a:hover {
    text-decoration: underline;
}


.redtextcolor {
    color: #D7191F;
}

.bluecolor {
    border-bottom: solid 3px #309CC6;
}


.blueholder a {
    color: #309CC6;
}

.blueholder a:hover {
   text-decoration:underline!important;
}

.blueholder h2 a {
    color: #309CC6;
}

.blueholder h2 a:hover {
   text-decoration:underline!important;
}

h1.bluetextcolor a{
    color: #309CC6;
}

h1.bluetextcolor{
    color: #309CC6;
}

.yellowcolor {
    border-bottom: solid 3px #F5C900;
}

.yellowholder a{
    color:#F5C900;
}

.yellowholder h1 a{
    color:#F5C900;
}

.yellowholder a:hover{
   text-decoration: underline;

}

.yellowholder h1 a:hover{
   text-decoration: underline;

}

.yellowtextcolor {
    color: #F5C900;
}

.purplecolor {
    border-bottom: solid 3px #7B5E79;
}

.purpleholder a{
    color:#7B5E79;
}

.purpleholder a:hover{
    text-decoration: underline;
}


.purpletextcolor {
    color: #7B5E79;
}

.orangecolor {
    border-bottom: solid 3px #E97900;
}

.orangeholder a{
    color:#E97900;
}

.orangeholder a:hover{
    text-decoration: underline;
}

.orangetextcolor {
    color: #E97900;
}


.greencolor {
    border-bottom: solid 3px #2E7B00;
}

.lightgreencolor {
    border-bottom: solid 3px #93C01F;
}

.greenholder a{
    color: #2E7B00;
}

.greenholder a:hover {
   text-decoration:underline;
}


.greentextcolor {
    color: #2E7B00;
}

.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.media > .pull-left {
    margin-right: 20px;
}

.media > .pull-right {
    margin-left: 20px;
}

body > section {
    padding: 70px 0;
}

.clearfix {
    clear: both;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.containerfluidlessmargin {
    padding-left: 0;
    padding-right: 0;
}

input#searchsubmit {
    margin-top: 2px;
    vertical-align: top;
}


/* HEADER AREA */


/* NAV AREA */

.navbar {
    margin-bottom: 0px !important;
    border: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    margin-top: 25px;
    height: 3px;
}

.btn-primary {
    padding: 8px 20px;
    background: #9F1F13;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #FF7700;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.logoareapadding {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.bottomspacer {
    padding-top: 20px;
    padding-bottom: 30px;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.top-menu {
    position: relative;
    display: block;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
}

.top-menu a {
    padding-left: 10px;
    color: #fff;
}

.navbar > .container .navbar-brand {
    margin-left: 15px;
    margin-bottom: 0;
}

ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
}

.top-bar {
    padding: 10px 0;
    z-index: 11;
    background-color: #000;
    color: #fff;
    line-height: 28px;
}

.top-bar.shrink {
    display: none;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
    color: #fff;
    padding-right: 4px;
}

ul.social-share li a {
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    color: #fff;se
}

.search {
    text-align: right;
}

.search i {
    color: #fff;
}

.searchicon {
    position: absolute;
    top: 7px;
    right: 22px;
}

input.search-form {
    background: transparent;
    border: 1px #fff solid;
    width: 109px;
    padding: 0 10px;
    color: #fff;
    border-radius: 5px;
}

input.search-form::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

ul.topmenuarea {
    margin-left:0px;
    padding-left:0px;
    -moz-padding-start: 0px!important;
    -webkit-padding-start: 0px!important;
    -ms-padding-start:0px!important;
    display:inline-block;
}

ul.topmenuarea li {
    display: inline-block;
    margin-right: 20px;
    margin-left:0px;
    color: #fff;
}

ul#menu-top-menu, ul#menu-quicklinks{
    margin-left:0px;
    padding-left:0px;
    -moz-padding-start: 0px!important;
    -webkit-padding-start: 0px!important;
    -ms-padding-start:0px!important;
}

.topmenuarea li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.topmenuarea li a:hover {
    text-decoration: underline;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.8);
}

.nav {
    background-color: transparent;
}

.navbar-nav li a {
    color: #fff;
}

.navbar-brand {
    height: 100px;
    padding: 0;
}

.navbar-brand > img {
    padding-top: 20px;
}

.navbar-nav li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.nav > li > a{
    padding:10px 8px;
}

.footererdf img{
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: transparent;
    border-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
    background-color:#000;
}


.navbar-right {
    margin-top: 20px;
}

a.readmore {
    background-color: #A31A00;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.topspacer {
    margin-top: 24px;
    margin-bottom: 40px;
}

.servicesarea {
    background-color: #f8f8f8;
}

.servicesareamargins {
    margin-top: 20px;
    margin-bottom: 30px;
}

#menu-quicklinks {
    list-style-type: none;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    -ms-padding-start:0px!important;
    padding-left:0px;
    /*padding: 40px;*/
}


/* SLIDER AREA */

.backgroundcontainer {
    background-color: #000;
}

.index_headerimage {
    background-color: #000;
    /*height: 862px;*/
    /*background-image: url("../images_interface/slider.jpg");*/
}

.inside_headerimage {
    background-color: #936925;
    margin-bottom:30px;
    /*height: 425px;*/
    /*background-image: url("../images_interface/slider.jpg");*/
}

.welcomesection {
    padding-top: 16px;
}

.spas {
    margin-top: 5px;
    /*background-image: url("../images_interface/spasbg.jpg");*/
    /*background-repeat: repeat;*/
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.spas h1 {
    color: #140C44;
    font-weight: 400;
    font-size: 36px;
}

.spas p {
    color: #140C44;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}

.innerborder {
    border: solid 1px #fff;
    margin: 10px;
    z-index: 111;
    width: 87%;
    height: 85%;
    padding: 15px;
    position: absolute;
}

.yellowreadmorebutton {
    background-color: #F5C900;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
    font-weight: 300;
    color: #fff;
}

.bluereadmorebutton {
    background-color: #309CC6;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
    font-weight: 300;
    color: #fff;
}

.readmorebutton:hover {
    color: #fff;
    background-color: #916832;
}

.news {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}

.news h1 {
    margin-bottom: 50px;
}

.newsarticle {
    text-align: justify;
}

.newsarticle h1 {
    margin-bottom: 0px;
}

.newsarticle p {
    line-height: 24px;
}

.datediv {
    color: #001E41;
    font-size: 12px;
    padding-bottom: 10px;
}

.top {
    position: absolute;
    top: 0;
}


/* CONTENT AREA */


/*Youtube Area*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Youtube Area*/


/* FOOTER AREA */

footer {
    background-color: #e8e8e8;
    padding-top: 20px;
}

footer h1 {
    color: #333;
    font-size: 24px;
    padding-bottom: 20px;
}

.footericonsep {
    border-right: 1px solid #fff;
    margin-right: 5px;
    margin-left: 5px;
}

footer p {
    color: #333;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 24px;
}

footer a {
    color: #333;
}

ul.quicklinks {
    list-style-type: none;
    text-transform: uppercase;
}

ul.quicklinks li {
    margin-bottom: 20px;
    font-weight: 600;
}

.service-box > div:first-child {
    padding: 0;
}

.service-box {
    margin-bottom: 20px;
}

.service-box i {
    margin-right: 20px;
}

.service-box a img{
    display:inline-block;
}

.icon-medium {
    font-size: 2em;
    color: #333;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-icon-left-more .service-content {
    padding-left: 50px;
}

.searchres {
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}



.searchres a {
    color:  #D7191F;
}

ul.bottomlinks {
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    -ms-padding-start:0px!important;
    padding-left:0px;
}

ul.bottomlinks li {
    list-style-type: none;
    margin-right: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.style-one .testimonials,
.style-two .testimonials,
.style-4 .testimonials,
.style-three .testimonials,
.style-six .testimonials,
.style-seven .testimonials {
    background-color: transparent!important;
    border: none!important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.tm_author em,
.style-one .testimonials-meta {
    text-align: center;
}

.flr {
    display: none;
}

ul.products .count {
    display: none !important;
}

ul.products.list li.product img {
    width: 20%!important;
}

.easy-table caption+thead tr:first-child th, .easy-table caption+thead tr:first-child td, .easy-table colgroup+thead tr:first-child th, .easy-table colgroup+thead tr:first-child td, .easy-table thead:first-child tr:first-child th, .easy-table thead:first-child tr:first-child td{
	text-align: center;
}

.easy-table th, .easy-table td{
	text-align: center;
}

/*#menu-item-1823{
	background-color: #D7191F;
}*/

/* MEDIA QUERIES */


body {
	padding-top:55px;
}


@media (min-width: 768px) {
    /*.dropdown:hover .dropdown-menu {
        display: block;
    }*/
}

@media screen and (max-width:320px){

}

@media screen and (max-width:360px){
    figure.effect-marley:hover h2::after, figure.effect-marley:hover p{
        display:none;
    }

    .fa.fa-tripadvisor.fa-lg.tripadvisor{
		/*display:none;*/
	}

    input.search-form {
        background: transparent;
        border: 1px #fff solid;
        width: 55px;
        padding: 0 10px;
        color: #fff;
        border-radius: 5px;
    }

    ul.topmenuarea li {
        display: inline-block;
        margin-right: 12px;
        color: #fff;
    }

    .topmenuarea li a {
        color: #fff;
        font-size: 9px;
        text-transform: uppercase;
    }

    .welcomeimage{
        display:none;
    }

    .index_headerimage {
        background-color: #000;
        margin-top:139px;
    }

    .inside_headerimage {
        background-color: #936925;
        margin-bottom:30px;
        margin-top:139px;
    }
}

@media screen and (max-width: 360px){
    .grid figure{
        height:150px;
    }

    .grid figure figcaption, .grid figure figcaption > a{
        height:150px;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

    .navbar-nav .open .dropdown-menu{
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0px none;
        box-shadow: none;
    }
}


.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{
    background-color: #e8e8e8!important;
}

.ajde_evcal_calendar .calendar_header p{
    font-size:20px;
}

ul.quicklinks{
    margin-left:0px;
    padding-left:0px;
    font-size:13px;
    -webkit-padding-start:5px;
    -moz-padding-start : 5px;
    -ms-padding-start:5px;
}

.embed-container{
    margin-bottom:30px;
}

.redslidecontent{
    font-size: 30px;
    line-height: 70px;
    /*font-weight: 900;*/
    font-family: "Open Sans";
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(215, 25, 31);
    background-color: rgba(215, 25, 31, 1);
    padding: 15px 0;
    text-shadow: none;
    width: 100%;
    text-align: center;
    bottom: 0px;
    border-width: 0px;
    border-color: #ffffff;
    border-style: none;
    margin-bottom:30px;
}

.alert-success{
    background-color: #D7191F;
}

.alert h2{
    font-size: 18px;
}

.close{
    color:#fff;
    opacity:.6;
}

.purpletab{
    border-radius: 5px;
    padding: 10px 15px;
    color:#fff;
    background-color:#7B5E79;
}

.bluetab{
    border-radius: 5px;
    padding: 10px 15px;
    color:#fff;
    background-color:#309CC6;
}

.orangetab{
    border-radius: 5px;
    padding: 10px 15px;
    color:#fff;
    background-color:#E97900;
}

.redtab{
    border-radius: 5px;
    padding: 10px 15px;
    color:#fff;
    background-color:#D7191F;
}

.greentab{
    border-radius: 5px;
    padding: 10px 15px;
    color:#fff;
    background-color:#93C01F;
}

.panel-collapse p{
    text-align: left;
}

.panel-collapse h2{
    font-weight: bold;
}

.fontholder{
    font-family: 'Arvo', serif!important;
}

.fontholder h1{
    font-family: 'Arvo', serif!important;
}

.fontholder p{
    font-family: 'Arvo', serif!important;
}

.fontholder ul li{
    font-family: 'Arvo', serif!important;
}

#lang_sel_list ul{
    border:none;
}

#lang_sel_list ul a.lang_sel_other, #lang_sel li ul a:link, #lang_sel_list ul a.lang_sel_other:visited, #lang_sel_list ul a.lang_sel_other:hover{
    background-color:transparent;
    border-color: transparent;
}
#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited{
    background-color: transparent;
    border-color: transparent;
}
#lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:hover{
    background-color: transparent!important;
    border-color: transparent;
}

#lang_sel_list a:visited, #lang_sel_list a:hover{
    background:transparent;
}

#lang_sel_list{
    height:15px;
}

.wpml-ls-sidebars-space-ten, .wpml-ls-sidebars-space-ten .wpml-ls-sub-menu, .wpml-ls-sidebars-space-ten a{
    border:none!important;
}
.wpml-ls-sidebars-space-ten{
    background-color:#000!important;
}

#lang_sel_list a:visited, #lang_sel_list a:hover{
    background-color:#000!important;
}
