/*
RIVIERA ON RUTHVEN MOTEL
*/

/* RESET */
*{ padding:0; margin:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
img{ border: 0; max-width: 100%; }
ul{ list-style: none; }
a{ text-decoration: none; }
input, select, textarea, button{ font-family: 'Open Sans', sans-serif; }

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/

body{
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

/* CONTAINER */
.container{
    width: 1170px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    transition: 1s;
}

/* HEADER */
header.topo{
    float: left;
    width: 100%;
    background: rgba(255,255,255,.3);
    padding: 15px 0;
}
header.topo.fixo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

header.topo .logo{
    float: left;
    opacity: 0;
    transition: .5s;
}

header.topo .menu{
    float: right;
    text-align: right;
    max-width: 600px;
}
header.topo .menu p{
    float: left;
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #0D100F;
    letter-spacing: 1px;
    opacity: 0;
    transition: .5s;
}
header.topo .menu .icon_responsivo{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #0D100F;
    cursor: pointer;
    display: none;
}
header.topo .menu ul{
    float: left;
    width: 100%;
    margin-top: 10px;
    display: block;
}
header.topo .menu ul .fa-close{
    font-size: 22px;
    color: #FFF;
    margin: 25px;
    cursor: pointer;
    display: none;
}
header.topo .menu ul li{
    display: inline;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #0D100F;
    margin-left: 30px;
    opacity: 0;
    transition: .5s;
}
header.topo .menu ul li.first{
    margin-left: 0;
}
header.topo .menu ul li a{
    color: #0D100F;
}
header.topo .menu ul li a:hover{
    color: #7D022D;
}

header.topo a.bt_book{
    float: right;
    background: #7D022D;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 50px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 8px;
    opacity: 0;
    transition: .5s;
}
header.topo a.bt_book:hover{
    background: #5C0021;
}

/* SLIDES */
.slides{
    float: left;
    width: 100%;
    height: 455px;
    opacity: 0;
    transition: 1s;
}
.slides ul{
    float: left;
    width: 100%;
    height: 455px;
}
.slides ul li{
    float: left;
    width: 100%;
    height: 455px;
    background-repeat: no-repeat;
    background-position: center top;
}
.slides .owl-theme .owl-controls{
    margin-top: -45px;
    position: absolute;
    width: 100%;
}
.slides .owl-theme .owl-controls .owl-page span{
    opacity: .4 !important;
    background: #FFF !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: .9 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #7D022D !important;
}

/* ABOUT US HOME */
.about_us_home{
    float: left;
    width: 100%;
    padding: 75px 0;
    text-align: center;
}
.about_us_home h1{
    font-size: 44px;
    color: #3D3F41;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1;
    opacity: 0;
    transition: 1s;
}
.about_us_home p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #957D6B;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-top: 15px;
    opacity: 0;
    transition: 1s;
}
.about_us_home a{
    display: inline-block;
    padding: 15px 70px;
    border-radius: 4px;
    border: 1px solid #957D6B;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    color: #957D6B;
    margin-top: 30px;
    opacity: 0;
    transition: .5s;
}
.about_us_home a:hover{
    color: #FFF;
    background: #957D6B;
}

/* TESTIMONIALS */
.testimonials{
    float: left;
    width: 100%;
    background: #957D6B;
    padding: 50px 0;
    text-align: center;
    opacity: 0;
    transition: 1s;
}
.testimonials h1{
    font-size: 44px;
    color: #232425;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px;
}
.testimonials ul{
    float: left;
    width: 100%;
}
.testimonials ul li{
    float: left;
    width: 100%;
    padding: 0 25%;
}
.testimonials ul li p{
    color: #FFF;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1.7;
}
.testimonials ul li span{
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.7;
    text-align: right;
    margin-top: 20px;
}

.testimonials .setas{
    width: 24px;
    height: 46px;
    position: absolute;
    top: 100px;
    background: url(../img/testimonials_arrows.png) no-repeat;
    cursor: pointer;
    z-index: 9999;
}
.testimonials .setas:hover{
    opacity: .7;
}
.testimonials .setas.prev{
    left: 0;
    background-position: left center;
}
.testimonials .setas.next{
    right: 0;
    background-position: right center;
}

/* PLACES HOME */
.places_home{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.places_home .cont{
    float: left;
    width: 49%;
    text-align: center;
    padding-top: 125px;
}
.places_home .cont h1{
    color: #0D100F;
    font-size: 44px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
}
.places_home .cont p{
    float: left;
    width: 100%;
    color: #957D6B;
    line-height: 1.7;
    letter-spacing: .5px;
    margin-top: 20px;
}
.places_home .cont a{
    display: inline-block;
    color: #FFF;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 14px;
    background: #7D022D;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 40px;
    transition: .3s;
}
.places_home .cont a:hover{
    background: #5C0021;
}
.places_home .map{
    float: right;
    width: 50%;
}

.places_home.home h1,
.places_home.home p,
.places_home.home a,
.places_home.home .map{
    opacity: 0;
    transition: 1s;
}

/* SOCIAL HOME */
.social_home{
    float: left;
    width: 100%;
    padding: 50px 0;
    background: url(../img/bg_social.jpg) repeat;
    border-top: 1px solid #C6BAB0;
    text-align: center;
    transition: 1s;
}
.social_home span{
    color: #957D6B;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}
.social_home ul{
    display: block;
    margin: 20px 0;
}
.social_home ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0;
}
.social_home ul li a{
    color: #957D6B;
    font-size: 40px;
    transition: .3s;
}
.social_home ul li a:hover{
    opacity: .7;
}
.social_home ul li a i{
    margin: 0 15px;
}
.social_home ul li a i.fa-twitter{
    margin-left: 20px;
}

.social_home a.bt{
    display: inline-block;
    color: #957D6B;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 15px 50px;
    border: 1px solid #957D6B;
    border-radius: 4px;
    transition: .3s;
}
.social_home a.bt:hover{
    color: #FFF;
    background: #957D6B;
}

/* FOOTER */
footer.footer{
    float: left;
    width: 100%;
    text-align: center;
    transition: 1s;
}
footer.footer .cont{
    float: left;
    width: 100%;
    background: #3D3F41;
    padding: 20px 0;
    padding-top: 100px;
}
footer.footer .cont ul{
    float: left;
    width: 100%;
}
footer.footer .cont ul li{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 45px;
}
footer.footer .cont ul li a{
    color: #A9ADAF;
}
footer.footer .cont ul li a:hover{
    color: #DDD;
}
footer.footer .cont ul span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    margin-top: 5px;
    color: #737678;
    font-size: 18px;
}

footer.footer .copy{
    float: left;
    width: 100%;
    background: #333537;
}
footer.footer .copy p{
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #333537;
    color: #A9ADAF;
    letter-spacing: .5px;
    font-size: 14px;
}
footer.footer .copy .container{
    position: relative;
}
footer.footer .copy .logos{
    position: absolute;
    right: 0;
    top: 15px;
}
footer.footer .copy .logos img{
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
}
footer.footer .copy .logos img:hover{
    opacity: 1;
}
footer.footer .copy .logos span{
    margin: 0 7px;
    display: inline-block;
    vertical-align: middle;
    color: #A9ADAF;
    opacity: .75;
}

/* TOPO INTERNA */
.topo_interna{
    float: left;
    width: 100%;
    padding: 15px;
    background: #7D022D;
    opacity: 0;
    transition: 1s;
}
.topo_interna h1{
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}
.topo_interna .breadcrumbs{
    float: left;
    width: 100%;
}
.topo_interna .breadcrumbs ul{
    float: left;
    width: 100%;
}
.topo_interna .breadcrumbs ul li{
    float: left;
    display: inline;
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.topo_interna .breadcrumbs ul li a{
    color: #C895A7;
    margin-right: 15px;
}
.topo_interna .breadcrumbs ul li a:hover{
    color: #F1E4E9;
}
.topo_interna .breadcrumbs ul li a:after{
    content: '/';
    color: #C895A7;
    float: right;
    margin-right: 15px;
}

/* ABOUT US */
.about_us{
    float: left;
    width: 100%;
    background: #FFF;
    padding: 50px 0;
    padding-bottom: 150px;
}
.about_us .photos{
    float: left;
    width: 100%;
    padding: 0 5%;
}
.about_us .photos ul{
    float: left;
    width: 100%;
}
.about_us .photos ul li{
    float: left;
    display: inline;
    padding: 5.5px;
}

.about_us h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 44px;
    color: #3D3F41;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1;
    margin: 25px 0;
    margin-top: 40px;
}
.about_us h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #957D6B;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1.5;
    padding: 0 10%;
}
.about_us p{
    float: left;
    width: 47%;
    text-align: justify;
    font-size: 15px;
    color: #957D6B;
    font-weight: normal;
    line-height: 2;
    margin-top: 35px;
}
.about_us p.r{
    float: right;
}

/* ROOMS */
.rooms_options{
    float: left;
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid #F5F3F2;
}
.rooms_options ul{
    float: left;
    width: 100%;
}
.rooms_options ul li{
    float: left;
    display: inline;
    width: 50%;
    color: #957D6B;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
.rooms_options ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #957D6B;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 7px;
}


.rooms{
    float: left;
    width: 100%;
    padding: 50px 0;
}
.rooms .show{
    float: right;
    border: 1px solid #F5F3F2;
    border-radius: 4px;
    padding: 15px;
}
.rooms .show i{
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    color: #957D6B;
    font-size: 24px;
    transition: .3s;
}
.rooms .show i:hover,
.rooms .show i.ativo{
    color: #7D022D;
}

.rooms ul.grid{
    float: left;
    width: 100%;
    padding: 0 5%;
    margin-top: 25px;
}
.rooms ul.grid li{
    float: left;
    display: inline;
    width: 50%;
    padding: 15px;
}
.rooms ul.grid li .cont{
    float: left;
    width: 100%;
    height: 315px;
    position: relative;
}
.rooms ul.grid li .cont .img{
    float: left;
    width: 100%;
    height: 315px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}
.rooms ul.grid li .cont a.book{
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../img/seta_book_now.png) no-repeat #7D022D;
    background-position: right 25px center;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 40px;
    padding-right: 55px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
}
.rooms ul.grid li .cont a.book:hover{
    background-color: #5C0021;
    background-position: right 15px center;
}
.rooms ul.grid li .cont:hover a.book{
    opacity: 1;
}
.rooms ul.grid li .cont .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    padding-top: 12px;
    background: rgba(255,255,255,.8);
}
.rooms ul.grid li .cont .tit span{
    color: #3D3F41;
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}

.rooms ul.grid li .cont .tit .persons{
    position: absolute;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -9px;
}
.rooms ul.grid li .cont .tit .persons .person{
    float: left;
    display: inline;
    width: 8px;
    height: 20px;
    background: url(../img/icon_person.png) no-repeat;
    margin-left: 3px;
}


.rooms ul.list{
    float: left;
    width: 100%;
}
.rooms ul.list > li{
    float: left;
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #F5F3F2;
}
.rooms ul.list li .photos{
    float: left;
    width: 45%;
    position: relative;
}
.rooms ul.list li .photos ul{
    float: left;
    width: 100%;
}
.rooms ul.list li .photos ul li{
    float: left;
    width: 100%;
}
.rooms ul.list li .photos ul li img{
    width: 100%;
}

.rooms ul.list li .photos .setas{
    width: 24px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background: url(../img/testimonials_arrows.png) no-repeat;
    opacity: 0;
    cursor: pointer;
    transition: .3s;
}
.rooms ul.list li:hover .setas{
    opacity: 1;
}
.rooms ul.list li .photos:hover .setas:hover{
    opacity: .7;
}
.rooms ul.list li .photos .setas.prev{
    left: -15px;
    background-position: left center;
}
.rooms ul.list li .photos .setas.next{
    right: -15px;
    background-position: right center;
}


.rooms ul.list li .cont{
    float: right;
    width: 50%;
}

.rooms ul.list li .cont .tit{
    float: left;
    width: 100%;
}
.rooms ul.list li .cont h1{
    display: inline-block;
    vertical-align: middle;
    color: #3D3F41;
    font-size: 38px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-weight: normal;
}

.rooms ul.list li .cont .persons{
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    margin-left: 10px;
}
.rooms ul.list li .cont .persons .person{
    float: left;
    display: inline;
    width: 8px;
    height: 20px;
    background: url(../img/icon_person.png) no-repeat;
    margin-left: 3px;
}

.rooms ul.list li .cont p.desc{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #957D6B;
    line-height: 1.8;
    margin-top: 15px;
}


.rooms ul.list li .cont a.book{
    display: inline-block;
    background: url(../img/seta_book_now.png) no-repeat #7D022D;
    background-position: right 25px center;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    padding: 15px 40px;
    padding-right: 55px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 25px;
    transition: .5s;
}
.rooms ul.list li .cont a.book:hover{
    background-color: #5C0021;
    background-position: right 15px center;
}

/* FLOATER ROOM */
.floater_room{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.floater_room .overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    display: none;
}
.floater_room .cont{
    position: absolute;
    width: 1170px;
    top: 150px;
    left: 50%;
    margin-left: -585px;
    background: #FFF;
    border-radius: 4px;
    padding: 50px;
    padding-bottom: 75px;
    display: none;
}

.floater_room .cont .close{
    position: absolute;
    right: 15px;
    top: -37px;
    color: #FFF;
    display: block;
    cursor: pointer;
}
.floater_room .cont .close:hover{
    opacity: .7;
}
.floater_room .cont .close span{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 15px;
    margin-right: 5px;
}
.floater_room .cont .close img{
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
}

.floater_room .cont .photos{
    float: left;
    width: 100%;
}
.floater_room .cont .photos .big{
    float: left;
    width: 70%;
}
.floater_room .cont .photos .big img{
    width: 100%;
}
.floater_room .cont .photos .peq{
    float: right;
    width: 28%;
}
.floater_room .cont .photos .thumbs{
    float: left;
    width: 100%;
}
.floater_room .cont .photos .thumbs ul{
    float: left;
    width: 100%;
    margin-top: -5px;
}
.floater_room .cont .photos .thumbs ul li{
    float: left;
    display: inline;
    width: 50%;
    padding: 5px;
}
.floater_room .cont .photos .thumbs ul li img{
    float: left;
    width: 100%;
}
.floater_room .cont .photos .thumbs ul li img:hover{
    opacity: .75;
    cursor: pointer;
}

.floater_room .cont .photos .share{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.floater_room .cont .photos .share span{
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
    color: #666;
    font-weight: 600;
    margin-bottom: 15px;
}
.floater_room .cont .photos .share i{
    display: inline-block;
    vertical-align: middle;
    color: #A0A0A0;
    font-size: 24px;
    margin: 0 15px;
    cursor: pointer;
}
.floater_room .cont .photos .share i:hover{
    color: #777;
}

.floater_room .cont .infos{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.floater_room .cont .infos .tit{
    float: left;
    width: 100%;
}
.floater_room .cont .infos .tit h1{
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 38px;
    color: #3D3F41;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
}
.floater_room .cont .infos .tit .persons{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 5px;
}
.floater_room .cont .infos .tit .persons .person{
    float: left;
    display: inline;
    width: 8px;
    height: 20px;
    background: url(../img/icon_person.png) no-repeat;
    margin-left: 3px;
}

.floater_room .cont .infos .desc{
    float: left;
    width: 70%;
    margin-top: 25px;
}
.floater_room .cont .infos .desc p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #957D6B;
    line-height: 1.5;
    text-align: justify;
}

.floater_room .cont .infos .bt{
    float: right;
    width: 28%;
    text-align: center;
}
.floater_room .cont .infos .bt a{
    display: inline-block;
    text-align: center;
    background: url(../img/seta_book_now.png) no-repeat #7D022D;
    background-position: right 25px center;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 50px;
    padding-right: 75px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 50px;
    transition: .5s;
}
.floater_room .cont .infos .bt a:hover{
    background-color: #5C0021;
    background-position: right 15px center;
}

/* PLACES TO VISIT */
.places_to_visit{
    float: left;
    width: 100%;
}
.places_to_visit ul{
    float: left;
    width: 100%;
}
.places_to_visit .container > ul > li{
    float: left;
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #F5F3F2;
}
.places_to_visit ul li .image{
    float: left;
    width: 45%;
    position: relative;
}
.places_to_visit ul li .image img{
    float: left;
    width: 100%;
}


.places_to_visit ul li .image .setas{
    width: 24px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    background: url(../img/testimonials_arrows.png) no-repeat;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    transition: .3s;
}
.places_to_visit ul li:hover .image .setas{
    opacity: 1;
}
.places_to_visit ul li .image:hover .setas:hover{
    opacity: .7;
}
.places_to_visit ul li .image .setas.prev{
    left: -15px;
    background-position: left center;
}
.places_to_visit ul li .image .setas.next{
    right: -15px;
    background-position: right center;
}

.places_to_visit ul li .info{
    float: right;
    width: 50%;
    padding-top: 50px;
}
.places_to_visit ul li .info h1{
    font-size: 38px;
    color: #3D3F41;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1;
}
.places_to_visit ul li .info p{
    float: left;
    width: 100%;
    text-align: justify;
    color: #957D6B;
    font-size: 14px;
    line-height: 1.7;
    margin: 15px 0;
}
.places_to_visit ul li .info a{
    display: inline-block;
    background: #7D022D;
    padding: 15px 40px;
    border-radius: 4px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
    transition: .3s;
}
.places_to_visit ul li .info a:hover{
    background: #5C0021;
}


.places_to_visit ul li:nth-child(even) .image{
    float: right;
}
.places_to_visit ul li:nth-child(even) .info{
    float: left;
    text-align: right;
}
.places_to_visit ul li:nth-child(even) .info p{
    text-align: right;
}

/* CONTACT */
.contact{
    float: left;
    width: 100%;
    padding: 75px 0;
}
.contact .info{
    float: left;
    width: 50%;
}
.contact .info h1{
    float: left;
    width: 100%;
    font-size: 40px;
    color: #232425;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1;
}
.contact .info span{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #0D100F;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1.3;
    margin: 20px 0;
}
.contact .info p{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #87898C;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1.3;
}

.contact .form{
    float: right;
    width: 50%;
}
.contact .form input{
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #87898C;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #57595A;
    outline: none;
}
.contact .form textarea{
    float: left;
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-bottom: 25px;
    color: #87898C;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #57595A;
    outline: none;
    resize: none;
}

.contact .form button{
    border: 1px solid #57595A;
    border-radius: 4px;
    background: #FFF;
    color: #3D3F41;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    outline: none;=
    transition: .3s;
}
.contact .form button span{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 20px;
}
.contact .form button:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 16px;
    background: url(../img/icon_send.png) no-repeat center center;
    border-left: 1px solid #57595A;
    padding: 15px 25px;
}
.contact .form button:hover{
    background: #EEE;
}

.contact .form .msg{
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: .5px;
}
.contact .form .msg.success{
    color: green;
}
.contact .form .msg.error{
    color: #E9322D;
}

/* ERRO VALIDAÇÃO */
input.error,
select.error,
textarea.error{
    border-color: #e9322d !important;
    background-color: #FFE6E6;
}


/* PAG 404 */
.pag_404{
    float: left;
    width: 100%;
    padding: 100px 0;
    background: url(../img/bg_404.jpg) repeat;
    text-align: center;
    border-top: 1px solid #DDD;
}
.pag_404 h1{
    color: #957D6B;
    font-weight: normal;
    font-size: 200px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.pag_404 h1:before{
    content: '{';
    color: #957D6B;
    font-weight: normal;
    font-size: 140px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.pag_404 h1:after{
    content: '}';
    color: #957D6B;
    font-weight: normal;
    font-size: 140px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.pag_404 h2{
    font-weight: normal;
    font-size: 40px;
    color: #3D3F41;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    margin-top: 50px;
}

.pag_404 p{
    font-size: 14px;
    color: #957D6B;
    letter-spacing: .5px;
    margin-top: 30px;
}

.pag_404 a{
    display: inline-block;
    background: #7D022D;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 50px;
    transition: .3s;
}
.pag_404 a:hover{
    background: #5C0021;
}

.events {float:left;width: 100%;background: #FFF;padding: 50px 0;padding-bottom: 150px;}
.each-event {margin:0 5%;padding-bottom: 110px;display: block;}
.each-event > div {display: inline-block;vertical-align: middle;}
.each-event > div:first-child {margin-right:5%;}
.each-event:nth-child(even) > div:first-child {margin-left:5%; margin-right:0%;}
.each-event > div:last-child {margin-left: -5px;}


.each-event .data {color:#7d022d;font-size: 38px;letter-spacing: 1px;font-family: 'Playfair Display', serif;font-weight: normal;line-height: 1;margin-bottom: 40px;}
.each-event .img {text-align: center;width:35%;}
.each-event .info {width:60%;}
.each-event .info h2 {font-size: 38px;color: #3D3F41;letter-spacing: 1px;font-family: 'Playfair Display', serif;font-weight: normal;line-height: 1;}
.each-event .info .text {color:#3d3f41;font-size: 13px;line-height: 21px}

.each-event:nth-child(even) .info{
    float: left;
}

.each-event.noevents h2{
    font-size: 38px;
    color: #3D3F41;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin: 0;
    width: 100%;
    display: inline-block;
    padding: 25px 0px;
}

.showmore {text-align: center;}
.showmore a {max-width: 550px;width: 100%;background:#957d6b;color:#fff;line-height:50px;height:50px;text-align: center;display: inline-block;border-radius: 3px;}
.showmore a:hover {transform: perspective(400) translate3d(0, 0, -120px);}

footer.footer .cont ul li .btn-terms {border:1px solid #A9ADAF;border-radius: 5px;padding:10px 20px;font-family: 'Open Sans', sans-serif;letter-spacing: .5px;font-size: 15px;margin-right: 25px;transition:all 0.3s ease}
footer.footer .cont ul li .btn-guestsign {border:1px solid #A9ADAF;border-radius: 5px;padding:10px 20px;font-family: 'Open Sans', sans-serif;letter-spacing: .5px;font-size: 15px;margin-left: 25px;transition:all 0.3s ease}

footer.footer .cont ul li .btn-terms:hover,
footer.footer .cont ul li .btn-guestsign:hover {color:#3D3F41;background: #A9ADAF;transition:all 0.3s ease}