/* 
Wireframe: 06
Version: 2
Update: 2018.04.13 
*/

body {
    background: #232323;
    color: #fff;
    font-family: 'BarlowSemiCondensedRegular';
    font-size: 16px;
    line-height: 22px;
}
a {
    color: #ed1b24;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #ed1b24;
    text-decoration: none;
}
 
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 b, strong {
    font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Barlow';
    line-height: 1.5em;
}
h1, .h1{
    font-size:35px;
}
h2, .h2{
    font-size:30px;
	color:#ed1b24;
}
h3, .h3{
    font-size:24px;
}
h4, .h4{
    font-size:20px;
	color:#ed1b24;
}
h5, .h5{
    font-size:18px;
}
h6, .h6{
    font-size:14px;
	color:#ed1b24;
}

span.number-responsive {
	display: none;
}

header.top {
	position: relative;
	z-index: 10;
	background: #fff;
}
header.top::after {
	content: '';
	display: block;
	clear: both;
}
header.top .container {
	position: relative;
}
header.top .logo {
	position: relative;
	float: left;
	padding: 5px 0;
}
header.top .cta {
	position: relative;
	float: right;
	text-align: right;
	border: 1px solid #000000;
	display: inline-block;
	padding: 12px 10px 12px 95px;
	margin: 31px 0;
	transition: all .4s;
	cursor: default;
	font-family: 'Barlow';
    font-size: 21px;
	line-height: 27px;
    color: #000;
    text-transform: uppercase;
}
header.top .cta:after {
    content: '';
    position: absolute;
    height: 47px;
    width: 56px;
    background: url(../images/icon.png) no-repeat;
    left: 28px;
    z-index: 1;
    bottom: 14px;
}
header.top .cta:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	border-color: #ed1b24;
	background: rgba(237,37,36,.15);
	color: #666;
}
header.top .cta h4,
header.top .cta p {
	margin: 0;
	padding: 0;
}
header.top .cta h4 {
    font-family: 'Barlow';
    font-size: 30px;
	line-height: 24px;
    color: #000;
    text-transform: uppercase;
}
header.top .cta a {
	text-decoration: none;
	    color: #000;
}
header.top nav.mobile-nav {
	position: relative;
	float: right;
	display: none;
	background: #ed1b24;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
header.top nav.mobile-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 5px;
	display: block;
}
section.banner {
	position: relative;
	height: 655px;
}
section.banner.small {
	height: 250px;
}
section.banner .fluid_container,
section.banner .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0!important;
}
section.banner .fluid_container #slideshow .camera_overlayer {
	background: rgba(46, 89, 9, .2);
	mix-blend-mode: multiply;
}
section.banner .fluid_container #slideshow .camera_prev,
section.banner .fluid_container #slideshow .camera_next {
	background: rgba(255,255,255,.1);
	width: 55px;
	height: 55px;
	transition: all .4s;
}
section.banner .fluid_container #slideshow .camera_prev:hover,
section.banner .fluid_container #slideshow .camera_next:hover {
	background: rgba(255,255,255,.2);
}
section.banner .fluid_container #slideshow .camera_prev {
	left: 15px;
}
section.banner .fluid_container #slideshow .camera_next {
	right: 15px;
}
section.banner .fluid_container #slideshow .camera_prev > span,
section.banner .fluid_container #slideshow .camera_next > span {
	background: none;
	color: #fff;
	text-align: center;
	display: block;
	font-size: 24px;
	line-height: 55px;
	width: 55px;
	height: 55px;
}
section.banner .fluid_container #slideshow .camera_prev > span::after,
section.banner .fluid_container #slideshow .camera_next > span::after {
	font-family: 'FontAwesome';
}
section.banner .fluid_container #slideshow .camera_prev > span::after {
	content: '\f0d9';
}
section.banner .fluid_container #slideshow .camera_next > span::after {
	content: '\f0da';
}

section.banner .fluid_container #slideshow > div > .camera_caption {
	display: none;
}
section.banner .fluid_container #slideshow .camera_caption {
	position: absolute;
	font-size: 60px;
	font-size: 48px;
	line-height: 1.25em;
	font-weight: bold;
    font-family: "Oswald", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.banner.small .fluid_container #slideshow .camera_caption {
	display: none!important;
}
section.banner .fluid_container #slideshow .camera_caption > div {
	background: none;
	max-width: 75%;
	padding: 20px;
	opacity: 0;
	transform: translateX(-200%);
	-webkit-transform: translateX(-200%);
	animation: slide-in .5s forwards;
	-webkit-animation: slide-in .5s forwards;
}
section.banner .cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    bottom: 45.5%;
	text-align: center;
	z-index: 9;
}
section.banner .cta a {
    font-family: 'BarlowMedium';
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.9), 
	rgba(0, 0, 0, 0.9) 1px 1px 1px, 
	rgba(0, 0, 0, 0.1) -1px 1px 1px, 
	rgba(0, 0, 0, 0.1) -1px -1px 1px, 
	rgba(0, 0, 0, 0.1) 1px -1px 1px;
	text-decoration:none;
}
section.banner .cta a:hover{
	color:#ed1b24;}
@keyframes slide-in {
    100% {
    	transform: translateX(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateX(0%); 
    	opacity: 1;
    }
}

section.banner .news-photo-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background: #1a3c19;
}
section.banner .news-photo-wrapper .news-photo {
	position: absolute;
	left: -15px;
	right: -15px;
	top: -15px;
	bottom: -15px;
	background: center no-repeat;
	background-size: cover;
	-webkit-filter: blur(15px);
	filter: blur(15px);
	opacity: .7;
}
section.banner .container {
	position: relative;
	height: 100%;
	/*pointer-events: none;*/
}
section.banner .container nav.main-nav {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: #ffffff;
	pointer-events: auto;
	z-index: 50;
	border-top: 5px solid #ed1b24;
}
section.banner .container nav.main-nav .sticky-nav {
	background: #fff;
}

header.page-title {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 40px;
    padding: 25px 0 25px;
}
header.page-title .subtitle {
    color: #ed1b24;
}
header.page-title h1 {
	margin: 0;
	font-weight: normal;
	font-size: 35px;
}
header.page-title h1 .date {
	display: block;
	float: right;
	background: #ed1b24;
	font-size: .5em;
	line-height: 1.4em;
	font-weight: bold;
	padding: 4px 10px;
	display: block;
	color: #fff;
	margin-top: 10px;
}
header.page-title .news-photo {
	position: relative;
	display: block;
	height: 400px;
	margin-bottom: -5px;
	border-bottom: 5px solid #9fc612;
	background: center no-repeat;
	background-size: cover;
}
header.page-title .news-photo h1 {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 15px;
	color: #fff;
}
header.page-title .news-photo::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
article.content img {
    height: auto;
    max-width: 100%;
    outline: none;
}
article.content {
	padding-bottom: 25px;
}
article.content hr {
	border-color: #ddd;
}
article.content p {
    margin-bottom: 15px;
}
article.content ul {
    padding-left: 10px;
}
article.content ul li {
    list-style: none;
    background: url(../images/list-icon01.png) no-repeat 0 7px;
    padding-left: 20px;
}
article.content ul ul li {
    background-image: url(../images/list-icon02.png);
}
article.content .table-style {
	position: relative;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #e9e9e9;
	padding: 5px;
}
article.content .table-style th {
	background: #f2f2f2;
	color: #333;
}
article.content #News {
	position: relative;
}
article.content #News .news-item {
	position: relative;
	box-shadow: 0 0 2px rgba(0,0,0,.25);
	transition: all .4s;
	margin: 10px 0;
}
article.content #News .news-item:hover {
	box-shadow: 0 0 15px -3px rgba(0,0,0,.25);
}
article.content #News .news-item .news-item-header {
	position: relative;
	background: #353535;
	padding-bottom: 50%;
	overflow: hidden;
}
article.content #News .news-item .news-item-header .photo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center no-repeat;
	background-size: cover;
	transition: all .8s;
}
article.content #News .news-item:hover .news-item-header .photo {
	transform: scale(1.1);
}
article.content #News .news-item .news-item-header .photo.nophoto {
	background-image: url(../images/logo-no-photo.png);
	background-size: 50px;
}
article.content #News .news-item .news-item-header .date {
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #ed1b24;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	display: block;
	color: #fff;
}
article.content #News .news-item .news-item-content {
	position: relative;
	padding: 15px 20px 20px;
}
article.content #News .news-item .news-item-content h3 {
	color: #4d4d4d;
	margin: 0 0 10px;
	transition: all .4s;
}
article.content #News .news-item:hover .news-item-content h3 {
	color: #9fc612;
}
article.content #News .news-item .news-item-content p {
	padding: 0;
	margin: 0;
}
article.content #News .news-item .news-item-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
}

aside.sidebar {
	position: relative;
	border: 5px solid #e9e9e9;
	padding: 15px 20px;
	margin: 30px 0;
}
aside.sidebar h2,
aside.sidebar h3,
aside.sidebar h4 {
	margin: 0 0 10px;
}
aside.sidebar hr {
	border-color: #e9e9e9;
}
aside.sidebar #openingTimesBlock .openingLine {
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
}
aside.sidebar #openingTimesBlock .openingLine:first-of-type {
	border-top: none;
}
aside.sidebar #openingTimesBlock .openingLine .openingDay {
	width: 29%;
    display: inline-block;
}
aside.sidebar #openingTimesBlock .openingLine .openingTime {
	width: 69%;
    display: inline-block;
	text-align: right;
}

section.boxes {
	background: url(../images/bg-leafs.jpg) no-repeat center center;
	color: #fff;
	padding: 65px 0 115px;
}
section.boxes .box {
	position: relative;
	margin: 0px 0;
}
section.boxes .box .box-wrapper {
	position: relative;
	padding:0 0 20px 0;
	background: rgba(0,0,0,1);
	transition: all .4s;
	text-align: center;
	border-radius: 0;
	margin-top: 0px;
}
section.boxes .box .box-wrapper:hover {
	/*box-shadow: 0 5px 10px -10px rgba(0,0,0,1), 0 10px 15px -10px rgba(0,0,0,.5);*/
	/*transform: translateY(-10px);*/
	background: #ed1b24;
	color: #fff;
}
section.boxes .box .box-wrapper header.box-top {
	position: relative;
    background: center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 196px;
    border-radius: 0%;
    margin: 0 auto 20px;
    transition: all .4s;
}
section.boxes .box.box01 .box-wrapper header.box-top {
	background-image: url(../images/photo-box01.jpg);
}
section.boxes .box.box02 .box-wrapper header.box-top {
	background-image: url(../images/photo-box02.jpg);
}
section.boxes .box.box03 .box-wrapper header.box-top {
	background-image: url(../images/photo-box03.jpg);
}
section.boxes .box .box-wrapper:hover header.box-top {
	/*box-shadow: inset 0 0 0 10px rgba(0,0,0,.75);*/
}
section.boxes .box .box-wrapper h3 {
	margin: 0 0 10px;
    color: #fff;
    font-family: 'BarlowSemiCondensedSemiBold';
    font-size: 19px;
    text-transform: uppercase;
}
section.boxes .box .box-wrapper p {
    padding: 0 15px;
    text-align: left;
}
section.boxes .box .box-wrapper .readmore {
	font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -49px;
    color: #fff;
    background: #ed1b24 url(../images/bt.png) no-repeat right;
    width: 154px;
    height: 49px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 49px;
    text-align: left;
    padding-left: 20px;
}
section.boxes .box .box-wrapper:hover .readmore {
    background: #000 url(../images/bth.png) no-repeat right;}
section.boxes .box .box-wrapper:hover h3 {
    color: #000;
}
section.spacer {
	background: #3d3d3d url(../images/bg-leafs.jpg) center fixed;
	padding: 50px 0;
}
section.spacer .newsletter {
	color: #b3b3b3;
}
section.spacer .newsletter h3 {
	margin: 0 0 10px;
}

section.googlemaps {
	position: relative;
	background: #0e100a;
	height: 250px;
	overflow: hidden;
}
section.googlemaps .box_googlemaps {
	mix-blend-mode: luminosity;
}
section.googlemaps .box_googlemaps iframe {
	margin: 0!important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
section.googlemaps .link a {
	font-size: 0;
}
section.googlemaps .link a.iframe.fancyIFrame {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

footer.bottom {
	position: relative;
    padding: 50px 0 50px;
    font-size: 16px;
    line-height: 26px;
}
footer.bottom h3 {
	border-bottom: 1px solid rgba(255,255,255,0.18);
    margin: 0 0 25px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Barlow';
	width: 169px;
}
footer.bottom  .Info {
    text-align: right;
	float: right;
}
footer.bottom .Info h3 {
    text-align: right;
    width: 225px;
    float: right;
}
footer.bottom .social {
	    text-align: center;
		margin-top: 95px;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox {
	display: inline-flex;
	margin: 10px 0 0;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b > span{
	display: none;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
	content: "\f003";
}
footer.bottom .social .facebook::before {
	content: "\f09a";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
	content: "\f099";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
	content: "\f0e1";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share::before {
	content: "\f0d5";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
	position: relative;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	top: 3px!important;
	opacity: 0;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
	content: "\f231";
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b, footer.bottom .social .facebook {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 0 0 7px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #232323;
	background: #fff;
	text-decoration: none;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b::after, footer.bottom .social .facebook::after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b::before, footer.bottom .social .facebook::before {
	font-family: 'FontAwesome';
	speak: none;
	font-size: 18px;
	line-height: 36px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b {
	transition: background 0.2s, color 0.2s;
}
footer.bottom .social #ContainerBlockSocial.addthis_toolbox .at300b:hover, footer.bottom .social .facebook:hover {
	background: #ed1b24;
	color: #232323;
}


nav#MobileNavigation {
	display: none;
}
 
#footerSlideContainer a {
	color: #808080;
}

#scrollUp {
	bottom: 35px;
	right: 11px;
	padding: 8px 15px;
	background: rgba(237, 27, 36, 0.8);
	color: #fff;
	text-decoration: none;
}
#scrollUp:hover {
	background: rgba(237, 27, 36, 1);
}

div.cc-cookies {
    width: 100%;
    background: #757171;
}
.cc-cookies a.cc-cookie-accept, 
.cc-cookies-error a.cc-cookie-accept, 
.cc-cookies a.cc-cookie-decline, 
.cc-cookies-error a.cc-cookie-decline, 
.cc-cookies a.cc-cookie-reset {
	background: rgba(237,27,36,.5) !important;
	color: #fff !important;
	margin: 0 10px;
}
.cc-cookies a:hover.cc-cookie-accept, 
.cc-cookies-error a:hover.cc-cookie-accept, 
.cc-cookies a:hover.cc-cookie-decline, 
.cc-cookies-error a:hover.cc-cookie-decline, 
.cc-cookies a:hover.cc-cookie-reset {
	background: #ed1b24!important;
	color: #fff !important;
}

.formError,
.formError *,
#fancybox-wrap,
#fancybox-wrap *{
    box-sizing: content-box;
}
div#_atssh {
    bottom: 0;
}

@media only screen and (max-width : 1024px) {
	aside.sidebar h2 {
		font-size: 25px;
	}
	footer.bottom h3 {
		font-size: 21px;
	}
	header.top .logo {
    width: 40%;
	}
	header.top .logo img {
    width: 80%;
	}
}
@media only screen and (max-width : 800px) {
	header.top .logo {
		width: 40%;
	}
	header.top .logo img {
    width: 70%;
	}
	span.number {
		display: none;
	}
	span.number-responsive {
		display: inline-block;
	}
	header.top nav.mobile-nav {
		display: block;
		clear: both;
	}
	.mm-menu .mm-listview > li a:not(.mm-next):hover{ 
   background:#ed1b24!important; 
   color:#fff!important;}
   .selected{
   background:#ed1b24!important; 
   color: #fff!important;}
	section.banner {
		height: 350px;
	}
	section.banner.small {
		height: 100px;
	}
	section.banner .fluid_container #slideshow .camera_prev,
	section.banner .fluid_container #slideshow .camera_next {
		display: none!important;
	}
	section.banner .fluid_container #slideshow .camera_caption {
		font-size: 38px;
	}
	section.banner .container {
		display: none;
	}
	article.content #News .news-item .news-item-header {
		padding-bottom: 75%;
	}
	header.page-title .news-photo {
		height: 250px;
	}
	section.boxes .box {
		display: inline-block;
		margin: 10px 0;
	}
}
@media only screen and (max-width : 767px) {
	section.boxes .box .box-wrapper {
		margin-bottom: 40px;
		}
	section.boxes {
    padding: 25px 0;
    background-size: cover;
	}
	footer.bottom .social {
    text-align: left;
    margin-top: 0px;
	}
	footer.bottom .Info {
    text-align: left;
    float: left;
	margin-top: 20px;
	}
	footer.bottom .Info h3 {
    text-align: left;
    width: 225px;
    float: left;
	}
	}
@media only screen and (max-width : 640px) {
	header.top .logo {
		float: none;
		margin: 0 auto;
	}
	header.top .logo img {
		max-width: 100%;
		width:100%;
	}
	.image-right, .image-left {
    float: none;
    width: 100%;
    margin: 0 auto;
}
	header.top .cta {
		float: none;
		text-align: center;
		display: block;
	}
	section.banner {
		height: 300px;
	}
	section.banner .slogan br {
		display: none;
	}
	header.page-title .news-photo::before {
		height: 60%;
	}
	article.content #News .news-item {
		margin: 20px 0;
	}
	article.content #News .news-item .news-item-header {
		padding-bottom: 60%;
	}
	section.boxes {
		padding-top: 25px;
	}
	section.googlemaps .box_googlemaps {
		mix-blend-mode: normal;
	}
}
@media only screen and (max-width : 480px) {
	section.banner .fluid_container #slideshow .camera_caption {
		font-size: 28px;
	}
	header.top .logo {
    width: 80%;
    }
}