/* Webfont: ArtBrush */@font-face {
    font-family: 'ArtBrush';
    src: url('/fonts/ArtBrush.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ArtBrush.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/ArtBrush.woff') format('woff'), /* Modern Browsers */
         url('/fonts/ArtBrush.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/ArtBrush.svg#ArtBrush') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

  .scp-popup{
    background-color: #1daae1;
    border-radius: 6px;
    border: 10px solid #fff;
  }

  .scp-popup-light{
    background-color: #f1f0f5;
    border-radius: 6px;
    border: 10px solid #fff;
  }

  .scp-popup-close{
    color: #fff;
  }
  .scp-popup-close:hover{
    color: #458fcb;
  }
  .sign-up-text{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
  }

  .sign-up-text-2{
    color: #000;
    font-weight: bold;
    font-size: 30px;
  }

  .hr-white{
    border-top:1px solid #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .popup-text-brush{
    font-family: "ArtBrush", Georgia;
    color: #fff;
    font-size: 30px;
  }
  .popup-input{
    width:60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .popup-input-md{
    width:80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 25px;
  }  
  .popup-box{
    text-align: center;
  }
  .popup-btn, .popup-btn:active, .popup-btn:focus{
    border-radius: 0;
    color: #fff;
    background-color: #ca0e5d;
    border: 1px solid #fff;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    box-shadow:none!important; 
    outline: none;   
    margin-bottom: 15px;
  }
  .popup-btn:hover{
    color: #fff;
    background-color: #3571a9;
  }
  .no-thanks{
    color: #fff;
    font-size: 11px;
    text-decoration: underline;
  }
  .no-thanks-gray{
    color: #666;
    font-size: 11px;
    text-decoration: underline;
  }  
  .popup-text-reg{
    color: #fff;
    font-size: 25px;
  }
  .scp-popup-2{
    border-radius: 0;
    border: none;
  }
  .scp-popup-2 .modal-body{
    padding: 0;
  }
  .scp-popup-close-gray{
    color: #dedede;
  }
  .scp-popup-close-gray:hover{
    color: #d2d2d2;
  }
  .scp-close-wrap{
    padding: 5px 10px;
    margin-right: -30px;
  }
  .pop-up-h-black{
    color: #000;
    font-size: 30px;
    font-weight: bold;
  }
  .pop-text-black{
    color: #000;
    font-size: 23px;
  }
  .popup-right-side{
    padding-right:45px;
  }
@media (min-width: 768px){
  .mod-wide {
    width: 795px;
  }
}
@media screen and (max-width: 768px){
  .popup-input{
    width: 90%;
  }
  .sign-up-text{
    font-size: 20px;
  }
  .sign-up-text-2{
    font-size: 20px;
  }  
  .popup-text-brush{
    font-size: 25px;
  }
  .popup-right-side{
    padding-right:15px;
  }
  .scp-close-wrap{
    margin-right: 0px;
  }    
} 
