@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);
* {
	/*margin: 0;*/
}
body, html {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #303030;
	font-family: 'Open Sans', sans-serif;
	background: white;
	min-height: 100%;
	_height: 100%;
}
.cleaner {
	clear: both;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
}
a {
	color: #303030;
}
a img {
	border: none;
}
.container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#page {

}

#top {
	background: #4E4E4E;
	postition: relative;
	color: White;
	padding: 10px 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
	margin-bottom: 20px;
	height: 80px;
}
#logo {
	background: url(../images/logo.png) top left no-repeat;
	height: 150px;
	display: block;
	color: White;
	text-decoration: none;
	padding: 0px 0 0 110px;
	float: left;
	position: absolute;
}
#logo div {
	font-size: 37px;
}
#logo div span {
	font-family: 'Rock Salt', cursive;
	font-size: 20px;
	letter-spacing: 2px;
}
#logo em {
	font-size: 17px;
}
#spacer {
	display: inline-block;
	width: 3px;
}
#fastContact {
	float: right;
	text-align: right;
	font-size: 15px;
	padding: 35px 30px 0 0;
}
#fastContact a {
	color: White;
	text-decoration: none;
}
#handFont {
	font-family: 'Rock Salt', cursive;
	font-size: 20px;
	background: url(../images/menuArrow.png) 0px 25px no-repeat;
	height: 125px;
	width: 125px;
	position: absolute;
	right: 210px;
	top: 15px;
}

#left {
	float: left;
	width: 750px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 110px;
	color: #4E4E4E;
}
#middle {
	background: url(../images/bg.png) repeat-x center bottom fixed;
}
#bannerek img {
	height: auto;
	max-width: 100%;
}
#bannerek, #bannerek a, #bannerek span {
	font-size: 13px !important;
	text-decoration: none !important;
}
#social {
	float: left;
	text-align: center;
	padding: 50px 0 0 20px;
	font-family: 'Rock Salt', cursive;
}
#content {
	margin: 0 0 0 110px;
}
#content img {
	max-width: 100%;
	height: auto;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
padding: 1px;
border: 1px solid #4E4E4E;
}
#bxslider img {
	max-width: none !important;
	height: auto !important;
}
#bxslider {
	height: 300px;
}
.bx-wrapper {
		-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);	
}
h2 {
	font-size: 18px;
}
#right {
	float: right;
	width: 210px;	
}
.img {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);
padding: 1px;
border: 1px solid #4E4E4E;
}
.nadpisek {
	font-size: 15px;
	background:#BDBDBD;
	color: #4E4E4E;
	padding: 5px;
	margin: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
}
.box {
	border: 1px solid #4E4E4E;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	margin-bottom: 20px;
}
.boxIn {
	padding: 10px;
}
#nav, #nav li ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.jo {
	color: #F2BEAB;
}
#nav a {
	text-decoration: none;
	display: block;
	padding: 8px 12px;
	border-bottom: 1px solid white;
	text-transform: uppercase;
}
#nav li ul li a {
	text-transform: none;
	padding-left: 25px;
}
#nav a:hover, .actMenu {
	background: #BDBDBD;
	color: white;
}
#poptavkaForm label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 150px;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 200px;
	 color: #303030;
	 padding: 5px;
	 margin: 0;
	 background: #EEEEEE;
	 border: 1px solid #4E4E4E;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid black;
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
}
.napiste {
	border-bottom: 1px solid #0378C8;
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: #303030;
	background: white;
}
#odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 1px solid #303030;
	width: 202px;
	cursor: pointer;
	margin: 10px;
	float: right;
	background: rgba(50,50,50,0.75);
	color: white;
}
.formLine textarea {
	height: 80px;
	width: 500px;
}
.formInfo {
	text-align: right;
	padding: 10px;
}
#webseo {
	font-size: 12px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
#bottom {
	background: #BDBDBD;
	color: #4E4E4E;
}
#bottom .container {
	text-align: center !important;
	padding: 3px;
	font-family: 'Rock Salt', cursive;
}





#galerie {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.galItem {
	display: inline-block;
	width: 270px;
	height: 150px;
	line-height: 150px;
	margin: 20px;
	border: 1px solid white;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	-moz-box-shadow:    0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	box-shadow:         0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	transition: border 0.2s ease 0s;	
	overflow: hidden;
}
.galItem a img {
	max-height: auto;
	width: 100% !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow:    none !important;
	box-shadow:         none !important;
	padding: 0 !important;
	vertical-align: middle;
	
}
.galItem a img:hover {
	border: 1px solid #DAA521;
}


.ref {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	-moz-box-shadow:    0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	padding:1px;
	box-shadow:         0px 0px 5px 2px rgba(29, 46, 64, 0.75);
	position:relative;
	width:270px; 
	padding:0px; 
	margin:0px 20px 30px;
	height: 150px;
	overflow:hidden;
	display: inline-block;
	border: 1px solid white;
	background-size: cover;
	text-align: left;
}
.ref img {
	height: 100%;
	width: 100%;
	-webkit-box-shadow: none !important;
	-moz-box-shadow:    none !important;
	box-shadow:         none !important;
	padding: 0 !important;
	border: none !important;
	position: absolute;
}
.foth {
    background: none repeat scroll 0 0 rgba(78, 78, 78, 0.9);
    color: white;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: right;
    z-index: 10;
	 width: 100%;
}