/*
|--------------------------------------------------------------------------
| Revolution slider customization 
|--------------------------------------------------------------------------
*/

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

#rs-slider-fullscreen,
#rs-slider-elements,
#rs-slider-fullwidth {
  visibility: hidden;
  height: 100%;
}
.fullscreenvideo video,
.html5-fullscreen,
.no-video-playback-capabilitites,
.video-flash {
  width: 100%;
  height: 100%;
}
/* typography */

#rs-slider-fullscreen h1,
#rs-slider-fullscreen .h1,
#rs-slider-fullscreen h2,
#rs-slider-fullscreen .h2,
#rs-slider-fullscreen h3,
#rs-slider-fullscreen .h3,
#rs-slider-elements h1,
#rs-slider-elements .h1,
#rs-slider-elements h2,
#rs-slider-elements .h2,
#rs-slider-elements h3,
#rs-slider-elements .h3,
#rs-slider-fullwidth h1,
#rs-slider-fullwidth .h1,
#rs-slider-fullwidth h2,
#rs-slider-fullwidth .h2,
#rs-slider-fullwidth h3,
#rs-slider-fullwidth .h3 {
  margin: 0;
  padding: 0;
}

#rs-slider-fullscreen h1.x-large,
#rs-slider-elements h1.x-large,
h1.x-large {
  /*padding-bottom: 0.25em;*/
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #rs-slider-fullscreen h1,
  #rs-slider-fullscreen .h1,
  #rs-slider-elements h1,
  #rs-slider-elements .h1,
  #rs-slider-fullwidth h1,
  #rs-slider-fullwidth .h1 {
    font-size: 22px;
  }

  #rs-slider-fullscreen h2,
  #rs-slider-fullscreen .h2,
  #rs-slider-elements h2,
  #rs-slider-elements .h2,
  #rs-slider-fullwidth h2,
  #rs-slider-fullwidth .h2 {
    font-size: 14px;
  }

  #rs-slider-fullscreen h3,
  #rs-slider-fullscreen .h3,
  #rs-slider-elements h3,
  #rs-slider-elements .h3,
  #rs-slider-fullwidth h3,
  #rs-slider-fullwidth .h3 {
    font-size: 14px;
  }

  #rs-slider-fullscreen .btn,
  #rs-slider-elements .btn,
  #rs-slider-fullwidth .btn,
  #rs-slider-fullscreen .btn.large,
  #rs-slider-elements .btn.large,
  #rs-slider-fullwidth .btn.large {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px !important;
  }

  .slider-btn-wrapper {
    padding-top: 40px !important;
  }
}
@media (max-width: 1000px) {
  .shop-slider .slider-btn-wrapper {
    padding-top: 70px !important;
  }
}
/*** OVerride, add class=".custom-nekoskin" to the slider container ***/

/* overide round style settings */

.custom-neko-skin .tp-leftarrow.round,
.custom-neko-skin .tp-rightarrow.round {
  background: none !important;
  line-height: 40px;
  text-align: center;
  opacity: 0.2;
}

.custom-neko-skin .tp-leftarrow.round:hover,
.custom-neko-skin .tp-rightarrow.round:hover {
  opacity: 1;
}

.custom-neko-skin .tp-rightarrow.round:before,
.custom-neko-skin .tp-leftarrow.round:before {
  font-family: "custom-icons";
  color: white;
  font-size: 40px;
}

.custom-neko-skin .tp-rightarrow.round:before {
  content: "\e8cc";
}

.custom-neko-skin .tp-leftarrow.round:before {
  content: "\e8cd";
}

.custom-neko-skin .tp-bullets.simplebullets.round .bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
}
.custom-neko-skin .tp-bullets.simplebullets.round .bullet:hover,
.custom-neko-skin .tp-bullets.simplebullets.round .bullet.selected {
  cursor: pointer;
  opacity: 1;
}

/* overide preview4 style settings */
.custom-neko-skin .tp-bullets.preview4 .bullet {
  background: none !important;
  border: 2px solid #fff !important;
  width: 10px !important;
  height: 10px !important;
  margin: 5px;
}

.custom-neko-skin .tp-bullets.preview4 .bullet:hover,
.custom-neko-skin .tp-bullets.preview4 .bullet.selected {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border: 2px solid #fff !important;
}

/*
|--------------------------------------------------------------------------
| bloc images
|--------------------------------------------------------------------------
*/
/*** News ***/

.news-1 {
  background-image: url(../images/news/news-3.jpg);
}

.news-2 {
  background-image: url(../images/news/news-2.jpg);
}

.news-3 {
  background-image: url(../images/news/news-1.jpg);
  background-position: top right;
}

.city {
  background-image: url(../images/theme-pics/city.jpg);
  background-position: center center;
}

.team-1 {
  background-image: url(../images/team/team-corporate-1.jpg);
}

.team-2 {
  background-image: url(../images/team/team-corporate-2.jpg);
}

.team-3 {
  background-image: url(../images/team/team-corporate-3.jpg);
  background-position: top right;
}

/*** adjust some icons ***/

/** single portfolio **/
#back-to-portfolio i:before {
  margin-right: 17px;
}

/** NEKO AJAX a bouger dans le framework **/
.neko-Ajax-loader {
  overflow: hidden;
  position: relative;
}

.neko-Ajax-loader .swiper-preloader {
  position: absolute;
  left: 0;
  bottom: -300px;
  z-index: 1;
  text-align: center;
  line-height: 100px;
  background: rgba(255, 255, 255, 0.6);
  height: 100px;
  width: 100%;
  opacity: 0;
  font-size: 25px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.neko-Ajax-loader .swiper-preloader.visible {
  bottom: 0px;
  opacity: 1;
  /*z-index: 1;*/
}

@media (max-width: 1025px) {
  .swiper-horizontal .swiper-scrollbar {
    height: 30px;
    bottom: auto;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
  }

  .swiper-horizontal .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.6);
  }
}

/** NEKO AJAX a bouger dans le framework **/

/* fix align in template-services.html */
.service-row {
  margin-right: -50px;
  margin-left: -50px;
}

/* image position absolute on home */
.img-absolute {
  position: relative;
}

.img-absolute .img-absolute-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img-absolute-spacer {
  height: 100px;
}

/*** coming soon ***/

#coming-soon-3 label {
  display: none;
}

#coming-soon-3 .form-control {
  color: white;
  font-weight: bold;
}

.logo-coming-soon {
  width: 200px;
}

@media (max-width: 1024px) {
  body.header-6
    .menu-header:not(.scroll-header)
    .navbar-default
    .navbar-nav
    > li
    > a.btn.border {
    color: #222;
    border-color: #222;
  }
}
@media (max-width: 1024px) {
  .neko-mega-menu.image-background {
    background: none;
  }
}

.fullcoveredvideo {
  top: auto !important;
  bottom: 0 !important;
}

@media (max-width: 1024px) {
  .navbar-fixed-top {
    position: static;
  }
  body.header-5 {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  body.pre-header-on {
    padding-top: 162px;
  }
}

.box-icon.my-box-icon {
  text-align: justify;
  padding: 12px 12px 0 12px;
}

.box-icon.my-box-icon h2 {
  text-align: center;
}

.custom-img-responsive {
  max-width: 70%;
}
.margin-right-button {
  margin-right: 20px;
}

@media (min-width: 1025px) {
  body.header-5 .menu-header .nav > li > a.active {
    border-color: #5e4d42;
  }
}

.indent {
  margin-left: 20px;
}

input[type="text"],
[type="email"],
[type="date"],
[type="tel"] {
  border: none;
  border-bottom: 1px solid #5e4d42;
}

fieldset a {
  text-decoration: underline;
}

fieldset a:hover {
  color: maroon;
}

div.alert-danger {
  color: #ff3232;
}

span.help-block {
  color: #ff3232;
}

input.error {
  border-color: #ff3232;
  color: #ff3232;
  background-color: #fc8a8a;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.noscroll {
  position: fixed;
  overflow: hidden;
}

.cover-content {
  position: fixed;
  top: 5%;
  left: 5%;
  background: white;
  z-index: 1100;
  padding: 15px;
  width: 90%;
  height: 90%;
  border-radius: 3px;
  overflow-y: scroll;
}

#showTerms.accepted {
  background: #28a335;
  background: linear-gradient(to bottom, #28a335 0%, #8ab66b 26%, #c9de96 100%);
}

#showTerms.rejected {
  background: #ff3232;
  background: linear-gradient(to bottom, #ff3232 0%, #fc5353 26%, #fc8a8a 100%);
}

.cover-content a {
  text-decoration: underline;
}

fieldset a:hover {
  color: maroon;
}

.gold-responsive {
  max-width: 100%;
}
.gold-tall-responsive {
  max-width: 90%;
}
.gold-XL-responsive {
  max-width: 80%;
}
.gold-XXL-responsive {
  max-width: 75%;
}
.gold-3XL-responsive {
  max-width: 70%;
}
.silver-responsive {
  max-width: 75%;
}
.silver-XL-responsive {
  max-width: 65%;
}
.silver-mtall-responsive {
  max-width: 55%;
}
.silver-tall-responsive {
  max-width: 45%;
}
.silver-xtall-responsive {
  max-width: 35%;
}

.bronze-responsive {
  max-width: 50%;
}
.bronze-XL-responsive {
  max-width: 40%;
}
.btn-special,
.btn.special {
  color: red;
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}

h1.small-heading {
  font-size: 24px;
  letter-spacing: initial;
}
h1.x-small-heading {
  font-size: 22px;
  letter-spacing: initial;
}

/*** Footer fix ***/
.footer-widget h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

footer#main-footer {
  padding-top: 60px;
}
.list-unstyled.works-list li {
  height: auto;
}

.logo-1 {
  height: 150px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

/* Flickity Slider */

.flickity-slider {
  margin-top: 20px;
}

.carousel {
  opacity: 0;
  padding-bottom: 33.3%;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-delay: 600ms;
  animation-fill-mode: forwards;
}

.carousel.is-hidden {
  visibility: hidden;
}

/*.carousel.flickity-enabled {
  opacity: 0;
}*/

.carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}

.carousel-cell {
  height: 100%;
}

.carousel-cell:not(.is-selected) {
  background-color: #999;
  opacity: 0.6;
}

.flickity-prev-next-button {
  width: 50px;
  height: 100px;
  background-color: #023b4f;
  border-radius: 0;
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

.flickity-prev-next-button:hover {
  background-color: #333;
}

.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}

.timeslot,
.timeslot.danger {
  background-color: transparent;
  color: black;
  border: 2px solid #5e4d42;
  margin: 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.6s;
  border-radius: 10%;
}

.timeslot:hover {
  background-color: #5e4d42;
  color: white;
}

.timeslot.active {
  background-color: #5e4d42;
  color: white;
}

.timeslot.danger {
  background-color: #f44336;
  border: 2px solid #f44336;
  color: white;
}

#sub-title1,
#sub-title2 {
  margin-top: 15px;
}

.warning-danger {
  color: #f44336;
  font-size: 1.2em;
}

.parsley-required,
.parsley-type,
.parsley-minlength,
.parsley-terms,
.parsley-checkChildren,
.parsley-checkEmerChildren,
.parsley-length,
.parsley-custom-error-message,
.parsley-errors-list li,
.parsley-errors-list {
  color: #f00;
}

.accepted {
  background: linear-gradient(to bottom, #28a335 0%, #8ab66b 26%, #c9de96 100%);
}

.rejected {
  background: linear-gradient(to bottom, #ff3232 0%, #fc5353 26%, #fc8a8a 100%);
}

.timer {
  text-align: right;
  font-size: 24px;
}

.headerSocial {
  margin-right: 5px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.75rem;  
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 calc(-1 * 1px) 0 #dee2e6;
}

.accordion-button::after {
  width:1.25rem;
  height:1.25rem;
  background-image: url(../images/arrow.svg);
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow_active.svg);
  transform: rotate(-180deg);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

body.header-5 .menu-header .nav > li > a {
  margin-top: 46px;
}


.fab:before {
    color: #023b4f
}