@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	/*background-color: #FFFFFF;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}

.popup__overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
}

.popup__overlay:after {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
	content: "";
}

.popup {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 640px;
	max-height: 480px;
	padding: 20px;
	/*border: 1px solid black;*/
	/*background: black;*/
	color: white;
	vertical-align: middle;
}

.popup-form__row {
	margin: 1em 0;
}

.popup__close {
	display: block;
	position: absolute;
	top: -20px;
	right: -20px;
	/*width: 12px;
	height: 12px;
	/*padding: 8px;*/
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.popup__close:hover {
	color: #ffad00;
}

iframe {
	width: 100%;
	height: 100%;
}


/* COLORS
dark gray - #333333 (white)
light gray - #999999 (white)

separator gray - #dddddd (white)
container gray - #F8F8F8 (white)

light gray - #aaaaaa (dark)

orange - #ffad00
red - #ff0000

/* Icons - https://www.w3schools.com/icons/icons_reference.asp */
.thumbnail .fa {
	padding: 20px;
	font-size: 32px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
	background: #333333;
	color: #ffad00;
	border: 2px solid #333333;
	-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;
	cursor: pointer;
}
.thumbnail .fa:hover {
    background: #ffad00;
	color: #333333;
	border: 2px solid #ffad00;
}


#toTOP {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 24px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-color: rgba(255, 0, 0, 0.8);
	-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;

}
#toTOP:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.top60 {
	padding-top:60px;
}
.top80 {
	padding-top:80px;
}
.Mpty {
	height: 50px;
	clear: both;
}
.brdr-top {
	border-top: 30px solid #ffffff;
}
.brdr-left {
	border-left: 1px solid #555;
}
.brdr-right {
	border-right: 1px solid #555;
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 10px solid #dddddd;
	
}
.separator::before {
    margin-right: 1.5em;
	margin-top: 27px;
}
.separator::after {
    margin-left: 1.5em;
	margin-top: 27px;
}
.separator-h2 {
    display: flex;
    align-items: center;
    text-align: center;
}
.separator-h2::before, .separator-h2::after {
    content: '';
    flex: 1;
    border-bottom: 5px dotted #dddddd;
}
.separator-h2::before {
    margin-right: 1.5em;
	margin-top: 27px;
}
.separator-h2::after {
    margin-left: 1.5em;
	margin-top: 27px;
}

/* Responsive images and iframe */
img.responsive {
  	max-width:600px;
  	height: auto;
}
.embed-container { 
	position: relative;
	height: 350px;
	overflow: hidden;
	width: 560px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 315px; 
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation */
header {
	width: 100%;
	height: 75px;
	background-color: #ffad00;
	border-bottom: 5px solid #333333;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
.logo a {
	background: url(../img/logo/WECO-logo.png) no-repeat center 0px; width: 113px;
	height: 50px;
	text-decoration: none;
	text-indent: -2000px;
	display: block;
	border: 0;
}
nav {
	float: right;
	width: 83%;
	text-align: right;
	margin-right: 25px;
	margin-top: 10px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #333333;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #333333;
	text-decoration: none;
}
ul li:hover a {
	color: #FFFFFF;
	cursor: pointer;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	padding-left: 20px;
	padding-right: 20px;
}
/* Hero Section */
.hero {
	background-color: #333333;
	padding-top: 50px;
	padding-bottom: 10px;
	/* border-bottom: 5px solid #dddddd; */
	width: 100%; 
	position: relative;
	z-index: 1;
}
.hero::before { 
    content: ""; 
    width: 50%; 
    height: 100px; 
    position: absolute;
    bottom: -40px; 
    left: 0; 
    background-color: #333333; 
    transform: skewY(3deg);
	z-index: -1;
} 
.hero::after { 
	content: ""; 
    width: 50%; 
    height: 100px; 
    position: absolute;
    bottom: -40px; 
    right: 0; 
    background-color: #333333; 
    transform: skewY(-3deg); 
	z-index: -1;
} 
.light, .light a:link, .light a:visited {
	font-weight: bold;
	color: #ffad00;
	text-decoration: none;
}
.light a:hover {
	color: #FF0000;
}
.grey {
	font-weight: bold;
	color: #333333;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-right: 40px;
}

/* About Section */
.text_column {
	width: 30%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
	padding-top: 25px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: -15px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	margin-left: 1%;
	margin-right: 1%;
}
.gallery h1 {
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	margin: 25px 0 0;	
}
.gallery h2 {
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	text-transform: none;
	margin: 25px 0 0;	
}
.gallery h3 {
	font-size: 18px;
	line-height: 24px;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
	padding:0 15%;
}

.gallery .thumbnail h4 {
	margin: 5px;
	font-size: 110%;
	color: #ffad00;
	text-transform: uppercase;
}
.gallery .thumbnail h4 span {
	font-size: 100%;
	color: #999999;
	text-transform: none;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0 10px;
	color: #A3A3A3;
	text-align: justify;
}

/* Stats gallery Product Section */
.text_column_product {
	width: 90%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.gallery_product {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail_product {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 20px;
	background-color: #F8F8F8;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	border-bottom: 5px solid #ffad00;
}
.gallery_product h1 {
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	margin: 25px 0 0;	
}
.gallery_product h3 {
	font-size: 18px;
	line-height: 18px;
	color: #999999;
	text-align: center;
	text-transform: uppercase;
}
.gallery_product .thumbnail_product h4 {
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffad00;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery_product .thumbnail_product p {
	margin: 0;
	color: #999999;
	text-align: left;
	padding-left: 20px;
}
.gallery_product .thumbnail_product ul {
	color: #ff0000;
	list-style-type:none;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 3em;
}
.gallery_product .thumbnail_product ul li {
	color: #5D5E5D;
	list-style:square;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em; 
	margin-left: 30px;
	
}
.gallery_product .thumbnail_product .tag {
	color: #5D5E5D;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

/* Parallax Section */
.banner {
	background-color: #333333;
	background-image: url(../img/index/weco-bckgrnd-2.jpg);
	height: 450px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner h1 { /*.parallax h1 {*/
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.parallax_left {
	color: #ffad00;
	text-align: left;
	padding-left: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax {
	color: #ffffff;
	text-shadow: 2px 2px 3px #000000;
	text-align: right;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 110px 50px 15px 15px;
	
}
.parallax_description_left {
	color: #ffffff;
	text-align: left;
	padding: 15px 15px 15px 100px;
	width: 30%;
	float: left;
	font-weight: bold;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: rgba(255, 173, 0, 0.6);
}
.parallax_description {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	letter-spacing: 2px;
	color: #ffffff;
	text-align: right;
	padding: 15px 50px 15px 50px;
	width: 30%;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: rgba(51, 51, 51, 0.7); /* rgba(255, 173, 0, 0.6); - orange */
	border-radius: 50px 0px 0px 50px;
}
/* More info */
footer {
	background-color: #333333;
}
.footer_column {
	width: 49.9%;
	text-align: center;
	margin: 50px auto;
	float: left;
}
footer .footer_column h2 {
	color: #FFFFFF;
	text-align: center;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 0px;
	margin-right: 0px;
	color: #999999;
}

.footer_column .contact p {
	text-align: center;
	font-weight: normal;
	color: #999999;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.footer_column .contact p a:link, .footer_column .contact p a:visited {
	color: #999999;
	text-decoration: none;
}
.footer_column .contact p:hover a {
	color: #ffad00;
	cursor: pointer;
}
.footer_column .contact .title {
	font-weight: bold;
	font-size: 120%;
	line-height: 2em;
	color: #aaaaaa;
}
/*
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
} */
.copyright {
	background-color: #333333;
	padding-bottom: 30px;
	clear: both;
	
}
.copyright p {
	text-align: center;
	color: #FFFFFF;
	text-transform: none;
	font-weight: lighter;
	letter-spacing: 2px;
}
.footer_banner {
	background-color: #ffad00;
	padding-top: 50px;
	padding-bottom: 110px;
	/* background-image: url(../images/pattern.png);
	background-repeat: repeat; */
	width: 100%; 
	position: relative;
	z-index: -1;
}

.footer_banner::before { 
    content: ""; 
    width: 50%; 
    height: 100px; 
    position: absolute;
    bottom: -40px; 
    left: 0; 
    background-color: #333333; 
    transform: skewY(3deg);
	z-index: -1;
} 
.footer_banner::after { 
	content: ""; 
    width: 50%; 
    height: 100px; 
    position: absolute;
    bottom: -40px; 
    right: 0; 
    background-color: #333333; 
    transform: skewY(-3deg); 
	z-index: -1;
} 
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
img.responsive {
  	width:80%;
  	height: auto;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #333333;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;		
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.text_column_product {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.text_column_product {
	padding-left: 20px;
}
.thumbnail_product {
	width: 100%;
}
.embed-container { 
	height: 230px;
	width: 320px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	width: 320px;
	height: 180px; 
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
img.responsive {
  	width:80%;
  	height: auto;
}
.logo {
	width: 114px;
	padding-top: 15px;
	float: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #ffad00;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;		
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.parallax_description {
	padding: 15px 10px 15px 10px;
	margin-top: 3%; /* */ 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 98%;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.text_column_product {
	width: 80%;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.thumbnail_product {
	width: 98%;
}
.embed-container { 
	height: 270px;
	width: 440px;
	height: 248px;
	margin-left: auto;
	margin-right: auto;
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	width: 440px;
	height: 278px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 48%;
	min-height: 440px;
}
.text_column {
	width: 90%;
	margin: 0px;
	padding: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.thumbnail_product {
	width: 48%;
}
.text_column_product {
	width: 90%;
	margin: 0;
	padding: 0px;
}
}
