/* IMAGE HOVER */


#more-link-box	{
	font-family: 'Oswald', sans-serif; font-weight:300;;	
}

#more-link-box .image-hover 
{
position:relative;display:inline-block;overflow:hidden;background:none; background-color:transparent; border:none;
}

#more-link-box .image-hover img {display:block}
#more-link-box .image-hover a {text-decoration:none}

#more-link-box .image-pos {width:516px;height:44px}
#more-link-box .image-pos img {margin:-100px 0px 0px -100px}


/*** effect layer-panel hover - top to bottom ***/

#more-link-box .img-panel-topbottom-hover .layer-text {position:absolute;bottom:100%;right:0px;left:0px;opacity:.9;background:#fff;color:#10171F;font-size:19px; font-weight:300;}
#more-link-box .img-panel-topbottom-hover:hover .layer-text {position:absolute;bottom:0px}

#more-link-box .img-panel-topbottom-hover .layer-text a h1 {display:inline-block;width:50%;padding:8px 0px;text-align:center;font-size:19px;color:#10171F; font-weight:300;}
#more-link-box .img-panel-topbottom-hover .layer-text a h1:hover {background:#10171F;color:#fff}

#more-link-box .img-panel-topbottom-hover .layer-text
{
transition:all .4s ease-in-out;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-ms-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
}

#more-link-box .img-panel-topbottom-hover:hover .layer-text
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}


