/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 Dec 2019, 19:49:44
    Author     : pz 
*/

.h1{
	color: var(--custom-color);
}
h2{
	font-size: 1.8rem;
}

#sections{
  clear: both;
}
/*@media (min-width: 576px) {*/
	#sections{
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: -moz-box;
	  display: flex;
	  -webkit-flex-wrap: wrap;
		  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
	  -webkit-flex-flow: row wrap;
		  -ms-flex-flow: row wrap;
			  flex-flow: row wrap;
	}
/*}*/
.b_fotoBig{
	float: left;
    margin-right: 20px;
	margin-bottom: 20px;
	max-width: 300px;
	border: 14px solid #eee;
}
.title-sentence{
    display: block;
    margin-bottom: 2rem;
}
.is-sentence{
    margin-bottom: 0px !important;;
}
.private-page .b_fotoBig,
.private-page .section-img{
	border: 1px solid #eee;
}
.section-box{
	clear: both;
}
.section-box.section-theme-0 .section-img{
	display: none;
}
.section-box.section-theme-1 .section-img{
	float: left;
    margin-right: 20px;
	margin-bottom: 20px;
	max-width: 300px;
	border: 14px solid #eee;
}
.section-box.section-theme-2 .section-img{
	float: right;
    margin-left: 20px;
	margin-bottom: 20px;
	max-width: 300px;
	border: 14px solid #eee;
}
.section-row.section-row-theme-3{
	width: 25%;
	float: left;
}
.section-row.section-row-theme-3 h2.section-header{
	font-size: 1.1rem;
	display: none;
}
.section-row.section-row-theme-3 .section-box.section-theme-3 .section-img{
	/*float: right;*/
/*    margin-right: 15px;
	margin-bottom: 15px;*/
/*max-width: 300px;*/
	max-width: 100%;
	border: 14px solid #eee;
	border: none;
	padding: 8px;
}

body.scroll.blog-ro .logo-container{
	opacity: 0;
}

body.dark .section-box.section-theme-1 .section-img,
body.dark .section-box.section-theme-2 .section-img,
body.dark .section-box.section-theme-3 .section-img{
	border: 1px solid rgba(255,255,255,.8);
}

.section-row.section-row-theme-0,
.section-row.section-row-theme-1,
.section-row.section-row-theme-2{
	clear:both; 
	width: 100%;
	/*jesli wczeniej sekcja z galeria to nastepna od nowego wiersza*/
}

/*.private-page .section-img,*/
.private-page .b_fotoBig{
	border: none;
	/*border: 1px solid #eee !important;*/

}
/* XS */
@media (max-width: 576px) {
	.b_fotoBig{
		max-width: 100%;
	}
	.section-img,
	.section-row.section-row-theme-3 .section-box.section-theme-3 .section-img{
		margin: 0px !important;	
		float: none !important;
		max-width: 100% !important;
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.section-row.section-row-theme-3{
		width: 100%;
		float: none;
	}
}


@media (max-width: 768px) { 
	.row.alerts{
		clear: both;
	}
}

/* SM */
@media (min-width: 576px) { 
	.section-row.section-row-theme-3{
		width: 50%;
	}

}

/* MD */
@media (min-width: 768px) {
	.section-row.section-row-theme-3{
		width: 50%;
	}
}

/* LG */
@media (min-width: 992px) { 
	.section-row.section-row-theme-3{
		width: 33%;
	}
}
/* XL */
@media (min-width: 1200px) {
	.section-row.section-row-theme-3{
		width: 25%;
	}
}
.section-ico{
	
}
.section-box .alert{
	min-height: 74px;
}
.alert-success .section-ico{
	text-shadow: 0 0 2px #a3c6ab;
	float: right;
	color: #fff;
	margin-left: 15px;
	font-size: 40px;
	margin-top: -7px;
	/*text-shadow: 0 0 2px #666;*/
}
.alert-danger .section-ico{
	margin-top: -7px;
	text-shadow: 0 0 2px #d5a6ab;
	float: left;
	color: #fff;
	margin-right: 15px;
	font-size: 40px;
	/*text-shadow: 0 0 2px #666;*/
}
.alert-warning .section-ico{
	margin-top: -7px;
	text-shadow: 0 0 2px #a3d6ab;
	float: left;
	color: #fff;
	margin-right: 15px;
	font-size: 40px;
	/*text-shadow: 0 0 2px #666;*/
}

/*a[data-toggle="lightbox"]:before{
	content: 
}*/
a.zoom{
	position: relative;
	display: inline-block;
	
}
a.zoom .zoom-ico{
	position: absolute;
    font-size: 100px;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -50px;
	opacity: .0;
}
a.zoom:hover .zoom-ico{
	opacity: .6
}

.section-box .alert p{
	margin: 0px;
}

.collapse-button i{
	 transform: rotate(180deg);
}
.collapse-button.collapsed i{
	 transform: rotate(0deg);
}



/* zoom ico */
a.zoom-effect{
	display: inline-block;
	position: relative;
}
a.zoom-effect:hover .zoom-ico {
    opacity: 1;
}
a.zoom-effect .zoom-ico{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a.zoom-effect:hover .zoom-ico:before {
    top: 35%;
}

a.zoom-effect .zoom-icon:before{
    top: -30px;
}
a.zoom-effect:hover .zoom-ico:before{
    margin-top: -15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    top: 50%;
}
a.zoom-effect .zoom-ico:before{
    background: url(/assets/themes/theme1/img/magnify.png) no-repeat 0% 0%;
    width: 30px;
    height: 30px;
    margin: 0 0 0 -15px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    top: -30px;
}
.zoom-effect .zoom-ico:before{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -13px 0 0 -13px;
    width: 25px;
    height: 26px;
    background: url(/assets/themes/theme1/img/magnify-alt.png) 50% 50% no-repeat;
    content: "";
}
ul.connected{
	padding-left: 15px;
	margin-bottom: 50px;
}
ul.connected li{
	padding-bottom: 15px;
}
ul.connected img.float-left{
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
}
.connected-box	h4{
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
}
#connected-section{
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
}
#connected-section.connected-portal{
	padding-top: 50px;
}
.movieIframeContainer{
    margin-bottom: 1rem;
}
.movieIframeContainer iframe{
    width: 100% !important;
    min-height: 80vh !important;
}
.isMovie .b_fotoBig{
    
}
.isMovie  .b_fotoLink:before{
/*     content: " ss";
    display: inline-block;
    position: absolute;
    margin-top: 130px;
    margin-left: 130px;
    width: 40px;
    height: 40px;
    background: url(/img/ico/youtube.svg) center center no-repeat;
    background-size-x: 40px;*/
}
a.b_fotoLink{
    display: block;
    
}
.movieCoverIco{
    width: 100px;
    height: 100px;
/*    width: 70px;
    height: 60px;
    top: 120px;
    left: 130px;*/
    position: absolute;
}
.isMovie svg{
   
}
.movieCoverIco svg path{
    fill: #fff;
    stroke-width: 1rem;
    stroke: #666;
    opacity: .5;
}

.movieCoverIco:hover svg path{
    opacity: 1;
}
.full-image img{
    width: 100%;
    max-width: 100%;
}
.full-image{
    margin-top: 55px;
}

@media (max-width: 576px) { 
    .full-image{
        margin-top: 65px;
    }
}

.blog-text-section{
    position:relative;
}
.truncate-blog{
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 300px;*/
    width: calc(80%);
}

.truncate-blog:after {
  position: absolute;
  bottom: 0;  
  /*height: 100%;*/
  height: 400px;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
     rgba(252,252,252, 1) 20%, 
     rgba(252,252,252, 0) 80%
  );
  pointer-events: none; /* so the text is still selectable */
}
body.dark .truncate-blog:after {
  
  background: linear-gradient(to top,
     rgba(44,44,44, 1) 20%, 
     rgba(44,44,44, 0) 80%
  );
}
.menu-linki-sekcje .alert-secondary ul,
.menu-linki-sekcje .alert-secondary a,
.menu-linki-sekcje .alert-secondary{
/*    color: #fff;
    font-weight: bold;*/
}
.menu-linki-sekcje .alert-secondary ul{
    margin-bottom: 0px;
}
.menu-linki-sekcje .alert-secondary{
    background: rgba(150,150,150,.15);
    margin-top: 1rem;
    margin-bottom: 3rem;
    display: inline-block;
}