@font-face {
	font-family: "Batman";
	src: url('../fonts/batmanforeveralternate-webfont.eot');
	src: url('../fonts/batmanforeveralternate-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/batmanforeveralternate-webfont.svg') format('svg'),
	url('../fonts/batmanforeveralternate-webfont.woff') format('woff'),
	url('../fonts/batmanforeveralternate-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body {
    height: 100%;
}

body {
	/*background: #1d1d1d url('../img/bg.png') no-repeat center;
	background-size:cover;*/
	
    background-image: url(../img/bg.png);
    /* background: no-repeat top center; */
    background-size: 100% 100%;
	color:#fff;
}
.pp-body {
	display: table;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 152px;
    margin: 0 0 -102px;
}
.pp-header {
	display: table;
	flex: 0 0 100%;
	width: 100%;
	height: 210px;
	background: rgba(0, 0, 0, .27);
	border-bottom:2px #009cff solid;
}
.pp-header .container .col-8.pp-head {
	background: url('../img/logo.png') no-repeat, url('../img/header-mid.png') no-repeat;
	background-size: 337px 115px, 302px 210px;
	background-position: 64px 60px, 398px 0px;
	height: 208px;
}
.pp-header .container .col-4 .login {
	flex: 0 0 100%;
	
}
.pp-header .container .col-4 .login .btn-pp-login {
	background-image: -ms-linear-gradient(top, rgba(89,89,89,1) 25%, rgba(121,121,121,1) 75%);
	background-image: -moz-linear-gradient(top, rgba(89,89,89,1) 25%, rgba(121,121,121,1) 75%);
	background-image: -o-linear-gradient(top, rgba(89,89,89,1) 25%, rgba(121,121,121,1) 75%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25, rgba(89,89,89,1)), color-stop(75, rgba(121,121,121,1)));
	background-image: -webkit-linear-gradient(top, rgba(89,89,89,1) 25%, rgba(121,121,121,1) 75%);
	background-image: linear-gradient(to bottom, rgba(89,89,89,1) 25%, rgba(121,121,121,1) 75%);
	border:1px #a3a3a3 solid;
	color:#000;
    margin-left: 2em;
}
.pp-stuff nav .navbar-nav.pp-navbar {
	margin:0 0 0 1rem;
}
.pp-stuff nav .navbar-nav.pp-navbar .nav-link {
	margin:0 0 0 1rem;
	color:#fff;
}
.pp-stuff nav .navbar-nav.pp-navbar .nav-link:hover {
	background: #007eff;
	color:#fff;
}
.pp-header .container .col-4 .login .pp-register {
	/*text-shadow: #0048ff 0 0 5px;*/
	text-shadow: 50px 25px 50px rgba(0, 72, 255, 0.75);
	font-size: 0.9em;
	color:#0072ff;
}
.pp-header .container .col-4 .login hr {
	flex: 0 0 100%;
	max-width: 90%;
	margin: 30px auto 18px;
	background:#00b4ff;
}
.pp-stuff .pp-nav {
	height:50px;
	width: 100%;
	margin:4px 0 0 ;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0050bc+0,009cff+100 */
	background: rgb(0,80,188); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,80,188,1) 0%, rgba(0,156,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,80,188,1) 0%,rgba(0,156,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,80,188,1) 0%,rgba(0,156,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050bc', endColorstr='#009cff',GradientType=0 ); /* IE6-9 */
	border-bottom-left-radius: 75px;
	border-bottom-right-radius: 75px;
}
.pp-header .container .col-4 .login .form-control, 
.pp-header .container .col-4 .login input:-webkit-autofill, 
.pp-header .container .col-4 .login input:-webkit-autofill:hover {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background: rgba(122, 122, 122, 0.27);
    border: rgba(160, 160, 160, 0.37) 3px;
}

.pp-header .container .col-4 .login .form-control:focus, 
.pp-header .container .col-4 .login input:-webkit-autofill, 
.pp-header .container .col-4 .login input:-webkit-autofill:hover, 
.pp-header .container .col-4 .login input:-webkit-autofill:focus {
    color: #fff;
    background: rgba(122, 122, 122, 0.27);
    outline: 0;
    box-shadow:none;
}
.pp-stuff{
	clear: both;
}
.pp-stuff .pp-games .pp-top-games {
	height:24px;
	width: 100%;
	border-bottom: 3px #006cff solid;
	font-size: 12px;
    padding: 0 15px;
}
.pp-stuff .pp-games .pp-top-games img.pp-pop {
	border: 1px #000 solid;
}
.pp-stuff .pp-games {
	margin: 20px 0 0 ;
	border-radius: 25px;
	border: 2px #006cff solid;
	width: 100%;
	display: table;
	height: 135px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#161616+0,373737+99 */
	background: url('../img/games-pattern.png')  no-repeat top left, rgb(22,22,22); /* Old browsers */
	background: url('../img/games-pattern.png')  no-repeat top left, -moz-linear-gradient(top, rgba(22,22,22,1) 0%, rgba(55,55,55,1) 99%); /* FF3.6-15 */
	background: url('../img/games-pattern.png')  no-repeat top left, -webkit-linear-gradient(top, rgba(22,22,22,1) 0%,rgba(55,55,55,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: url('../img/games-pattern.png')  no-repeat top left, linear-gradient(to bottom, rgba(22,22,22,1) 0%,rgba(55,55,55,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
	background-size: cover, auto;
	-webkit-box-shadow: inset 0px -4px 8px 0px rgba(0,0,0,0.87); 
	box-shadow: inset 0px -4px 8px 0px rgba(0,0,0,0.87);
}
.pp-games .carousel {
	margin:12px 0 0;
}
.pp-games .carousel .carousel-control-next-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230084ff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.pp-games .carousel .carousel-control-prev-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%230084ff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.pp-games .carousel .carousel-control-next-icon, 
.pp-games .carousel .carousel-control-prev-icon {
    color: #0084ff;
    width: 24px;
    height: 30px;
    /* box-shadow: 0px 0px 5px 0px rgba(0, 132, 255, 0.26); */
    -webkit-filter: drop-shadow(7px 2px 10px rgba(0, 132, 255, 0.26));
    filter: drop-shadow(10px 5px 5px rgba(0, 132, 255, 0.26));
}
.pp-games .carousel .carousel-control-next, 
.pp-games .carousel .carousel-control-prev {
    opacity: 1;
}
/*.pp-games .carousel .carousel-control-next-icon {
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23063cc…3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e);
}*/
.pp-games .carousel-inner .carousel-item-right.active,
.pp-games .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}

.pp-games .carousel-inner .carousel-item-left.active, 
.pp-games .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%)
}
  
.pp-games .carousel-inner .carousel-item-right,
.pp-games .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
.pp-stuff .pp-games .carousel-inner {
	width: 82%;
	margin: 0 auto;
}
.pp-stuff .pp-games img.pp-slide {
	margin: 0px 14px;
	box-shadow: 0px 0px 7px 2px rgba(0, 132, 255, 0.55);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0, 132, 255, 0.55);
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0, 132, 255, 0.55);
	max-height: 86px;
	max-width: 61px;
	width: 61px;
	height: 86px;
	float: left;
	padding: 0px;
}
.pp-stuff .pp-content {
	background: #161616 url('../img/bg.png') no-repeat center;
	background-size:cover;
	padding:10px;
	margin: 13px 0px 0;
	background-image:  url('../img/bg.png'), -moz-linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.35) 100%), -moz-linear-gradient(180deg, rgba(0,120,255,1) 0%, rgba(0,50,107,1) 48%, rgba(0,120,255,1) 100%); /* FF3.6-15 */
	background-image: url('../img/bg.png'), -webkit-linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.35) 100%), -webkit-linear-gradient(180deg, rgba(0,120,255,1) 0%,rgba(0,50,107,1) 48%,rgba(0,120,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: url('../img/bg.png'), linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0.35) 100%), linear-gradient(180deg, rgba(0,120,255,1) 0%,rgba(0,50,107,1) 48%,rgba(0,120,255,1) 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-origin: border-box;
    background-clip: padding-box, padding-box, border-box;
	border: 1px solid transparent;
    border-radius: 4px;
}
.pp-stuff .pp-content .pp-new-header {
	margin: 9px 0 11px;
	border:#717171 1px solid;
	background: #1d1d1d;
	min-height: 75px;
	max-height: 75px;
    border-radius: 10px;
}
.pp-stuff .pp-content .pp-new-header img.pp-left {
	width: 32%;
    margin: 2px 0 0;
}
.pp-stuff .pp-content .pp-new-header img.pp-right {
    margin: 20px 0 0;
}
.pp-stuff .pp-content .pp-new-header.pp-default {
	background: url('../img/news-header.jpg') no-repeat top left;
	background-size: cover;
}

.pp-stuff .pp-content .pp-new-content {
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(117,117,117,0.15) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(117,117,117,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(117,117,117,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26757575',GradientType=0 ); /* IE6-9 */
	min-height: 75px;
}
.pp-stuff .pp-content .pp-new-content h3 {
	color:#00a2ff;
	font-size: 18px;
}
.pp-stuff .pp-content .pp-new-content h6 {
	color:#b7b7b7;
	font-size: 12px;
}
.pp-stuff .pp-content .pp-new-header h1 {
	font-size: 24px;
    transform: rotate(-15deg);
	line-height: 75px;
	text-shadow: 0px 3px 1px rgba(255, 255, 255, 0.15);
	float: left;
	background: rgb(117,117,117); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(117,117,117,1) 34%, rgba(255,255,255,1) 76%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(117,117,117,1) 34%,rgba(255,255,255,1) 76%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(117,117,117,1) 34%,rgba(255,255,255,1) 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
  	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
}
.pp-stuff .pp-content .pp-new-header h2 {
	font-size: 24px;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.40);
	float: right;
	background: rgb(138,138,138); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(138,138,138,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(138,138,138,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8a8a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
  	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
    line-height: 4em;
}
.pp-stuff .pp-side aside.pp-aside {
    margin: 13px 0px 0;
	border:1px #00a2ff solid;
	border-radius: 10px;
}
.pp-stuff .pp-side .pp-coupon {
	min-height: 156px;
	background:url('../img/coupon.png') no-repeat top left;
	background-size: 100% 100%;
}
.pp-stuff .pp-side .pp-coupon h1 {
	font-size: 30px;
	font-weight: bold;
	color: #0096ff;
	margin:5px 0 0;
	text-shadow: 0px 5px 1px rgba(255, 255, 255, 0.22);
	background: rgb(0,60,116); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,60,116,1) 0%, rgba(0,120,255,1) 76%, rgba(72,158,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,60,116,1) 0%,rgba(0,120,255,1) 76%,rgba(72,158,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,60,116,1) 0%,rgba(0,120,255,1) 76%,rgba(72,158,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c74', endColorstr='#489eff',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
  	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
}
.pp-stuff .pp-side .pp-coupon h2 {
	font-size: 24px;
	color: #000;
	margin:35px 0 0;
}
.pp-stuff .pp-side .pp-coupon .pp-percent {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin:30px 0px 0 55px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75); 
}
.pp-stuff .pp-side .pp-coupon .pp-percent h6 {
	font-size: 20px;
	color: #fff;
}
.pp-stuff .pp-side .pp-live {
	min-height: 172px;
	background:url('../img/live-chat.png') no-repeat top left;
	background-size: 100% 100%;
}
.pp-stuff .pp-side aside.pp-aside.pp-chat {
	border:none;
	font-size: 18px;
	font-weight: 600;
	min-height: 55px;
    line-height: 55px;
}
.pp-stuff .pp-side aside.pp-aside.pp-chat img {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.pp-stuff .pp-side aside.pp-aside.pp-chat img:hover {
	 -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}
.pp-stuff .pp-side aside.pp-aside.pp-loc {
	font-weight: 600;
	min-height: 206px;
	background: rgb(0,52,106); /* Old browsers */
	background:  url('../img/bg.png'), -moz-linear-gradient(bottom, rgba(0,52,106,1) 1%, rgba(0,95,213,1) 47%, rgba(0,79,177,1) 90%, rgba(0,95,213,1) 100%); /* FF3.6-15 */
	background:  url('../img/bg.png'), -webkit-linear-gradient(bottom, rgba(0,52,106,1) 1%,rgba(0,95,213,1) 47%,rgba(0,79,177,1) 90%,rgba(0,95,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background:  url('../img/bg.png'), linear-gradient(to top, rgba(0,52,106,1) 1%,rgba(0,95,213,1) 47%,rgba(0,79,177,1) 90%,rgba(0,95,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00346a', endColorstr='#005fd5',GradientType=0 ); /* IE6-9 */
	background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent;
    border-top: 35px solid transparent;
    border-left: 5px solid transparent;
    border-right: none;
    border-bottom: none;
}
.pp-stuff .pp-side aside.pp-aside.pp-loc span.header {
	margin: -30px 0 0;
	font-size: 18px;
}
.pp-stuff .pp-side aside.pp-aside.pp-loc span.header small {
	font-family: "Batman";
	font-size: 18px;
	color:#6bb8ff;
	margin-right: 5px;
	text-shadow: -1px 0px 5px rgba(172, 207, 255, 0.16);
}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-locs span:first-child {
	margin: 15px 0 0;
}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-locs span {
	font-size: 14px;
	display: block;
	padding:5px 0 2px;
}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-locs span:hover {
	color:#008aff;
}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map {
	background:url('../img/map.png') no-repeat left;
	background-position: 0px 9px;
    background-size: 100% 90%;
}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot {
  height: 5px;
  width: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;

}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot:hover,
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot.hover {
	box-shadow: 0px 0px 6.5px 5.5px rgba(22, 160, 255, 1); 
}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot.pp-chi {
	position: absolute;
    top: 40%;
    z-index: 2;
    right: 37%;
}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot.pp-tx {
	position: absolute;
    bottom: 23%;
    z-index: 2;
    left: 44%;

}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot.pp-wa {
	position: absolute;
    top: 17%;
    z-index: 2;
    left: 14%;

}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot.pp-la {
	position: absolute;
    top: 42%;
    z-index: 2;
    left: 6%;

}
.pp-stuff .pp-side aside.pp-aside.pp-loc .pp-map .dot.pp-ga {
	position: absolute;
    bottom: 30%;
    z-index: 2;
    right: 22%;
}
.pp-footer {
	margin:20px 0 0;
	border-top:2px #0050bc solid;
	min-height: 102px;
	width: 100%;
	display: flex;
	background: rgba(0, 0, 0, .27);
}

.pp-footer .pp-top{
	height:46px;
	width: 100%;
	margin:-50px auto 0 ;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0050bc+0,009cff+100 */
	background: rgb(0,80,188); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,80,188,1) 0%, rgba(0,156,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,80,188,1) 0%,rgba(0,156,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,80,188,1) 0%,rgba(0,156,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0050bc', endColorstr='#009cff',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
}
.pp-footer .pp-top .text-center{
	line-height:46px;
	color:#000;
}
.pp-footer .pp-text {
	font-size: 18px;
    color: #fff;
    text-shadow: 4px 0px 10px rgba(255, 255, 255, 0.49);
}
