@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

body
{
    padding-top: 51px;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-inverse
{
    background: #77b537;
    border-bottom:2px solid #b2b2b2;
}
.navbar-brand
{
    padding: 0;
}

.navbar-nav
{
    float: right;
}
.nav > li > a
{
    padding: 0;
}
.wide
{
    width: 100%;
    min-height: 751px;
    background-image: url('../images/home-banner.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}
.wide>span
{
    position: absolute;top: 50%;left: 50%;width: 40vw;display: block;margin-left: -40vw;margin-top: 7vw;
}

/* ###################################*/
/* ######         FOOTER       #######*/
/* ###################################*/
footer
{
    width: 100%;
    min-height: 80px;
    background-color: #77b537;
}

/*footer>div
{
    background-color: #77b537;
    display: table;
}*/
footer div#disclaimer
{

    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    line-height: 80px;
}
footer div#disclaimer a{
    font-family: arial, helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: underline;
}
footer div#social
{

    display: inline-block;
    vertical-align: middle;
    line-height: 80px;

}
footer div#social a
{
    display: inline-block;
    height: 43px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.mobile
{
    display: none;
}
.desktop
{
    display: block;
}
/* ###################################*/
/* ######          HOME        #######*/
/* ###################################*/
#home h1,
#home h2
{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #77b537;
}
#home h1
{
    font-size: 36px !important;
    line-height: 40px;
    padding-top:50px;
}
#home h2
{
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 40px;
}
#home h3
{
    color: #4a4a4a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
}
#home h3 b
{
    font-weight: 700;
}

#btn-participar
{
    padding-top:55px;
}
#slider-wrap
{
    margin-top: 45px;
}
#slider-inner-wrap
{
    background-color: #77b537;height: 120px;width: 100%;position: absolute;border-top:21px solid #FFF;

}
.slider-inner-white
{
    background-color: white;position: relative
}
#slide1,
#slide2,
#slide3
{
    padding: 0;
}
#slide1
{
    text-align: left;
}
#slide2
{
    text-align: center;
}
#slide3
{
    text-align: right;
}
#folheto-wrap
{
    min-height: 220px;background-color: #f0f0f0;margin-top: 160px
}
#folheto
{

}
#folheto img
{
    margin-top:-50px
}
#folheto-desc
{

}
#folheto-desc h1
{
    font-size: 27px;
    font-weight: 700;
    display: block;
    color:#77b537;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
#folheto-desc p
{
    font-size: 20px;
    font-weight: 300;
    display: block;
    color:#4a4a4a;
    font-family: 'Roboto Condensed', sans-serif;
}
#folheto-desc a
{
    padding: 26px 0 0 0;
    display: block;

}

/* ###################################*/
/* ######     END    HOME      #######*/
/* ###################################*/





@media(max-width:767px)
{

    .mobile
    {
        display: block;
    }
    .desktop
    {
        display: none;
    }
    body
    {
        padding-top: 78px;
    }
    .navbar-brand img
    {
        height: 80px;
    }
    .navbar-toggle
    {
        margin-top: 20px;
    }
    .navbar-header
    {
        min-height:78px;
    }
    .navbar-collapse
    {
        box-shadow: none;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse
    {
        border-color: transparent;
    }
    .navbar-inverse .navbar-toggle
    {
        border-color: #FFF;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus
    {
        background-color: transparent;
    }
    .wide
    {
        display: none;
    }

    .navbar-nav
    {
        float:left;
    }
    #banner-teaser
    {
        background-color: #9ac644;
        color: #FFF;
        text-transform: uppercase;
        padding-left: 20px;
    }
    #banner-teaser h1,
    #banner-teaser h2
    {
        margin-top: 5px;
    }
    #banner-teaser h1
    {
        font-size: 26px;
        font-weight: 700;
    }
    #banner-teaser h2
    {
        font-size: 26;
    }
    #slide1,
    #slide2,
    #slide3
    {
        padding: 0 15px;
    }
    #slide1 img,
    #slide2 img,
    #slide3 img
    {
        width:100%; height:auto; display:block;
    }


    footer div#disclaimer
    {
        margin-top: 20px;
        text-align: center;
        line-height: 25px;
        font-size: 18px;
    }
    footer div#social
    {
        text-align: center;
        line-height: 80px;
        margin-top: 10px;
    }
    #folheto
    {
        text-align: center;
    }
    #folheto img
    {
        margin-top:-50px
    }
    #folheto-desc
    {
        margin-bottom: 40px;
    }
    #folheto-desc,
    #folheto-desc h1,
    #folheto-desc p,
    #folheto-desc a
    {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #banner-teaser-wrap
    {
        background-color: #9ac644;
    }
    #banner-teaser
    {
        background-color: #9ac644;
        color: #FFF;
        text-transform: uppercase;
        padding-left: 20px;
        width: 100%;
    }
    #banner-teaser h1,
    #banner-teaser h2
    {
        margin-top: 5px;
    }
    #banner-teaser h1
    {
        font-size: 26px;
        font-weight: 700;
    }
    #banner-teaser h2
    {
        font-size: 26;
    }
    #slide1,
    #slide2,
    #slide3
    {
        text-align: center;
    }
    #folheto
    {
        text-align: center;
    }
    #folheto-desc, #folheto-desc h1, #folheto-desc p, #folheto-desc a {
        text-align: center;
    }
    #folheto-desc {
        margin-bottom: 40px;
    }
    #folheto-desc {
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    #slide1,
    #slide2,
    #slide3
    {
        text-align: center;
        display: block;
    }
    #folheto
    {
        text-align: center;
    }
    #banner-teaser-wrap
    {
        background-color: #9ac644;
    }
    #banner-teaser
    {
        background-color: #9ac644;
        color: #FFF;
        text-transform: uppercase;
        padding-left: 20px;
        width: 100%;
    }
    #banner-teaser h1,
    #banner-teaser h2
    {
        margin-top: 5px;
    }
    #banner-teaser h1
    {
        font-size: 26px;
        font-weight: 700;
    }
    #banner-teaser h2
    {
        font-size: 26;
    }
}
#regulamento
{
    font-size: 22px;
    color: #77b537;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 70px;
    text-decoration: underline;
}
#teaser-disclaimer
{
    font-size: 30px;
    color: #77b537;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}
/* ###################################*/
/* ######     PARTICIPAR       #######*/
/* ###################################*/

#participar-wrap,
#success-wrap
{
    background: url('../images/bg-other-areas.png') center top no-repeat;
    width: 100%;
    min-height: 750px;
}
@media(max-width:767px)
{
    #participar-wrap,
    #success-wrap
    {
        background: none;
        width: 100%;
    }
}
#participa-form-wrap
{
    margin-top:60px ;
    margin-bottom:60px ;
}
#partform .form-group
{
    margin-bottom: 0px;
    padding-top:15px ;
    padding-bottom:15px ;
}
#partform label
{
    color:#4a4a4a;
    font-size:16px;
}
#partform .form-control
{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border: 1px solid #e6e6e6;
    font-family: 'Roboto Condensed', sans-serif;
}
#partform .error
{
    border: 1px solid #ff0000 !important;
}

#partform .btn-default
{
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    height: 60px;
    background-color: #77b537;
    color:#FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #77b537;
    font-size: 18px;
}
div#photos
{
    cursor: pointer;
}
div.cabinet div#filename-text
{
    width: 90%;
    height:40px;
    position: absolute;
    line-height: 40px;
    text-indent: 10px;
}
.SI-FILES-STYLIZED div.cabinet
{
    width: 100%;
    height: 40px;
    background: url('../images/particiapar-upload-image.png') right center no-repeat;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
}

.SI-FILES-STYLIZED div.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#error-info
{
    color: #ff0000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    display: none;
}
#success-wrap
{
    display: none;
}
#success-wrap h1
{
    color: #77b537;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 48px;
    margin-top: 25%;
}
@media(max-width:767px)
{
    #success-wrap h1
    {
        font-size: 24px;
        line-height: 24px;
    }
}
#success-wrap #go-to-gallery{
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    height: 60px;
    line-height: 60px;
    background-color: #77b537;
    color:#FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #77b537;
    display: block;
    font-size: 23px;
    margin-top: 40px;
    text-decoration: none;
}
#galeria-wrap #go-to-gallery,
#home-content-wrap #go-to-gallery
{
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    height: 60px;
    line-height: 60px;
    background-color: #77b537;
    color:#FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #77b537;
    display: block;
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-decoration: none;
}

/* ###################################*/
/* ######        GALERIA       #######*/
/* ###################################*/
.filters
{
    margin-top: 20px;
    margin-bottom: 40px;
}

.gallery-item
{
    border: 1px solid #e5e5e5;
    padding:15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.item-header
{
    width: 100%;
    /*border:1px solid green;*/
    overflow: hidden;
    display: block;
    margin-top:10px
}

.item-header .nome
{
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;

}
.item-header .votos
{
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.item-image img
{
    display: block;
    width: 100%;
    min-height: 320px;
}
.item-vote
{
    width: 45%;
    border:1px solid #68a42a;
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color:#FFF;
    background-color: #68a42a;
    margin-top: 10px;
    cursor: pointer;
}
div.item-vote
{
    float: left;
}
a.item-vote
{
    float: right;
    text-decoration: none;
}
a.item-vote:hover,
a.item-vote:active
{
    color: #FFF;
}

#vote-wrap
{
    width: 620px;
    background-color: #f7f7f7;
    margin-top: 25px;
    margin-bottom: 25px;
}
#vote-wrap  #partform .btn-default
{
    height: 40px;
}
.vote-message
{
    margin-top: 15px;
    margin-bottom: 25px;
}
hr
{
    border: 1px solid #d8d8d8;
}
.pagination li
{
    font-size: 18px;
    line-height: 40px;
    color: #9d9d9d;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 10px;
    outline: none;
}
.pagination li.pointer
{
    cursor: pointer;
    outline: none;
}
.pagination li img
{
    outline: none;
}
.pagination li.link_active
{
    color: #000;
}
.pointer
{
    cursor: pointer;
}
.checkbox-inline
{
    font-size: 18px !important;
}
@media(max-width:767px)
{
    #vote-wrap
    {
       width: 100% !important;
    }
    #vote-wrap #email
    {
        min-width: 250px;
    }
    .pagination li
    {
        font-size: 14px;
        line-height: 40px;
        color: #9d9d9d;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 0 5px;
        outline: none;
    }
    .item-image img
    {
        display: block;
        width: 100%;
        min-height: inherit;
    }
}

#facebookG
{
    width:84px;
    margin:0 auto;
    display: none;
}

.facebook_blockG{
    background-color:#FFFFFF;
    border:2px solid #68a42a;
    float:left;
    height:60px;
    margin-left:5px;
    width:16px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:1.3s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:1.3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:1.3s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:1.3s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:1.3s;
    animation-iteration-count:infinite;
    animation-direction:normal;
    transform:scale(0.7);
}

#blockG_1{
    -moz-animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
    -ms-animation-delay:0.39s;
    -o-animation-delay:0.39s;
    animation-delay:0.39s;
}

#blockG_2{
    -moz-animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
    -ms-animation-delay:0.52s;
    -o-animation-delay:0.52s;
    animation-delay:0.52s;
}

#blockG_3{
    -moz-animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
    -ms-animation-delay:0.65s;
    -o-animation-delay:0.65s;
    animation-delay:0.65s;
}

@-moz-keyframes bounceG{
    0%{
        -moz-transform:scale(1.2);
        opacity:1}

    100%{
        -moz-transform:scale(0.7);
        opacity:0.1}

}

@-webkit-keyframes bounceG{
    0%{
        -webkit-transform:scale(1.2);
        opacity:1}

    100%{
        -webkit-transform:scale(0.7);
        opacity:0.1}

}

@-ms-keyframes bounceG{
    0%{
        -ms-transform:scale(1.2);
        opacity:1}

    100%{
        -ms-transform:scale(0.7);
        opacity:0.1}

}

@-o-keyframes bounceG{
    0%{
        -o-transform:scale(1.2);
        opacity:1}

    100%{
        -o-transform:scale(0.7);
        opacity:0.1}

}

@keyframes bounceG{
    0%{
        transform:scale(1.2);
        opacity:1}

    100%{
        transform:scale(0.7);
        opacity:0.1}

}