/*header*/
/*.fixed-header .header-wrapper {
    position: relative;
    display: block;
    width: 1100px;
    margin: auto!important;
    left: -30px;
    padding: 10px 0 60px 150px;
}*/
#page-top #mainNav{
    background: #1DAFEC !important;
}
#page-top #mainNav .img-logo img{
    width: 230px;
    /*background-color: #1DAFEC;*/
    /*background: url(../img/logo_bydubai_branca.svg) center center/210px 30px no-repeat rgba(0,0,0,0);*/
}

#page-top .message-main{
    position: relative;
    top: 60px;
    padding: 60px 0px;
    /*font-family: Roboto !important;*/
    font-family: Oswald;
    font-weight: 700;
    font-size: 56px;
    width: 100% !important;
}

#page-top .message-main{
    /*align-self: auto;*/
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 30px 10px;
    position: relative;
    top: 50px !important;
}

#page-top .message-main p.title1{
    color: #605e64;
    font-size: 38px;
}
#page-top .message-main .title1 .material-icons{
    font-size: 26px;
}

#page-top .message-main p.subtitle1{
    color: #605e64;
    font-size: 20px;
    font-weight: 700;
    font-family: Avenirnextltpro-regular !important;
    padding: 20px 40px;
}
#page-top .message-main .btn{
    border: 1px solid transparent;
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 5px 6px 30px 7px;
    padding: 6px 13px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: Lato!important;
}

/*Footer*/
#page-top .footer-custom{
    margin: 70px 20px !important;
}

#page-top .footer-custom .txt-copyright{
    font-size: 12px;
    margin-top: 10px;
    color: #b0b0b0;
}

#page-top .footer-custom .txt-copyright-last{
    font-size: 12px;
    margin-top: 10px;
    color: #b0b0b0;
}
@media only screen and (max-width: 600px) {
    #page-top .message-main .title1 .material-icons{
        display: none;
    }
    #page-top .message-main p.title1{
        font-size: 25px;
        /*min-width: 315px !important;*/
        /*position: relative;
        right: 15px;*/
    }
    #page-top .message-main p.subtitle1{
        font-size: 15px;
    }
}