@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif, Arial;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 14px;
	line-height: normal;
	background-color: #232323;
	
}


ul, ol, dl {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
a img { 
	border: none;
}
.menu2 ul li {
	float: left;
	list-style-type: none;
}




a:link {
}
a:visited {
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	max-width: 1175px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.menu {
	float: right;
	width: auto;
	clear: right;
	margin-top: 0px;
}
#menu ul li {
	list-style-type: none;
	float: left;
}
#menu ul li a {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	height: 50px;
	transition: border-color .5s ease-in-out;
	-webkit-transition: border-color .5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 50px;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#menu ul li a:hover {
	background-color: #db0911;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E01F18;
}


#menu ul.sub-menu {
	display: none;
	z-index: 999;
	height: 0px;
	width: 195px;
	margin-top: 0px;
	background-color: #00a8e6;
	opacity: 0;      /* Hide sub level, we will use this in transition */
	-webkit-transition: opacity .4s ease-in-out; /* For chrome & safari */
	-moz-transition: opacity .4s ease-in-out; /* For mozilla firefox */
	-o-transition: opacity .4s ease-in-out; /* For opera */
	transition: opacity .4s ease-in-out; /* Not yet implemented, but will be available soon */
}
.sub-menu-li {
	text-align: left !important;
	line-height: 45px !important;
	clear: left !important;
	float: left;
	height: 45px !important;
	width: 100%;
	font-size: 13px !important;
	color: #FFFFFF !important;
	margin-top: 0px !important;
	margin-left:0px !important;
	margin-bottom:0px !important;
	background-image:none !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81b9e9;
	padding: 0px;
	padding-bottom: 0px !important;
			-webkit-transition: background-color 1000ms linear;
	-moz-transition: background-color 1000ms linear;
	-o-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
}
.sub-menu-li:hover {
	background-color: #038cbf !important;
}
#menu li:hover ul.sub-menu {
	display: block;
	position: absolute;
	height: auto;
	opacity: 1;
	padding: 0;
	margin-left: 0px;
	margin-top: 10px;
    -webkit-transition: opacity .4s ease-in-out; /* For chrome & safari */
    -moz-transition: opacity .4s ease-in-out; /* For mozilla firefox */
    -o-transition: opacity .4s ease-in-out; /* For opera */
        transition: opacity .4s ease-in-out; /* Not yet implemented, but will be available soon */

}
.sub-menu-a {
	font-size: 13px !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	line-height: 45px !important;
	display: block !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	text-align: left !important;
}
.sub-menu-a:hover {
	background-image:none !important;
	color: #FFFFFF !important;
border-bottom-color: transparent !important;
	border-bottom-style: none !important;
		border-bottom-width: 1px !important;
}
#submenu .active {
	color: #FFF;
}.tlo {
	background-image: url(../images/tlo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	min-height:1200px;
	background-color: #232323;
}
.tlo2 {
	background-image: url(../images/tlo2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	min-height:1200px;
	background-color: #232323;
}

.header {
	height: 120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	height: 120px;
	width: 320px;
}
.menu {
	float: right;
	width: 600px;
	margin-top: 51px;
	height: 50px;
}

.main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.main .kontakt {
	position: absolute;
	height: auto;
	width: 300px;
	left: 329px;
	top: 498px;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.tlo .main {
	padding-top: 30px;
}
.m2a {
	height: 167px;
	width: 173px;
	display: block;
	float: left;
}
.m2a:hover {
	background-image: url(../images/ico_03.jpg);
}
.m2b {
	
	height: 167px;
	width: 155px;
	display: block;
	float: left;
}
.m2b:hover {
	background-image: url(../images/ico_04.jpg);
}
.m2c {

	height: 167px;
	width: 152px;
	display: block;
	float: left;
}
.m2c:hover {
	background-image: url(../images/ico_05.jpg);
}
.m2d {

	height: 167px;
	width: 151px;
	display: block;
	float: left;
}
.m2d:hover {
	background-image: url(../images/ico_06.jpg);
}
.m2e {
	
	height: 167px;
	width: 152px;
	display: block;
	float: left;
}
.m2e:hover {
	background-image: url(../images/ico_07.jpg);
}
.m2f {
	height: 167px;
	width: 163px;
	display: block;
	float: left;
}
.m2f:hover {
	background-image: url(../images/ico_08.jpg);
}
.tlo2 .main {
	padding-top: 0px;
	padding-left: 1px;
}
.tlo2 .main  h2 {
	color: #FFF;
	background-color: #ed1c24;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 45px;
	font-weight: bold;
	text-transform: uppercase;
	height: 45px;
	width: 165px;
	text-align: center;
	margin-top: 20px;
}
.tresc {
	font-size: 14px;
	color: #FFF;
	padding-top: 55px;
}
.footer {
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
