html, body {
	height: 100%;
	
}

body {
	margin: 0px;
	padding: 0px;
	background: #F8F8F8 url(images/overlay.png) repeat;
	background-color:#202020;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Varela Round', sans-serif;
	font-weight: 300;
	color: #2D2D2D;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: 'Varela Round', sans-serif;
	font-weight: 300;
	color: #2D2D2D;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: 'Varela Round', sans-serif;
	font-size: 12pt;
	font-weight: 500;
	color: #2D2D2D;
}

h6 {
	margin: 0;
	margin-bottom:30px;	
	padding: 0;
	font-family: 'Varela Round', sans-serif;
	font-size: 12pt;
	font-weight: 500;
	color: #2D2D2D;
}

h2 {
	padding: 0px 0px 30px 0px;
	font-size: 2.50em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}



a img {
	border: none;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 4em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}


hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #FFF;
	margin: 0px 0px;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header-wrapper
{
	background: #202020;
	background-size: cover;
}

#header {
	position: relative;
	overflow: hidden;
	height: 200px;
}

#social
{
	position: absolute;
	top: 3.5em;
	right: 0;
}

/** LOGO */

#logo {
	position: absolute;
	top: 2.5em;
	left: 0;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.5em;
	color: #FFF;
}

#logo p {
	padding: 0px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFF;
}

#logo p a {
	color: #FFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFF;
}

/** MENU */

#menu {
	overflow: hidden;
	background: #60676d;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: left;
}

#block ul {
	margin-bottom:30px;
	line-height: 180%;
	
}



#menu_congresso ul {
	width:360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: left;
	/*background-color:#EEE;*/
}

#menu li {
	display: inline-block;
	margin-left:3px;
}

#block li {
	list-style: none;
		
		line-height: 180%;
		
		
}

#menu_congresso li {
	width:360px;
	border: 1px dashed #60676d;
	margin: 0px 0px 0px 0px;
	margin-bottom:15px;
}

#menu a {
	display: block;
	padding: 0px 10px 0px 24px;
	line-height: 70px;
	letter-spacing: 1.5px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
}

#menu_congresso a {
	display: block;
	padding: 8px 6px 6px 15px;
	
	
	line-height: 40px;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: left;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #abaeb0;
}

#menu_congresso a:hover, #menu_congresso .current_page_item a {
	background-color:#ebebeb;
	text-decoration: none;
	color: #000000;
}


#menu .current_page_item a {
}

#menu .last {
	border-right: none;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 3em 0em 5em 0em;
}

	#page img
	{
		margin-bottom: 1em;
	}

	#page .title
	{
		margin-bottom: 2em;
	}

	#page .title h2
	{
		font-size: 1.2em;
		font-weight: 400;
		color: rgba(0,0,0,0.8);
	}
	
	#page .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}
	
#page .column1
{
	width: 582px;
	
}

#page .column100
{
	width: 400px;
	float:left;
	
	
}

#page .column101
{
	width: 380px;
	float:left;
	
	
	
}

#page .icons
{
	width: 48px;
	float:left;
	margin-left:25px;
	
	
	
}

#page .column101 p
{
	
	margin-left:80px;
	
	
}

#page .button
{
	margin-top: 1em;
}

/** CONTENT */

#content {
	float: left;
	width: 800px;
	padding-right: 50px;
	border-right: 1px solid #E6E7DC;
}

#content .post-title
{
	margin-bottom: 2em;
}

#content .post-title h2
{
	margin: 0;
	padding: 0;
}


#content .post
{
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #E6E7DC;
}

/** SIDEBAR 1 */

#sidebar1 {
	float: right;
	width: 250px;
	margin-right: 50px;
}

#sidebar1 #box1 {
	margin-bottom: 4em;
}

#sidebar1 h2,
#sidebar2 h2
{
	font-size: 1.5em;
	font-weight: 400;
}

/** SIDEBAR 2 */

#sidebar2 {
	float: right;
	width: 250px;
}

/* Footer */

#footer {
	overflow: hidden;
	background: #202020;
	padding: 5em 0px 5em 0px;
}

#footer p {
	text-align: center;
		color: rgba(255,255,255,0.3);
}

#footer a {
		color: rgba(255,255,255,0.4);
}

/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.10em;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #0C73D4;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}


/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background: rgba(0,0,0,.02);
		background-image: url(images/overlay.png);
		background-repeat: repeat;
		border-top: 1px solid rgba(0,0,0,.05);
	}
	
	#portfolio
	{
		text-align: center;
	}
	
	
	#portfolio .icon
	{
		display: inline-block;
		margin-bottom: 1em;
		font-size: 2em;
		color: #970A42;
	}

	#portfolio .box
	{
		color: rgba(0,0,0,0.5);
	}
	
	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1.2em;
		font-weight: 400;
		color: rgba(0,0,0,0.7);
	}

	#portfolio .title
	{
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}
	
	#portfolio .title .byline
	{
		display: block;
		padding-bottom: 2em;
		color: rgba(0,0,0,0.7);
	}
	
	.column00{
		width:100%;
		float: left;
		
		
		
	}
	
	.column0{
		width:850px;
			float: left;
		margin-right: 24px;
		
	
	}
	
	.columna
{
	width: 576px;
	float: left;
	 margin-bottom:20px;


	margin-right: 20px;
}

#pic_comitato {float:left; }
#txt_comitato {float:left; margin-left:30px;}
.soci{color:#777;}
.soci1{color:#202020;}
#txt_comitato1 {float:left; margin-bottom:30px;}
.columnb
{
	width: 576px;
	float: right;
	 margin-bottom:20px;
	
}

	.columnc
{
	width: 576px;
	height:141px;
	float: left;
	 margin-bottom:80px;
	

	margin-right: 20px;
}

.columnd
{
	width: 576px;
	height:141px;
	float: right;
	 margin-bottom:80px;
	
	 
	
}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
		
		
	}
	
	.column33{width: 170px; float:left; margin-right:10px;}
	.column333{width: 250px; float:left;}
	
	.column5
	{
		width: 60px; 
		float: left;
		margin-right: 24px;
		
	}
	
		.column6
	{
		width: 360px; 
		float: left;
		margin-right: 24px;
		
	}
	
			.column7
	{
		width: 800px; 
		float: right;
		
		
		
	}
	.pic{border:1px solid #021a40;}
	
			.column8
	{
		width: 240px; 
		float: left;
		background-image:url(images/circ.jpg);
		 margin-right:30px;
		 margin-bottom:36px;
		 
		
	}
	
			.column9
	{
		width: 520px; 
		margin-right:50px;
		float: left;
		
		
	
		
	}
	
			.column10
	{
		width: 230px;
		height:480px;
		margin-top:20px;
		
		float: left;
		
	
	
		
	}
	
				.column22
	{
		float: left;
		width: 380px;
		margin-bottom:35px;
		margin-right:30px;
		
		
		
		
	
	
		
	}
	
				.column44
	{
		width: 380px;
		
		margin-bottom:35px;
		float:right;

		
	
	
		
	}
	
	#price{
		border-bottom: 1px dashed #60676d;
	height:50px;
	margin-top:20px;
		
		
		}
		
		.price1{
			padding-bottom:15px;
		
		
		
		}
	
			.payment
	{
		
	
	
		
	}
	
	
	#picture1{ float:left;width:225px; height:150px; margin-right:60px;}
	#picture2{ float:left; width:225px; height:150px; margin-right:60px;}
	#picture3{ float:left; width:225px; height:150px;}
	#pic_row{ padding-bottom:190px;}
	
	#block{margin-bottom:40px;}
	#block1{ height:130px; padding-top:20px; }
	.circ{ margin-left:25px; color:#FFF;}
	.circ1{ margin-left:25px; color:#999; line-height:18px;}
	.circ2{ margin-left:25px; color:#999; font-size:10px;}
	
	.sta{ padding-top:15px;}
	.congresso_tit {margin-top:10px;}
	
	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}
	
	.column4
	{
		float: right;
	}
	
	.pic_secc1{
		margin-top:60px;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 3em;
	}
	
	.title h2
	{
		margin: 0;
		padding: 0;
		font-size: 2.8em;
		color: rgba(255,255,255,0.9);
	}
	
	.title .byline
	{
		padding-top: 0.50em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		padding: 0em 1em;
		background: #60676d;
		border-radius: 8px;
		letter-spacing: 0.10em;
		line-height: 3em;
		text-decoration: none;
		font-weight: 400;
		font-size: 0.8em;
		color: #FFF;
	}
	
	.button1
	{
		display: inline-block;
		margin-top: 1em;
		padding: 0em 1em;
		background: #60676d;
		border-radius: 8px;
		letter-spacing: 0.10em;
		line-height: 2.5em;
		text-decoration: none;
		font-weight: 400;
		font-size: 0.8em;
		color: #FFF;
	}
	
	.button2
	{
		display: inline-block;
		margin-top: 1em;
		padding: 0em 1em;
		background: #c3c6c7;
		border-radius: 8px;
		letter-spacing: 0.10em;
		line-height: 2.5em;
		text-decoration: none;
		font-weight: 400;
		font-size: 0.8em;
		color: #FFF;
	}
	
		.button3
	{
		display: inline-block;
		float:right;
		margin-top: 2em;
		padding: 0em 1em;
		background: #60676d;
		border-radius: 8px;
		letter-spacing: 0.10em;
		line-height: 3em;
		text-decoration: none;
		font-weight: 400;
		font-size: 0.8em;
		color: #FFF;
	}
	
	
/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/
    
#social a {
	
	text-decoration: none;
	
}

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.10em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		text-decoration: none;
		color:#495156;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a span
	{
		text-decoration:none;
		color:#FFF;
	}
	
	ul.contact li span.active_lang
	{
		text-decoration:none;
		color:#60676d;
	}
	
	ul.contact li a:before
	{
		text-decoration:none;
		display: inline-block;
		background: none;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: rgba(255,255,255,1);
	}
	

input[type="text"] { width: 775px; }
textarea { width: 775px; height: 100px; }
label { color: rgba(0,0,0,.8) }
input, textarea { background-color: rgba(238, 238, 238, 0.4); border: 2px solid rgba(32, 32, 32, 0.15); padding: 10px; font-family: 'Varela Round', sans-serif; font-size: 12pt;font-weight: 400;color: rgba(0,0,0,.8); -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
input:focus, textarea:focus { border: 2px solid #60676d; background-color: rgba(255, 255, 255, 1);font-family: 'Varela Round', sans-serif; font-size: 12pt;font-weight: 400;color: rgba(0,0,0,.8); }

input[type="submit"] {
	cursor: pointer; 
			float:right;
		margin-top: 2em;
		height:40px;
		padding: 0em 1em;
		background: #60676d;
		border-radius: 8px;
		letter-spacing: 0.10em;
		line-height: 3em;
		text-decoration: none;
		font-weight: 400;
		font-size: 0.8em;
		color: #FFF;
	
}


@import url(http://fonts.googleapis.com/css?family=Capriola);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: 'Varela Round', sans-serif;
  margin-bottom:60px;
}
#cssmenu {
  width: auto;
  height: 55px;
 
  
  border-bottom: 1px dashed #60676d;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
	width:100%;


}
#cssmenu #bg-two {
  height: 59px;
  z-index: 2;
  background: url('images/bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
 /* background: #202020;*/

}
#cssmenu #bg-four {
  bottom: 4px;
  height: 55px;
  z-index: 4;
  background: url('images/bg.png');
}
#cssmenu ul {
  height: 59px;
}
#cssmenu ul li {
  float: left;
  margin-right: 15px;

  z-index: 5;
}
#cssmenu ul li a {
  /*padding: 24px 30px 20px 30px;*/
  margin-bottom: 0px;
  
  
  color: #000000;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
padding: 8px 20px 6px 20px;
	border: 1px dashed #60676d;
	
	line-height: 40px;
	letter-spacing: 2px;
 
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 0px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
	/*border: 1px dashed #60676d;*/
 background: #ebebeb;
 

}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('images/bg.png');
  color: #000000;
}
.discount{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
	line-height:35px;
		
	
	
	
}
#pro{ margin-bottom:80px;}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
