
html {
    height:100%;
}
body {
	height:100%;
	margin: 0px;
	overflow:hidden; /* disable scrollbars */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 15px;
}
::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.5);
		width: 0.75em;
}
::-webkit-scrollbar-thumb {
    background-color:  rgba(255,255,255,0.5);
}

.header {
    background-image: url(images/bg-header.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
.logo {
    background-image: url(images/bg-logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.btns {
    background-color: #A5141B;
    border-radius: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.btn_ws {
    background-image: url(images/bg-icon-ws.svg);
}
.btn_insta {
    background-image: url(images/bg-icon-insta.svg);
}
.btn_site {
    background-image: url(images/bg-icon-site.svg);
    background-position: 50% 11px;
}
.btn_map {
    background-image: url(images/bg-icon-map.svg);
}
.footer_txt {
    height: 60px !important;
}
.footer_txt div {
    position: relative !important;
    width: auto !important;
    height: auto !important;
}
.footer_txt div {
    color: #fff !important;
}
.footer_txt p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0;
}
.footer_txt h2 {
    font-family: 'Style Script', Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
    font-size: 200%;
    line-height: 100%;
    margin: 0;
}
.drag {
    background-color: rgba(0,0,0,0.6);
    border-radius: 9px;
    width: 70px !important;
    height: 70px !important;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background-image: url(images/drag-desktop.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 50%;
}
.btn_fs {
    background-color: #A5141B;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    padding-top: 10px;
    border-radius: 4px;
    bottom: 170px !important;
    width: 150px !important;
    height: 38px !important;
}
.btn_fs div {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #fff !important;
    width: auto !important;
    height: auto !important;
}
.btn_fs div  {
    position: relative !important;
}
.footer {
    height: 120px !important;
}
.footer_txt {
    width: 90% !important;
    overflow: hidden;
    bottom: 15px !important;
}
.footer_txt br {
    display: none;
}
.footer_txt div {
    font-size: 110%;
    position: relative !important;
    width:  auto !important;
    height: auto !important;
}
.br_logo {
    background-image: url(images/br_logo_studio.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 160px !important;
}

@media only screen and (max-width: 480px) {
    .logo {
        width: 120px !important;
        height: 120px !important;
    }
    .footer_txt {
        height: 70px !important;
        bottom: 8px !important;
    }
    .footer_txt p {
        font-size: 90%;
    }
    .drag {
        background-image: url(images/drag-mobile.gif);
        background-size: 60px;
    }
}

@media only screen and (max-height: 382px) {
    .btn_fs {
        bottom: 50px !important;
    }
    .drag {
        top: auto !important;
        bottom: 100px !important; 
    }
}

@media only screen and (max-width: 250px) {
    .btn_fs {
        bottom: 50px !important;
    }
}