/* Google fonts */
@import url(http://fonts.googleapis.com/css?family=Lilita+One|Oldenburg);

body {
    background-image: url("https://i.imgur.com/wCCkyjL.jpeg");
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:center;
    background-color: black;
    background-size: cover;
    overflow-x: hidden !important;
    word-wrap: break-word;


}
//**
.modal-body {
position: relative;
overflow-y: auto;
max-height: 590px;
padding: 1px;
}
**//


.logo
{
color:#BF6B34;
font-family: 'Lilita One', cursive;
}

.container.box
{
background: rgba(43, 43, 43, 0.6);
border:2px solid #A37150;
}

.box-container .content
{
border:2px solid #A1785D;
border-top:0;
}

.box-container .header
{
border:2px solid #A1785D;
font-family: 'Oldenburg', cursive;
}
.span7 {
width: 860px;
}

[class*="span"] {
text-align: center;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
float: none;
margin-left: 0px;
}

/* Buttons */
.btn-info 
{
  background-color: hsl(42, 98%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb91b", endColorstr="#9c6e01");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fcb91b), to(#9c6e01));
  background-image: -moz-linear-gradient(top, #fcb91b, #9c6e01);
  background-image: -ms-linear-gradient(top, #fcb91b, #9c6e01);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcb91b), color-stop(100%, #9c6e01));
  background-image: -webkit-linear-gradient(top, #fcb91b, #9c6e01);
  background-image: -o-linear-gradient(top, #fcb91b, #9c6e01);
  background-image: linear-gradient(#fcb91b, #9c6e01);
  border-color: #9c6e01 #9c6e01 hsl(42, 98%, 25%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -webkit-font-smoothing: antialiased;
}

/* Menu */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ab1010;
  background-image: -moz-linear-gradient(top, #d11414, #740b0b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d11414), to(#740b0b));
  background-image: -webkit-linear-gradient(top, #d11414, #740b0b);
  background-image: -o-linear-gradient(top, #d11414, #740b0b);
  background-image: linear-gradient(to bottom, #d11414, #740b0b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd11414', endColorstr='#ff740b0b', GradientType=0);
  border-color: #740b0b #740b0b #2e0404;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #740b0b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #c31212;
  background-image: -moz-linear-gradient(top, #D67331, #8b0d0d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D67331), to(#8b0d0d));
  background-image: -webkit-linear-gradient(top, #D67331, #8b0d0d);
  background-image: -o-linear-gradient(top, #D67331, #8b0d0d);
  background-image: linear-gradient(to bottom, #D67331, #8b0d0d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='D67331', endColorstr='#ff8b0d0d', GradientType=0);
  border: 1px solid #530808;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
/* M1NEW1ND.com */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #740b0b;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #FFF;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
   /*background-color: #c31212;
  background-image: -moz-linear-gradient(top, #D67331, #8b0d0d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D67331), to(#8b0d0d));
  background-image: -webkit-linear-gradient(top, #D67331, #8b0d0d);
  background-image: -o-linear-gradient(top, #D67331, #8b0d0d);
  background-image: linear-gradient(to bottom, #D67331, #8b0d0d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='D67331', endColorstr='#ff8b0d0d', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;*/
color: #fff;
  text-decoration: none;
  background-color: #740b0b;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
img{
    padding:0;
    margin: 0;
    position: relative;
    display:block;
    margin-left: auto;
    margin-right: auto
}

.basket.coupons
{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.basket.gateways > .gateway
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.modal-body {
position: relative;
overflow-y: auto;
max-height: 580px;
padding: 15px;
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 590px;
}








/* tebex */
.tebexBtnDefault {
    background-color: #FFF !important;
    padding: 6px 1px !important;
}




h3 {
    font-size: 0px;
}


.modal-header {
    display: none;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}


.basket.gateways > .gateway input[type=submit], .braintree-details input[type=submit], .basket.gateways > .gateway input[type=button] {
    width: 400px;
    height: 43px;
    border: 0;
    line-height: -9999px;
    text-indent: -9999px;
    text-transform: capitalize;
}
    
.poweredby {
    display: none;
}