/*
Theme Name: Pension Silva v2015
Theme URI: http://underscores.me/
Author: Zbyšek Podhrázský
Author URI: http://www.personastudio.cz
Description: A 2015 redesigned theme for Pension Silva
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: persona
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Rosnička 2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> ZÁKLADNÍ NASTAVENÍ TÉMATU (FONTY, BARVY, POZADÍ)
--------------------------------------------------------------*/

body, html, #page {
	background: url("img/body-background.png") center top;
	color: #ddd;
	font-family: "Headland One", georgia, garamond, serif;
	font-size: 10pt;
	line-height: 1.7;
	margin: 0;
}

body.admin-bar .navbar-fixed-top {
	top: 32px;
}

#page {
	padding-top: 51px;
}

@media (min-width: 768px){
	#page {
		padding-top: 96px;
	}
}

@media (min-width: 1200px) {
	.col-lg-2-5 {
		position: relative;
	  	min-height: 1px;
	  	padding-right: 15px;
	  	padding-left: 15px;
	  	float: left;
	  	width: 20%;
	}
}

.background-brown {
	background: #ca9117; 
}

502f14

.background-white {
	background: #fff;
}

.background-gray {
	background: #191919;
}

.background-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e28022+0,964212+100 */
	background: #e28022; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyODAyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjQyMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e28022 0%, #964212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e28022), color-stop(100%,#964212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e28022 0%,#964212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e28022 0%,#964212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e28022 0%,#964212 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e28022 0%,#964212 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e28022', endColorstr='#964212',GradientType=0 ); /* IE6-8 */
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

hr.linka {
	border-top: 1px #d9d7d7 solid;
	margin: 60px 0;
}

.gallery {
	margin: 30px 0;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

figure.gallery-item {
  float: left;
  margin: 0 12px 15px 0;
}

figure.gallery-item img {
  border: 2px #fff solid;
}

/*--------------------------------------------------------------
>>> NASTAVENÍ HLAVIČKY (NAVBAR)
--------------------------------------------------------------*/

#masthead {
	text-align: center;
}

.maxi-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 30px auto;
}

nav {
	background: #191919;
}

.icon-bar {
	background: #fff;
}

.navbar {
	margin-bottom: 0px;
}

a.navbar-brand {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 18px;
}

a.navbar-brand:hover {
	color: #000;
	text-decoration: none;
}

.navbar-collapse a {
	color: #000;
}

.nav>li {
	border: none;
}

.nav>li>a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 29px;
}

@media (min-width: 768px){
	.navbar-header img {
		width: 120px;
		float: left;
	}
	a.navbar-brand {
		width: 120px;
		margin-right: 30px;
		margin-top: 10px;
	}
	.nav>li>a {
		font-size: 12px;
		padding: 39px 7px 10px 7px;
	}
}

@media (min-width: 992px){
	.navbar-header img {
		width: 130px;
		float: left;
	}
	a.navbar-brand {
		width: 130px;
		margin-right: 30px;
		margin-top: 5px;
	}
	.nav>li>a {
		font-size: 15px !important;
		padding: 39px 5px 10px 5px;
	}

}

@media (min-width: 1200px){
	.navbar-header img {
		width: 180px;
		float: left;
	}
	a.navbar-brand {
		width: 180px;
		margin-right: 20px;
		margin-top: 0;
		padding: 0 0 0 15px;
	}
	.nav>li>a {
		font-size: 16px !important;
		padding: 29px 10px 10px 10px;
	}

}

.navbar-collapse.in .nav>li>a:hover {
	color: #fff;
	text-decoration: none;
}

.nav>li>a:hover {
	color: #cb9218;
	text-decoration: none;
	background: none;
}

.nav>li>a:active,
.nav>li>a:visited,
.nav>li>a:link
 {
	background: none;
}

.lang-flags ul {
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	.lang-flags ul {
		margin: 15px 0 0 0;
		padding: 0;
	}
}

.lang-item:nth-child(even){
	list-style: none;
	float: left;
	padding: 0 0 0 5px;
}

.lang-item:nth-child(odd){
	list-style: none;
	float: left;
	padding: 0 5px 0 0;
}

@media (min-width: 768px) AND (max-width: 990px) {
	.lang-item:nth-child(even){
		list-style: none;
		float: left;
		padding: 0 0 0 5px;
		margin-right: -5px;
	}

	.lang-item:nth-child(odd){
		list-style: none;
		float: left;
		padding: 0 5px 0 0;
		margin-left: -5px;
	}
}

.lang-item-de {
	clear: both;
}



a.rezervace-button{
	display: block;
	width: 100%;
	height: auto;
	margin-top: -10px;
	position: relative;
}

/* více k .rezervace-text v secki Custom post type ubytování */

a.rezervace-button .rezervace-text {
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	width: 100%;
  	text-align: center;
  	color: #fff;
  	text-transform: uppercase;
}

@media (min-width: 1200px) {
	a.rezervace-button .rezervace-text {
		font-size: 16px;
		top: 42%;
	}
}

a.rezervace-button img{
	width: 100%;
}

a.rezervace-pokoj:hover, 
a.rezervace-button:hover .rezervace-text {
	color: #000;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar-fixed-top {
  		border-width: 0 0 0px;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		background: #fff;
	}
	.nav>li>a {
		font-size: 14px;
		color: #fff;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-fixed-top {
  		border-width: 0 0 0px;
  	}
	.nav>li>a {
		font-size: 16px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-fixed-top {
  		border-width: 0 0 0px;
  		height: 96px;
  		padding: 10px 0;
	}
}

/*--------------------------------------------------------------
>>> NASTAVENÍ PATIČEK (FOOTER-LIGHT&&DARK)
--------------------------------------------------------------*/

.bublina {
	text-align: center;
	background-size: contain !important;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.bublina-white {
	background: url('img/bublina.png') 50% 50% no-repeat;
}

.bublina .bublina-text {
	position: relative;
	top: 59%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	width: 100%;
  	text-align: center;
  	color: #000;
}

.bublina .bublina-text-part {
	font-size: 14px;
	padding: 0 55px;
	line-height: 1.2;
	max-width: 360px;
	margin: auto;
}

.bublina .bublina-autor {
	padding: 0 60px;
	font-weight: bold;
	max-width: 360px;
	margin: auto;
}

@media (min-width: 768px) AND (max-width: 991px){
	.bublina .bublina-text-part {
		font-size: 11px;
		padding: 0 20px;
		line-height: 1.2;
	}	
}

@media (min-width: 992px) {
	.bublina .bublina-text-part {
		font-size: 14px;
		padding: 0 55px;
		line-height: 1.2;
	}
}



.footer-dark {
	padding: 25px;
	font-size: 80%;
	background: #191919;
}

.footer-dark a:link,
.footer-dark a:visited,
.footer-dark a:active {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.footer-dark a:hover {
	text-decoration: underline;
}



/*--------------------------------------------------------------
>>> ÚVODNÍ STRANA
--------------------------------------------------------------*/

body.home h1 {
	font-weight: normal;
	font-size: 32px;
	margin: 0 0 0.8em 0;
	color: #fff;
}

body.home h2 {
	font-weight: normal;
	font-size: 28px;
	margin: 0 0 0.8em 0;
	color: #fff;
}

body.home h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 1.4em 0 0 0;
	color: #fff;
}

@media (min-width: 768px) {
	.two-column {
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
	}
}

/* SEKCE NOVINEK */

@media (max-width: 992px) {
#rezervace_telefon {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px
}
}


@media (min-width: 993px) {
#rezervace_telefon {
    display: none;
}
}


@media (max-width: 424px) {
.news-header {
	margin: 1em 0 0 0;
	height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 4px 15px;
	color: #fff;
}
}

@media (min-width: 424px) {
.news-header {
	margin: 1em 0 0 0;
	height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 15px 15px;
	color: #fff;
}
}

#carousel-news .carousel-control.left,
#carousel-news .carousel-control.right {
  background-image: none;
}

#carousel-news .carousel-control {
  width: 8%;
  color: #ca9117;
  opacity: 1;
}

#carousel-news .carousel-control:hover {
  color: #fff;
}

@media (min-width: 992px) {
	#carousel-news .carousel-inner {
		height: 225px;
		overflow: hidden;
	}
}

@media (min-width: 1200px) {
	#carousel-news .carousel-inner {
		height: 235px;
		overflow: hidden;
		
	}
}

#carousel-news .carousel-inner .item {
	padding: 15px;
}

.text-big {
	font-weight: bold;
}

.news-image img {
	width: 100px !important;
	height: auto;
	float: left;
	margin: 22px 15px 15px 0;
	border: 2px #fff solid;
} 

h3.news-headline {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 1.4em 0 0 0;
	color: #fff;
}

h3.news-headline a {
	text-decoration: none;
}

h3.news-headline a:hover {
	text-decoration: underline;
}

.news-desc {
	font-size: 12px;
	margin: 5px 0 10px 0;
	line-height: 1.4;
}



/* SEKCE UBYTOVÁNÍ */

.thumbnail-type-pokoje img {
	width: 100%;
}

.pokoje-headline {
	height: 45px;
	font-weight: normal;
	padding: 0 10px;
	color: #fff;	
}

.pokoje-headline h3 {
	margin: 0 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 45px;
}

.pokoje-headline h3 a:link,
.pokoje-headline h3 a:visited,
.pokoje-headline h3 a:active {
	text-decoration: none;
	font-weight: normal;
}

.pokoje-headline h3 a:hover {
	text-decoration: underline;
}

.pokoje-desc {
	padding: 10px;
	height: 120px;
	font-size: 12px;
	line-height: 17px;	
	margin-bottom: 70px;	
}

@media (min-width: 768px) { 
	.pokoje-desc {
  		height: 150px;
	}
}

.pokoje-cena {
  border-radius: 50em 50em 50em 50em;
  text-align: center;
  font-size: 11pt;
  height: 92px;
  width: 92px;
  overflow: hidden;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 46px);
  color: #fff;
}

@media (min-width: 768px) { 
	.pokoje-cena {
  		bottom: 24px;
	}
}

.text-part {
	margin-top: 27px;
  	display: block;
  	font-size: 10pt;
  	line-height: 1.2;
}

.number-part {
	font-size: 14pt;
  	line-height: 1.2;
}

/*--------------------------------------------------------------
>>> OTHER PAGES
--------------------------------------------------------------*/

h1 {
	font-weight: normal;
	font-size: 32px;
	margin: 1.6em 0 0.8em 0;
	color: #fff;
}

h2 {
	font-weight: normal;
	font-size: 26px;
	margin: 1.4em 0 0.8em 0;
	color: #fff;
}

.sidebar h2:first-child {
	font-weight: normal;
	font-size: 26px;
	margin: 2.1em 0 0.8em 0;
	color: #fff;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 1.4em 0 0 0;
	color: #fff;
}

.sidebar ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}

/*--------------------------------------------------------------
>>> CUSTOM POST TYPE UBYTOVÁNÍ
--------------------------------------------------------------*/

ul.list-vybaveni {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-vybaveni li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul.list-vybaveni li:first-child {
	margin-top: 0;
}

a.rezervace-pokoj {
	display: block;
	border: 4px #fff solid;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 30px;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin: 30px 0;
	color: #fff;
	text-decoration: none;
}


/*--------------------------------------------------------------
X.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: bloc;
	foknt-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}






.icon-cenik {
	float: right;
	margin-top: -40px;
	height: 60%;
}





.logo-box {
	border: none;
	width: 100%;
	height: 80px;
	text-align: center;
	float: left;
	position: relative;
}

@media (min-width: 768px) { 
	.logo-box {
  		height: 136px;
	}
}

.logo-box img {
	position: relative;
	top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	max-width: 80%;
  	max-height: 90%;
}

.rotate-left {
    display: block;
    white-space: nowrap;
    position: absolute;
    bottom: -107px;
    transform-origin: center center;
    transform: rotate(-90deg);
    left: 70px;
    color: #ca9117;
    font-size: 160%;
}

.rotate-right {
    display: block;
    white-space: nowrap;
    position: absolute;
    bottom: -107px;
    transform-origin: center center;
    transform: rotate(90deg);
    right: 70px;
    color: #ca9117;
    font-size: 160%;
}