/*!*<!--=====================================================================================-->*!*/
/*!*<!--                         About Page                                                 -->*!*/
/*!*<!--===================================================================================-->*!*/
#storage-intro {
  background: linear-gradient(to right, black, rgba(23, 37, 42, 0.7), rgba(0, 0, 0, 0.2)), url("../../img/tanks/tant-header.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center; }

#storage-intro .contents {
  width: 100%;
  display: flex;
  color: #feffff; }

#storage-intro .contents h1 {
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 100; }

#storage-intro .contents p {
  font-size: 1.5rem;
  color: #ff6633;
  font-family: 'Lora', serif;
  font-style: italic; }

#storage-message {
  padding: 3.6rem; }

#storage-message .arrow {
  display: inline-block;
  padding-right: 5px; }

#storage-message .arrow .fa-arrow-right {
  color: #ff6633;
  font-size: 10px; }

.storage {
  padding: 3.5rem;
  position: relative;
  background-color: #eee; }

.storage .h2 {
  text-align: center !important;
  margin-bottom: 1.5rem; }

.storage-box .icon {
  font-size: 2.9rem;
  color: #ff6633;
  text-align: center !important; }

.storage .owl-carousel.owl-drag .owl-item {
  padding: 12px; }

.storage div.owl-nav.custom-owl-navss button {
  background-color: transparent;
  font-size: 25px;
  color: #a6afb6;
  border: none;
  padding: 7px;
  box-shadow: none !important; }

.storage div.owl-nav.custom-owl-navss button:hover {
  transition: all .9s ease;
  color: #ff6633;
  border: none; }

.storage div.owl-nav.custom-owl-navss button:focus {
  box-shadow: none !important;
  outline: 0 !important; }

.storage div.owl-nav.custom-owl-navss .myMultipleSliderNavcustomPrevBtn, .storage div.owl-nav.custom-owl-navss .myMultipleSliderNavcustomNextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  cursor: pointer; }

.storage div.owl-nav.custom-owl-navss .myMultipleSliderNavcustomNextBtn {
  right: 3%; }

.storage div.owl-nav.custom-owl-navss .myMultipleSliderNavcustomPrevBtn {
  left: 3%; }

@media (max-width: 400px) {
  #storage-message {
    padding: 1rem; }
    #storage-message p.paragraph {
      font-size: .9rem;
      line-height: 1.4rem;
      margin-bottom: 10px; }
    #storage-message div.imgg {
      padding-top: 10px; }
    #storage-message .col-md-6 {
      padding-left: 0px;
      padding-right: 0; }
      #storage-message .col-md-6 h2 {
        font-size: 1.2rem; }

  .storage {
    padding: 1rem; }
    .storage .section-heading {
      margin: 0 auto 1rem auto; }
      .storage .section-heading h2 {
        font-size: 20px !important; } }

/*# sourceMappingURL=storage.css.map */
