.pay_icon{
opacity: 0.2;
}

.pay_icon:hover {
opacity: 1;
}

#vip-table{
width: 500px!important;
margin: 0 auto;
}

.site-header {
   pointer-events: none;
   cursor: default;
}

.hover-glow:hover{
box-shadow: 0px 0px 25px white;
}

.gray-hover:hover{
background:rgba(45, 45, 45, 0.7);
}

hr {
box-shadow: 0px 0px 35px white;
}

#main-container{
margin-top: 0;
}

#pg-2-2{
margin-bottom: 0!important;
padding-bottom: 0;
}

#pg-2-3 {
margin-bottom: 0!important;
padding-bottom: 0;
}

body.custom-background {
background-size:cover;
}

.title-box{
opacity:0;
}

#main-header{
//display:none;
}

.site-info{
display:none;
}

.metadata-posted-on{
display:none;
}

.metadata-posted-in{
display:none;
}

.entry-header{
display:none;
}

.menu{
display:none;
}

.widget-title{
text-align: center;
}

#main-sidebar{
width:25%;
display:none;
}

.widget-area{
display:none;
}

#main-content{
width:100%;
margin: 10px auto;
}

.widget-title{
font-size:200%;
}

.site-branding{
border-radius:50px;
}

.header-background-image{
border-radius:20px;
width: 100%;
}

#container, #footer {
	width: 960px!important;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
html {
  background: rgb(246, 248, 248);
}
body {
  padding: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;  
}
.promos {
  width: 750px;
  margin: 0 auto;
  margin-top: 20px;
}
.promo {
  width: 250px;
  background: #0F1012; 
  color: #f9f9f9;
  float: left;
}
.deal {
  padding: 10px 0 0 0;
}
.deal span {
  display: block;
  text-align: center;
}
.deal span:first-of-type {
  font-size: 23px;  
}
.deal span:last-of-type {
  font-size: 13px;
}
.promo .price {
  display: block;
  width: 250px;  
  background: #292b2e;
  margin: 15px 0 10px 0;
  text-align: center;
  font-size: 23px;
  padding: 17px 0 17px 0;
}
ul {
  display: block;
  margin: 20px 0 10px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  color: #999999;
}
li {
  display: block;
  margin: 10px 0 0 0;
}
button {
  border: none;
  border-radius: 40px;
  background: #292b2e;
  color: #f9f9f9;
  padding: 10px 37px;
  margin: 10px 0 20px 60px;
}
.scale {
  transform: scale(1.2);
  box-shadow: 0 0 4px 1px rgba(20, 20, 20, 0.8);
}
.scale button {
  background: #64AAA4;
}
.scale .price {
  color: #64AAA4;
}