@charset "utf-8";
/* CSS Document */

body {
	max-width: 100%;
	background: #fffff;
	-webkit-text-size-adjust: 100%;
  	-moz-text-size-adjust: none;
  	-ms-text-size-adjust: 100%;
	
}

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: #707070;
	font-family: montserrat, sans-serif;
	font-style: normal;
}

element or parent element {
  	height: auto;
  	min-height: 1px;
  	max-height: 999999px;
}

a:link,html {
	text-decoration: none;	 
}

a:link {
	text-decoration: none;
	display: inline-block;
}

a:hover {
	color: black;
}

header {
	padding: 0em;
}

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#title {
	padding: 1.5em 0em 0.5em 10%;
	overflow: hidden;
  	background-color: #FFFFFF;
  	width: 100%;
	z-index:99;
}

#product_container{
	width: 90%; 
	padding: .75em 0em 0em 10%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index:10;
}


.sticky {
  	position: -webkit-sticky;
  	position: sticky;
  	top: 0;
 	width: 100%;
	z-index:98;
	 -webkit-transform: translate(0,0);
  	-ms-transform: translate(0,0);
  	transform: translate(0,0);		
}

.sticky + .front {
  	padding-top: 0.15em;
}

.name {
	text-align: left;
    display: inline-block;
    text-decoration: none;
	padding: 0em 2.0em 0em 0em;	
	float:left;
	z-index:2;
}

.product {
	text-align: left;
    display: inline-block;
    text-decoration: none;
	margin-right: 0.0em;
	width: 93%;
	float: left;
	z-index:2;
}

.close {
	box-sizing: content-box; 
	float: right;
    display: inline-block;
	transform:translate(0em,-.1em);
	width:1em; 
	height:1em;
	z-index:99;
}
	
.front {	
	margin-top: 0em;
	padding: 0em 0em 0em 10%;
	max-width: 90%;
	color: #FFFFFF;
	text-align: center;
	z-index:1;
}

#product_image{	
	width:100%;
	margin-top: 0.0em;
}	
		
#product_image a:link {
   	display: block;
	margin-top: 0em;
	padding-bottom: 4vw;
}		

.clients {
  	column-count: 2;
	column-gap: 3em;
	width: 100%;
	text-align: left;
}	

.product_image {
	width:100%;
	float:left;
	padding-top:19.3;
	padding-bottom:3em;
}

.image {
	width:100%;
	float:left;
	padding-bottom:0em;
}

.image a {	
	z-index:2;
}


.content {
	position: relative;
	width: 100%;
	height: auto;
	display:block;
	padding-bottom:0em;

}

.image_box {
	width:100%;
	float:left;
	margin-right: 0%;
  	height: auto;
	display:block;
}

.image_box img{
	width:100%;
	float:left;
	max-width:100%;
	height: auto;
	margin-bottom: 1.0em;
}	
	
.image_box_contact {
	min-width: 0%;
	width:100%;
	height: auto;
	float:left;
	margin-right: 0%;
	display:block;
}


.content .image_box_contact img{
	content:url("images/contact_small.jpg");
	width:100%;
	float:left;
	max-width:100%;
	margin-bottom: 1.0em;
}

.text_box {
min-width: 0%;
width:100%;
padding-bottom: 2em;
}
	
#text {
text-align: left;
}
	
.text_box img{
	right: 0;
	width: 1.75em;
	max-width: 3.5em;
	float: right;
	margin-bottom: 0.2em;
}


/* Changes the style of the overall form */
#mc_embed_signup {
    background: white;
    color: #707070;
    padding-top: 10px;
    text-align: left;
}


/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
    padding: 15px 0;
}

/* Styles the input boxes */
#mc_embed_signup  input  {
    width: 100%;
	height: 20px;
	border: none;
	border-bottom: 1px solid #707070;
	outline: none;
	font-size: .75em;
	font-weight: normal;
	line-height: 1.75em;
	text-align: center;
	border-radius: 0px;
}

input[type=email]:focus {
  background-color: #ffffff;
}	
	
/* Styles the subscribe button */
#mc_embed_signup .button  {
	border: 1px solid #707070;
    background-color: #FFFFFF;
    color: #707070; 
    margin: 0 auto;
	width: 100%;
	height: 22px;
	cursor: pointer;
	font-size: .75em;
	font-weight: normal;
	line-height: 1.75em;
	text-align: center;
	border-radius: 11px;
	
}	

#mc_embed_signup .button:hover {
	color: black;	
}		


.fill{
	margin-top: 9em;
}


h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.1875em;
}

h2 {
	font-size: .8em;
	font-weight: normal;
	padding-top: 0.1875em;
}

h3 {
	font-size: .75em;
	font-weight: normal;
	padding-top: 0.1875em;
	line-height: 3em;
}

h4 {
	font-size: .75em;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	text-align: justify;
}
h5 {
	font-size: .75em;
	font-weight: normal;
	line-height: 2em;
	float:right;
	padding-left: 50;
	
}

.nowrap {
    white-space: nowrap;
}



@media ( min-width : 50.001em ){

.sticky + .front {

}	
	
body {
	max-width: 100%;
	background: #fffff;
	-webkit-text-size-adjust: 100%;
  	-moz-text-size-adjust: none;
  	-ms-text-size-adjust: 100%;
	overflow:auto;
}
		
#title {
	padding: 1.5em 0em 1em 10%;
	position:fixed;
	background-color: #FFFFFF;
}

#product_container{
	width: 90%; 
	padding: 5em 0em 0em 10%;	
	overflow: hidden;
	background-color: #FFFFFF;
	z-index:10;
	position:fixed;
}		
	
.name {
	text-align: center;
    display: inline-block;
    text-decoration: none;
	padding: 0.5em 5.5em 0em 0%;	
	float:left;
	z-index:2;
}
	
.product {
	text-align: center;
    display: inline-block;
    text-decoration: none;
	padding-top: 0.5em;
	float: left;
	z-index:2;
	width: auto;
}

.close {
	float: right;
    display: inline-block;
	transform:translate(-0vw,.5em);
	z-index:3;
	width:1.3em; 
	height:1.3em;
}

.front {
	padding: 0.001em 0em .0em 10%;
	max-width: 89.99%;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 1em;
}
	
#product_image{	
	width:100%;
	padding: 7.6em 0em 0em 0em;
}	
		
#product_image a:link {
   	display: block;
	width: 100%;
	float: left;
	margin-top: 0.0em;
	padding-bottom: 2.2vw;
}		
	
.clients{
  	column-count: 4;
	column-gap: 3em;
	width: 100%;
	text-align: left;
}
		
.content {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 0em;

}

.image_box {
	min-width: 30%;
	width:52.3%;
	float:left;
	margin-right: 2%;
  	height: auto;
	display:block;
	margin-bottom: 0.0em;
}

.image_box img{
	width:100%;
	float:left;
	max-width:100%;
	margin-bottom: 0em;
}	
	
.image_box_contact {
	min-width: 30%;
	width:52.3%;
	height: auto;
	float:left;
	margin-right: 2%;
	display:block;

}

.content .image_box_contact img{
	content:url("images/contact.jpg");
	width:100%;
	float:left;
	max-width:100%;
	margin-bottom: 0em;
}	
	
.text_box {
position: relative;
min-width: 50%;
width:80%;

}
	
#text {
position: absolute;
left: 0;
bottom: 0;
text-align: left;
	
}
	
.text_box img{
	right:0;
	width:2.25em;
	max-width:4.5em;
	float:left;
	margin-bottom: 0.0em;	

}


.fill{
	margin-top: 0em;
}	

		
	
h1 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .1875em;
	display:inline-block;
}
	
h2  {
	font-size: 0.85em;
	font-weight: normal;
	margin-bottom: .1875em;
	display:inline-block;
}

h3 {
	font-size: .75em;
	font-weight: normal;
	padding-top: 0.1875em;
	line-height: 3em;
}
h4 {
	font-size: .75em;
	font-weight: normal;
	line-height: 1.75em;
	text-align: left;
	text-align: justify;
}		
	
}
