﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Nunito:400,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
/*-------------General Style---------------------------------------*/
html {
    overflow-x: hidden !important;
    height: 100%;
}

 
@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*Desktops (>=992px)*/
/**/@media (min-width: 1024px) {

    .fixed-scroll-column {
        width: 0px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        font-size: 24px;
        background-color: white;
        border-radius: 4px;
        margin-bottom: 4px;
        width: 50px;
        position: fixed;
        right: 18px;
        /*top: 380px;*/
        top: 180px;
        z-index: 20;
    } 
}
 /*Tablets (>=768px)*/
@media (max-width: 1024px) {

    .fixed-scroll-column {
        width: 0px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        font-size: 24px;
        background-color: white;
        border-radius: 4px;
        margin-bottom: 4px;
        width: 50px;
        position: fixed;
        right: 18px;
        top: 460px;
        z-index: 20;
    }

 

}

/*Phones (<768px)*/
@media (max-width: 767px) {

    .fixed-scroll-column {
        width: 0px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        font-size: 24px;
        background-color: white;
        border-radius: 4px;
        margin-bottom: 4px;
        width: 50px;
        position: fixed;
        right: 18px;
        top: 90px;
        z-index: 20;
    }

    

}

/*------sahre 網址分享 ----------*/
/*.fixed-scroll-column {
    width: 50px;
    position: fixed;*/
    /*left:15px;*/
    /*right: 15px;
    top: 200px;
    z-index: 20;
}*/

.share-holder.hid-share {
    float: left;
    position: relative;
    z-index: 20;
}

.fc-button {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    line-height: 50px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 4px;
}

    .fc-button span {
        position: absolute;
        left: 100%;
        margin-left: 12px;
        background: #18458B;
        opacity: 0;
        visibility: hidden;
        top: 8px;
        color: #fff;
        width: 120px;
        height: auto !important;
        line-height: 1;
        font-size: 12px;
        padding: 12px 0;
        border-radius: 22px;
    }

    .fc-button:hover span {
        opacity: 1;
        visibility: visible;
    }

.fixed-scroll-column-share-container {
    display: block;
}

.fixed-scroll-column-share-container {
    display: none;
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 10px 0;
    margin-bottom: 4px;
}

.visshare {
    visibility: visible;
    opacity: 1;
}

.share-container .share-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 4px 0;
    position: relative;
    font-size: 13px;
    color: #888DA0;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fixed-scroll-column-share-container .share-container .share-container .share-icon {
    float: left;
    width: 50px;
    height: 50px;
    color: #ccc;
}

.share-holder.hid-share .share-container.visshare, .bl-opt .share-holder.hid-share .share-container.visshare {
    top: -35px;
    opacity: 1;
    visibility: visible;
}

.share-icon:before {
    font-family: "Font Awesome 5 Brands";
}

.share-icon-digg:before {
    content: "\f1a6";
}

.share-icon-email:before {
    content: "\f003";
}

.share-icon-flickr:before {
    content: "\f16e";
}

.share-icon-foursquare:before {
    content: "\f180";
}

.share-icon-rss:before {
    content: "\f09e";
}

.share-icon-facebook:before {
    content: "\f39e";
}

.share-icon-twitter:before {
    content: "\f099";
}

.share-icon-tumblr:before {
    content: "\f173";
}

.share-icon-linkedin:before {
    content: "\f0e1";
}

.share-icon-vimeo:before {
    content: "\f27d";
}

.share-icon-instagram:before {
    content: "\f16d";
}

.share-icon-pinterest:before {
    content: "\f231";
}

.share-icon-googleplus:before {
    content: "\f0d5";
}

.share-icon-in1:before {
    content: "\f08c";
}

.share-icon-stumbleupon:before {
    content: "\f1a4";
}

.share-icon-line:before {
    content: "\f3c0";
}
.fa-line:before {
    content: "\f3c0"
}

 