@font-face
{
	font-family: 'ButtonIcons';
      src: url('../fonts/button-icons.eot?63830595');
      src: url('../fonts/button-icons.eot?63830595#iefix') format('embedded-opentype'),
           url('../fonts/button-icons.woff?63830595') format('woff'),
           url('../fonts/button-icons.ttf?63830595') format('truetype'),
           url('../fonts/button-icons.svg?63830595#socialnetwork') format('svg');
      font-weight: normal;
      font-style: normal;
}

@font-face
{
	font-family: 'FileIcons';
      src: url('../fonts/file-icons.eot?63830595');
      src: url('../fonts/file-icons.eot?63830595#iefix') format('embedded-opentype'),
           url('../fonts/file-icons.woff?63830595') format('woff'),
           url('../fonts/file-icons.ttf?63830595') format('truetype'),
           url('../fonts/file-icons.svg?63830595#socialnetwork') format('svg');
      font-weight: normal;
      font-style: normal;
}

@media only screen and (min-width:1060px)
{
	header
	{
		position:relative;
	}
	
	header img.logo
	{
		width:200px;
		height:147px;
	}
	
	header div.content_header
	{
		padding:10px 0px 5px 0px;
	}
	
	#btMenu
	{
		display:none;
	}
	
	div.content_page
	{
		padding:0rem 0.4rem;
	}

	nav a.home:before
	{
		content:'\e807';
		font-family:ButtonIcons;
	}
	label
	{
		display:inline-block;
		min-width:250px;
		text-align:right;
	}

	fieldset label
	{
		text-align: left;
	}

	input, textarea
	{
		margin:2px 0px;
		border:1px solid #000;
		padding:3px 3px;
	}
	
	input[type=text]
	{
		width:500px;
	}
	
	textarea
	{
		vertical-align:top;
		min-height:6rem;
		min-width:700px;
		max-width:700px;
	}
	
	fieldset
	{
		width:930px;
		padding:13px;
		border:1px solid #999;
	}
}

@media only screen and (max-width:1060px)
{
	header
	{
		position:fixed;
		top:0px;
		right:0px;
		left:0px;
	}
	
	header img.logo
	{
		width:3.75rem;
		height:2.34375rem;
	}
	
	header div.content_header
	{
		padding:0.3125rem 0rem 0rem 0.3125rem;
		
	}

	nav a.home:before
	{
		content:'Home';
	}
	
	#btMenu
	{
		position: absolute;
		right:2px;
		top:2px;		
		width: 44px;
		height: 44px; 

		transition: transform 0.5s;
		z-index:100;
	}
	#btMenu span
	{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%); 

		display: block;
		width: 22px;
		height: 2px;

		background-color: #FFF;

		transition: background 0.5s;
	}
	
	#btMenu span::before, #btMenu span::after
	{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-6px);

		display: block;
		width: 22px;
		height: 2px;

		background-color: #FFF;

		transition: transform 0.5s;
	}
	#btMenu span::after
	{
		transform: translateY(6px); 
	}

	#btMenu.is-opened span { background: transparent; }
	#btMenu.is-opened span::before { transform: translateY(0) rotate(45deg); }
	#btMenu.is-opened span::after { transform: translateY(0) rotate(-45deg); }
	#btMenu.is-opened { transform:rotate(180deg);}
	
	#btMenu svg
	{
		position: relative;
		z-index: 1;
		fill: transparent;
		stroke-width: 2px;
		stroke: #FFF;
	}
	
	#btMenu svg
	{
		stroke-dashoffset: 170;
		stroke-dasharray: 170;
		transition: stroke-dashoffset 0.5s;
	}
	
	 #btMenu.is-opened svg
	 {
		stroke-dashoffset: 0; 
	 }

	
	div.content_page
	{
		padding:2.88125rem 0.4rem 0rem 0.4rem;
	}
	
	nav#topmenu
	{
		z-index:100;
		position:fixed;
		padding-top:2.88125rem;
		top:0px;
		left:0px;
		right:0px;
		overflow:hidden;
		
		transition:height 0.5s;
	}
	
	.menuoff
	{
		height:0%;
	}
	
	.menuon
	{
		height:100%;
	}
	
	nav#topmenu a
	{
		display:block;
		width:100%;
	}
	
	label
	{
		display:inline-block;
		text-align:left;
	}
	
	input[type=text]
	{
		display:block;
		width:99%;
	}
	
	textarea
	{
		vertical-align:top;
		min-height:6rem;
		min-width:99%;
		max-width:99%;
	}
}

html, body
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Calibri Light,Sans Serif;
	font-size:18px;
	text-align:justify;
	min-height:100vh;
	position:relative;
}

div.content_page
{
	padding-bottom:7.8rem;
}

a
{
	text-decoration:none;
}

a:hover
{
	color:red;
}

a, a:visited
{
	color:blue;
}

a.file_pdf:before
{
	content:'\f1c1\0000a0';
	font-family:FileIcons;
}	

h2
{
	font-weight:normal;
	text-transform:uppercase;
}

h3
{
	font-size:1.3rem;
	font-style:italic;
}

button#btMenu:before
{
	content:'\f0c9';
	font-family:ButtonIcons;
}

div.content_header, div.content_nav, div.content_page, footer div.content_footer
{
	max-width:1165px;
	margin:0px auto;
}

header
{
	z-index:110;
	background-color:rgb(29,129,179);
}

header div.content_header
{
	background:url(../img/header.jpg) 50% top no-repeat;
	background-size:cover;
}

nav
{
	background-color:#33609b;
	text-transform:uppercase;
	color:rgb(68,68,68);
}

nav a, nav a:visited
{
	color:#fff;
	display:inline-block;
	color:rgb(255,255,255);
	text-decoration:none;
	line-height:20px;
	font-weight:400;
	padding:10px 10px;
}

nav a:hover
{
	background-color:rgb(230,230,230);
	color:rgb(68,92,140);
}

input[type="file"].readOnly
{
	pointer-events:none;
}

footer
{
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	font-size:0.6rem;
	margin-top:2rem;
	color:#fff;
	background-color:rgb(11,53,75);
	text-align:center;
}

footer div.content_footer
{
	position:relative;
	padding:2rem 0rem;
}

footer a#top_button
{
	font-size:3.5rem;
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
}

footer nav
{
	text-align:right;
	font-size:0.9rem;
}

span.name
{
	font-weight:bold;
}