.whats-next {
  text-align: center;

  width: 100%;
  height:200%
    padding: 20px 0 40px 0;
}


.dark-container{
  background: rgba(252,217,5,1);   
}

.cta-container h1 {
  font-weight: bold;
  text-transform: none;
  max-width: 720px;
  margin: 10px auto 10px;
  font-size: 2.5em;
  color: #222;
}

.cta-container h1+h3 {
  text-transform: none;
  font-weight: normal;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 30px;
  color: #aaa;
}

.cta-container{
  margin-bottom: 30px; 
}

.dark-container .cta-container h1{
  color: #fff; 
  margin: 60px auto 10px;
}
.dark-container .cta-container{
  margin-bottom: 0px; 
}

span.flip-clock-label {
  display: none;
}

.phone-input {
    margin-top: 2.5rem;
}

.phone-input .form-control {
    text-align: center;
}

.form-control {
  text-align: inherit;
}


.flip-clock-wrapper a {
  color: #fff !important;
}

/*.flip-clock-wrapper ul {
background: #F9F9F9;
}

.flip-clock-wrapper a {
color: #fff !important;
}

.flip-clock-wrapper ul li a div div.inn {
color: #ec851f;
background-color: #fff;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.flip-clock-wrapper .flip {
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}*/

.flip-clock-wrapper ul {
  background: #202020;
}

.flip-clock-wrapper ul li a div div.inn{
  color: #fff;
}

button#toggleTimer {
  margin-top: 25px;
  margin-bottom: 50px;
}

/*.flip-clock-dot {
background: #ec851f;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}*/

.relative-container{
  position: relative; 
}

.clock {
  border: 9px solid #000000;
  border-radius: 100%;
  display: block;
  height: 350;
  width: 352px;
  opacity: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: perspective(1px) scale(0.65);
  /* margin-top: 0px; */
}
.clock .hour,
.clock .minute{
  -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease; 
}
.clock .hour {
  background: #aaa;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: -108px -4px 0;
  padding: 108px 4px 0;
}
.clock .minute {
  background: #aaa;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: -189px -2px 0;
  padding: 189px 2px 0;
}
.clock .second {
  background: #aaa;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  margin: -210px -1px 0;
  padding: 210px 1px 0;
}
.clock .circle{
  background: #aaa;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
}


div#floatingWrapper {
  text-align: center;
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 999;
  background-size: 114px;
  background: #ffde2e;
  border-radius: 17px;
  /* background: #73AD21; */
  padding: 9px;
  width: 158px;
  height: 95px;
}


.form-style-5{
  max-width: 500px;
  padding: 10px 20px;
  background: #f4f7f8;
  margin: 10px auto;
  padding: 20px;
  background: #f4f7f8;
  border-radius: 8px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
  border: none;
}
.form-style-5 legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.form-style-5 label {
  display: block;
  margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 input[type="tel"],
.form-style-5 textarea,
.form-style-5 select {
  font-family: Georgia, "Times New Roman", Times, serif;
  background: rgba(255,255,255,.1);
  border: none;
  border-radius: 4px;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 7px;
  width: 100%;
  box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  background-color: #e8eeef;
  color:#8a97a0;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;

}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 input[type="tel"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
  background: #d2d9dd;
}
.form-style-5 select{
  -webkit-appearance: menulist-button;
  height:35px;
}
.form-style-5 .number {
  background: rgb(255, 225, 66);
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
  position: relative;
  display: block;
  padding: 19px 39px 18px 39px;
  color: #FFF;
  margin: 0 auto;
  background: rgb(255, 225, 66);
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 1px solid rgb(255, 225, 66);
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
  background: rgb(255, 225, 66);;
}

.your-clock {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.your-clock .hours,
.your-clock .minutes,
.your-clock .hours + .flip,
.your-clock .hours + .flip + .flip{
  display: none;
}


.intro-text h1 {
  text-align: center;
  margin: 39px 0 39px 0;
}

@media (max-width: 700px){
  div#floatingWrapper {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
    background-size: 114px;
    background: #ffde2e;
    border-radius: 17px;
    /* background: #73AD21; */
    padding: 9px !important;
    width: 158px;
    height: 95px !important;
  }
}

.box__banner {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8);
}
#sell-banner {
  box-shadow: none;
  max-height: 180px;
  background-color: #ffde2e;
}

#sell-banner h4 {
  text-shadow: 1px 1px 3px black;
}

#sell-banner .btn-info {
  border-color: white;
}


#playstation-banner {
  background: url(/cdn/shop/files/1stbox1.png?1177) 70%;
  background-size: 600px;
}

#xbox-banner {
  background: url(/cdn/shop/files/1stbox.png?1151) 70%;
  background-size: 600px;
}
#tp-banner {
  background: url(/cdn/shop/files/4thbox1.png?1206) 70%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);
}

#pc-banner {
  background: url(/cdn/shop/files/3rdbox1.png?1187) 70%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);
}

#mobile-banner {
  background: url(/cdn/shop/files/madden3.jpg?16021191797601729392) 70%;
}

@media only screen and (max-width: 768px) 
{#tp-banner {
  background: url(/cdn/shop/files/4thbox1.png?1206) 70%;
box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);
  background-position: 0% !important;}}

@media only screen and (max-width: 768px) 
{#pc-banner {
  background: url(/cdn/shop/files/3rdbox1.png?1187) 70%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);
  background-position: 100% !important;}}
}



.btn-info {
  background-color: rgba(253, 178, 18, 0);
  border-color: rgba(252, 217, 5, 1);
  /* border-radius: 4px; */
  border-width: 4px;

}
.btn-info:hover {
  border-color: rgba(252,217,5,0.9);
  background-color: rgba(252,217,5,0.25);
}

h1.title:after{
  content:"";
  width: 50px;
  margin: 0 auto;
  height: 4px;
  background: #FFF;
  display: block;
  margin-top: 15px;
}
tr.tr-selected {
  background: rgba(255, 222, 46, 0.9);
  color: white;
}

#quantity-slider > div > div > div {
  background: rgba(255, 222, 46, 0.9) !important;
  border: rgba(255, 222, 46, 0.9) !important;
  box-shadow: inset 0 0 1px #e9cb2c, inset 0 1px 7px #e9cb2c, 0 3px 6px -3px #e9cb2c !important;
}


/// 

.product-content-info{
  text-align: center;
}
#product {
  margin-top: 4.75rem;
}

#featured-image > img{
  margin: 0 auto;
  max-height: 200px;
}
#product-price-holder {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

button#AddToCart {
  margin-top: 1.25rem;
}

.slider-tick.in-selection,
.slider-selection.tick-slider-selection{
  background: #ffde2e;
}

.slider.slider-horizontal {
  width: 100%;
  max-width: 90%;
}
.slider-handle {
  background: #ffde2e;
}
.input-number-wrapper {
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #ffde2e;
}
.input-number-wrapper label {
  text-align: center;
  display: block;
}

@media screen and (max-width:768px){
  #BuyIn60 {
    /*display: none;*/
  }

  .intro-text {
    padding-top: 0.5rem;
  }
}

#product-price-holder {
  margin: 0 auto;
  width: 75%;
  text-align: center;
}
button#AddToCart, button.btn-big {
  background-color: #ffde2e;
  color: #2e2e2e;
  font-weight: bold;
  width: 30%;
  display: block;
  margin: 3.6rem auto;
}
.btn-big, button#AddToCart[disabled] {
  background-color: #b29d24;
}

#product-price {
  font-size: 3.5rem;
  line-height: 1;
}
.input-number {
  width: 80px;
  width: calc(100% - 60px);
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  color: #000;
}

.input-number:focus {
  border: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 0px solid #ccc;
  height: 40px;
  user-select: none;
  font-size: 3.5rem;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}
.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
#page-content .cart__image img {
  max-width: 84px;
}
.console-number {
  font-weight: bold;
  margin-left: .5rem;
}
.console-icon {
  width: 26px;
  position: relative;
  top: -2px;
}
.console-balance {
  padding: 8px !important;
}
.selector-wrapper select {
  display: block;
  width: 30%;
  margin: 0 auto;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b6b6b6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-align-last: center;
}

.btn {
  background-color: #222;
}

.console-selector {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.22);
}
.console-selector__overlay {
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  background-color: #111;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: background 0.5s ease, opacity .7s ease;
}
.console-selector h2{
  transition: color 0.4s ease;
}
.console-selector h2::after{
  transition: background .4s ease;
}
.console-selector:hover .console-selector__overlay{
  background-color: #ffde2e;
  opacity: 1;
}
.console-selector:hover h2{
  color: #111;
}
.console-selector:hover h2::after{
  background-color: #222;
}

.console-selector__inner {
  position: relative;
  z-index: 3;
}
.console-selector#ps4 {
  background-image: url("//www.instantmaddencoins.com/cdn/shop/t/28/assets/ps4back.jpg?v=115314874661454829451691836177");
    }

.console-selector#xbox {
  background-image: url("//www.instantmaddencoins.com/cdn/shop/t/28/assets/xboxback.jpg?v=52840810824481193041691836177");
    }

.console-selector#android {
  background-image: url("//www.instantmaddencoins.com/cdn/shop/t/28/assets/androidback.jpg?2686");
    }

.console-selector#ios {
  background-image: url("//www.instantmaddencoins.com/cdn/shop/t/28/assets/iosback.jpg?v=19515403471347721861691836177");
    }


i#loading-results,
i#deselect-player {
  position: absolute;
  right: 27px;
  bottom: 10px; }

i#deselect-player {
  color: #ffde2e;
  cursor: pointer; }

ul#player-results {
  position: absolute;
  background: white;
  list-style: none;
  text-align: left;
  border: 1px solid;
  padding: 0;
  z-index: 10;
  left: 5px;
  right: 5px;
  margin: 0 5px;
}

.player-result {
  padding: 1rem 2rem;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s ease;
  color: white;
  border-bottom: 1px solid #ffde2e;
  margin: 0;
}

.player-result:last-child {
  border-bottom: none;
}

.player-result:hover {
  background: #ffde2e;
}

.player-result:hover span.player-rating {
  color: white;
}


.player-result span.player-name {
  color: #222;
}

.player-result:hover span.player-name {
  color: white;
}

.player-result span {
  display: inline-block;
  margin-right: 1rem; }

.player-result span.player-rating {
  font-weight: bold;
  color: #ffde2e;
}

.player-result span.player-position {
  color: #aaa; }

.player-selector-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.player-selector-container input {
  text-align: center;
}

.form-control {
  padding: 12px 15px;
  height: auto;
  box-shadow: 0 0;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
}

.form-control:focus{
  border: 0;
  border-bottom: 2px solid #ffde2e;
  outline: 0;
  box-shadow: 0 0 0;
}

i#loading-results, i#deselect-player {
  bottom: 17px;
}

.slider-tick {
  border-radius: 50%;
}

.slider-tick.in-selection {}

.slider-handle.min-slider-handle {
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);;
}

.qty-variant {
  cursor: pointer;
}

.qty-variant hr {
  border-width: 4px 0 0;
  border-color: #252a35;
  margin: 0;
}

.qty-variant h2 {
  font-size: 2.5rem;
}

.qty-variant h4 .money{
  color: #252a35;
}

.qty-variant p {
  color: rgba(0,0,0,0.45);
}

.selected-qty hr {
  border-color: #ffde2e;
}

.selected-qty h2 {
  color: #ffde2e;
}

.site-footer {
  overflow-x: hidden;
}

#contact_form input:not(.input-number), #contact_form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ffde2e;
  outline: none;
}

#contact_form .slider.slider-horizontal {
  max-width: 100%;
}

.receive {
  font-size: 2.5rem;
  margin-top: .75rem;
}

#variants-wrapper {
  text-align: center;
}

.icon-container {
  text-align: center;
}

.icon-container .icon-wrapper img {
  max-width: 161px;
}

.icon-section {
  margin-top: 4rem;
}
.text-wrapper h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-wrapper p {
  font-size: 1.7rem;
}


.block-abn-right, .block-abn-left{
  margin-top: 70px;

}

@media screen and (min-width:992px){

  .icon-wrapper {
    margin-right: 1rem;
  }

  .icon-container {
    text-align: center;
  }

  .text-wrapper {
    padding-top: 3rem;
  }

  .icon-container--inverted .icon-wrapper {
    margin-right: 0;
    margin-left: 1rem;
  }

}
.step-section {
  background: #1a1a1a
    ;
  color: #fff;
}
.step-section .text-wrapper h3 {
  color: #fff;
}
.step-container .text-wrapper {
  padding-top: 0;
}
.step-container{
  text-align: center;
  margin: 0 0 3rem 0;
}
.step-wrapper img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 40px;
}
.xs-visible {
  display: block;
}
.md-visible{
  display: none;
}
@media screen and (min-width:500px){
  .step-container{
    width: 50%;
    float: left;
  }
  .step-container:last-child{
    float: none;
    margin: 40px auto 40px;
  }
}
@media screen and (min-width: 992px){
  .md-hidden{
    display: none;
  }
  .md-visible{
    display: block;
  }
}
@media screen and (min-width:992px){
  .step-container,
  .step-container:last-child{
    width: 20%;
    float: left;
    margin: 0 0 40px;
  }
  .step-container .text-wrapper{
    position: relative;
  }
  .step-container .text-wrapper::after{
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    margin-left: .5rem;
    font.size: .5rem;
  }
  .step-container:last-child .text-wrapper::after {
    display: none;
  }
}

.icon-wrapper {
  height: 200px;
}
.icon-container .icon-wrapper img{
  width: 70%;
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  margin: auto;
}
.icon-container .icon-wrapper{
  position: relative;
}

.text-wrapper > h3 {
  margin-bottom: 0rem;
}
.text-wrapper > h3::after{
  content: "";
  height: 4px;
  width: 120px;
  margin: 1rem auto;
  background: yellow;
  display: block;
}
.icon-section {
  margin: 6rem auto;
}
.box__banner, 
.box__banner .box__title,
.box__banner img {
  position: relative;
  height: auto !important;
  overflow: initial;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.box__banner{
  background-size: cover !important;
}
#playstation-banner{
  background-image: url(/cdn/shop/t/5/assets/ps4back.jpg?8767695281695629414);
}
#xbox-banner{
  background-image: url(/cdn/shop/t/5/assets/xboxback_grande.jpg?5127225298784287684);
}
#mobile-banner{
  background-image: url(/cdn/shop/files/iphonex.png?5536233250250923046);
}
.box__banner .box__title{
  padding: 50px 65px 65px;
}
.box__banner .box__title .box__title-name{
  transform: initial;
  margin-bottom: 0;
}
.box__banner img{
  max-width: 140px;
  min-width: initial;
}
.btn{
  transition: all 0.4s ease;
}
.btn-info:focus,
.btn-info:active,
.btn-info:hover {
  color: #040404 !important;
  background: #ffde2e;
}
#sell-banner {
  max-height: initial;
}
#sell-banner .btn.btn-info:focus,
#sell-banner .btn.btn-info:active,
#sell-banner .btn.btn-info:hover {
  border-color: #ffde2e;
}
button#AddToCart,
.btn-big,
input#contactFormSubmit{
  width: 90%;
  font-size: 1.5rem;
  padding: 2rem .5rem;
  max-width: 210px;
}

p#product-price,
.receive {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: bold;
}
p#product-price{
  margin-top: 4rem;
}

label {
  padding-top: 8px;
  color: #222;
  font-family: MONTSERRAT;
  FONT-SIZE: 15PX;
}
label.currency-picker__wrapper {
  padding: 0;
}
select {
  background-position: 89%;
  display: inline;
  /* width: 65px; */
  vertical-align: inherit;
  font-weight: bolder;
  font-family: Montserrat;
  background-color: #FCD905;
  border-color: #FCD905;
  color: #000000;
}
input#quantityNumber {
  line-height: 1;
  font-size: 2.5rem;
}
#contactFormWrapper{
  margin-bottom: 3rem;
}
span.promo {
  position: absolute;
  top: 45px;
  right: 25px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #fcd905;
  font-size: 2rem;
  transform: rotate(45deg);
}
p.promo {
  color: #000000;
  margin-top: .5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px){
  span.promo{
    font-size: 1.5rem;
    top: 60px;
    right: 35px;
  }
}
@media screen and (min-width: 1100px){
  span.promo{
    font-size: 2rem;
  }
}
input#WithdrawBuyNow.highlighted {
  background: #fcd905 !important;
  color: #000 !important;
}
label.currency-picker__wrapper {
  display: none;
}
.slider.slider-horizontal{
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: inline-block;
  max-width: initial;
}
section#off-canvas-nav {
  z-index: 1000000;
}

button#paypal-express-button {
  height: 40px;
}

.footer-columns{
  text-align: center;
}
.footer-columns img{
  max-width: 100%;
}

@media screen and (min-width: 992px){
  .footer-columns:first-child{
    text-align: left; 
  }
  .footer-columns:last-child{
    text-align: right;
  }
}


.box__banner .box__title .box__title-name {
  font-size: 1.25em;
}

.box__banner .box__title {
  padding: 20px 15px 30px;
  text-align: center;
}
.box__banner{
  background-color: #111;
}
h1 span.highlighted {
  color: #111;
  margin: .35rem;
  display: block;
  position: relative;
}
h1 span.highlighted::after,
h1 span.highlighted::before{
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  background: red;
  height: 0px;
}
h1 span.highlighted::before{
  position: relative;
  margin-bottom: .15rem;
}
@media screen and (min-width: 992px){
  .box__banner .box__title .box__title-name {
    font-size: 2em;
    opacity: 1;
  }
}
#preorderMessage{
  margin-top: 1rem;
}
.dark-container .intro-text:first-child,
.dark-container .cta-container{
  display: none;
}

.btn-full{
  background-color: #ffde2e;
  color: #2e2e2e;
  font-weight: bold;
  border-color: #ffde2e;
}
@media screen and (min-width:768px){
  .dark-container .intro-text:first-child,
  .dark-container .cta-container{
    display: block;
  }   
}
@media screen and (min-width: 768px) and (max-width: 992px){
  .your-clock {
    margin: 100PX AUTO;
  }

  .dark-container .cta-container {
    margin-top: 98px;
  }
}

#BuyIn60 {
  margin-top: 2.5rem !important;
}
#BuyIn60 .visible-xs {
  margin-bottom: 2rem;
}
.block_listbanner{
  margin-top: 0;
}
@media screen and (min-width: 992px){
  #BuyIn60{
    margin-top: 0 !important;
  }
  .block_listbanner{
    margin-top: 30px
  }   
}
.page-wrap h1.title{
  margin-top: 50px;
}
#off-canvas-button {
  background: #111;
}
#off-canvas-button .off-canvas-nav {
  color: #fcd905;
}
#off-canvas-nav .navbar-nav>li>a {
  color: #111;
}
#off-canvas-nav .navbar-nav>li {
  border-top-color: #fcd905;
}
#back-top a{
  background: #fcd905;
  border: 1px solid #fcd905;
}
#back-top{
  display: none !important;
}

body,
.rte {
  font-family: Montserrat, sans-serif;
}
.sponsors .sponsor .overlay{
  pointer-events: none;
}
.mobile-caps{
  padding-top: 1rem;
  -webkit-animation: scaleUp .35s ease 1 forwards;
  animation: scaleUp .35s ease 1 forwards;
  text-align: center;
}
.mobile-caps .alert{
  margin-bottom: 0;
}
.mobile-caps a:hover,
.mobile-caps a:focus{
  color: #000;
}
#playstation-banner{
  background-image: url(//www.instantmaddencoins.com/cdn/shop/t/28/assets/1stbox1.png?v=157446122789842104041691836177);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);


}
#xbox-banner{
  background-image: url(//www.instantmaddencoins.com/cdn/shop/t/28/assets/2ndbox1.png?v=164515588522735410871691836177);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);
}

@media only screen and (max-width: 768px) 
{}
#playstation-banner{
  background-image: url(//www.instantmaddencoins.com/cdn/shop/t/28/assets/1stbox1.png?v=157446122789842104041691836177);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);
  background-position: 100% !important;
}}

}

@media only screen and (max-width: 768px) 
{}
#xbox-banner{
  background-image: url(//www.instantmaddencoins.com/cdn/shop/t/28/assets/2ndbox1.png?v=164515588522735410871691836177);
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.90);
  background-position: 0% !important;
}}


h1 span.highlighted::after, h1 span.highlighted::before {
  opacity: 0;
}
@-webkit-keyframes scaleUp{
  0%{
    opacity: 0;
    transform: perspective(1px) scale(0.85, 0.85);
  }
  100%{
    opacity: 1;
    transform: perspective(1px) scale(1, 1);
  }
}
@keyframes scaleUp{
  0%{
    opacity: 0;
    transform: perspective(1px) scale(0.85, 0.85);
  }
  100%{
    opacity: 1;
    transform: perspective(1px) scale(1, 1);
  }
}
@media screen and (max-width: 991px){
  .box__banner img{
    opacity: 1 !important;
  }
}

#yotpo-testimonials-custom-tab .yotpo-modal-body,
#yotpo-testimonials-custom-tab .yotpo-modal-dialog {
    max-height: initial !important;
    height: auto !important;
}

.embed-container-wrapper{
  max-width: 625px;
  width: 100%;
  margin: 0 auto;
}
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.mobile-caps--account-recovery {
  margin: 2rem 0 1rem;
}
.mobile-caps--account-recovery img{
  max-width: 100%;
}

.mobile-caps p#product-price{
  margin-top: 1.5rem;
}
.mobile-caps .alert-danger{
  margin: 2rem 0;
}
#AccountRecoveryCode{
  text-align:center;
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 95vw;
  margin: 20px auto;
}

.white-popup img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

a[href="#recoveryModal"] {
    background: #222222;
    color: white;
    border-color: #222222;
}

.white-popup .row > div { margin: 1rem 0; }

.white-popup .row >  div {
    max-width: 500px;
    display: inline-block;
    width: 100%;
}

.white-popup .row {
    text-align: center;
}

button#modalBtnClose {
    max-width: initial;
    width: auto;
    padding: 2rem;
}

.form-group {
    margin: 0 0 14px;
}
.form-group.phone-input {
    margin-top: 10px;
}

.variant-mobile {
  margin: 2.25rem 0;
}
.variant-mobile:hover {
  background-color: rgba(255, 222, 46, 1)
}
