
/*
	
font-family: "ff-market-web", sans-serif;
font-weight: 400;

font-family: "proxima-nova", sans-serif;
font-weight: 400/600;	
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	background: #111;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

/* header */

.header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
	background: #111;
}

/* logo */

.logo {
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 500;
	width: 240px;
}

/* hours */

.hours {
	float: right;
	width: 100%;
	padding: 25px 0;
	text-align: right;
	color: #fff;
	font-family: "ff-market-web", sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.1em;
}

.hours img {
	height: 30px;
	vertical-align: middle;
	margin-right: 8px;
}

.hours a {
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
}

.hours a:hover {
	color: #ddd;
	transition: color 0.3s;
}

/* nav */

nav {
	float: right;
	margin-top: 60
} 

nav a {
	display: inline-block;
	color: #ddd;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 21px;
	margin-left: 35px; 
	padding-bottom: 15px;
	border-bottom: 4px solid #111;
	transition: color 0.3s;
}

nav a:hover {
	color: #fff;
	transition: color 0.3s;
}

nav a.selected {
	color: #fff;
	border-bottom: 4px solid #fff;
	font-weight: 600;
}

/* content */

.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}

.content a {
	color: #eee;
}

.content a:hover {
	color: #fff;
}

.content a.button {
	display: inline-block;
	color: #fff;
	background: #111;
	border: 2px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	padding: 8px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: color 0.3s, background 0.3s;
}

.content a.button:hover {
	color: #111;
	background: #fff;
	transition: color 0.3s, background 0.3s;
}

.content a.news {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.content a.news span.date {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background: #111;
	border: 2px solid #fff;
	text-decoration: none !important;
	padding: 4px 8px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.content img.left {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
}

.content h1 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2 {
	font-family: "ff-market-web", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

.content p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 6px;
	line-height: 1.4em;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 22px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 26px;
	margin-bottom: 8px;
	background: url('/_graphics/icon_check.png') top left no-repeat;
	background-size: 16px auto;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* bg overlay */

div.bg_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(17, 17, 17, 0.7);
}

/* home_text */

.home_text {
	float: left;
	width: 30%;
	padding: 25px 4% 5px 4%;
	margin-top: 50px;
	margin-bottom: 80px;
	background-color: rgba(17, 17, 17, 0.7);
}

/* text */

.text {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
}

/* main */

.main {
	float: left;
	width: 60%;	
}

/* sidebar */

.sidebar {
	float: right;
	width: 34%;
}

/* news */

div.news {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #999;
}

div.news img {
	float: left;
	width: 25%;
	margin-bottom: 25px;
}

div.news_text {
	float: right;
	width: 70%;
}

div.news_text span.date {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	background: #111;
	border: 2px solid #fff;
	text-decoration: none !important;
	padding: 4px 8px;
	margin-bottom: 5px;
	border-radius: 5px;
}

/* sitemap  */

ul#sitemap {
	font-size: 18px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 16px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

/* footer */

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background-color: rgba(17, 17, 17, 0.5);
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #ccc;
}

/* popup */

.popup_modal {
	float: none !important;
	position: fixed !important;
	z-index: 1000 !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup_modal_content {
	box-sizing: border-box;
	color: #111;
	background: #FFF;
	padding: 40px 30px;
	padding-bottom: 20px;
	width: 600px;
	max-width: 90%;
	position: relative;
}

.close_popup {
	position: absolute;
	top: 10px;
	right: 20px;
    color: #111 !important;
    font-size: 25px;
    text-decoration: none;
}

.close_popup:hover,
.close_popup:focus {
	transform: scale(1.1);
}
