body {
    /*text-align: center;*/
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size: 12px;
    background-color: #DFF5FB;
    /*background-image: url("https://www.budejovicka.cz/uploads/site/images/bg.png");*/
    background-image: url("https://www.budejovicka.cz/uploads/site/images/back-bell.png");
    
}

img {
	/*max-width: 100%;*/
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	text-align: left;
	position: relative;
}

.top_wrapper {
	padding: 25px 0 0 0;
	color: #ffffff;
	/*background-color: #006dcc;
	*background-color: #67b5d8;*/
    /*background-image: url(https://www.budejovicka.cz/uploads/site/images/top-gradient.png);*/
    background-repeat: repeat-x;
	/*background-image: -moz-linear-gradient(top, #89c8e3, #67b5d8);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#89c8e3), to(#67b5d8));
	background-image: -webkit-linear-gradient(top, #89c8e3, #67b5d8);
	background-image: -o-linear-gradient(top, #89c8e3, #67b5d8);
	background-image: linear-gradient(to bottom, #89c8e3, #67b5d8);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##89c8e3', endColorstr='#ff67b5d8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    /*-webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 3px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 3px rgba(0, 0, 0, 0.5);*/
 }
 .header {
     height: 80px;
     padding: 10px 0 0;
 }

.logo {
	float: left;
	padding: 0;
	margin: 0;
    width: 120px;
}

.logo img {
	border: 0;
    width: 100%;
}

.header_cont {
	float: right;
	margin: 0;
	padding: 0;
}

.header_cont p,
.header_cont a {
	margin: 0 0 15px 0;
	color: #17821e;
	text-align: right;
	font-size: 16px;
    display: block;
}
.header_cont a:hover {
    color: #fff;
}

/* Main menu */

.main_menu {
	/*clear: both;*/
	width: 100%;
    position: absolute;
    top: 40px;
}

.main_menu ul {
	padding: 0;
	margin: 0;
}

.main_menu ul li {
	float: right;
	position: relative;
	list-style: none;
	margin-left: 26px;
}

.main_menu ul li a, .main_menu ul li > span{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 25px 0;
	display: block;
}

.main_menu ul li:hover > a,
.main_menu ul li a:active,
.main_menu ul li a:hover, 
.main_menu ul li:hover > span,
.main_menu ul li > span:hover {
	color: #3399ff;
    text-decoration: underline;
    cursor: pointer;
}

.main_menu > ul > li:hover .sub-menu {
	display: block;
}

/* Sub-menu (sub_menu) */

.sub-menu {
	position: absolute;
	top: 40px;
	left: 0;
	width: 200px;
	background-image: url("https://www.budejovicka.cz/uploads/site/images/menu2.png");
    /*box-shadow: 5px 10px 10px 0 #9B9B9B;*/
	display: none;
	z-index: 999;
}

.main_menu .sub-menu li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main_menu .sub-menu li a {
	text-transform: inherit;
	color: white;
	padding: 10px;
	display: block;
}

.sub-menu li a:hover {
	color: black;
    background-color: #eee;
}

.middle_wrapper {
	padding: 15px 0;
	/*background: #dff5fb;*/
}
.middle-content {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.61);
    -moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.61);
    box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.61);
}

.sub_header {
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.cms_form {
    width: 520px;
}

.sub_header .search {
	float: left;
}

.search input {
	background: url('https://www.budejovicka.cz/uploads/site/images/search_bg.png');
	width: 180px;
	height: 18px;
	float: left;
	border: 0;
	padding: 5px;
	outline: none;
	margin-right: 0px;
}

.search input[type=submit] {
    background-position: 30px 0;
    height: 28px;
    width: 30px;
    margin-right: 20px;
}

.search p {
	font-size: 10px;
	margin: 0;
	float: left;
    color: white;
}

.datum {
	float: right;
    color: white;
}

.datum p {
	margin: 0;
}

.aktuality {
	float: left;
	display: block;
	width: 200px;
	height: 450px;
	clear: both;
	background-color: #afd9ea;
	font-size: 10px;
    position: relative;
    border-radius: 15px 0 0 15px;
    overflow-x: hidden;
    /*overflow-y: scroll;*/
}

.aktuality .obsah {
	padding: 20px;
}

.aktuality .nadpis {
	margin-bottom: 20px;
}

.aktuality .nadpis p {
	margin: 0;
}

.aktuality h2 {
	margin: 0 0 10px 0;
}

.aktuality .all_akt {
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.aktuality .obsah .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    width: 180px;
}

.aktualita {
	margin-bottom: 20px;
}

.NewsSummary p {
	margin: 5px 0 10px 0;
	text-transform: uppercase;
}

.aktualita .datum {
	float: left;
}

.NewsSummary .NewsSummaryMorelink a {
	width: 110px;
	height: 17px;
	padding: 6px 0 0 25px;
	display: block;
	background: url('https://www.budejovicka.cz/uploads/site/images/read_more_button.png') no-repeat center center;
	border: 1px solid #E5E5E5;
	margin-bottom: 15px;
	text-decoration: none;
	color: black;
}
#NewsPostDetailContent {
    text-align: justify;
    margin: 10px 0;
}

.slider-wrapper {
}

.flexslider {
	float: left;
	width: 760px;
	overflow: hidden;
    height: 450px;
    border-radius: 0 15px 15px 0;
}
.flexslider img {
    border-radius: 0 15px 15px 0;
}

.page_container .flexslider {
	width: 320px;
}

.page_container .content_image img {
	width: 320px;
}

.flexslider .slides {
	padding: 0;
	margin: 0;
}

.flexslider .slides li {
	list-style: none;
}

.page_content {
	float: left;
	width: 400px;
	padding: 20px;
	display: table;
	color: #694141;
	background: white;
	height: 410px;
}

.content {
	display: table;
	width: 100%;
}
.container > .content {
    color: #ccc;
}

.content p {
	padding-top: 20px;
	margin: 0;
}

.bottom_wrapper {
	/*border-top: 3px solid #1e68a3;*/
    height: 125px;
	padding: 10px 0;
	/*background-color: #0a5ab6;
	*background-color: #0a5ab6;*/
    /*background-image: url(https://www.budejovicka.cz/uploads/site/images/bottom-gradient.png);*/
    background-color: #707070;
    background-repeat: repeat-x;
	/*background-image: -moz-linear-gradient(top, #237fc8, #064cae);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#237fc8), to(#064cae));
	background-image: -webkit-linear-gradient(top, #237fc8, #064cae);
	background-image: -o-linear-gradient(top, #237fc8, #064cae);
	background-image: linear-gradient(to bottom, #237fc8, #064cae);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##237fc8', endColorstr='#ff064cae', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}

.baner {
	float: left;
	/*width: 187px;*/
	height: 60px;
	/*background: url('https://www.budejovicka.cz/uploads/site/images/baner.png');*/
	margin-right: 5px;
    text-align: center;
    width: 185px
}
.baner img {
    height: 100%;
}

.copy_text {
	float: right;
	display: block;
	background: url('https://www.budejovicka.cz/uploads/site/images/footer_mini_logo.png') no-repeat right;
	padding-right: 70px; 
	margin: 10px 0 0 0;
	line-height: 32px;
	color: white;
}

.main-content {
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
    float: left;
	width: 720px;
    min-height: 450px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 20px;
    background-color: #FDFDFD;
    position: relative;
}

.main-content.full {
    width: 920px;
    border-radius: 15px 15px 15px 15px;
}
.main-content h3 {
    clear: both;
}
.homepage.main-content {
    padding: 0;
    width: 960px;
}

.main-content .wrapper {
    margin: 10px;
}

.main-content .google_map,
.main-content .map{
    margin: 0 -20px;
    float: right;
}
.map-content .aktuality {
    margin: 0 -20px;
}

.mapa {
	float: left;
	width: 760px;
}

.mapa img {
	height: 450px;
}

.google-map {
    background-color: #EEEEEE;
    height: 280px;
    position: absolute;
    right: 30px;
    top: 60px;
    width: 500px;
}

.mapa_objektu-wrapper {
	float: left;
	width: 100%;
	position: relative;
}

.mapa_objektu {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 197px;
	height: 102px;
	background: #cdc09d;
	text-align: center;
	font-weight: bold;
	line-height: 102px;
	font-size: 18px;
    border-radius: 0 0 15px 0;
}

.mapa_objektu a {
	color: black;
	text-decoration: none;
}

.contactform label {
    display: inline-block;
    width: 80px;
}

.map {
    position: relative;
}

#planetmap .b:hover {
    background-color: #e3010f;
    border: solid 1px #e3010f;
}
#tooltip {
    background-color: #EEEEEE;
    border: 1px solid #111111;
    opacity: 0.85;
    padding: 5px;
    position: absolute;
    z-index: 3000;
}
#tooltip h4 {
    margin: 0;
}
.hidden {
    display: none !important;
}

/* TIPSY plugin */

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
    .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/* CATALOG */
.catalog_item {
    position: relative;
}
.catalog_item .item_images {
    display: none;
}

.catalog_item .item_attribute_name {
    font-weight: bold;
}

/* DETAIL */
.catalog_item .room-plan {
    position: absolute;
    top: 0px;
    right: 0px;
    max-height: 370px;
    height: 370px;
    min-width: 300px;
    overflow: hidden;
}
.room-plan img.diagram {
    position: absolute;
    top: 0;
    left: 20px;
    width: 70px;
}
.room-plan img.place-map,
.room-plan img.highlight,
.room-plan div.place-map{
    position: absolute;
    top: 0px;
    right: 0px;
    /*height: 360px;*/
    z-index: 5;
}
.room-plan .entry-map {
    position: relative;
    z-index: 10;
}
.room-plan .place-PAC .entry-map {
    display: none;
}

.room-plan div.place-map.place-2, .room-plan div.place-map.place-2 img.place-map,
.room-plan div.place-map.place-4, .room-plan div.place-map.place-4 img.place-map,
.room-plan div.place-map.place-3, .room-plan div.place-map.place-3 img.place-map {
    /*width: 245px;*/    
}
.room-plan div.place-map.place-5, .room-plan div.place-map.place-5 img.place-map {
    /*width: 690px;*/
}
.room-plan div.place-map.place-5 {
    /*top: 100px;*/
}

/* THEME */
h1, h2, h3 {
    color: #666;
}

li.search-item, div.people-item, div.company-item {
    list-style: none outside none;
    background-color: #F0F0F0;
    padding: 15px;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 12px;
}
li.search-item:hover {
    background-color: #DFF5FB;
}
li.search-item a, li.search-item a:link, li.search-item a:visited {
    display: block;
}
li.search-item a:hover {
    
}
li.search-title {
    list-style: none outside none;
}


.search-results ul {
    margin: 0;
    padding: 0;
}
.categories {
}
.categories ul {
    margin: 0;
    padding: 0;
}
.categories li {
    list-style: none outside none;
    background-color: #F0F0F0;
    padding: 0;
    margin: 0 0 10px 10px;
    cursor: pointer;
    width: 23%;
    float: left;
    min-height: 60px;
    border-left: 2px solid #999999;
    font-size: 12px;
}
.categories li:hover {
    background-color: #DFF5FB;
}

.category_item {
    background-color: #F0F0F0;
    /*padding: 15px;*/
    margin: 0 0 10px 10px;
    position: relative;
    border-radius: 5px 5px 5px 5px;
}
.category_item:hover {
    background-color: #DFF5FB;
}
.category_item > a {
    display: block;
    padding: 15px;
}
.company-list .catalog_item {
    width: 48%;
    margin: 0 0 0 10px;
    float: left;
}
.company-list .company-item {
    min-height: 110px;
}

.people-list .catalog_item {
    width: 48%;
    margin: 0 0 0 10px;
    float: left;
}
.people-list .company-item {
    min-height: 150px;
}




.search-results hr, .catalog_item hr {
    color: #E9E9FF;
}
.search-results a, .search-results a:link, .search-results a:visited, .search-results a:active,
.category_item a, .category_item a:link, .category_item a:visited, .category_item a:active,
.catalog_item  a, .catalog_item a:link, .catalog_item a:visited, .catalog_item a:active{
    color: #E30000;
    font-weight: bold;
}
.search-results a:hover,
.category_item a:hover,
.catalog_item a:hover{
    color: #FF0000;    
}
.search-item, .catalog_item {
    position: relative;
}
.search-item .info .info-label,
div.people-item .info .info-label,
div.company-item  .info .info-label{
    font-weight: bold;
    display: inline-block;
    width: 120px;
}
div.people-item .info .info-label {
    width: 80px;
}
div.company-item  .info .info-label{
    width: 130px;
}

.search-item .info .item-row,
div.people-item .info .item-row{
    line-height: 20px;
    font-size: 12px;
    min-height: 20px;
}
.search-item .link,
.category_item .link {
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.search-item .link a.button,
.category_item .link a.button,
.obsah a.button{
    padding: 3px 10px;
    background-color: #444;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
}
.search-item .link a.button:hover,
.category_item .link a.button:hover,
.obsah a.button:hover{
    background-color: #ee0000;
}


.item-attributes {
    width: 570px;
}
.item-attributes .item_attribute_name {
    background-color: #F0F0F0;
    float: left;
    padding: 2px 5px;
    width: 155px;
}
.item-attributes .item_attribute_val {
    padding: 2px 5px;
    float: left;
}

.company-detail {
    font-size: 12px;
}
.catalog_item.company-detail .room-plan {
    left: 440px;
}
.company-detail .item-content{
    position: absolute;
    top: 0;
    right: 0px;
    width: 350px;
    height: 360px; /* FIXME */
}
.item-attr-row {
    display: block;
    clear: both;
    position: relative;
    float: none;
}

/* EDITOR STYLES */
.image_right {
    position: absolute;
    top: 0;
    right: 20px;
}
.h3-higlight {
    background-color: #EFEFEF;
    border-left: 3px solid red;
    padding-left: 5px;
}

.user-content {
    font-size: 16px;
    /*width: 70%;*/
}
.user-image {
    width: 250px;
    height: 250px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}
/* Stylesheet: CSB Default Modified On 2013-07-02 19:37:32 */
