/**
 * Date: Dec 05, 2014
***/


@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext);


/***** 1. GENERAL STYLES *****/
/*****************************/

body {
	font-size: 16px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #1d99b3;
}

h1,h2,h3,h5 {
	font-family: 'Roboto Slab', serif;	
	font-weight: 700;
}

h2 {
	font-size: 3em;
	color: #38425a;
	margin-bottom: 1em;
	line-height: 68px;
}
h3 {
	font-size: 2.25em;
	color: #00497b;
	margin-top: 0;
}
h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.25em;
	font-weight: 300;
	color: #00497b;
}
h5 {
	font-size: 16px;
	color: #4e6aae;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

a:hover {
	text-decoration: none;
}
a.text-link {
	text-decoration: underline;
}
a.header-link {
	text-decoration: none;
}
a.header-link:hover {
	text-decoration: underline;
}
a.text-link:hover {
	text-decoration: underline;
}

.wrapper {
	background: url(../images/background-v4.png) right top no-repeat;
	-webkit-background-size: 800px 800px;
	background-size: 800px 800px;
}

.pt-24 {
	padding-top: 1.5em;
}

.hl-text{
	color: #00497b !important;
}

/***** 2. HEADER STYLES *****/
/****************************/

.site-header {
	padding: 40px 0;
	color: #00314b;
}
.partner {
	float: right;
	padding: 0 60px 0 0;
	font-size: 0.75em;
}
.partner a {
	margin-left: 12px;
}
.partner img {
	vertical-align: bottom;
}


/***** 3. PAGE STYLES *****/
/**************************/

.site-content {
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}
.grid-title {
	margin-bottom: 40px;
	margin-bottom: 0.7em;
	font-family: 'Roboto Slab', serif;
}
.grid-title h1 {
	font-size: 3.3125em;
	font-weight: 700;
	color: #ffffff; /*#38425a*/
}
.grid-title p {
	font-weight: 700;
	color: #ffffff; /*#4e6aae*/
	opacity: .7;
}
.grid {
	display: inline-block;
	width: 768px;
}
.grid li {
	float: left;
	width: 118px;
	height: 118px;
	margin: 5px;
	border: 1px solid;
	overflow: hidden;
}
.grid li.available {
	border-color: #75a6d2;
}
.grid li.unavailable {
	border-color: #b5d5f1;
}
.grid li a {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 116px;
}
.grid li.available a {
	color: #4e6aae;
	background-color: rgba(255,255,255, .6);
}
.grid li.available:hover a {
	background-color: rgba(255,255,255, .8);
}
.grid li.unavailable a {
	color: rgba(87,0,83, .1);
	background-color: rgba(255,255,255, .1);
}
.grid li.unavailable:hover a {
	background-color: rgba(255,255,255, .3);
}
.grid li.available.visited {	
	-webkit-box-shadow: 2px 1px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 1px 5px 2px rgba(0,0,0,0.1);
	box-shadow: 2px 1px 5px 2px rgba(0,0,0,0.1);
}


/***** 4. FOOTER STYLES *****/
/****************************/

.site-footer {
	width: 100%;
	padding: 0 0 30px 0;
	font-size: 0.75em;
	color: #00314b;
	text-align: center;
}
.social {
	display: inline-block;
	list-style: none;
	padding-left: 0;
}
.site-footer .box-share span {
	margin-right: 0;
	display: block;
	margin-bottom: 10px;
}
.social li {
	display: inline-block;
	margin: 0 3px;
}
.social li:hover {
	opacity: .8;
}


/***** 5. POPUP STYLES *****/
/***************************/

.popup {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: auto;
	background-color: rgba(255, 255, 255, 1);
	left: 0;
	top: 0;
}

.popup-nav {
	padding: 40px 0 40px;
	font-family: 'Roboto Slab', serif;
	text-align: center;
}
.popup-nav>.container {
	width: 100%;
	padding: 0 15px;
}
.popup-nav a {
	font-size: 14px;
	font-weight: 300;
	color: #38425a;
}
.popup-nav a:hover img {
	opacity: .8;
}
.nav-head p {
	font-size: 20px;
	font-weight: 700;
	margin: 6px 0 0;
	color: #38425a;
}
.nav-step {
	position: relative;
}
.nav-list, .nav-step {
	margin-top: -58px;
}
.icon-nav {
	white-space: nowrap;
}
.icon-prev {
	margin-right: 30px;
}
a[class*="icon-"] img {
	vertical-align: bottom;
}
.icon-list img {
	padding-bottom: 2px;
}
.icon-list img, 
.icon-prev img {
	margin-right: 8px;
}
.icon-next img {
	margin-left: 8px;
}
.tool-tip {
	display: none;
	width: 196px;
	min-height: 50px;
	padding: 16px 20px;
	font-size: 14px;
	line-height: 1.7em;
	color: #fff;
	text-align: left;
	background-color: #38425a;
	position: absolute;
	right: 0;
	bottom: -122px;
	z-index: 1;
}
.tool-tip::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 11px 14px 11px;
	border-color: transparent transparent #38425a transparent;
	position: absolute;
	top: -14px;
	right: 45px;
}
.tool-tip .timer {
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin-top: 3px;
}

.popup-main {
	width: 100%;
	padding-bottom: 180px;
	padding-bottom: 60px;
	position: relative;
	background: none repeat scroll 0 0 #fff;
}
.popup-main p,
.popup-main img.full {
	width: 100%;
	margin-bottom: 1.5em;
}
.popup-main .article {
	margin-bottom: 1.8em;
}
.popup-main .article ul {
	margin-bottom: 1.5em;
}

.counter-list {
	counter-reset: heading;
}
.counter-list li {
	padding-left: 24px;
	position: relative;
}
.counter-list li::before {
	counter-increment: heading;
	content: counter(heading);
	width: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	line-height: 18px;
	text-align: center;
	background-color: #4e6aad;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}

.square {
	margin-right: 4px;
	margin-bottom: 2px;
}

.box-share span {
	margin-right: 10px;
	font-size: 12px;
	color: #ffffff; /*#00314b*/
}
.article .box-share {
	margin-top: 1.7em;
}

.videowrapper {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.audiowrapper {
	padding-bottom: 120px !important;
}
.audiowrapper iframe {
    height: auto !important;
}
.article .capture-img {
	width: 66.7%;
	padding-right: 1.5em;
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 0px;
}

/* BLUE Rada */
.blue-rady p {
	font-size: 15px;
}
.blue-rady>.container {
	padding-top: 20px;
	color: #3e3e3e;
	max-width: 900px;
	border-top: 1px solid #75a6d2;
}
.blue-rady ul {
	font-size: 0.875em;
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 1.5em;
}
.blue-rady ul li {color: red;}
.blue-rady ul li span {color: #3e3e3e;}
.blue-label a {
	display: inline-block;
	width: 67px;
	padding-top: 30px;
	font-size: 12px;
	color: #00497b;
	background: url(../images/logo-blue-mini-article.png) top center no-repeat;
}

.blue-rady.pro-kratky-text img.full,
.blue-rady.pro-dlouhy-text img.full {
	min-height: 170px;
}
.blue-rady.pro-kratky-text img.full {
	margin-top: 16px;
}
.blue-rady.pro-heslo>.container>.row {
	margin: 0;
	padding: 7% 0;
	background: url(../images/4/img-01.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.blue-rady.pro-heslo h3 {
	margin-bottom: 15px;
	font-weight: 400;
	color: #000;
}



.popup-close {
	position: relative;
	top: 10px;
	display: block;
	width: 150px;
	height: 30px;
}

.close-cross {
	background: url(../images/krizek.png) no-repeat;
	width: 21px;
	height: 20px;
	display: block;
	position: relative;
	left: 20px;
}

.close-text {	
	position: relative;
	top: -20px;
	left: 0px;
}

.article > .container {
	max-width: 900px;	
}
.subtitle-blue {
	position: relative;
	display: block;
	text-align: left;
	top: 5px;
	left: 120px;
	width: 140px;
}
header .container {
	width:100%;
}

.my-img-responsive {
	height: auto;
    max-width: 100%;
}

.nav-head a {
	width: 300px;
	display: block;
	margin: 0 auto;
}
p.perex {
	font-weight: bold;
}

ol.list-style{
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}
ol.list-style li{
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -1em;
	list-style-type: none;
	counter-increment: item;
}
ol.list-style li:before{
	display: inline-block;
	width: 1em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}
ol.list-style li:not(:first-child){
	margin-top: 1em;
}
ul.list-style{
	list-style: disc;
}
ul.list-style li{
	margin: 0 0 0 1.5em;
}
ul.list-style li:not(:first-child){
	margin-top: 1em;
}
figure{
	margin: 0 0 1.5em;
}
figure img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
figure figcaption{
	margin-top: .5em;
	opacity: .7;
}
/***** MEDIA QUERY STYLE *****/
/*****************************/

/* Large desktop */
@media (min-width: 1200px) {
	.grid {width: 1024px;}
	.popup-nav>.container {padding: 0 30px;}
	.article .capture-img {padding: 60px 85px;}
}

@media (max-width: 991px) {
	.grid {width: 512px;}
	.grid-title {font-size: .875em;}	
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 768px) {}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.popup {font-size: .875em;}
	.popup-nav {padding: 20px 0 30px;}
	.popup-close {
		margin: 0 auto;
		left: 15px;
	}
	.nav-list, .nav-step {margin-top: 10px;}
	.popup-main {padding-bottom: 60px;}
	.counter-list li::before {top: 2px;}
	.article .capture-img {padding-right: 1.8em;}
	.blue-rady.pro-heslo>.container {text-align: center;}
}

@media (max-width: 568px) {
	.grid {width: 384px;}
	.grid-title {font-size: .75em;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.grid {width: 256px;}
	.partner {padding: 0;}
	.hide-mobile-portrait{display:none;}
	.nav-head {display: none;}
	.nav-list, .nav-step {float: none !important;}
	.article .capture-img {width: 88%; line-height: 1.3em; padding: 0;}
}

.step12-section1 {
	background-image: url("../images/12/background-01.jpg");
	background-position: center;
	height: 360px;
	margin-bottom: 40px;
}

.step12-section1 .col-sm-3 {
	color: #fff;
	height: 360px;
	background-image: url("../images/12/background-02.png");
}

.step12-section1 a {
	text-decoration: none;
	color: #fff;
}

.step12-section4 a {
	text-decoration: none;
	color: #fff;
}

.no-link {
	margin-bottom: 20px;
}

.no-link a {
	text-decoration: none;
	color: #000;
}

.no-text-decoration a {
	text-decoration: none;
	color: #000;
}

.step12-section4 {
	background-image: url("../images/12/background-03.jpg");
	background-position: center;
	height: 360px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.step12-section4 .col-sm-5 {
	color: #fff;
	height: 360px;
	background-image: url("../images/12/background-02.png");
	float: right;
}

@media (max-width: 767px) {
	.step12-section4 .col-sm-5 {
		height: auto;
		position: absolute;
	}
	.img-150 {
		max-width: 150px;
	}
	.step12-footer {
		font-size: 10px;
		background-position: bottom;
	}
}

@media (max-width: 499px) {
	.step12-footer {
		font-size: 10px;
	}	
}

.step12-footer {
	background-image: url("../images/12/background-04.jpg") !important;
	background-position: center;
	text-align: left;
}

.step-icon {
  background: #338ecf;
  border-color: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  bottom: 0px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  left: -10px;
  line-height: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 20px;
}

.img-no-padding {
	padding-left: 0px !important;
}

.word-wrap {
	word-wrap: break-word;
}

.capture-img-17 {
	width: 90%;
	padding-right: 1.5em;
	color: #fff;
	position: absolute;
	left: 55px;
	right: 55px;
	bottom: 35px;
}

.capture-img-20 {
	width: 38%;
	padding-right: 1.5em;
	color: #000;
	font-weight: bold;
	position: absolute;
	left: 55px;
	right: 55px;
	bottom: 35px;
}

.image-title {
	font-size: 20px;
}

@media (max-width: 767px) {
	.capture-img-17 {
		color: #000;
		position: relative;
		top: 0px;
		left: 0px;
	}
	.capture-img-20 {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	.no-padding-left-xs {
	padding-left: 0px !important;
	}
	.img-max300 {
	max-width: 300px;
	}
}

@media (max-width: 990px) {
	.capture-img-20 {
		font-size: 12px;
	}
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.mb20 {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.mt200 {
		margin-top: 200px;
	}
	.mt-120 {
		margin-top: -120px;
	}
	.mt40 {
		margin-top: 40px;
	}
	.mt-220 {
		margin-top: -220px;
	}
	.pdl30 {
		padding-left: 30px;
	}
}

.img-max250 {
	max-width: 250px;
}

strong.drink {
	font-size: 1.5em;
}

.article.drinks .row {	
}

.article.drinks .row.no-bottom-margin {
	margin: 0;
}

hr {
	height: 7px;
    border: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAHCAYAAAGHLKZZAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB94JHhIbBOjP7b8AAACnSURBVCjPxZG7DcMwDEQfU2YEt6k9hDbwMBojW3gB7aJaa7g9NxTACLZhwEUIEOLneLiDkIQkgCIJ8+Ynsg8bUIAW+kyniDTDjDxcRZZsDkDS18ya1x8zK8DsMqqkZdhn4Fh0DydB0nIKGjUH7QmoQLrAUL1Y3d8avLbgddzXF0/ikeyTw8llVn+ngbQdZLpzH9Mc8AY2SbP/VJ/1uNrdwRzttr863wHLnypKvL/EmQAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent;
    margin: 30px 0 60px 0;
}

@media (max-width: 767px) {
	.aperol.pull-right {
		float: none !important;
	}
}
.bottom-block{
	padding-top: 30px;
}
.bottom-block a{
	display: block;
	text-decoration: none;
}
.bottom-block img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;;
}