﻿

/** respansive css **/
  




/** (min-width: 1200px) **/

@media (min-width: 1200px) {
   
  
     
   
}
/*****************************************************************/

/** (min-width: 992px) and (max-width: 1199px) **/

@media (min-width: 990px) and (max-width: 1199px) {
   
  .logosid{
      margin-right:95% !important;
      width:75%;
  }
  #contentdiv{
     // background-color:red !important;
     width:850px;
     margin-bottom:40px;
     background-size:850px 430px !important;
  }
}

/****************************************************************************/
/** (min-width: 768px) and (max-width: 991px) **/

@media (min-width: 768px) and (max-width: 995px) {
   
    .logosid{
      margin-right:85% !important;
      width:50%;
  }
    #contentdiv{
        width:750px;
        margin-bottom:40px;
        background-size:760px 360px !important;
    }

}
/********************************************************************************************/

/** (max-width: 767px) **/

@media (max-width: 768px) {
    
    .logosid{
      margin-right:85% !important;
      width:50%;
  }
    #contentdiv{
        width:570px;
        margin-bottom:40px;
        background-size:580px 300px !important;
    }
    .sid-logo{
      //  margin-top:-200px !important;
       // margin-right:1% !important;
       display:none;
    }
    .paygah{
        width:300px;
        margin-top:80px;
    }
    .acecr{
        margin-top:-110px;
    }
    .footer-wrapper{
        height:130px !important;
    }
    .footer-wrapper p{
        margin:0 20px;
    }

}
   
    /***********************************************************/
    /** (max-width: 600px) **/

    @media (max-width: 600px) {
        
        .logosid{
    //  margin-right:85% !important;
     // width:50%;
  }
    #contentdiv{
        width:400px;
        margin-bottom:40px;
        background-size:400px 200px !important;
    }
    .sid-logo{
      //  margin-top:-200px !important;
       // margin-right:1% !important;
      // display:none;
    }
    .paygah{
     //   width:300px;
      //  margin-top:80px;
    }
    .arm{
        width:70px;
        height:70px;
        margin-top:30px;
        margin-right:20px;
    }
    .acecr{
      //  margin-top:-110px;
       width:70px;
       height:25px;
       margin-left:30px;
    }
    .footer-wrapper{
        //height:130px !important;
    }
    .copy span{
         margin:0 20px;
     }

    
    .header-wrapper ul li{
        font-size:14px !important;
    }
    .alogo{
        background-size:8%  !important;
        padding-right:40px;
      //  width:230px !important;
        font-size:16px;
    }
    .menu{
        margin-right:-15px;
    }
    .footer-wrapper .sid{
             width:370px;
             margin-top:5px;
         }
       .footer-wrapper .footr-ban p{
        margin-top:20px !important;
    }
    }



    /***********************************************************/
    /** (min-width: 480px) **/
@media (max-width: 1000px) {
	.menu{background-color: rgba(255,255,255,.8) !important;}
}
    @media (max-width: 480px) {
        
         #contentdiv{
        width:320px;
        background-size:320px 180px !important;
        
    }
         .arm{
        margin-top:10px;
        margin-right:10px;
    }
    .acecr{
       margin-top:-135px;
       margin-left:15px;
    }
    #contentdiv{
        height:760px !important;
    }
    #xlapnbpedrftsguigwmd{
        top:580px !important;
    }
    #fukzwlaoesgtwlaorgvj{
        top:720px !important;
    }

         .footer-wrapper .sid{
             width:300px;
             margin-top:10px;
         }
         .footer-wrapper{
        height:180px !important;
    }
       
       .copy span{
         height:35px;
     }

    }



    /***********************************************************/
    /** (min-width: 350px) **/

@media (max-width: 350px) {
   
   .menu{
        margin-right:-10px;
    }
   .alogo{
        background-size:8%  !important;
        padding-right:25px;
      //  width:230px !important;
        font-size:14px;
    }
   .a5css,.a6css{
       font-size:12px !important;
   }
   #contentdiv{
        width:220px;
        background:none !important;
        
    }
   .paygah{
        width:210px;
        margin-top:92px;
    }
   .acecr{
       margin-top:-121px;
   }
    .footer-wrapper{
        height:210px !important;
    }
       
   .footer-wrapper .sid{
             width:240px;
             margin-top:15px;
         }
    }


    /***********************************************************/
    /** print **/

    @media print {
    }



