/* 
Wireframe: 05
Version: 3.0
Update: 2019.09.04
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/Roboto-Slab-regular/Roboto-Slab-regular.eot');
  src: url('../fonts/Roboto-Slab-regular/Roboto-Slab-regular.eot?#iefix') format('embedded-opentype'),
       local('Roboto Slab Regular'),
       local('Roboto-Slab-regular'),
       url('../fonts/Roboto-Slab-regular/Roboto-Slab-regular.woff2') format('woff2'),
       url('../fonts/Roboto-Slab-regular/Roboto-Slab-regular.woff') format('woff'),
       url('../fonts/Roboto-Slab-regular/Roboto-Slab-regular.ttf') format('truetype'),
       url('../fonts/Roboto-Slab-regular/Roboto-Slab-regular.svg#RobotoSlab') format('svg');
}
@font-face {
  font-family: 'Roboto Slab';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/Roboto-Slab-700/Roboto-Slab-700.eot');
  src: url('../fonts/Roboto-Slab-700/Roboto-Slab-700.eot?#iefix') format('embedded-opentype'),
       local('Roboto Slab Bold'),
       local('Roboto-Slab-700'),
       url('../fonts/Roboto-Slab-700/Roboto-Slab-700.woff2') format('woff2'),
       url('../fonts/Roboto-Slab-700/Roboto-Slab-700.woff') format('woff'),
       url('../fonts/Roboto-Slab-700/Roboto-Slab-700.ttf') format('truetype'),
       url('../fonts/Roboto-Slab-700/Roboto-Slab-700.svg#RobotoSlab') format('svg');
}

/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #fff;
    color: #333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}
a {
    color: #d91e35;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #d91e35;
    text-decoration: none;
}
 
   
}
.image-right {
    float: right;
    margin: 0 0 10px 15px;
    box-shadow: 10px -10px 0 -1px #fff, 10px -10px 0 0 #f1c2c2;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto Slab", "Georgia", serif;
    line-height: 1.5em;
    font-weight: bold;
}
h1, .h1{
    font-size:40px;
}
h2, .h2{
    font-size:30px;
}
h3, .h3{
    font-size:24px;
}
h4, .h4{
    font-size:20px;
}
h5, .h5{
    font-size:18px;
}
h6, .h6{
    font-size:14px;
}

header.top {
	position: relative;
	background: #fff;
	z-index: 20;
	
}
.is-sticky header.top {
	/*background: rgba(217,30,53,.9);*/
}
header.top .logo {
	position: absolute;
	top: 0;
	transform-origin: left top;
	transition: all .8s;
	transition-delay: .1s;
  background: #fff;
}
.is-sticky header.top .logo {
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	transform: scale(.65);
	/*transition-delay: 0s;*/
}
header.top .logo a {
	display: block;
}
header.top .logo a img {
	display: block;
}
header.top nav.main-nav {
	float: right;
	padding-top: 30px;
	transition: all .4s;
}
.is-sticky header.top nav.main-nav {
	padding-top: 0;
}
header.top nav.mobile-nav {
	display: none;
	float: right;
	padding-top: 30px;
	padding-bottom: 10px;
	transition: all .4s;
}
.is-sticky header.top nav.mobile-nav {
	padding-top: 10px;
}
header.top nav.mobile-nav a {
	font-size: 24px;
	text-decoration: none;
	color: #000;
}

section.banner {
	position: relative;
	height: 600px;
	background: #260509;
}
section.banner.small {
	height: 250px;
}
section.banner.contact {
	height: 300px;
	width: 100%;
	overflow: hidden;
}
.logo img {
  height: 150px;
}
section.banner .fluid_container,
section.banner .fluid_container #slideshow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: auto;
}
section.banner .fluid_container #slideshow {
	margin-bottom: 0!important;
}
section.banner .fluid_container #slideshow .camera_target {
	opacity: .8;
}
section.banner .fluid_container #slideshow .camera_pag {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul {
	text-align: center;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li {
	width: 50px;
	height: 5px;
	padding: 0px;
	margin: 5px;
	border-radius: 0px;
	background: rgba(255,255,255,.75);
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li > span {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0;
	height: 5px;
	width: 50px;
}
section.banner .fluid_container #slideshow .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #f3c039;
}
section.banner .NewsItemBackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: no-repeat center;
	background-size: cover;
	opacity: .8;
}
section.banner .container {
	position: relative;
	height: 100%;
	pointer-events: none;
}
section.banner .cta {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	text-align: center;
	font-size: 48px;
    color: #fff;
	font-weight: bold;
	opacity: 0;
    transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    animation: slide-in .5s forwards;
    -webkit-animation: slide-in .5s forwards;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}
@keyframes slide-in {
    100% {
    	transform: translateY(0%); 
    	opacity: 1;
    }
}
@-webkit-keyframes slide-in {
    100% {
    	-webkit-transform: translateY(0%); 
    	opacity: 1;
    }
}
section.banner .cta p {
	margin: 0;
}
section.banner .cta a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	pointer-events: auto;
	letter-spacing: 0px;
	text-shadow: 0 2px 4px rgba(0,0,0,.35);
	text-transform: uppercase;
  background: #f3c039;
  padding: 10px 15px;
  font-size: 0.6em;
  
}
section.banner.small .cta {
  top: 8%;
}
section.banner .cta h2 {
  font-size: 1.2em;
}
section.banner .cta a:hover {
	letter-spacing: 3px;
	text-shadow: 0 5px 7px 10px rgba(0,0,0,.5);
}
section.banner .cta a::before,
section.banner .cta a::after {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(243, 192, 57,.75);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform .5s, opacity .5s;
	-moz-transition: -moz-transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}
section.banner .cta a::after {
	width: 90px;
	height: 90px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}
section.banner .cta a:hover::before,
section.banner .cta a:hover::after,
section.banner .cta a:focus::before,
section.banner .cta a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
section.banner iframe {
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 200vw;
}

header.page-title {
	padding: 20px 0 30px;
}
header.page-title h1 {
	position: relative;
	margin: 0;
	color: #333;
	padding-bottom: 5px;
	z-index: 5;
	border-bottom: 1px solid #ccc;
}

article.content {
	position: relative;
	padding-bottom: 30px;
	min-height: 200px;
}
article.content hr {
	border-color: #ccc;
}
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 {
	background: #eee;
}
article.content .table-style th,
article.content .table-style td {
	border: 1px solid #ccc;
	padding: 2px 5px;
}
article.content #NewsItems {
	position: relative;
}
article.content #NewsItems .photo {
	position: relative;
	display: block;
	height: 230px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: center no-repeat;
	background-size: cover;
	text-decoration: none;
	color: #ccc;
}
article.content #NewsItems .photo.nophoto {
	background: #1a1a1a url(../images/bg-news.jpg) center no-repeat;
	background-size: cover;
}
article.content #NewsItems .photo::before,
article.content #NewsItems .photo::after {
	content: '';
	position: absolute;
	transition: all 1s;
	opacity: 0;
}
article.content #NewsItems .photo::before {
	left: 5px;
	top: 5px;
	border-left: 2px solid #d91e35;
	border-top: 2px solid #d91e35;
	right: 100%;
	bottom: 100%;
}
article.content #NewsItems .photo::after {
	right: 5px;
	bottom: 5px;
	border-right: 2px solid #d91e35;
	border-bottom: 2px solid #d91e35;
	left: 100%;
	top: 100%;
}
article.content #NewsItems .photo:hover::before {
	right: 5px;
	bottom: 5px;
	opacity: 1;
}
article.content #NewsItems .photo:hover::after {
	left: 5px;
	top: 5px;
	opacity: 1;
}
article.content #NewsItems .photo .newsbox {
	position: absolute;
	left: -20px;
	bottom: 10px;
	right: 10px;
	background: rgba(0,0,0,.85);
	padding: 10px 15px;
}
article.content #NewsItems .photo .newsbox h4 {
	margin: 0 0 5px;
	padding: 0;
	color: #fff;
}
article.content #NewsItems .photo .newsbox p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
article.content #NewsItems p.text {
	padding-left: 20px;
	text-align: justify;
}
article.content section.address {
	position: relative;
}
article.content section.address p {
	margin-left: 40px;
}
article.content section.address a,
article.content section.address label.modal-label {
	color: #d91e35;
	text-decoration: none;
	border-bottom: 1px solid rgba(217,30,53,0);
	transition: all .4s;
}
article.content section.address a:hover,
article.content section.address label.modal-label:hover {
	border-bottom-color: rgba(217,30,53,1);
}
article.content section.address p > i.fa {
	font-size: 18px;
	font-weight: normal;
	margin-left: -40px;
	float: left;
	width: 25px;
	text-align: center;
}
article.content section.address h2,
article.content .opening h2 {
	margin-top: 0;
}
article.content #openingTimesBlock .openingLine {
	line-height: 1.8em;
}
article.content #openingTimesBlock .openingLine .openingDay {
	position: relative;
	display: inline-block;
	width: 100px;
	font-weight: bold;
	margin-right: 5px;
}
article.content #openingTimesBlock .openingLine .openingDay::before {
	content: '';
	position: absolute;
	left: 27px;
	right: 0;
	bottom: 10px;
	border-bottom: 1px dotted rgba(0,0,0,.2);
}

.photo-spacer {
	position: relative;
	background: #1a1a1a;
	height: 200px;
}
.photo-spacer::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/photo-spacer.jpg) no-repeat center top fixed;
	background-size: cover;
	opacity: .2;
}

section.boxes {
	position: relative;
	padding: 50px 0;
}
section.boxes a.box {
	position: relative;
	text-decoration: none;
	color: #333;
	display: block;
}
section.boxes a.box .clearfix {
	display: block;
}
section.boxes a.box:hover {
	text-decoration: none;
}
section.boxes a.box .photo {
	background: center no-repeat;
	background-size: cover;
	height: 400px;
	display: block;
	transition: all .4s;
}
section.boxes a.box:hover .photo {
	/*opacity: .5;*/
}
section.boxes a.box.box01 .photo {
	background-image: url(../images/photo-box01.jpg);
}
section.boxes a.box.box02 .photo {
	background-image: url(../images/photo-box02.jpg);
}
section.boxes a.box.box03 .photo {
	background-image: url(../images/photo-box03.jpg);
}
section.boxes a.box h3 {
	padding: 10px 0 10px;
	margin: 0;
	color: #d91e35;
}
section.boxes a.box p {
	margin: 0;
    padding-bottom: 10px;
	color: #666;
}
section.boxes a.box h3,
section.boxes a.box p {
    background: #fff;
    font-size: 1.5em;
      line-height: 1.5em;
    transition: transform .4s;
    font-weight: bold;
   color: #000;
}
section.boxes a.box:hover h3,
section.boxes a.box:hover p {
	/*transform: translateY(-30px);*/
}
section.boxes a.box .button {
	position: relative;
	display: inline-block;
	border-radius: 4px;
	background: #f3c039;
	color: #000;
	font-family: "Roboto Slab", "Georgia", serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 40px;
	float: right;
	overflow: hidden;
	transition: all .3s;
}
section.boxes a.box:hover .button {
	color: #fff;
	background: #f3c039;
	padding: 10px 15px 10px 40px;
}
section.boxes a.box .button span {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}
section.boxes a.box .button i {
	font-size: 22px;
	left: 15px;
	position: absolute;
	padding-top: 1px;
	opacity: 0;
	transition: all .3s;
	transition-delay: 0s;
	z-index: 2;
}
section.boxes a.box .button::before {
	content: '';
	top: 0;
	left: 0;
	width: 0;
	position: absolute;
	z-index: 1;
	height: 100%;
	background: rgba(0,0,0,.2);
	transition: all .3s;
	transition-delay: .15s;
}
section.boxes a.box:hover .button span {
	padding-left: 20px;
}
section.boxes a.box:hover .button i {
	opacity: 1;
	transition-delay: .15s;
}
section.boxes a.box:hover .button::before {
	width: 44px;
	transition-delay: 0s;
}

footer.bottom {
	position: relative;
	background: #6b3819;
	color: #fff;
	padding: 30px 0;
}
footer.bottom h3 {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.25);
	margin: 0 0 20px;
	padding-bottom: 5px;
}
footer.bottom section.address {
	position: relative;
}
footer.bottom section.address p {
	margin-left: 40px;
}
footer.bottom section.address a,
footer.bottom section.address label.modal-label {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(217,30,53,0);
	opacity: 1;
	transition: all .4s;
}
footer.bottom section.address a:hover,
footer.bottom section.address label.modal-label:hover {
	border-bottom-color: rgba(217,30,53,1);
}
footer.bottom section.address p > i.fa {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-left: -40px;
	float: left;
	width: 25px;
	text-align: center;
}
footer.bottom section.address span.number-responsive {
	display: none;
}
footer.bottom section.openinghours #openingTimesBlock .openingLine {
	line-height: 1.8em;
}
footer.bottom section.openinghours #openingTimesBlock .openingLine .openingDay {
	position: relative;
	display: inline-block;
	width: 100px;
	font-weight: bold;
	margin-right: 5px;
}
footer.bottom section.openinghours #openingTimesBlock .openingLine .openingDay::before {
	content: '';
	position: absolute;
	left: 27px;
	right: 0;
	bottom: 10px;
	border-bottom: 1px dotted rgba(255,255,255,.2);
}
footer.bottom section.news-slider #FooterNews {
	position: relative;
	margin-top: -10px;
}
footer.bottom section.news-slider #FooterNews .Item {
	position: relative;
}
footer.bottom section.news-slider #FooterNews .Item a.photo {
	position: relative;
	display: block;
	margin-left: 20px;
	background: rgba(0,0,0,.5) no-repeat center top;
	background-size: cover;
	height: 230px;
	text-decoration: none;
	color: #ccc;
	line-height: 1.7em;
	font-size: 12px;
}
footer.bottom section.news-slider #FooterNews .Item a.photo.nophoto {
	background-image: url(../images/bg-news.jpg);
}
footer.bottom section.news-slider #FooterNews .Item a.photo::before,
footer.bottom section.news-slider #FooterNews .Item a.photo::after {
	content: '';
	position: absolute;
	transition: all 1s;
	opacity: 0;
}
footer.bottom section.news-slider #FooterNews .Item a.photo::before {
	left: 5px;
	top: 5px;
	border-left: 2px solid #d91e35;
	border-top: 2px solid #d91e35;
	right: 100%;
	bottom: 100%;
}
footer.bottom section.news-slider #FooterNews .Item a.photo::after {
	right: 5px;
	bottom: 5px;
	border-right: 2px solid #d91e35;
	border-bottom: 2px solid #d91e35;
	left: 100%;
	top: 100%;
}
footer.bottom section.news-slider #FooterNews .Item a.photo:hover::before {
	right: 5px;
	bottom: 5px;
	opacity: 1;
}
footer.bottom section.news-slider #FooterNews .Item a.photo:hover::after {
	left: 5px;
	top: 5px;
	opacity: 1;
}
footer.bottom section.news-slider #FooterNews .Item a.photo span.news-box {
	position: absolute;
	z-index: 5;
	display: block;
	left: -20px;
	right: 10px;
	bottom: 10px;
	background: rgba(0,0,0,.85);
	padding: 10px 15px 15px;
	/*transition: opacity .4s;*/
}
footer.bottom section.news-slider #FooterNews .Item a.photo:hover span.news-box {
	/*opacity: .2;*/
}
footer.bottom section.news-slider #FooterNews .Item a.photo span.news-box span {
	display: block;
}
footer.bottom section.news-slider #FooterNews .Item a.photo span.news-box span.news-title {
	color: #fff;
	margin: 0 0 5px;
}
footer.bottom section.news-slider #FooterNews .slick-dots li button::before {
	color: #fff;
}
footer.bottom section.news-slider #FooterNews .slick-prev::before,
footer.bottom section.news-slider #FooterNews .slick-next::before {
	color: #999;
}

section.bottombar {
	background: #000;
	padding: 20px 0;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b > span{
	display: none;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_email::before {
	content: "\f003";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_facebook::before {
	content: "\f09a";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_twitter::before {
	content: "\f099";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_linkedin::before {
	content: "\f0e1";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone::before {
	content: "\f0d5";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone {
	position: relative;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone #___plusone_0,
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone iframe {
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	top: 3px!important;
	opacity: 0;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_pinterest_share::before {
	content: "\f231";
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 10px 0 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #ccc;
	background: #333;
	text-decoration: none;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b::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;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b::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;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b {
	transition: background 0.2s, color 0.2s;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b::after {
	top: -5px;
	left: -5px;
	padding: 5px;
	box-shadow: 0 0 0 2px #d91e35;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b:hover {
	background: #d91e35;
	color: #fff;
}
section.bottombar .social #ContainerBlockSocial.addthis_toolbox .at300b:hover::after {
	transform: scale(1);
	opacity: .7;
}
section.bottombar nav.language {
	text-align: right;
}
section.bottombar nav.language a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
    font-family: "Roboto Slab", "Georgia", serif;
	cursor: pointer;
	margin: 0 0 0 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #ccc;
	background: #333;
	text-decoration: none;
}
section.bottombar nav.language a::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;
}
section.bottombar nav.language a::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;
}
section.bottombar nav.language a {
	transition: background 0.2s, color 0.2s;
}
section.bottombar nav.language a::after {
	top: -5px;
	left: -5px;
	padding: 5px;
	box-shadow: 0 0 0 2px #d91e35;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
section.bottombar nav.language a:hover {
	background: #d91e35;
	color: #fff;
}
section.bottombar nav.language a:hover::after {
	transform: scale(1);
	opacity: .7;
}
 
#footerSlideContainer a {
	color: #666;
}

div.cc-cookies {
    width: 100%;
    background: #d91e35;
}
.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(0,0,0,.2) !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: #333 !important;
	color: #fff !important;
}

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

#scrollUp {
	bottom: 35px;
	right: 10px;
	padding: 5px 15px;
	background-color: rgba(102,102,102,.5);
	color: #fff;
	text-decoration: none;
}
#scrollUp:hover {
	background-color: rgba(102,102,102,1);
}
@media only screen and (max-width : 1200px) {
	/*#footerSlideContainer {
		position: relative !important;
		right: 50% !important;
		transform: translateX(50%);
	}
	#footerSlideButton {
		position: relative !important;
	}
	#scrollUp {
		bottom: 21px;
		right: 50%;
		transform: translateX(50%);
	}
	*/
}
@media only screen and (max-width : 1024px) {
}
@media only screen and (max-width : 992px) {
}
@media only screen and (max-width : 800px) {
	header.top nav.main-nav {
		display: none;
	}
	header.top nav.mobile-nav {
		display: block;
	}
	section.banner {
		height: 350px;
	}
	footer.bottom section.address span.number {
		display: none;
	}
	footer.bottom section.address span.number-responsive {
		display: inline-block;
	}
	footer.bottom section.openinghours #openingTimesBlock .openingLine .openingDay {
		width: 40px;
	}
	footer.bottom section.news-slider #FooterNews .slick-prev,
	footer.bottom section.news-slider #FooterNews .slick-next {
		display: none!important;
	}
}
@media only screen and (max-width : 480px) {
	.image-left,
	.image-right {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}
	.topbar nav.language {
	}
	header.top .logo {
		/*width: 85%;*/
		max-width: 50%;
	}
	header.top .logo a img {
		width: 100%;
	}
	section.banner {
		height: 300px;
	}
	section.banner .cta {
		left: 10px;
		right: 10px;
		font-size: 36px;
		line-height: 1.2em;
	}
	section.banner .cta {
		font-size: 30px;
	}
	section.banner .cta a:hover {
		letter-spacing: 0;
	}
	section.boxes a.box {
		margin-bottom: 15px;
	}
	footer.bottom section.openinghours {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	section.bottombar nav.language {
		padding-top: 10px;
		text-align: left;
	}
	section.bottombar nav.language a {
		float: left;
		margin: 0 10px 0 0;
	}
	#footerSlideContainer {
		position: relative!important;
	}
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
/*** ESSENTIAL STYLES ***/
#navigation .sf-menu, #navigation .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation .sf-menu li {
	position: relative;
}
#navigation .sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
#navigation .sf-menu > li {
	float: left;
}
#navigation .sf-menu li:hover > ul,
#navigation .sf-menu li.sfHover > ul {
	display: block;
}

#navigation .sf-menu a {
	display: block;
	position: relative;
}
#navigation .sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
#navigation .sf-menu a {
    position: relative;
	text-decoration: none;
	color: #6b3819;
	padding: 20px 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}
#navigation .sf-menu li {
	white-space: nowrap;
	margin-left: 5px;
}
#navigation .sf-menu > li > a::before {
	content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .2s ease;
}
#navigation .sf-menu > li::after {
	content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width .2s ease;
}
#navigation .sf-menu > li > a:hover::before, #navigation .sf-menu > li.sfHover > a::before,
#navigation .sf-menu > li.selected > a::before, #navigation .sf-menu > li.active > a::before {
    width: 100%;
    background: #f3c039 ;
    transition: width .5s ease;
}
#navigation .sf-menu > li:hover::after, #navigation .sf-menu > li.sfHover::after,
#navigation .sf-menu > li.selected::after, #navigation .sf-menu > li.active::after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
#navigation .sf-menu li a:hover, #navigation .sf-menu li.sfHover > a,
#navigation .sf-menu li.selected > a, #navigation .sf-menu li.active > a {
	color: #f3c039 ;
}
#navigation .sf-menu li ul {
	background: rgba(26,26,26,.85);
	padding: 5px 10px;
	min-width: 230px;
	box-shadow: 0px 2px 3px rgba(0,0,0,.2);
}
#navigation .sf-menu li ul li {
	border-top: 1px solid rgba(255,255,255,.2);
}
#navigation .sf-menu li ul li:first-child {
	border-top: none;
}
#navigation .sf-menu li ul a {
	display: block;
	text-transform: none;
	font-size: 14px;
	border-bottom: none;
	padding: 10px;
}
#navigation .sf-menu ul li a:hover, #navigation .sf-menu ul li.sfHover > a,
#navigation .sf-menu ul li.selected > a, #navigation .sf-menu ul li.active > a {
	background: #000;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 47px;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #fff; /* edit this to suit design (no rgba in IE8) */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

.topbalk {
	display: block;
	background: #fff  ;
	position: relative;
	padding: 5px 0;
	color: #fff;
	width: 100%;
	height: 30px;
	z-index: 10;
	overflow: hidden;
}
.topbalk .links {
	float: left;
}
.topbalk .links a{
	text-decoration: none;	
	color: #000;
}
.topbalk .links a:last-child{
	margin-left: 15px;
}
.topbalk .rechts {
	float: right;
}

@media only screen and (max-width : 767.98px) {
	.topbalk {
	  font-size: 13px;
	}
	.topbalk .links {
		width: 87%;
	}
	.topbalk .rechts{
		width: 30%;
	}
	.topbalk .rechts .rbalk .fas {
		margin-top: 5px;
		cursor: pointer;
		padding-right: 5px;
	}
	.topbalk .rechts .rbalk {

	}
	.topbalk .rechts .rbalk.zichtbaar {
		right: 34px;
	}	
}

.taalblok{
	display: inline-block;
	height: 20px;
	margin-top: 0;
	text-align: right;
	width: auto;
    padding-top: 5px;
    padding-right: 15px;
}	
.taalblok li, #language a{float:left;}
.taalblok li:first-child, #language a:first-child, #language a:nth-child(2), #language a:nth-child(3){margin-right:7px}


@media (max-width: 767px) {
.taalblok{margin-top: 0;}
}

#lang-nl{display:block; width:26px; height:17px; background:url(../images/nl.jpg) center top no-repeat; text-indent:100%; box-shadow: 0 0 3px #a7a7a7; white-space:nowrap; overflow:hidden;}
#lang-en{display:block; width:26px; height:17px; background:url(../images/en.jpg) center top no-repeat; text-indent:100%;box-shadow: 0 0 3px #a7a7a7; white-space:nowrap; overflow:hidden;}
#lang-de{display:block; width:26px; height:17px; background:url(../images/de.jpg) center top no-repeat; text-indent:100%; box-shadow: 0 0 3px #a7a7a7; white-space:nowrap; overflow:hidden;}
#lang-fr{display:block; width:26px; height:17px; background:url(../images/fr.jpg) center top no-repeat; text-indent:100%; box-shadow: 0 0 3px #a7a7a7; white-space:nowrap; overflow:hidden;}      

.image-right {
    float: right;
    margin: 0 0 10px 15px;
    box-shadow: 10px -10px 0 -1px #fff, 10px -10px 0 0 #f1c2c2;
}

@media only screen and (max-width : 480px) {
	.image-left,
	.image-right {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
	}
}

footer.bottom a {
  color :#fff;
}

section.newsletter2 {
    height: 30vh;
        min-height: 250px;
    background: #333 url(../images/photo-spacer.jpg) center no-repeat fixed;
    background-size: cover;
    position: relative;
}
section.newsletter2 h4 {
    margin: 0 0 30px;
    font-size: 3em;
}
section.newsletter2 a {
    color: #fff;
}
section.newsletter2 {
        padding: 30px 0;
    }
section.newsletter2 .cta {
   margin-top: 2%;
   
     position: relative;
    
    line-height: 1.3em;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 4px rgb(0 0 0 / 35%);
    text-align:center;
}
section.newsletter2 .btn {
    padding: 10px 15px;
    border-radius: 6px;    
    text-decoration:none;    
    background-color: #f3c039;
  font-size: 1.3em;
}