body {
  /*background-color: #d1d3d4;*/
  background-size: cover;
  background-color: #ffffff;
  font-family: "Roboto Slab", serif;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 3px solid #000;
}
.separator::before {
  margin-right: 0.25em;
}
.separator::after {
  margin-left: 0.25em;
}

.theGrid {
  width: 80%;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
}

.homeDan {
  height: 15vw;
  width: 15vw;
}

#danPic {
  width: 30vw;
  height: 30vw;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
  z-index: 9;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #4caf50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.flip-card {
  background-color: transparent;
  float: left;
  width: 290px;
  height: 250px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 95px;
  text-align: center;
  background: #f47e57;
}

.talk-bubble {
  margin: 40px;
  display: inline-block;
  position: relative;
  width: 75%;
  height: auto;
  background-color: white;
}
.border {
  border: 3px solid black;
}
.round {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: black black transparent transparent;
}
.tri-right.btm-right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: white white transparent transparent;
}

.tri-right.border.btm-right:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: black black transparent transparent;
}
.tri-right.btm-right:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0px;
  bottom: -20px;
  border: 12px solid;
  border-color: white white transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent black;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent black;
}
.tri-right.btm-left:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent white;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: black transparent transparent black;
}
.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: white transparent transparent white;
}
/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  font-size: 20px;
}
.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.bgimg-1 {
  background-size: 100px 100px;
  min-height: 35vw;
  position: relative;
  background-color: black;
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
  background-image:
  /*linear-gradient(to bottom, rgba(20, 20, 20, 0.28), rgba(123, 38, 9, 0.37)),*/ url("../newImgs/b999.png");
}

.logo-img {
  border: 3px solid black;
  z-index: 99;
  height: 3vw;
  position: absolute;
  padding: 0px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thin_orange {
  height: 7px;
  background-color: #f15b29;
  z-index: -1;
}

.avatar {
  width: 10vw;
  height: 10vw;
  border-radius: 10vw;
  z-index: 99;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: "Roboto Slab", serif;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 20px;
  letter-spacing: 10px;
  font-family: "Roboto Slab", serif;
}

.carousel-inner {
  width: 100%;
  max-height: 400px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

/*configuration of text input*/
input[type="text"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #111;
  border-radius: 4px;
  box-sizing: border-box;
}
/*configuation of number input*/
input[type="number"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #111;
  border-radius: 4px;
  box-sizing: border-box;
}
/*configuration of email input*/
input[type="email"],
select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #111;
  border-radius: 4px;
  box-sizing: border-box;
}
/*configuration of submit input*/
input[type="submit"] {
  width: 100%;
  background-color: #111;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/*hover effect over sumbit input tag*/
input[type="submit"]:hover {
  background-color: #787878;
}

ul {
  list-style-type: none;
}

.btn-primary.custom-btn {
  background-color: #f15b29;
  border-color: #000;
}

.btn-dark.custom-btn {
  background-color: #383838;
  color: #fff;
  border-color: #000;
}

.panel-heading.panel-custom {
  background-color: #f15b29;
  color: white;
}

.img-container {
  position: relative;
  text-align: center;
  color: white;
}

.img-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#theCarousel {
  border-top: 1px solid #f15b29;
  border-bottom: 1px solid #f15b29;
}

#theStory {
  border-right: 4px double #f15b29;
  border-left: 4px double #f15b29;
  padding: 20px;
}

#whyUsPane {
  /* border-right: 4px double #f15b29; */
  border-left: 4px double #f15b29;
  padding: 20px;
}

.entry-title {
  font-size: 7rem;
  font-weight: 100;
  line-height: 60px;
  margin-bottom: 25px;
  position: relative;
}

.entry-content {
  font-size: 4rem;
  font-weight: 100;
  line-height: 60px;
  margin-bottom: 25px;
  position: relative;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

p {
  font-family: "Roboto Slab", serif;
}

h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

h5 {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
}

a:hover {
  color: #ddd;
  text-decoration: none;
}

.pfolio-link a {
  border: none !important;
}

.service-wrap {
  border: 1px solid #d6d6d6 !important;
}

.check {
  min-height: 127px;
}

.white-background {
  background-color: white;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar {
  position: relative;
  min-height: 114px;
  margin-bottom: 0px;
  border: none;
  font-size: 18px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #383838;
  border-bottom: 5px solid #f15b29;
  background-color: white;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.jumbotron {
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
  background-image: url("/img/field.jpg");
}

.jumbotron h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 0px;
}

/*Phone Number Input "hack"*/
.phone-number .col-xs-3::after {
  content: "-";
  position: absolute;
  right: 0px;
  color: black;
  border: 0px solid;
  top: 5px;
}

.phone-number .col-xs-4 {
  width: 25%;
}

.center {
  text-align: center;
}

.btn-send {
  color: #fff;
  background-color: #f15b29;
  border-color: #f15b29;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

footer {
  background-color: #383838;
  color: #d1d3d4;
  font-size: 15px;
}

.smg a {
  color: #d1d3d4;
  text-decoration: none;
}

a {
  color: #f15b29;
  text-decoration: none;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-header {
  height: 118px;
}

.dealers {
  list-style: none;
  line-height: 2em;
}

.gray-top {
  background-color: #383838;
  color: #ddd;
}

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /*border:1px solid #ddd;*/
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #5a55a3;
}
div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #f15b29;
  background-image: #f15b29;
  color: #ffffff;
  border-color: #f15b29;
}
div.bhoechie-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f15b29;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.carousel-indicators .active {
  width: 50px;
  height: 10px;
  margin: 0;
  background-color: #fff;
}

.carousel-indicators li {
  display: inline-block;
  width: 50px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  /* background-color: #000\9; */
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0px;
}

.carousel .item:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 46%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.grid {
  position: relative;
  margin: 0 auto;
  /*padding: 1em 0 4em;*/
  /*max-width: 1000px;*/
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;*/
  margin-bottom: 2px;
  /*min-width: 320px;*/
  /*max-width: 480px;*/
  /*max-width: 269px;*/
  max-height: 360px;
  /*width: 48%;*/
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  /*background: #4a3753;*/
  background: #f15b29;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.3;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #000000;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hp-orange-bar {
  /* letter-spacing: 4px;
  padding-bottom: 30px;
  padding-top: 18px; */
  color: #fff;
  font-size: 1.5em;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f15b20;
  outline: 0;
}

.carousel-caption h1 {
  font-size: 60px;
}
.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}
.btn-clear {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  margin-right: 15px;
}
.btn-clear:hover {
  color: #000;
  background-color: #fff;
}

.carousel-caption h1 {
  font-size: 25px;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 5px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel p {
  margin: 0px;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

ul.filter > li.active a,
.shorting-container button.button.is-checked {
  background-color: #f15b29 !important;
  border-color: #f15b29 !important;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.service-wrap:hover i {
  background-color: #f15b29 !important;
  color: #fff;
}

.service-wrap i {
  background-color: #fff;
  border: 1px solid #f15b29 !important;
  border-radius: 50%;
  color: #f15b29;
  height: 64px;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  width: 64px;
}

.multi-item-carousel .carousel-inner {
  text-align: center;
}
.multi-item-carousel .carousel-inner > .item > a {
  text-align: center;
}
.multi-item-carousel .carousel-inner .item a .img-responsive {
  margin: auto;
  display: inline-block;
}
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
.carousel-control {
  opacity: 0.2;
}
.carousel-control:hover {
  opacity: 0.3;
}
.carousel-control.left {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+65,7db9e8+100&1+27,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 27%,
    rgba(0, 0, 0, 0.48) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 27%,
    rgba(0, 0, 0, 0.48) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 27%,
    rgba(0, 0, 0, 0.48) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.carousel-control.right {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+33&0+0,1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(125, 185, 232, 0) 0%,
    rgba(0, 0, 0, 0.33) 33%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(125, 185, 232, 0) 0%,
    rgba(0, 0, 0, 0.33) 33%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(125, 185, 232, 0) 0%,
    rgba(0, 0, 0, 0.33) 33%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .multi-item-carousel .carousel-inner .active.left {
    left: 0%;
  }
  .multi-item-carousel .carousel-inner .active.right {
    left: 0%;
  }
  .multi-item-carousel .carousel-inner .next {
    left: 0%;
  }
  .multi-item-carousel .carousel-inner .prev {
    left: 0%;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    backface-visibility: visible;
    transform: none !important;
  }
}

@media only screen and (max-device-width: 2750px) {
  #danPic {
    max-width: 28vw;
    max-height: 30vw;
  }

  figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
}

@media only screen and (max-device-width: 1680px) {
  #danPic {
    max-width: 28vw;
    max-height: 30vw;
  }

  figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
}

@media only screen and (max-device-width: 1600px) {
  #danPic {
    max-width: 28vw;
    max-height: 30vw;
  }

  .logo-img {
    top: 14%;
  }
}

@media (min-width: 1200px) {
  figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
}

@media only screen and (max-device-width: 1025px) {
  .bgimg-1 {
    background-attachment: scroll;
    background-position: center;
    background-image:
      /*linear-gradient(to bottom, rgba(20, 20, 20, 0.28), rgba(123, 38, 9, 0.37)),*/ url("../newImgs/b1010.png");
  }
  .logo-img {
    height: 4vw;
    top: 11%;
  }
  .hp-orange-bar {
    font-size: 1.5em;
  }
  .theGrid {
    width: 100%;
  }
  footer {
    font-size: 2vw;
  }
  #mobForm {
    display: visible;
  }
  .card button {
    font-size: 3vw;
  }
}

@media only screen and (max-device-width: 1022px) {
  .bgimg-1 {
    background-position: center;
    background-attachment: scroll;
    background-image:
      /*linear-gradient(to bottom, rgba(20, 20, 20, 0.28), rgba(123, 38, 9, 0.37)),*/ url("../newImgs/b1010.png");
  }

  embed {
    display: none;
  }
  footer {
    font-size: 4.1vw;
  }
  .footerRow {
    margin-left: -200%;
  }
  .btnC {
    font-size: 4vw;
  }
  .homeDan {
    height: 300px;
    width: 300px;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  #theCarouse1 {
    display: none;
  }
  #parts {
    font-size: 30px;
  }
  .logo-img {
    top: 22%;
  }
  #danPic {
    max-width: 30vw;
    max-height: 30vw;
  }
  #footerRow {
    margin-left: -14%;
  }
  .theGrid {
    width: 100%;
  }
  .meterRow {
    margin-top: -30%;
  }
  .hp-orange-bar {
    font-size: 1.5em;
  }
  .grid figure figcaption {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.4em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #myForm {
    display: none;
  }
  .carousel-inner {
    max-height: 240px;
  }
}

@media (min-width: 992px) {
  figure.effect-honey h2 {
    padding: 0em 1.5em;
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
}

@media only screen and (max-device-width: 768px) {
  .logo-img {
    top: 25%;
  }
  figure.effect-honey h2 {
    /* padding: 0em 0.5em; */
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  .footerRow {
    margin-left: -100%;
  }
  .navbar-nav > li > a {
    padding-top: 74px;
    padding-bottom: 15px;
  }

  .content {
    padding-left: 10px;
    padding-right: 40px;
  }
  footer {
    font-size: 4vw;
  }
}

@media (max-width: 767px) {
  .carousel-caption h1 {
    font-size: 25px;
  }

  .hp-orange-bar {
    font-size: 1.5em;
  }
  .content {
    padding-left: 30px;
    padding-right: 29px;
  }
}

@media only screen and (max-device-width: 414px) {
  .logo-img {
    height: 10vw;
    top: 20%;
  }
}
@media only screen and (max-device-width: 411px) {
  .logo-img {
    top: 18%;
  }
}

@media only screen and (max-device-width: 375px) {
  .logo-img {
    top: 18%;
  }
  .carousel-inner {
    max-height: 205px;
  }
}

@media only screen and (max-device-width: 360px) {
  .logo-img {
    top: 19%;
  }
}

/* Cookie Banner */
#cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 10%;
  right: 10%;
  padding: 5px 14px;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  transition: opacity 1s;
  text-align: center;
}

#close-cookie {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  float: right;
}
