.cb-box {
  display: block;
  position: relative;
  max-width: 400px;
  width: auto;
  height: auto;
  padding: 0;
  margin: 1em auto;
  background: none;
  font-size: 1rem;
  font-family: Tahoma;
  line-height: 1.2; }
  .cb-box .cb-image {
    outline: 1px solid #eee;
    position: static;
    display: block;
    width: 100%;
    height: 0;
    padding: 75% 0 0 0;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(bg.jpg); }
  .cb-box .cb-btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }
    .cb-box .cb-btn button {
      border: none;
      outline: none;
      margin: 0;
      padding: 1em 2em;
      background: #f6931d;
      color: #fff;
      font-size: inherit;
      cursor: pointer;
      overflow: visible;
      -webkit-transition: all ease .3s;
      transition: all ease .3s; }
      .cb-box .cb-btn button:hover {
        background: #e48616; }
      .cb-box .cb-btn button:focus {
        outline: none; }
  .cb-box.cb-box-2 .cb-image {
    display: none; }
  .cb-box.cb-box-2 .cb-btn {
    position: static;
    -webkit-transform: none;
            transform: none; }

.cb-frame {
  visibility: hidden;
  position: fixed;
  z-index: -100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  .cb-frame iframe {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    margin: auto;
    background: #fff; }
  .cb-frame .cb-frame-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .8; }

/**************************************/
.cb-box.opened .cb-frame {
  display: block;
  visibility: visible;
  z-index: 9999; }

/*# sourceMappingURL=controller.css.map */