/*---------------------------------------general-------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	line-height: 1.8;
  	font-family: 'Roboto', sans-serif;
}
a {
	transition: all 0.3s ease;
	color: #36A9E1;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.spacer {
	height: 80px;
	width: 100%;
	clear: both;
}
.divider {
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	margin-bottom: 15px;
}
.formerror {
	border:1px solid red !important;
}
#error {
	color: #EF0000;
	font-weight: bold;
}
#alert {
	color: #EF0000;
	font-weight: bold;
}
.bluelight {
	color: #36A9E1!important;
}
.bluedark {
	color: #02529F!important;
}
.button {
  	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.button a {
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 10px 20px;
	background-color: #FFFFFF;
	color: #02529F;
	border: 1px solid #02529F;
}
.button a:hover {
	background-color: #02529F;
	color: #FFFFFF;
}
.descr {
	font-style: italic;
}
.note {
	font-style: italic;
	font-size: 12px;
}
.title {
  	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
}
.subtitle {
  	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 22px;
}
.frame1 {
	background-color: #02529F;
	color: #FFFFFF;
	padding: 20px;
	background-image: url(../images/back.img1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.frame2 {
	background-color: #EEEEEE;
	color: #000000;
	padding: 20px;
}
.frame3 {
	background-color: #EFEFEF;
	padding: 20px;
	background-image: url(../images/back.img5.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
}
.min250 {
	min-height: 250px;
}
.buttonnews {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
.back1 {
	background-image: url(../images/back.img2.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.back2 {
	background-image: url(../images/back.img3.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive img {
	width: 100%;
}
/*---------------------------------------HEADER-------------*/
.header {
	width: 100%;
	background-image: url(../images/header.back1.jpg);
	background-position: center center;
	margin-bottom: 80px;
}
.header .generic {
	width: 100%;
	background-image: url(../images/header.front1.png);
	background-repeat: no-repeat;
}
.homepage {
	height: 500px;
	background-size: cover;
}
.homepage .generic {
	height: 500px;
	background-size: cover;
	background-position: center center;
}
.subpage {
	height: 300px;
	background-size: cover;
}
.subpage .generic {
	height: 300px;
	background-size: contain;
	background-position: right center;
}
/*---------------------------------------CONTENT-------------*/
.committee {
}
.committee img {
	width: 100%;
}
.committee .subtitle {
	margin-bottom: 0px;
}
.committee .descr {
	margin-bottom: 20px;
}
.committee .three {
	padding-right: 60px;
}
.program {
	color: #FFFFFF;
	background-color: #624C70;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 80px;
}
.program .subtitle {
	margin-bottom: 0px;
}
.program .descr {
	color: #36A9E1;
}
.program .timing {
	color: #36A9E1;
	float: left;
}
.program .programitem {
	margin-left: 120px;
}
.program .box {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #36A9E1;
	padding-left: 20px;
	display: block;
}
.partners .button {
	font-size: 16px;
}
.partners #requestmanualform {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
}
.partners .squarewrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.partners .square {
	/*height: 180px;
	width: 180px;*/
	height: 210px;
	width: 210px;
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	background-color: #02529F;
	color: #FFFFFF;
	padding: 10px;
	margin: 20px;
	transition: all 0.6s ease;
}
.partners .square:hover {
	background-color: #36A9E1;
}
.partners .square i {
    font-size: 52px;
    margin-bottom: 10px;
}
.partnerlogos {
	text-align: center;
	margin-top: 60px;
}
.partnerlogos img {
	height: 60px;
	margin: 20px 60px;
}
.partnerlogos a {
}
.speakers {
}
.speakers .speaker {
	cursor: pointer;
	background-image: url(../images/back.img4.jpg);
	background-repeat: no-repeat;
	background-width: 100%;
}
.speakers .speaker img {
	width: 65%;
	display: block;
}
.speakers .descr {
	display: block;
	margin-bottom: 20px;
}
.sticker1 {
	position: absolute;
	top: 430px;
	right: 10%;
	width: 240px;
	z-index: 99;
}
.sticker2 {
	position: absolute;
	top: 250px;
	left: 10%;
	width: 240px;
	z-index: 99;
}
/*---------------------------------------HEADER-------------*/
.footer {
	background-color: #3C3C3B;
	margin-top: 80px;
	padding-top: 80px;
	color: #FFFFFF;
}
.footer .container{
	background-image: url(../images/footer.image1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
.footer a {
	color: #FFFFFF;
}
.footer img {
	width: 80%;
}
.disclaimer {
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 40px;
}
.disclaimer a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
/*---------------------------------------MEDIA-------------*/
.mosaicflow__column {
	float:left;
}
.mosaicflow__item img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #FFFFFF;
}