/*
CONTENT
*/
.content {
    float: left;
    width: 92%;
    margin: 2% 4%;
}

/*
HEADER
*/
.main_header {
    background: #85B58F;
    position: fixed;
    z-index: 999;
}

.main_header_logo {
    font-size: 0;
    float: left;
}

.header_content {
    width: 92%;
    margin: 0 4%;
}

.mobile_action {
    width: 46px;
    height: 46px;
    float: right;
    cursor: pointer;
    background: #c3defe url(../img/mobile.png) center center no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.mobile_action.active {
    background-color: #000;
}

.mobile_action:hover {
    background-color: #fff;
}

.fone {
    text-align: center;
    padding: 5px 0;
    background-color: #ffffff;
    width: 100%;
}

.fone h1 {
    font-size: 1.3em;
    color: #555555;
    font-weight: 500;
}

.fone .fone_img {
    margin-left: 50px;
    max-width: 24px;
}

.main_footer_copy a {
    color: #fff;
    text-decoration: none;
}

.main_footer_copy a:hover {
    color: #bbb;
}

.main_nav {
    float: left;
}

.main_header_nav_search .s {
    float: left;
    width: 80%;
    border: none;
}

.main_header_nav_search .b {
    float: right;
    width: 20%;
    border: none;
    cursor: pointer;
    background: url(../img/search.png) center center no-repeat;
}

#toTop {
    position: fixed;
    display: none;
    cursor: pointer;
    bottom: 50px;
    right: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

#toTop:hover {
    background: #336600;
}

.logo {
    margin-right: 50px;
    width: 210px;
}

/*CONTATO*/
.contato {
    background: #eee;
    margin-top: 50px;
}

.contato header {
    float: left;
    width: 30%;
}

.contato header h1 {
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    color: #888;
    margin-bottom: 20px;
}

.contato p {
    color: #555;
}

.contato_form {
    float: right;
    width: 70%;
    padding-left: 5%;
}

.contato_form label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.contato_form span {
    font-size: 0.7em;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.contato .medium {
    float: left;
    width: 48%;
}

.contato_form .medium:first-of-type {
    margin-right: 4%;
}

.contato_form input,
.contato_form textarea {
    width: 100%;
    border: none;
    background: #ccc;
    padding: 10px;
    font-family: 'Arial', sans-serif;
}

.contato_form .btn {
    border: none;
    background: #289CB5;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
}

.contato_form .btn:hover {
    background: #51C1D9;
}

.form_load {
    float: right;
    margin-top: 25px;
    margin-left: 20px;
    display: none;
}

/*
SLIDE
*/
.slide {
    background: #222;
    position: relative;
    display: block;
    margin-top: 110px;
}

.slide_controll {
    position: absolute;
    top: 24%;
    width: 100%;
}

.slide_nav {
    position: absolute;
    padding: 5px 15px;
    font-size: 2em;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    z-index: 89;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slide_nav:hover {
    background: #85B58F;
}

.slide_nav.back {
    left: 0;
    margin-left: 5px;
}

.slide_nav.go {
    right: 0;
    margin-right: 5px;
}

.slide_item {
    display: none;
}

.slide_item.first {
    display: block;
}

.slide_item_desc {
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
}

.slide_item_desc h1 {
    font-size: 1.2em;
    text-align: center;
}

.slide_item_desc a {
    color: #fff;
    text-decoration: none;
}

.slide_item_desc a:hover {
    text-decoration: underline;
}

.slide_item_desc .tagline {
    font-size: 0.875em;
    color: #bbb;
    font-weight: 300;
}

/*
DESTINOS MAIS VISTOS
*/

.more_news {
    padding: 10px 5px;
    background: url(../img/bg_news.jpg);
}

.more_news_item {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 0 5px #000;
}

.more_news_item_desc {
    padding: 30px;
}

.more_news_item_desc h1 {
    font-size: 1em;
    margin-bottom: 10px;
}

.more_news_item_desc p {
    font-size: 1em;
    line-height: 1.2em;
}

.more_news_item_desc a {
    text-decoration: none;
    color: #85B58F;
}

.more_news_item_desc a:hover {
    text-decoration: underline;
}

.more_news_item_desc time {
    font-size: 0.8em;
    color: #888;
}

/*
MELHORES DESTINO
*/

.bestviews_item {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.bestviews_item time {
    font-size: 0.875em;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #85B58F;
}

.bestviews_item h1 {
    font-size: 1em;
    font-weight: 400;
}

.bestviews_item a {
    text-decoration: none;
    color: #000;
}

.bestviews_item a:hover {
    text-decoration: underline;
}


/*
NEWSLETTER
*/
.newsletter {
    padding: 10px;
    background: #85b58f;
    margin-top: 30px;
    text-align: center;
    position: relative;
    color: #fff;
}

.newsletter h1 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.newsletter form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.newsletter input[type="email"] {
    float: left;
    width: 60%;
    border: none;
    padding: 11px;
}

.newsletter input[type="submit"] {
    float: left;
    width: 40%;
    background: #1a5977;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.newsletter_icon {
    width: 54px;
    height: 54px;
    background: #85b58f url(../img/newsletter.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -24px;
    margin-left: -27px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*
MAIS VISTOS
*/
.most_views {
    background: #eee;
}

.most_views_item {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.most_views_item img {
    float: left;
    width: 35%;
}

.most_views_item_desc {
    float: right;
    width: 65%;
    padding-left: 15px;
}

.most_views_item_desc time {
    font-size: 0.875em;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.most_views_item_desc h1 {
    font-size: 1em;
}

.most_views_item_desc a {
    text-decoration: none;
    color: #85B58F;
}

.most_views_item_desc a:hover {
    text-decoration: underline;
}


/*
GALERIA
*/

.gallery {
    padding: 25px;
}

.gallery .section_title {
    margin-bottom: 15px;
}

.gallery img {
    float: left;
    width: 25%;
    padding: 5px;
}

/*
FOOTER
*/
.main_footer {
    padding: 10px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
}

.main_footer_social {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.main_footer_social li {
    display: inline-block;
    margin: 0 10px;
}

.main_footer_social a {
    float: left;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.main_footer_social a:hover {
    background: #85B58F;
}

/*
PESQUISA
 */
.pesquisa {
    background-color: #85B58F;
}

/*
480PX BREAKPOINT
*/
@media (min-width: 30em) {
    .more_news_item {
        float: left;
        width: 96%;
        margin-right: 4%;
    }

    .more_news_item:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .fone h1 {
        font-size: 1em;
    }
}

@media (max-width: 30em) {
    .gallery img {
        width: 100% !important;
    }
}

/*
592PX BREAKPOINT
*/
@media (min-width: 37em) {
    .most_views_item h1 {
        font-size: 1.3em;
    }

    .fone h1 {
        font-size: 1.3em;
    }


}

@media (max-width: 37em) {
    .contato header {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .contato form {
        width: 100%;
    }

    .gallery img {
        width: 33.33%;
        padding: 5px;
    }

    .slide {
        margin-top: 96px;
    }
}

/*
768PX BREAKPOINT
*/
@media (min-width: 48em) {
    .main_header {
        background: rgba(0, 0, 0, 0.7);
    }

    .main_header_logo {
        position: absolute;
        top: 0;
        padding: 5px;
        background: #fff;
        z-index: 98;
        border: 4px solid #01911d;
        border-top: none;
        box-shadow: 0 0 4px #333;
    }

    .section_title {
        font-size: 2em;
        font-weight: 300;
        text-align: left;
    }

    .more_news_item:nth-of-type(2n+0),
    .more_news_item {
        float: left;
        width: 98%;
        margin-right: 2%;
    }

    .more_news_item:nth-of-type(4n+0) {
        margin-right: 0;
    }

    .most_views_item,
    .bestviews_item {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    .most_views_item:nth-of-type(2n+0),
    .bestviews_item:nth-of-type(2n+0) {
        margin-right: 0;
    }

    .most_views_item h1 {
        font-size: 1em;
    }

    .newsletter h1 {
        font-size: 1.8em;
    }
}

@media (max-width: 55em) {
    .contato header h1 {
        font-size: 2em;
        margin-bottom: 5px;
    }

    .contato .medium {
        width: 100%;
    }

    .newsletter iframe {
        height: 300px;
    }
}

/*
960PX BREAKPOINT
*/
@media (min-width: 60em) {
    .slide_controll {
        width: 92%;
        margin: 0 4%;
        top: 30%;
    }

    .slide_item_desc {
        position: absolute;
        width: 100%;
        padding: 20px 4%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .slide_item_desc h1 {
        font-size: 1.4em;
        text-shadow: 2px 2px 4px #000;
    }

    .slide_item_desc .tagline {
        font-size: 1em;
        text-shadow: 2px 2px 4px #000;
        color: #fff;
    }
}

/*
1280PX BREAKPOINT
*/
@media (min-width: 80em) {
    .mobile_action {
        display: none;
    }

    .main_header_nav {
        text-align: center;
        margin-top: 3px;
    }

    .main_header_nav_item {
        position: relative;
        display: inline-block;
        margin: 0 10px;
    }

    .main_header_nav_item > a {
        float: left;
        padding: 10px 10px 10px 0;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 1.1em;
        font-weight: 300;
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover {
        color: #bbb;
    }

    .main_header_nav_search {
        float: right;
        width: 35%;
    }

    .main_header_nav_sub {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 300%;
        background: #fff;
        padding: 10px;
        text-align: left;
        z-index: 99;
    }

    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item > a:hover .main_header_nav_sub {
        display: block;
    }

    .main_header_nav_sub_item {
        float: left;
        width: 50%;
    }

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.8em;
        color: #333;
    }

    .main_header_nav_sub_item a:hover {
        background: #85B58F;
        color: #fff;
    }

    .more_and_gallery {
        float: left;
        width: 100%;
        padding: 10px 25px;
    }

    .more_and_gallery .content {
        float: left;
        width: 100%;
        margin: 0;
    }

    .most_views {
        float: left;
        width: 50%;
        background: none;
    }

    .most_views_item {
        float: left;
        width: 100%;
    }

    .most_views_item img {
        width: 30%;
    }

    .most_views_item_desc {
        width: 70%;
    }

    .most_views_item_desc h1 {
        font-size: 1.2em;
    }

    .gallery {
        width: 100%;
    }

    .fone {
        float: right;
    }
}

@media (max-width: 80em) {
    .main_header_nav {
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background: #222;
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
    }

    .main_header_nav_search {
        float: left;
        width: 100%;
        background: #000;
        padding: 31px 15px;
    }

    .main_header_nav_item {
        float: left;
        width: 100%;
        position: relative;
    }

    .main_header_nav_item > a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #eee;
        font-weight: bold;
        font-size: 0.875em
    }

    .main_header_nav_item:hover,
    .main_header_nav_item > a:hover {
        background: #444;
        color: #01911d;
    }

    .main_header_nav_sub {
        float: left;
        width: 100%;
        padding: 10px;
        background: #333;
    }

    .main_header_nav_sub_item {
        float: left;
        width: 100%;
    }

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        font-size: 0.8em;
    }

    .main_header_nav_sub_item a:hover {
        background: #85B58F;
    }
}

/*
1366PX BREAKPOINT
*/
@media (min-width: 85em) {
    .header_content {
        width: 76%;
        margin: 0 12%;
    }

    .content,
    .slide_controll,
    .slide_item_desc,
    .more_and_gallery {
        width: 80%;
        margin: 2% 10%;
    }

    .slide_item_desc {
        padding: 20px;
    }

    .slide_nav.back,
    .slide_nav.go {
        margin: 0;
    }
}

/*
1600PX BREAKPOINT
*/
@media (min-width: 100em) {
    .content,
    .more_and_gallery,
    .slide_controll,
    .slide_item_desc {
        width: 76%;
        margin: 2% 12%;
    }

    .slide_controll {
        top: 38%;
    }
}
