.bordered-white{
	border:1px solid #fff;
	border-top-width: 2px;
	border-bottom-width: 2px
}

.cate-lines:before,
.cate-lines:after{
	display: none;
}

.ot-heading.is-dots:before{
	display: none;
}

.project-item{
	border:1px solid #fff;
}

#video_overlays {
	position:absolute;
	float:left;
	width:100vw;
	min-height:100vh;
	background-color:#000;
	z-index: 1;
	opacity: .2
}

.site-header{
	background:#000;
}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	left:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:11px;
}

.float:hover{
    color:#fff;
}