 
/************POPUP************/
 .sun-div {
     display: none;
     width: 100%;
     height: 100%;
     background: #185550;
     opacity:.5;
     position: fixed;
     z-index: 9999999;
     left: 0;
     top: 0;
}
 .angel-div {
     display: none;
     width: 100%;
     height: 100%;
     background: #185550;
     opacity: .5;
     position: fixed;
     z-index: 99;
     left: 0;
     top: 0 
}
 .sun-button {
     color: #ffffff;
     cursor: pointer;
    /* font-family: "Museo Sans W01 Rounded 500";
     */
    /* font-weight: bold;
     */
     position: absolute;
     right: 0px;
     text-align: center;
     top: 0px;
     padding: 13px;
     z-index: 101;
     background: #8B663E;
     font-size: 18px;
}
 .sun-close {
     border-radius: 4px;
     bottom: -2px;
     height: 25px;
     position: absolute;
     right: -10px;
     text-align: center;
     width: 70px;
     z-index: 101;
     cursor: pointer;
     color: #e73e51;
     display:none;
}
 #sun-pop {
     margin: 7% auto;
     left:20%;
     position: fixed;
     width:60%;
     z-index: 99999999;
    /* top: 1%;
     */
     display: none;
     padding: 26px;
     background: #fff;
     text-align: center;
     line-height:11px;
    /*border-radius: 5px;
     margin:0 auto;
     left:20%;
     position:absolute;
     width:55%;
     z-index: 100;
     top: 1%;
     display: none;
     padding:26px 0 17px;
     background:#fff;
     text-align:center;
    */
}

 #sun-pop h2{
   
     font-size:24px;
	 line-height:24px;
	 color:#185550;
	 font-family: 'CalmiusSansHighExtraLight';
}
 
 
 @media only screen and (max-width: 640px) {
 	
	 #sun-pop {
  
     left:10%;
     position: fixed;
     width:80%;
     padding: 20px;

   

    
}

 }