/*
 Bootstrap Layout Styles
 */

div.content-header {
  background-color: #0092C9;
  padding-bottom: 35px;
}



div.content-header h1 {
  color: #fff;
  font-size: 52px;
  padding: 10px 0px 0px 0px;
  margin: 0px auto;
  font-weight: 700;
}

div.content-header h2.header-language {
  color: #fff;
  text-align: center;
  font-size: 24px;


}

ul.stay-tuned-bullets li {
  list-style: none;
  display: table-row;
  height: 60px;
}

ul.stay-tuned-bullets li:before {
  content: "- ";
  display: table-cell;
  position: relative;
  left: -10px;
}

.grey-callout {
  background-color: #f4f4f4;
  padding: 35px;
  margin: 30px 0;
}

.grey-callout h2 {
  margin-top: 0 !important;
  font-size: 32px !important;
  line-height: 40px !important;
}

@media (min-width: 768px) {

  div.content {
    padding: 25px 0px;
  }

  div.content-header h1 {
    font-size: 64px;
    padding: 20px 0px 0x 0px;
    width: 100%;
  }

  div.content-header h2.header-language {
    margin-top: 15px;

  }

}

@media (min-width: 992px) {

  div.content-header h1 {
    font-size: 62px;
    padding-bottom: 25px;
  }
}



@media (min-width: 1200px) {

  div.content {
    padding: 25px 15px;
    min-height: 80vh;
  }

  div.content-header h1 {
    padding: 50px 0px 30px 15px;
  }
}


div.content h2 {
  color: #006298;
  font-weight: bold;
  font-size: 38px;
  line-height: 32px;

}


div.content h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0px 5px 0px;
  padding-top: 15px;
}


div.content h4 {
  color: #679B41;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  margin-bottom: 4px;
  margin-top: 18px;
}

div.content p {
  width: 100%;
  line-height: 1.7;
  font-size: 18.66px;
}

@media (min-width: 768px) {

  div.content p,
  div.content h2 {}

}

@media (min-width: 992px) {

  div.content p,
  div.content h2 {}

}

div.content p a {
  color: #F48130;
  text-decoration: none;
}

div.content p a:hover {
  text-decoration: underline;
}

div.content-header p.btn {
  width: 80%;
  white-space: normal;
  line-height: 1.7;
  display: block;
  margin: 40px auto 10px auto;
}



div.content p.btn {
  width: 80%;
  white-space: normal;
  line-height: 1.7;
  display: block;
  margin: 20px auto 10px auto;
}

div.c2-calendar p.btn {
  width: 80%;
  white-space: normal;
  line-height: 1.7;
  display: block;
  margin: 0px auto;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  div.content div.c2-calendar p.btn {
    margin: 0px;
    width: 25%;
  }
}

@media (min-width: 992px) {
  div.content div.c2-calendar p.btn {
    width: 30%;
  }
}

div.c2-calendar p.btn.btn-primary a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

div.content-header p.btn.btn-default a,
div.content p.btn.btn-default a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
}

div.content-header p.btn.btn-default,
div.content p.btn.btn-default {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #fcb440 0%, #f4812e 100%);
  background-image: linear-gradient(to bottom, #fcb440 0%, #f4812e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcb440', endColorstr='#fff4812e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border: 1px solid #f4812e;
  text-shadow: none;


}

div.content-header p.btn.btn-default:hover,
div.content p.btn.btn-default:hover {
  background-color: #f4812e;
}

div.content-header p.btn.btn-default a:hover,
div.content p.btn.btn-default a:hover {
  text-decoration: none;
}


div.content img.content-image {
  width: 60%;
  margin: 12px 0px 15px 0px;
  border: 2px solid #F77934;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 12px 5px #bababa;
  -webkit-box-shadow: 0 0 12px 5px #bababa;
  box-shadow: 0 0 12px 5px #bababa;
}

div.content p.caption-head a,
div.content p.caption-head {
  color: #F77934;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
  margin: 0px 0px 3px 5px;
}

div.content p.caption {
  font-size: 13px;
  margin: 0px 0px 15px 5px;
}

@media (min-width: 768px) {
  div.content img.content-image {
    width: 100%;
    margin: 12px 0px 15px 5px;
  }

  div.content-header p.btn,
  div.content p.btn {
    width: 40%;

  }

  div.content-header p.btn.btn-default a,
  div.content p.btn.btn-default a {
    font-size: 18px;
  }


}

@media (min-width: 992px) {
  div.content img.content-image {
    width: 90%;

  }

}

@media (min-width: 1200px) {
  div.content img.content-image {
    width: 75%;

  }

  div.content-header p.btn,
  div.content p.btn {
    width: 33%;

  }

}

div.content .feature_box .actions {
  float: right;
  position: relative;
  width: 55%;
  list-style: none;
  clear: right;

}


div.content .feature_box .actions li {
  padding-left: 25px;
  padding-bottom: 2px;
  margin-bottom: 0px;
  font-size: 11px;

}

div.content .feature_box {
  border-bottom: 1px solid #CCC;
  margin-bottom: 30px;
  min-height: 120px;
}

@media (min-width: 768px) {

  div.content .feature_box .actions {
    width: 25%;
  }


}


/*
news
 */

.admin-news-box.inactive {
  background: #eee;
}


/*
Tables 
 */

td.actions img {
  padding: 3px 6px 3px 0px;

}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td {
  background-color: #fff;
}

th.header {
  background-color: #E6F3FA;

}

.table-hover>tbody>tr:hover>th {
  background-color: #E6F3FA;
}


table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {

  div.content {
    padding: 25px 0;
  }

  ul.stay-tuned-bullets li {
    height: 120px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

/*events */
h1.orange {
  color: #f4812e;
}