        /*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
        
        @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
        /*
@font-face {
    font-family: "AgencyFBRegular";
    src: url("../../fonts/Comfortaa-Regular.ttf")/* TTF file for CSS3 browsers 


}
*/
        
        html {
            height: 100%;
            background-color: #254851;
            overflow-x: hidden;
        }
        
        body {
            background-color: #ffffff;
            font-family: 'Montserrat', sans-serif;
            /* font-family: AgencyFBRegular, "AgencyFBRegular"; */
            font-size: 1.6em;
            font-weight: 400;
            font-size: 14px;
            color: black;
            -webkit-font-smoothing: antialiased;
            -webkit-overflow-scrolling: touch;
            overflow-x: hidden;
        }
        /* 
            @media (max-width: 990px) {
                .navbar-toggle {
                    display: block;
                }
            }
            
            @media (min-width: 990px) {
                .navbar-toggle {
                    display: none;
                }
            }
         
            
            @media (max-width: 1320px) {
                .navbar-nav {
                    display: none;
                    float: left;
                    margin: 0;
                }
                .navbar-toggle {
                    display: block;
                }
            }
  */
        
        html .row {
            margin-right: 0;
            margin-left: 0;
        }
        
        @media (max-width: 1414px) {
            .navbar-header {
                float: none;
            }
            .navbar-toggle {
                z-index: 20;
                display: block;
            }
            .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            }
            .navbar-collapse.collapse {
                display: none!important;
            }
            .navbar-collapse,
            .in {
                z-index: 20;
                position: absolute;
                right: 0;
                top: 105px;
                border: 0;
                width: 214px;
                opacity: 0.95;
                max-height: initial;
            }
            .navbar-nav {
                float: none!important;
                /*   margin: 35.5px;
          -115px; */
                -webkit-box-shadow: 10px 9px 49px -6px grey;
                -moz-box-shadow: 10px 9px 49px -6px grey;
                box-shadow: 10px 9px 49px -6px grey;
            }
            .navbar-nav>li {
                background-color: #448490;
                margin-left: -3px;
                float: none;
            }
            .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
            body .navbar-inverse .navbar-nav>li>a {
                padding-top: 16px;
                padding-bottom: 16px;
            }
        }
        
        @media (max-width: 768px) {
            /*
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            z-index: 20;
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        */
            .navbar-collapse,
            .in {
                z-index: 20;
                position: absolute;
                right: 0;
                top: 96px;
                border: 0;
                width: 214px;
                opacity: 0.95;
                max-height: initial;
            }
            /*
        .navbar-nav {
            float: none!important;
        
            -webkit-box-shadow: 10px 9px 49px -6px grey;
            -moz-box-shadow: 10px 9px 49px -6px grey;
            box-shadow: 10px 9px 49px -6px grey;
        }
        .navbar-nav>li {
            background-color: #448490;
            margin-left: -3px;
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        body .navbar-inverse .navbar-nav>li>a {
            padding-top: 16px;
            padding-bottom: 16px;
        }
        */
        }
        
        @media (min-width: 1200px) {
            .col-lg-4 {
                min-width: 210px;
                width: 33.33333333333333%;
            }
        }
        
        .slogan_small {
            display: block;
            font-size: 14px;
            color: #254e5a;
            line-height: 27px;
            width: 351px;
            margin-left: -85px;
        }
        
        .partners_small {
            z-index: 11;
            position: absolute;
            top: 28px;
            left: 113px;
            width: 345px;
            font-family: 'Montserrat', sans-serif;
            display: inline-block;
            color: white;
            font-weight: 1000;
            padding-left: 0;
            font-size: 39px;
            line-height: 35px;
            transform: scale(0.55, 1.1);
        }
        /* Titles */
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            color: #333;
        }
        
        h1 {
            font-size: 35px;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        /* Paragraph & Typographic */
        
        p {
            line-height: 28px;
            margin-bottom: 25px;
            font-size: 16px;
        }
        
        .centered {
            text-align: center;
        }
        /* Links */
        
        a {
            color: #1abc9c;
            word-wrap: break-word;
            -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
            -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
            -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
            -o-transition: color 0.1s ease-in, background 0.1s ease-in;
            transition: color 0.1s ease-in, background 0.1s ease-in;
        }
        
        a:hover,
        a:focus {
            color: #fc9b00;
            text-decoration: none;
            outline: 0;
        }
        
        a:before,
        a:after {
            -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
            -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
            -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
            -o-transition: color 0.1s ease-in, background 0.1s ease-in;
            transition: color 0.1s ease-in, background 0.1s ease-in;
        }
        
        hr {
            display: block;
            height: 1px;
            border: 0;
            border-top: 1px solid #ccc;
            margin: 1em 0;
            padding: 0;
        }
        
        .navbar {
            text-transform: uppercase;
            margin-bottom: 0px;
            height: 67px;
        }
        
        .navbar-inverse {
            background: #2f6872;
            background: -webkit-linear-gradient(left, #2f6872, #3b7281 35%);
            background: -o-linear-gradient(right, #2f6872, #3b7281 35%);
            background: -moz-linear-gradient(right, #2f6872, #3b7281 35%);
            background: linear-gradient(to right, #2f6872, #3b7281 35%);
            padding-bottom: 37px;
            padding-top: 65px;
            border: 0;
        }
        
        .navbar-inverse .navbar-nav>li>a {
            color: white;
            font-size: 12px;
            padding-top: 47px;
            padding-bottom: 38px;
            border-left: 1px solid lightgray;
        }
        
        .navbar-inverse .navbar-nav>li>a:hover {
            background-color: #f1f1f1;
        }
        
        .navbar-inverse .navbar-nav>.active>a,
        .navbar-inverse .navbar-nav>.active>a:hover,
        .navbar-inverse .navbar-nav>.active>a:focus {
            color: black;
            font-weight: bold;
            background-color: white;
            background-image: -webkit-linear-gradient(120deg, white 65%, lightgray 85%);
        }
        
        .navbar-inverse .navbar-nav>li>a:hover {
            color: #222222;
        }
        
        .navbar-brand {
            z-index: 10;
            position: relative;
            font-size: 36px;
            line-height: 47px;
            color: #ffffff;
            font-weight: 100;
            text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
        }
        
        .navbar-inverse .navbar-brand {
            color: white;
        }
        
        .navbar-inverse .navbar-toggle {
            border-color: transparent;
        }
        
        .progress-bar-theme {
            background-color: #1abc9c;
        }
        /* Helpers */
        
        .mt {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        
        .pt {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        /* +++++ WRAP SECTIONS +++++ */
        
        #ww {
            padding-top: 45px;
            background-color: #f2f2f2;
            background-image: url(../../img/keyboard-cover.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
        
        #wwcodex {
            padding-top: 0;
            padding-bottom: 70px;
            background-color: #f2f2f2;
            background-image: url(../../img/rules-cover.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
        
        #wwcommands {
            padding-top: 0;
            padding-bottom: 70px;
            background-color: #f2f2f2;
            background-image: url(../../img/commands-cover.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
        
        #wwservers {
            padding-top: 0;
            padding-bottom: 70px;
            background-color: #f2f2f2;
            background-image: url(../../img/servers-cover.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
        }
        
        #wwwebchats {
            padding-top: 0;
            padding-bottom: 70px;
            background-color: #f2f2f2;
            background-image: url(../../img/webchats-cover.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            min-height: 886px;
        }
        
        #wwlogs {
            padding-top: 0;
            background-color: #fdfdfd;
            /*    background-image: url(../../img/logs-cover.png); 
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;  */
            min-height: 886px;
        }
        
        #footer {
            background-color: #478d90;
            background-image: -webkit-linear-gradient(120deg, #254e5a 60%, #478d90 85%);
            padding-top: 50px;
            padding-bottom: 55px;
        }
        
        #footer p {
            color: white;
        }
        
        #footer a {
            color: rgba(243, 227, 161, 0.856);
            font-weight: 700;
        }
        
        #footer h4 {
            color: white;
            text-transform: uppercase;
            padding-bottom: 20px;
        }
        /* +++++ Color Wraps / Blog Page +++++ */
        
        #grey {
            padding-top: 60px;
            padding-bottom: 60px;
            background-color: #f2f2f2;
        }
        
        #white {
            padding-top: 60px;
            padding-bottom: 60px;
            background-color: #ffffff;
        }
        /* Blog Date*/
        
        bd {
            font-size: 12px;
            text-transform: uppercase;
            color: #d2d2d2;
            font-weight: 700;
        }
        /* Blog Author*/
        
        ba {
            font-size: 12px;
            text-transform: uppercase;
        }
        /* Blog Quote */
        
        .bq {
            font-size: 22px;
            padding-top: 30px;
        }
        /* Blog Tags */
        
        bt {
            font-size: 12px;
        }
        /* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
        /* Effects also are controled by hover.zoom.js */
        
        .zoom {
            display: block;
            position: relative;
            overflow: hidden;
            background: transparent url(../../img/loader.gif) no-repeat center;
        }
        
        .zoomOverlay {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            display: none;
            background-image: url(../../img/zoom.png);
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .zoom2 {
            opacity: 1;
        }
        
        .zoom2:hover {
            opacity: 0.5;
        }
        /* glyphicon Configuration */
        
        .glyphicon {
            font-size: 40px;
            color: #1abc9c;
        }
        
        .intro {
            text-align: left;
        }
        
        #team {
            position: relative;
        }
        
        .team-expand {
            cursor: pointer;
            color: #e68c17;
            font-weight: bold;
        }
        /*       
        .partners {
            position: absolute;
            top: 17px;
            left: 235px;
            width: 435px;
            font-family: 'Montserrat', sans-serif;
            display: inline-block;
            color: white;
            font-weight: 700;
            padding-left: 0;
            font-size: 45px;
            /* line-height: 35px;
        
        line-height: 26px;
    }
    */
        
        .partners {
            z-index: 11;
            position: absolute;
            top: 10px;
            left: 109px;
            width: 360px;
            font-family: 'Montserrat', sans-serif;
            display: inline-block;
            color: white;
            font-weight: 1000;
            padding-left: 0;
            font-size: 54px;
            line-height: 45px;
            transform: scale(.55, 1);
        }
        
        .navbar-holder-menu {
            border-top: 0px solid orange;
            position: absolute;
            /* text-align: center; */
            width: 100%;
            padding: 0 4% 0 4%;
            height: 105px;
            border-bottom: 2px solid orange;
            /* background-color: #575471; */
            background: #2f6872;
            background: -webkit-linear-gradient(left, #2f6872, #3b7281 35%);
            background: -o-linear-gradient(right, #2f6872, #3b7281 35%);
            background: -moz-linear-gradient(right, #2f6872, #3b7281 35%);
            background: linear-gradient(to right, #2f6872, #3b7281 35%);
            background-image: url(../../img/header-background.png);
            background-repeat: no-repeat;
            background-position: center top;
            top: 0;
        }
        
        #ShareSidebar {
            float: right;
            position: fixed;
            right: -78px;
            -webkit-box-shadow: 10px 9px 49px -6px grey;
            -moz-box-shadow: 10px 9px 49px -6px grey;
            box-shadow: 10px 9px 49px -6px grey;
            /* border: 1px solid #428b9a;
                border-right: 0; */
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            top: 177px;
            background-color: white;
            width: 105px;
            height: 225px;
            padding: 3px 6px;
        }
        
        #ShareSidebar a img {
            border-radius: 44%;
            box-shadow: 10px 9px 49px -6px grey;
        }
        
        #ShareSidebar a:link {
            float: right;
            margin-right: 6px;
            margin-top: 6px;
        }
        
        #ShareSidebar a:hover {
            float: right;
            margin-right: 7px;
            margin-top: 6px;
        }
        
        #ShareSidebar a:visited {
            float: right;
            margin-right: 6px;
            margin-top: 6px;
        }
        
        #test-info {
            border: 0;
            position: absolute;
            left: 4px;
            top: 33px;
            cursor: pointer;
        }
        
        .logo-bgnetwork {
            /* height: 126px; */
            /* border-radius: 50%; */
            width: 201px;
            margin-top: -16px;
            margin-left: -18px;
            -ms-transform: rotate(7deg);
            -webkit-transform: rotate(7deg);
            transform: rotate(8deg);
        }
        
        .slogan {
            display: block;
            font-size: 17px;
            color: #254e5a;
            line-height: 32px;
            width: 575px;
            margin-left: -94px;
        }
        
        .btn-custom2 {
            border-radius: 40px;
            /*  background-color: #6B8086; */
            background-color: #478d90;
            padding: 10px 20px 10px 20px;
            font-size: 21px;
            color: white;
            border: 1px solid #688888;
            margin: 0 10px 20px 10px;
            text-shadow: 1px 2px 1px grey;
        }
        
        .btn-custom {
            border-radius: 40px;
            background-color: #254e5a;
            padding: 10px 20px 10px 20px;
            font-size: 21px;
            color: white;
            border: 1px solid #595861;
            margin: 0 10px 20px 10px;
            text-shadow: 1px 2px 1px grey;
        }
        
        .btn-custom2:hover,
        .btn-custom2:focus,
        .btn-custom2:active,
        .btn-custom2.active,
        .open>.dropdown-toggle.btn-custom2 {
            -webkit-box-shadow: 10px 9px 49px -6px grey;
            -moz-box-shadow: 10px 9px 49px -6px grey;
            box-shadow: 10px 9px 49px -6px grey;
            color: #254e5a;
            border: 1px solid #595861;
            text-shadow: none;
            /*set the color you want here*/
        }
        
        .btn-custom:hover,
        .btn-custom:focus,
        .btn-custom:active,
        .btn-custom.active,
        .open>.dropdown-toggle.btn-custom {
            -webkit-box-shadow: 10px 9px 49px -6px grey;
            -moz-box-shadow: 10px 9px 49px -6px grey;
            box-shadow: 10px 9px 49px -6px grey;
            color: #254e5a;
            border: 1px solid #587272;
            text-shadow: none;
            /*set the color you want here*/
        }
        
        .glyphicon-user {
            font-size: 28px;
            vertical-align: middle;
            color: inherit;
        }
        
        .glyphicon-comment {
            font-size: 28px;
            vertical-align: middle;
            color: inherit;
        }
        
        .button-holder {
            padding: 0.5% 0 46px 0;
        }
        
        .img-responsive {
            display: initial;
            height: 200px;
            max-width: 100%;
            border: solid 6px whitesmoke;
            box-shadow: 4px 11px 17px -6px grey;
        }
        
        .img-responsive:hover {
            border: solid 6px antiquewhite;
        }
        
        .img-webchats {
            height: 200px;
            width: 330px;
            -webkit-box-shadow: 10px 9px 49px -6px grey;
            -moz-box-shadow: 10px 9px 49px -6px grey;
            box-shadow: 10px 9px 49px -6px grey;
            border: 1px solid #dadada;
            border-radius: 10px;
        }
        
        .img-webchats:hover {
            border: 1px solid grey;
            border-radius: 10px;
        }
        
        .textleft {
            text-align: left;
        }
        
        .shadow {
            padding: 0;
        }
        
        a {
            color: #e68c17;
            font-weight: bold;
        }
        
        .bg-map {
            padding-top: 9px;
            padding-right: 44px;
            /*padding-bottom: 35px;*/
            /*background-image: url(../../img/den-na-jenata.png);*/
            background-image: url(../../img/bgwithflag3.png);
            /*  background-image: url(../../img/bgwithflag3-cr.png); */
            /*   background-image: url(../../img/6tseptember.png);*/
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 85% auto;
        }
        
        .commands-row {
            padding: 10px 0 10px 0;
        }
        
        .codex-align {
            text-align: left;
        }
        
        .sub {
            padding-left: 20px;
        }
        
        .min-height-div {
            min-height: 550px
        }
        /*
.down-menu {
    width: 100%;
    background-color: white;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
*/
        /*  
    .map-logo {
        padding-top: 96px;
    }
*/
        
        .map-logo {
            padding-top: 18.1%;
            margin-right: 1.85%;
            width: 27%;
            height: auto;
        }
        
        .titles {
            padding: 0;
        }
        
        .initial-row {
            margin-top: 0;
        }
        
        .ports {
            font-weight: bold;
            width: 438px;
            display: inline-block;
            margin-left: 25px;
            margin-top: 25px;
            padding: 0px 21px 21px 21px;
            border-radius: 6px;
           -moz-box-shadow: 0px 4px 54px 9px rgba(0,0,0,0.32);
           -webkit-box-shadow: 0px 4px 54px 9px rgba(0,0,0,0.14);
            -moz-box-shadow: 0px 4px 54px 9px rgba(0,0,0,0.14);
            box-shadow: 0px 4px 54px 9px rgba(0,0,0,0.14);
        }
        
        .bio {
            padding-top: 20px;
        }
        
        .channels {
            padding: 20px;
            font-size: 25px;
            font-weight: 700;
            width: 100%;
            color: grey;
            position: relative;
            transform: rotate( -15deg)
        }
        
        .bottom {
            display: inline-block;
            width: 3em;
            height: 3em;
            border: 0.2em solid #8ca8ad;
            border-radius: 50%;
            margin-top: -19px;
            margin-left: -45px;
            outline: none;
            position: absolute;
        }
        
        .bottom:after {
            content: '';
            display: inline-block;
            margin-top: 0.6em;
            width: 1em;
            height: 1em;
            border-top: 0.3em solid #8ca8ad;
            border-right: 0.3em solid #8ca8ad;
            -moz-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }
        
        .info-users {
            font-size: 28px;
            /*   padding: 0 0 162px 0; */
            /* padding: 0 0 182px 0; */
            /*  padding: 0 0 235px 0; */
            padding: 0 1.3% 15% 0;
        }
        /* logs styles! ++*/
        
        .message {
            font-weight: bold;
            font-weight: bold;
            text-wrap: wrap;
            line-break: anywhere;
        }
        
        .join {
            color: green;
        }
        
        .part {
            color: rgb(89, 89, 231);
        }
        
        .quit {
            color: blue;
        }
        
        .kick {
            color: rgb(211, 34, 34);
            font-weight: bold;
        }
        
        .change-nick {
            color: blueviolet;
            font-weight: bold;
        }
        
        .action {
            color: rgb(226, 19, 157);
            font-weight: bold;
        }
        
        .mode {
            color: grey;
        }
        
        .notice {
            color: #7f0000;
            font-weight: bold;
        }
        
        .time {
            width: 209px;
            color: grey;
            padding-left: 12px;
            font-weight: bold;
            display: inline-block;
        }
        
        .search-button {
            background-color: #dd4b39;
            color: white;
            font-weight: bold;
            padding: 9px 0px;
            line-height: 1.5;
            border-radius: 7px;
            outline: none;
            outline: none;
            border: 0;
            margin-top: 23px;
            font-size: 12px;
        }
        
        .result-active {
            -webkit-box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.05);
            box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.05);
        }
        
        .result {
            height: auto;
            width: 100%;
            margin-top: 138px;
            margin-bottom: 20px;
            /*   padding: 12px; */
        }
        
        #topBtn {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: #3a7281;
            color: white;
            cursor: pointer;
            padding: 15px;
            border-radius: 4px;
            -webkit-box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.22);
            -moz-box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.22);
            box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.22);
        }
        
        .loading {
            font-size: 20px;
            font-weight: bold;
            color: #3a7281;
        }
        
        .error {
            font-size: 20px;
            font-weight: bold;
            color: rgb(211, 34, 34);
        }
        
        #topBtn:hover {
            background-color: #ffdb99;
            color: black;
            border: 1px solid rgb(158, 151, 151);
        }
        
        .main-content {
            padding-top: 50px;
            min-height: 880px;
        }
        
        .message-row {
            display: inline-block;
        }
        /*datepicker stuff ++*/
        
        html body .bootstrap-iso .dropdown-menu {
            padding: 5px 10px;
        }
        /*datepicker stuff--*/
        
        pre {
            display: block;
            padding: 9.5px;
            margin: 0 0 10px;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.42857143;
            color: #333;
            word-break: break-all;
            word-wrap: break-word;
            background-color: #f5f5f5;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        
        h4 .btn-danger {
            position: absolute;
            right: 0;
            margin-top: -15px;
        }
        
        h4 .btn-success {
            position: absolute;
            right: 145px;
            margin-top: -15px;
        }
        
        textarea {
            display: none;
            height: 0;
            width: 0;
            position: absolute;
            left: -100%;
        }
        
        .leg a {
            color: #333;
            line-height: 38px;
            font-size: 18px;
        }
        
        html .flags {
            height: 77px;
            width: 80px;
            margin-top: 20px;
            margin-right: 12px;
            border-radius: 50%;
            -webkit-box-shadow: 10px 9px 49px -6px #000;
            -moz-box-shadow: 10px 9px 49px -6px #000;
            box-shadow: 10px 9px 49px -6px #000;
            border: 4px solid #fff;
            opacity: 0.85;
        }
        
        .flag-link {
            padding-right: 12px;
        }
        
        .flag-link-inactive {
            color: grey;
            padding-right: 12px;
        }
        
        #counters {
            display: inline-block;
            width: auto;
            position: fixed;
            bottom: -5px;
            right: 10px;
            z-index: 9;
            font-size: 14px;
            border: none;
            outline: none;
            background-color: #3a7281;
            color: white;
            cursor: pointer;
            padding: 0;
            border-radius: 4px;
            -webkit-box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.664);
            -moz-box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.664);
            box-shadow: -4px 4px 124px 6px rgba(0, 0, 0, 0.664);
        }
        
        #page_hits {
            display: inline-block;
            padding: 12px;
            border-right: 1px solid white;
        }
        
        #download_hits {
            display: inline-block;
            padding: 12px;
            border-left: 1px solid white;
        }
        
        .notify {
            position: fixed;
            width: 88%;
            padding: 40px;
            bottom: 20px;
            left: 0;
            right: 0;
            border-radius: 14px;
            margin: auto;
            text-align: left;
            background-color: #FBF7ED;
            font-weight: bold;
            color: #254F5E;
            border: 1px solid #346971;
            -webkit-box-shadow: -4px -7px 51px -11px rgba(0, 0, 0, 0.664);
            -moz-box-shadow: -4px -7px 51px -11px rgba(0, 0, 0, 0.664);
            box-shadow: -4px -7px 51px -11px rgba(0, 0, 0, 0.664);
        }
        
        html .notify .close {
            position: absolute;
            top: -19px;
            right: -23px;
            opacity: 1;
            color: white;
            padding: 11px 17px;
            border-radius: 50%;
            background: rgb(234, 8, 55);
        }