


/* ----------------------------------------------------------------
	Verwendete Farben

orange = #d26d00
dunkelgrün = #162625
braun = #a97b4e
weiß = #f9f6ef
schwarz = #0b0f0e

-----------------------------------------------------------------*/

body {
	line-height: 1.5;
	color: #d26d00;
}

/* ----------------------------------------------------------------
	Anpassungen Breite Allgemein
-----------------------------------------------------------------*/

@media (min-width: 576px) {
	.container { max-width: 540px; }
}

@media (min-width: 768px) {
	.container { max-width: 750px; }
}

@media (min-width: 992px) {
	.container { max-width: 970px; }
}

@media (min-width: 1200px){
	.container { max-width: 1700px;}
	.container_short { max-width: 1350px;}
}

@media (min-width: 1200px){
	.containertop { max-width: 1500px; }
	.containerbottom { max-width: 1400px; }
}

/* ----------------------------------------------------------------
	Anpassungen Hintergrundfarbe / Breite
-----------------------------------------------------------------*/
#content {background-color: ; background:url("") repeat}
#content .container {max-width:1450px; padding-top:30px}
#footer .container {max-width:1450px;}
#partner .container {max-width:1450px;}

#wrapper {
	background-color: #181818;
}

/* ----------------------------------------------------------------
	Anpassungen Header
-----------------------------------------------------------------*/

#header{ 
	height:132px;
	border-bottom: 0px solid #a97b4e;
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition:background-color 0.5s ease;
}

#header-wrap {	
	background-color: #181818; 
	height:132px;
	-webkit-transition: height .0s ease, opacity .0s ease;
	-o-transition: height .0s ease, opacity .0s ease;
	transition: height .0s ease, opacity .0s ease;
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #181818; 
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 29px;
	padding-bottom: 29px;
}

#logo img {
	-webkit-transition: height .0s ease, opacity .0s ease;
	-o-transition: height .0s ease, opacity .0s ease;
	transition: height .0s ease, opacity .0s ease;
}

/* Logoanpassungen
-----------------------------------------------------------------*/
#logo img {
	height: 205px;
	padding:0px 0px 0px 0px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
	z-index:99999999999999999;
}

#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height:110px;}

@media (max-width: 500px) {

#logo img {height: 100px; margin:10px;}
#header-wrap{height:220px; background-color: #181818}	
#header-wrap .container {min-height:120px;}	
}

@media (max-width: 1470px) {#webadress {display:none}}
#webadress img {padding:50px 0px 0px 0px;}
#webadress {position: relative;	float: left;}

#sub-menu {padding:35px 0px 0px 80px;	}
#sub-menu img.textpadding {padding:0px 0px 0px 37px;	}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #sub-menu {padding:35px 0px 0px 80px;}
@media (max-width: 1000px) {#sub-menu {display:none}}


/* Primary Menu Trigger
-----------------------------------------------------------------*/
#primary-menu-trigger i {color:#f9f6ef;}
#primary-menu-trigger  {padding-top:8px;}


/* Primary Menu Sticky
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #webadress img {padding:30px 0px 0px 0px;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #primary-menu ul li > a {padding: 5px 0px 18px 40px;}
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	letter-spacing: 0;
	padding-left: 18px;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #primary-menu ul ul li:hover > a {
	background-color: #181818;
	padding-left: 25px;
	color: #d26d00;
}



@media (max-width: 991.98px) {
	#primary-menu ul li {border-top: 1px solid #303030;}
	#primary-menu ul ul:not(.mega-menu-column),	#primary-menu ul li .mega-menu-content {border-top: 1px solid #303030;}
	#primary-menu ul ul li {border-top: 1px solid #303030; text-transform: uppercase}
	#primary-menu ul ul li a {text-transform: uppercase}

}

/* Primary Menu
-----------------------------------------------------------------*/
#primary-menu {}
#primary-menu > ul {float: right;}

#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 25px 0px 20px 40px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}

@media (min-width: 1000px) {

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	max-width: 250px;
	background-color: rgba(24, 24, 24, 0.86);
	box-shadow: 0px;
	border: 0px solid #EEE;
	border-top: 0px solid #d26d00;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 20px;
	margin: 0;
	margin-top:2px;
}

}

#primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	letter-spacing: 0;
	padding-left: 18px;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li > a i { vertical-align: middle; }

#primary-menu ul ul li:hover > a {
	background-color: #181818;
	padding-left: 25px;
	color: #d26d00;
}



/* SLider
-----------------------------------------------------------------*/

.slidersmall {max-height:300px; padding-bottom:30px}
@media (max-width: 1000px) {.slidersmall {display:none}}









/* 
-----------------------------------------------------------------*/
.btn-group-vertical {width:100%}

button {}
.btn {
	background-color:#242424;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-bottom:2px solid #181818;
	height:55px;
}

.btn:hover {
	
	color:#000
}



/* Widget
-----------------------------------------------------------------*/
.coolwidget {height: 260px}

/* Restaurant
-----------------------------------------------------------------*/
#restaurant { background-color:#181818
}

#restaurant img {
	width:auto;
	padding:0px;
	margin:0px;
}
#restaurant .restaurant_text {border: 0px solid #a97b4e; padding:0; margin:0;background:#242424; min-height:650px;}
#restaurant .restaurant_text p{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 30px;
	margin: 0px 0px 0px 0px;

}


/* Heading Block - with Subtitle
-----------------------------------------------------------------*/
.heading-block { margin-bottom: 0px; }

.heading-block h1 { 
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 32px; 
	padding-top:0px;
}


.heading-block h1 + span { 
	font-size: 16px; 
	text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;	
}

.heading-block:after {
	content: '';
	display: block;
	margin-top: 10px;
	margin-bottom:10px;
	width: 90px;
	border-top: 1px solid #dfdfdf;
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 0px auto 0; }

.heading-block h2 { font-size: 30px; }

.heading-block h3 { font-size: 26px; }

.heading-block h4 {
	font-size: 20px;
	font-weight: 700;
}

.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #d26d00;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.heading-block h1 + span { 
	font-size: 16px; 
	text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;	
}

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }

.heading-block ~ p:not(.lead) { font-size: 15px; }


.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 10px auto 0; }

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #d26d00; }

/* Speisekarte
-----------------------------------------------------------------*/
#speisekarte {}

#speisekarte .speisekarte_speise {
	padding:0px 30px 30px 30px;
	margin-top:30px;
	border: 1px solid #a97b4e;	
}

#speisekarte .speisekarte_speise span{
	color: #d26d00;
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

#speisekarte .speisekarte_speise p {
	font-family: 'Montserrat', sans-serif;
	color: #d26d00;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0px;
}
	
hr {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px;
  color:#ccc
}
	
#speisekarte h2 {
	font-family: 'Oswald', sans-serif;
	color: #d26d00;
	font-size:24px;
	font-weight: 400;
	margin-bottom:20px;
	margin-top:30px;
}
	
#speisekarte h2 span {
	display: block;
	color: #d26d00;
	font-size:14px;
	letter-spacing: 1px;
}

#speisekarte .speisekarte_speise h3 {
	font-family: 'Oswald', sans-serif;
	color: #d26d00;
	font-size:18px;
	font-weight: 400;
	margin-bottom:20px;
	margin-top:30px;
}

#speisekarte h3 span {
	display: block;
	color: #d26d00;
	font-size:14px;
	letter-spacing: 1px;
}

#speisekarte .speisekarte_speise h4 {
	font-family: 'Oswald', sans-serif;
	color: #d26d00;
	font-weight: 400;
	font-size:15px;
	margin-bottom:0px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}



/* Bewertet uns
-----------------------------------------------------------------*/
#partner{
	background-color: #181818; 
	padding:50px 0px 50px 0px;	
	margin: 30px 0px 0px 0px;
	border-top: 1px solid #242424;
}
#partner img {padding:20px 0px 20px 0px}



/* Google Map
-----------------------------------------------------------------*/
#google-map {
	height:750px;
}

.contact {
	font-size: 16px;
	padding-top:100px;

}


/* Öffnungszeiten
-----------------------------------------------------------------*/

.table tbody tr td{ max-height:10px; margin:0px; padding:5px}
.table tr { max-height:10px; margin:0px; padding:0px}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-success {
  background-color: #247624;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-success {
  background-color: #247624;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}





/* Footer
-----------------------------------------------------------------*/
#footer {
	border-top: 1px solid #242424;
	padding:60px 0px 0px 0px;
	margin:0;
	background-color: #181818; 	
	background-repeat:no-repeat;
	background-position: center; 
}

@media (max-width: 850px) {#footer {padding:60px 0px 50px 0px; background-color: #181818;}}

.footercontact {
	/*  background-image:url("../images/logo_footer.png");-*/
	background-repeat:no-repeat;
	background-position: center top;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 12px;
	letter-spacing: 0px;
	padding:10px;
}

.footercontact p{line-height: 28px; color:#f9f6ef;}

.footercontact h2 {
	font-size:22px;
	font-weight:300;
	margin-bottom:20px;
	color:#fff;
}

#footer ul {}
#footer ul li{padding: 0px 0px 5px 0px; list-style-type: none}
#footer ul li a{color:#fff; font-weight:600;}
#footer ul li a:hover{color:#d26d00}


/* Copyright
-----------------------------------------------------------------*/
#copyrights {
	color:#656565;
	background:#181818;
	border-top: 1px solid #242424;
	margin: 40px 0px 0px 0px;
	padding:50px 0px 0px 0px;
}

#copyrights a {
	color:#656565; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;	
	font-size: 12px;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding:0px 15px 0px 15px;
}




#copyrights a:hover {color:#d26d00}
#copyrights a:first-child {padding-left:0px;}
#copyrights a:last-child {padding-right:0px;}

@media (max-width: 850px) {
#copyrights a {
	padding:0px 0px 0px 0px;
}

@media (max-width: 850px) {
#copyrights .tright {float:left; text-align: left !important; }
}	
}




/* ----------------------------------------------------------------
	font.css - Schriftarten lokal eingebunden
-----------------------------------------------------------------*/

@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:100;src:url(fonts/roboto-v20-latin-100.eot);src:local('Roboto Thin'),local('Roboto-Thin'),url(fonts/roboto-v20-latin-100.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-100.woff2) format('woff2'),url(fonts/roboto-v20-latin-100.woff) format('woff'),url(fonts/roboto-v20-latin-100.ttf) format('truetype'),url(fonts/roboto-v20-latin-100.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:100;src:url(fonts/roboto-v20-latin-100italic.eot);src:local('Roboto Thin Italic'),local('Roboto-ThinItalic'),url(fonts/roboto-v20-latin-100italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-100italic.woff2) format('woff2'),url(fonts/roboto-v20-latin-100italic.woff) format('woff'),url(fonts/roboto-v20-latin-100italic.ttf) format('truetype'),url(fonts/roboto-v20-latin-100italic.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(fonts/roboto-v20-latin-300.eot);src:local('Roboto Light'),local('Roboto-Light'),url(fonts/roboto-v20-latin-300.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-300.woff2) format('woff2'),url(fonts/roboto-v20-latin-300.woff) format('woff'),url(fonts/roboto-v20-latin-300.ttf) format('truetype'),url(fonts/roboto-v20-latin-300.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:300;src:url(fonts/roboto-v20-latin-300italic.eot);src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url(fonts/roboto-v20-latin-300italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-300italic.woff2) format('woff2'),url(fonts/roboto-v20-latin-300italic.woff) format('woff'),url(fonts/roboto-v20-latin-300italic.ttf) format('truetype'),url(fonts/roboto-v20-latin-300italic.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(fonts/roboto-v20-latin-regular.eot);src:local('Roboto'),local('Roboto-Regular'),url(fonts/roboto-v20-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-regular.woff2) format('woff2'),url(fonts/roboto-v20-latin-regular.woff) format('woff'),url(fonts/roboto-v20-latin-regular.ttf) format('truetype'),url(fonts/roboto-v20-latin-regular.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:400;src:url(fonts/roboto-v20-latin-italic.eot);src:local('Roboto Italic'),local('Roboto-Italic'),url(fonts/roboto-v20-latin-italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-italic.woff2) format('woff2'),url(fonts/roboto-v20-latin-italic.woff) format('woff'),url(fonts/roboto-v20-latin-italic.ttf) format('truetype'),url(fonts/roboto-v20-latin-italic.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(fonts/roboto-v20-latin-500.eot);src:local('Roboto Medium'),local('Roboto-Medium'),url(fonts/roboto-v20-latin-500.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-500.woff2) format('woff2'),url(fonts/roboto-v20-latin-500.woff) format('woff'),url(fonts/roboto-v20-latin-500.ttf) format('truetype'),url(fonts/roboto-v20-latin-500.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:500;src:url(fonts/roboto-v20-latin-500italic.eot);src:local('Roboto Medium Italic'),local('Roboto-MediumItalic'),url(fonts/roboto-v20-latin-500italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-500italic.woff2) format('woff2'),url(fonts/roboto-v20-latin-500italic.woff) format('woff'),url(fonts/roboto-v20-latin-500italic.ttf) format('truetype'),url(fonts/roboto-v20-latin-500italic.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(fonts/roboto-v20-latin-700.eot);src:local('Roboto Bold'),local('Roboto-Bold'),url(fonts/roboto-v20-latin-700.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-700.woff2) format('woff2'),url(fonts/roboto-v20-latin-700.woff) format('woff'),url(fonts/roboto-v20-latin-700.ttf) format('truetype'),url(fonts/roboto-v20-latin-700.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:700;src:url(fonts/roboto-v20-latin-700italic.eot);src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(fonts/roboto-v20-latin-700italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-700italic.woff2) format('woff2'),url(fonts/roboto-v20-latin-700italic.woff) format('woff'),url(fonts/roboto-v20-latin-700italic.ttf) format('truetype'),url(fonts/roboto-v20-latin-700italic.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:900;src:url(fonts/roboto-v20-latin-900.eot);src:local('Roboto Black'),local('Roboto-Black'),url(fonts/roboto-v20-latin-900.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-900.woff2) format('woff2'),url(fonts/roboto-v20-latin-900.woff) format('woff'),url(fonts/roboto-v20-latin-900.ttf) format('truetype'),url(fonts/roboto-v20-latin-900.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:Roboto;font-style:italic;font-weight:900;src:url(fonts/roboto-v20-latin-900italic.eot);src:local('Roboto Black Italic'),local('Roboto-BlackItalic'),url(fonts/roboto-v20-latin-900italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-v20-latin-900italic.woff2) format('woff2'),url(fonts/roboto-v20-latin-900italic.woff) format('woff'),url(fonts/roboto-v20-latin-900italic.ttf) format('truetype'),url(fonts/roboto-v20-latin-900italic.svg#Roboto) format('svg')}@font-face{font-display:swap;font-family:'Roboto Condensed';font-style:normal;font-weight:300;src:url(fonts/roboto-condensed-v18-latin-300.eot);src:local('Roboto Condensed Light'),local('RobotoCondensed-Light'),url(fonts/roboto-condensed-v18-latin-300.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-condensed-v18-latin-300.woff2) format('woff2'),url(fonts/roboto-condensed-v18-latin-300.woff) format('woff'),url(fonts/roboto-condensed-v18-latin-300.ttf) format('truetype'),url(fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed) format('svg')}@font-face{font-display:swap;font-family:'Roboto Condensed';font-style:italic;font-weight:300;src:url(fonts/roboto-condensed-v18-latin-300italic.eot);src:local('Roboto Condensed Light Italic'),local('RobotoCondensed-LightItalic'),url(fonts/roboto-condensed-v18-latin-300italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-condensed-v18-latin-300italic.woff2) format('woff2'),url(fonts/roboto-condensed-v18-latin-300italic.woff) format('woff'),url(fonts/roboto-condensed-v18-latin-300italic.ttf) format('truetype'),url(fonts/roboto-condensed-v18-latin-300italic.svg#RobotoCondensed) format('svg')}@font-face{font-display:swap;font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:url(fonts/roboto-condensed-v18-latin-regular.eot);src:local('Roboto Condensed'),local('RobotoCondensed-Regular'),url(fonts/roboto-condensed-v18-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-condensed-v18-latin-regular.woff2) format('woff2'),url(fonts/roboto-condensed-v18-latin-regular.woff) format('woff'),url(fonts/roboto-condensed-v18-latin-regular.ttf) format('truetype'),url(fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed) format('svg')}@font-face{font-display:swap;font-family:'Roboto Condensed';font-style:italic;font-weight:400;src:url(fonts/roboto-condensed-v18-latin-italic.eot);src:local('Roboto Condensed Italic'),local('RobotoCondensed-Italic'),url(fonts/roboto-condensed-v18-latin-italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-condensed-v18-latin-italic.woff2) format('woff2'),url(fonts/roboto-condensed-v18-latin-italic.woff) format('woff'),url(fonts/roboto-condensed-v18-latin-italic.ttf) format('truetype'),url(fonts/roboto-condensed-v18-latin-italic.svg#RobotoCondensed) format('svg')}@font-face{font-display:swap;font-family:'Roboto Condensed';font-style:normal;font-weight:700;src:url(fonts/roboto-condensed-v18-latin-700.eot);src:local('Roboto Condensed Bold'),local('RobotoCondensed-Bold'),url(fonts/roboto-condensed-v18-latin-700.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-condensed-v18-latin-700.woff2) format('woff2'),url(fonts/roboto-condensed-v18-latin-700.woff) format('woff'),url(fonts/roboto-condensed-v18-latin-700.ttf) format('truetype'),url(fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed) format('svg')}@font-face{font-display:swap;font-family:'Roboto Condensed';font-style:italic;font-weight:700;src:url(fonts/roboto-condensed-v18-latin-700italic.eot);src:local('Roboto Condensed Bold Italic'),local('RobotoCondensed-BoldItalic'),url(fonts/roboto-condensed-v18-latin-700italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto-condensed-v18-latin-700italic.woff2) format('woff2'),url(fonts/roboto-condensed-v18-latin-700italic.woff) format('woff'),url(fonts/roboto-condensed-v18-latin-700italic.ttf) format('truetype'),url(fonts/roboto-condensed-v18-latin-700italic.svg#RobotoCondensed) format('svg')}


/* ----------------------------------------------------------------
	magnific-poup.css
-----------------------------------------------------------------*/

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;left:50%;width:24px;height:24px;background:url(../images/preloader-dark.gif) center center no-repeat;text-align:center;margin-top:-12px;margin-left:-12px;z-index:1044;text-indent:-9999px}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;transition:all .25s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}

