﻿

#Wrapper {
    padding: 20px;
    min-width: 300px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

    #Wrapper *, #Overlay *,
    #Wrapper *:before, #Overlay *:before,
    #Wrapper *:after, #Overlay *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


.Hidden {
    display: none;
}

.Left {
    float: left;
}

.Right {
    float: right;
}

.Center {
    text-align: center;
}

.CLR {
    *zoom: 1;
}

    .CLR:after {
        clear: both;
    }

    .CLR:before, .CLR:after {
        content: " ";
        display: table;
    }

.Trans {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.Line {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.Button:hover {
    background: rgba(0,0,0,0.3);
}

.Button:active {
    background: rgba(0,0,0,0.4);
}

.Button {
    margin: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    color: #FFF;
}

.Button-Alt {
    margin: auto;
    text-align: center;
    background: #EEE;
    border: 1px solid #DDD;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    color: #555;
}

    .Button-Alt:hover {
        background: #E0E0E0;
        border: 1px solid #D0D0D0;
    }

    .Button-Alt:active {
        background: #D0D0D0;
        border: 1px solid #B0B0B0;
    }


@media all and (max-width: 450px), all and (max-device-width: 450px) {
    #Header-Right {
        margin: 50px 0 0 0;
        width: auto;
        float: none;
    }
}

#FLMSSR-Social-Sidebar.Pos-Bottom ul li, #FLMSSR-Social-Sidebar.Pos-Top ul li {
    vertical-align: top;
    display: inline-block;
}

#FLMSSR-Social-Sidebar {
    font-size: 0;
    font-family: Arial,Verdana,sans-serif;
    z-index: 1000;
}

    #FLMSSR-Social-Sidebar, #FLMSSR-Social-Sidebar * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #FLMSSR-Social-Sidebar ol, #FLMSSR-Social-Sidebar ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #FLMSSR-Social-Sidebar.Shape-Circle.Pos-TB-Left ul li a, #FLMSSR-Social-Sidebar.Shape-Rounded.Pos-TB-Left ul li a {
            margin-left: 5px;
        }

        #FLMSSR-Social-Sidebar.Shape-Circle.Pos-TB-Right ul li a, #FLMSSR-Social-Sidebar.Shape-Rounded.Pos-TB-Right ul li a {
            margin-right: 5px;
        }

        #FLMSSR-Social-Sidebar.Label-Curve.Shape-Circle.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Curve.Shape-Rounded.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Round.Shape-Circle.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Round.Shape-Rounded.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Square.Shape-Circle.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Square.Shape-Rounded.Pos-Bottom .Link-Label {
            margin-bottom: 5px;
        }

        #FLMSSR-Social-Sidebar li {
            line-height: 0;
            font-size: 0;
        }

        #FLMSSR-Social-Sidebar a img {
            width: auto;
            max-width: 100%;
            height: auto;
            border: none;
        }

        #FLMSSR-Social-Sidebar a, #FLMSSR-Social-Sidebar a:active, #FLMSSR-Social-Sidebar a:hover {
            text-decoration: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            background: 0 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        #FLMSSR-Social-Sidebar .Link-Label {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        #FLMSSR-Social-Sidebar .Link-Icon img {
            position: relative;
            top: -2px;
        }

        #FLMSSR-Social-Sidebar.Pos-Fixed {
            position: fixed;
        }

        #FLMSSR-Social-Sidebar.Pos-Absolute {
            position: absolute;
        }

        #FLMSSR-Social-Sidebar ul li a {
            text-align: center;
            position: relative;
            display: block;
        }

        #FLMSSR-Social-Sidebar ul li .Link-Icon {
            display: inline-block;
            text-align: center;
            overflow: hidden;
        }

        #FLMSSR-Social-Sidebar ul li a:hover .Link-Label {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
        }

        #FLMSSR-Social-Sidebar ul li a .Link-Label {
            width: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            white-space: nowrap;
            opacity: 0;
            position: absolute;
            z-index: -1;
        }

        #FLMSSR-Social-Sidebar.Show-Effects ul li a .Link-Label {
            -webkit-transition: opacity .3s,left .4s,right .4s,top .4s,bottom .4s;
            -moz-transition: opacity .3s,left .4s,right .4s,top .4s,bottom .4s;
            -ms-transition: opacity .3s,left .4s,right .4s,top .4s,bottom .4s;
            -o-transition: opacity .3s,left .4s,right .4s,top .4s,bottom .4s;
            transition: opacity .3s,left .4s,right .4s,top .4s,bottom .4s,width .4s;
        }

        #FLMSSR-Social-Sidebar.Pos-Left {
            left: 0;
        }

            #FLMSSR-Social-Sidebar.Pos-Left ul li a .Link-Label {
                left: -600%;
            }

            #FLMSSR-Social-Sidebar.Pos-Left ul li a:hover .Link-Label {
                left: 100%;
            }

            #FLMSSR-Social-Sidebar.Pos-Left ul li a .Link-Label:before {
                left: -4px;
            }

        #FLMSSR-Social-Sidebar.Pos-Right {
            right: 0;
        }

            #FLMSSR-Social-Sidebar.Pos-Right ul li a .Link-Label {
                right: -600%;
            }

            #FLMSSR-Social-Sidebar.Pos-Right ul li a:hover .Link-Label {
                right: 100%;
            }

            #FLMSSR-Social-Sidebar.Pos-Right ul li a .Link-Label:before {
                right: -4px;
            }

        #FLMSSR-Social-Sidebar.Pos-Bottom.Pos-TB-Right ul li a .Link-Label, #FLMSSR-Social-Sidebar.Pos-Top.Pos-TB-Right ul li a .Link-Label {
            right: 0;
        }

        #FLMSSR-Social-Sidebar.Pos-Top {
            top: 0;
        }

body.admin-bar #FLMSSR-Social-Sidebar.Pos-Top {
    top: 32px;
}

#FLMSSR-Social-Sidebar.Pos-Top ul li a .Link-Label {
    top: -600%;
}

#FLMSSR-Social-Sidebar.Pos-Top ul li a:hover .Link-Label {
    top: 100%;
}

#FLMSSR-Social-Sidebar.Pos-Top ul li a .Link-Label:before {
    top: -4px;
}

#FLMSSR-Social-Sidebar.Pos-Top.Pos-TB-Left ul li a .Link-Label {
    left: 5px;
}

#FLMSSR-Social-Sidebar.Pos-Bottom {
    bottom: 0;
}

    #FLMSSR-Social-Sidebar.Pos-Bottom ul li a .Link-Label {
        bottom: -600%;
    }

    #FLMSSR-Social-Sidebar.Pos-Bottom ul li a:hover .Link-Label {
        bottom: 100%;
    }

    #FLMSSR-Social-Sidebar.Pos-Bottom ul li a .Link-Label:before {
        bottom: -4px;
    }

#FLMSSR-Social-Sidebar.Shape-Circle.Pos-Bottom ul li a, #FLMSSR-Social-Sidebar.Shape-Rounded.Pos-Bottom ul li a {
    bottom: 5px;
}

#FLMSSR-Social-Sidebar.Pos-Bottom.Pos-TB-Left ul li a .Link-Label {
    left: 5px;
}

#FLMSSR-Social-Sidebar.Shape-Circle.Pos-Right ul li a, #FLMSSR-Social-Sidebar.Shape-Rounded.Pos-Right ul li a {
    right: 5px;
    margin-top: 5px;
}
#FLMSSR-Social-Sidebar.Shape-Circle.Pos-Right ul li a, #FLMSSR-Social-Sidebar.Shape-Rounded.Pos-Right ul li a:hover{

  background:#e0e0e0 !important;
    right: 5px;
    margin-top: 5px;
}

#FLMSSR-Social-Sidebar.Size-Small ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 21px;
}

#FLMSSR-Social-Sidebar.Size-Small .Link-Icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#FLMSSR-Social-Sidebar.Size-Large ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 31px;
}

#FLMSSR-Social-Sidebar.Size-Large .Link-Icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    #FLMSSR-Social-Sidebar.Size-Large .Link-Icon i {
        position: relative;
        top: 1px;
    }

#FLMSSR-Social-Sidebar.Shape-Circle.Pos-Top ul li a, #FLMSSR-Social-Sidebar.Shape-Rounded.Pos-Top ul li a {
    top: 5px;
}

#FLMSSR-Social-Sidebar.Shape-Circle ul li a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#FLMSSR-Social-Sidebar.Shape-Circle .Link-Icon {
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}

#FLMSSR-Social-Sidebar.Shape-Circle.Pos-Left ul li a {
    margin-top: 5px;
    left: 5px;
}

#FLMSSR-Social-Sidebar.Shape-Rounded .Link-Icon, #FLMSSR-Social-Sidebar.Shape-Rounded ul li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#FLMSSR-Social-Sidebar.Shape-Rounded.Pos-Left ul li a {
    margin-top: 5px;
    left: 5px;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Bottom.Pos-TB-Right .Link-Label:before, #FLMSSR-Social-Sidebar.Label-Fancy.Pos-Top.Pos-TB-Right .Link-Label:before {
    right: 15px;
}

#FLMSSR-Social-Sidebar.Label-Square .Link-Label {
    margin-left: -5px;
    padding: 0 8px 0 13px;
    min-width: 80px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px;
}

#FLMSSR-Social-Sidebar.Label-Square.Size-Large .Link-Label {
    line-height: 52px;
    font-size: 17px;
}

#FLMSSR-Social-Sidebar.Label-Square.Pos-Left .Link-Label {
    text-align: left;
}

#FLMSSR-Social-Sidebar.Label-Square.Pos-Right .Link-Label {
    margin-right: -5px;
    padding: 0 13px 0 8px;
    text-align: right;
}

#FLMSSR-Social-Sidebar.Label-Square.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Square.Pos-Top .Link-Label {
    padding: 0 8px;
}

#FLMSSR-Social-Sidebar.Label-Square.Shape-Circle.Pos-Top .Link-Label, #FLMSSR-Social-Sidebar.Label-Square.Shape-Rounded.Pos-Top .Link-Label {
    margin-top: 5px;
}

#FLMSSR-Social-Sidebar.Label-Square.Pos-Left.Shape-Circle .Link-Label {
    margin-left: -16px;
    padding-left: 24px;
}

#FLMSSR-Social-Sidebar.Label-Square.Pos-Right.Shape-Circle .Link-Label {
    margin-right: -16px;
    padding-right: 24px;
}

#FLMSSR-Social-Sidebar.Label-Square.Pos-Left.Shape-Circle.Size-Large .Link-Label {
    margin-left: -24px;
    padding-left: 32px;
}

#FLMSSR-Social-Sidebar.Label-Square.Pos-Right.Shape-Circle.Size-Large .Link-Label {
    margin-right: -24px;
    padding-right: 32px;
}

#FLMSSR-Social-Sidebar.Label-Curve .Link-Label {
    /*margin-left: -5px;*/
    padding: 0px 10px;
    min-width: 80px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 18px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color:#555;
}

#FLMSSR-Social-Sidebar.Label-Curve.Size-Large .Link-Label {
    line-height: 52px;
    font-size: 17px;
}

#FLMSSR-Social-Sidebar.Label-Curve.Pos-Left .Link-Label {
    text-align: left;
}

#FLMSSR-Social-Sidebar.Label-Curve.Pos-Right .Link-Label {
    margin-right: -5px;
    padding: 0 5px 0 12px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    text-align: right;
    font-family:"Montserrat", sans-serif;
    font-weight:bold;
}

#FLMSSR-Social-Sidebar.Label-Curve.Pos-Right .Link-Label:hover{
    margin-right: -5px;
    padding: 0 5px 0 12px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    text-align: right;
    font-family:"Montserrat", sans-serif;
    font-weight:bold; 
   
}
#FLMSSR-Social-Sidebar.Label-Curve.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Curve.Pos-Top .Link-Label {
    padding: 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#FLMSSR-Social-Sidebar.Label-Curve.Shape-Circle.Pos-Top .Link-Label, #FLMSSR-Social-Sidebar.Label-Curve.Shape-Rounded.Pos-Top .Link-Label {
    margin-top: 5px;
}

#FLMSSR-Social-Sidebar.Label-Curve.Pos-Left.Shape-Circle .Link-Label {
    margin-left: -16px;
    padding-left: 24px;
}

#FLMSSR-Social-Sidebar.Label-Curve.Pos-Right.Shape-Circle .Link-Label {
    margin-right: -16px;
    padding-right: 24px;
}

#FLMSSR-Social-Sidebar.Label-Curve.Pos-Left.Shape-Circle.Size-Large .Link-Label {
    margin-left: -24px;
    padding-left: 32px;
}

#FLMSSR-Social-Sidebar.Label-Curve.Pos-Right.Shape-Circle.Size-Large .Link-Label {
    margin-right: -24px;
    padding-right: 32px;
}

#FLMSSR-Social-Sidebar.Label-Round .Link-Label {
    margin-left: -5px;
    padding: 0 8px 0 13px;
    min-width: 80px;
    width: auto;
    height: inherit;
    line-height: 35px;
    font-size: 15px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
}

#FLMSSR-Social-Sidebar.Label-Round.Size-Large .Link-Label {
    line-height: 52px;
    font-size: 17px;
}

#FLMSSR-Social-Sidebar.Label-Round.Pos-Left .Link-Label {
    text-align: left;
}

#FLMSSR-Social-Sidebar.Label-Round.Pos-Right .Link-Label {
    margin-right: -5px;
    padding: 0 13px 0 8px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    text-align: right;
}

#FLMSSR-Social-Sidebar.Label-Round.Pos-Bottom .Link-Label, #FLMSSR-Social-Sidebar.Label-Round.Pos-Top .Link-Label {
    padding: 0 8px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#FLMSSR-Social-Sidebar.Label-Round.Shape-Circle.Pos-Top .Link-Label, #FLMSSR-Social-Sidebar.Label-Round.Shape-Rounded.Pos-Top .Link-Label {
    margin-top: 5px;
}

#FLMSSR-Social-Sidebar.Label-Round.Pos-Left.Shape-Circle .Link-Label {
    margin-left: -16px;
    padding-left: 24px;
}

#FLMSSR-Social-Sidebar.Label-Round.Pos-Right.Shape-Circle .Link-Label {
    margin-right: -16px;
    padding-right: 24px;
}

#FLMSSR-Social-Sidebar.Label-Round.Pos-Left.Shape-Circle.Size-Large .Link-Label {
    margin-left: -24px;
    padding-left: 32px;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Bottom.Pos-TB-Left.Size-Large .Link-Label, #FLMSSR-Social-Sidebar.Label-Fancy.Pos-Top.Pos-TB-Left.Size-Large .Link-Label {
    margin-left: 8px;
}

#FLMSSR-Social-Sidebar.Label-Round.Pos-Right.Shape-Circle.Size-Large .Link-Label {
    margin-right: -24px;
    padding-right: 32px;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Bottom.Pos-TB-Right.Size-Large .Link-Label, #FLMSSR-Social-Sidebar.Label-Fancy.Pos-Top.Pos-TB-Right.Size-Large .Link-Label {
    margin-right: 8px;
}

#FLMSSR-Social-Sidebar.Label-Fancy .Link-Label {
    margin-top: -16px;
    padding: 4px 8px;
    min-width: 80px;
    width: auto;
    line-height: 24px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Top .Link-Label {
    margin-top: -10px;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Top.Size-Large .Link-Label {
    margin-top: -15px;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Bottom .Link-Label {
    margin-top: 0;
    margin-bottom: -10px;
    top: auto;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Bottom.Size-Large .Link-Label {
    margin-top: 0;
    margin-bottom: -15px;
    top: auto;
}

#FLMSSR-Social-Sidebar.Label-Fancy .Link-Label:before {
    margin-top: -4px;
    width: 8px;
    height: 8px;
    content: "";
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: -2;
    top: 50%;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Top .Link-Label:before {
    margin-top: 0;
    top: -4px;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Bottom .Link-Label:before {
    margin-top: -4px;
    top: 100%;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Left a:hover .Link-Label {
    left: 130%;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Right a:hover .Link-Label {
    right: 130%;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Top a:hover .Link-Label {
    top: 150%;
}

#FLMSSR-Social-Sidebar.Label-Fancy.Pos-Bottom a:hover .Link-Label {
    bottom: 150%;
}

#FLMSSR-Social-Sidebar.Corners.Pos-Left ul li:first-child .Link-Icon {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

#FLMSSR-Social-Sidebar.Corners.Pos-Left ul li:last-child .Link-Icon {
    -webkit-border-radius: 0 0 5px;
    -moz-border-radius: 0 0 5px;
    border-radius: 0 0 5px;
}

#FLMSSR-Social-Sidebar.Corners.Pos-Right ul li:first-child .Link-Icon {
    -webkit-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    border-radius: 5px 0 0;
}

#FLMSSR-Social-Sidebar.Corners.Pos-Right ul li:last-child .Link-Icon, #FLMSSR-Social-Sidebar.Corners.Pos-Top ul li:first-child .Link-Icon {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

#FLMSSR-Social-Sidebar.Corners.Pos-Top ul li:last-child .Link-Icon {
    -webkit-border-radius: 0 0 5px;
    -moz-border-radius: 0 0 5px;
    border-radius: 0 0 5px;
}

#FLMSSR-Social-Sidebar.Corners.Pos-Bottom ul li:first-child .Link-Icon {
    -webkit-border-radius: 5px 0 0;
    -moz-border-radius: 5px 0 0;
    border-radius: 5px 0 0;
}

#FLMSSR-Social-Sidebar.Corners.Pos-Bottom ul li:last-child .Link-Icon {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

#FLMSSR-Social-Sidebar.Corners-All.Pos-Left .Link-Icon {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#FLMSSR-Social-Sidebar.Corners-All.Pos-Right .Link-Icon {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;    
}

#FLMSSR-Social-Sidebar.Corners-All.Pos-Top .Link-Icon {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#FLMSSR-Social-Sidebar.Corners-All.Pos-Bottom .Link-Icon {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#FLMSSR-Social-Sidebar.Shadow.Pos-Left {
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Shadow.Pos-Right {
    -webkit-box-shadow: -1px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: -1px 1px 5px rgba(0,0,0,.3);
    box-shadow: -1px 1px 5px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Shadow.Pos-Top {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Shadow.Pos-Bottom {
    -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 -1px 5px rgba(0,0,0,.3);
    box-shadow: 0 -1px 5px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Shadow-All.Pos-Left ul li a {
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Shadow-All.Pos-Right ul li a {
    -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: -1px 1px 2px rgba(0,0,0,.3);
    box-shadow: -1px 1px 2px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Shadow-All.Pos-Top ul li a {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Shadow-All.Pos-Bottom ul li a {
    -webkit-box-shadow: 0 -1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 -1px 2px rgba(0,0,0,.3);
    box-shadow: 0 -1px 2px rgba(0,0,0,.3);
}

#FLMSSR-Social-Sidebar.Colors-Dark ul li a span, #FLMSSR-Social-Sidebar.Colors-Dark ul li a span:before {
    background: #444;
    color: #FFF;
}

#FLMSSR-Social-Sidebar.Colors-Light ul li a span, #FLMSSR-Social-Sidebar.Colors-Light ul li a span:before {
    background: #E0E0E0;
    color: #555;
}

#FLMSSR-Social-Sidebar.Colors-Trans ul li a span, #FLMSSR-Social-Sidebar.Colors-Trans ul li a span:before {
    background: 0 0;
    color: rgba(0,0,0,.5);
}

#FLMSSR-Social-Sidebar.Colors-Trans ul li a:hover span, #FLMSSR-Social-Sidebar.Colors-Trans ul li a:hover span:before {
    background: #EEE;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a span, #FLMSSR-Social-Sidebar.Colors-Color ul li a span:before {
    background: #333;
    color: #FFF;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*="500px"] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*="500px"] span:before {
    background: #000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=adn] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=adn] span:before {
    background: #444;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=amazon] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=amazon] span:before {
    background: #F8981D;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=android] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=android] span:before {
    background: #80BD01;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=apple] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=apple] span:before {
    background: #999;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=behance] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=behance] span:before {
    background: #222;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=blogger] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=blogger] span:before {
    background: #FF6501;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=bluetooth] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=bluetooth] span:before {
    background: #0A3D91;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=buysellads] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=buysellads] span:before {
    background: #C90100;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=cc-diners-card] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=cc-diners-card] span:before {
    background: #0069AA;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=codiepie] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=codiepie] span:before {
    background: #000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=contao] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=contao] span:before {
    background: #D88949;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=creative-commons] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=creative-commons] span:before {
    background: #7FA517;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=css3] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=css3] span:before {
    background: #1572B6;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=dashcube] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=dashcube] span:before {
    background: #000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=delicious] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=delicious] span:before {
    background: #39F;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=deviantart] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=deviantart] span:before {
    background: #5E756F;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=digg] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=digg] span:before {
    background: #000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=dribbble] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=dribbble] span:before {
    background: #EA4C89;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=dropbox] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=dropbox] span:before {
    background: #007EE5;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=drupal] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=drupal] span:before {
    background: #0B77BE;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=edge] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=edge] span:before {
    background: #3277BC;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=empire] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=empire] span:before {
    background: #000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=evernote] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=evernote] span:before {
    background: #5FB336;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=expeditedssl] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=expeditedssl] span:before {
    background: #343433;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=facebook] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=facebook] span:before {
    background: #234999;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=firefox] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=firefox] span:before {
    background: #E65A09;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=flickr] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=flickr] span:before {
    background: #ED006E;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=fonticons] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=fonticons] span:before {
    background: #198965;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=fort-awesome] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=fort-awesome] span:before {
    background: #111;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=forumbee] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=forumbee] span:before {
    background: #86AC2C;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=foursquare] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=foursquare] span:before {
    background: #1DAFEC;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=get-pocket] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=get-pocket] span:before {
    background: #E84352;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=git] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=git] span:before, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=github] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=github] span:before {
    background: #202021;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=google] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=google] span:before {
    background: #E34429;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=gratipay] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=gratipay] span:before {
    background: #643513;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=hacker-news] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=hacker-news] span:before {
    background: #F60;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=heart] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=heart] span:before {
    background: #CD181F;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=html5] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=html5] span:before {
    background: #E44D26;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=houzz] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=houzz] span:before {
    background: #9AC743;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=internet-explorer] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=internet-explorer] span:before {
    background: #00BCF2;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=instagram] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=instagram] span:before {
    background: #31547A;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=joomla] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=joomla] span:before {
    background: #0D6DAB;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=jsfiddle] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=jsfiddle] span:before {
    background: #4679A4;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=lastfm] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=lastfm] span:before {
    background: #D21309;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=leanpub] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=leanpub] span:before {
    background: #000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=linkedin] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=linkedin] span:before {
    background: #007BB6;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=meanpath] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=meanpath] span:before {
    background: #5590D4;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=medium] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=medium] span:before {
    background: #000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=modx] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=modx] span:before {
    background: #9DC650;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=odnoklassniki] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=odnoklassniki] span:before {
    background: #F68634;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=opencart] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=opencart] span:before {
    background: #26C1F0;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=openid] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=openid] span:before {
    background: #F38019;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=opera] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=opera] span:before {
    background: #C30B1D;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=optin-monster] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=optin-monster] span:before {
    background: #3A92D3;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=paypal] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=paypal] span:before {
    background: #00335E;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=pinterest] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=pinterest] span:before {
    background: #CA2128;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=product-hunt] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=product-hunt] span:before {
    background: #D35C38;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=qq] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=qq] span:before {
    background: #23A1DD;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=rebel] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=rebel] span:before {
    background: #D40000;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=reddit] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=reddit] span:before {
    background: #FF4500;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=renren] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=renren] span:before {
    background: #105BA3;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=rss] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=rss] span:before {
    background: #F57B05;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=safari] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=safari] span:before {
    background: #2589D5;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=scribd] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=scribd] span:before {
    background: #2C85BF;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=share] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=share] span:before {
    background: #017F49;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=skyatlas] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=skyatlas] span:before {
    background: #4CC3C8;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=skype] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=skype] span:before {
    background: #019BD7;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=soundcloud] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=soundcloud] span:before {
    background: #F93900;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=spotify] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=spotify] span:before {
    background: #A9D00B;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=stackoverflow] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=stackoverflow] span:before {
    background: #FF7A15;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=steam] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=steam] span:before {
    background: #222;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=stumbleupon] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=stumbleupon] span:before {
    background: #EB4823;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=tencent-weibo] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=tencent-weibo] span:before {
    background: #27A4E2;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=tripadvisor] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=tripadvisor] span:before {
    background: #55933F;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=tumblr] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=tumblr] span:before {
    background: #1769FF;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=twitch] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=twitch] span:before {
    background: #6441A5;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=twitter] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=twitter] span:before {
    background: #6CDFEA;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=viacoin] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=viacoin] span:before {
    background: #2376A2;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=vimeo] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=vimeo] span:before {
    background: #17B3E8;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=vine] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=vine] span:before {
    background: #00A478;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=vk] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=vk] span:before {
    background: #57799E;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=weibo] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=weibo] span:before {
    background: #D52B2B;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=weixin] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=weixin] span:before {
    background: #4AAD15;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=wikipedia] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=wikipedia] span:before {
    background: #333;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=windows] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=windows] span:before {
    background: #C40013;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=wordpress] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=wordpress] span:before {
    background: #326D95;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=xing] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=xing] span:before {
    background: #0C5459;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=yahoo] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=yahoo] span:before {
    background: #640F6C;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=y-combinator] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=y-combinator] span:before {
    background: #F26522;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=yelp] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=yelp] span:before {
    background: #B61100;
}

#FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=youtube] span, #FLMSSR-Social-Sidebar.Colors-Color ul li a[class*=youtube] span:before {
    background: #CD181F;
}
@media only screen and (min-width:320px) and (max-width: 767px)
{
#FLMSSR-Social-Sidebar.Label-Curve.Pos-Right .Link-Label {
    margin-right: -5px;
    padding: 0 5px 0 12px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: none;
}
  #header {
    width: 315px !important;
    /* height: 520px; */
    position: absolute;
    right: 0;
    border: 1px solid #d8d8d8;
    margin-left: 40px;
    margin-top: 25px;
    padding: 20px 40px;
    border-radius: 3px;
    box-shadow: 0 0 8px grey;
    background: #254099;
}
#sidebar1 {
            position: absolute;
            top: 26px;
            left: 150px !important;
            /*box-shadow: 0 0 8px gray;*/
            width: 34px;
           height:34px;
            /*transform: rotate(90deg);*/
	transform-origin: left top 0;
    border-radius:5px 0 0px 5px;
    background:#E0E0E0;
    cursor:pointer;

        }
         #sidebar1:hover{
            position: absolute;
            top: 26px;
            left: 150px !important;
            /*box-shadow: 0 0 8px gray;*/
            width: 34px;
           height:34px;
            /*transform: rotate(90deg);*/
	transform-origin: left top 0;
    border-radius:5px 0 0px 5px;
    background:#E0E0E0;
    cursor:pointer;
    box-shadow: 0 0 5px #000;
     

        }
}
