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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 html {
	color: #1a1a1a;
	font-weight:normal;
	hyphens:none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
 	-ms-hyphens: none !important;
 }
 
 h1, h2, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6 {
	hyphens:none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
 	-ms-hyphens: none !important; 
 }
 
 .red, .star {
	 color:#dc576b;
 }
 
 .tm-navbar {
	padding: 15px 15px;
}

.uk-block-primary {
	background: #e0e0e0;
}

.uk-article-lead {
	font-weight:normal;
}

.uk-overlay-panel > div {
	padding:20px 40px;
	background-color:rgb(255, 255, 255);
	background-color:rgba(255, 255, 255, 0.5);
}
 
.uk-overlay-panel h3 {
    color: #1a1a1a;
}

.uk-accordion-title span:after {
	padding-left:15px;
  font-family: FontAwesome;
	content:"\0020\f103";
}

.uk-accordion-title.uk-active span:after {
	padding-left:15px;
  font-family: FontAwesome;
	content:"\0020\f102";
}

.uk-accordion-title {
	padding-left:0 !important;
	color:#72a8e5;
}

.uk-icon-button:hover, .uk-icon-button:focus {
	border: 1px solid #0f0f0f;
}

#bookeoStartMobile {
	width:auto !important;
}

.uk-subnav-pill > li > a {
	padding: 0 2px !important;
}