/*
Theme Name: SMX Theme 2015
Theme URI: http://lukware.com
Description: BASED ON BOOTSTRAP 3.3.1
Author: Lukas Renz
Author URI: http://lukware.com
Version: 2.0.0
 */

@font-face{
	font-family: "Pacific-Standard-Light";
	src: url('fonts/ufonts.com_pacific-standard-light.ttf'),
	url('fonts/ufonts.com_pacific_standard_light.eot'); /* IE */
}
@font-face{
	font-family: "sfmovieposter-bold";
	src: url('fonts/sfmovieposter-bold-webfont.ttf'),
	url('fonts/sfmovieposter-bold-webfont.eot'); /* IE */
}
/*
@font-face{
	font-family: "electric";
	src: url('fonts/electric.ttf'),
	url('fonts/electric.eot');
}
*/
@font-face {
	font-family: 'electric';
	src: url('fonts/electric2.eot'); /* IE9 Compat Modes */
	src: url('fonts/electric2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/electric2.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/electric2.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/electric2.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/electric2.svg#electric') format('svg'); /* Legacy iOS */
}


html {
	font-size: 100%;
	/*overflow-x:hidden !important;*/
	/*height: 100%;*/
	-webkit-overflow-scrolling: touch !important;
}
body {
	color: #000000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased; /* TEST */
	max-width: 100vw;
	overflow-x: hidden;
	font-size: 16px;
	font-size: 1rem; /* 14px */
	padding-bottom: 108px !important;
	height: 100%;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	/*overflow-x:hidden !important;*/
}

a {
	/*color: #3a74c4;*/
	color: #1c59a7;
	text-decoration: none;
}
a:hover {
	/*color: #035aac;*/
	color: #42b2da;
}

.SponsorOrderForms .extraOption {
	text-align: center;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.SponsorOrderForms .extraOption:hover{
	background-color: #f3f3f3;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
/*************************/
/*! GENERAL STYLE SETUP  */
/*************************/
h1,h2,h3,h4,h5,h6 {
	color: rgb(0, 61, 119);
	font-weight: 900;
/*
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	 hyphens: auto;
*/
}
h1 {
	font-sze: 32px; /* 36px*/
	font-size: 2rem;
}
h2 {
	font-sze: 26px;
	font-size: 1.625rem;
}
h3 {
	font-sze: 20px;
	font-size: 1.25rem;
}
h4 {
	font-sze: 18px;
	font-size: 1.125rem;
}
h5 {
	font-sze: 14px;
	font-size: 0.875rem;
}
h6 {
	font-sze: 12px;
	font-size: 0.75rem;
}

.img-responsive {
	margin: 0 auto;
}

/*****************/
/*! HEADER AREA  */
/*****************/
.headerArea {
	background-color: rgba(0, 0, 0, 1);
	background-image:url('img/bg-main-hc.jpg?v=0.0.1');
	background-position: center center;
	background-size: 101% auto;
	background-repeat: no-repeat;
	height: 100%;
/*
	background-position: center -70px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 101% auto;
*/
}

.headerArea .container {
	padding-top: 130px;
	padding-bottom: 50px;
	height: 100%;
}


.session_excerpt {

	margin: 10px 0;
	font-size: 12px;

}
.session_excerpt ul {

}
.session_excerpt li {
	margin: 5px 0 5px -25px;
}
/*
@media (max-width: 768px) {
	.headerArea .container {
		background-image:url('img/paris.jpg?v=3');
		background-position: center top;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}
*/
    /* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
	.headerArea .container {
		background-image:url('img/panda.svg?v=0.0.3');
		background-position: 35% bottom;
		background-size: auto 75%;
		background-repeat: no-repeat;
	}
}

@media only screen and (max-width : 1199px) {
	.headerArea .container {
		background-image:url('img/panda.svg?v=0.0.3');
		background-position: 45% bottom;
		background-size: auto 80%;
		background-repeat: no-repeat;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.headerArea .container {
		background-image:url('img/panda.svg?v=0.0.3');
		background-position: 50% bottom;
		background-size: auto 80%;
		background-repeat: no-repeat;
	}
	.headerArea {
		background-position: center top;
		background-size: auto 100%;
	}
	.headerArea .container .row {
		background-color: rgba(0, 0, 0, 0.75);
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.headerArea .container {
		background-image:url('img/panda.svg?v=0.0.3');
		background-position: 50% bottom;
		background-size: auto 80%;
		background-repeat: no-repeat;
	}
	.headerArea {
		background-position: center top;
		background-size: auto 100%;
	}
	.headerArea .container .row {
		background-color: rgba(0, 0, 0, 0.75);
		margin-top: -10px;
		padding-top: 10px;
		margin-bottom: -10px;
		padding-bottom: 10px;
	}
}

.deepdive .theagenda .sessions {
	min-height: 42px;
}

.deepdive .theagenda .break .inside {
	height: 100%;
}
.deepdive .theagenda .line {
	border-top: 0px !important;
	border-bottom: 0px !important;
}
.deepdive .theagenda .time {
	border-top: 1px solid #eeeeee !important;
}
.deepdive .theagenda .break {
	height: 100%;
	border-bottom: 2px solid #EEEEEE !important;
}

.deepdive #p4783,
.deepdive #p4785 {
	border-top: 1px solid #eeeeee !important;
}
.deepdive #L1005 {
	border-bottom: 1px solid #eeeeee !important;
}

.headerArea .headerLeft {
	text-align: left;
}
@media (max-width: 768px) {
	.headerArea .headerLeft {
		text-align: center;
	}
	h1, h2, h3, h4, h5, h6, p {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.headerArea .container {
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

.headerArea .headerLeft img {
	display: inherit !important;
}
.headerArea .headerLeft h1 {
	font-size: 30px;
	font-size: 1.875rem;
	color: #ffffff;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

.headerArea .headerRight {
	background-color: rgba(255,255,255,0.0);
	text-align: center;
	font-variant: 900;
	color: #ffffff;
}

.siteLogo {
	max-width: 250px;
	height: auto;
}


.headerArea .headerRight .countdownArea {

}
.headerArea .headerRight .countdown {
	/*background-color: rgba(68,135,206, 0.8);*/
	background-color: rgba(132, 184, 25, 0.85); /* 3, 43, 98 */
	/*background-color: rgba(204, 13, 36, 0.85);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 0 0;
	margin-top: 5px;
	/*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);*/
	color: #ffffff;
	font-weight: bold;

}


.headerArea .headerRight .sponsorbox {
	background-color: rgba(68,135,206, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
}
.headerArea .headerRight .sponsorbox .inner .headline {
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}
.headerArea .headerRight .sponsorbox .inner .sponsorlogos {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100px;
	width: 100%;
	display: table;
}


.headerArea .headerRight .sponsorbox .inner .footerline {
	padding: 10px;
}
/**************/
/*! NAV AREA  */
/**************/
.navArea {
	/*background-color: rgba(68,135,206, 0.98);*/
	background-color: rgba(28,87,164,0.98);
	height: 71px;
	border-bottom: 0px solid #ffffff;
	position: fixed;
	width: 100%;
	z-index: 1500;

}
@media(max-width:767px){
	.navArea {
	background-color: transparent !important;
	height: 41px;
	}
	#mega_main_menu {
	background-color: rgba(68,135,206, 0.98);

	}
}

.navArea.affix {
    position: fixed;
	z-index: 1000;
    top: 0;
    width: 100%;
	height: 55px;
}
.navArea .container {

	height: 100%;
}


.navbar-default {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: orange;
	border-color: #eba5b1;
	color: #000000;
}

.navbar-default .navbar-nav > li > a {
	background-color: blue;
	color: orange;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: olive;
}
.navbar-default .navbar-nav > li > a:active {
	background-color: gold;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: aqua;
  color: #555555;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: green;
}



/******************/
/*! NOTIFICATION AREA  */
/******************/
.notificationArea {
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	padding-top: 0x;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.notificationArea.affix + .contentArea {
	padding-top: 55px;
}
.notificationArea .container {
	background-color: rgba(64,59,197,0.40);
	padding-top: 10px;
	padding-bottom: 15px;
}
.carousel.full img{
	width: 100%;
}


/*****************/
/*! OFFERS AREA  */
/*****************/
.offersArea {
	background-color: #ffffff;
}
.offersArea .container {
	color: #ffffff;
	background-color: rgba(132,0,0,0.0);
	padding-bottom: 15px;
}
.offersArea h1 {
	text-align: center;
}


.offerMain {
	text-align: center;
}
.offerMain .inner {
	text-align: center;
	background-color: #c0c0c0;
	padding: 10px;
	margin: 10px 0;
	color: #000000;
}
.offerMain .inner:hover {
	background-color: #eb8080;
}
.offerMain h2{
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.offerMain h2{
		font-size: 20px;
		font-size: 1.25rem;
	}
}
@media (min-width: 768px) {
	.offerMain h2{
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.offercontent {
	padding: 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.offercontent:hover {
	background-color: #174d99;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.parallax {
    /* The image used */


    /* Set a specific height */


    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/******************/
/*! CONTENT AREA  */
/******************/
.contentArea {
	background-color: rgba(255, 255, 255, 1);
}
.navArea.affix + .contentArea {
	padding-top: 55px;
}
.contentArea .container {
	background-color: rgba(255, 255, 255, 0);
	padding-top: 0px;
}

/**************************/
/*! 404 ERROR PAGE STYLE  */
/**************************/
	.page404 {
		background-color: #ffffff;
		/*background-image:url('img/lap-coff.png');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: auto 100%;*/
	}
	.page404 .contentArea {
		background-color: rgba(255, 255, 255, 0.3);
	}
	.page404 .contentArea .container {
		background-color: #ffffff;
		padding-top: 15px;
		min-height: 500px;
	}
	.tags404 {
		margin: 15px 0 20px 0;
	}
	.tags404 a {
		margin-top: 4px;
	}


	/************************/
	/*! CONTENT FOR 3 BARS  */
	/************************/
.content {
	/*margin: 0 0 0 0;
	padding: 0 0 0 0;*/
	background-color: rgba(255, 255, 255, 1);
	padding-top: 0px;
	padding-bottom: 10px;
}
.centerbar {
	background-color: rgba(255, 230, 0, 0.4);
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar-left {
	background-color: rgba(120, 190, 54, 0.40);
	padding-bottom: 15px;
}
.sidebar-right {
	background-color: rgba(255, 255, 255, 0.4);
	height: 100%;
	padding-bottom: 15px;
	padding-top: 10px;
}


	/******************/
	/*! COMMENT AREA  */
	/******************/
.comments-area {

}
.comments-area .comment-list {
	background-color: #ffffff;
}
.comments-area .comment {
	background-color: lightblue;
	padding: 15px;
	margin: 5px 0;

}
.comments-area .comment.depth-1,
.comments-area .comment.depth-2,
.comments-area .comment.depth-3,
.comments-area .comment.depth-4,
.comments-area .comment.depth-5 {
	background-color: rgba(132, 184, 25,0.2);
}
.comments-area .comment-respond {
	max-width: 600px;
}

/*
.comments-area .comment.depth-2,
.comments-area .comment.depth-4,
.comments-area .comment.depth-6 {
	background-color: lightgreen;
}
*/
.postTagList {
	margin: 10px 0;
}
.postTag a {
	color: #ffffff;
}



.modal-content {
	background-color: rgba(221, 231, 244, 0.99);
}
.modal {
	z-index: 20000;
}

/*************************/
/*! CONTENT SPONOR AREA  */
/*************************/


.section {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    z-index: 0;
	background-position: center center;
    position: static;


}

.theagenda.details .secondsession {
	clear: both !important;
}

.theagenda.overview {

}
.theagenda.overview .title {
	font-size: 14px !important;
}


.contentSponsorArea {
	/*background-color: rgba(0, 0, 0, 0);*/
	background-image: url('img/bg2.jpg');
}
.contentSponsorArea .transparency {
	background-color: rgba(0, 0, 0, 0.55);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid;
	border-bottom-color: #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}
.contentSponsorArea .container {
	background-color: rgba(255, 255, 255, 0);
	padding-top: 0px;
	padding-bottom: 10px;
}
.contentSponsorArea .container h3{
	color: #ffffff;
}

.contentSponsorArea .widget-title {
	color: #ffffff;
}

.contentDDBArea {
	color: #ffffff !important;
	/*background-color: rgba(0, 0, 0, 0);*/
	background-color: rgba(23, 32, 49, 1);
	background-image: none;
}
.contentDDBArea .transparency {

	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid;
	border-bottom-color: #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}
.contentDDBArea .container {
	background-color: rgba(255, 255, 255, 0);
	padding-top: 0px;
	padding-bottom: 10px;
}
.contentDDBArea h2.
.contentDDBArea h3,
.contentDDBArea h4 {
	color: #ffffff !important;
}

.contentDDBArea .widget-title {
	color: #ffffff;
}










/*****************/
/*! FOOTER AREA  */
/*****************/
.footerArea {
	background-color: #003a6c;
/*
	background-image:url('img/bg-main-hc.jpg?v=0.0.1');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
*/
	/*height: 100%;*/
	color: #ffffff;
	margin-bottom: -130px;
}
.footerArea .transparency {
	background-color: rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid;
	border-bottom-color: #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}


.footerArea h1,
.footerArea h2,
.footerArea h3,
.footerArea h4,
.footerArea h5,
.footerArea h6 {
	color: #ffffff;
}
.footerArea .container {
	padding-top: 10px;
}
.footerArea .footerPart {
	color: #ffffff !important;
}
.footerArea .footerPart a {
	color: #ffffff !important;
}
.footerArea .footerPart a:hover {
	color: #ffffff !important;
}
.footerArea .goToTopButton a {
	color: #000000 !important;
	text-decoration: none;
}
.footerArea .goToTopButton a:hover {
	color: #000000 !important;
	text-decoration: none;
}

.footerNavTopLine {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	border-bottom: 1px solid #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footerNavTopLine .livicon {
	margin-top: -5px;
	font-size:
}
.footerNavLine {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0 0 0 0;
}
.footerNavLine .livicon {
	margin-top: -5px;
	margin-right: 0px;
	padding: 0px;
	background-color: black;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}

.copyrightText {
	color: #ffffff;
}
.footerSocialIcons {
	margin-bottom: 15px;
}
.footerSocialIcons a{

}

/*******************************/
/*! FOOTER SOCIAL LINE STYLE   */
/*******************************/
	.footersocialline {

	}
	.footersocialline span {
		color: #6da727;
		font-size: 40px;
		font-size: 2.5rem;
		margin: 2px;
		transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
	}
	/***********************/
	/*! NEWSLETTER BUTTON  */
	/***********************/
		.rmicon-mail {

		}
		.rmicon-mail:hover {
			color: #ffffff !important;
		}
	/********************/
	/*! TWITTER BUTTON  */
	/********************/
		.rmicon-twitter {

		}
		.rmicon-twitter:hover {
			color: #55acee;
		}
	/*********************/
	/*! FACEBOOK BUTTON  */
	/*********************/
		.rmicon-facebook {

		}
		.rmicon-facebook:hover {
			color: #3b5998;
		}
	/************************/
	/*! GOOGLE PLUS BUTTON  */
	/************************/
		.rmicon-googleplus {

		}
		.rmicon-googleplus:hover {
			color: #dd4b39;
		}
	/*********************/
	/*! LINKEDIN BUTTON  */
	/*********************/
		.rmicon-linkedin {

		}
		.rmicon-linkedin:hover {
			color: #0976b4;
		}
	/*****************/
	/*! XING BUTTON  */
	/*****************/
		.rmicon-xing {

		}
		.rmicon-xing:hover {
			color: #026466;
		}
	/*******************/
	/*! VIADEO BUTTON  */
	/*******************/
		.rmicon-viadeo {

		}
		.rmicon-viadeo:hover {
			color: #f05006;
		}

	.footersocialline a:hover {
		text-decoration: none !important;

	}




@media only screen and (min-width : 1200px) {
	.img-prev {
		max-width: 48%;
		float: left;
	}
}

@media only screen and (max-width : 1199px) {
	.img-prev {
		max-width: 47%;
		float: left;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.img-prev {
		max-width: 47%;
		float: left;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.img-prev {
		max-width: 100%;
		float: left;
	}
}



/****************************/
/*! EXTRAS FOR BETTER VIEW  */
/****************************/
.nopadding {
	padding: 0 0 0 0 !important;
}
nomargin {
	margin: 0 0 0 0 !important;
}





/**************************/
/*! QUOTE CAROUSEL START  */
/**************************/

/* carousel */
#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px 0px 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 36px;
  font-size: 2.25rem;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


/*******************************/
/*! SPECIAL OFFER BOXES START  */
/*******************************/
.shape{
	border-style: solid;
	border-width: 0 70px 40px 0;
	float:right;
	height: 0px;
	width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	overflow:hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.offer:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform:rotate scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.offer h3 {
	font-weight: bold;
}
.offer a {
	color: #000000;
	text-decoration: none;
}


.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}

.shape-text{
	color:#fff;
	font-size:12px;
	font-size: 0.75rem;
	font-weight:bold;
	position:relative;
	right:-40px;
	top:2px;
	white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}

.offer-content{
	padding:0 20px 10px;
}

.offer-content .livicon {
	float: left;
	margin: 2px 5px 2px -5px;
}
.offer {
	min-height: 150px;
}
.offer h3 {
	line-height: 130%;
	letter-spacing: 0;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.offer-content .livicon {
		float: left;
		margin: 2px 5px 2px -5px;
	}
	.offer {
		min-height: 170px;
	}
	.offer h3 {
		line-height: 130%;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}
@media (min-width: 992px) {
	.offer-content .livicon {
		float: left;
		margin: 2px 5px 2px -5px;
	}
	.offer {
		min-height: 120px;
	}
	.offer h3 {
		line-height: 130%;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}
@media (min-width: 1200px) {
	.offer-content .livicon {
		float: left;
		margin: 2px 5px 2px -5px;
	}
	.offer {
		min-height: 200px;
	}
	.offer h3 {
		line-height: 130%;
		letter-spacing: 0;
		margin-bottom: 5px;
	}
}

@media (min-width: 487px) {
  .container {
    max-width: 750px;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 970px;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-3 {
    width: 25%;
  }
  }
}
/*****************************/
/*! SPECIAL OFFER BOXES END  */
/*****************************/





/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
      margin-top: 30px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
/************************/
/*! QUOTE CAROUSEL END  */
/************************/


.anchor {
	background-color: pink;
	height: 50px;
	width: 100px;
	margin-top: -70px;
}


.pricetable {
	border: 1px solid #467ec9;
	border-collapse: collapse;
}
.pricetable th {
	border: 1px solid #467ec9;
	border-collapse: collapse;
	background-color: rgba(68,135,206, 0.9);
	color: #ffffff;
	vertical-align: bottom;
	padding: 5px;
}
.pricetable tr {
	border: 1px solid #467ec9;
	border-collapse: collapse;
}
.pricetable .alt {
	background-color: rgba(68,135,206, 0.05);
}
.pricetable td {
	border: 1px solid #467ec9;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: middle;
}
/**************************/
/*! COOKIE MESSAGE START  */
/**************************/
#cookienotification {
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	bottom: -200px;
	left: 0px;
	width: 100%;
	-webkit-transition: all 1s ease-in-out; /* Firefox */
	-moz-transition: all 1s ease-in-out; /* WebKit */
	-o-transition: all 1s ease-in-out; /* Opera */
	transition: all 1s ease-in-out; /* Standard */
	z-index: 1000;
}

#cookienotification .inner {
	padding: 15px;
	color: #ffffff;
}
#cookienotification .inner .cookiemessage {
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem;
}
#cookienotification .inner .cookiemessage a {
	color: #ffffff;
}
/************************/
/*! COOKIE MESSAGE END  */
/************************/


.partnerslider .carousel-inner>.item>img {
	margin: auto auto;
	max-height: 80px;
	border: 0px;
}
/*
.partnerslider .carousel-inner > .item > img {
	display: inline;
	max-height: 80px;
}
*/



.ddbbanner {
	background-color:rgba(16, 79, 151, 1) !important;
	background-image:url('http://smxmuenchen.de/wp-content/uploads/2016/07/number_bkg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}



/**********************/
/*! SPEACIAL BUTTONS  */
/**********************/


.button,
#submit,
.widget_search #searchsubmit,
.reply .comment-reply-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;

}
.button:hover,
#submit:hover,
.widget_search #searchsubmit:hover,
.reply .comment-reply-link:hover {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  text-decoration: none;

  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;

}
.button:active,
#submit:active,
.widget_search #searchsubmit:active,
.button.green:active {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-image: none;
}


.card:not([class*=card-outline-]) {
    border: 0;
}
.card {
    height: 100%;
    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.09), 0 5px 5px rgba(0, 0, 0, 0.06) !important;
    -webkit-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -moz-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -o-transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    transition: box-shadow 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    -webkit-border-radius: 0.4167rem;
    -moz-border-radius: 0.4167rem;
    -ms-border-radius: 0.4167rem;
    -o-border-radius: 0.4167rem;
    border-radius: 0.4167rem;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

blockquote {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef;
}
blockquote {
    margin: 0 0 1rem;
}
.blockquote p {
    font-size: 1.1rem;
}
.card .card-body p {
    margin-bottom: 1rem;
}

/* Backgrounds */

.bg-primary {
    color: #FFFFFF;
    background-color: #07a7e3 !important;
}

.bg-secondary {
    color: #FFFFFF;
    background-color: #4f5b60 !important;
}

.bg-success {
    color: #FFFFFF;
    background-color: #0ad251 !important;
}

.bg-info {
    color: #FFFFFF;
    background-color: #55d3f5 !important;
}

.bg-warning {
    color: #ac9a02 !important;
    background-color: #fce418 !important;
}

.bg-danger {
    color: #FFFFFF;
    background-color: #f43a59 !important;
}

.bg-dark {
    background-color: #122f3b !important;
}

.bg-light {
    background-color: #F7F7FA !important;
}

.bg-tranparent {
    background-color: transparent !important;
}

.bg-dark *,
.bg-danger *,
.bg-warning *,
.bg-info *,
.bg-success *,
.bg-secondary *,
.bg-primary *,
.bg-dark .batch-icon,
.bg-danger .batch-icon,
.bg-warning .batch-icon,
.bg-info .batch-icon,
.bg-success .batch-icon,
.bg-secondary .batch-icon,
.bg-primary .batch-icon {
    color: #FFFFFF;
}

.bg-gradient [class^="card-"],
.bg-gradient [class^="card-"] * {
    color: #FFFFFF !important;
}


/* Highlight Colors - Bottom Border */

.highlight-color-blue {
    color: #FFFFFF !important;
    background-color: #07a7e3 !important;
}

.highlight-color-green {
    color: #FFFFFF !important;
    background-color: #0ad251 !important;
}

.highlight-color-orange {
    color: #FFFFFF !important;
    background-color: #FC9131 !important;
}

.highlight-color-yellow {
    color: #FFFFFF !important;
    background-color: #F8D800 !important;
}

.highlight-color-red {
    color: #FFFFFF !important;
    background-color: #EA5455 !important;
}

.highlight-color-purple {
    color: #FFFFFF !important;
    background-color: #973999 !important;
}

.bg-gradient {
    color: #FFFFFF !important;
    background: #07a7e3;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #07a7e3 0%, #32dac3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #07a7e3 0%, #32dac3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.bg-gradient [class^="card-"],
.bg-gradient [class^="card-"] * {
    color: #FFFFFF !important;
}

.bg-secondary.bg-gradient {
    color: #FFFFFF !important;
    background: #4f5b60;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4f5b60 0%, #97a9b2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4f5b60 0%, #97a9b2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4f5b60 0%, #97a9b2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.bg-success.bg-gradient {
    color: #FFFFFF !important;
    background: #28C76F;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #28C76F 0%, #81FBB8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #28C76F 0%, #81FBB8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #28C76F 0%, #81FBB8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.bg-info.bg-gradient {
    color: #FFFFFF !important;
    background: #3677FF;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3677FF 0%, #FFD26F 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3677FF 0%, #FFD26F 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3677FF 0%, #FFD26F 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.bg-warning.bg-gradient {
    color: #4f5b60 !important;
    background: #FC9131;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #FC9131 0%, #FCCF31 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #FC9131 0%, #FCCF31 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #FC9131 0%, #FCCF31 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.bg-danger.bg-gradient {
    color: #FFFFFF !important;
    background: #EA5455;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #EA5455 0%, #FC9131 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #EA5455 0%, #FC9131 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #EA5455 0%, #FC9131 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr=$qp-color-1, endColorstr=$qp-color-2, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

/**********************/
/*! REGISTER BUTTON   */
/**********************/
.btn {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
@media only screen and (min-width : 1200px) {
	.btn {
		max-width: 100%;
	}
}

@media only screen and (max-width : 1199px) {
	.btn {
		max-width: 100%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.btn {
		max-width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.btn {
		max-width: 100%;
	}
}



	.btn-register2 {
		color: #ffffff;
		background-color: #84b819;
		border-color: #84b819;
	}
	.btn-register2:hover,
	.btn-register2:focus,
	.btn-register2:active,
	.btn-register2.active {
		color: #ffffff;
		background-color: #74a216;
		border-color: #648b13;
	}
	.btn-register2.disabled:hover,
	.btn-register2.disabled:focus,
	.btn-register2.disabled:active,
	.btn-register2.disabled.active,
	.btn-register2[disabled]:hover,
	.btn-register2[disabled]:focus,
	.btn-register2[disabled]:active,
	.btn-register2[disabled].active,
	fieldset[disabled] .btn-register2:hover,
	fieldset[disabled] .btn-register2:focus,
	fieldset[disabled] .btn-register2:active,
	fieldset[disabled] .btn-register2.active {
		background-color: #84b819;
		border-color: #84b819;
	}

/*
	.btn-register {
		color: #ffffff;
		background-color: #d9534f;
		border-color: #d43f3a;
	}
	.btn-register:hover,
	.btn-register:focus,
	.btn-register:active,
	.btn-register.active,
	.open .dropdown-toggle.btn-register {
		color: #ffffff;
		background-color: #d2322d;
		border-color: #ac2925;
	}
	.btn-register:active,
	.btn-register.active,
	.open .dropdown-toggle.btn-register {
		background-image: none;
	}
	.btn-register.disabled,
	.btn-register[disabled],
	fieldset[disabled] .btn-register,
	.btn-register.disabled:hover,
	.btn-register[disabled]:hover,
	fieldset[disabled] .btn-register:hover,
	.btn-register.disabled:focus,
	.btn-register[disabled]:focus,
	fieldset[disabled] .btn-register:focus,
	.btn-register.disabled:active,
	.btn-register[disabled]:active,
	fieldset[disabled] .btn-register:active,
	.btn-register.disabled.active,
	.btn-register[disabled].active,
	fieldset[disabled] .btn-register.active {
		background-color: #d9534f;
		border-color: #d43f3a;
	}
*/
/***********************/
/*! NEWSLETTER BUTTON  */
/***********************/
	.btn-newsletter {
		color: #000000;
		background-color: #ffffff;
		border-color: #ffffff;
	}
	.btn-newsletter:hover,
	.btn-newsletter:focus,
	.btn-newsletter:active,
	.btn-newsletter.active {
		color: #000000;
		background-color: #f2f2f2;
		border-color: #e6e6e6;
	}
	.btn-newsletter.disabled:hover,
	.btn-newsletter.disabled:focus,
	.btn-newsletter.disabled:active,
	.btn-newsletter.disabled.active,
	.btn-newsletter[disabled]:hover,
	.btn-newsletter[disabled]:focus,
	.btn-newsletter[disabled]:active,
	.btn-newsletter[disabled].active,
	fieldset[disabled] .btn-newsletter:hover,
	fieldset[disabled] .btn-newsletter:focus,
	fieldset[disabled] .btn-newsletter:active,
	fieldset[disabled] .btn-newsletter.active {
		background-color: #ffffff;
		border-color: #ffffff;
	}








a.external {
   padding-right: 13px;
   background: transparent url("http://4.bp.blogspot.com/_M0X9MzkzNXE/Srdo-XydVRI/AAAAAAAADpA/3n29SY7GrfI/s320/external.png") no-repeat scroll right center;
}



.prevBox001 {
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	width: 80px;
	height: 60px;
	max-width: 80px;
	max-height: 60px;
	background-color: #ffffff;
	font-size: 10px;
	font-size: 0.625rem;
	margin: 2px;
}


/***********************/
/*! LEGACY OLD STYLES  */
/***********************/
.agendaDetails td{
	text-align: left;
	vertical-align: middle;
}
.agendaDetails .timeov td{
	text-align: center !important;
	vertical-align: top !important;
}
.agendaDetails .track {
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	margin: 10px 0 5px 0 !important;
	padding: 0 0 0 0;
}
.agendaDetails .headline {
	font-weight: bold;
	margin: auto 0 10px 0 !important;
	padding: 0 0 0 0;
}
.agendaDetails .description {
	font-weight: normal;
	margin: auto 0 10px 0 !important;
	padding: 0 0 0 0;
}
.agendaDetails .speaker {
	font-weight: normal;
	margin: auto 0 10px 10px !important;
	padding: 0 0 0 0;
}
#indexList {
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px 0 15px 0;
}
.BlogpartnerContent img {
	margin: 0 5px 5px 0 !important;
}


.agendaDetail {

}
.agendaDetail .headline {
	text-align: left;
	font-weight: bold;
	margin: 5px 0 !important;
	/*font-size: 12px;*/
	line-height:  130%;
}
.agendaDetail .description {
	text-align: left;
	font-weight: normal;
	line-height:  130%;
	margin: 5px 0 10px 0 !important;
}
.agendaDetail .speaker {
	text-align: left;
	font-weight: normal;
	line-height:  130%;
	margin: 10px 0 5px 15px !important;
}


/***************************/
/*! WORDPRESS MAIN STYLES  */
/***************************/

.postCreatorMeta {
	padding: 0px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 0px solid black;
	color: #797979;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background-color: rgba(0,0,0,0.50);
    border: 1px solid #000000;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    color: #ffffff;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 130%;
    margin: 5px 0 0 0;
    padding: 5px 5px 0px 5px;
}





#cookiesettings p,
#cookiesettings ul,
#cookiesettings li {
	font-size: 11px;
	font-size: 0.6875rem;
}

#cookiesettings ul {
	margin-top: 15px;
	margin-bottom: -5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cookiesettings li {
	margin-top: -10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.widget_widget_sponsorsandpartners {

}
.widget_widget_sponsorsandpartners h4 {
	background-color: #174d99;
	margin: 0px 0px 10px 0px !important;
	padding: 10px;
	color: #ffffff;
}
.partnerCategory {
	background-color: #ffffff;
	border: solid 2px #174d99;
	/*background-color: rgba(68,135,206, 0.9);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;

}
.partnerCategory .sponsorLogo {
	margin: 10px;
}
.speakerpic {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

th .np {
	background-color: red !important;
}
.np {
	background-color: #ffe6e6;
}
.alt .np {
	background-color: #edcfcf;
}


/* OLD LEGACY STUFF FROM OLD TEMPLATE START */
homekeynoter {
	width: 100%;

}
.homekeynoter a {
	text-decoration: none;
}
.homekeynoter .inner {
	font-size: 14px;
	vertical-align: top;
	height:300px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	-webkit-transition: all 350ms ease; /* Firefox */
	-moz-transition: all 350ms ease; /* WebKit */
	-o-transition: all 350ms ease; /* Opera */
	transition: all 350ms ease; /* Standard */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.homekeynoter .inner:hover {
	background-color: rgba(219, 219, 219, 0.5);
	-webkit-transition: all 350ms ease; /* Firefox */
	-moz-transition: all 350ms ease; /* WebKit */
	-o-transition: all 350ms ease; /* Opera */
	transition: all 350ms ease; /* Standard */
}
.homekeynoter .inner .thecontent {
	padding: 10px 10px;
}
.homekeynoter .inner .speakerpic {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
.homekeynoter .inner .nameline {
	margin: 5px 0;
	font-weight: bold;
	font-size: 16px;
}
.homekeynoter .inner .jobline {
	margin: 5px 0;
}
.homekeynoter .inner .campanylogo {
	margin: 5px 0;
}


/* DATENSCHUTZ UND AGB */
#datenschutz {margin: 0 0 0 10px;}
#datenschutz ol {font-size: 13px; line-height: 17px; list-style-type:decimal; margin-left:10px;}
#datenschutz ul {font-size:12px; list-style: disc; margin: 10px 0 10px 30px;}
#datenschutz li {margin: 0 0 5px 10px;}

#op1 {padding-top:5px;font-weight:bold;border-collapse:collapse; border-width:0px; padding-right: 25px;}
#op {padding-top:20px;font-weight:bold;border-collapse:collapse; border-width:0px;}
#up {padding-top:5px;vertical-align:top;font-weight:normal;border-collapse:collapse; border-width:0px;}
#tb {border-collapse:collapse;border-collapse:collapse; border-width:0px;}


.trackicons {
	width: 100%;
}
.trackicons .trackicon {
	float: left;
	padding: 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.trackicons .trackicon:hover {
	background-color: #174d99;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.trackicons .trackicon img{

}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.trackicons .trackicon {
		float: left;
		width: 33%;
		padding: 2px;
	}
	.trackicons .trackicon img{
		width: 100%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.trackicons .trackicon {
		float: left;
		width: 25%;
		padding: 2px;
	}
	.trackicons .trackicon img{
		width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.trackicons .trackicon {
		float: left;
		width: 16.6%;
		padding: 2px;
	}
	.trackicons .trackicon img{
		width: 100%;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.trackicons .trackicon {
		float: left;
		width: 16.6%;
		padding: 2px;
	}
	.trackicons .trackicon img{
		width: 100%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.trackicons .trackicon {
		float: left;
		width: 16.6%;
		padding: 2px;
	}
	.trackicons .trackicon img{
		width: 100%;
	}
}

.programmeparts {
	text-align: center;
}
.programmeparts .programmepartlink {
	text-align: center;
}
.programmeparts .programmepartlink img {
	max-width: 100px !important;
}


.programmpartdescriptionbox {
	border: 1px solid #1c59a7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 0 5px 0;
	margin: 20px 0;
	font-weight: normal;
	background-color: rgba(28, 88, 166, 0.1);
}
.programmpartdescriptionbox .partdescription {
	font-size: 18px;
	padding-top: 18px;
}
.programmpartdescriptionbox .partimage {
	text-align: center;
}
.programmpartdescriptionbox .partimage .img-responsive {
    margin: 0 auto !important;
}

.programmnavigation a {
	color: #ffffff;
}
.programmnavigation a:hover {
	color: #3fb1db;
}

.tagsoverview {

}
.tagsoverview.tags {
	font-size: 16px !important;
	line-height: 130%;
	margin: 15px 0;
}
.tagsoverview.tags span {
	line-height: 130%;
	color: #696969;
	clear: both;
	text-align: right;
	padding: 5px 10px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tagMessage {
	line-height: 130%;
	border: 1px solid #989898;
	color: #1e1e1e !important;
	clear: both;
	text-align: right;
	padding: 5px 10px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	background-color: #f1f1f1;
}

.tagdescriptions .tagdescription {
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #eaeaea;
}

.tagdescription .tags {
	font-size: 14px !important;
	line-height: 130%;
	color: #1e1e1e;
	clear: both;
	text-align: right;
}
.tagdescription .tags span{
	background-color: #f1f1f1;
	margin: 2px;
	padding: 2px 5px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tagdescription .tagdescriptiontext {
	padding-left: 0;
}

.tags span{
	border: 1px solid #bdbdbd;
	color: #1e1e1e !important;
}

.theagenda .tags {
	font-size: 11px !important;
	line-height: 130%;
	text-align: left;
	margin: auto 0 5px 0;
	padding-top: 5px;
	color: #1e1e1e;
	clear: both;
}
.theagenda .tags span{
	margin: 2px;
	padding: 2px 5px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tags span {
	background-color: #f1f1f1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tags span:hover{
	background-color: #d5d5d5;
	color: #696969;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.panel {
	-moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.sessionArea {
   -moz-transition: all 1s ease;
   -webkit-transition: all 1s ease;
}
.pale {
	opacity: 0.25;
   -moz-transition: all 1s ease;
   -webkit-transition: all 1s ease;
   background-color: #eaeaea !important;
}
#yourTags {
	position: fixed;
	bottom: -200px;
	left: 0px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	z-index: 2000;
	width: 100%;
}
#yourTags .inner {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px 15px;
	color: #ffffff;
}

.SponsorContent {
	border: 1px solid #eeeeee;
	padding: 15px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.rightSponsorDetails {
	float: right;
	background-color: #e5e5e5;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 5px;
}
.rightSponsorDetails .boothNumber {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.rightSponsorDetails .boothNumber .infoLine {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 0 0;
	margin: auto 0 5px 0;
}
.rightSponsorDetails .boothNumber .numberLine {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0 0;
	margin: 5px 0 10px 0;
}
.rightSponsorDetails .contactSponsorBox {
	min-width: 80px;
	border: 1px solid #c0c0c0;
	background-color: #d0d0d0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 0;
	margin: -5px -5px -5px -5px;
}
.rightSponsorDetails .contactSponsorBox label {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.rightSponsorDetails .contactSponsorBox input {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.small_speaker_image {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  margin: 0 5px 5px 0px !important;
  border: 1px solid rgba(70,126,194,0.5);
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  position: relative;
}
.small_speaker_image:hover {
    padding: 0;
    z-index: 2;
}
.small_speaker_image:hover {
    position: relative;
    width: 100px;
    height: auto;
    box-shadow: 0 0 20px #000;
}


.randf-bg {
	background-image: url('http://smxmuenchen.de/wp-content/uploads/2015/09/image1.jpeg');
	background-position: right top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 15px;
	background-color: #000000;
	margin-bottom: 20px;
}
.randf-bg .randf-content {
	width: 510px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 250px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.randf-bg .randf-content .randf-text {
	text-align: justify;
	font-size: 22px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 3px #000000;
}

	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px) {
		.randf-bg .randf-content {
			width: 100%;
			/*color: green;*/
			margin-top: 250px;
			background-color: rgba(0, 0, 0, 0.35);
			padding-top: 5px;
		}
		.randf-bg .randf-content .randf-text {
			width: 100%;
			text-align: justify;
			font-size: 18px;
			margin-bottom: 25px;
		}
	}
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px) {
		.randf-bg .randf-content {
			width: 100%;
			/*color: blue;*/
			margin-top: 250px;
			background-color: rgba(0, 0, 0, 0.35);
			padding-top: 5px;
		}
		.randf-bg .randf-content .randf-text {
			width: 100%;
			text-align: justify;
			font-size: 18px;
			margin-bottom: 25px;
		}
	}
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		.randf-bg .randf-content {
			width: 100%;
			/*color: red;*/
			margin-top: 120px;
			background-color: rgba(0, 0, 0, 0.0);
			padding-top: 5px;
		}
		.randf-bg .randf-content .randf-text {
			width: 50%;
			text-align: justify;
			font-size: 18px;
			margin-bottom: 25px;
		}
	}
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		.randf-bg .randf-content {
			width: 100%;
			/*color: pink;*/
			margin-top: 150px;
			background-color: rgba(0, 0, 0, 0.0);
			padding-top: 5px;
		}
		.randf-bg .randf-content .randf-text {
			width: 320px;
			text-align: justify;
			font-size: 22px;
			margin-bottom: 25px;
		}
	}
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		.randf-bg .randf-content {
			width: 100%;
			/*color: yellow;*/
			margin-top: 200px;
			background-color: rgba(0, 0, 0, 0.0);
			padding-top: 5px;
		}
		.randf-bg .randf-content .randf-text {
			width: 400px;
			text-align: justify;
			font-size: 22px;
			margin-bottom: 45px;
		}
	}

/* RAND FULL PAGE CONTENT */
.full .randf-bg {
	background-image: url('http://smxmuenchen.de/wp-content/uploads/2015/09/image1.jpeg');
	background-position: right top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 15px;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.full .randf-bg .randf-content {
	width: 510px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 250px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.full .randf-bg .randf-content .randf-text {
	text-align: justify;
	font-size: 22px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 3px #000000;
}

	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px) {
		.full .randf-bg .randf-content {
			width: 100%;
			/*color: green;*/
			margin-top: 250px;
			background-color: rgba(0, 0, 0, 0.35);
			padding-top: 5px;
		}
		.full .randf-bg .randf-content .randf-text {
			width: 100%;
			text-align: justify;
			font-size: 18px;
			margin-bottom: 25px;
		}
	}
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px) {
		.full .randf-bg .randf-content {
			width: 100%;
			/*color: blue;*/
			margin-top: 250px;
			background-color: rgba(0, 0, 0, 0.35);
			padding-top: 5px;
		}
		.full .randf-bg .randf-content .randf-text {
			width: 100%;
			text-align: justify;
			font-size: 18px;
			margin-bottom: 25px;
		}
	}
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
		.full .randf-bg .randf-content {
			width: 100%;
			/*color: red;*/
			margin-top: 160px;
			background-color: rgba(0, 0, 0, 0.0);
			padding-top: 5px;
		}
		.full .randf-bg .randf-content .randf-text {
			width: 45%;
			text-align: justify;
			font-size: 18px;
			margin-bottom: 25px;
		}
	}
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		.full .randf-bg .randf-content {
			width: 100%;
			/*color: pink;*/
			margin-top: 220px;
			background-color: rgba(0, 0, 0, 0.0);
			padding-top: 5px;
		}
		.full .randf-bg .randf-content .randf-text {
			width: 420px;
			text-align: justify;
			font-size: 22px;
			margin-bottom: 45px;
		}
	}
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		.full .randf-bg .randf-content {
			width: 550px;
			/*color: yellow;*/
			margin-top: 230px;
			background-color: rgba(0, 0, 0, 0.0);
			padding-top: 5px;
		}
		.full .randf-bg .randf-content .randf-text {
			width: 100%;
			text-align: justify;
			font-size: 22px;
			margin-bottom: 25px;
		}
	}



.sumfield {
	color: #000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align: center;
	font-size: 18px;
	/*font-size: 1.25rem;*/
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	height: 220px;
}
.sumfield:hover {
	color: #000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.icons {
	width: 50%;
	margin: 5px auto;
}
.icons {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1868af+0,1e5393+100 */
	background: rgb(24,104,175); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%, rgba(30,83,147,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1868af', endColorstr='#1e5393',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 50%;
	position: relative;
	width: 100%;
	max-height: 128px;
	max-width: 128px;
}
.icons:hover {
}
.icons:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.icons span {
	color: #ffffff;
	text-align: center;
	position:  absolute;
	top: 20%;
	left: 2%;
	bottom: 0;
	right: 0;
	width: 100%;
}




.sumfields2019 .sumfield {
	color: #000000;
	height: 220px;
	background: none;
	color: #ffffff;
}
.sumfields2019 .sumfield:hover {
	color: #ffffff;
}
.sumfields2019 .icons {
	width: 50%;
	margin: 5px auto;
}
.sumfields2019 .icons {
	background: #004280 !important;
	border-radius: 50%;
	position: relative;
	width: 100%;
	max-height: 128px;
	max-width: 128px;
}
.sumfields2019 .icons:hover {
}
.sumfields2019 .icons:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.sumfields2019 .icons span {
	color: #ffffff;
	text-align: center;
	position:  absolute;
	top: 20%;
	left: 2%;
	bottom: 0;
	right: 0;
	width: 100%;
}


.keynoteperson .speakerpic {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1868af+0,1e5393+100 */
	background: rgb(24,104,175); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%, rgba(30,83,147,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1868af', endColorstr='#1e5393',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 200px;
	max-width: 50% !important;

}

/* TESTIMONIALS ON FRONTPAGE.PHP */
.testimonials {
	padding: 10px 0;
}
.testimonials .testimonialimage {
	padding: 0px 0;
	margin: 15px 0;
}
.testimonials .testimonialcontent {
	padding: 15px 25px;
	font-size: 16px;
}
/*.testimonials .testimonialcontent:before {
	content:'\201C';
	color: #032c64;
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: 5px;
}
.testimonials .testimonialcontent:after{
	content: '\201D';
	color: #032c64;
	font-size: 32px;
	font-weight: bold;
	position: absolute;
	bottom: -15px;
	right: 10px;
}
*/


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 60px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    /* Width = 100% / number-of-steps */
    width: 14.28%;
}

.btn-circle {
  /*width: 30px;*/
  text-align: center;
  padding: 6px 6px;
  font-size: 14px;
  line-height: 1.428571429;
  /*border-radius: 15px;*/
}

.transparent-bg {
	background-color: rgba(255, 255, 255, 0) !important;
}
.transparent-bg .content {
	background-color: rgba(255, 255, 255, 0) !important;
}

.marked {
	background-color: rgba(255, 240, 112, 0.2) !important;
	/*background-color: #d9ebb4 !important;*/
}
.unmarked {
	background-color: transparent;
}

.christmasSpecial {
	width: 100%;
	height: 180px;

}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.christmasSpecial {
		width: 100%;
		height: 221px;
		background-image:url('img/smxde16_768x440_xmas.jpg');
		background-size: auto 220px;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.headline1 {
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		position: relative;
		top: 5px;
		color: #032c63;
	}
	.headline2 {
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		position: relative;
		top: 130px;
	}
	.headline3 {
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		position: relative;
		top: 130px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.christmasSpecial {
		width: 100%;
		height: 221px;
		background-image:url('img/smxde16_768x440_xmas.jpg');
		background-size: auto 220px;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.headline1 {
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		position: relative;
		top: 5px;
		color: #032c63;
	}
	.headline2 {
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		position: relative;
		top: 130px;
	}
	.headline3 {
		font-weight: bold;
		text-align: center;
		font-size: 16px;
		position: relative;
		top: 130px;
	}
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.christmasSpecial {
		width: 100%;
		height: 115px;
		background-image:url('img/smxde16_1140x180_xmas.jpg');
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.headline1 {
		font-weight: bold;
		text-align: left;
		font-size: 24px;
		position: relative;
		top: 10px;
		left: 265px;
		color: #032c63;
	}
	.headline2 {
		font-weight: bold;
		text-align: left;
		font-size: 16px;
		position: relative;
		top: 10px;
		left: 265px;
		width: 445px;
	}
	.headline3 {
		font-weight: bold;
		text-align: left;
		font-size: 20px;
		position: relative;
		top: 10px;
		left: 265px;
	}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.christmasSpecial {
		width: 100%;
		height: 150px;
		background-image:url('img/smxde16_1140x180_xmas.jpg');
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.headline1 {
		font-weight: bold;
		text-align: left;
		font-size: 28px;
		position: relative;
		top: 25px;
		left: 365px;
		color: #032c63;
	}
	.headline2 {
		font-weight: bold;
		text-align: left;
		font-size: 22px;
		position: relative;
		top: 10px;
		left: 365px;
		width: 565px;
	}
	.headline3 {
		font-weight: bold;
		text-align: left;
		font-size: 24px;
		position: relative;
		top: 15px;
		left: 365px;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.christmasSpecial {
		width: 100%;
		height: 181px;
		background-image:url('img/smxde16_1140x180_xmas.jpg');
		background-size: auto 180px;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.headline1 {
		font-weight: bold;
		text-align: left;
		font-size: 38px;
		position: relative;
		top: 25px;
		left: 425px;
		color: #032c63;
	}
	.headline2 {
		font-weight: bold;
		text-align: left;
		font-size: 26px;
		position: relative;
		top: 10px;
		left: 425px;
		width: 700px;
	}
	.headline3 {
		font-weight: bold;
		text-align: left;
		font-size: 30px;
		position: relative;
		top: 15px;
		left: 425px;
	}
}

	.privacy {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 130%;
	}

	.privacy ol {
		margin: 10px 0 5px 0;
		padding-left: 10px;
	}
	.privacy li {
		font-weight: bold;
		padding: 5px 0 5px 0;
	}
	.privacy ul {
		margin: 5px 0;
	}
	.privacy ul li {
		font-weight: normal;
		margin: 0px 0;
		padding: 0;
	}
	.privacy li:before {

	}

	.privacy .first {
	}
	.privacy .second {
		margin-bottom: 10px;
	}
	.privacy li p {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 5px;
		font-weight: normal;
		text-decoration: none !important;
	}

	.privacy .hidenumber li:before {

	}
	.privacy .hidenumber li p {
		margin-top: 0px;
		margin-left: 20px;
		margin-bottom: 5px;
		font-weight: normal;
		text-decoration: none !important;
	}
	.privacy .second {
		list-style-type: lower-alpha !important;
	}

	.conditions {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 130%;
	}

	.conditions ol {
		counter-reset: item;
		margin: 10px 0 5px 0;
	}
	.conditions li {
		display: block;
		font-weight: bold;
		padding: 5px 0 5px 0;
	}
	.conditions li:before {
		content: counters(item, ". ") ". ";
		counter-increment: item;
	}

	.conditions .first {
	}
	.conditions .second {
		margin-bottom: 10px;
	}
	.conditions li p {
		margin-top: -18px;
		margin-left: 40px;
		margin-bottom: 5px;
		font-weight: normal;
		text-decoration: none !important;
	}

	.conditions .hidenumber li:before {
		content: " ";
	}
	.conditions .hidenumber li p {
		margin-top: 0px;
		margin-left: 40px;
		margin-bottom: 5px;
		font-weight: normal;
		text-decoration: none !important;
	}




.speakerDivOut .speakerdiv img {
	text-align: center;
	margin: 10px 20px !important;

}
.speakerDivOut .speakerdiv {

}
.speakerDivOut {
	float: right;
	width: 150px;
	text-align: center;
	margin: 0 0 10px 10px;
}

#s3632 .speaker .speakerheadline,
#s3633 .speaker .speakerheadline {
	display: none;
}

.workshopinfobox {
	border: 1px solid #1e509d;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f7f7f7;
	padding: 5px 10px;
	background-image: url('/wp-content/uploads/2017/08/ws-bg4.png');
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: left top;
	min-height: 306px;
	position: relative;
	margin-bottom: 25px;
}
.workshopinfobox .langflag {
	float: right;
	margin: 5px 0 10px 10px;
}
.workshopinfobox h3{
	margin: 5px 0 5px 55px;;
	padding: 0 0;
}
.workshopinfobox p{
	margin: 10px 0;
	padding: 0 0;
}
.workshopinfobox .btn {
	width: 55% !important;
	font-weight: bold;
	position: absolute;
	bottom: 5%;
	right: 5%;
}
.workshopinfobox .speakerdiv {
	text-align: center;
	background-color: rgba(255,255,255,0);
	margin: 5px;
	max-width: 117px;
	min-width: 117px;
}
.workshopinfobox .speakerdiv .socialline {
	display: none !important;
}
.workshopinfobox .speakerdiv img {
	margin: 0 3.5px 10px 3.5px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	text-align: center;
}

/*****************/
/*! 2017 STYLES  */
/*****************/
.style2017 {
	background-color: #000000;
	background-position: center top;
	background-image:url('img/stars.png?v=0.0.1');
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/	/*background-attachment: fixed;*/

}

.style2017 .notificationArea {

}
.style2017 .notificationArea .container {
	background-color: rgba(0, 0, 0, 0);
}

.style2017 .contentArea {

}
.style2017 .contentArea .container {
	background-color: rgba(255, 255, 255, 0);
}

.style2017 .footerArea {
	background-color: rgba(0, 0, 0, 0);
}


@media only screen and (min-width : 1200px) {
	.countdown-period {
		font-size: 12px;
		font-size: 0.75rem;
	}
}
@media only screen and (max-width : 1199px) {
	.countdown-period {
		font-size: 10px;
		font-size: 0.625rem;
	}
}
@media only screen and (max-width : 991px) {
	.countdown-period {
		font-size: 12px;
		font-size: 0.75rem;
	}
}
@media only screen and (max-width : 767px) {
	.countdown-period {
		font-size: 10px;
		font-size: 0.625rem;
	}
}
@media (max-width: 480px) {
	.countdown-period {
		font-size: 5px;
	}
}
/**********************/
/*! HEADER 2017 AREA  */
/**********************/


.style2017 .header2017 .headerArea {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;

}

.header2017 .headerArea .container {
	padding-top: 130px;
	padding-bottom: 50px;
	height: 100%;
}

@media only screen and (min-width : 1200px) {
	.header2017 .headerArea .container {
		background-color: rgba(255, 255, 255, 0.0);
		background-image:url('img/ufo2.jpg');
		background-position: 30% top;
		background-size: auto 100%;
	}
}

@media only screen and (max-width : 1199px) {
	.header2017 .headerArea .container {
		background-color: rgba(255, 255, 255, 0.0);
		background-image:url('img/ufo2.jpg');
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header2017 .headerArea .container {
		background-color: rgba(0, 0, 0, 0.0);
	}
	.header2017 .headerArea {
		background-position: center top;
		background-size: auto 100%;
	}
	.header2017 .headerArea .container .row {
		background-color: rgba(0, 0, 0, 0.5);
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header2017 .headerArea .container {
		background-color: rgba(0, 0, 0, 0.0);
	}
	.header2017 .headerArea {
		background-position: center top;
		background-size: auto 100%;
	}
	.header2017 .headerArea .container .row {
		background-color: rgba(0, 0, 0, 0.5);
		margin-top: -10px;
		padding-top: 10px;
		margin-bottom: -10px;
		padding-bottom: 10px;
	}
}
.header2017 .headerArea .headerLeft {
	text-align: left;
}
@media (max-width: 768px) {
	.header2017 .headerArea .headerLeft {
		text-align: center;
	}
	h1, h2, h3, h4, h5, h6, p {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.header2017 .headerArea .container {
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

.header2017 .headerArea .headerLeft img {
	display: inherit !important;
}
.header2017 .headerArea .headerLeft h1 {
	font-size: 30px;
	font-size: 1.875rem;
	color: #ffffff;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

.header2017 .headerArea .headerRight {
	background-color: rgba(255,255,255,0.0);
	text-align: center;
	font-variant: 900;
	color: #ffffff;
}

.header2017 .siteLogo {
	max-width: 250px;
	height: auto;
}


.header2017 .headerArea .headerRight .countdownArea {

}
.header2017 .headerArea .headerRight .countdown {
	/*background-color: rgba(68,135,206, 0.8);*/
	background-color: rgba(132, 184, 25, 0.85); /* 3, 43, 98 */
	/*background-color: rgba(204, 13, 36, 0.85);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 0 0;
	margin-top: 5px;
	/*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);*/
	color: #ffffff;
	font-weight: bold;

}


.header2017 .headerArea .headerRight .sponsorbox {
	background-color: rgba(68,135,206, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
}
.header2017 .headerArea .headerRight .sponsorbox .inner .headline {
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}
.header2017 .headerArea .headerRight .sponsorbox .inner .sponsorlogos {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100px;
	width: 100%;
	display: table;
}


.header2017 .headerArea .headerRight .sponsorbox .inner .footerline {
	padding: 10px;
}


.header2017 .headerArea .headerRight .countdownArea {

}
.header2017 .headerArea .headerRight .countdown {
	background-color: rgba(255, 255, 255, 0.0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 0 0;
	margin-top: 5px;
	/*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);*/
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 0px 25px rgba(255, 146, 20, 1); /*rgba(126, 187, 248, 1);*/
}
.header2017 .countdown {
	color: rgba(255, 183, 0, 1) !important;
	color: #ffffff !important;
	text-shadow: 0px 0px 25px rgba(255, 146, 20, 1); /*rgba(126, 187, 248, 1);*/
}
.header2017 #eventCountdown {
	font-family: "electric";

}
.header2017 .btn-register2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.5+0,0.5+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%, rgba(169,210,243,0.5) 10%, rgba(144,186,228,0.5) 25%, rgba(144,188,234,0.5) 37%, rgba(144,191,240,0.5) 50%, rgba(107,168,229,0.5) 51%, rgba(162,218,245,0.5) 83%, rgba(189,243,253,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b8e1fc', endColorstr='#80bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
}
.header2017 .btn-register2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.6+0,0.6+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%, rgba(169,210,243,0.6) 10%, rgba(144,186,228,0.6) 25%, rgba(144,188,234,0.6) 37%, rgba(144,191,240,0.6) 50%, rgba(107,168,229,0.6) 51%, rgba(162,218,245,0.6) 83%, rgba(189,243,253,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b8e1fc', endColorstr='#99bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
}

.header2017 .btn-newsletter {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.4+0,0.4+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%, rgba(169,210,243,0.4) 10%, rgba(144,186,228,0.4) 25%, rgba(144,188,234,0.4) 37%, rgba(144,191,240,0.4) 50%, rgba(107,168,229,0.4) 51%, rgba(162,218,245,0.4) 83%, rgba(189,243,253,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b8e1fc', endColorstr='#66bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #00315c;
	color: #ffffff;
	font-weight: bold;
}
.header2017 .btn-newsletter:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.5+0,0.5+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%, rgba(169,210,243,0.5) 10%, rgba(144,186,228,0.5) 25%, rgba(144,188,234,0.5) 37%, rgba(144,191,240,0.5) 50%, rgba(107,168,229,0.5) 51%, rgba(162,218,245,0.5) 83%, rgba(189,243,253,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b8e1fc', endColorstr='#80bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
	color: #ffffff;
}

.style2017 .navArea {
	background-color: rgba(0, 72, 135, 0.8);
}
.style2017 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+80,e1e1e1+81,f6f6f6+100&0.4+0,0.4+100 */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.4) 0%, rgba(241,241,241,0.4) 80%, rgba(225,225,225,0.4) 81%, rgba(246,246,246,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.4) 0%,rgba(241,241,241,0.4) 80%,rgba(225,225,225,0.4) 81%,rgba(246,246,246,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%,rgba(241,241,241,0.4) 80%,rgba(225,225,225,0.4) 81%,rgba(246,246,246,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.style2017 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.4+0,0.4+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%, rgba(169,210,243,0.4) 10%, rgba(144,186,228,0.4) 25%, rgba(144,188,234,0.4) 37%, rgba(144,191,240,0.4) 50%, rgba(107,168,229,0.4) 51%, rgba(162,218,245,0.4) 83%, rgba(189,243,253,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b8e1fc', endColorstr='#66bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.style2017 .btn-register {
	background-color: rgba(0, 71, 135, 0.90);
	border-color: #004787;
}
.style2017 .btn-register:hover {
	background-color: rgba(0, 71, 135, 0.95);
	border-color: #004787;
}
.pricecat .inner .prices .sebprice:hover,
.pricecat .inner .prices .ebprice:hover,
.pricecat .inner .prices .npprice:hover,
.pricecat .inner .prices .osprice:hover {
	background-color: rgba(27, 140, 201, 0.25);
}
.style2017 .currentprice {
	background-color: rgba(27, 140, 201, 0.15);
}
.header2017 .btn-register:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.6+0,0.6+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%, rgba(169,210,243,0.6) 10%, rgba(144,186,228,0.6) 25%, rgba(144,188,234,0.6) 37%, rgba(144,191,240,0.6) 50%, rgba(107,168,229,0.6) 51%, rgba(162,218,245,0.6) 83%, rgba(189,243,253,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b8e1fc', endColorstr='#99bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
}



/*********************/
/*! STYLE 2019 AREA  */
/*********************/
.style2019 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#060e32+48,000000+55,000000+100 */
background: rgb(6,14,50); /* Old browsers */
background: -moz-linear-gradient(left, rgba(6,14,50,1) 48%, rgba(0,0,0,1) 55%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(6,14,50,1) 48%,rgba(0,0,0,1) 55%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(6,14,50,1) 48%,rgba(0,0,0,1) 55%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060e32', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	background-position: center top;
/*background-image:url('img/stars.png?v=0.0.1');*/
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/	/*background-attachment: fixed;*/

}

.style2019 .notificationArea {

}
.style2019 .notificationArea .container {
	background-color: rgba(0, 0, 0, 0);
}

.style2019 .contentArea {

}
.style2019 .contentArea .container {
	background-color: rgba(255, 255, 255, 0);
}

.style2019 .footerArea {
	background-color: rgba(0, 0, 0, 0);
}


@media only screen and (min-width : 1200px) {
	.countdown-period {
		font-size: 12px;
		font-size: 0.75rem;
	}
}
@media only screen and (max-width : 1199px) {
	.countdown-period {
		font-size: 10px;
		font-size: 0.625rem;
	}
}
@media only screen and (max-width : 991px) {
	.countdown-period {
		font-size: 12px;
		font-size: 0.75rem;
	}
}
@media only screen and (max-width : 767px) {
	.countdown-period {
		font-size: 10px;
		font-size: 0.625rem;
	}
}
@media (max-width: 480px) {
	.countdown-period {
		font-size: 5px;
	}
}

.style2019 .header2019 .headerArea {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;

}

.header2019 .headerArea .container {
	padding-top: 130px;
	padding-bottom: 50px;
	height: 100%;
}

@media only screen and (min-width : 1200px) {
	.style2019 .header2019 .headerArea {
		height: 68vh;
		background-image:url('img/rand_hero_b.jpg');
		background-size: cover;
	}
	.header2019 .headerArea .container {
		background-color: rgba(255, 255, 255, 0.0);
		background-image: none;
		background-position: 30% top;
		background-size: auto 100%;
	}
}

@media only screen and (max-width : 1199px) {
	.style2019 .header2019 .headerArea {
		height: 68vh;
		background-image:url('img/rand_hero_b.jpg');
		background-size: cover;
	}
	.header2019 .headerArea .container {
		background-color: rgba(255, 255, 255, 0.0);
		background-image: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.header2019 .headerArea .container {
		background-color: rgba(0, 0, 0, 0.0);
	}
	.header2019 .headerArea {
		background-position: center top;
		background-size: auto 100%;
	}
	.header2019 .headerArea .container .row {
		background-color: rgba(0, 0, 0, 0.5);
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header2019 .headerArea .container {
		background-color: rgba(0, 0, 0, 0.0);
	}
	.header2019 .headerArea {
		background-position: center top;
		background-size: auto 100%;
	}
	.header2019 .headerArea .container .row {
		background-color: rgba(0, 0, 0, 0.5);
		margin-top: -10px;
		padding-top: 10px;
		margin-bottom: -10px;
		padding-bottom: 10px;
	}
}
.header2019 .headerArea .headerLeft {
	text-align: left;
}
@media (max-width: 768px) {
	.header2019 .headerArea .headerLeft {
		text-align: center;
	}
	h1, h2, h3, h4, h5, h6, p {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.header2019 .headerArea .container {
		padding-top: 50px;
		padding-bottom: 10px;
	}
}

.header2019 .headerArea .headerLeft img {
	display: inherit !important;
}
.header2019 .headerArea .headerLeft h1 {
	font-size: 30px;
	font-size: 1.875rem;
	color: #ffffff;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
}

.header2019 .headerArea .headerRight {
	background-color: rgba(255,255,255,0.0);
	text-align: center;
	font-variant: 900;
	color: #ffffff;
}

.header2019 .siteLogo {
	max-width: 250px;
	height: auto;
}


.header2019 .headerArea .headerRight .countdownArea {

}
.header2019 .headerArea .headerRight .countdown {
	/*background-color: rgba(68,135,206, 0.8);*/
	background-color: rgba(132, 184, 25, 0.85); /* 3, 43, 98 */
	/*background-color: rgba(204, 13, 36, 0.85);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 0 0;
	margin-top: 5px;
	/*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);*/
	color: #ffffff;
	font-weight: bold;

}


.header2019 .headerArea .headerRight .sponsorbox {
	background-color: rgba(68,135,206, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
}
.header2019 .headerArea .headerRight .sponsorbox .inner .headline {
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}
.header2019 .headerArea .headerRight .sponsorbox .inner .sponsorlogos {
	padding: 10px 0;
	background-color: rgba(255, 255, 255, 1);
	height: 100px;
	width: 100%;
	display: table;
}


.header2019 .headerArea .headerRight .sponsorbox .inner .footerline {
	padding: 10px;
}


.header2019 .headerArea .headerRight .countdownArea {

}
.header2019 .headerArea .headerRight .countdown {
	background-color: rgba(255, 255, 255, 0.0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 0 0 0;
	margin-top: 5px;
	/*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);*/
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 0px 25px rgba(255, 146, 20, 1); /*rgba(126, 187, 248, 1);*/
}
.header2019 .countdown {
	color: rgba(255, 183, 0, 1) !important;
	color: #ffffff !important;
	text-shadow: 0px 0px 25px rgba(255, 146, 20, 1); /*rgba(126, 187, 248, 1);*/
}
.header2019 #eventCountdown {
	font-family: "electric";

}
.header2019 .btn-register2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.5+0,0.5+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%, rgba(169,210,243,0.5) 10%, rgba(144,186,228,0.5) 25%, rgba(144,188,234,0.5) 37%, rgba(144,191,240,0.5) 50%, rgba(107,168,229,0.5) 51%, rgba(162,218,245,0.5) 83%, rgba(189,243,253,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b8e1fc', endColorstr='#80bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
}
.header2019 .btn-register2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.6+0,0.6+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%, rgba(169,210,243,0.6) 10%, rgba(144,186,228,0.6) 25%, rgba(144,188,234,0.6) 37%, rgba(144,191,240,0.6) 50%, rgba(107,168,229,0.6) 51%, rgba(162,218,245,0.6) 83%, rgba(189,243,253,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b8e1fc', endColorstr='#99bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
}

.header2019 .btn-newsletter {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.4+0,0.4+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%, rgba(169,210,243,0.4) 10%, rgba(144,186,228,0.4) 25%, rgba(144,188,234,0.4) 37%, rgba(144,191,240,0.4) 50%, rgba(107,168,229,0.4) 51%, rgba(162,218,245,0.4) 83%, rgba(189,243,253,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b8e1fc', endColorstr='#66bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #00315c;
	color: #ffffff;
	font-weight: bold;
}
.header2019 .btn-newsletter:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.5+0,0.5+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%, rgba(169,210,243,0.5) 10%, rgba(144,186,228,0.5) 25%, rgba(144,188,234,0.5) 37%, rgba(144,191,240,0.5) 50%, rgba(107,168,229,0.5) 51%, rgba(162,218,245,0.5) 83%, rgba(189,243,253,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.5) 0%,rgba(169,210,243,0.5) 10%,rgba(144,186,228,0.5) 25%,rgba(144,188,234,0.5) 37%,rgba(144,191,240,0.5) 50%,rgba(107,168,229,0.5) 51%,rgba(162,218,245,0.5) 83%,rgba(189,243,253,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b8e1fc', endColorstr='#80bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
	color: #ffffff;
}

.style2019 .navArea {
	background-color: rgba(0, 72, 135, 0.8);
}
.style2019 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li > .item_link:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+80,e1e1e1+81,f6f6f6+100&0.4+0,0.4+100 */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.4) 0%, rgba(241,241,241,0.4) 80%, rgba(225,225,225,0.4) 81%, rgba(246,246,246,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.4) 0%,rgba(241,241,241,0.4) 80%,rgba(225,225,225,0.4) 81%,rgba(246,246,246,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%,rgba(241,241,241,0.4) 80%,rgba(225,225,225,0.4) 81%,rgba(246,246,246,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#66f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.style2019 #mega_main_menu.primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.4+0,0.4+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%, rgba(169,210,243,0.4) 10%, rgba(144,186,228,0.4) 25%, rgba(144,188,234,0.4) 37%, rgba(144,191,240,0.4) 50%, rgba(107,168,229,0.4) 51%, rgba(162,218,245,0.4) 83%, rgba(189,243,253,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.4) 0%,rgba(169,210,243,0.4) 10%,rgba(144,186,228,0.4) 25%,rgba(144,188,234,0.4) 37%,rgba(144,191,240,0.4) 50%,rgba(107,168,229,0.4) 51%,rgba(162,218,245,0.4) 83%,rgba(189,243,253,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b8e1fc', endColorstr='#66bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.style2019 .btn-register {
	background-color: rgba(0, 71, 135, 0.90);
	border-color: #004787;
}
.style2019 .btn-register:hover {
	background-color: rgba(0, 71, 135, 0.95);
	border-color: #004787;
}
.pricecat .inner .prices .sebprice:hover,
.pricecat .inner .prices .ebprice:hover,
.pricecat .inner .prices .npprice:hover,
.pricecat .inner .prices .osprice:hover {
	background-color: rgba(27, 140, 201, 0.25);
}
.style2019 .currentprice {
	background-color: rgba(27, 140, 201, 0.15);
}
.header2019 .btn-register:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8e1fc+0,a9d2f3+10,90bae4+25,90bcea+37,90bff0+50,6ba8e5+51,a2daf5+83,bdf3fd+100&0.6+0,0.6+100;Blue+Gloss+%231 */
	background: -moz-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%, rgba(169,210,243,0.6) 10%, rgba(144,186,228,0.6) 25%, rgba(144,188,234,0.6) 37%, rgba(144,191,240,0.6) 50%, rgba(107,168,229,0.6) 51%, rgba(162,218,245,0.6) 83%, rgba(189,243,253,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(184,225,252,0.6) 0%,rgba(169,210,243,0.6) 10%,rgba(144,186,228,0.6) 25%,rgba(144,188,234,0.6) 37%,rgba(144,191,240,0.6) 50%,rgba(107,168,229,0.6) 51%,rgba(162,218,245,0.6) 83%,rgba(189,243,253,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b8e1fc', endColorstr='#99bdf3fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-color: #004787;
}

.style2019 .singleSponsor {
	max-width: 172px;
	min-height: 145px;
	height: 145px;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border: 0px solid #000000;
}

.style2019 .headerArea .container {
	position: relative;
}

.style2019 .headerArea .headerLeft {
	text-align: left;
	padding-top: 10px;
}

.style2019 .headerArea .headerLeft .slogan {
	font-size: 4.3rem;
	line-height: 1.3;
	text-align: center;
}

.style2019 .headerArea .headerBottom {
	text-align: left;
	padding-top: 10px;
	position: absolute;
	bottom: 40px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.style2019 .headerArea .headerBottom h1{
	margin-bottom: 0px;
	font-size: 2.8rem;
	color: #ffffff;
	text-align: left
}
.style2019 .headerArea .headerBottom h2{
	margin-bottom: 0px;
	font-size: 2.0rem;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}



.anchorlinkmain {
	position: relative;
	color: #ffffff;
}

.anchorlinkmain .downArrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
}
.anchorlinksub {
	position: relative;
	color: #ffffff;
}

.anchorlinksub .downArrow{
	position: absolute;
	bottom: 40px;
	right: 2%;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}









.contentArea#intro {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#031f4f+0,000000+100 */
background: #031f4f; /* Old browsers */
background: -moz-linear-gradient(45deg, #031f4f 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #031f4f 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #031f4f 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031f4f', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ffffff !important;
}
.contentArea#intro .container {
	color: #ffffff !important;
	text-align: left;
	min-height: 32vh;
	padding: 40px 0;
}

.contentArea#intro .container .content {
	position: relative;
}

.contentArea#intro .container .content h1 {
	color: #ffffff !important;
	line-height: 1.2;
	font-size: 3.25rem;
	font-weight: normal;
}
.contentArea#intro .container .content h2,
.contentArea#intro .container .content h3,
.contentArea#intro .container .content h4,
.contentArea#intro .container .content h5,
.contentArea#intro .container .content h6,
.contentArea#intro .container .content p {
	color: #ffffff !important;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: normal;
}

.contentArea#intro input {
	color: #000000 !important;
}




.contentArea#timeline {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#031f4f+0,000000+100 */
	background: #031f4f; /* Old browsers */
	background: -moz-linear-gradient(45deg, #031f4f 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #031f4f 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #031f4f 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#031f4f', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ffffff !important;
}
.contentArea#timeline .container {
	color: #ffffff !important;
	text-align: left;
	min-height: 50vh;
	padding: 8vh 0;
}
.contentArea#timeline .container .content h1 {
	color: #ffffff !important;
	line-height: 1.2;
	font-size: 3.25rem;
	font-weight: normal;
}
.contentArea#timeline .container .content h2 {
	color: #ffffff !important;
	line-height: 1.2;
	font-size: 3.25rem;
	font-weight: normal;
}
.contentArea#timeline .container .content h3 {
	color: #ffffff !important;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: left;
}
.contentArea#collage {
	background:url('img/smx_1200x750_collage_v3.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: 100% auto;
    height: 20vw;
}
.contentArea#collage .container {
	background-color: rgba(225,255,255,0) !important;
}

.contentArea.event {
	margin: 2px 0;
}
.contentArea.event#inhouseseomeeting {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009ec3+0,041e59+100 */
background: rgb(0,158,195); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,158,195,1) 0%, rgba(4,30,89,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,158,195,1) 0%,rgba(4,30,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,158,195,1) 0%,rgba(4,30,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#041e59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ffffff !important;
}

.contentArea.event#afterdark {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f1e7c+0,011e65+100 */
background: rgb(111,30,124); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(111,30,124,1) 0%, rgba(1,30,101,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(111,30,124,1) 0%,rgba(1,30,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(111,30,124,1) 0%,rgba(1,30,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f1e7c', endColorstr='#011e65',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ffffff !important;
}

.contentArea.event#semyawards {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2c96c+0,42391f+100 */
background: rgb(226,201,108); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(226,201,108,1) 0%, rgba(66,57,31,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(226,201,108,1) 0%,rgba(66,57,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(226,201,108,1) 0%,rgba(66,57,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c96c', endColorstr='#42391f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.contentArea.event#deepdivesessions {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,011e65+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(1,30,101,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(1,30,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(1,30,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#011e65',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.contentArea.event#workshops {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009ec3+0,041e59+100 */
background: rgb(0,158,195); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,158,195,1) 0%, rgba(4,30,89,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,158,195,1) 0%,rgba(4,30,89,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,158,195,1) 0%,rgba(4,30,89,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec3', endColorstr='#041e59',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #ffffff !important;
}

.contentArea.event#internationalsearchsummit {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90bd30+0,345616+100 */
background: rgb(144,189,48); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(144,189,48,1) 0%, rgba(52,86,22,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(144,189,48,1) 0%,rgba(52,86,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(144,189,48,1) 0%,rgba(52,86,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90bd30', endColorstr='#345616',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.contentArea.event#programm {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,011e65+100 */
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(1,30,101,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(1,30,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(1,30,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#011e65',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.contentArea.event h3 {
	color:rgba(255,  255,  255, 0.40);
}
.contentArea.event .buttons {
	margin-top: 20px;
}

.contentArea.event .container {
	color: #ffffff !important;
	text-align: left;
	font-size: 1.2rem;
	padding: 8vh 0;
}
.contentArea.event .container .content h1 {
	color: #ffffff !important;
	line-height: 1.2;
	font-size: 3.25rem;
	font-weight: normal;
}
.contentArea.event .container .content h2 {
	color: #ffffff !important;
	line-height: 1.2;
	font-size: 3.25rem;
	font-weight: normal;
}

.contentArea.event#smxprogramm {
	background: #ffffff;
	color: #000000 !important;
}
.contentArea.event#smxprogramm .container .content {
	color: #000000 !important;
}
.contentArea.event#smxprogramm .container .content h1{
	color: #000000 !important;
}
.contentArea.event#smxprogramm .container .content h2{
	color: #000000 !important;
}

.contentArea#testimonials {
	background-color: #fff;
}
.contentArea#testimonials .container {
	text-align: left;
	min-height: 50vh;
	padding: 8vh 0;
}
.contentArea#testimonials .container .content h1 {
	line-height: 1.2;
	font-size: 3.25rem;
	font-weight: normal;
}
.contentArea#testimonials .container .content h2 {
	line-height: 1.2 !important;
	font-size: 3.25rem !important;
	font-weight: normal;
}
.contentArea#testimonials .container .content h3 {
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: left;
}

.testH1 {
	color: #ffffff;
	text-align: center;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-family: "electric";
	font-size: 26px;
	font-weight: bold;
}


.timeline {
    list-style: none;
    padding: 15px 0 0 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
	background-color: rgba(255, 255, 255, 0.79);
    left: 50%;
    margin-left: -1.5px;
}
.timeline {
	margin-bottom: 0px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li.clearfix {
    margin-bottom: 0px;
	background-color: rgba(255, 255, 255, 0);
	height: 1px;
	clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}



.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #4679bd !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #4679bd;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-header {
	color: #000;
    padding: 10px 15px 0px 15px;
    background-color:rgba(245, 245, 245, 0);
}
.timeline-header p { margin-bottom: 0; }
.timeline-header > a {
    cursor: pointer;
    text-decoration: none;
}

.timeline-footer {
	color: #000;
    padding: 5px 15px;
    background-color:rgba(245, 245, 245, 0);
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 45px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}

.timeline > li > .timeline-panel.day1 {
	border-left: 5px solid #00aeff;

}
.timeline > li.timeline-inverted > .timeline-panel.day1 {
	border-right: 5px solid #00aeff;
	border-left-color: rgb(220, 220, 220);
	border-left-style: solid;
	border-left-width: 1px;
}
.timeline-badge.day1 > a {
	color: #00aeff !important;
}

.timeline > li > .timeline-panel.day2 {
	border-left: 5px solid #0ac225;

}
.timeline > li.timeline-inverted > .timeline-panel.day2 {
	border-right: 5px solid #0ac225;
	border-left-color: rgb(220, 220, 220);
	border-left-style: solid;
	border-left-width: 1px;
}
.timeline-badge.day2 > a {
	color: #0ac225 !important;
}

.timeline > li > .timeline-panel.day3 {
	border-left: 5px solid #ffae00;

}
.timeline > li.timeline-inverted > .timeline-panel.day3 {
	border-right: 5px solid #ffae00;
	border-left-color: rgb(220, 220, 220);
	border-left-style: solid;
	border-left-width: 1px;
}
.timeline-badge.day3 > a {
	color: #ffae00 !important;
}

.featuredperson {
	text-align: center;
	float: left;
	min-height: 320px;
}
@media only screen and (min-width : 1200px) {
	.featuredperson {
		width: 14.2%;
	}
}
@media only screen and (max-width : 1199px) {
	.featuredperson {
		width: 14.2%;
	}
}
@media only screen and (max-width : 991px) {
	.featuredperson {
		width: 33%;
		min-height: 365px;
	}
}
@media only screen and (max-width : 767px) {
	.featuredperson {
		width: 33%;
	}
}
@media (max-width: 480px) {
	.featuredperson {
		width: 50%;
	}
}
.featuredperson .personimg {
	width: 85%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1868af+0,1e5393+100 */
	background: rgb(24,104,175); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%, rgba(30,83,147,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1868af', endColorstr='#1e5393',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.featuredperson .brandimg {
	max-width: 70%;
	max-height: 60px;
}
.featuredperson h3 {
	font-size: 1.125rem;
}

.featuredkeynoteperson {
	text-align: center;
	float: left;
	color: #ffffff !important;
}

@media only screen and (min-width : 1200px) {
	.featuredkeynoteperson {
		width: 25%;
	}
}
@media only screen and (max-width : 1199px) {
	.featuredkeynoteperson {
		width: 25%;
	}
}
@media only screen and (max-width : 991px) {
	.featuredkeynoteperson {
		width: 50%;
		min-height: 365px;
	}
}
@media only screen and (max-width : 767px) {
	.featuredkeynoteperson {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.featuredkeynoteperson {
		width: 50%;
	}
}
.featuredkeynoteperson .personimg {
	width: 90%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1868af+0,1e5393+100 */
	background: rgb(24,104,175); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%, rgba(30,83,147,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(24,104,175,1) 0%,rgba(30,83,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1868af', endColorstr='#1e5393',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.featuredkeynoteperson .brandimg {
	max-width: 80%;
	max-height: 60px;
	background-color: #ffffff;
	padding: 5px;
}



/*
	font-size: 100%;
	overflow-x:hidden !important;
	/height: 100%;/
}
body {
	color: #000000;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	max-width: 100%;
	overflow-x: hidden;
	font-size: 16px;
	font-size: 1rem; /* 14px
	padding-bottom: 108px !important;
	height: 100%;
	overflow-y: scroll; /* has to be scroll, not auto
	-webkit-overflow-scrolling: touch;
*/


.hotelinfos {
	background-color: #fafafa;
	min-height: 650px;
}
.hotelinfos:hover {
	background-color: #e3e3e3;
}
.googlemapslink {
	color: #000000;
}

.ddb17banner {
	background-color: #172031;
}


/* Print Styles */
@media print {
	body {
		color:black;
		font-family: Arial, Helvetica, sans-serif !important;
		font-weight: 300 !important;
		background-color: #ffffff !important;
		font-size: 10px !important;
		max-width: auto !important;
		overflow-x: inherit !important;
		-moz-hyphens: auto !important;
		-o-hyphens: auto !important;
		-webkit-hyphens: auto !important;
		-ms-hyphens: auto !important;
		hyphens: auto !important;
	}
	a:link:after, a:visited:after {
		content:"";
	}
	h1 {
		font-size: 2em !important;
	}
	h2 {
		font-size: 1.5em !important;
	}
	h3 {
		font-size: 1.17em !important;
	}
	h4 {
		font-size: 1.12em !important;
	}
	h5 {
		font-size: 0.83em !important;
	}
	h6 {
		font-size: 0.67em !important;
	}
	p {
		font-size: 1em !important;
	}
	.headerArea {
		display: none !important;
	}
	.headerRight {
		display: none !important;
	}
	.firstNav {
		display: none !important;
	}
	.navArea {
		display: none !important;
	}
	.rightSidebar {
		display: none !important;
	}
	.footerArea {
		display: none !important;
	}
	.modal {
		display: none !important;
	}
	.contentArea {

	}
	.session .description {
		display: block !important;
	}
	.showDayDescription,
	.showAllDescriptions {
		display: none !important;
	}
	.keynote {
		border-left: 1px solid red !important;
	}
	.break {
		background-color: #c0c0c0 !important;
		-webkit-print-color-adjust: exact;
		font-style: italic !important;
		font-weight: normal;
		width: 100% !important;
	}
	.sponsoredsession {
		border-left: 1px solid orange !important;
	}
	.sponsologo {
		max-width: 100px !important;
	}
	.headerLeft {
		display: none !important;
	}
	.lang-select {
		display: none !important;
	}
	.languageFlag {
		max-width: 10px !important;
	}
	.expopluslogo img {
		max-width: 30px !important;
	}
	.small_speaker_image {
		max-width: 20px !important;
		max-height: 20px !important;
	}
	#yourTags {
		display: none !important;
	}
	#cookienotification {
		display: none !important;
	}
	.trackicons {
		display: none !important;
	}
	.btn {
		display: none !important;
	}
	.line {

	}
	.time {
		width: 8% !important;
	}
	.theagenda .sessions {
		width: 92% !important;
		/*display: block !important;*/
	}
	.tagdescription .tags span{
		background-color: #f1f1f1 !important;
		margin: 2px !important;
		padding: 2px 5px !important;
		display: inline-block !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		border-radius: 5px !important;
	}
	.theagenda .tags span{
		background-color: #f1f1f1 !important;
		margin: 2px !important;
		padding: 2px 5px !important;
		display: inline-block !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		border-radius: 5px !important;
	}
	.theagenda .description {
		display: none !important;
	}
	.theagenda.details .description {
		display: block !important;
	}
	.sidebar-right {
		display: none !important;
	}
	iframe {
		display: none !important;
	}
	.title {
		-moz-hyphens: auto !important;
		-o-hyphens: auto !important;
		-webkit-hyphens: auto !important;
		-ms-hyphens: auto !important;
		hyphens: auto !important;
}



