/* @override http://192.168.15.127:8888/crewmark16/assets/2016/css/hovercss.css */

@charset "UTF-8";


.hovmenu {
	padding-top: 140px;
	padding-left: 0;
	margin-top: 10px;
	padding-right: 0;
}

.hovmenu a {
	color: #fefffe;
}


.view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background: url(../images/home/bgimg.jpg) #cfcece;
	border-radius: 20px;
	-moz-box-shadow: 0 0 20px #c5bfbf;
	box-shadow: 0 0 20px #c5bfbf;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    
}
.view img {
    display: block;
    position: relative;
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
}

.view h2 {
    text-transform: uppercase;
    color: #fffff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #fffff;
    padding: 10px 20px 20px;
    text-align: center
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fffff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}



.view .mask { 
    background-color: rgba(255, 231, 179, 0.3); 
    transition: all 0.5s linear;
    opacity: 0;
}	
.view h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 10px 0px;
    transform: scale(0);
    color: #FFFFFF;
    transition: all 0.5s linear;
    opacity: 0;
}
.view p {
    color: #FFFFFF;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view a.info { 
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}



.view:hover img { 
	transform: scale(10);
    opacity: 0;
}
.view:hover .mask { 
	opacity: 1;
}																			 
.view:hover h2,
.view:hover p,
.view:hover a.info{ 
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 991px){

.mask p {
	padding-bottom: 10px;
	line-height: 18px;
	font-size: 12px;
}

.mask h2 {
	margin-top: 0;
}

}

@media (max-width: 767px){


.view {
	width: 250px;
}


.mask p {
	padding-bottom: 10;
	margin-bottom: 20px;
}

.mask h2 {
	margin-top: 20px;
	font-size: 17px;
}

.hovmenu {
	padding-right: 0;
	padding-left: 0;
	padding-top: 20px;
}

.hovmenu .row {
	margin-left: 0;
	margin-right: 0;
}

.hovmenu .row .col-sm-4 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.container {
	margin-bottom: 25px;

}

@media (max-width: 376px){


}

}