* {
	font-family: 'delicious-roman', "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}

.tm-navbar {
	z-index: 99;
}

.uk-article-title {
	text-align: center;
}

.team {
	border: 1px solid grey;
	overflow: hidden;
	margin-bottom: 30px;
}

.team:last-child {
	margin-bottom: 0;
}

.team img {
	width: 30%;
	float: left;
}

.team div {
	overflow: hidden;
	padding: 20px;
}

.team div .name {
	font-family: 'delicious-bold', "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 20px;
	margin: 0 0 10px 0;
}

.team div .title {
	margin: 0 0 15px 0;
}

.team div .link {
	margin-bottom: 0;
}

.uk-article {
	max-width: 600px;
	margin: 0 auto;
}

.uk-form-controls input {
	width: 100%;
}

.uk-form-stacked .uk-form-label {
	font-size: 18px;
}

.uk-button {
	font-size: 18px;
}

.text {
	color: black;
}

iframe {
	margin-bottom: 25px;
	width: 100% !important;
}

iframe:last-of-type {
	margin-bottom: 0;
}

#slideshowWindow {
	margin-top: 25px;
}

.slides-pagination {
	bottom: 10px !important;
}

.text-overlay .text {
	width: 100% !important;
	color: white !important;
	border: 0 !important;
	transform: none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
}

.text-overlay .text p {
	background-color: rgba(0, 0, 0, 0.6) !important;
	position: absolute;
	bottom: 0 !important;
	margin: 0 !important;
	padding: 15px 2.5% 45px 2.5% !important;
	/* with is set dynamically */
}

.text-overlay {
	text-align: center !important;
}

.slides-pagination {
	height: auto !important;
}

.slides-pagination a.current {
	background: white !important;
}

.slides-pagination a {
	border: 2px solid white !important;
}

.slides-control {
	width: 100% !important;
	left: 0 !important;
}

.slides-container li {
	width: 100% !important;
	left: 0 !important;
}

.slides-container li img {
	width: 100% !important;
	height: auto !important;
	top: 0 !important;
	left: 0 !important;
}

@media only screen and (min-width: 0px) {
	.tm-navbar {
		padding: 0;
		margin-bottom: 50px;
	}

	.uk-navbar-brand img {
		width: 200px;
	}
}

@media only screen and (min-width: 450px) {
	.uk-navbar-brand img {
		width: 250px;
	}
}

@media only screen and (min-width: 767px) {
	.tm-navbar {
		margin: 20px 0 80px 0;
	}

	.uk-navbar-nav > li > a {
		font-size: 16px;
	}

	.uk-navbar-nav > li > a:after {
		bottom: 28px;
		height: 2px;
	}

	.uk-navbar-brand img {
		width: 320px;
	}

	.text-overlay .text p {
		padding: 15px 20% 45px 20% !important;
		/* with is set dynamically */
	}
}

@media only screen and (max-width: 555px) {
	.team img {
		width: 100%;
	}
}

@media only screen and (max-width: 878px) {
	.uk-hidden-small {
		display: none !important;
	}
}

@media only screen and (min-width: 1000px) {
	.uk-navbar-nav > li > a {
		font-size: 18px;
	}
}

.uk-form-width-large {
	width: 100%;
}
