



/*general */
 h2,  h3 {
    font-family: "proxima-nova-soft", "Lato", sans-serif;
}

.title h1 {
    font-family: "proxima-nova-soft", "Lato", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff !important;
}



/*menu header*/

 .logoProduct {
    border-right: 1px solid #e7e7e7;
}

 .logoProduct a {
    /* text-indent: -9999px; */
    display: inline-block;
    background: url('../images/me/myeclipse32.png') 3px 50% no-repeat;
    padding-left: 30px;
    padding-right: 4px;
    text-transform: none;
    background-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
}
 .questions a {
    background: #0D2A49;
    border-bottom: none;
    padding: 7px 0px;
}



.request-demo a {
    padding-left: 25px;
    background: url('../images/sdc/request.png') no-repeat left 50%;
}

.request-demo {
    float: right;
    font-size: 1.1rem;
    padding: 6px 10px;
}

 .myAccount a {
    /* text-indent: -9999px; */
    display: inline-block;
    background: url('../images/myeclipse32-hollow.png') 3px 50% no-repeat;
    padding-left: 30px;
    padding-right: 4px;
    text-transform: uppercase;
    background-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

 .title {
     background: #082647;
     padding-top: 170px;
     padding-bottom: 40px;
     text-align: center;
     color: white;
     font-size: 24px;
 }


   .floater {
     position: absolute;
     top:0;
     width:100%;
 }
   .flags {
     width: 71px; height: 22px; display: block; position: absolute; right: 100px;
     background: url(../images/me/flags-blue.png) no-repeat; background-size: auto 100%;
     z-index: 3;
     top: 15px;
   	 right: 0px;
 }

   .flags a {
     display: block;
     float: right;
     height: 22px;
     width: 32px;
     cursor: pointer;
 }


 .lightbox_lan {
     width: 500px;
     padding: 0px;
     position: fixed;
     left: 50%;
     margin-left: -250px;
     background: #fff;
     text-align: center;
     top: 153px;
     font-family: "proxima-nova-soft", sans-serif;
     z-index: 4;
     display: none;
 }

 .lightbox_lan h2 {
     margin: 0;
     font-size: 2rem;
     padding: 40px 20px;
 }

 .sep_buttons {
     background: #f7f7f7;
     border-top: 1px solid #dedede;
     padding: 20px 30px;
     height: 100px;
 }

 .sep_buttons a {
     background: #000;
     padding: 15px;
     font-size: 14px;
     line-height: 2.3;
     color: #fff;
     width: 210px;
     display: inline-block;
     text-decoration: none;
     border-radius: 7px;
     height: 60px;
     float: left;
 }

 .sep_buttons a.blue_button {
     background: #5776be;
     box-shadow: 0px 3px 0 #3f5b9d;
 }

 .sep_buttons a.red_button {
     background: #ea5667;
     margin-left: 15px;
     line-height: 1.3;
     box-shadow: 0 3px 0 #c04251;
     float: right;
 }

 .sep_buttons a.chinese span {
     display: block;
     color: #f3a7ae;
     font-size: 12px;
 }

 .mask_pop {
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: rgba(255,255,255,0.13);
     display:none;
     z-index: 4;
 }




/* FOOTER */
 #footer-products {
     position: fixed;
     bottom: 0;
     width: 100%;
     z-index: -1;
 }

#footer-products {
     background: #0D2A49;
 }

   #footer-products .content {
     border-left: 1px solid rgba(255,255,255,0.1);
     border-right: 1px solid rgba(255,255,255,0.1);
     color: #fff;
 }

   .footerNav {
     border-bottom: 1px solid rgba(255,255,255,0.1);
 }

   .followUsF {
     border-top: 1px solid rgba(255,255,255,0.1);
 }

   .footerRight {
     border-left: 1px solid rgba(255,255,255,0.1);
 }

   .blogMeta .dayF {
     color: #93B4D8;
 }

   .blogMeta .monthF {
     color: #93B4D8;
 }

   .buttonOutline:hover {
     background: #00b0f9;
     color: white;
 }

   #footer-products a:hover {
     color: white;
 }

   #footer-products a {
     color: #93B4D8;
     border-color: rgba(255,255,255,0.2);
 }

   #footer-products .blogFcontent a {
     white-space: nowrap;
     overflow: hidden;
     display: block;
     text-overflow: ellipsis;
 }



   #copyright {
     border-top: 1px solid rgba(255,255,255,0.1);
 }

