/*
@font-face {
    font-family: "Avenir";
    src: url(../fonts/avenir.ttf) format("truetype");
}
*/

/*
@font-face {
    font-family: "Lucinda Bright Italic";
    src: url(../fonts/lucinda_bright_italic.ttf) format("truetype");
}


@font-face {
    font-family: "Lucinda Bright Italic";
    src: url(../fonts/lucinda_bright_italic.ttf) format("truetype");
}
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');

/******** JQUERY Override ***************/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    /* display: none; */
    border: none !important;
    background: #4c929a !important;
}

.fancybox-opened .fancybox-title {
    display: none;
}

.ui-icon {
    background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_FFFFFF_256x240.png) !important;
}

body {
    background: #f2f2f2;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    color: #323637;
}

h1,
h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
    margin: 10px 0px;
}


#global_button h2 {
    display: block;
    /*    background: red;*/

}

#global_button a {
    /* background: orange; */
    background: #FAF9E7;
    padding: 13px 34px;
    border-radius: 8px;
    font-size: 17px;
    /* word-wrap: normal; */
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    border-bottom: none !important;
}



a:hover {
    text-decoration: none;
}

.ccm-block-page-list-wrapper a {
    font-weight: bold;
    color: #008D9F;
    border-bottom: dashed 1px;
}

a.ccm-multilingual-active-flag {
    font-weight: bold;
}

img.ccm-image-block {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ui-widget-content {
    border: 0px solid #aaaaaa;
    background: #fffde8 url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
    color: #404040;
}

.bg_wht {
    background-color: #fffde8;
}

.bg_yellow {
    background: #FFFDE8;
}


.border_bot {
    border-bottom: 1px solid #008D9F;
}


.border_r {
    border-right: 1px solid #008D9F;
}

.border_l {
    border-left: 1px solid #008D9F;
}

.top_marg {
    margin-top: 25px;
}

.base_marg {
    margin-bottom: 25px;
}

.main_bg_blk_skin {
    background: black;
    //height: 355px;
    /* margin-top: 20px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/cottage_bg.jpg);
    background-position-y: center;
}

.breadcrumbs {
    font-weight: bold;
    padding: 10px;
    color: rgb(251, 0, 25);
}

.breadcrumbs span {
    color: #1A1A1A;
}

.breadcrumbs a {
    color: #1A1A1A;
}

.header {
    background: #4C929A;
    position: relative;
    padding-top: 0px;
    border-bottom: #008D9F solid 12px;
    width: 100%;
    z-index: 3;

    display: block;
}


.logo_img {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    cursor: pointer;
}

/*Contact Form -------------------------------------------------------*/

.contact_base p {
    padding: 5px 5px;
}

.contact_base h2 {
    background: #4c929a;
    color: white;
    font-weight: bold;
    padding: 15px;
}

.contact_base label {
    color: #4f6e71 !important;
}

.contact_base .fields {
    background: #d9e8ea;
    padding: 20px;
}

/*
    .contact_base input[type="submit"] {
        background: #4c929a !important;
        margin-top: 7px;
    }
*/


.contact_base input[type="submit"] {
    background: #008d9f !important;
    margin-top: 7px;
    width: 100%;
    border: none;
}






/*Tab area -------------------------------------------------------*/
h2.gal_heads {
    font-weight: bold;
    color: #008d9f;
    font-size: 30px;
}


.intro_p {
    font-size: 18px !important;
    padding: 4px !important;
}


.tab_area {
    margin: 25px 0px;
    padding: 0px 20px;
    line-height: 1.5em;
}


.tab_area .simpleTabsContainer {
    background: #4c929a;
    padding: 20px;
    color: white;
}

.tab_area h2 {
    font-size: 26px;
    margin: 18px 0px;
    font-weight: bold;
    color: #4c929a;
}

ul.simpleTabs li {
    background: #008FA0 !important;
}

ul.simpleTabs li.active {
    background: #4c929a !important;
}

ul.simpleTabs li a {
    color: white !important;
}

ul.simpleTabs li a.active {
    color: white !important;
}

.ui-accordion-content p {
    color: black;
    font-size: 17px;
    line-height: 1.5em;
    font-family: 'Quicksand', sans-serif !important;
}

.ui-accordion-content a {
    //color: black;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif !important;
    text-decoration: none;
    list-style: none;
}



#tabs p {
    font-family: 'Quicksand', sans-serif;
    font-weight: lighter;

}

.lft img {
    margin-bottom: 15px;
}

.rgt img {
    margin-bottom: 15px;
}

.lft {
    float: left;
    width: 28%;
    padding: 25px;
    display: inline-block;
}


.cent {
    width: 43%;
    display: inline-block;
    margin-top: 25px;
}



.rgt {
    float: right;
    width: 28%;
    padding: 25px;
    display: inline-block;
}





div#tabs-1 {
    background: #4c929a;
    padding: 20px;
    font-size: 20px;
    color: white;
    margin-left: 1px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}

div#tabs-2 {
    background: #4c929a;
    padding: 20px;
    font-size: 20px;
    color: white;
    margin-left: 1px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}

div#tabs-3 {
    background: #4c929a;
    padding: 20px;
    font-size: 20px;
    color: white;
    margin-left: 1px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}

.ui-tabs .ui-tabs-nav {
    margin-bottom: -19px;
    border: none #ddd;

}

li.nav-path-selected a {
    background: #008d9f;
}

a.nav-selected.nav-path-selected {
    background: #008d9f;
    font-weight: bold;
}

.easy-gallery {
    margin-top: 26px;
}

.HP_text_area h6 a {
    padding: 14px 20px !important;
    /* color: red !important; */
    display: inline-block;
    border: none;
    background: #FAF9E7;
    font-weight: normal;
    font-size: 19px;
    border-radius: 5px;
}

.tab_area_new h6 a {
    padding: 20px 50px !important;
    /* color: red !important; */
    display: inline-block;
    border: none;
    background: #ffffff;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
}

a#ui-id-1 {
    background: #008D9F;
    color: white;
    font-size: 25px;
    border-bottom: #008D9F 1px solid;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}

a#ui-id-2 {
    background: #008D9F;
    color: white;
    font-size: 25px;
    border-bottom: #008D9F 1px solid;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}

a#ui-id-3 {
    background: #008D9F;
    color: white;
    font-size: 25px;
    border-bottom: #008D9F 1px solid;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}


.ui-state-active a {
    background: #4c929a !important;
    border-bottom: #4c929a 1px solid !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;

}



#accordion h3 {
    background: #4c929a !important;
    color: white !important;
    /* text-transform: uppercase; */
    border: none !important;
    border-radius: 0 !important;
    padding: 20px;
    padding-left: 40px;
}

#accordion .ui-accordion-content {
    border: 0px !important;
}


.tab_area p {
    font-size: 15px;
    line-height: 1.6em;
}

.tab_area a {
    font-size: 15px;
    line-height: 1.6em;
}


/*
.ineditmode #accordion div{
    min-height:  height: 100px;
    display: block;
    position: relative;
    //background: red;
}

*/




.area_one,
.area_two {
    float: left;
    width: 50%;
}


/*Header Buttons*/
/*

.logo_header h2 a {
    background: #FFFDE8;
    display: inline-block;
    float: right;
    text-decoration: none;
    color: #4D9098;
    font-weight: normal;
    font-size: 16px;
    padding: 20px;
    margin-left: 10px;
    border-radius: 0px 0px 8px 8px;
    margin-top: -20px;
     padding-top: 0px; 
    min-width: 145px;
    text-align: center;
}
*/


.logo_header {
    z-index: 1;
    position: relative;
    text-align: right;
}


.logo_header h2 {
    display: inline-block;
    position: relative;
}

.logo_header h2 a {
    background: #FFFDE8;
    display: inline-block;
    // float: right;
    text-decoration: none;
    color: #4D9098;
    font-weight: normal;
    font-size: 16px;
    padding: 20px;
    margin-left: 10px;
    border-radius: 0px 0px 8px 8px;
    margin-top: -20px;
    /* padding-top: 0px; */
    min-width: 145px;
    text-align: center;
    margin-right: 5px;
}





.HP_text_area h2 {
    color: white;
    font-size: 28px;
    font-weight: bold;

}


.HP_text_area p {
    color: white;
    font-size: 19px;
    line-height: 25px;
}

.HP_text_area a {
    font-weight: bold;
    color: #4C929A;
    border-bottom: dashed 1px;
}






.top_links {
    z-index: 10;
    background: #1F5A62;
    color: white;
}

.top_links p {
    background: darkslategray;
    color: white;
    padding: 15px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.top_links a {
    color: white;
}

.top_links img {
    display: inline;
    margin: 0 5px;
}



.goto_booking_1 {
    margin-top: 115px;
}

.goto_booking_2 {
    margin-top: 125px;
}

.goto_booking_1 p,
.goto_booking_2 p {
    color: white;
    font-size: 18px;
}

.goto_booking_1 p a,
.goto_booking_2 p a {
    color: white;
}

.goto_booking_1 h3,
.goto_booking_2 h3 {
    margin: 0px;
    padding: 15px 0 0;
}

.goto_booking_1 h3 a,
.goto_booking_2 h3 a {
    color: #5d7e95;
    padding: 15px 20px 15px 50px;
    font-size: 18px;
    background: white url(../images/calendar.png) no-repeat 25% 50%;
    background-size: 10%;
    display: block;
}

.banner {
    padding: 83px 15px 20px 20px;
}

.banner img {
    width: 100%;
    height: 100%;
}


#run_ani_home {

    -webkit-animation: fadein 4s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s;
    /* Firefox < 16 */
    -ms-animation: fadein 4s;
    /* Internet Explorer */
    -o-animation: fadein 4s;
    /* Opera < 12.1 */
    animation: fadein 4s;


}



.thelogo {
    display: block;
    background: url(../images/logo.png) no-repeat top;
    min-width: 423px;

    height: 149px;
    background-size: contain;
    text-align: center;
    margin-top: 5px;


}


.thelogo_cy {
    display: block;
    background: url(../images/logo_cy.png) no-repeat top;
    min-width: 423px;

    height: 149px;
    background-size: contain;
    text-align: center;
    margin-top: 5px;


}



@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.take_a_look .popblocks {
    border: 2px solid #faf9e7 !important;
    border-radius: 7px;
}

.take_a_look {
    background: #4c929a;
    padding: 20px;
    margin: 20px 0px;


}

.take_a_look h2 {
    color: white;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    margin-top: -5px;
    font-family: 'Fredericka the Great', cursive;
}

.take_a_look h3 a {
    padding: 14px 20px !important;
    /* color: red !important; */
    display: inline-block;
    border: none;
    background: #FAF9E7;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
}

.take_a_look h3 {
    text-align: center;
    /* margin: 28px 0px; */
    margin-top: 40px;
    margin-bottom: 20px;
}

.theleftnav {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.theleftnav ul {
    margin: 0;
    padding: 0;
}

.theleftnav li {
    display: block;
    list-style: none;
    margin: 0 !important;
}

.theleftnav a {
    display: block;
    padding: 12px 14px;
    text-decoration: none;
    color: #00adef;
    font-size: 14px;
    background: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.theleftnav a:hover {
    background: #0e47a1;
    color: #fff;
    border: 1px solid #28AEED;
}

.theleftnav li.nav-path-selected a {
    background: #00adef;
    color: #fff;
    border: 1px solid #28AEED;
}

.theleftnav ul ul {
    background: #fff;
}

.theleftnav ul ul li a {
    padding-left: 34px;
}

.themobilenav {
    text-align: center;
    float: none;
}

.themobilenav ul {
    padding: 0;
    margin: 0;
    background: #008d9f;
}

.themobilenav li {
    display: block;
    width: 100%;
    padding: 8px 0px;
}

.themobilenav a {
    padding: 10px 7px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.themobilenav ul ul {
    overflow: visible;
    display: none;
    position: relative;
}

.themobilenav li:hover ul {
    display: block;
    margin-left: 0px;
}

.themobilenav ul ul li a {
    padding: 0px 0px;
}

.themobilenav a:active {
    background-color: initial !important;
    font-weight: 800;
}

.themobilenav .nav-path-selected a {
    font-weight: 800;
}

.themobilenav a:hover {
    background-color: initial !important;
}

.nav > li > a:focus {
    background-color: initial !important;
}

.nav > li > a {
    display: inline;
    font-family: 'Quicksand', sans-serif;
}

.sb-search {
    margin-top: -7px;
    margin-right: 18px;
}

.sb-icon-search {
    background: #1A5A63;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #1A5A63;
}

.search_results a {
    color: #A8B438
}

#searchResults .pageLink {
    font-size: 14px;
    color: inherit;
    margin: 2px 0 8px 0;
    padding: 0;
    display: block;
}


.thenav li ul {
    background: #008d9fa3 !important;
    //margin-top: 19px !important;
    border: none !important;
    padding: 20px !important;
    //z-index:2;
}

.thenav li ul a {
    background: none;
    margin-top: 18px;
    padding: 20px;
    float: left;
    //margin-left:5px;
    border-radius: 8px;
}

.thenav ul ul {
    overflow: visible;
    display: none;
    position: absolute;
    margin: 8px 0px 0 0;
    z-index: 100;
    min-width: 264px;
    left: 0;
    background: #5d7e95;
    padding: 0px 0px 0px 0px;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
}

.thenav ul ul li {
    float: none;
}

.thenav li:hover ul {
    display: block;
    margin-left: 0px;
}

.thenav ul ul a {
    padding: 10px !important;
    display: block;
    border-bottom: none !important;
}

.thenav .nav-path-selected ul a {
    color: #fff;
    //background: #1A5A63;
}

.thenav .nav-path-selected ul a:active {
    border-bottom: none;
}

.thenav .nav-path-selected ul a:hover {
    color: #A8B438;
}

.thenav .nav-path-selected ul .nav-path-selected a {
    //background: rgb(251, 0, 25);
    color: #fff;
    border-bottom: 4px solid white;
}

.thenav ul ul li ul {
    position: absolute;
    min-width: 174px;
    margin-top: -41px;
    visibility: visible;
}

.thenav ul ul li:hover ul {
    margin-top: -41px;
    left: 245px;
    visibility: visible;
}

#slidedown {
    display: none;
    background: #323637;
}

.slidedown {
    display: none;
}

#dropdown {
    color: white;
}

.thenav {
    margin-top: 0px;
    text-align: center;
    font-family: 'Quicksand', sans-serif !important;

}

.thenav ul {
    padding: 0px 0 6px;
}

.thenav li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.thenav a {
    padding: 15px 16px 10px !important;
    text-decoration: none;
    color: white;
    margin: 2px;
    font-size: 20px;
    font-weight: normal;
}

.thenav a:hover,
.thenav .nav-path-selected a {
    color: white !important;
    /* border-bottom: 4px solid white; */
    //background: #008D9F;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: #008D9F !important;
}

.fullwidthnav {
    background: #333333;
    padding: 0;
    margin-bottom: 20px;

}



.fullwidthnav ul {
    overflow: hidden;
    padding: 10px 0;
    margin: 0;
}

.fullwidthnav li {
    display: inline;
    list-style: none;
}

.fullwidthnav li a {
    color: #fff;
    padding: 12px 14px;
    font-size: 16px;
}

.fullwidthnav li a:hover {
    background: #1A1A1A;
    font-weight: bold;
}

.fullwidthnav li a.nav-selected.nav-path-selected {
    background: #1A1A1A;
    font-weight: bold;
}

/*
.fullwidthslider {
    position: relative;
    border-bottom: #008D9F solid 12px;
}
*/

.fullwidthslider {
    position: relative;
    border-bottom: #008D9F solid 12px;
    //margin-top: 246px;
}

.sub_slider .ccm-image-slider-text {
    display: none;
}

.rslides_nav {

    z-index: 2 !important;
}

.fullwidthslider .ccm-image-slider-text {
    /* right: 60%; */
    /*    top: calc(50%);*/
    top: calc(31%);
    width: auto;
    padding: 43px;
    background: rgba(1, 1, 1, 0.41);
    color: white;
    position: absolute;
    left: calc(50%);
    //width: 35%;
    text-align: center;
    /* transform: translateX(-50%); */
    /* transform: translateY(-50%); */
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.fullwidthslider img {
    width: 100%;
    height: auto;
    max-height: 75vh;
    object-fit: cover;
}



.fullwidthslider h2 {
    color: #f5f5f5;
    font-size: 32px;
}

.fullwidthslider p {
    /* background:  red; */
    display: block;
    margin-top: 45px;
}

.fullwidthslider p a {
    background: #FAF9E7;
    padding: 20px;
    border-radius: 8px;
    font-size: 17px;
    /* word-wrap: normal; */
    text-decoration: none;
    white-space: nowrap;
}


.reviews .ccm-image-slider-text {
    position: relative;
    left: 0;
    top: 0%;
    color: white;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    width: 100%;
}

.reviews h2.ccm-image-slider-title {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

.reviews .rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0%;
    left: 98%;
    margin-top: 0px;
}

.reviews a.rslides_nav.rslides2_nav.prev {
    left: 93% !important;
    background: transparent url(../images/go_previous.png) no-repeat left top;
}

.reviews a.rslides_nav.rslides2_nav.next {
    background: transparent url(../images/go_next.png) no-repeat left top;
}

.reviews a.rslides_nav.rslides1_nav.prev {
    left: 85% !important;
    background: transparent url(../images/go_previous.png) no-repeat left top;
}

.reviews a.rslides_nav.rslides1_nav.next {
    background: transparent url(../images/go_next.png) no-repeat left top;
}

.reviews p a {
    color: white;
    font-weight: bold;
    font-size: 17px;
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .fullwidthslider img {
        max-height: none;
        min-height: 0;
    }
}

#rooms_subsection {
    padding: 20px 0px 0px;
    background: white;
    margin-bottom: 20px;
}

.booking-con {
    background: #ECEEED;
    padding: 15px 0px 0px;
}

.col-spec {
    width: 20% !important;
}

@supports (-ms-accelerator:true) {
    .fullwidthslider img {
        max-height: none;
        min-height: 0;
    }
}

/* Custom cols */

.col-md-6.col-sm-12.col-xs-12.lower-left-col {
    padding-left: 0px;
    padding-right: 10px;
}

.col-md-6.col-sm-12.col-xs-12.lower-right-col {
    padding-left: 10px;
    padding-right: 0px;
}

.col-md-6.col-sm-6.col-xs-12.higher-left-col {
    padding-right: 10px;
}

.col-md-6.col-sm-6.col-xs-12.higher-right-col {
    padding-left: 10px;
}

.col-md-12.col-sm-12.col-xs-12.inner-lower-left-col {
    padding: 0px;
}

.col-md-6.col-sm-6.col-xs-12.inner-lower-right-col {
    padding-right: 0px;
    padding-left: 10px;
}

/* End */

.ineditmode .caption {
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: 0px;
    right: 0;
    background: white);
    padding: 10px;
    border-radius: 5px;
    max-width: 300px;
}

.caption {
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
    border-radius: 5px;
    max-width: 300px;
    position: absolute;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
    bottom: 20px;
    right: 18%;
}

.caption h3 {
    color: #A8B438;
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}

.caption a {
    color: white;
    background: #1F5A62;
    border-radius: 5px;
    padding: 15px 25px;
    display: inline;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.caption a:hover {
    color: white;
}

.caption p {
    padding: 0px 5px 15px 5px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}



/*        base Bar ovelays            ----------------------------------------------------------------------------------------------*/


.ineditmode .overlay_container_BB .skin {
    position: relative !important;
    /* bottom: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 2%; */
    background: #0b495087 !important;
    margin-top: 13px !important;
    padding: 20px !important;
    text-align: center !important;
    /* line-height: 43px; */
}


.overlay_container_BB {
    position: relative;
    margin-top: 25px;
    //box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.overlay_container_BB .skin {
    position: absolute;
    bottom: 0; //transform: translateY(-75%);
    left: 0;
    width: 100%;
    height: 25%;
    background: rgba(76, 146, 154, 0.5);
    pointer-events: none;

}

.overlay_container_BB .skin:hover {
    /*
            background: rgba(0, 0, 0, 0);
            -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;
*/
}

.overlay_container_BB .skin a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-family: 'Fredericka the Great', cursive;
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    /* line-height: 105px; */
    /* background: red; */
    padding-top: calc(1%);
}

.overlay_container_BB p {
    /*            background: red;*/
    position: relative;
    top: calc(50%);
    transform: translateY(-50%);
    color: white;
    font-size: 42px;
    text-transform: uppercase;
}




.spcr {
    display: block;
    // height: 246px;
    position: relative;
}

#cta {
    padding: 15px 0px 0px;
}

.cta {
    position: relative;
}

.cta img {
    margin-bottom: 15px;
}

.cta h2 {
    color: #1A5A63;
    margin: 20px;
    font-size: 18px;
    font-weight: bold;
}

.cta h3 {
    font-size: 24px;
    color: white;
    margin: 0px;
}

.ineditmode .cta_top {
    position: relative;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 20px 10px;
    border-radius: 5px;
}

.cta_top {
    position: absolute;
    top: 20px;
    left: 40px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 20px 10px;
    border-radius: 5px;
}

.cta_top p {
    padding: 0;
    margin: 0;
}

.cta_top a {
    color: #A8B438;
    font-weight: bold;
    font-size: 20px;
}

.ineditmode .cta_bottom {
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 20px 20px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-size: 17px;
}

/*.cta_bottom {
    background: rgba(1,1,1,0.35);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-size: 17px;
    bottom: 0px;
}

.cta_bottom:hover {
    background: rgba(1,1,1,0.5);
    transition-duration: 1s;
} */

.cta_bottom p {
    color: white;
    padding: 0;
    margin: 0;
    font-weight: 200;
    font-size: 18px;
}

.cta_bottom i {
    font-size: 15px;
    //font-family: "Lucinda Bright Italic";
    font-weight: normal;

}

.ineditmode .cta_bottom a {
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 20px 20px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-size: 17px;
    color: black;
}

.cta_bottom a {
    color: white;
    font-weight: bold;
    font-size: 24px;
    background: rgba(1, 1, 1, 0.50);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-size: 17px;
    bottom: 0px;
    text-align: center;
    border: 10px solid white;
}

.hp_cta_1 a {
    padding-top: 35%;
}

.hp_cta_2 a {
    padding-top: 26%;
}

.cta_bt_tl_p a {
    padding-top: 23%;
}

.cta_at_tl_p a {
    padding-top: 32%;
}

.cta_bottom a:hover {
    background: rgba(1, 1, 1, 0.1);
    transition-duration: 1s;
}

#main {
    background: #FFFDE8;
    padding-top: 0px;
    padding-bottom: 0px;
}

.main {
    background: #E5E3EE;
    margin-bottom: 20px;
    padding: 20px 20px 47px;
}

.main h1,
.main h2 {
    color: #323637;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
}

.main h3 {
    font-size: 18px;
    color: #323637;
    margin: 10px 0px;
    font-weight: bold;
    line-height: 150%;
}

.main p {
    font-size: 16px;
    font-weight: bold;
}

.main a {
    color: #323637;
    font-weight: bold;
}

.main a:hover {
    font-weight: bold;
}

.main button a {
    color: white;
}

/*
.main h5 {
    margin: 30px 0px !important;
}

.main h4 {
    margin: 30px 0px !important;
}

.main h5 a {
    width: initial !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 10px 40px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    color: white !important;
    background-color: #A8B438 !important;
    border-color: #A8B438 !important;
    border-radius: 5px !important;
}

.main h5 {
    display: inline !important;
}

.main h4 a {
    width: initial !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 10px 40px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    color: white !important;
    background-color: #1F5A62 !important;
    border-color: #1F5A62!important;
    border-radius: 5px !important;
}

.main h4 {
    display: inline !important;
}

*/

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:hover,
.btn-success:active:focus {
    color: #fff;
    background-color: #A8B438;
    border-color: #A8B438;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:hover,
.btn-info:active:focus {
    color: #fff;
    background-color: #1F5A62;
    border-color: #1F5A62;
}

.main ul {
    padding-left: 15px;
}

.latest_news {
    background: #E8F1F0;
    padding: 30px;
    border-radius: 10px;
}

.latest_news h1 {
    color: #A8B438;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
}

.latest_news h3 {
    color: #A8B438;
    font-size: 18px;
    font-weight: bold;
}

.latest_news h5 {
    color: #A8B438;
    font-size: 18px;
}

.main1 a {
    color: rgb(251, 0, 25);
    background: white;
    border-radius: 5px;
    border: 2px solid rgb(251, 0, 25);
    padding: 10px 25px;
    display: inline;
    float: right;
    font-weight: bold;
    text-align: center;
}

.main1 a:hover {
    color: white;
    background: rgb(251, 0, 25);
    border: 2px solid rgb(251, 0, 25);
}

.book_direct {
    background: #2D4D64;
    margin: 0px 0px 0px;
    padding: 20px;
    color: white;
}

.book_direct p {
    margin: 0px 0px;
    padding: 0px;
    color: white;
    font-size: 16px;
}

.book_direct p a {
    border: 1px solid white;
    color: white;
    border-radius: 0px;
    background: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.same img {
    padding: 0px;
    margin: 0px;
    object-fit: none;
    height: 100%;
}

.special {
    background: #2D4D64;
    padding: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.extra {
    margin-top: 0px;
    padding: 0px;
}

.special h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
}

.special h3 {
    font-size: 16px;
    font-weight: 700;
}

.special p {
    color: white;
}

.special p a,
.special h3 a {
    color: white;
    font-weight: bold;
}

.special h3 {
    margin: 0px 0px 10px;
}

.booking_link {
    background: #1F3D5F;
    color: white;
    padding: 20px 0px;
}

.booking_link p {
    margin-bottom: 0;
}

.booking_link a {
    padding: 10px 40px;
    color: white;
    font-size: 16px;
    border: 1px solid white;
    margin-left: 30px;
}

.booking_link h3 a {
    border: 1px solid white;
    color: white;
    border-radius: 0px;
    background: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
}

.booking_link h3 a:hover {
    border: 1px solid #1F3D5F;
    color: #1F3D5F;
    background: white;
    transition-duration: 750ms;
}

div#lower_header {
    background: #323637;
    color: white;
    margin-bottom: 0px;
}

.same_text {
    padding: 30px 0;
}

.same_text h2 {
    margin: 0px 0px 20px;
}

.same_text a {
    color: white;
    font-weight: bold;
}

.same_text a:hover {
    font-weight: 900;
}

/*.half {
	top: 0px;
    position: absolute;
    right: -15px;
}*/

.half img {
    height: 100%;
    object-fit: cover;
}

#subpage {
    margin: 0px 0px 0px;
    position: relative;
    background: white;
}

#subpage .container {
    padding: 20px 20px 20px;
    border-radius: 5px;
}

.topimage img {
    border-radius: 5px;
    margin-bottom: 20px;
}

.sub_main {
    margin-bottom: 20px;
    padding: 20px;
    background: #E5E3EE;
}

.sub_main h1,
.main h2 {
    color: #323637;
    margin: 0px;
    font-size: 22px;
    font-weight: bold;
}

.sub_main h3 {
    font-size: 18px;
    color: #323637;
    margin: 10px 0px;
    font-weight: bold;
    line-height: 150%;
}

.sub_main p {
    font-size: 16px;
}

.sub_main a {
    color: #323637;
    font-weight: bold;
}

.sub_main a:hover {
    font-weight: bold;
}

.links {
    background: #1A5A63;
    padding: 20px 20px 55px;
    color: white;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.links h3 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
}

.links h5 {
    margin-top: 0px;
    font-size: 16px;
}

.links p {
    margin-top: 30px;
}

.links a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    background: #0F383E url(http: //79.170.44.108/marlehall.co.uk/newsite/application/themes/maintheme/images/go.png) 90% 50% no-repeat;
    width: 100%;
    position: absolute;
    left: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    background-size: 18px;
}

.subnavbar {
    background: #E8F1F0;
    padding: 0px 0px 0px;
    border-radius: 5px;
    position: relative;
    margin: 0px 0;
    font-size: 18px;
    line-height: 35px;
}

.subnavbar h3 {
    background: #A8B438;
    color: white;
    margin: 0px 0px;
    border-radius: 5px;
    position: relative;
    font-size: 18px;
    line-height: 35px;
    padding: 15px 20px;
    font-weight: bold;
}

.subnavbar .nav > li > a {
    display: block;
    color: #333;
    font-size: 20px;
}

.subnavbar .nav > li > a:hover,
.subnavbar .nav > li > a:focus,
.subnavbar .nav > li > a:active {
    color: white;
    background: #1A5A63 !important;
}

.subnavbar a.nav-selected.nav-path-selected {
    color: white;
    background: #1A5A63 !important;
}

.newsletter {
    background: #2D4D64;
    padding: 20px;
    color: white;
    font-size: 16px;
}

.newsletter h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.newsletter h3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 22px;
}

.newsletter h5 {
    margin-top: 0px;
    font-size: 16px;
}

.newsletter p {
    margin-top: 10px;
}

.newsletter p a,
.newsletter h3 a {
    color: white;
    font-weight: bold;
    padding: 10px 25px;
    border: 2px solid white;
}

.sign_up input[type="text"] {
    font-size: 14px !important;
    padding: 10px;
    border-radius: 0;
    width: 60%;
    background-color: white;
}

.sign_up button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid white;
    background: transparent;
    color: white;
    font-size: 16px !important;
    padding: 7px 40px;
    font-weight: bold;
    width: 33%;
}

.newsletter .btn-primary:hover {
    background: #708208 url(http: //www.slateshed.co.uk/application/themes/maintheme/images/go.png) 90% 50% no-repeat;
    background-size: 18px;
    border-color: #708208;
}

.testimonials {
    padding: 20px;
    position: relative;
    margin: 20px 0;
    font-size: 20px;
    line-height: 35px;
    border: 1px solid;
    border-top: 5px solid;
}

.testimonial_img_1 {
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.testimonials p {
    font-weight: 600;
    margin-bottom: 20px;
}

/*testi rotator*/
.hw-simple-testimonial-testimonial:before {
    display: none;
}

.hw-simple-testimonial-testimonial {
    margin-top: 10px;
    color: #fffde8;
    line-height: 41px;
    font-size: 1.1em;
    font-size: 29px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.hw-simple-testimonial-author {
    text-indent: 0px;
    margin: 26px 0 0 0;
    line-height: 24px;
    font-size: 20px;
    color: white;
    font-style: italic;
}

.sub_main .ccm-block-type-form {
    margin: 20px 0;
    color: #323637;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px 0px;
}



input#r_plan_btn {
    background: #008d9f;
    width: auto;
    padding: 12px;
}

input#r_plan_txt {
    padding: 12px;
}



form#r_plan {
    margin-top: 20px;
}

.contact_base form#r_plan {
    margin-top: -8px;
}


.sub_main.ccm-block-type-form input[type="submit"] {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.form-control {
    display: inline;
}

.sub_main .ccm-block-type-form .btn {
    background-color: #2D4D64;
    border-color: #2D4D64;
}

#CDSWIDCOE {
    margin: 20px 0px 0px 0px !important;
}

.sub_main .ccm-block-type-form .btn {
    display: block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    background: none;
    margin-top: none;
    width: auto;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 0px;
}

#mc_embed_signup input.email {
    border: 1px solid white !important;
    border-radius: 0px !important;
    padding: 22px 20px !important;
}

#mc_embed_signup .button {
    width: 100% !important;
    margin-left: 10px !important;
    padding: 5px 40px !important;
    border-radius: 0px !important;
    background: #2D4D64 !important;
    border: 2px solid white !important;
    height: 100% !important;
}

.info {
    display: none;
}

#snug_bar {
    background: url(../images/snug.jpg) no-repeat 50% 90%;
    min-height: 190px;
    color: white;
}

.snug_bar {
    margin-top: 50px;
}

.snug_bar h2 {
    font-size: 38px;
    font-weight: bold;
}



.email_signup_area h2 {
    font-size: 30px;
    text-align: center;
    padding: 44px;
    color: #008d9f;
    /* font-weight: bold; */
}

.container-fluid.footer_testimonials {
    background: #4C929A;
    //height: 250px;
    border-bottom: #008D9F solid 12px;
}


.email_signup_area {
    min-height: 150px;
}



.footer_block_main {
    min-height: 316px;
    margin-top: 25px;
    color: #008D9F;
    margin-bottom: 25px;
}

.footer_block_main h2 {
    margin-bottom: 20px;
}


.footer_testimonials_slider {
    padding: 65px 0px;
}

.footer_testimonials_slider p {
    color: white;
    font-size: 26px;
    padding: 16px 0px;
    font-style: italic;
}

.footer_testimonials_slider p:nth-child(2) {
    font-weight: bold;
}


.container-fluid.footer_testimonials {
    background: #4C929A;
    //
    height: 250px;
    border-bottom: #008D9F solid 12px;
    background-image: url(../images/bottom_quote.png), url(../images/top_quote.png);
    background-position: calc(85%) calc(95%), calc(15%) calc(5%);
    background-repeat: no-repeat, no-repeat;
    /* padding: 15px; */
}


.container-fluid.footer_copyright {
    background: #4C929A;
    border-bottom: #008D9F solid 12px;

}

.footer_copyright_content p {
    color: white;
    padding: 20px 0px;
}


#footer {
    background: #2D4D64;
}

#footer .container {}

.footer {
    padding: 40px 0;
}

.footer p {
    color: white;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: white;
}

.footer img {
    margin-top: 15px;
    border-radius: 10px;
}

.sign_up {
    padding: 20px;
    color: white;
}

.subfooter {
    padding: 50px 0;
    color: white;
    background: #2D4D64;
}

.f1,
.f2 {
    border-right: 1px solid #ADADAD;
    min-height: 260px;
    padding-right: 20px;
}

.f1 h3,
.f2 h3 {
    margin: 0px 0 0;
    font-size: 22px;
}

.f1 h3 a,
.f2 h3 a {
    color: white;
}

.f3 img {
    margin-right: 15px;
}

i.fa-facebook-square,
i.fa-twitter-square {
    font-size: 27px;
    margin-right: 8px;
}

.subfooter a,
.subfooter h1,
.subfooter div p {
    padding: 0;
    margin: 0;
    color: white;
    font-size: 14px;
}

.subfooter a {
    color: white;
}

.subfooter h1 {
    padding: 0 0 5px;
}

.subfooter h2 {
    color: #fff;
}

.subfooter ul {
    padding: 0 0 20px;
    margin: 0;
}

.subfooter li {
    margin-bottom: 2px;
    list-style-type: none
}

.subfooter li a {
    display: block;
    padding: 8px 10px;
    transition: background 0.5s ease;
}


.ccm-block-social-links {
    font-size: 20px;
}

.ccm-block-social-links li {
    background: #323637;
}

.ccm-block-social-links li:hover {
    background: #323637;
}

.ccm-block-social-links li a {
    color: white;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1200px) {

    .newsletter p a,
    .newsletter h3 a {
        display: -webkit-inline-box;
        margin-top: 20px;
    }

    .thenav a {
        // padding: 15px 5px 25px !important;
    }

    .thelogo {
        //margin: 0px 0px 0px -45px;
    }

    .goto_booking_1 {
        background-position: 30% 59%;
        text-align: right;
    }

    .sign_up input[type="text"] {
        width: 100%;
        margin: 0px 0px 20px;
    }

    .fullwidthslider .ccm-image-slider-text {
        top: calc(35%) !important;
    }



    .sign_up button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        width: 100%;
        margin: 0px 0;
        margin-right: 0 !important;
    }

}

#signature{
    margin-top: 20px;
}

#signature a{
    color: #fff;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {

    .fullwidthslider h2 {

        font-size: 20px;
    }

    .fullwidthslider p a {

        font-size: 15px;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:489px) {
    a#ui-id-1,
    a#ui-id-2,
    a#ui-id-3 {
        font-size: 20px;
    }
}

@media only screen and (max-width:992px) {
    .thelogo {
        display: block;
        width: 263px;
        height: 160px;
    }

    .overlay_container_BB .skin a {
        font-size: 20px;
    }

    .border_r {
        border: none;
        text-align: center;
    }

    .footer_block_main,
    .ccm-block-svg_social_media_icons {
        text-align: center !important;
        min-height: unset;
    }

    .ui-tabs .ui-tabs-nav {
        display: block;
        float: left;
    }

    .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }

    a#ui-id-1,
    a#ui-id-2,
    a#ui-id-3 {
        width: 100%;
        text-align: center;
    }

    #tabs p {
        font-size: 16px;
    }

    .logo_img {

        padding: 28px 100px;
    }

    .logo_header {

        text-align: center;
    }


    .goto_booking_1,
    .goto_booking_2 {
        margin-top: 0px;
    }

    .goto_booking_1 h3 a,
    .goto_booking_2 h3 a {
        padding: 15px 30px 15px 70px;
        background: white url(../images/calendar.png) no-repeat 15% 50%;
        background-size: 17%;
        display: inline;
    }

    .goto_booking_1 p,
    .goto_booking_2 p {
        text-align: center !important;
        padding: 20px 0px 0px;
    }

    .logo_header {
        margin-top: 0px;
    }

    .banner {
        padding: 10px 0px 10px;
    }

    .top_links p {
        text-align: center !IMPORTANT;
    }

    .goto_booking {
        padding: 5px 20px;
        text-align: center;
    }

    .goto_booking p {
        padding: 0;
        text-align: center !IMPORTANT;
    }

    .banner img {
        width: 50%;
        height: 100%;
    }

    .thelogo {
        margin: 8px auto;
    }

    .thenav {
        margin-left: 0;
    }

    .subfooter p {
        min-height: auto;
    }

    div#monkey_mail_signup form {
        display: block;
    }

    div#monkey_mail_signup input {
        height: 40px;
        width: 100%;
    }

    .fullwidthnav ul {
        overflow: hidden;
        padding: 10px 0;
        margin: 0;
        display: none;
    }

    .fullwidthnav li a {
        color: #fff;
        padding: 12px;
        display: hidden;
        padding: 9px 7px;
        text-align: center;
    }

    .cta {
        margin-bottom: 20px;
    }

    .half {
        position: relative;
        right: auto;
        height: auto !important;
        padding-bottom: 30px;
    }

    .half img {
        height: auto;
        object-fit: cover;
    }

    .f1,
    .f2 {
        border-right: none;
        min-height: auto;
        padding-bottom: 20px;
        border-bottom: 1px solid;
        margin-bottom: 20px;
    }

    .book_direct p a {
        display: block;
        margin-top: 20px;
    }

    .goto_booking_1 {
        padding: 5px 20px;
        text-align: center;
        background-position: 38% 59%;
    }

    .goto_booking_2 {
        padding: 5px 20px;
        text-align: center;
    }
}








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

    .ccm-image-slider-text {
        display: none;
    }

}



@media only screen and (max-width:768px) {
    .theleftnav ul {
        text-align: center;
    }

    .hw-simple-testimonial-testimonial {

        font-size: 20px;
    }

    .theleftnav a {
        padding-left: 0px;
        border-left: 0px;
    }

    .theleftnav a:hover {
        padding-left: 0px;
        border-left: 0px;
    }

    .theleftnav ul ul li a {
        padding-left: 0px;
    }

    .theleftnav ul ul li a:hover {
        padding-left: 0px;
        border-left: 0px;
    }

    .theleftnav li.nav-path-selected a {
        padding-left: 0px;
        border-left: 0px;
    }

    .theleftnav ul ul li.nav-path-selected a {
        padding-left: 0px;
        border-left: 0px;
    }

    .theleftnav ul ul li.nav-path-selected a:hover {
        padding-left: 0px;
        border-left: 0px;
    }

    /*
	.fullwidthslider .ccm-image-slider-text {
		right: 0;
		top: 40%;
		width: auto;
		padding: 20px;
		background: rgba(50,54,55,0.5);
		color: white;
		left: 50%;
	}
*/
    .fullwidthslider .ccm-image-slider-text {
        /* right: 60%; */
        top: calc(50%);
        width: auto;
        padding: 43px;
        background: rgba(1, 1, 1, 0.41);
        color: white;
        position: absolute;
        left: calc(50%);
        width: 35%;
        text-align: center;
        /* transform: translateX(-50%); */
        /* transform: translateY(-50%); */
        transform: translate(-50%, -50%);
        border-radius: 2px;
    }


    .col-md-6.col-sm-6.col-xs-12.inner-lower-left-col {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-6.col-sm-6.col-xs-12.inner-lower-right-col {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-6.col-sm-12.col-xs-12.lower-right-col {
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-6.col-sm-12.col-xs-12.lower-left-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer {}

    .reviews {
        padding: 40px 0;
    }

    .goto_booking_1 {
        background: none;
    }
}





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

    .logo_header {

        text-align: center;
    }

}

















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

    .logo_img {
        padding: 28px 35px;
    }



    .newsletter p a,
    .newsletter h3 a {
        display: block;
        margin-top: 20px;
    }

    .top_links a {
        color: white;
        display: -webkit-inline-box;
    }

    .top_links img {
        display: none;
    }

    .banner img {
        width: 100%;
        height: 100%;
    }

    .thelogo {
        background: url(../images/logo.png) no-repeat top;
        width: 250px;
        height: 170px;
        margin-top: 10px;
        background-size: contain;
    }

    .footer img {
        width: 75%;
        height: 75%;
    }

    .fullwidthslider .ccm-image-slider-text {
        /* right: 60%; */
        top: calc(50%);
        width: auto;
        padding: 43px;
        background: rgba(1, 1, 1, 0.41);
        color: white;
        position: absolute;
        left: calc(50%);
        width: 35%;
        text-align: center;
        /* transform: translateX(-50%); */
        /* transform: translateY(-50%); */
        transform: translate(-50%, -50%);
        border-radius: 2px;
    }

    .fullwidthslider .ccm-image-slider-text h2 {
        font-size: 24px;
    }


}

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

    .logo_header h2 a {
        background: #FFFDE8;
        display: inline-block;
        text-decoration: none;
        color: #4D9098;
        font-weight: normal;
        font-size: 12px;
        padding: 9px;
        margin-left: 10px;
        border-radius: 0px 0px 8px 8px;
        margin-top: -20px;
        /* padding-top: 0px; */
        min-width: 108px;
        text-align: center;
        margin-right: 5px;
    }

}

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