.site-header {
  display: none; }

/*********************
SIZES
*********************/
/*********************
COLORS
*********************/
/********************
FONTS
********************/
/*********************
PADDING AND MARGIN
*********************/
/*********************
SOCIAL COLORS - http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
*********************/
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .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; }

  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; }

  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: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

  table.visible-print {
    display: table; }

  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; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

.col, .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-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col, .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-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col, .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-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col, .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-12 {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

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

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

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

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

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

a {
  color: #000000;
  text-decoration: none; }

iframe {
  border: none; }

strong {
  font-weight: 600 !important; }

.archive-pagination:before, .clearfix:before, .entry:before, .entry-pagination:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .site-container:before, .site-footer:before, .site-inner:before, .wrap:before {
  display: table;
  content: ' '; }

.archive-pagination:after, .clearfix:after, .entry:after, .entry-pagination:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  display: table;
  clear: both;
  content: ' '; }

/**
*
* MOBILE Style for boxed an full-with layout
*
**/
body .site-container {
  margin: 0 auto;
  overflow-x: hidden; }
body.layout-boxed .site-container .slider-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1300px; }
body.layout-boxed .site-container .site-inner {
  display: block;
  margin: 0 auto;
  max-width: 1300px; }
body.layout-full .site-inner {
  margin: 10px; }

body.layout-full .entry-content, body.layout-boxed .entry-content {
  min-width: 300px; }

/**
*
*  Style for content with or without sidebar
*
**/
body.sidebar-right main.content {
  position: relative;
  float: left;
  width: 75%; }
body.sidebar-right aside.sidebar.sidebar-primary {
  position: relative;
  float: left;
  width: 25%;
  margin-top: 35px;
  padding-left: 30px; }

/**
*
*  general Styles for layout boxed/full-width
*
**/
.content-sidebar-wrap {
  margin: 0 auto;
  padding: 0; }

.content {
  float: left;
  width: 79.4871794871794872%; }

.sidebar-content .content {
  float: left; }

.full-width-content .content {
  width: 100%; }

.content, .sidebar-primary {
  width: 100%; }

body.sidebar-right main.content {
  float: left;
  width: 100%; }
body.sidebar-right aside.sidebar.sidebar-primary {
  padding-left: 10px;
  margin-bottom: 20px; }

@media (min-width: 480px) {
  body.sidebar-right aside.sidebar.sidebar-primary {
    padding-left: 20px; }

  body.layout-full .site-inner, body.layout-boxed .site-inner {
    margin: 20px; } }
@media (min-width: 768px) {
  body.sidebar-right main.content {
    width: 75%; }
  body.layout-full .site-inner {
    padding: 0 20px; }
  body.layout-full .site-inner .wrap {
    max-width: 1300px;
    position: relative;
    margin: 0 auto; }
  body.layout-boxed .footer-widgets .wrap {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0; } }
@media (min-width: 992px) {
  .content .sidebar-primary {
    width: 17.9487179487179488%;
    float: right; }

  .content-sidebar-wrap {
    width: 100%; }

  body.layout-full .site-inner {
    margin: 20px 35px; } }
@media (min-width: 1300px) {
  .site-container {
    padding: 0; }

  body {
    /*
    *  min1200px and FIXED WIDTH
    **/
    /*
    *  min 1200px and FULL WIDTH
    **/ }
  body.layout-boxed .site-container {
    width: 100%;
    max-width: 1300px; }
  body.layout-full .site-inner {
    margin: 20px 35px; }
  body.layout-full .site-inner .wrap {
    max-width: 1300px;
    position: relative;
    margin: 0 auto; }
  body.layout-full .site-inner .wrap .entry-content {
    max-width: 1300px; } }
.nav-wrapper {
  max-width: 1300px;
  position: relative;
  margin: 0 auto; }

.ws_nav_item {
  transition: background-color .3s;
  float: left; }

nav {
  overflow: hidden; }
nav ul {
  list-style-type: none; }
nav ul li {
  list-style-type: none; }

@media (min-width: 993px) {
  nav {
    padding: 0 55px; } }
/**
* FOOTER STYLES
*/
body.footer-default .footer-widgets, .footer-3-headline {
  max-width: 1300px;
  margin: 0 auto; }

.content-sidebar-wrap {
  position: relative; }

.content {
  overflow: auto; }

.footer-widgets-default, .footer-widgets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }

.widget-wrap {
  -ms-flex: 1;
      flex: 1; }

.wpcf7 select {
  width: 100px;
  background: none; }

.ts-css-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow .25s;
  border-radius: 2px; }

@media print {
  nav .nav-primary {
    display: none; }

  .slider-wrapper {
    display: none; }

  * {
    background: transparent !important;
    -webkit-filter: none !important;
            filter: none !important;
    color: black !important;
    text-shadow: none !important; }

  a:link, a:visited {
    color: black !important;
    text-decoration: underline; }

  pre, blockquote {
    border: 1px solid black;
    page-break-inside: avoid; }

  @page {
    margin: 2cm 1.5cm; }
  p, h2, h3 {
    orphans: 4;
    widows: 2; }

  h2, h3 {
    page-break-after: avoid; }

  .menu, .widget-area, .sidebar, .footer-widgets, .site-footer {
    display: none !important; }

  .hide-print {
    display: none !important; }

  .title-area {
    float: none; }

  .site-title img {
    display: block;
    margin: 0 auto 1em; }

  .content {
    width: 100% !important; }

  .entry-title a[href]:after, .entry-content a[href]:after {
    content: " (" attr(href) ")"; }
  .entry-title abbr[title]:after, .entry-content abbr[title]:after {
    content: " (" attr(title) ")"; }
  .entry-title a[href^='#']:after, .entry-title a[href^='javascript']:after, .entry-content a[href^='#']:after, .entry-content a[href^='javascript']:after {
    content: ''; } }
/*
* WS SASS THEME
*/
/*
* fixed Navigation "navigation fixed"
* Desc: fixed Navigation
* Color and BG Color can be customized in backend
*/
.navbar-fixed {
  position: fixed;
  z-index: 9450;
  min-height: 66px;
  background-color: white;
  width: 100%; }

  /*
* modern WS Navigation
* Desc: Navigation that hide/shows on scroll
* Color and BG Color can be customized in backend
*/
.stickyNav-hide {
  top: -120px;
  z-index: 9999; }

.stickyNav-show {
  top: 0;
  z-index: 9999; }

nav {
  top: 0; }

.navbar-fixed nav {
  transition: .5s; }

.nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap; }

.ws_topnav_item {
  transition: background-color .3s;
  float: left;
  padding: 0; }

.topbar {
  display: none; }

@media only screen and (max-width: 992px) {
  .brand-logo {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
@media (min-width: 480px) {
  .nav {
    padding: 0 20px; } }
@media (min-width: 768px) {
  .nav {
    padding: 0 35px; } }
@media only screen and (min-width: 993px) {
  .nav a.button-collapse {
    display: none; }

  .topbar {
    display: block;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: auto; } }
@media (min-width: 992px) {
  .nav {
    padding: 0 55px; } }
.ws_nav_item a {
  width: 100%; }

nav li.menu-item-has-children {
  padding-bottom: 18px; }
nav li.menu-item-has-children ul.sub-menu {
  display: none;
  background-color: white;
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  width: auto;
  margin: 0 -10px;
  padding: 0px 10px 5px 10px;
  margin: 0 -10px;
  margin-top: 18px;
  box-shadow: 0px 2px 7px -3px rgba(112, 111, 112, 0.74);
  -webkit-box-shadow: 0 2px 7px -3px rgba(112, 111, 112, 0.74);
  -moz-box-shadow: 0 2px 7px -3px rgba(112, 111, 112, 0.74); }
nav li.menu-item-has-children ul.sub-menu li {
  background-color: white;
  width: 100%; }
nav li.menu-item-has-children ul.sub-menu li a {
  width: 100%;
  cursor: pointer;
  color: #254571; }
nav li.menu-item-has-children:hover > a {
  color: #3e74be !important; }
nav li.menu-item-has-children:hover ul.sub-menu {
  display: block; }

.navbar-fixed li.menu-item-has-children ul.sub-menu {
  position: fixed; }

/*
* custom for customer
*/
.col-xs-8 {
  width: 66.66666667%; }

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

.blog-post-wrapper {
  padding: 10px;
  transition: box-shadow .25s;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.blog-post-headinfo {
  font-size: 16px;
  margin: 0 -10px;
  margin-top: 0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 10px 10px 10px; }

.blog-post-headinfo__cat {
  padding-left: 10px; }

.blog-footer {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0 0 0;
  margin: 0 -10px; }
.blog-footer .btn {
  margin: 0 10px 0 10px; }

.blog-col-widgets {
  margin-top: 3.3em;
  padding: 10px;
  transition: box-shadow .25s;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.blog-col-widgets ul {
  padding-left: 0 !important; }
.blog-col-widgets ul li {
  list-style-type: none;
  padding-left: 0 !important; }

.entry-categories {
  display: none; }

.site-footer-copy__text {
  text-align: center;
  margin: 12px 0;
  color: #e0e0e0;
  font-size: 16px; }

.footer-address p {
  font-size: 16px !important;
  margin: 5px 0; }

.footer-horizontal ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.footer-horizontal ul li {
  border-right: 1px solid #fff;
  padding-right: 8px;
  padding-left: 8px;
  list-style-type: none; }
.footer-horizontal ul li:last-child {
  border-right: none; }

h1, h2, h3 {
  font-family: "Roboto", sans-serif; }

body, p, .site-inner .content, .site-inner .content p, html {
  font-family: "Source Sans Pro", sans-serif; }

h1 {
  font-size: 24px;
  line-height: 36px;
  color: #0A73B2; }

h2 {
  font-size: 20px;
  line-height: 30px;
  color: #0A73B2; }

h3 {
  font-size: 18px;
  line-height: 27px;
  color: #0A73B2; }

p {
  font-size: 18px;
  line-height: 27px;
  color: #0A73B2; }

ul, li {
  color: #686868; }

a, .site-inner .content a {
  text-decoration: none;
  color: #0A73B2; }
a:hover, .site-inner .content a:hover {
  color: #0A73B2; }

.wpb_wrapper ul {
  margin-left: 15px;
  padding: 0 0 0 10px; }

@media (min-width: 768px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
    color: #0A73B2; }

  p {
    font-size: 18px;
    line-height: 27px;
    color: #686868; } }
@media (min-width: 992px) {
  h1 {
    font-size: 24px;
    line-height: 36px; }

  h2 {
    font-size: 20px;
    line-height: 30px; }

  h3 {
    font-size: 18px;
    line-height: 27px; }

  p, ul, ul li, li {
    font-size: 18px;
    line-height: 27px; } }
button.ubtn-normal {
  font-size: 16px;
  color: white !important;
  background-color: #0A73B2;
  padding: 5px 15px !important; }

button.ubtn:hover {
  background-color: #2faaf3; }
button.ubtn:hover span.ubtn-text {
  color: white !important; }

.navbar-fixed {
  background-color: #333B7F; }

.mobile-title {
  color: white;
  left: 90px;
  top: 14px;
  position: absolute;
  font-size: 24px; }

nav ul {
  padding: 0; }
nav ul li.menu-item {
  margin-right: 15px;
  font-size: 21px;
  line-height: 30px;
  cursor: pointer; }
nav ul li.menu-item a {
  outline: 0;
  color: white;
  cursor: pointer; }
nav ul li.menu-item a:hover {
  color: #cfcfcf; }
nav ul li.menu-item .sub-menu {
  background-color: #333B7F; }
nav ul li.menu-item .sub-menu li {
  background-color: #333B7F; }
nav ul li.menu-item .sub-menu li a {
  color: white; }
nav ul li.menu-item .sub-menu li a:hover {
  color: #cfcfcf; }
nav ul li.current-menu-item a {
  color: #cfcfcf; }

.navbar-fixed {
  box-shadow: 0px 1px 7px -2px rgba(112, 111, 112, 0.74); }

img.header-logo-img {
  max-height: 55px;
  top: 6px;
  float: left;
  position: relative;
  margin-left: 47px; }

.navbar-fixed nav {
  display: none; }

@media (min-width: 1200px) {
  .navbar-fixed nav {
    display: block; }

  .mobile-title {
    display: none; } }
.content {
  margin-top: 66px;
  overflow: visible; }

body.layout-full .site-inner {
  margin: 0 35px; }

.ppt, .pp_gallery, .pp_play, .pp_next, .pp_previous, .currentTextHolder {
  display: none !important; }

.footer-widgets h2, .footer-widgets a, .footer-widgets p {
  color: white; }
.footer-widgets h2:hover, .footer-widgets a:hover, .footer-widgets p:hover {
  color: #cfcfcf; }

.footer-widgets, .footer-widgets-default {
  -ms-flex-direction: column;
      flex-direction: column; }

.social_icons_footer .social_icons_footer_fb {
  width: 50px;
  height: auto;
  cursor: pointer;
  margin-right: 5px; }
.social_icons_footer .social_icons_footer_insta {
  width: 50px;
  height: auto;
  cursor: pointer; }

.footer_widget_imprint {
  display: block;
  margin: 10px 0 10px 0; }

@media (min-width: 768px) {
  .footer-widgets-wrap > .footer-widgets {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .footer_widget_imprint {
    margin: 0; }

  .footer-widgets, .footer-widgets-default {
    -ms-flex-direction: row;
        flex-direction: row; }

  .widget-wrap.wrap-4 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 10px; }

  body.footer-default .footer-widgets {
    position: relative; }

  .social_icons_footer {
    position: absolute;
    top: 0;
    right: 35px; } }
@media (min-width: 768px) {
  .footer-widgets-default, .footer-widgets-wrap-top {
    margin: 0 40px !important; } }
@media (min-width: 992px) {
  .footer-widgets-default, .footer-widgets-wrap-top {
    margin: 0 55px !important; } }
@media (min-width: 1400px) {
  .footer-widgets-default, .footer-widgets-wrap-top {
    margin: 0 auto !important; } }
.site-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh; }

.site-inner {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.navbar-fixed, .footer-widgets-wrap, .footer-widgets {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* 2 */ }

/*
* external libraries
*/
