﻿/* 
    Inovguest Template
    Width: 1280px
*/

/*@import google font*/
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,800,800italic,700italic,600italic,700,400italic,600);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');
/*Bootstrap Hacks*/


.no-margins{
    padding:0;
}

.panel{
    background:none;
    border:none;
    box-shadow:none;
}
.nobold{
    font-weight:300;
}


.form-control{
    border:none;
    background:rgba(133, 133, 133, 0.2);
    border-radius:0;
 }

.form-control:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}
.btn{
    border:none;
    border-radius:0;
    background:none;
    padding:5px;

    
}

/*End Bootstrap hacks*/
/*General Template Classes*/
body {
    font-family: 'Open Sans', sans-serif;
    color:black;
    /*background: url(images/InovGuest_Layout_Website_V3-01.jpg) no-repeat center top;*/
}

 a, a:hover, a:visited, a:link{
     text-decoration:none;
 }


 /*Top Navbar*/
 .navbar{
     /*background-color: rgba(255, 255, 255, 0.6);*/
     background-color:white;
     
     height:60px
 }
 
 /*Logo*/
 .top-logo{
     margin-top:13px;
 }

 /*Newsletter Input*/
 .news-class{
     font-size:8px;
     text-transform:uppercase;
     display:block;
     margin-top:12px;
     font-weight:300
 }
 .news-class input{
     margin-top:5px;
     width:90%;
     display:block;
     border: none;
     border-bottom:1px black solid;
     height:18px;
     float:left;
 }
 .news-class a{
     float:right;
     padding:8px 0px 0px 0px;

 }
 
.news-class input::-webkit-input-placeholder { font-style:italic }
.news-class input::-moz-placeholder { font-style:italic }
.news-class input:-ms-input-placeholder { font-style:italic }
.news-class input:-moz-placeholder { font-style:italic }
/*End Newsletter Input*/

/*Language Select*/
.Lang-Select{
    display:block;
    font-size:9px;
    text-transform:uppercase;
    margin-top:12px;
    line-height:15px;
}
    .Lang-Select a {
        font-size:10px;
        color:#858585!important;
    }
.Lang-Select a.selected{
        font-weight:900;
        color:#92bf1f!important;
    }
/*End Language Select*/


.menu-select div{
    display: block;
    height: 60px;
    text-align: center;
}

.menu-select div:hover, .menu-select div.active{
    background: url(images/bg_bar.png) repeat-x bottom center;
}

.menu-select div a{
    display:block;
    padding-top:20px;
    padding-bottom:10px;
    color:#858585;
    text-transform: uppercase;
}

.menu-select div a:hover{
    color:#3C3C3B;
}
 /*End Top Navbar*/


 

 /*Background divs*/
 .topBedPic{
     background: url(images/bed_image.jpg) center bottom no-repeat;
     background-size:cover;
     height:400px;
 }


 
 .HotelEntrance2Pic{
     background: url(images/hotel_hall.jpg) center top no-repeat;
     background-size:cover;
     height:400px;
     margin-top:75px;
 }

 .bgGirlThird{
     background: url(images/girl_3rd.jpg) top right no-repeat;
     
 }

 .black-bg{
     background: rgba(60, 60, 59, 0.8);
 }

  .chekinPic{
     background: url(images/checkin.jpg) center center no-repeat;
     background-size:cover;
     height:400px;
     margin-top:68px;
 }
 .kitchenPic, .kitchenPicMobile {
     background: url(images/kitchen.jpg) top right no-repeat;
 }

.meetingPic {
    background: url(images/meeting.jpg) center top no-repeat;
    background-size: cover;
    height: 400px;
    margin-top: 85px;
}

.waitingPic {
    background: url(images/waiting_entrance.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
}
 /*End Background divs*/

/*FirstTextBlock*/
.FirstTextBlock{
    padding-top:58px;
}

.FirstTextBlock h1 {
    color: #92bf1f;
    font-size: 56.8px;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
}

.FirstTextBlock h2 {
    color: #3c3c3b;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.FirstTextBlock p{
    font-size: 15px;
    line-height: 20px;
    margin: 30px -2px 0;
}
/* End First Text Block */

/* Second Text Block */
 .HoverDiv{
    margin-top:-200px;
    margin-left: auto;
    margin-right: auto;
 }
 
 .secLeft{
     padding-top:253px;
     

 }

 .secLeft h2{
     text-transform:uppercase;
     font-size:50px;
     font-weight:lighter;
     color:#858585;
     padding-bottom:20px;
 }
 .secLeft i{
     color:#92BF1F;
 }

 .secLeft .media-left{
     padding-right:15px;
     color:#92BF1F;
     font-size:15px;
     padding-top:3px;
 }
 .secLeft .media-body p{
     font-size:15px;
     line-height:20px
 }
 .secLeft .media-right{
     color:#3C3C3B
 }
 
 .secRight{
     background: rgba(125, 192, 17, 0.9);
     padding-top:85px;
     padding-bottom:85px;
     line-height:41.5px;
 }
 
 .secRight p{
     font-size:30px;
     font-weight:300;
     color:white
 }
 
 .secRight span.topItalic{
     font-style:italic;
     font-weight:600;
 }

/* Fim Second Text Block */

/* Third block */
.thirdSection {
    margin-top:84px;
}

.thirdLeft{
    padding:0;
}

.thirdLeft .black-bg{
    margin-top:295px;
}
    
.thirdLeft .black-bg p.text{
    
    font-size:30px;
    font-weight:lighter;
    color:white;
    padding-top:90px;
    line-height:45px;
    padding-bottom: 78px;
}
.thirdRight h1{
    font-size:49px;
    font-weight:300;
    margin-bottom:30px;
    margin-top:0;
    text-transform:uppercase;
    color:#858585;
}
.thirdRight h2{
    font-family: 'Droid Serif', serif;
    font-style:italic;
    font-weight:600;
    color:#39A835;
    line-height:29px;
}
.thirdRight .panel-title{
    background:none;
    padding-top:6px;
    margin-bottom: 11px;
}

.thirdRight .expandable{
    margin-top:6px;
    font-size:22px;
    text-transform:uppercase;
    color:#3C3C3B;
    font-weight:bold;
}
.thirdRight .panel-body{
    padding-left:30px;
    padding-top: 2px;
}

.thirdRight .firstAccoredonGroup{
    margin-bottom: 45px;
}

.thirdRight .secondAccordeonGroup{
    margin-bottom: 47px;
}

.thirdRight .thirdAccordeonGroup{
    margin-bottom: 50px;
}
   
a.arrowTitle[aria-expanded="false"]::before {
    color: #92BF1F;
    content: "\f0a9";
    
    font-family: "FontAwesome";
    font-size: 23px;
    margin-bottom: 8px;
    margin-right: 5px;
    
}

a.arrowTitle[aria-expanded="true"]::before {
    color: #92BF1F;
    content: "\f0ab";
    font-family: "FontAwesome";
    font-size: 23px;
    margin-bottom: 8px;
    margin-right: 5px;
    
}

.astAlert{
    color:#92BF1F;

}
p.vertical-text{
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;
    bottom: 62px;
    display: inline;
    font-size: 10.8px;
    position: absolute;
    width: 200px;
    color:#3C3C3B;
}
.vertical{
    background:none;
    height: 419px;
}
/* Fim Third Block */

/* Fouth Block*/


.FourthTextBlock{
    padding-top:72px;
}

.FourthTextBlock h1{
    color: #858585;
    font-size: 49px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.FourthTextBlock p{
    line-height: 20px;
    margin-top: 39px;
    font-size:15px;
}

.FourthTextBlock .blockAlign{
    margin-top:20px
}

.blocks-accordeons div div{
    background:#3C3C3B;
    height:135px;
    margin-top:30px;
    margin-bottom:0px;
    
}

    .blocks-accordeons div div h2 {
        padding:16px 0 0 11px;
        margin:0;

        color:white;
        font-size:16px;
        font-weight:300;
        text-transform:uppercase;
    }
    .blocks-accordeons div div p {
        padding:12px;
        margin:0;

        color:white;
        font-family: 'Droid Serif', serif;
        font-size:22px;
        font-style:italic;
        font-weight:bolder;
    }
    .blocks-accordeons div div.main-tab p{
        /*font-size:22px;*/
    }
    .blocks-accordeons div div .plus {
        padding:0;
        margin:0;
        color: white;
        content: "\f055";
        font-family: "FontAwesome";
        text-align:right;
        bottom:5px;
        right:20px;
        position:absolute;
        

     }

    .blocks-accordeons div div:hover{
        background:#92BF1F;
        cursor:pointer;

    }
    .blocks-accordeons div[aria-expanded="true"]{
        background:#92BF1F;
    }
    .blocks-accordeons div[aria-expanded="true"] .plus{
        display:none;
        

    }
    .minus{
        text-align:right;
    }
    .minus em, .minus i{
        font-size:15px;

    }

    .collapsing {
    -webkit-transition: none!important;
    transition: none!important;
    display:none;
}
    div.hidden-collapse-tabs {
        margin-top:0!important;
        height:auto!important;
        margin-right: 15px!important;
        position: absolute!important;
        z-index: 1!important;
        
    }
    div.hidden-collapse-tabs p{
        font-family: 'Open Sans', sans-serif!important;
        font-style:normal!important;
        font-weight:normal!important;
        font-size:11px!important;
        line-height:14px;
    }
    .hidden-collapse-tabs ul{
        list-style:none;
        color:white;
    }

    .hidden-collapse-tabs ul li{
        font-size:10px;
        font-weight:700;
        text-transform:uppercase;
        padding-right:12px;
    }

/* End Fouth Block*/

/* Webservices */
.webservices{ height:406px}
/* Fim Webservices */

/* Fifth block */
.fifthSection {
    margin-top:84px;
}

.fifthLeft{
    padding:0;
}

.fifthLeft .black-bg{
    margin-top:205px;
}
    
.fifthLeft .black-bg p.text{
    font-size:30px;
    font-weight:lighter;
    color:white;
    line-height:45px;
    padding-bottom: 78px;
    padding-top:90px;
}

.fifthRight h1{
    font-size:49px;
    font-weight:300;
    margin-bottom:30px;
    margin-top:73px;
    text-transform:uppercase;
    color:#858585;
    line-height:50px;
}

.fifthRight .media{
    margin-top:38px;

}
.fifthRight .media-left{
    font-size:30px;
    color:#92BF1F;
}
.fifthRight .media-body{
    font-weight:700;
    text-transform:uppercase;
    font-size:33px;
    color:#3C3C3B;
}

.fifthRight .media-body p{
    padding:0px 7px 10px 7px;
    line-height:36px;
}

.fifthRight div.logoWinmax{
    margin-top:20px;
    color:#3C3C3B;
    margin-top:71px;
    text-transform:uppercase;
    
}

.fifthRight .img-winmax{
    margin-top: 19px;
}
.fifthRight h2{

}


/* Fim Fifth Block */


/* Six Block */

 .sixLeft{
     padding-top:230px;
     

 }

 .sixLeft h2{
     text-transform:uppercase;
     font-size:50px;
     font-weight:lighter;
     color:#858585;
     padding-bottom:30px;
 }
 
  .sixLeft p{
      line-height:22px;
      font-size:15px;
      margin-bottom:0;
  }
 
 
 .sixRight{
     background: rgba(125, 192, 17, 0.9);
     padding-top:85px;
     padding-bottom:85px;
     line-height:41.5px;
 }
 
 .sixRight p{
     font-size:30px;
     font-weight:300;
     color:white;
     line-height: 46px;

 }
 
 .sixRight span.topItalic{
     font-style:italic;
     font-weight:600;
 }

/* Fim Six Block */


/* Seven Block */
.sevenTextBlock{
    margin-top:35px;
}
.sevenTextBlock .block{
    display: block;
    height: 275px;
    padding: 10px;
}
.sevenTextBlock .block h1{
    padding:10px 20px;
    color:white;
    font-family: 'Droid Serif', serif;
    font-size:30px;
    font-style:italic;
    font-weight:bolder;
    text-align:center;

}

.sevenTextBlock .block h1.special {
    margin-bottom:48px;
}

.sevenTextBlock .block .media{
    color:white;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    
    
}
.sevenTextBlock .block .media-left{
    padding-right: 5px;
    padding-top: 4px;
}

.sevenTextBlock .block .media-body{
    font-size:15px;
    font-style:italic;
}

.sevenTextBlock .block .media-body{
    font-weight:300;   
}

.sevenTextBlock .row1{
    background:#3C3C3B;

}

.sevenTextBlock .row2{
    background:#39A835;
}

.sevenTextBlock .row3{
    background:#92BF1F;
}
.sevenTextBlock h3{
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 48px;
    text-transform: uppercase;
}
.sevenTextBlock p{
    font-size:15px;
    line-height:20px;
}
/* Fim Seven Block */

/* Waiting Pic */
.waitingPic{
    margin-top:69px;
}
/* Fim Waiting Pic*/


#Lisboa, #Portimao, #Luanda, #Barcelona{
    width:100%;
    height: 400px;
}


.contactTop h1{
    color: #858585;
    font-size: 50px;
    font-weight: 300;
    margin-top: 72px;
    margin-bottom:42px;
    text-transform: uppercase;
}

.contactTop .active{
    background:#92BF1F;
}
.contactTop .nav-tabs > li > a, .contactTop .nav-tabs > li > a:hover {
    border: none;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 0px;
    background:none;
}
.contactTop .nav > li > a, .contactTop .nav > li > a:active, .contactTop .nav > li > a:hover {
    background:none;
    padding: 10px 15px;
    
}

.contactTop .nav-tabs > li.active > a,.contactTop .nav-tabs > li.active > a:focus,.contactTop .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background:none;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #555;
    cursor: default;
}
.contactTop li {
    height:255px;
}
.contactTop li span{
    color:black;
    font-size:14px;
    font-weight:300;
    display:block;
}

.contactTop li.active span {
    color:white;
}

.contactTop li .title {
    color:#92BF1F;
    font-size:30px;
    font-weight:300;
    text-transform:uppercase;
    padding-top:29px;
}

.contactTop li.active .title{
    color:white;
}

.contactTop li .address{
    padding-top:10px;
}

.contactTop li.active .address{
    
}

.contactTop li .tel {
    padding-top:10px;
    line-height:21px;
}

.contactTop li.active .tel{

}

.contactTop li.active a{
    color:white;
}
.contactTop li.active .title{
    color:white;
}

.contactTop li.active .address{

}

.contactTop li.active .address2{

}

.contactTop li.active .country{

}

.contactTop li.active .tel{

}

.embed-responsive-4by3 {
    height: 400px;
    padding: 0;
}

.showContatBottom{
    margin-top:63px
}

.showContatBottom h1{
    font-size:47px;
    font-weight:300;
    color:#858585;
    text-transform:uppercase;
    line-height:58px;
}

.ContactWords p {
    font-size: 15px;
    line-height: 20px;
    padding-left: 56px;
    padding-top: 1px;
    text-align:right;
}

.ContactWords .img-inovguest{
    margin-top:110px;
}

.bg-footer{
    background:#92BF1F;
    margin-top:63px;
}

.footer {
    padding-top:24px;
    padding-bottom:24px;
}
.footer p{
    margin:0;
    line-height:10px;
}
.footer p.p-siganos{
    margin-bottom:7px;
    text-transform:uppercase;
    color:white;
    font-size:10px;
    
}
.footer p.copyrights{
    margin-bottom:16px;
}
.footer a, .footer a:visited, .footer a:active{
    color:white;
}

.footer i, .footer em{
    
    color: white;
    display: block;
    float: left;
    font-size: 30px;
    margin-right: 25px;
    text-align: center;
    
}

.footer i:hover, .footer em:hover {
    background-color:#92BF1F;
        
}

.footer .center-text{
    text-transform:uppercase;
    font-size:8px;
        
    color:white;

}

.footer .right-text{
    text-transform:uppercase;
    font-size:8px;
        
    color:white;

}

.modal-dialog{
    width: 960px;
}

.modal-content{
    border-radius:0;
    box-shadow:none;

}


.sendContact i{
        
        
}

.sendContact{
    color: #92BF1F;
content: "\f0a9 ";
font-family: "FontAwesome";
font-size:30px;
margin-bottom: 8px;
padding:0;
}

.form-group {
margin-bottom: 20px;
}

.contactForm{
    margin-top:30px
}
.contactForm .form-group:last-child{
    margin-bottom:0;
}
.webserviceslist div.centerrow {
    padding: 0 65px;
}
.webserviceslist div div{
    width:250px;
    height:250px;
    background:#3C3C3B;
    border-radius:250px;
    display: table-cell;
    vertical-align:middle;
}

.webserviceslist h2{
    color: white;
    font-size: 33px;
    font-weight: 800;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;

}
.webserviceslist p{
    text-align:center;
}

p.headProg{
    font-size:17.5px;
    color:white;
    text-transform:uppercase;
    margin:0;
    padding:0;
    font-weight:300;

}

.webservices1{
    margin-top: 70px;
}
.webservices1 h1{
    color: #858585;
    font-size: 49px;
    font-weight: 300;
    margin-bottom:40px;
    padding: 0;
    text-transform: uppercase;
    text-align:center;
    

}
.webserviceslist{}
.firstRound{

}

.secondRound{

}

.thirdRound{

}


.Idiomas a{
    /*color:#858585;*/
}

.Idiomas a:hover{
    font-weight:bolder;
}

.navbar-toggle .icon-bar {
    background:#c9c9c9;
}

.navbar-toggle:hover{
    cursor:pointer;
}



.MapInfo h1{
    font-size:16px;
margin:0;
}

.MapInfo p {
    font-size: 10px;
    line-height: 11px;
    font-weight: initial;
    padding-top:5px
}

a, a:visited{
    color:#92bf1f;
}
.contact-top ul{
    margin-left:0;
}

.olPopup {
        position: absolute;
        left: 55%;
        top: 50%;
        width: 250px;
        height: 90px;
        margin-left: -125px;
        margin-top: -150px;
        background-color: #000000;
    }

    .olPopupContent {
        padding: 5px;
    }

    .olPopupCloseBox:before {
        content: "X"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: 'Comic Sans MS';
        font-weight: bold;
    }


    .bg-menudown {
        z-index: 9999;
    }

@media (min-width: 1200px) {
    .container-special {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .blocks-accordeons div div p {
        font-size: 17px;
    }

    .webserviceslist div.centerrow {
        padding: 0 32px;
    }

    .sevenTextBlock .block {
        height:370px;
    }
}


@media (max-width: 991px) {
    .topBedPic {
        height: 300px;
    }

    .FirsttextBlock {
        padding-top: 20px;
    }

        .FirstTextBlock h1 {
            font-size: 38px;
            margin-bottom:50px;
        }

        .FirstTextBlock h2 {
            font-size: 38px;
        }

        .FirstTextBlock p {
            font-size:18px;
            line-height: 22px;
            margin: 15px 0 0 0;
            font-weight:lighter;
            
        }

    .HotelEntrance2Pic {
        height: 300px;
        margin-top: 45px;
    }

    .secRight {
        padding-top: 30px;
        padding-bottom: 30px;
        
    }

        .secRight p {
            font-size: 25px;
            line-height: 30px;
        }

    .secLeft h2 {
        font-size: 30px;
    }

    .secLeft .media-body p {
        font-size: 15px;
        line-height: 20px;
    }

    .media {
        margin-top: 5px;
    }

    .secLeft {
        padding-top: 220px;
        padding-bottom: 30px;
    }

    .thirdLeft .black-bg p.text {
        color: white;
        font-size: 25px;
        font-weight: lighter;
        line-height: 35px;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .thirdRight h1 {
        font-size: 30px;
    }

    .thirdRight h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .thirdRight .panel-title {
        margin-bottom: 5px;
        padding-top: 4px;
    }

    a.arrowTitle::before {
        font-size: 15px;
    }

    .thirdRight .expandable {
        font-size: 15px;
    }

    .thirdRight .firstAccoredonGroup, .thirdRight .secondAccordeonGroup, .thirdRight .thirdAccordeonGroup {
        margin-bottom: 5px;
    }

    .thirdLeft .black-bg {
        margin-top: 145px;
    }

    .blocks-accordeons div div p {
        font-size: 11px;
        line-height: 13px;
    }

    .blocks-accordeons div div h2 {
        color: white;
        font-size: 10px;
        font-weight: 300;
        margin: 0;
        padding: 8px 0 0 5px;
        text-transform: uppercase;
    }

    .blocks-accordeons div div {
        height: 90px;
    }

    .FourthTextBlock h1 {
        font-size: 30px;
    }

    .chekinPic {
        height: 300px;
    }

    .webserviceslist div.centerrow {
        padding: 0 15px;
    }
    .webserviceslist div.centerrow {
    padding: 0 45px;
}
    .webserviceslist div div {
        background: #3c3c3b none repeat scroll 0 0;
        border-radius: 150px;
        display: table-cell;
        height: 150px;
        vertical-align: middle;
        width: 150px;
    }

    .webserviceslist h2 {
        color: white;
        font-size: 17px;
        font-weight: 800;
        line-height: 19px;
        margin-top: 5px;
        text-align: center;
        text-transform: uppercase;
    }

    p.headProg {
        font-size: 13.5px;
    }

    .webservices1 h1 {
        font-size:30px;
    }

    .fifthRight h1 {
        font-size:30px;
        line-height:30px;
    }

    .fifthLeft .black-bg p.text {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .sixLeft{
        padding-top:223px;
    }
    .sixRight p {
    
        font-size: 20px;
        line-height: 36px;
    }
    
    .meetingPic{
        height:300px;
    }
    .sixLeft h2 {
        font-size: 30px;
        padding-bottom:20px;
    }

    .sixLeft .no-margins,.sixRight .no-margins{
        padding-left:15px;
        padding-right:15px;
    }
    
    .sevenTextBlock .block {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    
}

    .waitingPic {
        margin-top: 39px;
        height: 300px;
    }

    .contactTop h1{
        margin-top:30px;
        margin-bottom:10px;
        font-size:30px

    }

    .showContatBottom h1 {
        font-size:30px;
        line-height:30px;
    }
    .ContactWords p {
        line-height:16px;
    }
    .showContatBottom {
        margin-top: 30px;
    }

    .Lang-Select{
        font-size:8px;
    }
    
    .Lang-Select a {
        font-size:8px;
    }

    .modal-dialog {
    width: auto;
    }

     .bg-newsletter{
        padding:40px;
        background:#92BF1F;
        margin-top:63px 
    }

    .newsletterBottom h1{
        text-align:center;
        font-size:38px;
        color:white;
        text-transform:uppercase;
        font-weight:300;
        margin-top:0;

    }
    .newsletterBottom .form-control{
        background:white;
        color:black;
    }

    .newsletterBottom input {
        width:90%!important;
        float:left;
    }
    .newsletterBottom a{
        float:right;
        width:10%;
        color:white;
        font-size:34px;

    }

    .sendNewsletter{
        padding:0;
    }

    .bg-footer{
        margin-top:0px 
    }
}

@media (max-width: 767px) {
    /*Gerais Mobile*/

    h2{
        font-size:38px;
        font-weight:300;
        text-transform:uppercase;
    }
    .container{
        padding-left:40px;
        padding-right:40px;
    }

    /*Logo*/

    .logo-mobile{
        height:50px;
        margin-top:27px;
        margin-bottom:20px;
    }

    .line-hor{
        border-bottom:1px #92BF1F solid;
        margin-bottom:14px;
    }

    /*Menu*/
    .navbar{
        height:auto;
    }
    .navbar-fixed-top{
        
    }

    .navbar-toggle{
        margin:0;
        margin-top:7px;
        padding:0;
       
    }
    .menuletter{
        float:left;
        margin:0;
        padding:0;
        margin-right:5px;
        text-transform:uppercase;
        color:black;
        font-size:22px;
    }
    .middlemenu{
        width:100px;
        margin:auto;
        height:50px;
            
    }
    .navbar-toggle .icon-bar {
            background: #92BF1F;
    }

    div.active a{
        text-decoration:underline;
    }
    /*Fim Menu*/

    /*Selecçao de línguas Mobile*/
    .IdiomasMobile{
        padding-top:5px
    }

    .Lang-Select-Mobile, .InsideMobileSocial {
        width:105px;
        margin:auto;
    }
    
    .Lang-Select-Mobile a, .InsideMobileSocial a{
        background: #92BF1F none repeat scroll 0 0;
    border-radius: 22px;
    box-shadow: 0 0 2px #888;
    color: white;
    display: block;
    float: left;
    font-size: 10px;
    height: 22px;
    margin-right: 13px;
    padding-top: 3px;
    text-align: center;
    width: 22px;
    }

    .Lang-Select-Mobile a:hover, .InsideMobileSocial a:hover, .Lang-Select-Mobile a.selected{

        color:#92BF1F;
        background:white;
    }

    .Lang-Select-Mobile a:last-child{
        margin-right:0px;
    }
    
    /*Social Icons Mobile*/
    .InsideMobileSocial a{
        font-size:13px
    }
    
    .InsideMobileSocial{
        padding-top:5px;
    }

    .InsideMobileSocial em{
        padding-top: 1px;
    }


    /*Menu Collapse Mobile*/
    #CollapsedMenuPrincipal{
        /*background-color: rgba(255, 255, 255, 0.6);*/
        background:#92BF1F;
        
    }

    .menu-select div a{
        color:white;
        padding-top:5px;
        padding-bottom:5px;
        font-size:20px
    }

    .menu-select div:first-child{
        padding-top:10px;
    }
    
    .bottom-menu-mobile .menu-select div:first-child{
        padding-top:10px;
    }

    .bottom-menu-mobile .menu-select div:last-child{
        padding-bottom:10px;
    }


    .line-hor-white{
        border-bottom:1px white solid;
        padding-top:10px;
    }

    .menu-select div{
        height:auto;
    }

    .HoverDiv{
        margin-top:0;
    }

    .secLeft{
        padding-top:40px;
        padding-bottom:40px;
        padding-left:40px;
        padding-right:40px;
    }
    
    .secLeft .media-left {
        font-size: 18px;
        padding-top: 0;
    }
    
    .secLeft .media .media-body span{
        font-weight:bolder;
        text-transform:uppercase;

    }
    
    .secLeft .media-body p{
        font-size:18px;
    }

    .secLeft h2{
        font-size:38px;
        color:#92BF1F;
        text-align:center;
    }

    .secRight {
        background: #92BF1F;

    padding-bottom: 40px;
    padding-top: 40px;

    }
    
    .secRight h2{
        color:white;
        text-align:center;
        margin-top:0;
        margin-bottom:0;
    }
    
    .secRight p {
        font-size: 20px;
        line-height: 25px;
    }



    .thirdLeft .black-bg {
        background:#3C3C3B;
        margin-top:0;
        padding-top:40px ;
        padding-bottom:40px ;
    }
    
    .thirdLeft .black-bg p.text {
        text-align:center;
    }
    
    .thirdSection {
        margin-top:0px;

    }
    .chekinPicText{

    }
    .checkINText p {
        margin-top:0;
        margin-bottom:0;
        text-align:center;
        font-size:30px;
    }

    .margin-mobile{
        padding-right:40px;
        padding-left:40px;
    }
    .bgGirlThird{
        height:300px;
        background-size:cover;
    }
    
    .thirdSection .bgGirlThird{
        background:none;
        height:auto;
    }

    .thirdLeft h2{
        font-size:38px;
        margin-bottom:3px;
        line-height:38px;
        margin-top:0;
    }

    .thirdLeft p {
        font-size:30px;
        line-height:30px;
        font-weight:300;
    }

    .thirdLeft h2, .thirdLeft p{
        text-align:center;
        color:white;
    }

    .thirdRight  {
        text-align:center;
    }

    .thirdRight h1 {
        margin-top:40px;
        font-size:38px;
        text-align:right;
        color:#92BF1F;
        margin-bottom:0px;
    }
    .thirdRight h2{
        font-size:18px;
        text-align:left;
    }

    a.arrowTitle[aria-expanded="false"]::before, a.arrowTitle[aria-expanded="true"]::before {
        font-size:20px;
    }

    .thirdRight .expandable{
        font-size:18px;
    }
    .subText {
        text-align:right;
        font-size:10px;
        margin-top:0px;
    }

    .thirdRight .panel-title{
        text-align:left;
    }

    .thirdRight .firstAccoredonGroup, .thirdRight .secondAccordeonGroup, .thirdRight .thirdAccordeonGroup {
        margin-bottom: 35px;
    }

    .thirdRight .panel-body{
        text-align:left;
        font-size:16px;
    }

    .HotelEntrance2Pic{
        height:200px;
    }
    
    .topBedPic{
        height:200px;
    }
    
    p.vertical-text {
        bottom: 0px;
        color: black;
        display: inline;
        font-size: 10.8px;
        position: unset;
        transform: none;
        width: auto;
    }

    .vertical{
        height:auto;
        display:none;
    }

    .blocks-accordeons div.hidden-collapse-tabs {
        position:relative!important;
        margin-right:0!important;
    }
    .blocks-accordeons div{
        margin-bottom:15px;
    }
    .blocks-accordeons div div{
        height:auto;
        text-align:center;
        
    }
    .hidden-collapse-tabs ul li {
        text-align:left
    }

    .FourthTextBlock h1 {
        font-size:38px;
        text-align:center;
        color:#3C3C3B;
    }

    .FourthTextBlock p:first-child{
        font-size: 18px;
    line-height: 20px;
    margin-top: 0px;
    text-align: left;
    }

    .blocks-accordeons div div h2 {
        display:none;
    }

    .blocks-accordeons div div p {
        font-size:22px;
        line-height: 22px;
        padding-top:15px;
        padding-bottom:15px;
    }


    .FourthTextBlock{
        padding-top:40px
    }
    .chekinPic {

        height:200px;
        margin-top:20px;
    }

    .webserviceslist div.centerrow {
        padding: 0;
    }
    .webservices1{
        margin-top:40px;
    }
    .webservices1 h1{
        color: #3c3c3b;
        font-size: 38px;
        text-align: center;
        margin-bottom:30px;
    }

    .webserviceslist h2{
        font-family: 'Droid Serif', serif;
        font-style:italic;
        font-weight:600;
        font-size:22px;
        line-height:22px;
        margin:0;
        text-transform:inherit;
    }
    .webserviceslist div div {
        background: #3c3c3b none repeat scroll 0 0;
        border-radius: 0;
        display: block;
        height: auto;
        margin-bottom: 20px;
        padding: 15px;
        vertical-align: middle;
        width: 100%;
    }
    .webserviceslist {

        margin-bottom:40px;
    }
    .kitchenPic{
        background:none;
     }
    
    .kitchenPicMobile{
        height:200px;
        background-size:cover;
    }

    .black-bg{
        background:#3C3C3B;
    }
    .fifthSection{
        margin:0;
    }
    .fifthLeft .black-bg {
        margin-top: 0;
        color:white;
        padding:40px;
    }

    .fifthLeft h1{
        font-size:38px;
        text-align:center;
        text-transform:uppercase;
        font-weight:300;
        
    }

    .fifthRight h1 {
        font-size:38px;
        color:#92BF1F;
        margin-bottom:50px;
        margin-top:0px;
        text-align:center;
        line-height:38px;

    }
    .fifthRight .media {
        margin-top: 10px;
    }

    .fifthRight .media-body p {
        line-height: 20px;
        padding: 0 7px 10px;
        font-size:18px;

    }

    .fifthRight .media-left{
        font-size:15px;
    }
    .fifthRight{
        padding:40px;
    }
    .fifthRight .no-margins{
        
    }

    .fifthRight {
        margin-bottom:35px;
    }

        .fifthRight div.logoWinmax p{
            text-align:right;
        }
        .fifthRight div.logoWinmax {
            margin-top:10px;
            float:right;
        }

    .fifthLeft .black-bg p.text {
        text-align:center;
    }

        .meetingPic{
        height:200px;
        margin-top:40px;
    }

        .sixRight{
        padding-bottom:45px;
        padding-top:45px;
    }
        .sixLeft{
            
            padding:40px 40px 10px 40px;
            
        }
        .sixRight{
            display:none;
        }
    .sixRight p{
        font-size:20px;
        line-height:26px;
    }

    .sixLeft h2 {
        font-size:38px;
        color:#92BF1F;
        text-align:center;
        padding-bottom:0px;
        margin-top:0px;
    }

    .sixLeft p{
        font-size:18px;
        font-weight:300;
        line-height:20px;
    }

    .sevenTextBlock .block h1 {
        margin-top:0px;
        padding-top:0px;
        font-size:24px;
    }

    .sevenTextBlock p {
        font-size: 18px;
        line-height: 20px;
        
    }

    b, strong{
        font-weight:600;
    }
    .sevenTextBlock{
        
        margin:0;
        margin-top:20px;
        padding:0;
    }
     .sevenTextBlock p{
         font-size:18px;
            text-transform:inherit;
            
            font-weight:300;
     }

        .sevenTextBlock h3 {
            font-size:18px;
            text-transform:inherit;
            margin-top:30px;
            font-weight:300;
        }
    .waitingPic {
        margin-top: 15px;
        height: 200px;
    }

    .waitingPic {
        margin-top: 39px;
        height: 300px;
    }


    
    .contactTop h1 {
        font-size:38px;
        color:#3C3C3B;
        margin-top:30px;
        margin-bottom:30px;
    }

     .contactTop li {
    display: block;
    height: auto;
    width: 100%;
}
    .contact-top ul{
        margin-left:0;
    }

    .contactTop li .address {
        display: none;
        padding-top: 10px;
    }

    .contactTop li .tel {
        display: none;
        
    }


    .contactTop li .title {
        text-align:center;     
        font-size: 16px;
        padding: 5px;
    }

    .contact-top ul{
        border:0;
    }

    .contact-top{
        margin-bottom:35px;
    }

    .embed-responsive-4by3 {
        height: 300px;
        padding: 0;
    }

     .showContatBottom h1 {
     text-align:center;
        padding:0; 
    }
    .ContactWords p {
        padding:0; 
        padding-left:15px;
        padding-right:15px;
        font-size:18px;
        font-weight:300;
     text-align:center;
     
    }
    .contactForm .form-group:last-child{
        text-align:center;
    }
    .footer {
        padding:0;
    }

    .footer p{
        margin:0;
    }
    .sendContact {
        font-size:70px;
    }
    .showContatBottom {
     padding-left:40px;
         padding-right:40px;
    }
        .showContatBottom h1 {
            font-size:38px;
            color:#92BF1F;
            line-height:38px;
        }
    .ContactWords .img-inovguest {
    margin-top: 15px;
    height:50px;
    display:inline;
    
}

    .footer i, .footer em {
        float:none;
        display:inherit;
        padding: 4px 7px;
    }

    .footer .clearfix{
        height: 25px;
    padding-top: 5px;
    text-align: center;
    }
        .footer .clearfix em.fa-youtube-play {
            margin-right: 0px;
        }
    .footer .text-right {
        text-align:center;
    }
    .bg-footer {
        margin-top:0;
    }
   
    body{
        margin-top:200px;
    }
}

@media (max-width:499px) {
    
    


    .menu-select div a{
        font-size:18px;
    }


    .secLeft{
        padding-left:15px;
        padding-right:15px;
    }
   .container, .showContatBottom, .bg-newsletter {
       padding-left:15px;
       padding-right:15px;
   }
   
   .navbar-toggle{
       margin-top:5px;
   }
   .middlemenu {
        width: 85px;
    }
    .menuletter {
        font-size:19px;
    }
    .sevenTextBlock{
        padding-left:0px;
        padding-right:0px;
    }
    .Lang-Select-Mobile a, .InsideMobileSocial a {
        margin-right:5px;
    }

   .fifthRight .img-winmax {
       width:100%;
   }
    .embed-responsive-4by3 {
    height: 250px;
    padding: 0;
}
    .MapInfo h1{
        font-size:16px;
    }

    .MapInfo p{
        font-size:12px;
    }
}