
.play-icon {
	position: relative;
	display: block;
	font-size: 18px;
	margin: 20px 0 0 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #FFF !important;
	border: 2px solid #EEE;
	text-align: center;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.play-icon i {
	position: relative;
	left: 2px;
}

.play-icon:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 1199px) {

	.menu-link {
		font-size: 15px;
		letter-spacing: 0;
		text-transform: none;
	}


	.menu-item.current > .menu-link div::before,
	.menu-link:hover div::before { transform: translate3d(100%,0,0) translate3d(1px,0,0); }

	.menu-item.current > .menu-link div::after,
	.menu-link:hover div::after { transform: translate3d(0,5px,0); }

	.menu-link div::after {
		top: calc(50%);
		height: 4px;
	}


	.slider-element .heading-block h2 {
		font-size: 4.0rem;
		line-height: 1.2;
		text-transform: none;
		letter-spacing: 0;
		font-weight: 700;
	}

	.play-icon { margin: 0 auto; }

}

@media (max-width: 991px) {
	.slider-element .vertical-middle .container { top: 0; }
}

.inline-YTPlayer { z-index: 1; }

#ytb-video-button.play-icon {
	position: absolute;
	left: auto;
	bottom: 10px;
	right: 10px;
	width: 42px;
	height: 42px;
	line-height: 39px;
	font-size: 20px;
	text-align: center;
	border-width: 2px;
	z-index: 2;
}

#ytb-video-button.play-icon i:nth-of-type(1) {
	position: relative;
	left: 1px;
}

#ytb-video-button.play-icon i:nth-of-type(2),
#ytb-video-button.play-icon.video-played i:nth-of-type(1) { display: none; }

#ytb-video-button.play-icon.video-played i:nth-of-type(2) { display: block; }
