/**
 * Place your custom styles here.
 */

@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto:300,500');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #222;
    background: #fff;
    margin-top:0;
}
html {
    background: #9ce3dd;
}

img {
	max-width: 100%;
	height: auto;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	color: #5db8d5;
	text-transform: uppercase;
	font-weight: 400;
}
h1, .h1 {
    font-size: 60px;
    font-weight: 600;
    color: #5db8d5;
}
.h1 a, h1 a, .h2 a, h2 a, .h3 a, h3 a, .h4 a, h4 a {
	color: #5db8d5;
}
.h1 a:hover, h1 a:hover, .h2 a:hover, h2 a:hover, .h3 a:hover, h3 a:hover, .h4 a:hover, h4 a:hover {
	color: #9ce3dd;
}
.colorblue {
    color: #9ce3dd;
}

h2, .h2 {
    font-size: 50px;
    font-weight: 400;
}
h1.page-header {
    color: #fff;
    text-align: center;
}
.pagetitle-container {
    padding-top: 100px;
    background: #9ce3dd;
}
#block-korailbleulodge h2 {
    font-size: 50px;
}
@media only screen
and (max-width : 768px){
    h1, .h1 {
        font-size: 40px;
    }    
    h2, .h2 {
        font-size: 30px;
    } 
}
@media only screen
and (max-width : 376px){
    .banner-title h1 {
        font-size: 23px;
    } 
}
.pull-left {
    float: right !important;
    text-align: right;
}
.header-container {
    background: #5db8d5;
}
.region-header {
    text-align: right;
}
@media only screen
and (min-width : 990px){
    .path-frontpage .header-container {
        /*position: absolute;
        z-index: 1;*/
        left: 0;
        right: 0;
        /*top: 5%;*/
    }  
    a.logo {
        /*display: table;
        border-radius: 5px;
        table-layout: fixed;*/
        /*margin: 0 auto;*/
        margin: 0
    }
    
    /*.path-projects-by-design-warehouse a.logo img {
        width: 250px;
        height: auto;
    }*/
}
a.logo img {
    width: 75%;
    /*height: auto;
    background: #fff;*/
    padding-bottom: 15px;
    padding-top: 15px;
} 
@media only screen
and (max-width : 989px){
    a.logo img {
        width: 100%;
        height: auto;
        padding-top: 0px;
    }    
    a.logo.navbar-btn.pull-left {
        /*display: inline-block;
        margin-bottom: -30px;*/
    }
    .col-md-8.thenavwar {
        float: left;
        width: 90px;
        margin-left: 50px;
        margin-top: 8px;
    }
    .header-container .col-md-4 {
        float: right;
        width: 175px;
    }
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 0px solid #222;
    background: #5db8d5;
    color: #fff;
}

.flexslider {
    border: 0;
}

.page-header {
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 0px solid #5db8d5;
    text-align: left;
    /*background: rgba(225,225,225,0.8);
    border-radius: 30px 30px 0 0;*/
    /*padding-left: 30px;*/
    padding-top: 30px;    
}

@media only screen
and (max-width : 768px){
    .page-header {
      margin-top: -64px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
header#navbar,
.path-frontpage .page-header,
.path-frontpage .view-empty,
.path-frontpage .feed-icons {
    /*display: none;*/
}

ul.sf-menu a, ul.sf-menu span.nolink {
    display: block;
    padding: 5px 10px;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
@media only screen
and (max-width : 1199px)
and (min-width : 990px){
    ul.sf-menu a {
        font-size: 12px;
    }    
}
@media only screen
and (max-width : 989px){
    ul.sf-menu a {
        font-size: 25px;
        font-weight: 300;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #5db8d5;
    }    
}
#superfish-main li {
    border-right: 1px solid #5db8d5;
}
#superfish-main li:nth-child(1) {
    border-left: 1px solid #5db8d5;
}
#superfish-main a.is-active,
ul.sf-menu a:hover {
    color: #5db8d5;
    font-weight: 400;
}
#block-mainnavigation .sf-accordion-toggle.sf-style-none a {
    background: /*#fff*/ url(/sites/default/files/toggle-menu2.png) center no-repeat;
    border: 0px solid #381301;
    color: #fff;
    text-indent: -9999px;
    padding: 10px 20px;
    float: left;
    margin-top: -75px;
    margin-bottom: 0px;
    margin-left: 15px;
}
ul#superfish-main {
    /*float: right;
    padding-top: 30px;*/
    display: table;
    width: auto;
    table-layout: fixed;
    margin: 0 auto;
}
/* Language Starts Here */
/*#block-languageflags p {
    text-align: right;
}
#block-languageflags img {
    padding-left: 15px;
    padding-top: 15px;
}
#block-languageswitcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    padding-top: 25px;
    font-size: 12px;
}
@media only screen
and (max-width : 990px){
    #block-languageswitcher ul {
        padding-top: 0px;
        margin-top: -50px;
        margin-bottom: 50px;
    }
}
#block-languageswitcher li {
    display: inline;
}
#block-languageswitcher li:nth-child(1) {
    padding-right: 15px;
    background: url(/sites/default/files/flag-english.png) center no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}
#block-languageswitcher li:nth-child(2) {
    padding-left: 0px;
    background: url(/sites/default/files/flag-french.png) center no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}
a.language-link {
    padding-top: 8px;
    padding-bottom: 8px;
    color: transparent;
}*/
#block-languageswitcher {
    padding-top: 25px;
}
#block-languageswitcher ul.links {
    list-style: none;
    padding: 0;
    margin: 0;
}
#block-languageswitcher li {
    display: inline;
    font-size: 14px;
}
#block-languageswitcher li.fr {
    background: #9ce3dd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    color: #fff;
}
#block-languageswitcher li.en {
    background: #9ce3dd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    margin-right: 5px;
    color: #fff;
}
#block-languageswitcher li.is-active {
    background: #fff;
}
#block-languageswitcher li.is-active a {
    color: #5db8d5;
    font-weight: 500;
}
#block-languageswitcher a {
    color: #fff;
}
@media only screen
and (max-width : 990px){
    #block-languageswitcher {
        padding-top: 10px;
    }
}
/* Language Ends Here */

.thenavwar .col-sm-12 {
    padding: 0;
}
.gtranslate {
    font-size: 12px;
    padding-top: 15px;
    float: right;
}
.gtranslate select {
    background: #5db8d5;
}

.designwar-container {
    background: #5db8d5;
}
@media only screen
and (max-width : 989px){
    .designwar-container .col-md-10 {
        width: 70%;
        float: left;
    }
    .designwar-container .col-md-2 {
        width: 30%;
        float: right;
    }
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(31,165,202,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:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(31,165,202,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
.flex-control-paging li a:hover {
    background: #5db8d5;
    background: rgba(31,165,202,0.8);
}
.flex-control-paging li a.flex-active {
    background: #5db8d5;
    background: rgba(31,165,202,0.9);
    cursor: default;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #5db8d5;
    background: rgba(31,165,202,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flexslider {
    margin: 0;
}

@media only screen
and (min-width : 991px){
    #block-homeimage {
        margin-top: -150px;
        z-index: 2;
    }
    .path-frontpage .region1-container {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen
and (max-width : 990px){
    .path-frontpage .region1-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fab {
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 0px;
    border-style: solid;
    width: 30px;
    height: 30px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 50%;
	background: transparent;
	color: #fff;
	margin: 0 5px;
	padding-left: 0px;
	padding-top: 0px;
}
.fab {
    /*background: #fff;*/
	color: #fff;
}

.fab:hover {
    /*background-color: #fff;*/
	color: #9ce3dd;
}
.fas {
    color: #5db8d5;
}


#block-socialmedia ul, 
#block-socialmedia li {
    margin: 0;
    list-style: none;
    padding: 0;
}

#block-bedandbreakfastpromo img {
    width: 100%;
}
h2.promotext {
   text-transform: uppercase;
    color: #5db8d5!important;
    font-size: 50px;
}
@media only screen
and (min-width : 991px){
    h2.promotext {
        font-size: 100px;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
    }
}


.path-frontpage .region5-container {
    background: #eee;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 50px;
}
@media only screen
and (max-width : 990px){
    .path-frontpage .region5-container {
        padding-top: 30px;
        padding-bottom: 0px;
    }
}
#block-homeactivities {
    padding-top: 30px;
}
#block-homeactivities h3 {
    text-align: center;
}

#edit-field-arival-wrapper,
#edit-field-adult-wrapper {
    float: left;
    margin-right: 30px;
}
div#edit-field-children-wrapper {
    float: left;
}
div#edit-actions {
    clear: left;
}
#edit-field-adult-wrapper .select-wrapper,
#edit-field-children-wrapper .select-wrapper {
    width: 75px;
}

form#contact-message-room-booking-form label,
#block-contactblock-2 label,
#block-contactblock-4 label,
#block-contactblock-3 label {
    font-weight: 300;
}
form#contact-message-room-booking-form .checkbox label,
#block-contactblock-2 .checkbox label,
#block-contactblock-3 .checkbox label {
    font-weight: 300;
    font-size: 14px;
}

#block-quickcontact h2 {
    color: #fff;
    font-size: 25px;
    margin-top: 0;
}
#block-bookingimg {
    float: right;
}
@media only screen
and (max-width : 767px){
    #block-bookingimg {
        display: none;
    } 
}

.btn-primary {
    color: #fff;
    background-color: #5db8d5;
    border-color: #5db8d5;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5db8d5;
    border-color: #5db8d5;
}

#edit-field-your-option-wrapper {
    clear: left;
}
.contact-form legend {
    margin-bottom: 0;
}
#edit-field-country-wrapper {
    clear: left;
}
#edit-field-rooms-wrapper {
    float: left;
    margin-right: 0px;
}
#edit-field-rooms-wrapper .select-wrapper {
    width: 75px;
}

#block-views-block-attractions-block-1,
#block-views-block-attractions-block-2,
#block-views-block-attractions-block-3 {
    background: #f1f1f1;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
#block-views-block-attractions-block-3 {
    padding-bottom: 0;
}
#block-views-block-attractions-block-1 .col-md-4,
#block-views-block-attractions-block-2 .col-md-4,
#block-views-block-attractions-block-3 .col-md-4 {
    padding-bottom: 30px;
}

.page-node-type-page .slider-container {
    background: #000;
    position:relative;
    overflow:hidden;
}
.page-node-type-page .slider-container img {
    opacity: 0.7;
}

/*.page-node-type-page .slider-container:after {
  content:'';
  background: url(/sites/default/files/curve-after.png) center no-repeat;
  position:absolute;
  top:0px;
  left:0;
  width:100%;
  height:45px;
}
.page-node-type-page .slider-container:after {
  top:auto;
  bottom:-10px;
}*/

table.ktable {
    background-color: #5db8d5;
    color: #fff;
    border: #fff;
}
.ktable td {
    padding: 5px 5px 5px 10px;
}
.kmonth {
    font-weight: 400;
}
.krates {
    font-size: 20px;
    font-weight: 400;
}
.kmtitle {
    font-weight: 400;
    text-align: center;
    font-size: 22px;
}

/*h1.page-header:before,
#block-korailbleulodge h2:before,
#block-celebratevacation h3:before,
#block-homeactivities h3:before,
#block-views-block-attractions-block-1 h3:before,
#block-views-block-attractions-block-2 h3:before,
#block-views-block-attractions-block-3 h3:before,
.ktitle:before {
    content:'// ';
    color: #5db8d5;
}
h1.page-header:after,
#block-korailbleulodge h2:after,
#block-celebratevacation h3:after,
#block-homeactivities h3:after,
#block-views-block-attractions-block-1 h3:after,
#block-views-block-attractions-block-2 h3:after,
#block-views-block-attractions-block-3 h3:after,
.ktitle:after {
    content:' //';
    color: #5db8d5;
}*/

@media only screen
and (max-width : 420px){
    h1.page-header {
        font-size: 25px;
    }
}

#block-aboutusimages img {
    padding-bottom: 15px;
}
.col-sm-6.theimage {
    padding-left: 0;
    padding-right: 0;
}

/* BIG BAnner */

.banner-title h1 {
    color: #fff;
}
@media only screen
and (min-width : 990px){
    .banner-title h1 {        
        font-size: 175px;
        font-weight: 300;
        letter-spacing: -25px;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -o-transition: all 3s;
        -ms-transition: all 3s;
        transition: all 3s; 
    }
    .banner-title h1:hover {
        letter-spacing: 10px;
    }
    .banner-title span {
        position: absolute;
        background: rgba(255,255,255,1);
        color: #000;
        top: 100px;
        margin-left: 400px;
        letter-spacing: 10px;
        font-size: 20px;
        padding: 5px 5px 5px 15px;
    }    
}
@media only screen
and (max-width : 989px){
    .banner-title h1 {
        letter-spacing: 10px;
    }
    .banner-title span {
        color: #fff;
    }
}
.banner-title span {
    /*background: rgba(255,255,255,1);*/
}
.banner-title h3 {
    color: #222;
    text-align: right;
    padding-top: 0px;
    font-family: 'Dancing Script', cursive;
    text-transform: capitalize;
}
.banner-title h3 {
    margin: 0;
}
#block-celebratevacation {
    padding-top: 15px;
}
@media only screen
and (max-width : 768px){
    .banner-title h3 {
        text-align: center;
        padding-top: 0;
        margin-top: 0;
    }
    #block-celebratevacation {
        padding-bottom: 15px;
    }
}
@media only screen
and (min-width : 990px){
    .banner-title h3 { 
        letter-spacing: 0px;
        -webkit-transition: all 3s;
        -moz-transition: all 3s;
        -o-transition: all 3s;
        -ms-transition: all 3s;
        transition: all 3s; 
    }
    .banner-title h3:hover {
        letter-spacing: 5px;
    }
}
@media only screen
and (max-width : 989px){
    .banner-title h3 {
        letter-spacing: 3px;
    }
}
.banner-title h3 {        
        font-size: 14px;
        font-weight: 300;
}
@media only screen
and (max-width : 600px){
    h3.text-uppercase {
        font-size: 15px;
        letter-spacing: 0px;
    }
}

input#edit-captcha-response {
    width: 200px;
}

/*Big Banner ends*/

/* LEAD BORDER */
.lead-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    margin-top: 30px;
}

.border-yellow {
        border-color: #5db8d5;
}
.lead-border-left{padding-left:30px;margin-left:30px;margin-bottom:30px;border-left:3px solid #5db8d5;position:relative;}
.lead-border-left:after{position:absolute;content:"";background:#5db8d5;width:3px;height:0;top:0;left:-3px;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;transition:all 0.8s;}
.lead-border-left:hover:after{height:100%;}

/*.lead-border-left{color: #ccc;text-transform: uppercase;}
.lead-border-left:hover{color: #ff7f2a;}
.lead-border-left:hover{background: rgba(0,0,0,0.5);border: 1px dashed #fff;}
.lead-border-left {
    text-align: justify;
}*/

@media only screen
and (max-width : 768px){
    .lead-border-left{padding-left:15px;margin-left:0px;}
}
/* LEAD BORDER ends */

/*Expand Box*/
.ourservices a {
    font-size: 40px;
    text-decoration: none;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    background: #ff7f2a;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.ourservices a:hover {
    background: #ffcc00;
    color: #fff;
    padding: 10px 30px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
/*Expand Box ends*/

/*SERCVICES*/
.services_block .heading-sm span {
    font-size:46px;
}
.services_block:hover .heading-sm {
    margin-left:0;
    -webkit-transition-delay:0.8s;
    -moz-transition-delay:0.8s;
    -o-transition-delay:0.8s;
    transition-delay:0.8s;
}
.services_block:hover .heading-sm span {
    color:#ff7f2a;
    -webkit-transition-delay:0.5s;
    -moz-transition-delay:0.5s;
    -o-transition-delay:0.5s;
    transition-delay:0.5s;
}
.services_block {
    border: 2px solid #faf6f0;
    padding: 100px 50px;
    margin-bottom:50px;
    margin-top: 50px;
    position: relative;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    display: table;
    table-layout: fixed;
    width: 90%;
}
@media only screen 
and (max-width: 979px) {
    .services_block {
        width: 100%;
    }
}
.services_block:after{
    content:"";
    position:absolute;
    height:60px;
    width:3px;
    background:transparent;
    border:2px solid #ff7f2a;
    top:125px;
    left:50px;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
    transition:all 0.8s;
}
.services_block:hover:after {
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    background:#faf6f0;
    border:0px solid #ff7f2a;
    top:0;
    left:0;
    -webkit-transition:all 0.8s;
    -moz-transition:all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition:all 0.8s;
    transition:all 0.8s;
}
.services_block_in {
    position: relative;
    z-index: 1;
}
.services_block h2 {
    margin-bottom: 30px;
    margin-left: 50px;
}
@media only screen 
and (max-width: 767px) {
    .services_block .heading-sm span{font-size:25px;}
    .services_block h2 {
        margin-left: 20px;
    }
    .services_block {
       padding: 10px 10px 100px;
    }
    .services_block:after {
       left: 10px;
       top: 38px;
    }
}
.heading-sm {
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    color: #000;
    text-transform: uppercase;
}
.services_img {
    margin-top: -232px;
    float: right;
}
@media only screen 
and (max-width: 989px) {
    .services_img {
        margin-top: -110px;
    }
}

/*Services ends*/

/* BG Expand */

.bgexpand a {
    font-size: 40px;
    text-decoration: none;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    background: #5db8d5;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.bgexpand a:hover {
    background: #5db8d5;
    color: #fff;
    padding: 10px 30px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.bgexpand {
    margin-top: 12%;
    text-align: center;
}
.bgexpand {
    margin-top: 50px;
}
@media only screen
and (max-width : 989px){
    /*.bgexpand {
        margin-top: 15px;
        margin-bottom: 30px;
    }*/
    .bgexpand a {
       font-size: 30px;
    }
}
.bgexpand {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*BG Expand ends*/

#block-homeactivities .onlyimg:hover img,
#block-views-block-attractions-block-1 .onlyimg:hover img,
#block-views-block-attractions-block-2 .onlyimg:hover img,
#block-views-block-attractions-block-3 .onlyimg:hover img {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);	
	filter: sepia(0) saturate(2);
}
#block-homeactivities .onlyimg img,
#block-views-block-attractions-block-1 .onlyimg img,
#block-views-block-attractions-block-2 .onlyimg img,
#block-views-block-attractions-block-3 .onlyimg img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
    width: 100%;
    height: auto;
}
#block-homeactivities .onlyimg,
#block-views-block-attractions-block-1 .onlyimg,
#block-views-block-attractions-block-2 .onlyimg,
#block-views-block-attractions-block-3 .onlyimg {
	overflow:hidden;
}

#block-aboutusimages img:hover,
.theimage img:hover,
#block-homeactivities img:hover,
#block-homeroomimage img:hover,
#block-bedandbreakfastpromo img:hover,
#flexslider-1 img:hover,
#block-homeimage img:hover,
#block-views-block-attractions-block-1 img:hover,
#block-views-block-attractions-block-2 img:hover,
#block-views-block-attractions-block-3 img:hover {
    /*filter: saturate(2);
    -webkit-filter: saturate(2);*/
}

.rotated {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

@media only screen
and (max-width : 767px){
}

#block-popup {
  display: none;
}

@media only screen
and (min-width : 990px){
    
}
@media only screen
and (max-width : 989px){
    
}


.panel-default>.panel-heading {
    display: none;
}


.banner-title h3 {
    color: #5db8d5;
}
p#captcha--description {
    display: none;
}
.panel-body {
    padding: 0;
}
.panel-default {
    border-color: transparent;
}
.panel {
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

#block-facilitiesfooter {
    padding-top: 30px;
}

video {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    width: 100%;
    height: auto;
    /* transform: translateX(-50%) translateY(-50%); */
    /* background: url(/sites/default/files/bg-home-rooms2.jpg) no-repeat; */
    /* background-size: cover; */
    /* transition: 1s opacity; */
}
@media only screen
and (max-width : 767px){
    video {
        height: 300px;
        margin-top: -60px;
    }
}

.thetextvideo {
    font-family: 'Yellowtail',cursive;
    font-size: 80px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 25%;
    text-transform: lowercase;
    right: 0;
    left: 0;
    letter-spacing: 10px;
}
@media only screen
and (max-width : 1024px){
    .thetextvideo {
        font-size: 50px;
    }
}
@media only screen
and (max-width : 767px){
    .thetextvideo {
        font-size: 40px;
        letter-spacing: 3px;        
    }
}
@media only screen
and (max-width : 600px){
    .thetextvideo {
        font-size: 30px;
    }
}
@media only screen
and (max-width : 325px){
    .thetextvideo {
        font-size: 25px;
    }
}
span.vatsmalll {
    font-size: 14px;
    font-weight: 100;
}

/* Header Scroll */
.designwarnav2-container {
    background: rgba(156,227,221,0.7);
}
@media only screen
and (min-width : 991px){
    .header {
        transition: all 0.5s;
        z-index: 997;
    }
    .header {
        padding: 10px 0;
    }    
    .fixed-top {
        position: fixed;
        top: 124px;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .header.header-scrolled {
        /*background: rgba(0,0,0,0.7);*/
        padding: 15px 0;
        box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
    }
    .fixed-top.header-scrolled {
        top: 0;
    }
    .header img {
        width: auto;
        height: 75px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .header.header-scrolled img {
        height: 50px;
        width: auto;
        -webkit-transform:scale(1.3);
        transform:scale(1.3);
    }
}
/* Header Scroll Ends */

.slider-text {
    position: absolute;    
    /*width: 760px;*/
    top: 30%;
    /*margin-left: 25%;*/
    text-align: center;
    left: 0;
    right: 0;
}

.slider-textbody {
    background: rgba(93,184,213,0.5);
	padding: 20px;
}
button.btn.btn-light {
    margin-top: 50px;
    border-radius: 0;
    background: rgba(60,60,60,0.5);
    color: #fff;
    border: 0px solid #000;
    padding: 10px 15px;
    font-size: 16px;
}
.slider-title {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}    

.slider-text h2 {
     /*font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    background-color: rgba(255,255,255,0.7);*/
    padding: 0px;
    color: #fff;
    /*line-height:25px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 30px;
}
.slider-text p {
	font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.slider-text .slider-body {
    background-color: rgba(255,255,255,0.0);
    padding: 10px;    
    /*text-align: center;*/
}
.slider-text .slider-body p {
    
}
.slide-discover {
    background: #3b3b3b;
    border: 0px solid #fff;
    width: 120px;
	text-align: center;
    /*margin: 0 auto;*/
    padding: 5px;
}
a.slider-more-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
	padding: 5px 15px;
	border: 0px solid #fff;
	margin-left: 2%;
}
.slider-text .col-md-6,
.slider-text .col-md-3 {
    padding: 0;
}
@media only screen and (max-width: 990px) {
            .slider-text {
                top: 35%;
            }
    }
@media only screen and (max-width: 990px) {
    .slider-text {
            position: inherit;
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
            width: auto;
            margin-left: 0;
            margin-top: 0;   
            /*background: #3b3b3b;*/
       }
    .slider-title {
        font-size: 30px;
    }
    .slider-textbody {
        padding: 5px;
    }
    .flex-direction-nav {
        display: none;
    }
    .slider-text .col-md-3 {
        display: none;
    }
}


#block-locationtop,
#block-numbertop,
#block-opentimetop {
    color: #fff;
    font-size: 14px;
    padding-top: 25px;
}
@media only screen and (max-width: 990px) {
  #block-locationtop,
    #block-numbertop,
    #block-opentimetop {
        display: none;
    }  
}
#block-opentimetop {
    padding-bottom: 25px;
}
#block-locationtop .fas,
#block-numbertop .fas,
#block-opentimetop .far {
    font-size: 25px;
    color: #9ce3dd;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 0px;
    border-style: solid;
	margin: 0 5px;
	padding-left: 0px;
	padding-top: 5px;     
}
#block-locationtop .col-md-2,
#block-numbertop .col-md-2,
#block-opentimetop .col-md-2 {
    text-align: center;
}
#block-welcome {
    text-align: center;
}
@media only screen and (max-width: 990px) {
    #block-welcome {
        text-align: center;
    }
}

#block-whyushomeblock .fas {
    font-size: 50px;
    color: #9ce3dd;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-width: 0px;
    border-style: solid;
	margin: 0 5px;
	padding-left: 0px;
	padding-top: 5px;     
}
#block-whyushomeblock .col-md-3 {
    text-align: center;
}
#block-whyushomeblock .col-md-4 {
    padding-bottom: 60px;
}
#block-whyushomeblock .fas:hover {
    color: #5db8d5;
}
#block-whyushomeblock h4:hover {
    color: #9ce3dd;
}
#block-whyushomeblock h4:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0%;
    top: 30px;
    position: absolute;
    background: #5db8d5;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
#block-whyushomeblock h4:hover:after { 
  width: 100%; 
  left: 0; 
}
@media only screen
    and (max-width : 990px){
        #block-whyushomeblock h4 {
            text-align: center;
        }  
}
.path-frontpage .region1-container,
.path-frontpage .region2-container,
.path-frontpage .region4-container,
.path-frontpage .region6-container,
.path-frontpage .region7-container {
    margin-top: 100px;
}
.path-frontpage .region3-container {
    background: #9ce3dd url("/sites/default/files/leaf.png") bottom right no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
}
@media only screen
and (max-width : 990px){
    .path-frontpage .region1-container,
    .path-frontpage .region2-container,
    .path-frontpage .region4-container,
    .path-frontpage .region6-container,
    .path-frontpage .region7-container {
        margin-top: 30px;
    }
}
#block-wevalueforlife {
    color: #fff;    
}
#block-wevalueforlife h2 {
    color: #fff;
}
#block-wevalueforlife h4,
#block-wevalueforlife h3 {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}
#block-wevalueforlife .fas {
    color: #fff;
}
.datetype {
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #aaa;
}
.pubdate2 {
    float: right;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    color: #aaa;
}
.ctype {
    float: left;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #aaa;
}
.readmore {
    display: table;
    /*background: #353535;*/
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #aaa;
}
.readmore a {
    color: #aaa;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa;
}
.readmore .fas {
    color: #aaa;
}
@media only screen
and (max-width : 768px){
    .views-col {
        width: 100% !important;
    }
}
.views-col {
    padding-bottom: 30px;
}
.view-news-and-articles img,
.field--name-field-image img,
.field--name-field-m img {
    width: 100%;
    height: auto;
}
.view-news-and-articles h2 {
    font-size: 30px;
    height: 80px;
    padding-top: 15px;
    text-align: center;
}
.view-news-and-articles a {
    color: #5db8d5;
}
.view-news-and-articles a:hover {
    color: #9ce3dd;
}

.field--name-field-type-of-content {
    padding-top: 30px;
    font-size: 12px;
}
.field--name-field-date {
    font-size: 12px;
}
.view-taxonomy-term h2 {
    font-size: 30px;
}
.node-readmore,
.feed-icons {
    display: none !important;
}
.path-frontpage .pagetitle-container {
    display: none;
}
#block-latestnewsandarticlestitle h2,
#block-ourspecialiststitle h2,
#block-gallerytitlehome h2,
#block-testimonytitle h2 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
#block-latestnewsandarticlestitle p,
#block-ourspecialiststitle p,
#block-gallerytitlehome p,
#block-testimonytitle p {
    text-align: center;
}
#block-medicalspecialits h3,
#block-medicalspecialits h4 {
    text-align: center;
}
#block-medicalspecialits h4 {
    color: #9ce3dd;
}
.ourms {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    padding-bottom: 50px;
}
.ourms:hover {
    background: #9ce3dd;
    -webkit-box-shadow: 0px 0px 0px 14px #9ce3dd;
    -webkit-transform: scale(0.9);
    box-shadow: 0px 0px 0px 14px #9ce3dd;
    transform: scale(0.9);
}
.ourms h3,
#block-medicalspecialits .ourms h4,
.ourms p {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.ourms:hover h3,
#block-medicalspecialits .ourms:hover h4,
.ourms:hover p {
    color: #fff;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.ourms img {
    width: 250px;
    height: auto;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border: 10px solid #9ce3dd;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.ourms:hover img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 14px #fff;
    -webkit-transform: scale(0.9);
    box-shadow: 0px 0px 0px 14px #fff;
    transform: scale(0.9);
}

/* Gallery Starts */
.folio-home {
  position: relative;
  overflow: hidden;  
}

.home-folio-img img {
  display: block;
  width: 100%;
  height: auto;
}
.folio-home:hover img {
	-webkit-transform:scale(1.3);
	transform:scale(1.3);	
	/*filter: sepia(0) saturate(2);*/
}
.folio-home img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
    width: 100%;
    height: auto;
}
.home-folio-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(93,184,213,0.8);
}

.folio-home:hover .home-folio-title {
  opacity: 1;
}

.text {
  color: #3b3b3b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text p {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.folio-home:hover a {
    text-decoration: none;
    color: #3b3b3b;
}
.foliocontent {
    margin-bottom: 15px;
}

/* Gallery Ends */

.col-md-6#block-views-block-photo-gallery-block-1,
.col-md-6#block-views-block-photo-gallery-block-2,
#block-views-block-photo-gallery-block-2 .col-md-6 {
    padding: 0;
}
#block-views-block-photo-gallery-block-1 .views-col,
#block-views-block-photo-gallery-block-2 .views-col {
    padding-bottom: 0px;
}
#block-views-block-photo-gallery-block-2 .foliocontent {
    margin-bottom: 0;
}
.path-frontpage .region7-container {
    padding-left: 15%;
    padding-right: 15%;
}
@media only screen
and (max-width : 768px){
    .path-frontpage .region7-container {
        padding-left: 15px;
        padding-right: 15px;
    }    
}
#flexslider-2 {
    background: #9ce3dd;
}
#flexslider-2 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid #fff;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#flexslider-2 p {
    padding-top: 50px;
    font-style: italic;
    padding-right: 50px;
}

#flexslider-2 h4 {
    color: #fff;
}
@media only screen
and (max-width : 990px){
    #flexslider-2 p {
        padding-top: 15px;
        padding-right: 0;
        text-align: center;
    }
    #flexslider-2 h4 {
        text-align: center;
    }
    #flexslider-2 img {
        margin-bottom: 0;
    }
}

#block-viewalltestimonials {
    margin-top: 60px;
    text-align: center;
}
#block-viewalltestimonials .readmore {
    font-size: 16px;
}
#block-viewalltestimonials .readmore a {
    color: #5db8d5;
}
.view-id-testimonies img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid #5db8d5;
    margin-left: auto;
    margin-right: auto;
}
.view-id-testimonies .col-md-8 p {
    padding-top: 30px;
}
@media only screen
and (max-width : 990px){
    .view-id-testimonies .col-md-8 p {
        padding-top: 15px;
        text-align: center;
    }
    .view-id-testimonies .col-md-8 h4 {
        text-align: center;
    }
}
.view-id-testimonies .col-md-8 {
    border-bottom: 1px dashed #9ce3dd;
}
.header-container .col-md-8 {
    padding: 0;
}
.container {
    padding: 0;
}
.main-container {
    background: #fff;
}
.main-container .container {
    padding: 30px 15px;
}
.footer .fas {
    color: #fff;
}
#block-footerlogo h2,
#block-connectwithus h2,
#block-locationcontactbottom h2 {
    font-size: 25px;
    color: #5db8d5;
    margin-top: 15px;
}
#block-contactaddresscontactuspage ul,
#block-connectwithus ul,
#block-locationcontactbottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#block-contactaddresscontactuspage li,
#block-locationcontactbottom li {
    display: table-cell;
}
#block-locationcontactbottom p {
    padding-left: 15px;
    font-size: 14px;
    padding-bottom: 15px;
}
#block-contactaddresscontactuspage p {
    padding-left: 15px;
    padding-bottom: 15px;
}
#block-footerlogo p {
    font-size: 14px;
}
#block-footerlogo {
    padding-bottom: 15px;
}
#block-connectwithus li {
    display: inline-block;
}
.footer {
    background: #5db8d5 url(/sites/default/files/bg-footer.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}
.footer:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
}
.path-frontpage .main-container .container {
    padding: 0;
}
#block-copyrightfooter {
    font-size: 14px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
    color: #5db8d5;
}
#block-footer {
    font-size: 14px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
    clear: left;
}
#block-footer li {
    display: inline-block;
}
#block-footer .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 5px;
    color: #5db8d5;
}
#block-footer .nav > li > a:hover {
    background: transparent;
}
@media only screen
and (max-width : 990px){
    #block-copyrightfooter,
    #block-footer {
        padding-bottom: 0px;
        padding-top: 15px;
        text-align: left;
    }    
}
@media only screen
and (max-width : 425px){
    #block-footer li {
        display: block;
        padding-top: 5px;
    }
}

.servimg img {
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.servtext {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.servtext h3 {
    text-align: center;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}

.servicon .fas {
    font-size: 40px;
    padding-top: 12px;
    position: relative;
    z-index: +1;
    color: #fff;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.servicon {
      position: relative;
      width: 100px;
      height: 90px;
      margin: -35px auto 0;
    text-align: center;
    }
.servicon::before,
.servicon::after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #9ce3dd;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.servicon::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}


.ourservices {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    padding-bottom: 30px;
}
.ourservices:hover {
    background: #9ce3dd;
    -webkit-box-shadow: 0px 0px 0px 14px #9ce3dd;
    -webkit-transform: scale(0.9);
    box-shadow: 0px 0px 0px 14px #9ce3dd;
    transform: scale(0.9);
}
.ourservices:hover .servicon::before,
.ourservices:hover .servicon::after {
    background: #fff;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.ourservices:hover .servicon .fas {
    color: #9ce3dd;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.ourservices:hover .servimg img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.ourservices:hover .servtext,
.ourservices:hover .servtext h3 {
    color: #fff;
    -webkit-transition: all .9s ease;
    transition: all .9s ease;
}
.form-item label {
    font-weight: 300;
}
.form-control {
    background-color: #9ce3dd;
    border: 1px solid #9ce3dd;
    border-radius: 0;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #5db8d5;
    border-color: #5db8d5;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accomodations {
    padding-top: 30px;
    padding-bottom: 30px;
}

#block-views-block-testimonies-block-2 .views-row {
    clear: left;
    padding-bottom: 30px;
    display: table;
}
.page-node-type-news-and-articles .field--name-body {
    padding-top: 30px;
    padding-bottom: 30px;
}