@font-face {
  font-family: 'Anton';
  src: url('fonts/Anton.ttf');
}

/*--------------------
Color Scheme =======*/

input[type='submit'], .nav li.current a, .speaker-contacts > .contact:hover,
.social-icons li a:hover, .form-notification, .table-price, .gotop:hover,
.preloader div, .owl-btn.prev:hover, .owl-btn.next:hover,
.flex-control-paging li a.flex-active, .flex-control-paging li a.flex-active:hover,
.owl-page.active span, .owl-page.active span:hover,
.preloader, .preloader:before, .preloader:after, div.fancy-select div.trigger.open,
div.fancy-select ul.options li.selected, div.fancy-select ul.options li.selected.hover  {
	background-color: #65a219; /* <- Paste here your prefered color */
}

a, .accordion-heading span, .speaker-contacts > .contact,
.table-features li.fa-check-circle, .owl-btn.prev,
.owl-btn.next, div.fancy-select ul.options li.hover {
	color: #442eb6; /* <- Paste here your prefered color */
}

.speaker:hover .speaker-photo, .speaker-contacts > .contact,
.social-icons li a:hover, .gotop:hover, .speaker-contacts > .contact:hover {
	border-color: #569212; /* <- Paste here your prefered color */
}



/*--------------------
Reset ==============*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
	margin:0;
	padding:0;
}



/*--------------------
General ============*/
body {
	-webkit-font-smoothing: antialiased;
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

a {
    text-decoration:none;
}

a:hover {
	color: #bbbac0;
    text-decoration:none;
}

p {
    font-size: 1.6rem;
	line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

h1,h2,h3 {
    font-family: 'Anton';
    line-height: 1.4em;
    color: #222222;
    margin: 10px 0;
}

h4,h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	color: #555555;
	margin: 10px 0;
}

h1 {
    font-size: 5.5rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.6rem;
}

blockquote {
	font-size: 1.6rem;
	line-height: 1.6em;
	border-left: 3px solid #efefef;
	padding: 1rem 0 1rem 1rem;
	margin: 1rem 0;
}

ul,ol {
	font-size: 1.6rem;
	line-height: 1.6em;
	padding: 0 0 0 2rem;
	margin: 1rem 0;
}

ul {
	list-style-image: url(../images/ul.png);
}

hr {
	height: 2px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #efefef;
}

input,
textarea,
select {
	width: 60%;
	height: 4rem;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 1rem 1.5rem;
	border: none;
	background: #eeeeee;
	border-radius: 5px;
	font-size: 1.6rem;
	color: #555555;
	border: 1px solid #cccccc;
}

textarea {
	height: 10rem;
}

input:FOCUS,
textarea:FOCUS {
	background: #fafafa;
	border: 1px solid #999999;
}

input[type="radio"] {
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

label {
	display: block;
	font-weight: normal;
	padding-left: 10px;
	line-height: 0em;
}

select {
    cursor: pointer;
    line-height: 5.6rem;
    padding: 0.7rem 1.5rem;
    -webkit-appearance: menulist-button;
}

input[type='submit'] {
	height: 6rem;
	font-size: 2.5rem;
	color: #ffffff;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

input[type='submit']:hover {
	opacity: 0.9;
}

input[type='submit']:active {
	border-bottom: 1px solid #b85146;
}

.box {
	background: #fff;
	border-radius: 5px;
	padding: 0 45px;
}

#header {
	position: relative;
	margin-bottom: -100px;
	overflow: hidden;
}

.header-panel {
	position: absolute;
	width: 100%;
	min-height: 100px;
	top: 0;
	margin-top: 50px;
	z-index: 55;
}

.header-menu {
	position: absolute;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    z-index: 55;
}

.header-menu.sticky {
	position: fixed;
	margin: 0;
	-moz-animation: bounceInDown 0.5s;
	-webkit-animation: bounceInDown 0.5s;
	animation: bounceInDown 0.5s;
}

.header-menu.fixed {
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
}

.header-menu > .box {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-menu.sticky > .box {
	padding-top: 0;
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: 1px solid #efefef;
}

.header-bg {
	position: relative;
	height: 510px;
	overflow: hidden;
    background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
}

/*--------------------
Header setup =======*/
.header-container {
    max-width: 1230px;
	margin: 0 auto;
	max-height: 510px
}

.header-wolf {
    float: left;
	max-width: 360px;
	margin-left: -90px;
	margin-top: 90px;
}

.header-wolf img {
    max-width: 100%;
	object-fit: scale-down;
}

.header-logo {
    float: left;
	padding-top: 175px;
	max-width: 320px;
	padding-left: 30px;
}

.header-logo img {
    max-width: 100%;
	object-fit: scale-down;
}

.header-custom-char {
	float: left;
    max-width: 360px;
	padding-top: 120px;
	margin-left: 75px;
}

.header-custom-char img {
    max-width: 100%;
	margin-left: -55px;
}

.content {
	position: relative;
    padding: 0 15px;
    z-index: 50;
}

.content section {
	padding: 50px 0;
}

.content section.row {
	margin-bottom: -20px;
}

.content section#features:first-child {
	padding: 40px 0;
}

.content section + section:before {
	display: block;
	margin: -50px 15px 50px;
	content: "";
	height: 2px;
	background: #efefef;
}

.content section.separated:before {
	display: none;
}

.content section.separated {
	border-top: 20px solid #efefef;
	border-bottom: 20px solid #efefef;
	margin: 0 -45px -3px;
	padding: 50px 30px;
}

.section-header h2,
.section-header h4 {
	margin: 0;
}

#footer {
	position: relative;
    float: left;
    width: 100%;
    min-height: 300px;
    margin-top: -100px;
}

.footer {
	position: absolute;
	bottom: 0;
	padding: 0 15px;
	width: 100%;
}

.footer section {
	padding: 20px 0 10px 0;
}



/*--------------------
Main Slider ========*/
.main-slider .slides img {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	left: 50%;
}



/*--------------------
Header CTA ========*/
.header-cta {
	position: absolute;
	width: 100%;
	padding: 0 15px;
	z-index: 50;
	bottom: 120px;
}

.header-cta .blk, .subheader-blk{
	float: left;
	padding: 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}
.header-cta .subheader-blk {
	float: right;
}

.header-cta h1 {
	margin: 0;
	color: #ffffff;
	line-height: 1.2em;
}

.header-cta input[type="submit"] {
	margin: 0;
}



/*--------------------
Navigation =========*/
.nav a {
	float: left;
	padding: 8px 10px;
}

.nav a:hover {
	background: #efefef;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}

.navbar-nav {
	float: right;
	margin: 1rem 0;
}

.navbar-nav > li {
	float: left;
	/*overflow: hidden;*/
	border-radius: 2px;
}

.navbar-nav > li + li {
	margin-left: 1rem;
}

.navbar-nav > li > a {
	line-height: 2.4rem;
	padding: 0.8rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 2px;
	color: #555555;
	overflow: hidden;
}

.navbar-nav li.current > a {
	color: #ffffff;
}

.navbar-nav li.current:HOVER > a {
	color: #ffffff;
}

.navbar-brand {
    font-size: 1.8rem;
    height: 6rem;
    color: #222222;
    line-height: 5.5rem;
    font-size: 3.8rem;
    font-weight: 700;
    padding: 1rem 0;
}

.navbar-brand span {
    margin-right: 10px;
    color: #bbbac0;
}

.navbar-brand:hover {
	color: #222222;
}

.navbar-brand.logo {
	font-family: 'Anton';
}

.navbar-brand.logo > img {
    max-height: 40px;
    width: auto;
}

.navbar-brand:hover span {
	-moz-animation: flip 0.5s;
	-webkit-animation: flip 0.5s;
	animation: flip 0.5s;
}

.navbar-toggle {
	float: right;
	height: 40px;
	margin: 10px 0;
	background: #bbbac0;
	border-radius: 5px;
	border: 2px solid #bbbac0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
    border-radius: 1px;
    background: #ffffff;
}

.navbar-toggle.collapsed {
	background: #ffffff;
}

.navbar-toggle.collapsed .icon-bar {
	background: #bbbac0;
}

.navbar-collapse {
	padding: 0;
}



/*--------------------
Home ===============*/
.home-background {
	max-height: 48.5rem;
	overflow: hidden;
}

.home-background img {
	width: 100%;
}



/* moved to: mapscript.css */
/*--------------------
Map ===============*/
/*#map_canvas {
	height: 520px;
}*/



/*--------------------
Tabs ===============*/
.nav-tabs {
	border: 0;
}

.nav-tabs > li {
	float: left;
}

.nav-tabs > li > a {
	font-family: 'Belgrano', serif;
	font-size: 2.2rem;
	color: #bbbac0;
	padding: 1rem 4rem;
}

.nav-tabs > li.active a{
	background: #efefef;
	border: 0;
}

.nav-tabs > li a:hover{
	background: #efefef;
	border: 0;
}

.nav-tabs > li > a {
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #efefef;
  border: 0;
  cursor: pointer;
}



/*--------------------
Accordion ==========*/
.accordion-group {
	border-radius: 5px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}

.accordion {
	background: #efefef;
	padding: 20px 40px;
	overflow: hidden;
}

.accordion + .accordion {
	border-top: 3px solid #ffffff;
}

.accordion-heading {
	display: block;
	position: relative;
	min-height: 4rem;
}

.accordion-title {
	min-height: 4rem;
	margin: 0;
    padding: 0.5rem 4rem 0 9rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #222222;
}

.accordion-title:first-child {
	padding: 0.5rem 4rem 0 0;
}

.accordion-heading span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3rem;
	line-height: 4rem;
	cursor: pointer;
}

.accordion.active span.fa-plus-circle:before {
  content: "\f056";
}

.accordion-heading time {
	float: left;
	margin-right: 2rem;
	padding: 0 1.5rem;
	background: #bbbac0;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 4rem;
	font-weight: 700;
	color: #ffffff;
}

.accordion-body {
	display: none;
	padding-top: 20px;
}



/*--------------------
Speaker's ==========*/
.speaker {
	max-width: 234px;
    margin: 0 auto 20px;
    text-align: center;
	height: 425px;
	font-size: 13px;
	line-height: 2.3rem;
}

.speaker h3 {
	margin: 5px 0 0 0;
}

.speaker p {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #442eb6;
}

.speaker em {
	font-weight: normal;
	color: #555555;
}

.speaker-info {
	position: relative;
}

.speaker-photo {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 7px solid #efefef;
	vertical-align: middle;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	overflow: hidden;
}

.speaker-photo img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.speaker:hover .speaker-contacts {
	display: block;
	-moz-animation: bounceIn 0.5s;
	-webkit-animation: bounceIn 0.5s;
	animation: bounceIn 0.5s;
}

.speaker-contacts {
	display: none;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -28px;
}

.speaker-contacts > .contact {
	width: 5.8rem;
	font-size: 2.2rem;
	line-height: 5rem;
	background: #ffffff;
	border-radius: 50%;
	border: 4px solid;
}

.speaker-contacts > .contact.pull-left {
	margin-left: -30px;
}

.speaker-contacts > .contact.pull-right {
	margin-right: -30px;
}

.speaker-contacts > .contact:hover {
	color: #ffffff;
}



/*--------------------
Video ==============*/
.video {
	position: relative;
	padding: 20px;
	background: #efefef;
	border-radius: 5px;
}

.video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

li .video {
	padding: 5px;
}



/*--------------------
Event Info =========*/
.event-info {
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 1.9rem;
	height: 90px;
}

.event-info .icon {
	float: left;
	width: 8rem;
	color: #bbbac0;
	font-size: 3.4rem;
	line-height: 7.4rem;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #bbbac0;
	transition: transform 1s;
}

.event-info .rotated {
	transform: rotateY(180deg);
}

.event-info .info {
	padding: 1.3rem 0 0 9rem;
}

.event-info h3 {
	margin: 0;
	font-size: 2rem;
}

.event-info a {
	color: #222222;
}

.event-info a:HOVER {
	color: #bbbac0;
}

.event-info span {
	color: #555555;
	margin-top: -5px;
}



/*--------------------
Pricing Tables =====*/
.pricing-table {
	width: 100%;
	margin: 0 0 20px 0;
	background: #efefef;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.table-title {
	margin: 0;
}

.table-price {
	font-family: 'Belgrano', serif;
	color: #ffffff;
	font-size: 2.6rem;
}

.table-title,
.table-price,
.table-features li {
	padding: 0 20px;
	line-height: 6rem;
}

.table-price,
.table-features li {
	border-top: 3px solid #ffffff;
}

.table-features {
	margin: 0;
	padding: 0;
}

.table-features li {
	display: block;
	width: 100%;
	font-size: 2.6rem;
	color: #bbbac0;
}

.table-features li span {
	margin-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
}

.pricing-features {
	margin-top: 3px;
	padding-top: 12rem;
	text-align: left;
	list-style: none;
}

.pricing-features li {
	line-height: 6rem;
	border-top: 3px solid #ffffff;
	font-size: 2.2rem;
	color: #222222;
}



/*--------------------
Social Icons =======*/
.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.social-icons li {
	float: left;
	margin: 0 10px 10px 0;
}

.social-icons li a {
	width: 4.4rem;
    border: 2px solid #bbbac0;
    border-radius: 50%;
    color: #bbbac0;
    line-height: 4rem;
    font-size: 2rem;
    text-align: center;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.social-icons li a:hover {
	color: #ffffff;
}



/*--------------------
Forms ==============*/
.form {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;
    background: #efefef;
    border-radius: 5px;
}

.form-notification {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 3rem;
	line-height: 9rem;
	text-align: center;
}

.not-valid {
	border: 2px solid #BBBAC0;
}



/*--------------------
Go Top =============*/
div.gotop {
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 7rem;
	height: 7rem;
	margin-left: -35px;
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #efefef;
	font-size: 2.2rem;
	line-height: 6.4rem;
	color: #BBBAC0;
	text-align: center;
	cursor: pointer;
}

.gotop:hover {
	color: #ffffff;
}



/*--------------------
Preloader ==========*/
#preloader {
	position: absolute;
    height: 100%;
    width: 100%;
    background: #efefef;
    z-index: 45;
}

#preloader.ready {
	display: none;
}


/* -------------- loader6 -------------- */

.preloader{
	position: relative;
	width: 12px;
	height: 12px;

	top: 46%;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: 46%;
	left: -webkit-calc(50% - 6px);
	left: calc(50% - 6px);

	border-radius: 12px;
	-webkit-transform-origin:  50% 50%;
			transform-origin:  50% 50% ;
	-webkit-animation: preloader 1s ease-in-out infinite;
			animation: preloader 1s ease-in-out infinite;
}

.preloader:before{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: -25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}

.preloader:after{
	content: "";
	position: absolute;
	opacity: 0.5;
	top: 0px;
	left: 25px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
}


@-webkit-keyframes preloader{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(180deg);}
}

@-o-keyframes preloader{
    0%{-o-transform:rotate(0deg);}
    50%{-o-transform:rotate(180deg);}
    100%{-o-transform:rotate(180deg);}
}

@keyframes preloader{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(180deg);}
}


/*--------------------
Copyrights =========*/
.copyrights {
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 1.4em;
	color: #BBBAC0;
}

.language-select {
	margin-left: 4px;
	float: right;
}

li.lang-item > a {
    padding: 0.8rem 1rem;
    border-radius: 2px;
    line-height: 2.4rem;
}

.language-select .current-lang {
	display: none;
}

.info-spacer {
	height: 10px;
	clear: both;
}

.asterisk:AFTER {
	content: "*";
	display: inline;
	color: #ff0000;
	vertical-align: super;
	font-style: normal;
	line-height: 0px;
}

.cookies-policy a {
	margin: 0px 5px;
	color: #888888;
}

.cookies-policy a:HOVER {
	color: #000000;
}

.videos .flex-control-nav {
	top: 20px;
}

.clear {
	clear: both;
}

.dropdown-menu > li > a {
	width: 100%;
	line-height: 2em;
}

.dropdown-menu > li:not(.current) > a:HOVER {
	background-color: #eeeeee;
}

.dropdown-menu {
	border-radius: 0px;
}

@media (min-width: 992px) {

	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

.agenda .title {
	font-family: 'Anton';
	font-size: 1.9rem;
	line-height: 1.0em;
    margin-right: 0.6rem;
}

.agenda a.anchorlink:before {
    content: " \00B6 Link"; /* pilcrow */
}

.agenda .time {
	font-weight: bold;
}

.agenda .speakers {
	font-weight: bold;
	font-size: 1.1em;
}

.agenda .selected-talk {
	color: #442eb6;
}

.agenda .length {
	font-weight: bold;
}

.agenda .length:AFTER {
	content: ' min';
}

.agenda .company {
	font-size: 1.1em;
	font-style: italic;
	color: #442eb6;
}

.agenda .description {
	margin-top: 10px;
	margin-left: 20px;
	width: 60%;
}

#ster {
	margin-bottom: 20px;
}

.agenda-buttons button {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	cursor: pointer;
	padding: 4px 10px;
	margin: 4px 0px;
	float: left;
	position: relative;
}

.agenda-buttons button .count {
	color: #aaaaaa;
}

.agenda-buttons button:HOVER {
	background-color: #e6e6e6;
	border-color: #adadad;
	z-index: 3;
}

.agenda-buttons .current {
	background: #442eb6;
	color: #ffffff;
	border-color: #341ea6;
	z-index: 2;
}

.agenda-buttons .current:HOVER {
	background: #442eb6;
	color: #ffffff;
	border-color: #341ea6;
}

.agenda-buttons .current-active .current:HOVER {
	background: #644ed6;
	border-color: #341ea6;
}

.agenda-buttons button:not(:first-child):not(:last-child) {
	border-radius: 0;
	margin-left: -1px;
	margin-right: 0;
}

.agenda-buttons button:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left: -1px;
	margin-right: 0;
}

.agenda-buttons button:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 0;
}

.floating-buttons {
	float: left;
	margin-right: 30px;
}

input[type="checkbox"] {
	width: inherit;
	height: inherit;
	margin: 10px 6px;
}

.agenda-table {
	table-layout: fixed;
	border-bottom: 1px solid gray;
    width: 100%;
    min-width: 600px;
}

.agenda-table td {
	border: 1px solid gray;
	padding: 6px;
	height: 40px;
	text-align: center;
}

.agenda-table .hours-00 {
    border-bottom: none;
}

.agenda-table .hours-15 {
    font-size: 0;
    border-top: none;
}

.agenda-table .hours-30 {
    border-bottom: none;
}

.agenda-table .hours-45 {
    font-size: 0;
    border-top: none;
}

.agenda-table .empty {
	background: #dddddd;
	border: none;
}

.agenda-table .tba {
	background: #eeeeee;
	font-weight: bold;
	text-align: center;
}


.agenda-table .icons img {
	width: 16px;
	display: inline-block;
	line-height: 2.5rem;
}

.agenda-table tr:nth-child(2) .empty {
	border-top: 1px solid gray;
}

.agenda-table .empty:last-child {
	border-right: 1px solid gray;
}

.agenda-table tr:last-child .empty {
	border-bottom: 1px solid gray;
}

.agenda-table .hour {
	font-weight: bold;
}

.agenda-table .hours {
    vertical-align: top;
    width: 54px;
}

.agenda-table .speakers {
	font-size: 1em;
}

.agenda-table .title {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 2.5rem;
}

.agenda-table .company {
	font-size: 1em;
}

.agenda-table a {
	display: block;
}

.agenda-table .slides-link {
	width: 100%;
	display: block;
	text-align: right;
	margin-top: 6px;
}

@media (max-width: 767px) {
	.agenda-table {
		font-size: 90%;
	}

	.agenda .description {
		width: inherit;
	}
}

@media (max-width: 600px) {
	.agenda-container {
		overflow-x: scroll;
		padding-left: 1px;
	}
}

.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	line-height: 2.5em;
}

.agenda-entry {
	padding: 1rem;
	margin: 2rem 0;
}

.current-talk {
	background-color: #eeeeee;
	border-radius: 10px;
}

table .current-talk {
	border-radius: 0px;
}

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

.alignright {
	float: right;
	margin-left: 16px;
}

.alignleft {
	float: left;
	margin-right: 16px;
}

.nav-previous {
	float: right;
	margin-top: 10px;
}

.nav-next {
	float: left;
	margin-top: 10px;
}

.legacy-speaker {
	height: 325px;
}

.menu-container {
	padding-left: 0;
	padding-right: 0;
}

.twitter-share-button {
    margin-left: 8px;
}

.agenda-photo {
    width: 80px;
    float: left;
    margin-right: 10px;
}

.agenda-photo .speaker-photo {
    border-width: 2px;
}

.ambasadors .col-md-3 {
	width: 33%;
}

.ambasadors .speaker {
	height: 350px;
}

.sponsor-item {
    padding: 0 10px;
    margin: auto;
    margin-bottom: 16px;
    text-align: center;
	max-width: 380px;
}

.sponsor-item img {
    height: 100px;
}

.sponsors-gold-item {
	background: url(../images/GoldFrame.png);
	background-size: 100% 100%;
	max-width: 380px;
}

.sponsors-silver-item {
	background: url(../images/SilverFrame.png);
	background-size: 100% 100%;
	max-width: 380px;
}

.sponsors-bronze-item {
	background: url(../images/BronzeFrame.png);
	background-size: 100% 100%;
	max-width: 380px;
}

.sponsors-pr-item {
	background: url(../images/PRFrame.png);
	background-size: 100% 100%;
	max-width: 380px;
}

.career-zone {
    width: 57px;
    height: 35px;
    position: absolute;
    right: -4px;
    top: -6px;
    background: url(../images/careerzone_icon.png);
	background-size: 90% 90%;
    background-repeat: no-repeat;
}

.icon-test {
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 2.5rem;
    vertical-align: middle;
}

@font-face {
    font-family: 'gicfont';
    src: url('../fonts/gicfont-webfont.woff2') format('woff2'),
         url('../fonts/gicfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.agenda-icon {
    line-height: 3.2rem;
    vertical-align: bottom;
    color: #000000;
    font-size: 32px;
    font-family: gicfont;
}

#toggle-filters {
    display: none;
}

.agenda-only-show {
    display: none;
}

.subheader {
    color: #ffffff;
    font-family: 'Anton';
    font-size: 2.5rem;
    vertical-align: middle;
}

#infograph_small img {
    max-width: 100%;
	object-fit: scale-down;
}

.partners .item {
    background: #efefef;
    border-radius: 5px;
    text-align: center;
    margin: 1.2rem 0.4rem;
    width: 100%;
    height: 100px;
    line-height: 96px;
}

.partners .item img {
    max-width: 255px;
    max-height: 100px;
}

button[data-track='intel buzz workshop'] {
    font-weight: bold;
}

.featured-intel {
    width: 210px;
    height: 80px;
    position: absolute;
    right: -28px;
    bottom: -8px;
    background: url(../images/intel_buzz_icon.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.blank-speaker {
    visibility: hidden;
}

.talk-score-1 {
    color: #550000;
}

.talk-score-2 {
    color: #552700;
}

.talk-score-3 {
    color: #555500;
}

.talk-score-4 {
    color: #275500;
}

.talk-score-5 {
    color: #005500;
}

.talk-score-6 {
    color: #007700;
}

.talk-score-6:AFTER {
    content: ' ★';
}

.bold {
    font-weight: bold;
}

.ok-dark {
    font-weight: bold;
    color: #007700;
}

.talk-previous {
	color: #444444;
}

.error-dark {
    font-weight: bold;
    color: #770000;
}

.warning-dark {
    font-weight: bold;
    color: #dfa600;
}

.inline-radio label {
    font-weight: bold;
}

.inline-radio {
    display: flex;
}

.inline-radio li {
    text-align: center;
}

.inline-radio input {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.inline-radio label {
    position: relative;
    border-bottom: 1px dotted black;
}

.inline-radio label .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #fafafa;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    line-height: 2rem;
    font-weight: normal;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -110px;
    margin-top: 30px;
}

/* Ugly hack to fix tooltip positioning in Firefox */
@-moz-document url-prefix() {
    .inline-radio label .tooltip-text {
        margin-top: 68px;
    }
}

.inline-radio label .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.inline-radio label:HOVER .tooltip-text {
    visibility: visible;
}

.inline-radio li:nth-child(1) {
    color: #550000;
}

.inline-radio li:nth-child(2) {
    color: #552700;
}

.inline-radio li:nth-child(3) {
    color: #555500;
}

.inline-radio li:nth-child(4) {
    color: #275500;
}

.inline-radio li:nth-child(5) {
    color: #005500;
}

.inline-radio li:nth-child(6) {
    color: #007700;
}

.notice {
    padding: 1.6rem;
    border: 1px solid #f2c779;
    background: #fff8c4;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border-radius: 5px;
    font-size: 1.6rem;
    color: #333333;
}

.previous-talks li {
    color: #777777;
    list-style: disc;
    margin-left: 1rem;
}

.gray {
    color: #777777;
}

.tab-container {
    border: 1px solid #e0e0e0;
    padding: 3rem;
    border-radius: 0 0 10px 10px;
}

.tab-link {
    background: #dddddd;
    padding: 2rem 4rem;
    margin: 1rem 0 0 0;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    color: #444444;
    border-radius: 10px 10px 0 0;
}

.tab-link:HOVER {
    background: #eeeeee;
    color: #000000;
}

.tab-link.current {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
}

.tab-link.current:HOVER {
    cursor: default;
}

span.info {
    font-family: FontAwesome;
    color:#fff;
    font-size:12pt;
    text-decoration: none;
    display: inline;
}
span.info i {
    color:#000;
}
span.info b {
    display: none;
}
span.info:hover {
    color: #000;
}
span.info:hover i {
    display: none;
}
span.info:hover b {
    display: inline;
}

/* Button that allows speakers to accept talks they were added to */

#acceptSelectedTalks{
	width: 200px;
	font-size: 15px;
}