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

#tm-top-a {
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 0 !important;
}


.header-full {
	width: 100%;
	height: auto;
}

.social {
	position: absolute;
	top: 50px;
	right: 200px;
}

.social a {
	color: #888;
}

.social a:hover {
	color: #ccc;
}

p.smallprint {
	font-size: 11.5px;
	line-height: 1.3;
}


.uk-block-primary .uk-panel-box-primary,
.uk-panel-box-primary {
  background-color: #00b1b8;
	background-image: none;
}

.uk-navbar-nav > li > a {
	color: #6D6E70;
	font-size: 13px;
}

.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li > a:hover  {
	
	color: #00b1b8;
	
}

.uk-navbar-nav > li > a:after {
	background: none;
}

.uk-navbar-toggle {
	margin: 0;
}

h1,
a,
.uk-link {
	color: #00b1b8;
}


#tm-main {
	padding-top: 40px ;
	/*background: #f8f8f8;*/
}
/*
body.tm-sidebar-a-right .uk-container:before {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
*/



/* subscribe */
#tm-bottom-a,
#tm-bottom-b,
#tm-bottom-c {
	padding-bottom: 0 !important;
}

.uk-form-horizontal .uk-form-controls {
	margin-left: 0;
}

.sub-label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.sub-email,
.sub-button {
	margin-left: 20px;
}

#tm-bottom-c .uk-button {
	background: none !important;
	border: solid #ffffff 5px !important;
	border-radius: 0 !important;
	color: white !important;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 30px;
	min-height: 30px;
}

#tm-bottom-c .uk-form input[type="text"] {
	border-radius: 0;
	min-width: 280px;
	color: #222;
	text-transform: none;
	font-size: 13px;
	border: none;
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
	#tm-bottom-c .uk-form input[type="text"] {
		min-width: 220px;
		margin-bottom: 15px;
		
	}
	
	.uk-form input[type="text"],
	.uk-form input[type="email"]{
		max-width: 270px;
	}
	
	h1, h2 { font-size: 32px; }
}

#tm-bottom-c .uk-form input[type="text"]:focus {
	background: white;
}

.uk-form :-ms-input-placeholder {
  text-transform: none;
}
.uk-form ::-moz-placeholder {
  text-transform: none;
}
.uk-form ::-webkit-input-placeholder {
  text-transform: none;
}
.uk-form select {
  text-transform: none;
}

.uk-form input[type="radio"], 
.uk-form input[type="checkbox"] {
	margin-right: 10px;
}

.formControls label {
	margin-top: 5px !important;
}

#tm-bottom-c .formRed,
#tm-bottom-c .formError {
	color: yellow;
}

/* footer */

#tm-footer {
	font-size: 12px;
	line-height: 1.3;
}

#tm-footer a {
	color: #ffffff;
}
