

@media (min-width: 992px){
	li.nav-item {
		display: inline-block;
		float: left;
		border-bottom: 1px solid #333;
	}
}

.navbar-expand-lg .navbar-nav {
	-ms-flex-direction: unset;
	flex-direction: unset;
}
.navbar-nav {
	display: initial;
}
ul.small-posts > li .post-cont{
	margin-left: 95px;
}
ul.small-posts > li > a{
	margin-right: 10px;
}
ul.post-tags {
	margin-bottom: 5px;
}
ul.small-posts > li {
	margin-bottom: 10px;
}
.news-post h2{
	font-size: 13px;
	line-height: 1.5;
}
.view-more{
	color: #bcbcbc;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.insize{
	max-width: 670px;
}
.owl-carousel .item{
	padding: 0;
}
.owl-thumbs{
	padding: 9px 0;
}
.owl-thumbs .owl-thumb-item{
	height: 50px;
	width: 100%;
	max-width: 76px;
	padding: 0;
	background: transparent;
	border: none;
	outline: 0;
	overflow: hidden;
	opacity: .7;
	margin-right: 8px;
}
.owl-thumb-item:last-child{
	margin: 0;
}
.owl-thumb-item.active{
	opacity: 1;
}
.owl-thumbs .owl-thumb-item img{
	max-width:100%;
	height:auto;
}
.owl-dots{
	position:absolute;
	bottom:170px;
	left:0;
	right:0;
}

.top-reklam{
	background-repeat: no-repeat;
    /* background-size: 100% auto; */
    background-position: center;
}
.top-reklam:hover{
	cursor: pointer;
}
.navbar-nav > li > a{
	padding: 13px 20px 10px !important;
}

.det-title,
.det-title p {
    color: #212121;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    text-transform: unset;
    font-weight: 600;
    margin: 0 0 20px;
}

.sharer{
	display: inline-block; 
	list-style:none
}
.sharer li{
	display: inline-block
}
.sharer li a{
	width: 40px;
    height: 40px;
    background: #eee;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
}


.default-news-slides .single-default-news {
  margin-bottom: 0;
}

.default-news-slides .single-default-news .news-content {
  padding: 20px;
}

.default-news-slides .single-default-news .news-content h3 {
  font-size: 20px;
}

.default-news-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: .01;
}

.default-news-slides.owl-theme .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background: #f0f1f4 !important;
  color: #232323 !important;
  line-height: 40px !important;
  margin: 0 3px;
  position: absolute;
  left: 50px;
  opacity: 1;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: 0;
  font-size: 20px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border-radius: 50%;
}

.default-news-slides.owl-theme .owl-nav [class*=owl-]:hover, .default-news-slides.owl-theme .owl-nav [class*=owl-]:focus {
  color: #ffffff !important;
  background-color: #2b44b9 !important;
}

.default-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}

.default-news-slides.owl-theme:hover .owl-nav [class*=owl-], .default-news-slides.owl-theme:focus .owl-nav [class*=owl-] {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.default-news-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .default-news-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.default-news-slides.owl-theme .owl-nav [class*=owl-]{
	text-align: center;
}

footer .down-footer p {
    font-size: 14px;
	color: #eee !important
}

.post-image .popup-youtube{
	position: relative;
}

.cover-dark{
	position: relative;
}
.cover-dark:after{
	content: '';
	position: absolute;
	background: #000;
	opacity: .2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.post-image .popup-youtube:after{
	position: absolute;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    display: inline-block;
    color: #fb2525;
    border-radius: 50%;
    line-height: 65px;
    font-size: 30px;
    background-color: rgb(255 255 255 / 50%);
    content: "\f144";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ripple {
	background-color: #fff;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    animation: ripple 3s linear infinite;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ripple::before,
.ripple::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius: 50%;
  animation:inherit;
  animation-delay:1s;
}
.ripple::after {
  animation-delay:2s;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .7rem rgba(255,255,255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8rem rgba(255,255,255, 0);
  }
}

@media only screen and (max-width: 992px){
	.top-reklam{
		background-size: auto 80%;
	}
	
}

@media only screen and (max-width: 600px){
	.top-reklam{
		background-size: auto 60%;
	}
	
}


@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}


.news-details img{
	max-width: 100% !important;
}