﻿@charset "UTF-8";
/* CSS Document */

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;

}

body section#main, div#exowrap {
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none !important;  
}

div#exowrap section#main::-webkit-scrollbar { 
    display: none !important; 
}
div#exowrap {overflow: -moz-scrollbars-none;-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: none; scrollbar-width: none !important;}

div#exowrap::-webkit-scrollbar { width: 0 !important; }
div#exowrap::-webkit-scrollbar { display: none;}

html {
	font-family: "Montserrat", Helvetica, sans-serif;
	height:100%;
	font-size: 18px;
}

body {
	
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 100%;
	/*background-size: cover;*/
	overflow:visible;
}

body.home {	
	background: #5c5b5b url(../assets/new-hidro-bg2.jpg) center / cover;
}

body.products {
	background: #5c5b5b url(../assets/new-hidro-bg1.jpg) center / cover;
}
body.about {
	background: #5c5b5b url(../assets/new-hidro-bg2.jpg) center / cover;
}

body.contacts {
	background: #5c5b5b url(../assets/contact-us-sm.jpg) center / cover;
}

header.mdl-layout__header  {
	position: absolute;
	background-color: transparent !important;
}

a.phone, span.name {
	word-break: keep-all;
	white-space: nowrap;
}

header.mdl-layout__header:before {
content: "";
position: absolute;
z-index: -1;
width: 100%;
height: 52px;
background-color: rgba(44,143,191,0.55) !important;
box-shadow: 0 2px 5px 0px rgba(30,30,30,0.4);
}

.page-header {
	background-color: rgba(44,143,191,0.55);
	height: 70px;
	overflow: visible;
	margin-top: -20px;
	position: absolute;
	width:100%;
	top: 10px;
	z-index: 100;
}

.anchor {
  display: block;
  height: 145px; /*same height as header*/
  margin-top: -145px; /*same height as header*/
  visibility: hidden;
}

h3 {font-size: 150%; margin-bottom: 0px;}
h4 {font-size: 140%;}
h5 {font-size: 125%;}
h6 {font-size: 118%;}

a { 
	color: #2c8fbf;
}

nav {
	z-index: 500;
}

nav.mdl-navigation {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex; 
	justify-content: space-evenly;
}

nav.mdl-navigation > a:nth-child(2) {
    margin-left: auto !important;
}

.small-gallery {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

a.whatsapp {
	color: #7ec243;
	font-weight: 700;
	text-decoration: underline;
}

a.whatsapp-text {
	color: #7ec243 !important;
	text-decoration: none;
}

div.card-front img {
	width: 200px;
	margin: 10px;
}

p.caption {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #1395c2;
}

p.caption span {
	display: block !important;
	color: #73c259;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #73c259;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.mdl-card__title {
	padding-bottom: 0px !important;
}

.mdl-card {
	min-height: 30px;
	background-color: rgba(255,255,255,0.75);
}

img.logo-hero {
	display: block !important;
	max-width: 100%;
  	height: auto;
}

.intro img {
	max-width: 100% !important;
	display: block !important;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

/* BACKGROUND TRANSITIONS */
/* Fade */

nav.mdl-navigation {
	display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: flex-end !important;
}
.hvr-fade {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
nav a, nav a.current { 
	color: #aed6e3; 
	background-color: rgba(44,143,191,0.65);
	margin: 0px 10px 10px; 
	text-decoration: none; 
	border:1px solid #aed6e3; 
	border-top: 0px;
	padding: 140px 5px 5px 5px; 
	border-radius: 0px 0px 5px 5px;
	font-weight: 300;
}
a.hvr-fade, a.hvr-fade.current {
	box-shadow: 2px 2px 8px 0 rgba(65,65,65,0.5);
}
a.hvr-fade > img {
	position: relative; 
	bottom: -7px;
}

nav.mdl-navigation a.active {
	background-color: transparent !important;
	border:none !important;
	box-shadow: none !important;
}

.hvr-fade:hover, .hvr-fade:focus {
  background-color: rgba(121,186,64,0.50);
  color: white;
}	


nav a:hover {
	color: #fff; 
	border-color: #fff;
}

nav a.current {
	color: #fff;
	background-color: #79ba40 !important;
	border: 1px solid #fff;
	border-top: 0px !important;
}




.mdl-layout__header-row {
	height: 72px;
	overflow: visible;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto -20px;
	padding: 0 8px !important;
}

div.intro-hero {
	background: #5c5b5b url(../assets/bg-pods.jpg) right center no-repeat; 
	background-size: cover; 
	padding: 15% 40% 10% 8%;
}

p.intro {
	text-align:center;
	font-size: 20px;
	line-height: 1.5;
}
p.intro--hero {
	text-align: left;
}
p.hero {
	background-color: rgba(255,255,255,0.85);
	padding:12px;
	border-radius: 2px;
}

p {
	margin-bottom: 1em;
}

.page {
	position: relative;/* need this to position inner content */
	width:100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: auto;
	 /* you need to assign a min-height to the main content so that the children can inherit it*/
	z-index: 1;
}

section#main, .page-content, .page-content home {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0px 40px;
	overflow: visible;
}
  .mdl-grid {margin-top:50px;}
  
  .page-footer {
	position: absolute;
	min-height: 40px;
	bottom: 0px;
	width: 100%;
	z-index: 200;
	margin-top:0px;
	padding-top:0px;
}

.page-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #ffffff;
	background-color: rgba(41,41,41,0.9);
}
.page-footer p {
	text-align: center;
	padding: 8px 10px;
	color: #aaa;
	font-size: 12px;
	line-height: 150%;
	font-weight: 300;
}


div.content {
	background-color: white;
	border-radius: 4px;
}

div.content p {
	margin:15px; 
	color: rgba(0,0,0,.54)
}

div.mdl-card__supporting-text {
	box-sizing:border-box !important;
}

.mdl-card__supporting-text {
	width: 100% !important;
} /* trying to fix text in cards! */

.mdl-grid .mdl-grid.mdl-grid--nesting {
    padding: 0;
	margin: 0 -8px;
}

.mdl-card__media {
    margin: 0;
	background-color: #ffffff;
	max-height:190px;
	overflow:hidden;
} 

.mdl-card__media > img {
	width: 100%;
	background-color: #ffffff;
	margin-top:-40px;
}

.mdl-tabs__tab {text-transform: capitalize;}

.mdl-tabs__tab.mdl-tabs__ripple-container.mdl-ripple { background-color: #cc4b00 !important;}


#terms h3 {font-size: 120%; font-weight: 700;}

table {
  width: 90%;
  background-color: #fff;
}

/*
tbody tr:nth-child(odd) {
  background-color: rgba(44,143,191,0.2);
}
*/

tbody tr td {
 border-bottom: 1px solid #ddd;
}

table > thead > tr,
table > tbody > tr,
table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table.table-hover > thead > tr > th,
table.table-hover > tbody > tr > th,
table.table-hover > tfoot > tr > th,
table.table-hover > thead > tr > td,
table.table-hover > tbody > tr > td,
table.table-hover > tfoot > tr > td {
  text-align: left;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table-hover > tbody > tr:hover > td,
.table-hover > thead > tr:hover > th {
  background-color: none; /*rgba(121,186,64,0.2) !important;*/
}

.table-hover > thead > tr th + th, .table-hover > tbody > tr td + td {
	text-align: right;
}

table.nutrition {
	align: center;
	table-layout: auto !important;
	border: 0px;
}

th {font-weight: 900;}

td, th {
	padding: 2px;
	text-align: right;
	white-space: normal !important;
	word-wrap: break-word !important;
}

.mdl-cell-3-col > table {
	border: 1px solid #ffffff;
	border-collapse: separate;
}

body > div > div > div.mdl-layout__drawer.is-visible > nav a  {
	background-color: #ffffff !important;
	border:1px solid #ffffff;
}

body > div > div > div.mdl-layout__drawer.is-visible > nav a:hover  {
	color: #ffffff !important;
	background-color: rgb(44,143,191) !important;
}

body > div.mdl-layout__container > div > div.mdl-layout__drawer-button {
	background-color: rgba(115,194,89,0.70);
}

i.material-icons {
	color: #ffffff !important;
}

div.mdl-grid.home > div.mdl-card, body > div > div > section#main > div > div.mdl-card.mdl-cell.mdl-cell--4-col.mdl-cell--hide-tablet.mdl-cell--hide-phone  {
	padding: 30px !important;
}

header.mdl-layout__header.is-casting-shadow {
	box-shadow: none !important;
}

/* Flip Cards CSS */
.product-content {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.card-inner {
  	perspective: 700px;
	margin-left: auto;
	margin-right: auto;
}

.card-front, .card-back {
	display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  	height: 100%;
  	border-radius: 8px;
  	background-color: #ffffff;
	padding-top: 16px;
	position: absolute;
	backface-visibility: hidden;
  	transition: all 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
	-ms-transition: 0.4s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  	-webkit-perspective: 700px;
	-moz-perspective: 700px;
	-o-perspective: 700px;
	-ms-perspective: 700px;
  perspective: 700px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1) !important;
  transform-style: preserve-3d;
	  -webkit-transform-style: preserve-3d;
	  -moz-transform-style: preserve-3d;
	  -o-transform-style: preserve-3d;
	  -ms-transform-style: preserve-3d;
}

@media only screen and (max-width: 500px) {
	div.mdl-grid.home > div.mdl-card, body > div > div > section#main > div > div.mdl-card.mdl-cell.mdl-cell--4-col.mdl-cell--hide-tablet.mdl-cell--hide-phone {
		padding: 10px !important;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
/*Define Side-A*/
.card-front, .card-front.card-flip {
display: block !important;
}

/*Define Side-B*/
.card.card-back, .card.card-back.card-flip {
display: none !important;
}

/*Turns Side-A*/
.card-inner:hover .card-front, .card-inner:hover .card-front {
display: none !important;
}

/*Simultaneously Turns Side-B in Opposite Direction*/
.card-inner:hover .card.card-back, .card-inner:hover .card.card-back.card-flip {
	display: block !important;
}
}

p.legend {
	display: block;
	text-align: center;
	font-size: 11px !important;
	line-height: 1.1;
	color: #777777;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

header.mdl-layout__header {
	margin: 0 auto; position: fixed;
}

section#main {
	position: relative;
}

#main {
	margin-right: auto; 
	margin-left: auto; 
	width: 100%; 
	max-width: 1200px;
}



td, td p {
	-ms-word-break:break-word;
	word-break:normal;
}
table {border-collapse: collapse;}
table thead tr th {padding-bottom: 10px; padding-top: 10px; border-bottom: 1px solid #444;}

.mdl-layout__content {
	width:100%;
	max-width: 1200px; 
	-ms-overflow-style: -ms-autohiding-scrollbar;	
}

.logo-main {
	margin-left: -15px;
}

table {
	border-width: 0px !important; 
}

td {
	padding: 2px;
}

div.instruction {
	width: auto;
	margin: 25px auto -30px !important;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	line-height: 1.4;
}

/* flip card  */
.card {
  position: relative;
  perspective: 700px;
  background-color: transparent;
  width: 280px;
  height: 370px;
  float: left;
  margin-right: 8px;
  margin-bottom: 25px;
  box-shadow: none !important;
  border-radius: none !important;
  flex-basis: 0 1 auto;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
  transform-style: preserve-3d;
}

.card-flip {
  transform: rotateY(180deg);
  transition: transform 0.4s;
}



.card-front {
  background-color: #ffffff;
  z-index: 2;
}

.card-back {
  background: #ffffff;
  transform: rotateY(180deg);
  z-index: 1;
}

.card:hover .card-inner.card-flip {
  transform: rotateY(0deg);
  transition-style: preserve-3d;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
  transition-style: preserve-3d;
}

/* table styles */
td, td p {
	-ms-word-break:break-word;
	word-break:normal;
}

table thead tr th {
	padding-bottom: 10px; 
	padding-top: 10px; 
	border-bottom: 1px solid #ccc;
}

table thead tr:nth-child(1) th { /*isolates only top header row*/
	text-align: center;
}


table.table-hover tbody tr:nth-child(3) td {
	color: #32b89d;
	font-weight: 700 !important;
}

table.table-hover tbody tr:nth-child(4) td {
	color: #ddaa39;
	font-weight: 700 !important;
}

table.table-hover tbody tr:nth-child(5) td {
	color: #c25d56;
	font-weight: 700 !important;
}

.mdl-layout__content {
	width:100%;
	max-width: 1200px; 
	-ms-overflow-style: -ms-autohiding-scrollbar;	
}

.logo-main {
	margin-left: -15px;
}

table {
	border-width: 0px !important; 
}

td {
	padding: 2px;
}

button.btn, .btn btn-info mdl-button mdl-js-button mdl-button--raised mdl-button--colored hvr-fade {
	display: inline-block;
	color: #ffffff !important;
}

th {font-size: 14px; font-weight: 700;}
td { font-size: 14px; font-weight: 300 !important;}

div.card, div.card-inner {box-shadow:none !important;border:0px;}

div.widget-left.widget-left--compact {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	box-shadow:none;
	border: 1px solid #ddd;
}
h4.weather-tip {
	color: #1095c2;
	font-weight: 700; 
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #1095c2;
}

div.widget-left-menu.widget-left-menu--compact.widget-left-menu--brown > div > h2 {
	font-size: 14px;
}

div.widget-left-menu.widget-left-menu--compact.widget-left-menu--brown > div {
	border-bottom: none;
}

.widget-left-menu--small {
	box-shadow: none; 
	border: 1px solid #ddd;
}

div.widget-left__body.widget-left__body--compact > div.widget-left-menu__links.widget-left-menu__links--compact.widget-left-menu__links--brown > div {
	border-top:none;
}

div.widget-left__body.widget-left__body--compact > div.widget-left-menu__links.widget-left-menu__links--compact.widget-left-menu__links--brown {
	background-image: none;
	background-color: #cfe9f1;
}

div.widget-left-menu.widget-left-menu--compact.widget-left-menu--brown {
	background-image: none; 
	background-color:#cfe9f1;
	border-bottom: 3px solid #73c259;
}

div.widget-left__body.widget-left__body--compact > div.weather-left-card.weather-left-card--compact > div.weather-left-card__row2 {
	margin-bottom: 8px;
}

div.widget-left__body div { 
	height: 100%;
	margin-bottom:0px; 
	padding-bottom: 0px; 
}

div#weatherbox {
	padding: 16px; 
	text-align:center;
}

div#weatherbox a.alt.hotlinks {
	text-align: left !important;
}

div#weatherbox h3 {
	margin-top: 0px;
	border: 1px solid #aaa; 
	border-radius: 8px;
	padding: 8px;
	font-size: 120%;
	line-height: 1.6;
}

h3 span#description {
	font-weight: 700;
	text-transform: capitalize;
}

#temperature {
	margin-top: 20px;
}

ul li {margin-top: 8px;}

ul.block-list {
	line-height: 1.2;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 58px !important;
	list-style-position: inside;
}

/*
ul.block-list li:before {
	display:inline-block;
    content: "";
    width:12px;
    height:12px;
    float: left;
    margin-right: 5px;
	background-color: #32b89d !important;
}

ul.block-list.gold li:before + li:before {
	background-color:#ddaa39 !important;
}
ul.block-list.red li:before + li:before + li:before {
	background-color:#c25d56 !important;
}
*/

ul.block-list li {
	color: #32b89d !important;
	text-align: left;
	margin: 5px 0 0 30px;
	text-indent: -2.15em;
	padding-left: 10px;
	font-weight: 300;
}

ul.block-list li + li {
	color: #ddaa39 !important;
}

ul.block-list li + li + li {
	color: #c25d56 !important;
}

span.block {
	display: inline-block; 
	width: 12px; 
	height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 10px;
}

.red {
	background-color: #c25d56;
}

.gold {
	background-color: #ddaa39;
}

.green {  /* really blue */
	background-color: #32b89d;
}

table.piechart-box td {
	width: 100%;
	background-color: #fff !important;
	margin: 0px;
	padding: 0px;
	border:0px;
}

img.pie-chart { margin-top: 14px;}
p, ul.large, ul.large li {font-size: 18px; line-height: 1.4;}
h1 {font-size: 30px;}
h2 {font-size: 24px;}

a {text-decoration: none;}

a.alt.hotlinks {
	font-size: 18px;
	display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	margin: 0px 0px 10px;
	padding: 8px 8px 10px 45px;
	color: #2c8fbf;
	border-radius: 5px;
	background: transparent url(../assets/hidro-serra-leaf-icon-green.png) 8px 8px no-repeat;
	text-decoration: none;
}

a.button.hotlinks  {
	font-size: 18px;
	display: -webkit-box;
	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	text-decoration: none;
	margin: 0px 0px 10px;
	padding: 8px 8px 10px 45px;
	color: #ffffff;
	border-radius: 5px;
	background: #2c8fbf url(../assets/hidro-serra-leaf-icon.png) 8px 8px no-repeat;
}

html, .mdl-card__supporting-text {
	color: rgba(0,0,0,1.0)
}