/*
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
 */

html {
	font-size: 100%;
}
body {
	color: #000000;
	/*background: url('img/bg1.jpg?d=0.0.1') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	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: 100%;
	overflow-x: hidden;
	font-size: 16px;
	font-size: 1rem; /* 14px */
}
a {
	color: #0085ff;
	text-decoration: none;
}
a:hover {
	color: #035aac;
}

.grecaptcha-badge {
	display: none !important;
}
/*************************/
/*! GENERAL STYLE SETUP  */
/*************************/
h1,h2,h3,h4,h5,h6 {
	color: rgb(0, 61, 119);
	font-weight: 900;
}
h1 {	font-sze: 36px;
	font-size: 2.25rem;
}
h2 {
	font-sze: 30px;
	font-size: 1.875rem;
}
h3 {
	font-sze: 24px;
	font-size: 1.5rem;
}
h4 {
	font-sze: 18px;
	font-size: 1.125rem;
}
h5 {
	font-sze: 14px;
	font-size: 0.875rem;
}
h6 {
	font-sze: 12px;
	font-size: 0.75rem;
}

/*****************/
/*! HEADER AREA  */
/*****************/
.headerArea {
	background-color: rgba(0, 0, 0, 1);
	height: 100%;
}
.headerArea .transparency {
	background-color: rgba(0, 0, 0, 0.2);
}

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

/*
@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 {
		background-image:url('img/smxpar23_site_bkg.jpg');
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
	@media (max-width: 768px) {
		.headerArea {
			background-position: left bottom;
		}
	}
/*}*/

.btn {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

/*
@media only screen and (max-width : 1199px) {
	.headerArea .container {
		background-image:url('img/paris-big.jpg?v=3');
		background-position: center top;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}

/* Medium Devices, Desktops */
/*
@media only screen and (max-width : 991px) {
	.headerArea .container {
		background-image:url('img/paris-big.jpg?v=3');
		background-position: center top;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}

/* Small Devices, Tablets */
/*
@media only screen and (max-width : 767px) {
	.headerArea .container {
		background-image:url('img/paris-big.jpg?v=3');
		background-position: center top;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
}
*/

.img-responsive {
	margin: 0 auto;
}

.allPartnerLogosCat {

}
.allPartnerLogosCat .img-brand {
	margin: 0 auto;
}
.widget-title {
	text-align: center;
}

.headerAreaSemy {
	background-color: #083364;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: cover;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(16, 45, 79);
	background-image: url('img/semy/bg_header4.jpg');
	background-origin: padding-box;
	background-position: center bottom;
	/*background-size: cover;*/
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	position: relative;
}

.headerAreaSemy .backgroundStars1 {
	position: absolute;
	width:100%;
	height:100%;
	background:url('img/semy/stars.png');
	background-position: 50% 0;
	opacity:.3;
	top: 0;
	left: 0;
}
.headerAreaSemy .backgroundStars2 {
	position: absolute;
	width:100%;
	height:100%;
	background:url('img/semy/stars2.png');
	background-position: 50% 0;
	opacity:.3;
	top: 0;
	left: 0;
}

.headerAreaSemy .transparency {
	background-color: rgba(0, 0, 0, 0.2);
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.headerAreaSemy .container {
	padding-top: 130px;
	padding-bottom: 50px;
	height: 100%;
}

.headerAreaSemy .dates-lg {
	background-color: rgba(255, 230, 0, 0.55);
	width:100%;
	height:100%;
	background:url('img/semy/info2023.png');
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.headerAreaSemy .dates-2017-lg {
	background-color: rgba(255, 230, 0, 0.55);
	width:100%;
	height:100%;
	background:url('img/semy/info2019-v3.png');
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.headerAreaSemy .headerCenter {
	text-align: center;
}
.headerAreaSemy .headerCenter img{
	max-width: 40%;
}
@media (max-width: 768px) {
	.headerAreaSemy .headerCenter img{
		max-width: 100%;
	}
}






.headerArea .headerLeft {
	text-align: left;
}
@media (max-width: 768px) {
	.headerArea .headerLeft {
		text-align: center;
	}
}

.headerArea .headerLeft img {
	display: inherit !important;
}
.headerArea .headerLeft h1 {
	font-size: 32px;
	font-size: 2.0625rem;
	color: #ffffff;
	/*background-color: rgba(28, 87, 164, 0.5);*/
	padding: 10px;
}

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

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


.headerArea .headerRight .countdownArea {

}
.headerArea .headerRight .countdown {
	background-color: rgba(28, 87, 164, 0.9);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin-top: 5px;
}


.headerArea .headerRight .sponsorbox {
	background-color: rgba(28, 87, 164, 0.9);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	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;
}





.sponsorWidgetContent #partenairesmedias .sponsorLogo#partner209 {
	width: auto !important;
	height: auto !important;
	max-height: 48px;
	max-width: 100px;

}
.sponsorWidgetContent #partenairesmedias .sponsorLogo#partner3644 {
	width: auto !important;
	height: auto !important;
	max-height: 80px;
	max-width: 100px;

}
.sponsorWidgetContent #partenairesmedias .sponsorLogo#partner3647 {
	width: auto !important;
	height: auto !important;
	max-height: 44px;
	max-width: 100px;

}


/**************/
/*! NAV AREA  */
/**************/
.navArea {
	background-color: rgba(28, 87, 164, 0.98);
	height: 70px;
	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: rgba(132,0,0,0.50);
}
.offersArea .container {
	color: #ffffff;
	background-color: rgba(132,0,0,0.50);
	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;
	}
}
/******************/
/*! CONTENT AREA  */
/******************/
.contentArea {
	background-color: rgba(255, 255, 255, 1);
}
.navArea.affix + .contentArea {
	padding-top: 55px;
}
.contentArea .container {
	background-color: rgba(255, 255, 255, 1);
	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;
}


	/******************/
	/*! 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;
}

/*****************/
/*! FOOTER AREA  */
/*****************/
.footerArea {
	background-color: rgba(10, 54, 116, 1);
	color: #ffffff;
	margin-bottom: -130px;
}
.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;

	}






/****************************/
/*! 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{
	background:#fff;
	border:1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	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 rgb(28, 87, 164);
	border-collapse: collapse;
}
.pricetable th {
	border: 1px solid #467ec9;
	border-collapse: collapse;
	background-color: rgba(28, 87, 164, 0.9);
	color: #ffffff;
	vertical-align: bottom;
	padding: 5px;
}
.pricetable tr {
	border: 1px solid #467ec9;
	border-collapse: collapse;
}
.pricetable .alt {
	background-color: rgba(28, 87, 164, 0.05);
}
.pricetable td {
	border: 1px solid rgb(28, 87, 164);
	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;
}
*/







/**********************/
/*! 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;
}




/**********************/
/*! REGISTER BUTTON   */
/**********************/
	.btn-register {
		color: #ffffff;
		background-color: #f85f0a;
		border-color: #f85f0a;
	}
	.btn-register:hover,
	.btn-register:focus,
	.btn-register:active,
	.btn-register.active,
	.open .dropdown-toggle.btn-register {
		color: #ffffff;
		background-color: #f8710b;
		border-color: #f8710b;
	}
	.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 0px 0px;
	border-bottom: 1px solid #000000;
}

/* =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: rgba(28, 87, 164, 0.9);
	margin: 0px 0px 10px 0px !important;
	padding: 10px;
	color: #ffffff;
}
.partnerCategory {
	background-color: #ffffff;
	border: solid 2px rgba(28, 87, 164, 0.9);
	/*background-color: rgba(68,135,206, 0.9);*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	text-align: center;
}
.partnerCategory .sponsorLogo {
	margin: 10px;
}
.speakerpic {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

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


#s3717 {
	width: 66.666% !important
}



/* Large desktops and laptops */
@media (min-width: 1200px) {
	.speakerdiv {
		min-height: 190px;
	}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.speakerdiv {
		min-height: 190px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.speakerdiv {
		min-height: 210px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.speakerdiv {
		min-height: 255px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.speakerdiv {
		min-height: 220px;
		width: 50% !important;
		max-width: 50%;
	}
}


/*
#partner1242 img {
	width: 250px !important;
	height: 58px !important;
}
#partner1242 {
	width: 250px !important;
	max-height: 58px !important;
}
*/

#s4100 {
	width: 33.3% !important;
}
#s4095 {
	width: 66.6% !important;
}

.twitterlinksemy {
	font-weight: bold !important;
	color: #1da1f2 !important;
}
.twitterlinksemy .rmicon-twitter2 {

}
.img-brand {
	margin-top: 20px !important;
}
#cat1778 .img-brand {
	max-height: 54px;
	max-width: 90px;
}