/* =============================================================================
   RESET
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  /* list-style: none; */
  border: 0;
  text-decoration: none;
}

img, input, label {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  font-size: 110%;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td {
  vertical-align: middle;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

header:after, footer:after, section:after, hgroup:after, aside:after, figure:after, div:after, ol:after, li:after, form:after, ul:after, dl:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

hr {
  display: none;
}

.clear {
  clear: both;
}

/* =============================================================================
   MAIN LAYOUT
   ========================================================================== */

.wrapper {
  margin: 0 auto;
  width: 960px;
  position: relative;
}

.content {
  padding: 50px 0;
}

.content section {
  padding-top: 50px;
}

/* =============================================================================
   BASIC STYLES
   ========================================================================== */

h2, h3, h4 {
  font-size: 5em;
  font-weight: normal;
  margin-bottom: .4em;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 4em;
}

h4 {
  font-size: 3em;
}

p {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 1.4em;
}

.photo {
  max-width: 100%;
  position: relative;
  top: -1px;
}

/* =============================================================================
   NAVIGATION
   ========================================================================== */

nav {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.nav-item {
  display: inline-block;
  margin-right: 15px;
}

.nav-link {
  font-size: 1.4em;
}

/* =============================================================================
   HEADER
   ========================================================================== */

.header {
  padding: 45px 0 180px;
  text-align: center;
}

.logo-name {
  margin-bottom: 0;
  font-size: 10em;
  letter-spacing: -0.04em;
}

.tagline {
  margin-bottom: 50px;
  font-size: 2em;
  letter-spacing: -0.02em;
}

.call-action-area .price {
  font-size: 4em;
  vertical-align: center;
  margin-right: 20px;
}

.call-action-area .call-action-link, .btn {
  position: relative;
  top: -5px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  font-size: 2em;
  line-height: 1em;
  vertical-align: center;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.call-action-area .call-action-link:hover, .call-action-area .call-action-link:focus, .btn:hover, .btn:focus {
  top: 0;
}

/* =============================================================================
   ABOUT
   ========================================================================== */

.about {
  padding: 19px;
  margin: 0 -20px 0;
}

/* =============================================================================
   SPEAKER
   ========================================================================== */

.speakers-item {
  position: relative;
  min-height: 180px;
  padding-left: 180px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e7e7e7;
}

.speaker-photo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 120px;
}

.speech-title {
  padding-top: 10px;
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 35px;
}

.speech-time {
  font-size: 18px;
  padding: 10px 15px;
  letter-spacing: -0.03em;
}

.speakers-name {
  font-size: 2.5em;
}

.speakers-item p {
  font-size: 1.4em;
}

/* =============================================================================
   SCHEDULE
   ========================================================================== */

.schedule-tbl {
  padding: 20px;
}

.schedule-tbl table {
  border-collapse: collapse;
  font-size: 1em;
}

.schedule-tbl td, .schedule-tbl th {
  position: relative;
  padding: 15px 10px;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: left;
}

.schedule-tbl th {
  padding: 5px 30px;
  color: #2b2b2b;
  font-size: 2em;
  font-weight: bolder;
}

.schedule-tbl .speaker-photo {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}

.schedule-tbl .schedule-time {
  text-align: center;
}

.schedule-slot {
  width: 250px;
  font-size: 16px;
}

.speakers-company {
  display: block;
  font-size: 12px;
}

/* =============================================================================
   SPONSORS  and  PARTNERS
   ========================================================================== */

.sponsor-item, .partner-item {
  display: inline-block;
  margin: 0 10px 15px 10px;
}

.sponsor--link, .partner-link {
  display: block;
  width: 215px;
  height: 75px;
  text-align: center;
  vertical-align: middle;
  line-height: 75px;
}

/* =============================================================================
   CONTATO
   ========================================================================== */

.form label {
  font-size: 16px;
  display: block;
  margin-bottom: .5em;
}

.control-group {
  height: auto;
  clear: both;
  margin-bottom: 20px;
}

.control-group-name, .control-group-email {
  clear: none;
  width: 467px;
  float: left;
  margin-right: 25px;
}

.control-group-email {
  margin-right: 0;
}

.form input[type=text], .form input[type=email], .form textarea {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 15px;
  padding: 10px;
  font-size: 14px;
}

.form textarea {
  height: 300px;
}

.form .btn {
  float: right;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about {
    margin: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  /* schedule */
  .schedule-tbl {
    padding: 1px;
  }
  .schedule-tbl td, .schedule-tbl th {
    padding: 15px 10px;
  }
  .schedule-tbl th {
    padding: 10px 0px;
    font-size: 1.8em;
  }
  .schedule-tbl .speaker-photo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .schedule-tbl .schedule-slot {
    width: 120px;
  }
  .schedule-tbl td.schedule-slot {
    font-size: 14px;
    line-height: 1.2em;
  }
  .schedule-tbl .schedule-time {
    width: 60px;
    padding: 10px 0 10px 5px;
    text-align: left;
  }
  .schedule-tbl td.schedule-description {
    font-size: 12px;
  }
  /* partners */
  .sponsor-item, .partner-item {
    margin: 0 5px 10px 0;
  }
  .sponsor--link, .partner-link {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
  /* contact */
  .control-group-name, .control-group-email {
    clear: both;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .form .btn {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  /* nav */
  nav {
    display: none;
  }
  .header {
    padding: 20px 0;
  }
  .logo-name {
    font-size: 4em;
  }
  .tagline {
    margin-bottom: 15px;
    font-size: 1.4em;
  }
  .call-action-area .price {
    font-size: 2em;
    margin: 0 0 15px;
    display: block;
  }
  .call-action-area .call-action-link, .btn {
    top: 0;
  }
  h2, h3, h4 {
    font-size: 3em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.8em;
  }
  p {
    font-size: 1.4em;
  }
  /* content */
  .content {
    padding: 0;
  }
  .content section {
    padding-top: 50px;
  }
  /* speakers */
  .speakers-item {
    min-height: 70px;
    padding-left: 70px;
  }
  .speaker-photo {
    width: 50px;
    height: 50px;
  }
  .speech-title {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: .3em;
  }
  .speech-time {
    font-size: 16px;
    padding: 0;
  }
  .speakers-bio {
    display: none;
  }
}

@media only screen and (max-width: 321px) {
  .logo-name {
    font-size: 4em;
    margin-bottom: .4em;
  }
  .schedule-tbl .schedule-description {
    display: none;
  }
  .schedule-tbl .schedule-slot {
    width: auto;
  }
  /* partners */
  .sponsor-item, .partner-item {
    margin: 0 12px 15px 0;
  }
  .sponsor--link, .partner-link {
    width: 115px;
    height: 115px;
    line-height: 115px;
  }
}

/* =============================================================================
   MAIN LAYOUT
   ========================================================================== */

html {
  background: #F6F6F6;
  font: normal normal 10px/1.2em calibri, arial, sans-serif;
  color: #777;
}

/* =============================================================================
   BASIC STYLES
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  color: #2b2b2b;
}

/* =============================================================================
   NAVIGATION
   ========================================================================== */

nav {
  background: #2b2b2b;
}

.nav-link {
  color: #e7e7e7;
}

.nav-link:active, .nav-link:hover, .nav-link:focus, .nav-link.current {
  color: #fff;
}

/* =============================================================================
   HEADER
   ========================================================================== */

.header {
  background-image: url('../img/cover_new.jpg');
  background-color: #2b2b2b;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.logo-link, .tagline, .call-action-area .price {
  color: #fff;
  /* text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3); */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.tagline {
  font-weight: normal;
}

.call-action-area .price {
  /* color: #fddd52; */
  /* color: #69b4d6; */
  color: white;
}

.call-action-area .call-action-link, .btn {
  background-color: #fddd52;
  background-image: -moz-linear-gradient(top, #fddd52 30%, #f0a303 150%);
  background-image: -webkit-linear-gradient(top, #fddd52 30%, #f0a303 150%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fddd52', endColorstr='#f0a303');
  background-image: linear-gradient(top, #fddd52 30%, #f0a303 150%);
  color: #2b2b2b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4), inset 0 -2px 3px 0 #cc7f0a, inset 0 1px 0 0 #fff9b1;
  border-radius: 40px;
}

.github-link {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}

.github-link img {
  border: 0;
}

/* =============================================================================
   CONTENT
   ========================================================================== */

.content a {
  color: #f0a303;
}

.content a:hover, .content a:focus {
  color: #fddd52;
  text-decoration: underline;
}

/* =============================================================================
   ABOUT
   ========================================================================== */

.about {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 4px;
}

/* =============================================================================
   LOCATION
   ========================================================================== */

.location-area {
  background: #e7e7e7;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 300px;
}

/* =============================================================================
   SPEAKER
   ========================================================================== */

.speaker-photo .photo {
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.speakers-item:hover .speaker-photo .photo {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3);
}

.speech-time {
  color: #fff;
  background: #2b2b2b;
  border-radius: 8px;
}

/* =============================================================================
   SCHEDULE
   ========================================================================== */

.schedule-tbl {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.schedule-tbl table {
  background: #fff;
}

.schedule-tbl td, .schedule-tbl th {
  border-bottom: 1px solid #e7e7e7;
}

.schedule-tbl tbody tr:nth-child(2n+1) {
  background: #f6f6f6;
}

.schedule-tbl th {
  color: #2b2b2b;
}

.schedule-tbl .speaker-photo .photo {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.speakers-company {
  color: #999;
}

.schedule-slot {
  color: #2b2b2b;
}

.schedule-tbl tbody tr:hover {
  background: #fffde1;
}

.schedule-coffee, .schedule-closing, .schedule-lunch, .schedule-other {
  color: #214f87;
}

/* =============================================================================
   SPONSORS
   ========================================================================== */

.sponsor--link, .partner-link {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.sponsor--link:hover, .sponsor--link:focus, .partner-link:hover, .partner-link:focus {
  border-color: #f0a303;
}

/* =============================================================================
   CONTACT
   ========================================================================== */

.form input[type=text], .form input[type=email], .form textarea {
  color: #777;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 4px;
}

.form input[type=text]:focus, .form input[type=email]:focus, .form textarea:focus {
  border-color: #aaa;
  outline: 0;
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1024px) {
  .header {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* speakers */
  .speaker-photo .photo {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
  }
  .speech-title {
    font-weight: bolder;
  }
  .speech-time {
    color: #2b2b2b;
    background: transparent;
    font-weight: bolder;
  }
  .github-link {
    display: none;
  }
}

/* =============================================================================
  CUSTOM
   ========================================================================== */

.btn-content {
  position: relative;
  top: 50%;
  transform: translateY(0%);
}

.about-btn {
  width: 85%;
  max-height: 35px;
  min-height: 35px;
}

.break {
  background-color: #7ec3e2!important;
  color: black;
  text-align: center !important;
}

.lunch {
  background-color: #7ec3e2 !important;
  color: black;
  font-weight: bold;
  text-align: center !important;
}

.keynote {}

.speech {}

.time-td {
  background-color: white;
}

.plenario {
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  text-align: center !important;
}

.plenario:hover {
  background-color: #fffde1;
  border: 1px solid #e7e7e7;
}

.normal-speech {
  background-color: white;
  border: 1px solid #e7e7e7;
}

.normal-speech:hover {
  background-color: #fffde1;
  border: 1px solid #e7e7e7;
}

.room-th {
  border-left: 1px solid #e7e7e7;
  text-align: center !important;
}

.timer-th {
  border-bottom: 1px solid #e7e7e7 !important;
}

.global {
  min-width: 500px;
}

.item-sprite {
  margin: auto;
}

.item-about-div {
  margin-top: 15px;
}

.column {
  float: left;
  width: 33.33%;
  text-align: center
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* SPRITE MAIN ABOUT PAGE */

[class^="sprite-main-"], [class*=" sprite-main-"] {
  background-image: url("../img/sprite.png");
  display: block;
}

.sprite-main-call-for-paper {
  width: 130px;
  height: 130px;
  background-position: 0px -120px;
}

.sprite-main-call-for-sponsor {
  width: 130px;
  height: 130px;
  background-position: -130px -120px;
}

.sprite-main-tickets {
  width: 130px;
  height: 130px;
  background-position: 0px -250px;
}

/* BUTTONS */

.button_blue_mini {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 18px;
  background-color: #7ec3e2;
  padding: 10px 10px 5px 10px;
  display: inline-block;
  text-align: center;
  /* margin-left: 25px; */
}

.button_blue_mini:hover {
  color: #0F3C51 !important;
  text-decoration: none !important;
}

.button_blue {
  color: #ffffff !important;
  font-size: 25px;
  line-height: 25px;
  background-color: #7ec3e2;
  padding: 10px 10px 5px 10px;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.button_blue:hover, .button_blue:active {
  background-color: #5f9cb2 !important;
  /* color: #5f9cb2 !important; */
  text-decoration: none !important;
}

.ticket-table {
  /* font-size: 15px; */
  color: #0f3c51;
}

.item-registration-box {
  border: 1px solid #e7e7e7;
  margin-left: 1px;
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
}

.item-registration-left {
  width: 75%;
}

.item-registration-right {
  width: 25%;
  line-height: 10em;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.price-cell {
  display: inline-block;
}

.ticket-title {
  font-size: 20px !important;
  margin-bottom: 5px;
  text-transform: uppercase !important;
}

.ticket-descr {
  font-size: 12px !important;
}

/* SPRITE FOOTER */

.footer li {
  background-color: #bfb2a2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  float: left;
  margin: 20px 7px 0px 7px;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer i {
  cursor: pointer;
  display: block;
  height: 40px;
  transition: background-position 0.3s ease-out 0s;
  -webkit-transition: background-position 0.3s ease-out 0s;
  -moz-transition: background-position 0.3s ease-out 0s;
  -o-transtition: background-position 0.3s ease-out 0s;
  width: 32px;
}

.sprite-main-facebook {
  background-position: -4px 0px;
}

.sprite-main-facebook:hover {
  background-position: -4px -40px;
}

.sprite-main-facebook-white {
  background-position: -360px 0px;
  width: 40px;
  height: 40px;
}

.sprite-main-facebook-white-hover {
  background-position: -360px -40px;
  width: 40px;
  height: 40px;
}

.sprite-main-twitter {
  background-position: -44px 0px;
}

.sprite-main-twitter:hover {
  background-position: -44px -40px;
}

.sprite-main-gplus {
  background-position: -124px 0px;
}

.sprite-main-gplus:hover {
  background-position: -124px -40px;
}

.sprite-main-gplus-white {
  background-position: -398px 0px;
  width: 40px;
  height: 40px;
}

.sprite-main-gplus-white-hover {
  background-position: -398px -40px;
  width: 40px;
  height: 40px;
}

.sprite-main-linkedin {
  background-position: -84px 0px;
}

.sprite-main-linkedin:hover {
  background-position: -84px -40px;
}

.sprite-main-youtube {
  background-position: -164px 0px;
}

.sprite-main-youtube:hover {
  background-position: -164px -40px;
}

.sprite-main-video {
  background-position: -204px 0px;
}

.sprite-main-video:hover {
  background-position: -204px -40px;
}

.sprite-main-gallery {
  background-position: -244px 0px;
}

.sprite-main-gallery:hover {
  background-position: -244px -40px;
}

.sprite-main-email {
  background-position: -284px 0px;
}

.sprite-main-email:hover {
  background-position: -284px -40px;
}

#copyright {
  color: #736656;
  font-size: 10px;
  line-height: 80px;
}

.footer-seguici {
  color: #736656;
  font-size: 15px;
  line-height: 80px;
}

.footer {
  background-color: #d6d2d7 !important;
}

/* Style the tab */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.item-term {
  font-size: 8px;
}

.item-paper {
  margin-top: 2px;
  margin-bottom: 5px;
}

.item-term>p {
  margin-top: 2px;
  margin-bottom: 2px;
}

/* CALL FOR SPONSOR TABLE */

.overrided-table td, th {
  border-bottom: none !important;
  padding: 10px 10px;
}

.overrided-table tr:hover {
  background-color: unset !important;
}

.overrided-table {
  background-color: unset;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.call-table-head-cell {
  background-color: #f0c25b;
  border: 1px solid black;
  text-align: center !important;
  color: white !important;
}

.call-left-cell {
  background-color: #d28934;
  color: white;
}

.call-cell {
  background-color: white;
  text-align: center !important;
}

.sponsor-table {
  background-color: unset !important;
  border-collapse: unset !important;
  border-spacing: 4px;
}

.button-sponsor {
  background-color: #d28934;
  color: white;
  border-spacing: 10px;
}

.lang-box {
  position: fixed;
  right: 10px;
  top: 0px;
  z-index: 100;
}

.lang-item {
  display: inline-block;
  background-color: #5f9cb2;
  width: 20px;
  height: 20px;
  color: white !important;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

.lang-item:hover {
  background-color: #214f87;
}

.sprite-main-speech-flag-ita {
  background-position: -130px -290px;
  width: 16px;
  height: 16px;
}

.sprite-main-speech-flag-eng {
  background-position: -146px -290px;
  width: 16px;
  height: 16px;
}

.sprite-main-speech-flag-introduction {
  background-position: -210px -290px;
  width: 16px;
  height: 16px;
}

.sprite-main-speech-flag-intermediate {
  background-position: -226px -290px;
  width: 16px;
  height: 16px;
}

.sprite-main-speech-flag-advanced {
  background-position: -242px -290px;
  width: 16px;
  height: 16px;
}

.schedule-body {
  vertical-align: top !important;
}

.speech-body {
  font-size: 18px !important;
  margin-top: 10px;
  color: #777;
}

.speech-link {
  text-decoration: unset;
  color: unset !important;
}

.speech-link:hover {
  text-decoration: unset !important;
  color: unset !important;
}

.speech-desc {
  max-width: 80%;
}

.speech-link.nav-link {
  font-size: unset !important;
}

.dayone {
  background: #7ec3e2!important
}
.daytwo {
  /* background: #fbc658!important */
  background: #f0c25b !important
}