@charset "UTF-8";
body{
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	overflow-x: hidden;
}
.wrap{
	position: relative;
	width: 1090px;
	margin: 0 auto;
}
#main{
	margin-top:175px;
}
#main .wrap{
	background: #eaeaea;
	padding: 20px 50px;
	padding-bottom: 80px;
}
#main img{
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
  max-width: 275px;
}
#head{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #EAEAEA;
}
#head .wrap{
	height: 175px;
	background: #000 url('/img/stars.jpg');
	overflow: hidden;
}
#foot .wrap{
	color: #EAEAEA;
	background: #000 url('/img/stars.jpg');
}
/* fotka */
#head .photo{
	position: relative;
	display: block;
	left: 0;
	bottom: -3px;
	width: 250px;
	height: 178px;
	background: url('/img/mh.png');
}
/* horní kontakt */
#head .contact-wrap{
	position: absolute;
	top: 0;
	right: 50px;
	left: 300px;
	text-align: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}
#head .contact-wrap > .name{
	display: inline-block;
	vertical-align: middle;
	font-size: 2.96em;
	line-height: 1.2em;
	padding-right: 30px;
}
#head .contact-wrap > .name > a{
	text-decoration: none;
	padding: 5px;
}
#head .contact-wrap > .name > a > span{
	-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;
}
#head .contact-wrap > .name > a:hover > span.lightBlue{
	text-shadow: 0px 1px 8px rgba(234, 234, 234, 0.7);
}
#head .contact-wrap > .name > a:hover > span.gray{
	text-shadow: 0px 1px 8px rgba(96, 193, 255, 0.7);
}
#head .contact{
	display: inline-block;
	vertical-align: middle;
	width: 330px;
}
#head .contact .item{
	display: table;
	width: 100%;
}
#head .contact .name, #head .contact .value{
	display: table-cell;
	vertical-align: middle;
}
#head .contact .name{
	min-width: 90px;
	text-align: right;
}
#head .contact .name, #head .contact .name a{
	color: #EAEAEA;
	font-size: 1.125em;
	line-height: 1.2em;
}
#head .contact .value{
	text-align: right;
	font-size: 1.123em;
	padding-left: 32px;
	width: 100%;
}
#head .contact .value a{
	text-decoration: none;
	color: #60c1ff;
	font-size: 1.125em;
	line-height: 1.2em;
}
#head .contact .value a:hover{
	text-shadow: 0px 1px 8px rgba(234, 234, 234, 0.7);
}
.separator{
	display: inline-block;
	vertical-align: middle;
	width: 61px;
	height: 128px;
	background: url('/img/sprite.png');
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
/* horní menu */
#head .menu{
	position: absolute;
	bottom: -1px;
	right: 50px;
}
#head .menu:after{
	display: table;
	clear: both;
	content: " ";
}
#head .menu ul{
	margin: 0;
	list-style: none;
}
#head .menu li{
	display: inline-block;
	float: left;
	margin: 0 2px;
}
#head .menu a{
	display: inline-block;
	padding: 6px 18px 0px;
	text-decoration: none;
	background: #00649b;
	color: #eaeaea;
	font-size: 1.5em;
	line-height: 1.2em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#head .menu li.active > a, #head .menu a:hover{
	background: #eaeaea;
	color: #00649b;
	text-shadow: none;
}
/* kontaktní formulář */
.contactForm{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.contactForm label{
	display: block;
	margin: 8px 0;
	font-weight: bold;
	font-size: 0.84em;
	line-height: 1.5em;
}
.contactForm input{
	display: block;
	width: 100%;
}
.contactForm textarea{
	display: block;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	resize: none;
}
.contactForm .col:last-child{text-align: center}
.contactForm button[type="submit"], .contactForm input[type="submit"]{
	margin: 10px auto;
}
/* box */
.box{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 50px;
-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.5);
}
.box.gradient{
  font-size: 12px;
  text-align: center;
}
.box.gradient:before, .box.gradient:after{
	display: block;
	display: none
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	width:40%;
	height: 100%;
	background: rgb(234,234,234);
background: rgba(234,234,234,1);
background: -moz-linear-gradient(left, rgba(234,234,234,1) 38%, rgba(234,234,234,0.98) 39%, rgba(234,234,234,0.02) 98%, rgba(234,234,234,0) 99%);
background: -webkit-gradient(left top, right top, color-stop(38%, rgba(234,234,234,1)), color-stop(39%, rgba(234,234,234,0.98)), color-stop(98%, rgba(234,234,234,0.02)), color-stop(99%, rgba(234,234,234,0)));
background: -webkit-linear-gradient(left, rgba(234,234,234,1) 38%, rgba(234,234,234,0.98) 39%, rgba(234,234,234,0.02) 98%, rgba(234,234,234,0) 99%);
background: -o-linear-gradient(left, rgba(234,234,234,1) 38%, rgba(234,234,234,0.98) 39%, rgba(234,234,234,0.02) 98%, rgba(234,234,234,0) 99%);
background: -ms-linear-gradient(left, rgba(234,234,234,1) 38%, rgba(234,234,234,0.98) 39%, rgba(234,234,234,0.02) 98%, rgba(234,234,234,0) 99%);
background: linear-gradient(to right, rgba(234,234,234,1) 38%, rgba(234,234,234,0.98) 39%, rgba(234,234,234,0.02) 98%, rgba(234,234,234,0) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea', GradientType=1 );
	content: " ";
}
.box.gradient:after{
right: 0;
left: auto;
background: rgb(234,234,234);
background: rgba(234,234,234,1);
background: -moz-linear-gradient(left, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 62%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(234,234,234,0)), color-stop(62%, rgba(234,234,234,1)));
background: -webkit-linear-gradient(left, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 62%);
background: -o-linear-gradient(left, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 62%);
background: -ms-linear-gradient(left, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 62%);
background: linear-gradient(to right, rgba(234,234,234,0) 0%, rgba(234,234,234,1) 62%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#eaeaea', GradientType=1 );
}
/* patička */
#foot .contact ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#foot .contact ul li{
	display: inline-block;
	padding: 7px;
}
#foot .contact a{
	color: #60c1ff;
	font-size: 1.875em;
}
#foot .contact a:hover{
	text-shadow: 0px 1px 8px rgba(234, 234, 234, 0.6);
}
#foot .mhmsys{
	padding: 10px;
}