/************************************************
$ Widget Video
************************************************/
.section-video-widget {
	background-image: url('../images/video-image-background.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	background-size: cover;
	height: 500px;
}

.widget-video {
	padding-bottom: 100px;
	padding-top: 100px;	
}

.section-video-widget .cta-large {
    margin: 0 auto;
    width: 300px;
}

.section-video-widget .cta-video {
    color: #fff;

    -webkit-transition: color 0.3s linear 0s;
    -moz-transition: color 0.3s linear 0s;
    -o-transition: color 0.3s linear 0s;
    transition: color 0.3s linear 0s;
}

.section-video-widget .cta-video:hover,
.section-video-widget .cta-video:active,
.section-video-widget .cta-video:focus {
    color: #ed612a;
}

.section-video-widget .icon-play {
    border: solid 4px #fff;
    border-radius: 45px;
    display: block;
    height: 90px;
    margin: 0 auto 10px;
    position: relative;
    width: 90px;

    -webkit-transition: border-color 0.3s linear 0s;
    -moz-transition: border-color 0.3s linear 0s;
    -o-transition: border-color 0.3s linear 0s;
    transition: border-color 0.3s linear 0s;
}
.section-video-widget .cta-video:hover .icon-play,
.section-video-widget .cta-video:active .icon-play,
.section-video-widget .cta-video:focus .icon-play {
    border-color: #ed612a;
}

.section-video-widget .icon-play .ss-icon {
    font-size: 26px;
    margin-left: 5px;
    margin-top: -13px;
    top: 50%;
    text-align: center;
}

/*.section-video-widget .icon-play:before,
.section-video-widget .icon-play:after {
    border: solid 2px #fff;
    border-radius: 45px;
    content: "";
    display: block;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    top: 50%;
    width: 90px;
}

.section-video-widget .icon-play:after {
    border-width: 1px;
}

.section-video-widget .cta-video:hover .icon-play:before,
.section-video-widget .cta-video:active .icon-play:before,
.section-video-widget .cta-video:focus .icon-play:before,
.section-video-widget .cta-video:hover .icon-play:after,
.section-video-widget .cta-video:active .icon-play:after,
.section-video-widget .cta-video:focus .icon-play:after {

    border-color: #ed612a;
    border-radius: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    opacity: 0;
    width: 120px;

    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

.section-video-widget .cta-video:hover .icon-play:after,
.section-video-widget .cta-video:active .icon-play:after,
.section-video-widget .cta-video:focus .icon-play:after {

    border-radius: 90px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
    width: 180px;

}*/

.section-video-widget .cta-video h3 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;

    -webkit-transition: color 0.3s linear 0s;
    -moz-transition: color 0.3s linear 0s;
    -ms-transition: color 0.3s linear 0s;
    -o-transition: color 0.3s linear 0s;
    transition: color 0.3s linear 0s;
}

.section-video-widget .cta-video:hover h3,
.section-video-widget .cta-video:active h3,
.section-video-widget .cta-video:focus h3 {
    color: #ed612a;
}

.section-video-widget .cta-video p {
	color: #ffffff;
	font-size: 16px;
    text-align: center;
    margin-top: 25px;

    -webkit-transition: color 0.3s linear 0s;
    -moz-transition: color 0.3s linear 0s;
    -ms-transition: color 0.3s linear 0s;
    -o-transition: color 0.3s linear 0s;
    transition: color 0.3s linear 0s;
}

.section-video-widget .cta-video:hover p,
.section-video-widget .cta-video:active p,
.section-video-widget .cta-video:focus p {
    color: #ed612a;
}
