@import url('//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

* {                                                                                                                                                                                                                                                                            
  margin: 0;
}                                                                                                                                                                                                                                                                          

html {                                                                                                                                                                                                                                            
	margin:0;                                                                                                                                                                                                                                                              
	padding:0;                                                                                                                                                                                                                                                             
	font-size: 100%;                                                                                                                                                                                                                                                       
	width: 100%;                                                                                                                                                                                                                                                           
	overflow-y:scroll;
	overflow-x: hidden;
}
body {
	font-family: 'Montserrat';
	font-size: 1rem;
	font-weight: 400;
	line-height:1.5;
	color: #333;
	background:#fff; 
	border:0; 
	margin:0; 
	position: relative;
	overflow-x: none;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
@keyframes fadein { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadein { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fadein { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadein { from { opacity:0; } to { opacity: 1; } }

@-moz-document url-prefix() {
  body {
	font-weight: 300 !important;
  }
}
b, strong {
	font-weight: 500;
}
h1 { 
	font-size: 2.5rem;
	font-weight: 500;
	line-height:1.5;
	margin-bottom: 1rem;
}
h2 { 
	font-size: 1.25rem;
	font-weight: 500;
	line-height:1.5;
	margin-bottom: 1rem;
}
h3 { 
	font-size: 1.2rem;
	font-weight: 300;
	line-height:1.5;
	margin-bottom: 1rem;
}
h4 {
	font-size: 1.15rem;
	font-weight: 500;
	line-height:1.5;	
	margin-bottom: 1rem;
}
h5 {
	font-size: 1.1rem;
	font-weight: 500;
	line-height:1.5;	
	margin-bottom: 1rem;
}
.fs-1 {
	font-size: 1rem;
}
.fs-2 {
	font-size: 2rem;
}
.fs-3 {
	font-size: 3rem;
}
.fs-4 {
	font-size: 4rem;
}
.fs-5 {
	font-size: 5rem;
}

.fw-1 {
	font-weight: 100;	
}
.fw-2 {
	font-weight: 200;	
}
.fw-3 {
	font-weight: 300;	
}
.fw-4 {
	font-weight: 400;	
}
.fw-5 {
	font-weight: 500;	
}
.fw-6 {
	font-weight: 600;	
}

.bg-white {
	background: #fff;
}
.bg-light {
	background: #fafafa;
}
.bg-dark {
	background: #141414 !important;
}
.color-white {
	color: #fff !important;
}
.color-white a:link {
	color: #fff !important;
}
.color-dark {
	color: #000 !important;
}
.shadow {
	text-shadow: 2px 2px 5px #000;
}
.img-gray {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.w-75 {
	width: 75% !important;
}
.anchor {
	display: block;
	position: relative;
	top: -130px;
	visibility: hidden;
}
img { 
	border:none;
	width: 100%;
}
.img-fit {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.grow {
display: inline-block;
overflow: hidden;
}
.grow img {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.grow:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
a {
    color: #6699ff;
    text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
/* iPhone Telnr */
a[href^=tel] {
	color: #000;
}
ol { 
	list-style:decimal; 
	list-style-position:outside; 
	padding-left:10px; 
	margin-left:10px; 
}
section:nth-child(even) {
  background-color: #f8f9fa;
}
section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
section:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
figure{
   width:100%;
   overflow:hidden;
   margin:0;
   max-height: 200px;
}
figure img {
   display:block;
   width:100%;
}
.p-1 { padding: 1rem !important; }
.p-2 { padding: 2rem !important; }
.p-3 { padding: 3rem !important; }
.p-4 { padding: 4rem !important; }
.p-5 { padding: 5rem !important; }
.p-6 { padding: 6rem !important; }
.p-7 { padding: 7rem !important; }
.p-8 { padding: 8rem !important; }

.py-1 { padding-top: 1rem; padding-bottom: 1rem; }
.py-2 { padding-top: 2rem; padding-bottom: 2rem; }
.py-3 { padding-top: 3rem; padding-bottom: 3rem; }
.py-4 { padding-top: 4rem; padding-bottom: 4rem; }
.py-5 { padding-top: 5rem; padding-bottom: 5rem; }
.py-6 { padding-top: 6rem; padding-bottom: 6rem; }
.py-7 { padding-top: 7rem; padding-bottom: 7rem; }
.py-8 { padding-top: 8rem; padding-bottom: 8rem; }

.count {
	color: #000;
	display: none;
	font-size: 10px;
	position: absolute;
	top:-40px;
	background: #fff;
	border:1px dotted #000;
	padding: 0 5px 0 5px;
	margin: 0;
}
.cd-top {
	bottom: 0 !important;
	right: 0 !important;
}
table { 
		width:100%;
		border-collapse:collapse; 
		empty-cells:show; 
		clear:both;
}
table th { 
		text-align:left; 
		color: #c30122;
		padding:5px; 
		border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
table td { 
		vertical-align: top;
}

/* GALLERY */

.gallerybox {
	width: 300px;
	height: 250px;
	background: #fff;
	float: left;
	margin: 0 60px 60px 0;
}
.gallery {
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 200px;
}
.gallery img {
	object-fit: cover;
	object-position: 50% 0;
}
.gallerytitle {
	width: 100%;
	height: 55px;
	background: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 12px !important;
}
.galleryhover {
	z-index: 1;
	position: absolute;
	display:block;
	background: rgba(0,0,0,0.5);
	width: 300px;
	height: 250px;
}
.crop {
	margin: 0 40px 40px 0;
	float: left;
	width: 320px;
	height: 200px;
	overflow: hidden;
}
.crop img {
	width: 400px;
	height: auto;
	margin: -50px 0 0 0;
}

/* BOOTSTRAP CHANGES */ 

.btn,
.carousel-control-prev,
.carousel-control-next {
	text-decoration: none !important;
}
.img-responsive {
		height:auto !important;
		display: inline;
		max-width: 100% !important;
}
textarea { 
		resize: vertical; 
}
.form-control {
	padding: .5rem 0.5rem;
}
.panel {
		margin-bottom: 10px;
}
.panel-title a:link,
.panel-title a:visited,
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus { 
		text-decoration:none; 
		color:#333; 
		font-weight: 400;
}
.panel-heading {
		padding:0;
}
.panel-title > a {
		padding: 10px 20px 10px 20px;
		display: block;
}
.panel-title a:link, .panel-title a:visited, .panel-title a:active, .panel-title a:focus {
	color: #333;
		border-bottom: 0;
}
.panel-title a:hover {
		border-bottom: 0;
		background: #ededed;
}
.item a:link,
.item a:visited,
.item a:hover,
.item a:active,
.item a:focus { 
	text-decoration:none; 
	color:#fff; 
}
.item a:hover {
	text-decoration:underline; 
}

/* Team */

.team {
}
.team h1 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.team img {
	width: auto !important;
	padding-bottom: 30px;
}

/* FOOTER */

.footer { 
	line-height:1.5;
	padding:50px 0;
	width: 100%;
	min-height: 70px;
	color: #999;
}
.footer hr {
	border-color:#2b2b2b;
}
.footer h1 { 
	font-size:20px;
	color:#fff;
	line-height:1.5;
}
.footer a:link, 
.footer a:visited, 
.footer a:active { 
	color:#999; 
	text-decoration:none; 
}
.footer a:hover { 
	text-decoration:underline; 
}
.footer li a:link, 
.footer li a:visited, 
.footer li a:active { 
	color:#999; 
	text-decoration:none; 
}
.footer li a:hover { 
	text-decoration:underline; 
}
.footer h1 a:link, 
.footer h1 a:visited, 
.footer h1 a:active { 
	color:#fff; 
	text-decoration:none; 
}
.footer h1 a:hover { 
	color:#fff; 
	text-decoration:underline; 
}
.footer ul {
	list-style: none;
	padding-left: 0;
}
.footer ul ul {
	padding-left: 10px;
}
.absolute {
	position: absolute !important;
}
.menu_border {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.brand img {
	width: 100%;
	display: inline-block;
}
.lang {
	font-weight: 500; 
	font-size: 11px; 
	display: inline-block;
	list-style:none; 
	padding: 10px 0;
	margin: 0;
}
.lang li { 
	display:inline-block; 
}
.lang li a { 
	color: #666;
	padding:5px 15px; 
	text-decoration:none; 
	text-align:center;
}
.lang li a:hover { 
	text-decoration:none; 
	color: #000;
}
.current {
	background: #7798cf !important;
	color:#fff !important;
}
#toggle_mobile { 
	display: none; 
	font-weight: 600;
	z-index: 10;
	float: right;
}
#menu {
	float: right;
	font-size: 15px;
	font-weight:300;
	list-style:none; 
	padding: 0;
	margin: 0;
}
#menu_mobile {
	display: none;
}
#menu li {
	float: left;
	position: relative;
	list-style: none;
}
/* Sublevels */
#menu li:hover > ul {
	display: block;
}
#menu ul li:hover a, 
#menu li:hover li a {
	color: #fff !important;
	padding: 10px 20px 10px 20px;
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#menu ul a:link,
#menu ul a:visited,
#menu ul a:active,
#menu ul a:focus {
	color: #fff;
	margin: 0;
	padding: 0;
}
#menu ul li a:hover {
	background: #000;
	text-decoration: none;
	margin: 0;
}
#menu ul a:hover {
	border: 0;
	padding: 0;
	margin: 0;
}
/* level 3+ */
#menu ul ul {
	left: 181px;
	top: -3px;
}
.menu_fixed {
	/*
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1;
	*/
}

/* STATUS */

#status {
	position: fixed;
	left: 50%;
	top: 20px;
	transform: translate(-50%, -50%);
	z-index: 99999;
}
.success {
	background: #5cb85c;
	color: #fff;
	padding:10px 50px 10px 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.error {
	background: #d9534f;
	color: #fff;
	padding:10px 50px 10px 50px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.more {
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}
.more i {
	position: absolute;
	z-index: 666;
	padding-top: 15px;
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 25px;
	border: 3px solid #f5f5f5;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
	cursor: pointer;
}
.more_content {
	padding-top: 50px;
}
.news {
	position: relative;
	display: table;
}
.news h1 {
		text-transform: none;
		margin: 0;
}
.news h2 {
		text-transform: none;
		margin: 0;
}
.news > .item {
	display: table-cell;
	padding: 30px;
	text-align: center;
	width: 390px !important;
	height: 200px !important;
	overflow: hidden;
}
.news > .item:hover {
	background: #f5f5f5;
	cursor: pointer;
}
.news > .item img {
  height: 100% !important;
  min-width: 100% !important;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.more_news_main > div {
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 25px;
	border: 3px solid #f5f5f5;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
}
.more_news_main > div:hover {
		background: #f5f5f5;
		cursor: pointer;
}

/* PLACEHOLDER */

input::-webkit-input-placeholder {
	color: #999 !important;
}
input::-moz-placeholder {
	color: #999 !important;
}
input:-moz-placeholder { /* Older versions of Firefox */
	color: #999 !important;
}
input:-ms-input-placeholder {
	color: #999 !important;
}
textarea::-webkit-input-placeholder {
	color: #999 !important;
}
textarea::-moz-placeholder {
	color: #999 !important;
}

/* Modal Scrollbarfix */

body.modal-open{
	overflow:hidden!important;
}
.modal-open, .modal{
	padding-right:0!important
}

/* Slider */

#carouselExampleIndicators {
	width: 100%;
	background: #fff;
}
.carousel-item {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.carousel-control-next, .carousel-control-prev {
 width:10%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-weight: 900;
	font-size: 30px;
	color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ccc;
}
.carousel-control-prev-icon:before {
	font-family: "Font Awesome 5 Free";
	content: "\f053";
	font-weight: 900;
	font-size: 30px;
	color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ccc;
}
.carousel-indicators li {
	width: 30px;
	height: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #fff;
	outline: 1px solid #ccc;
}
.carousel-indicators li:hover {
	cursor: pointer;
}
.carousel-indicators .active {
	background-color: #ccc;
	outline: 1px solid #ccc;
}

/* RESPONSIVE */

.row.equal-height {
	display: flex;
	flex-wrap: wrap;
}
.row.equal-height > [class*='col-'] {
	display: flex;
}
.card {
	flex: 1;
	border-radius: 0;
}
.card-footer {
	background: #fff;
	border-top: none;
}

/* Tablet Landscape */

@media screen and (max-width: 992px) {

	/* Menu Mobile */

	.menucontent {
		display: none;
	}
	#toggle_mobile { 
		display: block;
		z-index: 2000;
		color: #000;
		float: right;
		padding: 15px 30px;
	}
	#menu_mobile {
		display: none;
		position: absolute;
		top: 85px;
		right: 0;
		width: 100%;
		background: #000;
		color: #fff;
		font-weight: 500;
		z-index: 999;
		list-style:none; 
		padding: 0;
		margin: 0;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	}
	#menu_mobile li { 
		text-align: left; 
		background:none;
		padding: 0;
		margin: 0;
	}
	#menu_mobile > li a:link, 
	#menu_mobile > li a:visited, 
	#menu_mobile > li a:active {
		color:#fff; 
		text-decoration:none;
		display: block;
		padding: 10px;
		margin: 0;
		border-bottom: 1px solid #484b54;
	}
	#menu_mobile li a:hover {
		background: #333;
	}
	/* 2nd Level */
	#menu_mobile > li > ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu_mobile li > ul > li a:link, 
	#menu_mobile li > ul > li a:visited, 
	#menu_mobile li > ul > li a:active {
		background: #fff;
		width: 100%;
		color:#333; 
		text-decoration:none;
		display: block;
		padding: 5px 10px;
		margin: 0;
		border-bottom: none;
	}
	#menu_mobile li > ul > li a:hover {
		background: #f5f5f5;
	}
	#menu_mobile li > ul > li > ul {
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#menu_mobile li > ul > li > ul > li a:link, 
	#menu_mobile li > ul > li > ul > li a:visited, 
	#menu_mobile li > ul > li > ul > li a:active {
		background: #fff;
		padding-left: 30px;
	}
	#menu_mobile li > ul > li > ul > li a:hover {
		background: #f5f5f5;
	}

}

/* Tablet Portrait 768px */ 

@media screen and (max-width: 768px) {

	.container {
    max-width: 768px !important;
	}
	body {
		font-size: 0.9rem;
	}
	h1 { 
		font-size: 2rem;
	}
	h2 { 
		font-size: 1.1rem;
	}
	.brand {
		height:  85px;
		width:  170px;
		padding: 10px 30px;
	}
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block;
		width: 100% !important;
		text-align: center !important;
	}
	.carousel-item {
		height: auto;
	}
	img, 
	iframe {
		max-width: 100%;
	}
	td {
		width: 100% !important;
	}

}

/* Smartphone 480px */

@media screen and (max-width: 480px) {

	.brand {
		width:  150px !important;
		padding: 10px 20px;
	}
	body {
		font-size: 0.8rem;
	}
	h1 { 
		font-size: 1.5rem;
	}
	h2 { 
		font-size: 1rem;
	}
	.carousel-caption {
		width: 100%;
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -25%);
	}
	img {
		/*width: 100%;*/
		height: auto;
	}
	.menushow {
		display: block !important;
	}
	body {
		padding-top: 0;
		overflow-x: none;
	}
	.overflowed {
		display: block;
		min-width: 250% !important;
	}
	.text-left {
		text-align: center !important;
	}
	.lang li a {
		padding: 5px !important;
	}

}

/* Smartphone 240px */

@media screen and (max-width: 320px) {

	#toggle_mobile {
		padding: 15px 15px;
	}
	#menu_mobile {
		top: 30px;
	}
}

.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}