@keyframes ai-move-up {
    from {
      transform: translate(-50%, -10%);
    }
    to {
      transform: translate(-50%, -20%);
    }
}
@keyframes ai-animate-border {
    from {
      width: 0%;
    }
    to {
      width: 50%;
    }
}
@keyframes ai-opacity-ease {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}
@keyframes ai-move-img {
    from {
      transform: translateX(-40px);
    }
    to {
      transform: translateX(0);
    }
}
@keyframes ai-move-txt {
    from {
      transform: translateX(-20px);
    }
    to {
      transform: translateX(0);
    }
}

/*
* Override Master css
*
*
*
*/
/*
*/
.row {
    max-width: 100rem;
}

body {
	background-color:#fff !important;
}

.panel {
	margin-bottom:0;
}

.panel.contentpanel {
	padding:0;
}

.clearfix {
	background-color:#f3f3f3;
	height:0;
}

#page.sbs *:not(.fa), body.sbs *:not(.fa) {
	font-family: 'PostGrotesk-Light', sans-serif;
}

.video-top {
	height:760px;
}

.section-container {
    padding-bottom: 0px;
	background:#f3f3f3;
}

.slideshow, .teaser {
    margin-bottom: 0;
}

[class*="block-grid-"]>li {
    display: block;
    float: left;
    height: auto;
    padding: 0;
}	


/*Video top element*/
.video-banner-element {
	height:100%;
}  

.video-wrapper {
	padding:0;
	width:100%;
	text-align:center;
	background-color:#f3f3f3;
	max-height:760px;
	display:none;
} 

/*
* Override header Menu (level2)
* 
*/
@media all and (max-width : 975px) {
.equalheightmenu {
    width: 70% !important;
}
}




/*
* Override header & footer
*
*
*
*/
.main-header {
	background:#fff !important;
}

.topRow {
	background:#fff !important;
}

body.sbs #footer {
	background: #8ca6a0 !important;
	color:#fff !important;
}

.sbs #footer {
	background: #8ca6a0 !important;
}

.sbs #footer p, .sbs #footer strong {
	color:#fff !important;
}

.sbs #footer a { 
	color:#fff !important;
}

#footer { 
	background: #8ca6a0 !important;
	color:#fff !important;
}

#footer a { 
	color:#fff !important;
}

#footer p, #footer strong {
	color:#fff !important;
}

#page.sbs {
	font-family: 'PostGrotesk-Light', sans-serif !important;
}
/*End footer-header override*/


/*
* Override Find-your products text (product pages)
*/
.findYourProductsTitle h1 {
	padding-left:5px;
}



/*
*Hubspot override styles
*
*/
.input.hs-input, textarea.hs-input, select.hs-input {
	border-radius: 0;
	box-shadow: none;
	padding: 5px 3px;
	font-family: 'hag_Moderat', sans-serif;
	font-weight: normal;
	color: #564c45;
	font-size: 1.0em;
	width:100%;
}

input[type="text"] {
	border-radius: 0;
	box-shadow: none;
	padding: 5px 3px;
	font-family: 'PostGrotesk-Light', sans-serif;
	font-weight: normal;
	color: #564c45;
	font-size: 1.0em;
}
input[type="textarea"] {
	width:100%;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: #544d47;
    padding: 12px;
    color: #fff;
    font-weight: bold;
    font-family: 'PostGrotesk-Light', sans-serif;
    font-size: 0.85em;
    border: 0;
}
ul.hs-error-msgs {
	list-style:none;
}
.hs-input {
	width:100%;
}

.hs-form-required {
	display:none;
}
/*End HS override*/


/**/
div.ai {
  font-family: 'PostGrotesk-Light', sans-serif !important;
  color: #544d47;
  background: #f3f3f3;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

div.ai h2 {
  font-family: 'PostGrotesk-Light', sans-serif !important;
  letter-spacing: 1px;
  color: #544d47;
  font-weight: bold;
}

div.ai p {
  margin: 20px 0;
  color: #544d47;
  font-size: .95em;
  max-width: 580px;
}

.ll-find-your-product-sector-header {
	color:#1F6e5e !important;
}
.ll-find-your-product-area-header {
	color:#fff;
}

.ll-find-your-products-sector-link {
	color:#0f372f !important;
}

.ll-find-your-products-brand-link-header {
	color:#0f372f !important;
	font-weight:bold;
	font-family: 'PostGrotesk-Light', sans-serif !important;
}

.ll-find-your-products-brand-link {
	color:#0f372f !important;
	font-family: 'PostGrotesk-Light', sans-serif !important;
}

div.ai a {
  position: relative;
  font-family: 'MessinaSerifWeb-Book', sans-serif !important;
  font-weight: bold;
  /*border-bottom: 1px solid #ff7e46;*/
  letter-spacing: 1px;
  padding: 0 4px 4px 4px;
  color: #222;
  transition: all 200ms ease-out;
  -webkit-backface-visibility: hidden;
}

div.ai .ai-tile-content a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #1f6e5e;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

div.ai .ai-tile-content a:hover {
  opacity: .8;
}

div.ai .ai-tile-content a:hover:after {
  width: 0;
}

.ai-clear {
  clear: both;
}

footer.ai-footer {
  padding: 20px 0;
  background: #e7e6e5;
  margin: 0 auto;
}

div.ai-footer-content {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}

div.ai-footer-content .ai-footer-col {
  float: left;
  font-size: 14px;
  color: #534d46;
  padding: 10px;
  margin-right: 40px;
  border-left: 1px solid #fff;
}

.ai-footer-col-1, .ai-footer-col-3 {
  font-weight: bold;
}

div.ai-footer-content .ai-footer-col a {
  padding: 0;
  color: #534d46;
  font-size: 14px;
  text-decoration: underline;
}

div.ai-footer-content .ai-footer-col a:hover {
  opacity: .8;
}

.ai-social-icon {
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  opacity: .8;
  margin-top: 20px;
}

div.ai-footer-content .ai-footer-col a.ai-social-icon:hover {
  opacity: .6;
}

div.ai-more-btn {
  display: block;
  height: 90px;
  width: 90px;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #e7bfae;
  margin: 40px auto;
}

div.ai-more-btn h2 {
  font-family: 'hag_LyonText', serif;
  font-size: 14px;
  color: #534d46;
  margin: 6px auto 0 auto;
}

div.ai-more-btn h2 a {
  padding: 0;
}

.ai-section-top {
  background: #f3f3f3;
  padding: 100px 0;
}

.ai-top-content {
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
}

.ai-section-top h1 {
  color: #fff;
  width: 90%;
  margin: 0 auto;
}

.ai-hero-img {
  width: 100%;
}

.ai-section-tiles {
  overflow: hidden;
  background: #fff;
}

.ai-tile {
  position: relative;
  background: #fff;
  text-align: center;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.ai-tile-content {
  padding: 40px 0;
  width: 90%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.ll-tile-content-contact {
    top: 0;
    left: 0;
    position: relative;
    transform: translate(0, 0);
}

div.ai h3 {
	font-family: 'PostGrotesk-Light', sans-serif !important;
	    letter-spacing: 1px;
	    color: #544d47;
	    font-weight: normal;
}

div.ai-tile-content-project-item {
  	top:50%;
}

.ai-tile .ai-chair-icon {
  width: 47px;
  margin-bottom: 25px;
}

.ai-tile-col-2 {
  overflow: hidden;
}

.ai-tile-col-2 .ai-col {
  float: left;
  width: 50%;
  line-height: 0;
  display: block;
  border: none;
  padding: 0;
}

.ai-tile-lines .ai-col {
  position: relative;
  overflow: hidden;
}

.ai-tile-lines .ai-lines-tag {
  color: #fff;
  font-size: 1.8em;
  background: rgba(0, 0, 0, .08);
  padding: 10px 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ai-tile-col-1 {
  overflow: hidden;
}

.ai-tile-col-1 .ai-col {
  width: 100%;
  line-height: 0;
  display: block;
  border: none;
  padding: 0;
}

.ai-tile-launch {
  background: #ccbbb2;
}

.ai-tile-launch h2.ai-launch-h2 {
  color: #eabdaa;
  margin-bottom: 0;
}

.ai-tile-launch h2.ai-launch-date {
  color: #534d46;
  font-size: 3.0em;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 3px;
  font-family: 'MessinaSerifWeb-Book', serif;
  font-weight: bold;
}

.ai-tile.ai-tile-designer-less .ai-tile-content {
  transform: translate(-50%, -50%);
  width: 65%;
}

.ai-tile.ai-tile-designer h2,
.ai-tile.ai-tile-designer p,
.ai-tile.ai-tile-designer a {
  color: #fff;
}

.ai-tile.ai-tile-designer h2 span {
  color: #e7bfae;
}

.ai-tile.ai-tile-designer .ai-designer-intro {
  margin: 40px 0;
}

.ai-tile.ai-tile-designer .ai-designer-quote {
  color: #e2d5bc;
  font-size: 1.25em;
  font-family: 'MessinaSerifWeb-Book', serif;
}

div.ai-tile-special-intro h2.ai-classy-headline {
  position: relative;
  z-index: 1;
  color: #e2d5bc;
  display: inline-block;
  font-family: 'MessinaSerifWeb-Book', serif;
  margin-bottom: 20px;
}


div.ai-tile-special-intro h2.ai-classy-headline:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  width: 0%;
  border-bottom: 4px solid #fff;
  margin-left: -25%;
  bottom: -10px;
  animation: 600ms ai-animate-border forwards;
  animation-delay: 400ms;
}

div.ai-tile-history-intro {
  background-color: #e5d3bc;
  /*background-color: #534c46;*/
}

div.ai-tile-history-intro p {
  color: #564c45;
}

div.ll-tile-contactus-intro {
  background-color: #e1ddda;
}

div.ai-tile-references-intro {
  background-color: #1f6e5e;
}

div.ai-tile-references-intro p {
  color: #fff;
}

div.ll-tile-contactus-intro h2.ai-classy-headline {
  color: #1a1a1a;
}

div.ai-tile-references-intro h2.ai-classy-headline {
  color: #fff !important;
  font-weight: bold !important;
}

div.ai-free-text-image {
  padding-bottom: 75%;
}

div.ai-free-text-image-caption {
  background: #bac9c6;
}

div.ai-free-text.ai-free-text-image-caption div {
  color: #564c45 !important;
  margin-top: 0;
  padding: 25px 0 29px 0;
  font-family: 'MessinaSerifWeb-Book', serif !important;
  font-size: 1.15em;
  text-align: center;
}

div.ai-free-text p {
  margin: 20px auto;
  width: 90%;
  line-height: 1.7;
}

div.ai-free-text p.ai-free-text-quote {
  color: #9bb3da;
  font-family: 'MessinaSerifWeb-Book', serif !important;
  text-align: center;
  font-size: 1.42em;
  margin: 30px auto;
  line-height: 1.4;
}

div.ai-tile-col-high {
  width: 100%;
  overflow: hidden;
  padding: 0;
  height: auto;
}

div.ai-tile-col-high a.ai-col-high {
  cursor: pointer;
  display: block;
  padding: 0;
  width: 50%;
  float: left;
}

div.ai-high-col-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  top: 0;
  background: rgba(0, 0, 0, .6);
}


div.ai-tile-col-high a.ai-col-high:hover {
  opacity: .9;
}

div.ai-tile-col-high a.ai-col-high:hover div.ai-high-col-txt {
  background: rgba(0, 0, 0, .4);
}

div.ai-high-col-txt h2 {
  color: #fff !important;
  font-size: 1em;
  width: 75%;
  margin: 20% auto 0 auto;
}

div.ai-high-col-txt p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-top: 10px;
  padding: 0 4px 4px 4px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #1f6e5e;
}

div.ai-tile-custom-subref {
  background: #eee8e5;
}

div.ai-tile-custom-subref p {
  font-size: .87em;
}

div.ai-tile-col-2 a.ai-col-txt {
  background: #eee8e5;
  position: relative;
  height: 0;
  padding-bottom: 50%;
}

div.ai-tile-col-2 .ai-col-txt-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}

div.ai-tile-col-2 a.ai-col-txt h2 {
  font-size: 1em;
}

div.ai-tile-col-2 a.ai-col-txt p {
  font-size: .7em;
}

div.ai-txt-testimonial {
  margin: 60px auto;
}

div.ai-txt-testimonial p {
  font-size: 1.1em;
}

div.ai-txt-testimonial p.ai-testimonial-source {
  font-size: .75em;
}

div.ai-tile-text-no-magic {
  height: auto;
  padding: 0 12px;
  text-align: left;
}

div.ai-tile-text-no-magic h2 {
  text-align: center;
}

div.ai-tile-text-no-magic .ai-tile-content {
  position: static;
  transform: none;
}

.ai-tile-col-2 .ai-col.ai-col-theme-green {
  background: #dde8d6;
  padding: 15px;
}

.ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content {
  background: #fff;
  transform: none;
  width: 100%;
  position: static;
  padding: 10px;
}

.ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content h2 {
  text-align: left;
  color: #e7bfae;
  font-size: 13px;
  padding-top: 10px;
  margin: 0;
}

.ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content .ai-read-more {
  padding-left: 0;
}


.ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content p {
  margin-bottom: 0;
  font-size: 13px;
  text-align: left;
}

.ai-tile-col-2 .ai-col.ai-col-theme-green.ai-col.ai-col-theme-border {
  background: url('images/border-box-bg.jpg') no-repeat center;
  background-size: cover;
}

.ai-tile-col-2 .ai-col.ai-col-theme-green.ai-col.ai-col-theme-border .ai-col-txt-content {
  background: #c1d6b5;
}

.ai-tile-col-2 .ai-col.ai-col-theme-green.ai-col.ai-col-theme-border .ai-col-txt-content h2 {
  color: #fff;
}

.ai-education .ai-tile {
  height: auto;
  padding-bottom: 0;
}

.ai-free-text.ai-txt-education {
  background: #bac9c6;
  padding: 40px 20px;
}

.ai-free-text.ai-txt-education h2 {
  margin-top: 0;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0;
}

.ai-free-text.ai-txt-education h3 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'PostGrotesk-Light', sans-serif !important;
  margin-top: 0;
  font-size: 17px;
}

.ai-free-text.ai-txt-education ul {
    list-style: none;
    font-weight: normal;
    margin-top: 40px;
}

.ai-free-text.ai-txt-education li {
  margin: 20px 0;
}

.ai-free-text.ai-txt-education li:before {
  content: '> ';
  font-size: 1.2em;
}

.ai-free-text.ai-txt-education li a {
  font-size: 18px;
  color: #534d46;
  font-weight: normal;
  font-family: 'PostGrotesk-Light', sans-serif !important;
}

.ai-custom-preheadline {
  font-family: 'MessinaSerifWeb-Book', serif;
  font-size: 14px;
}

.ai-custom-preheadline:after {
  content: " /";
  font-size: 1.3em;
  font-weight: normal;
}

.ai-tile.ai-tile-designer.ai-tile-education-showcase .ai-tile-content {
  transform: translate(-50%, -85%);
  width: 95%;
}

.ai-tile.ai-tile-designer.ai-tile-education-showcase h2,
.ai-tile.ai-tile-designer.ai-tile-education-showcase a,
.ai-tile.ai-tile-designer.ai-tile-education-showcase span {
  color: #534d46;
  font-weight: normal;
}

.ai-tile.ai-tile-designer.ai-tile-education-showcase a {
  margin-top: 15px;
}

div.ai-tile-col-high.ai-tile-col-high-wide a.ai-col-high {
  width: 100%;
  float: none;
}

div.ai-tile-col-high.ai-tile-col-high-wide a.ai-col-high .ai-high-col-txt {
  bottom: 0;
  right: 50%;
}

div.ai-tile-find-products-intro {
  background: #1F6E5E;
}
div.ai-tile-find-products-intro h2.ai-classy-headline {
  color: #fff !important;
  font-family: 'MessinaSerifWeb-Book', serif !important;
  font-weight:bold !important;
}
div.ai-tile-find-products-intro p {
  color: #fff;
}

div.ai-tile-find-products-selector {
  padding-bottom: 100%;
}
div.ai-tile-find-products-selector .ai-find-products-selector-main-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  /*border: 20px solid #8ca6a0;*/
  bottom: 0;
}
div.ai-tile-find-products-selector .ai-col-wrapper {
  display: table;
  width: calc( 100% - 40px);
  /*background: rgba(31, 110, 94, 0.29);*/
  margin: 20px auto 0 auto;
  position: relative;
  overflow: hidden;
}
div.ai-tile-find-products-selector .ai-col {
  display: table-cell;
  line-height: 1.4;
  font-family: 'PostGrotesk-Light', sans-serif !important;
  font-size: 18px;
  padding-bottom: 50%;
  height: 0;
  color: #fff;
  border: 0px solid transparent;
  box-sizing: content-box;
}
div.ai-tile-find-products-selector .ai-col:hover {
  background: rgba(0,0,0,.25);
}
div.ai-tile-find-products-selector .ai-hor-line {
  position: absolute;
  left: 49.95%;
  top: 0;
  bottom: 0;
  width: 2px;
  height: calc(100% - 130px);
  margin-top: 65px;
}
div.ai-tile-find-products-selector .ai-vert-line {
  position: absolute;
  left: 49.95%;
  top: 0;
  bottom: 0;
  width: 2px;
  height: calc(100% - 130px);
  transform: rotate(90deg);
  margin-top: 65px;
}
div.ai-tile-find-products-selector .ai-col span {
  display: block;
  margin-top: 40%;
  font-size: 15px;
}
div.ai-tile-find-products-selector-2 .ai-find-products-selector-main-img {
  border: none;
}
div.ai-tile-find-products-selector-2 .ai-col-wrapper {
  display: table;
  width: calc( 100% - 40px);
  /*background: rgba(31, 110, 94, 0.35);*/
  margin: 20px auto 0 auto;
  position: relative;
  overflow: hidden;
}

div.ai-tile-find-products-selector h2.ai-find-prod-headline {
  position: absolute;
  font-size: 16px;
  font-family: 'MessinaSerifWeb-Book', sans-serif !important;
  color: #fff;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  z-index: 1000000;
}

div.ai-tile-col-4 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0;
  height: auto;
  padding-bottom: 20px;
  background: #fff;
}
div.ai-tile-col-4 .ai-col {
  margin-top: 20px;
  width: 50%;
  float: left;
}
div.ai-tile-col-4 h2.ai-find-prod-headline {
  font-size: 16px;
  margin-top: 40px;
  font-family: 'MessinaSerifWeb-Book', sans-serif !important;
  text-align: center;
}
div.ai-find-your-products div.ai-section-tiles {
  padding-bottom: 0;
}

.footer-some-image {
	width:36px;
}

@media all and (min-width : 767px) {
  div.ai {
    font-size: 18px;
  }

  .ai-section-top {
    padding: 140px 10%;
  }

  div.ai-more-btn {
    margin: 40px auto 0 auto;
  }

  .ai-section-top h1 {
    font-size: 3em;
    margin-left: 0;
    max-width: 600px;
  }

  .ai-section-tiles {
    max-width: 1350px;
    margin: 0 auto;
    padding-bottom:0;
  }

  div.ai-footer-content {
    width: 70%;
    padding: 40px 0;
    margin-right: 0;
    max-width: 1350px;
  }

  .ai-tile {
    float: left;
    width: 50%;
    padding-bottom: 49.9%;
  }

  .ai-education .ai-tile {
    float: none;
    width: 100%;
  }

  .ai-tile .ai-chair-icon {
    width: 40px;
    margin-bottom: 30px;
  }

  .ai-tile-lines .ai-lines-tag {
    font-size: 2em;
    background: none;
    padding: 10px 40px;
    width: auto;
  }

  .ai-tile-lines .ai-lines-tag:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #174e42;
    transition: all 250ms ease-out;
    transform: translate3d(-300%,0,0);
  }

  .ai-tile-lines img {
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    transition: 350ms all ease-out;
  }

  .ai-tile-lines .ai-col:hover img {
    transform: scale(1.25);
  }

  .ai-tile-lines .ai-col:hover .ai-lines-tag:after {
    transform: translate3d(-1%,0,0);
  }

  .ai-free-text {
    margin-top: 60px;
  }

  .ai-image-quote-wrap {
    overflow: hidden;
    position: relative;
  }

  div.ai-tile-special-intro {
    float: right;
  }

  div.ai-tile-special-intro h2.ai-classy-headline {
    font-size: 1.8em;
    font-weight: normal;
  }

  div.ai-tile-special-intro .ai-tile-content {
    animation: 1s ai-move-up ease-out forwards;
  }

  div.ai-free-text-image {
    float: none;
    width: 100%;
    max-width: 650px;
    padding-bottom: 0;
    height: auto;
    margin: 0 auto;
  }

  div.ai-free-text-image-caption {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }

  div.ai-high-col-txt h2 {
    width: 70%;
    line-height: 1.55;
    font-size: 1.1em;
    margin: 25% auto 0 auto;
  }

  div.ai-tile-col-high a.ai-col-high {
    width: 25%;
  }

  .ai-tile.ai-tile-designer-less .ai-tile-content {
    transform: translate(-50%, -20%);
    width: 65%;
  }

  div.ai-tile-custom-subref .ai-tile-content {
    transform: translate(-50%, -30%);
    width: 75%;
  }

  div.ai-tile-custom-subref p {
    font-size: .90em;
  }

  div.ai-tile-col-2 a.ai-col-txt {
    text-align: left;
  }

  div.ai-tile-col-2 a.ai-col-txt .ai-col-txt-content {
    width: 85%;
  }

  div.ai-tile-col-2 a.ai-col-txt .ai-col-txt-content h2 {
    font-size: 1em;
  }

  div.ai-tile-col-2 a.ai-col-txt .ai-col-txt-content p {
    font-size: .8em;
  }

  div.ai-tile-content-project-item {
    	top:30%;
  }


  div.ai-section-tiles-left {
    float: left;
    width: 50%;
  }

  div.ai-section-tiles-right {
    float: right;
    width: 50%;
  }

  div.ai-tile-text-no-magic .ai-tile-content {
      width: 80%;
  }

  .ai-tile-col-2 .ai-col.ai-col-theme-green {
    padding: 20px;
  }

  .ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content {
    padding: 20px;
  }

  .ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content p,
  .ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content h2 {
    font-size: 18px;
  }

  .ai-tile-col-2 .ai-col.ai-col-theme-green .ai-col-txt-content .ai-read-more {
    display: block;
    text-align: center;
  }

  .ai-tile.ai-tile-designer.ai-tile-education-showcase .ai-tile-content {
    top: 40%;
  }

  .ai-tile.ai-tile-designer.ai-tile-education-showcase .ai-tile-content a {
    font-size: 16px;
  }

  .ai-free-text.ai-txt-education {
    padding: 60px 40px 300px 40px;
  }

  .ai-free-text.ai-txt-education.work-area-padding {
	  padding-bottom:211px;
  }

  .ai-free-text.ai-txt-education h2 {
    font-size: 50px;
  }

  .ai-free-text.ai-txt-education h3 {
    font-size: 22px;
  }

  .ai-free-text.ai-txt-education li a {
    font-size: 20px;
  }

  div.ai-tile-find-products-selector {
    padding-bottom: 50%;
  }

  div.ai-tile-col-4 .ai-col {
    width: 25%;
    border-right: 1px solid #fff;
  }
  div.ai-tile-col-4 .ai-col:last-of-type {
    border: none;
  }
  
  .ai-tile-launch h2.ai-launch-date {
    font-size: 4.5em;
  }
  
  .ai-tile.ai-tile-designer .ai-designer-intro {
    margin: 40px 0;
  }
  
  /*Video top element*/
  .video-text-overlay { 
     position: absolute; 
     top: 200px; 
     left:200px;
     width: 100%; 
     display:block;
  }	
	
  .video-banner-element {
  	height:100%;
  }  

  .video-wrapper {
  	padding:0;
  	width:100%;
  	text-align:center;
  	background-color:#f3f3f3;
  	max-height:500px;
  	display:block;
  }  
  /*End video*/

}

@media all and (min-width : 1024px) {
  div.ai {
    font-size: 20px;
  }

  div.ai .ai-tile p {
      margin: 35px auto;
  }

  div.ai .ai-free-text p {
    max-width: 600px;
    color: #333;
    font-size: .9em;
  }

  div.ai div.ai-txt-testimonial p {
    font-size: 1.1em;
  }

  div.ai div.ai-txt-testimonial p.ai-testimonial-source {
    font-size: .75em;
  }

  div.ai-free-text p.ai-free-text-quote {
    color: #8ea59f;
    font-family: 'MessinaSerifWeb-Book', serif !important;
    text-align: center;
    font-size: 1.42em;
    margin: 70px auto;
    line-height: 1.4;
    max-width: 500px;
  }

  div.ai-free-text.ai-free-text-image-caption div {
    color: #fff;
    margin-top: 0;
    padding: 35px 20px 35px 20px;
    font-family: 'MessinaSerifWeb-Book', serif !important;
    font-size: 1.15em;
    text-align: center;
  }

  .ai-section-top {
    padding: 180px 10%;
  }

  .ai-section-top h1 {
    font-size: 3.2em;
  }

  .ai-tile .ai-chair-icon {
    width: 95px;
  }

  div.ai-txt-testimonial {
    margin-top: 100px;
  }

  div.ai-tile-find-products-selector .ai-col {
    font-size: 32px;
  }
  
  /*Video top element*/
  .video-banner-element {
  	height:760px;
  }  

  .video-wrapper {
  	padding:0;
  	width:100%;
  	text-align:center;
  	background-color:#f3f3f3;
  	max-height:600px;
  }  
	

  .video-text-overlay { 
     position: absolute; 
     top: 400px; 
     left:400px;
     width: 100%; 
     display:block;
  }	
  /*End video*/
  
}

@media all and (min-width : 1400px) {

  div.ai-free-text-image-caption {
    width: 350px;
    left: calc(100% - 350px);
    bottom: 0;
    position: absolute;
    padding: 40px 10px;
  }

  .ai-image-quote-wrap.ai-anim-ready {
    opacity: 0;
  }

  .ai-image-quote-wrap.ai-anim-ready.triggered-anim {
    animation: 1.2s ai-opacity-ease ease-out forwards;
  }

  .ai-image-quote-wrap.ai-anim-ready .ai-free-text-image {
    transform: translateX(-40px);
    z-index: 1;
	/*animation: 1s ai-move-img forwards;*/
  }

  .ai-image-quote-wrap.ai-anim-ready .ai-free-text-image-caption {
    transform: translateX(-20px);
    z-index: -1;
	
  }

  .ai-image-quote-wrap.ai-anim-ready .ai-free-text-image {
    animation: 1s ai-move-img forwards;
  }

  .ai-image-quote-wrap.ai-anim-ready.triggered-anim .ai-free-text-image-caption {
    animation: 1s ai-move-txt forwards;
    animation-delay: 80ms;
  }
  
  /*Video top element*/
	.video-text-overlay { 
	   position: absolute; 
	   top: 500px; 
	   left:760px;
	   width: 100%; 
	   display:block;
	}	

	.video-banner-element {
		height:760px;
	}  

	.video-wrapper {
		padding:0;
		width:100%;
		text-align:center;
		background-color:#f3f3f3;
		max-height:760px;
	}  
  /*End video*/

}

/*
* Contact us
*
*/
div.ai-col-high-contact {
	display: block;
	padding: 0;
	width: 50%;
	float: left;
}

div.ai-col-high-contact-white {
	background:#fff;
}

div.ai-col-high-contact-blue {
	background:#e1ddda;
}

div.ai-col-high-contact-light-blue {
	background:#edebe9;
}

div.ai-high-col-txt-contact {
    left: 0;
    right: 0;
    bottom: 50%;
    top: 0;
}
/*End contact us*/


/*
* FAQ
*/
div.ai-tile-faq-intro {
  background-color: #1F6E5E;
  float:right;
}

div.ai-tile-faq-intro p {
  color: #fff;
}

div.ai-tile-faq-intro h2.ai-classy-headline {
  position: relative;
  z-index: 1;
  color: #fff !important;
  display: inline-block;
  font-family: 'MessinaSerifWeb-Book', serif !important;
  font-weight:bold !important;
  margin-bottom: 20px;
}

div.ai-tile-faq-intro h2.ai-classy-headline:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  width: 0%;
  border-bottom: 4px solid #fff;
  margin-left: -25%;
  bottom: -10px;
  animation: 600ms ai-animate-border forwards;
  animation-delay: 400ms;
}
div.ll-faq-cta-caption {
	background: #bac9c6;
	max-height:400px;
	font-family: 'MessinaSerifWeb-Book', serif !important;
	padding:36px;
}


@media (min-width: 767px) {
	div.ll-faq-cta-caption {
	    width: 100%;
	    max-width: 650px;
	    margin: 0 auto;
		min-height:150px;
		background:#fff;	
		border-bottom: 1px solid #bac9c6;				
	}
	
	div.ai-tile-faq-intro .ai-tile-content {
	    animation: 1s ai-move-up ease-out forwards;
	}
	
	div.ai-tile-faq-intro h2.ai-classy-headline {
	    font-size: 1.8em;
	    font-weight: normal;
	}	
}

@media all and (min-width : 1400px) {
	div.ll-faq-cta-caption {
	    width: 350px;
	    bottom: 0;
	    position: absolute;
	    padding: 40px;
		top:674px;
		background: #bac9c6;
		min-height:530px;
		
	}
}
/*End FAQ*/

/*
* About us styles
*
*/
div.ai-tile-aboutus-intro {
  background-color: #1f6e5e;
  float:right;
}
div.ai-tile-aboutus-intro p {
  color: #fff !important;
}

div.ai-tile-aboutus-intro h2.ai-classy-headline {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-weight:bold !important;
  display: inline-block;
  font-family: 'MessinaSerifWeb-Book', serif !important;
  margin-bottom: 20px;
}

div.ai-tile-aboutus-intro h2.ai-classy-headline:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  width: 0%;
  border-bottom: 4px solid #fff;
  margin-left: -25%;
  bottom: -10px;
  animation: 600ms ai-animate-border forwards;
  animation-delay: 400ms;
}

div.ai-free-text-aboutus-image-caption {
  background: #edebe9;
}

div.ai-free-text.ai-free-text-aboutus-image-caption div {
  color: #564c45;
}

div.ai-free-text p.ai-free-text-aboutus-quote {
  color: #564c45;
}

h3.ll-about-us-sub-headline {
    font-size: 1.2em;
    font-weight: normal;
    max-width: 600px;
	padding-top:30px;
    margin: 20px auto;
    width: 90%;
}
@media all and (min-width : 767px) {
	div.ai-tile-aboutus-intro .ai-tile-content {
	    animation: 1s ai-move-up ease-out forwards;
	}
	
	div.ai-tile-aboutus-intro h2.ai-classy-headline {
	    font-size: 1.8em;
	    font-weight: normal;
	}	
	/*
  .ai-section-tiles {
	background-color:#fff;
  }
	*/
}
/*End aboutus*/

/* Designers */

/*Designers overview*/


/*Designer*/
div.ai-tile-designer-intro {
  background-color: #EEE8E5;
  float:right;
}

div.ai-tile-designer-intro h2.ai-classy-headline { 
  font-family: 'MessinaSerifWeb-Book', serif !important;
  font-weight:bold !important;
}

.ll-designer-quote {
	font-family: 'MessinaSerifWeb-Book', serif !important;
	font-weight:normal !important;
}

.ll-designer-product-listing {
	padding:8px 0;
}

#ll-designers-mobile-version {
	display:none;
}
.ll-designer-text-section {
	float:left;
	width:33%;
	height:100%;
	padding:0 10px 60px 70px;
}
.ll-designer-image-section-right {
	float:right;
	height:100%;
	width:60%;
	padding-right:60px;
}
.ll-designer-img-left {
	width:100%;
	margin-top:20px;
}

@media screen and (max-width: 950px) {		
	#designers-full-version {
		display:none;
	}
	
	#ll-designers-mobile-version {
		display:block;
	}
	
}
@media screen and (max-width: 400px) {	
	.ll-designer-text-mobile {
		padding:0;
	}
}

/*End Designers*/

.ll-pinterest-link {
	width:22px;
	padding-bottom:5px;
}






