@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../../fonts/SourceSansPro-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url(../../fonts/SourceSansPro-Black.woff) format('woff');
}

#pt_extra {
  background-color:#FFFFFF; 
  text-align:center; 
  color:#000000;
}

#pt_extra a {
  color: #000000;
}

#pt_extra a:hover {
  color: #000000;
}

*{
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

html{
    height: 100%;
}

body{
    background-color: black;
    color: white;
    height: 100%;
}

.inline{
    display: inline;
}

.content{
    max-width: 400px;
    background-color: #222427;
    min-height: 100%;
    margin-bottom: -39px;
}

.content:after{
    content: "";
    display: block;
    height: 39px;
}

.container{
    max-width: 400px;
}

.footer{
    height: 39px;
}

.stretch{
    width: 100%;
}

a{
    color: #a7a7a7;
    text-decoration: underline;
}

a:hover{
    color: white;
    text-decoration: underline;
}

.credit{
    color: #a7a7a7;
}

.credit-white{
    color: white;
}


.header-logo {
  background: -webkit-linear-gradient(#d200ff, #5e00bf); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#d200ff, #5e00bf); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#d200ff, #5e00bf); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#d200ff, #5e00bf); /* Standard syntax */

  border-bottom: 1px solid #d100fe;
  height: 60px;
}

.welcome h3{
    color: #ffea00;
    font-weight: bolder;
    text-shadow:0px 0px 10px #ff6000;
    padding-bottom: 10px;
}

.login{
    color: #a7a7a7;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    margin-bottom: 15px;
}

.form{
    padding-bottom: 15px;
    color: white;
}

.button {
    -moz-box-shadow:inset 0px 0px 13px 0px #000000;
    -webkit-box-shadow:inset 0px 0px 13px 0px #000000;
    box-shadow:inset 0px 0px 13px 0px #000000;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #95ff00), color-stop(1, #5d9f00) );
    background:-moz-linear-gradient( center top, #95ff00 5%, #5d9f00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#95ff00', endColorstr='#5d9f00');
    background-color:#95ff00;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    text-indent:0;
    border:2px solid #aeff00;
    display:inline-block;
    color:#000000;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-shadow:0px 0px 10px #b3ff00;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5d9f00), color-stop(1, #95ff00) );
    background:-moz-linear-gradient( center top, #5d9f00 5%, #95ff00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9f00', endColorstr='#95ff00');
    background-color:#5d9f00;
}

.button:active {
    position:relative;
    top:1px;
}

.button-regular{
    margin-top: 10px;
    color: black;
}

.video-box{
    border-radius: 10px;
    margin: 0px -5px 10px -5px;
    /*padding: 20px;*/
    padding: 10px 0 10px 0;
    border: 1px solid #565656;
    background-color: black;
}

.video-box h4{
    margin-top: 5px;
    margin-bottom: 5px;
}

.video-img{
    width: 100%;
}

.video-desc{
    /*border-bottom: 1px solid #565656;*/
    margin-bottom: 5px;
}

.play-img{
    position: absolute;

    top: -moz-calc(50% - 50px);
    top: -webkit-calc(50% - 50px);
    top: -o-calc(50% - 50px);
    top: calc(50% - 50px);

    left: -moz-calc(50% - 50px);
    left: -webkit-calc(50% - 50px);
    left: -o-calc(50% - 50px);
    left: calc(50% - 50px);
}

.footer{
    background-color: black;
    /*height: 100px;*/
}

.error{
    color:red;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    background-color: pink;
    border: 1px dotted red;
    text-align: center;
    font-style: italic;
}

.pagination ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pagination ul li{
    display: inline;
    padding: 10px;
    font-size: 16px;
}

.button-gray {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ffffff 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    background-color:#ffffff;
    -webkit-border-radius:5px;
    -moz-border-radiust:5px;
    border-radius:5px;
    text-indent:0;
    border:2px solid #dcdcdc;
    display:inline-block;
    color:#000000;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.button-gray:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ffffff) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ffffff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ffffff');
    background-color:#dfdfdf;

}.button-gray:active {
    position:relative;
    top:1px;
}

.ellipsis{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
}

.content-text{
    /*background-color: white;
    color: black;*/
}
