html,body{
	height:100%;
	margin: 0;
	background-image: url(../images2/conferences2/background.jpg);
	background-size:contain;
	background-repeat: repeat;
	color: #00005C;
}


div {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

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;
}

.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;
}

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;
}

.small {

}

.fineprint {

}

.wrap{
	width:100%;
	height:100%;
	position:relative;
	max-width:1600px;
	margin: auto;
}

.headpadding{
	height:150px;
	position:relative;
	width:1px;
	margin-left:400px;
}

.head{
	height:150px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

.bodywrap{
	margin-top:0px;
	margin-left:0px;
	display:block;
}

.left{
	width:200px;
	overflow:auto;
	margin-top:150px;
}

.right{
	width:200px;
	overflow:auto;
	margin-top:150px;
}

.bodywrap{
	height:100%;
}

.left,.center,.right{
	height:calc(100% - 150px);
}

.left{
	float:left;
	position:fixed;
}

.center{
	margin-left:400px;
	overflow:auto;
}

.right{
	position:fixed;
	margin-left:200px;
}

.right{
	background-color:#438EA3;
}

.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 : 1400px) {

		p {
			padding-top: 8px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 10px;
		}
		
		p {
			font-size: 12px;
			font-style: normal;
			font-variant: normal;
			font-weight: 400;
			line-height: 16px;
		}
		
		img.logo {
			max-width: 160px;
			height: auto;
		}
		
		h1 {
			font-size: 20px;
			font-weight: 700;
			line-height: 22px;
		}
		
		h2 {
			font-size: 15px;
			font-weight: 600;
			line-height: 17px;
		}
		
		h3 {
			font-size: 12px;
			font-weight: 500;
			line-height: 13px;
		}
		
		.small {
		
		}
		
		.fineprint {
		
		}
		
		.wrap{
			max-width:1400px;
			margin: auto;
		}
		
		.headpadding{
			height:120px;
			margin-left:320px;
		}
		
		.head{
			height:120px;
		}
		
		.left{
			width:160px;
			margin-top:120px;
		}
		
		.right{
			width:160px;
			margin-top:120px;
		}
		
		.left,.center,.right{
			height:calc(100% - 120px);
		}
		
		.center{
			margin-left:320px;
		}
		
		.right{
			margin-left:160px;
		}
		
		.left .button {
		  border-radius: 3px;
		  padding: 6px;
		  width: 150px;
		  transition: all 0.5s;
		  cursor: pointer;
		  margin: 4px;
		  font-size: 11px;
		}
		
		.left .button span:after {
		  right: -16px;
		}
		
		.left .button:hover span {
		  padding-right: 20px;
		}
		
		.left .submit {
			border: solid white 1.5px;
		}
		
		.slideshow-container {
		  width: 160px;
		  height: 120px;
		  top: 8px;
		}
		
		img.slideimg {
			height:120px !important;
			border-radius: 8px;
		}

}


@media only screen and (max-width : 1200px) {

		p {
			padding-top: 7px;
			padding-left: 8px;
			padding-right: 8px;
			padding-bottom: 8px;
		}
		
		p {
			font-size: 10px;
			font-style: normal;
			font-variant: normal;
			font-weight: 400;
			line-height: 13px;
		}

		img.logo {
			max-width: 135px;
			height: auto;
		}
		
		h1 {
			font-size: 18px;
			font-weight: 700;
			line-height: 20px;
		}
		
		h2 {
			font-size: 13px;
			font-weight: 600;
			line-height: 15px;
		}
		
		h3 {
			font-size: 10px;
			font-weight: 500;
			line-height: 12px;
		}
		
		.small {
		
		}
		
		.fineprint {
		
		}
		
		.wrap{
			max-width:1200px;
			margin: auto;
		}
		
		.headpadding{
			height:100px;
			margin-left:270px;
		}
		
		.head{
			height:100px;
		}
		
		.left{
			width:135px;
			margin-top:100px;
		}
		
		.right{
			width:135px;
			margin-top:100px;
		}
		
		.left,.center,.right{
			height:calc(100% - 100px);
		}
		
		.center{
			margin-left:270px;
		}
		
		.right{
			margin-left:135px;
		}
		
		.left .button {
		  border-radius: 2px;
		  padding: 5px;
		  width: 120px;
		  transition: all 0.5s;
		  cursor: pointer;
		  margin: 3px;
		  font-size: 9px;
		}
		
		.left .button span:after {
		  right: -13px;
		}
		
		.left .button:hover span {
		  padding-right: 16px;
		}
		
		.left .submit {
			border: solid white 1.2px;
		}
		
		.slideshow-container {
		  width: 135px;
		  height: 101.25px;
		  top: 6px;
		}
		
		img.slideimg {
			height:101.25px !important;
			border-radius: 6px;
		}

}



@media only screen and (max-width : 800px) {

	.left, .right, .head, .headpadding {
		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;}