/** colors **/

/** colors **/

/** /colors **/

.jwCOWidget {
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  font-size: 14px;
}

.jwCOWidgetShowFull {
  display: block;
  min-height: 80px;
  padding: 20px 40px;
  box-shadow: 0 -8px 24px 8px rgba(0, 0, 0, 0.33);
}

.jwCOWidgetShowSticker {
  display: block;
  bottom: 0;
  right: 10px;
  left: unset;
  width: 150px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}

.jwCOWidget.jwCOWidgetShowFull > .stickerHandle {
  display: none;
}

.jwCOWidget.jwCOWidgetShowSticker > .optinHandle {
  display: none;
}

.jwCOWidget > .optinHandle {
  padding: 10px 20px 10px 20px;
  min-height: 200px;
}

.jwCOWidget > .optinHandle .closeHandle {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  color: #ddd;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 10px;
  border-radius: 40px;
}

.jwCOWidget > .optinHandle .title {
  font-size: 18px;
  font-weight: normal;
  color: #00377a;
}

.jwCOWidget > .optinHandle .description {
  margin: 0 0 20px 0;
}

.jwCOWidget > .optinHandle .optionChannels {
  margin: 0 0 20px 0;
}

.jwCOWidget > .optinHandle .optionChannels .optionCaption {
  display: inline;
  padding: 0 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #00377a;
}

.jwCOWidget > .optinHandle .optionChannels .jwOptin-checkbox-container {
  display: inline;
}

.jwCOWidget > .optinHandle .optionChannels label {
  margin: 0 10px 10px 0;
}

.jwCOWidget > .optinHandle .btns {
  margin: 0 0 30px 0;
}

.jwCOWidget > .optinHandle .btns .jwCOBtn {
  padding: 8px 24px;
  margin-right: 10px;
  border: 1px solid #CACACA;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #CACACA;
  font-weight: 400;
  font-size: 16px;
  color: #212529;
}

.jwCOWidget > .optinHandle .btns .jwOptinBtnAcceptAll {
  color: #fff;
  background-color: #0da610;
  border: 1px solid #0da610;
}

.jwCOWidget > .optinHandle .btns .jwOptinBtnAccept {
  color: #0da610;
  background-color: #fff;
  border: 1px solid #0da610;
}

.jwCOWidget > .optinHandle .btns .jwOptinBtnDeny {
  color: #ccc;
  background-color: #fff;
  float: right !important;
  border: 0 !important;
}

.jwCOWidget > .optinHandle .legalLinks {
  margin: 0 0 10px 0;
}

.jwCOWidget > .optinHandle .legalLinks a {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}

@media screen and (max-width: 500px) {
  .jwCOWidget {
    max-height: 80%;
    overflow: auto;
  }

  .jwCOWidget > .optinHandle .optionChannels .optionCaption {
    display: block;
  }

  .jwCOWidget > .optinHandle .optionChannels {
    margin: 0 0 0 0;
  }

  .jwCOWidget > .optinHandle .optionChannels label {
    margin: 0 10px 10px 0;
    display: block;
  }

  .jwCOWidget > .optinHandle .btns .jwCOBtn {
    margin: 8px 0 8px 0 !important;
    width: 100%;
  }

  .jwCOWidget > .optinHandle .legalLinks {
    text-align: center;
  }
}

.mac-magic .MagicThumb-buttons .mgt-button[rel=close] {
  left: auto !important;
  right: 0 !important;
  border: none;
  background-color: transparent;
}

.mac-magic .MagicThumb-buttons .mgt-button[rel=close]:hover {
  background-color: transparent !important;
}

.MagicThumb.cursor-pointer {
  cursor: pointer !important;
}


/* common */

/* top left*/

/* top right*/

/* bottom left*/

/* bottom right*/

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #00377a;
}

.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #00377a;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 150px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 10px;
  text-align: center;
}

.ribbon-top-left {
  top: -15px;
  left: -25px;
}

.ribbon-top-left::before {
  border-top-color: transparent;
  border-left-color: transparent;
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before {
  border-top-color: transparent;
  border-right-color: transparent;
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before {
  border-bottom-color: transparent;
  border-right-color: transparent;
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

