.ql-clipboard, .ql-hidden {
  display:none;
}

#product .row, #feature .row  {
  width: 1400px;
  max-width:100%;
  margin:0 auto;
  margin-bottom:0;
}

#product {
  margin-top:0;
}

#product:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg1.png);
  background-size: cover;
  background-position: center;
  opacity:.12;
  z-index:-1;
}

#product .row {
  margin-top:0;
  overflow: hidden;
  position: relative;
}

.mobile_menu {
  background-color: rgba(0, 0, 0, .5);
}

.mobile_menu .col-md-6:nth-child(2) {
  border-color:#555;
}

#feature .row {
  margin:0;
}

#feature {
  background-color:#fbfbfb;
}

#feature .context p {
  margin:0;
}

#feature .context h4 {
  font-size: 1em;
  text-underline-offset: 5px;
}

#action {
  margin-top:0;
}

#product .row .col-md-6 h1 {
  padding:.5rem 0;
  font-family:Roboto-Thin, sans-serif;
  letter-spacing: .05em;
  font-weight: 600;
  font-size:1.3rem;
  margin-top:3rem;
}

.desc_content {
  margin-top:1rem;
}

#product .row .col-md-6 h1 a img {
  width: 24px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: .5rem;
}

#product .row .col-md-6 h1 a:hover img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(60%) saturate(5365%) hue-rotate(158deg) brightness(95%) contrast(99%);
}

#main-photo {
  visibility: hidden;
  max-width: 100% !important;
}

#main-photo-frame {
  margin:0;
  margin-bottom:2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#item-photo ul {
  list-style: none;
  text-align: left;
  padding-top: .5rem;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #fff, #555, #fff);
  padding-bottom: 1.5rem;
}
#item-photo ul li {
  display: inline;
  margin-top: 1rem;
}
#item-photo ul li img {
  margin-top: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.item-photo-small {
  width: 18.2% !important;
  max-width:80px;
  opacity: 0.6;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.selected_thumbnail {
  opacity: 1;
  border-bottom: 2px solid #019fb6;
  transition: all 100ms linear;
}

.item-photo-small:hover {
  opacity: 1;
}

.desc_content p {
  padding:.5rem 1.5rem;
  padding-right:.5rem;
  border-left:2px solid #019fb6;
  font-size:16px;
  line-height:1.5;
}
.feature_content p {
  font-size:16px;
  line-height:1.5; 
}
.desc_content a img {
  width:24px;
  margin-left:-7px;
}

.desc_content a:hover, .feature_content a:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  transform:translateY(-2px)
}
#editor-container h4 {
  font-family:Roboto-Thin;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-size:20px;
  margin-bottom:1rem;
}
/*
#editor-container p {
  margin:0;
}*/
.feature_content li {
  line-height:1.5; 
  margin-bottom:.5rem;
}

.feature_content {
  margin-top:1rem;
}

.learn {
  cursor:pointer;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color:#fff;
  padding: 0;
  padding-top:2rem;
  color: #019fb6;
  text-transform: uppercase;
  text-align: center;
  transition: all .2s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  display: none;
  text-decoration: underline;
}

.fullHeight {
  height:auto !important;
}

#action .row p {
  text-align: left;
  max-width:1300px;
  margin:1rem auto;
  margin-top:.5rem;
  font-size:19px;
  font-weight:500;
  line-height: 1.5;
  letter-spacing: .05em;;
}

#action .row a {
  display: block;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

#action .row a img {
  width:20px;
  vertical-align: sub;
  transition: .2s all ease-in-out;
}

#action .row a:hover img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(56%) saturate(5343%) hue-rotate(157deg) brightness(93%) contrast(99%);
} 

@media (min-width: 768px) {
  #action .row p {
    font-size:22px;
    text-align: center;
  }
  .desc_content p,.feature_content p  {
    font-size:18px;
  }
  #main-photo {
    max-width:400px !important;
  }
  #feature .row  {
    margin-bottom:3rem;
  }
  .feature_content {
    margin-top:8.75rem;
  }
  #editor-container h4 {
    font-size:24px;
  }
  #product .row .col-md-6 h1 a img {
    width: 28px;
    margin-top: -5.5px;
    margin-right: .75rem;
  }
  .mobile_menu {
    display:flex;
  }
}

@media (min-width: 1200px) {
  .mobile_menu {
    display:none;
  }
  #product .row .col-md-6 h1 {
    margin-top:8rem;
    font-size: 1.5rem;
  }
  .desc_content {
    margin-top:8rem;
  }
  #product .row .col-md-6 h1 a img {
    margin-top: -5.5px;
    margin-right: 1cap;
  }
}