body{
	font-family: Lekton, sans-serif;
	overflow: hidden;
	color: #303030;
}

::-moz-selection { /* Code for Firefox */
    color: #303030;
    background: white;
}

::selection {
    color: black;
    background: white;
}


.my-narcyz{
	margin: 0 auto;
	margin-top: 20vh;
	max-width: 560px;
	max-height: 90vh;
}
.my-narcyz>img{
	max-height: 50vh;
	margin: auto;
}

.my-navbar{
	padding: 20px;
}
.image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.my-list>li, li>a, li>a:hover, li>a:active{
	padding-right: 25px;
	font-size: 18px;
	cursor: pointer;
	color:  #303030;

}

.my-slogan{
	font-size: 18px;
}

.my-rmar{
	margin-right: 10px;
}

.my-thumbs{
	position: fixed;
	bottom: 20px;
	width: 100%;
	height: 100vh; /*60vh;*/
	z-index: 10 !important;
	background-color: #222;
	overflow: auto;
}
div.my-thumbs hr{
	border-top: 1px solid #303030;
}
a.slash + a.slash::before{
	content: "/ ";
	font-weight: normal;
}

div.of{
	overflow: hidden;
}
.my-close{
	position: fixed;
	font-size: 20pt;
	cursor: pointer;
	padding-top: 12px;
	background-color: #fff;
	z-index: 100;
	bottom: -100px;
	-webkit-transform: translateZ(0);
}

.my-media{
	margin-top: 50px;
}
/*idea*/
.my-idea{
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	top:0;
	left: -100%;
	overflow: auto;
}

.my-wystawy{
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	bottom: -100vh;
	overflow: auto;
}

.my-eseje{
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	top:0;
	right: -100%;
	overflow: auto;

}

.my-item-top{
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	top: -100vh;
	overflow: auto;
}

p, div.my-text {
	font-size: 18px;
}

.xt>div{
	cursor: pointer;
	height: 156px;
}
.clearfix {
	clear: both;
}


.xt>div>img{
	-o-object-fit: cover;
   	object-fit: cover;
	overflow: hidden;
	margin: auto;
	padding: 3px;
}
.bold:hover{
	font-weight: bold;
	cursor: pointer;
}

.my-container{
	margin-top: 5%;
	padding-bottom: 20px;
}

.my-top-m{
	margin-top: 40px;
}

.my-text{
	margin-bottom: 35px;
}

.my-h1{
	font-size: 30px;
}

.my-pion{
	border-left: 1px solid #eee;
	padding-bottom: 35px; 
}
.my-pion .my-top-m {
	margin-bottom: 0;
}
.my-a, a:hover, a:active, a:focus, a:visited, a{
	text-decoration: none;
	font-size: 13pt;
	color:  #303030;

}

.my-img{
	width: 100%;
	height: 100% !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
}

.item{
	padding-bottom: 50px;
}

.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}

video{

            bottom: 50px;
            min-width: 100%;
            height: 100%;
	
			background: #000;
            overflow: hidden;
            z-index: 1;
}

.cycle{
	cursor: all-scroll;
	height: 100%;
	background-repeat: repeat-x;
}

.my-idea, .my-wystawy, .my-eseje, .my-item-top, .my-thumbs{
	display: none;
}

/*scroll style*/
.style-8{
	z-index: 1050;
}

.style-8::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.style-8::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}


@media (max-width: 768px) {
  .my-slogan {
    font-size: 1.4em; 
  }

  .my-list>li, li>a, li>a:hover, li>a:active{
	padding-right: 20px;
	}
}

.my-thumbs .gallery-container/* :not(:first-child) */ .xt.row {
	display: none;
}
.my-thumbs .gallery-container .my-text {
	color: #a8a8a8;
	cursor: pointer;
}
.gallery-container .arrow {
	background-image: url('../img/a-d-grey.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	float: right;
}
.gallery-container.visible .arrow {
	background-image: url('../img/a-l-grey.png');
}
.center {
	text-align: center;
}