﻿html {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	list-style-image: url(../images/icon-arrow-orange-medium-right.png);
	text-align: left;
	color: #FFF;
	line-height: normal;
	background-color: #023B70;
}
footer{
	font-size: 16px;
	color: #7ABBFF;
	font-weight: normal;
	position: relative;
	min-height: 100px;
	background-color:#023B70 ;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer a{
	color: #7ABBFF; 
	text-decoration: none;
}
footer a:hover{
	color: #FFEAAA;
	text-decoration: none;
}
header {
	position: relative;
	color: #FFFFFF;
	background-image: url(../images/background-header.jpg);
	min-height: 100vh;
	background-color: #043b71;
	background-repeat: no-repeat;
	background-position: center center;
}
nav {
	text-align: center !important;
	overflow: hidden !important;
	color: #73B9FF !important;
	background-color: #023B70 !important;
	height: 50px !important;
}
nav a{
	color: #7abbff !important;
	font-size: 14px !important;
	padding-top: 15px !important;
	text-decoration: none !important;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
nav a:hover{
	color: #FFFFFF !important;
}
nav a:active{
	color: #FFFFFF !important;
}

section {
	position: relative;
}
input, textarea {
	padding: 5px !important;
}

label {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #689DCE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a {
	color: #F30;
}
a:visited {
	color: #F30;
}
a:hover {
	color: #F00;
}
a:active {
	color: #C00;
}
button {
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
	line-height: 100% !important;
}

input.submit {
	color: #fff !important;
	padding: 12px !important;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #D90000;
	box-shadow: 0px 0px 0px 0px #aaa;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px !important;
}

h1 {

}

h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;
	padding: 10px;
}

h3 {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

h4 {

}
h5 {

}

ul {
	list-style-image: url(../images/icon-arrow-orange-medium-right.png);	
}

.uk-heading-large {
	font-size: 30px !important;
}

.hand {	cursor: pointer;}
.normal {
	font-weight: normal;
}
.top span {
	color: #73b9ff;
	font-weight: bold;
}
.shape {
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 4px solid #FF3300;
	border-radius: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.text-center {
	text-align: center;	
}


.text-center span{
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-family: Cuprum, sans-serif;
}

h1.header-text {
	font-family: Cuprum, sans-serif;
	font-size: 56px;
	text-transform: uppercase;
	line-height: 56px;
	text-align: center;
}
h1.header-text2 {
	font-family: Cuprum, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
	line-height: 36px;
}
.header-text {
	font-family: Cuprum, sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	text-align: left;
}
.header-text span {
	font-weight: bold;
	color: #ff3300;
	font-size: 40px;
}
.header-text2 {
	font-family: Cuprum, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.header-text2 span {
	font-weight: bold;
	color: #ff3300;
	font-size: 20px;
}

.grey {
	background-image: url(../images/background-grey.png);
	color: #000;
	background-repeat: repeat;
}

.grey h2 {
	color: #023b70;
	margin-top: 20px;
}

.grey h3 {
	color: #FF3300;
}

.blue {
	background-image: url(../images/background-blue.jpg);
	color: #000;
	background-position: bottom;
}
.blue h2 {
	color: #023b70;
	margin-top: 20px;
}

.blue h3 {
	color: #FF3300;
}
.blue li {
	list-style-image: url(../images/icon-arrow-orange-medium-right.png);
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.uk-modal-dialog h2 {
	color: #73B9FF;
	margin-top: 20px;
}

.uk-modal-dialog h3 {
	color: #FF3300;
}
.uk-slidenav-position li {
	list-style-image: none;
}

.menu {
	text-align: center;
	width: 1000px;
}
.main {
	padding: 20px;
	font-size: 21px;
	line-height: 24px;
}
.main span {	font-weight: bold;
	color: #7abbff;}
.main h2 span {
	font-weight: bold;
	color: #FF3300;
	text-transform: uppercase;
}
.phone {
	font-size: 36px;
	color: #7abbff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 36px;
}
.phone span{
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
}
.partner img {
	display: inline;
	text-align: center;
}
.kontakt {
	background-color: #C62408;
	color: #FFF;
	text-align: center;
	min-width: 150px;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 10;
	right: 0px;
	bottom: 0px;
    height: 200px;
	border-radius: 0 0 10px 10px;

}
.kontakt h2 {
	color: #FFF;
}
.map {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C62408;
}
.top {
	font-size: 20px;
	text-align: left;
	line-height: normal;
	z-index: 500;
	position: relative;
}
.top img {
	padding-bottom: 3px;
}

.big {
	font-size: 30px;
}


.big-price {
	font-size: 30px;
}

.error {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #F30;
	display: block;
}

.items-row {
	display: block;
	clear: both;
	float: none;
}
.fn {
	font-size: 16px;
}
.modal-header {
	font-size: 32px;
	text-align: left;
	line-height: normal;
	color: #999;
	text-transform: uppercase;
}
.more1 p, .more2 p, .more3 p, .more4 p{
	font-size: medium;
}
.more1 li, .more2 li, .more3 li, .more4 li {
	font-size: medium;
	color: #c62408;
}
.link-open {
	font-size: large;
	text-transform: uppercase;
}
.link-sites{
	border: 0px solid #c62408;
}
.uk-button-large {
	font-size: 24px;
	padding: 20px;
}
.uk-slideset li {
	vertical-align: middle;
	display: inline-block;
}

.ken {
	position: relative;
	z-index: 100;
}