@font-face {
  font-family: 'Futura Std Bold';
  src: url('/fonts/FuturaStd-Bold.eot');
  src: url('/fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaStd-Bold.woff') format('woff'),
    url('/fonts/FuturaStd-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std Regular';
  src: url('/fonts/FuturaStd-Book.eot');
  src: url('/fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaStd-Book.woff') format('woff'),
    url('/fonts/FuturaStd-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std Light';
  src: url('/fonts/FuturaStd-Light.eot');
  src: url('/fonts/FuturaStd-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaStd-Light.woff') format('woff'),
    url('/fonts/FuturaStd-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futura Std Condensed';
  src: url('/fonts/FuturaCondensed.eot');
  src: url('/fonts/FuturaCondensed.eot?#iefix') format('embedded-opentype'),
    url('/fonts/FuturaCondensed.woff') format('woff'),
    url('/fonts/FuturaCondensed.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

body {
  color: #000;
  height: 100%;
  overflow-x: hidden;
}

.margin-auto {
  margin: 0 auto;
}

.nopadding {
  padding: 0;
}

.nopadding-right {
  padding-right: 0;
}

.nopadding-left {
  padding-left: 0;
}

.mobile {
  display: none;
}

.desktop {
  width: 100%;
}

/********************************/
/*            HEADER            */
/********************************/

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle {
  border: 0;
}

.nav>li:nth-child(7)>a {
  padding: 15px 0px 0 15px;
}

.nav>li:nth-child(8)>a {
  padding: 15px 0px 0 7px;
}

.nav>li:nth-child(9)>a {
  padding: 15px 0px 0 7px;
}

.nav>li:nth-child(10)>a {
  padding: 15px 0px 0 7px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

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

#first-slider .main-container {
  padding: 0;
}

.navbar-me {
  transition: all 1s;
  display: none;
}

.fixed-me {
  transition: all 1s;
}

.fixed-me {
  display: block;
  background-color: #fff !important;
  padding: 0px !important;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%;
  border-bottom: 2px solid #f1f1f1 !important;
}

/*.owl-item.active{
  opacity: .3;
}
.owl-item.active:nth-child(n+2):nth-child(odd):nth-child(-n+9) {
    opacity: 1;
}*/
.navbar-brand {
  height: auto;
}


.navbar-brand.mobile_logo>img {
  width: 45%;
  padding-left: 5px;
  margin: 0 auto;
}

.navbar-brand.mobile_logo {
  float: none;
}

ul.nav.navbar-nav.fixed {
  margin: 10px -15px 10px 10px;
  float: right;
}

#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Futura Std Regular';
  letter-spacing: 2px;
}

#first-slider .slide1 h4,
#first-slider .slide2 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
  padding-left: 40px;
}

#first-slider .carousel-indicators {
  bottom: 0;
}

#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}

#first-slider .carousel .item {
  /*min-height: 550px; */
  height: 100%;
  width: 100%;
}

#first-slider .carousel .second {
  /* min-height: 450px; */
  height: 100%;
  width: 100%;
}

.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#first-slider h3 {
  animation-delay: 1s;
}

#first-slider h4 {
  animation-delay: 2s;
}

#first-slider h2 {
  animation-delay: 3s;
}

#first-slider .carousel-control {
  width: 6%;
  text-shadow: none;
}

#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}

#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, .4);
  border: none;
}

#first-slider .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: none;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-angle-left {
  left: 15%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 0px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}

.carousel-control .fa-angle-right {
  right: 15%;
  width: 38px;
  height: 38px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  border: 0px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 53px;
}

.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

#first-slider .slide1 {
  background-image: url(/images/homepage/slide/slide-principal-inteirior-inspiration.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide1-mobile {
  background-image: url(/images/homepage/slide/new-book-mid-century-dining-kitchens-mobile.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide2 {
  background-image: url(/images/homepage/slide/slide-principal-moodboard.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide2-mobile {
  background-image: url(/images/homepage/slide/new-book-modern-classic-style-mobile.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide3 {
  background-image: url(/images/homepage/slide/new-book-mid-century-dining-kitchens.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide3-mobile {
  background-image: url(/images/homepage/slide/new-book-mid-century-dining-kitchens-mobile.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide4 {
  background-image: url(/images/homepage/slide/banner-ultimate-grey-illuminating.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide4-mobile {
  background-image: url(/images/homepage/slide/banner-ultimate-grey-illuminating-mobile.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide5 {
  background-image: url(/images/homepage/slide/banner-ultimate-grey-illuminating.jpg);
  background-size: 100% 100%;
  padding: 16%;
  background-repeat: no-repeat;
}

#first-slider .slide5-mobile {
  background-image: url(/images/homepage/slide/banner-ultimate-grey-illuminating-mobile.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide6 {
  background-image: url(/images/homepage/slide/book-mid-century-new-edition.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide6-mobile {
  background-image: url(/images/homepage/slide/book-mid-century-new-edition-mobile.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide7 {
  background-image: url(/images/homepage/slide/moodboards-page-inspiration-design-books.jpg);
  background-size: 100% 100%;
  padding: 16%;
  background-repeat: no-repeat;
}

#first-slider .slide7-mobile {
  background-image: url(/images/homepage/slide/moodboards-page-inspiration-design-books-mobile.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide8 {
  background-image: url(/images/homepage/slide/book-hotels-and-suits.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide8-mobile {
  background-image: url(/images/homepage/slide/book-hotels-and-suits-mobile.jpg);
  background-size: 100% 100%;
  padding: 68% 0;
  background-repeat: no-repeat;
}

#first-slider .slide9 {
  background-image: url(/images/homepage/slide/slide-new-ebook.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide9-mobile {
  background-image: url(/images/homepage/slide/slide-new-ebook-mobile.jpg);
  background-size: 100% 100%;
  padding: 68% 0;
  background-repeat: no-repeat;
}

#first-slider .slide10 {
  background-image: url(/images/homepage/slide/book-entryways.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide10-mobile {
  background-image: url(/images/homepage/slide/book-entryways-mobile.jpg);
  background-size: 100% 100%;
  padding: 68% 0;
  background-repeat: no-repeat;
}


#first-slider .slide11 {
  background-image: url(/images/homepage/slide/rooms-with-art.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide11-mobile {
  background-image: url(/images/homepage/slide/rooms-with-art-mobile.jpg);
  background-size: 100% 100%;
  padding: 68% 0;
  background-repeat: no-repeat;
}

#first-slider .slide111 {
  background-image: url(/images/homepage/slide/banner-principal-modern-minimal.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide111-mobile {
  background-image: url(/images/homepage/slide/banner-principal-modern-minimal-mobile.jpg);
  background-size: 100% 100%;
  padding: 68% 0;
  background-repeat: no-repeat;
}

#first-slider .slide12 {
  background-image: url(/images/homepage/slide/new-book-living-room.jpg);
  background-size: 100% 100%;
  padding: 20%;
  background-repeat: no-repeat;
}

#first-slider .slide12-mobile {
  background-image: url(/images/homepage/slide/new-book-living-room-mobile.jpg);
  background-size: 100% 100%;
  padding: 68% 0;
  background-repeat: no-repeat;
}


/********************************/
/*             BODY             */
/********************************/
.btn-inspire {
  background-color: #fff;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-size: 93%;
  letter-spacing: 2.3px;
  padding: 10px 17px;
  font-weight: 900;
  color: #000;
  transition: all 0.7s ease;
  bottom: calc(30% - 80px);
  position: absolute;
}

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

.text-brand {
  padding: 5% 3%;
}

.text-brand p {
  font-family: 'Futura Std Regular';
  letter-spacing: 2px;
  font-size: 120%;
  line-height: 25px;
  margin-bottom: 22px;
  color: #000;
}

.text-brand p:last-child {
  margin: 0
}

.content-all-books {
  position: relative;
  /*background-image: url(/images/inspirations-book.jpg);
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;*/
}

.text-all-books {
  padding: 13% 3%;
  position: absolute;
  top: 0;
}

.text-all-books h1 {
  font-family: 'Futura Std Regular';
  color: #fff;
  font-weight: 900;
  letter-spacing: 7px;
  font-size: 320%;
  margin: 0 0 1.5% 0;
}

.text-all-books p {
  font-family: 'Futura Std Condensed';
  color: #fff;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  font-size: 148%;
  line-height: 31px;
  margin: 0;
}

.btn-primary-red {
  background-color: #a04847;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-size: 81%;
  letter-spacing: 2.3px;
  padding: 12px 25px;
  margin-top: 2%;
  font-weight: 900;
  color: #fff;
}

.btn-free {
  background-color: #a04847;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-size: 58%;
  letter-spacing: 2.3px;
  padding: 7px 15px;
  margin-top: 10%;
  font-weight: 900;
  color: #fff;
}

.btn-free_slide {
  background-color: #fff;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-size: 90%;
  letter-spacing: 2.3px;
  padding: 10px 17px;
  font-weight: 900;
  color: #000;
  left: calc(24% - 80px);
  transition: all 0.7s ease;
  bottom: calc(38% - 55px);
  position: absolute;
}

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

.text-secrets {
  padding: 5% 4%;
}

.text-secrets h1 {
  font-family: 'Futura Std Regular';
  font-weight: 900;
  font-size: 99%;
  letter-spacing: 2px;
  margin-top: 0;
}

.text-secrets p {
  font-family: 'Futura Std Condensed';
  font-size: 105%;
  letter-spacing: 1px;
  margin: 0;
}

.content-vist-us {
  position: relative;
  /*background-image: url(/images/homepage/where-you-can-visit-us-inspiration-design-books.jpg);
  width: 100%;
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.columns-vist-us {
  padding: 4% 3%;
  float: left;
  position: absolute;
  top: 0;
}

.text-vist-us h1 {
  font-family: 'Futura Std Regular';
  color: #fff;
  font-weight: 900;
  letter-spacing: 7px;
  font-size: 360%;
  margin: 0;
  /*line-height: 105px;*/
}

.text-vist-us h3 {
  font-family: 'Futura Std Regular';
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 95%;
  margin-top: 9%;
}

.text-vist-us-right h3 {
  font-family: 'Futura Std Regular';
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 95%;
  margin-top: 9.5%;
}

.text-vist-us-right h3:nth-of-type(2) {
  font-family: 'Futura Std Regular';
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 95%;
  margin-top: 5%;
}

.text-vist-us-right h3:nth-of-type(3) {
  font-family: 'Futura Std Regular';
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 95%;
  margin-top: 5%;
}

/*.text-vist-us-right h3:nth-of-type(4) {
  font-family: 'Futura Std Regular';
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 95%;
  margin-top: 14%;
}*/
.text-vist-us p {
  font-family: 'Futura Std Condensed';
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 95%;
  margin: 3% 0px;
}

.text-vist-us-right p {
  font-family: 'Futura Std Condensed';
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 95%;
  margin: 2.5% 0px;
}

/*.content-find-your-style {
  padding: 5% 6.5% 5% 6.5%;
  display: inline-block;
  width: 100%;
}*/

.content-find-your-style h1 {
  text-align: center;
  font-size: 380%;
  letter-spacing: 11px;
  font-family: 'Futura Std Condensed';
  margin-top: 30px;
  font-style: italic;
  font-weight: 900;
}

.content-find-your-style h3 {
  text-align: center;
  font-size: 160%;
  letter-spacing: 0px;
  font-family: 'Futura Std Condensed';
  margin: 1% 0 4% 0;
}

.find-your-style {
  text-align: center;
}

.find-your-style h4 {
  letter-spacing: 2px;
  font-family: 'Futura Std Regular';
  font-weight: 900;
  font-size: 120%;
}

.find-your-style p {
  letter-spacing: 1px;
  font-family: 'Futura Std Condensed';
  font-size: 105%;
}

i.fas.fa-long-arrow-alt-right.fa-4x.arrow-first,
i.fas.fa-long-arrow-alt-right.fa-4x.arrow-second {
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 36%;
  padding: 205% 0;
}

.content-subscribe-books {
  position: relative;
  background-image: url(/images/homepage/subscribe-inspiration-design-books.jpg);
  width: 100%;
  background-position: 57% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 540px;
}

.text-subscribe-books {
  text-align: center;
}

.text-subscribe-books h1 {
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Futura Std Regular';
  font-size: 170%;
  padding: 5% 0 2.5% 0;
  margin: 0;
}

.text-subscribe-books input#email {
  border: 1px solid #949494;
  border-radius: 0;
  font-size: 12px;
}

.text-subscribe-books .btn-default {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  font-family: 'Futura Std Regular';
  font-size: 10px;
  height: 34px;
  letter-spacing: 2px;
}

.text-instagram {
  text-align: center;
  padding: 3% 0;
}

.text-instagram h1 {
  margin: 0 0 3% 0;
  font-size: 76%;
  font-family: 'Futura Std Regular';
  font-weight: 900;
  letter-spacing: 1px;
}

.text-partners h1 {
  font-size: 120%;
  font-weight: 900;
  font-family: 'Futura Std Regular';
  text-align: center;
  letter-spacing: 2.5px;
  margin: 0;
}

.partners {
  padding: 3% 0 5% 0%;
  text-align: center;
}

.customer-logos {
  padding: 40px 0;
}

.customer-logos p {
  font-family: 'Futura Std Regular';
  font-size: 90%;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.customer-logos a {
  color: #333;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  width: 100%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/********************************/
/*           ALL BOOKS          */
/********************************/
.all-products {
  margin-top: 20px;
}

.section-title {
  font-size: 120%;
  font-weight: 900;
  font-family: 'Futura Std Regular';
}

.product-name p {
  font-size: 100%;
  font-weight: 900;
  font-family: 'Futura Std Regular';
  color: #000;
  letter-spacing: 1.5px;
  margin: 3% 0;
  height: 40px;
}

.product-description p {
  font-family: 'Futura Std Regular';
  font-size: 83%;
  text-transform: capitalize;
  letter-spacing: .8px;
  color: #000;
  margin-bottom: 3%;
  line-height: 19px;
}

.product-btn {
  margin-bottom: 8%;
}

.product-recommend {
  margin-top: 10px;
}

/********************************/
/*     INTERIOR INSPIRATION     */
/********************************/

.interior-inspiration {
  margin-top: 20px;
}

.tlt-ambiences h1 {
  margin: 0;
  font-size: 130%;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Futura Std Regular';
  letter-spacing: 2px;
}

.ambience-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000085;
  padding: 25px 35px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ambience-text h1 {
  color: #fff;
  font-size: 157%;
  z-index: 1;
  font-family: 'Futura Std Condensed';
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ambience-text p {
  color: #fff;
  font-size: 12px;
  font-family: 'Futura Std Regular';
  z-index: 1;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.color-shape:hover .ambience-text {
  opacity: 1;
}

.arrow-more {
  text-align: center;
  color: #fff;
}

.filter-count {
  color: #a04847;
}

.button {
  display: inline-block;
  text-align: left;
  border: none;
  color: #000;
  font-size: 110%;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 5px 8px !important;
  background: transparent;
  font-family: 'Futura Std Regular';
  font-size: 90%;
  padding: 0;

}

.button:active,
.button.is-checked {
  color: #a04847 !important;
  border-bottom: 1px solid #a04847;
  background-image: none;
}

.button:hover {
  color: #a04847;
  border-bottom: 1px solid #a04847;
  background-image: none;
}

.button.is-checked {
  color: #000;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
  width: auto;
}

.button-group .button:first-child {
  border-radius: 0;
}

.button-group .button:last-child {
  border-radius: 0;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.ui-group {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 37px;
  font-size: 13px;
  margin-bottom: 0;
}

.ui-group h3 {
  color: #fff;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 89%;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-weight: 800;
  letter-spacing: 1.5px;
  border-top: 1px solid #d1d1d1;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 10px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 0px;
}

.color-shape {
  width: 30.449%;
  float: left;
  margin: 0 15px 15px 0;
  position: relative;
}

.button-group .style {
  width: 100% !important;
  color: #fff;
  padding: 0px 0;
  margin: 10px 0;
  border-bottom: 1px solid #111;
}

.button-group .brands {
  width: 100% !important;
  color: #fff;
  padding: 0px 0;
  margin: 10px 0;
  border-bottom: 1px solid #111;
}

.button-group .divisions {
  width: 100% !important;
  color: #fff;
  padding: 0px 0;
  margin: 10px 0;
  border-bottom: 1px solid #111;
}

/* .color-shape:nth-child(3n+3) {
  margin-right: 0;
}*/
.button-group .button:last-child {
  border-radius: 0;
}

.bif {
  display: none;
}

.room-by-room label,
.styles label,
.design-brands label {
  width: 100%;
  display: inline-block;
  text-align: left;
  background: #fff;
  border: none;
  color: #000;
  font-size: 110%;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Futura Std Condensed';
  letter-spacing: .5px;
  padding: 5px 30px;
  font-weight: 300;
}

.room-by-room h3,
.styles h3,
.design-brands h3 {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 89%;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-weight: 800;
  letter-spacing: 1.5px;
  border-top: 1px solid #d1d1d1;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 10px;
}

.tlt-ambiences {
  margin-bottom: 10px;
}

#title-room,
#title-style,
#title-brand {
  font-size: 80%;
  font-style: italic;
  letter-spacing: 1.5px;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  font-weight: 800;
}

.modal {
  padding: 0 !important;
}

.image-inspire {
  color: #000;
  padding: 0 32px 32px 32px;
}

.description-inspire {
  color: #000;
  padding: 0 32px 32px 32px;
}

.modal-big {
  border-radius: 8px 8px 8px 8px;
  margin: 0px 0 0 0;
  background-color: #fff;
}

.description-inspire h1 {
  margin: 0;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  letter-spacing: 1px;
}

.description-inspire p {
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 1px;
}

.modal-dialog {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  max-width: none;
}

.modal.in {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal-content:not(.modal-not-flex) {
  height: 100%;
  border-radius: 0;
  color: white;
  overflow: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 0;
}

.modal-header {
  border: 0;
}

.close {
  color: black;
  opacity: 1.0;
}

.get-a-look h2 {
  font-size: 110%;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: 'Futura Std Regular';
  margin: 40px 0 20px 0;
  font-weight: 800;
}

.nameproduct-get-look p,
.brandproduct-get-look p {
  font-size: 85%;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
}

.nameproduct-get-look a,
.brandproduct-get-look a {
  color: #000;
}

.weekly-pick {
  padding-right: 8px;
  margin-bottom: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
}

.weekly-pick img {
  width: 100%;
}

.interior-inspiration-image {
  padding-left: 8px;
  margin-bottom: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
}

.interior-inspiration-image img {
  width: 100%;
}

.pinterest-grid {
  padding-right: 8px;
  margin-bottom: 5%;
}

.facebook-grid {
  padding-left: 8px;
  margin-bottom: 5%;
}

.instagram-grid {
  padding: 0 4px 0 4px;
  margin-bottom: 5%;
}

.lobby-grid {
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 4px 0 4px;
  margin-bottom: 12px;
}

.entryways_image {
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 6px;
  margin-bottom: 3%;
  margin-bottom: 12px;
}

.living-room_images {
  padding-left: 6px;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
  margin-bottom: 12px;
}

/********************************/
/*       SINGLE INSPIRATION     */
/********************************/

.text-inspirations h1 {
  font-family: 'Futura Std Bold';
  font-size: 15px;
  text-transform: uppercase;
  margin: 28px 0px 10px 0;
  letter-spacing: 2px;
  line-height: 22px;
}

.text-inspirations p {
  font-family: 'Futura Std Regular';
  font-size: 13px;
  letter-spacing: 1px;
  text-align: justify;


}

.tlt-related-inspiration h1 {
  font-family: 'Futura Std Regular';
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 40px 0;
  border-bottom: 1px solid #dad6d6;
  padding-bottom: 10px;
}

.image-related p {
  font-size: 12px;
  font-family: 'Futura Std Regular';
  margin: 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brand-product {
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
  font-family: 'Futura Std Bold';
  letter-spacing: 1px;
}

.more-inspirations {
  position: relative;
  margin: 30px 0;
}

.more-inspirations:hover .inspirations-text {
  opacity: 1;
}

.inspirations-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #00000085;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
}

.inspirations-text h1 {
  color: #fff;
  font-size: 157%;
  z-index: 1;
  font-family: 'Futura Std Condensed';
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.inspirations-text p {
  color: #fff;
  font-size: 12px;
  font-family: 'Futura Std Regular';
  z-index: 1;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/********************************/
/*           PRODUCT            */
/********************************/

.product-single {
  margin-top: -30%;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 1px rgba(34, 34, 34, .1);
  box-shadow: 1px 1px 1px rgba(34, 34, 34, .1);
  padding: 35px;
  background-color: #fff;
}

.name-book h1 {
  font-size: 162%;
  font-family: 'Futura Std Regular';
  margin: 0;
  letter-spacing: 2px;
  font-weight: 800;
}

.name-book h4 {
  font-size: 100%;
  font-family: 'Futura Std Regular';
  margin: 10px 0 20px 0;
  letter-spacing: 2px;
  color: #a04847;
}

.btn-product {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.btn-primary-black {
  background-color: #333;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-size: 81%;
  letter-spacing: 2.3px;
  padding: 11px 0px;
  margin-top: 2%;
  font-weight: 900;
  color: #fff;
  width: 100%;
}

.btn-primary-black:hover {
  color: #fff;
  opacity: .9;
}

.accordion-info {
  width: 100%;
  float: left
}

.mb-0 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  letter-spacing: 1px;
  font-size: 89%;
}

.mb-0 a {
  color: #000;
}

.card-block {
  font-size: 89%;
  font-family: 'Futura Std Regular';
  letter-spacing: 0.5px;
}

.actions-social {
  margin-top: 10px;
}

.actions-social span {
  font-size: 83%;
  letter-spacing: 2px;
  font-family: 'Futura Std Regular';
}

.actions-social a {
  color: #000;
  margin-left: 10px;
}

i.fa.fa-facebook,
i.fa.fa-pinterest-p,
i.fa.fa-google-plus,
i.fa.fa-twitter {
  margin-left: 8px;
  font-size: 95%;
}

.owl-nav {
  width: 30%;
  top: 42%;
  left: 23%;
  padding: 0 40px;
  position: absolute;
}

.owl-prev {
  width: 9%;
  float: left;
  text-indent: -50000px;
  background-image: url(/images/icons/left-arrow-circular-button.png);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 40px;
  background-position: center;
}

.owl-next {
  width: 9%;
  float: right;
  text-indent: -50000px;
  background-image: url(/images/icons/right-arrow-circular-button.png);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 40px;
  background-position: center;
}

.breadcrumb {
  padding: 20px 0px 0px 0;
  margin-bottom: 20px;
}

.breadcrumb>li a {
  color: #000;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb>.active {
  color: #a04847;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
}

.tlt-related h1 {
  font-size: 12px;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
}

.product-recommend p {
  font-size: 78%;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 800;
}

.owl-item img:nth-child(2) {
  display: none !important;
}

/*.owl-item.active:nth-child(2){
  display: none!important;
}*/
.brand-partners {
  list-style: none;
  text-transform: uppercase;
}

.brand-partners li a {
  color: #000;
}

.tabbable-panel {
  border: 0px solid #eee;
  padding: 0px;
}

.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 2px solid #000;
  position: relative;
  font-weight: 800;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 0px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li {
  border-top: 4px solid transparent;
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
  margin-top: 0;
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below>.tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.nav-tabs>li,
.nav-pills>li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.nav-tabs,
.nav-pills {
  text-align: center;
}

/*.form-pop-pup {
    margin-top: 45px;
}*/
.form-pop-pup label {
  color: #000;
  font-family: 'Futura Std Regular';
}

.form-pop-pup h1 {
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-size: 180%;
  letter-spacing: 2px;
  color: #000;
  margin: 0px 0 13px 0;

}

.image-modal {
  padding-top: 36px
}

input[type="text"].form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select option {
  color: grey;
}

select {
  color: grey
}

.single-product .alert,
.ebooks-content .alert {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}

/********************************/
/*         EBOOKS PAGE          */
/********************************/

.ebook-item:last-child {
  margin-bottom: 40px;
}

.ebook-text h1 {
  font-size: 130%;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 25px;
  min-height: 50px;

}

.ebook-text p {
  font-size: 85%;
  font-family: 'Futura Std Light';
  letter-spacing: 1px;
  line-height: 25px;
  min-height: 50px;
  overflow: hidden;
  max-height: 50px;
  text-transform: uppercase;
}

.download-ebook-btn {
  margin-bottom: 30px;
}

.ppadding {
  padding: 10px 30px
}

.all-time-favourite {
  margin-bottom: 5%;
}

.all-time-favourite h1 {
  margin: 30px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Futura Std Regular';
  font-size: 170%;
}

.all-time-favourite p {
  font-size: 12px;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 800;
}

.all-time-favourite a {
  color: #000;
}

/********************************/
/*      INFOGRAPHICS PAGE       */
/********************************/

/* clear fix */
.grid:after {
  content: '';
  display: block;

}

/* 5 columns, percentage width */
.grid-sizer {
  width: 31.7%;
}

.grid-item {
  width: 31.7%;

  background: #fff;
  padding: 1em;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  margin-bottom: 20px;
}

.form-pop-pup-infographics label {
  color: #000;
  font-family: 'Futura Std Regular';
}

.form-pop-pup-infographics h1 {
  text-transform: uppercase;
  font-family: 'Futura Std Regular';
  font-size: 180%;
  letter-spacing: 2px;
  color: #000;
  margin: 0px 0 30px 0;

}

/********************************/
/*         CONTACT PAGE         */
/********************************/
#inputInterested {
  position: absolute;
  left: -5000px;
}

.get-in-touch h1 {
  font-size: 120%;
  font-family: 'Futura Std Regular';
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 32px;
}

.get-in-touch h2 {
  font-size: 145%;
  font-family: 'Futura Std Regular';
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 32px;
}

.get-in-touch p {
  font-family: 'Futura Std Regular';
  margin-bottom: 30px;
}

.icons-contact {
  font-family: 'Futura Std Regular';
  margin-bottom: 10px;
  display: inline-block;
}

.icons-contact a {
  color: #000;
}

.title-contact {
  margin: 30px 0;
}

.title-contact label {
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/********************************/
/*          ABOUT PAGE          */
/********************************/

.txt-about {
  font-family: 'Futura Std Regular';
}

.txt-about p {
  letter-spacing: .5px;
  margin: 30px 0;
  font-size: 97%;
  line-height: 25px;
}

.video-about {
  margin-bottom: 50px;
}

/********************************/
/*        SUBMIT PROJECT        */
/********************************/
.submit-project-page {
  margin-bottom: 50px;
}

.content-submit-project-page h1 {
  font-family: 'Futura Std Light';
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px 0 0 0;
  color: #a04847;
}

.content-submit-project-page h2 {
  font-family: 'Futura Std Regular';
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 0 30px 0;
  line-height: 24px;
}

.urlproject p {
  font-size: 9px;
  margin: 8px 0;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.content-submit-project-page label {
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.rules {
  margin-top: 30px;
}

.rules p {
  font-size: 13px;
  font-family: 'Futura Std Regular';
  line-height: 20px;
  color: #a04847;
}

.rules span {
  font-size: 13px;
  font-family: 'Futura Std Regular';
  margin-bottom: 20px;
  display: inline-block
}

.rules ol {
  padding: 0 20px;
  line-height: 14px;
  font-size: 12px;
  font-family: 'Futura Std Regular';
  text-transform: uppercase;
  letter-spacing: .5px;
}

#submitproject-form .text-danger {
  color: #a94442;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
}

/********************************/
/*           FOOTER             */
/********************************/


.text-footer {
  list-style: none;
  padding: 0;
}

.text-footer li {
  line-height: 28px;
  text-transform: uppercase;
  font-size: 76%;
  letter-spacing: 2px;
  font-weight: 900;
  font-family: 'Futura Std Regular';
}

.text-footer li a {
  color: #fff;
}

.owl-item.active img:nth-child(2) {
  opacity: 0;
}

.subscribe-footer h1 {
  line-height: 28px;
  text-transform: uppercase;
  font-size: 79%;
  letter-spacing: 2px;
  font-weight: 900;
  font-family: 'Futura Std Regular';
  color: #fff;
  margin-top: 0;
  text-align: left;
}

.form_footer_inputs input#email {
  background: transparent;
  /* border-top:0;*/
  height: 29px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: 'Futura Std Regular';
  /* border-right:0;
  border-left:0;*/
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form_footer_inputs input#email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.form_footer_inputs input#email::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.form_footer_inputs input#email:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.form_footer_inputs input#email:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.btn_footer {
  background: transparent;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-family: 'Futura Std Regular';
}


.page_quiz h1 {
  text-align: center;
  letter-spacing: 6px;
  font-family: 'Futura Std Bold';
  font-size: 177%;
  padding: 2% 0 0.2% 0;
  margin: 0;
  text-transform: uppercase;
}

.page_quiz h2 {
  text-align: center;
  letter-spacing: 5px;
  font-family: 'Futura Std Regular';
  font-size: 99%;
  padding: 0% 0 1.5% 0;
  margin: 0;
  text-transform: uppercase;
}

.page_quiz h3 {
  margin: 0 0 2% 0;
  font-size: 85%;
  font-family: 'Futura Std Regular';
  font-style: italic;
  letter-spacing: 1px;
}

.go_again,
.trendbook_bnn {
  margin: 2% 0;
  display: inline-block
}

/*MATERIAL FORM */


.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: #ff3547 !important;
}

.btn-success:not([disabled]):not(.disabled).active:after,
.btn-success:not([disabled]):not(.disabled):active:after,
.show>.btn-success.dropdown-toggle {
  content: ' ';
}

.btn-success {
  background-color: #a6a6a6 !important;
  border: none !important;
  outline: none !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#img-upload {
  width: 100%;
}

.md-form input[type=date]:focus:not([readonly]),
.md-form input[type=datetime-local]:focus:not([readonly]),
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=number]:focus:not([readonly]),
.md-form input[type=password]:focus:not([readonly]),
.md-form input[type=search-md]:focus:not([readonly]),
.md-form input[type=search]:focus:not([readonly]),
.md-form input[type=tel]:focus:not([readonly]),
.md-form input[type=text]:focus:not([readonly]),
.md-form input[type=time]:focus:not([readonly]),
.md-form input[type=url]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #ff3547;
  border-bottom: 1px solid #ff3547;
}

.md-form input[type=date]:focus:not([readonly])+label,
.md-form input[type=datetime-local]:focus:not([readonly])+label,
.md-form input[type=email]:focus:not([readonly])+label,
.md-form input[type=number]:focus:not([readonly])+label,
.md-form input[type=password]:focus:not([readonly])+label,
.md-form input[type=search-md]:focus:not([readonly])+label,
.md-form input[type=search]:focus:not([readonly])+label,
.md-form input[type=tel]:focus:not([readonly])+label,
.md-form input[type=text]:focus:not([readonly])+label,
.md-form input[type=time]:focus:not([readonly])+label,
.md-form input[type=url]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
  color: #ff3547;
}

.alert-boot {
  position: fixed;
  right: 0;
  width: 12%;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.modal-content {
  background: transparent;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-dialog-centered .modal-body {
  padding: 15px 30px;
}

.modal-dialog-centered .modal-content {
  max-width: 80%;
}

.parsley-errors-list {
  background-color: #525252;
  color: white;
  text-align: center;
  margin: 0;
  width: 100%;
  margin-top: 5px;
}

.btn.btn-success.active::after {
  content: '✔' !important;
}

.red-back {
  background-color: #ff3547;
  color: white;
  text-align: center;
}

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

.filter-ambience {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px;
}

.filter-ambience .ui-group {
  display: inline-block;
  width: 40% !important;
  padding: 0;
}

.filter-ambience .ui-group h3 {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 16px;
  color: black;
  text-align: center;
  border: none;
}

.filter-ambience .ui-group .button-group {
  display: inline-block;
  margin-right: 10px;
}



.btn:active,
.btn.is-checked {
  background-color: #ff3547 !important;
  color: white !important;
}

.btn.is-checked {
  background-color: #ff3547 !important;
  color: white !important;
}

.download-button-ambience,
.download-button-ambience:hover,
.download-button-ambience:focus {
  background-color: #ff3547;
  color: white;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 36px;
}

@media(max-width:767px) {
  .filter-ambience .ui-group {
    width: 100% !important;
  }
}

@media(min-width:768px) {
  .filter-ambience .ui-group.date-sort {
    width: 25% !important;
  }
}

.filter-ambience .ui-group button {
  margin: 0 !important;
  font-size: 12px;
  margin-right: 5px !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #ff3547;
  border-color: #ff3547;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(255, 53, 71, 0.5);
  color: white;
}

.table-striped>tbody>tr:nth-of-type(odd):hover {
  background-color: rgba(255, 53, 71, 1);
  color: white;
}

table td {
  font-size: 15px !important;
}

.disabled,
:disabled {
  pointer-events: all !important;
}

table th {
  font-weight: bold;
  font-family: 'Futura Std Condensed';
  font-size: 25px !important;
  letter-spacing: 3px;
}

.toast-top-right {
  top: 25% !important;
  right: 10px !important;
  transform: translateY(25%) !important;
}

/** The Magic **/
.btn-breadcrumb>.btn-danger.disabled {
  opacity: 1 !important;
  color: #999;
}

.btn-breadcrumb .btn-danger:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
  transition: all .5s;
}

.btn-breadcrumb .btn-danger:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
  transition: all .5s;
}

/** The Spacing **/
.btn-breadcrumb {
  margin-top: 20px;
}

.btn-breadcrumb .btn-danger:first-child {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn-danger {
  padding: 6px 18px 6px 24px;
  transition: all .5s;
}



/** Danger button **/
.btn-breadcrumb .btn-danger:not(:last-child):after {
  border-left: 10px solid #ff3547;
}

.btn-breadcrumb .btn-danger:not(:last-child):before {
  border-left: 10px solid #ff3547;
}

.btn-breadcrumb .btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #ce0012;
}

.btn-breadcrumb .btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ce0012;
}

.btn-breadcrumb .btn-danger {
  box-shadow: none !important;
  background-color: #d9534f;
}

.btn-breadcrumb .btn-danger:hover,
.btn-breadcrumb .btn-danger:focus,
.breadActive {
  background-color: #ce0012 !important;
}


.btn-breadcrumb .btn-danger.waves-effect {
  overflow: visible !important;
}

.navbar {
  box-shadow: none !important;
}

.red-after-back {
  background-color: #ce0012;
  color: white;
  height: 200px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-left: 100px !important;
}

.red-after-back h3 {
  font-family: 'Futura Std Regular';
}

.red-after-back:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 30px solid #ce0012;
  position: absolute;
  top: 0%;
  /* margin-top: -17px; */
  left: 100%;
  z-index: 3;
  transition: all .5s;
}

.red-after-back:nth-child(2n):after {
  border-left: 75px solid #d9534f !important;
}

.red-after-back:nth-child(2n) {
  background-color: #d9534f !important;
}

.text-dash {
  color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 200px;
}

.text-dash h3 {
  font-family: 'Futura Std Regular';
  font-size: 18px;
}

.option-set input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.option-set input+label {
  margin: 0 !important;
  margin-bottom: 5px !important;
}

.option-set input:checked+label {
  background-color: #ff3547 !important;
}

.option-set input:checked+label::after {
  content: '✔' !important;
}