html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    line-height: 1.8;
    color: black;
    padding: 0px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.center {
    text-align: center;
}

a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.uppercase {
    text-transform: uppercase;
}

.h-30 {
    height: 30px
}

.h-10 {
    height: 10px
}

.color {
    color: #3C5624;
    font-size: 11px;
}
.information{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.information h2{
  font-size: 2.6em;
  font-weight: 200;
  color: #666766;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;

}
.information h3{
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 200;
  color: #262626;
  text-align: center;
}
.information h4{
  max-width: 600px;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 200;
  color: #666766;
  text-align: center;
}
.information p{
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.information h1 a{
  font-size: .9em;
  line-height: .8em;
  text-transform: uppercase;
  font-weight: 300;
  color:#383838;
  text-align: center;
}
/* typography
==================================================*/
/* preloader
==================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should be a color other than white */
    z-index: 1000;
    /* makes sure it stays on top */
}

.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #383838;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* header
==================================================*/
.intro-header-three {
    width: 100%;
    padding-top: 400px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/store/photo_store_seven.jpg) no-repeat;
    background-size: cover;
    margin-top: 280px;
    padding-top: 20px;
    margin-bottom: 20px;
}
/*intro*/

.box-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 50px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-header {
    height: 100px;
    background: transparent;
    box-shadow: none;
}
/*header fixed*/
.box-header {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-header.is-fixed {
  position: fixed;
  top: -100px;
  background-color: rgba(255, 255, 255, 0.60);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.box-header.is-visible {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.box-header.menu-is-open {
  background-color: rgba(255, 255, 255, 0.80);
}
.box-logo {
  display: block;
  padding: 10px;
}
/*end header fixed*/
/*start nav*/
.box-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #fff;
}
.box-primary-nav-trigger .box-menu-text {
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  display: none;
  font-size: 16px;
}
.box-primary-nav-trigger .box-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: black;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  list-style: none;
}
.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
  transition: top .3s, background-color 0s, -webkit-transform .3s;
  transition: transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.box-primary-nav-trigger .box-menu-icon::before {
  top: -5px;
}
.box-primary-nav-trigger .box-menu-icon::after {
  top: 5px;
}
.box-primary-nav-trigger .box-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
  background-color: 393939;
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.box-primary-nav-trigger {
  width: 100px;
  padding-left: 1em;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  right: 10px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-primary-nav-trigger .box-menu-text {
  display: inline-block;
}
.box-primary-nav-trigger .box-menu-icon {
  left: auto;
  right: 1em;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.box-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color:rgba(255, 255, 255, 0.9);
  z-index: 2;
  text-align: center;
  padding: 30px 0 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  list-style: none;
}
.box-primary-nav li {
  padding: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: capitalize;
}
.box-primary-nav a {
  display: inline-block;
  padding: 0em;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: black;
  font-weight: 300;
  font-size: 1.4em;
  text-decoration: none;
}
.box-primary-nav a:focus {
  outline: none;
}
.no-touch .box-primary-nav a:hover {
  color:black;
  padding:0;
  text-align: center;
  text-decoration: underline;
}
.box-primary-nav .box-label {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  margin: 2.4em 0 .8em;
}
.box-primary-nav .box-social {
  display: inline-block;
  margin: 10px .4em;
}
.box-primary-nav .box-social a {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 0;
}
.box-primary-nav .box-social a:hover {
  cursor: pointer;
  width: 65px;
  height: 65px;
  padding: 0;
}

.box-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.box-primary-nav {
  padding: 80px 0 0;
}
.box-primary-nav li {
  font-size: 18px;
}
.box-social img{
  cursor: pointer;
  width: 60px;
}
.box-social img:hover{
  cursor: pointer;
  width: 58px;
}
/*end nav*/

/* box-intro
==================================================*/
.box-intro {
  text-align: center;
  display: table;
  height: 100vh;
  width: 100%;
}
.box-intro .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.box-intro em {
  font-style: normal;
  text-transform: uppercase
}
b i:last-child {
  color: #3C5624 !important;
}
.box-intro h5 {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #999;
  line-height: 1.7
}
/* mouse effect */
.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #888;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #888;
  -webkit-animation: finger 2s infinite;
  animation: finger 2s infinite;
}
.main{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.logo{
  display: flex;
  justify-content: center;
  margin-top: 5em;
}
.title{
  display:flex;
  justify-content: center;
}
/*carousel*/
.row {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
    margin-top: 0;
    background-size: cover;
}
.container{
 width:100%;
 padding: 0px;
 margin: 0px;
 margin-top: -50px;
}
#quote-carousel {
    padding: 0 0px 0px 0px;
    margin-top: 60px;
    z-index: 1;
}
.carousel-inner h1{
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  font-size: 3.5em;
  color: white;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 65%;
}
.carousel-inner a{
width: 80px;
height: 80px;
}
.shop_button {
  background-image:url("../img/store/large/button_shop.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-left:91%;
  margin-top:310px;
}
.shop_button:hover {
  background-image:url("../img/store/large/shop_button.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-left:91%;
  margin-top:310px;
}
.slide_one{
  margin-top: 5px;
  background-image:url("../img/store/large/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
.slide_two{
  margin-top: 5px;
  background-image:url("../img/store/large/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
.slide_three{
  margin-top: 5px;
  background-image:url("../img/store/large/3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
.slide_four{
  margin-top: 5px;
  background-image:url("../img/store/large/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
.slide_five{
  margin-top: 5px;
  background-image:url("../img/store/large/5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
.slide_six{
  margin-top: 5px;
  background-image:url("../img/store/large/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
.slide_seven{
  margin-top: 5px;
  background-image:url("../img/store/large/7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
.slide_eight{
  margin-top: 5px;
  background-image:url("../img/store/large/8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:530px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right:0;
    top: auto;
    bottom: 0px;
    margin-right: 0;
    margin-left: 2%;
}
#quote-carousel .carousel-indicators li {
    width: 140px;
    height: 110px;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    opacity: 0.5;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
    border-radius:0;
}
#quote-carousel .carousel-indicators .active {
    margin-top: 10px;
    width: 145px;
    height: 110px;
    opacity: 1;
    transition: all .2s;
    border-radius:0;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#quote-carousel .carousel-control {
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:white;
    width: 50px;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 550px;
    margin-left: 2px;
    margin-right:2px;
}
.carousel-control.right {
    right: 0;
    left: auto;
     background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
     background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
     background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.arrow-left{
  background-image:url("../img/store/large/arrow_left.jpg");
  background-repeat: no-repeat;
  width: 25px;
  height: 45px;
}
.arrow-right{
  background-image:url("../img/store/large/arrow_right.jpg");
  width: 25px;
  height: 45px;
}
blockquote {
    padding: 2.5px 5px;
    margin: 0 0 5px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 96%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    line-height: 40px;
    font-size: 20px;
    right: 10px;
    text-align: center;
    color: #fff;
    background: #383838;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover,
.no-touch .cd-top:focus {
    background-color: #383838;
    opacity: 1;
    color: #fff;
}
.social-ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.social-ul li {
  width: 65px;
  margin: 0px;
  float:none;
  margin: 0px;
  padding: 0px;
}
.center {
  text-align: center;
}

/* footer
==================================================*/
footer {
  color: black;
  font-family: 'Lato', sans-serif;
  padding: 30px 0;
  text-align: center;
  background: white;
}
.footer_direction{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer h2 a{
  color:black;
  margin-left:1em;
  margin-right:1em;
  text-align: center;
  font-weight: 300;
}
footer h2 a:hover{
  color:black;
  text-align: center;
  text-decoration: none;
  border-bottom:1.1px solid;
}
footer .social-ul a{
  color:black;
  text-align: center;
  font-weight: 300;
}

footer .social-ul a:hover{
  color:black;
  text-align: center;
  text-decoration: none;
  border-bottom:none;
}
footer a{
  color:black;
  text-align: center;
  font-weight: 400;
}
footer a:hover{
  color:black;
  border-bottom:1.1px solid;
  text-decoration: none;
}
.container-fluid.footer_direction.center {
  display: flex;
  flex-direction: row;
}
.container-fluid.footer_direction.center p {
  margin:1%;
  font-size: 1.1em;
}
.copyright {
    color: black;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
footer img {
    margin: 0 auto;
    width: 60px;
}

/* Responsive media queries
==================================================*/
@media (max-width: 4500px) {
  /*carousel*/
  .intro-header-two {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 550px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/store/banner_store_six.jpg) no-repeat center center;
      background-size: cover;
  }
  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .container{
   width:100%;
   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 3.5em;
    color: white;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 65%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left:91%;
    margin-top:310px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/shop_button.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left:91%;
    margin-top:310px;
  }
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 400px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_seven.jpg) no-repeat;
        background-size: cover;
        margin-top:350px;
        padding-top: 30px;
  }
}
@media (max-width: 1450px) {
  .intro-header-two {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/store/banner_store_six.jpg) no-repeat center center;
      background-size: cover;
  }
  /*carousel*/
  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .container{
   width:100%;
   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 3.5em;
    color: white;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 65%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left:91%;
    margin-top:310px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/shop_button.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left:91%;
    margin-top:310px;
  }
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  }
@media (max-width: 1024px) {
  .intro-header-two {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/store/banner_store_five.jpg) no-repeat center center;
      background-size: cover;
  }
  /*carousel*/
  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .container{
   width:100%;
   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 3.5em;
    color: white;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 65%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left:91%;
    margin-top:310px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/shop_button.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left:91%;
    margin-top:310px;
  }
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 250px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_five.jpg) no-repeat;
        background-size: auto;
        margin-top:400px;
        padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .intro-header-two {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/store/banner_store_four.jpg) no-repeat center center;
      background-size: cover;
  }
  .title h1{
    width: 45%;
    text-align: center;
    font-size: 2.5em;
    text-transform: none;
    font-weight: 300;
    color: #3C5624;
    line-height: 1.2em;
    margin-bottom: 2em;
  }
  /*carousel*/
  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .col-md-12{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container{
   width:100%;

   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      width: 100%;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 3.5em;
    color: white;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 65%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
      background-image: url("../img/store/large/button_shop.png");
      background-repeat: no-repeat;
      width: 80px;
      height: 80px;
      margin-left: 88%;
      margin-top: 254px;

  }
  .shop_button {
    background-image: url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    margin-left: 88%;
    margin-top: 254px;
}
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  i.arrow-left {
    display: none;
  }
  i.arrow-right {
    display: none;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_five.jpg) no-repeat;
        background-size: auto;
        margin-top:400px;
        padding-top: 30px;
  }
}
  @media only screen and (max-width: 760px) {
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_five.jpg) no-repeat;
        background-size: auto;
        margin-top:30px;
        padding-top: 30px;
}
}
  @media only screen and (max-width: 750px) {
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_five.jpg) no-repeat;
        background-size: auto;
        margin-top:30px;
        padding-top: 30px;
  }
}
@media only screen and (max-width: 670px) {

  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .col-md-12{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container{
   width:100%;

   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      width: 100%;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 2.5em;
    text-align: center;
    color: white;
    padding-top: 440px;
    padding-left: 10px;
    padding-right: 50%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:80%;
    margin-top:-75px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:80%;
    margin-top:-75px;
  }
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  i.arrow-left {
    display: none;
  }
  i.arrow-right {
    display: none;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_four.jpg) no-repeat;
        background-size: auto;
        margin-top:5px;
        padding-top: 30px;
  }
}
@media only screen and (max-width: 555px) {

  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .col-md-12{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container{
   width:100%;

   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      width: 100%;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 2.5em;
    text-align: center;
    color: white;
    padding-top: 440px;
    padding-left: 10px;
    padding-right: 50%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:80%;
    margin-top:-75px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:80%;
    margin-top:-75px;
  }
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/small/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/small/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/small/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/small/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/small/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/small/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/small/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/small/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  i.arrow-left {
    display: none;
  }
  i.arrow-right {
    display: none;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_four.jpg) no-repeat;
        background-size: auto;
        margin-top:5px;
        padding-top: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .col-md-12{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container{
   width:100%;

   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      width: 100%;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 2.2em;
    text-align: center;
    color: white;
    padding-top: 427px;
    padding-left: 10px;
    padding-right: 50%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:80%;
    margin-top:-60px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:80%;
    margin-top:-60px;
  }
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/small/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/medium/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  i.arrow-left {
    display: none;
  }
  i.arrow-right {
    display: none;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_four.jpg) no-repeat;
        background-size: auto;
        margin-top:5px;
        padding-top: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 2em;
    text-align: center;
    color: white;
    padding-top: 430px;
    padding-left: 20px;
    padding-right: 50%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:70%;
    margin-top:-60px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:70%;
    margin-top:-60px;
  }
}
@media only screen and (max-width: 420px) {
.intro-header-two {
      width: 100%;
      padding-top: 400px;
      padding-bottom: 400px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/store/photo_store_seven.jpg) no-repeat;
      background-size: cover;
      margin-top: 50px;
      padding-top: 20px;
      margin-bottom: 20px;
  }
  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .col-md-12{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container{
   width:100%;

   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0 0px 0px 0px;
      width: 100%;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 1.8em;
    text-align: center;
    color: white;
    padding-top: 420px;
    padding-left: 15px;
    padding-right: 50%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:75%;
    margin-top:-60px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:75%;
    margin-top:-60px;
  }
  .slide_one{
    margin-top: 5px;
    background-image:url("../img/store/large/small/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    background-image:url("../img/store/large/small/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    background-image:url("../img/store/large/small/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    background-image:url("../img/store/large/small/4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    background-image:url("../img/store/large/small/5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    background-image:url("../img/store/large/small/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    background-image:url("../img/store/large/small/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    background-image:url("../img/store/large/small/8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
      width: 140px;
      height: 110px;
      cursor: pointer;
      border: none;
      opacity: 0.5;
      overflow: hidden;
      transition: all .4s ease-in;
      vertical-align: middle;
      border-radius:0;
  }
  #quote-carousel .carousel-indicators .active {
      margin-top: 0;
      width: 145px;
      height: 110px;
      opacity: 1;
      transition: all .2s;
      border-radius:0;
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  i.arrow-left {
    display: none;
  }
  i.arrow-right {
    display: none;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_four.jpg) no-repeat;
        background-size: auto;
        margin-top:5px;
        padding-top: 30px;
  }
}
@media only screen and (max-width: 320px) {
    .intro-header-two {
      width: 320px;
      padding-top: 400px;
      padding-bottom: 260px;
      text-align: center;
      color: #f8f8f8;
        background: url(../img/store/banner_store_one.jpg) no-repeat;
      background-size: cover;
      background-size: 322px 252px;
      margin-top: 80px;
      padding-top: 0px;
      margin-bottom: 0px;
  }
  .intro-header-three {
      width: 100%;
      padding-top: 400px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 400px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/store/photo_store_one.jpg) no-repeat;
      background-size: cover;
      margin-top: 10px;
      padding-top: 20px;
      margin-bottom: 20px;
  }
  .row {
      margin-right: 0px;
      margin-left: 0px;
      padding: 0;
      margin-top: 0;
      background-size: cover;
  }
  .col-md-12{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
  }
  .container{
   width:100%;

   padding: 0px;
   margin: 0px;
   margin-top: -50px;
  }
  #quote-carousel {
      padding: 0px 0px 0px 0px;
      width: 100%;
      margin-top: 60px;
      z-index: 1;
  }
  .carousel-inner h1{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 1.7em;
    text-align: center;
    color: white;
    padding-top: 427px;
    padding-left: 15px;
    padding-right: 45%;
  }
  .carousel-inner a{
  width: 80px;
  height: 80px;
  }
  .shop_button {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:60%;
    margin-top:-80px;
  }
  .shop_button:hover {
    background-image:url("../img/store/large/button_shop.png");
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    margin-left:60%;
    margin-top:-80px;
  }
  .slide_one{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/1a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_two{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/2a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_three{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/3a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_four{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/4a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_five{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/5a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_six{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/6a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_seven{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/7a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  .slide_eight{
    margin-top: 5px;
    padding: 0px;
    background-image:url("../img/store/large/small/8a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:530px;
  }
  #quote-carousel .carousel-indicators {
      position: relative;
      right:0;
      top: auto;
      bottom: 0px;
      margin-top: 0;
      margin-right: 0;
      margin-left: 2%;
  }
  #quote-carousel .carousel-indicators li {
    display:none;
  }
  #quote-carousel .carousel-indicators .active {
    display: none,
  }
  .item blockquote {
      border-left: none;
      margin: 0;
  }
  .item blockquote p:before {
      content: "\f10d";
      font-family: 'Fontawesome';
      float: left;
      margin-right: 10px;
  }
  #quote-carousel .carousel-control {
      display:flex;
      align-items: center;
      justify-content: center;
      background-color:white;
      width: 50px;
      color: #CACACA;
      font-size: 2.3em;
      text-shadow: none;
      margin-top: 550px;
      margin-left: 2px;
      margin-right:2px;
  }
  i.arrow-left {
    display: none;
  }
  i.arrow-right {
    display: none;
  }
  .carousel-control.right {
      right: 0;
      left: auto;
       background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
       background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
       background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .carousel-control.left {
      background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
      background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
      background-repeat: repeat-x;
  }
  .arrow-left{
    background-image:url("../img/store/large/arrow_left.jpg");
    background-repeat: no-repeat;
    width: 25px;
    height: 45px;
  }
  .arrow-right{
    background-image:url("../img/store/large/arrow_right.jpg");
    width: 25px;
    height: 45px;
  }
  blockquote {
      padding: 2.5px 5px;
      margin: 0 0 5px;
      font-size: 17.5px;
      border-left: 5px solid #eee;
  }
  .carousel-indicators {
      position: absolute;
      bottom: 10px;
      left: 0;
      z-index: 15;
      width: 96%;
      padding-left: 0;
      margin-left: 0;
      text-align: center;
      list-style: none;
  }
  .two{
        width: 100%;
        padding-top: 600px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
        padding-bottom: 200px;
        text-align: center;
        color: #f8f8f8;
        background: url(../img/store/ribbon_shop_four.jpg) no-repeat;
        background-size: auto;
        margin-top:5px;
        padding-top: 30px;
  }
  .container-fluid.footer_direction.center {
    display: flex;
    flex-direction: column;
}

}
