 #myButton{
                    font-family: 'Pompadur';
                    margin-top: -13px;
                    margin-left: 130px;
                    background-color: #369ca8;
                    font-size: 28px;
                    color: #eee;
                    padding: 7px;
                    border-radius: 24px;
                    /*box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
                    cursor:pointer;
                }
#labelForMyButton{
                padding-left: 22px;
                font-size: 27px; 
                margin-top: -23px; 
                display: block; 
                color: #eee;
                }
                
#myContact{
                font-size: 24px; 
                color: #369ca8; 
                text-align:right;
                margin-top: -30px;
                width: 320px;
            }

#myContact span:first-child{
                font-size: 30px;
                color: #eee;
            }
#myContact span:nth-child(3){
                font-size: 20px;
                color: #eee;
            }
#myContact span:last-child{
                font-size: 20px;
                color: #eee;
            }

           /* ========================== POPUP*  ========================== */

    #popUp_wrap{
        display: none;
        opacity: 0.8;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /*padding: 16px;*/
        background-color: rgba(1, 1, 1, 0.725);
        z-index: 100;
        overflow: auto;
    }
    
    #popUp_window{
        width: 660px;
        height: 460px;
        margin: 50px auto;
        display: none;
        background: #eee;
        z-index: 200;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 16px;
        box-shadow: 0px 0px 10px rgba(0,0,0,1);
    }
    
    .popUp_close{
        /*margin-right: -14px;
        margin-top: -14px;*/
        cursor: pointer;
        position: relative;
        top: -32px;
        right: -632px;
    }
    

    
     /* ========================== POPUP*  ========================== */

                @media screen and (max-width: 950px){
                    #myButton,
                    #labelForMyButton{
                        display: none;
                    }
                }
                @media screen and (max-width: 768px){
                    #myContact{
                        display: none;
                    }
                @media handheld and (max-width: 768px){
                    #myContact{
                        display: none;
                    }
                }
                
                
                @media screen and (max-width: 680px) {
    .omobile{
display: none;
    }
}



                /*border: solid 1px orange;*/

/*
playback timings (ms):
  captures_list: 103.945
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.083
  RedisCDXSource: 0.517
  esindex: 0.007
  LoadShardBlock: 77.907 (3)
  PetaboxLoader3.datanode: 88.021 (4)
  CDXLines.iter: 23.064 (3)
  load_resource: 89.516
  PetaboxLoader3.resolve: 30.711
*/