
/* ==========================================================================
   mobile1: promo block styles
   ========================================================================== */

.promo-block {
  position: relative;
  display: block; 
  width: 145px;
  height: 122px;
  margin: 0 10px 10px 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px #dedede;
  -moz-box-shadow: 2px 2px 4px #dedede;
  box-shadow: 2px 2px 4px #dedede;
  float: left;
  transition: width .2s linear;
  overflow: hidden;
}

.promo-image-holder {
  position: relative;
  display: block; 
  width: 147px;
  height: 82px;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  transition: width .2s linear;
}

a .img-place-txt, a .img-place-txt:hover, a .img-place-txt:visited {
  position: absolute;
  top: 40px;
  left: 20px;
  padding-right: 20px;
  color: #aaa;
  text-align: left;
}

.promo-title {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  margin: 5px 5px 0px 5px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #aaa;
  overflow: hidden;
}

.promo-block a {
 text-decoration: none;
 cursor: default;
}

.large-block {
 width: 98%;
 height: 212px;
 float: none;
}

.large-block .promo-image-holder {
  width: 100%;
  height: 170px;     
}

#msg-alert-ovr, #msg-alert-ovr2 {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, .4);
  text-align: center;
}

.msg-alert-box {
  position: relative;
  margin: 10% auto;
  width: 90%;
  height: auto;
  background-color: #fff;
  padding: 15px;
  color: #000;
  text-align: left;
}

.close-btn, .close-btn2 {
  margin: 0 0 10px 0;
  padding: 8px 12px 7px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  background-color: #0066cc;
  color: #fff;
  border: none;
  border-radius: 4px;
  float: right;
}


.small-text {
 margin-left: 5px
 font-size: 80%;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 380px) {

  
/* ==========================================================================
   mobile2: promo block styles
   ========================================================================== */


   .promo-block {
      width: 174px;
      height: 145px;
      transition: width .2s linear;
   }

   .promo-image-holder {
      width: 174px;
      height: 97px;
      transition: width .2s linear;
   }

   .promo-title {
      width: 100%;
      margin: 5px 5px 0px 5px;
      font-size: 16px;
      line-height: 19px;
   }
   
   .large-block {
      width: 359px;
      height: 250px;
   }

   .large-block .promo-image-holder {
      width: 359px;
      height: 202px;     
   }

}

@media only screen and (min-width: 768px) {

  /* ============
    WIDE: Promo
   ============ */
    
    
   .large-block {
      width: 359px;
      height: 300px;
      float: left;
   }

   .large-block .promo-image-holder {
      width: 359px;
      height: 202px;     
   }

   .large-block h3 {
      margin-top: 1em;
      font-size: 20px;
      line-height: 23px;
   }
   
}




@media only screen and (min-width: 1140px) {

/* ==========================================================================
   Max: promo block styles
   ========================================================================== */

   .promo-block {
      width: 238px;
      height: 198px;
      transition: width .2s linear;
   }

   .promo-image-holder {
      width: 238px;
      height: 133px;
      transition: width .2s linear;
   }

   .promo-title {
      width: 100%;
      margin: 16px 16px 0 16px;
      padding-right: 20px;
      font-size: 16px;
      line-height: 19px;
   }
   
   .large-block {
      width: 490px;
      height: 406px;
   }

   .large-block .promo-image-holder {
      width: 490px;
      height: 276px;     
   }

   .small-text {
     margin-left: 16px;
    }
   
    
}
  