body, html {
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    /*background: #000;*/
    overflow-y: scroll;
    overflow-x: hidden;

    background-image: url(../../files/slider-1.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    background-size: contain;
    background-repeat: no-repeat;

}
body.bg1
{

    background-image: url(../../files/slider-1.jpg);
}

body.bg2
{

    background-image: url(../../files/slider-2.jpg);
}
body.bg3
{

    background-image: url(../../files/slider-3.jpg);
}

/*.cb-slideshow:after {*/
/*    content: '';*/
/*    background: transparent url(../img/pattern.png) repeat top left;*/
/*}*/

header {
    /*z-index: 0 !important;*/
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-size: .8em !important;
    font-family: 'Noto Sans HK', sans-serif;

    background-color: #323a43;
    color: #fff;
}

header span {
    font-weight: 500 !important;
}

header i {
    color: #c5b36a;
}

nav a {
    font-size: .9em !important;
    font-weight: 400;
    color: #fff !important;
}
#meio{
    /*position: fixed;*/
}
#meio h4{
    width: auto;
    display: inline;
    border-bottom: 1px solid #aaa;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    /*font-family: 'Sacramento', cursive;*/
    /*font-family: 'Gotu', sans-serif;*/
}
#meio h3{
    font-family: 'Sacramento', cursive;

    /*font-family: 'Gotu', sans-serif;*/
    font-size: 2em;
}
.pattern{
    /*content: '';*/
    background: transparent url(../img/pattern-1.png) repeat top left;
    /*font-weight: 300;*/

}
.btn-gold{
    background-color: #d4a737;
    color: #fff;
    border-color: #d4a737;
}
.btn-whats{
    background-color: #1b5e20 !important;
    color: #fff !important;
    border: 0;
}
.btn-whats:hover{
    background-color: #2e7d32;
    color: #fff !important;
    border: 0;
}
.pt-sans{
    font-family: 'PT Sans', sans-serif;

}
/**
call contact
 */
.call-contact {
    background-color: #42474c;
}

.call-contact:after, .call-contact:before {
    content: " ";
    display: table
}

.call-contact:after {
    clear: both
}

.call-contact .call-contact--content, .call-contact .call-contact--image {
    width: 100%
}

.call-contact .call-contact--image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.call-contact .call-contact--content {
    padding: 40px;
    text-align: center
}

.call-contact .call-contact--content h3 {
    color: #fff;
    font-size: 2.22222rem;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .13)
}

.call-contact .call-contact--content p {
    font-family: Lora, serif;
    font-weight: 400;
    font-style: normal;
    font-style: italic;
    color: #fff;
    font-size: 22px
}

.call-contact .call-contact--content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

@media print, screen and (min-width: 55em) {
    .call-contact .call-contact--content ul li {
        display: inline-block;
        margin: 10px 0
    }
}

.call-contact .call-contact--content ul li em {
    font-family: Lora, serif;
    font-weight: 400;
    font-style: normal;
    font-style: italic;
    color: #ccc;
    font-size: 22px;
    padding: 0 10px
}

.call-contact .call-contact--content ul li a {
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    display: inline-block;
    color: #888;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    transition: box-shadow .2s ease-in-out, color .2s ease-in-out
}

.call-contact .call-contact--content ul li a:hover {
    box-shadow: 0 2px 1px 0 transparent;
    color: #bbb
}

@media print, screen and (min-width: 64em) {
    .call-contact .call-contact--wrap {
        display: table
    }

    .call-contact .call-contact--content, .call-contact .call-contact--image {
        display: table-cell;
        height: auto;
        width: 50%
    }

    .call-contact .call-contact--content {
        padding: 80px
    }
}
.fade-box {
    opacity: 0;
    transition: opacity .4s
}

.fade-box.lazyloaded {
    opacity: 1
}
footer{
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    color: #f0f0f0;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #424242;
}
