/* CSS Document */
html, body, table, tr, td, h1, h2, h3, h4, h5, h6, p {
	margin: 0; 
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.centered {
	margin: 0 auto;
	top: 0px;
	position: relative;
	width: 1100px;
	text-align: left;
}
.centered-image {
	text-align:center;
	float:none;
	vertical-align:middle;
	display:table-cell;
	border:none;
}
/* Clearfix */
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ' ';
}
.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}
.clearfix {display: block;}
/*základ pro aby byl footer vždy dole*/
#wrapper {
	min-height: 100%;
	position: relative;
}
#header {
	background-color: #ffffff;
}
#content {
	padding-bottom: 310px;
}
#footer {
	bottom: 20px;
	height: 290px;
	left: 0;
	position: absolute;
	width: 100%;
}
/*konec základu footeru*/

.top-hp {
	position: relative;
	min-width: 1100px;+
	width: 100%;
}
.top-in {
	position: relative;
	top: 0px;
	padding: 20px 25px 5px;
}
.logo {
	float: left;
	width: 270px;
}
.head-right {
	float: right;
	width: 760px;
	text-align: right;
}
.right-top {
	color: #333333;
	font-size: 13px;
}
.right-top img{
	margin: 0 5px;
}
.right-top a{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #7b3e8b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 0 0 0 10px;
}
.right-bottom {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	float: right;
	position: relative;
}
.right-bottom ul li{
	float: left;
	list-style-type: none;
	position: relative;
}
.right-bottom ul li a{
	color: #9e9e9f;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 20px 15px;
}
.right-bottom ul li:hover a, .right-bottom ul li.active a{
	color: #572265;
	text-decoration: none;
	z-index: 9999;
}
.submenu {
	background-image: URL("../images/background-submenu.png");
	background-repeat: repeat-x;
	background-size: 100% 100%;
	background-color: #582366;
	min-width: 1100px;+
	width: 100%;
	height: 80px;
	position: relative;
}
.submenu ul{
	position: relative;
}
.submenu-in {
	left: -20px;
	position: relative;
}
.submenu-in .sleft ul li {
	float: left;
	list-style-type: none;
	line-height: 80px;
	position: relative;
	xborder-left: 1px solid #8c5d99;
	z-index: 9000;
}
.submenu-in .sleft ul li a{
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px;
	z-index: 9000;
}
.submenu-in .sleft ul li a:hover, .submenu-in .sleft ul li a.active{
	background-image: url("../images/background-on.png"); 
	text-decoration: none;
}
.submenu-in .sright{
	float: right;
	margin: 23px 20px;
}
.submenu-in .sright a{
	margin: 0 0 0 5px;
	opacity: 1;
	z-index: 8000;
	position: relative;
}
.submenu-in .sright a:hover{
	opacity: 0.7;
}
.submenu-in .sleft ul li.sub:hover, .submenu-in .sleft ul li.sub.active{
	background-image: url("../images/background-on.png");
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	text-decoration: none;
	z-index: 9000;
	padding-bottom: 2px;
	position: relative;
}
.submenu-in .sleft ul li.sub:hover, .submenu-in .sleft ul li.sub.active{
	background-image: url("../images/background-on.png");
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	text-decoration: none;
	z-index: 9000;
	padding-bottom: 2px;
	position: relative;
}
.submenu-in ul li:hover ul, .right-bottom ul li:hover ul{
	display: block;
}
.submenu-in ul li ul, .right-bottom ul li ul{
	position: absolute !important;
	padding: 20px 40px;
	background-position: center -1px;
	background-repeat: no-repeat;
	z-index: 9999;
	display: none;
	clear: both;
	float: none;
}
.submenu-in ul li.sub ul, .right-bottom ul li.sub ul{
	top: 81px;
	background-image: url("../images/arrow-violet.png");
	background-color: #602a6f;
	border-bottom: 8px solid #814492;
	margin-left: -50%;
	left: 25%;
}
.submenu-in ul li.sub ul li, .right-bottom ul li.sub ul li{
	background-color: #602a6f;
	float: none !important;
}
.submenu-in ul li.sub ul li a, .right-bottom ul li.sub ul li a{
	display: list-item !important;
	list-style-image: url("../images/list-item-arrow.png");
	border-bottom: 1px dotted #7d5989;
}
.submenu-in ul li.first-sub ul, .right-bottom ul li.first-sub ul{
	background-image: url("../images/arrow-white.png");
	background-color: #f2f2f2;
	border-bottom: 8px solid #814492;
	text-align: left;
}
.submenu-in ul li.first-sub ul li, .right-bottom ul li.first-sub ul li{
	background-color: #f2f2f2;
	float: none !important;
}
.submenu-in ul li.first-sub ul li a, .right-bottom ul li.first-sub ul li a{
	border-bottom: 1px solid #d9d9da;
	color: #000000;
}
.submenu-in ul li.first-sub ul li a:hover, .right-bottom ul li.first-sub ul li a:hover{
	color: #000000;
}
.submenu-in ul li ul li, .right-bottom ul li ul li{
	border-left: none !important;
	display: block;
}
.submenu-in ul li ul li a, .right-bottom ul li ul li a{
	white-space: nowrap;
	line-height: 20px;
	padding: 3px 0 !important;
}
.submenu-in ul li ul li a:hover, .right-bottom ul li ul li a:hover{
	background: none !important;
	padding-bottom: 3px !important;
	text-decoration:underline !important;
}
#content {
	background-image: url("../images/background-index.png");
	background-position: center -205px;
	background-repeat: no-repeat;
	position: relative;
	min-width: 1100px;+
	width: 100%;
}
.content-index, .content-next {
	padding: 0 20px;
}
.content-next-in {
	background-image: url("../images/background-next.png"); 
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid #dcdcdc;
	padding: 40px 25px;
	position: relative;
	z-index: 4500;
}
.content-next-in h1 {
	color: #7b3e8b;
	font-size: 37px;
	font-weight: normal;
	padding: 10px 0 30px;
	text-transform: uppercase;
}
.content-next-in span {
	color: #7b3e8b;
	font-size: 12px;
}
.content-next-in span a{
	color: #7b3e8b;
	font-weight: bold;
}
.more-infos {
	padding: 70px 25px;
}
.more-infos h1 {
	color: #572265;
	font-size: 33px;
	font-style: italic;
	font-weight: normal;
}
.more-infos p {
	color: #572265;
	font-size: 15px;
	width: 570px;
	padding: 5px 20px;
}
.more-infos a {
	background-image: url("../images/more-info.png");
	background-size: 100% 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	margin: 20px;
}
.content-index-in {
	padding: 30px 20px;
	background-color: #ffffff;
	background-image: url("../images/background-content.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	border: 1px solid #dcdcdc;
	position: relative;
	z-index: 4500;
}
.welcome h2 {
	color: #733882;
	font-size: 19px;
	font-weight: normal;
}
.welcome {
	color: #314a5d;
	font-size: 13px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}
.welcome p {
	padding-top: 15px;
}
.welcome .left {
	float: left;
	width: 575px;
	z-index: 9999;
	position: relative;
}
.welcome .left p {
	padding-top: 20px;
}
.welcome .right {
	float: left;
	width: 350px;
	margin-left: 60px;
	z-index: 9999;
	position: relative;
}
.welcome .right h2 {
	margin-top: 35px;
}
.welcome .right ul {
	margin-top: 10px;
	padding-left: 15px;
}
.welcome .right ul li{
	list-style-image: url("../images/list-item-violet.png");
	padding: 2px 5px;
}
.image-girl {
	position: absolute;
	top: -420px;
	right: 50px;
	z-index: 5000;
}
.news {
	background-color: #ffffff;
	background-image: url("../images/background-shadow.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.news h2{
	color: #612a6f;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 0 15px;
}
.news-item {
	position: relative;
	width: 310px;
	float: left;
	margin-right: 20px;
}
.news-item h3{
	color: #319997;
	font-size: 12px;
	font-weight: bold;
}
.news-item p{
	color: #414141;
	font-size: 12px;
	padding-top: 10px;
}
.news-item a{
	color: #319997;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 20px;
	display: block;
}
.news-item a:hover{
	text-decoration: none;
}
.news-item .left {
	width: 110px;
	height: 106px;
	background-image: url("../images/shadow-image.png");
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	float: left;
}
.news-item .left .centered-image{
	width: 110px;
	height: 100px;
}
.news-item .right {
	float: left;
	width: 180px;
	margin-left: 20px;
}
.information {
	margin: 10px 0;
}
.information .left{
	float: left;
	width: 380px;
}
.information .right{
	float: left;
	width: 580px;
	margin-left: 30px;
}
.info-image {
	width: 370px;
	height: 304px;
	background-image: url("../images/background-shadow.png");
	background-size: 200% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.info-image .centered-image{
	width: 370px;
	height: 284px;
}
.photogal {
	background-image: url("../images/shadow-button.png");
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 90px;
	width: 290px;
}
.photogal a{
	background-image: url("../images/photogallery.png");
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	display: inline-block;
	color: #ffffff;
	padding: 8px 25px 8px 65px;
	font-size: 13px;
	margin: 10px 0;
}
.info-item {
	margin: 10px 0;
	width: 320px;
}
.info-item p{
	color: #314a5d;
	font-size: 13px;
	padding: 2px 0;
}
.info-item h2{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ae77bc;
	padding: 5px 15px;
}
.item-in {
	padding: 15px 0;
	border-bottom: 2px dashed #d8dbde; 
}
.item-in:last-child {
	border-bottom: none; 
}
.item-in .left{
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}
.item-in .left .centered-image{
	width: 44px;
	height: 44px;
}
.item-in .right{
	width: 240px;
	float: left;
	margin-left: 20px;
}
.item-in .right h3{
	color: #319997;
	font-size: 15px;
	font-weight: bold;
}
.item-in .right a{
	color: #314a5d;
	font-size: 13px;
}
.item-more {
	display: inline-block;
	width: 280px;
	vertical-align: top;
}
.item-in .item-more .right {
	width: 195px;
}
.item-text {
	padding: 5px 15px;
}
.info-text {
	padding: 0 0 40px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 30px;
}
.info-text:last-child {
	border-bottom: none;
}
.info-text h2{
	color: #7b3e8b;
	font-size: 20px;
	font-weight: normal;
}
.info-text h3{
  padding-bottom: 5px;
  padding-top: 5px;
}
.info-text {
	color: #314a5d;
	font-size: 13px;
}
.info-text p {
  color: #314a5d;
  font-size: 13px;
  padding-bottom: 15px;
  padding-top: 5px;
}
.info-text > ul {
  margin-top: 5px;
}
.info-text > table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #7b3e8b;
}
.info-text > table td {
	border-bottom: 1px solid #7b3e8b;
	border-right: 1px solid #7b3e8b;  
}
.info-text > table tr:nth-child(5) td {
	border-bottom: 0px;
}	
.info-text > table th, .info-text > table td {
	padding: 8px 4%; 
	text-align: center; 
}
.info-text > table th b {
	display: block; 
	font-weight: 400;
}
.info-text > table th {
	background: #9c9c9c; 
	color: #fff; 
	line-height: 18px;
}
.info-text > table tr:nth-child(odd) td {
	background: #f2f2f2;
}
.info-text > table td:nth-child(1) {
	width: 30%;
	font-weight: bold;
}
.info-text > table td:nth-child(2) {
	width: 30%;
}
.info-text > table td:nth-child(3) {
	width: 30%;
	border-right: 0px;
}
.info-text .info-item {
	width: 100%;
}
.info-text .info-item h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
.info-text .info-item a {
	display: block;
	color: #319997;
	margin: 5px 0;
}
.info-text .item-in p {
	padding-bottom: 0;
	padding-top: 0;
}
.info-contact-depart .item-in {
	width: 100%;
	vertical-align: top;
}
.info-contact-depart .item-in:last-child {
	border-bottom: none;
}

#footer {
	min-width: 1100px;+
	width: 100%;
	z-index: 4000;
}
.footer-map {
	height: 252px;
	border-top: 1px solid #e5ecef;
	background-color: #ffffff;
	background-image: url("../images/background-shadow.png");
	background-size: 200% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.contacts {
	padding: 50px 40px 10px;
	z-index: 9999;
	position:relative;
}
.contacts h2{
	color: #612a6f;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
}
.contacts p{
	padding: 15px 0;
}
.contacts table{
	width: 100%;
}
.address {
	width: 210px;
	float: left;
}
.map {
	float: left;
	width: 360px;
	height: 173px;
	background-image: url("../images/shadow-map.png");
	background-size: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 10px 50px;
}
.mapstyle {
	width: 350px;
	height: 160px;
	border: 4px solid #f4f4f4;
}
.contact-us {
	width: 350px;
	float: right;
}
.contact-us-but {
	background-image: url("../images/shadow-button.png");
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 90px;
	width: 290px;
}
.contact-us-but a{
	background-image: url("../images/write-us.png");
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	display: inline-block;
	color: #ffffff;
	padding: 8px 25px 8px 65px;
	font-size: 13px;
	margin: 10px 0;
}
.footer-top {
	height: 94px;
	border-top: 1px solid #e5ecef;
}
.footer-top-in {
	padding: 20px 25px;
}
.footer-top-in p{
	color: #314a5d;
	font-size: 11px;
}
.footer-top-in .left {
	float: left;
	width: 200px;
}
.footer-top-in .middle {
	float: left;
	width: 620px;
	margin-top: 10px;
}
.footer-top-in .right {
	float: right;
	width: 130px;
}
.footer-top-in .right a{
	opacity: 1;
	margin: 0 0 0 2px;
}
.footer-top-in .right a:hover{
	opacity: 0.7;
}
.footer-bottom {
	height: 58px;
	border-top: 1px solid #e5ecef;
	background-color: #572265;
}
.footer-bottom-in {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 25px;
}
.footer-bottom-in a{
	color: #ffffff;
	text-decoration: underline;
}
.footer-bottom-in a:hover{
	text-decoration: none;
}
.footer-bottom-in .left {
	float: left;
}
.footer-bottom-in .right {
	float: right;
}
.footer-bottom-in p{
	line-height: 56px;
}

/* forms */
.contact td {
  font-size: 13px;
}
input[type=text], input[type=password] {
	margin: 3px;
	border: 1px solid #a3a3a3;
	background-position: top right;
	height: 25px;
	padding: 1px 5px;
	width: 320px;
  font-family: Open Sans;
	font-size: 13px;
}
input[type=text].small {
  width: 60px;
}
input[type=checkbox] {
  margin-top: 10px;
}
input[type=file] {
    height: 25px;
    margin: 3px;
    padding: 1px 5px;
    width: 200px;
}
textarea {
	font-family: Open Sans;
	font-size: 13px;
	margin: 3px;
	padding: 5px;
	border: 1px solid #a3a3a3;
	width: 470px;
	height: 120px;
}
select {
	margin: 3px;
	border: 1px solid #a3a3a3;
	height: 28px;
	width: 320px;
	padding: 3px;
}

/* general buttons */
.buttons, .buttonsLeft {
  margin-top: 10px;
}
.btnTrue {
  background-color: #319997;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  font-family: Open Sans,Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  margin-right: 20px;
  min-width: 130px;
  text-align: center;
  text-transform: uppercase;
}
.btnTrue:hover {
	text-decoration: underline;
}

.gallery_image {
  padding-left: 2px;
  padding-top: 20px;
  width: 390px;
}
.galleryimg {
  float: left;
  height: 95px;
  width: 95px;
}


#popup .window {
	color: #ffffff;
	display: block;
	height: 458px;
	position: absolute;
	width: 650px;
	z-index: 9000;
	left: 0;
	right: 0;
	top: 30px;
	margin: 0 auto;
}
#popup .window img {
	max-width: 100%;
}
.popupclose {
	width: 30px; 
	height: 30px; 
	display: block; 
	content:""; 
	position: absolute; 
	font-size: 30px;
	top: 15px; 
	right: 15px; 
	z-index: 9999;
	color: #fff;
	cursor: pointer;
}
.popupclose:before {
	content: "X";
}