
body{
	background:url(/img/background6.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.nav-menu{
	z-index: 1;
	position:fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	        -webkit-box-pack: center;
	            -ms-flex-pack: center;
	                justify-content: center;
	height: 6.8em;
	background-color: #024273;
}
.nav-menu-list{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1em;
	width: 62.5em;
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        -webkit-box-orient: horizontal;
	        -webkit-box-direction: normal;
	            -ms-flex-direction: row;
	                flex-direction: row;
	        -webkit-box-pack: justify;
	            -ms-flex-pack: justify;
	                justify-content: space-between;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.navbutton{
	-webkit-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	transition: 0.4s ease;
	background: #024273;
	color: white;
	text-decoration: none;
	border-top: 4px solid #024273;
	border-bottom: 4px solid #024273;
}
.navbutton:hover{
	cursor: pointer;
	color: white;
	text-decoration: none;
	border-top: 6px solid #ffffff;
  	border-bottom: 6px solid #ffffff;
  	padding: 15px 0; 
}
.navbutton:active{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.nav-menu-list a{
	color: white;
	text-decoration: none;
}
main{
	margin-top: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.maincontent{
	background-color: white;
	-webkit-box-shadow: 4px 7px 14px -1px rgba(0,0,0,0.75);
	        box-shadow: 4px 7px 14px -1px rgba(0,0,0,0.75);
	margin-bottom: 40px;
	border: 0.5px solid #e1e1e1;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	padding-left: 40px;
	padding-right: 40px;
	width: 960px;
}
.maincontent h1{
	text-align:center;
	font-size: 48px;
	font-family: 'Roboto', serif, bold;
}

.article1 p{
	text-indent: 1.5em;
	line-height: 38px;
	text-align: justify;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}
.article1 li{
	line-height: 38px;
	text-align: justify;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}

.production-blocks{
	margin-top: 60px;
	min-width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 40px;
}
.block1{
	font-size: 20px;
	font-family: Roboto, sans-serif;
	padding-top: 20px;
	text-align: center;
	width:32%;
	height: 20em;
	border: 1px solid #e1e1e1;
}
.block1 img{
}
.block1 img:hover{
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.block1 a{
	color:black;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}
.footerblock{
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	color: white;
	height: 100px;
	background-color: #024273;
}
.footerblock p{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0;
	padding: 0;
}
.footer-info{
	padding-left: 40px;
	padding-right: 40px;
	margin: 0;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	width: 960px;
}

.inflation{
	margin-bottom: 110px;
	border: 1px solid #e1e1e1;
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.inflation-article p{
	text-indent: 1.5em;
	font-size: 20px;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
}
.inflation-article{
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	width: 70%;
	margin-left: 40px;
}
#slideshow {
	margin-left: 20px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
    width:200px;
    margin-bottom: 40px;
    overflow:hidden;
    border: 1px solid black;
}

.container {
    width:1200px; /* 300 x 4 */
    position:relative;
    -webkit-animation:slide 16s ease-in-out infinite;
    animation:slide 16s ease-in-out infinite;
}

.container section {
	padding-top: 10px;
	font-size: 20px;
	border: 1px solid #e1e1e1;
	text-align: center;
    width:200px;
    height:240px;
    float:left;
}
.container img{
	margin-top: 10px;
}

.container section:nth-child(1)
.container section:nth-child(2)
.container section:nth-child(3)
.container section:nth-child(4)

@-webkit-keyframes slide {
    0% {left:0;}
    25% {left:-200px;}
    50% {left:-400px;}
    75% {left:-600px;}
    100% {left:0;}
}
@keyframes slide {
    0% {left:0;}
    25% {left:-200px;}
    50% {left:-400px;}
    75% {left:-600px;}
    100% {left:0;}
}

.ppb{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.ppb h1{
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	font-size: 48px;
	font-family: roboto, sans-serif;
}
.infoblock{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-bottom: 30px;
}
.infoblock img{
	margin: 1em;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	max-height: 300px;

}
.infoblock p{
	font-family: roboto, sans-serif;
	font-size: 22px;
}
.textareaflex{
	text-indent: 1.5em;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	line-height: 30px;
	padding-right: 0.5em;
	text-align: justify;
	font-size: 18px;
	font-family: roboto, sans-serif;
}
.instructions{
	margin-bottom: 40px;
	width: 960px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;

}
.instructions p{
	font-size: 20px;
	font-family: roboto, sans-serif;
	text-align: center;
}
.table1 td{
	padding: 5px;
	border: 1px solid black;
}
.table1 th{
	padding: 5px;
	border: 1px solid black;
}
.table1{
	font-family: roboto, sans-serif;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.ppdtable{
	font-family: roboto, sans-serif;
	font-weight: bold;
}
.abouttext{
	margin-bottom: 50px;
	-ms-flex-item-align: center;
	    align-self: center;
	width: 960px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.abouttext p{
	text-indent: 1.5em;
	font-family: roboto, sans-serif;
	font-size: 20px;
}
.abouttext h1{
	text-align: center;
	font-size: 48px;
	font-family: roboto, sans-serif;
}

.chemicaltable{
	border: 1px solid black;
	border-collapse: collapse;
}
.chemicaltable th{
	border: 1px solid black;
}
.chemicaltable td{
	border: 1px solid black;

}
.chem-table-class{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 30px;
	margin-bottom: 100px;
}
.gradient-line{
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(2,66,115,1) 50%, rgba(255,255,255,0) 90%);
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255,255,255,0)), color-stop(50%, rgba(2,66,115,1)), color-stop(90%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 10%, rgba(2,66,115,1) 50%, rgba(255,255,255,0) 90%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 10%, rgba(2,66,115,1) 50%, rgba(255,255,255,0) 90%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 10%, rgba(2,66,115,1) 50%, rgba(255,255,255,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	margin-bottom: 50px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	height: 90px;
	width: 960px;
}
@-webkit-keyframes spinner {
  from { -webkit-transform: rotateY(0deg);    }
  to   { -webkit-transform: rotateY(-360deg); }
}

@keyframes spinner {
  from {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

#stage {
    margin: 1em auto;
    -webkit-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
  }

#spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 30s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 30s;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
.features{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 50px;
}
.feature{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
	font-size: 20px;
	font-family: Roboto, sans-serif;
	text-align: center;
	height: 16em;
	border: 1px solid #e1e1e1;
	width: 41%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.feature h1{
	margin-top: 20px;
	font-size: 24px;
}
.feature img{
	margin-top: 5px;
	padding: 12px;
}
.feature p{
	padding: 14px;
	font-family: roboto, sans-serif;
	color: white;
	display: block;
	background-color: rgb(2,66,115);
	text-align: center;
}
.feature:first-child img{
	border-top: 10px dashed #024273;
	border-bottom: 10px dashed #024273;
}
.feature:nth-child(2) img{
	border-top: 10px dashed #FD000D;
	border-bottom: 10px dashed #FD000D;
}
.feature:nth-child(3) img{
	border-top: 10px dashed #16E800;
	border-bottom: 10px dashed #16E800;
}
.feature:nth-child(4) img{
	border-top: 10px dashed #FFF500;
	border-bottom: 10px dashed #FFF500;
}