
		
		.text-modal{
	display:block;
    position: fixed;
    top:50%; 
    right: 15px;
    width: 64px;
    height: 64px;
      background: rgba(0, 0, 0, 0.48);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    padding: 5px;
	text-decoration: none;
	z-index:999;
	
		}	

     .text-modal span   {
                border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 40px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
        }
 .text-modal span:hover   {
     color: #FF931E;
     text-decoration: none;
 }
 .text-modal:hover   {
     
     text-decoration: none;
 }

	@media only screen and (max-device-width: 414px) {


	
	
.text-modal:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}



	}


.scrollupone
    {
             position: fixed;
    top: 100px;
    right: 5px;
    width: 64px;
    height: 64px;
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }

    .scrollupone:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrollupAll
    {
            position: fixed;
    top: 65px;
    right: 5px;
    width: 50px;
        height: 40px;
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }

        .scrollupAll:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrolldownone
    {

    position: fixed;
   bottom: 70px;
    right: 5px;
    width: 64px;
        height: 57px;
    background-image:url(../img/down.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }
      .scrolldownone:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrolldownAll
    {
        position: fixed;
  bottom: 20px;
    right: 5px;
    width: 50px;
        height: 40px;
    background-image:url(../img/top1.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    z-index:1000;
    }
.scrolldownAll:hover {
    opacity: 0.10;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
    .scrollBtns
    {
        display: inline;
    }