﻿
html {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	font-family: Tahoma, sans-serif;
	background-image: url(../images/back-pattern.jpg);
	background-repeat: repeat;

}

header {
	font-family: Cuprum, sans-serif;
	font-size: 20px;
	line-height: normal;
}

header a{
	
}
header a:hover{
	
}

[class*='uk-icon-'] {
	color: #FF3300;
}

.uk-button [class*='uk-icon-'] {
	color: #fff8e5;
}



footer{
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	position: relative;
	background-color: #C62408;
	padding-top: 2em;
	padding-bottom: 1em;
	
}
footer a{
	color: #FFF9E6;
	text-decoration: none;
}
footer a:hover{
	color: #FFEAAA;
	text-decoration: none;
}

footer [class*='uk-icon-'] {
	color: #fff8e5;
	
}
button {
}




nav {
}
nav a{
}
nav a:hover{
}
nav a:active{
	
}

section {
	position: relative;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 2.5em;
	padding-bottom: 25px;
	padding-left: 2.5em;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C52407;	
	
}


section:after {
content: "";
display: block;
height: 45px;
background-image: url(../images/icon-arrow-white-down.png);
background-repeat: no-repeat;
position: absolute;
bottom: -25px;
left: 50%;
width: 45px;
right: 50%;
z-index: 100;
}


.yellow {
	background-image: url(../images/background-yellow.jpg);
	background-repeat: repeat;	
}


label {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}.error {	font-weight: bold;	color: #FF3300;}
a {
}
a:visited {
}
a:hover {
}
a:active {
}
button {
}


h1 {
	font-size: 1.5em;
	text-align: center;
	color: #333;
	line-height: 1em;
	font-family: Cuprum, sans-serif;
}

h2 {
	font-size: 2em;
	text-align: center;
	color: #C52407;
	line-height: 1em;
	font-family: Cuprum, sans-serif;
	text-transform: uppercase;
	padding-top: 0.5em;
padding-bottom: 0.5em;
}


h3 {
	font-size: 1.5em;
	color: #FF3300;
	text-align: center;
	font-family: Cuprum, sans-serif;
	line-height: 1em;
}

.uk-panel-title {
	font-size: 1.5em;
line-height: 1.2em;	
}

h4 {
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}

h5 {

}

.contact {
	background-color: #C62408;
	color: #FFF;
	text-align: left;
	min-width: 150px;
	max-width: 500px;
	position: absolute;
	top: 15%;
	z-index: 10;
	right: 5%;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.contact h2 {
	color: #FFF;	
}

.contact [class*='uk-icon-'] {
	color: #fff8e5;
}


.contact-small {
padding-right: 1em;
padding-left: 1em;
padding-top: 25px;
padding-bottom: 25px;	
}

.advantage {
height: 110px;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;	
}

.aerial-photo .uk-slider img {
	border-radius: 10px;
outline: 2px solid #FFF;
outline-offset: -8px;
}

.panorama iframe {
	border-radius: 10px;
outline: 2px solid #FFF;
outline-offset: -8px;
	
}

.application .uk-slideset img {
	border-radius: 10px;
outline: 2px solid #FFF;
outline-offset: -8px;
}

.application .uk-slideset h3 {
	text-align: left;
}


.equipment .uk-panel-box {
margin-top: 100px;	
}

.equipment .uk-panel-teaser {
margin-top: -100px;	
overflow: visible;
margin-bottom: 10px !important;
}

.equipment .uk-panel-teaser img{

width: 200px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

ul {
}


hand {	cursor: pointer;}

.medium {
	font-size: 1.5em;
	line-height: normal;
}

.large {
	font-size: 2em;
	line-height: normal;
}

.xlarge {
	font-size: 5em;
	line-height: normal;
}
.small {
	font-size: 0.85em;
	line-height: normal;
	
}

.uk-button {
	text-transform: uppercase;
	font-family: Cuprum, sans-serif;
	font-weight: bold;
}

.black-text {
	color: #000;	
}

.black-text a {
	color: #000;	
}

.white-text {
	color: #FFF;
}

.white-text a {
	color: #FFF;
}

.grey-text {
	color: #999;
}

.uk-button-danger {
    background-color: #fff9e6;
    color: #FF3300;
}

.uk-button-danger:hover, .uk-button-danger:focus {
    background-color: #fffcf2;
    color: #FF5024;
}

.uk-button-danger:active, .uk-button-danger.uk-active {
    background-color: #ffeaaa;
    color: #E12D00;
}

.uk-button-danger [class*='uk-icon-'] {
    color: #FF3300;
	
}

.uk-button-large {
min-height: 60px;
font-size: 20px;
line-height: 58px;
}


.uk-dotnav {
    bottom: 15px;
}


.uk-navbar {
	background: #C62408;
	border: none;
	border-radius: 0;
	color: #FFF !important;
	text-transform: uppercase;
}

.uk-navbar-center {
display: flex;
justify-content: center;
max-width: 100%;
}

.uk-navbar-nav > li > a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	height: 41px;
	padding: 0 15px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid transparent;
	border-bottom-width: 0;
	text-shadow: none;
	font-family: Cuprum, sans-serif !important;
	
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
	background-color: #FF3300;
	color: #FFFFFF;
	outline: none;
	position: relative;
	z-index: 1;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
	border-top-color: rgba(0, 0, 0, 0.1);
}
.uk-navbar-nav > li > a:active {
	background-color: #E12D00;
	color: #FFFFFF;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
	border-top-color: rgba(0, 0, 0, 0.2);
}
.uk-navbar-nav > li.uk-active > a {
	background-color: #000000;
	color: #FFFFFF;
	border-left-color: rgba(0, 0, 0, 0.1);
	border-right-color: rgba(0, 0, 0, 0.1);
	border-top-color: rgba(0, 0, 0, 0.1);
}

.uk-navbar-nav:first-child > li:first-child > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.uk-navbar-toggle {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}


.uk-navbar-toggle {
  text-shadow: none;
}

.uk-panel-box-primary {
    background-color: #FF3300;
    color: #fff9e6;
    border-color: rgba(198, 36, 8, 0.3);
}

.uk-panel-teaser{
margin-bottom: -16px !important;	
}


@media all and (max-width: 960px) {

}

@media all and (max-width: 768px) {

	
.uk-button-large {
    line-height: 40px;
}	

section {
    padding-right: 1em;
    padding-left: 1em;
}

.large {
    font-size: 1.2em;
}

.xlarge {
    font-size: 1.5em;
}

}