/* FONTS *********************************************************************/
@import 'fonts/Cabrito/src/stylesheet.css';

.cabrito-norm {
	font-family: 'Cabrito Norm';
	font-weight: bold;
	font-style: normal;
}

html, body {
	color: #D69F68;
	background: black;
	font-family: 'Cabrito Norm Book';
	font-size: 14.4pt;
}

* {position: relative;}


.mask-big {
}

.mask-big img {
	width: 170%;
	margin-left: -750px;
	margin-top: -250px;
	z-index: 99;
}

/* BASICS *********************************************************************/
h1 {
	font-family: 'Cabrito Ext Light';
	font-style: italic;
	font-size: 2.8rem;
	/*
	background-image: url("../../../assets/images/line.svg");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 7% 5px;
	*/
	background-image: url("../../../assets/images/line.png");
	background-repeat: no-repeat;
	background-position: left bottom;

	padding-bottom: 1.3rem;
	margin-bottom: 1.3rem;
}

h2 {
	font-size: 2rem;
	font-family: 'Cabrito Ext';
	font-weight: 500;
	
	background-image: url("../../../assets/images/line.png");
	background-repeat: no-repeat;
	background-position: left bottom;

	padding-bottom: 1.4rem;
	margin-bottom: 1.4rem;
}
h2.center {
	background-position: center bottom;
}
h3 {
	font-size: 15pt;
	background-image: url("../../../assets/images/line.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 5%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-weight: 600;
}
h3.noline {
	background: none;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

a {color: #FFFFCC}
a:hover {
	text-decoration: none;
	color: white;
}
/*a:link {color: white;}*/
a:visited {text-decoration: none;}
a:active {text-decoration: none; color: white}
a:focus {
	text-decoration: none;
	color: inherit;
}

p {
	font-family: 'Cabrito Norm Medium';
	font-style: italic;
	color: white;
	margin-bottom: 20px;
}
p.ex-bold {
	font-family: 'Cabrito Ext ExBold';
	font-style: normal;
}
p.normbook {
	font-family: 'Cabrito Norm Book';
	font-style: normal;
}
.btn-burger {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 9999;
}
.btn-burger img {
	height: 20px;
}

a img {transition: transform 0.5s;}
a.social:hover img {
	transform: scale(1.2);
}

.ptb25 {padding-top: 25px; padding-bottom: 25px}
.nopad {padding-left: 0px; padding-right: 0px;}

.button {
	display: inline-block;
	color: #D69F68;
	background: transparent;
	padding: 10px 80px 10px 80px;
	font-size: 14pt;
	border: 1px solid #D69F68;
	border-radius: 7px;
	transition: background 0.5s, color 0.5s;
	font-family: 'Cabrito Norm Book';
	font-style: normal;
	font-weight: normal;
}
.button:hover {
	background: #FFFFCC;
	color: black;
}

.logo {
	width: 100px;
	height: auto;
}

.vcenter {
    display: flex;
    align-items: center;
	/*justify-content: center;*/
}

/* COLORS *********************************************************************/
.fc-gold {color: #D69F68;}
.fc-white {color: white}

/* BANNER *********************************************************************/
.banner {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url("../../../assets/images/panda3.jpg");
	background-position: right 10%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-top: -60px;
	z-index: 1;
}
.banner .title h1 {
	left: 0px;
	margin-top: 38vh;
	color: #D69F68;
}
.banner .panda {
	background-image: url('../../../assets/images/panda.jpg');
}


.line {
	width: 200px;
	height: 5px;
	background-image: url('../../../assets/images/line.svg');
	background-repeat: no-repeat;
	margin: 20px 0;
}

nav.main {
	height: 60px;
	line-height: 60px;
	border: 0px solid white;
	padding-top: 15px;
	z-index: 999;
}
nav.main a, nav.main ul {
	display: inline-block;
	margin: 0 1.5rem;
	color: #D69F68;
	font-size: 1.2rem;
}
nav.main ul {font-weight: bold;}
nav.main a:hover {color: white;}

nav.main .logo {
	position: absolute;
	top: -20px;
	left: 0px;
}

.maxh500 {
	max-height: 500px;
	overflow: hidden;
}

nav.main .lang li ul {
	display: none;
	position: absolute;
	left: -20px;
	top: 30px;
	padding: 20px;
	margin: 0px;
	line-height: 30px;
}
nav.main .lang li:hover ul {
	display: block;
}
nav.main .lang li ul li a {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	color: white;
}
nav.main .lang li ul li a:hover {
	color: #D69F68;
}

/* FOOTER *********************************************************************/
footer {
	padding-top: 70px;
	padding-bottom: 70px;
}
footer nav {
	padding-bottom: 30px;
}
footer nav {text-align: right;}
footer nav a {
	display: inline-block;
	margin: 0 1.5rem;
	color: #D69F68;
	font-size: 1.5rem;
}

.logo-footer {
	width: 224px;
	height: auto;
}
.logo-nav {
	width: 230px;
	height: auto;
}

/* DREAM *********************************************************************/
.dream .socials a img {
	height: 2rem;
	width: auto;
	margin-left: 0.5rem;
}


/* INTRO **********************************************************************/
.intro {
	padding-bottom: 100px;
	background: #336666;
}
.intro p.social a {
	display: inline-block;
	margin: 0 5px;
}

.line-up {
	border-top: 2px solid #D69F68;
}

.resp100 {
	width: 100%;
	height: auto;
}

.resp100h {
	height: 100%;
	width: auto;
}

/* CONTACTS ******************************************************************/
.contacts {
	background: black;
	padding-bottom: 60px;
}
.contacts p {
	padding: 3px;
	margin: 0px;
	letter-spacing: 1px;
}

/* MAPA ***********************************************************************/
.map {}
#map {height: 500px;}

/* MAGAZÍN ********************************************************************/
.magazin {
	padding-top: 25px;
	padding-bottom: 0px;
}

.magazin .article {
	width: 33%;
}
.magazin .article img {
	width: 100%;
}
.magazin .article p.description {
	display: inline-block;
	width: 250px;
	max-height: 100px;
	overflow: hidden;
}
.magazin .article div.content {
	position: relative;
	height: 250px;
}
.magazin .article div.control {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 20px;
}

/* GALERIE *******************************************************************/
.gallery {
	min-height: 300px;
	margin-top: 100px;
}

.gallery .container-fluid, 
.gallery .row,
.gallery .col-xs-12 {
	padding: 0px;
	margin: 0px;
}
.gallery .img-responsive {
	width: 100%;
}
.gallery .button {
	position: relative;
	padding: 10px 60px 10px 60px;
}

.gallery .col-md-4 {
	max-height: 350px;
	overflow: hidden;
}

/* GALLERY detail *************************************************************/
.gallery-detail {
	background: black;
	padding-top: 50px;
}
.gallery-detail a {display: inline-block; overflow: hidden; border: 2px solid white}
.gallery-detail a img {}
.gallery-detail a:hover img {transform: scale(1.2)}


.mosaic {
	float: none;
}

.abs {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.test {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.child {
	margin-top: 1.5vw;
	margin-bottom: 1vw;
}

/* NAVPAGE ********************************************************************/
.mhide {height: 100vh; overflow: hidden;}
.navpage {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: black;
	display: none;
  	z-index: 9999;
  	-webkit-overflow-scrolling: touch;
	backface-visibility: hidden;
	outline: none;
	text-size-adjust: 100%;
	vertical-align: middle;
	text-align: center;
}
.navpage a {
	display: inline-block;
	margin: 10px;
	font-size: 15pt;
	color: #D69F68;
}
.navpage a:hover {color: white;}
.navpage .close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.navpage .close i {
	color: #FFFFCC;
	font-size: 20pt;
}

.slick-prev, .slick-next {
	width: 50px;
	height: 50px;
	z-index: 999;
	top: 30%;
}
.slick-prev {left: 15px;}
.slick-next {right: 15px;}

/* ANIMACE ********************************************************************/
.rot360 {transform: rotate(0deg); transition: transform .5s;}
.rot360:hover {
	transform: rotate(360deg);
}


/* MEDIA **********************************************************************/
@media (min-width: 768px) {
  .container {width: 750px;}
}
@media (min-width: 992px) {
  .container {width: 970px;}
}
@media (min-width: 1200px) {
  .container {width: 1170px;}
}
@media (min-width: 1600px) {
  .container {width: 1500px;}
}
@media (min-width: 1920px) {
  .container {width: 1700px;}
}


@media (max-width: 1366px) {
	/*
	html, body {
		font-size: 12pt;
	}
	h1 {font-size: 3.9rem;}
	.banner {
		position: relative;
		width: 100%;
		height: 100vh;
		background-image: url("../../../assets/images/panda.png");
		background-position: right 0px;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	*/
	.mask-big img {
		width: 200%;
		margin-left: -100%;
		margin-top: -100px;
	}
	.logo-nav {width: 180px;}
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
	html, body {
		font-size: 13pt;
	}
	.banner {
		background-image: url("../../../assets/images/panda2.png");
		height: 100vh;
		background-position: center bottom;
		background-size: auto 95%;
		background-repeat: no-repeat;
	}
	
	h1 {font-size: 52pt;}

	.mask-big img {
		width: 200%;
		margin-left: -100%;
		margin-top: 0px;
	}

	.resp100h {
		width: 100%;
		height: auto;
	}
	.vcenter {display: block;}
	.sen {
		display: inline-block;
		top: -20vh;
		left: 55vw;
		text-align: right;
		margin-bottom: -30px;
	}
	h1.sen {
		background-image: url("../../../assets/images/line.png");
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	.logo-footer {
		width: 124px;
		height: auto;
	}
	
	footer nav a {font-size: 14pt; margin: 0 1rem;}
}

@media (max-width: 767px) {
	html, body {font-size: 10pt;}
	.vcenter {display: block;}

	h1 {font-size: 28pt;}

	.banner {
		background-image: url("../../../assets/images/panda2.png");
		height: 100vh;
		background-position: center bottom;
		background-size: auto 95%;
		background-repeat: no-repeat;
	}

	.mask-big img {
		width: 200%;
		margin-left: -100%;
		margin-top: 0px;
	}
	
	.sen {
		display: inline-block;
		top: -20vh;
		left: 45vw;
		text-align: right;
		margin-bottom: -30px;
	}
	h1.sen {
		background-image: url("../../../assets/images/line.png");
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	
	.button {
		display: inline-block;
		color: #D69F68;
		background: transparent;
		padding: 10px 50px 10px 50px;
		font-size: 14pt;
		border: 1px solid #D69F68;
		border-radius: 7px;
		transition: background 0.5s, color 0.5s;
		font-family: 'Cabrito Norm Book';
		font-style: normal;
		font-weight: normal;
	}

	footer nav a {display: block;}

	.main .logo {
		width: 70px;
		position: relative;
		margin-left: -20px;
		
	}
	.main .burger {
		left: 5vw;
	}

	.logo-nav {
		width: 130px;
		height: auto;
	}
}


/* Small screen, non-retina ***************************************************/
@media only screen and (min-width: 300px) {
}

/* Medium screen, non-retina **************************************************/
@media only screen and (min-width: 700px) {
}

/* Large screen, non-retina ***************************************************/
@media only screen and (min-width: 1300px) {
}

@media only screen and (min-width: 2500px) {
	html, body {
		font-size: 18pt;
	}
	.navpage a {font-size: 18pt;}
	.mask-big img {
		width: 200%;
		margin-left: -100%;
		margin-top: -50%;
	}
}

/* Korekce pro mobil landscape */
@media screen and (max-width: 991px) and (orientation: landscape) {
	.navpage a {
		display: inline-block;
		margin: 5px;
		font-size: 15pt;
		color: #D69F68;
		font-size: 10pt;
	}
	.logo-nav {width: 70px;}
	.landscape-hide {display: none;}
}

