/**
  * Plugin Name: Revolution lightbox.
  * Plugin URI: https://webdesign-flash.ro/p/rl/
  * Author: FWDesign
  * Author URI: https://webdesign-flash.ro/
  * Description: A pure Vanila JavaScript and touchable lightbox.
  * Version: 3.0
  * Tags: lightbox, touch, swipe, image, video, iframe, html
  *
  * Copyright (C) 2014 FWDesign - All Rights Reserved
  */

/* Import font. */



/* Counter. */
.fwdrmg-counter .text{
	font: 400 14px Roboto, Arial;
	color: #B9B9B9;
	padding: 9px 9px !important;
	background-color: rgba(0,0,0,.4) !important;
}

.fwdrmg-counter.in .text{
	text-align: center;
	padding: 9px 8px !important;
	transform-origin: top left;
	transform: rotate(90deg) !important;
	background-color:transparent !important;
}


/* Caption. */
.fwdrmg-caption{
	text-align: center;
}

.fwdrmg-caption .fwdrmg-title{
	font: 700 18px Roboto, Arial;
	line-height: 21px;
	margin: 21px 20px 0;
	color: #FF0000;
}

.fwdrmg-caption .fwdrmg-desc{
	font: 400 14px Roboto, Arial;
	font-style: italic;
	line-height: 19px;
	margin: 5px 20px 0;
	color: #E9E9E9;
}

.fwdrmg-caption .fwdrmg-desc strong{
	color: #FFFFFF !important;
}

.fwdrmg-caption .fwdrmg-desc a{
   text-decoration: none;
    background-image: linear-gradient(#E9E9E9 calc(100% - 2px), #E9E9E9 1px);
    background-position: 0 calc(100% + 1px);
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s ease-out, background 0.3s ease-out, border-color 0.3s ease-out;
  	border-bottom: 1px solid rgba(233, 233, 233, 0.4);
    color: #E9E9E9;
}

.fwdrmg-caption .fwdrmg-desc a:hover{
    background-size: 100% 1px;
    color: #FFFFFF;
}


/* Caption bottom out. */
.fwdrmg-caption.out .fwdrmg-title{
	margin: 21px 10px 0;
}

.fwdrmg-caption.out .fwdrmg-desc{
	margin: 5px 10px 0;
}


/* Caption top/bottom in. */
.fwdrmg-caption.bottomin .background,
.fwdrmg-caption.topin .background{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.85%, rgba(0, 0, 0, 0.171875) 38.54%, rgba(0, 0, 0, 0.510026) 68.75%, #000000 100%);
	opacity: 0.6;
}

.fwdrmg-caption.topin .background{
	transform: rotate(180deg);
}

.fwdrmg-caption.bottomin .fwdrmg-title{
	margin-top: 50px;
}

.fwdrmg-caption.bottomin .fwdrmg-desc{
	margin-bottom: 28px;
}

.fwdrmg-caption.bottomin.small-screen .fwdrmg-title{
	margin: 50px 10px 0;
}

.fwdrmg-caption.bottomin.small-screen .fwdrmg-desc{
	margin: 5px 10px 15px;
}

.fwdrmg-caption.topin .fwdrmg-title{
	margin-top: 29px;
}

.fwdrmg-caption.topin .fwdrmg-desc{
	margin-bottom: 50px;
}

.fwdrmg-caption.topin.small-screen .fwdrmg-title{
	margin: 15px 10px 0;
}

.fwdrmg-caption.topin.small-screen .fwdrmg-desc{
	margin: 5px 10px 50px;
}


/* Menu. */
.fwdrmg-menu{
	border-radius: 2px;
	/* This is set by default in the settings, uncomment it to use it. */
	/* background-color: #FFFFFF !important; */
}

.fwdrmg-menu .fwdrmg-buttons-holder{
	box-sizing: border-box;
}

.fwdrmg-menu-button{
	display: block;
	font: 700 14px Roboto, Arial;
	line-height: 16px;
	padding: 14px 16px !important;
	box-sizing: border-box;
	color: #707070;
	transition: all .25s ease-out;
}

.fwdrmg-menu-button:after{
	position: absolute;
	content:'';
	width: 500px;
	height: 1px;
	left:0;
	bottom:0;
	background: #E3E3E3;
}

.fwdrmg-last-button .fwdrmg-menu-button:after{
	opacity: 0;
}

.fwdrmg-menu-button.selected{
	color: #111111;
}

/* Share buttons. */
.fwdrmg-share{
	width: 164px;
	border-radius: 2px;
	/* This is set by default in the settings, uncomment it to use it. */
	/*background-color: #FFFFFF !important;*/ 
}

.fwdrmg-share .fwdrmg-pointer{
	/* This is set by default in the settings, uncomment it to use it. */
	/*background-color: #FFFFFF !important;*/
}

.fwdrmg-share .fwdrmg-text{
	font: 400 14px Roboto, Arial;
	text-align: center;
	border-bottom: 1px solid #E3E3E3 !important;
	padding: 13px 0 10px !important;
	color: #1E1E1E;
}

.fwdrmg-share .fwdrmg-buttons-holder{
	padding: 15px 18px 2px !important;
}

.fwdrmg-share .fwdrmg-share-button{
	margin: 0 16px 10px 0 !important;
}

.fwdrmg-share .fwdrmg-share-button:nth-child(3n){
	margin-right: 0 !important;
}


/* Video player. */
video::cue,
.fwdrmg .EVPSubtitle{
	font: 600 22px Roboto, Arial !important;
	text-align:center !important;
	color:#FFFFFF !important;
	text-shadow: 0px 0px 1px #000000 !important;
	line-height:28px !important;
	margin:0 20px 20px !important;
	padding: 0px !important;
}

@media screen and (max-width: 700px){
	video::cue,
	.fwdrmg .EVPSubtitle{
		font-size: 16px !important;
		line-height:20px !important;
		margin:0 20px 14px !important;
	}
}

.fwdrmg .fwdevp-autoplay-text{
	font: 500 12px Roboto, Arial !important;
	top: 30px !important;
	left: 30px !important;
	border-radius: 14px;
	line-height: 14px !important;
	padding: 6px 23px 6px 18px !important;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;

	transition: background-color .3s ease-out, color .3s ease-out;
}

.fwdrmg .fwdevp-autoplay-text:hover{
	color: #000;
	background-color: rgba(255, 255, 255, 1);
}

.fwdrmg .fwdevp-autoplay-text:hover svg path{
	fill: #111;
}

.fwdrmg .fwdevp-autoplay-text svg{
    transform: translate(6px, 2px);
}

.fwdrmg .fwdevp-autoplay-text svg path{
	transition: all .3s ease-out;
	fill: #FFFFFF;
}

.fwdrmg .fwdevp-time,
.fwdrmg .fwdevp-qaulity-button{
	font: 400 13px Roboto, Arial !important;
}

.fwdrmg .EVP-tooltip-text{
	font: 400 13px Roboto, Arial !important;
	padding: 5px 8px 5px !important;
}

.fwdrmg .fwdevp-thubnails-preview-text{
	font: 400 13px Roboto, Arial !important;
	padding: 5px 8px 4px !important;
}

.fwdrmg .fwdevp-skip,
.fwdrmg .fwdevp-ads{
	font-family: Roboto, Arial !important;
}

.fwdevp-password-title,
.fwdevp-password-label,
.fwdevp-password-input{
	font-family: Roboto, Arial !important;
}


/* HTML content form. */
.fwdrmg-html-content{
	overflow: auto;
	height: 100%;
	text-align: center;
	background: #FFF;
}

.fwdrmg-html-content img{
	margin: 50px auto 0 ;
}

.fwdrmg-html-content h1{
	font: 500 33px Roboto, Arial !important;
	line-height: 39px;
	max-width: 300px;
	margin: 20px auto 0;
	color: #111;
}

.fwdrmg-html-content p{
	font: 300 14px Roboto, Arial !important;
	line-height: 24px !important;
	margin: 16px 20px 30px;
}

.fwdrmg-html-content input{
	font: 300 14px Roboto, Arial !important;
	width: 100%;
	max-width: 274px;
	border: 1px solid #FFF;
	padding: 18px 30px;
	background: #F5F5F5;
}

.fwdrmg-html-content input:focus {
    outline: none !important;
    border: 1px solid #111;
}

.fwdrmg-html-content h4{
	font: 700 14px Roboto, Arial !important;
	cursor: pointer;
	width: 100%;
	max-width: 274px;
	margin: 11px auto 0;
	padding: 18px 30px;
	background: #570AB8;
	color: #FFF;
	transition: all .25s ease-out;
}

.fwdrmg-html-content h4:hover{
	background: #6B13DA;
	color: #FFF;
}


/* Lightbox vector skin.*/
.fwdrmg-button{
	position: relative !important;
	width: 32px;
	height: 32px;
	font-size: 23px;
	background-color:rgba(0,0,0,.4);
	color:#B9B9B9;
	transition: all .25s ease-out;
}
.fwdrmg-button .fwdrmg-icon{
 	position: absolute;
}

.fwdrmg-button.selected{
	background-color:rgba(0,0,0,.6) ;
	color:#FFFFFF;
}

.fwdrmg-icon-menu{
	left: 4px;
	top: 4px;
}

.fwdrmg-icon-play,
.fwdrmg-icon-pause{
	left: 5px;
	top: 4px;
}

.fwdrmg-icon-zoomin,
.fwdrmg-icon-zoomout{
	left: 4px;
	top: 4px;
}

.fwdrmg-icon-fullscreen,
.fwdrmg-icon-normalscreen{
	left: 4px;
	top: 4px;
}

.fwdrmg-icon-share{
	left: 5px;
	top: 4px;
}

.fwdrmg-icon-next{
	left: 6px;
	top: 4px;
}

.fwdrmg-icon-prev{
	left: 4px;
	top: 4px;
}

.fwdrmg-share-button .fwdrmg-button{
	background-color: transparent;
	color: #000;
}

.fwdrmg-share-button .fwdrmg-button.selected{
	background-color: transparent;
	color: #FFF;
}

.fwdrmg-icon-facebook{
	top: 4px;
	left: 4px;
}

.fwdrmg-button.facebook.selected{
	background-color: #1877F2;
}

.fwdrmg-icon-twitter{
	top: 4px;
	left: 5px;
}

.fwdrmg-button.twitter.selected{
	background-color: #1DA1F3;
}

.fwdrmg-icon-linkedin{
	top: 4px;
	left: 5px;
}

.fwdrmg-button.linkedin.selected{
	background-color: #0A66C2;
}

.fwdrmg-icon-tumblr{
	top: 4px;
	left: 4px;
}

.fwdrmg-button.tumblr.selected{
	background-color: #FF8A00;
}

.fwdrmg-icon-pinterest{
	top: 4px;
	left: 4px;
}

.fwdrmg-button.pinterest.selected{
	background-color: #FF8A00;
}

.fwdrmg-icon-reddit{
	top: 4px;
	left: 4px;
}

.fwdrmg-button.reddit.selected{
	background-color: #F74300;
}

.fwdrmg-icon-buffer{
	top: 4px;
	left: 4px;
}

.fwdrmg-button.buffer.selected{
	background-color: #2C4BFF;
}

.fwdrmg-icon-digg{
	top: 4px;
	left: 4px;
}

.fwdrmg-button.digg.selected{
	background-color: #2066A3;
}

.fwdrmg-icon-blogger{
	top: 4px;
	left: 4px;
}

.fwdrmg-button.blogger.selected{
	background-color: #F74300;
}


/* Easy Video Player vector skin. */
.fwdrmg .EVPMainButtonsNormalState{
	overflow: visible !important;
	font-size: 26px !important;
	color:#999 !important;
}

.fwdrmg .EVPMainButtonsSelectedState{	
	overflow: visible !important;
	font-size:26px !important;
	color:#FFF !important;
}

.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-play,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-play,
.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-pause,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-pause{
	position: relative;
	left: 0;
	top: 1px;
}

.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-sound,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-sound,
.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-sound-off,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-sound-off{
	position: relative;
	left: 0;
	top: 2px;
}

.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-cast,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-cast,
.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-sound-uncast,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-sound-uncast,
.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-fullscreen,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-fullscreen,
.fwdrmg .EVPMainButtonsNormalState .fwdrmg-icon-sound-normalscreen,
.fwdrmg .EVPMainButtonsSelectedState .fwdrmg-icon-sound-normalscreen{
	position: relative;
	top: 1px;
}

.fwdrmg .table-fwdevp-button { 
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
}

.fwdrmg .table-cell-fwdevp-button {
	position: static !important;
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.fwdrmg .EVPLargePlayButtonNormalState{
	position: absolute;
	font-size: 36px;
	width: 64px;
	height: 64px;
	cursor: pointer;
	background-color: rgba(0,0,0,.4);
	color:#BBB9BA;
}

.fwdrmg .EVPLargePlayButtonNormalState .table-cell-fwdevp-button{
	padding: 2px 0 0;
}

.fwdrmg .EVPLargePlayButtonSelectedState{
	position: absolute;
	font-size: 36px;
	width: 64px;
	height: 64px;
	cursor: pointer;
	background-color: rgba(0,0,0,.6);
	color:#FFF;
}

.fwdrmg .EVPLargePlayButtonSelectedState .table-cell-fwdevp-button{
	padding:2px 0 0;
}


/* Import vector font. */
@font-face {
  font-family: 'fwdrmg';
  src:
    url('https://markuskunter.de/wp-content/plugins/fwdrmg/css/fonts/fwdrmg.ttf?u6a1pg') format('truetype'),
    url('https://markuskunter.de/wp-content/plugins/fwdrmg/css/fonts/fwdrmg.woff?u6a1pg') format('woff'),
    url('https://markuskunter.de/wp-content/plugins/fwdrmg/css/fonts/fwdrmg.svg?u6a1pg#fwdrmg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fwdrmg-icon,
[class^='fwdrmg-icon-']:before,
[class*=' fwdrmg-icon-']:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fwdrmg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fwdrmg-icon-10:before {
  content: '\e900';
}
.fwdrmg-icon-blogger:before {
  content: '\e901';
}
.fwdrmg-icon-buffer:before {
  content: '\e902';
}
.fwdrmg-icon-cast:before {
  content: '\e903';
}
.fwdrmg-icon-CC:before {
  content: '\e904';
}
.fwdrmg-icon-CC-off:before {
  content: '\e905';
}
.fwdrmg-icon-digg:before {
  content: '\e906';
}
.fwdrmg-icon-facebook:before {
  content: '\e907';
}
.fwdrmg-icon-fullscreen:before {
  content: '\e908';
}
.fwdrmg-icon-linkedin:before {
  content: '\e909';
}
.fwdrmg-icon-menu:before {
  content: '\e90a';
}
.fwdrmg-icon-next:before {
  content: '\e90b';
}
.fwdrmg-icon-normalscreen:before {
  content: '\e90c';
}
.fwdrmg-icon-pause:before {
  content: '\e90d';
}
.fwdrmg-icon-pinterest:before {
  content: '\e90e';
}
.fwdrmg-icon-play:before {
  content: '\e90f';
}
.fwdrmg-icon-prev:before {
  content: '\e910';
}
.fwdrmg-icon-reddit:before {
  content: '\e911';
}
.fwdrmg-icon-settings:before {
  content: '\e912';
}
.fwdrmg-icon-share:before {
  content: '\e913';
}
.fwdrmg-icon-sound:before {
  content: '\e914';
}
.fwdrmg-icon-sound-off:before {
  content: '\e915';
}
.fwdrmg-icon-tumblr:before {
  content: '\e916';
}
.fwdrmg-icon-twitter:before {
  content: '\e917';
}
.fwdrmg-icon-uncast:before {
  content: '\e918';
}
.fwdrmg-icon-watch-later:before {
  content: '\e919';
}
.fwdrmg-icon-zoomin:before {
  content: '\e91a';
}
.fwdrmg-icon-zoomout:before {
  content: '\e91b';
}

#myDiv{
	margin: auto;
}