html,body {
    margin:0;
    padding:0;
}

label{
	display: block;
	font-family: sans-serif;
}

@keyframes lightIn{
	from {width: 0%;}
	to {width: 100%;}
}
.login{
	 width: 40%;
 	 margin: 0 auto;
	border: 1px solid #a3a3a3;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.loginButton{
	background-color: #0078a7;
	color: white;
	display: block;
	width: 100%;
}

.editBtn, .delBtn{
	color: white;
	margin-left: 2%;
	height: 20px;
	font-size: 15px;
}

.editBtn{
	background-color: #cfb702;
}

.delBtn{
	background-color: #ff0000;
}

input[type=text], input[type=password]{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

p{
	margin: 0;
}

.adminBar{
	background-color: #262626;
	width: 100%;
	height: 30px;
	position: fixed;
}
.adminBar a{
	color: #ffff;
	font-family: sans-serif;
	text-decoration: none;
}

.adminBar a:link{
	color: #a3a3a3;
}

.adminBar a:visited{
	color: white;
}

.adminBar a:hover{
	color: #0078a7;
}

.options{
color: white;
	height: 30px;
background-color: #0078a7;
}



.option{
	float: left;
	width: 47%;
	margin-left: 1%;
	padding: 10px;
	text-align: center;
}
.management{
	float: left;
	width: 100%;
	margin-left: 5%;
	position: absolute;
	top: 20%;
}

.userManagement{
	width: 47%;
	border: solid #a3a3a3 1px; 
	border-radius: 5px;
	padding: 10px;
}

.userRow{
	background-color: #0078a7;
	
	padding: 5px;
	margin: 5px;
	border: solid #0078a7 1px;
	border-radius: 5px;
}



@keyframes lightImageAnim {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes  {
  from {background-color: green;}
  to {background-color: blue;}
}
.lightImage
{
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	
	
	
	


}

.op{
	animation-name: lightImageAnim;
	min-height: 200px;
	min-width: 200px;
	animation-duration: 1s;
	background-color: white;
	border: solid white 5px;
	border-radius: 5px;
}



.lightImage img
{
	
}

.content p{
	text-align: center;
	font-family: sans-serif;
}

h2{
	text-align: center;
	display: block;
	font-family: sans-serif;
	color: #4d4d4d;
	font-weight: 700;
	text-decoration: none;
}



h3{
	text-align: center;
	width: 100%;
	height: auto;
	font-family: sans-serif;
	font-size: 24px;
	color: #4d4d4d;
	font-weight: 500;
	text-decoration: none;
	margin-top: 60px;
	margin-bottom: 10px;
}

h4{
	display: block;
	font-family: sans-serif;
	color: #4d4d4d;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}
button{
	
	
	height: 40px; 
	font-family: 
	sans-serif; 
	font-size: 20px; 
	border: 1px; 
	border-radius: 5px;
	
}

select{
	background:#F9F9F9;
	display: block;
	font-size: 16px;
	font-weight: 400;
	border-radius: 0;
	height: 54px;
	border-top: 4px solid #EBEBEB;
	border-left: 4px solid #EBEBEB;
	line-height: 54px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}



.wrapper{
 background-color: white;
 width: 100%;
 height: 100%;
}

.menu{
	padding: 30px 0 25px;
}
.menuImg
{
	max-width: 100%;
	max-height: 100%;
	float: left;
}

.menuOuter{
		display: inline-block;
		border: solid black 1px;
		border-radius: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		float: right;
		
}
.menuInner{
		width: 20px;
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: 10px;
		margin-right: 10px;
		
}

.dropdownMenu{
	display: none;
	position: absolute;
	z-index: 100;
	width: 80%;
	min-height: 200px;
	left: 10%;
	opacity: 90%;
	background-color: #edf9fc;
	
}

.dropdownMenuLink{
	margin-top: 20px;
	margin-left: 30px;}

.dropdownMenuLink a
{

	
	font-size: 18px;
	font-family: sans-serif;
	color: #4d4d4d;
	font-weight: 700;
	text-decoration: none;
}

li.singleMenuLink a
{
	display: block;
	padding-top: 20px;
	margin-right: 30px;
	font-size: 18px;
	font-family: sans-serif;
	color: #4d4d4d;
	font-weight: 700;
	text-decoration: none;
}

.infoSlider{
	background-color: #0078a7;
}


.routeSlider{
	background-color:#00a7e8;
	padding-bottom: 20px;
	text-align: center;

}

.routeRow{
	height: 360px;
	
	margin: 0 auto;
	white-space: nowrap; 
	overflow: hidden;
}


.routeItems{
	background-color: #00a7e8;
	text-align: center;
	display: inline-block;
	transition: transform 0.5s;
	padding: 5px;
	font-family: sans-serif
	
}

.routeItems img{
	float: left;
	border: 0;
}

.routeItems h1{
font-size: 50px;
margin: 0;	
}

.info{
margin-top: 40px;
}
	
.content{
	overflow: hidden;
}

#map{
height: 600px; 
width: 100%; 
margin-top: 40px; 	
}

.camerasRow{
margin-top: 30px;	
}
.camerasCell{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 35px;
	margin-left: 1%;
	margin-right: 1%;
}

.camerasCellVIP{
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: top;
	width: 23%;
	margin-bottom: 35px;
	margin-left: 1%;
	margin-right: 1%;
}

.camerasCellPhoto{
	box-shadow: 5px 5px 10px grey;
	border: 0;
	overflow: hidden;
	margin-bottom: 20px;
	
}

.camerasCellPhoto img{
	max-width: 100%;
	height: auto;
}
	

.about-margin{
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.camera-margin{
	margin-top: 50px;
}

.about-textl, .about-textr{
	float: left;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.42857;
	font-family: sans-serif;
	color: #919191;
	text-align: justify;
	width: 48%;
}

.about-textl{
	float: left;
	margin-right: 4%;
}


.photo{
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: auto;
	border:0;
	margin-bottom: 15px;
}

.slideItem{
	background-color: #0078a7;
	width: 100%;
	height: 300px;
	position: absolute;

}

.meteo{
	background-color: #00adef;
	margin-bottom: 60px;
	padding: 80px 0 40px;
}

#firstRoute, #secondRoute{
position: absolute;
z-index: 999;
overflow: auto;
display: none;
background-color: #edf9fc;
width: 26%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
height: 300px;
text-align: left;
font-family: sans-serif;
font-weight: 300;
font-size: 16px;
border: solid 1px #BABABA;
border-radius: 2px;
}

.fList{
width: 40%;
padding-top: 10px;
margin: 20 auto 0 auto;
font-family: sans-serif;
font-weight: 100;
text-align: center;
font-size: 20px;
background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
border: solid 1px #BABABA;

}

#meteoRow
{
	text-align: left;
	font-family: sans-serif;
	color: #ffff;
	font-weight: 700;
	
}


#meteoTemp
{
	
	font-family: sans-serif;
	color: #ffff;
	font-weight: 700;
	
}

#meteoTemp img
{
	width: 30%;
}

.footer, .footerVeryBottom
{
	background-color: #333333;
	color: 7D7F7E;
	font-family: sans-serif;
	
}

@media only screen and (min-width: 768px)
	{


h2{
	font-size: 30px;
}

.menuOuter{
	display: none;
		}
		
		
.infoSlider h2{
	color: white;
	font-size: 180px;
	margin-top: 40px;
	margin-bottom: 0;
	
}

.infoSlider h3{
	color: white;
	font-size: 67px;
	margin-top: -30px;
	
}

.infoSlider h4{
	color: white;
	font-size: 42px;
	
}

.infoSlider img{
	float: right;	
	margin-top: 20px;
}
		
select
{
	
	min-width: 35%;
}




.menuRow
{
	max-width: 940px;
	margin: 0 auto;
	min-height: 50px;
}



.menuImg
{
	max-width: 100%;
	max-height: 100%;
	float: left;
}

.menuLinks
{
	float: right;
	

}
		
.infoSlider
{
	height: 350px;
	margin-top: 30px;
	padding-top: 40px;
}

.sliderRow{
	height: 290px;
	width: 940px;
	position: relative;
	margin: 0 auto;
	
}
		
.slideText{
	float: left;
}
		
.routeSlider
{
	height: 400px;
	margin-bottom: 50px;
}
		
.routeRow{
	
	width: 940px;
	margin: 0 auto;
	
}
		
.routeItems{
	width: 250px;
    height: 200px;
	margin-right: 50px;
	margin-top: 40px;
	
}

li
{
	float: left;
}

li.singleMenuLink a
{
	display: block;
	padding-top: 20px;
	margin-right: 30px;
	font-size: 18px;
	font-family: sans-serif;
	color: #4d4d4d;
	font-weight: 700;
	text-decoration: none;
}

li.singleMenuLinkActive a::before
{
	content: '';
	display: block;
	position: absolute;
	top: -34px;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background-color: #00adef;
}

li.singleMenuLinkActive a
{ 
	display: block;
	padding-top: 20px;
	margin-right: 30px;
	font-size: 18px;
	font-family: sans-serif;
	color: #00adef;
	font-weight: 700;
	text-decoration: none;
}

		
.camerasRow
{
	max-width: 1170px;
	min-height: 1px;
	margin-left: auto;
	margin-right: auto;
	
}

.camerasCell
{
	width: 23%;
}


		
	
.camerasCellText
{
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}
		
.contentRow
{
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;

}

.meteo
{
	min-height: 310px;
}
.meteoContainer
{
	max-width: 940px;
	margin: auto auto;
}

#meteoRow
{
	
	font-size: 18px;
	margin-left: 16%;
	width: 58%
	
	
}

#meteoTemp
{
	float: right;
	width: 40%;
	font-size: 48px;
	
}

.footer
{
	
	font-size: 14px;
	line-height: 1.42857;
	height: 300px;
}

.footerRow
{
	max-width: 940px;
	margin: 0 auto;
}

.footerCell
{ 
	display: inline-block;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
	width: 31%;
}

.footerWhite
{
	background-color: #ffff;
}

.footerRowWhite
{
	max-width: 940px;
	margin: 20px auto;
	padding: 0 35%;
}



.footerVeryBottom
{
	padding: 25px 0;
}


}

@media only screen and (max-width: 768px)
{
	select
	{
		width: 90%;
	}
	
	.menuLinks
	{
		display: none;
	}
	
	
.infoSlider{
	margin-top: 50px;
	}
	
	.contentRow
{
	padding-left: 0px;
	padding-right: 0px;

}
	

	
.camerasCell
{
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	
}
	
.camerasCellPhoto 
{
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.camerasCellText
{
	font-family: sans-serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}
	
.infoSlider h2{
	color: white;
	font-size: 80px;
	margin-top: 40px;
	margin-bottom: 0;
	
}

.infoSlider h3{
	color: white;
	font-size: 30px;
	margin-top: -10px;
	
}

.infoSlider h4{
	color: white;
	text-align: center;
	font-size: 25px;
	
}
	
.infoSlider{
	height: 200px;
}
.sliderRow{
	width: 100%;
	height: 100%;
}
.slideText{
	float: none	
}
	
.infoSlider img{
	display: none;
}

.slideItem{
	height: auto;
}
	
.routeRow{
	width: 30%;
}

.routeItems{
	width: 300px;
    height: 200px;
	margin-right: 30px;
	margin-top: 40px;
	
}

.about-textl, .about-textr
	{
		width: 100%;
	}
	
	.meteo
	{
		height: 500px;
	}
	
	#meteoRow
	{
		margin-top: 60px;
		margin-left: 5%;
	}
	
	#meteoTemp
	{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	#meteoTemp p
	{
		font-size: 48px;
	}
	
	#meteoTemp img
	{
		float: left;
		margin-left: 2%;
		width: 30px;
	}
	
	
	.footer
	{
		height: 680px;
		margin-bottom: 15px;
	}
	
	.footerRow
	{
	 padding-top: 10px;
	}
	
	.footerCell
	{
	 margin-top: 10px;
	 margin-left: auto;
	 margin-right: auto;
	 width: 95%;
	 padding: 0 10px;
	}
}

@media only screen and (max-device-width: 767px)
{
	h2
	{
		font-size: 80px;
	}
	h3{
	font-size: 60px;
	}
	h4{
		text-align: center;
	}
	
	select
	{
		font-size: 32px;
		height: 74px;
		width: 90%;
	}
	
	.menuLinks
	{
		display: none;
	}
	

	
.menuOuter{
		display: inline-block;
		border: solid black 1px;
		border-radius: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		float: right;
		
}
.menuInner{
		width: 40px;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 20px;
		margin-right: 20px;
		border: 1px solid black;
		
}
	
	.dropdownMenuLink a{
		font-size: 48px;
	}
	
.infoSlider{
	height: 500px;
	margin-bottom: 70px;
}
.sliderRow{
	width: 100%;
	height: 100%;
}
.slideText{
	float: none	
}
	
.infoSlider img{
	display: none;
}
	
.routeRow{
	width: 70%;
	margin: 0 auto;
}	

.routeItems{
	width: 300px;
    height: 200px;
	margin-right: 30px;
	margin-top: 40px;
	
}

.camerasCell{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
}
	
.camerasCellPhoto 
{
	max-width: 100%;
	margin: 0 auto;
}
	
.camerasCellText
{
	margin-top: 30px;
	font-family: sans-serif;
	font-size: 18px;
	text-align: center;
	
}
	
	.about-textl
	{
		margin-top: 20px;
	}
	.about-textl, .about-textr
	{
		width: 100%;
		font-size: 20px;
	}
	.meteo
	{
		height: 1300px;
	}
	
	#meteoRow
	{
		width: 90%;
		font-size: 48px;
		margin: 0 auto;
	}
	
	
	#meteoTemp
	{
		width: 90%;
		float: none;
		height: auto;
		margin: 0 auto;
	}
	
	.footer img, .menu img, .footerRowWhite img
	{
		width: 200px;
		
	}
	
	
	
	#meteoTemp img
	{
		float: left;
		width: 70px;
	}
	
	#meteoTemp p
	{
		font-size: 72px;
	}
	
	.footer
	{
	 height: 1700px;
	}
	
	.footerCell
	{
	 margin-top: 10px;
	 margin-left: auto;
	 margin-right: auto;
	 width: 95%;
	 padding: 0 10px;
	font-size: 48px;
	}
	
	.footerRowWhite
	{
		padding: 0 15%;
	}
	

}