html,
body {
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	background-color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 21px;
	color: #111111;
	font-weight: 300;
	line-height: 1.4;
	text-align: justify;
}

img
{
	border: none;
}
a
{
	text-decoration: none;
	color: #662d91;
}
a:hover
{
	color: #482067;
}

#reservation-content input[type="submit"],
#comments input[type="submit"],
#objednavka input[type="submit"],
a
{
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

#top
{
	background: rgba(210, 212, 214, 1);
}
#header
{
	width: 964px;
	height: 110px;
	margin: auto;
	position: relative;
}
#header #logo
{
	position: absolute;
	left: 0px;
	top: 25px;
}
#header #slogan
{
	position: absolute;
	right: 0px;
	top: 45px;
}

#upper-bg
{
	background: #c5cf2d url("../img/pattern.png");
}
#upper-content
{
	width: 964px;
	height: 475px;
	margin: auto;
	padding-top: 24px;
	position: relative;
}
#upper-content-prihlaska
{
	width: 964px;
	height: 100px;
	margin: auto;
	padding-top: 24px;
	position: relative;
}
#upper-content-prihlaska h1
{
	color: #662d91;
}
#upper-content-prihlaska #libor-img
{
	width: 296px;
	height: 658px;
	position: absolute;
	left: -320px;
	top: 15px;
	background-image: url("../img/libor-img.png");
}
#upper-content #libor-img
{
	width: 296px;
	height: 658px;
	position: absolute;
	left: -320px;
	top: 50px;
	background-image: url("../img/libor-img.png");
}
#upper-content #libor-label
{
	width: 97px;
	height: 66px;
	position: absolute;
	left: -130px;
	top: 80px;
	background-image: url("../img/libor-label.png");
}
#upper-content #video-frame
{
	width: 710px;
	height: 400px;
	float: left;
}
#reservation
{
	width: 242px;
	height: 400px;
	float: right;
}
#reservation.hp
{
	position: relative;
	top: 0px;
	left: -70px;
}


#reservation-top-border
{
	width: 242px;
	height: 7px;
	background-image: url("../img/reservation-top-border.png");
}
#reservation-content
{
	border: 1px #aaaaaa solid;
	border-top: none;
	border-bottom-right-radius: 3px;
 	border-bottom-left-radius: 3px;
	height: 350px; /* 393 */
	position: relative;
	box-shadow: 4px 0px 20px -6px #000000;
	background-color: #e9e9e7;
	text-align: center;
}
#reservation-content input[type="text"],
#comments input[type="text"]
{
	width: 180px;
	height: 30px;
	padding: 5px 10px;
	border: 1px #c5c5c5 solid;
	border-radius: 4px;
	color: #6a6a6a;
	margin-top: 20px;
	-webkit-box-shadow: inset 1px -2px 2px 0px #dddddd;
	-moz-box-shadow: inset 1px -2px 2px 0px #dddddd;
	box-shadow: inset 1px -2px 2px 0px #dddddd;
}
#reservation-content input[type="submit"]
{
	display: block;
	width: 240px;
	height: 80px;
	line-height: 80px;
	padding: 0px;
	text-align: center;
	background-color: #662d91;
	border: none;
	position: absolute;
	bottom: 0px;
	border-bottom-right-radius: 2px;
 	border-bottom-left-radius: 2px;
 	color: white;
 	font-size: 1.5em;
}
/* Edit by MAAC */
#reservation-fb a {
	display: block;
	height: 40px;
	width: 210px;
	background: #365597 no-repeat url('fb.png') 10px 10px;
	text-align: right;
	padding: 0 15px;
	line-height: 40px;
	font-weight: bold;

	color: #fff;
}
#reservation-fb a:hover {
	background-color: #4c6eb7;
}
/* // Edit by MAAC */
#comments textarea
{
	width: 590px;
	height: 115px;
	max-width: 590px;
	padding: 10px 10px;
	border: 1px #c5c5c5 solid;
	border-radius: 4px;
	color: #6a6a6a;
	margin: 20px 0px;
	clear: both;
	font-size: 1em;
	font-family: Arial;
	-webkit-box-shadow: inset 1px -2px 2px 0px #dddddd;
	-moz-box-shadow: inset 1px -2px 2px 0px #dddddd;
	box-shadow: inset 1px -2px 2px 0px #dddddd;
}
#comments input[type="text"]
{
	clear: both;
}
#comments input[type="submit"]
{
	display: block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	text-align: center;
	background-color: #662d91;
	border: none;
	border-radius: 4px;
 	color: white;
 	font-size: 1.5em;
 	margin-right: 20px;
}
#comments .checkboxes
{
	margin: 5px 0px;
}
#comments .checkboxes span
{
	margin-left: 5px;
}
#comments input
{
	float: left;
}
#reservation-content input[type="submit"]:hover,
#comments input[type="submit"]:hover
{
	background-color: #833aba;
	cursor: pointer;
}
#reservation-white-bg
{
	height: 100px;
	background-color: white;
}
#reservation-white-bg p
{
	color: #662d91;
	font-family: Verdana;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
#reservation-arrow
{
	width: 42px;
	height: 21px;
	margin: auto;
	background-image: url("../img/reservation-arrow.png");
	margin-bottom: 10px;
}
#paper-slips
{
	width: 247px;
	height: 358px;
	position: absolute;
	top: 15px;
	right: -176px;
	background-image: url("../img/paper-slips.png");
}
#paper-slips2
{
	width: 247px;
	height: 358px;
	position: absolute;
	top: 15px;
	right: -218px;
	background-image: url("../img/paper-slips.png");
}
#under-video
{
	width: 640px;
	height: 49px;
	float: left;
	text-align: right;
	position: relative;
}
#under-video2
{
	width: 620px;
	height: 49px;
	float: left;
	text-align: right;
	position: relative;
}
#komentare
{
	width: 190px;
	height: 126px;
	position: absolute;
	top: 382px;
	right: 100px;
	background-image: url("../img/komentare.png");
}
#share
{
	width: 148px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 100px;
	background-image: url("../img/share.png");
}
body > .content
{
	width: 964px;
	margin: auto;
	border-bottom: 2px solid #dfdbe0;
	overflow: hidden;
	padding: 20px 0px;
}
.content h2
{
	color: #662d91;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	font-weight: normal;
}
.content h3
{
	font-size: 1em;
}
#main-content {
	flex: 1 0 auto;
}

#main-content ul li
{
	list-style-image: url("../img/li.png");
	line-height: 30px;
	margin: 0px 0px 10px 10px;
	font-family: Arial;
}
.column-left
{
	float: left;
	width: 605px;
	padding-right: 15px;
	border-right: 1px solid #c9c3cb;
}
.column-right
{
	float: right;
	width: 320px;
	padding: 0px 10px;
}
#main-content .column-right
{
	text-align: center;
}
#main-content .column-right img
{
	margin-top: 20px;
}
#facebook-module
{
	margin-bottom: 20px;
}
#comments .comment
{
	border-bottom: 1px solid #c1c1c1;
}
#comments .response
{
	padding-left: 40px;
}
#comments .comment,
#comments .response
{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#comments .comment .left,
#comments .response .left
{
	float: left;
	width: 100px;
	margin-right: 20px;
}
#comments img
{
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}
#comments p
{
	padding: 0px;
	margin: 0px;
	width: 580px;
	color: #404041;
	font-size: 0.9em;
}
#comments span
{
	color: #404041;
	font-size: 0.8em;
}

#footer {
	height: 62px;
	background-color: rgba(19, 53, 59, 1);
}

#footer a
{
	color: #fff;
}
#footer-text
{
	width: 964px;
	margin: auto;
	text-align: left;
	line-height: 62px;
	color: white;
}

.column-right#objednavka-right
{
	text-align: left;
}

#objednavka .header-block
{
	height: 50px;
	line-height: 50px;
	background-color: #c5cf2d;
	border: 1px solid #a4ac29;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 1.3em;
	margin: 15px 35px 15px 0px;
}
#objednavka .header-block img
{
	float: left;
}
#objednavka .header-block h3
{
	display: block;
	font-weight: bold;
	margin: 0px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}
#objednavka label
{
	color: #662d91;
	font-weight: normal;
	text-align: left;
	height: 50px;
	line-height: 30px;
}
#objednavka table tr th
{
	float: left;
}
#objednavka input[type="text"],
#objednavka input[type="text"]
{
	width: 250px;
	height: 30px;
	padding: 5px 10px;
	border: 1px #dadada solid;
	border-radius: 4px;
	color: #6a6a6a;
	background-color: #f1f1f1;
	-webkit-box-shadow: inset 1px -2px 2px 0px #dadada;
	-moz-box-shadow: inset 1px -2px 2px 0px #dadada;
	box-shadow: inset 1px -2px 2px 0px #dadada;
}
#objednavka .psc input[type="text"]
{
	width: 100px;
}

#objednavka textarea
{
	width: 250px;
	max-width: 500px;
	height: 100px;
	padding: 5px 10px;
	border: 1px #dadada solid;
	border-radius: 4px;
	color: #6a6a6a;
	background-color: #f1f1f1;
	-webkit-box-shadow: inset 1px -2px 2px 0px #dadada;
	-moz-box-shadow: inset 1px -2px 2px 0px #dadada;
	box-shadow: inset 1px -2px 2px 0px #dadada;
}

#objednavka div.custom-select 
{
	position: relative;
	display: inline-block;
}

#objednavka .custom-select select:hover
{
	cursor: pointer;
}

#objednavka .custom-select select 
{
    display: inline-block;
    padding: 4px 3px 3px 5px;
    margin: 0;
    font-size: 1em;
    outline:none;
    line-height: 30px;
    width: 250px;
    background-color: #f1f1f1;
    color: #6a6a6a;
    border: 1px #dadada solid;
	border-radius: 4px;
	-webkit-box-shadow: inset 1px -2px 2px 0px #dadada;
	-moz-box-shadow: inset 1px -2px 2px 0px #dadada;
	box-shadow: inset 1px -2px 2px 0px #dadada;
}

/*#objednavka .custom-select:after
{
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 7px;
    background: #d2d2d2;
    color: #606060;
    border: 1px #dadada solid;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: inset 1px -2px 2px 0px #dadada;
	-moz-box-shadow: inset 1px -2px 2px 0px #dadada;
	box-shadow: inset 1px -2px 2px 0px #dadada;
}*/

#objednavka .no-pointer-events .custom-select:after
{
    content: none;
}

#objednavka input[type="submit"]
{
	width: 130px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	text-align: center;
	background-color: #662d91;
	border: 1px solid #512373;
	border-radius: 3px;
 	color: #FFFFFF;
 	font-size: 1.5em;
 	margin-top: 20px;
}
#objednavka input[type="submit"]:hover
{
	cursor: pointer;
	background-color: #833aba;
}

#objednavka .custom-input
{
	position: relative;
	overflow: hidden;
	padding-left: 8px;
}
#objednavka .custom-input input
{
	padding: 0;
	margin: 0;
	height: 30px;
	width: 30px;
	float: left;
	position: absolute;
	left: 0;
	opacity: 0;
}

#objednavka .custom-input input + label
{
	height: auto;
	min-height: 30px;
	line-height: normal;
	color: #000000;
	padding: 5px 35px 0px 40px;
	display: block;
}

#objednavka .custom-input input[type="radio"] + label
{
	background: url("../img/custom-radio.png") no-repeat;
}

#objednavka .custom-input input[type="radio"]:checked + label
{
	background: url("../img/custom-radio-checked.png") no-repeat;
}

#objednavka .custom-input input[type="checkbox"] + label
{
	background: url("../img/custom-check.png") no-repeat;
}

#objednavka .custom-input input[type="checkbox"]:checked + label
{
	background: url("../img/custom-check-checked.png") no-repeat;
}

#objednavka .custom-input input + label:hover,
#objednavka .custom-input input:hover
{
	cursor: pointer;
}

#objednavka .big-check-table
{
	width: 587px;
	margin-right: 35px;
}

#objednavka .big-check-table tr td
{
	height: 100px;
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
}
#objednavka .big-check-table tr.tr-spacer
{
	font-size: 1px;
	height: 15px;
	line-height: 15px;
}
#objednavka .big-check-table tr.tr-spacer td
{
	height: 15px;
	background-color: transparent;
	border: none;
}

#objednavka .fakturacni-udaje small
{
	float: right;
	width: 275px;
	display: block;
	padding-left: 10px;
	font-size: 12px;
}
#objednavka .fakturacni-udaje input
{
	float: left;
}

.videobutton {
	width: 300px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 10px;
	background-color: #f9f9f3;
	padding-left: 15px;
	margin-left: -102px;
}
.videobutton a{
	color: #662d91;
	text-decoration: underline;
}
.videobutton.active {
	background-color: #662d91;
}
.videobutton.active a{
	color: #f9f9f3;
}

.videobutton.odsad {
	margin-top: 30px;	
}

#fblike {
	float: left;
	margin-top: 10px;
}


.payu_box {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 620px;
  min-height: 220px;
}

.payu_box .payu_currencies {
  /* this cannot be too large */
  width:10000px;
  position:absolute;
}

.payu_currencies div {
  float:left;
}

.payu_currency {
  width: 620px;
}

#objol li {
	padding: 7px 15px 7px 0;
	line-height: 20px !important;
}
#kliknete {
	width: 92px;
	height: 114px;
	position: absolute;
	top: 340px;
	right: 165px;
	background-image: url("../img/kliknete.png");
	
}
#kliknete2 {
	width: 179px;
	height: 39px;
	position: absolute;
	top: 370px;
	right: 161px;
	background-image: url("../img/kliknete2.png");
	
}
#kliknete3 {
	width: 179px;
	height: 39px;
	position: absolute;
	top: 20px;
	left: 40px;
	background-image: url("../img/kliknete3.png");
	
}

/*.summary  {
	width: 100%;
}
.summary th, .summary td {
  padding: 14px 7px;
  border-top: 1px solid #dad7d1;
}
.summary td {
 width: 100px;
  text-align: right;
}
.summaryheader th {
  border-bottom: 1px solid #bcb8af;
  text-align: right;
  color: #6b6561;
  font-weight: normal;
  border-top: 0;
}

.summary .total {
	width: 100%;
}


.summary .total td, .summary .total th {
  border-top: 1px solid #bcb8af;
  border-bottom: 0;
}
.summary .total td {
  text-align: left;
  width: 180px;
} 

.summary .total th {
  text-align: right;
  font-size: 17px;
  font-weight: bold;
}
.summary #price_total_partial th, .summary #price_total_partial td {
  border-top: 0;
  padding-top: 0;
}*/

#summary {
	width: 585px;
}

#summary table {
	display: block;
	height: inherit;	
}

#summary th,#summary td {
	text-align: right;
	padding: 5px;
}

#price_total, #price_vat_total {
	font-weight: bold;
}

#zaver {
	margin-top: 15px;
}

#whitecont {
	background: white;
	padding: 30px;
	width: 833px;
}

#whitecont .vstoupit {
    display: block;
    width: 240px;
    height: 80px;
    line-height: 80px;
    padding: 0px;
    text-align: center;
    background-color: #662D91;
    border: medium none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #FFF;
    font-size: 1.5em;
	margin: 0 auto;
}

.butt-area {
	text-align: center;
}

.button {
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	color: #ffffff;
	background: rgba(219, 134, 23, 1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	padding: calc(0.8em - 0px) 1.6em calc(0.8em - 0px) 1.6em;
	text-transform: uppercase;
	border: 0;
	font-weight: 300;
	font-size: 18px;
	margin-top: 20px;
}

.button:hover {
	-webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
	transform: scale(1.07);
	cursor: pointer;
}

.word-button {
	/*border-right: 1px solid #555;*/
	font-weight: bold;
	padding: 0 10px;

}

.word-button--green {
	color: green;
}

.word-button--gray {
	color: gray;
}

.word-button--red {
	color: red;
}

.word-button--orange {
	color: orange;
}