.site-header::before {
  -webkit-transform: skewY(0deg);
  transform: skewY(0deg);
}

.hero-media {
  height: auto!important;
}

.option-row {
  display: flex;
  flex-direction: row;
}

.option-title {
  display: block;
  width: 100%;
}

.option-item {
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  max-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  background: white;
  color: #333;
}

.option-item:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.option-item.active {
  background: yellow;
}

.option-item input {
  width: 100%;
}

.generated-area {
  position: relative;
  color: #444;
  padding: 60px 20px 10px 20px;
  text-align: left;
}

.generated.pre {
  white-space:pre-wrap;
  padding-top: 16px;
}

.generated-hidden {
  background: red;
  display: none;
}

.generated-area h1,
.generated-area h2,
.generated-area h3,
.generated-area h4,
.generated-area h5,
.generated-area h6,
.generated-area .h1,
.generated-area .h2,
.generated-area .h3,
.generated-area .h4,
.generated-area .h5,
.generated-area .h6 {
  color: #444!important;
  margin-top: 0;
}

.copy-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 99;
  background: yellow;
  border-radius: 0 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  color: #333!important;
}

#banner .copy-button:hover {
  color: #3299BB;
  border-color: #3299BB;
}

#banner-content.row {
  padding-top: 100px;
  padding-bottom: 0px;
}

.notify {
  margin: 0 auto;
  width: 200px;
  background: #3299BB;
  border-radius: 5px;
  position: fixed;
  top: 10px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  padding: 10px;
  z-index: 999;
  font-weight: bold;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.hide {
  top: -1000px;
}

.footer-copyright {
  justify-content: center;
}

/*
 * Ad
 */
#bsap_1265000 {
  display: none;
}

body .one .bsa_it_ad {
    background: transparent;
    border: none;
    font-family: 'Poiret One', cursive, serif;
    padding: 0;
    margin: 0;
    text-align: left;
}

body .one .bsa_it_ad .bsa_it_i {
    display: block;
    padding: 0;
    float: left;
    margin: 0 0 5px;
}

body .one .bsa_it_ad .bsa_it_i img {
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
}

body .one .bsa_it_ad .bsa_it_t {
    padding: 6px 0 0 0;
}

body .one .bsa_it_p {
    display: none;
}

body #bsap_aplink,body #bsap_aplink:hover {
    display: block;
    font-size: 10px;
    margin: 0 15px 0;
    text-align: right;
    float: right;
    color: #444;
    text-decoration: none;
}

body #bsap_aplink:hover {
    text-decoration: underline;
}

.bsa,
.gotta-pay-the-bills {
    width: 290px;
    height: 120px;
    background: white;
    float: right;
    padding: 10px;
    margin: -2px 10px 0 0;
    border: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bsa_it_i {
    float: left;
    display: block;
}

body .one .bsa_it_ad {
    background: transparent;
    border: none;
    margin: 0;
}

.one .bsa_it_ad {
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #E1E1E1;
    background: #F9F9F9;
    line-height: 100%;
    position: relative;
}

.bsa_it_p {
    display: none;
}

@media (max-width:1435px) {
    .gotta-pay-the-bills {
        z-index: 999;
        position: fixed;
        bottom: 0;
        right: 0;
    }
}

@media (max-width:920px) {
    .gotta-pay-the-bills {
        display: none;
    }
}
