





  /*------ S E C T I O N  "Top Button" [s.Top / s.Up] ------*/

  /*------ S E C T I O N  "Top Button" [s.Top / s.Up] ------*/


  /*------ S E C T I O N  "Top Button" [s.Top / s.Up] ------*/

  /*------ S E C T I O N  "Top Button" [s.Top / s.Up] ------*/
#topBtn {
    cursor: pointer;
    display: none;
    position: fixed;
/*
    right: 28px;
    bottom: 34px;
*/
    right: 40px;
    bottom: 48px;
    
    right: 20px;
    bottom: 34px;
    margin: -5px 0px;
/*    width: 4em;*/
    width: 3.4em;
/*    border: 1px solid rgba(10,0,0, 0.35);*/
    border: solid #c29fa2;
/*    border: solid white;*/
    z-index: 50;
    
    opacity: 0.8;
}
#topBtn:hover {
/*    background: rgba(0,0,0, 0.35);*/
/*    background: #c2cfa2;*/
    background: #c29fa2;
    transition: background 0.1s;
    border: none;    
}
#topBtn:hover #up_arrow_1,
#topBtn:hover #up_arrow_2 {
    border-right: solid rgba(250,250,250, 1);
    border-bottom: solid rgba(250,250,250, 1);
    transition: border-right 0.1s, border-bottom 0.1s;
}
#topBtnRelative {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
}
#theTopBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;        
    border-radius: 100% 100% 10% 10%;    
}   
#topBtn_content {    
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}    
#topBtn #up_arrows {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}
#topBtn #up_arrow_1 {
    position: absolute;
/*    border: solid rgba(40,0,0, 0.45);*/
    border: solid white;
    border-width: 0 4px 4px 0;
    padding: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: -4px;
    
    opacity: 0.8;
}
#topBtn #up_arrow_2 {
    position: absolute;
/*    border: solid rgba(40,0,0, 0.45);*/
    border: solid white;
    border-width: 0 4px 4px 0;
    padding: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: 16px;
    
    opacity: 0.8;
/*    border-radius: 10px;*/
}


@media only screen and (max-width: 1450px) {
    #topBtn {
        width: ;
    }
}
@media only screen and (max-width: 1380px) {
    #topBtn {
        width: 3.3em;
        right: 15px;
    }    
}
@media only screen and (max-width: 1270px) {
    #topBtn {
        width: 3em;
        right: 10px;
    }
}
@media only screen and (max-width: 1160px) {
    #topBtn {
        width: ;
    }
}
@media only screen and (max-width: 1000px) {
    #topBtn {
        width: 2.8em;
        right: 4px;
        bottom: 28px;
    }
    #topBtn #up_arrow_1 {
        border-width: 0 3px 3px 0;
        padding: 7px;
    }
    #topBtn #up_arrow_2 {
        border-width: 0 3px 3px 0;
        padding: 7px;
    }
}










/*
@media only screen and (max-width: 900px) {
    #topBtn {
        bottom: 7%;        
        width: 3.8em;
    }
}    
*/
    
