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

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

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }

.tm-footer h3{
	color:#fff;
}
.formRed {
    position: absolute;
    top: 24px;
}
td.formTableLeft, td.formTableRight {
    width: 50%;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    width: 90%;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.5);
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.8) !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.8) !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.8) !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.8) !important;
}
.SYMfanIMG .uk-row-first img {
    margin: 50px 0 !important;
}
#tm-footer p {
    margin-top: 10px;
    color: #fff;
}
.formField.rsform-block {
    line-height: 0;
    position:relative;
}
ul.uk-dotnav.uk-flex-center {
    display: none;
}
.uk-text-center.uk-panel-teaser {
    padding: 0 50px;
}
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    height: 110px;
}
textarea#message {
    height: 100px;
}
div#tm-header {
    height: 585px;
}
#tm-header .uk-slideshow li.uk-active {
    height: 585px !important;
}
input[type="submit"] {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #fff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 33px;
    background: #003e7e;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 40px;
}
.tm-footer a {
    color: #0065CE;
}
.uk-overlay-background .uk-button, .uk-overlay-background + .uk-overlay-panel .uk-button, .uk-overlay-background ~ .uk-overlay-panel .uk-button {
    background: #003e7e;
    color: #ffffff;
}
.rsform-block-submit {
    line-height: 0;
}
textarea#message {
    height: 76px;
}

.formError {
    color: #CF4D4D;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    right: 38px;
    /* z-index: 11111; */
    bottom: 29px;
}
.tm-header .uk-cover-background {
	background-image: url("/images/symtech/header.jpg");
  background-position: top -100px center;
}
.tm-header .uk-overlay-panel > div > div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px;
}
.tm-header h1{
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
}
.tm-header p{
	text-shadow: 0 0 15px black;
	color: #FFFFFF;
}
.uk-text-large {
  font-weight: 300;
}
.symtech_menu_button_tel{
	border: 2px solid #003E7E;
  background: #003E7E;
  color: #FFFFFF;
  font-size: 20px;
  transition: background .3s linear, border .3s linear;
  width: 190px;
  text-align: center;
  padding: 0;
}
.symtech_menu_button_tel:hover,
.symtech_menu_button_tel:focus{
	background: #fff;
	color: #003E7E;
}
.uk-offcanvas-bar .symtech_menu_button_tel{
	display: none;
}
@media (min-width: 768px){
	.tm-slideshow .uk-overlay-panel.uk-flex-middle:not(.uk-flex-center) > div {
	    max-width: 535px;
	}

}
@media (max-width: 767px){
	.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
	  display: none;
	}
	.symtech_menu_button_tel{
		position: absolute;
		top: 30px;
		right: 15px;
	}

}
@media (max-width: 600px){
	.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
	  display: none;
	}
	.symtech_menu_button_tel{
		display: none;
	}
	.uk-offcanvas-bar .symtech_menu_button_tel{
		display: block;
    position: relative;
    margin: 0 20px;
    width: 100%;
	}
	.tm-header .uk-overlay-panel > div > div {
		padding: 20px;
	}
}
@media (max-width: 380px){
	.tm-top-b .uk-slideshow,
	.tm-top-b .uk-slideshow > .uk-active,
	.tm-block-top-c .uk-slideshow,
	.tm-block-top-c .uk-slideshow > .uk-active{
		height: 700px !important;
	}
}
