/* DORS/CLUC 2018 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #061a2d; }

a {
  color: #00a89f;
  text-decoration: none; }
  a:hover, a:focus {
    color: #005c57;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 50%; }

.dc-logo-large {
  width: 621px;
  margin-bottom: 70px; }

.bg-red {
  background-color: #00a89f;
  color: #fff; }
  .bg-red a {
    color: #fff !important; }

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/bebas_neue/BebasNeuewebfont.d8bbe7f540dd.eot");
  src: url("../fonts/bebas_neue/BebasNeuewebfont.f761d095e638.woff") format("woff"), url("../fonts/bebas_neue/BebasNeuewebfont.09fda7876794.ttf") format("truetype"); }
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #2C3358; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 18px; } }

.bold {
  font-weight: bold; }

.dc-header-title {
  margin: 0;
  margin-bottom: 12px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .dc-header-title {
      font-size: 36px; } }
  @media screen and (max-width: 768px) {
    .dc-header-title span {
      display: block; } }

.section-title {
  margin: 0;
  margin-bottom: 32px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 64px;
  color: #2C3358; }
  @media screen and (max-width: 768px) {
    .section-title {
      font-size: 36px; } }

p {
  margin: 0;
  margin-bottom: 15px; }

p, ul {
  font-size: 18px;
  line-height: 1.5;
  color: #52607e; }
  @media screen and (max-width: 768px) {
    p, ul {
      font-size: 16px; } }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-red {
  color: #00a89f !important; }

.text-blue {
  color: #2C3358 !important; }

.text-white {
  color: #fff; }

.warning {
  display: inline-block;
  margin-bottom: 20px;
  background: #ffebee;
  padding: 20px;
  border: 1px solid #00a89f;
  color: #00a89f;
  border-radius: 3px; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.form-admission {
  margin: 50px 0;
  max-width: 991px; }

.form-group {
  display: block;
  margin-bottom: 25px; }
  .form-group img {
    margin-bottom: 10px; }

label {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
  color: #52607e; }

.form-control {
  width: 100%; }

input[type="text"], input[type="email"], select, input[type="number"] {
  height: 55px; }
  @media screen and (max-width: 768px) {
    input[type="text"], input[type="email"], select, input[type="number"] {
      height: 45px;
      text-indent: 15px !important; } }

textarea {
  resize: none; }

.form-control {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 16px;
  text-indent: 25px;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  background: #fff;
  color: #222222;
  transition: background 300ms; }
  .form-control:focus {
    background: #fff;
    border: 1px solid #bbb;
    transition: background 300ms; }

textarea.form-control {
  height: 150px;
  padding: 10px;
  text-indent: 0; }

input[type="submit"] {
  cursor: pointer; }

.radio-inline label {
  display: inline-block;
  margin-right: 15px; }

.form-total {
  padding-top: 15px;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 20px; }
  .form-total label {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 42px;
    color: #2C3358; }

form .btn-submit {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600; }

.add-row,
.delete-row {
  padding: 12px 24px !important;
  font-weight: 600 !important; }

.participant-formset {
  border-top: 1px solid #ccc;
  padding-top: 30px; }

#id_captcha_1 {
  max-width: 200px; }

.has-error {
  color: #00a89f; }
  .has-error .form-control {
    border-color: #00a89f;
    border-width: 2px; }

.radio-inline {
  display: inline-block; }

.btn, .add-row, .delete-row {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .add-row:focus, .delete-row:focus, .btn.focus, .focus.add-row, .focus.delete-row, .btn:active:focus, .add-row:active:focus, .delete-row:active:focus, .btn:active.focus, .add-row:active.focus, .delete-row:active.focus, .btn.active:focus, .active.add-row:focus, .active.delete-row:focus, .btn.active.focus, .active.focus.add-row, .active.focus.delete-row {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .add-row:hover, .delete-row:hover, .btn:focus, .add-row:focus, .delete-row:focus, .btn.focus, .focus.add-row, .focus.delete-row {
    color: #333;
    text-decoration: none; }
  .btn:active, .add-row:active, .delete-row:active, .btn.active, .active.add-row, .active.delete-row {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.add-row, .disabled.delete-row, .btn[disabled], [disabled].add-row, [disabled].delete-row, fieldset[disabled] .btn, fieldset[disabled] .add-row, fieldset[disabled] .delete-row {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.add-row, a.disabled.delete-row, fieldset[disabled] a.btn, fieldset[disabled] a.add-row, fieldset[disabled] a.delete-row {
  pointer-events: none; }

.btn-outline, .add-row, .delete-row {
  background-color: transparent !important; }

.btn-red, .delete-row {
  color: #fff;
  background-color: #00a89f;
  border-color: #00a89f; }
  .btn-red:focus, .delete-row:focus, .btn-red.focus, .focus.delete-row {
    color: #fff;
    background-color: #00756f;
    border-color: #002926; }
  .btn-red:hover, .delete-row:hover {
    color: #fff;
    background-color: #00756f;
    border-color: #006b65; }
  .btn-red:active, .delete-row:active, .btn-red.active, .active.delete-row, .open > .btn-red.dropdown-toggle, .open > .dropdown-toggle.delete-row {
    color: #fff;
    background-color: #00756f;
    border-color: #006b65; }
    .btn-red:active:hover, .delete-row:active:hover, .btn-red:active:focus, .delete-row:active:focus, .btn-red:active.focus, .delete-row:active.focus, .btn-red.active:hover, .active.delete-row:hover, .btn-red.active:focus, .active.delete-row:focus, .btn-red.active.focus, .active.focus.delete-row, .open > .btn-red.dropdown-toggle:hover, .open > .dropdown-toggle.delete-row:hover, .open > .btn-red.dropdown-toggle:focus, .open > .dropdown-toggle.delete-row:focus, .open > .btn-red.dropdown-toggle.focus, .open > .dropdown-toggle.focus.delete-row {
      color: #fff;
      background-color: #00514d;
      border-color: #002926; }
  .btn-red:active, .delete-row:active, .btn-red.active, .active.delete-row, .open > .btn-red.dropdown-toggle, .open > .dropdown-toggle.delete-row {
    background-image: none; }
  .btn-red.disabled:hover, .disabled.delete-row:hover, .btn-red.disabled:focus, .disabled.delete-row:focus, .btn-red.disabled.focus, .disabled.focus.delete-row, .btn-red[disabled]:hover, [disabled].delete-row:hover, .btn-red[disabled]:focus, [disabled].delete-row:focus, .btn-red[disabled].focus, [disabled].focus.delete-row, fieldset[disabled] .btn-red:hover, fieldset[disabled] .delete-row:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .delete-row:focus, fieldset[disabled] .btn-red.focus, fieldset[disabled] .focus.delete-row {
    background-color: #00a89f;
    border-color: #00a89f; }
  .btn-red .badge, .delete-row .badge {
    color: #00a89f;
    background-color: #fff; }
  .btn-red.btn-outline, .btn-red.add-row, .delete-row {
    color: #00a89f;
    border-color: #00a89f; }
    .btn-red.btn-outline:hover, .btn-red.add-row:hover, .delete-row:hover, .btn-red.btn-outline:focus, .btn-red.add-row:focus, .delete-row:focus {
      color: #fff;
      background-color: #00a89f !important; }

.btn-blue, .add-row {
  color: #fff;
  background-color: #2C3358;
  border-color: #2C3358; }
  .btn-blue:focus, .add-row:focus, .btn-blue.focus, .focus.add-row {
    color: #fff;
    background-color: #1b1f36;
    border-color: #020203; }
  .btn-blue:hover, .add-row:hover {
    color: #fff;
    background-color: #1b1f36;
    border-color: #181b2f; }
  .btn-blue:active, .add-row:active, .btn-blue.active, .active.add-row, .open > .btn-blue.dropdown-toggle, .open > .dropdown-toggle.add-row {
    color: #fff;
    background-color: #1b1f36;
    border-color: #181b2f; }
    .btn-blue:active:hover, .add-row:active:hover, .btn-blue:active:focus, .add-row:active:focus, .btn-blue:active.focus, .add-row:active.focus, .btn-blue.active:hover, .active.add-row:hover, .btn-blue.active:focus, .active.add-row:focus, .btn-blue.active.focus, .active.focus.add-row, .open > .btn-blue.dropdown-toggle:hover, .open > .dropdown-toggle.add-row:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .dropdown-toggle.add-row:focus, .open > .btn-blue.dropdown-toggle.focus, .open > .dropdown-toggle.focus.add-row {
      color: #fff;
      background-color: #0f121e;
      border-color: #020203; }
  .btn-blue:active, .add-row:active, .btn-blue.active, .active.add-row, .open > .btn-blue.dropdown-toggle, .open > .dropdown-toggle.add-row {
    background-image: none; }
  .btn-blue.disabled:hover, .disabled.add-row:hover, .btn-blue.disabled:focus, .disabled.add-row:focus, .btn-blue.disabled.focus, .disabled.focus.add-row, .btn-blue[disabled]:hover, [disabled].add-row:hover, .btn-blue[disabled]:focus, [disabled].add-row:focus, .btn-blue[disabled].focus, [disabled].focus.add-row, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .add-row:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .add-row:focus, fieldset[disabled] .btn-blue.focus, fieldset[disabled] .focus.add-row {
    background-color: #2C3358;
    border-color: #2C3358; }
  .btn-blue .badge, .add-row .badge {
    color: #2C3358;
    background-color: #fff; }
  .btn-blue.btn-outline, .add-row, .btn-blue.delete-row {
    color: #2C3358;
    border-color: #2C3358; }
    .btn-blue.btn-outline:hover, .add-row:hover, .btn-blue.delete-row:hover, .btn-blue.btn-outline:focus, .add-row:focus, .btn-blue.delete-row:focus {
      color: #fff;
      background-color: #2C3358 !important; }

.header-wrapper {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 768px) {
    .header-wrapper {
      margin-top: 0;
      padding-top: 60px; } }

.dc-header {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  margin: 50px auto;
  text-align: center;
  background: #00a89f;
  padding: 80px; }
  @media screen and (max-width: 480px) {
    .dc-header {
      padding: 30px 15px;
      margin: 30px auto; } }
  .dc-header h2 {
    font-weight: normal; }
  .dc-header p {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff; }
    .dc-header p:last-child {
      margin-bottom: 0;
      font-size: 32px;
      font-weight: 600; }
      @media screen and (max-width: 768px) {
        .dc-header p:last-child {
          font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .dc-header p {
        font-size: 16px; } }

.dc-header-container {
  background-image: url("../images/bg-02.b9b2da9e6538.png");
  text-align: center;
  background-size: cover;
  width: 100%;
  height: 100%; }

.footer {
  padding: 30px 0;
  background-color: #061a2d; }
  .footer p {
    font-size: 14px; }
  @media screen and (max-width: 768px) {
    .footer .pull-left, .footer .pull-right {
      float: none !important; }
    .footer img {
      margin-bottom: 20px; } }

.footer-links {
  display: none;
  margin-bottom: 30px; }
  @media screen and (max-width: 1250px) {
    .footer-links {
      display: block; } }
  .footer-links a {
    color: rgba(255, 255, 255, 0.6);
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 10px; }
    .footer-links a:last-child {
      border-right: none; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #061a2d; }

.table-title {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 30px !important;
  font-weight: normal;
  color: #58595b; }
  @media screen and (max-width: 768px) {
    .table-title {
      font-size: 26px !important; } }

.table-admission {
  margin-bottom: 60px; }
  .table-admission > thead > tr > th {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .table-admission > thead > tr > th {
        font-size: 16px; } }
  .table-admission > tbody > tr > td {
    font-size: 18px;
    color: #52607e; }
    @media screen and (max-width: 768px) {
      .table-admission > tbody > tr > td {
        font-size: 16px;
        vertical-align: middle; } }
  .table-admission > thead > tr > th,
  .table-admission > thead > tr > td,
  .table-admission > tbody > tr > th,
  .table-admission > tbody > tr > td,
  .table-admission > tfoot > tr > th,
  .table-admission > tfoot > tr > td {
    border-top: 1px dashed #808285; }
  .table-admission > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px dashed #808285; }

.section {
  position: relative;
  padding: 80px 0;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    .section {
      padding: 30px 0; } }
  .section h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600; }
  .section h2:first-child {
    margin-top: 0; }
  .section p {
    color: #52607e; }
    .section p:last-child {
      margin-bottom: 0; }

.section-white {
  background-color: #fff; }

.section-gray {
  color: #2C3358;
  background-color: #f5f5f5; }

.section-blue {
  color: #fff;
  background-color: #2C3358; }
  .section-blue p {
    color: #fff; }

.section-red {
  color: #fff;
  background-color: #00a89f; }

.section-pattern {
  background-image: url("../images/bg-02.b9b2da9e6538.png");
  background-size: cover; }
  .section-pattern:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2C3358;
    opacity: 0.25;
    filter: alpha(opacity=25);
    z-index: 10; }
  .section-pattern .container {
    position: relative;
    z-index: 20; }
  .section-pattern h1 {
    color: #fff; }
  .section-pattern p {
    color: #fff; }

/*#section-becomeaspeaker {
	background-image: url("../images/bg_becomeaspeaker.82bef7386667.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;

    &:before {
    	display: none;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: $blue-primary;
		@include opacity(.35);
		z-index: 10;
	}

	.container {
		position: relative;
		z-index: 20;
	}

    h1, p {
    	color: #fff;
    }

    h1 {
	    font-family: "Bebas Neue";
    	font-weight: normal;
    	font-size: 64px;
    }

    .btn {
	    padding: 12px 30px;
    	font-size: 16px;
    	font-weight: 600;
    }
}*/
#section-callforspeakers {
  text-align: center; }
  #section-callforspeakers p {
    margin: 0;
    margin-bottom: 24px; }
    #section-callforspeakers p:last-child {
      margin-bottom: 0; }
  #section-callforspeakers .btn, #section-callforspeakers .add-row, #section-callforspeakers .delete-row {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

#section-grabyourtickets h1 {
  margin: 0;
  margin-bottom: 24px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 64px;
  line-height: 1;
  color: #fff; }
#section-grabyourtickets p {
  margin: 0;
  margin-bottom: 24px; }
  #section-grabyourtickets p:last-child {
    margin-bottom: 0; }
#section-grabyourtickets .btn, #section-grabyourtickets .add-row, #section-grabyourtickets .delete-row {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

#section-supportedby .row {
  padding: 30px 0; }
#section-supportedby h2 {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #aaa; }
  @media screen and (max-width: 768px) {
    #section-supportedby h2 {
      text-align: left; } }

#section-tickets h1, #section-tickets-form h1, #section-code-of-conduct h1, #section-accommodation h1, #section-faq h1,
#section-venue h1, #section-volunteers h1, #section-speakers h1, #section-talk h1 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 64px;
  color: #2C3358; }
  @media screen and (max-width: 768px) {
    #section-tickets h1, #section-tickets-form h1, #section-code-of-conduct h1, #section-accommodation h1, #section-faq h1,
    #section-venue h1, #section-volunteers h1, #section-speakers h1, #section-talk h1 {
      font-size: 36px; } }

#section-code-of-conduct blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 5px solid #eee;
  color: #52607e;
  margin-top: 50px; }

#section-faq h2 {
  font-size: 22px;
  cursor: pointer; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.registration-open-until {
  color: #52607e !important;
  font-weight: 500; }

#section-talk .speaker-img {
  display: block;
  float: left;
  min-width: 64px;
  max-width: 64px;
  margin: 0;
  margin-right: 15px;
  padding-right: 0;
  overflow: hidden; }
  #section-talk .speaker-img:first-child {
    margin-left: 0; }
  #section-talk .speaker-img:last-child {
    margin-right: 15px; }
  #section-talk .speaker-img img {
    max-width: 100%;
    height: auto; }
#section-talk .speaker-name {
  float: left;
  font-size: 18px;
  margin-left: 15px;
  height: 64px;
  line-height: 64px;
  color: #2C3358; }
  @media (max-width: 768px) {
    #section-talk .speaker-name {
      margin-left: 0; } }

.page-split {
  position: relative;
  color: #fff;
  overflow: hidden; }

.page-split-red {
  background-color: #00a89f;
  color: #fff; }

.page-split-blue {
  background-color: #2C3358; }

.page-split-white {
  background-color: #fff; }
  .page-split-white p {
    color: #52607e !important; }

.page-split-visual {
  height: 0;
  overflow: hidden;
  padding-top: 50vh;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .page-split-visual {
      background-position: center;
      background-size: cover;
      bottom: 0;
      height: 100%;
      padding-top: 0;
      position: absolute;
      width: 50%;
      z-index: 1; } }

.page-split-left .page-split-visual {
  left: 0; }

.page-split-right .page-split-visual {
  right: 0; }

.page-split .wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 1170px; }

.page-split-left .page-split-content {
  margin-left: 50%;
  padding-left: 48px; }

.page-split-right .page-split-content {
  margin-right: 50%;
  padding-right: 48px; }

.page-split-content {
  width: 50%;
  padding: 64px 0 40px 0; }

.bg-tickets {
  background-image: url("../images/bg_tickets.1d78b9a1d0b4.jpg"); }

.bg-becomeaspeaker {
  background-image: url("../images/bg_becomeaspeaker2.c6a60ad9f33b.jpg"); }

.page-split-content h1 {
  margin: 0;
  margin-bottom: 32px;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 64px;
  color: #2C3358; }
.page-split-content p {
  margin: 0;
  margin-bottom: 32px;
  color: #fff; }
.page-split-content .btn, .page-split-content .add-row, .page-split-content .delete-row {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
  .nav > li > a > img {
    max-width: none; }

.nav-social-media {
  margin: 0;
  text-align: center; }
  .nav-social-media > li {
    position: relative;
    display: inline-block;
    margin: 0 10px; }
    .nav-social-media > li > a {
      padding: 0;
      color: #fff;
      text-decoration: none; }
      .nav-social-media > li > a:hover, .nav-social-media > li > a:focus {
        background-color: transparent;
        color: #00a89f; }
      .nav-social-media > li > a > span {
        font-size: 20px; }
  @media screen and (max-width: 768px) {
    .nav-social-media {
      text-align: left;
      margin-bottom: 20px; }
      .nav-social-media > li:first-child {
        margin-left: 0; }
      .nav-social-media > li > a {
        color: #00a89f !important; } }

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.15); }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 1251px) {
  .navbar-header {
    float: left; } }
@media screen and (max-width: 1250px) {
  .navbar-header {
    text-align: center; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1250px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }
  @media screen and (max-width: 1250px) {
    .navbar-collapse {
      display: none;
      background: #fff;
      margin-right: -15px !important;
      margin-left: -15px !important;
      border-top: none; }
      .navbar-collapse.in {
        display: block; }
      .navbar-collapse .navbar-nav > li {
        width: 100%;
        display: inline-block;
        margin: 0;
        text-align: left; }
        .navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a:focus {
          color: #333 !important; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block;
    width: auto;
    height: 28px;
    margin-top: -7px; }
  @media screen and (max-width: 1250px) {
    .navbar-brand {
      float: left;
      display: inline-block;
      margin: 0 auto;
      height: 56px; } }

.navbar-toggle {
  display: none;
  position: relative;
  float: left;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (max-width: 768px) {
    .navbar-toggle {
      margin-left: 15px; } }
  @media (max-width: 1250px) {
    .navbar-toggle {
      display: block; } }

.navbar-nav {
  margin: 10px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 20px;
          padding-bottom: 20px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px; }
  .navbar-btn.btn-sm {
    margin-top: 15px;
    margin-bottom: 15px; }
  .navbar-btn.btn-xs {
    margin-top: 19px;
    margin-bottom: 19px; }

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 1251px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }
.navbar-white {
  background-color: #fff;
  border-color: transparent; }
  @media screen and (max-width: 1250px) {
    .navbar-white {
      background-color: #00a89f; } }
  .navbar-white .navbar-brand {
    color: #aaa; }
    .navbar-white .navbar-brand:hover, .navbar-white .navbar-brand:focus {
      color: #919191;
      background-color: transparent; }
  .navbar-white .navbar-text {
    color: #aaa; }
  .navbar-white .navbar-nav > li > a {
    font-weight: 600;
    text-transform: uppercase;
    color: #aaa; }
    .navbar-white .navbar-nav > li > a:hover, .navbar-white .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-white .navbar-nav > .active > a, .navbar-white .navbar-nav > .active > a:hover, .navbar-white .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #eeeeee; }
  .navbar-white .navbar-nav > .disabled > a, .navbar-white .navbar-nav > .disabled > a:hover, .navbar-white .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-white .navbar-toggle {
    border-color: transparent; }
    .navbar-white .navbar-toggle:hover, .navbar-white .navbar-toggle:focus {
      background-color: rgba(0, 0, 0, 0.1); }
    .navbar-white .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-white .navbar-collapse,
  .navbar-white .navbar-form {
    border-color: #eeeeee; }
  .navbar-white .navbar-nav > .open > a, .navbar-white .navbar-nav > .open > a:hover, .navbar-white .navbar-nav > .open > a:focus {
    background-color: #eeeeee;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-white .navbar-nav .open .dropdown-menu > li > a {
      color: #aaa; }
      .navbar-white .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-white .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-white .navbar-nav .open .dropdown-menu > .active > a, .navbar-white .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-white .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #eeeeee; }
    .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-white .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-white .navbar-link {
    color: #aaa; }
    .navbar-white .navbar-link:hover {
      color: #333; }
  .navbar-white .btn-link {
    color: #aaa; }
    .navbar-white .btn-link:hover, .navbar-white .btn-link:focus {
      color: #333; }
    .navbar-white .btn-link[disabled]:hover, .navbar-white .btn-link[disabled]:focus, fieldset[disabled] .navbar-white .btn-link:hover, fieldset[disabled] .navbar-white .btn-link:focus {
      color: #ccc; }

.navbar-white .navbar-nav > li.become-a-speaker-link > a {
  background-color: #00a89f;
  color: #fff; }
  .navbar-white .navbar-nav > li.become-a-speaker-link > a:hover, .navbar-white .navbar-nav > li.become-a-speaker-link > a:focus {
    background-color: #005c57; }
  @media screen and (max-width: 1250px) {
    .navbar-white .navbar-nav > li.become-a-speaker-link > a {
      color: #aaa;
      background-color: transparent !important; }
      .navbar-white .navbar-nav > li.become-a-speaker-link > a:hover, .navbar-white .navbar-nav > li.become-a-speaker-link > a:focus {
        color: #333; } }

.watch-live:hover {
  background-color: #00a89f !important;
  cursor: default; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.tickets-row {
  margin: 50px -15px; }
  @media screen and (max-width: 768px) {
    .tickets-row {
      margin: 0;
      margin-top: 30px; } }

.ticket-item {
  padding: 50px 30px;
  color: #2C3358;
  background-color: #fff; }
  .ticket-item .btn, .ticket-item .add-row, .ticket-item .delete-row {
    display: inline-block;
    margin: 15px 0;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px; }
  .ticket-item .small {
    font-size: 12px;
    font-style: italic;
    color: #858585; }
  .ticket-item p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .ticket-item {
      padding: 30px; } }
  @media screen and (max-width: 991px) {
    .ticket-item {
      margin-bottom: 15px; }
      .col-md-4:last-child .ticket-item {
        margin-bottom: 0; } }

.ticket-icon {
  display: none;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 30px; }

.ticket-name {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  color: #00a89f; }
  .ticket-name small {
    display: block;
    margin-bottom: 10px;
    font-size: 50%; }

.ticket-price {
  margin: 15px 0;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #2C3358; }

.card {
  margin-bottom: 15px; }

.card-keynote-speaker {
  display: block;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08); }
  .card-keynote-speaker .card-img {
    display: block;
    float: left;
    min-width: 72px;
    max-width: 72px;
    max-height: 72px;
    margin: 24px 0;
    margin-right: 10px;
    padding-right: 0;
    overflow: hidden; }
    .card-keynote-speaker .card-img:first-child {
      margin-left: 24px; }
    .card-keynote-speaker .card-img:last-child {
      margin-right: 0; }
    .card-keynote-speaker .card-img img {
      max-width: 100%;
      height: auto; }
      .card-keynote-speaker .card-img img.img-landscape {
        max-width: initial;
        max-height: 72px;
        height: 72px; }
    @media screen and (max-width: 600px) {
      .card-keynote-speaker .card-img {
        min-width: 48px;
        max-width: 48px;
        max-height: 48px; }
        .card-keynote-speaker .card-img img.img-landscape {
          max-height: 48px;
          height: 48px; } }
  .card-keynote-speaker .card-body {
    width: calc(100% - 200px);
    float: left;
    padding: 24px 24px 24px 16px; }
    @media (max-width: 600px) {
      .card-keynote-speaker .card-body {
        clear: both;
        padding-top: 0;
        width: 100%;
        float: none;
        padding: 24px; } }
  .card-keynote-speaker .speaker-name {
    font-size: 22px;
    font-weight: 800;
    color: #2C3358;
    margin-bottom: 16px; }
    @media (max-width: 600px) {
      .card-keynote-speaker .speaker-name {
        font-size: 20px;
        margin-bottom: 10px; } }
  .card-keynote-speaker .speaker-description {
    font-size: 18px; }
    @media (max-width: 600px) {
      .card-keynote-speaker .speaker-description {
        font-size: 16px; } }
  .card-keynote-speaker .speaker-talk-title {
    font-size: 18px;
    color: #00a89f; }

.col-md-6 .card-keynote-speaker .card-body {
  width: calc(100% - 106px); }

.card-talk {
  display: block;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08); }
  .card-talk .card-img {
    display: block;
    float: left;
    min-width: 72px;
    max-width: 72px;
    margin: 30px 0;
    margin-right: 10px;
    padding-right: 0;
    overflow: hidden; }
    .card-talk .card-img:first-child {
      margin-left: 30px; }
    .card-talk .card-img:last-child {
      margin-right: 0; }
    .card-talk .card-img img {
      max-width: 100%;
      height: auto; }
  .card-talk .card-body {
    width: calc(100% - 200px);
    float: left;
    padding: 30px; }
  .card-talk .speaker-name {
    font-size: 22px;
    font-weight: 800;
    color: #2C3358;
    margin-bottom: 16px; }
  .card-talk .speaker-description {
    font-size: 18px; }
  .card-talk .speaker-talk-title {
    font-size: 18px;
    color: #00a89f; }

a.card {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.card:hover {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.1); }
  a.card:hover, a.card:focus, a.card:active {
    text-decoration: none; }

.square {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle; }

.square-red {
  background-color: #00a89f; }

.line {
  display: block;
  margin: 0 auto 24px auto;
  width: 100px;
  height: 4px; }
  @media screen and (max-width: 768px) {
    .line {
      width: 70px;
      height: 3px; } }

.line-red {
  background-color: #00a89f; }

.title-day {
  font-size: 32px;
  color: #00a89f; }
  @media screen and (max-width: 768px) {
    .title-day {
      font-size: 26px; } }

.agenda-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 18px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  table-layout: fixed; }
  @media screen and (max-width: 768px) {
    .agenda-table {
      margin-bottom: 30px; } }
  .agenda-table > thead > tr {
    text-align: left;
    background-color: #fff;
    padding: 20px 15px;
    color: #fff; }
    .agenda-table > thead > tr:last-child {
      border-bottom: 1px solid #ddd; }
    .agenda-table > thead > tr > td, .agenda-table > thead > tr th {
      padding: 15px;
      font-size: 16px;
      font-weight: 600; }
    @media screen and (max-width: 768px) {
      .agenda-table > thead > tr {
        display: block;
        padding: 0; } }
    .agenda-table > thead > tr.agenda-sub-t {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #999; }
      .agenda-table > thead > tr.agenda-sub-t .sub-t-time {
        width: 100px;
        display: table-cell;
        padding: 15px; }
        @media screen and (max-width: 768px) {
          .agenda-table > thead > tr.agenda-sub-t .sub-t-time {
            width: 80px !important; } }
      .agenda-table > thead > tr.agenda-sub-t .sub-t-duration {
        width: 120px;
        display: table-cell;
        padding: 15px; }
      @media screen and (max-width: 768px) {
        .agenda-table > thead > tr.agenda-sub-t td:last-child {
          display: none; } }
  @media screen and (max-width: 768px) {
    .agenda-table > tbody > tr {
      display: block;
      border-bottom: 1px solid #ddd;
      background: #fff; } }
  .agenda-table > tbody > tr.c-break {
    font-weight: 600; }
  @media screen and (max-width: 768px) {
    .agenda-table > tbody > tr:first-child > td {
      display: table-cell; } }
  .agenda-table > tbody > tr > td {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.5; }
    @media screen and (max-width: 768px) {
      .agenda-table > tbody > tr > td {
        display: block;
        width: 100%;
        border-bottom: none; } }
    @media screen and (max-width: 768px) {
      .agenda-table > tbody > tr > td:first-child, .agenda-table > tbody > tr > td:first-child + td {
        display: inline-block;
        width: 80px;
        padding-bottom: 0; } }
    @media screen and (max-width: 768px) {
      .agenda-table > tbody > tr > td:last-child {
        padding-top: 3px; } }
    .agenda-table > tbody > tr > td p {
      margin: 0; }
      .agenda-table > tbody > tr > td p.c-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 3px;
        color: #2C3358; }
      .agenda-table > tbody > tr > td p.c-speaker {
        font-size: 15px; }
  .agenda-table > tbody > tr:last-child > td {
    border-bottom: none; }

.schedule-tags {
  margin-top: 8px !important; }

.tag {
  font-size: 14px;
  background-color: #ddd;
  padding: 2px 10px;
  border-radius: 3px;
  margin-right: 4px; }

.tag-keynote {
  background-color: #ffcdd2;
  color: #b71c1c; }

.tag-edu {
  background-color: #BBDEFB;
  color: #0D47A1; }

.tag-dev {
  background-color: #C5CAE9;
  color: #1A237E; }

.tag-sys {
  background-color: #D1C4E9;
  color: #311B92; }

.tag-lightning {
  background-color: #C8E6C9;
  color: #1B5E20; }

.tag-floss {
  background-color: #FFE0B2;
  color: #FF6F00; }

.tag-sec {
  background-color: #F8BBD0;
  color: #880E4F; }

.tag-hw {
  background-color: #CFD8DC;
  color: #263238; }

#section-supportedby .thumbnail {
  display: inline-block;
  margin: 5px; }
  #section-supportedby .thumbnail > a {
    display: block; }
    #section-supportedby .thumbnail > a > img {
      max-width: 200px;
      max-height: 140px;
      margin: 0 15px; }

.desktop-only {
  display: none !important; }
  @media screen and (min-width: 1250px) {
    .desktop-only {
      display: block !important; } }

.mobile-only {
  display: none !important; }
  @media screen and (max-width: 1251px) {
    .mobile-only {
      display: block !important; } }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-10 {
  margin-left: 10px; }

.m-r-15 {
  margin-right: 15px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-b-30 {
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */
