.fixed-djs {
    position: fixed;
    right: 35px;
    top: 53%;
    transform: translateY(-50%);
    z-index: 99;
    text-align: center;}

.fixed-djs h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    color: #0066cc;}
.close_djs {
    position: absolute;
    right: 2px;
    bottom: 2px;
    border: 2px solid #0066cc;
    width: 18px;
    height: 18px;
    z-index: 9;
    cursor: pointer;
    border-radius: 50px;}

.fixed-djs.hide{
    transform: translateY(-50%) translateX(125%);
    transition: all 0.5s;}



.close_djs span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 2px;
    background: #0066cc;}
.close_djs span:nth-child(1){
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);}
.close_djs span:nth-child(2){
    transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);}
input::-webkit-input-placeholder{
    color:#fff;}
input::-moz-placeholder{   /* mozilla firefox 19+ */
   color:#fff;}
input:-moz-placeholder{    /* mozilla firefox 4 to 18 */
   color:#fff;}
input:-ms-input-placeholder{  /* internet explorer 10-11 */ 
   color:#fff;}

.nav .nLi:hover .sub{display:block;}
