/*
Theme Name: Spicy Brocoli Base Theme
Theme URI: http://spicybroccoli.com
Description: Spicy Broccoli template for WordPress sites. Good for you company's health!
Author: Spicy Broccoli Media
Author URI: http://spicybroccoli.com/
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
}
body {
	font-family: 'Passion One', cursive;
	line-height: 1;
	background-color: #fff;
	color: #333333;
	height: 100%;
	letter-spacing: 2px;
}
.font-passion-one {
	font-family: 'Passion One', cursive;
}
.font-ubuntu {
	font-family: 'Ubuntu', sans-serif;
}
.font-leckerli {
	font-family: 'Leckerli One', cursive;
}
h1, h2, h3, h4, h5, h6, .title-header {
	clear: both;
    font-size: 45px;
    text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
    font-weight: 400;
}
.title-header.big {
	font-size: 63px;
}
.title-header.big span:not(.font-leckerli) {
	letter-spacing: 5px;
}
ol, ul {
	list-style: none;
}
.switcher-tab li,
p,
.content ul,
figcaption {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
	letter-spacing: initial;
}
article .content p:last-child {
    margin-bottom: 0;
}
article ul > li {
    padding-left: 10px;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a, a:hover,
.content p > a:hover  {
	text-decoration: none;
	color: #000000;
}
a:hover,
.content p > a  {
  color: #aa262f;
}
a, a *, a:before, a:after,
.btn,
header *,
.gform_button {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
.img-center {
	display: block;
	margin: 0 auto;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.overflow-hidden {
	overflow: hidden;
}
.transform-upper {
	text-transform: uppercase !important;
}
.transform-lower {
	text-transform: lowercase !important;
}
.no-transform {
	text-transform: none !important;
}
.align-center,
.container-limit.center  {
  text-align: center;
}
.align-left  {
  text-align: left;
}

.clearfix:after, .container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}
/* COLUMNS CONFIGURATION
 * See instruction at https://getbootstrap.com/docs/4.0/layout/grid/;
 */
 .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  
  @media (min-width: 576px) {
	.container {
	  max-width: 540px;
	}
  }
  
  @media (min-width: 768px) {
	.container {
	  max-width: 720px;
	}
  }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 960px;
	}
  }
  
  @media (min-width: 1024px) {
	.container {
	  max-width: 1024px;
	}
	.container.splitted {
	  max-width: 512px;
	}
  }
  
  @media (min-width: 1171px) {
	.container {
	  max-width: 1170px;
	}
	.container.splitted {
	  max-width: 570px;
	}
  }
  
  .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
  
  .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
  }
  
  .no-gutters {
	margin-right: 0;
	margin-left: 0;
  }
  .no-gutter-right {
	margin-right: 0;
  }
  .no-gutter-left {
	margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
  }
  
  .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
  }
  
  .col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
  }
  
  .col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
  }
  
  .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
  }
  
  .col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
  }
  
  .col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
  }
  
  .col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
  }
  
  .col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
  }
  
  .col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
  }
  
  .col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
  }
  
  .col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
  }
  
  .col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
  }
  
  .col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
  }
  
  .col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  
  .order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
  }
  
  .order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
  }
  
  .order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
  }
  
  .order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
  }
  
  .order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
  }
  
  .order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
  }
  
  .order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
  }
  
  .order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
  }
  
  .order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
  }
  
  .order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
  }
  
  .order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
  }
  
  .order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
  }
  
  .order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
  }
  
  .order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
  }
  
  .order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
  }
  
  .offset-1 {
	margin-left: 8.333333%;
  }
  
  .offset-2 {
	margin-left: 16.666667%;
  }
  
  .offset-3 {
	margin-left: 25%;
  }
  
  .offset-4 {
	margin-left: 33.333333%;
  }
  
  .offset-5 {
	margin-left: 41.666667%;
  }
  
  .offset-6 {
	margin-left: 50%;
  }
  
  .offset-7 {
	margin-left: 58.333333%;
  }
  
  .offset-8 {
	margin-left: 66.666667%;
  }
  
  .offset-9 {
	margin-left: 75%;
  }
  
  .offset-10 {
	margin-left: 83.333333%;
  }
  
  .offset-11 {
	margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
	.col-sm {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-sm-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-sm-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-sm-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-sm-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-sm-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-sm-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-sm-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-sm-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-sm-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-sm-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-sm-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-sm-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-sm-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-sm-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-sm-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-sm-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-sm-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-sm-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-sm-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-sm-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-sm-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-sm-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-sm-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-sm-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-sm-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-sm-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-sm-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-sm-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-sm-0 {
	  margin-left: 0;
	}
	.offset-sm-1 {
	  margin-left: 8.333333%;
	}
	.offset-sm-2 {
	  margin-left: 16.666667%;
	}
	.offset-sm-3 {
	  margin-left: 25%;
	}
	.offset-sm-4 {
	  margin-left: 33.333333%;
	}
	.offset-sm-5 {
	  margin-left: 41.666667%;
	}
	.offset-sm-6 {
	  margin-left: 50%;
	}
	.offset-sm-7 {
	  margin-left: 58.333333%;
	}
	.offset-sm-8 {
	  margin-left: 66.666667%;
	}
	.offset-sm-9 {
	  margin-left: 75%;
	}
	.offset-sm-10 {
	  margin-left: 83.333333%;
	}
	.offset-sm-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 768px) {
	.col-md {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-md-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-md-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-md-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-md-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-md-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-md-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-md-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-md-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-md-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-md-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-md-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-md-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-md-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-md-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-md-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-md-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-md-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-md-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-md-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-md-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-md-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-md-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-md-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-md-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-md-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-md-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-md-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-md-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-md-0 {
	  margin-left: 0;
	}
	.offset-md-1 {
	  margin-left: 8.333333%;
	}
	.offset-md-2 {
	  margin-left: 16.666667%;
	}
	.offset-md-3 {
	  margin-left: 25%;
	}
	.offset-md-4 {
	  margin-left: 33.333333%;
	}
	.offset-md-5 {
	  margin-left: 41.666667%;
	}
	.offset-md-6 {
	  margin-left: 50%;
	}
	.offset-md-7 {
	  margin-left: 58.333333%;
	}
	.offset-md-8 {
	  margin-left: 66.666667%;
	}
	.offset-md-9 {
	  margin-left: 75%;
	}
	.offset-md-10 {
	  margin-left: 83.333333%;
	}
	.offset-md-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 992px) {
	.col-lg {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-lg-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-lg-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-lg-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-lg-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-lg-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-lg-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-lg-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-lg-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-lg-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-lg-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-lg-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-lg-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-lg-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-lg-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-lg-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-lg-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-lg-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-lg-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-lg-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-lg-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-lg-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-lg-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-lg-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-lg-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-lg-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-lg-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-lg-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-lg-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-lg-0 {
	  margin-left: 0;
	}
	.offset-lg-1 {
	  margin-left: 8.333333%;
	}
	.offset-lg-2 {
	  margin-left: 16.666667%;
	}
	.offset-lg-3 {
	  margin-left: 25%;
	}
	.offset-lg-4 {
	  margin-left: 33.333333%;
	}
	.offset-lg-5 {
	  margin-left: 41.666667%;
	}
	.offset-lg-6 {
	  margin-left: 50%;
	}
	.offset-lg-7 {
	  margin-left: 58.333333%;
	}
	.offset-lg-8 {
	  margin-left: 66.666667%;
	}
	.offset-lg-9 {
	  margin-left: 75%;
	}
	.offset-lg-10 {
	  margin-left: 83.333333%;
	}
	.offset-lg-11 {
	  margin-left: 91.666667%;
	}
  }
  
  @media (min-width: 1200px) {
	.col-xl {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-xl-auto {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: none;
	}
	.col-xl-1 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-xl-2 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xl-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xl-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xl-5 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-xl-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xl-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-xl-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-xl-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xl-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-xl-11 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-xl-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.order-xl-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.order-xl-last {
	  -webkit-box-ordinal-group: 14;
	  -ms-flex-order: 13;
	  order: 13;
	}
	.order-xl-0 {
	  -webkit-box-ordinal-group: 1;
	  -ms-flex-order: 0;
	  order: 0;
	}
	.order-xl-1 {
	  -webkit-box-ordinal-group: 2;
	  -ms-flex-order: 1;
	  order: 1;
	}
	.order-xl-2 {
	  -webkit-box-ordinal-group: 3;
	  -ms-flex-order: 2;
	  order: 2;
	}
	.order-xl-3 {
	  -webkit-box-ordinal-group: 4;
	  -ms-flex-order: 3;
	  order: 3;
	}
	.order-xl-4 {
	  -webkit-box-ordinal-group: 5;
	  -ms-flex-order: 4;
	  order: 4;
	}
	.order-xl-5 {
	  -webkit-box-ordinal-group: 6;
	  -ms-flex-order: 5;
	  order: 5;
	}
	.order-xl-6 {
	  -webkit-box-ordinal-group: 7;
	  -ms-flex-order: 6;
	  order: 6;
	}
	.order-xl-7 {
	  -webkit-box-ordinal-group: 8;
	  -ms-flex-order: 7;
	  order: 7;
	}
	.order-xl-8 {
	  -webkit-box-ordinal-group: 9;
	  -ms-flex-order: 8;
	  order: 8;
	}
	.order-xl-9 {
	  -webkit-box-ordinal-group: 10;
	  -ms-flex-order: 9;
	  order: 9;
	}
	.order-xl-10 {
	  -webkit-box-ordinal-group: 11;
	  -ms-flex-order: 10;
	  order: 10;
	}
	.order-xl-11 {
	  -webkit-box-ordinal-group: 12;
	  -ms-flex-order: 11;
	  order: 11;
	}
	.order-xl-12 {
	  -webkit-box-ordinal-group: 13;
	  -ms-flex-order: 12;
	  order: 12;
	}
	.offset-xl-0 {
	  margin-left: 0;
	}
	.offset-xl-1 {
	  margin-left: 8.333333%;
	}
	.offset-xl-2 {
	  margin-left: 16.666667%;
	}
	.offset-xl-3 {
	  margin-left: 25%;
	}
	.offset-xl-4 {
	  margin-left: 33.333333%;
	}
	.offset-xl-5 {
	  margin-left: 41.666667%;
	}
	.offset-xl-6 {
	  margin-left: 50%;
	}
	.offset-xl-7 {
	  margin-left: 58.333333%;
	}
	.offset-xl-8 {
	  margin-left: 66.666667%;
	}
	.offset-xl-9 {
	  margin-left: 75%;
	}
	.offset-xl-10 {
	  margin-left: 83.333333%;
	}
	.offset-xl-11 {
	  margin-left: 91.666667%;
	}
	}
	.flex-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
	
  /* END COLUMNS CONFIGURATIONS */
/* SECTION CONFIG  */
.section-space {
	padding-top: 60px;
    padding-bottom: 60px;
}
.section-space-bottom {
    padding-bottom: 60px;
}
.section-space-top {
    padding-top: 60px;
}
.section-space-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-space-bottom-sm {
    padding-bottom: 30px;
}
.section-space-top-sm {
    padding-top: 30px;
}
.section-space-double {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section-space-bottom-double {
    padding-bottom: 120px;
}
.section-space-top-double {
    padding-top: 120px;
}
/* END SECTION CONFIG */
/* STRIPS */
.strip { }
/* END SECTION MAIN-NAVIGATION */
/* SECTION HERO */
section#hero-image {
	display: table;
	margin: 0 auto;
    margin-bottom: 30px;
}
div#hero-internal {
	padding: 150px 0;
	background-color: rgba(0,0,0,.35);
	color: #fff;
}
/* END SECTION HERO */
/* BTNS */
.btn-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.btn-wrapper.right {
    justify-content: right;
}
.btn-wrapper.left {
    justify-content: left;
}
.btn-wrapper.center,
.btn-wrapper.switcher {
	justify-content: center;
}
a.btn, .btn,
.gform_button {
	padding: 14px 35px;
	display: block;
	background-color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #ffffff;
	text-decoration: none;
	letter-spacing: 3px;
}
a.btn.btn-red, .btn.btn-red,
.gform_button {
	background-color: transparent;
	border-color: #aa262f;	
}

.red,
a.btn.btn-red, .btn.btn-red,
a.btn, .btn,
.gform_button {
	color: #aa262f;
}
a.btn.big, .btn.big {
    font-size: 22px;
    line-height: 25px;
}
a.btn.small, .btn.small {
    line-height: 17px;
    padding: 10px 20px;
}
a.btn.wider, .btn.wider {
	width: 50%;
	max-width: 250px;
}
a.btn.btn-transparent, .btn.btn-transparent {
	background-color: transparent;
	border-color: transparent;
	color: grey;	
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 0;
	font-size: initial;
	font-weight: 300;
	padding: 10px 15px;
}
a.btn.btn-switcher, .btn.btn-switcher {
	background: transparent;
	color: #000;
	border-color: #000;	
}
a.btn.btn-transparent-red, .btn.btn-transparent-red {
	background: transparent;
	border-color: #aa262f;	
	color: #aa262f;	
}
a.btn.btn-transparent.active, .btn.btn-transparent.active,
a.btn.btn-transparent:hover, .btn.btn-transparent:hover,
a.btn:hover, .btn:hover,
.gform_button:hover,
a.btn.btn-red-full, .btn.btn-red-full
 {
		background-color: #aa262f;
		border-color: #aa262f;	
    color: #ffffff;
}
a.btn.btn-red-full:hover, .btn.btn-red-full:hover,
a.btn.btn-transparent.active, .btn.btn-transparent.active {
	background: transparent;
	color: #aa262f;	
}

a.btn.btn-switcher.active, .btn.btn-switcher.active,
a.btn.btn-switcher.active:hover, .btn.btn-switcher.active:hover {
	background: #000;
	color: #fff;
	border-color: #000;	
}
input.btn {
    height: 45px;
    line-height: 0;
    cursor: pointer;
}
/* END BTNS */
/* FORMS */
textarea, select, input, button { outline: none; }
input, textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	min-height: 70px;
	margin-left: -1px;
	margin-bottom: -1px;
	padding: 0 20px;
	color: white;
	font-size: inherit;
}
textarea {
	padding-top: 20px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #cccccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #cccccc;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #cccccc;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #cccccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #cccccc;
}

::placeholder { /* Most modern browsers support this now. */
 color: #cccccc;
}

/* END FORMS */
/* BGS & colors */
.white {
	color: #ffffff;
}
.bg-blue {
	background-color: #33C2DC;
}
.bg-white {
	background-color: #ffffff;
}
.bg-red {
	background-color: #ED145B;
}
.bg-orange {
	background-color: #FAAF40;
}
.bg-black {
	background-color: #1f1f1f;
}
.bg-grey {
	background-color: #f4f4f4;
}

.bg-wall {
	background-image: url('images/bgs/bg-wall-02.jpg');
	background-size: 100% auto;
}
.bg-wall.bricks {
	background-image: url('images/bgs/bg-wall.jpg');
}
.bg-tribal {
	background-image: url('images/bgs/bg-tribal.jpg');
	background-size: auto 100%;
}
.bg-wood-floor {
	background-image: url('images/bgs/bg-wood-floor.jpg');
	background-size: cover;
	z-index: 0;
	position: relative;
}
.bg-dashed-white {
	background-image: url('images/bgs/bg-dashed-white.png');
	background-position: center top;
	height: 13px;
}
.bg-dashed-white-bottom {
	background-image: url('images/bgs/bg-dashed-bottom-white.png');
	background-position: center bottom;
	height: 33px;
}
.bg-orange-inc,
.bg-black-inc,
.bg-purple-inc {
    position: relative;
}
.bg-purple-inc:after,
.bg-black-inc:after,
.bg-orange-inc:after {
	content: '';
	display: block;
	position: absolute;
	width: 200%;
	height: 480px;
	background-blend-mode: multiply;
	opacity: .5;
	bottom: -256px;
	left: -50%;
	z-index: 0;
	transform: rotate(-4deg);
	/*-webkit-clip-path: polygon(0 113px,100% 0vw,100% 100%,0 calc(100% - 0vw));
	clip-path: polygon(0 113px,100% 0vw,100% 100%,0 calc(100% - 0vw));*/
}
.bg-purple-inc:after {
	background: #37346b;
}
.bg-black-inc:after {
	background: #000000;
}
.bg-orange-inc:after {
	background: #ff8900;
}
.dash-separator,
.dash-separator-country,
form.storelocator-filter input  {
	background-image: url(images/dash-separator.png);
	height: 9px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	max-width: 310px;
	margin: 10px auto;
}
.dash-separator.small {
	background-image: url(images/dash-separator-sm.png);
	max-width: 146px;
}
.dash-separator.center {
	display: table;
}
.dash-separator.left {
	margin-left: 0;
}
.dash-separator.country {
	background-image: url(images/dash-separator-country.png);
	height: 48px;
	max-width: 431pxtestimonials;
}
.bg-mask {
	-webkit-mask-box-image: url('images/bgs/bg-mask.png') 30 stretch;
	mask-border: url('images/bgs/bg-mask.png') 30 stretch;
}
.bg-mask-top {
	-webkit-mask-box-image: url('images/bgs/bg-mask-top.png') 30 stretch;
	mask-border: url('images/bgs/bg-mask-top.png') 30 stretch;
}
.bg-mask-before {
	margin-bottom: -30px;
}
.bg-mask-after {
	margin-top: -60px;
}
.bg-cover {
	background-size: cover;
	background-position: center center;
}
.bg-fixed {
	background-attachment: fixed;
}
/* END BGS */
/* SLIDER */
.slider {
	position: relative;
}


/* CAROUSEL 4.0 */
div#hero-main-carousel {
	position: relative;
	z-index: 1;
}
.active {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.multiple-items-carousel .carousel-inner .carousel-item.active,
.multiple-items-carousel .carousel-inner .carousel-item-next,
.multiple-items-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}

.multiple-items-carousel .carousel-inner .carousel-item-right.active,
.multiple-items-carousel .carousel-inner .carousel-item-next {
  transform: translateX(33.3334%);
}

.multiple-items-carousel .carousel-inner .carousel-item-left.active, 
.multiple-items-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-33.3334%);
}
  
.multiple-items-carousel .carousel-inner .carousel-item-right,
.multiple-items-carousel .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  
}
.multiple-items-carousel .carousel-inner .carousel-item-right.active .img-shadow,
.multiple-items-carousel .carousel-inner .carousel-item-left.active .img-shadow{ 
	display: none;
}
/* workaround shadow overlay */
.multiple-items-carousel .carousel-inner .carousel-item-left.active > div:first-child .img-shadow{ 
	display: block;
}
.multiple-items-carousel .carousel-inner .carousel-item-right.active > div:last-child .img-shadow{ 
	display: block;
}
/* END CAROUSEL*/
/* SECTION footer-bottom */
div#footer-section {
    background: #000000;
    padding: 20px 0;
}
div#footer-section,
div#footer-section a{
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #ffffff;
}
div#footer-section .sbm{
	text-align: right;
}
#contact-section a {
	color: #ffffff;
}
/* END SECTION footer-bottom */
/* END SLIDER */
/* SECTION hero */
div#hero {
	overflow: hidden;
}
section#header {
    position: fixed;
    z-index: 1;
	width: 100%;
	/*height: 120px;*/
	z-index: 9;
}
.branding {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
		top: 20px;
}
.branding img {
	height: 126px;
}
.navigation {
	background: #fff;
	width: 100%;
	margin-top: 60px;
}
.navigation > div > nav > ul {
	display: flex !important;
	height: 45px;
	width: 100% !important;
	justify-content: space-between;
}
.navigation nav ul.ubermenu-submenu.ubermenu-submenu-id-2089 {
	padding-top: 15px;
}
.navigation nav ul.ubermenu-submenu.ubermenu-submenu-id-2089 > li{
	background: #fff;
}
.navigation nav ul.ubermenu-submenu-id-2091 {
	background: #000000;
	padding-left: 25px;
}
.navigation nav ul.ubermenu-submenu-id-2091 > li {
	padding-right: 70px;
}
.navigation nav ul.ubermenu-submenu-id-2091 > li > a {
	color: #fff;
}
.navigation nav.ubermenu > ul > li {
	vertical-align: middle;
	font-size: 20px;
}
.navigation nav  ul > li > a {
	text-transform: uppercase !important;
}
.navigation nav > ul > li:last-child > a{
	text-align: right;
}
li.ubermenu-item-2096 {
	width: 100% !important;
}
div .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	position: absolute;
	right: auto;
	top: auto;
	margin-top: 4px;
	margin-left: 10px;
}
.hero-navigation-wrapper {
	background-color: #fff;
	box-shadow: 0 0 27px rgba(0,0,0,.55);
	position: relative;
	z-index: 1;
}
.hero-nav-header {
	padding: 0 35px;
}
.hero-nav-header nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 15px 0;
	display: block;
}
.hero-nav-header nav a:hover,
.hero-nav-header nav .active a,
.navigation nav .ubermenu-active > a,
.navigation nav ul.ubermenu-submenu-id-2091 > li > a:hover,
.navigation nav ul.ubermenu-submenu-id-2091 > li.ubermenu-active > a,
.navigation-tabs .active a  {
	color: #aa262f;
}
.hero-nav-header nav .active a:before {
	content: '> ';
}
.hero-nav-header li {
	display: inline-block;
	margin-right: 70px;
}
.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
	border:0 !important;
	padding: 20px;
}
.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ubermenu .ubermenu-tab-layout-top>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel:after,
.hero-nav-header-bg {
	background-image: url('images/bgs/bg-dashed.png');
	height: 5px;
	background-position: center top;
}
.hero-nav-header-content {
	padding: 35px;
	margin-bottom: -25px;
}
.hero-nav-header-tab nav li,
.hero-nav-header-tab nav li:last-child {
	display: block;
	padding: 5px;
	text-align: left !important;
}

.hero-nav-tabs {
	display: none;
}
.hero-nav-tabs.active {
	display: block;
}
.nav-prod-grid {
	min-width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	text-align: center;
}
.nav-prod-grid-wrap {
	width: 33.3334%;
	text-align: center;
}
.nav-prod-grid-wrap .img {
	height: 120px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-prod-grid-wrap .img img {
	max-height: 120px;
	width: auto;
}
.nav-prod-grid-wrap.see-all .img span {
	display: flex;
	background: #de0a30;
	width: 45px;
	font-size: 35px;
	color: #fff;
	border-radius: 50%;
	height: 45px;
	justify-content: center;
	align-items: center;
}
.nav-prod-grid .title {
	font-size: 13px;
	line-height: 13px;
}
.nav-brands-logo p {
	font-size: 15px;
	line-height: 20px;
}
.brands-logo.bg-wall {
	padding: 20px 10px;
	max-height: 250px;
	background-size: auto 110%;
	text-align: center;
	margin-bottom: 20px;
}
.service-menu img {
	width: 100%;
	height: auto;
}
.brands-logo img {
	max-width: 100%;
	max-height: 90px;
}
.nav-menu-title {
	line-height: 40px;
}
/* scrolled */
.scrolled .navigation {
	margin-top: 0px;
}
.scrolled .branding {
	top: 0px;
}
.scrolled .header-wrapper {
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.scrolled .branding img {
	height: 79px;
}
.scrolled .navigation div > nav > ul {
	height: 60px;
}
/* END SECTION hero */
/* SECTION hero navigation */
div#hero-navigation-bottom {
	position: relative;
}
.home-prod {
	position: relative;
	z-index: 1;
	margin-bottom: -30px;
}
#hero-main-carousel .home-prod-img {
    /*height: 400px;*/
}
#hero-main-carousel .home-prod-img img {
	display: block;
	height: 100%;
}
.home-prod-img {
	display: table;
	margin: 0 auto;
}
.home-prod-img img {
	max-width: 100%;
}
.home-prod .right {
	align-self: center;
	text-align: center;
}
.img-shadow {
	box-shadow: 0px -11px 40px 28px rgba(0,0,0,0.57);
	-webkit-box-shadow: 0px -11px 40px 28px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px -11px 40px 28px rgba(0,0,0,0.57);
	height: 0px;
	width: 200px;
	display: table;
	margin: 0 auto;
	z-index: -1;
}
.home-hero-txt {
	padding-bottom: 80px;
}
.home-hero-txt .text-top {
	font-size: 80px;
	transform: rotate(-4deg);
	color: #333333;
}
.home-hero-txt .text-bottom {
	margin-top: 35px;
		font-size: 63px;
		color: #ffffff;
}
.home-hero-txt .text-bottom span {
	display: block;
}

.navigation li.separator {
	margin-left: 110px;
	margin-right: 60px;
	font-size: 5px;
	text-indent: -5000px;
	overflow: hidden;
}
.navigation li.separator a{
	padding: 0;
	text-indent: -5000px;
}
/* END SECTION hero navigation */
/* SECTION our-community */
.insta-header {
	text-align: center;
	margin-bottom: 15px;
}
/* END SECTION our-community */
/* SECTION our-brads */
div#our-brads .container {
	z-index: 1;
	position: relative;
}
div#our-brads .prods {
	margin-bottom: -150px;
}
/* END SECTION our-brads */
/* SECTION were-all */
div#were-all {
	background-image: url('images/bgs/bg-house.jpg');
}
/* END SECTION were-all */
/* SECTION testimonials */
div#testimonials {
	background-image: url('images/bgs/bg-dark-table.jpg');
	
}
/* END SECTION testimonials */
/* SECTION recipes */
div#recipes {

}
.recipes-card-wraper {
	margin-bottom: 20px;
}
.recipes-card {
	background-color: #fff;
	height: 100%;
	display: block;
}
a.recipes-card:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.recipes-card .content{
	padding: 30px;
}
.recipe-product .title,
.recipes-card .header-title{
	font-size: 28px;
	letter-spacing: 0;
}
.recipes-card .header-title{
	text-align: left;
}
.recipes-card .content p {
	line-height: initial;
	margin-bottom: 0;
}
.recipes-card .time-serve {
	margin: 20px 0;
	letter-spacing: 0;
	font-size: 13px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
}
.recipe-time-serve,
#hero-internal .time-serve {
	text-align: center;
	font-size: 15px;
	display: flex;
	justify-content: center;
}
.recipe-time-serve span,
#hero-internal .time-serve  span {
	align-items: center;
	display: flex;
	padding: 0 15px;
	letter-spacing: 1px;
}
.recipes-card .time-serve span {
	display: flex;
	align-items: center;
}
.recipe-time-serve span i,
.time-serve span i {
	margin-right: 7px;
}
.recipes-card .time-serve span:last-child {
	text-align: right;
}
form.search-recipe {
	max-width: 200px;
	position: relative;
	margin-left: auto;
}
.search-recipe input {
	padding: 0;
	height: initial;
	line-height: initial;
	min-height: auto;
	border: 0;
	color: #aa262f;
	padding-right: 20px;
	padding-left: 5px;
}
.search-recipe .dash-separator {
	margin: 0;
}
.search-recipe button {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	height: auto;
	min-width: auto;
	max-height: 20px;
	line-height: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 0;
}
.search-recipe input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #aa262f;
}
.search-recipe input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #aa262f;
 opacity:  1;
}
.search-recipe input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #aa262f;
 opacity:  1;
}
.search-recipe input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #aa262f;
}
.search-recipe input::-ms-input-placeholder { /* Microsoft Edge */
 color: #aa262f;
}

.search-recipe input::placeholder { /* Most modern browsers support this now. */
 color: #aa262f;
}
.product-card ,
.product-card .image,
.product-card .header-title{
	text-align: center;
}
.product-card .header-title{
	padding-bottom: 10px;
	color: #aa262f;
}
.product-card .content .description {
	font-size: 15px;
	line-height: 22px;
}
.brand-logo {
	width: 300px;
	margin: 0 auto;
}
.brand-logo img {
	max-width: 100%;
}
.recipe-products {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.recipe-products > div {
	flex: 1 0 33%;
	text-align: center;
}
.recipe-product > a {
	display: inline-block;
}
/* END SECTION recipes */
/* SECTION ico */
.store-list li.store:after,
.icon {
    display: inline-block;
    background-image: url(images/icons/icons-sprite.png);
}
.icon.ico-clock {
  height: 20px;
	width: 17px;
	background-position: 0 0;
}
.icon.ico-clock.big {
  height: 25px;
	width: 21px;
	background-position: 0 -31px;
}
.icon.ico-serve.big {
  height: 29px;
	width: 29px;
	background-position: -21px -31px;
}
.icon.ico-serve {
  height: 25px;
	width: 25px;
	background-position: -16px 0;
}
.icon.ico-sm-instagram {
	height: 31px;
	width: 31px;
	background-position: -41px 0;
}
.icon.ico-sm-facebook {
	height: 31px;
	width: 31px;
	background-position: -72px 0;
}
.icon.ico-arrow {
	height: 10px;
	width: 15px;
	background-position: -103px 0;
}
.store-list li.store:after,
.icon.ico-gmap {
	height: 46px;
	width: 33px;
	background-position: -117px 0;
}
.store-list li.store.online:after,
.icon.ico-globe {
	height: 41px;
	width: 41px;
	background-position: -150px 0;
}
.icon.ico-quotes {
	height: 87px;
	width: 114px;
	background-position: -190px 0;
}
.icon.ico-quotes.rotate {
	transform: rotate(180deg);
	margin-bottom: -45px;
	margin-left: 30px;
}
.ico-quotes-aligner {
	display: inline-block;
	height: 1px;
	width: 114px;
}
/* END SECTION ico */
/* SECTION contact-section */
#contact-section .address p{
	margin-bottom: 0px;
}
.social-media a{
	padding: 0 5px;
	display: inline-block;
}
.social-media a:hover { 
	transform: scale(1.1);
}
/* END SECTION contact-section */
/* SECTION recipe */
.recipe-video {
	margin-top: 50px;
	max-width: 560px;
	margin: 0 auto;
	margin-top: 50px;
}
.p-limit {
	max-width: 750px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	margin: 0 auto;
}
.switcher-tabs ol {
	column-count: 2;
}
.switcher-tabs li {
	counter-increment: step-counter;
	margin: 0 30px;
	margin-bottom: 5px;
	padding-left: 45px;
	position: relative;
	padding-bottom: 35px;
	display: inline-block;
	padding-right: 30px;
	width: 100%;
}
.switcher-tabs li::before {
	content: counter(step-counter);
	line-height: 17px;
	color: #aa262f;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	border: 2px solid #aa262f;
	top: 0;
}
.switcher-tabs p {
	margin-bottom: 0;
}
.switcher-tab {
	display: none;
}
.switcher-tab.active {
	display: block;
}
/* END SECTION recipe */
/* SECTION product */
.product-image {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}
.product-image img {
	max-width: 100%;
	height: auto;
}
.product-image-keyfeatures {
	position: absolute;
	top: 50%;
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: auto;
	width: 90%;
	left: 5%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product-image .product-image-keyfeature {
	background-image: url(images/bgs/bg-dark-texture.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 58px;
	min-width: 286px;
	color: #fff;
	display: flex;
	flex: 0 0 50%;
	padding: 0 20px;
	align-items: center;
	font-size: 20px;
	margin: 30px 0;
}
.product-image .product-image-keyfeatures.timeline > div {
	flex: 0 0 100%;
	margin: 10px 0;
}
.product-image .product-image-keyfeature.right {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
	filter: FlipH;
    -ms-filter: "FlipH";
}
.product-image .product-image-keyfeature.right span {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
	filter: FlipH;
    -ms-filter: "FlipH";
}
.nutrition-tabs h1,
.nutrition-tabs h2,
.nutrition-tabs h3,
.nutrition-tabs h4,
.nutrition-tabs h5,
.nutrition-tabs h6 {
	text-align: left;
	font-size: 20px;
	text-transform: none;
}
.nutrition-tabs table {
  border-collapse: collapse;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.nutrition-tabs th, 
.nutrition-tabs td {
  text-align: center;
  padding: 8px;
}
.nutrition-tabs th:first-child, 
.nutrition-tabs td:first-child {
  text-align: left;
}	
.nutrition-tabs tr:first-child {
	background: #000000;
	color: #fff;
}
.nutrition-tabs tr {
	background: #fff;
}
.nutrition-tabs tr:nth-child(even){
	background-color: #f2f2f2
}

.nutrition-tabs th {
  background-color: #4CAF50;
  color: white;
}
.recipe-related-wrap {
	background-color: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
}
.recipe-related-wrap .title-before{
	font-size: 20px;
	margin-bottom: 20px;
}
.skull-wrapper .image {
	min-height: 230px;
}
.skull-wrapper .description {
	padding: 0 60px;
}
.shake:hover {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, -1px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 1px, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, -1px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 1px, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.testimonial-author {
	font-size: 25px;
	letter-spacing: 0px;
	margin-top: 20px;
}
/* END SECTION product */
/* SECTION stockists */
section#stockists {

}
.location-search h4,
.feature-filter {
	display: none;
}
.store-list li.store {
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 1px;
	line-height: 20px;
	font-weight: 100;
	cursor: pointer;
	min-height: 80px;
}
.store-list li.store.online {
 padding-left: 60px;
 cursor: default;
}
.store-list li.store:after {
	position: absolute;
	content: '';
	left: 5px;
	top: 10px;
}
.store-list li.store .title {
	font-weight: 500;
}
.store-list li.store:not(.online):hover {
	background: rgba(223, 21, 41, 0.05);
}
.store-list .store.highlighted,
.store-list .store.highlighted:hover {
	background: rgba(223, 21, 41, 0.15);
}
form.storelocator-filter input {
	padding: 0;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff;
	background-position: bottom center;
	margin: 0 auto;
	max-width: 400px;
	display: table;
}

.gm-style-iw {
	letter-spacing: 0;
	line-height: 22px;
}
.gm-style-iw .title {
	font-weight: 700;
}
.gm-style-iw a.action.streetview,
.gm-style-iw a.action.directions {
	display: none;
}
/* END SECTION stockists */
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: auto !important;
    width: auto !important;
    object-fit: unset !important;
    flex: unset !important;
}
.wp-block-image img {
	max-height: 340px;
}
.content ul {
	text-align: left;
	list-style: disc;
	list-style-position: inside;
}
.content ul li {
	font-weight: 300 !important;
	margin-bottom: 10px;
}
#gform_wrapper_3 li {
	list-style: none;
	margin-bottom: 0;
	position: relative;
}
#gform_wrapper_3 ul li:nth-child(1),
#gform_wrapper_3 ul li:nth-child(2) {
	width: 50%;
	display: inline-block;
}
#gform_wrapper_3 .gform_heading,
#gform_wrapper_3 label {
	display: none;
}
.gfield_description.validation_message {
	position: absolute;
	color: #aa262f;
	font-size: 11px;
	line-height: 10px;
	bottom: 5px;
	left: 5px;
}
.validation_error,
.gform_confirmation_message_3 {
	font-family: 'Ubuntu', sans-serif;
    line-height: 25px;
	padding: 15px;
	color: #aa262f;
	background-color: rgba(255,255,255,1);
	margin-bottom: 20px;
}
.gform_confirmation_message_3 {
	color: #26aa26;
}

.gform_footer {
	display: flex;
	justify-content: space-evenly;
}
.gform_button {
	width: auto;
	min-height: auto;
	cursor: pointer;
}
.gfield.pull-right {
	float: none;
}
#trigger.menu-trigger {
	display: none;
}

/* SECTION sectionName */
section#sectionName {

}
/* END SECTION sectionName */