/*-------------------------------------------------------NATIVE-----------*/
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #FFFFFF;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	color: #231F20;
	margin: 0px;
}
a {
	color: #231F20;
	transition: all 0.3s ease;
}
a:hover {	
	color: #D94579;
    /*opacity: 0.6;
    filter: alpha(opacity=60);*/
}
p, ul, form {
    margin-bottom: 30px;
}
ul {
    padding-left: 22px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
    margin-bottom: 30px;
}
h1 { font-size: 46px; letter-spacing: -.08rem; }
h2 { font-size: 38px; letter-spacing: -.08rem; }
h3 { font-size: 32px; letter-spacing: -.05rem; }
h4 { font-size: 28px; letter-spacing: 0; }
h5 { font-size: 24px; letter-spacing: 0; }
h6 { font-size: 22px; letter-spacing: 0; }
strong {
	font-weight: 500;
}

/*-------------------------------------------------------GRID-----------*/
.row {
	display: flex;
	flex-grow: 1;
}
.row > div:first-child {
	padding-left: 100px;
}
.row > div:last-child {
	padding-right: 100px;
}
.align_horizontal {
	display: flex;
	flex-direction: row;
}
.align_vertical {
	display: flex;
	flex-direction: column;
}
.twelve {
	width: 100%;
}
.ten {
	width: 80%;
}
.nine {
	width: 75%;
}
.eight {
	width: 66.6666666666%;
}
.six {
	width: 50%;
}
.four {
	width: 33.3333333333%;
}
.three {
	width: 25%;
}
.two {
	width: 20%;
}
/*-------------------------------------------------------CLASSES-----------*/
.spacer {
	height: 50px;
	width: 100%;
	clear: both;
}
.error {
	border:1px solid red !important;
}
#error {
	color: #FF0000;
}
#message {
	text-align: right;
	font-weight:bold;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}
.responsive img {
	width: 100%;
}
.text_box {
	display: flex;
	padding: 100px;
	justify-content: center;
	flex-direction: column;
}
.text_box_yellow {
	padding-bottom: 50px;
}
.text_box_yellow .six {
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
}
.text_box_yellow .six:first-child {
	margin-left: 15%;
}
.text_box_yellow .six:last-child {
	margin-right: 15%;
}
.text_box_yellow .four {
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
}
.text_box_yellow .four:first-child {
	margin-left: 100px;
	margin-right: 0%;
}
.text_box_yellow .four:last-child {
	margin-left: 0%;
	margin-right: 100px;
}
.text_box_yellow .three {
    width: 26%;
    margin-left: 2%;
    margin-right: 2%;
	margin-bottom: 50px;
}
.text_box_yellow .three:first-child {
	margin-left: 100px;
}
.text_box_yellow .three:last-child {
	margin-right: 100px;
}
.picture_box {
	display: flex;
	padding: 100px 0px;
	justify-content: center;
	flex-direction: column;
}
.picture_box img {
	width: 100%;
	margin-top: 100px;
}
.picture_box img:first-child {
	margin-top: 0px;
}
.gallery .mosaicflow__column:last-child {
    margin-bottom: 30px;
}
.green {
	background-color: #9EC1B6;
	color: #231F20;
	h1, h2, h3, h4, h5, h6 {
		color: #FFFFFF;
	}
	a {
		color: #FFFFFF;
	}
	a:hover {	
		color: #231F20;
	}
	.button {
		border: 1px solid #FFFFFF;
		color: #FFFFFF!important;;
	}
	.button:hover {
		background-color: #FFFFFF;
		color: #9EC1B6!important;;
	}
}
.beige {
	background-color: #DBE0CB;
	color: #231F20;
	h1, h2, h3, h4, h5, h6 {
		color: #D94579;
	}
	.button {
		border: 1px solid #D94579;
		color: #D94579!important;;
	}
	.button:hover {
		background-color: #D94579;
		color: #DBE0CB!important;;
	}
}
.taupe {
	background-color: #8B8B82;
	color: #FFFFFF;
	h1, h2, h3, h4, h5, h6 {
		color: #F9E60B;
	}
	a {
		color: #FFFFFF;
	}
	a:hover {	
		color: #F9E60B;
	}
	.button {
		border: 1px solid #F9E60B;
		color: #F9E60B!important;
	}
	.button:hover {
		background-color: #F9E60B;
		color: #8B8B82!important;
	}
}
.yellow {
	background-color: #F9E60B;
	color: #231F20;
	padding: 50px!important;
	justify-content: flex-start;
	h1, h2, h3, h4, h5, h6 {
		color: #8B8B82;
	}
	img {
		 width: 50%;
		 margin-top: -50px;
		 margin-left: -50px;
		 margin-bottom: 50px;
	}
	p {
		 margin-bottom: 0px;		
	}
}
.magenta {
	color: #D94579;
}
.button {
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-size: 16px;
}
.button_magenta {
	border: 1px solid #D94579;
	color: #D94579!important;;
}
.button_magenta:hover {
	background-color: #D94579;
	color: #DBE0CB!important;;
}
.button_green {
	border: 1px solid #9EC1B6;
	color: #9EC1B6!important;;
}
.button_green:hover {
	background-color: #231F20;
	color: #FFFFFF!important;;
}
.button_beige {
	border: 1px solid #DBE0CB;
	color: #DBE0CB!important;;
}
.button_beige:hover {
	background-color: #DBE0CB;
	color: #231F20!important;;
}
.button_taupe {
	border: 1px solid #8B8B82;
	color: #8B8B82!important;;
}
.button_taupe:hover {
	background-color: #8B8B82;
	color: #F9E60B!important;;
}
.button_yellow {
	border: 1px solid #F9E60B;
	color: #F9E60B!important;
}
.button_yellow:hover {
	background-color: #F9E60B;
	color: #8B8B82!important;
}
.button_white {
	border: 1px solid #FFFFFF;
	color: #FFFFFF!important;;
}
.button_white:hover {
	background-color: #FFFFFF;
	color: #9EC1B6!important;;
}
.button_black {
	border: 1px solid #231F20;
	color: #231F20!important;;
}
.button_black:hover {
	background-color: #231F20;
	color: #FFFFFF!important;;
}
.faq {
	text-decoration: none;
}

/*-------------------------------------------------------MENU-----------*/
#logo {
	position: absolute;
	z-index: 101;
	top: 20px;
	left: 100px;
}
#logo a {
	display:block;
	/*background-image: url(../images/logo.stillam1.png);*/
	background-size: cover;
	width: 60px;
	height: 60px;
}
#logo a span {
	display: none
}
.menu {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: right;
	padding: 0px 100px;
}
.menu a {
	text-decoration: none!important;
	margin-left: 40px;
    float: left;
}
.menubuttons {
	overflow: hidden;
}
.menubuttons a {
}
.menubuttons .lang {
	margin-left: 20px;
	padding-left: 20px;
}
.menubuttons .menubutton {
    display: block;
    position: relative;
	z-index: 0;
}
.menubuttons #active {
	font-weight: bold;
}
.menubuttons .active {
	font-weight: bold;
}
.menubuttons .hamburger {
  	display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
	cursor: pointer;
	margin-left: 40px;
}
.lang {
	margin-left: 20px;
	padding-left: 20px;
}
.dropdown .dropbtn {
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    z-index: 1;
	margin-left: -20px;
}
.dropdown-content a {
	float: none;
	padding: 10px 20px;
	margin: 0px;
	text-decoration: none;
	display: block;
	text-align: left;
	text-transform: none;
}
.dropdown-content a:first-child {
	padding-top: 19px;
}
.menubuttons a:hover, .dropdown:hover .dropbtn {
  	/*background-color: #46696B;
	color: #FFFFFF;*/
}
.dropdown-content a:hover {
  	/*background-color: #000000;
	color: #FFFFFF;*/
}
.dropdown:hover .dropdown-content {
    display: block;
	/*transition: all 0.20s;
	transition-behavior: allow-discrete;*/
}
.green .dropdown-content {
	background-color: #9EC1B6;
	color: #231F20;
}
.beige .dropdown-content  {
	background-color: #DBE0CB;
	color: #231F20;
}
.taupe .dropdown-content {
	background-color: #8B8B82;
	color: #FFFFFF;
}

/*--------------------PADDING------------------------------------------------*/
.padding_all {
    padding: 100px;
}
.padding_top {
    padding-top: 100px;
}
.padding_bottom {
    padding-bottom: 100px;
}
.padding_vertical {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding_left {
    padding-left: 100px;
}
.padding_right {
    padding-right: 100px;
}
.padding_horizontal {
    padding-left: 100px;
    padding-right: 100px;
}

/*-------------------------------------------------------HOMEPAGE-----------*/
.homepage {
}
.header_text {
	background-color: #DBE0CB;
	display: flex;
	/*padding-left: 100px;*/
	padding-right: 100px;
	padding-top: 0px;
	padding-bottom: 60px;
	flex-direction: row;
}
.header_text p {
	margin: 0px;
}
.header_text .six {
	height: 20vh;
	background-color: #DBE0CB;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.header_text .title h2 {
	font-size: 50px;
	letter-spacing: -.08rem;
	line-height: 1.2;
	margin-bottom: 0px;
	font-weight: 200;
}
.header_text .title h3 {
	font-size: 30px;
	letter-spacing: -.08rem;
	margin-bottom: 0px;
	color: #D94579;
	font-weight: 200;
}
.header_text .button {
	display: block;
	width: fit-content;
	font-size: 22px;
}
.header_image {
	height: 64vh;
}
.header_image .twelve {
	padding: 0px!important;
}

/*-------------------------------------------------------BLOG-----------*/
.blog_container {
	padding: 100px;
	padding-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog_post {
	background-color: #DBE0CB;
	width: 30%;
	margin-bottom: 100px;
}
.blog_header {
	height: 200px;
}
.blog_title {
	padding: 50px;
	color: #D94579;
}
.blog_content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.blog_content img {
	width: 100%;
	max-width: 1000px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.blog_content .row div {
	padding: 0px;
}
.quote {
	padding: 20px!important;
    margin-bottom: 30px;
	p {
		margin-bottom: 0px!important;
	}
}

/*-------------------------------------------------------PROJECTS-----------*/
.projects_container {
	padding: 0px 100px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.projects_post {
	width: 31%;
	padding: 20px;
	cursor: pointer;
	height: 400px;
	margin-bottom: 100px;
	margin-left: 1%;
	margin-right: 1%;
}
.projects_content {
	padding: 20px;
	background-color: #9EC1B6;
	/*visibility: hidden;*/
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}
.projects_post:hover .projects_content {
	/*visibility: visible;*/
    opacity: 1.0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.projects_title {
	color: #FFFFFF;
	margin-bottom: 20px;
}
.projects_category {
	color: #231F20;
	font-size: 16px;
	color: #231F20;
}

/*-------------------------------------------------------PRODUCTS-----------*/
.products_content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}
/*.products_content img {
	width: 100%;
	max-width: 1000px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}*/
.products_content .products_header {
	height: 600px;
}
.products_content .row div {
	padding: 0px;
}
.products_content h2 {
	color: #9EC1B6;
	margin-top: 20px;
	margin-bottom: 0px;
}
.products_content .description {
	color: #9EC1B6;
	font-weight: bold;
	padding-left: 55px!important;
	min-height: 60px;
	padding-bottom: 20px;
}
.products_content .description i {
	font-size: 34px;
	position: absolute;
	margin-left: -55px;
}
.products_content .nine {
	min-height: 60px;
	padding-bottom: 20px!important;
}
.products_container {
	padding: 0px 100px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.products_post {
	width: 31%;
	padding: 20px;
	cursor: pointer;
	height: 400px;
	margin-bottom: 100px;
	margin-left: 1%;
	margin-right: 1%;
}
.products_info {
	padding: 20px;
	background-color: #9EC1B6;
	/*visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;*/
}
.products_title {
	color: #FFFFFF;
	margin-bottom: 20px;
}
.products_description {
	color: #231F20;
	font-size: 16px;
	color: #231F20;
}
.button_products {
	display:block;
	width:400px;
	margin-bottom:10px;
}

/*-------------------------------------------------------FILTERS-----------*/
.filters {
	padding: 0px 100px;
	margin-bottom: 50px;
}
.filter {
	padding: 8px 25px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	font-weight: 300;
	border: 1px solid #231F20;
	color: #231F20;
	transition: all 0.3s ease;
	display: inline;
	cursor: pointer;
	
}
.filter:first-child {
	margin-left: 1%;
	
}
.filter:hover {
	border: 1px solid #231F20;
	background-color: #231F20;
	color: #FFFFFF;
}
.filter_active {
	border: 1px solid #231F20;
	background-color: #231F20;
	color: #FFFFFF;
}

/*-------------------------------------------------------FOOTER-----------*/
.footer {
	width: 100%;
	padding: 80px 100px;
	background-color: #9EC1B6;
}
.footer .row > div:first-child {
	padding-left: 0px;
}
.footer .row > div:last-child {
	padding-right: 0px;
}
.footer .tagline {
	font-size: 30px;
	letter-spacing: -.08rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	color: #FFFFFF;
	margin-bottom: 80px;
}
.footer .tagline img {
	height: 60px;
	width: 60px;
	margin-right: 40px;
}
.footer a {
	text-decoration: none;
	color: #231F20;
	transition: 0.4s ease;
}
.footer a:hover {
	color: #FFFFFF;
}
.footer .left {
}
.footer .mid {
	border-left: solid 1px #231F20;
	padding-left: 9%;
}
.footer .right {
	border-left: solid 1px #231F20;
	padding-left: 9%;
}
.footer .socials a {
	font-size: 40px;
	margin-right: 20px;
	padding-top: 10px;
}

/*-------------------------------------------------------FORMS-----------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	width: 100%;
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 0px;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 16px;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
	width: 100%;
	min-height: 120px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #D94579;
  outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
	display: inline;
	margin-right: 5px;
	height: 26px;
	width: 26px;
	vertical-align: top;
	box-shadow: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 2px 30px;
	color: #231F20;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: .1rem;
	white-space: nowrap;
	border-radius: 0px;
	cursor: pointer;
	box-sizing: border-box;
}
.green {
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
  		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
		transition: all 0.3s ease;
	}
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
		color: #FFFFFF;
		background-color: #9EC1B6;
		outline: 0;
	}
}
.beige {
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  	color: #DBE0CB;
		background-color: #D94579;
		border: 1px solid #D94579;
		transition: all 0.3s ease;
	}
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus {
	  	color: #D94579;
	  	background-color: #DBE0CB;
	 	outline: 0;
	}
}
/*-----honeypot-----*/
.preferences {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/*------------------------------------------------------------------rc-rcbrand--------------------*/
.caroussel {
	margin: 80px 0px;
}
#rcbrandDemo1, #rcbrandDemo2, #rcbrandDemo3 {
	display:none;
}
.rc-rcbrand-container {
	position:relative;
	max-width:100%;
	height: 120px;
}
.rc-rcbrand-ul {
	position:relative;
	width:99999px;
	margin:0px;
	padding:0px;
	list-style-type:none;   
	text-align:center;  
	/*overflow: auto;*/
}
.rc-rcbrand-inner {
	position: relative;
	overflow: hidden;
	float:left;
	width:100%;
}
.rc-rcbrand-item {
	float:left;
	margin:0px;
	padding:0px;
	/*cursor:pointer;*/
	position:relative;
	line-height:0px;
}
.rc-rcbrand-item img {
	height: 120px;
	/*cursor: pointer;*/
	position: relative;
}
.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
	display: none;
}

/*------------------------------------------------------------------mosaicflow--------------------*/
.mosaicflow__column {
	float:left;
}
.mosaicflow__item {
	border: 1px solid #FFFFFF;
}
.mosaicflow__item img {
	display:block;
	width:100%;
	height:auto;
}
.mosaicflow__item .imagename {
	background-color: #EEEEEE;
	font-size: 12px;
	padding: 3px;
}
.mosaicflow__item .imagename i {
	margin-right: 2px;
	cursor: pointer;
}
.mosaicflow__item  form {
	float: right;
}
.mosaicflow__item .imagename .iconbutton {
	float: right;
	margin-left: 2px;
	margin-top: 2px;
	cursor: pointer;
}
.mosaicflow__item .imagename .iconbutton:hover {
	color: #e2082d;
}
.mosaicflow__item  .copyimg {
	display: none;
}
.mosaicflow__item  input[type="submit"],
.mosaicflow__item  input[type="button"] {
	height: 30px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
}
.tabcontent .label input {
	padding: 0px 4px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #F9F9F9;
	border: none;
	border-radius: 0px;
}