/* BENGE RED: #FE0E00 */

/* ----------------------------- */
/* BASIC SETUP */
/* ----------------------------- */

section{
	margin-top: 30px;
}

html, body{
	font-family: 'helvetica', 'arial', 'lato', 'sans-serif';
	font-size: 15px;
	font-weight: 200;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

strong{
	font-weight: 800;
}

.w3-row-padding{
	padding: 20px;
}

.main{
	width: 90%;
	margin: 0 auto;
}

body{
	background-color: #7c7c7c;
}

.gradient{
	background: linear-gradient(to right, #7c7c7c, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #7c7c7c);
	background: -webkit-linear-gradient(to right, #7c7c7c, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #7c7c7c);
	background: -o-linear-gradient(to right, #7c7c7c, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #7c7c7c);
	background: -moz-linear-gradient(to right, #7c7c7c, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #7c7c7c);
	width: 85%;
	margin: 0 auto;
	max-width: 1050px;
}


/* ----------------------------- */
/* NAVIGATION */
/* ----------------------------- */

.nav .w3-button{
	width: 125px;
	border: 1px solid #fff;
	background-color: #FE0E00 !important;
	box-shadow: 4px 5px 13px #868686;
	text-shadow: 1px 1px 1px black;
	font-weight: 400;
}

.nav .w3-button:hover{
	background-color: #dadada !important;
	color: #FE0E00 !important;
	text-shadow: 1px 1px 1px black;
}

li{
	list-style: none;
	display: block;
	display:table-row;
}

#pageid{
	position: absolute;
	margin-left: -42px;
	margin-top: 10px;
	width: 23px;
	height: 23px;
	border-radius: 15px;
}

.nav .selected{
	background-color: #a1a1a1 !important;
}



/* ----------------------------- */
/* TAB SETUP */
/* ----------------------------- */

/* Style the tab */
div.tab {
	overflow: hidden;
}

/* Style the buttons inside the tab */
div.tab button {
    background: linear-gradient(to top, #bebebe, #fff);
    border: 1px solid red;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
    padding: 10px 16px 15px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background: linear-gradient(to top, #7e87ff, #fff);
}

/* Create an active/current tablink class */
div.tab button.active {
    background: linear-gradient(to top, #ff9b9b, #fff);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    width: 89%
}


/* ----------------------------- */
/* SLIDESHOW */
/* ----------------------------- */

.cycle-slideshow{
	width:100%;
	position: relative;
	overflow: hidden;
}

.cycle-slideshow img{
	max-width: 100%;
}

.img{
	width: 100%;
}

.slideshow .cycle-slideshow{
	border-radius: 10px;
	box-shadow: 3px 3px 10px #909090;
	margin-top: 0px;
}


/* ----------------------------- */
/* CATALOG GALLERY */
/* ----------------------------- */

/*
ul {
padding:0 0 0 0;
margin:0 0 0 0;
}
*/
ul li {
    list-style:none;
    margin-bottom:25px;
}
ul li img {
cursor: pointer;
}
.modal img {
text-align:center;
margin:0 auto;
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal{
overflow-y: auto;
padding:20px;
}
.modal-backdrop{
background-color: white;
}
.controls{
width:50px;
display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;
}
.next {
    float:right;
   text-align:right;
}



/* ----------------------------- */
/* YOUTUBE VIDEO */
/* ----------------------------- */

.videoWrapper{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}

/* ----------------------------- */
/* TEXTBOXES */
/* ----------------------------- */

.textbox{
	text-align: justify;
	border: 1px solid #D8DDE4;
	background-color: #E8EBED;
	border-radius: 10px;
	box-shadow: 3px 3px 0px #FF2600;
	margin-top: 2px;
	margin-bottom: 10px;
}

.textboxsq{
	text-align: justify;
	border: 1px solid #D8DDE4;
	background-color: #E8EBED;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 3px 3px 0px #FF2600;
	margin-top: 2px;
	margin: 0 5%;
	width: 90%;
}

.factory .textboxsq{
	text-align: justify;
	border: 1px solid #D8DDE4;
	background-color: #E8EBED;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 3px 3px 0px #FF2600;
	margin-top: 2px;
	margin: -20px 20 10 0;
	width: 100%;
}



/* ----------------------------- */
/* CATALOG GALLERIES */
/* ----------------------------- */

.gallery a img{
	padding: 7px 5px;
}

.gallery h3{
	margin-top: 25px;
	margin-bottom: 0;
	text-align: left;
}

/* ----------------------------- */
/* CATALOG PAGE */
/* ----------------------------- */

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.tabcontent h3{
	text-align: left;
}


/* ----------------------------- */
/* FACTORY PAGE */
/* ----------------------------- */

.cycle-overlay{
	padding: 15px 0 10px 10px;
	color: #fff;
	background: linear-gradient(to top, #cf1d00, #ffad55);
}

.factory h5{
	padding: 15px 0 10px 10px;
	color: #fff;
	margin-bottom: 0px;
	background: linear-gradient(to bottom, #cf1d00, #ffad55)
}

.factory .tabcontent {
    display: none;
    padding: 6px 3px;
    width: 63%;
}



/* ----------------------------- */
/* ABOUT US */
/* ----------------------------- */

.frame{
	margin-top: 20px;
	border: 9px solid #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 0px #FF2600;
}



/* ----------------------------- */
/* CONTACT US */
/* ----------------------------- */

.contact a{
	text-decoration: none;
	color: blue;
	padding-left: 10px;
}

.contact p{
	line-height: 28px;
}

.google-map{
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-map iframe{
/* 	position: absolute; */
	top: 0;
	left: 0;
	width: 100% !important;
/* 	height: 100% !important; */
}

/* ----------------------------- */
/* FOOTER */
/* ----------------------------- */

.footer{
	margin-top: -15px;
	text-align: center;
	color: gray;
	font-size: 85%;
}