@charset "UTF-8";
/* CSS Document */
.view {
    width: 32.768361581921%;
	max-width: 464px;
	height: auto;
    max-height: 258px;
    margin: 4px;
    float: left;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center
}
.view .mask, .view .content {
    width: 100%;
	height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view img {
    display: block;
    position: relative;
	max-width: 100%;
	height: auto;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    padding: 10px;
    background: none;
    margin: 50px 0 8px 0
}
.view p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
	font-weight: 300;
}
.view p.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: none;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
}
.view a.info:hover {
    box-shadow: none;
}
.view-first img { 
    transition: all 0.2s linear;
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(0,0,0, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}
.view-first:hover img { 
	transform: scale(1.1);
} 
.view-first:hover .mask { 
	opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.view-first:hover p {
    transition-delay: 0.1s;
}
.view-first:hover a.info {
    transition-delay: 0.2s;
}
.lastOf {
	margin-bottom: 8px;
}
.scitusLogo {
	width: 160px;
}
@media screen and (max-width: 1415px) {
	.view {
		width: 32.55208333%;
	}
	.view h2 {
		margin: 15px 0 6px 0;
	}
	.scitusLogo {
	width: 120px;
	margin-top: -10px;
}
}
@media screen and (max-width: 1023px) {
	.view {
		width: 32.291666%;
	}
	.view h2 {
		font-size: 19px;
		margin-top: 5px;
		padding-bottom: 5px;
	}
	.view p {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.scitusLogo {
	width: 100px;
	margin-top:-5;
	}
}
@media screen and (max-width: 768px) {
.view {
		width: 99.21875%;
		max-width: 560px;
	}
.view img {
	margin: 0 auto;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    padding: 10px 10px 5px 10px;
    background: none;
    margin: 45px 0 8px 0;
}
.view p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
	font-weight: 300;
}
.view p.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: none;
    color: #fff;
    text-transform: uppercase;
    box-shadow: none;
}
.scitusLogo {
	width: 160px;
	margin-top:0;
	}
}

