@import url(http://fonts.googleapis.com/css?family=Lato:400,100italic,100,700,400italic,300&subset=latin,latin-ext);
body{
    width: 100%;
    font-family: 'Lato', sans-serif;
}
html{
    width: 100%;
    height: 100%;
}
h1{
    text-align: center;
    font-size: 2.2em;
    color: #D40D12;
    font-weight: 600;
    text-transform: uppercase;
}

@media(min-width: 768px){
    .navbar{
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding 0.5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding 0.5s ease-in-out;
        transition: background .5s ease-in-out, padding 0.5s ease-in-out;
    }
    .top-nav-collapse{
        padding: 0;
    }
}
@media(max-width: 767px){
    .dl-custom dd{
        margin-left: 200px !important;
        padding-right: 0px !important; 
    }
    .dl-custom dt{
        width: 200px !important;
        text-align: right;
    }
    .dl-custom dt img{
        top: 0px !important;
    }
}
.about,
.howworks,
.consistof,
.buy{
    padding-top: 60px;
}

.navbar-default {
    background-color: #D40D12;
    border-color: rgba(92, 0, 2, 1);
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: rgba(92, 0, 2, 1);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: rgba(92, 0, 2, 1);
}
.navbar-default .navbar-toggle {
    border-color: rgba(30, 33, 42, 1);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(92, 0, 2, 1);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}
.navbar-default .navbar-link {
    color: #ffffff;
}
.navbar-default .navbar-link:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: rgba(30, 33, 42, 0.3);
  }
}
#top{
}
.top{
    padding: 100px 0 20px;

    background: #7EC6DB;
    background: url(../images/bg.jpg) bottom center;
}
.header{
    padding: 10px 0 0 10px;
}
.header-right{
    padding-left: 100px;
}
.header-right .btn{
    margin-left: 70px;
}
.title img{
	padding: 10px;
	margin-bottom: 140px;
	background: rgba(255, 255, 255, 0.5);
}
.title h1{
    color: rgba(255, 255, 255, 1);
    font-size: 5em;
    font-weight: 600;
    text-transform: uppercase;
    display: inline;

    font-style: italic;
}
span.title{
    font-weight: 600;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff;
}
span.title p{
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 300;
}
.top .image img{
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
    height: 300px;
    margin-bottom: 10px;

}
span.btn-box{
    width: 100%;
    display: inline-block;
    text-align: center;
}
a.btn{
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid rgba(255, 191, 0, 0.5);
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
    background-color: #FCE314;
    text-transform: uppercase;

    box-shadow: 2px 2px 2px #333;
}
a.btn:hover{
    box-shadow: 2px 2px 2px #000;
}
a.btn:active{
    box-shadow: 3px 3px 3px #000;
}

.about{
}

h2{
    color: #D40D12;
    margin: 0;
    font-size: 1.6em;
}

.about p,
.howworks p,
.consistof p{
    text-indent: 1em;
    line-height: 1.6em;
    margin: 20px 0;
    text-align: justify;
}
.howworks{
    padding-bottom: 30px;
}

.opinions{
    margin-top: 50px;
    padding: 50px 00px 50px 10px;
    text-align: center;
    border: 1px solid rgba(110, 110, 110, 0.3);
}
.opinions img{
    width: 300px;
    margin-right: 10px;
}
.opinions blockquote p{
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}
.opinions blockquote cite{
    font-style: italic;
}
.opinions blockquote footer{
    color: rgba(92, 0, 2, 1);
}
.opinions blockquote.blockquote-border{
    border-right: 5px solid rgba(92, 0, 2, .6);
}

.icon-bar{
    background: #fff;
}


.consistof{
    background: rgba(30, 33, 42, 0.3);
    padding: 20px 0;
}
.consistof img{
    float: left;
    margin: 0 20px 0 0;
}
.consistof-images{
	margin: 25px 0;
}
.consistof-images img{
}
.consistof .box{
    margin: 25px 0;
}
.consistof span{
    color: #555;
}
.consistof h3{
	margin: 0;
}


.tags{
    text-align: center;
    font-size: 12px;
    background-color: #333;
    color: #eee;
}



.content-box {
  height: 320px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

#ribbon-container {
  position: absolute;
  overflow: visible;
  /* so we can see the pseudo-elements we're going to add to the anchor */
  font-size: 18px;
  /* font-size and line-height must be equal so we can account for the height of the banner */
  line-height: 18px;
}

#ribbon-container a {
  display: block;
  padding: 20px;
  position: absolute;
  /* allows us to position our pseudo-elements properly */
  background: #075F91;
  overflow: visible;
  height: 58px;
  color: #fff;
  text-decoration: none;
  right: -15px;
  top: -20px;
}

#ribbon-container a:after {
  /* this creates the "folded" part of our ribbon */
  content: "";
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  border-top: 15px solid #004a70;
  border-right: 15px solid transparent;
}

#ribbon-container a:before {
  /* this creates the "forked" part of our ribbon */
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -29px;
  border-top: 29px solid #075F91;
  border-bottom: 29px solid #075F91;
  border-right: 29px solid transparent;
  border-left: 29px solid transparent;
}

#ribbon-container a:hover {
  background: #009ff1;
}

#ribbon-container a:hover:before {
  /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
  border-top: 29px solid #009ff1;
  border-bottom: 29px solid #009ff1;
}

@media (max-width: 767px){
	.title img{ margin-bottom: 20px; }
}