.social-icons .social-inner-wrap li a.fa-google {
	background: #dd4b39;
}
.social-icons .social-inner-wrap li a.fa-google:hover {
	background: #f64a86;
}

.ry-slider-nav .button-prev, .ry-slider-nav .button-next {
	display: none !important;
}

a.link {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

div.homepage-video {
    max-width: 600px;
    margin: 0 auto 2em;
    float: none;
    clear: both;
    position: relative;
}

.homepage-video:before {
    content: '\f01d';
    font-family: fontawesome;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 40%;
    margin: auto;
    text-align: center;
    font-size: 80px;
    color: #fff;
}