@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

body {
	text-decoration: none;
	margin: 0px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	clip: rect(0px,auto,auto,auto);
	font-size: 15px;
	background-color: #1b1b1b;
	font-weight: normal;
}

a {
	color: #00ADEF;
	text-decoration: underline;
	font-family: 'Raleway', sans-serif;
}

div.cleaner { clear: both; height: 1px; font-size: 0px; line-height: 0px; }

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

ul, li {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}

ul.init {
	margin: 20px 0px 40px 0px;
	padding-left: 50px;
}

ul.init li {
	font-weight: normal;
}

.vpravo {
	text-align: right;
}

.stred {
	text-align: center;
}

.cdoprava table td {
	vertical-align: top;
}

.maincontent p, .maincontent table {
	color: #999999;
}

.container, .footer-wrap {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	z-index: 20;
}
.header {
	padding-top: 10px;
}
.header .logo-a {
	float: left;
}

.fb-like {
	float: right;
	border-radius: 3px;
	
}

.oznam {
	float: right;
	margin-top: 15px;
	color: #D71921;
	width: 770px;
	text-align: right;
	font-weight: bold;
	font-size: 17px;
}

.navhorpanel {
	position: relative;
	margin-bottom: 10px;
}

.banner > img {
	width: 100%;
}

.tbkontakty table td {
	vertical-align: top;
}

.images {
	float: left;
}

.maincontent {
	overflow: hidden;
	margin-top: 60px;
}
.cont {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	height: 250px;
	border-bottom: thin #525252 solid;
}
.cont img, .cont1 img, .cont2 img, .cont3 img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   display: block;
   position: relative;
   width: 100%;
}

.cont img {
	height: 200px;
}

.cont .mask, .cont1 .mask, .cont2 .mask, .cont3 .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: #161616;
	text-align: center;
	width: 100%;
}

.cont:hover .mask, .cont1:hover .mask, .cont2:hover .mask, .cont3:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.cont p, .cont1 p, .cont2 p {
	-webkit-transform: translateY(250px);
	-moz-transform: translateY(250px);
	-o-transform: translateY(250px);
	-ms-transform: translateY(250px);
	transform: translateY(250px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: relative;
	text-align: center;
	font-size: 16px;
	padding: 10px 20px 20px;
}
.cont:hover p, .cont:hover a.link, .cont1:hover p, .cont1:hover a.link, .cont2:hover p, .cont2:hover a.link  {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.cont a.link, .cont1 a.link, .cont2 a.link {
	color: #fff;
	text-decoration: none;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cont:hover a.link, .cont1:hover a.link, .cont2:hover a.link, .cont3:hover a.link {
	display: inline-block;
	padding: 3px 10px;
	font-size: 16px;
	font-style: italic;
	background-color: #0066FF;
	font-weight: normal;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

.cont .mask {
	height: 250px;
}

.cont a.link:hover, .cont1 a.link:hover, .cont2 a.link:hover, .cont3 a.link:hover {
	background-color: #B60000;
}

.cont1 {
	width: 25%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #525252;
}

.cont1 .mask {
	height: 100%;
}

.cont1 .link  {
	font-size: 16px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	font-weight: normal;
}
.cont1 p {
	font-size: 14px;
}

.cont2 {
	width: 240px;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: default;
	margin-right: 5px;
	margin-left: 5px;
	height: 150px;
	margin-bottom: 10px;
}

.cont2 .mask {
	height: 150px;
}

.cont2 p {
	font-size: 14px;	
}

.cont2 a.link {
	font-size: 14px;
}

.cont3wrap {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 40px 5px 0px;
}

.cont3 {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: default;
	border-bottom: thin #525252 solid;
	height: 230px;
}

.cont3 .mask {
	height: 100%;
}

.cont3 p {
	font-size: 13px;
	position: relative;
	padding: 10px 0px 0px;
	text-align: left;
}

.cont3 a.link {
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-decoration: none;
	padding: 4px 10px;
	font-size: 14px;
	margin-top: 20%;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-style: italic;
	font-weight: normal;
}

.cont3:hover a.link {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.block-nav {
	height: auto;
	overflow: hidden;
	background-color: #161616;
}
#block_1 {
	float: left;
	padding: 2px 15px 0px 15px;
	background-color: #000000;
	color: #999999;
	line-height: 21px;
}
#info {
	display: inline;
	list-style-type: none;
}
#info li {
	float: left;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/sipka.png);
	font-weight: normal;
	padding-top: 2px;
}

.navpanel {
	margin: 10px 0px;
	overflow: hidden;
}

.block {
	float: left;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.block-title {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #171717;
}
.block-h3 {
	background-color: #1b1b1b;
	display: inline-block;
	padding-right: 10px;
}
.blockcontent {
	overflow: hidden;
	margin-bottom: 40px;
}

.block-img {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.block-text {
	padding-right: 10px;
	margin-top: 10px;
}

.viac {
	list-style-type: none;
	margin-bottom: 30px;
}


.viac li {
	float: right;
}
.viac li a {
	font-size: 14px;
	font-weight: normal;
	background-color: #009BD7;
	padding: 6px 10px;
	text-decoration: none;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
	color: #fff;
}

.viac li a:hover {
	background-color: #B60000;
}

.floatright {
	float: right;
	margin-left: 15px;
	text-align: right;
	font-size: 11px;
}

.floatleft {
	float: left;
	margin-right: 15px;
}

.sidebar {
	float: right;
	width: 200px;
	margin-top: 78px;
	margin-bottom: 10px;
}
.sidebarbox {
	margin-bottom: 10px;
}
.sidebarbox .stred {
	display: block;
}

.sidebarbox .stred img {
	margin-bottom: 5px;
}

.logocontainer {
	width: 800px;
	margin-left: 0px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
.logo {
	float: left;
	width: 150px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.fb-page {
	float: right;
	width: 314px;
}

div.footer {
	background-color: #111;
	padding-top: 40px;
}

.iframemap {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.fotobudova {
	float: left;
	margin-right: 50px;
}

div.footer-wrap {
	color: #999999;
}

div.footer-wrap h3 {
	color: #fff;
	margin-bottom: 20px;
}

div.footer-wrap table {
}

.fotter {
	font-size: 13px;
	color: #525252;
	text-align: center;
	padding: 40px 0px;
	font-weight: bold;
	clear: both;
}

.fotter .ahref, .fotter .ahref a {
	color: #525252; 
	font-weight: normal;
}

.fotter .ahref {
	margin-top: 5px;
}

.imgborderradius {
	border-radius: 5px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 28px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}

.cont3 h2, .cont2 h2 {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

.cont2 h2 {
	font-size: 14px;
}