/* Quickset Overides */
body {
    background-image: url("http://tsavagellc.com/assets/img/bg/fake_brick.png");
}
.vertSpacer {
    padding-bottom: 10px;
}
.navbar-nav .nav-link {
    color: #ffffff;
}
.g-bg-white {
    background-color: rgba(255, 255, 255, 0.24) !important;
}
.g-theme-color-gray-light-v2 {
    color: #ffffff !important;
}
.g-bg-dark {
    background-color: #13181d;
}
.connect3 {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-size: 1rem;
    font-weight: 700;
}
.red1pxBot {
    border-bottom: 1px solid #F70101;
    background-image: url("http://tsavagellc.com/assets/img/bg/gun_metal.png");
}
.contactPanel {
    background-color: rgba(0, 0, 0, 0.94);
    background-image: url(http://tsavagellc.com/assets/img/rubber-grip.png);
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    box-shadow: 0 0px 8px -1px rgba(175, 181, 189, 0.82), 4px 0 50px 15px rgba(1, 1, 1, 0.97), inset 0 104px 68px rgba(251, 247, 255, 0.68);;;;
    border-radius: 5px;
    border: 1px solid #f8f4fc;
}
.smallPad {
    padding-right: 1px;
    padding-left: 1px;
    height: 369px;
}
.img-thumbnail {
    padding: .1rem;
    background-color: #111aff;
    border: 1px solid #46e608;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}
.modal {
	top: 43px;
}

.modal-backdrop {
	z-index: -1;
}

/* Comparison Slider By Ryan Hell 2019 */
@import "lesshat";

.ba-slider {
    position: relative;
    overflow: hidden;
}
 
.ba-slider img {
    width: 100%;
    display:block;
}
 
.resize {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}


.handle { /* Thin line seperator */
  position:absolute; 
  left:50%;
  top:0;
  bottom:0;
  width:4px;
  margin-left:-2px;
 
  background: rgba(0,0,0,.5);
  cursor: ew-resize;
}
 
.handle:after {  /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
 
    content:'\21d4';
    color:white;
    font-weight:bold;
    font-size:36px;
    text-align:center;
    line-height:64px;
 
    background: #ffb800; /* @orange */
    border:1px solid #e6a600; /* darken(@orange, 5%) */
    border-radius: 50%;
    transition:all 0.3s ease;
    box-shadow:
      0 2px 6px rgba(0,0,0,.3), 
      inset 0 2px 0 rgba(255,255,255,.5),
      inset 0 60px 50px -30px #ffd466; /* lighten(@orange, 20%)*/ 
}

.draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height:48px;
    font-size:30px;
}