.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
  
}
html, body {
height: 100% !important;
font-size: 14px;
}

.wrap {
height: auto !important;
margin: 0 auto -42px;
min-height: 100% !important;
padding: 0;
}

#main {
padding-top: 20px;
}

.header {
display: block;
height: 46px;
clear: both;
}

.logo {
padding-left: 12px;
}

.nav {
margin: 12px 0 0 0;
}

.jumbotron {
margin: 20px 0 !important;
}

.well {
margin: 0 !important;
}

h2 {
font-family: "HelveticaNeue-UltraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 48px;
font-weight: 100;
line-height: 100%;
}

h3 {
font-size: 34px;
font-weight: 400;
line-height: 100%;
}

h4 {
font-family: "HelveticaNeue-UltraLight", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 28px;
font-weight: 100;
line-height: 100%;
}

.lead {
line-height: 28px;
margin: 10px 0;
}

small {
font-size: 14px;
font-weight: 200;
}

.label {
color: #FFFFFF;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 20px;
padding: 0 5px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
vertical-align: baseline;
white-space: nowrap;
}

.jumbotron .btn {
font-size: 40px !important;
line-height: 100% !important;
margin: 20px 0 0 0;
}

.column {
background-color: #F5F5F5;
border: 1px solid #E3E3E3;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 20px;
min-height: 20px;
padding: 15px;
}

.column ul {
margin: 0;
list-style: none;
}

#online {
margin: 0;
}

form {
margin: 0;
}

#buy {
margin: 0 0 10px 0;
}

.input-prepend {
margin: 0 0 10px 0 !important;
}

.add-on {
font-size: 12px !important;
}

.input-large {
width: 180px;
}

.input-mini {
width: 30px;
}

.input-medium {
width: 125px;
}

.alert {
padding: 8px 14px;
}

.tab-content {
padding: 10px 0;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #DDDDDD #DDDDDD transparent;
border-image: none;
border-style: solid;
border-width: 1px;
border-top: none;
border-right: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-radius: 0 0 4px 4px;
background: #E6E6E6;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#pays .active a {
background: #E6E6E6;
}

.modal-body {
max-height: 430px;
}

#subscribe {
margin: 0;
}

#push {
display: block;
height: 100px;
}

#footer {
display: block;
height: 42px;
background-color: #F5F5F5
}

#footer p {
text-align: center;
padding: 10px 0;
margin: 0;
}

a, a:focus {
outline: none !important;
}

.carousel .carousel-control {
visibility: hidden;
}

.carousel:hover .carousel-control {
visibility: visible;
}

.carousel-control {
top: 50%;
}

@media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }