@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

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

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1168px) {
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

* {
  -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: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3B3B3B;
  text-decoration: none;
}
a:hover, a:focus {
  color: #007BA1;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-right: 0;
    padding-left: 0;
  }
}

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

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

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

.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 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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 (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 600px) {
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 600px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 600px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 600px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3B3B3B;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1167px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1167px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1167px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1167px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1168px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1168px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1168px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1168px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1167px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1168px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

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

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

h1, h2, h3, h4, h5, h6,
.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,
.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: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

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

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

table {
  background-color: transparent;
}
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;
}

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.428571429;
  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: #fff;
}

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

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

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

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.uu-main-news-header {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
}

.uu-sub-news-heading {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
}

.uu-large-breaker {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
}

.uu-subsite-header, #masthead h1 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 48px;
  color: #F52A01;
}

.uu-content-h1, h1, .h1 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #3B3B3B;
  font-weight: 100;
}

.uu-content-h2, #left-sidebar .widgettitle, h2, .h2 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 28px;
  line-height: 46px;
  color: #3B3B3B;
  font-weight: 100;
  margin-top: 2em;
  margin-bottom: 1em;
}

.uu-content-h3, h6, .h6, h5, .h5, h4, .h4, h3, .h3 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #3B3B3B;
  margin-top: 3em;
  margin-bottom: 1em;
}

.uu-main-intro {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
}

.uu-sub-intro {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}

.uu-body, body {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}

.uu-quote, .below-content-widget-area, blockquote {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
}

.uu-caption-main, .wp-caption p.wp-caption-text {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-top: -1px;
  color: #262626;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.uu-caption-sub {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #888888;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography Stylesheet

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

******************************************************************/
/* BS tooltip  */
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

******************************************************************/
/* BS tooltip  */
/*********************
CLEARFIX - http://nicolasgallagher.com/micro-clearfix-hack/
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
IMAGES
*********************/
.img-border {
  border: 1px solid #CCC;
  padding: 5px;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Arial, serif !important;
  font-style: italic;
}

.alert-success, .alert-error, .alert-danger, .alert-info, .alert-help, .alert-warning {
  margin: 10px 0;
  padding: 10px 18px;
  border: 1px solid;
  font-family: "open sans", sans-serif;
  border: 1px solid;
}

.alert-help, .alert-warning {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error, .alert-danger {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .mobile-only {
    display: block !important;
  }
  tr.mobile-only {
    display: table-row !important;
  }
  th.mobile-only,
  td.mobile-only {
    display: table-cell !important;
  }
}
.mobile-hide {
  display: block !important;
}

tr.mobile-hide {
  display: table-row !important;
}

th.mobile-hide,
td.mobile-hide {
  display: table-cell !important;
}

@media only screen and (max-width: 480px) {
  .mobile-hide,
  tr.mobile-hide,
  th.mobile-hide,
  td.mobile-hide {
    display: none !important;
  }
}
.tablet-only,
tr.tablet-only,
th.tablet-only,
td.tablet-only {
  display: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-only {
    display: block !important;
  }
  tr.tablet-only {
    display: table-row !important;
  }
  th.tablet-only,
  td.tablet-only {
    display: table-cell !important;
  }
}
.tablet-hide {
  display: block !important;
}

tr.tablet-hide {
  display: table-row !important;
}

th.tablet-hide,
td.tablet-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-hide,
  tr.tablet-hide,
  th.tablet-hide,
  td.tablet-hide {
    display: none !important;
  }
}
.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .desktop-only {
    display: block !important;
  }
  tr.desktop-only {
    display: table-row !important;
  }
  th.desktop-only,
  td.desktop-only {
    display: table-cell !important;
  }
}
.desktop-hide {
  display: block !important;
}

tr.desktop-hide {
  display: table-row !important;
}

th.desktop-hide,
td.desktop-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 768px) {
  .desktop-hide,
  tr.desktop-hide,
  th.desktop-hide,
  td.desktop-hide {
    display: none !important;
  }
}
/******************************************************************
 UTILITY STYLES
******************************************************************/
.float-left {
  float: left;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.clear-right {
  clear: right;
}

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/*********************
TRANSITION
*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*********************/
/*********************
ANIMATION
*
Compass CSS3 mixins don't yet handle vendor prefixes for CSS animations, so this is a very simple mixin to simulate that functionality.
*********************/
/*********************
VERTICAL ALIGN DYNAMIC HEIGHT - http://css-tricks.com/centering-in-the-unknown/
*********************/
/*********************
TEXT TRUNCATION
*********************/
/*********************
GRAYSCALE
*********************/
/*********************
TRANSPARENT BG-COLOR
*********************/
/*********************
CSS3 GRADIENTS
*
Be careful with these since they can
really slow down your CSS. Don't overdue it.
USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
*********************/
/********************
CUSTOMIZED RESET VALUES
*********************/
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/UU2014/fonts//OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/UU2014/fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/UU2014/fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/wp-content/themes/UU2014/fonts/merriweather-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("/wp-content/themes/UU2014/fonts/merriweather-lightitalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("/wp-content/themes/UU2014/fonts/merriweather-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: local(icomoon), local(Icomoon), url("/wp-content/themes/UU2014/fonts/icomoon.ttf?6tvktt") format("truetype"), url("/wp-content/themes/UU2014/fonts/icomoon.woff?6tvktt") format("woff"), url("/wp-content/themes/UU2014/fonts/icomoon.svg?6tvktt#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
}
.page-content, .page-content-inner, .mce-content-body {
  font-family: "Merriweather", serif;
}
.page-content a[target=_blank]:after, .page-content-inner a[target=_blank]:after, .mce-content-body a[target=_blank]:after {
  font-family: "icomoon";
  content: "\e614";
  display: inline-block;
  font-size: 0.8em;
  margin-right: 7px;
  padding: 0 0 0 7px;
  text-decoration: none;
}

.page-content li {
  margin-bottom: 1em;
}

p {
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  margin: 0 0 1em 0;
}

ul, ol {
  margin: 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

b, strong, .strong {
  font-weight: bold;
}

cite, dfn, em, i, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

hr {
  clear: both;
}

video {
  width: 100% !important;
  height: auto !important;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

blockquote {
  border-left: 0;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: "— ";
}

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

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  border-radius: 0;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: pre-wrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  display: inline-block;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

hr {
  margin: 1.429em 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.screen-reader-text {
  display: none;
}

/*********************
* TABLE STYLES
*********************/
table {
  border-collapse: separate;
  border-spacing: 0px;
  margin: 10px 0px 15px 0px;
  width: 100%;
  text-align: left;
}
table thead {
  text-align: center;
}
table th {
  background-color: #ffcd00;
  border: 0px solid #FFFFFF;
  padding: 10px 15px;
  color: #3D3D3D;
  text-align: center;
}
table td {
  border: 0px;
  color: #3D3D3D;
  padding: 5px 15px;
  vertical-align: top;
}
table tr.even {
  background-color: #FFFFFF;
}
table tr.odd {
  background-color: #F0F0F0;
}
/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #262626;
}

a:hover, a:focus {
  color: #787878;
  transition: color 0.5s ease 0s;
}

.page-content,
article {
  /* on hover */
  /* on click */
}
.page-content a, .page-content a:visited,
article a,
article a:visited {
  text-decoration: underline;
}
.page-content a:hover, .page-content a:focus,
article a:hover,
article a:focus {
  text-decoration: underline;
}
.page-content a:link,
article a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

.single h1 {
  margin-top: 22px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
  margin: 2em 0 1em 0;
}

.page-content-inner h1:first-child, .page-content-inner h2:first-child, .page-content-inner h3:first-child, .page-content-inner h4:first-child {
  margin-top: 0;
}

/******************************************************************
 TINYMCE STYLES DROPDOWN
******************************************************************/
.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

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

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

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

/* image alignment */
.alignleft, img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright, img.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.aligncenter, img.aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}

.alignnone, img.alignnone {
  display: block;
  margin: 0 0 10px 0;
}

.aligncenter, img.aligncenter,
.alignnone, img.alignnone {
  clear: both;
}

/*Image Caption*/
.wp-caption {
  max-width: 100% !important;
  /* images inside wp-caption */
}
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* end .wp-caption */
/*Core Media Player*/
/*video player*/
.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 57%;
}
.mejs-video .mejs-inner .mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.mejs-video .mejs-inner .mejs-layers .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.mejs-video .mejs-inner .mejs-overlay-play {
  width: 100% !important;
  height: 100% !important;
}
/*audio player*/
/* Audio Playlist */
.wp-playlist {
  overflow: hidden;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
  display: block;
}
.wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption .wp-playlist-item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*Block Quote Alignment*/
/*Image Sizes*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
@media (max-width: 420px) {
  .size-auto,
  .size-full,
  .size-large,
  .size-medium,
  .size-thumbnail {
    width: 100%;
    float: none;
  }
}

/*Use this class for any Editor Specific Styles to help the user experience
 * set the max size of the content area in the editor to match the template*/
.mceContentBody {
  background-color: #FDFDFD;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Site Name:
Author: 

Stylesheet: Variables

******************************************************************/
/* BS tooltip  */
/*********************
CLEARFIX - http://nicolasgallagher.com/micro-clearfix-hack/
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*********************
IMAGES
*********************/
.img-border {
  border: 1px solid #CCC;
  padding: 5px;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Arial, serif !important;
  font-style: italic;
}

.alert-help, .alert-warning, .alert-info, .alert-error, .alert-danger, .alert-success {
  margin: 10px 0;
  padding: 10px 18px;
  border: 1px solid;
  font-family: "open sans", sans-serif;
  border: 1px solid;
}

.alert-help, .alert-warning {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error, .alert-danger {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

.mobile-only,
tr.mobile-only,
th.mobile-only,
td.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 480px) {
  .mobile-only {
    display: block !important;
  }
  tr.mobile-only {
    display: table-row !important;
  }
  th.mobile-only,
  td.mobile-only {
    display: table-cell !important;
  }
}
.mobile-hide {
  display: block !important;
}

tr.mobile-hide {
  display: table-row !important;
}

th.mobile-hide,
td.mobile-hide {
  display: table-cell !important;
}

@media only screen and (max-width: 480px) {
  .mobile-hide,
  tr.mobile-hide,
  th.mobile-hide,
  td.mobile-hide {
    display: none !important;
  }
}
.tablet-only,
tr.tablet-only,
th.tablet-only,
td.tablet-only {
  display: none !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-only {
    display: block !important;
  }
  tr.tablet-only {
    display: table-row !important;
  }
  th.tablet-only,
  td.tablet-only {
    display: table-cell !important;
  }
}
.tablet-hide {
  display: block !important;
}

tr.tablet-hide {
  display: table-row !important;
}

th.tablet-hide,
td.tablet-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .tablet-hide,
  tr.tablet-hide,
  th.tablet-hide,
  td.tablet-hide {
    display: none !important;
  }
}
.desktop-only,
tr.desktop-only,
th.desktop-only,
td.desktop-only {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .desktop-only {
    display: block !important;
  }
  tr.desktop-only {
    display: table-row !important;
  }
  th.desktop-only,
  td.desktop-only {
    display: table-cell !important;
  }
}
.desktop-hide {
  display: block !important;
}

tr.desktop-hide {
  display: table-row !important;
}

th.desktop-hide,
td.desktop-hide {
  display: table-cell !important;
}

@media only screen and (min-width: 768px) {
  .desktop-hide,
  tr.desktop-hide,
  th.desktop-hide,
  td.desktop-hide {
    display: none !important;
  }
}
/******************************************************************
 UTILITY STYLES
******************************************************************/
.float-left {
  float: left;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.clear-right {
  clear: right;
}

/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/*********************
TRANSITION
*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*********************/
/*********************
ANIMATION
*
Compass CSS3 mixins don't yet handle vendor prefixes for CSS animations, so this is a very simple mixin to simulate that functionality.
*********************/
/*********************
VERTICAL ALIGN DYNAMIC HEIGHT - http://css-tricks.com/centering-in-the-unknown/
*********************/
/*********************
TEXT TRUNCATION
*********************/
/*********************
GRAYSCALE
*********************/
/*********************
TRANSPARENT BG-COLOR
*********************/
/*********************
CSS3 GRADIENTS
*
Be careful with these since they can
really slow down your CSS. Don't overdue it.
USAGE: @include css-gradient(#dfdfdf,#f8f8f8);
*********************/
#brandbar {
  background: #FFFFFF;
  border-bottom: 1px solid #EFEFEF;
  height: 66px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #brandbar {
    height: 50px;
  }
}
#brandbar img {
  height: 48px;
  width: 179px;
}
@media (max-width: 768px) {
  #brandbar img {
    width: 139px;
    height: auto;
  }
}
@media (max-width: 420px) {
  #brandbar img {
    width: 128px;
    height: auto;
  }
}
#brandbar img.alternative-logo {
  height: 48px;
  width: auto;
}
@media (max-width: 768px) {
  #brandbar img.alternative-logo {
    width: auto;
    height: 37px;
  }
}
#searchform {
  margin-top: 18px;
  position: relative;
}
@media (max-width: 768px) {
  #searchform {
    margin-top: 10px;
  }
}
#searchform .searchfield {
  background: none repeat scroll 0 0 #efefef;
  border: 0 none;
  font-size: 14px;
  height: 30px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 40px;
  color: #3b3b3b;
  text-decoration: none;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
}
@media (max-width: 768px) {
  #searchform .searchfield {
    display: none;
  }
}

input[type=submit].searchbutton, .searchbutton {
  text-indent: normal;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: "icomoon";
  font-size: 14px;
  color: #777777;
  content: "\e600";
  background: none repeat scroll 0 0 #efefef;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  line-height: 14px;
}
input[type=submit].searchbutton:hover, .searchbutton:hover {
  color: #000;
}
@media (max-width: 768px) {
  input[type=submit].searchbutton, .searchbutton {
    position: relative;
    background-color: transparent;
    left: 20px;
    font-size: 16px;
  }
}

.language-switch {
  line-height: 70px;
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
  position: relative;
  border-left: 1px solid #EFEFEF;
}
.language-switch a {
  color: #787878;
}
@media (max-width: 768px) {
  .language-switch {
    line-height: 50px;
  }
}
@media (max-width: 420px) {
  .language-switch .visible-xs {
    display: inline-block !important;
  }
}

.logodiv {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .logodiv {
    padding-bottom: 5px;
    padding-top: 5px;
    min-width: 194px;
    display: inline-block;
  }
}
@media (max-width: 420px) {
  .logodiv {
    min-width: auto;
    margin-left: -10px;
  }
}

#masthead h1 {
  line-height: 55px;
  margin: 0;
  padding: 22px 0;
  color: #C00A35;
}
@media (max-width: 768px) {
  #masthead h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
#masthead h1 a, #masthead h1 a:hover, #masthead h1 a:focus {
  color: #C00A35;
  text-decoration: none;
}

.header {
  background: #FFFFFF;
}

.header-image img {
  width: 100%;
  height: auto;
}
.header-image .widget img {
  width: inherit;
  height: inherit;
}

.banner-widget-area .textwidget {
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 28px;
  margin: 50px 0 0;
  text-shadow: 1px 1px #000;
  width: 50%;
}
@media (max-width: 1170px) {
  .banner-widget-area .textwidget {
    font-size: 26px;
    margin: 40px 0 0;
    width: 65%;
  }
}
@media (max-width: 768px) {
  .banner-widget-area .textwidget {
    font-size: 24px;
    margin: 30px 0 0;
    width: 80%;
  }
}

#footer-widget-area {
  padding: 60px 0 38px;
  background: #252525;
  color: #fff;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
}

footer#colophon a, footer#colophon a:visited {
  color: #eee;
}
@media (max-width: 420px) {
  footer#colophon img {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer#colophon .uu-footer-logo {
  width: 300px;
}
@media (max-width: 420px) {
  footer#colophon .uu-footer-logo {
    width: 100%;
  }
}

#footer-widget-area a, #footer-widget-area a:visited {
  color: #fff;
}
#footer-widget-area .widget h4 {
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  margin: 0;
}
#footer-widget-area .widget ul {
  margin: 0;
  padding: 0;
}
#footer-widget-area .widget ul li {
  list-style: none outside none;
  margin-left: 0;
  position: relative;
}
#footer-widget-area .widget ul li a, #footer-widget-area .widget ul li a:visited {
  color: #aeaeae;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
}

#back-top {
  position: fixed;
  bottom: 10px;
  margin-right: 30px;
  right: 0;
  z-index: 9999;
}
#back-top a {
  width: 40px;
  display: block;
  text-decoration: none;
  opacity: 0.2;
  background: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#back-top a:hover, #back-top a:focus {
  color: #000;
  opacity: 1;
}
#back-top i {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 7px;
  font-style: normal;
  color: #FFF;
  text-align: center;
}
#back-top i:before {
  content: "\e612";
  font-family: "icomoon";
  font-size: 10px;
  line-height: 30px;
}

.home .carousel-inner .item {
  max-height: 400px;
  overflow: none;
}
.home .carousel-inner .item.active {
  display: block;
}
@media (max-width: 768px) {
  .home .carousel-inner .item {
    min-height: 400px;
  }
}
@media (max-width: 420px) {
  .home .carousel-inner .item {
    min-height: 300px;
  }
}
.home .carousel-inner .item .carousel-caption {
  left: 50%;
  right: 12%;
  padding-bottom: 50px;
  z-index: 100;
}
@media (max-width: 768px) {
  .home .carousel-inner .item .carousel-caption {
    top: 90px;
    bottom: auto;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 420px) {
  .home .carousel-inner .item .carousel-caption {
    top: 50px;
    bottom: auto;
  }
}
.home .carousel-inner .item .carousel-caption .carousel-caption-text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2em;
  width: auto;
  bottom: 92px;
}
.home .carousel-inner .item .carousel-caption .carousel-caption-text h4 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 768px) {
  .home .carousel-inner .item .carousel-caption .carousel-caption-text h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    width: 100%;
    text-shadow: 0 0;
    color: #333;
  }
}
@media (max-width: 768px) {
  .home .carousel-inner .item .carousel-caption .carousel-caption-text {
    background-color: #ffffff;
    color: #333;
  }
}
.home .carousel-inner .item .carousel-caption .carousel-caption-link {
  position: absolute;
  text-align: right;
  bottom: 5px;
  right: 0;
}
.home .carousel-inner > .item > img, .home .carousel-inner > .item > a > img {
  max-width: auto;
  width: 100%;
}
.home .carousel-controls {
  width: 180px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
  z-index: 1001;
}
.home .carousel-buttons {
  width: 70px;
  float: left;
  margin: -11px 0 0 5px;
}
.home .carousel-indicators {
  width: auto;
  position: relative;
  margin: 0;
  bottom: 0;
  left: 0;
  float: left;
}
.home .carousel-indicators li, .home .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.home-widget-area {
  background-color: #fff;
  padding: 1em 0 2em 0;
}
.home-widget-area h1, .home-widget-area h2, .home-widget-area h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-width: 420px) {
  .home-widget-area .widget {
    margin-bottom: 15px;
  }
}
#footer-widget-area {
  background-color: #262626;
  color: #AEAEAE;
}
@media (max-width: 420px) {
  #footer-widget-area .widget {
    margin-bottom: 15px;
  }
}

#footer-widget-area .widgettitle {
  color: #FFFFFF;
}

.below-content-widget-area {
  float: left;
  background-color: #ffcd00;
  bottom: 0px;
  padding: 100px;
  width: 100%;
  margin-bottom: 0;
}
.below-content-widget-area .widget.first-widget {
  margin: 0;
}
@media (max-width: 1170px) {
  .below-content-widget-area {
    padding: 15px 15px 15px 30px;
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  .below-content-widget-area {
    font-size: 24px;
    left: 0;
    margin: 0;
    padding: 8px 24px;
    width: 100%;
    position: relative;
  }
}

.home-widget-area-0 {
  width: 800px;
  margin: 0 auto;
  padding: 2em 0 1em 0;
}
@media (max-width: 768px) {
  .home-widget-area-0 {
    width: 80%;
  }
}
@media (max-width: 420px) {
  .home-widget-area-0 {
    width: 100%;
    padding: 15px;
  }
}

.banner-widget-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}

#left-sidebar .widgettitle {
  margin-top: 0;
  margin-bottom: 0;
}
#left-sidebar .widget {
  margin: 0 0 2.2em 0;
}
#left-sidebar .widget h4 {
  font-weight: 300;
  font-size: 26px;
  border-bottom: 4px solid #d7d7d7;
  padding-bottom: 6px;
}
#left-sidebar .widget ul {
  margin: 0;
  padding: 0;
}
#left-sidebar .widget ul li {
  border-bottom: 1px solid #d7d7d7;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
#left-sidebar .widget ul li a {
  color: #262626;
  font-size: 16px;
  padding: 9px 0;
  display: block;
}
#left-sidebar .widget ul li .icononly, #left-sidebar .widget ul li .button {
  padding: 0;
}
#left-sidebar .widget ul .current-menu-item > a {
  font-weight: bold;
  color: #262626;
}
#left-sidebar .widget ul.sub-menu {
  list-style: inside none disc;
  margin: 0;
  padding: 0;
}
#left-sidebar .widget ul.sub-menu li {
  border: 0;
}
#left-sidebar .widget ul.sub-menu li a {
  color: #787878;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  text-indent: -16px;
  padding-top: 0;
}
#left-sidebar .widget ul.sub-menu li a:before {
  font-family: "icomoon";
  color: #787878;
  content: "\e610";
  font-size: 8px;
  padding-right: 10px;
  vertical-align: 0;
}
#left-sidebar .widget ul.sub-menu li .sub-menu li {
  padding-left: 32px;
}
#left-sidebar .current-menu-item > a {
  font-weight: bold;
  color: #262626;
}
#left-sidebar .menu-item ul {
  display: none;
}
#left-sidebar .current-menu-parent ul,
#left-sidebar .current-menu-item ul {
  display: block;
}
#left-sidebar tr, #left-sidebar td {
  background: transparent;
}

.button, .button-primary, .frm_submit .btn {
  display: inline-block;
  padding: 0 19px;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none !important;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  position: relative;
  text-transform: uppercase;
  text-shadow: none !important;
  background-color: #ffcd00;
  color: #000;
  margin-bottom: 5px;
  transition: none;
  border: 0;
  -moz-osx-font-smoothing: grayscale;
}
.button:hover, .button-primary:hover, .frm_submit .btn:hover {
  text-decoration: none;
  color: #ffcd00;
  background-color: #000000;
}

.button.icon {
  padding: 0 0 0 19px;
}
.button.icon:hover {
  text-decoration: none;
  color: #000000;
  background-color: #ffcd00;
}
.button.icon:after {
  font-size: 0.9em;
  text-align: center;
  margin-left: 19px;
  position: relative;
  z-index: 15;
  font-family: "icomoon";
  display: inline-block;
  width: 40px;
  content: "\e610";
  font-weight: normal;
}
.button.icon:hover:after {
  background: #000;
  color: #ffcd00;
}

.button.left {
  padding: 0 19px 0 0;
}
.button.left:after {
  margin-left: 0;
  width: 0;
  content: "" !important;
}
.button.left:before {
  font-size: 0.9em;
  text-align: center;
  margin-right: 19px;
  position: relative;
  z-index: 15;
  font-family: "icomoon";
  display: inline-block;
  width: 40px;
  content: "\e610";
  font-weight: normal;
}
.button.left:hover:before {
  background: #000000;
  color: #ffcd00;
}

.button.arrow-left:after, .button.arrow-left:before {
  content: "\e60f";
}

.button.arrow-right:after, .button.arrow-right:before {
  content: "\e60f";
}

.button.arrow-up:after, .button.arrow-up:before {
  content: "\e612";
}

.button.arrow-down:after, .button.arrow-down:before {
  content: "\e611";
}

.button.search:after, .button.search:before {
  content: "search";
}

.button.ext-link:after {
  content: "\e614";
  font-size: 0.8em;
}
.button.ext-link:hover:after {
  background: #ffcd00;
  color: #000000;
}

.button.yellow {
  background-color: #ffcd00;
  color: #000000;
}
.button.yellow:hover:after {
  background-color: #000000;
  color: #ffcd00;
}

.button.black {
  background-color: #000000;
  color: #ffffff !important;
}
.button.black:hover {
  background-color: #000000;
  color: #ffffff;
}
.button.black:hover:after, .button.black:hover:before {
  background-color: #ffffff;
  color: #000000;
}

.button.white {
  background-color: #ffffff;
  color: #000000;
}
.button.white:hover {
  background-color: #ffcd00;
  color: #000000;
}

.button.border {
  border: 1px solid #000;
}

.button.large {
  font-size: 20px;
  line-height: 60px;
}
.button.large.icon {
  padding: 0 0 0 24px;
}
.button.large.icon.left {
  padding: 0 24px 0 0;
}
.button.large:after, .button.large:before {
  height: 60px;
  width: 60px;
}

.button.small {
  font-size: 13px;
  line-height: 36px;
}
.button.small.icon {
  padding: 0 0 0 13px;
}
.button.small.icon.left {
  padding: 0 13px 0 0;
}
.button.small:after, .button.small:before {
  height: 36px;
  width: 36px;
}

/*
*    Other (social) buttons
*
*/
.icononly {
  font-size: 0.9em;
  text-align: center;
  position: relative;
  font-family: "icomoon";
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px !important;
  text-decoration: none !important;
}
.icononly:before {
  position: absolute;
  margin-left: -14px;
  font-size: 32px;
}

.carousel .icononly {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  outline: none;
}
.carousel .icononly:before {
  background-color: none;
  color: #fff;
  font-size: 22px;
  margin-left: 0;
}

.carousel .icononly:hover:before {
  color: #ccc;
}

.carousel-play-btn.icononly:before {
  content: "\f04b";
}

.carousel-pause-btn.icononly:before {
  content: "\f04c";
}

.linkedin {
  background-color: #0274B3 !important;
}
.linkedin:before {
  color: white;
  content: "\e60e";
  font-size: 22px;
  margin-left: -14px;
  margin-top: 0;
  padding: 0 0 0 5px;
}

.facebook {
  background-color: #3B5997 !important;
}
.facebook:before {
  content: "\e60a";
  color: white;
}

.twitter {
  background-color: #01ACEC !important;
}
.twitter:before {
  content: "\e609";
  color: white;
}

.youtube {
  background-color: white;
}
.youtube:before {
  color: #d62327;
  content: "\e60b";
  font-size: 33px;
  margin-left: -16px;
}

.pinterest {
  background-color: white;
}
.pinterest:before {
  color: #d62327;
  content: "\e615";
  font-size: 39px;
  margin-left: -19px;
  margin-top: 0;
}

.instagram {
  background-color: #246087 !important;
}
.instagram:before {
  content: "\e618";
  font-size: 31px;
  margin-left: -15px;
  color: white;
}

.googleplus:before {
  content: "\e60d";
  font-size: 25px;
  line-height: 42px;
  padding: 0 0 0 3px;
}

.rss {
  background-color: transparent;
  font-weight: 300;
  margin: 10px 0 0 0;
}
.rss:before {
  color: black;
  content: "\e616";
  font-size: 20px;
  margin-right: 6px;
  font-family: "icomoon";
}
.rss:hover {
  background: transparent;
  color: black;
}

.sharebutton {
  height: 42px;
  width: 42px;
  background-color: black;
  margin-right: 57px;
  display: inline-block;
}
.sharebutton:before {
  color: white;
  font-weight: normal;
}
.sharebutton:after {
  background-color: #ffcd00;
  color: black;
  content: "\e610" !important;
  display: inline-block;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  width: 42px;
  margin-left: 23px;
  font-weight: normal;
  padding: 0 0 0 3px !important;
}

#content .page-content-inner .pager {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  background: #efefef;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 15px;
  color: black;
  text-decoration: none;
  margin: 0 5px;
}
#content .page-content-inner .pager:hover {
  background-color: #ffcd00;
}
#content .page-content-inner .pager.active {
  background-color: #ffcd00;
}
#content .page-content-inner .pager.back {
  background-color: black;
}
#content .page-content-inner .pager.back a {
  color: #fff;
}
#content .page-content-inner .pager.next {
  background-color: black;
}
#content .page-content-inner .pager.next a {
  color: #fff;
  content: "\e60f";
  font-size: 0.9em;
  text-align: center;
  font-family: "icomoon";
  display: inline-block;
  width: 40px;
  height: 100%;
}

#content .page-content-inner .page-navigation {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
#content .page-content-inner .page-navigation ul {
  margin: 0 auto;
  display: inline-block;
}
#content .page-content-inner .page-navigation ul li {
  list-style: none outside none;
  float: left;
}

.toggle-btn-div {
  margin-top: 10px;
}

.toggle-btn {
  margin: 0;
}

.frontpage-read-more {
  float: right;
  margin-right: -15px;
}

.navbar {
  margin: 0;
  border-radius: 0;
  min-height: 0;
  border: 0;
}

.navbar-nav {
  margin-left: -15px;
}
@media (max-width: 768px) {
  .navbar-nav {
    margin: 10px;
  }
}

.navbar-nav > li > a {
  font-size: 16px;
  padding: 15px 12px;
  transition: 0.3s;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.navbar-toggle {
  float: left;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 0;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #333;
}

.navbar-collapse {
  padding-left: 0px;
}

.navbar-inverse {
  background-color: #000;
}

.navbar-inverse .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li.current-menu-item > a,
.navbar-inverse .navbar-nav > li.current-menu-parent > a {
  background-color: #000;
  color: #ffcd00;
}

@media (max-width: 420px) {
  #home-icon {
    display: block;
  }
}

.menuitem-home {
  display: none;
}

.current-menu-item .home-icon,
.home-icon:hover {
  fill: #ffcd00;
}

.dropdown-menu > li > a {
  text-decoration: none;
  line-height: 1.42857;
  padding: 5px 20px;
  font-size: 16px;
}

.dropdown-menu > li:hover > a, .dropdown-menu > li > a:focus {
  background-color: #efefef;
  color: #262626;
  text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
}

.page-template-page-full-width .toggle-btn-div {
  display: none;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
body {
  background-color: #F6F6F6;
}

@media screen and (max-width: 930px) and (min-width: 870px) {
  .container {
    width: 840px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 930px) {
  .container {
    width: 870px;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

.page-content {
  margin-left: 300px;
  transition: width 0.5s ease 0s;
}

#content-wrapper {
  padding: 0;
}

.sidebar-offcanvas {
  float: left;
  padding-top: 50px;
  padding-right: 15px;
  width: 300px;
  transition: width 0.5s ease 0s;
}
@media (max-width: 768px) {
  .sidebar-offcanvas {
    width: 200px;
  }
}
@media (max-width: 420px) {
  .sidebar-offcanvas {
    float: none;
    position: absolute;
    top: 0;
    width: 50%;
  }
}

.two-col, .two-col #content-wrapper {
  background: -moz-linear-gradient(left top, #efefef 0%, #efefef 300px, #ffffff 300px, #ffffff 100%);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(left, #efefef 0%, #efefef 300px, #ffffff 300px, #ffffff 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(left, #efefef 0%, #efefef 302px, #ffffff 302px, #ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #efefef 0%, #efefef 300px, #ffffff 300px, #ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #efefef 0%, #efefef 300px, #ffffff 300px, #ffffff 100%); /* IE10+ */
  background: linear-gradient(to right, #efefef 0%, #efefef 300px, #ffffff 300px, #ffffff 100%); /* W3C */
  filter: none;
}
@media (max-width: 768px) {
  .two-col, .two-col #content-wrapper {
    background: #fff;
  }
}

@media (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
  }
  .row-offcanvas-left.active {
    left: 50%;
  }
  .sidebar-offcanvas {
    float: none;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .page-content {
    margin-left: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row-offcanvas-left {
  margin-left: 0;
  margin-right: 0;
}

.article-header-main {
  background-color: #fff;
}

.page-template-page-full-width-php #content, .page-template-page-home-agenda-php #content {
  background: #fff;
}
.page-template-page-home-blog-php #content {
  background: #e8e8e8;
}
#content .header-image {
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
#content .header-image img {
  vertical-align: middle;
}
#content .page-header-placeholder {
  position: absolute;
  display: block;
  height: 70px;
  width: 250px;
  right: 0;
  bottom: 0;
  background: #ffcd00;
  z-index: 100;
}
@media (max-width: 768px) {
  #content .page-header-placeholder {
    display: none;
  }
}
#content .page-header-placeholder.height-108 {
  height: 108px;
}
#content .page-header-placeholder.height-148 {
  height: 148px;
}
#content .page-header-placeholder.height-188 {
  height: 188px;
}
#content .page-title h1 {
  background: none repeat scroll 0 0 #ffcd00;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-top: -70px;
  min-height: 70px;
  padding: 14px 24px 14px 100px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1170px) {
  #content .page-title h1 {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  #content .page-title h1 {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    min-height: 40px;
  }
}
#content .page-title h1.height-108 {
  margin-top: -108px;
}
#content .page-title h1.height-148 {
  margin-top: -148px;
}
#content .page-title h1.height-188 {
  margin-top: -188px;
}

#content.one-col,
#content.one-col .row-offcanvas,
#content.one-col #content-wrapper {
  background: #fff;
}

#content .full-width .page-title h1 {
  width: 100%;
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  #content .full-width .page-title h1 {
    font-size: 28px;
  }
}

#content.one-col .page-header-placeholder {
  display: none;
}

.page-content-inner {
  padding: 50px 30px 50px 100px;
  float: left;
  width: 100%;
}
@media (max-width: 1170px) {
  .page-content-inner {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 768px) {
  .page-content-inner {
    padding: 15px;
  }
}
@media (max-width: 420px) {
  .page-content-inner {
    width: 100%;
    padding: 15px;
  }
}

.full-width .page-content-inner {
  padding: 30px 0;
}

.home .page-title {
  display: none;
}

.page-template-page-full-width-php .page-content-inner {
  padding: 50px 0;
}
.page-template-page-full-width-php .article-header .col-sm-offset-3 {
  margin-left: 0;
}
.page-template-page-full-width-php .article-header .col-sm-9 {
  width: 100%;
}
.page-template-page-full-width-php #content {
  background: #fff;
}

.fourofour {
  color: #ddd;
  font-size: 150px;
  height: 134px;
  line-height: 83px;
}

.home #content .page-header-placeholder,
.home #content .page-title h1 {
  display: none;
}

.single .metadata,
.single .agenda-date {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.searchpage {
  margin: 0 0 20px 0;
}

.search-form-large {
  padding-left: 100px;
}
@media (max-width: 768px) {
  .search-form-large {
    padding: 0 30px 30px 30px;
    background: #ffcd00;
  }
}

.search-form-large.search-wrapper {
  width: 100%;
  margin: 0;
}
.search-form-large.search-wrapper .searchfield {
  position: relative;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .search-form-large.search-wrapper .searchfield {
    background: #fff;
  }
}
@media (max-width: 420px) {
  .search-form-large.search-wrapper .searchfield {
    display: inline-block;
  }
}
.search-form-large.search-wrapper .searchbutton {
  left: auto;
  right: 30px;
  top: 3px;
}

.search article {
  padding-top: 1em;
  border-top: 1px solid #efefef;
}
.search article h3 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .search .header-image {
    display: none;
  }
}

.archive article {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.archive article h1 {
  margin-top: 0;
  font-size: 28px;
  line-height: 36px;
}
.archive article .button {
  float: right;
}
.archive article .archive-thumbnail {
  margin-top: 11px;
}
.archive .article-footer {
  font-size: 0.9em;
  margin-top: 1em;
}

.frontpage-archive-container {
  padding-top: 15px;
}

.frontpage-archive-container.agenda h2 {
  margin-top: 0;
}

.page-template-page-home-agenda .page-content-inner {
  padding: 0;
}

.front-page-post-item-title {
  padding: 0.5em 1em;
  background: #fff;
  display: block;
  height: 8em;
  margin-bottom: 15px;
}

a .front-page-post-item-title {
  color: #262626;
}

.front-page-post-item-title h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .front-page-post-item-title h1 {
    font-size: 18px;
  }
}

.page-content h1 a, .page-content h1 a:visited, article h1 a, article h1 a:visited {
  text-decoration: none;
}

.front-page-post-item-title .front-page-post-item-date {
  font-size: 10px;
}

.front-page-post-item-thumbnail img {
  width: 100%;
}

.front-page-post-featured-content h1 {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .front-page-post-featured-content h1 {
    font-size: 30px;
  }
}

.taxonomy-description {
  border-bottom: 3px solid #ffeb99;
  padding: 20px 24px 20px 100px;
  margin-bottom: 20px;
}
@media (max-width: 1170px) {
  .taxonomy-description {
    padding: 15px 15px 15px 30px;
  }
}
@media (max-width: 768px) {
  .taxonomy-description {
    padding: 8px 24px;
    width: 100%;
    position: relative;
  }
}

.metadata {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 24px;
}

.default-image {
  width: 100px;
  height: 100px;
}

.gallery-item {
  float: left;
}

.featured-image-wrapper {
  margin-top: 20px;
  width: 50%;
  max-width: 680px;
}

.featured-image-wrapper.left {
  float: left;
}

.featured-image-wrapper.right {
  float: right;
}

.featured-image-text {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: "Merriweather", "Bembo", Georgia, Times, "Times New Roman", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  overflow: hidden;
  padding: 25px 30px;
}

/* Scrollmenu  */
#sidebarnav .nav.affix {
  top: 50px;
}

#sidebarnav .list-group-item {
  border: 0;
  padding: 0;
}

#sidebarnav a {
  padding: 0;
  font-size: 14px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 20px;
}

#sidebarnav .list-group-item a {
  line-height: 20px;
  margin-top: 5px;
}

#sidebarnav .list-group-item.sub a {
  font-size: 12px;
  margin-left: 30px;
  margin-top: 0;
  text-decoration: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  z-index: 2;
}

.panel {
  margin-bottom: 20px;
  border: 1px solid #efefef;
}
.panel .panel-heading {
  background-color: #ffcd00;
  padding: 10px 30px;
}
.panel .panel-heading h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}
.panel .panel-heading h4 a {
  text-decoration: none;
  display: block;
}
.panel .panel-heading h4 a:hover, .panel .panel-heading h4 a:focus {
  color: #000;
  outline: 0;
}
.panel .panel-heading h4 a:after {
  font-family: "icomoon";
  content: "\e612";
  display: inline-block;
  float: right;
  font-size: 10px;
  line-height: 30px;
  padding: 0 5px 0 1px;
  text-indent: 0;
  vertical-align: 1px;
}
.panel .panel-heading h4 a.collapsed:after {
  content: "\e611";
}
.panel .panel-body {
  padding: 30px;
}

.well {
  background-color: #dddddd;
  padding: 1em;
}

.bs-tooltip {
  border-bottom: 1px dotted #000;
  text-decoration: none;
}

.masonry-item {
  padding-bottom: 10px;
  border: 1px solid #dddddd;
  margin: 0 -1px -1px 0;
}
.masonry-item img {
  width: 100%;
}
.masonry-item .article-content {
  margin: 0.5em;
}
.masonry-item a {
  text-decoration: none;
}
.masonry-item h1 {
  font-size: 30px;
  line-height: 123%;
}
.masonry-item p {
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 420px) {
  .masonry-item {
    margin-bottom: 2em;
  }
}
.masonry-item .date {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.home-news .col-sm-8, .home-agenda .col-sm-8 {
  margin-left: 16.6667%;
}

.home-blog article a {
  text-decoration: none;
}
@media (max-width: 420px) {
  .home-blog article div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 420px) {
  .home-blog .archive-thumbnail {
    margin-bottom: 15px;
  }
}
.home-blog h2 {
  margin: 30px 0 30px -15px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .home-blog h2 {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  .home-blog h2 {
    margin-left: 0;
    font-size: 25px;
  }
}

.blog-item {
  margin-bottom: 30px;
  min-height: 390px;
  position: relative;
}
.blog-item .blog-item-image .size-large {
  position: relative;
  width: 100%;
  height: 390px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1170px) {
  .blog-item .blog-item-image .size-large {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .blog-item .blog-item-image .size-large {
    height: 250px;
  }
}
.blog-item .date {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 80%;
  line-height: 18px;
}
.blog-item .blog-link {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 1em;
  position: absolute;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  text-decoration: none;
  left: 15px;
  right: 15px;
}
.blog-item .article-preview-image {
  margin-right: -15px;
}
.blog-item a {
  position: absolute;
  bottom: 0;
  text-decoration: none;
}
.blog-item h1 {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  margin: 0;
  font-size: 26px;
  line-height: 150%;
}
@media (max-width: 1170px) {
  .blog-item h1 {
    max-width: 80%;
    font-size: 110%;
  }
}
@media (max-width: 768px) {
  .blog-item h1 {
    max-width: 100%;
    font-size: 100%;
  }
}
.blog-item p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.respond-form {
  margin-top: 50px;
}

.form-allowed-tags {
  display: none;
}

.author_badge {
  border: 1px solid #dddddd;
  padding: 1em;
  float: right;
  margin-left: 30px;
  margin-top: 68px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.author_badge a {
  text-decoration: none;
  position: inherit;
}
.author_badge .author-by {
  font-size: 80%;
  line-height: 18px;
}
.author_badge .author-name {
  text-decoration: none;
}
.author_bio .author_badge {
  float: left;
  margin: 0 30px 30px 0;
}
.page-template-page-blog .author_badge {
  border: 0;
  padding: 0;
  margin: 0;
}
.page-template-page-blog .author_badge img {
  height: 80px;
  width: 80px;
}
.page-template-page-blog .author_badge .author-name {
  text-decoration: none;
  line-height: 25px;
}
.author.archive .author_badge .author-by {
  display: none;
}
.author.archive .author_badge .author-name {
  display: none;
}
.blog .author_badge, .author-aside .author_badge {
  width: 100px;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
}
.blog .author_badge img, .author-aside .author_badge img {
  height: 100px;
  width: 100px;
  float: left;
  bottom: 0;
}
.blog .author_badge .author-name, .author-aside .author_badge .author-name {
  padding: 8px 0;
  line-height: 25px;
  bottom: 0;
}
@media (max-width: 768px) {
  .blog .author_badge, .author-aside .author_badge {
    float: left;
    width: 100%;
  }
}

.author_bio {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 30px 0;
}

.agenda-archive {
  margin-bottom: 2em;
}

.page-content-inner .agenda-archive-title h2 {
  font-size: 28px;
}

.home-agenda-item {
  border: 1px solid #efefef;
  padding: 15px;
  margin-bottom: -1px;
  min-height: 123px;
}

.home-agenda-date-full {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.previous-events {
  line-height: 20px;
}

.previous-events .home-agenda-date-full {
  font-size: 16px;
}

.home-agenda-date-day,
.home-agenda-date-month {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.home-agenda-date-month {
  font-weight: bold;
}

.archive article .home-agenda-title h1,
.home-agenda-title h1 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.archive article .home-agenda-title h1 a,
.home-agenda-title h1 a {
  color: black;
}

.home-agenda-excerpt {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}

.home-agenda-excerpt p {
  margin: 0;
}

.previous-events {
  margin-top: 3em;
  padding-top: 1em;
  border-top: 1px solid #dddddd;
  font-size: 14px;
}

.home-agenda-previous-content {
  margin-bottom: 1em;
}

.people-item {
  margin-bottom: 2em;
}

.people-item.col-sm-6:nth-child(odd) {
  clear: left;
}

@media (max-width: 768px) {
  .people-item-content {
    margin-top: 1em;
    margin-bottom: 3em;
  }
}

.people-item-content-naam {
  font-weight: bold;
  line-height: 24px;
}

.people-item-content-rol {
  font-size: 14px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 18px;
}

.people-item-content-omschrijving {
  font-size: 14px;
  margin-top: 8px;
  line-height: 18px;
}

.people-item-content-url, .people-item-content-mail {
  font-size: 14px;
}

.people-item-large .people-item-content-omschrijving {
  margin-top: 1em;
  line-height: 24px;
}

article.frontpage-news-item {
  border: 1px solid #efefef;
  margin-bottom: -1px;
  min-height: 123px;
  padding: 15px;
}
article.frontpage-news-item h1 {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}
article.frontpage-news-item .entry-content p {
  font-size: 14px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
article.frontpage-news-item .date {
  color: #787878;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.page-template-page-blog .col-lg-3 {
  width: 33%;
}
@media (max-width: 1170px) {
  .page-template-page-blog .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page-template-page-blog .col-lg-3 {
    width: 50%;
  }
}

.widget_text_icl a {
  text-decoration: underline;
}

.widget img {
  height: auto;
}

.uu-image-blok {
  position: relative;
}

.uu-image-blok img {
  width: 100%;
  height: auto;
}

.uu-image-blok-content {
  position: absolute;
  bottom: 60px;
  background: rgba(0, 0, 0, 0.5);
  width: auto;
  min-width: 50%;
  max-width: 80%;
  right: 20px;
}

.uu-image-blok-titel h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 10px;
  color: #fff;
  font-family: "Merriweather", serif;
}

.uu-image-blok-url {
  margin-bottom: -45px;
}

.uu_socialmedia_widget {
  margin: 0;
  padding: 0;
}
.uu_socialmedia_widget li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#left-sidebar .widget_wp_sidebarlogin form .input {
  width: 95%;
}

#left-sidebar ul.agenda_widget li .widget-date {
  float: left;
  margin-right: 10px;
  width: 65px;
}
#left-sidebar ul.agenda_widget li .widget-date .home-agenda-date-day, #left-sidebar ul.agenda_widget li .widget-date .home-agenda-date-month {
  font-size: 18px;
}
#left-sidebar ul.agenda_widget li .agenda-widget-title {
  display: inline-block;
  float: left;
  padding-right: 10px;
}
#left-sidebar ul.agenda_widget li .agenda-widget-title a {
  font-size: 15px;
  line-height: 25px;
  padding: 4px 0 0 0;
}

.widget_uu_twitter_user_timeline_widget {
  padding-top: 1em;
}

.uutw_tweet {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.uutw_tweet img {
  float: left;
}
.uutw_tweet .uutw_user {
  font-size: 15px;
  line-height: 1em;
  margin-left: 60px;
}
.uutw_tweet .uutw_created_at {
  font-size: 12px;
  margin-top: 5px;
}
.uutw_tweet p {
  clear: both;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-right: 20px;
}

.uu-rss-link {
  color: #787878;
  display: inline-block;
  font-weight: 300;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  margin: 0 0 0 15px;
  position: relative;
}
.uu-rss-link .icononly {
  display: inline-block;
  font-family: "icomoon";
  font-size: 0.9em;
  height: 30px;
  line-height: 42px !important;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  width: 15px;
}

#sitelist {
  border-collapse: collapse;
}
#sitelist h2 {
  margin: 0 !important;
}
#sitelist p {
  font-size: 16px;
  margin: 0;
}
#sitelist .sitelist-type, #sitelist .sitelist-fac {
  font-size: 16px;
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
  line-height: 140%;
}
#sitelist tr {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
#sitelist .site_thumb {
  margin: 10px 0;
}

.dataTables_paginate {
  font-family: "Open Sans", "Frutiger", Helvetica, Arial, sans-serif;
}
.dataTables_paginate ul {
  display: inline-block;
  margin: 0 auto;
}
.dataTables_paginate li {
  display: inline-block;
  margin-left: 5px;
}
.dataTables_paginate li a {
  display: inline-block;
  background-color: #ffcd00;
  color: black;
  height: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  width: 42px;
}
.dataTables_paginate li.active {
  font-weight: bold;
}
.dataTables_paginate li.previous a, .dataTables_paginate li.next a {
  width: auto;
  padding: 0 10px;
}
.dataTables_paginate li.disabled a {
  opacity: 0.3;
}

.breadcrumbs {
  background-color: rgba(0, 0, 0, 0.5);
  color: #efefef;
  font-size: 13px;
  left: 0;
  line-height: 22px;
  padding: 6px 0;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.breadcrumbs a, .breadcrumbs a:visited {
  color: #efefef;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.home .breadcrumbs {
  display: none;
}

.with_frm_style .frm_form_field {
  clear: both;
}

.frm_form_field.frm_half, .frm_form_field.frm_third, .frm_form_field.frm_fourth, .frm_form_field.frm_fifth, .frm_form_field.frm_sixth, .frm_form_field.frm_seventh, .frm_form_field.frm_eighth, .frm_form_field.frm_inline {
  clear: none;
  float: left;
}

.frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half, .frm_form_field.frm_half {
  width: 48%;
}

.frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_form_field.frm_right_fourth, .frm_form_field.frm_first_fourth, .frm_form_field.frm_last_fourth {
  width: 22%;
}

.frm_form_field.frm_left_half, .frm_form_field.frm_first_half, .frm_form_field.frm_half.frm_first {
  margin-right: 4%;
}

.frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_form_field.frm_first_fourth {
  margin-right: 4%;
}

.frm_form_field.frm_right_half, .frm_form_field.frm_right_third, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_right_fourth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_half, .frm_form_field.frm_last_third, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_last_fourth, .frm_form_field.frm_last_fifth, .frm_form_field.frm_last_sixth, .frm_form_field.frm_last_seventh, .frm_form_field.frm_last_eighth, .frm_form_field.frm_last_inline, .frm_form_field.frm_last {
  clear: none;
  float: right;
}

.frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_sixth, .frm_form_field.frm_first_seventh, .frm_form_field.frm_first_eighth, .frm_form_field.frm_first_inline, .frm_form_field.frm_first {
  clear: left;
  float: left;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
  margin-right: 10px;
  margin-top: 10px;
}

.form-group {
  font-size: 16px;
}

.radio-inline, .checkbox-inline {
  margin-top: 0;
}

.frm_add_form_row {
  padding: 5px 10px;
}

.frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  height: 36px !important;
}

.frm_required {
  color: #F52A01 !important;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select {
  border: 1px solid #ffcd00;
  border-radius: 0;
  box-shadow: 0 0;
  height: 32px;
  line-height: 1.3;
}

/* Datepicker agenda fix tinymce header z-index  */
.wp-editor-expand #wp-content-editor-tools {
  z-index: 1;
}

.form-allowed-tags {
  display: none;
}

/*
BASE (MOBILE) STYLES
This is where you add the majority of your styles. These will be loaded on all devices, so make sure this holds the bare minimum any device needs to view your site.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylesheet
and will be used across all viewports.

******************************************************************/
/*
CONTENTS:
1. General Styles
3. Header Styles
4. Navigation Styles
5. Posts & Content Styles
6. Page Navigation Styles
7. Comments & Comment Form Styles
8. Sidebars & Asides
9. Footer Styles
*/
/*********************
GENERAL STYLES
*********************/
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  height: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
body #container {
  height: 100%;
  /*styles for mobile nav slide in*/
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*********************
HEADER SYTLES
*********************/
/* Ensure that there is no gap between the header and the admin bar for WordPress versions before 3.8. */
#wpadminbar {
  min-height: 32px;
}

#banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .spacer {
  padding-top: 26%;
}

/*********************
NAVIGATION STYLES
*********************/
/* Look for menu styles in /includes/_offcanvas-nav.scss */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  background-color: #EFEFEF;
}
#content #inner-content {
  /* end .hentry */
  /* general title class */
  /* want to style individual post classes? Booya! */
  /* post by id (i.e. post-3) */
  /* general post style */
  /* general article on a page style */
  /* general style on an attatchment */
  /* sticky post style */
  /* hentry class */
  /* style by category (i.e. category-videos) */
  /* style by tag (i.e. tag-news) */
  /* post meta */
  /* entry content */
}
#content #inner-content .byline {
  color: #999;
  margin: -1em 0 1em;
}
/******************************************************************
PAGE NAVIGATION STYLES
******************************************************************/
.scaffolding_page_navi {
  margin: 1em 0;
  /* current page link */
  /* end .scaffolding_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
.scaffolding_page_navi li {
  float: left;
  margin: 0;
}
.scaffolding_page_navi li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 3px 10px;
  position: relative;
}
.scaffolding_page_navi li a:hover, .scaffolding_page_navi li a:focus {
  color: #3B3B3B;
  text-decoration: underline;
}
.scaffolding_page_navi li.bpn-current {
  background-color: #f5f5f5;
  color: #3B3B3B;
  padding: 3px 10px;
  position: relative;
}
.scaffolding_page_navi li.bpn-current a {
  /* hovering on current page link */
}
.scaffolding_page_navi li.bpn-current a:hover, .scaffolding_page_navi li.bpn-current a:focus {
  color: #333;
}
.scaffolding_page_navi li.bpn-prev-link,
.scaffolding_page_navi li.bpn-next-link {
  font-weight: 700;
}
.scaffolding_page_navi li.bpn-prev-link a,
.scaffolding_page_navi li.bpn-next-link a {
  color: #3B3B3B;
}
.scaffolding_page_navi li.bpn-prev-link a:hover, .scaffolding_page_navi li.bpn-prev-link a:focus,
.scaffolding_page_navi li.bpn-next-link a:hover,
.scaffolding_page_navi li.bpn-next-link a:focus {
  color: #333;
}
.scaffolding_page_navi li.bpn-prev-link a:hover,
.scaffolding_page_navi li.bpn-next-link a:hover,
.scaffolding_page_navi li.bpn-first-page-link a:hover,
.scaffolding_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .scaffolding_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENTS & COMMENT FORM STYLES
******************************************************************/
/*********************
SIDEBARS & ASIDES
*********************/
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/*********************
FOOTER STYLES
*********************/
#colophon {
  clear: both;
  background-color: #000000;
  color: #999;
  padding: 32px 0;
}

ul.footer-menu {
  display: inline-block;
  text-align: right;
  margin: 0;
  padding: 0;
}
ul.footer-menu li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
}
ul.footer-menu li a {
  border-left: 1px solid #ccc;
  color: #999;
  line-height: normal;
  padding: 0 1em;
}
ul.footer-menu li:first-child a {
  border-left: none;
}

/* end .footer-menu */
/*
TABLET & SMALLER LAPTOPS
Here you can begin to add more resource-intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  STICKY FOOTER STYLES
  *********************/
  html,
  body.sticky-footer {
    height: 100%;
    margin: 0;
  }
  body.sticky-footer #container {
    display: table;
    width: 100%;
  }
  body.sticky-footer #container .header,
  body.sticky-footer #main-navigation,
  body.sticky-footer #container .banner-wrap,
  body.sticky-footer #content,
  body.sticky-footer #container .footer {
    display: table-row;
    height: 1px;
    overflow: hidden;
  }
  html > body.sticky-footer #container {
    height: 100%;
  }
  html > body.sticky-footer #content {
    height: auto;
  }
}
/*
DESKTOP
*/
@media only screen and (min-width: 992px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylesheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .banner-widget-area {
    min-height: 250px;
  }
}
/*
FULL VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1168px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .carousel,
  .home-widget-area,
  #container {
    margin: 0 auto;
  }
  .container-fluid,
  .wrap,
  .container {
    max-width: 1170px;
  }
  .carousel {
    margin: 0 auto;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2+) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")" !important;
    display: inline-block !important;
    font-family: inherit !important;
    font-size: 1em !important;
    margin-left: 1em;
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img, p {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .hidden-print,
  .sr-only {
    display: none;
  }
  .collapse {
    display: block !important;
    height: auto !important;
  }
  .site-logo {
    height: 2cm;
  }
}/*# sourceMappingURL=style.css.map */