@font-face {
/*  font-family: 'Oswald'; */
  font-family: 'sans-serif'; 
  font-style: normal;
  font-weight: 400;
  /*src: local('Oswald Regular'), local('Oswald-Regular'), url(../../fonts/Oswald-Regular.ttf);*/
}

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

#pt_extra a {
  color: #868686;
  font-family: 'Source Sans Pro', sans-serif;
}

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

*{
    margin: 0;
    /* font-family: 'Oswald', sans-serif; */
    font-family: sans-serif;
}

html{
    height: 100%;
}

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

.inline{
    display: inline;
}

.content{
    max-width: 400px;
    background-image: url('../../img/pixel.png'), -ms-linear-gradient(top, #0D111C 0%, #334152 50%, #0D111C 100%);
    background-image: url('../../img/pixel.png'), -moz-linear-gradient(top, #0D111C 0%, #334152 50%, #0D111C 100%);
    background-image: url('../../img/pixel.png'), -o-linear-gradient(top, #0D111C 0%, #334152 50%, #0D111C 100%);
    background-image: url('../../img/pixel.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D111C), color-stop(0.5, #334152), color-stop(1, #0D111C));
    background-image: url('../../img/pixel.png'), -webkit-linear-gradient(top, #0D111C 0%, #334152 50%, #0D111C 100%);
    background-image: url('../../img/pixel.png'), linear-gradient(to bottom, #0D111C 0%, #334152 50%, #0D111C 100%);
    min-height: 100%;
    margin-bottom: -42px;
}

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

.container{
    max-width: 400px;
}

.footer{
    border-top: 2px solid #7e9500;
}

.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 {
  padding-top: 10px;
  background-color: #1b1b1b;
  border-bottom: 2px solid #7e9500;
  height: 60px;
}

h3, .category h4{
    color: white;
    font-weight: bolder;
    /*padding-bottom: 10px;*/

    /*font-size: 48px;*/
    /*background: -webkit-linear-gradient(#ffffff, #c8c8c8);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.welcome h3{
    padding-bottom: 10px;
}

.login{
    color: #7e9500;
    /*-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: 10px;
}

.login h4{
    margin: 0; 
    padding: 0;
}

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

.button {
    -moz-box-shadow:inset 0px 0px 0px 0px #000000;
    -webkit-box-shadow:inset 0px 0px 0px 0px #000000;
    box-shadow:inset 0px 0px 0px 0px #000000;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3c3c3c), color-stop(1, #000000) );
    background:-moz-linear-gradient( center top, #3c3c3c 5%, #000000 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#000000');
    background-color:#3c3c3c;
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-left-radius:10px;
    text-indent:0px;
    border:2px solid #7f9500;
    display:inline-block;
    color:#ffffff;
    font-size:19px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    text-shadow:0px 0px 0px #ffffff;

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

    /*border-top: 2px solid black;
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
      background-image: -webkit-linear-gradient(#000, transparent);
      background-image:
          -moz-linear-gradient(#000, transparent),
          -moz-linear-gradient(#000, transparent);
      background-image:
          -o-linear-gradient(#000, transparent),
          -o-linear-gradient(#000, transparent);
      background-image: 
          linear-gradient(#000, transparent),
          linear-gradient(#000, transparent);
      -moz-background-size: 2px 100%;
      background-size: 2px 100%;
      background-position: 0 0, 100% 0;
      background-repeat: no-repeat;*/ 
  }
  
  .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #3c3c3c) );
    background:-moz-linear-gradient( center top, #000000 5%, #3c3c3c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3c3c3c');
    background-color:#000000;
}

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

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

.category_button {
	-moz-box-shadow: inset 0px 0px 0px 0px #000000;
	-webkit-box-shadow: inset 0px 0px 0px 0px #000000;
	box-shadow: inset 0px 0px 0px 0px #000000;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #363747), color-stop(1, #0E0E12) );
	background: -moz-linear-gradient( center top, #3c3c3c 5%, #000000 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#000000');
	background-color: #3c3c3c;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 18x;
	border-bottom-left-radius: 8px;
	text-indent: 0px;
	border: 3px solid #949494;
	display: inline-block;
	color: #ffffff;
	font-size: 19px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-shadow: 0px 0px 0px #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
}

.game-box{
    border-radius: 5px;
    margin: 10px 5px 10px 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    /*margin: 0px -5px 10px -5px;*/
    /*padding: 20px;*/
    /*padding: 10px 0 10px 0;*/
    border: 2px solid #5a5b5b;
    background-image: -ms-linear-gradient(top, from(rgba(14,14,14,0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
    background-image: -moz-linear-gradient(top, rgba(14,14,14,0.5) 0%, rgba(30, 31, 33, 0.5) 100%);
    background-image: -o-linear-gradient(top, from(rgba(14,14,14,0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 14, 14, 0.5)), to(rgba(30, 31, 33, 0.5)));
    background-image: -webkit-linear-gradient(top, from(rgba(14, 14, 14, 0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
    background-image: linear-gradient(to bottom, from(rgba(14,14,14,0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
    /* approximately a 33% opacity on blue */
    /*filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr=#550000FF, endColorstr=#550000FF
    );
     IE8 uses -ms-filter for whatever reason... 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr=#550000FF, endColorstr=#550000FF
      );*/

    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 1);
   -moz-box-shadow:    0px 2px 10px 0px rgba(0, 0, 0, 1);
   box-shadow:         0px 2px 10px 0px rgba(0, 0, 0, 1);
}

.game-box div{
    padding: 0px 10px 0px 10px;
}

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

.game-img{
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   width: 100%;
   border: 1px solid #7e9500;
   padding: 4px;
   background-image: -ms-linear-gradient(top, from(rgba(14,14,14,0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
   background-image: -moz-linear-gradient(top, rgba(14,14,14,0.5) 0%, rgba(30, 31, 33, 0.5) 100%);
   background-image: -o-linear-gradient(top, from(rgba(14,14,14,0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 14, 14, 0.5)), to(rgba(30, 31, 33, 0.5)));
   background-image: -webkit-linear-gradient(top, from(rgba(14, 14, 14, 0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
   background-image: linear-gradient(to bottom, from(rgba(14,14,14,0.5)) 0%, to(rgba(30, 31, 33, 0.5)) 100%);
   -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 1);
   -moz-box-shadow:    0px 2px 10px 0px rgba(0, 0, 0, 1);
   box-shadow:         0px 2px 10px 0px rgba(0, 0, 0, 1);
}

.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: #1b1b1b;
    /*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-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: 2px;
    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-x: hidden;
}

.category h3{
    margin-top: 10px;
    margin-bottom: 5px; 
}

.category-box{
    background-image: -ms-linear-gradient(top, #0e0e0e 0%, #1e1f21 100%);
    background-image: -moz-linear-gradient(top, #0e0e0e 0%, #1e1f21 100%);
    background-image: -o-linear-gradient(top, #0e0e0e 0%, #1e1f21 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0e0e0e), color-stop(1, #1e1f21));
    background-image: -webkit-linear-gradient(top, #0e0e0e 0%, #1e1f21 100%);
    background-image: linear-gradient(to bottom, #0e0e0e 0%, #1e1f21 100%);
    border: 1px solid #bbdd00;
    max-width: 130px; 
    max-height: 130px;
    margin: 10px auto;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 2px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 2px 10px 0px rgba(0, 0, 0, 1);
}

.category_link {
	letter-spacing: 2px;
	height: 107px;
}

.category_link h4 {
	position: relative;
	top: -80px;
	margin-left: 35%;
	text-align: left;
	font-size: 22px;	
	color: #FFFFFF;
}

.category_link a {
	text-decoration: none;	
}

.category-box a{
    text-decoration: none;
}


.thumbs{
    top: -15px;
    margin-bottom: 0px;
}

.thumbs div{
    padding: 0 3px 0 3px; margin: 0;
}

.description{
    color: #c2c2c2;
}

.max-width{
    max-width: 100%;
}
