html {
  overflow-y: scroll;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  background-color: #fff;
}

img {
  border: 0;
}

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

h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 1px 3px #000;
}

h1 a {
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  font-weight: 300;
  text-shadow: 0 0.3px 2px #EBE724;
  outline: none 0;
  text-decoration: none;
}

h1 a:hover,
h1 a:focus {
  color: inherit;
}

#header {
  background:  #ae0767; /******* #fc4f08; /* url(../images/bokeh_bg_r.jpg) fixed;*/
  /*background: #777 url(../images/bokeh_bg_r.jpg) fixed;*/
  background-size: 150% 100%;
  position: relative;
}

#cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,.7)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,.7)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,.7)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,.7)); /* Standard syntax */
}

#header .container-wrapper {
  position: relative;
  padding-top: 70px;
  padding-bottom: 10px;
}

#title {
  background: url(../images/linuxday_logoG.png) no-repeat left;
  padding: 20px 0 15px 120px;
}

#title .subtitle {
  color:#f9dc0b;
  font-size: 25px;
  text-shadow: 0 0px -1px #fff;
}

/*#share {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 10px;
  color: #ea1313;
  padding: 6px;
  background-color: #C20016;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  font-size: 0.8em;
  z-index: 20;
}

#share img {
  margin: 1px;
}

#share span {
  vertical-align: top;
}*/

.navbar-default {
  background-color:  #33001e; 
/*  background-color: #4d2003;
/*  background-color: #430008;**********/
  /*border-color: transparent;*/
}

.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .navbar-toggle {
  /*background-color: #444;*/
  background-color:  #d6047d;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #FFCC00;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #560132;
}

.navbar-default .navbar-brand {
  /*background: url(../images/linuxday_logo_navbar.png) no-repeat left;*/
  padding-left: 5px;
  margin-left: 5px;
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff; 
  /*color: #000000;*/
}

.navbar-default .navbar-nav>li>a {
  color: #FEE900;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: color .2s, text-shadow 1s; /* For Safari 3.1 to 6.0 */
  transition: color .2s, text-shadow 1s;
}

.navbar-default .navbar-nav>li>a.active {
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  text-shadow: 0 0 4px rgba(255, 224, 127, 0.5);
}

#content_container {
  padding-top: 20px;
  /*background: url(../images/pw_maze_white.png);*/
  padding-bottom: 20px;
  min-height: 500px;
  /*min-height: 500px;*/
}

@media (min-width: 1200px) {
  #content_container {
    background: url(../images/LD19_img_wp.png) 99% 80% no-repeat fixed, url(../images/pw_maze_white.png);
  }
}

#sidebar {
  font-size: 0.8em;
  color: #888;
  text-align: center;
}

#sidebar p {
  margin-left: 0px !important;
}

#content {
  font-size: 16px;
}

#content h1 {
  margin-top: 0px;
  color:  #48032b; /*#d14003;*/
  /*color: #7C010E; */
  font-size: 30px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px #fff;
}

#content h2 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: .5em;
  color:  #48032b; /*#d14003;*/
  /*color: #7C010E; */
  font-weight: bold;
  letter-spacing: 1px;
}

#content h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: justify;
}

#content a:link,
#content a:visited {
  text-decoration: none;
  color:  #95095a;
  /*color: #7C010E; */
  /*color: #E32636;*/
}

#content a:hover,
#content a:active {
  color: #9f025c;
  /*color: #920; */
  text-decoration: underline;
}

#content ul li {
  line-height: 1.5em;
  text-align: justify;
}

#content form {
  margin-top: 5px;
  background-color: #ddd;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 600px;
}

form p {
  margin-left: 0px !important;
  font-size: 11px !important;
}

form p.small {
  font-size: 0.9em;
  color: #555;
  font-style: italic !important;
}

#map2 {
  width: 650px;
  height: 650px;
  border: 1px solid #666;
}

#map3 {
  height: 400px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,.8);
  margin-bottom: 1em;
}

#footer {
  background-color: #3a0222; /* #5e1f02;*******/
  color: #EBFBD5;
  padding-top: 1px;
  padding-bottom: 1px;
  clear: both;
  font-size: 10px;
}

#footer p {
  padding: 0;
  text-align: center;
}

#footer a {
  color: #EBFBD5;
  text-decoration: none;
}

#footer a:hover,
#footer a:active {
  color: #EBFBD5;
  text-decoration: underline;
}

/* ==================
 * Messaggi di stato
 */
.msg_box_error {
  border: 1px solid #dea3a3;
  background: #ffede5;
  padding: 6px 6px 6px 50px;
  margin: 0 2% 10px 2%;
  margin-left: 220px;
  max-width: 600px;

}

.msg_box_error p {
  font-size: 11px !important;
  margin-left: 5px !important;
}

.msg_box_error strong {
  font-weight: bold;
  color: #89322e;
}

.msg_box_success {
  border: 1px solid #9cd580;
  background: #edffe4;
  padding: 6px 6px 6px 50px;
  margin: 0 2% 10px 2%;
  margin-left: 220px;
  max-width: 600px;
}

.msg_box_success p {
  font-size: 11px !important;
  margin-left: 5px !important;
}

.msg_box_success strong {
  font-weight: bold;
  color: #4c892e;
}

/* ================ */

p.with_border {
  padding-bottom: 5px;
  border-bottom: 2px solid #666;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

span.time {
  font-size: 1em;
  color: #9f025c; /*#e65c00; #c05050;*/
  white-space: nowrap;
  margin-top: 8px;
  display: block;
}

.durata {
  font-size: .7em;
  color: #777;
  margin: .5em 0;
}

@media (min-width: 992px) {
  .durata {
    text-align: center;
  }
}

.author {
  font-size: 1em;
  color: #555 !important;
}

.abstract {
  font-size: .8em;
  color: #555;
  margin-bottom: 0;
}

p.title {
  font-weight: bold;
  color: #ffffff;
}

table p {
  margin-top: 0px;
  padding-top: 0px;
}

table {
  border-collapse: separate;
  max-width: 1000px;
  text-align: justify;
}

td {
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

td p ul {
  text-align: justify;
}

table ul {
  font-size: 0.9em;
  text-align: justify;
}

table th {
  color: #212124;
  padding: 4px;
  font-size: 0.85em;
}

#slideshow {
  border: 1px solid #000;
  overflow: hidden;
  margin: 10px auto 10px;
  position: relative;
  width: 690px;
  height: 550px;
}

#slideshow img {
  width: 690px;
  height: 550px;
}

h3[id="tracciaA"] {
  padding-top: 60px !important;
  margin-top: -60px !important;
  display: inline-block; /* required for webkit browsers */
}

h3[id="tracciaB"] {
  padding-top: 60px !important;
  margin-top: -60px !important;
  display: inline-block; /* required for webkit browsers */
}

h3[id="mattinaA"] {
  padding-top: 60px !important;
  margin-top: -60px !important;
  display: inline-block; /* required for webkit browsers */
}

h2[id="talklab"] {
  padding-top: 90px !important;
  margin-top: -90px !important;
  display: inline-block; /* required for webkit browsers */
}

.schedule h4 {
  font-size: 18px;
}

.schedule .talk {
  margin: .5em 0;
}

#content .readmore-js-toggle:link,
#content .readmore-js-toggle:visited {
  text-align: right;
  color: #fff;
  text-decoration: none;
}

#profiles_table a[name] {
  padding-top: 60px;
  margin-top: -60px;
  display: inline-block;
}
