* {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
  margin-top: .75em;
  margin-bottom: .75em;
  background: rgb(0, 0, 0)/* url('media/layout/main-background.jpg') no-repeat center top*/;
  color: rgb(177,177,177);
}

.nobreak {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(245,245,245);
  letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6, .top-bar .name a, .top-bar-section ul li a {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h2 {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  font-size: 2em;
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.5em;
  }
}
#banner-bg-img h2,
footer h2 {
  border-bottom: none;
}
footer h2 {
  font-size: 1em;
  color: rgb(247,147,29);
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}

a,
a:hover {
  color: rgb(255,255,255);
}

strong {
  color: rgb(200,200,200);
}

#content-area.main-txt-color,
.main-txt-color {
  color: rgb(247,147,29);
}
#content-area.main-bg-color,
.main-bg-color {
  background-color: rgb(247,147,29);
}
#content-area.main-brd-color,
.main-brd-color {
  border-color: rgb(247,147,29);
}

.main-bg-color {
  background-color: rgb(247,147,29);
}
.main-font-color {
  color: rgb(247,147,29);
}
.white-font-color {
  color: rgb(255,255,255);
}

.big {
  font-size: 1.8em;
}
.small {
  font-size: .8em;
}

p.collapsed {
  margin: 0;
}
p.label {
  width: 100%;
  white-space: normal;
}

#bg-top-right {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: -1;
}

#banner-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 800px) {
  #banner-bg-img img {
    max-width: 150px;
  }
}
@media (max-width: 730px) {
  #main-sponsors img {
    max-width: 90px;
  }
  #banner-bg-img {
    top: auto;
    bottom: 20px;
  }
}
@media (max-width: 600px) {
  #banner-bg-img img {
    max-width: 100px;
  }
}

#banner-text {
  padding: .5em 2.5% .5em 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#banner-text h1,
#banner-text h2,
#banner-text h1 {
  letter-spacing: normal;
  /*font-weight: 600;*/
}
#banner-text h1, #banner-text h2, #banner-text h3, #banner-text p {
  margin: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#banner-text h1 {
  font-size: 1.7em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
#banner-text h2 {
  max-width: 77%;
  padding-bottom: .5em;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  border: none;
}
#banner-text h3 {
  max-width: 77%;
  font-size: 1.1em;
}

#main-sponsors {
  margin: .9em 0;
}
#main-sponsors img {
  width: 110px;
  height: auto;
}

.top-bar {
  height: 2.4em;
  /*border: 1px solid white;*/
}
.top-bar .name a {
  opacity: .7;
}
@media only screen and (min-width: 50.211em) {
  .top-bar-section ul {
    margin-top: 18px;
  }
}
.top-bar-section ul li a {
  font-size: .9em;
  letter-spacing: .04em;
}
.top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 1.4em;
}
@media only screen and (min-width: 50.211em) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 40px 0 10px;
  }
}

.top-bar, .contain-to-grid {
  background: transparent;
  /*border-bottom: 2px solid rgba(255,255,255,.4);*/
}
.sticky.fixed .top-bar {
  background: none repeat scroll 0 0 rgba(247,147,29,.4);
}
.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: none;
}
.top-bar-section ul li {
  border-left-width: 1px;
  border-left-style: solid;
}
.sticky.fixed .top-bar-section ul li {
  border-bottom: none;
}
.top-bar-section ul li:hover:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button) {
  background: none repeat scroll 0 0 rgba(247,147,29,.4);
}
.top-bar-section ul.dropdown {
  top: 0;
  padding-top: 3px;
}
.top-bar-section .has-dropdown > a::after {
  margin-top: -1em;
}
.top-bar-section ul.dropdown li {
  padding: .2em 0;
  border-left: none;
  background: rgb(51, 51, 51);
}
.top-bar-section ul.dropdown li.first {
}
.top-bar .toggle-topbar {
  left: 0;
  right: auto;
}
.top-bar .toggle-topbar.menu-icon {
  top: 0;
  margin-top: 0;
}

#sponsors {
  padding: 0 1px 7px 0;
  margin-bottom: .5em;
  /*border: 1px solid rgb(255,255,255);*/
}
#sponsors h6 {
  margin: 26px 0.2rem 0.2rem 0.2rem;
  text-transform: uppercase;
  font-size: .8em;
}

section.content {
  /*background-image: url('/media/layout/main-bg-img.png');*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 245px 183px;
}

.row.first-row {
  margin-top: 1em;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
.row.first-row .page-header-big {
  font-size: 150%;
  /* color: rgb(255,255,255); */
}
section.content .text-area .row.first-row p {
  text-align: left;
}
@media (max-width: 730px) {
  .row.first-row .page-header-big {
    font-size: 130%;
  }
}
@media (max-width: 600px) {
  .row.first-row .page-header-big {
    font-size: 110%;
  }
}

#content-area {
  border-top: 1px;
  border-top-style: solid;
  border-bottom: 1px;
  border-bottom-style: solid;
}

section.content {
}
section.content .text-area p {
  position: relative;
  padding-right: 0.9375rem;
  text-align: justify;
}

.left-col-title {
  /*padding: 0;*/
}
@media only screen and (min-width: 50.211em) {
  section.content .left-col-title p {
    /*text-align: left;*/
    font-size: .8em;
  }
}

@media only screen and (max-width: 50.211em) {
  ul.sessions-list li {
    display: inline-block;
    margin-right: 1em;
  }
}
.row.session h3 {
  font-size: 1.1em;
}
.row.session-photos {
  margin-bottom: 2em;
}
.row.session-photos > a {
  display: block;
  margin-bottom: 1em;
}

p.session-title {
  font-size: 1.3em;
  color: rgb(245,245,245);
}
section.content .text-area p.session-title {
  text-align: left;
}

.text-area ol > li {
  margin-top: 1.3em;
}

.counter-box {
  margin: 15px 0;
  text-align: center;
  font-size: 28px;
  color: rgb(204, 204, 204);
}
.counter-box i {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  border: 2px solid rgb(204, 204, 204);
  line-height: 72px;
  text-align: center;
}
.counter-box h4.counter {
  padding-top: 10px;
}
.counter-box .counter {
  color: rgb(247, 147, 28);
  padding-top: 20px;
  line-height: 1em;
  margin-bottom: 0;
}
.counter-box span {
  font-size: .8em;
}

ul.guest-list {
  margin-left: 10%;
}
ul.guest-list strong {
  color: rgb(247,147,29);
}

#hotels {
  width: 95%;
  margin: 0;
  background: none;
  border: none;
}
#hotels tr:nth-child(even) {
  background-color: rgb(30,30,30);
}
#hotels tr:nth-child(odd) {
  background-color: rgb(46, 46, 46);
}
#hotels th {
  background-color: rgb(170,170,170);
  color: rgb(70, 54, 42);
  text-align: left;
}
#hotels td {
  padding: 1%;
  color: rgb(200,200,200);
}

#feedback-availability p {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: .8em;
}

#registration-form {
  padding: 15px 10px 0 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #FFFFFF;
  background-color: rgba(29,29,29,.89);
}

#registration-form table {
  background: none transparent;
  margin-bottom: 0;
  border: none;
}
#registration-form label {
  font-size: 1rem;
  color: rgb(210, 210, 210);
}
#registration-form input[type="text"],
#registration-form input[type="email"],
#registration-form select {
  background-color: rgba(125,125,125,.7);
  color: rgb(255,255,255);
}

footer {
  padding-top: 1em;
}
footer h2 {
  font-size: 1em;
}
footer p {
  font-size: .8em;
  color: rgb(182, 208, 230);
}
