/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.tm-logo { 
	float: left; 
}

.tm-navbar {
    padding-top: 5px;
	padding-bottom: 5px;
}

.tm-nav {
	float: right;
}


.uk-heading-large {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: inline-block;
    font-weight: 500;
    line-height: 50px;
    margin-right: 200px;
    padding: 8px 10px;
    text-shadow: 2px 2px 2px #333;
}

.tm-block-light-panel {
    background: rgba(192, 0, 0, 0.8) url("../images/lowpoly.png") repeat scroll 0 0;
	color: #fff;
}

.tm-block-light-panel h1 {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.uk-overlay-background {
    background: rgba(196, 0, 0, 0.8) none repeat scroll 0 0 padding-box;
    border: 30px solid rgba(255, 255, 255, 0);
}

.uk-overlay-background + .uk-overlay-panel {
	color: #fff;
}

.uk-overlay-background + .uk-overlay-panel h3 {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.tm-block-dark {
    background: rgba(0, 0, 0, 0.7) url("../images/lowpoly.png") repeat scroll 0 0;
}



.tm-toolbar {
	background: #444;
	padding: 3px 20px;
	color: #eee;
}


.uk-navbar {
	border-bottom: 1px #e5e5e5 solid;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1000px) {
	.uk-heading-large {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: inline-block;
    font-weight: 500;
    line-height: 50px;
    margin-right: 20px;
    padding: 8px 10px;
    text-shadow: 2px 2px 2px #333;
	}
}
	