.news {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  left:-180px;
  width: 200px;
  height: 180px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0,.5);
  background: #efbb54;
  transition: left .3s ease-out;
}
.news:hover {
  left:0px;
}

.news a, .news img {
  width: 180px;
  height: 180px;
}
.flickers {
  width: 20px;
  height: 180px;
  position: absolute;
  top: 0;
  right:0;
}

.flickers span{
  width: 16px;
  height: 16px;
  position: absolute;
  right: 2px;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  background: #222;
}
.flickers span.flick1{
  top: 2px;
  opacity: .9;
  animation-name: flicker;
  animation-delay: .5s;

}
.flickers span.flick2{
  top: 20px;
  opacity: .8;
  animation-name: flicker;
  animation-delay: .7s;
}
.flickers span.flick3{
  top: 38px;
  opacity: .7;
  animation-name: flicker;
  animation-delay: .9s;
}
@keyframes flicker {
  0%   {transform: rotateY(0deg);}
  20%  {transform: rotateY(0deg);}
  22%  {transform: rotateY(90deg);}
  30%  {transform: rotateY(0deg);}
  100% {transform: rotateY(0deg);}
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  color: #EFBB54;
  font-family: 'Raleway', sans-serif !important;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.site-title h1 a {
    width: 50%;
}
#top {
	position: fixed;
	width: 100%;
	z-index: 100;
	/* top: 40px; */
	}

.site-title h1 a span {
	font-family: 'Raleway', sans-serif !important;
	font-size: 0px !important;
	visibility: hidden;
	}
.site-title img {
	width: 75% !important;
	margin-top: 0px !important;
	}
#site-menu ul li a{
	font-family: 'Raleway', sans-serif !important;
	margin: 20px 0 0 0 !important;
}
#site-menu ul li a:hover{
	font-weight: 700;
  color: #EFBB54;
}
.close-project {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #2d3337;
	text-align: center;
	border-radius: 0 0 0 4px;
}
.close-project i {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
.filterdiv {
  display: none;
}
.show {
  display: block;
}
#filtercontainer {
	height: 50px;
}
#filtercontainer .btn{
	font-family: 'Raleway', sans-serif !important;
	border: none;
	width: 14%;
	height: 100%;
	padding: 0 !important;
	font-weight: 200;
	font-size: 16px;
}
#filtercontainer .active{
	font-weight:600;
	color: #EFBB54;
}

/* 20. Mobile only query */
@media (max-width: 767px) {
	#filtercontainer .btn{
		font-size: 10px;
	 }
  .site-title h1 a {
    width: 100%;
  }
}
/* 21. Large mobile query (480px) */
@media (min-width: 480px) {
	#filtercontainer .btn{
			font-size: 14px;
	}
  .site-title h1 a {
    width: 50%;
  }
}
/* 22. Small tablet query (768px) */
@media (min-width: 768px) {
  #filtercontainer .btn{
			font-size: 14px;
	}
}
/* 22. Large tablet query (992px) */
@media (min-width: 992px) {
  #filtercontainer .btn{
			font-size: 14px;
	}
}
@media (min-width: 1060px) {
  #filtercontainer .btn{
			font-size: 16px;
	}
  .site-title h1 a {
    width: 50%;
  }
}
/* 23. Desktop query (1200px) */
@media (min-width: 1200px) {

}
@media (min-width: 1260px) {

}
.video-fluid {
  width: 100%;
  height: auto;
}
.single-title {
  /* font-family: 'PT Sans Narrow', sans-serif; */
	font-family: 'Raleway', sans-serif !important;
  font-weight: 400;
  font-size: 32px;
  color: #bbbbbb;
}
h5, .owl-thumbs, .owl-thumbs .owl-controls{
	display: none !important;
}

.livedemo {
	padding: 20px;
	font-size: 1vw;
	text-align: center;
	text-decoration: none !important;
	position: absolute;
	z-index: 1;
	bottom: 10%;
	left: 0;
	width: 100%;
	height: 40px;
	transition: font-size 0.3s ease-in-out;
	-webkit-transition: font-size 0.3s ease-in-out;

}

.livedemo:hover {
	font-size: 1.1vw;
}
.behance {
	background-image: url(../img/thumbs/behance.png);
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
	display: block;
	padding: 20px;
	margin: 40px 0;
}

.skills img {
	float: left;
	width: 40px;
	height: 40px;
	margin: 10px 10px 0 0;
	/* border: 1px solid rgba(255,255,255,.2); */
}
.skills p {
	/* font-family: 'PT Sans Narrow', sans-serif !important; */
	font-family: 'Raleway', sans-serif !important;

	float: left;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.skills-col {
	width: 40%;
	float: left;
	margin: 0 0 0 10%;
}
.skill {
	width: 100%;
	height: 60px;
	float: left;
}

.clients {
	background: rgba(0, 0, 0, 0.10);
	margin: 100px 0 0 0;
	height: auto;
	float: left;
	}

.client {
	width: 12%;
	margin: 0px 4%;
	float: left;
}
@media (max-width: 767px) {
		.client {
			width: 20%;
			margin: 0px 6%;
			float: left;
		}
}

.text-dark-moj {
	font-size: 20px;
}

.hilite {
	color: #EFBB54;
}

.ext {
	font-size: 18px;
	margin: 0 0 0 10px;
	line-height: 26px;
	-webkit-hyphens: none;
   -ms-hyphens: none;
   hyphens: none;
}

.mycv::after {
	content: " ";
	width: 700px;
	height: 700px;
	background-image: url(../img/mycv.svg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	position: absolute;
	right: 10%;
	z-index: -1;
}
@media (max-width: 767px) {
	.mycv::after{
			opacity: 0.5;
		}
}
/* --------------------------------2020---------------------------------- */

.thumb.featured .info {
	background-position: 25% 20%;
	background-image: url("../img/thumbs/behance-thumb.png");
	}

.iframe iframe {
	background: #fff;
	transform: scale(0.6);
	border: 4px solid #8899a6;
	margin: -10% 0 0 0;
	border-radius: 20px;

}
.iframe {
	position: relative;
}
