.photogallery_single {
    display: block;
	margin:40px 0;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;width:600px;}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block; position:relative;}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;outline: none;}

.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;}

.owl-theme .owl-prev {
    left: -40px;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border: none;
    position: absolute;
    border-bottom: 0px solid #1c2d55;
    background: transparent;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: 0.3s;
    outline: none;
}
	
	.owl-theme .owl-next {
    right: -40px;
    top: 50%;
    width: 50px;
    height:50px;
	margin-top: -25px;	
    border: none;
    position: absolute;
    background: transparent;
    color: #fff;
    font-size: 20px;
		transition:0.3s;
		opacity:0;
		outline: none;
}

.owl-theme .owl-next:before, .owl-theme .owl-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-theme .owl-prev:before {
    content: "";
    background: url(/wp-content/themes/dnk/design/arrow-left.png);
}

.owl-theme .owl-next:before {
    content: "";
    background: url(/wp-content/themes/dnk/design/arrow-right.png);
}


.owl-theme .owl-prev:hover, .owl-theme .owl-next:hover {}

.owl-theme:hover .owl-prev {left: -80px; opacity:1;}
.owl-theme:hover .owl-next {right: -80px; opacity:1;}


		  .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
		  .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px;outline:none;}
		  .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#ff4200;}	  
	  
		  
		  
	

.owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -28px;
}

#slider-1 {
	width:100%;
	background: #030b1a;
    padding: 30px;
    float: left;
}

#slider-1 .posts{
	width:100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

#slider-1 .posts .posts_title{
	width:100%;
	 padding: 0 15%;
	color: #858ba5;
	float: left;
	text-align:center;
	position:absolute;
	z-index:5;
	opacity:1;
	transition:0.3s;
	text-decoration:none;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
}

 #slider-1 .posts:hover .posts_title{
	opacity:0;
}



#slider-1 .posts .posts_date {
	    width: 100%;
    line-height: 1.3;
    font-size: 12px;
    margin: 5px 0;
    color: #858ba5;
    float: left;
    text-align: center;
}
		  
#slider-1 .item {
	width:100%;
	float:left;
	text-align:center;
	margin-right: 0!important;
}

#slider-1 .item .thumbnail {
	width: 100%;
    float: left;
    height: 260px;
    overflow: hidden;
	position:relative;
}

#slider-1 .item .thumbnail img {
	width: 100%;
    float: left;
    height: 260px;
    object-fit:cover;
}

 #slider-1 .posts:before {
	content:"";
	background: url(/wp-content/themes/firsttheme/design/videoplay.svg);
	width:40px;
	height:40px;
	background-size:cover;
	position:absolute;
	top: 50%;
    left: 0;
    right: 0;
    margin: auto;
	margin-top:-20px;
	z-index:6;
	opacity:0;
	transition:0.2s;
}

 #slider-1 .posts:hover:before {
	content:"";
	background: url(/wp-content/themes/firsttheme/design/videoplay.svg);
	width:80px;
	height:80px;
	margin-top:-40px; 
	background-size:cover;
	opacity:1;
}

#slider-1 .item .thumbnail:after {
	content:"";
	background: rgba( 0, 30, 130, 0.5);
	width:100%;
	height:100%;
	background-size:cover;
	position:absolute;
	top: 0%;
    left: 0;
    z-index:4;
}

#slider-1 .item .post .posts_title {
	margin-bottom: 0%;
    color: #fff;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
}






.sync1, #sync2  {
  
}

.sync1 .item {
  padding: 0px 0px;
  margin: 0px;
  color: #FFF;
  text-align: center;
	height:500px;height:80vh;
	width:100%;
	overflow:hidden;
}

#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .currents .item {
  background: #fff;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
.sync1.owl-theme {
  position: relative;
}












.sync1.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 400px;
    margin: 0 auto;
}

.sync1.owl-theme .owl-next, .sync1.owl-theme .owl-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
	background:transparent;
	opacity: 0.7;
}

.sync1.owl-theme .owl-prev {
  left: -50px;
}
.sync1.owl-theme .owl-next {
  right: -50px;
}

.sync1.owl-theme .owl-next:before, .sync1.owl-theme .owl-prev:before {
	content:"";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
	left:0;
}

.sync1.owl-theme .owl-prev:before {
	content:"";
    background: url(/wp-content/themes/dnk/design/arrow-left.png);
}

.sync1.owl-theme .owl-next:before {
	content:"";
    background: url(/wp-content/themes/dnk/design/arrow-right.png);
}


#sync2.owl-carousel .owl-item {
    height:120px;
	overflow:hidden;
}




#sync2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}



.sync1 .owl-dots {
    position:relative;
	display:none;
}



#sync2 .item{
    padding: 1px;
    float: left;
}























.slider-catalog {
	
}

.slider-catalog .owl-dots {
    width: 70%;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: -40px;
    /* border-bottom: 1px solid #000; */
}

.slider-catalog .catalog-item {
    padding: 40px;
	height: 50vh;
	position:relative;
	opacity:0.3;
	pointer-events: none;
}

.slider-catalog .catalog-item.yes {
    opacity:1;
	pointer-events:auto ;
}



.slider-catalog .catalog-item:hover {
    padding: 40px;
	background:#333;
	color:#fff;
}

.slider-catalog .catalog-item:hover a {
    
	color:#fff;
}

.slider-catalog .catalog-item .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.slider-catalog .catalog-item .item-thumbnail {
    height: 200px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.slider-catalog .owl-carousel.owl-drag .owl-item {
    position:relative;
}

.slider-catalog .owl-carousel.owl-drag .owl-item:before {
    content: "";
    width: 1px;
    height: 90%;
    background: #777777;
    position: absolute;
    right: 0px;
    top: 5%;
}


.slider-catalog .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 5px;
    margin: 5px 7px;
    background: #111111;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #BF0000;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #a7b2b8;
}






@media screen and (max-width: 1000px) {
	.sync1.owl-theme .owl-prev {
    left: -30px;
}
	.sync1.owl-theme .owl-next {
    right: -30px;
}
}




@media screen and (max-width: 500px) {
	.sync1.owl-carousel .owl-item img {
    height: auto;
}
	.sync1.owl-theme .owl-prev {
    left: 0px;
		background:#fff;
}
	.sync1.owl-theme .owl-next {
    right: 0px;
		background:#fff;
}
	.project-item .meta {
    padding: 20px;
}
	.project-item .meta .title {
    font-size: 30px;
		margin: 0 0 10px 0;
}
	.slider-catalog .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
}



