body {
    /*background-image:url("../images/bg.png");
    background-size:cover;
    background-attachment: fixed;
    background-position:center center; */
}
div.social-wrap a {
    padding: 1px 4px;
    background: none;
    border: none;
    display: block;
    background-size: 35px 35px;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    color: white;
    font-family: 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px;
    text-shadow: rgba(0, 0, 0, .5) -1px -1px 0;
    z-index: 2;
    position: relative;
}
a#facebook {
    background: #4c69ba;
    background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    text-shadow: 0 -1px 0 #354c8c;
    font-weight: bold;
    position:absolute;
    right:0;
}

a#facebook:hover{
    background: #5b7bd5;
    background: -webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
    background: -webkit-linear-gradient(#5b7bd5, #4864b1);
    border-color: #5874c3 #4961a8 #41599f;
    -webkit-box-shadow: inset 0 0 1px #607fd6;
    text-decoration: none;
}
p:not(.centered) {
    font-size:1.25em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
#countdown {
    width:calc(100% - 50px);
    /*border:1px solid rgb(250,250,250);
    border-top:none;
    background-color:rgba(253,253,253,0.55);*/
    color:black;
    text-align:center;
    font-size:1.5em;
    line-height:1em;
    padding:10px 15px;
    margin:25px;
    margin-bottom:0;
    margin-top:0;
    position:relative;
    top:0;
}
#countdown span {
    font-weight:bold;
}
.content-wrapper {
    margin:15px;
    border:1px solid lightgrey;
    border-radius:3px;
    box-shadow:0 1px 3px lightgrey;
    background:white;
    padding:25px;
    width:calc(100% - 30px);
    height:auto;
}
footer {
    background: rgb(230,230,230);
    border-top:1px dashed #555;
    height: auto;
    width: 100%;
    padding: 35px 50px;
    position: relative;
    margin-top: 200px;
}
footer a, footer a:active, footer a:hover, footer a:visited {
    color:rgb(30,30,30) !important;
}
.footer-container {
    padding:15px 0;
    color:black;
}
.footer-container * {
    color:black;
}
.video-player {
    position:relative;
    margin-bottom:0px;
    max-width:640px;
    max-height:480px;
    width:100%;
    height:auto;
	border:1px solid lightgrey;
    border-radius:3px;
	box-shadow:0 1px 3px lightgrey;
	margin-top:15px !important;
}
.video-player iframe {
    width:100%;
    height:100%;
    position:relative;
    margin:auto;
    top:0;
    left:0;
}
.video-player .vimeo-player {
    width:100%;
    height:100%;
    position:relative;
    margin:auto;
    top:0;
    left:0;
}
#frame {
    width:100%;
    height:100%;
    position:absolute;
    margin:auto;
    top:0;
    left:0;z-index:1000;
}
.pause {
    background: url('/images/YouTube-icon-full_color.png')!important;
    background-size: 100px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.pauseT {
    background: rgba(0,0,0,0.55) url('/images/YouTube-icon-full_color.png')!important;
    background-size: 100px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.pauseT:before {
    position: absolute;
    content: "CLICK OR TAP HERE";
	text-transform: uppercase;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    font-size: 4em;
    color: white;
    font-family: Arial Narrow;
    padding: 0 15px;
    background-color: black;
}
.pauseT:after {
    position: absolute;
    content: "TO PLAY VIDEO";
	text-transform: uppercase;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    font-size: 4em;
    color: white;
    font-family: Arial Narrow;
    padding: 0 15px;
    background-color: black;
}

.video-player.floating .pauseT:before, .video-player.floating .pauseT:after {
    font-size: 1.75em;
    padding: 5px 15px;
}

@media (max-width: 768px) {
    .pauseT:before, .pauseT:after {
        font-size: 1.95em;
    }
}
.pause.nooverlay {
	background-image:none !important;
}
.content {
    text-align:justify;
    color:black;
    height:auto;
    width:calc(100% - 250px);
    margin:50px;
    padding:75px;
    background-color: white;
    background-color: rgba(255,255,255,0.95);
    border-radius:3px;
    box-shadow:0 0 5px lightgray;
}
.content * {
    text-align: justify;
    color:black;
}
.content.center {
    text-align:center;
}
.content.center *:not(td):not(input):not(textarea) {
    text-align:center;
}
@media (max-width:768px) {
    #countdown {
        width:100%;
        font-size:0.85em;
        margin:0;
    }
    #countdown .arrow {
    	height:15px;
    }
    #countdown .arrow.left {
    	left:5% !important;
    }
    #countdown .arrow.right {
    	right:5% !important;
    }
    #player-html {
        height:320px !important;
    }
    #player-html p {
        height:320px !important;
    }
}
