@charset "utf-8";

/*RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
    font-family: latoFont;
    src:url(../IMG/lato/Lato-Light.ttf);
}
body {

	line-height: 1;
	font-family: latoFont;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../IMG/frendBg.jpg);
	background-position: center center;
    background-repeat: repeat;
	color:#C6C6C6;
	background:black;
}
header{
	height: 70px;
    border-bottom: 2px solid #ff903b;
    background-repeat: no-repeat;
    width: 100%;
    background-position: 5% center;
	background-image:url(../IMG/logo.png)!important
}
footer{
	height: 70px;
    border-top: 2px solid #ff903b;
   
    background-repeat: no-repeat;
    width: 100%;
    background-position: center 20%;
	background-size: 50px, 100%; 
	background-image:url(../IMG/logo.png)!important
}
footer p{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    font-size: 10px;
	margin-bottom:10px;
}
#btnStlz{
	border: none;
    background-image: linear-gradient(#fc7d2b, #d34f0a);
    color: white;
    border-radius: 5px;
    font-weight: bold;
    padding: 0 15%;
}
.mobileMenu #btnStlz{
	padding: 0 3%;
}
section{
	color:#ffbf69;
	width:100%;
	overflow:hidden;
	background:black;
	    position: relative;
}
#emptyHome{
	float:left;
	width:80px;
	margin-left:5%;
	height: 70px;
	cursor:pointer;
}
section h1{
    color: #ff802d;
    text-align: center;
    font-size: 250%;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 250px;
    margin-bottom: 1%;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
section p{
    font-size: 150%;
    text-align: center;
    width: 80%;
    margin-bottom: 1%;
	margin-left: auto;
    margin-right: auto;
}
section h2{
    color: #c6c6c6;
    font-size: 110%;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
nav{
	
	width: 50%;
	padding-top: 54px;
	float:right;
	margin-right:5%;
	flex:right;
	
}
nav a{
	color:#c6c6c6;
	text-transform:uppercase;
	text-align:right;
	text-decoration:none;
}
ul{
	list-style-type: none;
}
nav ul{
	
}
nav ul li{
	float:right;
	font-size: 80%;
    padding: 0 2%;
	font-weight: bold;
}
nav a:hover{
	cursor:pointer;
	color:#ff903b;
}
.slides{
	width:300%;
	height:760px;
	    position: relative;
}
.gr{
	width:33.3333%;
	float:left;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
}
#witness{
	position: fixed;
    top: 200px;
    text-transform: uppercase;
    color: #C6C6C6;
    font-size: 70%;
	left:9%;
	z-index: 15;
}
#witness li{
	background-position: 3px center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 10px;
    height: 10px;
    padding: 5px;
    padding-left: 20px;
	background-image:url(../IMG/scrollWitnessSmall.png);
}
.activeWitness,.miniActive{
	background-image:url(../IMG/scrollWitnessBig.png)!important;
	background-position: 0px center!important;
	background-size: 50%!important;
}
.arr{
	background-image:url(../IMG/whiteArr.png)!important;
	cursor:pointer;
}
.clcl{
	color:#ff802d;
	text-decoration: none;
	    word-wrap: break-word;
}
.arrowup{
	transform-origin: left;
    transform: translate(44%, 0%) rotate(180deg);
}
.arrowdown{
	transform: rotate(0deg);
}
.arrowsdown{
	background-image: url(../IMG/whiteArr.png),url(../IMG/whiteArr.png),url(../IMG/whiteArr.png);
    width: 15px;
    height: 20px;
    margin-top: 25%;
    background-repeat: no-repeat,no-repeat,no-repeat;
	background-position:center top, center center, center bottom;
	margin-left:auto;
	margin-right:auto;
	transform: translateX(-65%);
	cursor:pointer;
}
.arrLeft{
    transform-origin: left;
    transform: translate(50%, -30%) rotate(90deg);
}
.arrRight{
    transform-origin: left;
    transform: translate(15%, 35%) rotate(-90deg);
}
.minMenu{
	position: absolute;
	top: 85%;
}
.dot{
	cursor:pointer;
}
.minMenu li{
	background-position: 3px center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 10px;
    height: 10px;
    padding: 5px;
    padding-left: 20px;
	background-image:url(../IMG/scrollWitnessSmall.png);
	float:left;
}
button{
	clear:both;
	float:right!important;
	border: none;
    background-image: linear-gradient(#fc7d2b, #d34f0a);
    color: white;
    border-radius: 5px;
	font-weight:bold;
	padding: .7%;
    font-size: 70%;
	text-transform: uppercase;
	width: auto!important;
    margin-right: 10%!important;
	margin-top: 10px;
    margin-bottom: 10px;
}
form{
    width: 40%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    float: left;
    margin-top: 250px;
    padding: 1%;
}
form input,form textarea{
	color:white;
	box-sizing:border-box;
}
form ul{
	float:left;
	border: 1px solid #4b5969;
	box-sizing:border-box;
}
form ul:first-child input{
	width:100%;
	text-transform:uppercase;
	color:#ff802d;
	font-size:80%;
	font-weight:bold;
	
	text-align:right;
}
form ul:last-child input{
	width:70%;
}
form ul:first-child{
	width:30%;
	border-right:0;
}
form ul:last-child{
	width:70%;
}
form input,form textarea{
	background:transparent;
	border:none;
	width:100%;
}
form li{
	padding:5px;
}
form li:nth-child(even){
	background:rgba(255,255,255,.1)
	
}
form textarea{
	height:100px;
}
section:nth-child(2) > div.slides > div:nth-child(1){
	background-image:url(../IMG/intro_S1.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(2) > div.slides > div:nth-child(2){
	background-image:url(../IMG/intro_S2.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(2) > div.slides > div:nth-child(3){
	background-image:url(../IMG/intro_S3.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(3) > div.slides > div:nth-child(1){
	background-image:url(../IMG/testing_S1.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(3) > div.slides > div:nth-child(2){
	background-image:url(../IMG/testing_S2.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(3) > div.slides > div:nth-child(3){
	background-image:url(../IMG/testing_S3.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(4) > div.slides > div:nth-child(1){
	background-image:url(../IMG/reporting_S1.jpg), url(../IMG/frendBg.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(4) > div.slides > div:nth-child(2){
	background-image:url(../IMG/reporting_S2.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(4) > div.slides > div:nth-child(3){
	background-image:url(../IMG/reporting_S3.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(5) > div.slides > div:nth-child(1){
	background-image:url(../IMG/training_S1.jpg), url(../IMG/frendBg.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(5) > div.slides > div:nth-child(2){
	background-image:url(../IMG/training_S2.jpg)!important;
	background-repeat: no-repeat,repeat;
}
section:nth-child(5) > div.slides > div:nth-child(3){
	background-image:url(../IMG/training_S3.jpg)!important;
	background-repeat: no-repeat,repeat;
}
.menuicon{
	display:none;
}
.alerts{
	width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,.8);
    color: white;	
	display:none;
	transform-style: preserve-3d;
}
.alerts div{

    position: relative;

    top: 50%;

    transform: translateY(-50%);

    width: 15%;

    margin-left: auto;

    margin-right: auto;

    border: 3px solid #4b5969;

    padding: 2%;

    text-align: center;

    border-radius: 5px;

    background: black;

}

.alerts > div > div{

	display:none;

}

.alerts button{
	padding: 2%;
    margin-top: 5%;
}
.about section, .research section, .team section, .contact section{
	background-image:url(../IMG/bgimage.jpg);
	background-position: center center;
	background-repeat:no-repeat;	
	height: 760px;
	    background-size: cover;
}
.research section, .team section{
	height:auto;
}
.research section > *,.contact section > *{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	text-align:left;
}
.contact section > div > h1{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:120%;
	margin-top:2%;
}
.contact section{
	height:auto;
}
.contact form{
	width:90%;
	margin-left:auto!important;
	margin-right:auto!important;
	float: none; 
	margin-top:1%!important;
}
.contact button{
	margin-bottom: 1%;
}
.team h1{
	margin-top:1%;
}
.team section >ul >li{
	width:14.28%;
	float:left;
}
.pic{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: auto;
    background-color: rgba(255, 128, 45,.2);
    margin-right: auto;
}
.research section h1, .team section h1{
	margin-top: 3%;
    margin-bottom: 2%;
}
.team section h1{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	text-align:left;
}
.nname{
text-align: center;
    margin: 15% 0;
    width: 94%;
    font-size: 130%;
    color: #C6C6C6;
}
.ttt h1,.ttt p{
	font-size:100%;
	width:94%;
	text-align: left;
	margin: 15% 0;
	margin-left: auto;
    margin-right: auto;
}
.ttt h1{
	width:94%;
}
.ttt ul{
	list-style-type:disc;
	list-style-position: inside;	
}
.research section h2{
	font-weight:bold;
    font-size: 180%;
    margin-top: 4%;
}
.about section h1{
	font-size: 150%;	
	margin-bottom: 4%;
}
#msg{
	width:100%;
	text-align:center;
	color:orange;
	clear:both;
	margin-bottom:1%;
}
.levOne{
    float: left;
    width: 12.5%;
    text-align: center;
}
.yeldot{
	background:#ff903b;
	border-radius:50%;
	width:20px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
.empt{
	width:20px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0;
}
.tt{
	padding:22px 0;
	color: #C6C6C6;
	height:16px;
}
.yelLine{
    height: 1px;
    border-top: 1px dashed #ff903b;
    width: 100%;
    margin-top: -10px;
}
.styelLine{
	height: 1px;
    border-top: 1px dashed #ff903b;
    width: 50%;
    margin-top: -10px;
	margin-left:50%;
}
.endyelLine{
	height: 1px;
    border-top: 1px dashed #ff903b;
    width: 50%;
    margin-top: -10px;
}
#loadinfo h1,#loadinfo p{
	width: 90%!important;
    text-align: left;
    margin-left: 5%!important;
}
.activeTT{
	color:#ff802d;	
}
.ttt h1{
	text-align: center!important;
}
#mM{
	position:absolute;
	top:80px;	
}
nav.mobileMenu{
	display:none;
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1%;
    margin-bottom: 1%;
    
}

nav.mobileMenu > *{
	 width: 100%;
	 text-align:center;
}
nav.mobileMenu >div {
	 width: 70px;
    text-align: left;
    background-image: url(../IMG/menuIcon.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    font-weight: bolder;
    margin-left: auto;
    margin-right: auto;
}
nav.mobileMenu > ul > li{
    width: 100%;
    text-align: center;
    float: none;
    padding: 1% 0;
}
nav.mobileMenu > ul > li:nth-child(odd){
	background:rgba(255,255,255,.15)
}
nav.mobileMenu >ul{
	display:none;	
}
@media only screen and (max-width:1200px){
	  body{
		width: 100%;
	}
	section h1,section p,section h2{
		width:60%;
		margin-left: 20%;
	}
	#witness{
		left:1%;
	}
	section:nth-child(6) > div:nth-child(1){
		width:80%!important;
		margin-left:auto!important;
		margin-right:auto!important;
		margin-top:2%!important;
		float:none!important;
	}
	form{
		width:80%!important;
		margin-left:auto!important;
		margin-right:auto!important;
		margin-top:2%!important;
		float:none!important;
	}
	.team section >ul >li{
		width:24.2%!important;
		float:none;
		display: inline-block;
    	vertical-align: top;
	}
	section:nth-child(6) > div:nth-child(1) > *{
		width:100%;
		margin-left:0;
	}
	section:nth-child(6) > div:nth-child(1) h1{
		margin-top: 15%;
	}
}
@media only screen and (max-width:980px){
	.team section >ul >li{
		width:49%!important;
	}
}
@media only screen and (max-width:768px){
	section:nth-child(2) > div.slides > div:nth-child(1){
	background-image:url(../IMG/intro_S1_768.jpg)!important;
	background-repeat: no-repeat,repeat;
	}
	section:nth-child(2) > div.slides > div:nth-child(2){
		background-image:url(../IMG/intro_S2_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(2) > div.slides > div:nth-child(3){
		background-image:url(../IMG/intro_S3_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(3) > div.slides > div:nth-child(1){
		background-image:url(../IMG/testing_S1_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(3) > div.slides > div:nth-child(2){
		background-image:url(../IMG/testing_S2_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(3) > div.slides > div:nth-child(3){
		background-image:url(../IMG/testing_S3_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(4) > div.slides > div:nth-child(1){
		background-image:url(../IMG/reporting_S1_768.jpg), url(../IMG/frendBg.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(4) > div.slides > div:nth-child(2){
		background-image:url(../IMG/reporting_S2_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(4) > div.slides > div:nth-child(3){
		background-image:url(../IMG/reporting_S3_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(5) > div.slides > div:nth-child(1){
		background-image:url(../IMG/training_S1_768.jpg), url(../IMG/frendBg.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(5) > div.slides > div:nth-child(2){
		background-image:url(../IMG/training_S2_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(5) > div.slides > div:nth-child(3){
		background-image:url(../IMG/training_S3_768.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	div.slides > div{
		background-size: cover;
	}
}
@media only screen and (max-width:720px){
	#emptyHome{
		width:100%;
		margin-left:0;
	}
	.team section >ul >li{
		width:49%!important;
	}
	#witness{
		display:none;
	}
	.about section h1{
		margin-top:10%!important;
	}
	#loadinfo h1{
		margin-top:30%!important;
	}
	nav.mobileMenu{
		display:block!important;
	}
	header > nav{
		display:none;
	}
	header{
		background-position:center center!important;
	}
	.gr h1,.gr h2,.gr p{
		width:90%!important;		
		margin-left:auto!important;
		margin-right:auto!important;
	}
	form ul:first-child{
		display:none;
	}
	form ul:last-child {
    	width: 100%;
	}
	section h1{
		font-size:200%;
		margin-top: 70%
	}
	
}
@media only screen and (max-width:480px){
	  body{
		width: 100%;
	}
	.team section >ul >li{
		width:99%!important;
	}
		section h1,section p,section h2{
		width:100%;
		margin-left: 0%;
	}
	#witness{
		display:none;
	}
	.menuicon{
		display:block;
	}
	section h1{
		margin-top:90%;
	}
}
@media only screen and (max-width:320px){
	section h1{
		margin-top:10%;
	}
	section:nth-child(2) > div.slides > div:nth-child(1){
	background-image:url(../IMG/intro_S1_320.jpg)!important;
	background-repeat: no-repeat,repeat;
	}
	section:nth-child(2) > div.slides > div:nth-child(2){
		background-image:url(../IMG/intro_S2_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(2) > div.slides > div:nth-child(3){
		background-image:url(../IMG/intro_S3_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(3) > div.slides > div:nth-child(1){
		background-image:url(../IMG/testing_S1_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(3) > div.slides > div:nth-child(2){
		background-image:url(../IMG/testing_S2_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(3) > div.slides > div:nth-child(3){
		background-image:url(../IMG/testing_S3_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(4) > div.slides > div:nth-child(1){
		background-image:url(../IMG/reporting_S1_320.jpg), url(../IMG/frendBg.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(4) > div.slides > div:nth-child(2){
		background-image:url(../IMG/reporting_S2_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(4) > div.slides > div:nth-child(3){
		background-image:url(../IMG/reporting_S3_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(5) > div.slides > div:nth-child(1){
		background-image:url(../IMG/training_S1_320.jpg), url(../IMG/frendBg.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(5) > div.slides > div:nth-child(2){
		background-image:url(../IMG/training_S2_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
	section:nth-child(5) > div.slides > div:nth-child(3){
		background-image:url(../IMG/training_S3_320.jpg)!important;
		background-repeat: no-repeat,repeat;
	}
}
