

@font-face {
font-family: Dosis;
font-weight: 400;
src: url("fonts/Dosis-Regular.otf") format("opentype");
}

@font-face {
font-family: Dosis;
font-weight: 500;
src: url("fonts/Dosis-Medium.otf") format("opentype");
}

body {
	font-family: Tahoma;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
}
.container {
	width: 1073px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	
}

header, footer {
	height: 50%;
	min-width: 1073px;
	
	-webkit-transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0; 
	
}



header {
	background: #7e9e9f;
	background: -moz-linear-gradient(top,  #7e9e9f 0%, #9ec5c7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e9e9f), color-stop(100%,#9ec5c7));
	background: -webkit-linear-gradient(top,  #7e9e9f 0%,#9ec5c7 100%);
	background: -o-linear-gradient(top,  #7e9e9f 0%,#9ec5c7 100%);
	background: -ms-linear-gradient(top,  #7e9e9f 0%,#9ec5c7 100%);
	background: linear-gradient(to bottom,  #7e9e9f 0%,#9ec5c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e9e9f', endColorstr='#9ec5c7',GradientType=0 );
	
	font-family: Dosis;
	min-height: 360px;
	
	
}
header .container {
	position: relative;
}

header h1 {
	bottom: 180px;
    font-weight: 400;
    padding: 0 24%;
    position: absolute;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 52%;
    font-size: 52px;1
}

header #debnenie, header #lesenie{
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0.8;
	-webkit-transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0;
	-moz-transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0;
	-o-transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0;
	transition: all 0.4s ease-in-out, width 0, height 0, top 0, left 0; 
}
header #debnenie:hover, header #lesenie:hover {
	opacity: 1;
}

header #debnenie {
	background: url('images/debnenie.png') no-repeat;
	padding: 241px 38px 74px 294px;
	position: absolute;
	bottom: 0;
	left: 0;
	
	
}

header #lesenie {
	background: url('images/lesenie.png') no-repeat;
	display: block;
	padding: 241px 294px 74px 38px;
	position: absolute;
	bottom: 0;
	right: 0;
}


footer {
	background: #789697;
	background: -moz-linear-gradient(top,  #789697 0%, #9ec5c7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#789697), color-stop(100%,#9ec5c7));
	background: -webkit-linear-gradient(top,  #789697 0%,#9ec5c7 100%);
	background: -o-linear-gradient(top,  #789697 0%,#9ec5c7 100%);
	background: -ms-linear-gradient(top,  #789697 0%,#9ec5c7 100%);
	background: linear-gradient(to bottom,  #789697 0%,#9ec5c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789697', endColorstr='#9ec5c7',GradientType=0 );
	
	min-height: 450px;
}
footer #map img {
	height: 318px;
    width: auto;
    margin-top: 30px;
}
footer p {
	font-size: 16px;
	text-shadow: 0 2px 3px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}

.lesenie header {
	background: #66a2bd;
	background: -moz-linear-gradient(top,  #66a2bd 0%, #7fcaec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66a2bd), color-stop(100%,#7fcaec));
	background: -webkit-linear-gradient(top,  #66a2bd 0%,#7fcaec 100%);
	background: -o-linear-gradient(top,  #66a2bd 0%,#7fcaec 100%);
	background: -ms-linear-gradient(top,  #66a2bd 0%,#7fcaec 100%);
	background: linear-gradient(to bottom,  #66a2bd 0%,#7fcaec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a2bd', endColorstr='#7fcaec',GradientType=0 );

}
.lesenie footer{
	background: #619ab4;
	background: -moz-linear-gradient(top,  #619ab4 0%, #7fcaec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#619ab4), color-stop(100%,#7fcaec));
	background: -webkit-linear-gradient(top,  #619ab4 0%,#7fcaec 100%);
	background: -o-linear-gradient(top,  #619ab4 0%,#7fcaec 100%);
	background: -ms-linear-gradient(top,  #619ab4 0%,#7fcaec 100%);
	background: linear-gradient(to bottom,  #619ab4 0%,#7fcaec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#619ab4', endColorstr='#7fcaec',GradientType=0 );
}

.debnenie header {
	background: #979982;
	background: -moz-linear-gradient(top,  #979982 0%, #bdbfa2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#979982), color-stop(100%,#bdbfa2));
	background: -webkit-linear-gradient(top,  #979982 0%,#bdbfa2 100%);
	background: -o-linear-gradient(top,  #979982 0%,#bdbfa2 100%);
	background: -ms-linear-gradient(top,  #979982 0%,#bdbfa2 100%);
	background: linear-gradient(to bottom,  #979982 0%,#bdbfa2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979982', endColorstr='#bdbfa2',GradientType=0 );
}
.debnenie footer{
	background: #90917b;
	background: -moz-linear-gradient(top,  #90917b 0%, #bdbfa2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90917b), color-stop(100%,#bdbfa2));
	background: -webkit-linear-gradient(top,  #90917b 0%,#bdbfa2 100%);
	background: -o-linear-gradient(top,  #90917b 0%,#bdbfa2 100%);
	background: -ms-linear-gradient(top,  #90917b 0%,#bdbfa2 100%);
	background: linear-gradient(to bottom,  #90917b 0%,#bdbfa2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90917b', endColorstr='#bdbfa2',GradientType=0 );

}



