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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 @import url(http://fonts.googleapis.com/css?family=Dancing+Script);
  @import 'https://fonts.googleapis.com/css?family=Dancing+Script';
   @import url(http://fonts.googleapis.com/css?family=Dancing+Script);
   
  
 .video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

 * Headerbar
 */
.tm-headerbar {
  padding: 30px 0;
}
.tm-headerbar .tm-logo {
  float: left;
}




.uk-text-small {
  font-size: 14px;
  line-height: 17px;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #eaeaea;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}

/* Background Styles
 ========================================================================== */
body {
  background: #f5f9fa;
}


/* Headings
 ========================================================================== */
h6 {
  margin: 0 0 20px 0;
  font-family: 'Dancing Script';
  font-weight: 700;
  color: #525252;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5
{
  margin: 0 0 20px 0;
  font-family: 'Lato';
  font-weight: 700;
  color: #525252;
  text-transform: uppercase;
}
/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 30px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 38px;
  line-height: 48px;
}
h2,
.uk-h2 {
  font-size: 32px;
  line-height: 40px;
}
h3,
.uk-h3 {
  font-size: 26px;
  line-height: 34px;
}
h4,
.uk-h4 {
  font-size: 18px;
  line-height: 25px;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 24px;
}
h6,
.uk-h6 {
  font-size: 26px;
  line-height: 34px;
 
}

.uk-panel-box .uk-open.uk-parent ul.uk-nav-sub {
  background: #fafafa;
}
.uk-panel-box .uk-open.uk-parent > a {
  border-bottom: 1px solid #eaeaea;
}