html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, input, textarea, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	vertical-align: baseline;
}
body {
	color: #333;
	background-color: #FFFFFF;
	text-align: center;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
h2 {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	margin-top: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	background: url(img/bg_h2.png) no-repeat left top;
}
p {
	margin: 0;
	padding: 0 0 1em 0;
}
b {
	font-weight: 700;
}
.sep {
	display: block;
	float: none;
	clear: both;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.container {
	position: relative;
	z-index: 9;
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

header {
	height: 100px;
	text-align: center;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0;
}
nav {
	position: absolute;
	top: 49px;
	left: 400px;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav ul li {
	float: left;
	background: url(img/bg_h2.png) no-repeat left center;
	padding: 0 10px 0 30px;
}
nav ul li a {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
nav ul li a:hover {
	text-decoration: underline;
}
nav ul li a.active {
	color: #0095da;
}
nav ul li a.active:hover {
	text-decoration: none;
}
#headerSpace {
	height: 100px;
}
#stage {
	height: 592px;
	background: #FFFFFF url(img/bg_stage.png) repeat-x left 32px;
}
#slider {
	position: relative;
	height: 817px;
	background: #FFFFFF url(img/bg_slider.png) repeat-x left 30px;
}
#sliderBox {
	position: relative;
	height: 774px;
	z-index: 1;
}
#sliderBox img {
	display: block;
	position: absolute;
	top: 30px;
	left: calc(50% - 495px);
	opacity: 0;
	transition: opacity .6s ease;
}
#sliderBox img.active {
	opacity: 1;
}
#sliderLines {
	position: absolute;
	top: 0;
	left: calc(50% - 526px);
	z-index: 2;
}
#sliderNav {
	position: relative;
	height: 10px;
	margin-top: 15px;
	z-index: 3;
}
#sliderNav span {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 3px;
	font-size: 1px;
	line-height: 3px;
	background-color: #0095da;
	border: 2px solid #0095da;
	cursor: pointer;
	transition: background .6s ease;
}
#sliderNav span.active {
	background-color: #FFF;
}

section {
	position: relative;
}
section .container {
	padding-bottom: 120px;
	background: url(img/bg_section.png) repeat-y 671px top;
}
section .container ul {
	list-style-type: none;
}
section .container li {
	padding-left: 20px;
	font-size: 18px;
	line-height: 36px;
	background: url(img/bg_li.png) no-repeat left center;
}
.boxMiddle {
	width: 970px;
	float: left;
}
.boxLeft {
	width: 670px;
	float: left;
}
.boxRight {
	width: 307px;
	float: left;
	padding-left: 13px;
}
section .container .boxRight li a {
	color: #0095DA;
	text-decoration: none;
}
section .container .boxRight li a:hover {
	text-decoration: underline;
}
.cite {
	border-top: 20px solid #FFF;
	text-align: center;
}
.cite q, .cite cite {
	margin: 0 auto;
}
.cite q {
	display: block;
	font-size: 30px;
	line-height: 36px;
	padding: 20px 0;
	letter-spacing: -0.05em;
	background-color: #FFFFFF;
}

.container.imgLeft {
	background-position: 308px top;
}
.container.imgLeft img {
	float: left;
	margin: 110px 25px 0 0;
}
.container.imgLeft .textBox, .container.imgRight .textBox {
	float: left;
	width: 670px;
}
.container.imgRight img {
	float: right;
	margin: 110px 0 0 25px;
}
.container .textBox h2 {
	margin-top: 40px;
	padding-bottom: 40px;
}
.container.imgLeft .textBox a, .container.imgRight .textBox a {
	color: #0095da;
	text-decoration: none;
}
.container.imgLeft .textBox a:hover, .container.imgRight .textBox a:hover {
	text-decoration: underline;
}
.container.ref {
	background: none;
}
#ref1, #ref2, #ref3 {
	float: left;
	width: 330px;
}
#ref1 {
	background: url(img/bg_section.png) repeat-y 320px top;
}
#ref2 {
	background: url(img/bg_ref2.png) repeat-y 320px top;
}
.boxSpace {
	height: 85px;
}
.box {
	padding: 0 30px;
}

.blueLine {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 3px;
	z-index: 7;
	background: url(img/sectionBG.png) no-repeat center top;
}

#kontakt .formRow {
	padding-bottom: 10px;
}
#kontakt .formRow input[type="text"], #kontakt .formRow input[type="email"] {
	float: left;
	width: 305px;
	height: 40px;
	padding: 0 5px;
	line-height: 40px;
	background-color: #f3f3f3;
	border: 0 none;
}
#kontakt .formRow input:nth-child(even) {
	margin-left: 30px;
}
#kontakt .formRow textarea {
	width: 650px;
	height: 110px;
	padding: 5px;
	background-color: #f3f3f3;
	border: 0 none;
}
#kontakt .formRow.submit {
	padding-right: 10px;
	text-align: right;
}
#kontakt p {
	line-height: 24px;
	padding-right: 250px;
}
#kontakt span.label {
	display: block;
	float: left;
	width: 60px;
	height: 34px;
	line-height: 34px;
}
#kontakt div.txt {
	margin-left: 60px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #0095DA;
}
#kontakt div.txt a {
	color: #0095DA;
	text-decoration: none
}
#kontakt div.txt a:hover {
	text-decoration: underline;
}
#kontakt div.boxRight {
	margin-top: 100px;
}
#kontakt .btn {
	display: inline-block;
	width: 296px;
	height: 36px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	background-color: #0095da;
	border: 2px solid #0095da;
}
#kontakt .btn:hover {
	background-color: #FFF;
	color: #0095da;
}
#kontakt .formRow.submit .btn {
	height: 40px;
	cursor: pointer;
}
#maps {
	margin-top: 56px;
}
footer {
	height: 50px;
	background-color: #0095DA;
	border-top: 50px solid #FFF;
}
footer .container {
	color: #FFFFFF;
}
footer span {
	font-size: 12px;
	line-height: 50px;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}



/*--slider--*/
#slider.slider{
    height: 909px;
    padding: 31px 0 0 0;
}
#sliderBox.main-slider{
    height: 739px;
}
#sliderBox.main-slider figure img{
    opacity: 1;
    position: static;
    margin: 0 auto;
}
#sliderNav.sub-slider{
    width: 996px;
    margin: 0 auto;
    height: 144px;
    background: #0095da;
    padding: 12px 58px 6px;
}
#sliderNav.sub-slider .slick-slide{
    margin: 0 5px;
}
#sliderNav.sub-slider .slick-slide figure img{width: 100%;display: block;}

.slick-prev, .slick-next{top: auto;bottom: 33px;z-index: 99;}
.slick-prev{left: 12px;background: url('img/left-arrow.png') no-repeat !important;width: 22px;height: 39px;}
.slick-next{right: 12px;background: url('img/right-arrow.png') no-repeat !important;width: 22px;height: 39px;}
.slick-prev:before, .slick-next:before{font-size: 0;line-height: 0;}
.sub-slider .slick-slide.slick-current{outline: 2px solid #fff;outline-offset: -2px;}

.section-data{padding: 0 0 178px 0;}