/* CSS Document by sladek*logiq.cz */
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;
}
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;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear20 {
	clear: both;
	height: 20px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.clear50 {
	clear: both;
	height: 50px;
}
strong {
	/*font-weight: 700;*/
}
.seo {
	display: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {   /* Older versions of Firefox */
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	filter: alpha(opacity=100);
  	opacity: 1;
	color: #000;
}
*:focus {
    outline: none;
   }
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
* {
-webkit-font-smoothing: subpixel-antialiased;
-webkit-text-stroke:1px transparent;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.center {
	text-align: center;
}









/* BASIC STYLING */


* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	font-family: 'HelveticaNeueLTPro-Lt', sans-serif;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
	background-color: #f0e9d9;
}


a {
	color: #fff;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}




.header {
    position: fixed;
    top: 40px;
    left: 50%;
        width: 206px;
        height: 75px;
	margin: 0 0 0 -103px;
    z-index: 1000;
}
.header h1 {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/masak.png);
}
.header span {
    display: none;    
}




.slide {
    background-color: #ccc;
    position: relative;
    width: 100%;
    height: 100%; 
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;   
    
}
.slidecontent {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
	background-repeat: repeat-x;
	background-image: url(../img/gradient.png);  	
}
#slide1 {
    	background-image: url(../pict/slide1.jpg);
        position: fixed;
        z-index: 0;
}
#slide1placeholder {
    width: 1px;
}
#slide2 {
    	background-image: url(../pict/slide2.jpg);
        z-index: 1;
}
#slide3 {
    	background-image: url(../pict/slide3.jpg);
        z-index: 2;
}
.txt1 {
    position: absolute;
    bottom: 80px;
    left: 80px; 
    max-width: 43%;
}
.txt2 {
    position: absolute;
    bottom: 80px;
    right: 80px;
    max-width: 45%; 
	text-align: right;
}
.slide p {
    padding: 0 0 20px 0;
}
a.loadmore {
    text-decoration: none;
    color: #fff;
    font-family: 'Calluna-Bold';
    text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}
a.loadmore:hover {
    color: #ccc;
}

.slide h2 {
         font-family: 'Calluna-Semibold';
         font-size: 90px;
          text-align: center;
          position: absolute;
          top: 43%;
          left: 5%;
          width: 90%;
          text-shadow: 0 0 15px rgba(0,0,0,0.15)
}


#slide2 h2, #slide2 .txt1, #slide2 .txt2 {
 display: none;
}
#slide3 h2, #slide3 .txt1, #slide3 .txt2 {
 display: none;
}  


.pag {
    width: 40px;
    height: 48px;
    position: fixed;
    top: 50%;
    right: 80px;
    margin: -24px 0 0 0;
    z-index: 1000;
}
a.paga {
    margin: 0 0 20px auto;
    display: block;
    width: 20px;
    height: 22px;
    border-top: 3px solid #fff; 
    transition: width 0.5s; 
}
a.paga:hover, a.pags {
    width: 40px;
}


.content {
    color: #323e60;
    width: 90%;
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 40px 0;
    position: relative;
}
a.contentclose {
    display: block;
    width: 24px;
    height: 24px;
    position: fixed;
    top: 30px;
    right: 30px;
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/close.png);
}

.content  h1 {
    width: 205px;
    height: 65px;
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/masak1.png);
    margin: 0 auto 150px auto;
}
.content  h1 span {
    display: none;
}
.content h2 {
         font-family: 'Calluna-Semibold';
         font-size: 50px;
         padding: 0 0 60px 0;
}
.content h3 {
         font-family: 'Calluna-Italic';
         font-size: 28px;
         padding: 35px 15px;
         border-top: 1px solid #323e60;
         border-bottom: 1px solid #323e60;
         display: inline-block;
         margin: 30px 0 130px 0;
}
.content h4 {
         font-family: 'Calluna-Semibold';
         font-size: 50px;
         padding: 0 0 60px 0;
}
.content p {
        padding: 0 0 35px 0;
}
.content a {
	color: #323e60;
	text-decoration: none;
	outline: 0;
    font-weight: 700;
}
.content a:hover {
	color: #323e60;
	text-decoration: none;
    font-weight: 700;
}

.schema {
    padding: 0 0 150px 0;
}
.schema img {
    display: block;
    width: 100%;
    height: auto;
}

.soc {
    padding: 20px 0;
}
.soc li {
 display: inline-block;
 padding: 0 10px;
}
.soc a {
 display: block;
 width: 25px;
 height: 25px;
 transition: opacity 0.25s;
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
a.soc-fb {
background-image: url(../img/soc-fb.png);
}
a.soc-tw {
background-image: url(../img/soc-tw.png);
}
a.soc-in {
background-image: url(../img/soc-in.png);
}
a.soc-ins {
background-image: url(../img/soc-ins.png);
}
.soc a:hover {
 opacity: 0.5;
}



.soc {
	text-align: center;
}
.soc a {
	display: inline-block;
	width: 30px;
	height: 40px;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 10px;
	vertical-align: bottom;
  -webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
a.socfb {
	background-image: url(../img/soc-fb.svg);
}
a.socins {
	background-image: url(../img/soc-ins.svg);
}
.soc a:hover {
	opacity: 1;
	background-position: 50% 0;
}

.dluhopisy strong, .dluhopisytxt strong {
	font-weight: 700;
}
.dluhopisytxt i, .dluhopisytxt em {
	font-style: italic;
}
.dluhopisy a {
	text-decoration: underline;
}
.dluhopisy a:hover {
	text-decoration: none;
}

.dluhopisyimg {
	width: 90%;
	margin: 0 auto;
	color: #323e60;
	text-align: center;
}
.dluhopisyimg img {
	display: block;
	width: 100%;
	height: auto;
}
.dluhopisyimg1 {
	float: left;
	clear: both;
	width: 48%;
}
.dluhopisyimg2 {
	float: right;
	width: 48%;
}
.dluhopisyimg strong {
	display: block;
	padding: 10px 0 20px 0;
}


.dluhcitat {
	border-top: 1px solid #323e60;
	border-bottom: 1px solid #323e60;
	padding: 40px 0;
	margin: 0 0 40px 0;
}
.dluhcitat2 {
	border-bottom: 1px solid #323e60;
	margin: 0 0 40px 0;
}
.dluhcitat1 img {
	display: block;
	width: 90%;
	margin: 0 0 0 auto;
}
.dluhcitat2 img {
	display: block;
	width: 90%;
	margin: 0 auto 0 0;
}
.dluhcitat1 .dluhcitatimg {
	float: left;
	width: 48%;
}
.dluhcitat2 .dluhcitatimg {
	float: right;
	width: 48%;
}
.dluhcitat1 .dluhcitattxt {
	float: right;
	width: 48%;
	text-align: left;
}
.dluhcitat2 .dluhcitattxt {
	float: light;
	width: 48%;
	text-align: right;
}
.dluhcitattxt p {
	font-size: 24px;
  font-family: 'Calluna-Italic';
}

.video {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	margin: 0 0 35px 0;
	background-color: #000;
}



@media screen and (min-width: 1px) and (max-width: 1024px) {
.slide h2 {
         font-size: 60px;
}
.txt1 {
    bottom: 60px;
    left: 60px; 
}
.txt2 {
    bottom: 60px;
    right: 60px;
}
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.slide h2 {
         font-size: 45px;
}
}


@media screen and (min-width: 1px) and (max-width: 600px) {
.slide h2 {
         font-size: 30px;
}
.txt1 {
    bottom: 40px;
    left: 40px; 
}
.txt2 {
    bottom: 40px;
    right: 40px;
}
.pag {
    display: none;
}
.content h2, .content h4 {
         font-size: 30px;
}
.content h3 {
         font-size: 20px;
}
}


@media screen and (min-width: 1px) and (max-width: 480px) {
body {
	font-size: 13px;
}
.dluhopisyimg1, .dluhopisyimg2 {
	float: none;
	width: auto;
}
.dluhcitat1 .dluhcitatimg, .dluhcitat2 .dluhcitatimg, .dluhcitat1 .dluhcitattxt, .dluhcitat2 .dluhcitattxt {
	float: none;
	width: auto;
	text-align: center;
}
.dluhcitattxt p {
	font-size: 16px;
}
.dluhcitat1 img, .dluhcitat2 img {
	width: 100%;
	margin: 0 0 10px 0;
}
}
@media screen and (min-width: 1px) and (max-width: 360px) {
.txt1 {
    bottom: 20px;
    left: 20px; 
	max-width: 55%;
}
.txt2 {
    bottom: 20px;
    right: 20px;
	max-width: 55%;
}
}


@media screen and (min-width: 1px) and (max-width: 340px) {
.slide h2 {
         font-size: 24px;
}
}
