﻿body {
    background-color: #f2f2f2
}

main {
    margin-bottom: 200%
}

.floating-menu {
    width: 10%;
    border-radius: 100px;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    position: fixed;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity:0.6;    
}

.main-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align:center;
}

    .main-menu li a {
        /*
    display: block;
    padding: 20px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
        */
        color: #cf121c;
        display: block;
        padding: 10px 5px 5px 5px;
        border-radius: 0px;
        font-family: 'Open Sans', sans-serif;
        color: #cf121c;
        font-size: 14px;
        border-bottom: 1px solid #cf121c;
    }

    .main-menu li a:hover .side_hover {
        display:inline
    }

    .main-menu li a:hover .side_static {
        display: none
    }

    .main-menu li a .side_hover{
        display: none
    }

    .main-menu li a h5 {        
        font-size:14px;
    }
    .main-menu li a:hover h5
    {
        color:white;
    }
    .menu-bg {
        /*
    background-image: -webkit-linear-gradient(top,#1C5E91 0,#167699 100%);
    background-image: -o-linear-gradient(top,#1C5E91 0,#167699 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#1C5E91),to(#167699));
    background-image: linear-gradient(to bottom,#1C5E91 0,#167699 100%);
        */
        background-color: lightgray;
        background-repeat: repeat-x;
        position: absolute;
        width: 100%;
        height: 100%;
        /*border-radius: 50px;*/
        z-index: -1;
        top: 0;
        left: 0;
        -webkit-transition: 3s;
        -o-transition: 3s;
        transition: 3s
    }

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0,0,0)
}

    .ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10,10);
        opacity: 0;
        transition: transform .5s,opacity 1s
    }

    .ripple:active:after {
        transform: scale(0,0);
        opacity: .2;
        transition: 0s
    }


.floating-menu .main-menu h2 {
    font-family: 'Open Sans', sans-serif;
    color: #cf121c;
    margin: 0px 0 2px 0;
    font-size: 14px;
    background-color: rgba(238, 238, 238, 0.8);
    text-align: center;
    font-weight: 600;
    padding: 10px 0px 10px 0px;
}


.side_text .side_hover {
    display: none;
}

.side_text a:hover .side_hover {
    display: block;
    margin: 0 auto; /*box-shadow: 1px 2px 3px #666; -moz-box-shadow: 1px 2px 3px #666; -webkit-box-shadow: 1px 2px 3px #666; -o-box-shadow: 1px 2px 3px #666;*/
    border-radius: 50px;
}

.side_text h5 {
    color: red;
    font-size: 12px;
}

.side_text a {
    color: #cf121c;
    display: block;
    padding: 10px 5px 5px 5px;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #cf121c;
    font-size: 14px;
    border-bottom: 1px solid #cf121c;
}

    .side_text a:hover {
        box-shadow: 4px 4px 3px #828282;
        -moz-box-shadow: 4px 4px 3px #828282;
        -webkit-box-shadow: 4px 4px 3px #828282;
        -o-box-shadow: 4px 4px 3px #828282;
    }

        .side_text a:hover .side_static {
            display: none;
        }

        .side_text a:hover h5 {
            color: #000;
        }

.side_text {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
