
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(gfx/ssp400.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(gfx/ssp400i.ttf) format('truetype');
}

 

body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:'Source Sans Pro',Arial,Helvetica,sans-serif;
	color:#444;
	font-size:16px;
	margin-top:100px;
	overflow:scroll;
	}

#master {
	position:absolute;
	width:100%;
	z-index:10;
	}

#bgfotos {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	}
	
#bgfotos  div {
	width:100%;
	height:100%;
	background: bottom center no-repeat;
	background-size:cover;
	}

#intro1 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	filter:blur(6px);
	}

	
#intro1 div {
	width:100%;
	height:100%;
	background: bottom center no-repeat;
	background-size:cover;
	}
	
	
#mfotos {
display:none;
}	


	
div#header {
	background:linear-gradient(#ccc, #fff);
	height:100px;
	width:100%;
	top:0;
	position:fixed;
	z-index:100;
	}



div#header  img {
	padding-top:20px;
	max-width:200px;
	}

div#footer {
	background:rgba(255,255,255,.8);
	width:100%;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	}


div#footer a {
	color:#fff;
	text-decoration:none;
	}
	
	
div.wrap {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
div.picw1 {
	width:100%;
	height:400px;
	background:transparent;
	float:left;
	}
div.picw2 {
	width:100%;
	height:400px;
	background:transparent;
	float:left;
	}


a#menuactivator {
	display:none;
	}
	
ul#menu1 {
	list-style:none;
	padding:0;
	margin:0;
	left:0px;
	position:absolute;
	top:120px;
	}

ul#menu1  li {
	padding:0;
	margin:0;
	margin-bottom:10px;
	padding-right:20px;
	}
	
ul#menu1  li  a {
	display:block;
	min-width:160px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:20px;
	padding-top:15px;
	padding-bottom:15px;
	background:rgba(20,35,100,.5);
	text-decoration:none;
	color:#fff;
	}
	
ul#menu1  li:hover  a {
	background:rgba(20,35,100,1);
	}

ul#menu1  li  ul#menu2 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	margin-left:220px;
	margin-top:-60px;
	width:200px;
	}
ul#menu1  li:hover ul#menu2 {
	background:none;
	position:absolute;
	display:block;
	background:rgba(71,94,159,.9);
	}

ul#menu1  li:hover  ul#menu2 a {
	background:transparent;
	color:#fff;
	text-shadow:1px 1px 1px rgba(20,35,100,.8);
	border:0;
	border-radius:0;
	padding:10px;
	}

ul#menu1  li:hover  ul#menu2 a:hover {
	background:rgba(71,94,159,1);
	}
	
ul#menu2  li {
	padding:0;
	margin:0;
	border:0;
	}

ul#menu2 a {
	border:0;
	border-radius:0;
	padding:5px;
	}
	
	
.active1 {
	font-weight:bold;
	}


ul#menutop {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:0;
	bottom:0px;
	font-size:14px;
	}
ul#menutop  li {
	float:left;
	}
ul#menutop  a {
	display:block;
	padding-left:10px;
	color:rgba(20,35,100,1);
	text-decoration:none;
	}
ul#menutop  a:hover {
	text-decoration:underline;
	}	

span.loginbox {
	display:none;
	position:absolute;
	padding:10px;
	background:#fff;
	right:0;
	text-align:right;
	transition:background 2s linear;
	}

span.loginbox input {
	width:200px;
	padding:2px;
	margin:0;
	border:1px solid #ccc;
	margin-bottom:5px;
	}
	
	
ul#menufoot {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	font-size:14px;
	}
ul#menufoot  li {
	float:left;
	}
ul#menufoot  a {
	display:block;
	padding-left:10px;
	color:rgba(20,35,100,1);
	text-decoration:none;
	}
ul#menufoot  a:hover {
	text-decoration:underline;
	}
	

ul#menufoot  li:nth-child(5), ul#menufoot  li:nth-child(6), ul#menufoot  li:nth-child(7) {
	display:none;
	}
	
	
div#content {
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	line-height:1.3em;
	background:rgba(255,255,255,.8);
	float:left;
	}
div#content  h1 {
	font-size:26px;
	line-height:1.1em;
	}
div#content  h2 {
	font-size:20px;
	}
div#content  h3 {
	color:#666;
	font-size:18px;
	}

	
div#contentmain {
	width:740px;
	margin-left:220px;
	display:inline-box;
	float:left;
	text-align:justify;
	min-height:200px;
	}


div#content a {
	color:rgba(20,35,100,1);
	}

div#content a:hover {
	color:#c00;
	}

.intro {
	text-align:justify;
	}

.intro p {
	font-size:18px;
	}
	
	

ul.team {
	margin:0;
	padding:0;
	list-style:none;
	}

ul.team  li {
	display:block;
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	overflow:hidden;
	position:relative;
	}

ul.team  li:hover img {	
	opacity:1;
	}


	
ul.team  li  img {	
	opacity:.7;
	max-width:170px;
	max-height:170px;
	}

ul.team  li span.i1 {
	position:absolute;
	left:0;
	bottom:10px;
	padding:5px;
	width:160px;
	text-align:center;
	background:rgba(255,255,255,.8);
	display:block;
	overflow:hidden;
	}

ul.team  li span.hid {	
	opacity:0;
	font-size:13px;
	}
	
ul.team  li:hover span.hid {	
	opacity:1;
	transition: opacity 2s;
	font-size:13px;
	}


body#team .picw1, body#team .picw2 {
	height:0;
	}

	
table.team img {
	width:300px;
	}
table.team td:first-child {	
	width:330px;
	}
table.team td {	
	text-align:justify;
	vertical-align:top;
	border:0;
	}

table.team em {
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	width:280px;
	}

	
.navteam {
	text-align:center;
	position:relative;
	}	
.navprev, .navnext {
	text-decoration:none;
	position:absolute;
	}
.navnext {
	right:0px;
	padding-left:20px;
	font-size:30px;
	}
.navprev {
	left:0px;
	padding-right:20px;
	font-size:30px;
	}

	
@media screen and (max-width:960px)
{
img#startlogo {
	width:100%;
	max-width:884px;
	}

div.wrap {
	width:100%;
	margin:0;
	position:relative;
	}

ul#menutop {
	right:10px;
	}
ul#menufoot {
	margin-right:10px;
	}
div#contentmain {
	width:auto;
	margin-left:220px;
	padding-right:10px;
	display:inline-box;
	float:left;
	}
table.team td {	
	text-align:left;
	vertical-align:top;
	border:0;
	}	
}

@media screen and (max-width:840px)
{

table.team td:first-child {	
	width:90%;
	}

table.team td {	
	text-align:left;
	display:block;
	width:90%;
	}	

table.team em {
	display:inline-block;
	padding-left:0px;
	padding-right:0px;
	width:90%;
	}

}


@media screen and (max-width:670px)
{
body {

	margin-top:0;
	}

#master {
	position:absolute;
	}

ul#menutop {
	display:none;
	}


div#header {
	background:transparent;
	width:100%;
	height:auto;
	position:static;
	float:none;
	}

div#header  img {
	padding-top:10px;
	max-height:60px;
	margin-left:5%;
	}
ul#menu1 {
	list-style:none;
	right:0;
	margin:0;
	padding:0;
	margin-top:310px;
	margin-left:-10px;
	padding-left:5%;
	position:static;
	float:none;
	}

div.wrap {
	width:100%;
	margin:0;
	position:static;
	float:none;
	}
div#content {
	float:none;
	background:#fff;
	position:static;
	}
div#contentmain {
	width:90%;
	margin-left:5%;
	display:block;
	float:none;
	}
h1 {
	font-size:24px;
}

ul#menufoot {
	margin:0;
	padding:0;
	width:90%;
	margin-left:5%;
	float:left;
	}
ul#menufoot  a {
	display:block;
	padding-left:0px;
	margin-right:10px;
	}

ul#menufoot  li:nth-child(5), ul#menufoot  li:nth-child(6), ul#menufoot  li:nth-child(7) {
	display:inline;
	}

div#bgfotos {
	display:static;
	top:70px;
	width:100%;
	height:300px;
	}
	
div.picw1 {
	display:none;
	}
div.picw2 {
	display:none;
	}	
}

@media screen and (max-width:480px)
{
body {
	}

h1 {
	font-size:22px;
}

a#menuactivator {
	position:absolute;
	top:30px;
	right:10px;
	display:block;
	}

a#menuactivator  img {
	width:25px;
	}

ul#menu1  {
	display:none;
	}
	
ul#menu1  li {
	float:none;
	width:94%;
	}

ul#menu1  li  ul#menu2 {
	display:block;
	padding-left:10px;
	margin:0;
	width:100%;
	}	

ul#menu1  li  ul#menu2  a {	
	border:1px solid #ccc;
	border-radius:5px;
	padding:20px;
	padding-top:15px;
	padding-bottom:15px;
	background:rgba(20,35,100,.5);
	text-decoration:none;
	color:#fff;
	}
	
ul#menu1  li:hover ul#menu2 {
	position:static;
	display:block;
	background:none;
	}

ul#menu1  li:hover  ul#menu2 a {
	border:1px solid #ccc;
	border-radius:5px;
	padding:20px;
	padding-top:15px;
	padding-bottom:15px;
	background:rgba(20,35,100,.5);
	text-decoration:none;
	color:#fff;

	}

	
	
table  td {
	width:100%;
	display:block;
	float:left;
	}
table  td:nth-child(2) {
	text-align:left;
	padding-left:0px;
	}	
}