/*
 * Globals
 */

img {
    max-width: 100%;
    height: auto;
    margin: 80px 0 40px 0;
}

@media screen and (min-width: 990px){
    img {
        max-width: 40%;
     }
} 

hr {
    /*color: #E9D9C0;*/
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

/* Links */
a {
  color: #000;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #333;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

a.mail {
    text-decoration: none !important;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;  
}

body {
    color: #000;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

p {
    margin: 0;
    font-size: 16px;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  text-indent: -99999px;
}

.masthead-nav {
    margin-top: 30px;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
}
.masthead-nav > li > a img:hover,
.masthead-nav > li > a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */
.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}

#desc {
    text-align: left;
    color: #E9D9C0;
}
#desc h2 {
    margin-bottom: 20px;
}
#desc .desc_txt {
    min-height: 110px;
}

#desc .lnk_txt {
    height: 40px;
    display: table-cell;
    vertical-align: bottom;
}
#desc .lnk_txt a {
    margin-left: 20px;
}
#desc .lnk_txt a img {
    vertical-align: bottom;
}
#desc .lnk_txt a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.covers {
    margin: 40px 0;
    text-align: left;
    padding: 0;
}
.covers > li {
    display: inline-block;
    margin-right: 20px;
}

.covers > li img {
    vertical-align: inherit;
}

#gamba {
    width: 45%;
}


@media (max-width: 768px) {
    #logoSimples {
        max-width: 85%;
    }
    
    .masthead {
        margin-left: 5px;
        margin-right: 5px;
    }
    .masthead-nav {
        width: 700px;
        margin: 30px auto;
        margin-left: 50px;
    }    
    .masthead-nav > li {
        width: 85px;
    }
    
    .masthead-nav > li + li {
        margin-left: 10px;
    }
    
    .masthead-nav > li > a {
        padding: 0;
        display: block; 
        float: left; 
        clear: left; 
    }
    
    .masthead-nav > li > a > img {
        max-width: 100%;
    }
    
    .covers {
        text-align: center;
    }
    
    .covers > li {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    #logoSimples {
        max-width: 85%;
    }
    
    .masthead {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .masthead-nav {
        width: 325px;
        margin: 20px auto;
    }
    
    .masthead-nav > li {
        width: 36px;
    }
    
    .masthead-nav > li + li {
        margin-left: 5px;
    }
    
    .masthead-nav > li > a {
        padding: 0;
        display: block; 
        float: left; 
        clear: left; 
    }
    
    .masthead-nav > li > a > img {
        max-width: 100%;
    }
    
    .masthead-nav > li > a > #logo_rdio {
        max-width: 80%;
    }
    
    .masthead-nav > li > a > #logo_fb,
    .masthead-nav > li > a > #logo_google_play {
        max-width: 35%;
    }
}