/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-toolbar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eda09e+0,562725+100 */
background: rgb(237,160,158); /* Old browsers */
background: -moz-linear-gradient(left, rgba(237,160,158,1) 0%, rgba(86,39,37,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(237,160,158,1) 0%,rgba(86,39,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(237,160,158,1) 0%,rgba(86,39,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda09e', endColorstr='#562725',GradientType=1 ); /* IE6-9 */
	color: #fff;
}

.tm-totop-scroller {
	color: #562725;
}

.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%;
}

.uk-nav li > a {
    font-family: 'Raleway';
    font-size: 11px;
    text-transform: uppercase;
}
[data-uk-sticky].uk-active {
    z-index: 1000;
}