@media screen and (max-width: 1950px) {
  h1{
top: 35%;
left: 32%;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 300%;


}
    .tag-line{
top: 52%;
left: 50%;
text-align: center;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
color: #FFFFFF;
font-size: 150%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 87px;
-webkit-animation: fadeIn 16s;
        animation: fadeIn 16s;

}

    /* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	float:right;
	list-style: none;
	position: fixed;
	background-color: rgba(51,51,51,0.9);
	width: 100%;
	right: 2px;
	z-index: 1;
	
}



.main-nav li{
	display: inline-block;
	margin-left: 100px;
	margin-top: 35px;
	text-align: right;
	
	
}


.main-nav li a:link,
.main-nav li a:visited {
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
	-webkit-transition: border-bottom 0.2s border-top 0.2s;
	transition: border-bottom 0.2s border-top 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
	border-bottom: 2px solid #FFE105;
	border-top: 2px solid #FFE105;
}



.logo{
	height: 80px;
	width:auto;
	float:left;
	margin-left: 1%;
	margin-top: 1.5%;
	padding-bottom: 20px;
	
	
	
}

.logo2 {
	height: 80px;
	width:auto;
	float:left;
	margin-top: 50%;
	margin-left: -170%;
}
    /* --------------------------------- */
/* SERVICES BOXES*/
/* --------------------------------- */

.service-boxes .box{
	position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 350px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius: 4px;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}
    
/* --------------------------------- */
/* SLIDESHOW SECTION*/
/* --------------------------------- */


.slideshow{
	width: 800px;
	height: 400px;
	overflow: hidden;
	margin-left: 30%;
	margin-top: -30%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
    

.slide{
	width:20%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
	
}
.slide img{
	width: 80%;
	height: 80%;
   -webkit-transform: rotate(20deg);
           transform: rotate(20deg);
  
	
	
	
}


.details{
	margin-top: 13%;
	margin-left: 5%;
	font-size: 90%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	
}

.details2{
	margin-top: -30%;
	margin-left: 85%;
	width: 180px;
	height: 180px;
	line-height: 180px;
}

.details3{
	margin-top: 5%;
	margin-left: 85%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	
}
    .details4{
	margin-top: -35%;
	margin-left: 85%;
	width: 180px;
	height: 180px;
	line-height: 180px;
    }

.details5{
	margin-top: 5%;
	margin-left: 85%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	

}

    .details6{
	
	width: 180px;
	height: 130px;
	line-height: 130px;
}
.details7{
	margin-top: -40%;
	margin-left: 85%;
	width: 190px;
	height: 140px;
	line-height: 140px;
    }

.details8{
	margin-top: 5%;
	margin-left: 85%;
	width: 180px;
	height: 130px;
	line-height: 130px;
  
}
    
    /* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 33%;
	margin-top: 2%;
	width: 700px;
	height: 400px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}

  
/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	background-color: #333;
	padding: 10px;
	font-size: 90%;
	border-top: 3px solid #FFE105;
	font-weight: 400;
	
	
	
}

.footer-nav{
	list-style: none;
	float: right;
	color: #888;
	
}

.social-links{
	list-style: none;
	float: right;
}

.footer-nav li,
.social-links li{
	display: block;
	margin-right: 30px;
	padding:8px;

}
.footer-nav li:last-child,
.social-links li:last-child{
	margin: 0;
}

.social-links li a:link,
.social-links li a:visited{
	font-size: 100%;
}




.footer-nav .footer-links{
	font-size: 140%;
	color: #FFE105;
	text-transform: uppercase;
	
}

.social-links .footer-links{
	font-size: 140%;
	color: #FFE105;
	text-transform: uppercase;
	
	
}

.vertical-line{
	width:1px;
	height: 300px;
	margin-left: 10%;
}

.copyright{
	font-size:90%;
	background-color:#f4f4f4;
}
}
@media screen and (max-width: 1680px) {
  
    h1{
top: 35%;
left: 29%;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 300%;


}
    .tag-line{
top: 52%;
left: 52%;
text-align: center;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
color: #FFFFFF;
font-size: 150%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 87px;
-webkit-animation: fadeIn 16s;
        animation: fadeIn 16s;

}

    /* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	float:right;
	list-style: none;
	position: fixed;
	background-color: rgba(51,51,51,0.9);
	width: 100%;
	right: 2px;
	z-index: 1;
	
}



.main-nav li{
	display: inline-block;
	margin-left: 80px;
	margin-top: 30px;
	text-align: right;
	
	
}


.main-nav li a:link,
.main-nav li a:visited {
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
	-webkit-transition: border-bottom 0.2s border-top 0.2s;
	transition: border-bottom 0.2s border-top 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
	border-bottom: 2px solid #FFE105;
	border-top: 2px solid #FFE105;
}



.logo{
	height: 70px;
	width:auto;
	float:left;
	margin-left: 1%;
	margin-top: 1.5%;
	padding-bottom: 20px;
	
	
	
}

.logo2 {
	height: 70px;
	width:auto;
	float:left;
	margin-top: 50%;
	margin-left: -90%;
}
    /* --------------------------------- */
/* SERVICES BOXES*/
/* --------------------------------- */

.service-boxes .box{
	position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 350px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius: 4px;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}
    
/* --------------------------------- */
/* SLIDESHOW SECTION*/
/* --------------------------------- */


.slideshow{
	width: 800px;
	height: 400px;
	overflow: hidden;
	margin-left: 25%;
	margin-top: -35%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
    

.slide{
	width:20%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
	
}
.slide img{
	width: 80%;
	height: 80%;
   -webkit-transform: rotate(20deg);
           transform: rotate(20deg);
  
	
	
	
}


.details{
	margin-top: 13%;
	margin-left: 5%;
	font-size: 90%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	
}

.details2{
	margin-top: -30%;
	margin-left: 85%;
	width: 180px;
	height: 180px;
	line-height: 180px;
}

.details3{
	margin-top: 5%;
	margin-left: 85%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	
}
    .details4{
	margin-top: -35%;
	margin-left: 85%;
	width: 180px;
	height: 180px;
	line-height: 180px;
    }

.details5{
	margin-top: 5%;
	margin-left: 85%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	

}

    .details6{
	
	width: 180px;
	height: 130px;
	line-height: 130px;
}
.details7{
	margin-top: -40%;
	margin-left: 85%;
	width: 190px;
	height: 140px;
	line-height: 140px;
    }

.details8{
	margin-top: 5%;
	margin-left: 85%;
	width: 180px;
	height: 130px;
	line-height: 130px;
  
}
    
    /* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 30%;
	margin-top: 2%;
	width: 700px;
	height: 400px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}

  
/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	background-color: #333;
	padding: 10px;
	font-size: 80%;
	border-top: 3px solid #FFE105;
	font-weight: 400;
	
	
	
}

.footer-nav{
	list-style: none;
	float: right;
	color: #888;
	
}

.social-links{
	list-style: none;
	float: right;
}

.footer-nav li,
.social-links li{
	display: block;
	margin-right: 30px;
	padding:8px;

}
.footer-nav li:last-child,
.social-links li:last-child{
	margin: 0;
}

.social-links li a:link,
.social-links li a:visited{
	font-size: 100%;
}




.footer-nav .footer-links{
	font-size: 140%;
	color: #FFE105;
	text-transform: uppercase;
	
}

.social-links .footer-links{
	font-size: 140%;
	color: #FFE105;
	text-transform: uppercase;
	
	
}

.vertical-line{
	width:1px;
	height: 300px;
	margin-left: 10%;
}

.copyright{
	font-size:90%;
	background-color:#f4f4f4;
}
}
  
@media screen and (max-width: 1480px) {
  
    h1{
top: 30%;
left: 27%;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 300%;


}
    .tag-line{
top: 52%;
left: 52%;
text-align: center;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
color: #FFFFFF;
font-size: 150%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 87px;
-webkit-animation: fadeIn 16s;
        animation: fadeIn 16s;

}

    /* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	float:right;
	list-style: none;
	position: fixed;
	background-color: rgba(51,51,51,0.9);
	width: 100%;
	right: 2px;
	z-index: 1;
	
}



.main-nav li{
	display: inline-block;
	margin-left: 60px;
	margin-top: 30px;
	text-align: right;
	
	
}


.main-nav li a:link,
.main-nav li a:visited {
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: 400;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
	-webkit-transition: border-bottom 0.2s border-top 0.2s;
	transition: border-bottom 0.2s border-top 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
	border-bottom: 2px solid #FFE105;
	border-top: 2px solid #FFE105;
}



.logo{
	height: 65px;
	width:auto;
	float:left;
	margin-left: 1%;
	margin-top: 1.5%;
	padding-bottom: 20px;
	
	
	
}

.logo2 {
	height: 65px;
	width:auto;
	float:left;
	margin-top: 50%;
	margin-left: -50%;
}
    /* --------------------------------- */
/* SERVICES BOXES*/
/* --------------------------------- */

.service-boxes .box{
	position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 300px;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border-radius: 4px;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}
    
/* --------------------------------- */
/* SLIDESHOW SECTION*/
/* --------------------------------- */


.slideshow{
	width: 800px;
	height: 400px;
	overflow: hidden;
	margin-left: 22%;
	margin-top: -38%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
    

.slide{
	width:20%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
	
}
.slide img{
	width: 80%;
	height: 80%;
   -webkit-transform: rotate(20deg);
           transform: rotate(20deg);
  
	
	
	
}


.details{
	margin-top: 13%;
	margin-left: 5%;
	font-size: 90%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	
}

.details2{
	margin-top: -30%;
	margin-left: 85%;
	width: 180px;
	height: 180px;
	line-height: 180px;
}

.details3{
	margin-top: 5%;
	margin-left: 85%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	
}
    .details4{
	margin-top: -35%;
	margin-left: 85%;
	width: 180px;
	height: 180px;
	line-height: 180px;
    }

.details5{
	margin-top: 5%;
	margin-left: 85%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	

}

    .details6{
	
	width: 180px;
	height: 130px;
	line-height: 130px;
}
.details7{
	margin-top: -40%;
	margin-left: 85%;
	width: 190px;
	height: 140px;
	line-height: 140px;
    }

.details8{
	margin-top: 5%;
	margin-left: 85%;
	width: 180px;
	height: 130px;
	line-height: 130px;
  
}
    
    /* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 27%;
	margin-top: 2%;
	width: 700px;
	height: 400px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}

  
/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	background-color: #333;
	padding: 10px;
	font-size: 80%;
	border-top: 3px solid #FFE105;
	font-weight: 400;
	
	
	
}

.footer-nav{
	list-style: none;
	float: right;
	color: #888;
	
}

.social-links{
	list-style: none;
	float: right;
}

.footer-nav li,
.social-links li{
	display: block;
	margin-right: 30px;
	padding:8px;

}
.footer-nav li:last-child,
.social-links li:last-child{
	margin: 0;
}

.social-links li a:link,
.social-links li a:visited{
	font-size: 100%;
}




.footer-nav .footer-links{
	font-size: 140%;
	color: #FFE105;
	text-transform: uppercase;
	
}

.social-links .footer-links{
	font-size: 140%;
	color: #FFE105;
	text-transform: uppercase;
	
	
}

.vertical-line{
	width:1px;
	height: 300px;
	margin-left: 10%;
}

.copyright{
	font-size:90%;
	background-color:#f4f4f4;
}
}
  

/* BIG TABLETS TO 1200PX( WIDTHS SMALLER THAN THE 1140PX ROW )*/
@media only screen and (max-width: 1281px){
     h1{
top: 30%;
left: 25%;
text-align: left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 245%;


    
}
.tag-line{
top: 50%;
left: 48%;
text-align: left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 115%;
}
/* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	float:left;
	list-style: none;
	position: fixed;
	background-color: rgba(51,51,51,0.9);
	width: 100%;
	right: 2px;
	z-index: 1;
	
}



.main-nav li{
	display: inline-block;
	margin-left: 50px;
	margin-top: 25px;
	text-align: center;
	
	
}


.main-nav li a:link,
.main-nav li a:visited {
	
	font-size: 65%;
	font-weight: 400;
	
}


.logo{
	height: 65px;
	width:auto;
	float:left;
	margin-left: 1%;
	margin-top: 1.5%;
	padding-bottom: 20px;
	
	
	
}

.logo2 {
	height: 60px;
	width:auto;
	float:left;
	margin-top: 50%;
	margin-left: -25%;
}
    
/* --------------------------------- */
/* BUTTONS */
/* --------------------------------- */
.btn:link,
.btn:visited{
	top: 75%;
    left: 48%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	
	
}

/* --------------------------------- */
/* SERVICES BOXES*/
/* --------------------------------- */

.service-boxes .box{
	
	width: 290px;
	padding: 30px;
	
}
/* --------------------------------- */
/* SLIDESHOW SECTION               */
/* --------------------------------- */



.slideshow{
	width: 700px;
	height: 300px;
	overflow: hidden;
	margin-left: 22%;
	margin-top: -29%;
	position:absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 47%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bar{
	width:40px;
	height: 40px;
	border: 3px solid #FFE105;
	margin: 6px;
	cursor: pointer;
	border-radius: 50%;
}

.bar:hover{
	background:#fff;
}

input[name="r"]{
	position: absolute;
	visibility: hidden;
}
.slides-radio{
	width: 500%;
	height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.slide{
	width:20%;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	
}

.slide img{
	width: 90%;
	height: 90%;
	border: 1px solid #000;
	-webkit-transform: rotate(20deg);
	        transform: rotate(20deg);
	
	
}

.description{
	text-transform: uppercase;
	font-size: 80%;
	padding-left: 5px;
}

.slide img:hover{
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	cursor: pointer;
	opacity: 0.9;
}




.details{
	margin-top: 10%;
	margin-left: 5%;
	font-size: 90%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	
}

.details2{
	margin-top: -50%;
	margin-left: 85%;
	width: 140px;
	height: 140px;
	line-height: 140px;
}

.details3{
	margin-top: 0%;
	margin-left: 85%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	
}
    .details4{
	margin-top: -50%;
	margin-left: 85%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	border-radius: 50%;
	background-color: rgba(182,190,2,0.30);
}

.details5{
	margin-top: 5%;
	margin-left: 85%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background-color: rgba(182,190,2,0.30);

}
.details6{
	
	background-color: #fff;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	width: 150px;
	height: 100px;
	line-height: 100px;
}
.details7{
	margin-top: -50%;
	margin-left: 85%;
	width: 150px;
	height: 100px;
	line-height: 100px;
	background-color: #fff;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.details8{
	margin-top: 5%;
	margin-left: 85%;
	width: 150px;
	height: 100px;
	line-height: 100px;
   background-color: #fff;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
/* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 23%;
	}
   
/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	background-color: #333;
	padding: 10px;
	font-size: 80%;
	border-top: 3px solid #FFE105;
	font-weight: 400;
	
	
	
}

.footer-nav{
	list-style: none;
	float: left;
	color: #888;
	
}

.social-links{
	list-style: none;
	
}

.footer-nav li,
.social-links li{
	display: block;
	margin-right: 50px;
	padding: 5px;

}
.footer-nav li:last-child,
.social-links li:last-child{
	margin: 0;
}
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{	
	
	text-decoration: none;
	border:0;
	color: #888;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active{
	color: #ddd;
}

.social-links li a:link,
.social-links li a:visited{
	font-size: 100%;
}

.ion-ios-telephone,
.ion-printer,
.ion-ios-telephone-outline,
.ion-ios-email{
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	
	
}

.ion-ios-telephone:hover{
	color: #C4AC03;
	
}

.ion-printer:hover{
	color: #C4AC03;
	
}

.ion-ios-telephone-outline:hover{
	color: #C4AC03;
	
}

.ion-ios-email:hover{
	color:#C4AC03;
	
}

footer p{
	color: #888;
	text-align: center;
	
}
.footer-nav .footer-links{
	font-size: 120%;
	color: #FFE105;
	text-transform: uppercase;
	
}

.social-links .footer-links{
	font-size: 120%;
	color: #FFE105;
	text-transform: uppercase;
	
	
}

.vertical-line{
	width:1px;
	height: 300px;
	background-color: #474747;
	margin-left: 12%;
}

.copyright{
	font-size:70%;
	background-color:#f4f4f4;
}


}



@media only screen and (max-width: 1024px){
  
h1{
top: 30%;
left: 15%;
text-align: left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 200%;
line-height: 70px;


}
    
.tag-line{
top: 50%;
left: 40%;
text-align: left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 105%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 60px;


}
    
/* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	position: absolute;
	background-color: #333333;
	width: 20%;
    height: 100%;
	right: 2px;
	
	
}



.main-nav li{
	display: block;
	margin-left: 40px;
	margin-top: 45px;
	text-align: left;
	
	
}

.main-nav li a:link,
.main-nav li a:visited {
	
	font-size: 45%;
	
	
}

.main-nav li a:hover,
.main-nav li a:active {
	color: rgba(255, 225, 5, 0.8);
    border-bottom: none;
    border-top: none;
}
.logo{
	height: 55px;
	width:auto;
	position: absolute;
    top:1.5%;
    left: 16%;
    z-index:-2;
	padding-bottom: 20px;
	
}
    
.logo2 {
	height: 40px;
	width:auto;
	float:left;
	margin-top: 50%;
	margin-left: 7%;
}
  
/* --------------------------------- */
/* BUTTONS */
/* --------------------------------- */
.btn:link,
.btn:visited{
	top: 75%;
    left: 40%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	
	
}
/* --------------------------------- */
/* SERVICES BOXES*/
/* --------------------------------- */

.service-boxes .box{
	
	width: 320px;
	padding: 30px;
	
}

    
/* --------------------------------- */
/* SLIDESHOW SECTION*/
/* --------------------------------- */


.slideshow{
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin-left: 20%;
	margin-top: -35%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
    
.bar{
	width:40px;
	height: 40px;
	border: 3px solid #FFE105;
	margin: 6px;
	cursor: pointer;
	border-radius: 50%;
}



input[name="r"]{
	position: absolute;
	visibility: hidden;
}
.slides-radio{
	width: 500%;
	height: 70%;
   
    }
    
.slide{
	width:20%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
	
}
.slide img{
	width: 150%;
	height: 150%;
   -webkit-transform: rotate(0deg);
           transform: rotate(0deg);
   border: 1px solid #000;
	
	
	
}


.details{
	visibility: hidden;
}

.details2{
	visibility: hidden;
}

.details3{
	visibility: hidden;
	
}
    /* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 25%;
	margin-top: 2%;
	width: 500px;
	height: 300px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}

    /* --------------------------------- */
/* FORM */
/* --------------------------------- */
#contact-form{
	width: 60%;
}



/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	
	
	font-size: 65%;
	

}




.footer-nav li,
.social-links li{
	display: block;
	margin-right: 0px;
	padding: 3px;

}
.footer-nav li:last-child,
.social-links li:last-child{
	margin: 0;
}

	
}

footer p{
	color: #888;
	text-align: center;
	
}
.footer-nav .footer-links{
	font-size: 110%;
	color: #FFE105;
	text-transform: uppercase;
	
}

.social-links .footer-links{
	font-size: 110%;
	color: #FFE105;
	text-transform: uppercase;
	
	
}



.vertical-line{
	width:1px;
	height: 300px;
	background-color: #474747;
	margin-left: 18%;
}

.copyright{
	font-size:70%;
	background-color:#f4f4f4;
}

 
	
    

/* SMALL PHONES TO SMALL TABLETS FROM 481 TO 767PX */
@media only screen and (max-width: 768px){
	body{
		font-size: 16px;
	}
    section{
		padding: 30px 0;
	}
 h1{
top: 30%;
left: 11%;
text-align:left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 220%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 70px;


}
    
.tag-line{
top: 50%;
left: 40%;
text-align:left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 120%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 60px;


}
    
/* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	position: absolute;
	background-color: #333333;
	width: 20%;
        height: 100%;
	right: 2px;
	
	
}



.main-nav li{
	display: block;
	margin-left: 0px;
	margin-top: 50px;
	text-align: left;
	
	
}

.main-nav li a:link,
.main-nav li a:visited {
	
	font-size: 55%;
	
	
}

.main-nav li a:hover,
.main-nav li a:active {
	color: rgba(255, 225, 5, 0.8);
    border-bottom: none;
    border-top: none;
}
.logo{
	height: 50px;
	width:auto;
	
	position: absolute;
    top:1.5%;
    left: 16%;
    z-index:-2;
	padding-bottom: 20px;
}
    .logo2 {
	height: 35px;
	width:auto;
	float:left;
	margin-top: 60%;
	margin-left: 1%;
}


  /* --------------------------------- */
/* BUTTONS */
/* --------------------------------- */
.btn:link,
.btn:visited{
	top: 75%;
    left: 40%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	
	
}

/* --------------------------------- */
/* SLIDESHOW SECTION*/
/* --------------------------------- */


.slideshow{
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin-left: 10%;
	margin-top: -40%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
    
.bar{
	width:40px;
	height: 40px;
	border: 3px solid #FFE105;
	margin: 6px;
	cursor: pointer;
	border-radius: 50%;
}



input[name="r"]{
	position: absolute;
	visibility: hidden;
}
.slides-radio{
	width: 500%;
	height: 70%;
   
    }
    
.slide{
	width:20%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
	
}
.slide img{
	width: 150%;
	height: 150%;
   -webkit-transform: rotate(0deg);
           transform: rotate(0deg);
   border: 1px solid #000;
	
	
	
}


.details{
	visibility: hidden;
}

.details2{
	visibility: hidden;
}

.details3{
	visibility: hidden;
	
}
    /* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 17%;
	margin-top: 2%;
	width: 500px;
	height: 300px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}

    /* --------------------------------- */
/* FORM */
/* --------------------------------- */
#contact-form{
	width: 50%;
}



/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	
	
	font-size: 65%;
	

}



.footer-nav li,
.social-links li{
	display: block;
	margin-right: 0px;
	padding: 3px;

}
.footer-nav li:last-child,
.social-links li:last-child{
	margin: 0;
}

	
}

footer p{
	color: #888;
	text-align: center;
	
}
.footer-nav .footer-links{
	font-size: 100%;
	color: #FFE105;
	text-transform: uppercase;
	
}

.social-links .footer-links{
	font-size: 100%;
	color: #FFE105;
	text-transform: uppercase;
	
	
}



.vertical-line{
	width:1px;
	height: 300px;
	background-color: #474747;
	margin-left: 18%;
}

.copyright{
	font-size:65%;
	background-color:#f4f4f4;
}



@media only screen and (max-width: 480px){
    body{
		font-size: 14px;
	}
    section{
		padding: 20px 0;
	}
 h1{
top: 30%;
left: 8%;
text-align:left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 170%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 70px;


}
    
.tag-line{
top: 42%;
left: 40%;
text-align:left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 90%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 60px;


}
    
/* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	position: absolute;
	background-color: #333333;
	width: 20%;
    height: 100%;
	right: 2px;
	
	
}



.main-nav li{
	display: block;
	margin-left: 15px;
	margin-top: 50px;
	text-align: left;
	
	
}

.main-nav li a:link,
.main-nav li a:visited {
	
	font-size: 55%;
	
	
}

.main-nav li a:hover,
.main-nav li a:active {
	color: rgba(255, 225, 5, 0.8);
    border-bottom: none;
    border-top: none;
}
.logo{
	height: 40px;
	width:auto;
	position: absolute;
    top:1.5%;
    left: 16%;
    z-index:-2;
	padding-bottom: 20px;
	
	
	
}
    .logo2 {
	height: 30px;
	width:auto;
	float:left;
	margin-top: 10%;
	margin-left: -1.5%;
}


    
  /* --------------------------------- */
/* BUTTONS */
/* --------------------------------- */
.btn:link,
.btn:visited{
	top: 60%;
    left: 40%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	
	
}

/* --------------------------------- */
/* SLIDESHOW SECTION*/
/* --------------------------------- */


.slideshow{
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-left: 20%;
	margin-top: -60%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
    
.bar{
	width:30px;
	height: 30px;
	border: 3px solid #FFE105;
	margin: 6px;
	cursor: pointer;
	border-radius: 50%;
}



input[name="r"]{
	position: absolute;
	visibility: hidden;
}
.slides-radio{
	width: 500%;
	height: 50%;
   
    }
    
.slide{
	width:20%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
	
}
.slide img{
	width: 200%;
	height: 200%;
   -webkit-transform: rotate(0deg);
           transform: rotate(0deg);
   border: 1px solid #000;
	
	
	
}


.details{
	visibility: hidden;
}

.details2{
	visibility: hidden;
}

.details3{
	visibility: hidden;
	
}
    /* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 17%;
	margin-top: 2%;
	width: 300px;
	height: 200px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}

    
/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	background-color: #333;
	padding:10px;
	font-size: 60%;
	border-top: 3px solid #FFE105;
	font-weight: 400;
    
	
	
	
}

.footer-nav{
	list-style: none;
	margin-left: 78%;
    color: #888;
    margin-top: -13%;
    padding-bottom: 65px;
    
	
}

.social-links{
	list-style:none;
	
}

.footer-nav li,
.social-links li{
	display: block;
	margin-right:27px;
	padding: 5px;
       margin-left: -225%;
   
}
.footer-nav li:last-child,
.social-links li:last-child{
	margin-left: -225%;
    
}
   
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{	
	
	text-decoration: none;
	border:0;
	color: #888;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
   
    
  
    
}

.footer-nav li a:hover,
.footer-nav li a:active{
	color: #ddd;
}

.social-links li a:link,
.social-links li a:visited{
	font-size: 90%;
    
    margin-left: 10%;
    
}

.ion-ios-telephone,
.ion-printer,
.ion-ios-telephone-outline,
.ion-ios-email{
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	
	
}

.ion-ios-telephone:hover{
	color: #C4AC03;
	
}

.ion-printer:hover{
	color: #C4AC03;
	
}

.ion-ios-telephone-outline:hover{
	color: #C4AC03;
	
}

.ion-ios-email:hover{
	color:#C4AC03;
	
}

footer p{
	color: #888;
	text-align: center;
	
}

.footer-nav .footer-links{
	font-size: 100%;
	color: #FFE105;
	text-transform: uppercase;
   
   
    }

.social-links .footer-links{
	font-size: 100%;
	color: #FFE105;
	text-transform: uppercase;
	display: flex;
    flex-wrap: wrap;
    margin-top:-60%;
    margin-left:-195%;
  
    
	
}

.vertical-line{
	width:1px;
	height:520px;
	background-color: #474747;
    margin-left: 22%;
}

.copyright{
	font-size:70%;
	background-color:#f4f4f4;
}

 
}








@media only screen and (max-width: 320px){
    body{
		font-size: 12px;
	}
    section{
		padding: 10px 0;
	}
 h1{
top: 30%;
left: 8%;
text-align:left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 120%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 70px;


}
    
.tag-line{
top: 42%;
left: 40%;
text-align:left;
position: absolute;
-webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
font-size: 50%;
word-spacing: 4px;
letter-spacing: 2px;
line-height: 60px;


}
    
/* --------------------------------- */
/* MAIN-NAV */
/* --------------------------------- */
.main-nav {
	position: absolute;
	background-color: #333333;
	width: 20%;
    height: 100%;
	right: 2px;
	
	
}



.main-nav li{
	display: block;
	margin-left: 12px;
	margin-top: 50px;
	text-align: left;
	
	
}

.main-nav li a:link,
.main-nav li a:visited {
	
	font-size: 45%;
	
	
}

.main-nav li a:hover,
.main-nav li a:active {
	color: rgba(255, 225, 5, 0.8);
    border-bottom: none;
    border-top: none;
}
.logo{
	height: 33px;
	width:auto;
	position: absolute;
    top:1.5%;
    left: 16%;
    z-index:-2;
	padding-bottom: 20px;
	
	
	
}
    .logo2 {
	height: 15px;
	width:auto;
	float:left;
	margin-top: 10%;
	margin-left: -3%;
}


    
  /* --------------------------------- */
/* BUTTONS */
/* --------------------------------- */
.btn:link,
.btn:visited{
	top: 60%;
    left: 40%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
	
	
}

/* --------------------------------- */
/* SLIDESHOW SECTION*/
/* --------------------------------- */


.slideshow{
	width: 250px;
	height: 200px;
	overflow: hidden;
	margin-left: 10%;
	margin-top: -80%;
	position: absolute;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
		
}


.navigation{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
    
.bar{
	width:30px;
	height: 30px;
	border: 3px solid #FFE105;
	margin: 6px;
	cursor: pointer;
	border-radius: 50%;
}



input[name="r"]{
	position: absolute;
	visibility: hidden;
}
.slides-radio{
	width: 500%;
	height: 50%;
   
    }
    
.slide{
	width:20%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
	
}
.slide img{
	width: 200%;
	height: 200%;
   -webkit-transform: rotate(0deg);
           transform: rotate(0deg);
   border: 1px solid #000;
	
	
	
}


.details{
	visibility: hidden;
}

.details2{
	visibility: hidden;
}

.details3{
	visibility: hidden;
	
}
    /* --------------------------------- */
/* TRAINING SECTION*/
/* --------------------------------- */

.video-ansa-chem{
	margin-left: 9%;
	margin-top: 2%;
	width: 250px;
	height: 200px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	
}

    
/* --------------------------------- */
/* FOOTER                            */
/* --------------------------------- */

footer{
	background-color: #333;
	padding:10px;
	font-size: 60%;
	border-top: 3px solid #FFE105;
	font-weight: 400;
    
	
	
	
}

.footer-nav{
	list-style: none;
	margin-left: 70%;
    color: #888;
    margin-top: -13%;
    padding-bottom: 65px;
    
	
}

.social-links{
	list-style:none;
	
}

.footer-nav li,
.social-links li{
	display: block;
	margin-right:27px;
	padding: 5px;
        margin-left: -175%;
   
}
.footer-nav li:last-child,
.social-links li:last-child{
	margin-left: -175%;
    
}
   
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{	
	
	text-decoration: none;
	border:0;
	color: #888;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
    
}

.footer-nav li a:hover,
.footer-nav li a:active{
	color: #ddd;
}

.social-links li a:link,
.social-links li a:visited{
	font-size: 90%;
       margin-left: 14%;
    
}

.ion-ios-telephone,
.ion-printer,
.ion-ios-telephone-outline,
.ion-ios-email{
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	
	
}

.ion-ios-telephone:hover{
	color: #C4AC03;
	
}

.ion-printer:hover{
	color: #C4AC03;
	
}

.ion-ios-telephone-outline:hover{
	color: #C4AC03;
	
}

.ion-ios-email:hover{
	color:#C4AC03;
	
}

footer p{
	color: #888;
	text-align: center;
	
}

.footer-nav .footer-links{
	font-size: 100%;
	color: #FFE105;
	text-transform: uppercase;
   
   
    }

.social-links .footer-links{
	font-size: 100%;
	color: #FFE105;
	text-transform: uppercase;
	margin-top:-60%;
        margin-left:-140%;
  
    
	
}

.vertical-line{
	width:1px;
	height:520px;
	background-color: #474747;
        margin-left: 16%;
}

.copyright{
	font-size:70%;
	background-color:#f4f4f4;
}

 
}
	