/* Reset --------------------------------------------------------------------- */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {
	border:0;
	margin:0;
	outline:none;
	padding:0;
}
html {height:100%;}
:focus {outline:0}
a:focus {outline: none}
table {border-collapse:collapse; border-spacing:0}
ul, ol {list-style:none;}

/* fonts ----------------------------------------------------------- */
@font-face{
	font-family: 'bariol_regularregular';
	src: url('../fonts/bariol_regular-webfont.eot');
	src: url('../fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bariol_regular-webfont.woff') format('woff'),
	url('../fonts/bariol_regular-webfont.ttf') format('truetype'),
	url('../fonts/bariol_regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'bariol_regularregular';
		src: url('../fonts/bariol_regular-webfont.svg#webfont') format('svg');
	}
}

@font-face {
	font-family: 'bariolregular_italic';
	src: url('../fonts/bariol_regular_italic-webfont.eot');
	src: url('../fonts/bariol_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bariol_regular_italic-webfont.woff') format('woff'),
	url('../fonts/bariol_regular_italic-webfont.ttf') format('truetype'),
	url('../fonts/bariol_regular_italic-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'bariolregular_italic';
	url('../fonts/bariol_regular_italic-webfont.svg#webfont') format('svg');
	}
}

@font-face {
  font-family: 'bariol_bold';
  src: url('../fonts/bariol_bold-webfont.eot');
  src: url('../fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/bariol_bold-webfont.woff') format('woff'),
  url('../fonts/bariol_bold-webfont.ttf') format('truetype'),
  url('../fonts/bariol_bold-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bariol_bold';
  url('../fonts/bariol_bold-webfont.svg#webfont') format('svg');
  }
}

/* default -------------------------------------------------- */
body {
	font-family: 'bariol_regularregular', sans-serif;
}
.container {max-width:960px;}
a, button {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:focus {text-decoration:none;}
section, footer {
	float:left;
	width:100%;
	position:relative;
}

/* site components -------------------------------------------------- */

.banner-center {
    width: 100%;
    z-index: 50;
}

/* header ---------------------------- */
header {
	width:100%;
	background:#fff;
	border-bottom:solid 2px #115a75;
	min-height:96px;
	font-family: 'bariol_regularregular', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
}
header .navbar {
	background:none;
	border:none;
	margin-bottom:0;
}
header .navbar-header img {
	position:absolute;
	top:16px;
	left:50%;
	margin-left:-65px;
	z-index:10;
}
header .nav {
	float:none;
	text-align:center;
}
header .nav>li {
	float:none;
	display:inline-block;
}
header .nav>li>a {
	line-height:96px;
	padding-bottom:0;
	padding-top:0;
}
header .nav>li>a:hover {color:#ffb606 !important;}
header .menuPad01 {padding-right:80px;}
header .menuPad02 {padding-left:80px;}
header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:hover, header .navbar-default .navbar-nav>.open>a:focus {
	color:#ffb606;
	background:none;
}
header .navbar-collapse {border-top:none;}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {position:static;}
.yamm .container {position:relative;}
.yamm .dropdown-menu {left:auto;}
.yamm .yamm-content {padding:20px 30px;}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left:0;
  right:0;
  background:#ffb606;
}
.yamm .dropdown.yamm-fw .dropdown-menu ul {text-align:center;}
.yamm .dropdown.yamm-fw .dropdown-menu ul li {
  display:inline-block;
  padding-left:20px;
  padding-right:20px;
}
.yamm .dropdown.yamm-fw .dropdown-menu ul li a  {
  color:#fff;
  font-size:20px;
}
header.fixed {
	position:fixed;
	top:0;
	z-index: 9999;
	background:rgba(255,255,255,.95);
}
.navbar-default .navbar-toggle {
	margin:30px 30px 0 0;
}


.link-geecon-org {
    position: fixed;
    top: 40%;
    left: -14px;
    z-index: 100;
}

.link-geecon-org:hover {
    left: 0;
}

/* content01 ---------------------------- */
#content01 {
  height: 594px;
/*  background-color: #115a75;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8fd5e3), to(#115a75));
  background: -webkit-linear-gradient(top, #115a75, #8fd5e3);
  background: -moz-linear-gradient(top, #115a75, #8fd5e3);
  background: -ms-linear-gradient(top, #115a75, #8fd5e3);
  background: -o-linear-gradient(top, #115a75, #8fd5e3); */

  background: -webkit-linear-gradient(#115973, #09b0ee, #92d6e3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#115973, #09b0ee, #92d6e3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#115973, #09b0ee, #92d6e3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#115973, #09b0ee, #92d6e3); /* Standard syntax */

  overflow:hidden;

  /*background-color: #215062
  */
/*background: #ffb606; */
/*#edebe9*/

  /* background-image: url("/assets/images/banner1.png");*/
 /* overflow:hidden; */

  background: url("/assets/images/room.jpg") no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#content01beta {
/*  height: 480px;
  overflow:hidden;

  background: url("/assets/images/poster.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.hero {
  overflow:hidden;
  /*min-height: 400px;*/

  font-family: 'bariol_bold', sans-serif;
  text-transform: uppercase;
  color: white;

  background: url("/assets/images/poster.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero__inner {
  /*display: flex;*/
  padding: 60px 40px;
}

@media (max-width: 768px) {
  .hero__inner {
    padding: 45px 20px;
  }
}

.hero__cta {
  display: block;
  font-size:40px;
  line-height: 1;
}

@media (max-width: 768px) {
  .hero__cta {
    text-align: center;
    font-size: 32px;
  }
}

.hero__cta--big {
  display: block;
  font-size: 60px;
}

@media (max-width: 768px) {
  .hero__cta--big {
    font-size: 40px;
  }
}

.hero__details {
  margin-top: 100px;
  text-align: right;
  font-size:40px;
  line-height: 1;
}

@media (max-width: 768px) {
  .hero__details {
    text-align: center;
    font-size: 32px;
  }
}


.hero__date,
.hero__location {
  display: block;
}

.hero__location {
  color:#ffb606;
}

.menu-lower-text {
    bottom: -20px;
}

#content01 .col-sm-12 {
  height:594px;
  z-index:10;
}
.ban01, .ban02, .ban03, .ban04, .ban05, .ban06, .ban07, .ban08, .ban09, .ban10, .ban11, .ban12, .ban13, .ban14, .ban15, .ban16, .ban17, .ban18, .ban19, .ban20, .ban21, .ban22,
.ban23, .ban24, .ban25, .ban26, .ban27, .ban28, .ban29 {position:absolute;}
.ban01 {bottom:0px;	left:10px;}
.ban02 {bottom:-100px; right:5%;}
.ban03 {top:380px; left:150px;}
.ban04 {top:70px; left:7%;}
.ban05 {bottom:-180px; left:8%;}
.ban06 {top:-60px; left:20%;}
.ban07 {top:-70px; right:15%;}
.ban08 {top:80px; left:550px;}
.ban09 {top:55px; left:60px;}
.ban10 {top:200px; left:20%;}
.ban11 {top:2px; left:5%;}
.ban12 {top:2px; right:5%;}
.ban13 {top:0px; right:7%;}
.ban14 {top:0px; left:4%;}
.ban15 {top:-110px; right:-150px;}
.ban16 {top:-70px; left:220px;}
.ban17 {top:300px; left:220px;}
.ban18 {top:380px; left:300px;}
.ban19 {top:1000px; left:5%;}
.ban20 {bottom:0px; right:4%;}
.ban21 {top:200px; left:10%;}
.ban22 {top:600px; left:14%;}
.ban23 {top:40%; left:20%;}
.ban24 {top:60%; right:10%;}
.ban25 {top:50%; right:15%;}
.ban26 {top:20%; right:10%;}
.ban27 {top:5%; right:-120px;}
.ban28 {top:60%; left:-20px;}
.ban29 {top:380px; right:220px;}


.btn-register {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #49abd0;
    font-size: 45px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border: solid #fbb531 4px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 25px;
    display: inline-block;
}

.btn-register:hover {
    color: #49abd0;
    background: #ffffff;
    border: solid #49abd0 4px;
    text-decoration: none;
}

.btn-geecon-white {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #49abd0;
	font-size: 20px;
	background: #ffffff;
	padding: 10px 20px 10px 20px;
	border: solid #fbb531 2px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}

.btn-geecon-white:hover {
	color: #49abd0;
	background: #ffffff;
	border: solid #49abd0 2px;
	text-decoration: none;
}

/* content02 ---------------------------- */
#content02 {
	padding:50px 0;
	color:#272727;
}
#content02 .col-sm-2 {width:20%;}
#content02 .col-sm-2 p {
	color:#ffb606;
	font-family: 'bariol_regularregular', sans-serif;
	font-size:40px;
}
#content02 .col-sm-2 h4 {
	font-size:24px;
	text-transform:uppercase;
}
#content02 .col-sm-2 h4 strong {color:#49abd0;}
#content02 .col-sm-8 p {
	font-size:20px;
	margin-top:40px;
}

/* content03 ---------------------------- */
#content03 {
	padding:50px 0;
	background:#ffb606;
	color:#fff;
	text-align:center;
	font-family: 'bariol_regularregular', sans-serif;
	font-size:24px;
}
#content03 h2 {
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:40px;
}
#content03 a {color:#fff;}
#content03 .col-sm-3 {padding:15px;}
#content03 .col-sm-3 img {
	border-radius:50%;
	margin-bottom:20px;
	border:solid 4px #ffb606;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	max-height: 154px;
	max-width: 154px;
}
#content03 .col-sm-3 a:hover {
	text-decoration:none;
	color:#ffd97d;
}
#content03 .col-sm-3 a:hover img {border-color:#ffd97d;}
#content03 .col-sm-3:last-child {
	padding-top:60px;
	text-transform:uppercase;
}
#content03 .col-sm-3:last-child a strong {color:#49abd0;}

/* content04 ---------------------------- */
#content04 {
	padding:50px 0;
	color:#272727;
	overflow:hidden;
}
#content04 h2 {
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:40px;
	color:#ffb606;
	font-family: 'bariol_regularregular', sans-serif;
}
#content04 date {
	font-size:20px;
	color:#ffb606;
	font-family: 'bariol_regularregular', sans-serif;
}
#content04 h3 {
	font-size:24px;
	margin-bottom:10px;
	font-family: 'bariol_regularregular', sans-serif;
}
#content04 .col-sm-6 {font-size:16px;}
#content04 .col-sm-9 span {
	text-align:right;
	margin-top:10px;
	width:100%;
	display:block;
}
#content04 .navi-left {
	font-size:36px;
	position:absolute;
	left:-20px;
	top:50%;
	margin-top:-20px;
	z-index:10;
	color:#272727;
}
#content04 .navi-right {
	font-size:36px;
	position:absolute;
	right:-20px;
	top:50%;
	margin-top:-20px;
	z-index:10;
	color:#272727;
}
#content04 .navi-left:hover, #content04 .navi-right:hover {color:#999;}

/* content05 ---------------------------- */
#content05 {
	padding:50px 0;
	background:#ffb606;
	color:#fff;
	text-align:center;
	overflow:hidden;
}


#content05 h2 {
	font-size:36px;
	text-transform:uppercase;
	font-family: 'bariol_regularregular', sans-serif;
}
#content05 h3 {
	font-size:24px;
	margin-top:20px;
	font-family: 'bariol_regularregular', sans-serif;
}
#content05 h4 {
	font-size:20px;
	margin-top:2px;
	text-align:right;
	font-family: 'bariol_regularregular', sans-serif;
}
#content05 .vimeo {
	background:url(../images/monitor.png) no-repeat center top;
	min-width:626px;
	min-height:564px;
	position:relative;
	margin-top:-80px;
	margin-left:-40px;
}
#content05 .vimeo iframe {
	position:absolute;
	top:131px;
	left:97px;
	border-radius:4px;
}
#content05 blockquote {
	margin-top:15px;
	font-size:16px;
}
#content05 .col-sm-4 p.more {
	text-align:right !important;
	font-size:16px;
	margin-top:20px;
}
#content05 .col-sm-8 p {
	font-size:24px;
	font-family: 'bariol_regularregular', sans-serif;
	margin-top:10px;
}
#content05 .avatar {
	border-radius:50%;
	float:left;
	max-width:48px;
	margin:5px 10px 0 0;
}
#content05 .col-sm-4 ul {margin-top:20px;}
#content05 .col-sm-4 ul li {
	padding-bottom:20px;
	float:left;
	width:100%;
	text-align:left;
}
#content05 .col-sm-4 ul li div {
	float:left;
	padding:0;
}
#content05 .col-sm-4 li.more {
	text-align:right !important;
	margin-bottom:20px;
	font-size:16px;
}

/* content06 ---------------------------- */
#content06 {
	padding:50px 0;
	color:#272727;
	overflow:hidden;
}
#content06 h2 {
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:60px;
	color:#ffb606;
	font-family: 'bariol_regularregular', sans-serif;
}
#content06 h3 {
	font-size:20px;
	margin:40px 0 20px 0;
	color:#ffb606;
	font-family: 'bariol_regularregular', sans-serif;
}
#content06 div img {margin:20px 30px;}
#content06 a {
	color:#ffb606;
	font-size:20px;
	line-height:50px;
	font-family: 'bariol_regularregular', sans-serif;
	margin-top:40px;
	/*display:block;*/
}
#content06 a:hover {
	color:#49abd0 !important;
	text-decoration:none;
}
#content06 a i {
	border:solid 6px #ffb606;
	border-radius:50%;
	width:60px;
	height:60px;
	color:#ffb606;
	font-size:40px;
	line-height:50px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#content06 a:hover i {
	border:solid 6px #49abd0;
	color:#49abd0;
}

/* footer ---------------------------- */
footer {
	padding:50px 0;
	background:#49abd0;
	color:#fff;
}
footer .container {position:relative;}
footer h2 {
	font-size:36px;
	text-transform:uppercase;
	font-family: 'bariol_regularregular', sans-serif;
}
footer .form-control {
	background:#fff;
	border:none;
	border-radius:10px;
	color:#49abd0;
	margin-bottom:20px;
}
footer .btn {
	background:#fbb531;
	border:none;
	border-radius:10px;
	text-transform:uppercase;
	height:34px;
	outline:none;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	font-family: 'bariol_regularregular', sans-serif;
	font-size:16px;
}
footer .btn:hover {
	background:#f49800;
	color:#fff;
}
footer .col-sm-4 span {
	text-align:left;
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
}
footer p {
	font-size:14px;
	text-transform:uppercase;
	margin-top:55px;
}
footer p strong {font-family: 'bariol_regularregular', sans-serif;}
footer .col-sm-4 a {opacity:0.7;}
footer .col-sm-4 a:hover {opacity:1;}
footer .col-sm-4 a i {
	font-size:34px;
	color:#fff;
}
footer .col-sm-4:last-child {text-align:right;}
footer .col-sm-4 .col-sm-2 {padding-bottom:20px;}






/* review ---------------------------- */
#review {
	padding:50px 0;
	background:#ffb606;
	text-align:center;
}
#review h2 {
	font-size:36px;
	font-family: 'bariol_regularregular', sans-serif;
	margin-bottom:40px;
	padding-top:5px;
	background:url(../images/header.png) repeat-x;
	min-height:56px;
	color:#fff;
	text-transform:uppercase;
}
.headerA {
	background:url(../images/headerA.png) no-repeat 0 0;
	min-height:56px;
	width:56px;
	float:left;
	margin-top:-5px;
}
.headerB {
	background:url(../images/headerB.png) no-repeat 0 0;
	min-height:56px;
	width:56px;
	float:right;
	margin-top:-5px;
}
#review h3 {
	font-size:24px;
	margin:5px 0 10px 0;
	font-family: 'bariol_regularregular', sans-serif;
	color:#fff;
}
#review p {font-size:15px;}
#review span a {
	color:#49abd0;
	font-size:24px;
	padding:15px 0 10px 0;
	font-family: 'bariol_regularregular', sans-serif;display:block;
}
#review .col-sm-3 {
	background:url(../images/bgAnot.png) no-repeat center 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-top:10px;
}
#review .col-sm-3:hover {background:url(../images/bgAnotA.png) no-repeat center 0;}
#review .col-sm-3 img {
	border-radius:50%;
	margin:12px 0 20px 2px;
	max-height:138px;
	max-width:138px;
}
#review .col-sm-3 a:hover {
	text-decoration:none;
	color:#fef0d6;
}

/* bio ---------------------------- */
#bio {
	padding:90px 0;
	color:#252525;
	font-size:22px;
	overflow:hidden;
}
#bio .container {position:relative;}
.bioPhoto {
	background:url(../images/bgBio.png) no-repeat 0 0;
	width:224px;
	height:224px;
	margin:0 auto;
}
.bioPhoto img {
	border-radius:50%;
	margin:12px 0 0 12px;
	max-height: 200px;
	max-width: 200px;
}
#bio h1 {
	font-size:35px;
	font-family: 'bariol_regularregular', sans-serif;
	margin-bottom:20px;
	color:rgba(73,171,208,1);
}
#bio p {padding-bottom:20px;}
#bio span a {
	font-size:25px;
	font-family: 'bariol_regularregular', sans-serif;
	color:rgba(73,171,208,1);
}
#bio span a:hover {
	text-decoration:none;
	color:#fbb531;
}

/* blueText ----------------------------  */
#blueText {
	background:rgba(73,171,208,1);
	padding:90px 0;
	color:#fff;
	font-size:22px;
	overflow:hidden;
}
#blueText h1 {
	font-size:60px;
	font-family: 'bariol_regularregular', sans-serif;
	margin-bottom:20px;
}
#blueText p {padding:15px 0;}

/* whiteText ---------------------------- */
#whiteText {
	padding: 5px 0;
	color: #000;
	font-size: 18px;
	font-family: 'bariol_regularregular', serif;
}

#whiteText strong {
	color: #fbb531;
}

#whiteText .speaker {
	text-align: center;
}

#whiteText h1 {
	font-size: 36px;
	font-family: 'bariol_regularregular', serif;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fbb531;
	margin-top: 40px;
	margin-bottom: 40px;
}

#whiteText h2 {
	font-size: 24px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 15px;
}

#whiteText p {
	padding: 15px 0;
}

#whiteText img {
	margin-bottom: 15px;
}

#whiteText2 {
	padding: 5px 0;
	color: #000;
	font-size: 18px;
	font-family: 'bariol_regularregular', serif;
	margin-top: 50px;
	margin-bottom: 50px;
}



/* yelowText ---------------------------- */
#yelowText {
	padding:50px 0;
	background:#ffb606;
	color:#252525;
	font-size:22px;
}
#yelowText .col-sm-10 {
	padding-top:15px;
	padding-bottom:15px;
}
#yelowText h1 {
	font-size:60px;
	font-family: 'bariol_regularregular', sans-serif;
	color:#fff;
	margin-bottom:40px;
}
#yelowText h2 {
	font-size:30px;
	font-family: 'bariol_regularregular', sans-serif;
	color:#fff;
	margin-bottom:15px;
}
#yelowText img {
	float:left;
	margin-right:20px;
}
#yelowText p {padding-bottom:30px;}
#yelowText .imgInc {
	color:#fff;
	font-family: 'bariol_regularregular', sans-serif;
}

/* bigList ----------------------------  */
#bigList {padding:90px 0;}
#bigList ul li a {
	background:url(../images/bigList.png) no-repeat 0 0;
	font-size:40px;
	padding-left:40px;
	color:#49abd0;
}
#bigList ul li a:hover {
	background:url(../images/bigListA.png) no-repeat 0 0;
	font-family: 'bariol_regularregular', sans-serif;
	color:#fbb531;
	text-decoration:none;
}

/* mainContentBlue ----------------------------  */
#mainContentBlue {
	background:rgba(73,171,208,1);
	margin-bottom:80px;
	padding:90px 0;
}
#mainContentBlue .col-sm-10 table {
	border:solid 3px #fff;
	color:#fff;
	width:100%;
	font-size:26px;
	font-family: 'bariol_regularregular', sans-serif;
}
#mainContentBlue .col-sm-10 table tr td {
	border:solid 3px #fff;
	padding:10px;
}
#mainContentBlue .col-sm-10 table tr td+td {text-align:center;}


/* mobilní zařízeni do šířky 480px ----------------------------------- */
@media (max-width: 640px){
	.ban04, .ban05, .ban15, .ban20, .ban16, .ban18, .ban19, .ban17, .ban25, .ban26, .ban29 {display:none;}
	section, footer, header {overflow:hidden;}
	footer p {text-align:center; padding-bottom:20px}
	#bigList ul li a {font-size:22px;}
	.ae {visibility:visible !important;}
	#review h2 {font-size:20px;padding-top:10px;}
	#review h2 i {margin-top:-10px !important}
	header .nav {text-align:left;}
	header .nav>li {display:block; padding-left:10px}
	header .nav>li>a {line-height:40px;}
	header .menuPad01 {padding-right:0px;}
	header .menuPad02 {padding-left:0px;}
	.yamm .dropdown.yamm-fw .dropdown-menu ul {text-align:left;}
	.yamm .dropdown.yamm-fw .dropdown-menu ul li {display:block;}

    .element_no_mobile {
        display: none
    }
}


/*  ------------------------------------------------------- */

/*
Twitter
****************/
#tweets {
    margin-top: 20px;
    padding-left: 20px;
    text-align:left;
}

div.tweet {
    color: #414143 !important;
    font-family: Tahoma, sans-serif;
    border-bottom: 1px dotted #DDDDDD;
    overflow: hidden;
}

div.tweet_wrapper {
    overflow: hidden;
    padding: 6px 8px;
}

div.tweet_picture {
    width: 40px;
    height: 40px;
    float: left;
    display: block;
}

div.tweet_picture img {
    width: 30px;
    height: 30px;
}

div.tweet_text {
    float: left;
    font-size: 13px;
    color: black;
    width: 245px;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}


div.tweet_text p {
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

div.tweet_data {
    width: 245px;
    float: left;
}

div.tweet_metadata {
    width: 245px;
    font-size: 13px;
    color: black;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-style: italic !important;
}

div.tweet_metadata a {
    color: inherit;
}

.mediaBarSectionTweets {
    /*width: 323px;*/
    /*background: url("../images/tweets.png") top left no-repeat;*/
    float: right;
}

.mediaBarSectionTweetsIconCloud {
    margin: 1px 0px 0px -29px;
    float: left;
}

/* MaGa changes ON -------------------------------------------------- */
#agendaContentBlue {
	background:rgba(73,171,208,1);
	margin-bottom:80px;
	color: #fff;
	text-align: center;
}
#agendaContentBlue table{
	border:solid 3px #fff;

}

#agendaContentBlue table tr td {
	border:solid 3px #fff;
}
#agendaContentBlue .presentation  {	background:#ffb606}


#agendaDivTab {
	background:rgba(73,171,208,1);
	margin-bottom:30px;
	color: #fff;
	text-align: center;
}

#agendaDivTab .presentation  {	background:#ffb606}

#agendaDivTab table tr td { border:solid 3px #fff;}

.more-space {height: 30px}

/*#agendaContentBlue table {*/
/*border:solid 3px #fff;*/
/*color:#fff;*/
/*width:100%;*/
/*font-size:16px;*/
/*font-family: 'bariol_regularregular', sans-serif;*/
/*}*/
/*#agendaContentBlue .col-sm-10 table tr td {*/
/*border:solid 3px #fff;*/
/*padding:10px;*/
/*}*/

#agendaContentBlue table tr td+td {text-align:center;}


.ban-agenda {z-index:1;}
/* MaGa changes OFF -------------------------------------------------- */

/* Info about geecon classes right under the header  -------------------------------------------------- */
.classes-info {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #ffb606;
}

.classes-info:hover {
    color: #fff;
    background-color: #115a75;
    text-decoration: none;
}

.classes-info strong {
    text-transform: none;
}

.classes-info h3 {
    padding: 5px 20px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
