/*
    Document   : front_style
    Created on : 18.11.2013, 23:57:31
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/

@font-face{
	font-family: AlegryaSC;
	font-weight: 400;
	font-style: normal;
	src: url(/css/fonts/AlegreyaSC-Regular.ttf) format("truetype");
}
@font-face{
	font-family: AlegryaSC;
	font-weight: 700;
	font-style: normal;
	src: url(/css/fonts/AlegreyaSC-Bold.ttf) format("truetype");
}
@font-face{
	font-family: AlegryaSC;
	font-weight: 900;
	font-style: normal;
	src: url(/css/fonts/AlegreyaSC-Black.ttf) format("truetype");
}
@font-face{
	font-family: OpenSans;
	font-weight: 400;
	font-style: normal;
	src: url(/css/fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face{
	font-family: OpenSans;
	font-weight: 700;
	font-style: normal;
	src: url(/css/fonts/OpenSans-Bold.ttf) format("truetype");
}
@font-face{
	font-family: OpenSans;
	font-weight: 900;
	font-style: normal;
	src: url(/css/fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

body{
	background-color: #dcdcdc;
	margin: 0;
	padding: 0;
	font: normal 400 15px AlegryaSC;
}

ul{
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
}
h1, h2{
	margin: 0;
}
a{color: #754c29;text-decoration: none;}
.h3{
	font-weight: bold;
}
.text{
	font: normal 400 20px OpenSans;
}
.spaces{
	margin-left: 0px;
	margin-right: 0px;
	font-size: 14px;
}
.space-r{
	margin-right: 8px;
}
.space-l{
	margin-left: 8px;
}
#container-window{
	width: 100%;
}
#container-page{
	min-width: 980px;
	max-width: 1920px;
	background-color: white;
	margin: 0 auto;
}
header{
	width: 100%;
}
#lane-top{
	width: 100%;
background: rgba(240,240,240,1);
background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(240,240,240,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(240,240,240,1) 100%);
background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(240,240,240,1) 100%);
background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(240,240,240,1) 100%);
background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%, rgba(240,240,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1 );
}
#box-top, #box-mnmts, .content{
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
#box-top{
	height: 200px;
	position: relative;
	padding-top: 0px;
}
#hd-aud{
	font-weight: 900;
	color: #A97C50;
	font-size: 48px;
	/* position: absolute; */
	left: 0%;
	top: 10px;
	z-index: 6;
}
#hd-pjm{
	font-weight: 400;
	color: #231F20;
	font-size: 26px;
	/* position: absolute; */
	/* left: 16%; */
	/* top: 73px; */
	z-index: 4;
	/* line-height: 65px; */
}
#hd-lng{
	font-weight: 900;
	color: #DDD;
	font-size: 60px;
	position: absolute;
	right: 0%;
	top: 110px;
}
#hd-lng a{
	text-decoration: none;
	font-size: initial;
}
#hd-lng img{
	margin: 0 4px;
	height: 42px;
	opacity: 0.2;
	position: relative;
	top: 7px;
}
#hd-lng a img{
	z-index: 6;
}
#hd-lng img:hover{
	opacity: 0.7;
}
#hd-lng img.lang-active{
	opacity: 1;
}
#hd-lng img.lang-guide{
	opacity: 0.9;
	margin: 0 2px;
	height: 30px;
}
#acoustiguide-link{
	position: absolute;
	right: 0;
	top: 171px;
	font-family: OpenSans;
	font-size: 17px;
	font-style: italic;
}
#acoustiguide-link a{
	color: #000;
	font-family: OpenSans;
	font-size: 17px;
	font-style: italic;
}
#box-slider{
	width: 100%;
	height: 200px;
	position: relative;
	top: 0px;
}
#slider-top-bgr{
	width: 100%;
	height: 36px;
	background-image: url('/images/hd-vrchni.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	z-index: 55;
}
#slider-bottom-bgr{
	width: 100%;
	height: 11px;
	background-image: url('/images/hd-spodni.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	z-index: 55;
}
.item-slider{
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.box-slider-texts{
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	font: normal 700 40px AlegryaSC;
	text-shadow: -10px 0px rgba(30,30,30,0.6);
}


#box-content{
min-height: 400px;

background: rgba(254,254,254,1);
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(201,201,201,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(201,201,201,1)));
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(201,201,201,1) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(201,201,201,1) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(201,201,201,1) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(201,201,201,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#c9c9c9', GradientType=0 );

}
.content h2{
	color: #754C29;
	font: normal 400 40px AlegryaSC;
}
.box-reserve-form{
	color: #231F20;
	font: normal 400 20px OpenSans;
}
.res-form-line{
	margin: 10px 20px;
}
.box-reserve-form .res-form-line span{
	display: inline-block;
	width: 370px;
	margin: 0 0px;
}
.res-form-line>span:nth-child(2){
	margin-left: 10px;
}

.box-reserve-form .res-form-line span label{
	float: left;
	position: relative;
	bottom: -9px;
}
.box-reserve-form .res-form-line span input,
.box-reserve-form .res-form-line span select{
	height: 30px;
	border: #000 1px solid;
	float: right;
}
.box-reserve-form .res-form-line span input{
	width: 230px;
}
.box-reserve-form .table-adg-form input.count{
	width: 20px;
	text-align: center;
}
.box-reserve-form .res-form-line span select{
	width: 70px;
}
.box-reserve-form .res-form-line span.priceOnline{
	font-weight: bold;
	display: inline;

}
.box-reserve-form .res-form-line span.priceCash{
	text-decoration: line-through;
	display: inline;
	padding-left: 40px;
}

.box-reserve-info{
	padding-right: 150px;
}
.box-reserve-info p{
	padding: 0 20px;
	font: normal 400 15px OpenSans;
	text-align: justify;
}
.box-reserve-info p img{
	width: 300px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.box-reserve-info span.clear{
	display: block;
}
.hr-order{
	width: 50%;
	margin: 20px auto;
	color: #FFF;
	background-color: #FFF;
	height: 3px;
	border-width: 0px;
}
.box-article-content p{
	font: normal 400 15px OpenSans;
}
.audio-flag{
	width: 30px;
}
.box-action{
	margin: 50px auto;
	text-align: center;
}
.menu-main-img{
	height: 105px;
}
.menu-item{
	display: inline-block;
	width: 221px;
	min-height: 415px;
	background: url('/images/column_dark.png') no-repeat center bottom;
	background-size: cover;
	padding: 25px 15px;
	vertical-align: top;
}
.menu-item.menu-white{
	background: url('/images/zalozka-white.png') no-repeat center bottom;
	margin: 0 110px;
}
.menu-item .menu-header{
	color: #754C29;
	margin: 30px 0 10px 0;
	font-size: 35px;
	text-align: center;
}
.menu-item .menu-header a{
	color: inherit;
	text-decoration: none;
}
.menu-item .menu-text{
	height: 183px;
	font: normal 400 16px/20px OpenSans;
	text-align: left;
	overflow: hidden;
	color: #231F20;
	margin: 5px 0px;
}
.menu-item .menu-link{
	font: normal 900 16px OpenSans;
	text-align: left;
	color: #754C29;
}
.menu-item .menu-link a{
	color: #754C29;
	text-decoration: none;
}
#box-mnmts{

}

#box-mnmts h2{
	color: #754C29;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
}
#box-mnmts .mnmt-item{
	display: inline-block;
	width: 300px;
	height: 250px;
	position: relative;
	overflow: hidden;
	background: no-repeat center center;background-size: cover;
}
#box-mnmts .mnmt-item .mnmt-info{
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
}
.mnmt-item-a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.mnmt-info-top{
	background: url('/images/zalozka-brown.png') center top no-repeat;
	width: 100%;
	height: 23px;
}
.mnmt-info-text{
	background-color: #A97C50;
	padding-top: 5px;
	color: #FFF;
	font: normal 400 18px OpenSans;
	padding: 10px;
	display: none;
}
.mnmt-info-text a{
	color: inherit;
	text-decoration: none;
}

#ft-kontakt-info{
	width: 400px;
	margin: 0 auto 30px;
	color: #939598;

}
#ft-kontakt-map{
	text-align: center;
	width: 100%;
	overflow: hidden;
}
#ft-kontakt-map img{
	width: 100%;
}
.hr-kontakt{
	margin: 10px 10%;
	color: #C9CACB;
	background-color: #C9CACB;
	height: 3px;
}
.footer-h2{
	font-size: 40px;
	text-transform: capitalize;
}
.footer-text{
	font: normal 400 15px OpenSans;
}
#kontakt-left, #kontakt-right{
	width: 49%;
	height: 150px;
	display: inline-block;
	padding-top: 10px;
}
#kontakt-right{
	vertical-align: top;
}
#kontakt-right p.footer-text{
	line-height: 20px;
	margin: 6px 0 6px 20px;
}
p.footer-text a{
	color: #939598;
}
#footer-posli{
	font: normal 700 15px AlegryaSC;
	margin-left: 20px;
}
.box-contact-form .cf-line input[type=text]{
	margin: 5px 0 5px 0px;
	padding: 4px;
	font: normal 400 15px OpenSans;
	border: #939598 1px solid;
	width: 170px;
}
.box-contact-form .cf-line input[type=submit], .box-reserve-form input[type=submit]{
	width: 178px;
	height: 32px;
	border: 1px solid #000;
	margin: 5px 0;
	padding: 0px;
	background-color: #939598;
	background-size: cover;
	color: #FFF;
	font: normal 700 15px OpenSans;
}
#resEmail{
	width: 300px;
	padding: 4px 5px;
}
.table-adg-form th{
	text-align: center;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px
}
.table-adg-form td.adg-count, .table-adg-form td.adg-cash, .table-adg-form td.adg-online{
	text-align: center;
}
.table-adg-form td.adg-cash{
	text-decoration: line-through;
}
.table-adg-form td.adg-online{
	font-weight: 600;
}
.form-suma{
	text-align: right;
	font-weight: bold;
	padding-right: 70px
}
.center{
	text-align: center;
}
.text-center{
	display: block;
	text-align: center;
}
.float-right{
	float: right;
}
.clear{
	clear: both;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #8bc5e8;
  border: 4px solid #7ed0e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #1c628b;
  font: normal 400 20px OpenSans;
  font-weight: bold;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #ccddbb;
  border: 2px solid #0ff100;
  color: #669533;
}
.alert-error {
  background-color: #eddbe3;
  border: 2px solid #ff000c;
  color: #bd4247;
}
.alert-info {
  background-color: #edebe1;
  border-color: yellow;
  color: #c2a900;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#box-top .logo{
	float: left;
    padding-right: 20px;
    padding-top: 30px;
}
#box-top .text{
	padding-top: 20px;
}

.box-before{
    width: 980px;
    margin: auto;
	padding-top: 20px;
}
.box-before .header-span{
	color: #A97C50;
	font-size: 44px;
	text-align: center;
	display: block;
	line-height: 45px;
	font-weight: 600;
}
.box-before  .discount{
	text-align: center;
	display: block;
	font-size: 48px;
	font-weight: 600;
	line-height: 43px;
}

.box-before p{
	text-align: center;
    width: 780px;
    margin: auto;
    font-size: 17px;
    margin-top: 30px;
}
.box-before div{
	width: 370px;
    margin: auto;
    font-size: 18px;
}

.box-before div a{
	margin-right: 20px;
}