.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999999;
}

.grtyoutube-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.grtyoutube-popup-close {
	position:absolute;
	top:-30px;
	right:0;
	color:#FFF;
	font-size:25px;
	width:17px;
	height:17px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}
.video-testimonials-item
{
    padding: 0px;text-align:center;
    -webkit-transition:all ease-in-out 0.5s;
  -moz-transition:all ease-in-out 0.5s;
  transition:all ease-in-out 0.5s;
}
.video-testimonials-item:hover
{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
.youtube-link
{
    display:block;
}
.intro-video
{
    position: relative;
    padding:0px;
    box-sizing:border-box;
    width:100%;
}
.video-testimonials
{
    position: relative;
    padding: 10px;
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-sizing: border-box;
    width: 100%;
    background-color:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
}
.video-testimonials-img {width:100%;margin-bottom: 20px;}
.intro-video img, .video-testimonials img{
    width: 100% !important;height:100% !important;
}
.video-testimonials img{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin: 0 auto 0px !important;
}
.intro-video .play-icon ,.video-testimonials .play-icon{
    position: absolute;
    width:80px !important;
    height:80px !important;
    z-index: 9;
    top: 40%;
    left: 43%;
    display: block;
    border-radius:50px;
}
.intro-video .play-icon.play-icon-hover, .video-testimonials .play-icon.play-icon-hover
{
  display:none
}
.video-testimonials .play-icon{
    top: 38%;
    left: 38%;
}
.intro-video .play-icon{
    position: absolute !important;
}
.video-testimonials-item:hover .video-testimonials .play-icon.play-icon-hover
{
    display:block
}
.video-testimonials-item:hover .video-testimonials .play-icon
{
    display:none;
}
@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}

.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('icon-close-black.png') no-repeat;
}


