/* secondary pages */
.port-image
{
    width: 100%;
    border: 2px solid #ccc;
}

.col-md-3
{
    margin-bottom:20px;
}

.each-item
{
    position:relative;
    overflow:hidden;
    padding-top: 50px;
}

.each-item:hover .cap2, .each-item:hover .cap1
{
    left:0px;
}
.cap1 {
    text-align: center;
}

.hooks-banner {
    padding: 0;
}
.btn-primary {
    color: #fff;
    background-color: #376280;
    border-color: #376280;
}
.btn-div {
  margin-top: -2px;
}
.filter {
    margin-top: 50px;
}
.v-loc {
  position: absolute;
  top: 20px;
  left: 5%;
}
.new-item {
    position: absolute;
    top: 10px;
    right: 3%;
}
.new-item-tag {
    max-height: 75px;
}
.v-loc-tag {
  max-height: 45px;
}
.hook-img {
  position: relative;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/* tech */
.v-tech {
  min-height: 400px;
  background-image: url("images/smallmouth-banner.jpg");
  background-size: cover;
}
.v-tech-lead {
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 30px;
}
.v-tech-v-loc-logo {
  max-width: 200px;
}
.v-h2 {
  color: #ff4f00;
}
.v-tech-feature {
    border: 3px solid #ccc;
    padding: 20px 20px 0 20px;
    margin-top: 30px;
}
.v-tech-feature a {
  color: #ff4f00;
}
hr.blue-hr {
    margin-top: 90px;
    margin-bottom: 40px;
    color: blue;
    border: 4px solid #376280;
}
.tech-point {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%);
    width: 100%;
    text-align: right;
    padding-right: 20px;
    font-size: 36px;
    color: #fff;
    margin: 5px;
}
.tech-point:hover, .tech-point:active {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(255,79,0,1) 100%);
}
.tech-holder {
  position: relative;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
}
.tech-hook{
  position: absolute;
  top: -15%;
  left: 20%;
  z-index: 99;
  height: 130%;
  pointer-events: none;
}
.tech-hook img {
  max-height: 100%;
}
.tech-point1:hover ~ .tech-pop1, .tech-point2:hover ~ .tech-pop2, .tech-point3:hover ~ .tech-pop3, .tech-point4:hover ~ .tech-pop4, .tech-point5:hover ~ .tech-pop5 {
    display: block;
}

.tech-pop {
    position: absolute;
    top: 60px;
    left: 3%;
    display: block;
    background-color: #fff;
    width: 40%;
    border: solid #cccccc 3px;
    padding: 13px;
    display: none;
    z-index: 100;
}
.tech-pop span {
    color: #ff4f00;
    font-size: 1.7em;
    font-weight: 600;
}
.tech-close {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 4px;
    line-height: .7em;
    display: block;
    background-color: #ccc;
    color: #fff;
}
@media (max-width: 991px) {
  .tech-hook {
      position: relative;
      top: -2%;
      left: 0;
      z-index: 0;
      height: 130%;
      pointer-events: none;
      max-height: 300px;
      text-align: center;
  }
  .tech-holder {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
.tech-pop {
    position: absolute;
    top: 60px;
    left: 3%;
    display: block;
    background-color: #fff;
    width: 94%;
    border: solid #cccccc 3px;
    padding: 13px;
    display: none;
    z-index: 100;
}
}

/* hook detail */
.hook-dtl ul li {
  list-style: disc;
  margin-left:20px;
}
.hook-dtl h3 {
  font-size: 1.2em
}
.sku {
  font-size: 1.4em;
  color:#ff4f00;
}
.itm-img {
  border: 2px solid #ccc;
}
.dtl-title {
    text-transform: uppercase;
    text-align: right;
    background-color: #ff4f00;
    margin-top: 4px;
    color: #fff;

}
.dtl-dtl {
    border-bottom: 1px solid;
}
.modal-dialog {
    max-width: 700px;
  }
