html {
  height: 100%;
  margin-bottom: 0px;
}
form, div, span, li{
  margin: 0;
  padding: 0;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 26px;
  margin-left:  5px;
  list-style-image: url(../images/li.png);
}

hr {
  height: 0 !important;
  height: 1px; /* wysokosc pod ie */
  color: #ccc; /* kolor pod ie */
  background: transparent;
  border-width: 1px 0 0 0;
  border-color: #CCC;
  border-style: dotted; 
}


img,table {
  border: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #313131;
    font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: justify;
}
a:link, a:visited {
  text-decoration: none;
  font-weight: normal; 
    color: #C1AE95;
}

a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #999;
}

p {
  font-size: 12px;
  color: #333;
  padding: 0px;
  margin: 0px;
  text-align: justify;
  margin-bottom: 5px;
}

input.button, button, input[type="submit"]{
    font-size: 12px;
    height: 30px; 
    line-height: 30px; 
    padding: 0px 20px; 
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.inputbox, input[type="text"], input[type="password"], input[type="email"] {
    width: 160px;
    color: #555;
    font-size: 12px;
    height: 22px;
    padding:2px 4px; 
    border: 1px solid #ccc;
    background: #FFF;
}

.textarea, textarea {
	width: 264px;
	height: 157px;
    border: 1px solid #ccc;
    color: #555;
    padding: 2px;
    font-size: 12px;
}

.inputbox:hover, textarea:hover {
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg{
	padding: 10px 0;
    background: #fff;
    box-shadow:0 0 20px #ddd;
    margin-top: 40px;
}

#content{
  margin: 0 auto;
  max-width: 1200px;
}

.description {
    margin: 0 auto 0px;
    max-width: 768px;
    text-align: center;
}

.description hr {
    margin: 20px auto;
}
hr {
    border-color: #C1AE95;
    max-width: 100px;
    margin: 20px 0;
}

.clr {

  clear: both;

}


/* System Messages */

/* see system general.css */



.pagination span { padding: 2px; }

.pagination a    { padding: 2px; }



/* Polls */

.pollstableborder td {

  text-align: left;

}



/* Frontend Editing*/

fieldset {

  margin: 0;

  border: none;

  margin-top: 15px;

  margin-bottom: 5px;

  padding: 10px;

}





.tool-title {

  padding: 0;

  margin: 0;

  font-size: 100%;

  font-weight: bold;

  margin-top: -15px;

  padding-top: 15px;

  padding-bottom: 5px;


}



.tool-text {

  font-size: 100%;

  margin: 0;

}



/* ****************************************************************************** */

#footer, #footer p, #footer a, #footer a:link, #footer a:visited{
  font-size: 11px;
  
  color: #FFF;
}

/* ++++++++++++++  pagination message ++++++++++++++ */


#system-message ul { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message dt { 

  display:none;

}

#system-message dd { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message ul li { 

  padding: 0;

  margin: 0;

  text-align:center;
  
  font-size: 14px;
  
  padding: 5px;

}



#system-message dd ul { 
  background: #fff; 
  border-top: 3px solid #FF0000; 
  border-bottom: 3px solid #FF0000;
  border: 1px solid #AAA;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
}


#system-message dd.message { 

  color: #0080C0
 
}

#system-message dd.error { 

  color: #FF0000; 
 
}


#system-message dd.notice{

  color: #0080C0
  
}

#content .pagination, #content .vm-pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;

}

#content .pagination ul, #content .vm-pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
}

#content .pagination li, #content .vm-pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}


#content .pagination li.pagination-start,
#content .pagination li.pagination-next,
#content .pagination li.pagination-end,
#content .pagination li.pagination-prev,
#content .vm-pagination li.pagination-start,
#content .vm-pagination li.pagination-next,
#content .vm-pagination li.pagination-end,
#content .vm-pagination li.pagination-prev{
	border:1px solid #DDD;
	padding:5px 7px;
}

#content .pagination li, #content .vm-pagination li{
	border: 1px solid #DDD;
	background: #f9f9f9;
	padding: 5px 15px;
	color: #666;
}


#content .pagination li a, #content .vm-pagination li a{
	font-weight: bold;
	color: #333;
}


#content .pagination li a:hover, #content .vm-pagination li a:hover{
	color: #666;
}

p.counter
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
	color: #333;
}


/* ++++++++++++++  pagination message ++++++++++++++ */



table.tabelka td, table.tabelka tr{

		border: 1px solid #ccc;
        vertical-align: middle;
        background-color: #fafafa;
}

table.tabelka td {
        padding: 0 5px;

}

table.tabelka th {
		border: 1px solid #ccc;
        background-color: #eaeaea;
        vertical-align: middle;
        text-align: left;
}

table.tabelka p, table.tabelka span{
        text-align: left;

}


/* --------------------------------------------------------------- */


#username-lbl, #password-lbl{
	display:block;
	float:left;
	width:100px;
}

.login-fields{
	margin-bottom: 5px;
}


#footer ul{
  list-style: none;
}


.tip{
	background: #eee;
	padding: 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

.item-separator{
	border-top: 1px dotted #aaa;
	margin: 18px 0;
	clear: both;
}

dd.create{
	margin: 0;
	padding: 0;
	color: #BC9352;
	font-size: 11px;
}

ul.actions{
	display: none;
}

.text-home{
    text-transform: uppercase;
    font-weight: 300;
    color: #333;
    font-size: 36px;
    margin: 0;
    font-family: 'Playfair Display', serif;
    color: #333;
    font-weight: 300;
    line-height: 1.5;
}

.button-cont{
    overflow: hidden;
	margin: 0 auto 15px;
	text-align: center;
}

.button-hotel1, .button-hotel2 {
    margin-top: 47px;
}

.button-left, .button-right {
    text-transform: uppercase;
    font-weight: 300;
    color: #333;
    font-size: 32px;
    margin: 0;
    font-family: 'Playfair Display', serif;
    line-height: 1.5;
    width:33.3%;
	 float: left;
}


.button-left a:link, .button-left a:visited, .button-left a:hover, 
.button-right a:link, .button-right a:visited, .button-right a:hover{
    text-transform: none;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    margin: 0;
    font-family: 'Playfair Display', serif;
    line-height: 1.5;
}

.mod-languages{
	margin: 5px auto 15px;
	text-align: center;
}

.button-cont img {
    max-width: 100%;
}

img.stars3,
img.stars4 {
    height: 16px;
    margin: 20px 0 8px;
}

.button-cont img {
    max-width: 100%;
    width: auto;
}

img.logo {
    display: block;
    margin: 0 auto 10px;
}

img.marker {
    width: 16px;
}


div#map_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    overflow: hidden;
    align-items: center;
}

div.mod-languages a {
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
}

div#mapa-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: -1;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}
#cookiesBarWrap {
max-width: 95%;
}

@media screen and (max-width: 767px) {
	.text-home {
		font-size: 22px;
	}
	
	.button-left a:link, .button-left a:visited, .button-left a:hover, .button-right a:link, .button-right a:visited, .button-right a:hover {
		font-size: 12px;
	}
	
	.button-left, .button-right {
		width: 100%;
		margin-bottom: 25px;
	}
	
	#page_bg {
		padding: 10px 0;
		background: #fff;
		box-shadow: none;
		margin-top: 0;
	}
	
	.button-cont{
		padding-bottom: 30px;
		position: relative;
		z-index: 2;
		background: #fff;
	}
	
	div#mapa-bg {
		position: unset;
		margin-top: -400px;
    }

}
