.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe, .fb-page span iframe{
    width: 100% !important;
}

#cover-blog>div{
    position: relative;
    height: 100%;
}
.social-blog{
    width: auto;
    padding:5px;
    z-index: 999;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 15px;
}
.social-blog > div{
    width: 42px;
    height: 42px;
    margin: 5px 0;
    background-color: #fff;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.social-blog > div a{
    width: 100%;
    height: 100%;
}
.social-blog > div a img{
    margin: 0 auto;
}
.social-blog > div:hover{
    background-color: rgba(255,255,255,.7);
}
.tags{
    margin-right: 10px;
    margin-bottom: -53px;
    text-align: right;
}
.tags a{
    display: inline-block;
    position: relative;
    top: -53px;
    margin: 10px 0;
    padding: 0 30px;
    line-height: 30px;
    background: rgba(0,0,0,.8);
    color: #fff;
    width: auto;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.tags a:hover{
    background: #d45c1d;
}

/*
*
* NEWS
*
*/
.news{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 0;
}
.news-content img{
    width: 100%;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.news-content >a:first-child{
    display: block;
    position: relative;
}
.news-content >a:first-child:after{
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: calc(100% - 3px);
    background-image: linear-gradient(to top, #d45c1d, transparent);
    opacity: 0;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}
.news-content >a:first-child:hover:after{
    opacity: 0.4;
}
.news-content h1{
    color: #000;
    padding: 15px 0px;
    font-weight: 600;

    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.news-content p{
    padding-bottom: 15px; 
    line-height: 28px;
    font-size: 18px;
}
.news-content h1:hover{
    color: #d45c1d;
}
.ler-mais{
    display: block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    border-bottom: solid 1px #acacac;
    text-align: right;
    font-size: 17px;
    color: #d45c1d;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.ler-mais > img{
    width: 18px;
    margin-left: -18px;
    opacity: 0;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transform: rotateZ(60deg);
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg);
}
.ler-mais:hover{
    border-color: #d45c1d;
    color: #d45c1d;
}
.ler-mais:hover img{
    margin-left: 7px;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
/*
*
* FIM NEWS
*
*/

#resultado{
    padding: 30px 15px;
    background: #4d4c4c;
}
#resultado h1{
    color: #fff;
    font-size: 25px;
}
#resultado strong{
    font-style: italic;
    font-size: 30px;
    color: #fef373;
}

.mais{
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: solid 1px #d45c1d;

    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.mais span{
    color: #d45c1d;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.mais:hover{
    background: #d45c1d;
}
.mais:hover span{
    color: #fff;
}

.news-hidden{
    display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #acacac !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #acacac !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #acacac !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #acacac !important;
}
@media only screen and (max-width: 1199px){
    .main-wrap{
        padding: 0 15px;
    }
}