@font-face {
    font-family: RobotoBold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: GothamLight;
    src: url('../fonts/gotham/Gotham-Light.otf');
}

@font-face {
    font-family: GothamBold;
    src: url('../fonts/gotham/Gotham-Bold.otf');
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/gotham/GothamBook.ttf');
}

@font-face {
    font-family: GothamItalic;
    src: url('../fonts/gotham/Gotham-BookItalic.otf');
}

@font-face {
    font-family: GothamBook;
    src: url('../fonts/gotham/gotham-book.otf');
}

.gotham{
  font-family: GothamBook;
}

body{
  font-family: GothamBook;
}



.caption-swipe {
    position: absolute;
    /*padding: 0rem 9rem 13rem;*/
    padding: 0rem 9rem 9rem;
    text-align: left;
    /* width: 20%; */
    left: 0;
}

.first-swiper .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto;
}

#example .vegas-wrapper{
    display: flex !important;
    justify-content: left;
    align-items: flex-end !important;
    height: auto;
}

.first-swiper .swiper-wrapper {
    height: auto;
}

.swiper-slide{
  height: auto;
}

.swiper-wrapper{
  height: auto;
}

.first-swiper, .second-slide,.s2{
  z-index: 0 !important;
}
.vegas-pagi{
  width: 100%;
}

.first-swiper .caption-swipe .title-slide, .caption-swipe h3{
  text-transform: uppercase;
  color: #fff;
  font-family: GothamBold;
  letter-spacing: 2px;
}

.caption-swipe p{
  font-size: 15px;
  letter-spacing: 1px;
  color:#fff;
}

.first-swiper .caption-swipe .button-slide, #example .vegas-wrapper .caption-swipe button, .nobackbutton{
  color: white !important;
  background: transparent !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border: 0 !important;
  text-align: left !important;
  padding-left: 0 !important;
  overflow: visible !important;
}

.first-swiper .caption-swipe .button-slide, #example .vegas-wrapper .caption-swipe button a:hover{
  color:white;
}

.nobackbutton a:hover{
  color: #4e4e4e;
}

.nobackbutton a{
  color: #4e4e4e;
}

.first-swiper .caption-swipe .button-slide, #example .vegas-wrapper .caption-swipe button:hover span, .nobackbutton:hover span{
  transform: translate3d(0rem, 0, 0) !important;
}

.first-swiper .caption-swipe .button-slide, #example .vegas-wrapper .caption-swipe button span, .nobackbutton span{
  font-size: 14px !important;
}

#example .vegas-wrapper .caption-swipe .button-slide:after {
  content: '→';
  position: absolute;
  left: 30px;
  color: white;
  opacity: 0;
  /* top: 14px;
  right: -20px; */
  transition: 0.5s;

}

#example .vegas-wrapper .caption-swipe .button-slide:hover{
  padding-right: 40px;
  padding-left:8px;
  /* width:300px; */
}

#example .vegas-wrapper .caption-swipe .button-slide:hover:after {
  opacity: 1;
  right: 10px;
}

.first-swiper .caption-swipe .button-slide:hover, #example .vegas-wrapper .caption-swipe .button-slide:hover{
    color: white;
    border: 1px solid #fff;
    background-color: black;
}

#example .vegas-wrapper .caption-swipe .button-slide:hover a{
  color:white;
}


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #eae8e9;
}

.swiper-pagination-bullet-active {
  background-color: #353537;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 10px;
}

.overlay2 {
    position: absolute;
    bottom: 8% !important;
    left: auto !important;
    right: auto !important;
    height: auto !important;
    width: 100%;
    opacity: 1;
    transform: translateY(-8%) !important;
    transition: .5s ease;
    list-style: none;
    text-align: center;
    top: auto !important;
  }

  .overlay2 h4 {
    font-family: GothamLight !important;
    font-size: 15px !important;
    color: #777 !important;
    font-style: normal !important;
    margin-bottom: 0;
}

.img-container{
  position: relative;
  background-color: #c1c0c0 !important
}

.img-container:hover {
    background-color:transparent !important;
}

.overlay p, .overlay2 p{
  font-family: GothamLight !important;
  font-size: 15px !important;
  font-weight: normal !important;
  color: white !important;
}

.img-container:hover .overlay2 {
    opacity: 0;
}

#about_categorys .row{
  margin: 5px 0 !important;
}

.second-slide .swiper-button-next, .second-slide .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 35px 60px;
    background-position: center;
    background-repeat: no-repeat;
}

#ato-section .container{
  text-align: center;
}

#ato-section h1, #newsletter-section h3, #craftsmanship-section h3, #partners-section h3{
  font-family: GothamBold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

 #ato-section h3 {
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: GothamLight;
}

#newsletter-section p {
    line-height: 15px;
    font-size: 13px;
}

/* #newsletter-section span{
  font-family: 'Old Standard TT', serif;
  font-size: 20px;
  font-style: italic;
} */

/* #newsletter-section h3{
  margin-bottom: 0 !important;
} */

#newsletter-section form #email{
  background-color: #f0f0f0;
  border: 0;
  width: 100%;
  padding: 7px;
  text-align: center;
  margin-top: 30px;
}

footer input{
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #777;
  width: 100%;
  padding: 7px;
  text-align: left;
}

footer button{
  background: transparent;
  border: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
}

/* #newsletter-section form button{
  background-color: black;
  color: white;
  border: 1px solid #000;
  padding: 7px 40px;
  transition: .5s ease;
} */
/* footer button:hover{
  background-color: white;
  color: black;
} */

#craftsmanship-section{
  background-attachment: fixed;
  background-image: url(https://via.placeholder.com/1920x800/000);
  background-position: center;
  background-size:cover;
  padding: 50px 0;
  color: white;
}

#newsletter-section{
  background-attachment: fixed;
  background-image: url(../img/new-homepage/newsletter.jpg);
  background-position: center;
  background-size:cover;
  padding: 60px 0;
}

.button-new{
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 7px 20px;
  transition: .5s ease;
}

.button-new:hover{
  background-color: white;
  color: black;
  padding: 7px 20px;
}

.content-flex {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */

}

.content-flex-3 {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */

}

.height-image {
    float: left;
}

.content-flex-content{
  padding-bottom: 1%;
  padding-right: 5rem;
  color:black;
}

.content-flex-content-3{
  /* padding-bottom: 1%; */
  color:white;
}

.content-flex-content h3{
  font-family: GothamBold;
  letter-spacing: 2px;
}

.content-flex2 {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: left;
    align-items: flex-end;
    height: 100%;
    text-align: left;
    padding-left: 10vh;
    padding-bottom: 5vh;
    /* background-color: rgba(0,0,0,0.5); */
    /* padding-left: 5rem; */

}

.content-flex-content2 button{
  width: 70%;
  background: transparent;
  font-family: GothamBold;
}

.content-flex2 h5{
  font-family: GothamLight;
  letter-spacing: 2px;
  width: 100%;
  color:black;
}

.content-flex2 p{
  color: black;
  font-size: 15px;
  letter-spacing: 1px;
  /* padding-right: 12rem; */
  margin-top:0;
}

/* .s2 .swiper-slide{
  overflow: hidden;
} */



.overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255,255,255,0.7);
}

.text-2 {
    font-size: 18px;
    color: #000;
    width: 100%;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.s2 .swiper-slide:hover .overlay-text {
    opacity: 1;
}

 #about_categorys .img-container:hover .opacityimg, .menu-swiper .img-container:hover .opacityimg,.menu-swiper-2 .img-container:hover .opacityimg{
  opacity: 1!important;
}

 #about_categorys .img-container, .menu-swiper .img-container,.menu-swiper-2 .img-container{
   background: transparent !important;
 }

 #about_categorys .img-container .opacityimg, .menu-swiper .img-container .opacityimg, .menu-swiper-2 .img-container .opacityimg{
  opacity: 1 !important;
}
@media(max-width:992px){

  #press-room-section .row-flex{
    display: flex !important;
  }

  .view__overlay{
    position: relative !important;
    height: auto !important;
  }
  .overlay-background-input, .search-div .fa-envelope-o{
    margin-top: 3px;
  }
  .logo-img{
    margin-top: 8px;
    position: relative !important;
  }
  /* .navbar-toggle{
    float: right;
  } */

  .search-div .fa-envelope-o{
    margin-left: 0 !important;
  }
  #example .vegas-wrapper{
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      height: auto;
  }
  .caption-swipe {
      padding: 0rem 4rem 0rem;
      width: 100%;
      text-align: center;

  }
}

footer img{
  max-width:260px;
}
@media(min-width:992px){



  .ato-sect{
    padding:30px 20px;
    height:100%;
    display:flex;
    align-items:center;
  }

  .position-absolute-right{
    position: absolute;
    right:0%;
  }
    .s2 .swiper-button-next, .s2 .swiper-button-prev {
      position: absolute;
      top: 0;
      background-color: rgba(0,0,0,0.5);
      width: 35px;
      height: 100%;
      /* padding: 81px 0; */
      padding: 5.55% !important;
      margin-top: 0 !important;
      z-index: 10;
      cursor: pointer;
      background-size: 35px 100%;
      background-position: center;
      background-repeat: no-repeat;
  }

  .s2 .swiper-button-next{
    right: 0 !important;
  }

  .s2 .swiper-button-prev{
    left:0 !important;
  }

  .s2 .swiper-wrapper{
    margin-left: -12.7%;
  }
}

footer .title-footer{
  font-family: GothamBold;
}

footer h6, footer h4{
  letter-spacing: 1px;
  line-height: 15px;
  font-family: GothamLight;
  font-size: 10px;
  margin: 0;
}

footer h4{
  font-family: GothamLight;
}

footer h6 a:hover{
  color: black;
}

footer{
  background-color: #f7f7f7;
}

.first-swiper .swiper-slide img{
  transform: scale(1.2);
  transition: all 5s;
}

.vegas-slide, .vegas-slide-inner{
  background-attachment: fixed !important;
}



.parallax-window {
    min-height: 400px;
    background: transparent;
    position: relative;
}

#countdown {
  position: relative;
  margin: auto;
  right: 30px;
  top: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
}

#countdown-number {
  color: white;
  display: inline-block;
  line-height: 40px;
}

svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;

}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}

@keyframes countdownstop {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}

#newsletter-section .btn-arrow{
  padding: 15px 2.1rem;
  border:1px solid #dec1b3;
  color:#4e4e4e ;
  background-color: #dec1b3;
  outline: none;
}

#newsletter-section .btn-arrow:hover{
  border:1px solid #dec1b3;
  color:#dec1b3;
  background-color: #fff;
}

#newsletter-section .btn-arrow:hover a{
  color: #dec1b3;
}

#newsletter-section h2{
  letter-spacing: 2px;
  line-height: 38px;
  margin-bottom:  40px;
}

.btn-arrow{
  background: black;
  color: white;
  border: none;
  font-size: 13px;
  font-size: 1rem;
  background-color: black;
  color: white;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 14px 21px;
  padding: 9px 2.1rem;
  border: 1px solid black;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  /* width: 100%; */
  /* min-width: 200px;
  min-width: 20rem; */
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  position: relative;
  transition: background-color 300ms ease-out;
}

.btn-arrow:hover{
  background: #dec1b3;
  color: #000;
  border: 1px solid #dec1b3;
}

.btn-border {
  background-color: white;
  color: black;
  border-radius:0;
}

.btn-arrow a:hover{
  color:black;
}

.btn-arrow span{
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
  font-size: 12px;
  font-family: GothamBold;
}

.btn-arrow:hover span{
  transform: translate3d(-2rem, 0, 0);
}

.btn-arrow svg{
  position: absolute;
    width: 1.4em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
    stroke-width: 5;
    stroke-color: transparent;
}

.btn-arrow:hover svg{
  opacity: 1;
  right: -5rem !important;
}

.links__circle{
  border-radius: 37.5px;
  width: 37.5px;
  cursor: pointer;
  height: 37.5px;
  position: absolute;
  display: block;
  background: rgba(255,255,255,0.5);
  transform: rotate(0.01deg);
  transition: all 200ms ease-in-out;
}

.links__circle:hover{
  background: rgba(255,255,255,0.8);
  -webkit-transform: scale(1.3) rotate(0deg);
  -ms-transform: scale(1.3) rotate(0deg);
  transform: scale(1.3) rotate(0deg);
}

.links__circle .icon{
  width: 15px;
  height: 15px;
  top: 11.25px;
  left: 11.25px;
  position: absolute;
  z-index: 500;
  transform: rotate(45deg);
}

.links__circle .circle__pulse{
  border-radius: 37.5px;
  width: 37.5px;
  height: 37.5px;
  background: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pulsate 3s ease-out;
  animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes pulsate{
  0%{-webkit-transform:scale(0.9, 0.9);transform:scale(0.9, 0.9);opacity:0}
  50%{opacity:8}
  100%{-webkit-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);opacity:0}
}

.view__overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay__inner{
  position: relative;
  padding: 21px;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #fff;
  text-align: left;
  max-width: 700px;
}

.inner__close{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 999999;
}

.overlay__name{
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: GothamBold;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 0.5px;
}

.overlay__description, .overlay__dimensions, .overlay__material{
  font-size: 12px;
  font-family: GothamLight;
  padding: 0px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* footer .container a{
  line-height: 20px;
} */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media(max-width:767px){
  .third-swiper{
    bottom: 80px !important;
  }

  footer img{
    max-width:150px !important;
  }

  .vegas-slide, .vegas-slide-inner{
    background-attachment: inherit !important;
  }

  #newsletter-section{
    background-attachment: inherit;
    background-image: url(../img/new-homepage/newsletter.jpg);
    background-position: center;
    background-size:cover;
    padding: 60px 0;
  }
  #press-room-section .row-flex{
    display: inherit !important;
  }

#quote-section h2{
      font-size: 13px !important;
}

#press-room-section .row-flex .col-sm-4{
  position: relative !important;
  padding-right: 15px !important;
}

  footer button{
    right: 20% !important;
  }

  footer input{
    width: 60% !important;
    margin-left: 20% !important;
  }
  #quote-section h2{
    margin: 30px 0 !important;
  }
  .content-flex2.rightteste{
    justify-content: flex-end !important;
    padding-right: 2rem !important;
  }

  .content-flex2.rightteste .content-flex-content2.right{
    text-align: right;
  }

  .content-flex2.rightteste button{
    text-align: right !important;
    padding-right: 0 !important;
  }
  .content-flex2.rightteste button svg{
  position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    transform: rotateZ(180deg) !important;
  }
    .content-flex2.rightteste button:hover svg{
      opacity: 1;
      left: -5rem;
    }
  .content-flex2{
    padding-left: 2rem !important;
  }

  .content-flex-content2 button{
    text-align: left !important;
  }

  #newsletter-section{
    padding: 15px 0;
  }

  h3{
    font-size: 15px !important;

  }

  h1{
    font-size: 20px !important;
  }

  h2{
    font-size: 18px !important;
  }
  .first-swiper .caption-swipe .button-slide, #example .vegas-wrapper .caption-swipe button span, .nobackbutton span{
    font-size: 12px !important;
  }
  .view__overlay{
    position: relative;
    height: auto;
  }
  .navbar-nav{
    max-height: 79vh;
    overflow-y: scroll;
  }

  .swiper-button-next, .swiper-button-prev{
    width: 20px !important;
    background-size:20px 44px !important;
  }

  .first-swiper .caption-swipe .button-slide, #example .vegas-wrapper .caption-swipe button span, .nobackbutton span{

  }

  #ato-section .padding-out{
    padding: 2rem !important;
  }

  .dropdown-toggle{
    background-color: transparent !important;
  }

  .swiper-container-stock .swiper-slide .center-flex h1{
    font-size: 20px;
  }

  .swiper-container-stock .swiper-slide .center-flex{
    padding-left: 2rem !important;
    max-width: 80% !important;
  }

  .first-swiper .caption-swipe .button-slide, #example .vegas-wrapper .caption-swipe button, .nobackbutton{
    text-align: center !important;
  }

  .overlay-background-input{
    width: 85% !important;
    float: none !important;
  margin: 0 auto;
  }

  .content-flex-content2 button{
    width: 100%;
  }

  /* .second-slide .swiper-slide img{
    height: 400px;
  } */

  #craft-section .content-flex-content-3{
    text-align: center;
    padding-left:0;
  }

  #craft-section .content-flex-3{
    justify-content: center;
  align-items: center;
  }

  .overlay2 h4{
    font-size: 15px !important;
  }

  .overlay p, .overlay2 p{
    font-size: 12px !important;
  }

  .links__circle{
    width: 25px;
    height: 25px;
  }
  .links__circle .icon{
    width: 9px;
    height: 9px;
    top: 8px;
    left: 8px;
  }
  .links__circle .circle__pulse{
    width: 25px;
    height: 25px;
  }
  .overlay__name{
    font-size:20px;
    line-height: 0.3;
    margin-bottom: 14px;
  }
  .overlay__description{
    font-size: 10px;
    margin-bottom: 10px;
  }
  .btn-arrow{
    padding: 10px 2.1rem;
  }
}

.robo-light{
  font-family: GothamLight !important;
}
.robo-bold{
  font-family: GothamBold !important;
}

#quote-section h2{
  font-family: GothamLight;
  letter-spacing: 2px;
  margin: 30px 0;
  line-height: 1.4;
}

#press-room-section .row-flex{
  align-items: flex-end !important;
  justify-content: flex-end;
}

#press-room-section .row-flex .col-sm-3{
  padding-bottom:5rem;
  padding-right: 5rem;
  position: absolute;
}

#press-room-section button, #craft-section button{
  background-color: transparent;
}

#press-room-section button{
  padding-right: 0;
}

#press-room-section button:hover, #craft-section button:hover{
  background-color: black;
}

#press-room-section{
  background-color: #f9f9f9;
}

/* #press-room-section svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transform: rotateZ(180deg) !important;
}

#press-room-section .btn-arrow:hover svg{
  opacity: 1;
  left: -5rem;
} */


#events-section{
    background-attachment: fixed;
    background-image: url(https://via.placeholder.com/1920x800/000);
    background-position: center;
    background-size:cover;
    /* padding: 60px 0; */
    color: white;
}



#events-section h4, #events-section h5,#events-section p{
  letter-spacing: 1px;
}

header{
  position: absolute;
  /* z-index: 999999; */
  width: 100%;
}

.search-div{
  position: absolute;
  right: 0;
}

.overlay-background-input input{
  background: transparent;
  box-shadow: none;
  border: 0;
}

.overlay-background-input button{
  border: 0;
  background: transparent;
}

.overlay-background-input{
  background-color: white;
  width: 85%;
  float: left;
  border: 1px solid grey;

}

.search-div .fa-envelope-o{
  margin-left: 5%;
  padding: 5px;
}

.menu-header{
  background-color: rgba(255,255,255,0.8);
  transition: all .5s;
  border-bottom: 2px solid #d8d8d8;
}

.menu-header.affix{
  z-index: 1000;
  top: 0;
  width: 100%;
}

.menu-header.affix{
  background: white !important;
}

.navbar.navbar-default{
  border-radius: 0;
  background: rgba(255,255,255,0.6);
  border: 0;
  /* border-bottom:2px solid #d8d8d8; */
  /* transition: all .5s; */
}

li.opennodrop:after{
  border: 0 !important;
}

.orange{
  color:#a48245 !important;
}

.black{
  color:#000 !important;
}

.navbar-nav li a{
  text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu{
  width: 100% !important;
  min-width: 400px !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background: white;
  color:#777;
}

.dropdown-menu li a{
  font-size: 11px;
  color: grey;
  letter-spacing: 1px;
  font-family: GothamLight;
}

.navbar-nav > li > .dropdown-menu{
  border:1px solid #d8d8d8;
}

@media(min-width:1200px){
  .col-lg-seven-cols{
    width: 14.285714285714285714285714285714%;
  }

  .ato-sect{

    height:100%;

  }
}
@media(min-width:1780px){
  .navbar-default .navbar-nav>li>a{
    padding: 15px;
  }
}
@media(min-width:1571px) and (max-width:1779px){
  .navbar-default .navbar-nav>li>a{
    padding: 15px 9px;
  }
}
@media(min-width:1421px) and (max-width:1570px){
  .navbar-default .navbar-nav>li>a{
    font-size: 11px;
    padding: 15px 7px;
  }
}

@media(min-width:1201px) and (max-width:1420px){
  .navbar-default .navbar-nav>li>a{
    font-size: 9px;
    padding: 10px 7px;
  }

  .ato-sect{

    height:88% !important;

  }
}

@media(min-width:992px) and (max-width:1200px){
  #ato-section h3{
    font-size: 18px;
  }
  .search-div .fa-envelope-o{
    margin-left: 3%;
  }
  .top-bar{
    font-size: 8px !important;
  }
  .navbar-collapse.collapse {
      display: block!important;
  }
  .navbar-nav>li{
    float: left !important;
  }

  .navbar-default .navbar-nav>li>a{
    font-size: 8px;
    padding: 10px 4px;
  }
}

.padding-5{
  padding: 1px !important;
}

@media(min-width:767px){



  #about_categorys .col-md-5{
    width: 40% !important;
  }

  #about_categorys .col-md-7{
    width: 60% !important;
  }


  .navbar-nav{
      float:none;
      margin: 0 auto;
      display: table;
      table-layout: fixed;
  }

  #example a#next{
    bottom: 20px;
    left: 7%;
    top:auto;
  }

  #example a#previous{
    bottom: 20px;
    left: 5%;
    top:auto;
  }
  #events-section .events-left{
    height: 500px;
  }

  #events-section .events-right{
    height: 500px;
  }

  #events-section .content-flex-events{
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  #events-section .swiper-button-prev-events {
    bottom: 5% !important;
    left: 25% !important;
    top: auto !important;
  }
  #events-section .swiper-button-next-events {
    bottom: 5% !important;
    right: 65% !important;
    top: auto !important;
  }
}

.ato .img-container:hover .overlay2{
  opacity: 1 !important;
}

.ato .img-container:hover .overlay2 .btn-arrow svg{
  opacity: 1;
  right: -5rem;
}

.ato .img-container .overlay2{
  text-align: left !important;
  bottom: 5% !important;
  transform:translateY(-5%) !important;
  padding-left: 20px;
}

.ato .img-container:hover .opacityimg{
  opacity: 1 !important;
}

.ato .img-container{
  background-color: transparent !important;
}

.ato .opacityimg{
  opacity: 1 !important;
}

.ato .nobackbutton a{
  color:white;
}

.swiper-container-stock .swiper-slide{
  display: flex;
  align-items: center;
}

.swiper-container-stock .swiper-slide .center-flex{
  position: absolute;
  padding-left: 10vh;
}

.swiper-container-stock .swiper-slide .center-flex h1{
  font-family: GothamBold;
  letter-spacing: 2px;
  color: black;
  font-size: 25px;
}

.swiper-container-stock .swiper-slide .center-flex p{
  letter-spacing: 1px;
  font-family: GothamLight;
  color: black;
  font-size:13px;

}

.content-flex-content-3 p{
  letter-spacing: 2px;
  font-size:15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom:30px;
}

#inspired-section h2, #inspired-section h3, #press-room-section h2, .content-flex-content-3 h1{
  font-family: GothamBold;
  letter-spacing: 2px;
}

#inspired-section .content-flex-content2.right, #inspired-section .content-flex-content2.right .nobackbutton a{
  color:white;
}

#ato-section .padding-out{
  padding: 8rem;
}

@media(min-width:1023px)and(max-width:1200px){
  #ato-section .padding-out{
    padding: 3rem;
  }
  .swiper-container-stock .swiper-slide .center-flex h1{
    font-size:20px !important;
  }
}

.modal-header{
  border: 0;
}

.modal-header button{
  text-align: right;
  background-color: #dec1b3;
  color: white;
  border:none;
  float: right;
}

.modal-content{
  border-radius: 0;
  padding: 25px;
}

.top-bar {
    color: #4e4e4e !important;
}

.top-bar a:hover{
  color:black !important;
}

.top-bar #information-caroucel .item-content{
  font-family: GothamItalic !important;
}

.svg-showing .btn-arrow svg{
  opacity: 1;
  right: -3rem;
}

/*PAGE MID AND LUXRY*/
.home-style-main{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.home-style-main .text-caption{
  position: absolute;
  color: white;
  bottom: 50px;
  letter-spacing: 4px;
}

#envelopeModal{
  background: url('../img/new-homepage/envelope.jpg');
  transition: all .5s;
}

#envelopeModal .modal-content{
  background: transparent;
  box-shadow: none;
  border: 0;
}

#envelopeModal .modal-dialog{
  max-width: 500px;
}

#envelopeModal .btn-arrow:hover span {
    transform: translate3d(0rem, 0, 0);
}

#envelopeModal .btn-arrow:hover svg{
  opacity: 0;
}
