#modal {
	position: fixed;
	top: 0px;
	left: 0px;

	opacity: .8;

	z-index: 99998;

	width: 100%;
	height: 100%;

	background-color: #000;
}



.dialog {
	position: absolute;
	z-index: 99999;
	overflow-x: hidden;
	overflow-y: auto !important;
}

.dialog .content {
	position: static;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}

.media {
  position: relative;
  padding-top: 56.25%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;

}




.media.play:before {
	position: absolute;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	padding-top: 26%;
	
	/*width: 100%;*/
	/*height: 100%;*/

	font-family: "FontAwesome";
	/*content: "\f16a"; */
	content: "\f04b"; 

	text-align: center;
	vertical-align: middle;


	font-size: 48px;
	color: red;
	/*background-color: white;*/
	/*text-shadow: 1px 1px #ccc;*/

	cursor: pointer;

	border: dotted 0px orange;

	/*z-index: 1000;*/
}



.media.youtube {

	background-repeat: no-repeat;
	background-position: center; 
	background-size:cover;

	cursor: pointer;
	margin-bottom:30px;

}

.media.youtube2:before {
	position: absolute;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	padding-top: 30%;
	font-size: 12px;
	font-family: "Open Sans";
	color: white;

	text-align: center;
	vertical-align: middle;

	content: "Click to Play";

}

.media iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100% !important;

}


.tooltip {
	position: absolute;
	z-index: 99999;
}

.tooltip #close {
	position: absolute;
	top: -15px;
	right: -15px;

	opacity: 0;

	z-index: 999999;
}

.tooltip #close .fa-circle-thin {
	color: #ddd !important;
}






.loader {
	position: absolute;
	z-index: 99999;	
}

.loader #close {
	position: absolute;
	top: -15px;
	right: -15px;

	opacity: 0;

	z-index: 999999;
}

.loader #close .fa-circle-thin {
	color: #ddd !important;
}


.loader i {
	margin: 0px 10px 0px 0px;
}

.loader .text {
	display: inline-block;
	margin: 10px 0px 0px 0px;


	font-size: 24px;
	font-weight: 600;
	font-family: "Open Sans Condensed";

	vertical-align: middle;
}









.popdown {
	border: solid 6px #DDD;
	border-top-width: 0;

	background-color: #fff;
}