/*youtube*/



.youtube2 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	/*    overflow: hidden;*/
	margin-top: 0px;
	margin-bottom: 0px;
}
.youtube2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.modalYoutube{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4000;
}
*/
.whiteBase{ background-color: #FFFFFF; 	
}



/*modalYoutube*/
.modalYoutube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modalYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.modal2 {
	display: none;
	width: 75%;
	max-width: 1000px;
	/*height: 80%;*/
	margin-top: -10px;
	background-color: #2C0000;
	padding: 0px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	overflow: visible;
	z-index: 9999; /* -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;*/
}

/*.modal2{
	
display: none;
	overflow: visible;
	z-index: 3001;
	position: absolute;
	width: 75%;
	max-width: 1000px;
	height: 80%;
	margin-top: -10px;
	
}*/

.modal2 a.close-modal2 {
	position: absolute;
	top: -35.5px;
	right: -0.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/close.png);
}

.modal2-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(../img/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}


.modal2-iframe{
	
	 width: 100%;

	
}


.modal-content{
	z-index: 9980;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;
}

.modal-content-cast{
	z-index: 9990;
}

.modal-content.map {
	padding:20px;
	}


.modalClose{
	font-size: 300%;
	color: #FFFFFF;
	/*background-color: #861113;*/
	text-align: right;
	margin-right: 30px;
	margin-top: 1%;
}


@media (max-width: 768px) {
	
	.modal2 {
	display: none;
	width: 90%;
	
	}
	
	.modalClose{
	font-size: 300%;
	
	
}
	
	
}
