﻿ 
        img, a {
            border: 0;
        }

        #on {
            visibility: visible;
        }

        #off {
            visibility: hidden;
        }


        #facebook_div {
            width: 304px;
            overflow: hidden;
            padding-top: 5px;
        }

        #facebook_left {
            z-index: 10004;
            border: 2px solid #b28025;
            width: 200px;
            height: 140px;
            position: fixed;
            left: -150px;
            background-color: #b28025;
        }

            #facebook_left img {
                position: absolute;
                top: -2px;
                right: -50px;
                border: 0;
            }

            #facebook_left iframe {
                border: 0px solid #3c95d9;
                overflow: hidden;
                position: static;
                height: 200px;
                left: -5px;
                top: -3px;
            }

        #twitter_div {
            /*width: 300px;*/
            overflow: hidden;
            padding-top: 10px;
        }

        #twitter_left {
            z-index: 10002;
            border: 2px solid #c6ad80;
            width: 50px;
            height: 140px;
            position: fixed;
            left: 0px;
            background-color: #c6ad80;
        }

       

        #twitter_left iframe {
            border: 0px solid #3c95d9;
            overflow: hidden;
            position: static;
            height: 380px;
            left: 0;
            top: -3px;
        }


        #youtube_div {
             width: 50px;
            overflow: hidden;
            padding-top: 5px;
        }

        #youtube_left {
            z-index: 10001;
            border: 2px solid #eddab8;
            width: 50px;
            height: 140px;
            position: fixed;
            left: 0px;
            background-color: #eddab8;
        }

        #youtube_left_img {
            position: absolute;
            top: -2px;
            right: -50px;
            border: 0;
        }

        #youtube_left a {
            
            font-size: 9pt;
        }


        #insta_div {
            width: 300px;
            height: 200px;
            overflow: hidden;
        }

        #insta_left {
            z-index: 10002;
            background-color: #fefefe;
            border: 2px solid #5b5b5b;
            border-top: 2px solid #5b5b5b;
            border-bottom: 2px solid #5b5b5b;
            border-left: 2px solid #5b5b5b;
            border-right: hidden;
            width: 301px;
            height: 202px;
            position: fixed;
            left: -303px;
        }

        #insta_left_img {
            position: absolute;
            top: 53px;
            right: -48px;
            border: 0;
        }

        #support_div {
            width: 300px;
            overflow: hidden;
            padding-top: 5px;
            
            font-size: 11pt;
            color: #fff;
        }

        #support_left {
            z-index: 10003;
            border: 2px solid #d79c37;
             width: 280px;
            height: 95px;
            position: fixed;
            left: -230px;
            background-color: #d79c37;
        }

        #support_left_img {
            position: absolute;
            top: -2px;
            right: -50px;
            border: 0;
        }

        #support_left a {
           
            font-size: 9pt;
        }


        #google_plus_div {
            width: 320px;
            height: 143px;
            overflow: hidden;
        }

        #google_plus_left {
            z-index: 10003;
            background-color: #006ec9;
            border: 2px solid #006ec9;
            border-top: 2px solid #0056a0;
            border-bottom: 2px solid #0056a0;
            border-left: 2px solid #0056a0;
            border-right: hidden;
            width: 320px;
            height: 143px;
            position: fixed;
            left: -323px;
        }

        #google_plus_left_img {
            position: absolute;
            top: -2px;
            right: -33px;
            border: 0;
        }



        #sup_pages_div {
            width: 300px;
            height: 140px;
            overflow: hidden;
        }

        #sup_pages_left {
            z-index: 10003;
            background-color: #fefefe;
            border: 2px solid #5b5b5b;
            border-top: 2px solid #5b5b5b;
            border-bottom: 2px solid #5b5b5b;
            border-left: 2px solid #5b5b5b;
            border-right: hidden;
            width: 301px;
            height: 202px;
            position: fixed;
            left: -303px;
        }

        #sup_pages_left_img {
            position: absolute;
            top: 112px;
            right: -48px;
            border: 0;
        }

        #feedburner_div {
            width: 300px;
            height: 97px;
            overflow: hidden;
        }

        #feedburner_left {
            z-index: 10001;
            background-color: #fefefe;
            border: 2px solid #5b5b5b;
            border-top: 2px solid #5b5b5b;
            border-bottom: 2px solid #5b5b5b;
            border-left: 2px solid #5b5b5b;
            border-right: hidden;
            width: 300px;
            height: 97px;
            position: fixed;
            left: -303px;
        }

        #feedburner_left_img {
            position: absolute;
            top: -2px;
            right: -33px;
            border: 0;
        }

        .link {
            color: #fff;
            font-size: 10pt !important;
        }

            .link:hover {
                color: #fff;
                text-decoration: underline;
            }

        .panel-title {
            
            transform: rotate(-90deg);
            transition: transform 0.3s;
            font-size:15px;
            color:#FFF;
            white-space:nowrap;
            
        }
 