/*! Made with Bones: http://themble.com/bones :) */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}



body{
    margin:0; 
    overflow-x: hidden;
}

.flex {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 350px;
}
.equal.padding {
	padding-left: 50px;
}
.page-template-page-contact input {
	max-width: none !important;
}
.page-template-page-contact .wpcf7-submit {
    width: 100%;
    border: 0;
    background-color: #1A263E;
    color: #fff;
    font-weight: bold;
    padding: 25px 10px;
    line-height: 0;
}
.page-template-page-contact .wpcf7-submit:hover {
	background-color: #8C1711;
}
.page-template-page-contact .wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}
.page-template-page-contact .wrapper a:hover {
	color: #333;
}
.page-template-page-contact .equal h5 {
	margin-bottom: 0;
}
.nice-hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: none;
	margin: 30px 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 0 30px 0 !important;
    padding: 8px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #8C1711 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #1A263E !important;
    background: #1A263E !important;
    color: #fff !important;
}

@media (max-width: 777px) {
    .equal.padding {
        padding-left: 0px;
    }
}
@media (max-width: 450px) {
    .equal {
        min-width: 100%;
    }
    #menu-item-6021 {
        display: none;
    }
}

.page-template-home-2019 .embed-container {
	margin-top: 40px;
}

a.foot-btn {
	background-color: #8C1711;
	color: #fff;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
	font-weight: bold;
	padding: 15px;
	position: fixed;
    z-index: 99999;
	left: 0;
    bottom: 0;
	width: 100%;
	text-align: center;
    transition: all 0.5s ease;
    -moz-box-shadow:    0 0 15px -3px #111;
    -webkit-box-shadow: 0 0 15px -3px #111;
    box-shadow:         0 0 15px -3px #111;
    display: none;
}
a.foot-btn:visited {
	color: #fff;
}
a.foot-btn:hover {
	background-color: #333;
	color: #fff !important;
}
.scrolling {
    bottom: -100px !important;
}

@media (max-width: 800px) {
    a.foot-btn {
        display: block;
    }
}

/*! 50% banner offer stuff :) */

.page-template-page-activity-checkfront .offer-banner {
    display: none;
}
.offer-banner {
    background: #700E56;
    color: #fff;
    padding: 20px;
    position: fixed;
    bottom: -450px;
    left: 0;
    width: 100%;
    z-index:  1000;
    -webkit-animation: slide-up 0.35s 0s ease-out forwards; 
    -moz-animation:    slide-up 0.35s 0s ease-out forwards; 
    -o-animation:      slide-up 0.35s 0s ease-out forwards; 
    animation:         slide-up 0.35s 0s ease-out forwards;   
}
@-webkit-keyframes slide-up {
    0%   { bottom: -450px; }
    100% { bottom: 0; }
  }
  @-moz-keyframes slide-up {
    0%   { bottom: -450px; }
    100% { bottom: 0; }
  }
  @-o-keyframes slide-up {
    0%   { bottom: -450px; }
    100% { bottom: 0; }
  }
  @keyframes slide-up {
    0%   { bottom: -450px; }
    100% { bottom: 0; }
  }
.hide-banner {
    -webkit-animation: slide-down 0.35s 0s ease-out forwards; 
    -moz-animation:    slide-down 0.35s 0s ease-out forwards; 
    -o-animation:      slide-down 0.35s 0s ease-out forwards; 
    animation:         slide-down 0.35s 0s ease-out forwards;   
}
@-webkit-keyframes slide-down {
    0%   { bottom: 0; }
    100% { bottom: -450px; }
  }
  @-moz-keyframes slide-down {
    0%   { bottom: 0; }
    100% { bottom: -450px; }
  }
  @-o-keyframes slide-down {
    0%   { bottom: 0; }
    100% { bottom: -450px; }
  }
  @keyframes slide-down {
    0%   { bottom: 0; }
    100% { bottom: -450px; }
  }
#close-btn.close,
#open-btn.open {
    background: #700E56;
    right: 75px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    width: 270px;
}
#close-btn.close {
    position: absolute;
    top: -58px;
}
#open-btn.open {
    position: fixed;
    bottom: 0;
    z-index: 999;
}
#close-btn.close button,
#open-btn.open button {
	background: #fff;
    color: #8C1711;
    padding: 6px 18px 4px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 0;
    border: none;
    border-radius: 24px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.35s ease;
	margin-left: 15px;
}
#close-btn.close button:hover,
#open-btn.open button:hover {
	opacity: 0.7;
}
.offer-banner h2 {
    margin-top: 0;
    line-height: 30px;
}
.offer-banner p {
    color: #fff;
    line-height: 15px
}
.offer-banner .flex {
    justify-content: center;
    align-items: center;
}
.offer-banner img {
    width: 130px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
.offer-tag {
	position: absolute;
	top: 0;
	right: 0;
}
.hero .bg .offer-tag {
	max-width: 140px;
}
.banner-flex .offer-tag,
.subactivity .offer-tag,
.activitylist .offer-tag {
	max-width: 80px;
}
.offer-banner div a, 
.offer-banner div a:visited {
	color: #F6B738 !important;
	font-weight: bold;
}
.offer-banner div a:hover {
	color: #fff !important;
}
@media (max-width: 1224px) {
    .offer-banner .flex div {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .offer-banner p {
        line-height: 21px;
    }
}
@media (max-width: 800px) {
    .offer-banner {
        padding: 15px 15px 60px 15px;
    }
    .offer-banner img {
        width: 100px;
    }
    .offer-banner h2 {
        font-size: 20px;
    }
    .offer-banner p {
        font-size: 14px;
        line-height: 18px;
    }
    #open-btn.open {
        padding-bottom: 62px;
    }
}
@media (max-width: 620px) {
    .offer-tag {
        width: 80px;
    }
    .offer-banner .flex div {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
    .offer-banner h2 {
        font-size: 19px;
    }
    .offer-banner img {
        width: 70px;
        margin-right: 0;
    }
}
@media (max-width: 450px) {
    #close-btn.close, #open-btn.open {
        right: auto;
        border-radius: 0 6px 0 0;
        width: 250px;
        left: 0;
    }
    #close-btn.close button, #open-btn.open button {
        padding: 3px 11px 2px;
    }
    #close-btn.close {
        top: -50px;
    }
}



.scrolling_up {
    bottom: -100px;
    -webkit-animation: show-banner 0.35s 0.35s ease-out forwards; 
    -moz-animation:    show-banner 0.35s 0.35s ease-out forwards; 
    -o-animation:      show-banner 0.35s 0.35s ease-out forwards; 
    animation:         show-banner 0.35s 0.35s ease-out forwards;   
}
@-webkit-keyframes show-banner {
  0%   { bottom: -100px; }
  100% { bottom: 0; }
}
@-moz-keyframes show-banner {
  0%   { bottom: -100px; }
  100% { bottom: 0; }
}
@-o-keyframes show-banner {
  0%   { bottom: -100px; }
  100% { bottom: 0; }
}
@keyframes show-banner {
  0%   { bottom: -100px; }
  100% { bottom: 0; }
}
.scrolling_down {
    bottom: 0;
    -webkit-animation: hide-banner 1s 1s  ease-out forwards; 
    -moz-animation:    hide-banner 1s 1s  ease-out forwards; 
    -o-animation:      hide-banner 1s 1s  ease-out forwards; 
    animation:         hide-banner 1s 1s  ease-out forwards;   
}
@-webkit-keyframes hide-banner {
  0%   { bottom: 0; }
  100% { bottom: -100px; }
}
@-moz-keyframes hide-banner {
  0%   { bottom: 0; }
  100% { bottom: -100px; }
}
@-o-keyframes hide-banner {
  0%   { bottom: 0; }
  100% { bottom: -100px; }
}
@keyframes hide-banner {
  0%   { bottom: 0; }
  100% { bottom: -100px; }
}

.show-bottom {
    bottom: 0 !important;
}
.ticket-icons {
	width: 30px;
	margin: 0 10px -5px;
}

.home .full-width h1, 
.home .full-width h2 {
	text-align: center;
}
.no-more {
	background-color: transparent !important;
}
.no-more:hover {
	color: #333;
}

/*! Static image banners  */
.vert-banner {
    position: absolute;
    z-index: 10;
    top: 4.2%;
    left: 5%;
    width: 165px;
}
.hori-banner {
    display: none;
}

@media (max-width: 1035px) {
    .vert-banner {
        display: none;
    }
    .hori-banner {
        display: block;
        width: 100%;
        height: auto;
        max-width: 720px;
        padding: 8px 5px 0 5px;
        margin: auto;
    }
}




a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong, .strong {
    font-weight: bold;
}
dfn, em, .em {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
pre {
    margin: 0;
}
code, kbd, pre, samp {
    font-family: monospace,  serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
q:before, q:after {
    content: '';
    content: none;
}
small, .small {
    font-size: 75%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0;
}
menu {
    padding: 0 0 0 40px;
}
ol, ul {
    padding: 0;
    list-style-type: none;
}
.text-block ul {
	list-style-type: disc;
	margin-left: 1.25em;
}
.text-block ul li {
	padding: 0 0 1em .5em;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    height: auto !important;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.image-replacement, .ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.clearfix, .cf, .comment-respond {
    zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
    clear: both;
}
span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic;
}
p {
    -ms-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    color: #595959;
}
a {
    text-decoration: none;
}
.alert-help, .alert-info, .alert-error, .alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}
.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}
.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}
.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}
.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: block;
    height: 40px;
    line-height: 1em;
    padding: 0 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #5c6b80;
    border-radius: 3px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    max-width: 400px;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    background-color: #eaedf2;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
    background-color: #f7f8fa;
    outline: none;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
    background-color: #d5edf8;
}
input[type="password"] {
    letter-spacing: 0.3em;
}
textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 97.5% center;
}
body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #595959;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap {
    width: 96%;
    margin: 0 auto;
}
a, a:visited {
    color: #8C1711;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #8C1711;
}
a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    font-weight: 900;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
}
h1, .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
    color: #8C1711;
}
h2, .h2 {
    font-size: 1.75em;
    line-height: 1.2em;
    margin-bottom: 0.375em;
}
h3, .h3 {
    font-size: 1.125em;
}
h4, .h4 {
    font-size: 2em;
    font-weight: 700;
    color: #8C1711;
    margin-bottom: 0;
}
h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
}
.header {
    background-color: #323944;
}
#logo {
    margin: 0.75em 0;
}
#logo a {
    color: #fff;
}
.nav {
    border-bottom: 0;
    margin: 0;
}
.nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.75em;
}

.nav li ul.sub-menu li a,.nav li ul.children li a
{padding-left:130px}

#content {
    margin-top: 1.5em;
}
.hentry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
}
.hentry header {
    border-bottom: 1px solid #f8f9fa;
    padding: 1.5em;
}
.hentry footer {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa;
}
.hentry footer p {
    margin: 0;
}
.single-title, .page-title, .entry-title {
    margin: 0;
}
.byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}
.entry-content {
    padding: 1.5em 1.5em 0;
}
.entry-content p {
    margin: 0 0 1.5em;
}
.entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em;
}
.entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-content tr {
    border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
    background-color: #f8f9fa;
}
.entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
    border-right: 0;
}
.entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
    border-right: 0;
}
.entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #324060;
    font-style: italic;
    color: #9fa6b4;
}
.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}
.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}
.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto;
}
.entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px;
}
.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}
.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%}
.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}
.tags {
    margin: 0;
}
.pagination, .wp-prev-next {
    margin: 1.5em 0;
}
.pagination {
    text-align: center;
}
.pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
}
.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #324060;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
    background-color: #324060;
    color: #fff;
}
.pagination .current {
    cursor: default;
    color: #5c6b80;
}
.pagination .current:hover, .pagination .current:focus {
    background-color: #fff;
    color: #5c6b80;
}
.wp-prev-next .prev-link {
    float: left;
}
.wp-prev-next .next-link {
    float: right;
}
#comments-title {
    padding: 0.75em;
    margin: 0;
    border-top: 1px solid #f8f9fa;
}
.commentlist {
    margin: 0;
    list-style-type: none;
}
.comment {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 1.5em;
    border-bottom: 1px solid #f8f9fa;
}
.comment .comment-author {
    padding: 7px;
    border: 0;
}
.comment .vcard {
    margin-left: 50px;
}
.comment .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}
.comment .vcard time {
    display: block;
    font-size: 0.9em;
    font-style: italic;
}
.comment .vcard time a {
    color: #9fa6b4;
    text-decoration: none;
}
.comment .vcard time a:hover {
    text-decoration: underline;
}
.comment .vcard .avatar {
    position: absolute;
    left: 16px;
    border-radius: 50%}
.comment:last-child {
    margin-bottom: 0;
}
.comment .children {
    margin: 0;
}
.comment[class*=depth-] {
    margin-top: 1.1em;
}
.comment.depth-1 {
    margin-left: 0;
    margin-top: 0;
}
.comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px;
}
.comment.odd {
    background-color: #fff;
}
.comment.even {
    background: #f8f9fa;
}
.comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}
.comment-reply-link {
    font-size: 0.9em;
    float: right;
}
.comment-edit-link {
    font-style: italic;
    margin: 0 7px;
    text-decoration: none;
    font-size: 0.9em;
}
.comment-respond {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa;
}
#reply-title {
    margin: 0;
}
.logged-in-as {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}
.logged-in-as a {
    color: #5c6b80;
}
.comment-form-comment {
    margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
    padding: 1.5em;
    background-color: #f8f9fa;
    font-size: 0.9em;
}
#submit {
    float: right;
    font-size: 1em;
}
#comment-form-title {
    margin: 0 0 1.1em;
}
#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
    margin: 0 20px 1.1em;
}
.no-widgets {
    background-color: #fff;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 1.5em;
}
.footer {
    clear: both;
    background-color: #101726;
    color: #f8f9fa;
    padding:  0;
    position: relative;
    z-index: 100;
}
.footer .column {
    font-size: initial;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 1%}
.footer .column.logo {
    text-align: left;
}
.footer .column.logo a {
    max-width: 200px;
    display: inline-block;
}
.footer .column.logo a img {
    display: inline-block;
    max-width: 100%}
.footer .column.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 22px;
    text-align: center;
    line-height: 46px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.footer .column.social a.fb {
    background: #3b5998;
}
.footer .column.social a.tw {
    background: #00aced;
}
.footer .column.social a.pin {
    background: #cb2027;
}
.footer .column.social a.google {
    background: #dd4b39;
}
.footer .column.social a.insta {
    background: #517fa4;
}
.footer .column.social a svg {
    color: #fff;
    width: 20px;
    height: 20px;
}
.footer .column.contact p {
    line-height: 1.4;
    margin: 0;
    color: #fff;
}
.footer .column.contact h5 {
    margin: 0;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}
.footer .sub {
    padding: 6rem 0 0rem;
    text-align: center;
    font-size: initial;
}
.footer .sub p {
    font-size: 15px;
    font-style: italic;
    color: #ccc;
}
.footer .sub p a {
    color: #fff;
    opacity: 1;
}
@media print {
    * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
}
a, a:visited {
    color: #444 !important;
    text-decoration: underline;
}
a:after, a:visited:after {
    content: " (" attr(href) ")"}
a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
}
}.gotop {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #D46856;
    color: #FFF;
    cursor: pointer;
    z-index: 51;
    width: 0;
    border-radius: 50% 0 0 50%;
    transition: all .3s ease;
}

.wrapper{display: block;
width: 100%;
max-width: 1040px;
margin: auto;}

a.btn {
    padding: 6px 20px;
    text-align: center;
    display: inline-block;
}
a.btn.red {
    background: #F4524D;
    color: #fff;
}
.content-section {
    font-size: 0;
    padding: 2rem 0;
    border-bottom: 0px solid #eaeaea;
}
.text-block img {
    max-width: 100%;
    display: inline-block;
}
.left, .right {
    display: inline-block;
    width: 50%;
    font-size: initial;
    padding: 0 2%;
    vertical-align: top;
    display: inline-block;
}
.largetext {
    color: #8C1711;
    font-size: 2.5em;
    font-weight: 900;
    line-height: 122%}
.latest_news { 
    padding:20px 20px 40px;
    font-size:0;
    background: #eee;
    margin-top: 30px;
    }
.latest_news h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 3rem;
}
.latest_news li {
    font-size: initial;
    list-style: none;
    display: inline-block;
    width: 25%;
    padding: 0 1%;
    display: inline-block;
    vertical-align: top;
}
.latest_news li h4 {
    font-size: 28px;
    margin-top: 0;
    font-weight: normal;
}
.latest_news li a {
    color: #324060;
}
.latest_news li img {
    display: inline-block;
    max-width: 100%}
.latest_news li .link {
    color: #8C1711;
}
.latest_news li span i, .latest_news li span svg {
    color: #8C1711;
}
.highlights {
    padding: 4rem 0 0;
    text-align: center;
}
.highlights h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 3rem;
}
.highlights .vid iframe {
    width: 100%;
    height: 90vh;
}
.testimonial {
    padding: 3rem 0;
    text-align: center;
}
.testimonial h4 {
    margin: 0px;
    padding: 0 10%;
    font-weight: normal;
    font-size: 36px;
    color: #324060;
    line-height: 1.2;
}

.bg{
    background-position:center center !important;
    background-size:cover !important;
}
.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 0;
    transition: all 0.35s ease;
}
.flex-items a:hover .mask {
	opacity: 0.2;
}
.hero {
    position: relative;
}
.hero .bg h2{
    text-align:center;
    margin:0;
    text-transform:uppercase;
    font-size:3.750em;
    color:#fff;
    padding:20vh 0;
    position: relative;
    z-index: 3;
}
.hero .no-bg h2{
    text-align:center;
    margin:0;
    text-transform:uppercase;
    font-size:3.750em;
    color:#8C1711;
    padding:5vh 0;
    position: relative;
    z-index: 3;  
}
.banner-flex {
	width: 100%;
	min-height: 600px;
	background-size: cover !important;
	background-position: center center !important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: relative;
	margin-top: 40px;
}
.banner-flex h2, .banner-flex p, .banner-flex button {
	position: relative;
	z-index: 1;
	color: #fff;
    padding: 0 10px;
}
.banner-flex h2 {
	text-transform: uppercase;
    font-size: 3.750em;
	margin: 0;
}
.banner-flex p {
	margin: 0 0 20px
}
.banner-flex button, .swiper-banner button {
    background: #fff;
    color: #8C1711;
    padding: 6px 35px 4px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 0;
    border: none;
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.35s ease;
}
.flex-items {
    display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.flex-items a {
	-webkit-flex: 1 !important;
	-ms-flex: 1 !important;
	flex: 1 !important;
    margin: 1%;
}
.flex-items h2 {
	font-size: 30px !important;
	line-height: 30px;
	margin-bottom: 15px !important;
	text-align: center;
}
.flex-items .banner-flex {
	min-height: 300px;
	margin: 0;
}
.full-width {
	width: 100%;
	padding: 20px;
	text-align: center;
}
.red-bg {
    background-color: #eee;
    color: #595959;
}
.red-bg h1 {
	text-transform: uppercase;
	font-size: 31px;
}
.red-bg p {
	color: #595959;
	max-width: 750px;
	margin: 0 auto 35px;
}
a.red-btn {
	background: #8C1711;
	color: #fff !important;
	text-transform: uppercase;
	padding: 6px 35px 4px;
    line-height: 30px;
    display: inline-block;
	border: none;
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.35s ease;
}
a.red-btn:hover, .banner-flex button:hover, .swiper-banner button:hover {
	background-color: #333;
	color: #fff;
}

.table {
    margin-top: 3rem;
}
.table table {
    width: 100%}
.table table td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px 0;
}
.instagram {
    margin: 3rem 0 5rem;
}
.instagram h3 {
    text-align: center;
    font-size: 30px;
}
.gallery {
    font-size: 0;
    margin: 4rem 0;
}
.gallery .images .image {
    display: inline-block;
    vertical-align: top;
    width: 24.6%;
    margin: 0.2%;
    height: 230px;
    background-size: cover;
    background-position: center center;
}
.testimonial.wrapper {
    text-align: left;
}
.testimonial.wrapper h5 {
    color: #8C1711;
    text-transform: none;
    font-size: 1.500em;
    line-height: 1.1;
    font-weight: normal;
}
.info_blocks {
    font-size: 0;
}
.info_blocks .info_block {
    font-size: initial;
    display: inline-block;
    width: 23%;
    margin: 1%;
    border: 1px solid #eaeaea;
    vertical-align: top;
    min-height: 250px;
    padding: 2%}
.info_blocks .info_block h4 {
    font-size: 22px;
    margin: 0 0 20px;
}
.info_blocks .info_block p {
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
    font-weight: normal;
}
.lochaneilein {
    margin: 4rem 0;
}
.lochaneilein h3 {
    margin: 0;
    font-size: 30px;
}
.box {
    margin: 3rem auto;
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    padding: 60px 30px;
    display: inline-block;
}
.box h3 {
    color: #8C1711;
    font-size: 30px;
    margin: 0 auto 10px;
}
.box h5 {
    font-size: 22px;
    margin: 0 auto 30px;
    text-transform: lowercase;
}
.c-go-top {
    background: none repeat scroll 0 0 padding-box #8C1711;
    bottom: 60px;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 12px;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    right: 20px;
    text-decoration: none;
    z-index: 999;
}
.c-go-top:hover, .c-go-top:focus, .c-go-top:active, .c-go-top:visited {
    color: #fff;
    outline: 0;
    text-decoration: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after, #cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}

#cssmenu>ul>li {
    float: none;
    display: inline-block;
}
#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right>ul>li {
    float: right;
}
#cssmenu>ul>li>a {
    padding: 0 8px;
    font-size: 16px;
    text-decoration: none;
    color: #8C1711;
    line-height: 3.1em;
    font-weight: 900;
}
#cssmenu>ul>li:hover>a {
    color: #324060;
}
#cssmenu>ul>li.has-sub>a {
    padding-right: 30px;
}
#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 26px;
    right: 9px;
    width: 8px;
    height: 2px;
    display: block;
    background: #8C1711;
    content: '';
    transform: rotate(-45deg);
}
#cssmenu>ul>li.has-sub>a:before {
    transform: rotate(-45deg);
    position: absolute;
    top: 23px;
    right: 17px;
    display: block;
    width: 2px;
    height: 8px;
    background: #8C1711;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #8C1711;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover>ul {
    left: auto;
    text-align: left;
    z-index: 10;
}
#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover>ul>li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%}

#cssmenu ul ul li a{
    padding:10px 15px;
    width:196px;
    font-size:15px;
    text-decoration:none;
    color:#8C1711;
    text-align:left;
    font-weight:700;
    background:#fff;
    left: -4px; 
    border-radius: 0;
}
#cssmenu ul ul li:last-child a {
    border-radius: 0 0 6px 6px;
}
#cssmenu ul ul li a:hover {
    color: #324060 !important;
}
#cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
    color: #8C1711;
}
#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: ''}
#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before{top:17px;height:0}

@media all and (max-width: 750px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 750px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 750px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 750px), only screen and (min-device-pixel-ratio: 2) and (max-width: 750px), only screen and (min-resolution: 192dpi) and (max-width: 750px), only screen and (min-resolution: 2dppx) and  (max-width: 750px) {
    
    #cssmenu{width:100%}
    

        #cssmenu.align-center>ul{text-align:left}#cssmenu ul li{width:100%;border-top:1px solid rgba(120,120,120,0.2)}#cssmenu ul ul li,#cssmenu li:hover>ul>li{height:auto}#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}#cssmenu>ul>li{float:none}#cssmenu ul ul li a{padding-left:25px}#cssmenu ul ul ul li a{padding-left:35px}#cssmenu ul ul li a{background:none}#cssmenu ul ul li:hover>a,#cssmenu ul ul li.active>a{color:#ffffff}#cssmenu ul ul,#cssmenu ul ul ul,#cssmenu.align-right ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}#cssmenu>ul>li.has-sub>a:after,#cssmenu>ul>li.has-sub>a:before,#cssmenu ul ul>li.has-sub>a:after,#cssmenu ul ul>li.has-sub>a:before{display:none}
        
        #cssmenu #menu-button{display:block;padding:17px;color:#324060;cursor:pointer;font-size:12px;text-transform:uppercase;font-weight:700}
        #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #324060;
    border-bottom: 2px solid #324060;
    content: ''}
#cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #324060;
    content: ''}
    #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #324060;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #324060;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
    background: #fff;
}
#cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #324060;
    content: ''}
#cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
    background: #324060;
}
#cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #324060;
    content: ''}
#cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
    display: none;
}
}

header.header{ 
    background:#fff; 
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
    padding: 0 20px;
    width: 100%;
}

header .logo img {
	width: 100%;
	max-width: 260px;
    padding: 10px 0;
}
.menu-wrapper {

}
#menu-secondary-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}
#menu-secondary-nav {
	padding: 0 10px 0 0;
}
.wrapper {
    margin: auto;
}
#menu-secondary-nav a {
	color: #8C1711;
    padding-left: 22px;
    font-weight: 700;
    font-size: 15px;
}
#menu-secondary-nav a:hover {
	color: #324060;
}
.nav-book-btn a {
	background-color: #8C1711;
	color: #fff !important;
	font-weight: bold;
    border-radius: 10px 10px 0 0;
    transition: all 0.35s ease;
}
.nav-book-btn a:hover {
	background-color: #333;
}
.language .svg-inline--fa {
	width: 40px;
	height: 40px;
	margin-right: 10px
}
.lang {
	margin-top: 40px;
}
.footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px;
}
.foot-col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px;
}
.foot-col p {
	color: #fff;
}
.foot-col h5 {
	margin-bottom: 0;
}
.foot-col a {
	color: #fff;
	text-decoration: underline;
}
.foot-col a:hover {
	text-decoration: none;
}
.foot-col.language a {
	text-decoration: none;
    transition: all 0.35s ease;
}
.foot-col.language a:hover {
	opacity: 0.3;
}
.page-template-home-2022 .banner-22 h1 {
    font-weight:normal;
    font-size:2em;
}
.page-template-home-2019 .swiper-testi,
.page-template-home-2022 .swiper-testi {
    background-color: #eee;
}
.page-template-home-2019 .swiper-testi .swiper-slide,
.page-template-home-2022 .swiper-testi .swiper-slide {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #eee;
    padding: 50px 20px;
}
.page-template-home-2019 .swiper-testi .swiper-slide h4, .page-template-home-2019 .swiper-testi .swiper-slide p,
.page-template-home-2022 .swiper-testi .swiper-slide h4, .page-template-home-2022 .swiper-testi .swiper-slide p {
	max-width: 1080px;
}
.page-template-home-2019 .swiper-testi .swiper-wrapper,
.page-template-home-2022 .swiper-testi .swiper-wrapper {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.swiper-testi {
    width: 100%;
    height: 100%;
    margin: 50px auto 0px !important;
}
.page-template-home-2022 .swiper-testi {
    margin: 0px auto 0px !important;
}
.page-template-home-2022 .testimonial h4 {
    font-size: 25px;
}
.swiper-testi .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container.swiper-banner {
	height: 600px;
}
.swiper-container.swiper-banner .swiper-slide {
	background-size: cover;
	background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	padding: 50px;
    text-align: right;
}
.swiper-container.swiper-banner .swiper-slide p {
    color: #fff;
}
.swiper-container.swiper-banner .swiper-slide h2 {
    font-weight: 400;
    margin-top: 0;
    line-height: 1.1;
    font-size: 50px;
    color: #fff;
}
.swiper-button-next  {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    background-position: center center;
    background-size: 40%;
}
.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
    background-position: center center;
    background-size: 40%;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
}


@media all and (max-width: 768px) {
    .swiper-container.swiper-banner {
        height: 400px;
    }
    .swiper-container.swiper-banner .swiper-slide {
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        padding: 30px;
        text-align: center;
    }
}
@media all and (max-width: 450px) {
    .swiper-container.swiper-banner {
        height: 310px;
    }
    .swiper-container.swiper-banner .swiper-slide h2 {
        font-size: 30px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
}


ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%}
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 10px 24px;
    line-height: 31px;
    background-color: #c4c4c4;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}
ul.tabs li.active {
    background-color: #8C1711;
    color: #fff;
    display: block;
}
.tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #ededed;
    overflow: auto;
}
.tab_content {
    padding: 20px;
    display: none;
}
.tab_drawer_heading {
    display: none;
}
@media screen and (max-width: 480px) {
    .tabs li {
    width: 100%}
.tab_drawer_heading {
    background-color: #ccc;
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.d_active {
    background-color: #666;
    color: #fff;
}
}.faqs .container {
    margin: 0 auto;
    padding: 4rem;
    width: 48rem;
}
.faqs h3 {
    font-size: 1.75rem;
    color: #373d51;
    padding: 1.3rem;
    margin: 0;
}
.faqs .accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 1rem 3rem 1rem 1rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
}
.faqs .accordion a span {
    display: inline-block;
    vertical-align: top;
    width: 80%}
.faqs .accordion a span h5 {
    margin: 0px;
}
.faqs .accordion a:hover, .faqs .accordion a:hover::after {
    cursor: pointer;
    color: #8C1711;
}
.faqs .accordion a:hover::after {
    border: 1px solid #324060;
}
.faqs .accordion a.active {
    color: #324060;
    border-bottom: 1px solid #ccc;
}
.faqs .accordion a::before {
    font-family: 'Fontawesome';
    content: '\f067';
    position: relative;
    display: inline-block;
    float: none;
    line-height: 30px;
    font-size: 1rem;
    color: #7288a2;
    text-align: center;
    margin-right: 15px;
}
.faqs .accordion a.active::before {
    font-family: 'Fontawesome';
    content: '\f068';
    color: #8C1711;
}
.faqs .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
}
.faqs .accordion .content p {
    font-size: 1rem;
    font-weight: 300;
}
.faqs .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
}
.answers {
    padding: 4rem 0 0;
    text-align: center;
}
.answers h3 {
    font-weight: normal;
    font-size: 30px;
    color: #8C1711;
}
.content-section {
    padding: 2rem 0;
}
.content-section p {
    margin-top: 3rem;
}
.activitypage, .outdoor_activities_page {
    background: #f7f7f7;
}
.activitypage .wrapper, .outdoor_activities_page .wrapper {
    max-width: 1000px;
}
.activitypage .activity_overview .overview, .outdoor_activities_page .activity_overview .overview {
    padding: 4rem 0;
}
.activitypage .activity_overview .overview h3, .outdoor_activities_page .activity_overview .overview h3 {
    color: #8C1711;
    font-size: 40px;
    margin: 0;
}
.activitypage .activity_overview .overview p, .outdoor_activities_page .activity_overview .overview p {
    margin: 0 0 1em 0;
}
.activitypage .subactivity li, .outdoor_activities_page .subactivity li {
    display: inline-block;
    width: 100%;
    background: #ededed;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.activitypage .subactivity h3, .outdoor_activities_page .subactivity h3 {
    text-transform: uppercase;
    color: #333;
}
.activitypage .subactivity img, .outdoor_activities_page .subactivity img {
    width: 260px;
    display: inline-block;
}
.activitypage .subactivity .desc, .outdoor_activities_page .subactivity .desc {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 20px;
}
.activitypage .subactivity a, .outdoor_activities_page .subactivity a {
    display: inline-block;
    background: #8C1711;
    margin-top: 15px;
}
.activitypage .details, .outdoor_activities_page .details {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 3rem;
}
.activitypage .details img, .outdoor_activities_page .details img {
    width: 100%;
    display: inline-block;
}
.activitypage .details .text, .outdoor_activities_page .details .text {
    padding-bottom: 4rem;
}
.activitypage .details .text h3, .outdoor_activities_page .details .text h3 {
    font-size: 40px;
    margin-bottom: 0;
}
.activitypage .details .text p, .outdoor_activities_page .details .text p {
    margin-top: 0;
}
.activitypage .tabsection, .outdoor_activities_page .tabsection {
    background: #f7f7f7;
    margin-bottom: 3rem;
    display: inline-block;
    width: 100%}
.activitypage .tabsection .tab_container h5, .outdoor_activities_page .tabsection .tab_container h5 {
    margin: 0;
    font-size: 24px;
}
.activitypage .tabsection .tab_container p, .outdoor_activities_page .tabsection .tab_container p {
    margin-top: 0;
}
.activitypage .related_activities h3, .outdoor_activities_page .related_activities h3 {
    font-size: 36px;
    text-align: center;
}
.activitypage .related_activities .related, .outdoor_activities_page .related_activities .related {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background: #fff;
}
.outdoor_activities_page .title {
    padding: 1rem 0;
}
.outdoor_activities_page .title h3 {
    color: #8C1711;
    font-size: 40px;
    margin: 0;
}
.outdoor_activities_page .activitylist {
    font-size: 0;
}
.outdoor_activities_page .activitylist li {
    font-size: initial;
    display: inline-block;
    width: 23%;
    background: #fff;
    margin: 0 1% 2rem;
    vertical-align: top;
    position: relative;
    transition: all .35s ease;
}
.categories li {
    transition: all .35s ease;
    line-height: 0;
}
.outdoor_activities_page .activitylist li:hover,
.categories li:hover {
	transform: translateY(-5px);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
}
.outdoor_activities_page .activitylist li a {
    display: inline-block;
    width: 100%;
    color: #595b61;
}
.outdoor_activities_page .activitylist li img:not(.offer-tag) {
    width: 100%;
	height: 160px !important
}
  

.outdoor_activities_page .activitylist li .desc {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}
.outdoor_activities_page .activitylist li .desc h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #324060;
    margin: 0 0 20px;
}
.outdoor_activities_page .activitylist li .desc span {
    color: #8C1711;
}
.rules {
    margin: 3rem 0;
}
.rules .block {
    display: inline-block;
    vertical-align: top;
}
.rules .block h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.rules .block.third {
    width: 33%;
    padding: 1%}
.rules .block.third img {
    display: inline-block;
    width: 100%}
.map #googlemapswidget-2 {
    width: 100%;
    display: inline-block;
}
.map #googlemapswidget-2 img {
    width: 100%;
    max-width: 100%}
img {
    display: inline-block;
    max-width: 100%}
.cottage {
    margin: 5rem 0;
}
.cottage .link {
    text-align: center;
}
.cottage .link h3 {
    font-size: 28px;
    margin: 4rem 0 0;
}
.cottage .link p {
    margin: 0 0 2rem;
}
.cottage .link.cairn {
    margin: 10rem 0 4rem;
}
.cottage .link.cairn h2 {
    font-weight: normal;
}
img.half {
    display: inline-block;
    width: 49%;
    padding: 0.4%;
    vertical-align: top;
}
.food_page h5 {
    position: relative;
}
.food_page h5 em {
    color: #595959;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    text-transform: none;
}
body.page-template-page-friend {
    background: #f3f3f3;
}
.friend_page .wrapper {
    background: #fff;
    padding: 10px 30px;
    margin: 3rem auto;
}
.friend_page .wrapper h5 {
    font-size: 26px;
    text-transform: uppercase;
    color: #595959;
    font-weight: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
}
.friend_page .wrapper .pagecontent {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.friend_page .wrapper .pagecontent h2 {
    font-size: 24px;
    font-weight: normal;
}
.friend_page .wrapper .pagecontent h3, .friend_page .wrapper .pagecontent h6 {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}
.friend_page .wrapper .pagecontent h3 {
    margin-top: 20px;
}
.friend_page .wrapper .pagecontent h6 {
    color: #8C1711;
    font-size: 30px;
    font-weight: normal;
}
.friend_page .wrapper .pagecontent table {
    margin-top: 2rem;
    border: 1px solid #d9d3d0;
}
.friend_page .wrapper .pagecontent table thead {
    background-color: #8C1711;
    color: #fff;
}
.friend_page .wrapper .pagecontent table thead tr th {
    padding: 10px 20px;
}
.friend_page .wrapper .pagecontent table td {
    padding: 10px;
    border-bottom: 1px solid #d9d3d0;
}
.friend_page .wrapper .pagecontent table tbody {
    font-size: 16px;
}
.friend_page .wrapper .links {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    padding-top: 3rem;
}
.friend_page .wrapper .links a {
    display: inline-block;
    width: 100%}
.friend_page .wrapper .links img {
    margin-bottom: 20px;
}
.about_page .content-section .largetext {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 45px;
}
.people {
    margin: 3rem 0 5rem;
    font-size: 0;
}
.people .block {
    font-size: initial;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.people .block h3 {
    font-size: 24px;
    margin: 5px 0 0 0;
    font-weight: normal;
    color: #324060;
}
.people .block p {
    margin-top: 0;
    font-style: italic;
}
.people .block.quarter {
    width: 25%;
    padding: 1%}
.people .block.quarter img {
    display: inline-block;
    width: 100%}
body.page-template-page-history {
    background: #f3f3f3;
}
.history_page .text-block {
    padding: 5%}
.history_page .text-block h3 {
    color: #8C1711;
    font-size: 30px;
    margin: 10px 0;
}
.history_page .text-block .wrapper {
    max-width: 910px;
    background: #fff;
    padding: 30px;
}
.history_page .blocks {
    font-size: 0;
}
.history_page .blocks h2 {
    font-size: initial;
    text-align: center;
    font-size: 30px;
}
.history_page .blocks .blockhalf, .history_page .blocks .blockfull {
    display: inline-block;
    width: 46%;
    font-size: initial;
    padding: 30px;
    margin: 2%;
    vertical-align: top;
    background: #fff;
}
.history_page .blocks .blockhalf h4, .history_page .blocks .blockfull h4 {
    margin: 15px 0;
    font-size: 25px;
    text-align: center;
    color: #575757;
    font-weight: 500;
}
.history_page .blocks .blockhalf p, .history_page .blocks .blockfull p {
    font-size: 15px;
}
.history_page .blocks .blockfull {
    width: 100%;
    margin: 4rem 0;
}
.history_page .blocks .blockfull .bg {
    display: inline-block;
    width: 33%;
    height: 300px;
    background-position: center center;
    background-size: cover;
}
.text_page .text-block {
    margin: 6rem 0 0;
}
.text_page h3 {
    font-size: 26px;
}
.text_page h5 {
    color: #8C1711;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0;
}
.blog .wrapper {
    max-width: 1140px;
    padding: 3rem 0;
}
.blog article {
    display: inline-block;
    width: 46.5%;
    vertical-align: top;
    border: none;
    margin: 1.5%}
.blog article a {
    color: #324060;
}
.blog article .entry-title {
    color: #324060;
    font-weight: normal;
}
.blog article .article-header {
    border: none;
}
.blog article .entry-content {
    padding-top: 0;
}
.blog article span.link {
    color: #8C1711;
    display: inline-block;
    margin-bottom: 30px;
}
.blog .pagination li, .blog .pagination ul {
    background: transparent;
}
.blog .pagination span, .blog .pagination li a {
    margin: 0 5px;
    border: 2px solid #8C1711;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #fff;
    padding: 0;
    font-size: 20px;
    color: #8C1711;
}
.blog .pagination .current {
    background: #8C1711;
    color: #fff;
}
.blog main {
    display: inline-block;
    vertical-align: top;
    width: 70%}
.blog .sidebar {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin-left: 3%}
.blog .sidebar .section {
    margin-bottom: 3rem;
}
.blog .sidebar .section h2 {
    font-size: 24px;
    color: #324060;
    margin: 5px 0;
    font-weight: 500;
}
.blog .sidebar .section.search label {
    display: none;
}
.blog .sidebar .section.search form input[type="search"] {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.blog .sidebar .section.search form button[type="submit"] {
    background: #8C1711;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 40px;
    border-radius: 15px;
}
.blog .sidebar .section.categories label {
    display: none;
}
.blog .sidebar .section.categories select {
    background-color: #fff;
    border: 1px solid #ccc;
}
.blog .sidebar .section.tags .tagcloud a {
    font-size: 15px !important;
    color: #555;
    display: inline-block;
    height: auto;
    margin: 4px;
    padding: 4px 10px;
    border: 1px solid #ccc;
}
.blog .sidebar .section.recent ul li {
    margin-bottom: 10px;
}
.blog .sidebar .section.recent ul li a {
    color: #324060;
}
.blog .sidebar .section.recent ul li span {
    color: #888;
}
.single-post {
    background: #f1f1f1;
}
.single-post article {
    background: transparent;
    border: none;
}
.single-post article h1 {
    font-size: 42px;
    color: #324060;
}
.single-post article h2 {
    font-family: 30px;
    color: #324060;
}
.single-post article h3 {
    font-family: 26px;
    color: #324060;
}
.single-post footer {
    border-top: 1px solid #ccc;
}
.cbp-fwslider {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 0;
    height: 600px;
}
.cbp-fwslider .content {
    display: inline-block;
    background: rgba(255, 255, 255, 0);
}
.cbp-fwslider .content h3, .cbp-fwslider .content h2, .cbp-fwslider .content h1 {
    font-weight: 400;
    margin-top: 0;
    line-height: 1.1;
    font-size: 50px;
    color: #fff;
}
.cbp-fwslider .content p {
    color: #fff;
}

.cbp-fwslider .content button {
    color:#8C1711;background:#fff;padding:6px 35px 4px;line-height:30px;display:inline-block;margin-bottom:0;border:none;border-radius:24px;font-size:14px;letter-spacing:1px;text-transform:uppercase;font-weight:800;
}

.red-bg .button,
a.button {
    color:#fff;background:#8C1711;padding:4px 35px;line-height:30px;display:inline-block;margin-bottom:0;border:none;border-radius:24px;font-size:16px;letter-spacing:1px;text-transform:uppercase;font-weight:800;
}

.cbp-fwslider .content button:hover, 
.red-bg .button:hover, 
a.button:hover { 
    transition: all 0.35s ease;
    background:#333; color:#fff !important;
}
    
.cbp-fwslider ul{
    margin:0;padding:0;white-space:nowrap;list-style-type:none}.cbp-fwslider ul li{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);float:left;display:inline-table;height:600px;margin:0;padding:0;background-position:center center;background-size:cover !important}.cbp-fwslider ul li>a,

.cbp-fwslider ul li>div {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    outline: none;
    padding: 0 30px 30px 0;
}
.cbp-fwslider ul li>a img {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0;
}
.cbp-fwslider nav span {
    position: absolute;
    top: 47%;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 00px;
    line-height: 43px;
    cursor: pointer;
    font-weight: normal;
    border-radius: 20px;
}
.cbp-fwslider nav span:hover {
    background: rgba(0, 0, 0, 0.8);
}
.cbp-fwslider nav span.cbp-fwnext {
    right: 20px;
}
.cbp-fwslider nav span.cbp-fwprev {
    left: 20px;
}
.cbp-fwdots {
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}
.cbp-fwdots span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #ffffff;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}
.cbp-fwdots span:hover {
    background: #000000;
}
.cbp-fwdots span.cbp-fwcurrent {
    background: #000000;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
@media (max-width: 1260px) {
    .wrapper {
    max-width: 90%}
.largetext {
    font-size: 1.7em;
}
    
    .latest_news li h4 {
    font-size: 22px;
    margin-bottom: 0;
}
}@media (max-width: 960px) {
    .wrapper {
    max-width: 90%}
}
@media (max-width: 769px) {
    .outdoor_activities_page .wrapper {
        max-width: 90%}
    .cbp-fwslider {
        height: 400px;
    }
    .cbp-fwslider ul li {
        height: 400px;
    }
    .cbp-fwslider .content h3, .cbp-fwslider .content h2, .cbp-fwslider .content h1 {
        font-size: 30px;
    }
    .latest_news li h4 {
        font-size: 18px;
    }
    .footer .column {
        width: 48%;
        padding: 0 4%;
        text-align: left;
    }
    .footer .column p {
        font-size: 14px;
    }
    .outdoor_activities_page .activitylist li{
        width: 100%;
        margin: 2% 0;
    }
    .date-selectors .quarter {
        max-width: 100%;
        width:100%;
        margin: 2% 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .activitypage .wrapper, .outdoor_activities_page .wrapper {
        max-width: 90%}
    .blog main {
        width: 100%}
    .blog .sidebar {
        display: none;
    }
}
@media (max-width: 620px) {
    .cbp-fwslider {
    height: 400px;
    }
    .cbp-fwslider ul li {
        height: 400px;
    }
    .cbp-fwslider .content h3, .cbp-fwslider .content h2, .cbp-fwslider .content h1 {
        font-size: 20px;
    }
    .latest_news li {
        width: 100%;
        padding: 0 10%;
        margin-bottom: 30px;
    }
    .highlights .vid iframe {
        width: 100%;
        height: 300px;
    }
    .footer .column {
        width: 100%}
    .footer .column p {
        font-size: 16px;
    }
    .history_page .blocks .blockhalf, .history_page .blocks .blockfull {
        width: 100%;
        margin: 1rem auto;
    }
    .history_page .blocks .blockfull .bg {
        width: 100%}
    .people .block.quarter {
        width: 50%}
    .hero .bg h2 {
        font-size: 28px;
        padding: 100px 0;
    }
    .left, .right {
        width: 100%}
    .left p, .right p {
        margin-top: 1rem;
    }
    .blog article {
        display: block;
        width: 90%;
        margin: 1rem auto;
    }
}




@media (max-width: 1456px) {
    .last-col {
        flex-basis: 100% !important;
        text-align: center;
    }
}

@media (max-width: 1024px) {

    header.header{ 
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

    .logo img {
        width: 100%;
        max-width: 230px;
      }
    .cbp-fwslider ul li > a, .cbp-fwslider ul li > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        outline: none;
        padding: 0;
    }
}
@media (max-width: 904px) {
    .footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .foot-col.logo img {
        margin-left:0px;
    }
    #google_language_translator select.goog-te-combo {
        margin: 0 auto 15px;
    }
    .foot-col {
        padding: 20px;
    }
        .flex-items a {
        min-width: 50%;
    }

}
@media (max-width: 750px) {
    #cssmenu #menu-button {
        width: 100px;
        float: right;
        z-index: 9999;
    }
    .nav-book-btn a {
        border-radius: 0 !important;
    }
    #cssmenu ul ul li a::before {
        content: "- ";
    }
    .red-bg h1 {
        font-size: 32px;
        line-height: 33px;
    }

}

