/****************
*home page transitions 
***************/
.a-zone:after, .a-zone:before,.project-news,.home-container{
	-webkit-transition: all 0.2s ease-in-out; /*was 1s*/
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.a-zone:hover {
    background: rgba(23,9,12,1);
    color: #fff;
}
.a-zone:hover:before{
    opacity: 1;
    left: 0.7vw;
}
.a-zone:hover:after{
    opacity: 1;
    right: 0.7vw;
}
.control-panel-btn:hover ,.panel-btn-loose:hover{
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
 
#menu-primary li:hover,
#menu-primary li:hover img {
    opacity: 1;
}
a {
	color: #fd893b;
	font-family: lato,sans-serif;
	text-decoration:none;
}
.latest-post-title {
    font-size: 1.0vw;
    /*text-transform: uppercase;*/
    font-weight: 900;
    margin-bottom: 0.5vh;
    display: block;
    text-overflow: ellipsis;
	font-family:lato,sans-serif;
	padding-left:0.2vw;
	padding-top:0.5vh;
}
.latest-post-title a {
    color: white;
}
 .video-slider .arrow-prev:hover,.video-slider .arrow-next:hover {
    transform: scale(1);
    filter: brightness(120%);
 }