/* @override 
	http://media.playpark.net/PP/13anni/css/style.css */
html, body{
	overflow-x: hidden;
}
/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
   
}
 
::-webkit-scrollbar-thumb {
  
     background-color: #c00;
}*/
body {
	background: -webkit-linear-gradient(top, #041a55 0.1%, #041a55 100%) #051b56;
	background: -moz-linear-gradient(top, #041a55 0.1%, #041a55 100%) #051b56;
	background: -ms-linear-gradient(top, #041a55 0.1%, #041a55 100%) #051b56;
	background:linear-gradient(to bottom, #041a55 0.1%, #041a55 100%) #051b56;
	color: white;
	    padding-bottom: 150px;
	
}
div#note-text1 {
    position: fixed;
    width: 270px;
    right: 15px;
    top: 64px;
}
div#note-text {
    position: fixed;
    width: 270px;
    right: 15px;
    top: 54vh;
}
#note-text1 p, #note-text p{
font-size: 12px;
    color: #FFC107;
    font-weight: 600;
}
.cupayment {
    width: auto!important;
}
.saleicon {
    height: 50px;
    padding-top: 13px;
    padding-left: 15px;
}
.saleicon a {
    font-size: 20px;
}

/*#sidenav li:nth-last-child(2) a, #sidenav li:nth-last-child(1) a{
display: none;
}*/
.prev img,.next img {
    width: 40px;
    position: absolute;
}
.next img{
	    transform: rotate(180deg);
}


/*scroll bar*/
.scrollbar {
 
    height: 300px;  
    overflow-y: scroll;
}
.form-actions #add_to_cart{	
       margin: 0 auto;
    display: block;
}
.force-overflow {
    min-height: auto;
}
#sidebar::-webkit-scrollbar {
    width: 6px;   
    background-color: #000;
} 
#sidebar::-webkit-scrollbar-thumb {
    background-color: #c00;
}
#sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #000;
}
.scroll-bar {
    padding-bottom: 30px;
}
/*end scrollbar*/
.pad{
	width: 100%;
}
.back{
	display: flex;
  align-items: center;
  justify-content: center;
}
.back h2{
	font-size: 16px;
	color: #c00;
	font-weight: 600;
	    text-transform: uppercase;
}
.back p{
	text-align: center;
    color: #000!important;
    font-size: 14px;
    line-height: 15px;
	font-family: 'Roboto', sans-serif!important; 
}
.back{
	width: 100%!important;
}
.faq h1{
	text-align:center;padding-top: 40px;padding-bottom: 40px;
}
.faq li {
    margin-bottom: 39px;
    font-size: 16px!important;
    line-height: 25px!important;
}
	.cupad{padding:20px;}
.scrollup {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 999;
    display: none;
    text-indent: -9999px;
       background: url(http://media.playpark.net/PP/13anni/media/left.png) no-repeat;
    background-color: #c00;
    background-size: 80%;
    border-radius: 16px;
    transform: rotate(90deg);
    background-position: 5px;
}
.img-responsive{
	margin:0 auto;
	display: block;
}
.logo{
	width: 400px;
}

.icon_OM, .icon_SB {
	padding-right: 10px;
	width: 38px;
}
label {
	color: white;
}

ul.nav li a:link {
	
	font-weight: bold;
	font-size: 20px;
}

.cart-value {
	font-size: 20px;
}

.hero-unit {
	background-color: transparent;

}
.hero-unit .col-lg-4{
	margin-bottom: 0;
}

ul#sidenav {
	position: fixed;
    width: 180px;
    z-index: 999;
    right: 60px;
}

ul#sidenav li {
	list-style-type: none;
	margin-bottom: 10px;
	text-align: right;
}

input.qty {
	padding-top: 25px;
	padding-bottom: 23px;
	font-weight: bold;
	color: black;
	text-align: center;
	width: 70px;
	font-size: 30px;
}

a:hover.qtyminus, a:hover.qtyplus {
	text-decoration: none;
}

a.qtyminus, a.qtyplus {
background-color: white;
width: 30px;
border-style: none;
color: black;
margin-right: 0;
font-size: 26px;
padding: 4px 12px;
font-weight: bold;
position: relative;
top: 5px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
}

.well {
	background-color: #580000;
	border-style: none;
}

tbody tr:hover {
	background-color: transparent;
}

.control-group .controls {
	margin-left: 0;
	padding-left: 0;   
	text-align: center;
}

.form-actions {
	border-top-style: none;
}

input.btn.btn-primary {
	margin: 0;
	padding: 10px;
}


.col-lg-4 {
	margin-bottom: 70px;	
	display: block;
}
.page-header h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	    color: #ffd34b;
}
a.next {
    float: right;
    top: -40px;
    position: relative;
    left: -38px;
}
a.prev {
    float: left;
    position: relative;
    top: -40px;
}
div#sidebar {
    position: fixed;
    width: 270px;
    right:20px;    
    top: 22vh;   
        border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000;
}
.cubtn:hover, .cubtn:focus {
    background: #c22026!important;
    border: 1px solid #c22026!important;
    color: #fff!important;
        box-shadow: 2px 2px 17px;
}
.cudetail {
    position: relative;
    top: 5px;
    background: green!important;
    border: 1px solid green!important;
    color: #fff!important;

}
.hide-desktop{display:none;}
@media only screen and (max-width: 767px){



.control-group .controls{
float:none!important;
    margin: 0 auto;
    width:80%
}
.modal-open .modal{
left:0!important;
max-width:100%;
}
.modal-dialog{width:95%;}
.navbar .nav > li{
    float: none;
}
ul.nav.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.navbar .nav > li > a{
padding:14px 5px 11px!important;
}
ul.nav li a:link{font-size:14px!important;}
	.page-header h1{
		font-size: 30px!important;
	}
	#grid{
		padding: 0 20px!important;
	}
	#billing_details .control-group{margin-top:10px!important;}
	.back img{width:82%!important;}
	
	.cupad{
padding: 0 2px!important;
}

	#sidenav li a{
		font-size: 22px!important;
	}
	.logo{
		width: 100%;
	}
	input.qty{
		width: 50px!important;
	}
	.scrollup{
	width: 50px;
	height: 50px;
	z-index: 999;
    bottom: 10px;
    right: 10px;
	}
	#navi{top:0;}
	ul#sidenav {
    float: none;
    text-align: center;
    margin-left: 0;
    top: 60px;
    right: 0;
}
div#sidebar{
	top:0!important;
	right: 0;
	
}
.form-actions #add_to_cart{
	width: 100%!important;
	border-radius: 0!important;
}
ul#sidenav li{
	text-align: center;
}
.hero-unit{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

.product{
	width:46%!important;
	height: 330px!important;
}
.stats .stats-container{top:154px!important;}
.make3D{
	height: 330px!important;
}
.stats-container .product_price,input.qty{
	font-size: 22px!important;
}

.breadcrumb{margin-top:30px;}

input.cubtn, .form-actions .cubtn{
	width: 80%!important;
}
}
@media only screen and (max-width: 990px){
.hide-mobile{display:block!important;}
.modal-open .modal{left:16%;}
.cunav{width:100%;}
	div#sidebar{
		height: auto!important;
		    overflow-y: auto!important;
	}
	.navbar-fixed-top .container, .navbar-fixed-bottom{
	width: 100%;

}
.page-header h2{
	font-size: 24px;
}
ul#sidenav {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: none;
}
#navi{top:0;}
}
@media only screen and (max-width: 1200px){
.hide-mobile{display:none;}
div#note-text, #note-text1 {
   width:100%!important;
    position: inherit!important;
    padding: 10px;
    text-align: center;
}
#sidebar{
	position: inherit!important;
    width: 100%!important;
    right: 0!important;
}
	#zapped{
		right: 100px!important;
	}
}
@media only screen and (max-width: 1450px){
	#zapped{
		right: 200px;
	}
}

@media only screen and (max-width:1200px){
.panel{min-height:320px!important;}
}
@media only screen and (max-width:990px){
.cupad .panel{min-height:290px!important;}
}
@media only screen and (max-width:767px){
.cupad .panel{min-height:200px!important;}
span.product_price{font-size:28px!important;}
.form-actions{height:auto;}
}
@media only screen and (max-width:460px){
#grid .cupad .panel{min-height:150px!important;}

}
@media only screen and (max-height:900px){
.scrollbar{height:200px;}
div#note-text{
top: 55vh;
}
div#sidebar{top:22vh;}
}

/*galaxy*/
.container {
    z-index: 99;
    position: relative;
}
    
#galaxy {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03092b;
  -webkit-transition: background 0.8s ease-out;
  -moz-transition: background 0.8s ease-out;
  -o-transition: background 0.8s ease-out;
  -ms-transition: background 0.8s ease-out;
  transition: background 0.8s ease-out;
}

#galaxy,
#galaxy .bg {
  width: 100%;
  height: 100%;
}

#galaxy * {
  position: absolute;
}

#galaxy .bg {
  /* background: url('https://raw.githubusercontent.com/gurde/css3-animated-galaxy/master/img/bg.jpg') no-repeat 50% 50%; */
}

#galaxy .bg.center {
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin: -100px 0 0 -200px;
  opacity: 0.8;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

#galaxy [class^="stars"] {
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}

#galaxy .stars-back {
  background: url("https://media.playpark.net/PP/13anni/preview/media/back.png");
  -webkit-animation: orbit-clock-wise 440s infinite linear;
  -moz-animation: orbit-clock-wise 440s infinite linear;
  -o-animation: orbit-clock-wise 440s infinite linear;
  -ms-animation: orbit-clock-wise 440s infinite linear;
  animation: orbit-clock-wise 440s infinite linear;
}

#galaxy .stars-middle {
  background: url("https://media.playpark.net/PP/13anni/preview/media/middle.png");
  -webkit-animation: orbit-counter-clock-wise 360s infinite linear;
  -moz-animation: orbit-counter-clock-wise 360s infinite linear;
  -o-animation: orbit-counter-clock-wise 360s infinite linear;
  -ms-animation: orbit-counter-clock-wise 360s infinite linear;
  animation: orbit-counter-clock-wise 360s infinite linear;
}

#galaxy .stars-front {
  background: url("https://media.playpark.net/PP/13anni/preview/media/front.png");
  -webkit-animation: orbit-clock-wise 160s infinite linear;
  -moz-animation: orbit-clock-wise 160s infinite linear;
  -o-animation: orbit-clock-wise 160s infinite linear;
  -ms-animation: orbit-clock-wise 160s infinite linear;
  animation: orbit-clock-wise 160s infinite linear;
}

@-webkit-keyframes orbit-clock-wise {
  0% {
    opacity: 0.4;
    -webkit-transform: rotate(0deg);
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.2;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes orbit-counter-clock-wise {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes orbit-clock-wise {
  0% {
    opacity: 0.4;
    -moz-transform: rotate(0deg);
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.2;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes orbit-counter-clock-wise {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes orbit-clock-wise {
  0% {
    opacity: 0.4;
    -o-transform: rotate(0deg);
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.2;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
    -o-transform: rotate(360deg);
  }
}
@-o-keyframes orbit-counter-clock-wise {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes orbit-clock-wise {
  0% {
    opacity: 0.4;
    -ms-transform: rotate(0deg);
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.2;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
    -ms-transform: rotate(360deg);
  }
}
@-ms-keyframes orbit-counter-clock-wise {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
@keyframes orbit-clock-wise {
  0% {
    opacity: 0.4;
    transform: rotate(0deg);
  }
  2% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.2;
  }
  5% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@keyframes orbit-counter-clock-wise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}