/*
  Zakladni styly pro obsah stranek CMS.
*/
.overflow {
	margin-left:-15px!important;
	margin-right:-15px!important;
}
.orange {
	color:#f9b000!important;
}
.black {
	color:black!important;
}
.uppercase {
	text-transform: uppercase!important;
}
.bigger {
	font-size: 20px;
	line-height: 1.55!important;
}
.big {
	font-size: 17px;
	line-height: 1.76!important;
}
.bold, .strong {
	font-family:'GloriolaSemibold'!important;
}
.main .adddescr1 {
	margin-bottom: 20px;
}
.main .adddescr2 {
	margin-top: 20px;
}
strong, b {
	font-weight:600;
}
.cleaner {
        clear: both;
}

/* TABULKY */
.main TABLE {
	border-collapse: collapse;
	width: 80%;
}
.main .detail TABLE {
	border-top: 1px solid #DDDDDD;
}
.main .filter TABLE {
	width: 100%;
	background-color: #F9F9F9;
}

.main TABLE TBODY TR:nth-child(odd) {
	background-color: #F9F9F9;
}
.main .detail TABLE TBODY TR:nth-child(odd) {
	background-color: transparent;
}

.main TABLE THEAD TH {
	padding: 10px 10px;
	border-bottom: 2px solid #DDDDDD;
	/*text-align: left;*/
}
.main TABLE TBODY TH,
.main TABLE TBODY TD {
	padding: 10px 10px;
	border-bottom: 1px solid #DDDDDD;
	/*text-align: left;*/
}
.main TABLE TBODY TH {
	background-color: #F9F9F9;
}
.main TABLE TBODY TD.controls {
	width: 100px;
}

.main .filter TABLE TBODY TH,
.main .filter TABLE TBODY TD {
	border-bottom: 0;	
}
.main .filter TABLE TBODY TH {
	width: 15%;	
	text-align: right;
}

.main TABLE .sizeCol {
	text-align: right;
}

@media (max-width: 768px) {
	.main TABLE {		
		width: 100%;
	}	
}

/* FILTR MODULU */
.filter {
	padding: 15px 0;
	background-color: #F9F9F9;
}


/* ODDELENE FIELDY */
.separatedValues {
	margin: 20px 0 0 0;
}
.separatedValues UL {
	margin-bottom: 20px;
}

 /* JINE */
.main .paging {
	margin: 15px 0px;
}



/* KOMPONENTA ANKETA */
.anketa {
	width: 150px;
}
.anketa .anketa-otazka {
	font-weight: bold;
}
.anketa .anketa-odpoved {

}
.anketa .anketa-pruh {
	border: 1px solid red;
	padding: 1px;
}
.anketa .anketa-pruh-hodnota {
	background-color: red;
	height: 5px;
}
.anketa .anketa-hlasovalo {

}

.overflow-banner {
	/*max-width:1800px;*/
	margin:0 auto;
	height: 900px;
	background-position:center;
	background-repeat: no-repeat;
}
#overflow-banner-homepage {
	background-image: url(../img/overflow-banner/homepage.jpg);
}
.overflow-banner-overlay {
	max-width:1800px;
	background-color: rgba(27, 27, 27, 0.75);
	width:100%;
	position: relative;
    top: 620px;
	height:280px;
	float:none;
	margin:0 auto;
}
.overflow-banner-smaller {
	height: 750px;
}
.overflow-banner-smaller .overflow-banner-overlay {
	height: 200px;
	top: 550px;
}
.overflow-banner-overlay h1 {
	font-size: 40px;
	line-height: 1.38;
	letter-spacing: 10.7px;
	color: #ffffff;
	padding-top:70px;
}
.overflow-banner-buttons .btn-transparent {
	width: 320px;
	padding-top:10px;
	padding-bottom:13px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	border-color:white;
	color:white;
	letter-spacing: 4px;
	font-size: 23px;
	margin-top:110px;
	-webkit-transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-o-transition: all 800ms linear;
	-ms-transition: all 800ms linear;
	transition: all 800ms linear;
}
.overflow-banner-buttons>div:first-of-type .btn-transparent {
	margin-right:30px;
	float:right;
}
.overflow-banner-buttons>div:last-of-type .btn-transparent {
	margin-left:30px;
}
.overflow-banner-buttons .btn-transparent:hover {
	background-color:#f9b000;
	border-color:#f9b000;
	-webkit-transition: all 80ms linear;
	-moz-transition: all 80ms linear;
	-o-transition: all 80ms linear;
	-ms-transition: all 80ms linear;
	transition: all 80ms linear;
}

#novinky-homepage-lg {
	/*width: 970px;*/
}
.novinky-homepage-wrap {
	width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.novinky-homepage-section-heading {
	margin-top:65px;
	margin-bottom:50px;
	text-align: center;
	color: #707070;	
	font-size: 25px;
	letter-spacing: 6.7px
}
.novinky-homepage-more, .novinky-homepage-more a {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	color: #707070;
	margin-top:33px;
	
}
.novinky-homepage-collage a {
	display:block;
}
.novinky-homepage-collage .novinky-homepage-collage-image,
.novinky-homepage-collage .novinky-homepage-collage-popis {
	/*width:390px;*/
	height:390px;
}
.novinky-homepage-collage>a:first-of-type {
	/*width: 780px;*/
}
.novinky-homepage-collage-1 .novinky-homepage-collage-image,
/*.novinky-homepage-collage-1 .novinky-homepage-collage-popis,*/
.novinky-homepage-collage-2 .novinky-homepage-collage-image,
/*.novinky-homepage-collage-2 .novinky-homepage-collage-popis,*/
.novinky-homepage-collage-3 .novinky-homepage-collage-image
/*.novinky-homepage-collage-3 .novinky-homepage-collage-popis*/ 
{
	padding:0;
	margin:0;
}
.novinky-homepage-collage .novinky-homepage-collage-popis {
	background-color: #f0f0f0;
	text-align: center;
	padding:15px 45px;
}
.novinky-homepage-type {
	text-transform: uppercase;
	margin-top:47px;
	font-size: 12px;
	letter-spacing: 4px;
	color: #707070;
}
.novinky-homepage-heading {
	margin-top:28px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'GloriolaSemibold';
	line-height: 1.28;
	letter-spacing: 2.5px;
	color: black;
}
.novinky-homepage-text {
	margin-top:26px;
	font-size: 16px;
	line-height: 1.5;
	color: #707070;
}
.homepage-novinky-arrow {
	position:relative;
	z-index:10;
}
.novinky-homepage-collage-1 .homepage-novinky-arrow {
	left: 372px;
    margin-top: -400px;
}
.novinky-homepage-collage-2 .homepage-novinky-arrow {
	left: -18px;
    margin-top: -400px;
}
.novinky-homepage-collage-3 .homepage-novinky-arrow {
	left: 175px;
    margin-top: -16px;
}
#novinky-galerie .gallery-image {
	margin:30px auto 30px auto;
}
#novinky-struktura .novinky-homepage-heading {
	margin-top:0;
}
#novinky-struktura .novinky-homepage-type {
	margin-top: 5px;
}
.DATA_LIST #novinky-struktura .novinky-perex {
	line-height: 1.76;
    color: #707070;
    font-size: 17px;
}
.DATA_LIST #novinky-struktura .novinky-perex a {
	color:#f9b000;
}
.list-novinka {
	margin-bottom:60px;
}

.btn-gold-black {
	color: #f9b000;
	border-color:#f9b000;
	padding-left:45px;
	padding-right:45px;
}
.btn-gold-black:hover {
	background-color: #f9b000;
	border-color:#f9b000;
	color:white;
}
.transparent {
	background-color:transparent;
}

.col-rozcestnik {
	height:290px;
	padding:0;
	background-size: cover;
	cursor:pointer;
	text-decoration:none!important;
}
.col-rozcestnik .overlay {
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
    background:rgba(44, 44, 44, 0.75);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.col-rozcestnik:hover .overlay {
	background:rgba(44, 44, 44, 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.col-rozcestnik .text {
	vertical-align: middle;
	position: relative;
	z-index: 20;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.2;
	height:60px;
	padding-left:40px;
	padding-right:40px;
	margin-top:115px;
	text-decoration:none!important;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.col-rozcestnik:hover .text {
	color:black;
	font-weight:600;
	margin-top:205px;
	margin-bottom:-90px;
	font-family:'GloriolaSemibold';
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
	text-decoration:none!important;
}
.col-rozcestnik .arrow {
	position:relative;
	z-index:15;
	background-position:center;
	background-image:url(../img/arrow-down-sma.png);
	background-repeat:no-repeat;
	background-color: rgba(249, 176, 0, 1);
	width:25px;
	height:25px;
	margin-top:10px;
	border-radius:40px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.col-rozcestnik:hover .arrow {
	bottom:0;
	background-image:none;
	background-color: rgba(249, 176, 0, 0.9);
	width:100%;
	height:105px;
	border-radius:0px;
	transition: all 0.75;
    -webkit-transition: all 0.75s;
}
.signpost-perex, .perex {
	font-family: 'GloriolaSemibold';
	font-size: 20px!important;
	line-height: 1.55!important;
	color: #000000!important;
	margin-top:75px;
	margin-bottom:40px;
}
.signpost p, .datalist-p p, .datalist-p {
	line-height: 1.76;
	color: #707070;
	font-size: 17px;
}
.history-back {
	display:inline-block;
	background: left no-repeat;
	background-image: url(../img/arrow-left-med-gray.png);
	color: #707070;
	font-size: 20px;
	text-decoration: underline;
	padding-left:35px;
	margin-top:110px;
	margin-bottom:40px;
	border:none;
}
.history-back:hover {
	text-decoration: none;
	color: #707070;
}
a.download {
	margin-bottom:15px;
	padding: 6px 40px 7px 20px;
	font-size:17px;
	line-height: 1.59;
	color: #707070;
	border-radius: 9px;
	border: solid 1px #707070;
	background-image: url(../img/download.jpg);
	background-position:right center;
	background-repeat: no-repeat;
}
a.download:hover, a.download:focus {
	padding-top:5px;
	padding-bottom:6px;
	border: solid 2px #f9b000;
	font-family: 'GloriolaSemibold'!important;
	text-decoration: none;
	color:black;
}
.faq {
	margin-bottom:15px;
	padding: 6px 15px 7px 20px;
	font-size:17px;
	line-height: 1.59;
	color: #707070;
	border-radius: 9px;
	border: solid 1px #b9b9b9;
	
}
.faq .otazka {
	padding: 0px 33px 0px 0px;
	background-image: url(../img/faq-open.jpg);
	background-position:right center;
	background-repeat: no-repeat;
	margin:0;
	cursor:pointer;
	
}
.faq .odpoved {
	display:none;
	padding-top:10px;
}
.faq.active {
	border:solid 2px #f9b000;
	padding-top:0;
}
.faq.active .otazka {
	color:black;
	border-bottom: solid 1px #b9b9b9;
	background-image: url(../img/faq-close.jpg);
	padding-bottom: 7px;
	padding-top: 7px;
	font-family:'GloriolaSemibold'!important;
}

.kontakty strong {
	font-family:'GloriolaSemibold'!important;
}
.hlavni-kontakt {
	color:black;
	font-size: 22px;
	font-family:'GloriolaSemibold'!important;
	margin:0;
}
.kontakt-hlavni-kontakty {
	padding-left:40px;
	padding-right:40px;
}
.kontakt-hlavni-kontakty:first-of-type {
	padding-left:15px;
}
.kontakt-hlavni-kontakty:last-of-type {
	padding-right:15px;
}
.kontakt-hlavni-kontakty:not(:last-of-type) {
	border-right: solid 1px #d9d9d9;
	min-height:320px;
}
.kontakty a {
	color:#f9b000;
}
.kontakty .btn {
	margin-bottom:11px;
	width:220px;
}
.kontakty-gray {
	background:#f0f0f0!important;
	margin-top: 100px;
	padding-top:80px;
	padding-bottom:80px;
}
.kontakty-gray p {
	font-size:15px;
}
.vedlejsi-kontakty-row {
	margin-bottom:90px;
}
.vedlejsi-kontakty-row:last-of-type {
	margin-bottom:0;
}
.kontakty-sekce {
	font-size: 18px;
	height:60px;
}
.kontakty-podsekce {
	font-family:'GloriolaSemibold'!important;
	font-size:19px;
	margin-bottom: 10px;
}
.kontakty-jmeno {
	/*font-family:'GloriolaSemibold'!important;*/
	font-size:19px;
}
.kontakty-pozice {
	color:#f9b000;
	margin-top:5px;
	margin-bottom:10px;
}
.kontakt-vedlejsi-kontakty {
	background:url(../img/kontakty-bg.png) no-repeat right 60px;
	padding-left:25px;
	padding-right:25px;
	min-height:250px;
}
.kontakt-vedlejsi-kontakty.long {
	min-height:390px;
}
.kontakt-vedlejsi-kontakty:first-of-type {
	padding-left:15px;
}
.kontakt-vedlejsi-kontakty:last-of-type {
	padding-right:15px;
	border:none;
	background:none;
}
.kontakt-vedlejsi-kontakty.oddeleni-sekci {
	border-right:solid 3px white;
	background:none;
}	
.reference-perex {
	font-family: 'GloriolaSemibold'!important;;
	font-size: 20px;
	line-height: 1.55;
	color: #000000;
	margin-top:100px;
	margin-bottom:0;
}
.reference-popis {
	margin-top:35px;
	margin-bottom:0;
	font-size: 17px;
	line-height: 1.76;
	color: #707070;
	
}
.reference-zlute-pole {
	font-size: 17px;
	line-height: 1.76;
	color: #707070;
	padding-top:13px;
	padding-bottom:13px;
	border-top: solid 1px #f9b000;
	border-bottom: solid 1px #f9b000;
	margin-top:30px;
	margin-bottom:0;
}
.DATA_DETAIL #reference input[name="do[dataList]"], .DATA_DETAIL #novinky-struktura input[name="do[dataList]"] {
	display:none;
}
#content #reference a {
	color:#f9b000;
}
#reference-galerie .gallery-classic {
	width:100%;
	margin:0 auto;
	margin-top:85px;
}

#reference-galerie .gallery-classic .gallery-main-item, 
#reference-galerie .gallery-classic .gallery-item, 
#reference-galerie .gallery-classic .gallery-item .gallery-image, 
#reference-galerie .gallery-classic .gallery-item .gallery-image a
{ 
	display:block;
	width:285px;
	height:285px;
	margin:0;
}
#reference-galerie .gallery-classic .gallery-main-item {
	display:inline-block;
	margin:0 auto;
}
#reference-galerie .gallery-classic .gallery-item .gallery-image a IMG {
	width:100%;
}









@media (max-width:1350px) {
	.barrandov-logo {
		left:0;
		margin-left:20px;
	}
}
@media (max-width:1199px) {
	.overflow-banner {
		height: 550px;
	}
	.overflow-banner-overlay {
		top: 270px;
	}
	.overflow-banner-smaller {
		height: 550px;
	}
	.overflow-banner-smaller .overflow-banner-overlay {
		height: 200px;
		top: 350px;
	}
	.novinky-homepage-wrap {
		width: 970px;
	}
	.novinky-homepage-collage {
		width:780px;
		margin-left:auto;
		margin-right:auto;
	}
	.novinky-homepage-collage-image, 
	.novinky-homepage-collage-popis {
		width:390px;
	}
	.novinky-homepage-collage-3 .homepage-novinky-arrow {
		left: 372px;
		margin-top: -400px;
	}
	.col-rozcestnik {
		height:250px;
	}
	.col-rozcestnik .text {
		font-size: 20px;
		margin-top:115px;
	}
	.col-rozcestnik:hover .text {
		margin-top: 185px;
		margin-bottom: -85px;
		font-family:'GloriolaRegular';
	}
	.col-rozcestnik:hover .arrow {
		height:80px;
	}
}
@media (max-width:991px) {
	.col-rozcestnik {
		height:185px;
	}
	.col-rozcestnik .text {
		font-size: 17px;
		display:table-cell;
		vertical-align:middle;
		position:absolute;
		bottom:0;
		margin: 0;
	}
	.col-rozcestnik:hover .text {
		margin: 0;
		color:white;
		font-family:'GloriolaRegular';
		font-weight:normal;
	}
	.col-rozcestnik .arrow {
		display:none;
	}
	.col-rozcestnik:hover .arrow {
		display:none;
	}
	.col-rozcestnik .overlay {
		height: 70px;
		bottom:0;
	}
	.col-rozcestnik:hover .overlay {
		background: rgba(44, 44, 44, 0.75);
	}
	.kontakt-vedlejsi-kontakty, .kontakt-hlavni-kontakty {
		border:none!important;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:65px;
	}
	.novinky-homepage-collage-1 .homepage-novinky-arrow {
		left: 345px!important;
		margin-top: -380px;
	}
	.novinky-homepage-collage-2 .homepage-novinky-arrow {
		left: -18px!important;
		margin-top: -380px;
	}
	.novinky-homepage-collage-3 .homepage-novinky-arrow {
		left: 345px!important;
		margin-top: -380px;
	}
}
@media (max-width:767px) {
	.novinky-homepage-collage-popis {
		    margin-top: -20px;
	}
	.overflow-banner {
		height:400px!important;
		background-position: center -150px;
	}
	.overflow-banner .overflow-banner-overlay {
		height:200px!important;
		top:200px;
	}
	.overflow-banner-smaller {
		height: 400px!important;
	}
	.overflow-banner-smaller .overflow-banner-overlay {
		height: 200px!important;
		top: 200px!important;
	}
	.overflow-banner-buttons .btn-transparent {
		display:block;
		margin:32px auto!important; 
		float:none!important;
		margin:0 auto;
		font-size: 17px;
		width: 270px;
	}
}