@charset "utf-8";
/* CSS Document */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-regular.woff2') format('woff2');
}

/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/michroma-regular.woff2') format('woff2');
}

html
{
	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}

* {	
	margin: 0;	
	padding: 0;
	box-sizing: border-box;
}

:root {
  --breakpoint-xs: 0;

  --breakpoint-sm: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/*   --breakpoint-sm: 576px; */

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
	margin: 0;
	background: #000;
	color: #fff;
	font-family: "Century Gothic", Tahoma, Verdana, "Open Sans";
	font-size: 13px;
	text-align: left;
	font-weight: 400;
	line-height: 1.5; 
}


h1, h2 { font-family: "Michroma", Tahoma, "Open Sans"; margin-top: 0; margin-bottom: 0.5rem;}
h1, .h1 {
	color: #b01116;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 20px 25px;
}

h2, .h2 { font-size: 18px; 
	color: #b01116;
	font-weight: 700;
	text-align: center;
	padding: 20px 25px;
}

h3, .h3 {
	font-family: "Century Gothic", Tahoma, Verdana, "Open Sans";
	font-size: 15px;
	font-weight: 500;
}

p {margin-top: 0; margin-bottom: 0.5rem; hyphens: auto;}

h2.big { font-size: 16px; }
h2.bigger { font-size: 18px; }



a {
	text-decoration: none;
	color: #b01116;
}
a:hover {
	text-decoration: none;
	color: #555;
}


main ul:not(.slick-slider), 
main ol {
	margin-top: 2px;
}

header {
	background: #000;
	padding: 20px 0;
}
header cite{
	color: #aaa;
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 13px;
	display: block;
	text-align: right;
}

header author {
	color: #aaa;
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 11px;
	display: block;
	text-align: right;
	margin-top: 0.5rem;
}

nav {
	background: #2e2e2e;
	color: #fff;
	line-height: 40px;
	height: 40px;
	display: block;
}

nav .page-title {
	display: none;
}
nav div#nav-button {
	display: none;
}

nav ul {
	list-style: none;
	margin: 0;
}
nav ul li {
	display: inline-block;
	line-height: 40px;
	margin-right: 30px;
}
nav ul li:last-child {
	margin: 0;
	float: right;
}
nav ul li a {
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 14px;
	color: #aaa;
}
nav ul li a:hover {
	color: #b01116;
}
nav ul li a.active {
	color: #fff;
}

.submenu	{
	background: #e1e1e1;
	list-style: none;
	display: inline-block;
	line-height:25px;
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 12.5px;
	color:#2e2e2e;
	width: 100%;
 	 white-space:nowrap;
 	 text-align: left;
}
.submenu .submenu-item {
	display: inline-block;
	line-height: 25px;
	margin-left: 0px;
	margin-right: 17px;
}
.submenu .submenu-item a {
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 12.5px;
	color: #2e2e2e;;
}
.submenu .submenu-item a:hover {
	color: #b01116;
}
.submenu .submenu-item a.active {
	color: #fff;
}


.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}




.center {
  text-align: center;
  width: 75%;
  margin: auto;
}
section .open {
  text-align: center;
  width: 75%;
  margin: auto;
  background: #ebebeb;
  color: #9e9e9e;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #b01116;
}
section p.faq {
  text-align: center;
  width: 75%;
  margin: auto;
  padding: 5px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  background: #e1e1e1;
  color: #666;
  transition: 2s;
}
section:target p.faq {
  opacity: 1;
  height: auto;
  transition: 2s;
}
section: .close {
  height: auto;
  transition: 2s;
}





 @media (min-width: 0px) {
  .container {
    max-width: 767px;
  }
} 

 @media (min-width: 768px) {
  .container {
    max-width: 991px;
  }
} 

@media (min-width: 992px) {
  .container {
    max-width: 1199px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1506px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-header,
.col-sm-auto {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
.col-sm-3-img {
max-height: 92.5%;
margin-bottom: 0px;
}

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}


@media (max-width:1024px){
	nav {
		z-index: 20;
		position: relative;
	}
	nav .page-title {
		color: #bbb;
		font-size: 13px;
		font-weight: 300;
		display: block;
	}
	nav div#nav-button {
		display: block;
		cursor: pointer;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0px;
		z-index: 20;
		margin-left: 0;
		background: #000;
	}
	nav div#nav-button .line {
		display: inline-block;
		width: 62%;
		height: 4px;
		background: #b01116;
		vertical-align: top;
		margin-bottom: 3px;
	}
	nav div#nav-button .line:first-child {
		margin-top: 12px;
	}
	
	nav .col-sm {
		position: relative;
	}
	
	nav ul {
		position: absolute;
		text-align: left;
    		top: 42px;
		left: 60%;
		background: #2e2e2e;
		width: 40%;
		z-index: 20;
		display: none;
	}
	nav ul li {
		display: inline-block;
		text-align: left;
		width: 80%;
		border-top: 1px solid #000;
		padding: 0 20px;
		z-index: 20;
	}
	nav ul li:last-child {
		margin: 0;
		float: right;
		text-align: right;
	}
}



main {
	background: #efefef;
	color: #666;
	padding: 0 0 0 0;
}

footer {
	background: #000;
	color: #bbb;
	padding: 10px 0;
	min-height: 75px;
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 12px;
}
footer img {
	max-width: 120px;
    margin-right: 20px;
}

footer .footer-links {
	text-align: right;
}
footer a {
	color: #bbb;
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 12px;
}
footer a:hover {
	color: #fff;
}


.img-responsive {
	max-width: 100%;
	height: auto;
}

.gallery { 	
	max-width: 100%;
	height: auto; 
	border: solid 3px;
	border-color: #e1e1e1;
}

.slick-arrow {
	position: absolute;
	display: block;
	width: 25px;
	height: 45px;
	top: calc(3%);
	border: none;
	z-index: 10;
	cursor: pointer;
	outline: none; 
	background-color: rgb(0 0 0 /0);
}
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover,
.slick-arrow:active img,
.slick-arrow:focus img,
.slick-arrow:hover img {
	outline: none;
	background-color: rgb(0 0 0 /0);
}
.slick-prev {
	left: 2px;
}
.slick-next {
	right: 2px;
}

button img {
	width: 20px;
	height: 40px;
}


@media (max-width:575px){
	.img-border {
		margin-bottom: 25px;
	}
	.slick-arrow {
		width: 0;
		height: 0;
		top: calc(1.8%);
		position: absolute;
	}
	.slick-arrow img {
		width: 15px;
		height: 35px;
        	position: absolute;
	}
	.slick-prev img{
		left: 2px;
	}
	.slick-next img{
		right: 2px;
	}
	
	h1, .h1 {
		font-size: 16px;
	}

	h1.small {
		font-size: 14px;
	}

	h2, .h2 {
		font-size: 14px;
	}

	.col-sm-header,
	.col-sm-auto {
  		position: relative;
  		width: 100%;
  		min-height: 1px;
  		padding-right: 10px;
  		padding-left: 10px;
	}

	header cite {
		font-size: 10px;
	}

	header author {
		font-size: 8px;
	}
	
	.submenu .submenu-item a {
	font-family: "Michroma", Tahoma, "Open Sans";
	font-size: 11px;
	color: #2e2e2e;;
	}

	footer {
	font-size: 10px;
	}

	footer a {
	font-size: 10px;
	}

} 

@media (max-width:767px){
	.img-border {
		margin-bottom: 25px;
	}
	.slick-arrow {
		width: 0;
		height: 0;
		top: calc(1.8%);
		position: absolute;
	}
	.slick-arrow img {
		width: 15px;
		height: 35px;
        	position: absolute;
	}
	.slick-prev img{
		left: 2px;
	}
	.slick-next img{
		right: 2px;
	}
	header cite {
		font-size: 10px;
	}

	header author {
		font-size: 8px;
	}
} 

a,
a:focus,
a:active,
a *,
a:focus *,
a:active *,
button,
button:focus,
button:active,
button *,
button:focus *,
button:active *,
li,
li:focus,
li:active,
li *,
li:focus *,
li:active *{
	outline:none;
}

.hide {
	display: none !important;
}

/*
.lazyload_blur-up {
    filter: blur(25px);
    transition: filter 1.5s;
}
.lazyload_blur-up.lazyloaded {
	filter: blur(0);
} */

.cookie-popup {
	background-color: rgba(0, 0, 0, 0.8);
	color: #999;
	font-size: 9px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 50px;
	z-index: 2147483647;
}

.cookie-popup a {
	color: #fff;
	text-transform: none;
	font-size: inherit;
	font-weight: normal;
	text-decoration: underline;
}
.cookie-popup a:hover {
	color: #d3d3d3;
}

.cookie-popup a.cookie-button {
	text-decoration: none;
	background: #999;
	color: #000;
	padding: 5px 5px;
	border-radius: 3px;
}

.cookie-popup a.cookie-button:hover {
	background: #d3d3d3;
}

.cookie-popup a.cookie-button.cookie-popup_close {
	text-decoration: none;
	background: #333;
	color: #fff;
	padding: 5px 5px;
	border-radius: 3px;
}

.cookie-popup .container {
	width: 100%;
	margin: 0 auto;
	padding: 2px;
}

