html, body {
	height: 100%;
}

html {

}

body {
    font-family: 'Roboto', 'Verdana', 'sans-serif';
	font-weight: 300;
	background: #222;
}

.page {
	position: relative;
	z-index: 1;
}

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

::selection {
	background: #111;
	color: #fff;
}

::-moz-selection {
	background: #111;
	color: #fff;
}

.top {
	background-color: #fff;
	padding: 0.8rem 0;
	position: relative;
	z-index: 100;

	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.top .logo {
	display: block;
	text-align: center;
}

.bottom {
	color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.bottom p {
	margin: 0;
}

.footer {
	padding: 1rem 1rem 2rem;
}

.footer p {
	font-size: 0.9rem;
}

.footer p.title {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
}

.footer .fa {
	font-size: 1.3rem;
	vertical-align: middle;
	margin-right: 0.2rem;
}

.footer a {
	color: inherit;
}

.quick-links a {
	display: block;
}

.quick-links a:hover p {
	color: #fff;
}

.quick-links p {
	font-size: 0.8rem;
	color: #bbb;

	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.quick-links p.title {
	margin-bottom: 10px;
	color: #fff;
	font-size: 1rem;
}

.main {
	background-color: #fff;
}

.content {
	padding: 1rem 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
	font-family: 'Roboto', 'Verdana', 'sans-serif';
	font-weight: 300;
}

.content h1 {
	font-size: 2.3rem;
}

.content h2 {
	font-size: 2rem;
}

.content h3 {
	font-size: 1.7rem;
}

.content h4 {
	font-size: 1.4rem;
}

.content h5 {
	font-size: 1.1rem;
}

.content a:hover {
	text-decoration: underline;
}

.top a {
	color: #333;
}

.menu {
	list-style-type: none;
	margin: 1rem 0 0;
	padding: 0;
}

.menu a {
	font-size: 1.1rem;
	display: block;
	text-align: center;
	padding: 0.45rem 0.9rem 0.4rem;
	font-weight: 400;
	color: #555;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menu a:hover,
.menu > li > .menu-dropdown a:hover {
	color: #111;
}

.menu a.selected,
.menu > li > .menu-dropdown a.selected {
	background: #eee;
	color: #111;
}

.menu a .fa-caret-down {
	margin-left: 0.5em;
	font-size: 0.9em;
}

.menu > li > .menu-dropdown {
	display: none;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: .4rem;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.menu > li > .menu-dropdown:after,
.menu > li > .menu-dropdown:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.menu > li > .menu-dropdown:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.menu > li > .menu-dropdown:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-width: 11px;
	margin-left: -11px;
}

.menu > li > .menu-dropdown a {
	font-size: 1rem;
	color: #555;
}

.video-container {

}

.video-embed, .map {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.video-embed iframe, .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

.map {
	border: 1px solid #ccc;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.video-embed {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.video-embed img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	margin-top: -7%;
	cursor: pointer;
}

.video-embed .play-button { 
	height: 72px; 
	width: 72px; 
	left: 50%; 
	top: 50%; 
	margin-left: -36px; 
	margin-top: -36px; 
	position: absolute; 
	background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}

.row-space {
	height: 2rem;
}

.owl-controls, .owl-buttons, .nivo-directionNav {
	position: absolute;
	top: 0px; 
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0;
	z-index: 99;
}

.owl-prev, .theme-default a.nivo-prevNav {
	left: 0px;

	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.owl-next, .theme-default a.nivo-nextNav {
	right: 0px;

	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.owl-theme .owl-controls .owl-buttons div, .theme-default a.nivo-prevNav, .theme-default a.nivo-nextNav {
	position: absolute;
	top: 40%;
	font-size: 2rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	padding-top: 2rem;
	padding-bottom: 2rem;
	opacity: 0.3;
	margin: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	text-indent: 0;
	height: auto;
	text-align: center;
}

.theme-default a.nivo-prevNav:hover, .theme-default a.nivo-nextNav:hover {
	opacity: 1;
}

.gallery {
	margin: 0 -5px;
	overflow: hidden;
}

.gallery .item {
	margin: 5px;
	text-align: center;
	background-color: #111;
}

.gallery .images .item p {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	left: 5px;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.3rem;
	padding: 0.5rem 0.8rem;
}

.thumbs .item {
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
	background-color: #111;

	height: 0;
	padding-bottom: 56.25%;
	cursor: pointer;
	border: 3px solid #eee;
	opacity: 0.8;
	-webkit-transition: border-color 0.8s, opacity 0.8s;
	-moz-transition: border-color 0.8s, opacity 0.8s;
	-o-transition: border-color 0.8s, opacity 0.8s;
	transition: border-color 0.8s, opacity 0.8s;
}

.thumbs .item:hover {
	opacity: 1;
}

.thumbs .selected .item {
	border-color: #111;
	opacity: 1;
}

.nivoSlider {
	overflow: hidden;
}

.nivoSlider img {
	display: block;
}

.theme-default .nivoSlider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
}

.row.expand {
	max-width: 100%;
}

.row {
	max-width: 70em;
}

.content figure {
	margin: 0;
	padding: 0;
	position: relative;
}

.content figcaption {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 12px 12px;

	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
}

.content figcaption h3,
.content figcaption p {
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	line-height: 1;
}

.content figcaption h3 {
	font-size: 1.5rem;
	padding-bottom: 5px;
}

.content figcaption p {
	font-size: 0.9rem;
	font-weight: 300;
}

.content figure:hover figcaption {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.contact-list i {
	font-size: 1.3em;
	vertical-align: text-bottom;
	margin-right: 2px;
}

.contact-list img, .intervju-list img {
	display: block;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #ccc;
}

.contact-list p.name, .intervju-list p.name {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

.intervju-list p.desc {
	font-size: 0.9rem;
	font-style: italic;
	color: #333;
	margin-bottom: 10px;
}

.contact-list p.position {
	color: #666;
}

.contact-list p {
	font-size: 1rem;
	margin: 0 0 0.5rem;
}

.contact-list a {
	color: inherit;
}

.intervju-list a {
	font-size: 0.9rem;
}

.intervju-list .row {
	margin: 0;
}

.intervju-list p.name {
	margin-bottom: 10px;
}

.sidebar-toggle {
    display: none;
}

.top .sidebar-toggle-button {
	font-size: 1.8rem;
	color: #333;
	line-height: 1;
	margin: 0.6rem 0.4rem 0 0;
}

.slider-alt {
	padding: 1.2rem;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.slider-alt h1 {
	font-size: 2rem;
	line-height: 2rem;
	color: #fff;
	margin: 0;
}

.slider-wrapper .fallback {
	height: 150px;
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.reveal-modal {
	max-width: 45em;
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.reveal-modal h1 {
	line-height: 1;
	margin-bottom: 1.5rem;
}

.reveal-modal .close-reveal-modal {
	color: #bbb;
	font-weight: normal;

	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.reveal-modal .close-reveal-modal:hover {
	color: #888;
}

.button,
input[type="submit"] {
	padding: 0.6rem 1.3rem;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button:hover, .button:focus, .button:active {
	background-color: #333;
}

.button i {
	font-size: 1.1em;
	line-height: 1;
	margin-right: 5px;
}

form.default .input-field {
	margin-bottom: 1rem;
}

form.default .input-field p {
	margin: 0;
}

form.default .input-field input,
form.default .input-field textarea {
	font-size: 0.9rem;
	margin: 0;
}

form.default .input-field textarea {
	min-height: 100px;
}

form.default .error small.error {
	font-size: 0.8rem;
    font-style: normal;
    margin: 0;
    padding-bottom: 0.4625rem;
}

.alert-box.failed {
	background-color: #f04124;
    border-color: #de2d0f;
    color: #fff;
}

.alert-box p {
	margin: 0;
}

.alert-box .close:hover {
	text-decoration: none;
}

.post {
	border-top: 1px solid #ddd;
	margin: 10px 0;
	padding: 20px 0;
}

.post .date {
	font-size: 0.9rem;
	color: #555;
}

.guestbook .post {
	margin: 5px 0;
	padding: 10px 0;
}

.guestbook .post .title {
	font-size: 0.9rem;
	color: #333;
}

.guestbook .post .date {
	font-size: 0.9rem;
	color: #666;
}

.guestbook .post p {
	font-size: 1rem;
	color: #000;
}

.pagination li a:hover {
	text-decoration: none;
}

.pika-table th abbr {
	border: 0;
	text-decoration: none;
	cursor: help;
}

.pika-button {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.is-today .pika-button {
	color: #01327E;
}

.is-selected .pika-button {
	background-color: #01327E;
	box-shadow: none;
	color: #fff;
}

.pika-button:hover {
	background: #FF6200 !important;
}

.pika-prev, .pika-next {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.pika-prev:hover, .pika-next:hover {
	background-color: #ddd;
}

.clockpicker-popover {
	background-color: #fff !important;
    text-shadow: none;
    font-size: 0.8rem;
}

table {
	border-collapse: collapse;
}

.article table {
	border-color: #ddd;
	border-width: 1px 0 0 1px;
}

.article table tr td {
	vertical-align: top;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.button.edit {
	color: #fff;
	background-color: #5da423;
}

.button.edit:hover,
.button.edit:focus,
.button.edit:active {
	text-decoration: none;
	background-color: #4A8D12;
}

.button.delete {
	color: #fff;
	background-color: #c60f13;
}

.button.delete:hover,
.button.delete:focus,
.button.delete:active {
	text-decoration: none;
	background-color: #A00105;
}

.fb-feed-container {
	min-height: 800px;
}

/* Products */
.products .product {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	border-bottom-width: 2px;
	padding: 8px;
	display: block;
	position: relative;
	font-size: 1rem;
}

.products .product p {
	margin: 0;
}

.products .product p.title {
	color: #333;
	font-size: 1.15em;
	line-height: 1.3em;
	font-weight: normal;
}

.product .price {
	color: #FF6200;
	font-size: 0.9em;
	font-weight: bold;
}

.products .product,
.products .product:hover {
	text-decoration: none;
}

.products .product .image {
	margin-bottom: 0.3em;
	text-align: center;
}

.products .product .image .placeholder {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #eee;
}

.products .product .image .placeholder i {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	top: 35%;
	font-size: 2.8rem;
	color: #666;
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
	.menu {
		display: none;
		margin-top: 1rem;
	}

	#menu-nav:checked ~ .menu {
		display: block;
	}

	.footer .column {
		margin-bottom: 1rem;
	}

	.small-no-left-padding {
		padding-left: 0;
	}
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { 
	.top {
		padding: 1rem 0;
	}

	.menu {
		display: block;
	}

	.menu > li {
		display: inline-block !important;
	}

	.menu > li.dropdown {
		position: relative;
	}

	.menu > li > .menu-dropdown {
		position: absolute;
		top: 2.6rem;
		left: 0;
		width: 200px;
	}

	.menu > li > .menu-dropdown:after,
	.menu > li > .menu-dropdown:before {
		left: 25%;
	}

	.menu > li > .menu-dropdown a {
		display: block;
		text-align: left;
		padding: .3rem .7rem;
	}

	.contact-list img, .intervju-list img {
		padding: 10px;
	}

	.content {
		padding: 2rem 0;
	}

	.gallery .images .item p {
		font-size: 1.3rem;
		line-height: 1.6rem;
		padding: 0.8rem 1rem;
	}

	.guestbook .post .date {
		text-align: right;
	}
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { }

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.row-space {
		height: 4rem;
	}

	.menu {
		text-align: right;
	}

	.logo {
		max-width: 225px;
	}

	.gallery .images .item p {
		font-size: 1.5rem;
		line-height: 1.9rem;
		padding: 0.8rem 1.2rem;
	}
}

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { }

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) { }

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) { }

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { }