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

div {
	margin: 0;
	padding: 0;
}

body, html {
	margin: 0;
	padding: 0;

	color: #3f3f3f;
	background-color: #f8f8f8;
}

/*START - General*/
.query-detector{ display:none;content:'md'; }

.mobile-friendly-height{ overflow: hidden;position: relative; }

.mobile-friendly-height .button-collapse{ border:none; width: 95%; text-align:center; background-color: rgba(255,255,255,0.85) !important; }

a[href^=tel] {
	color: inherit;
}

label {
	font-weight: normal;	
}

.container, .content-container {
	position: relative;
}

.container-fluid {
	overflow: hidden;
	padding: 0;
}

.clearer {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
}
.div-divider {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	display: inline-block;
}
.divider-line {
	border-top: 1px solid rgba(0,0,0,0.25);
}
.divider-line-white {
	border-top: 1px solid rgba(255,255,255,0.25);
}
.divider-smll {
	margin: 15px 0;
}
.divider-mdm {
	margin: 30px 0;
}
.divider-lrg {
	margin: 50px 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

.hover-phonenumber {
	cursor: pointer;
}

.telephone-number, .hover-phonenumber, a.phonenumber {
	text-decoration: none !important;
}

a.phonenumber {
	color: #fff !important;
}

.telephone-number {
    display: none;
}
/*END - General*/

/*START - CONTENT*/
.content-container-layout {
    border: 1px solid #eeeeee;
    background-color: #fff;
    position: relative;
}

.logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 9;
}

@media (max-width: 767px) {
	.logo {
		position: relative;
		top: 10px;
		left: auto;
		text-align: center;
		margin: 0 0 15px 0;
	}
}

.logo img {
	height: 80px;
}

@media (max-width: 767px) {
	.logo img {
		height: 60px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo img {
		height: 65px;
	}
}

ul.colorbar {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 767px) {
	ul.colorbar {
		width: 100%;
		float: none;
	}
}

ul.colorbar li {
	list-style-type: none;
	display: inline-block;
	width: 10%;
	height: 5px;
}

ul.colorbar li:nth-child(odd) {
	background-color: #6c6c6c;
}

ul.colorbar li:nth-child(even) {
	background-color: #343434;
}

ul.contacts {
	float: right;
}

@media (max-width: 767px) {
	ul.contacts {
		padding: 0 0 0 35px;
	}
	
	ul.contacts li:nth-child(3) {
		padding: 10px 0 0 35px;
	}
}

ul.contacts li {
	margin: 0 0 0 10px;
	display: inline-block;
}

ul.contacts li.socialmedia a {
	color: #7f7f7f;
}

ul.contacts li.socialmedia .fa {
	font-size: 24px;
	position: relative;
	top: 3px;
}

a.contact-link .fa {
	margin: 0 10px 0 0;
}

h1, h2, h3, h4, h5, h6, .contentLayout p {
	margin: 0;
	margin-bottom: 20px;
}

.breadcrumbDiv {
	padding: 15px 0;
}

.breadcrumbDiv a {
	color: #343434;
}

.breadcrumbDiv a.active {
	color: black;
	font-style: italic;
}

.breadcrumbDiv > div > div > div div {
	display: inline-block;
}

.contentLayout h1 {
	font-weight: normal;
	font-size: 36px;
	margin-top: 0;
}

.contentLayout h2 {
	font-weight: normal;
	font-size: 26px;
}

.contentLayout h3 {
	font-size: 16px;
}

.contentLayout h4 {
	font-size: 14px;
}

.contentLayout h5 {
	color: #a3a3a3;
    border-bottom: 1px solid #d1d1d1;
}

.contentLayout a {
	text-decoration: none;
}

.contentLayout a:not(.btn) {
	color: #3f3f3f;
}

.contentLayout a:hover {
	opacity: 0.65;
}

.contentLayout ul {
	margin: 0 0 10px 20px;
}

.contentLayout ul li, .contentLayout p {
	line-height: 22px;
}

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

.block-image {
	background-size: cover;
	background-position: center center;
}
/*END - CONTENT*/

/*START - NAVMAIN*/
.navmainDiv {
	background-color: #eee;
	padding: 10px 0;
}

@media (max-width: 767px) {
	.navmainDiv {
		padding: 0;
		position: absolute;
		z-index: 0;
	}
}

.navmainDiv ul.navmain li {
	list-style-type: none;
}

.navmainDiv ul.navmain > li {
	float: left;
	position: relative;
	margin: 15px 5px 15px 5px;
}

.navmainDiv ul.navmain > li > a {
	font-size: 16px;
	padding: 3px 10px 3px 10px;
}

.navmainDiv ul.navmain > li.navActive > a {
	font-weight: bold; 
}

.navmainDiv ul.navmain > li > a > span {
	padding-left: 5px;
	vertical-align: top;
}

/*Dropdown*/
.navmainDiv ul.navmain > li > ul {
	display: none;
}

.navmainDiv ul.navmain > li:hover {
}

.navmainDiv ul.navmain > li:hover > ul {
	display: block;
	position: absolute;
	z-index: 10;
}
/*END - NAVMAIN*/

/*START - SITEMAP LIST*/
.sitemap ul {
	margin: 0 0 20px 25px;	
}

.sitemap ul li {
	list-style-type: square;	
}

.sitemap ul li a {
	color: #3f3f3f;	
}

.sitemap ul li ul li {
	font-size: 12px;	
}
/*END*/

/*START - FOOTER*/
ul.navfooter {
	display: inline-block;
	margin: 0 0 0 20px;
}

ul.navfooter > li {
	display: inline-block;
	list-style-type: none;
	border-left: 1px solid #343434;
	padding: 0 5px 0 5px;
}

ul.navfooter > li.homeicon {
	display: none;
}

ul.navfooter > li:first-child {
	padding: 0 5px 0 0;
	border: none;
}

ul.navfooter > li > a {
	color: #343434;
}
/*START - FOOTER*/

.topButton {
	background-color: rgba(255,255,255,0.5);
	position: fixed;
	height: 30px;
	width: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	right: 15px;
	bottom: 60px;
	z-index: 9999;
	display: none;
}

.topButton span {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #3f3f3f;
	top: 10px;
	left: 5px;
	position: absolute;
}

.cookie-message{
    text-align: center;
}

.cookie-message .well{
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: #fff;
    padding: 5px;
}

.cookie-message .well a {
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 16px;
	font-weight: normal;
	border: none;
	color: #ffffff;
}

.cookie-message .well a:hover{
    text-decoration: none;
    color: gray;
}

/*START - DEVICE DEPENDANT CSS*/
@media (max-width: 767px) {
	/*CONTENT applying col-xs VIEWS*/	
	.query-detector{ display:none;height:1px;content:'xs'; }
}
		
@media (min-width: 768px) and (max-width: 991px) {
	/*CONTENT applying col-sm VIEWS*/
	.query-detector{ display:none;height:2px;content:'sm'; }
}

@media (min-width: 992px) and (max-width: 1199px) {
	/*CONTENT applying col-md VIEWS*/
	.query-detector{ display:none;height:3px;content:'md'; }
}

@media (min-width: 1200px) {
	/*CONTENT applying col-lg VIEWS*/	
	.query-detector{ display:none;height:4px;content:'lg'; }
}
/*END*/