/* CSS Document */

.ovrly03 {
    /*! width: 85%; */
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.ovrly03 img {
    /*! position: relative; */
    /*! width: 100%; */
    top: 0;
    left: 0px;
}
.ovrly03 .ovrlyT {
    background: #d1d1d199;
    height: 100%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ovrly03 .ovrlyB {
    background: #d1d1d199;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ovrly03 .buttons {
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
/*.ovrly03 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}*/
.ovrly03:hover .ovrlyT {
    left: 0;
    top: 0;
}
.ovrly03:hover .ovrlyB {
    left: 0;
    top: 0;
}
/*.ovrly03:hover .buttons .fa {
    opacity: 1;
}*/
.ovrly03 .buttons .image-font-01 a {
	font-family:'Questrial-Regular';
	font-size:25px;
	color:#b23236;
	-webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
	opacity:0;
	font-weight: 700;
}
.ovrly03:hover .buttons .image-font-01 a {
    opacity: 1;
    color: #b23236;
}

.ovrly03 .buttons .image-font-02 {
	font-family:'Questrial-Regular';
	font-size:15px;
	color:#181818;
	-webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
	opacity:0;
	font-weight: 700;
}

.ovrly03:hover .buttons .image-font-02 {
    opacity: 1;
}

@media only screen and (max-width: 480px) {
.ovrly03 .buttons {
	top: 50%;
}
.ovrly03 .buttons .image-font-01 {
	font-size:20px;
}
.ovrly03 .buttons .image-font-02 {
	font-size:11px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.ovrly03 .buttons {
	top: 50%;
}
.ovrly03 .buttons .image-font-01 {
	font-size:15px;
}
.ovrly03 .buttons .image-font-02 {
	font-size:11px;
}
}