@media screen and (max-width: 1920px)
    {
        #info{
            top: 21%;
            left: 19%;
        }
        #info1{
            top: 21%;
            left: 68.7%;
        }
        #info2{
            top: 55.5%;
            left: 56%;
        }
        #info3{
            top: 71%;
            left: 35%;
        }
        #info4{
            top: 21%;
            left: 10%;
        }
    }

@media screen and (max-width: 640px)
{
    #info{
        top: 16%;
        left: 16.5%;
        max-width: 50px;
        max-height: 50px;
        font-size: 1em;
    }
    #info1{
        top: 16%;
        left: 66.5%;
        max-width: 50px;
        max-height: 50px;
        font-size: 1em;
    }
    #info2{
        top: 52%;
        left: 52%;
        max-width: 50px;
        max-height: 50px;
        font-size: 1em;
    }
    #info3{
        top: 67%;
        left: 35%;
        max-width: 50px;
        max-height: 50px;
        font-size: 1em;
    }
    #info4{
        top: 16%;
        left: 10%;
        max-width: 50px;
        max-height: 50px;
        font-size: 1em;
    }
}

@media screen and (max-width: 440px)
    {
        #info{
            top: 14.3%;
            left: 16%;
            max-width: 50px;
            max-height: 50px;
            font-size: 1em;
        }
        #info1{
            top: 14.3%;
            left: 66%;
            max-width: 50px;
            max-height: 50px;
            font-size: 1em;
        }
        #info2{
            top: 50%;
            left: 50%;
            max-width: 50px;
            max-height: 50px;
            font-size: 1em;
        }
        #info4{
            top: 14.3%;
            left: 10%;
            max-width: 50px;
            max-height: 50px;
            font-size: 1em;
        }
    }

    @media screen and (max-height: 340px)
    {
        #info{
            margin-top: 10.3%;
            margin-left: 15.5%;
        }
        #info1{
            top: 10.3%;
            left: 68.5%;
        }
        #info2{
            top: 63%;
            left: 44%;
            width: 30px;
        }
        #info4{
            top: 10.3%;
            left: 10%;
            width: 30px;
        }
    }

/* p
{
    text-align: justify!important;
    text-shadow: 0 1px 0 rgba( 255, 255, 255, .5 )!important;
    line-height: 1.85!important;
} */

a {
    /* color: #84e100; */
    color:#c63b55;
    text-decoration: none;
    word-break: normal!important;
}

.bluebackground{
    color: #fac900;
    text-decoration: none;
    word-break: normal!important;
    border-bottom: 2px dotted #fac900!important;
}

.bluebackground:hover{
    border-bottom: 2px dotted #992c46!important;
    outline: 0;
}

#responsivetooltip {
    border-bottom: 2px dotted #992c46;
    line-height: 1.5em;
    padding-bottom: 2px;
}

a:hover{
    color: #992c46;
    outline: 0;
}
    
a:link,a:active,a:visited{ outline:0; }

abbr
{
    border-bottom: 1px dotted #111;
    cursor: help;
}

#info
{
    width: 60px;
    height: 60px;
    background-color: rgba( 0, 0, 0, .05 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 50px;
}

    #info:hover
    {
        background-color: rgba( 0, 0, 0, .1 );
    }

    #info abbr
    {
        height: 100%;
        font-size: 2.188em;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0 1px rgba( 0, 0, 0, .25 );
        color: #fff;
        /* background: #84e100;
        background: -webkit-gradient( linear, left top, left bottom, from( #84e100 ), to( #6fbc00 ) );
        background: -webkit-linear-gradient( top, #84e100, #6fbc00 );
        background: -moz-linear-gradient( top, #84e100, #6fbc00 );
        background: -ms-radial-gradient( top, #84e100, #6fbc00 );
        background: -o-linear-gradient( top, #84e100, #6fbc00 );
        background: linear-gradient( top, #84e100, #6fbc00 ); */
        background: -webkit-linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        background: -moz-linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        background: -o-linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        background: linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        cursor: help;
        display: block;
    }

    #info
    {
        text-decoration: none;
    }

/* info1 */
#info1
{
    width: 60px;
    height: 60px;
    background-color: rgba( 0, 0, 0, .05 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 50px;
}

    #info1:hover
    {
        background-color: rgba( 0, 0, 0, .1 );
    }

    #info1 abbr
    {
        height: 100%;
        font-size: 2.188em;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0 1px rgba( 0, 0, 0, .25 );
        color: #fff;
        /* background: #84e100;
        background: -webkit-gradient( linear, left top, left bottom, from( #84e100 ), to( #6fbc00 ) );
        background: -webkit-linear-gradient( top, #84e100, #6fbc00 );
        background: -moz-linear-gradient( top, #84e100, #6fbc00 );
        background: -ms-radial-gradient( top, #84e100, #6fbc00 );
        background: -o-linear-gradient( top, #84e100, #6fbc00 );
        background: linear-gradient( top, #84e100, #6fbc00 ); */
        background: -webkit-linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        background: -moz-linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        background: -o-linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        background: linear-gradient(90deg, #3c3c3b 0%, #9d9d9c 100%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        cursor: help;
        display: block;
    }

    #info1
    {
        text-decoration: none;
    }

/* info2 */
#info2
{
    width: 60px;
    height: 60px;
    background-color: rgba( 0, 0, 0, .05 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 50px;
}

    #info2:hover
    {
        background-color: rgba( 0, 0, 0, .1 );
    }

    #info2 abbr
    {
        height: 100%;
        font-size: 2.188em;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0 1px rgba( 0, 0, 0, .25 );
        color: #fff;
        /* background: #84e100;
        background: -webkit-gradient( linear, left top, left bottom, from( #84e100 ), to( #6fbc00 ) );
        background: -webkit-linear-gradient( top, #84e100, #6fbc00 );
        background: -moz-linear-gradient( top, #84e100, #6fbc00 );
        background: -ms-radial-gradient( top, #84e100, #6fbc00 );
        background: -o-linear-gradient( top, #84e100, #6fbc00 );
        background: linear-gradient( top, #84e100, #6fbc00 ); */
        background: -webkit-linear-gradient(90deg, #000 0%, #3c3c3b 100%);
        background: -moz-linear-gradient(90deg, #000 0%, #3c3c3b 100%);
        background: -o-linear-gradient(90deg, #000 0%, #3c3c3b 100%);
        background: linear-gradient(90deg, #000 0%, #3c3c3b 100%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        cursor: help;
        display: block;
    }

    #info2
    {
        text-decoration: none;
    }

/* info3 */
#info3
{
    width: 60px;
    height: 60px;
    background-color: rgba( 0, 0, 0, .05 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 50px;
}

    #info3:hover
    {
        background-color: rgba( 0, 0, 0, .1 );
    }

    #info3 abbr
    {
        height: 100%;
        font-size: 2.188em;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0 1px rgba( 0, 0, 0, .25 );
        color: #fff;
        /* background: #84e100;
        background: -webkit-gradient( linear, left top, left bottom, from( #84e100 ), to( #6fbc00 ) );
        background: -webkit-linear-gradient( top, #84e100, #6fbc00 );
        background: -moz-linear-gradient( top, #84e100, #6fbc00 );
        background: -ms-radial-gradient( top, #84e100, #6fbc00 );
        background: -o-linear-gradient( top, #84e100, #6fbc00 );
        background: linear-gradient( top, #84e100, #6fbc00 ); */
        background: -webkit-linear-gradient(90deg, #ff2155 0%, #c65d72 100%);
        background: -moz-linear-gradient(90deg, #ff2155 0%, #c65d72 100%);
        background: -o-linear-gradient(90deg, #ff2155 0%, #c65d72 100%);
        background: linear-gradient(90deg, #ff2155 0%, #c65d72 100%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        cursor: help;
        display: block;
    }

    #info3
    {
        text-decoration: none;
    }

/* info4 */
#info4
{
    width: 60px;
    height: 60px;
    background-color: rgba( 0, 0, 0, .05 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    margin: 0 auto 50px;
}

    #info4:hover
    {
        background-color: rgba( 0, 0, 0, .1 );
    }

    #info4 abbr
    {
        height: 100%;
        font-family: serif;
        font-size: 2.188em;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0 1px rgba( 0, 0, 0, .25 );
        color: #fff;
        background: #84e100;
        background: -webkit-gradient( linear, left top, left bottom, from( #84e100 ), to( #6fbc00 ) );
        background: -webkit-linear-gradient( top, #84e100, #6fbc00 );
        background: -moz-linear-gradient( top, #84e100, #6fbc00 );
        background: -ms-radial-gradient( top, #84e100, #6fbc00 );
        background: -o-linear-gradient( top, #84e100, #6fbc00 );
        background: linear-gradient( top, #84e100, #6fbc00 );
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: none;
        cursor: help;
        display: block;
    }

    #info4
    {
        text-decoration: none;
    }


/*
    TOOLTIP
*/

#tooltip
{
    font-family: 'Verdana', Ubuntu, sans-serif;
    font-size: 0.875em;
    text-align: center;
    /* text-shadow: 0 1px rgba( 0, 0, 0, .5 ); */
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient( linear, left top, left bottom, from( rgba( 21, 28, 50, .9 ) ), to( rgba( 21, 28, 50, 1 ) ) );
    background: -webkit-linear-gradient( top, rgba( 21, 28, 50, .9 ), rgba( 21, 28, 50, 1 ) );
    background: -moz-linear-gradient( top, rgba( 21, 28, 50, .9 ), rgba( 21, 28, 50, 1 ) );
    background: -ms-radial-gradient( top, rgba( 21, 28, 50, .9 ), rgba( 21, 28, 50, 1 ) );
    background: -o-linear-gradient( top, rgba( 21, 28, 50, .9 ), rgba( 21, 28, 50, 1 ) );
    background: linear-gradient( top, rgba( 21, 28, 50, .9 ), rgba( 21, 28, 50, 1 ) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    position: absolute;
    z-index: 1002;
    padding: 15px;
}

    #tooltip:after
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top-color: #333;
        border-top: 10px solid rgba( 21, 28, 50, 1 );
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom-color: #333;
            border-bottom: 10px solid rgba( 0, 0, 0, .6 );
            top: -20px;
            bottom: auto;
        }

        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }

        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }

/*
    ---
*/

#footer
{
	width: 100%;
	background-color: #000;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
}

	@media screen and (max-width: 640px)
	{
		#footer
		{
			display: none;
		}
	}

	#footer a
	{
		text-decoration: none;
		color: #fff;
	}

		#footer a:hover
		{
			text-decoration: none;
			color: rgba( 255, 255, 255, .5 );
		}

	#footer li
	{
		float: left;
		margin-right: 20px;
	}

		#footer li:first-child
		{
			margin-right: 40px;
		}