@charset "utf-8";

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	width: 100%;
	margin-top: 0px;
	background-color: none; 
	-webkit-text-size-adjust: 100%;
	background-image: url('../../video/images/shimmer.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-color: #5d6069;
}


/* Video Player */
#videoContainerColumn{
	padding: 0px;
	margin-top: 80px; /* frame from top of page */
}
.video-container-column-bkgd{
	background-image: url('../../video/images/frame.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 700px 430px; /* all frames (frame.png) are assumed this size */
}
.video-container-column-no-bkgd{
	background-image: none; 
}
#videoContainer{
	width: auto;
	/*height: 430px;  all frames (frame.png) are assumed to have this height */
	margin: auto 0;
	text-align: center;
	overflow: visible;
}
#video{
	margin-top: 39px; /* video from top of frame */
}
#videoFile{
	display: block;
	margin-left: auto;
	margin-right: auto;
	outline: none;	
}
#videoOverlays{
    position: absolute;
    z-index: 10;
	display: block;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    width: 98%;
    padding-top: 10px;
}
#volumeControl{
    display: none;
    margin: 0 auto; 
    text-align: left;    
}
#volumeControl a{
    margin-left: 10px;
}
#volumeControl i#iconFrgd{
    color: #000000;
}
#volumeControl i#iconBkgd{
    color: #ffffff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
#volumeControlBtn #icon{
    font-size: 3.5rem;
}
@media (max-width: 768px) {
	#videoContainerColumn{
	}
	#videoContainer{
	}
	#video{
	}
	#videoFile{
	}
    #volumeControlBtn #icon{
        font-size: 2.75rem;
    }
}
@media (max-width: 480px) {
	#videoContainerColumn{
	}
	#videoContainer{
	}
	#video{
	}
	#videoFile{
	}
    #volumeControlBtn #icon{
        font-size: 2.0rem;
    }
}

/* Bootstrap Style Overrides */
.container{
	width: 100%; /* remove this to lock into Bootstrap default breakpoint resizing.  Leave it for fluid resizing and larger video size. */
}

/* footer/copyright */
#footer {
	margin-top: 80px;
	padding: 0px 15px 0px 15px;	
}
#footer,
#footer p,
#footer a,
#footer a:active,
#footer a:visited,
#footer a:link,
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: rgba( 0, 0, 0, 0.5 ); /* black, opacity 50% */
	color: rgba( 255, 255, 255, 0.5 ); /* white, opacity 50% */
}
#footer a:active,
#footer a:visited,
#footer a:link {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
	#footer,
	#footer p,
	#footer a,
	#footer a:active,
	#footer a:visited,
	#footer a:link,
	#footer a:hover {
		font-size: 17px;
	}
}
@media (max-width: 480px) {
	#footer,
	#footer p,
	#footer a,
	#footer a:active,
	#footer a:visited,
	#footer a:link,
	#footer a:hover {
		font-size: 19px;
	}
}


/* Ecard Style/Type specific css 
Ecard style class names dynamically set as <html> class by PMGI Video Framework.
*/
.ecard-pmgi{
}
.ecard-bhe{
}
/* footer */
.ecard-pmgi #footer{
	margin-top: 190px;
}
.ecard-bhe #footer{
	margin-top: 80px;
}


/* debug */
.debug {
	display: none;	
}




/* cross-browser fixes */

/* ie8 - workaround for no rgba() support. */
.ie8 #footer,
.ie8 #footer p,
.ie8 .ie8 #footer a,
.ie8 #footer a:active,
.ie8 #footer a:visited,
.ie8 #footer a:link,
.ie8 #footer a:hover {
	color: #000;
	color: #fff;
	filter: alpha(opacity=70);
}

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 480px) {
}
