html,body{
	height:100%;
	margin: 0;
	background-image: url(../images2/conferences2/background.jpg);
	background-size:contain;
	background-repeat: repeat;
	color: #00005C;
}


div {
	padding: 0;
	border: 0;
	margin: 0;
}

img.logo {
	max-width: calc(100% - 10px);
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

p {
	border: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}

p {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

h1 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
	
	border: 0px;
	margin: 0px;
}

.lightgray {
	background-color: lightgray;
}

h2 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 19px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 21.2px;
	
	border: 0px;
	margin: 0px;
}

h3 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
	
	border: 0px;
	margin: 0px;
}

.small {

}

.fineprint {

}

.wrap{
	width:100%;
	height:100%;
	position:relative;
	max-width:1600px;
	margin: auto;
}

.head{
	height:150px;
	position: relative;
	top:0;
	left:0;
	width:100%;
}

.bodywrap{
	position: relative;
	margin-top:0px;
	margin-left:0px;
	display:block;
	top: 150p;
	height: calc(100% - 150px) !important;
}

.left{
	width:200px;
	overflow:auto;
	margin-top:0px;
}

.right{
	width:200px;
	overflow:auto;
/*	margin-top:150px;*/
}

.bodywrap{
	height:100%;
}

.left{
	height:calc(100% - 150px);
}

.left{
	float:left;
	position:fixed;
}

.center{
	margin-left:200px;
	height: 100%;
	overflow:auto;
	display: block;
}

.right{
	position:relative;
	margin-left: 0px;
	margin-top: 0px;
	min-height: 100%;
	overflow: hidden;
	float: left;
}

.right{
	background-color:#438EA3;
}

.contents {
	margin-top: 0px;
	top: 0;
	overflow: hidden;
	position: relative;
	min-height: 100%;
	float: left;
}

.center{
/*	background-color:#CDD8D8;*/
  background: #A9CAC9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #A9CAC9, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #A9CAC9, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #A9CAC9, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #A9CAC9, white); /* Standard syntax */
}

.head{
/*	background-color:#438EA3;*/
  background: #438EA3; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #438EA3 , #B8C8C7); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #438EA3, #B8C8C7); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #438EA3, #B8C8C7); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #438EA3 , #B8C8C7); /* Standard syntax */
	background-image: url(../images2/conferences2/rome_strip.jpg);

		background-size: cover;

}





.left .button {
  border-radius: 4px;
  border: none;
  text-align: center;
  padding: 10px;
  width: 190px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  
  	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	font-size: 14px;
}

.left .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.left .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.left .button:hover span {
  padding-right: 25px;
}

.left .button:hover span:after {
  opacity: 1;
  right: 0;
}

.left .submit {
	border: solid white 2px;
}

@media only screen and (max-width : 800px) {

	.left, .right, .head {
		display: none !important;
	}
	
	.dropbtn {
		display: block !important;
	}
	
	.center {
		width: 100%;
		min-width:0px;
		margin-left:0px;
		height: 100%;
	}
	
	.bodywrap > div {
		display:inline-block;
	}

	.wrap, .bodywrap {

		position:relative;

	}
}








.mySlides {display:none;}

/* Slideshow container */
.slideshow-container {
  width: 200px;
  height: 150px;
  top: 10px;
  left: 0;
  position: relative;
  margin: auto;
/*  background-color: red; */
  display: inline;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

img.slideimg {
	height:150px;
	border-radius: 10px;
}








 /* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	display: none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	height: auto;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}