/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background: #fee8cb;
    /* Old browsers */
    background: -moz-linear-gradient(-90deg, #F2F2F2 0%, #F5F5F5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #F2F2F2), color-stop(100%, #F5F5F5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-90deg, #F2F2F2 0%, #F5F5F5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-90deg, #F2F2F2 0%, #F5F5F5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-90deg, #F2F2F2 0%, #F5F5F5 100%);
    /* IE10+ */
    background: linear-gradient(-90deg, #F2F2F2 0%, #F5F5F5 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F2F2, endColorstr=#F5F5F5, GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
}

html {
    width: 100%;
    height: 100%;
}   

h1,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family:'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

h2{

    margin: 80px 0 35px 0;
    text-transform: uppercase;
    font-family:'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #444;

}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 25px;
        line-height: 1.6;
    }
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #999;
}

.light {
    font-weight: 400;
}

#contact {

    padding-top: 65px;
    padding-bottom: 65px;
}

.promo-img img{
    width: 80%;
    height: 80%;
    -webkit-box-shadow: 1px 1px 20px 0px rgba(50, 54, 49, 0.69);
    -moz-box-shadow:    1px 1px 20px 0px rgba(50, 54, 49, 0.69);
    box-shadow:         1px 1px 20px 0px rgba(50, 54, 49, 0.69);
    border: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.iframe-maps iframe{
    width: 95%;
    height: 95%;
    padding: 5px;
    min-height: 300px;
-webkit-box-shadow: 1px 1px 11px 0px rgba(0, 0, 0, 0.59);
-moz-box-shadow:    1px 1px 11px 0px rgba(0, 0, 0, 0.59);
box-shadow:         1px 1px 11px 0px rgba(0, 0, 0, 0.59);
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.par-font{
    font-size: 12px;
}

.logo-template-img img{
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.navbar-nav {
    float: left;
    margin: 20px;
    font-size: 20px;
}

.navbar-brand {
    float: left;
    height: 85px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 40px;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family:'Open Sans', sans-serif;
          min-height: 85px;
            /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
     background: #fee8cb;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db1e21), color-stop(100%, #211f20));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* IE10+ */
      background: linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db1e21, endColorstr=#211f20, GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
    }
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.navbar-brand>img {
    display: block;
    margin-top: 8px;
}

.margin-collapse{
    margin-top: 20px;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        min-height: 85px;
            /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
     background: #fee8cb;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db1e21), color-stop(100%, #211f20));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* IE10+ */
      background: linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db1e21, endColorstr=#211f20, GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
     background: #fee8cb;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db1e21), color-stop(100%, #211f20));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* IE10+ */
      background: linear-gradient(-45deg, #db1e21 0%, #211f20 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db1e21, endColorstr=#211f20, GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 30px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
    font-family:'Open Sans', sans-serif;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
        color: #012b29;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 2px 16px;
    border: 0px solid #55a8e8;
    border-radius: 100%!important;
    font-size: 50px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #f2f2f2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .download-section {
        padding: 350px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }

}

@media(max-width:1024px) {

    .iframe-maps{
        display: none;
    }
}

@media(max-width:480px) {

    .intro .intro-body .intro-text {
        font-size: 13px;
        color: #fff;
    }

    footer p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family:'Open Sans', sans-serif;
    text-transform: none;
    color: #fff;
    font-size: 10px;
}


}


.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #3b569d;
    color: #3b569d;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #3b569d;
    outline: 0;
    color: #fff;
    background-color: #3b569d;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #262626;
    /*-moz-box-shadow:    inset 0 8px 25px #0d4c85;
    -webkit-box-shadow: inset 0 8px 25px #0d4c85;
    box-shadow:         inset 0 8px 25px #0d4c85;*/
}

footer p {
    margin: 10px;
    font-family:'Open Sans', sans-serif;
    text-transform: none;
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.player-fixed {
    width:100%;
    margin: 0 auto;
    position:fixed;
    bottom:0;
    left:0;
    z-index:3000;
    background: #222;
    height:auto;
    min-height:3em;
    text-align:center;
    border-radius: 0px 0px 0px 0px;
    -moz-box-shadow:    inset 0 8px 25px #000;
    -webkit-box-shadow: inset 0 8px 25px #000;
    box-shadow:         inset 0 8px 25px #000;
    border-top: 4px solid #ea6c00;
}

.player-fixed span#cc_stream_info_summary a {
    color:#fff;
    text-decoration:none;
    font-family: 'Open+Sans', sans-serif;
    text-shadow: rgba(0,0,0,0.5) 0px 2px 4px;
    font-weight: 300;
    float:right;
    line-height:3em;
    margin-right:0.5em;
}

.player-fixed audio {
    color:#fff;
    font-family: 'Open+Sans', sans-serif;
    margin: 0 auto;
    width: 300px;
    height: 50px;
}

.content-player {
    max-width:1920px;
    border:0px solid #000;
    height:5em;
}

/* Partners */
.partners {

    text-align: center;
    background:#fff;
    padding-top: 25px;
    padding-bottom: 18px;
}

.partners h3 {
    margin: 0 40px 40px 50px;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 22px;
    font-weight: 300;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Open Sans';
    color: #8F6D7D;
    text-align: left;
    text-transform: uppercase;
}

.partners-container {
    text-align: center;
}

.partners-container a {
    display: inline-block;
    width: 185px;
    height: 77px;
    margin: 5px;
    background: #f8f8f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.partners-container a.partners-ricosgospel { background-image: url(../img/parceiros/ricosgospel.png); }
.partners-container a.partners-thomaston { background-image: url(../img/parceiros/thomaston.png); }
.partners-container a.partners-prikota { background-image: url(../img/parceiros/prikota.png); }

.partners-container a.partners-ricosgospel:hover { background-image: url(../img/parceiros/ricosgospel-hover.png); }
.partners-container a.partners-thomaston:hover { background-image: url(../img/parceiros/thomaston-hover.png); }
.partners-container a.partners-prikota:hover { background-image: url(../img/parceiros/prikota-hover.png); }


