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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /* Primary */  


.formResponsive input[type="submit"], .formResponsive input[type="reset"]  {
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #bbbbbb;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0);
  vertical-align: middle;
  /* 8 */
  line-height: 30px;
  /* 9 */
  min-height: 30px;
  /* 10 */
  font-size: 1rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
  border: 4px solid #f5f5f5;
  border-radius: 500px;
  box-shadow: inset 0 0 0 0 #f5f5f5;
  height: 40px;
}


.formResponsive input[type="submit"]:hover, .formResponsive input[type="reset"]:hover {
  background-color: #f5f5f5;
  color: #87888a;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  box-shadow: inset 0 0 0 20px #f5f5f5;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.3s linear;
  -moz-transition: box-shadow 0.2s ease-out, background 0.3s linear;
  transition: box-shadow 0.2s ease-out, background 0.3s linear;
  background-clip: border-box;
  background-origin: border-box;
}
.uk-panel-box-primary {
	background-color:#0F38AB;	
}
.uk-panel-box-primary h1, h2 {
	color:#fff;	
}

.tm-block-divider {
	border-top-width: 2px;
	
}
.tm-block-fullwidth > .uk-container {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.formResponsive .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
	margin-top: 15px;
}

.submitform {
	text-align:right;
}

.uk-dropdown.uk-dropdown-navbar.uk-dropdown-bottom {
	width:320px;
	white-space: nowrap;
	
}

.uk-dropdown .uk-nav-sub li a:before {
	content: "\2022 \00a0";	
}

.footermenu .uk-nav-header
{
	display:none;
}

