body{
  font-family: 'Open Sans', sans-serif;
}
header {
  padding: 10px 0;
  background: #f3f3f3;
}
header .logo{
  width: 75px;
  display: inline-block;
}
.container {
    max-width: 960px;
}

footer {
  background-color: #232323;
  border-top: 5px solid #565656;
  padding: 40px 0;
  text-align: center;
}
footer p {
    line-height: 1.5;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 20px;
}
section{
  font-family: 'Open Sans', sans-serif;
  /*background-image: url(img/bg-inner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;*/
  background: url(img/bg-inner.jpg) center top #dfdfdf;
  background-repeat: repeat-x;
  color: #383737;
  position: relative;
  padding: 25px 0;
}
.box {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 30px;
  position: relative;
  background-color: #f3f3f3;
}
.content {
    font-family: 'Roboto Slab', serif;
}
h3.red {
    background-color: rgb(255, 47, 44);
    padding: 10px 0px;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
}
.content .well-shade {
    background-color: #eaeaea;
    border: 1px solid #cacaca;
    text-align: center;
    margin-bottom: 30px;
}
.content .well-shade .intro {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.content .well-shade h3 {
    font-size: 30px;
    font-weight: 700;
    color: #6f3b03;
}
.content img {
    margin-bottom: 30px;
    border: 3px solid #c8ac69;
}
.content img.no-border {
    border: none!important;
}
.content .well-shade .intermediate {
    color: #6f3b03;
    display: block;
    font-size: 26px;
    margin: 3px 0;
}

span.red2 {
    font-size: 27px;
    display: block;
}
h3.red2 strong,
span.red2 strong {
    color: #f33;
    font-weight: 700;
}
.content p {
    font-size: 16px;
    color: #000;
    margin: 0 50px 20px;
}
.content p strong {
    color: #6f3b03;
    font-family: 'Roboto Slab', serif;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #6f3b03;
    margin-bottom: 25px;
}
.text-bg {
    background-color: #eaeaea;
    border: 1px solid #cacaca;
    font-weight: 700;
    padding: 15px 0;
}
.content .well-shade .glyphicon-check {
    font-size: 30px;
    color: #696969;
}
p strong.redp {
    color: #f33;
}
.content p a {
    color: #6f3b03;
    text-decoration: underline;
}
.content .action-btn {
    width: 300px;
    text-align: center;
    border: none;
    padding: 12px 0;
    display: block;
    height: 60px;
    border-radius: 30px;
    background: #358f0d;
    background: -webkit-linear-gradient(#358f0d 1%, #053d00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #358f0d), to(#053d00));
    background: linear-gradient(#358f0d 1%, #053d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#358f0d', endColorstr='#053d00', GradientType=0);
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 0px 1px 2px #000;
    line-height: 1;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.content a.no-thanks {
    font-size: 12px;
    color: #8c8c8c;
}
.guarantee img {
    float: left;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.content .guarantee img {
    border: none;
}
span.red1 {
    font-size: 27px;
    margin: 10px 0;
    color: #f33;
    text-transform: uppercase;
}
.guarantee {
    margin: 10px 30px;
    border: 3px dashed #2C2C2C;
    border-radius: 10px;
    padding: 15px 20px 0;
    background: #fffcf2;
}
.guarantee p{
    font-size: 17px;
    margin: 6% 0 9% 28%;
}