@charset "utf-8";



* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
}

h2 {
	margin-bottom: 28px;
	color: #b81a20;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

h4 {
	margin-bottom: 24px;
	color: #b81a20;
	font-size: 18px;
	font-weight: 600;
}

h5 {
	color: #b81a20;
	font-size: 16px;
	font-weight: 400;
}

h6 {
	margin-bottom: 24px;
	color: #d31f26;
	font-size: 14px;
	font-weight: 400;
}

p {
    margin: 0;
}

a {
	color: #b81a20;
}

img {
	border-style: none;
    font-size: 9px;
}
img[src$=".svg"] {
	width: 100%; 
}

button, input, optgroup, select, textarea {
	margin: 0;
}

label {
}

textarea {
	overflow: auto;
	padding: 6px 12px;
	border: 1px solid #b7b7b7;
	width: 100%;
	min-height: 100px;
	color: black;
	font-family: 'Open Sans', sans-serif;
}

input[type="text"] {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #b7b7b7;
	width: 100%;
	height: 50px;
	color: black;
	font-family: 'Open Sans', sans-serif;
}

select {
  	margin: 0px;
	padding-left: 12px;
	padding-right: 58px;
  	width: 100%;
	height: 35px;
  	border: 1px solid #b7b7b7;
	background-color: transparent;
  	background-image: url('/images/icon_select.png');
  	background-position: right 14px center;
  	background-repeat: no-repeat;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

button {
	padding: 0;
	border: 0;
	background-color: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	cursor: pointer;
}
button[type="submit"] {
	height: 50px;
	background-color: #b81a20;
	color: white;
	text-transform: uppercase;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}

table {
	border-collapse: collapse;
}


.container {
}

.container-half {
	width: 50%;
}

.content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
}

.content-general {
	padding-left: 15%;
	padding-right: 15%;
}

.container-half .content {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 585px;
}

.tablet-show {
	display: none;
}

.mobile-show {
	display: none;
}

.row::after,
.row-mobile::after {
    content: "";
    clear: both;
    display: table;
}

.center {
	text-align: center;
}

.block {
	display: inline-block;
}

.column,
.column-mobile {
	float: left;
}

.left,
.left-mobile {
	float: left;
}

.right,
.right-mobile {
	float: right;
}

.clear {
	clear: both;
}

.active {
	background-color: #b81a20;
    color: white;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.flex,
.flex-mobile {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
}

.flex-wrap,
.flex-wrap-mobile {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-items-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.justify-content-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.justify-content-space-between {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.align-justify-center,
.align-justify-center-mobile {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.transition {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.error {
	color: red;
	font-size: 12px;
}

.ok {
	color: #289d36;
	font-weight: 600;
	text-transform: uppercase;
}

.title {
	margin-bottom: 10px;
	font-size: 30px;
	text-transform: none;
}

.subtitle {
}

.label {
}

.description {
	line-height: 24px;
}

.description img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}

.link {
}

.more,
.more-red {
	display: inline-block;
	margin-top: 34px;
	padding-left: 24px;
	padding-right: 34px;
	background-color: #b81a20;
	background-image: url('/images/icon_more.png');
	background-position: right 18px center;
	background-repeat: no-repeat;
	color: white;
	font-size: 12px;
	line-height: 38px;
	text-decoration: none;
}
.more-red {
	border: 1px solid #b81a20;
	background-color: white;
	background-image: url('/images/icon_more_red.png');
	color: #b81a20;
}

.toggle {
}
.toggle.active {
}

ul.list {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

ul.list-row {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
ul.list-row::after {
    content: "";
    clear: both;
    display: table;
}
ul.list-row li {
	float: left;
}

ul.list-dash {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
}
ul.list-dash li {
	position: relative;
  	padding-left: 20px;
}
ul.list-dash li:before {
  	content: "–";
  	position: absolute;
  	left: 0px;
}

ul.list-square {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
	list-style-image: url('/images/list_style_square.jpg');
}
ul.list-square li {
	line-height: 30px;
}

ul.list-submenu {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
ul.list-submenu li {
	margin-top: 12px;
	padding: 8px 22px;
	border: 1px solid #ebebeb;
	background-color: #f5f5f5;
}
ul.list-submenu li:first-child {
	margin-top: 0;
}
ul.list-submenu li.selected {
	border-left: 15px solid #d31f26;
	background-color: transparent;
	font-weight: 700;
}
ul.list-submenu a {
	display: block;
	color: black;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

.box-iframe,
#iframe {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.box-iframe iframe,
#iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.checkbox {
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkbox .checkmark {
	position: absolute;
	top: 1px;
	left: 0px;
	height: 14px;
	width: 14px;
	border: 1px solid #b7b7b7;
}
.checkbox input:checked ~ .checkmark {
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked ~ .checkmark:after {
	display: block;
}
.checkbox .checkmark:after {
	top: -1px;
	left: 3px;
	width: 4px;
	height: 10px;
	border: solid #b81a20;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
	border: 1px solid #ac964d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}
.radio input:checked ~ .checkmark {
    background-color: white;
}
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkmark:after {
    display: block;
}
.radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ac964d;
}

.shadow {
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .21);
}

.drop-shadow {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.drop-shadow:hover {
	-webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
}

.round-corner {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.rotate {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel > ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 20000em;
}
/*
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 20000em;
    list-style: none;
}
*/
.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
    width: 13px;
    height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.jcarousel-control-prev {
    background-image: url('/images/icon_previous.png');
}

.jcarousel-control-next {
    background-image: url('/images/icon_next.png');
}
.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
	opacity: .5;
}

.languages li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid white;
	line-height: 11px;
}
.languages li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.languages a {
	color: white;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.languages a.active {
	text-decoration: underline;
}

.pagination {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
}
.pagination::after {
    content: "";
    clear: both;
    display: table;
}
.pagination a {
	float: left;
	display: inline-block;
	border-left: 1px solid #959595;
	min-width: 30px;
	color: #b81a20;
	text-align: center;
	text-decoration: none;
}
.pagination strong {
	float: left;
	display: inline-block;
	min-width: 30px;
	background-color: #b81a20;
	color: white;
	text-align: center;
}
.pagination a:first-child,
.pagination strong:first-child,
.pagination strong + a {
	border-left: 0;
}

.popup {
	display: none;
	z-index: 200;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(73, 73, 73, .6);
}
.popup .container {
	height: 100%;
}
.popup .content {
	position: static;
	margin: 0;
	width: auto;
	max-width: none;
}

.event {
	position: relative;
	margin-top: 35px;
	padding: 30px;
	max-width: 550px;
	background-color: #f6f6f6;
}
.event h3 {
	width: 80%;
}
.event .date {
	position: absolute;
	top: -35px;
	right: 30px;
	padding: 20px 10px; 
	min-width: 80px;
	background-color: #b81a20;
	color: white; 
}
.event .date .block {
	text-align: left;
}
.event .photo {
	margin-bottom: 20px;
	text-align: center;
}
.event .photo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

.info {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	color: #b81a20;
}
.info .column {
	margin-left: 55px;
}
.info .column:first-child {
	margin-left: 0;
}
.info .icon {
	margin-right: 10px;
	vertical-align: middle;
}
.info span {
	vertical-align: middle;
}

.underline-none {
	text-decoration: none;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.font-color-dark-red {
	color: #b81a20;
}

.font-color-light-red {
	color: #d31f26;
}

.font-color-green {
	color: #289d36;
}

.table-full {
	width: 100%;
}

.table-basic {
	table-layout: fixed;
	width: 100%;
}
.table-basic td {
	padding-right: 15px;
}
.table-basic td:last-child {
	padding-left: 15px;
	padding-right: 0;
}



#all {
}

#all.fixed {
	padding-top: 103px; 
}


#toggle-menu {
	z-index: 111;
	display: none;
	position: absolute;
	top: 48px;
	right: 2%;
	padding: 0;
	width: 25px;
	height: 23px;
	background-color: transparent;
	background-image: url('/images/toggle_menu.png');
	background-repeat: no-repeat;
}
#toggle-menu.active {
	background-position: -25px 0px;
}


#header {
}


#top {
	background-color: #b81a20;
}

#top .content {
	padding-left: 8px;
	padding-right: 8px;
	height: 36px;
	color: white;
}

#top .content > .right {
	height: 100%;
}


#bottom.fixed {
	z-index: 101;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: white;
}

#bottom.fixed #logo{
	margin-bottom:5px;
	margin-top:5px;
	width:100px;
}

#bottom.fixed #logo img{
	width:100% !important;
	height: auto !important;
}

#bottom.fixed #menu{
	margin-top:10px !important;
}

#contact li {
	padding-left: 60px;
}
#contact li:first-child {
	padding-left: 0;
}

#contact a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	line-height: 36px;
}


#search {
	position: relative;
	height: 100%;
}

#search .field {
	z-index: 120;
	position: absolute;
	top: 38px;
	right: 0px;
	width: 280px;
}


#languages {display: none;
	margin-top: 12px;
	margin-left: 50px;
}


#bottom {
}

#bottom .content {
	border-bottom: 1px solid black;
}


#logo {
	margin-top: 27px;
	margin-bottom: 35px;
}


#menu {
	margin-top: 62px;
}


#main {
	padding-top: 50px;
}

#main td {
	line-height: 24px;
}


#newsletter {
	margin-top: 70px;
	background-color: #f7f5f5; 
}

#newsletter .content {
	padding-top: 70px;
	padding-bottom: 80px;
	max-width: 510px;
}

#newsletter table {
	text-align: center;
}


#form-newsletter {
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
}

#form-newsletter .field {
	margin-top: 24px;
}
#form-newsletter .field:first-child {
	margin-top: 0;
}
#form-newsletter .field:last-child {
	text-align: center;
}

#form-newsletter .column-mobile:first-child {
	width: 70%;
	max-width: 357px;
}

#form-newsletter .column-mobile:last-child {
	width: 30%;
	max-width: 153px;
}

#form-newsletter input[type="text"] {
	border-right: 0;
}

#form-newsletter button[type="submit"] {
	width: 100%;
}

#form-newsletter .checkbox {
	margin-top: 14px;
}
#form-newsletter .checkbox:first-child {
	margin-top: 0;
}


#footer {
	background-color: #363636;
}

#footer .content {
	padding-top: 50px;
	padding-bottom: 30px;
	color: white;
	font-size: 12px;
	line-height: 22px;
}

#footer .content > .column {
	padding-left: 4%;
}
#footer .content > .column:first-child {
	padding-left: 0;
	width: 31%;
}
#footer .content > .column:nth-child(2) {
	width: 29%;
}
#footer .content > .column:nth-child(3) {
	width: 23%;
}
#footer .content > .column:last-child {
	width: 17%;
}

#footer a {
	color: white;
	text-decoration: none;
}


#footer-categories {
}

#footer-categories .menu li {
	float: none;
}


#popup .content {
	width: 100%;
	max-width: 992px;
}

.gallery_content{
	margin-top:20px;
	margin-bottom:20px;
}

.gallery_content a.gallery_item{
	display:inline-block;
	vertical-align: top;
	width:24.6%;
	padding-top:17%;
	margin-left:0.4%;
	margin-bottom:0.4%;
}

.gallery_content a.gallery_item:nth-child(4n-3){
	margin-left:0px;
}

.call_popup h4{
	font-size:34px;
	color:#8c388c;
	margin:10px 0px 20px 0px;
}

.call_popup{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color: rgba(0,0,0,0.4);
}

.call_popup .call_content{
	width: 40%;
	height: 45%;
	vertical-align: middle;
	margin: auto;
	top: 30%;
	left: 30%;
	text-align: center;
	position: absolute;
	background-color:	#fff;
	display: table;
	box-shadow:0px 6px 12px rgba(0,0,0,0.4);
}

.call_popup .call_content .left_side,
.call_popup .call_content .right_side{
	top:0px;
	display:table-cell;
	vertical-align:middle;
}

.call_popup .call_content .left_side{
	width:50%;
	height:100%;
	left:0px;
	background-size:cover;
	display:none;
}

.call_popup .call_content .right_side{
	width:96%;
	padding:2%;
	height:96%;
	right:0px;	
	color:#524548;
	font-size:18px;
}

.call_popup .call_content .desc{
	font-size:14px;
	font-weight:400;	
	text-align:center;
	color:#000000;
}

.call_popup .call_content .desc h1{
	font-size:20px;
	color:#b81a20;
	font-weight:bold;
	margin-bottom:0px;
}

.call_popup .call_content .form_item{
	margin-top:5%;
}

.call_popup .call_content .form_item span{
	width:120px;
	text-align:right;
	display:inline-block;
	padding-right:10px;
}

.call_popup .call_content .form_item span span{
	color:#ed1c24;
	width:auto;
	padding:0px;
}

.call_popup .call_content .form_item input{
	width:50%;
	border:1px solid #cbd0d8;
	background-color:#fff;
	color:#4d555c;
	font-family:"Roboto",sans-serif;
	font-size:16px;
	padding:3px 10px;
}

.call_popup .call_content .form_item .button{
	display:inline-block;
	margin-top:5%;
}

.call_popup .call_content .form_item .button a{
	font-size:20px;
	color:#fff;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:15px 30px;
	background-color:#00a4e3;
}

.call_popup .call_content .close_button{
	position:absolute;
	right:20px;
	top:20px;
}