@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
/* @import url(./symbols.css); */

body {
	background-color: #666;
	font-family: "Lato";
	font-weight: 300;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#center {
	position: absolute;
	background-color: #fff;
	width: 740px;
	top: 50%;
	left: 50%;
	margin-left: -367px;
	margin-top: -228px;
}

#c1, #c2, #c3, #c4, #c5 {
	height: 402px;
	width: 740px;
	background-color: #fff;
	display: none;
}

#c1.active, #c2.active, #c3.active, #c4.active, #c5.active { display: block; }

#c3, #c4, #c5 {
	height: 382px;
	width: 720px; 
	margin: 0px 20px;
	padding: 10px 0px;
	overflow: auto;
}

#c3 a, #c4 a, #c5 a { text-decoration: none; color: #000; }
#c3 h3, #c4 h3, #c5 h3 { margin: 10px 0px; }
#c3 ul { margin: 10px 0px; }

#c5 h4 { margin: 14px 0px 0px; }
#c5 p { margin: 0px; }
#c5 p+h5 { margin: 10px 0px 0px; }
#c5 h4+h5 { margin: 0px; }

#c5 span.a { display: inline-block; width: 60px; }
#c5 span.b { display: inline-block; width: 139px; }
#c5 span.c { display: inline-block; width: 170px; }

.head {
	height: 276px;
}

#image_cpf {
	float: left;
	width: 227px;
	height: 276px;
	background-image: url(WS_Happy.jpg);
}

#image_gf {
	float: left;
	width: 227px;
	height: 276px;
	background-image: url(WS_Gritti.jpg);
}

.address, .address2 {
	float: left;
	background-color: #104e8b;
	color: #fff;
	margin-left: 8px;
	margin-right: 8px;
	padding:8px;
	width: 442px;
	height: 222px;
}

.address2 {
	background-color: #900;
}

p.name {
	margin: -4px 0 4px 0;
	padding: 0px;
	font-size: 34px;
	font-weight: 400;
}

p.place {
	margin: -4px 0 0 1px;
	padding: 0px;
	font-size: 26px;
}

p.contact1 {
	margin: 4px 0 0 0;
	padding: 0px;
	font-size: 24px;
}

p.contact2 {
	margin: -2px 0 0 0;
	padding: 0px;
	font-size: 24px;
}

.dblank {
	background-color: #444;
	float: right;
	width: 39px;
	height: 238px;
}

.bottom { height: 126px; }

.mainname, .mainname2 {
	color: #104e8b;
	font-size: 36px;
	margin: 0 0 0 43px;
	font-weight: 400;
}

.mainname2 { color: #900; }

.job {
	margin: -4px 0 0 43px;
	font-size: 26px;
}

.mail {
	float: right;
	font-size: 26px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	color: #444;
	margin: 10px 58px 0 0;
}

.icon {
/*	display: inline-block; */
	position: relative;
	top: 3px;
	width: 1em;
	height: 1em;
	fill: currentColor;
	margin: 0 20px 0 2px;
}

.icon.icon-dot { width: 0.25em; height: 1em;}

.maillink svg, .mail svg {
	margin: 0 2px 0 2px;
}

.navigation {
	height: 0;
}

.tabrow {
  text-align: center;
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0;
  line-height: 35px;
  height: 37px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position:relative;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: 0 30px;
}

.tabrow a {
  color: #333;
  text-decoration: none;
}

.tabrow li.selected {
  background: #FFF;
  color: #333;
  z-index: 2;
  border-top-color: #FFF;
}

.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #AAA;
  z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  top: -1px;
  width: 6px;
  height: 6px;
  content: " ";
}

.tabrow li:before  {
  left: -7px;
  border-top-right-radius: 6px;
  border-width: 1px 1px 0px 0px;
  box-shadow: 2px 0px 0 #ECECEC;
}

.tabrow li:after {
  right: -7px;
  border-top-left-radius: 6px;
  border-width: 1px 0px 0px 1px;
  box-shadow: -2px 0px 0 #ECECEC;
}

.tabrow li.selected:before {
  box-shadow: 2px 0px 0 #FFF;
}

.tabrow li.selected:after {
  box-shadow: -2px 0px 0 #FFF;
}
