/* Copyright (C) RCSWebsites GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import 'http://fonts.googleapis.com/css?family=Raleway';
@import 'http://fonts.googleapis.com/css?family=Roboto';
@import 'http://fonts.googleapis.com/css?family=Lato'; 
*{ margin:0; padding:0; } 

.clearfixed:after{
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
} 

body{
   background-color:#fff;
   background-image:url(../images/body-bg.jpg);
   background-clip: border-box;
   background-origin: padding-box;
   background-position:center top;
   background-repeat:repeat-y;
   background-size:100% auto;	
}

h1, h2, h3, h4, h5, h6{
	color:#f12025;
	font-weight:bold;
	margin-bottom:0px;
}

p{
	text-align:justify;
}

.uk-article-title{
	color:#f12025;
	font-weight:bold;	
}
.uk-panel-title{
	color:#f12025;
	font-weight:bold;
} 
.sub-heading{
	font-size:20px;
	color:#000000;
	display:block;
	clear:both;
	font-weight: bold;
	line-height: normal;
}
.clear{
	clear:both;
	height:0px;
}
#header-full{
	background:url(../images/header-bg.png) repeat-x left bottom;
	margin-bottom:20px;
}
.tm-headerbar{
	margin-bottom:0px;
	background:url(../images/pseudo-blank.png) no-repeat left bottom;
}
.tm-navbar{
	display:table-row;
	float:right;
	margin:0px;
}
.tm-logo p{
	margin:0px;
}
.tm-headerbar .uk-panel{
	clear:both;
	max-width:none;
	float:left;
	margin-left:200px;
	color:#fff;
	margin-top:-52px;
}
.tm-headerbar .uk-panel h3{
	color:#fff;
	margin:0px;
}
/* Nav */
#mobile-nav{
	/*height:45px;
	background:#f12025;*/
}
.uk-navbar-toggle{
	color:#000;
	font-size:28px;
	-webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.uk-navbar-toggle:hover{	
	color:#000;
	text-shadow:0px 1px 1px #fff;
}

.uk-offcanvas-page .uk-navbar-toggle{	
	color:#000;
	text-shadow:0px 1px 1px #fff;/*b9122b*/
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.uk-navbar{
	background:none;
}
.uk-nav > li > a {
    padding: 5px 10px;
    margin: 0px 10px;
}



.uk-navbar-nav > li > a{
/*	line-height:55px;
	height:55px;*/
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	height:auto;
	line-height:normal;
}
.image-title{
	display:block;
	clear:both;
	margin:0;
	padding:5px 0px 0px;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color:transparent;
  color: #000;
  /* 3 */
  outline: none;
}

/* OnClick */

.uk-navbar-nav > li > a:active {
  background-color:transparent;
  color: #000;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #000;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 33px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -8.5px;
  font-size: 10px;
  line-height: 12px;
}
.uk-dropdown-navbar {
  margin-top: 0;
  background:#F12025;
  background:-moz-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
  background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
  background:-o-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
  color: #fff;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
.uk-dropdown li a{
	color:#fff !important;
	border-width:1px;
	border-style: solid;
	border-color:transparent;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-o-border-radius:0px;
}

.uk-dropdown li a:hover,
.uk-dropdown li a:focus {
  background:none !important;
  color: #ffffff;
  /* 2 */
  outline: none;
  border:1px solid #fff;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  -o-border-radius:0px;
}
.uk-dropdown .uk-parent{
	position:relative;
}
.uk-dropdown .uk-parent .uk-nav-sub{
	display:none;
}
.uk-dropdown .uk-parent:hover .uk-nav-sub{
	padding:10px 0px;
	margin:0px;
	width:240px;
	background:#F12025;
	background:-moz-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
	background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
	background:-o-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
	display:block;
	position:absolute;
	left:100%;
	top:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
 	box-sizing: border-box;
	-webkit-animation: uk-fade 0.2s ease-in-out;
	animation: uk-fade 0.2s ease-in-out;
 	 /* 3 */
  	-webkit-transform-origin: 0 0;
  	transform-origin: 0 0;
}


.uk-dropdown .uk-parent .uk-nav-sub li a{
	padding:5px 10px;
	margin:0px 10px;
}
.uk-dropdown-search{
	color: #b8b8b8;
	background:#F12025;
	background:-moz-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
	background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;
	background:-o-linear-gradient(bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15px),#F12025;	
}
input.uk-search-field{
	color: #b8b8b8;	
}
.uk-nav-search > li.uk-active > a {

  background: #d63201;
  color: #ffffff;  /* 1 */
  outline: none;
}

/*

 * Sub-object: `uk-nav-header`

 */

.uk-nav-search .uk-nav-header {

  color: #fff;

}
/* Placeholder */

.uk-search-field:-ms-input-placeholder {

  color: #b8b8b8 !important;

}

.uk-search-field::-moz-placeholder {

  color: #b8b8b8;

}

.uk-search-field::-webkit-input-placeholder {

  color: #b8b8b8;

}
#offcanvas ul.uk-nav-sub{
	margin-left:20px;
}
/* end nav */


aside[class*="tm-sidebar-"]{
	background:url(../images/content-bg.png) repeat;
}
.uk-panel-box{
	background:none;
}
#tm-content{
	background:url(../images/content-bg.png) repeat;
	padding:20px 20px 20px 20px;
}
#bottom-a-full{
	margin-top:30px;
}
#tm-top-a .uk-panel-box,
#tm-top-b .uk-panel-box,
#tm-main-top .uk-panel-box,
#tm-main-bottom .uk-panel-box,
#tm-bottom-a .uk-panel-box,
#tm-bottom-b .uk-panel-box{
	background:url(../images/content-bg.png) repeat;
}



#footer-full{

}
#tm-footer .uk-panel{
	display:table-row;
}
footer#tm-footer{
	background:#f12025;
	color:#fff;
	padding:10px 20px;
	overflow:hidden;
}
#tm-footer a{
	color:#fff;
}
.tm-totop-scroller{
	top: 8px;
	right: 5px;
}

.aligncenter{ 
	text-align:center;
}

.align-left{
	float:left;
}
.align-right{
	float:right;
}
.tm-footer .uk-panel + .uk-panel{
	margin:0px 20px 0px 0px;
}
/* RS Form Pro */

.formResponsive input[type="text"], .formResponsive input[type="password"],.rsform-captcha-box{
	 height:30px;
}
.formResponsive [class^="span"]{ position:relative; }
.formResponsive .formRequired{ position: absolute; right:5px; top:5px; color:#F00; }
.captcha .formRequired{ right:20px; top:35px;  }
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"],.rsform-captcha-box{
	width:100%;
	border:1px solid #d9d9d9;
	border-sizing:border-box;
	-webkit-box-shadow:4px 4px 6px 0px rgba(222,222,222,0.5) inset;
	-moz-box-shadow:4px 4px 6px 0px rgba(222,222,222,0.5) inset;
	box-shadow:4px 4px 6px 0px rgba(222,222,222,0.5) inset;
	background:#d9d9d9;
	box-sizing:border-box;
}
.button{
	background-color:#008202;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	box-shadow:0px 4px 0px #025C03;
	-moz-box-shadow:0px 4px 0px #025C03;
	-webkit-box-shadow:0px 4px 0px #025C03;
	padding:10px 30px;
}
.button:hover{
	background: #01a003;
	box-shadow:0px 4px 0px #017503;
	-moz-box-shadow:0px 4px 0px #017503;
	-webkit-box-shadow:0px 4px 0px #017503;
	color:#fff;
}

.rsform-submit-button,
.formResponsive input[type="submit"]{
	/*border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	/*box-shadow:0px 4px 0px #054874;*/
	padding:10px 30px 10px 40px;
	background:#f12025 url(../images/send-icon.png) no-repeat 15px center;
	float:right;
}
.alignleft .rsform-submit-button,
.alignleft .formResponsive input[type="submit"]{
	float:left !important;
}
.rsform-submit-button:hover,
.formResponsive input[type="submit"]:hover{
	background: #f12025 url(../images/send-icon.png) no-repeat 15px center;
	/*box-shadow:0px 4px 0px #04578d;*/
	color:#fff;
}


/* Responsive Adjustment */

@media (min-width:768px) and (max-width: 1023px) {
	.tm-navbar{
		margin-top:35px;
		margin-bottom:35px;
	}
	.tm-headerbar .uk-panel{
		margin-top:10px;
		margin-left:0px;
	}
	.tm-headerbar .uk-panel h3{
		font-size:16px;
		padding:20px 0px;
	}
	.tm-headerbar{
		background:none;
	}
}
@media (min-width:480px) and (max-width: 767px) {
	.tm-headerbar .uk-panel{
		margin-top:0px;
		margin-left:0px;
	}
	.tm-headerbar .uk-panel h3{
		font-size: 14px;
		padding:20px 0px;
		line-height:normal;
	}
	.tm-headerbar{
		background:none;
	}
	
}

@media (min-width:320px) and (max-width:479px) {
	.tm-headerbar .uk-panel{
		margin-top:0px;
		margin-left:0px;
	}
	.tm-headerbar .uk-panel h3{
		font-size: 13px;
		padding:20px 0px;
		line-height:normal;
	}
	.tm-headerbar{
		background:none;
	}
}

@media (max-width:319px) {
	.tm-headerbar .uk-panel{
		margin-top:0px;
		margin-left:0px;
	}
	.tm-headerbar .uk-panel h3{
		font-size: 12px;
		padding:12px 0px;
		line-height:normal;
	}
	.tm-headerbar{
		background:none;
	}	
}

