@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
body{
  font-family: 'Open Sans';
  background-color: #14151a;
}
p{
  color:#9b9b9b;
}
.noBorder{
  border:none !important;
}
img{
  max-width:100%;
}
section{
  padding:25px 0;
  clear: both;
}
.hug{
  text-decoration: none !important;
}
ul{
  margin:0;
  padding:0;
}
li{
  list-style: none;
}
.supertop {
    background: #202127;
    padding: 7px 0;
    width: 100%;
}
.supertop .social {
    margin: 0 auto;
    width: 123px;
}
.supertop .social a {
    color: #fff;
    font-size: 16px;
    margin: 0 7px;
}

#navtop {
    padding:0 5px;
    background: #14151a;
    background: -moz-linear-gradient(top, #14151a 0%, #0d0e11 100%);
    background: -webkit-linear-gradient(top, #14151a 0%,#0d0e11 100%);
    background: linear-gradient(to bottom, #14151a 0%,#0d0e11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14151a', endColorstr='#0d0e11',GradientType=0 );
}

.navbar{
  padding:0;
  width: 100%;
}

.logo {
    float: left;
}

#nav {
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
    float: left;
    margin: 0;
    padding: 23px 10px;
}

#nav a {
    float: left;
    display: block;
    padding: 7px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    outline: none;
}

#nav li:hover, #nav li.active {
    background: #dd1517;
    text-decoration: none;
}

.owl-dots {
    margin-top: -41px;
    position: relative;
}

.owl-item .item{
  width:100%;
  background-size: cover !important;
  background-position: center center !important;
}

.item a {
    display: block;
    width: 100%;
    height: 540px;
}

.gameLogo img{
  margin-bottom:20px;
}

.steamcodeBox{
  margin:15px 0;
  text-align: center;
}

.reqBox h4, .reqBox p{
  color:#989a99;
  font-size:14px;
  line-height: 2;
  margin-bottom:0;
}

.reqBox{
  background-image: none;
  margin-top:15px;
}

.reqBox p span{
  color:#646464
}

.seeAll{
  font-size:20px !important;
}

.box {
  position: absolute;
  bottom: 30%;
  right: 15%;
  padding:25px;
  background:rgba(0, 0, 0, 0.4);
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    width:auto;
}

.prices{
  text-align: center;
  float:left;
  margin:5px;
}

span.wholePrice {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
}

span.finalPrice {
    color: #a00;
    font-size: 26px;
    display: block;
    font-weight: bold;
}

.butalone{
  padding-top:10px;
}

.discount{
  background:#49641a;
  padding:5px 15px;
  font-size:26px;
  font-weight: 500;
  color:#fff;
  float:left;
  margin:10px 5px 0;
}

.buyNow a{
  background: #aa0000; /* Old browsers */
  padding:5px 15px;
  margin-top: 10px;
  color:#fff !important;
  font-size:26px;
  text-align: center;
  font-weight:500;
  float:left;
  text-decoration: none;
}

.buyNow a:hover{
  background: #940101; /* Old browsers */
}

#searchForm{
  max-width: 550px;
  margin:0px auto;
  padding:40px 0;
}
#searchForm input[type='text'], #loginForm input, #registerForm input, .profile input:not(.file), textarea{
  border: 1px solid #818181;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 20px;
  max-width: 550px;
  background:#f3f3f3;
  width: 100%;
  line-height: 53px;
}

#loginForm input, #registerForm input{
  margin-bottom:15px;
}

#searchForm .subbg{
  z-index: 1;
  position: relative;
  float: right;
  margin-top: -55px;
  width:60px;
  height:55px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border:1px solid #840000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da1315+0,840000+100 */
  background: -moz-linear-gradient(top, #da1315 0%, #840000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da1315 0%,#840000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da1315 0%,#840000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1315', endColorstr='#840000',GradientType=0 ); /* IE6-9 */
}

#searchForm .submit{
  width:60px;
  cursor: pointer;
  text-indent: -999px;
  height:55px;
  background-color: transparent;
  border:none;
  background-image: url('../images/searchicon.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.mainHeading{
  color:#fff;
  font-size:26px;
  font-weight:400;
  text-align: center;
}

.mainH1, .mainH1 a{
  color:#fff;
  font-size:26px !important;
  text-align:center;
  margin-bottom:20px;
  margin-top:50px;
}

.red{
  color:#e51615;
}

.bold{
  font-weight:700;
}

.ourGamesList li{
  list-style:none;
}

.ourGamesList .ogBox{
  border:2px solid #22242c;
  max-width: 365px;
  margin: 0 auto;
  background:#14151a;
}

.ogBox .title h3{
  color:#fff;
  font-size:15px;
  margin:0;
}

.ogBox .info{
  padding: 15px;
  overflow: auto;
}

.ogBox .image {
  max-height: 200px;
  overflow: hidden;
}

.borderBot{
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  margin-bottom:15px;
  float: left;
  width: 100%;
}

.ourGamesList hr{
  width:100%;
  margin:15px 0;
  height:1px;
  background:#22242c;
  border:none;
  float:left;
}

.ogBox .info .title{
  width:60%;
  float:left;
}

.ogBox .info .prices{
  width:40%;
  float:left;
  margin:0;
  font-size:16px;
  text-align: right;
}

.ogBox .info span.finalPrice, .ogBox .info span.wholePrice{
  font-size:16px;
  font-weight:normal;
}

.ogBox .buyNow{
  text-align:center;
}

.ogBox .buyNow a{
  font-size:16px;
  background:#212128;
  border-radius:5px;
  padding:10px 15px;
  display:inline-block;
  margin:0 0 15px;
  float:none;
}

.ogBox .buyNow a:hover{
  background:#d91315;
}

#ourGiveaways .title{
  text-align: center;
  width: 100%;
  float:none;
}

#ourGiveaways .ogBox .info{
  border:none;
}

.review #ourGiveaways .info p{
  font-size:13px;
  color:#8c8c8c;
}

.review #ourGiveaways .title{
  text-align: left;
}

.review #ourGiveaways h3{
  padding-bottom:10px;
}

.review #ourGiveaways .ogBox .info{
  overflow: auto;
  background:#14151a;
}

.review .readMore{
  padding:5px 10px;
  margin:0;
}

.review .info:hover{
  background:#364301;
  cursor: pointer;
}

.review .info:hover .title p{
  color:#fff !important;
}

.review .ourGamesList .ogBox{
  margin-bottom:30px;
}


.buts {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
}

.buts .title{
  color:#fff;
  font-weight:700;
}

.logins{
  position:absolute;
  right:6px;
  top:6px;
}

.logins .readMore{
  padding: 3px 15px;
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}

.readMore{
  cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e08d10+0,e51515+38 */
  background: #e08d10; /* Old browsers */
  background: -moz-linear-gradient(left, #e08d10 0%, #e51515 38%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e08d10 0%,#e51515 38%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e08d10 0%,#e51515 38%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08d10', endColorstr='#e51515',GradientType=1 ); /* IE6-9 */
  padding:10px 40px;
  color:#fff;
  margin:15px 0;
  border:none;
  font-weight:700;
  display:inline-block;
  border-radius:5px;
}

.readMore:hover{
  text-decoration: none;
  color:#fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e08d10+60,e51515+100 */
background: #e08d10; /* Old browsers */
background: -moz-linear-gradient(left, #e08d10 60%, #e51515 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e08d10 60%,#e51515 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e08d10 60%,#e51515 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e08d10', endColorstr='#e51515',GradientType=1 ); /* IE6-9 */
}

#ourReviews li{
  max-width: 295px;
  margin: 0 auto;
}

#popularDeals{
  background:url("../images/pdbg.png") no-repeat;
  height:588px;
  width:100%;
}

.tracker #popularDeals{
  background:none;
  height:auto;
}

#popularDeals h3 a{
  display: block;
  text-decoration: none;
  background: #212129;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  overflow: auto;
}

#popularDeals .col-4{
  margin-bottom:50px;
}

#popularDeals .title{
  color:#fff;
  font-size:13px;
  line-height: 34px;
  float:left;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  width:85%;
  text-overflow: ellipsis;

}

#popularDeals .prices{
  float:right;
  text-align: right;
  line-height: 19px;
  margin:0;
}

#popularDeals li{
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222229;
}

#popularDeals .finalPrice{
  font-size: 14px;
  font-weight:700;
  line-height: 13px;
}

#popularDeals .wholePrice{
  font-size: 11px;
  font-weight:300;
}

#popularDeals li:hover .title{
  color:#bc1517;
}

#popularDeals li:hover .platformIcon, .stripElements .platformIcon:hover{
  background-position-y: -50px;
}

#popularDeals h3 .platformIcon{
  margin-right:15px;
}

#popularDeals h3 i{
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0px 6px;
  height: 23px;
  width: 23px;
  line-height: 21px;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
}
.platformIcon{
  background: url(../images/icons.png) no-repeat;
  height: 36px;
  float: left;
  display: inline-block;
  width: 36px;
}

li .platformIcon{
  margin-right:20px;
}

.storechecks input{
  cursor: pointer;
  float:left;
  margin-top:10px;
  margin-right:5px;
}

.storechecks label{
  cursor: pointer;
}

.modal-content{
  background:#14151a;
}

.modal-content p, .modal-body label, .modal-body span{
  color:#fff !important;
}

.modal-content h4{
    color:#b60903;
}

.close{
  color:#fff;
}

.pc{
  background-position: 0px 0px;
}

.steam{
  background-position: -47px 0px;
}

.humblebundle{
  background-position: -91px 0px;
}

.indiegala{
  background-position: -137px 0px;
}

.gmg{
  background-position: -181px 0px;
}

.bundlestars{
  background-position: -228px 0px;
}

.gog{
  background-position: -273px 0px;
}

.gamesbillet{
  background-position: -319px 0px;
}

.gamestop{
  background-position: -364px 0px;
}

.amazon{
  background-position: -410px 0px;
}

.wingamestore{
  background-position: -455px 0px;
}

.gamersgate{
  background-position: -500px 0px;
}

.toysrus{
  background-position: -546px 0px;
}

.dlgamer{
  background-position: -593px 0px;
}

.nuuvem{
  background-position: -638px 0px;
}

.adbanners {
    text-align: center;
}

footer{
  background:url("../images/footerbg.png") no-repeat #111;
  height:388px;
  width:100%;
  padding-top:40px;
}

.footerLinks{
  width: 100%;
  float:left;
  margin-top:30px;
}

.footerLinks ul{
  width:50%;
  float:left;
}

.footerLinks ul li a{
  color:#fff;
  padding:3px 0;
  display:block;
  font-weight:600;
  font-size:11px;
}

footer .newsletter{
  float:left;
}

footer .social{
  float:right;
}

footer .social a{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#da1315+0,840000+100 */
  background: -moz-linear-gradient(top, #da1315 0%, #840000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da1315 0%,#840000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da1315 0%,#840000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1315', endColorstr='#840000',GradientType=0 ); /* IE6-9 */
  color:#fff;
  width:40px;
  height:40px;
  border-radius:4px;
  text-align:center;
  margin:0 5px;
  padding-top:8px;
  display:inline-block;
}

.buttonSubmit{
  background: -moz-linear-gradient(top, #da1315 0%, #840000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #da1315 0%,#840000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #da1315 0%,#840000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1315', endColorstr='#840000',GradientType=0 ); /* IE6-9 */
  color:#fff;
  font-weight:600;
  border:none;
  font-size:13px;
  padding:10px 15px;
  height:40px;
  cursor: pointer;
  border-radius:4px;
}

.buttonSubmit:hover{
  color:#fff;
  text-decoration: none;
  background:#333;
}
.instawin a{
  color:#fff;
  font-weight:300;
}
.footwrap{
  border: 1px solid #3d3d59;
  overflow: auto;
  padding: 20px;
}

footer input, footer textarea{
  border: 1px solid #3d3d59;
  background:none;
  padding:5px 15px;
  height:40px;
}

#contactFooter input, #contactFooter textarea{
  width:100%;
  color:#fff;
  margin-bottom:10px;
}

footer textarea{
  height:93px;
}

footer h3{
  color:#fff;
  font-size:15px;
  font-weight:500;
  padding-bottom:10px;
  margin:0;
}

footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
footer ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
footer :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
footer :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.newl{
  width: 300px;
  float: left;
  margin-bottom: 3px;
  margin-right: 5px;
  color:#fff;
}

.copyright{
  font-size:11px;
  font-weight:600;
  padding:15px 0;
  color:#fff;
}

.productsBanner{
    background:url("../images/productsbg.jpg") no-repeat;
    background-size: cover;
    height:250px;
    width:100%;
    border-bottom:1px solid #353535;
}

.products .ourGamesList li{
  margin-bottom:40px;
}

main.tracker{
  background: url('../images/trackerbg.png') no-repeat;
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
}

.productBox{
  /*background:url("../images/p2bg.png") no-repeat;*/
  background:#14151a;
  border: 1px solid #322e32;
  padding: 15px;
  max-width: 1160px;
  margin: 40px auto;
}

.giveawayBox .productBox{
  text-align: center;
}

.reviewBody .productBox{
  background-color:#14151a;
}

.giveawayBox .description{
  text-align: center;
  color: #fff;
}

.productBox h3, .productBox p{
  color:#fff;
}

.productBox .description{
  margin:15px 0;
}

.productBox .description .block{
  margin-bottom:10px;
  color:#fff;
}

.productBox .description img{
  padding:5px 0;
}
.productBox .box, .review .box{
  position:relative;
  right:auto;
  bottom:auto;
  padding:15px;
  border:1px solid #22242c;
  background:url("../images/boxysteam.png") center top no-repeat #0c0d11;
}

.productBox .gameLogo img{
  margin-bottom:0;
}

.box .gameTitle{
  color:#fff;
  font-weight: bold;
}
.steamcodeBox .buyNow{
  float:left
}

.box .description{
  color:#fff;
}

.centerBox {
    /*max-width: 345px;*/
    margin: 0 auto;
}
.priceBoy{
  position: absolute;
    right: 10px;
    bottom: -20px;
    width: auto;
    background: #0c0d11;
    padding: 0 10px 9px 5px;
    border: 1px solid #222;
}

.contactBox{
  padding-top:70px;
}
.contact h2{
  font-size:14px;
  color:#fff;
  font-weight:600;
  border-bottom:1px solid #433d3d;
  padding-bottom:15px;
}

.boxy{
  border-bottom:1px solid #433d3d;
  margin-bottom: 15px;
}

.contact h4{
  font-size:14px;
  color:#fff;
}

.contact_right p i{
  color:#fff;
}

.contact_right p, .contact_left p{
  color:#9b9b9b;
}

.contact_left{
  background:url("../images/contact-left.png") no-repeat;
  background-size:cover;
  padding:15px;
  border:1px solid #433d3d;
}

.contact_right{
  background:url("../images/contact-right.png") no-repeat;
  background-size:cover;
  padding:15px;
  border:1px solid #433d3d;
}

.contact input[type="text"], .contact textarea{
  background:rgba(12,13,17, 0.7);
  border:1px solid #252428;
  width:100%;
  padding:5px 10px;
  margin-bottom:20px;
}

.contact textarea{
  height:199px;
  resize: none;

}

.contact label {
    display: block;
    color: #9b9b9b;
}

.contact input[type="checkbox"]{
  margin-right:10px;
  margin-top:8px;
}

.checky{
  line-height: 30px;
}

.contactForm button{
  padding:5px 10px;
  border:none;
  margin:0;
}

.review h1{
  font-size:20px;
  color:#bd0d0e;
  margin:0 0 30px 0;
  padding:10px 0;
  font-weight:600;
  border-bottom:#22242c solid 1px;
}

.reviewBox{
  border: #22242c solid 2px;
  padding: 15px;
}

.review.inner main{
  max-width: 1180px;
  margin: 70px auto 0;
}

.reviewBox img{
  margin:15px 0;
}

.reviewBox p{
  clear: both;
}

.giveBox{
  border:#22242c 2px solid;
  max-width:560px;
  margin:20px auto;
}

.botBox{
  padding:15px;
  overflow: auto;
}

.giveBox h3{
  font-size:16px;
  font-weight:600;
  color:#fff;
  margin:0;
  float:left;
  line-height: 30px;
}

.giveAwayButton{
  background: #b60903;
  color:#fff;
  font-size:14px;
  font-weight:600;
  padding:5px 10px;
  float:right;
}

.giveAwayButton:hover{
  color:#fff;
}

ul.giveawayList {
    margin-bottom: 30px;
}

.instawin h3{
  font-size:14px;
  color:#fff;
  text-align: center;
  line-height: 10px;
  float:none;
}

.previousWin{
  margin-top:20px;
}

.previousWin li{
  background:#0c0d10;
  padding:10px;
  margin-bottom:10px;
}

.previousWin div{
  color:#757474;
}

.previousWin li .game a{
  color:#b60903;
}

.give2Box{
  background:url("../images/give2bg.png") no-repeat;
  background-size:cover;
  padding:10px 15px;
  border:2px solid #433d3d;
}

.give2Box h1{
  color:#fff;
  font-size:18px;
  margin-bottom:20px;
  font-size:600;
  border-bottom:1px #717171 solid;
}

.give2Box .box{
  margin-top:15px;
}

.storeBox{
  background:#0c0d11;
  border:2px solid #22242c;
  padding:15px;
  margin-top:0px;
  margin-bottom:0px;
}

.storeBox p{
  font-size:16px;
}

.storeBox h2{
  font-size:18px;
  padding-bottom:10px;
  color:#fff;
  border-bottom:1px solid #22242c;
}

h3.platform{
  font-size:18px;
  font-weight:600;
  color:#9f9e9e;
  margin:30px auto;
  width:146px;
}

h3.platform div{
  float:left;
  line-height: 34px;
  margin:0 5px;
}


.storeStrip, .storeList{
  width:100%;
  float:left;
  margin-top:30px;
}

.storeStrip h3{
  font-size:18px;
  font-weight:600;
  line-height: 36px;
  color:#9f9e9e;
  display:inline-block;
  vertical-align: text-bottom;
}

.storeStrip ul{
  display:inline-block;
}

.storeStrip ul li{
  float:left;
}

.storeStrip ul li .platformIcon{
  margin:5px;
}

.stripElements{
  display:inline;
}

#example thead{
  background:#0c0d11;
  padding:10px;
  font-size:10px;
  text-transform: uppercase;
  text-decoration: underline;
  color:#757474;
}

#example thead th, #example td{
  padding:10px 15px;
}

.gameTitle a, .gameTitle{
  font-size:16px;
  color:#757474;
}

.releaseDate{
  font-size: 12px;
  font-style:italic;
  color:#757474;
  min-width: 78px;
}

.scoresHolder{
  min-width:115px;
}

.picstoreHolder{
  min-width: 90px;
}

.dealRating{
  color:#b60903;
  font-size:16px;
  min-width:70px;
}

.reviews{
  color:#757474;
  font-size:13px;
  min-width:90px;
}

.reviewLink{
  color:#346dd5;
}

.ratio{
  color:#f7941d;
  font-size:13px;
}

.notificationButton i{
  color:#fff;
  background:#b60903;
  cursor: pointer;
  padding:10px;
  border-radius: 50%;
}

.notificationButton i:hover{
  background:##667c0f;
}

.metaScore{
  color:#fff;
  font-size: 20px;
  text-decoration: underline;
  background: #667c0f;
  line-height: 55px;
  width:55px;
  height:55px;
  text-align: center;
  display:inline-block;
}

span.dtr-data {
    color: #757574;
}

.userScore{
  color:#fff;
  font-size: 20px;
  text-align: center;
  width:55px;
  height:55px;
  background: #f7941d;
  display:inline-block;
  line-height: 55px;
  border-radius:50%;
}

.savingTriangle{
  background: #b60903;
  font-size:20px;
  color:#fff;
  font-weight:600;
  padding:5px;
  display:inline-block;
  line-height: 1;
  position: relative;
}

.savingTriangle:after{
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0px;
  height: 0px;
  border-top: 24px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 10px solid #b60903;
}

td .wholePrice{
  color:#b60903;
  font-size:13px;
  font-weight:normal;
}

td .finalPrice{
  color:#757474;
  font-size:16px;
}

td .platformIcon{
  margin:5px 5px 0 0;
}

td.platform .platformIcon{
  margin:0;
}

tbody tr{
  background: #0c0d11;
  border-spacing: 5px;
}

.overLoader{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2000;
  display: none;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.warning{
  border:1px solid #c00 !important;
}

.fbsteam{
  margin-bottom:10px;
}

meter {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;

  /* Applicable only to Firefox */
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

.modal-content .regErrors, .modal-content .loginErrors{
  color:#c00 !important;
}

.profile label{
  width:100%;
  color:#fff;
  margin-top:15px;
}
.profile label{

}

.compose .compose-body .editor.btn-toolbar {
    margin: 0
}
.compose .compose-body .editor-wrapper {
    height: 100%;
    min-height: 50px;
    max-height: 180px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow: auto
}
.compose .compose-footer {
    padding: 10px
}
.editor.btn-toolbar {
    zoom: 1;
    background: #F7F7F7;
    margin: 5px 2px;
    padding: 3px 0;
    border: 1px solid #EFEFEF
}

.editor-wrapper {
    min-height: 250px;
    background-color: white;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 4px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none
}

.x_panel {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #f3f3f3;
    border-radius: 5px;
    border:1px solid #818181;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

form#sliderDropzone {
    min-height: 200px;
}

#saveUser{
  cursor: pointer;
}

.steamlogin{
  float:right;
}

.pagination{
  margin-left:50%;
  transform: translateX(-50%);
  display:inline-block;
}
.pagination a{
  color:#fff;
  padding:8px;
}

.pagination strong{
  color:#dd1517;
  padding:8px;
}

.commentBox {
  border-bottom: 1px solid #333;
  padding: 25px 10px;
}

.commentBox div{
  color:#fff;
}

.commentBox .userName{
  font-style: italic;
}

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

.mainForm input, .mainForm textarea{
  color:#fff;
}

.dealsban{
  background:url("/assets/images/dealsban.jpg") no-repeat;
  max-width:674px;
  height:70px;
  margin:0 auto;
}

.dealsban h1{
  color: #eee;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  padding: 12px 0;
  text-shadow: #000 3px 3px 3px;
}

.paginate_button{
  float:left
}

.mb15{
  margin-bottom:15px !important;
}

.mb35{
  margin-bottom:35px !important;
}

.video {
  position: relative;
  padding-bottom: 30.25%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-cont {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    height: 100%;
    border: 0;
    margin: 0 auto;
}

.e-widget-wrapper iframe{
  min-width:375px;
  height: 100vh;
}

@media (max-width: 992px) {
  .productsBanner{
    height:150px;
  }
  .buts .title {
    font-size:13px;
  }
  .footer .social{
    margin:15px 0;
  }
  #popularDeals{
    height:auto;
  }
  .newl{
    max-width: 172px;
    width:auto;
  }
  .buyNow a, .discount{
    font-size:18px;
  }
  iframe{
    width:100%;
  }
}

@media (max-width: 767px) {
  iframe{
    height:200px;
  }
}
