﻿html { scroll-behavior: smooth; }
body { background: #fafafa; }
/* Custom Page Scroller */
/* Firefox */
body * { scrollbar-width: 6px; scrollbar-color: #e8baba #800e0e; }
/* Chrome, Edge, and Safari */
body::-webkit-scrollbar { width:6px; } 
body::-webkit-scrollbar-track { background: #e8baba; width: 10px; } 
body::-webkit-scrollbar-thumb { border-radius: 20px; background: #800e0e; }

/* Nav Place Holder */
.nav-placeholder { padding-top: 90px; background: #222; }
.nav-placeholder:before { content: ""; display: block; padding-top: 90px; margin-top: -90px; }
.nav-placeholder.transparent { background: transparent!important; }
@media (max-width: 1200px) {
    .nav-placeholder { padding-top: 60px; }
    .nav-placeholder:before { content: ""; display: block; padding-top: 60px; margin-top: -60px; }
}
@media (max-width: 768px) {
    .nav-placeholder { padding-top: 58px; }
    .nav-placeholder:before { content: ""; display: block; padding-top: 58px; margin-top: -58px; }
}
@media(max-width: 576px) {
    .nav-placeholder { padding-top: 58px; }
    .nav-placeholder:before { content: ""; display: block; padding-top: 58px; margin-top: -58px; }
}

/* Loading Mask */
.global-loading-mask { width:100%; background-color:rgba(128,128,128,0.8); position:fixed; left:0; top:0; bottom:0; z-index:2000; }

/* Content Wrapper */
.content_wrapper { position: relative; }

/* Page Top Header */
/*
.header-top-wrapper { width: 100%; background: #222; }
.header-top { max-width: 1170px; margin: auto; }
.header-top .header-top-logo { width: 200px; padding: 10px 0; }
.header-top .header-top-infobox { display: flex; flex-wrap: wrap; justify-content: center; height: 100%; padding: 20px 0; }
.header-top .header-top-infobox .icon { width: 30px; height: 30px; line-height: 1.2em; font-size: 20px; margin: 0 8px 8px 0; }
.header-top .header-top-infobox .icon { color: #a08750; }
.header-top .header-top-infobox .info { font-size: 1.2em; line-height: 1.1em; color: #e6b483; }
.header-top .header-top-infobox .info .firstline { color: #aaa!important; }
.header-top .header-top-social-link { margin: 5px 10px 5px 5px; }
.header-top .header-top-social-link.lnkOpenSocialMediaLink { cursor: pointer; display: inline-block; }
.header-top .header-top-social-link .icon { width: 30px; height: 30px; line-height: 1.2em; font-size: 20px; margin: unset; padding-top: 4px; border-radius: 5px; text-align: center; }
.header-top .header-top-social-link .icon { background: #a08750; color: #fff; }
.header-top .header-top-social-link:hover .icon  { background: #db9c5c; color: #fff; }
.header-top .header-top-social-link .icon > img { width: 90%; margin-top: -7px; }

@media (max-width: 768px) {
    .header-top-wrapper { display: none;}
}
*/

.header-top .header-top-social-link { margin: 10px 5px; display: inline-block; }
.header-top .header-top-social-link.lnkOpenSocialMediaLink { cursor: pointer; display: inline-block; }
.header-top .header-top-social-link .icon { background: #800e0e; color: #eee; }
.header-top .header-top-social-link .icon > img { width: 90%; margin-top: -7px; }
.header-top .header-top-social-link .icon { width: 30px; height: 30px; line-height: 1.2em; font-size: 20px; margin: unset; border-radius: 5px; text-align: center; padding-top: 3px; }
.header-top .header-top-social-link .icon { transition: all linear .3s; }
.header-top .header-top-social-link:hover { background: transparent!important; }
.header-top .header-top-social-link:hover .icon  { background: #de8787!important; color: #eee; border-radius: 5px; border-color: #de8787; }

/* Share Dialog */
.dialog-mask { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; }
.dialog-mask { z-index: 1040; }
.dialog-mask.overlay.dark { background: rgba(0,0,0,0.9); }
.dialog-mask.overlay.semi-dark { background: rgba(0,0,0,0.7); }
.dialog-mask.overlay.light-dark { background: rgba(0,0,0,0.6); }
.dialog-mask.overlay.grey { background: rgba(200,200,200,0.9); }
.dialog-mask.overlay.gold { background: rgba(30,20,10,0.9); }

.dialogShare { position: fixed; top: 30%; left: 50%; transform: translate(-50%, -50%); padding: 20px; max-width: 500px; display: none; z-index: 1050; }
.dialogShare .close { font-size: 30px; margin: 10px 10px auto; opacity: 1; color: #777; text-decoration: none; }
.dialogShare .close { position: absolute; top: 0; right: 20px; }
.dialogShare .close:hover { color: #ff605c;}

@media (max-width: 768px) {
    .dialogShare { top: 50%; }
}

@media (max-width: 576px) {
    .dialogShare { top: 50%; width: 90vw; }
    .dialogShare .dialogShareContainer { padding: 0 14px; }
    .dialogShare .close { right: 0; }
}

.dialogShare .title { font-size: 1.6em; padding: 20px 0 40px; text-align: center; font-weight: bold; color: #a08750; line-height: 1.4em; }
.dialogShare .title:after { content: ''; position: absolute; width: 100px; left: calc(50% - 50px); bottom: 20px; height: 3px; background: #d1c5a9; }
.dialogShare .description { font-size: 1.2em; color: #666; line-height: 1.6em; } 
.dialogShare .social-media-link { font-family: Arial, sans-serif; font-weight: bold; font-size: 2em; padding: 30px 0; }
            
.dialogShare .social-buttons { padding: 20px 0 10px;}
.dialogShare .social-buttons .btn { width: 40px; height: 40px; font-size: 20px; line-height: 40px; }

.social-buttons .btn { width: 34px; height: 34px; font-size: 16px; line-height: 34px; border-radius: 50%; cursor: pointer; overflow: hidden; }
.social-buttons .btn { padding: 0!important; margin: 0 4px 4px 0; color: #fff!important; }
.social-buttons .btn { text-shadow: 0 0 0 #FFF, 0 50px 0 #FFF!important; }
.social-buttons .btn:hover { text-shadow: 0 -50px 0 #FFF, 0 0 0 #FFF!important; color: transparent; }

.social-buttons .btn.email { background-color: #8f1586; }
.social-buttons .btn.copylink { background-color: #ba7b14; }
.social-buttons .btn.facebook { background-color: #3b5998; }
.social-buttons .btn.whatsapp { background-color: #25D366; }
.social-buttons .btn.twitter { background-color: #55acee; }
.social-buttons .btn.instagram { background-color: #7100ff; }
.social-buttons .btn.linkedin { background-color: #015886; }
.social-buttons .btn.youtube { background-color: #cc181e; }
.social-buttons .btn.flickr { background-color: #ff0084; }
.social-buttons .btn.tumblr { background-color: #2c4762; }
.social-buttons .btn.google { background-color: #dd4b39; }
.social-buttons .btn.yahoo { background-color: #720e9e; }
.social-buttons .btn.dropbox { background-color: #1087dd; }