/* ----------------------------- \*
  CUSTOM STYLES FOR TRANSPARENT BG
\* ----------------------------- */

#cci-floater-skipBox > a {
  color: #e04d32 !important;
}

#blockUIMSCr {
	background-color: #000 !important;
	border: 1px solid #666 !important;
	margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}

/* ----------------------------- \*
  DEFAULT CSS FROM GLOBAL
\* ----------------------------- */

#cci-floater-skipBox {
  font-size: 12px;
  margin-top: 8px;
  line-height: 16px;
}

#cci-floater-countDown {
  color: #7E7E7E;
  font-size: 12px;
  line-height: 16px;
}

#cci-interstitial {
  clear: both;
  display: none;
  position: absolute;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ffffff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  height: 5000em;
  left: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
  text-align: center;
  top: 0;
  width: 98%;
  /* z-index: 125000 */
  /* KPH 20130503 advertiser on CH used 999999999 z-index for a peelback, so temporarily increasing this to match */
  z-index: 1000000000;
}

#cci-roadBlock-skipBox-container {
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid #DBDBDB;
  height: 90px;
}

#cci-roadBlock-skipBox-right {
  float: right;
  width: 400px;
}

#cci-roadBlock-countDown {
  color: #7E7E7E;
  font-size: 12px;
  line-height: 24px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {

	/* IN specific mobile styles to move the floater ad to the bottom of the mobile/small viewport screen */

	.blockOverlay {
		display: none !important;
	}

  iframe {
    margin: 0;
    padding: 0;
  }

  #blockUIMSCr {
    margin: 0 auto;
    width: 100% !important;
		left: 0 !important;
    border: none !important;
    height: auto !important;
		background-color: #000 !important;
  }

  .blockMsg {
    bottom: 0;
    top: inherit !important;
  }

  #cci-interstitial {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  #cci-floater {
    text-align: center;
    width: 100%;
  }

  #cci-floater-skipBox {
    font-size: 12px;
    color: white;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  #cci-floater-close-image {
		display: none;
  }

  #cci-floater-mobile-close {
    display: block;
    position: absolute;
    top: -1em;
    right: 0;
    width: 1.3em;
    height: 1.3em;
    border: 3px solid #FFF;
    border-radius: 1em;
    background: #000;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
	}

  #cci-floater-mobile-close:before {
    content: 'X';
  }

  #cci-floater-mobile-close:hover {
    cursor: pointer;
    background: #444;
    text-decoration: none;
  }

  #cci-floater-countDown {
    padding: 0 0 5px 0;
  }

  #cci-mobile-skip-message {
    display: none;
    background: #859F9E;
    margin-top: 10px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    width: 100% !important;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
