/*!
Theme Name: Horský Hotel Portáš
Theme URI: http://tvujkoder.cz
Description: Horský Hotel Portáš
Author: Tvujkoder.cz
Author URI: http://tvujkoder.cz
Version: 1.0
*/
@import url("bower_components/bootstrap/dist/css/bootstrap.min.css");
@import url("bower_components/owl.carousel/dist/assets/owl.carousel.min.css");
@import url("bower_components/owl.carousel/dist/assets/owl.theme.default.min.css");
/* CSS RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.clearlarge {
  clear: both;
  width: 100%;
  float: left;
  margin: 30px 0;
}
img {
  max-width: 100%;
}
button,
input {
  outline: none !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none !important;
}
body * {
  font-family: 'Roboto Slab', serif;
}
header {
  float: left;
  padding-bottom: 24px;
  width: 100%;
}
header h1 {
  width: 276px;
  float: left;
  margin: 24px 0 0 0;
  height: 73px;
  background: url(img/logo.png) no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}
header h1 a {
  width: 100%;
  float: left;
}
header nav {
  float: right;
  margin-top: 54px;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  color: #33571d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 15px;
}
header nav ul li a:hover {
  color: #5ea534;
  text-decoration: none;
}
header nav ul li.current-menu-item a {
  color: #5ea534;
  text-decoration: none;
}
header nav ul li.reverse a {
  color: #fff;
  background: #32561e;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 15px;
}
header nav ul li.reverse.current-menu-item a, header nav ul li.reverse a:hover, .wpcf7-form input[type="submit"]:hover, .rowbutton button:hover {
  background: #5ea534;
  border-color: #5ea534;
  color: #fff;
  text-decoration: none;
}
.entry p a:hover{
  color: #5ea534;	
}
.header-carousel {
  float: left;
  position: relative;
  width: 100%;
}
.header-carousel .item {
  height: 727px;
  width: 100%;
  float: left;
  background-size: cover !important;
}
.header-carousel .item p {
  float: left;
  margin-top: 20%;
  background: rgba(0, 0, 0, 0.65);
  padding: 25px;
  font-family: 'Roboto Slab', serif;
  width: auto;
  color: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
  display: none;
}
.header-carousel:after {
  width: 100%;
  position: absolute;
  left: 0;
  height: 58px;
  background: url(img/pohori.png) repeat-x;
  content: " ";
  bottom: -2px;
}
.info {
  padding: 14px 0;
  float: left;
  width: 100%;
}
.info h2 {
  color: #32561e;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin: 0 0 39px 0;
  width: 100%;
}
.info h2:after {
  width: 39px;
  height: 11px;
  background: url(img/underH2.png) no-repeat;
  content: " ";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  bottom: -27px;
}
.info .underH2 {
  color: #3c9e01;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  float: left;
  margin-bottom: 42px;
  width: 100%;
  text-transform: uppercase;
}
.info p {
  text-align: center;
  float: left;
  width: 100%;
  color: #32561e;
  line-height: 26px;
  padding: 0 100px;
  font-size: 18px;
  font-weight: 400;
}
.sluzby {
  min-height: 461px;
  background: url(img/bg-vyzkousejte.png) center top no-repeat;
  background-size: cover;
  margin: 66px 0 45px 0;
  width: 100%;
  float: left;
}
.sluzby .item .inside{
	background: #fff;
	position: relative;
}
.sluzby .item .over{
	display: none;
}
.sluzby h2 {
  color: #32561e;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 54px;
}
.sluzby .underH2 {
  margin-bottom: 35px;
  text-align: center;
  width: 100%;
  float: left;
  font-size: 14px;
  color: #32561e;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}
.sluzby .item{
	position: relative;
}
.sluzby .item:hover .over{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	text-transform: none;
	font-size: 15px;
	padding: 30px;
	line-height: 25px;
	height: 100%;
	background: rgba(0, 0, 0, 0.68);
}
.sluzby .row .col-md-4 {
  text-align: center;
}

@media only screen and (max-width: 996px) {
	.sluzby {padding-bottom: 50px;}
	.sluzby .row .col-md-4 {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}	
	.footer .col-md-4{
		width: 100%;
		float: left;
		padding: 30px 15px;
	}
	.novinky .btn-green{
		display: none;
	}
}

.sluzby .row img {
	width: 100%;
  display: inline-block;
}
.sluzby .row p {
  float: none;
  display: inline-block;
  width: 320px;
  text-align: center;
  position: relative;
  top: -10px;
  color: #32561d;
  font-size: 22px;
  padding: 12px 0;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
}
.novinky {
  padding: 14px 0;
  float: left;
  width: 100%;
}
.novinky h2 {
  color: #32561e;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin: 0 0 39px 0;
  width: 100%;
}
.novinky h2:after {
  width: 39px;
  height: 11px;
  background: url(img/underH2.png) no-repeat;
  content: " ";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  bottom: -27px;
}
.novinky .underH2 {
  color: #3c9e01;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  float: left;
  margin-bottom: 42px;
  width: 100%;
  text-transform: uppercase;
}
.novinky .image {
  border: 10px solid #d5eec7;
  float: left;
  width: 100%;
}
.page-content {
  padding: 14px 0;
  float: left;
  width: 100%;
}
.page-content table {
  width: 100%;
}
.page-content table thead td, .page-content table thead th {
  font-weight: 900;
}
.page-content h2 {
  color: #32561e;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  float: left;
  margin: 0 0 90px 0;
  width: 100%;
}
.page-content h2:after {
  width: 39px;
  height: 11px;
  background: url(img/underH2.png) no-repeat;
  content: " ";
  left: 50%;
  margin-left: -20px;
  position: absolute;
  bottom: -27px;
}
.page-content ul {
  display: inline-block;
  list-style: disc;
}
.page-content h3 {
  color: #32561e;
  font-size: 20px;
  margin: 20px 0;
}
.page-content p a{
  color: #32561e;
  text-decoration: underline;
}
.page-content p {
  color: #32561e;
  font-size: 18px;
  font-weight: 400;
  float: left;
  margin-bottom: 22px;
  width: 100%;
  line-height: 25px;
}
.page-content p strong,
.page-content p b {
  font-weight: 900;
}
.footer {
	padding-bottom: 60px;
  float: left;
  width: 100%;
  padding-top: 70px;
  background: #d5eec7 url(img/bg-footer.png) center top repeat-x;
}
.footer .weather p {
  color: #3c9e01;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#met-obal{
	padding: 0 !important;
	border: none !important;
}
.footer .weather p span {
  font-size: 36px;
  line-height: 40px;
}
.footer .weather table br{
	display: none;
}
.footer .weather table {
  width: 100% !important;
}
.footer .weather table tr {
  border-bottom: 1px #32561e dotted;
}
.footer .weather table tr td:nth-child(1) {
  color: #32561e;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.footer .weather table tr td:nth-child(2) {
  color: #32561e;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
}
.footer .cam img {
  height: 210px;
  float: left;
}
.footer .cam a, .footer .weather a {
  background-color: #d5eec7;
  border: 1px solid #32561e;
  color: #32561e;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 11px 20px;
  margin-top: 30px;
  float: left;
  clear: both;
}
.footer h3 {
  color: #32561e;
  font-size: 26px;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .reference p {
  line-height: 30px;
  color: #3c9e01;
  font-size: 18px;
  font-style: italic;
}
.footer .reference span {
  color: #32561e;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}
footer {
  padding-bottom: 90px;
  float: left;
  width: 100%;
  background: #32561e url(img/bg-footer-2.png) center top repeat-x;
}
footer p.left {
  color: white;
  font-size: 14px;
  margin-top: 73px;
  font-weight: 400;
  line-height: 24px;
}
footer p.right {
  color: white;
  font-size: 13px;
  margin-top: 73px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
}
footer p.right a {
  color: #fff;
}
footer .btn {
  background-color: white;
  border-radius: 0;
  color: #32561e;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 9px 15px;
}
.wpcf7-form label {
  font-size: 17px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  float: left;
  width: 100%;
  border: 2px #2C5624 solid;
}
.wpcf7-form input[type="submit"] {
  color: #fff;
  background: #32561e;
  font-size: 15px;
  font-weight: 400;
  width: auto;
  text-transform: uppercase;
  padding: 12px 15px;
}


.news h3{
	color: #32561e;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
		float: left;
	width: 100%;
}
.news a:hover h3{
	text-decoration: underline;
}
.news a:hover p{
	text-decoration: none;
}
.news a:hover{
	text-decoration: none;
}
.news span{
	float: left;
	width: 100%;
	color: #3c9e01;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 10px 0 20px 0;
}

.news p{
		float: left;
	width: 100%;
	color: #32561e;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.novinky .btn-green{
	color: #32561e;
font-size: 14px;
font-weight: 700;
line-height: 22px;
border-radius: 0;
margin-top: 20px;
background-color: white;
border: 1px solid #32561e;
padding: 11px 22px;
float: right;
position: absolute;
top: 350px;
right: 0;
}

.novinky .btn-green:hover{
	color: #fff;
background-color: #32561e;
border: 1px solid #32561e;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Slab', serif;
}


.page-header {
  float: left;
  position: relative;
  width: 100%;
  height: 227px;
  background: url(img/header.png) center center no-repeat;
  background-size: cover !important;
}
.page-header h2 {
  float: left;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.65);
  padding: 25px;
  font-family: 'Roboto Slab', serif;
  width: auto;
  color: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-transform: uppercase;
}
.page-header:after {
  width: 100%;
  position: absolute;
  left: 0;
  height: 58px;
  background: url(img/pohori.png) repeat-x;
  content: " ";
  bottom: -2px;
}

.obsah{
    color: #32561e;
    line-height: 26px;
    padding: 0 100px 0 0;
    font-size: 18px;
    font-weight: 400;
}

.entry{
    color: #32561e;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
}

.entry strong{
	font-weight: 900;	
}

.news a:hover *{
	text-decoration: none;
}

.radekceny{
	float: left;
	width: 100%;
	border-bottom: dotted 1px #32561e;
	color: #32561e;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.radekceny span:nth-child(1){
	font-weight: 900;
	width: 50%;
	text-align: left;
	float: left;
}

.radekceny span:nth-child(2){
	font-weight: 100;
	width: 20%;
	text-align: right;
	float: right;
}
.cenik{
	float: left;
	margin: 10px 0;
	width: 100%;
}

.cenikcontainer{
	margin: 20px 0 50px 0;
	float: left;
	width: 100%;
}

.formdata select{
	width: 90%;
	background: #fff url(img/ico.png) right 20px center no-repeat;
	border: 1px #2C5624 solid;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 10px;
	border-radius: 0;
}
.row.copy{
	display: none;	
}
.formdata .medium{
	width: 33.33%;
	float: left;
}

.formdata .big{
	width: 66.66%;
	float: left;
}

.formdata .big select{
	width: 95%;
}

.formdata .small{
	width: 16.5%;
	float: left;
}

.formdata .small select{
	width: 81%;
}

.medium input{
	border: 1px #2C5624 solid;
	width: 90%;
	color: #000;
	padding: 5px 10px;
}

.row.formdata{
	position: relative;	
}
.row.formdata .plus{
	position: absolute;
	right: 5px;
	cursor: pointer;
	top: 30px;
	width: auto !important;
	font-size: 30px;
}

.medium.text{
	padding-top: 30px;
}

.big textarea{
	border: 1px #2C5624 solid;
	width: 96%;
	color: #000;
	padding: 5px 15px;
}

.rowprice .price{
	text-align: center;
	width: 100%;
	float: left;
}

.success{
	display: none;
}

.rowbutton button{
	color: #fff;
    background: #32561e;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 15px;
    border: none;
}

.rowbutton{
	padding: 30px 0;
	text-align: center;
}
@media only screen and (max-width: 996px) {
	header nav{
		display: none;
		width: 100%;
		position: absolute;
		padding: 30px 0;
		left: 0;
		top: 65px;
		z-index: 4;
		background: #fff;
	}
	header nav ul li{
		width: 100%;
		float: left;
		margin: 15px 0;
		text-align: center;
	}
	#resnav{
		float: right;
		width: 30px;
		margin-right: 30px;
		cursor: pointer;
		margin-top: 40px;
	}
	#resnav span{
		width: 40px;
		float: left;
		height: 4px;
		background: #32561e;
		margin: 4px 0;
	}
}
@media only screen and (max-width: 600px) {
	.info p{
		padding: 0 10px;
	}
	.sluzby{
		background: #D2EEC9;		
	}
	.sluzby .item{
		margin-bottom: 20px;
	}
	.sluzby .item .inside{
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.novinky .image{
		margin-bottom: 30px;
	}
	.obsah{
		padding: 0;
	}
	.gallery-item{
		width: 50% !important;	
	}
	.formdata .medium{
		width: 90%;
		margin-left: 5%;;
	}
	.formdata .big{
		margin-left: 5%;
		width: 30%;
	}
	.formdata .small{
		width: 32%;
	}
	.big{
		margin-left: 5%;
		width: 80%;
	}
	.big textarea{
		width: 80%;
	}
	.cam{
		float: left;
		width: 100%;
		margin: 40px 0;
	}
	.reference{
		margin-top: 30px;
		padding-top: 40px;
	}
	
}

.wpcf7-response-output{
	float: left;
	width: 80%;
	margin: 0;
}

.entry h1{
	font-size: 38px;
	line-height: 45px;
	font-weight: 900;
	padding: 10px 0;
}


.entry h3{
	font-size: 30px;
	line-height: 45px;
	font-weight: 900;
	padding: 10px 0;
}


.entry h4{
	font-size: 28px;
	line-height: 45px;
	font-weight: 900;
	padding: 10px 0;
}
.entry h5{
	font-size: 24px;
	line-height: 45px;
	font-weight: 700;
	padding: 10px 0;
}
.entry h6{
	font-size: 20px;
	line-height: 45px;
	font-weight: 300;
	padding: 10px 0;
}

.entry ul{
	margin-left: 20px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

section.novinky .row.novink{
	margin-bottom: 50px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 50px;
}

section.novinky .row.novink:last-child{
	border: none;
}
.novinky .relative{
	position: relative;
	float: left;
	width: 100%;
}
.novinky.carousel{
	padding: 0 0 100px 0;
}
.novinky.carousel .item{
	display: none;
	float: left;
}
.novinky.carousel .item:nth-child(1){
	display: block;
}

.reference .item{
	display: none;
}

.reference .item:nth-child(1){
	display: block;
}

@media only screen and (max-width: 420px) {
	header h1{
		width: 200px;
		height: 60px;
		background-size: contain;
		margin: 34px 0 -24px 0;
	}
	.header-carousel .item p{
		font-size: 22px;
	}
	.header-carousel .item{
		height: 360px;
	}
	.sluzby .row p{
		width: 100%;
	}

	.novinky .btn-green{
		display: none;
	}
	.formdata .small{
		width: 90%;
	}
	.formdata .small{
		width: 90%;
		margin-left: 5%;
	}
	
	.allReservations .row{
		background: rgba(204, 204, 204, 0.56);
		margin-bottom: 10px;
	}
	.formdata .small select{
		width: 90%;
	}
	.allReservations .row .big{
		margin-bottom: 22px;
	}
}

.map{
	position: relative;
	top: 40px;
	float: left;
	width: 100%;
	z-index: 2;
}

.reference .next, .reference .back{
	font-family: Arial;
	cursor: pointer;
	font-size: 36px !important;
	color: #000;
	margin-top: 10px;
}

.reference .next:hover, .reference .back:hover{
	color: #2A5721;
	text-decoration: none;
}

#rezervaceSummary{
	width: 100%;
	float: left;
}

#rezervaceSummary td{
	padding: 10px;
	border: 1px #000 solid;
}

#rezervaceSummary td, #rezervaceSummary th{
	padding: 10px;
}

#rezervaceSummary{
	margin-bottom: 50px;
}

.aktualni_informace{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
	padding: 15px 0;
	background: #2C4C1C;
	color: red;
}

.owl-item{
	animation-duration: 4s !important;
}

.footer .weather table tr td strong{
	font-size: 20px;
	padding: 5px 0;
}

.wpml-ls-statics-shortcode_actions{
	float: right;
}

.wpml-ls-legacy-dropdown{
	width: 140px !important;
	margin-top: 47px !important;
	
}

.wpml-ls-legacy-dropdown a{
	border: none !important;
}

.closeNews {position: absolute;right: 10px;top: 10px;text-decoration: none;border: 1px solid #fff;border-radius: 10px;width: 20px;height: 20px;color: #fff;text-align: center;line-height: 14px;}
	.closeNews:hover {background: #fff;color: #2C4C1C;text-decoration: none;}
@media only screen and (max-width: 900px) {
	.header-carousel {float: none;}
	.header-carousel .item {height: auto;}
	.header-carousel .item p {font-size: 20px;line-height: 36px;margin-top: 10%;margin-bottom: 35%;}
}
@media only screen and (max-width: 800px) {
	.header-carousel .item p {font-size: 20px;line-height: 36px;margin-top: 10%;margin-bottom: 20%;}
}

@media only screen and (max-width: 700px) {
	.aktualni_informace {padding: 10px 30px;}
	.header-carousel .item p {font-size: 20px;line-height: 36px;margin-top: 10%;margin-bottom: 15%;}
}
	
@media only screen and (max-width: 500px) {
	.header-carousel .item p {font-size: 10px;line-height: 20px;margin-top: 10%;margin-bottom: 22%;}
}