/* #####################################################################################################
   Flex content styles
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
.flex-content__template {
  margin: auto;
}
.flex-content__template > * {
  margin-bottom: 20px;
}
.flex-content__template a:not(.bttn) {
  color: #383838;
  font-size: 14px;
  font-weight: 900;
  line-height: 34px;
  text-decoration: underline;
}
@media only screen and (min-width : 768px) {
  .flex-content__template a:not(.bttn) {
    font-size: 22px;
  }
}
.flex-content__template img {
  width: 100%;
  height: auto;
}
.flex-content__template .bttn {
  margin-bottom: 0;
}
.flex-content__template table .bttn {
  width: 100%;
  padding: 0;
}
.flex-content__template .title {
  margin: 10px 0;
  line-height: normal;
  font-size: 22px !important;
  font-weight: 900;
}
@media only screen and (min-width : 768px) {
  .flex-content__template .title {
    font-size: 30px !important;
  }
}
.flex-content__template .contentSnippet {
  padding: 20px;
}
.flex-content__template .contentSnippet div,
.flex-content__template .contentSnippet p {
  margin: 10px 0;
}
.flex-content__template .headingWrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px;
}
.flex-content__template .headingWrapper h1 {
  margin: 0;
}
.flex-content__template .headingWrapper .contentSnippet {
  padding: 0;
}
.flex-content__banner-main .contentSnippet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  text-align: center;
  color: white;
}
@media only screen and (min-width : 768px) {
  .flex-content__banner-main .contentSnippet {
    bottom: 16%;
    padding: 0 8%;
    text-align: left;
  }
}
@media only screen and (min-width : 768px) {
  .flex-content__banner-main .contentSnippet .bttn {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .flex-content__banner-main .contentSnippet .title {
    font-weight: 300;
  }
}
.flex-content__banners-double {
  display: flex;
}
.flex-content__banners-double .banner {
  width: 50%;
}
.flex-content__banners-double .banner:first-child {
  margin-right: 20px;
}
.flex-content__banners-double .contentSnippet {
  padding: 8%;
}
@media only screen and (min-width : 1024px) {
  .flex-content__banners-double .contentSnippet {
    position: absolute;
    left: 8%;
    bottom: 12%;
    max-width: 430px;
    padding: 0;
    color: white;
  }
}
.flex-content__banners-double .contentSnippet * {
  font-size: 22px;
}
.flex-content__banners-double .contentSnippet *:not(.bttn) {
  line-height: 42px;
}
.flex-content__news-items {
  background: #f4f3f1;
}
.flex-content__news-items > .contentSnippet .title {
  padding: 35px 0;
  text-align: center;
}
.flex-content__news-items * {
  font-size: 16px;
}
.flex-content__news-items *:not(.bttn) {
  line-height: 34px;
}
.flex-content__news-items .items {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 35px;
}
.flex-content__news-items .items .item {
  width: 25%;
}
.flex-content__news-items .items .item .slider {
  margin-bottom: 35px;
}
.flex-content__text-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ebe2d7;
}
@media only screen and (min-width : 1024px) {
  .flex-content__text-banner {
    flex-direction: row;
  }
}
.flex-content__text-banner .contentSnippet {
  flex: 0 1 40%;
  padding: 35px 4%;
}
@media only screen and (min-width : 1280px) {
  .flex-content__text-banner .contentSnippet {
    padding: 35px 8%;
  }
}
.flex-content__text-banner .contentSnippet .title {
  font-size: 54px !important;
  font-weight: 300;
  line-height: 81px !important;
}
.flex-content__text-banner .contentSnippet .title b {
  display: block;
  font-size: 81px;
  line-height: 81px;
}
.flex-content__text-banner .contentSnippet * {
  font-size: 18px;
}
.flex-content__text-banner .contentSnippet *:not(.bttn) {
  line-height: 34px;
}
.flex-content__text-banner .banner {
  flex: 1 1 60%;
}
@media only screen and (min-width : 1280px) {
  .flex-content__text-banner .banner {
    flex: 1 0 60%;
  }
}
.flex-content__product-sets {
  padding: 0 20px;
}
.flex-content__product-sets .contentSnippet {
  padding-left: 0;
  padding-right: 0;
}
.campaign #cols {
  display: none;
}
.campaign .contentSnippet {
  max-width: 1350px;
  margin: auto;
  font-size: 16px !important;
  font-weight: 300;
}
@media only screen and (min-width : 768px) {
  .campaign .contentSnippet {
    line-height: 30px;
    text-align: center;
  }
}
@media only screen and (min-width : 768px) {
  .campaign .contentSnippet .title {
    font-size: 28px !important;
    text-align: center;
  }
}
.campaign .flex-content-campaign__banner-main .contentSnippet {
  text-align: center;
}
.campaign .flex-content-campaign__banners-double {
  display: flex;
}
.campaign .flex-content-campaign__banners-double .banner {
  width: 50%;
}
.campaign .flex-content-campaign__banners-double .banner:first-child {
  margin-right: 20px;
}
