 /******************* NEWS ************************/

 .container .news{
    height: calc(100% - 80px);
    width: 100%;
    display: block;
    position: relative;
}
.container .news_bt {
    border-radius: 100%;
    background: #febf15;
    padding: 20px; 
    width: 40px;
    height: 40px;  
    display: inline-block;
  }
  .container .news_bt:hover {
    border-radius: 100%;
    padding: 20px; 
    width: 40px;
    height: 40px;  
    display: inline-block;
    cursor: pointer;
    background: #fad15f;
    
  }
  .container .news_bt a{
    margin-left:-2px;
  }
  .container .news_bt:hover a{
    color: black;
  }

  .container .news .news_box{
    width: 100%;
    min-height: 550px;
    margin-top:-100px;
    background: url('../assets/news-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .container .news .title{
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #febf15;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 25%;
  }

  .container .news .news_box .coloring{
    width: 60%;
    min-height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    table-layout: fixed; 
    border-collapse: separate;
    border-spacing: 30px;  
    position: absolute;
  }

  .container .news .news_box .coloring_title{
    font-size: 20px;
    font-weight: bold;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-top:30px;
  }

  .container .news .news_box .coloring .file{
    display: table-cell;
    text-align: center;
    position: relative;
  }

  .container .news .news_box .coloring .file .img1{
    width: 280px;
    height:300px;
    background: url('../assets/coloring-1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
    transition: opacity 0.5s linear;
    margin-top:-30px;
  }
  .container .news .news_box .coloring .file .img2{
    width: 280px;
    height:300px;
    background: url('../assets/coloring3.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
    transition: opacity 0.5s linear;
    margin-top:-30px;
  }
  .container .news .news_box .coloring .file .img3{
    width: 280px;
    height:300px;
    background: url('../assets/coloring-2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
    transition: opacity 0.5s linear;
    margin-top:-30px;
  }

  .container .news .news_box .coloring .file .img1.overlay,
  .container .news .news_box .coloring .file .img2.overlay,
  .container .news .news_box .coloring .file .img3.overlay{
    opacity: 0.4;
    transition: opacity 0.5s linear;
  }

  .container .news .news_box .coloring .file .button.overlay{
    transition: opacity 0.5s linear;
    background: #fad15f;
    color: black;
    transition: background-color 0.5s linear;
    transition: color 0.5s linear;
  }

  .container .news .news_box .coloring .file .button{
    margin-top: 0px;
    background: #febf15;
    width: 100px;
    height: 40px;
    color:white;
    line-height: 30px;
    padding-left:5px;
    padding-right:5px;
    padding-top: 10px;
    border-radius: 50px;
    cursor: pointer;   
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    text-align: center;
    position: absolute; 
    margin-top:170px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s linear;
    transition: height 0.5s linear;
  }

  .container .news .news_box .signup{
    width: 60%;
    min-height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    table-layout: fixed; 
    border-collapse: separate;
    border-spacing: 30px;  
    position: absolute;
    background-color: white;
    margin-top:350px;
    border: 2px dashed #febf15;
    border-radius: 15px;
  }

  .container .news .news_box .signup .title{
    text-align: center;
    margin-left: 0%;
    color: black;
  }
  .container .news .news_box .signup .subtitle{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .container .news .news_box .signup .signup_notification{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 80px;
    background-color: rgb(204, 225, 250);
    width: 50%;
    padding: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    border-radius: 5px;
    text-align: center;
  }

  .container .news .news_box .signup .signup_notification.required{
    background-color: #eb8383;
    color:rgb(97, 19, 19);
  }

  .container .news .news_box .signup .signup_notification .close{
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: right;
  }

  .container .news .news_box .signup .signup_notification img{
    width: 20px;
  }
  .container .news .news_box .signup .form input{
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #febf15;
    font-size: 15px;
    width: 70%;
    background-color: #e0dede;
  }

  .container .news .news_box .signup .form button{
    background: #febf15;
    width: 120px;
    height: 34px;
    color:black;
    line-height: 10px;
    padding-left:5px;
    padding-right:5px;
    padding-top: 0px;
    border-radius: 50px;
    cursor: pointer;   
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    text-align: center;
    border: 0;
    font-weight: bold;
    transition: color 0.5s linear;
    transition: background-color 0.5s ease;
    float: left;
    margin-left: 10px;
  }

  .container .news .news_box .signup .form button.overlay{
    transition: color 0.5s linear;
    transition: background-color 0.5s ease;
    color: white;
    background: #fad15f;
  }

div.table{
  width: 100%;
  top:50%;
  left:50%;
  transform: translate(- 50%, -50%);
  position: inherit;
  text-align: center;
}

.lg{
  width: 500px;
}

  #captchaTextBoxSignUpDesktop, #captchaTextBoxContactDesktop {
    width: 150px;
    float: left;
  }
 
  #captchaSignUpDesktop{
  float: right;
 }
 #captchaContactDesktop{
  float: left;
 }

  @media only screen and (max-width: 700px){
    .container .news{
      min-height: 1800px;
    }

    .container .news .news_box{
      margin-top:-550px;
    }
    .container .news .news_box .coloring_title{
      margin-top:-35px;
    }

    .container .news .news_box .coloring .file{
      display: table-row;
    }

    .container .news .news_box .coloring .file .img1 {
      margin-top:0px;
    }
    .container .news .news_box .coloring .file .img2 {
      margin-top:260px;
    }
    .container .news .news_box .coloring .file .img3{
      margin-top:520px;
    }

    .container .news .news_box .signup{
      margin-top:1100px;
      width: 90%;
      min-height: 400px;
    }

    .container .news .news_box .signup .subtitle{
      margin-top: 10px;
    }

    .container .news .news_box .signup .form input{
      width: 100%;
      margin-top: 30px;
    }

    #captchaSignUpMobile{
      float: left;
      margin-left: 10px;
    }
    #captchaTextBoxSignUpMobile{
      width:50% ;
      display: block;
      margin-top: 8px;
      float: right;
    }
    .container .news .news_box .signup .form button{
      margin-top: 10px;
      width: 100%;
      margin-left: 0px;
    }

    .container .news .news_box .signup .signup_notification{
      margin-top:140px;
      width: 80%;
    }

     #coloring-1 .button{
      margin-top:190px;
    }

    #coloring-2 .button{
      margin-top:450px;
    }

    #coloring-3 .button{
      margin-top:710px;
    }
  }

  @media only screen and (min-width: 700px)  and  (max-width: 1024px){
    .container .news{
      min-height: 1800px;
    }

    .container .news .news_box{
      margin-top:-550px;
    }
    .container .news .news_box .coloring_title{
      margin-top:-25px;
      font-size: 25px;
    }

    .container .news .news_box .coloring .file{
      display: table-row;
    }

    .container .news .news_box .coloring .file .img1 {
      margin-top:30px;
    }
    .container .news .news_box .coloring .file .img2 {
      margin-top:300px;
    }
    .container .news .news_box .coloring .file .img3{
      margin-top:560px;
    }

    .container .news .news_box .signup{
      margin-top:1150px;
      width: 90%;
      min-height: 300px;
    }

    .container .news .news_box .signup .subtitle{
      margin-top: 10px;
    }

    .container .news .news_box .signup .form input{
      width: 460px;
      margin-top: -60px;
    }

    .container .news .news_box .signup .form button{
      margin-top: 0px;
      width: 100%;
    }

    .container .news .news_box .signup .signup_notification{
      margin-top:120px;
      width: 90%;
    }

     #coloring-1 .button{
      margin-top:220px;
    }

    #coloring-2 .button{
      margin-top:490px;
    }

    #coloring-3 .button{
      margin-top:760px;
    }

    .container .news .title{
      font-size: 30px;
      text-align: center;
      margin-left: 0;
    }

    .container .news .news_box .signup .form{
      margin-top:80px;
    }
    .container .news .news_box .signup .form input{
      width: 100%;
    }

    #captchaSignUpMobile{
      float: left;
      margin-left: 80px;
    }
    #captchaTextBoxSignUpMobile{
      width:50% ;
      display: block;
      margin-top: 8px;
      float: right;
    }

  }