input, textarea { 
	padding: 9px; 
	border: solid 1px #E5E5E5; 
	outline: 0; 
	font: normal 13px/100% Verdana, Tahoma, sans-serif; 
	width: 200px; 
	background: #FFFFFF; 
} 
textarea { 
	width: 400px; 
	max-width: 400px; 
	height: 150px; 
	line-height: 150%; 
} 
input:hover, textarea:hover, 
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
} 
.tm-block-bottom-b.tm-block-primary-dark {
	border-image: none;
}
em {
	color: #00a5df;
}
.tm-navbar-fixed.tm-navbar-animated .tm-navbar-small {
	height: initial;
}
#tribe-bar-form input[type=text] {
	background: #fff;
	padding-left: 5px;
	padding-top: 3px;
}
.mejs-container .mejs-controls {
	display: none!important;
}
.page-id-815 .mejs-container,
.page-id-1628 .mejs-container {
	position: static;
	background-color: transparent;
	height: 532px;
}
.page-id-815 .mejs-inner,
.page-id-1628 .mejs-inner {
	  position: absolute;
  left: 0;
  right: 0;
  top: 134px;
  width: 100%;
  height: 100%;
  z-index: -11213;
}
.page-id-815 .mejs-mediaelement,
.page-id-1628 .mejs-mediaelement {
	height: auto;
}
.uk-article-title {
	color: #00a5df;
}

.uk-navbar-nav > li > a, h1, h2, h3, h4, h5, h6 {
  color: #3c3c3b;
}
.uk-navbar-nav > li.uk-active > a, a, .uk-link, a.tm-link-muted, .tm-link-muted a, a.tm-link-muted:hover, .tm-link-muted a:hover, a:hover, .uk-link:hover {
  color: #40a4d8;
}
.tm-block-primary-dark {
  background-color: #3a3a3c;
}
.tm-primary .uk-panel-box {
  background-color: #757577 ;
}
.tm-primary .uk-form input:not([type]), .tm-primary .uk-form input[type="text"], .tm-primary .uk-form input[type="password"], .tm-primary .uk-form input[type="email"] {
  background: #008bc4 ;
}
.tm-primary .uk-button {
  font-weight: bold;
  color: #40a4d8;
}
a.tm-link-muted, .tm-link-muted a {
  text-decoration: none ;
}
.uk-article-meta {
	display: none;
}

@media screen and (min-width: 768px) {
	.tm-navbar {
		height: 65px;
		padding: 0;
	}
	.tm-nav-logo {
		height: 42px;
		width: 60px;
		margin-top: -21px;
	}
	.tm-navbar-fixed .tm-toolbar + .tm-navbar + .tm-wrapper {
		top: 85px;
	}
}