.owl-top-narrow #category-slider-demo-7 .owl-controls{right:-2px}

/* tooltip for demo */
@-webkit-keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tooltip-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
@keyframes tooltip-color {
  0% {
    color: #fff;
  }
  50% {
    color: #333;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}
@keyframes tooltip-color-white {
  0% {
    color: #444;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #444;
  }
}
.header .demo-tooltip,.footer .demo-tooltip{position:absolute;right:15px;top:5px;z-index:9;width:20px}
.header-container.sticky-header .header .demo-tooltip{display:none}
.footer .demo-tooltip{top:-20px}
a.tooltip-icon{border:1px solid #fff;color:#fff;border-radius:50%;display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:10px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-animation: tooltip-animation 1s ease-in infinite;-moz-animation: tooltip-animation 1s ease-in infinite;-ms-animation: tooltip-animation 1s ease-in infinite;animation: tooltip-animation 1s ease-in infinite;}
.header-container.type2 a.tooltip-icon,.header-container.type3 a.tooltip-icon,.header-container.type4 a.tooltip-icon,.header-container.type5 a.tooltip-icon,.header-container.type6 a.tooltip-icon,.header-container.type7 a.tooltip-icon,.header-container.type8 a.tooltip-icon{color:#000;border-color:#000}


.tooltip-popup{position:absolute;right:-10px;top:30px;width:300px;background-color:#111;box-shadow:0 0 8px rgba(255,255,255,.5);padding:20px;border-radius:10px;font-size:12px;line-height:1.4;color:#fff;text-align:left}
.tooltip-popup h4{font-size:16px;color:#fff}
.tooltip-popup p{margin-bottom:10px;color:#fff}
.tooltip-popup em{font-size:10px}
a.tooltip-close{position:absolute;right:10px;top:10px;color:#fff}
.footer-middle>.container{position:relative}









.wiserequestsample-index-index #featured {
  background-color: #006099;
  color: white;
  text-align: left;
}
.wiserequestsample-index-index #featured:after {
  clear: both;
  content: "";
  display: table;
}
.wiserequestsample-index-index #featured h1 {
  color: rgb(255, 255, 255);
}
.wiserequestsample-index-index #featured > .span8 {
  margin: 0px auto;
  max-width: 1170px;
  padding: 2rem;
}
.wiserequestsample-index-index #mains-footer {
  margin: 0 auto;
  max-width: 1170px;
  padding: 2rem;
  text-align: left;
}
form#sample_request {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 1rem;
  text-align: left;
}
#wiseform-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 2rem;
  text-align: left;
}
form#sample_request:after,
#wiseform-wrap:after {
  clear: both;
  content: "";
  display: table;
}
form#sample_request > fieldset {
  display: inline-block;
  padding: 1rem;
  vertical-align: top;
}
form#sample_request > fieldset:after {
  clear: both;
  content: "";
  display: table;
}
form#sample_request > fieldset.span4 {
  margin-bottom: 4rem;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}
form#sample_request > fieldset.span4 img {
  height: auto;
  margin-bottom: 2rem;
  max-width: 100%;
}
form#sample_request input,
form#sample_request select,
form#sample_request textarea,
#wiseform-wrap input,
#wiseform-wrap select,
#wiseform-wrap textarea {
  display: block;
  padding: 0 0.25rem;
  width: 100%;
}
form#sample_request textarea,
#wiseform-wrap textarea {
  max-width: 100%;
  min-width: 100%;
}
form#sample_request input.phone-fields {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 30%;
}
form#sample_request .between {
  display: inline-block;
  float: left;
  text-align: center;
  width: 4%;
}
form#sample_request .control-group,
#wiseform-wrap .control-group {
  display: inline-block;
  float: left;
  margin-bottom: 2rem;
  padding-right: 1rem;
  vertical-align: top;
  width: 100%;
}
form#sample_request .control-label,
form#sample_request .controls,
#wiseform-wrap .control-label,
#wiseform-wrap .controls {
  line-height: 1.75;
}
form#sample_request .control-label,
#wiseform-wrap .control-label {
  display: block;
  margin-bottom: 0.25rem;
  text-align: left;
}
form#sample_request #get-sample,
#wiseform-wrap #get-sample {
  background-color: rgb(140, 15, 11);
  border: none;
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  padding: 1rem;
  text-transform: uppercase;
}
#wiseform-wrap #accepted_cc {
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  form#sample_request .control-group.span6 {
    width: 50%;
  }
  form#sample_request .control-group.span3 {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  form#sample_request > fieldset.span8 {
    float: left;
    padding-right: 2rem;
    width: 66%;
  }
  form#sample_request > fieldset.span4 {
    float: right;
    margin-bottom: 0;
    margin-top: -12rem;
    padding-right: 2rem;
    text-align: left;
    width: 33%;
  }
  .wiserequestsample-index-index #featured h1 {
    font-size: 3rem;
    max-width: 50%;
  }
  #wiseform-wrap input,
  #wiseform-wrap select,
  #wiseform-wrap textarea {
    max-width: 66%;
  }
}