@charset "UTF-8";
@font-face {
  font-family: 'FordAntennaRegular';
  src: url("../fonts/FordAntenna-Regular.eot");
  src: url("../fonts/FordAntenna-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FordAntenna-Regular.woff") format("woff"), url("../fonts/FordAntenna-Regular.ttf") format("truetype"), url("../fonts/FordAntenna-Regular.svg#FordAntenna-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FordAntennaMedium';
  src: url("../fonts/FordAntenna-Medium.eot");
  src: url("../fonts/FordAntenna-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FordAntenna-Medium.woff") format("woff"), url("../fonts/FordAntenna-Medium.ttf") format("truetype"), url("../fonts/FordAntenna-Medium.svg#FordAntenna-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FordAntennaBold';
  src: url("../fonts/FordAntenna-Bold.eot");
  src: url("../fonts/FordAntenna-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FordAntenna-Bold.woff") format("woff"), url("../fonts/FordAntenna-Bold.ttf") format("truetype"), url("../fonts/FordAntenna-Bold.svg#FordAntenna-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FordAntennaBlack';
  src: url("../fonts/FordAntenna-Black.eot");
  src: url("../fonts/FordAntenna-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/FordAntenna-Black.woff") format("woff"), url("../fonts/FordAntenna-Black.ttf") format("truetype"), url("../fonts/FordAntenna-Black.svg#FordAntenna-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  position: relative;
  overflow: hidden;
}

.toggle input[type=checkbox] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg, .btn-group-lg > .toggle.btn {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg, .btn-group-lg > .toggle-on.btn {
  padding-right: 31px;
}

.toggle-off.btn-lg, .btn-group-lg > .toggle-off.btn {
  padding-left: 31px;
}

.toggle-handle.btn-lg, .btn-group-lg > .toggle-handle.btn {
  width: 40px;
}

.toggle.btn-sm, .btn-group-sm > .toggle.btn {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm > .toggle-on.btn {
  padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm > .toggle-off.btn {
  padding-left: 20px;
}

.toggle.btn-xs, .btn-group-xs > .toggle.btn {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs, .btn-group-xs > .toggle-on.btn {
  padding-right: 12px;
}

.toggle-off.btn-xs, .btn-group-xs > .toggle-off.btn {
  padding-left: 12px;
}

/*******************************************************************************
* X.0 - GENERAL LAYOUT
*******************************************************************************/
/*******************************************************************************
* X.1 - INCLUDES: Bower
*******************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337AB7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527C;
  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.42857;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  -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;
  margin: -1px;
  padding: 0;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  line-height: 1.1;
  color: #004b87;
}

.headlin
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: normal;
  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 (max-width: 480px) {
  .lead {
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  background-color: #FCF8E3;
  padding: .2em;
}

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 480px) {
  .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;
  border-bottom: 1px dotted #777777;
}

.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.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EEEEEE;
  border-left: 0;
  text-align: right;
}

.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: '\00A0 \2014';
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #C7254E;
  background-color: #F9F2F4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #FFF;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 4px;
}

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 480px) {
  .container {
    width: 448px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 732px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 948px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #DDD;
}

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

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

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

.table .table {
  background-color: #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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

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

.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 {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 479px) {
  .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;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
}

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

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

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

@media (min-width: 480px) and (max-width: 767px) {
  .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: 480px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important;
  }
}

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .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: 768px) and (max-width: 1023px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

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

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .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;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #E6E6E6;
  border-color: #8C8C8C;
}

.btn-default:hover {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #D4D4D4;
  border-color: #8C8C8C;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #FFF;
  border-color: #CCC;
}

.btn-default .badge {
  color: #FFF;
  background-color: #333;
}

.btn-primary {
  color: #FFF;
  background-color: #337AB7;
  border-color: #2E6DA4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #FFF;
  background-color: #286090;
  border-color: #122B40;
}

.btn-primary:hover {
  color: #FFF;
  background-color: #286090;
  border-color: #204D74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #286090;
  border-color: #204D74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #FFF;
  background-color: #204D74;
  border-color: #122B40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337AB7;
  border-color: #2E6DA4;
}

.btn-primary .badge {
  color: #337AB7;
  background-color: #FFF;
}

.btn-success {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4CAE4C;
}

.btn-success:focus, .btn-success.focus {
  color: #FFF;
  background-color: #449D44;
  border-color: #255625;
}

.btn-success:hover {
  color: #FFF;
  background-color: #449D44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #449D44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #FFF;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5CB85C;
  border-color: #4CAE4C;
}

.btn-success .badge {
  color: #5CB85C;
  background-color: #FFF;
}

.btn-info {
  color: #FFF;
  background-color: #5BC0DE;
  border-color: #46B8DA;
}

.btn-info:focus, .btn-info.focus {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #1B6D85;
}

.btn-info:hover {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #269ABC;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #31B0D5;
  border-color: #269ABC;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #FFF;
  background-color: #269ABC;
  border-color: #1B6D85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5BC0DE;
  border-color: #46B8DA;
}

.btn-info .badge {
  color: #5BC0DE;
  background-color: #FFF;
}

.btn-warning {
  color: #FFF;
  background-color: #F0AD4E;
  border-color: #EEA236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #FFF;
  background-color: #EC971F;
  border-color: #985F0D;
}

.btn-warning:hover {
  color: #FFF;
  background-color: #EC971F;
  border-color: #D58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #EC971F;
  border-color: #D58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #FFF;
  background-color: #D58512;
  border-color: #985F0D;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #F0AD4E;
  border-color: #EEA236;
}

.btn-warning .badge {
  color: #F0AD4E;
  background-color: #FFF;
}

.btn-danger {
  color: #FFF;
  background-color: #D9534F;
  border-color: #D43F3A;
}

.btn-danger:focus, .btn-danger.focus {
  color: #FFF;
  background-color: #C9302C;
  border-color: #761C19;
}

.btn-danger:hover {
  color: #FFF;
  background-color: #C9302C;
  border-color: #AC2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #C9302C;
  border-color: #AC2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #FFF;
  background-color: #AC2925;
  border-color: #761C19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #D9534F;
  border-color: #D43F3A;
}

.btn-danger .badge {
  color: #D9534F;
  background-color: #FFF;
}

.btn-link {
  color: #337AB7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527C;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/**
 * Add sizes for XL and XXL displays to Bootstrap 3.
 *
 *
 * Original from https://gist.github.com/juukie/d71133e69877b46f060e
 *
 * Notes:
 * I work with PhpStorm and the <editor-fold>-lines make the blocks make them collapsible.
 * Also, this only works for bigger sizes. If you want to add smaller sizes of display (such as XXS), please go here for instructions: http://stackoverflow.com/a/26963773/598560
 */
@media (min-width: 1280px) {
  .container {
    width: 1152px;
  }
}

@media (min-width: 1280px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

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

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

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

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

@media (min-width: 1280px) {
  .visible-xl-block {
    display: block !important;
  }
}

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

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

@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-lg {
    display: none !important;
  }
}

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

/*******************************************************************************
* X.2 - INCLUDES: Website
*******************************************************************************/
/* Reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  outline-width: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  * {
    font-size: 14px;
    line-height: 1.4;
  }
}

html {
  height: 100%;
  background-color: transparent;
  border: none;
  font-family: sans-serif;
  font-size: 125%;
  line-height: 1.3;
  color: #000;
}

a, abbr, address, area, article, aside, audio, b, base, bb, bdo, backquote, button, canvas, caption, cite, code, col, colgroup, dd, datagrid, datalist, del, details, dfn, dialog, div, dl, dt, em, eventsource, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, i, iframe, img, input, ins, kbd, label, legened, li, map, mark, menu, meter, nav, noscript, object, ol, optgroup, option, output, p, pre, progress, q, samp, s, section, select, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
  background-color: transparent;
  border: none;
}

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

code, input, kbd, pre, samp, select, textarea, var {
  white-space: normal;
}

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

td {
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "&#8220";
  content: "\201C";
}

ul,
ol {
  list-style: none;
}

del, s {
  text-decoration: line-through;
}

nav ul {
  list-style: none;
}

a:hover, abbr, ins {
  text-decoration: underline;
}

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

b, h1, h2, h3, h4, h5, h6, strong, th {
  line-height: 1.4;
}

:link, :focus, :active, :hover, :visited {
  outline: none;
  outline-width: 0;
  text-decoration: none;
}

/* General */
small {
  font-size: 80%;
  line-height: 1.5;
}

big {
  font-size: 120%;
  line-height: 1.7;
}

code, kbd, samp {
  font-family: inherit;
  letter-spacing: 2px;
  white-space: nowrap;
}

blockquote, dd {
  padding-left: 2.2em;
}

caption, button, input[type="button"], input[type="reset"], input[type="submit"], th {
  text-align: center;
}

hr {
  display: inline-block;
  margin: 9px 0 -6px 0;
  padding-bottom: 11px;
  width: 100%;
  height: 1px;
  background-color: transparent;
  border: none;
  border-top: 1px solid #000;
}

sub, sup {
  position: relative;
  height: 0;
  line-height: 1.2;
  vertical-align: baseline;
}

sub {
  top: .4ex;
}

sup {
  bottom: 1ex;
}

pre {
  font-family: inherit;
  white-space: pre;
}

pre * {
  font-size: 100%;
  white-space: pre;
}

/* Forms */
textarea {
  width: 14em;
  height: 2.4em;
  background-color: #FFF;
  border: 1px solid #ABADB3;
  font-family: inherit;
}

input, select, button {
  font-family: inherit;
  cursor: pointer;
}

input[type="text"], input[type="password"] {
  padding: 0.1em 0 0.1em 0;
  width: 10em;
  height: 1.5em;
  line-height: 1.5em;
  background-color: #FFF;
  border: 1px solid #ABADB3;
  cursor: text;
  vertical-align: top;
}

button, input[type="button"], input[type="submit"], input[type="reset"] {
  padding: 0.1em 0 0.1em 0;
  width: 5em;
  height: 1.9em;
  line-height: 0.7;
  background-color: #FFF;
  border: 1px solid #ABADB3;
  vertical-align: top;
}

input[type="radio"] {
  margin: 1px 0;
  width: 1.3em;
  height: 1.3em;
  vertical-align: bottom;
}

input[type="checkbox"] {
  width: 1.3em;
  height: 1.6em;
  vertical-align: top;
}

input[type="file"] {
  width: 20em;
  height: 1.9em;
  background-color: #FFF;
  border: 1px solid #ABADB3;
}

input[type="hidden"] {
  display: none;
}

input[type="image"] {
  margin-bottom: -3px;
}

label, label span {
  vertical-align: top;
  cursor: pointer;
}

fieldset {
  margin-top: 0.8em;
  padding: 0 0.5em 0.5em 0.5em;
  background-color: #FFF;
  border: 1px solid #ABADB3;
}

legend {
  position: relative;
  float: left;
  margin: -0.8em 0 0 2em;
  padding: 0.1em 1em 0 1em;
  background-color: #FFF;
  border: 1px solid #ABADB3;
  text-align: center;
}

legend + * {
  display: block;
  clear: left;
  height: 5px;
  line-height: 5px;
  visibility: hidden;
}

select {
  height: 1.9em;
  background-color: #FFF;
  border: 1px solid #ABADB3;
  padding: 0;
}

optgroup {
  font-weight: bold;
}

optgroup option {
  padding-left: 1.4em;
  font-weight: normal;
}

/* First letter */
span.first-letter {
  overflow: visible;
  width: 0.600em;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

/*******************************************************************************
* 1.0 - NEUE HAAS UNICA - REGULAR
*******************************************************************************/
/*********************************************************
* LARGE BASE64 ICONS
*********************************************************/
/*********************************************************
* PLACEHOLDERS
*********************************************************/
[class*="ico-arrow"]:before, .footer-main .copyright a + a:before, .sc-intro-main:before, .sc-intro-main .border-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text ul, .text li, .title-main h1, .title-main h2, .title-main h3, .title-main h4, .title-main h5, .title-main h6, .title-main p, .title-main ul, .title-main li, .headline *, .post-meta-cat, .post-meta-date, .post-meta-cat *, .post-text.text li, .post-text.text p, .post-text.text a {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-align: inherit;
  font-style: inherit;
}

.post-item .post-readmore {
  position: relative;
}

p, .success-text {
  color: #2B2A2D;
  font-size: 16px;
  line-height: 1.33em;
}

@media screen and (max-width: 767px) {
  p, .success-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  p, .success-text {
    font-size: 14px;
  }
}

/*********************************************************
* BASE64 ICONS - Icons
*********************************************************/
/*******************************************************************************
* 0 - GENERAL
*******************************************************************************/
.main {
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (min-width: 1025px) {
  html.is-open-menu, html.is-open-menu body, body.is-open-menu,
  html.is-search-open html.is-search-open body, body.noscroll {
    overflow-x: hidden;
    overflow-y: scroll !important;
    position: fixed;
  }
}

@media screen and (max-width: 1024px) {
  html.is-open-menu, html.is-open-menu body, body.is-open-menu,
  html.is-search-open html.is-search-open body, body.noscroll {
    overflow: hidden;
  }
}

body {
  min-width: 320px;
  font-family: 'FordAntennaRegular';
  position: relative;
  height: auto;
  min-height: 100%;
  width: 100%;
  padding-top: 64px;
  overflow-x: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

p, span, em, strong, div {
  cursor: default;
}

a {
  color: black;
}

a:hover, a:focus {
  color: currentColor;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0;
  position: relative;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-family: 'FordAntennaBold';
  line-height: 1em;
  margin: 0;
}

p {
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 1.6;
  }
}

p a {
  color: #000000;
}

ul {
  margin-bottom: 0;
}

#container {
  position: relative;
  z-index: 1;
}

/* Prepreci oznacitev teksta na klik */
.noselect, .noselect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-slideshow .slide ~ .slide {
  display: none;
}

.slick-slideshow .slide-item ~ .slide-item {
  display: none;
}

.slick-slideshow.slick-initialized .slide ~ .slide {
  display: block;
}

.slick-slideshow.slick-initialized .slide-item ~ .slide-item {
  display: block;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/*******************************************************************************
* 0.3 - GENERAL : Images
*******************************************************************************/
.img-center img {
  margin: 0 auto;
}

.img-caption img {
  width: 100%;
}

.image-full {
  background: no-repeat scroll center top;
  background-size: cover;
  overflow: hidden;
}

/*******************************************************************************
* 1.0 - Buttons & Arrows
*******************************************************************************/
[class*="ico-arrow"] {
  position: relative;
}

[class*="ico-arrow"]:before {
  background: no-repeat scroll left center;
  background-size: 18px auto;
  position: absolute;
  height: 18px;
  width: 20px;
}

[class*="ico-arrow"].go-back:before {
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.ico-arrow-white:before {
  background-image: url(../img/arrow_white.svg);
}

.ico-arrow-red:before {
  background-image: url(../img/arrow_red.svg);
}

.foot-cell .ico-arrow-red:hover:before,
.foot-cell .ico-arrow-red:active:before,
.foot-cell .ico-arrow-red:focus:before {
  background-image: url(../img/arrow_white.svg);
}

.btn-cta {
  border: 1px solid currentColor;
  color: white;
  display: block;
  padding: 15px 21px 14px 57px;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .btn-cta {
    font-size: 14px;
  }
}

.btn-cta:hover, .btn-cta:active, .btn-cta:focus {
  color: #E01737;
  background-color: white;
}

.btn-cta:hover:before, .btn-cta:active:before, .btn-cta:focus:before {
  background-image: url(../img/arrow_red.svg);
}

.btn-cta span {
  color: inherit;
  cursor: inherit;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 480px) {
  .btn-cta span {
    font-size: 14px;
  }
}

.btn-cta[class*="ico-arrow"]:before {
  left: 20px;
  height: 100%;
}

.btn-goto {
  color: #E01737;
  font-size: 14px;
  line-height: 18px;
}

.btn-goto:hover, .btn-goto:active, .btn-goto:focus {
  color: #FC3350;
}

[class*="btn-red"] {
  background-color: #E01737;
  color: white;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.25em;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 480px) {
  [class*="btn-red"] {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  [class*="btn-red"] {
    font-size: 14px;
    padding: 8px 16px;
  }
}

[class*="btn-red"]:hover, [class*="btn-red"]:active, [class*="btn-red"]:focus {
  background-color: #FC3350;
  color: white;
}

[class*="btn-red"][class*="xs"] {
  font-size: 12px;
}

[class*="btn-red"][class*="sm"] {
  font-size: 14px;
}

[class*="btn-red"][class*="md"], [class*="btn-red"][class*="lg"] {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 375px) {
  [class*="btn-red"][class*="md"], [class*="btn-red"][class*="lg"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

[class*="btn-red"][class*="md"] {
  font-size: 16px;
}

@media screen and (max-width: 375px) {
  [class*="btn-red"][class*="md"] {
    font-size: 14px;
  }
}

[class*="btn-red"][class*="lg"] {
  font-size: 21px;
}

@media screen and (max-width: 1024px) {
  [class*="btn-red"][class*="lg"] {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  [class*="btn-red"][class*="lg"] {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  [class*="btn-red"][class*="lg"] {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

[class*="btn-white"] {
  background-color: white;
  color: #E01737;
  display: block;
  padding: 10px 30px;
  font-size: 12px;
  line-height: 1.3em;
}

[class*="btn-white"]:hover, [class*="btn-white"]:active, [class*="btn-white"]:focus {
  color: #E01737;
  text-decoration: underline;
}

[class*="btn-white"] span {
  color: #2B2A2D;
  font-weight: inherit;
}

.btn-ghost {
  color: #E01737;
  border: 1px solid currentColor;
  background-position: left 6px center;
  display: table;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 6px 20px 6px 44px;
  width: auto;
  font-size: 14px;
  line-height: 1.35em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.btn-ghost + .btn-ghost {
  margin-top: 10px;
}

.btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
  color: white;
  background-color: #E01737;
}

.btn-ghost:hover:before, .btn-ghost:active:before, .btn-ghost:focus:before {
  background-image: url(../img/arrow_white.svg);
}

.btn-ghost[class*="ico-arrow"]:before {
  left: 6px;
  height: 100%;
}

.readmore, .inline-buttons a, .inline-buttons-big a, [class*="readmore"] {
  color: #E11D39;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding-left: 30px;
  min-height: 18px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1280px) {
  .readmore, .inline-buttons a, .inline-buttons-big a, [class*="readmore"] {
    font-size: 12px;
  }
}

.readmore:hover, .inline-buttons a:hover, .inline-buttons-big a:hover, .readmore:active, .inline-buttons a:active, .inline-buttons-big a:active, .readmore:focus, .inline-buttons a:focus, .inline-buttons-big a:focus, [class*="readmore"]:hover, [class*="readmore"]:active, [class*="readmore"]:focus {
  color: #FC3350;
  text-decoration: underline;
}

.readmore[class*="big"], .inline-buttons a[class*="big"], .inline-buttons-big a[class*="big"], [class*="readmore"][class*="big"] {
  background-size: 24px auto;
  display: block;
  color: #E01737;
  font-size: 16px;
  line-height: 24px;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .readmore[class*="big"], .inline-buttons a[class*="big"], .inline-buttons-big a[class*="big"], [class*="readmore"][class*="big"] {
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .readmore[class*="big"], .inline-buttons a[class*="big"], .inline-buttons-big a[class*="big"], [class*="readmore"][class*="big"] {
    font-size: 14px;
    padding-left: 26px;
  }
}

@media screen and (max-width: 480px) {
  .readmore[class*="big"], .inline-buttons a[class*="big"], .inline-buttons-big a[class*="big"], [class*="readmore"][class*="big"] {
    padding-left: 24px;
  }
}

.readmore[class*="big"] + .readmore[class*="big"], .inline-buttons a[class*="big"] + .readmore[class*="big"], .inline-buttons-big a[class*="big"] + .readmore[class*="big"], .inline-buttons .readmore[class*="big"] + a[class*="big"], .inline-buttons a[class*="big"] + a[class*="big"], .inline-buttons-big .readmore[class*="big"] + a[class*="big"], .inline-buttons-big a[class*="big"] + a[class*="big"], [class*="readmore"][class*="big"] + .readmore[class*="big"], .inline-buttons [class*="readmore"][class*="big"] + a[class*="big"], .inline-buttons-big [class*="readmore"][class*="big"] + a[class*="big"], .readmore[class*="big"] + [class*="readmore"][class*="big"], .inline-buttons a[class*="big"] + [class*="readmore"][class*="big"], .inline-buttons-big a[class*="big"] + [class*="readmore"][class*="big"], [class*="readmore"][class*="big"] + [class*="readmore"][class*="big"] {
  margin-top: 10px;
}

.readmore[class*="big"][class*="ico-arrow"]:before, .inline-buttons a[class*="big"][class*="ico-arrow"]:before, .inline-buttons-big a[class*="big"][class*="ico-arrow"]:before, [class*="readmore"][class*="big"][class*="ico-arrow"]:before {
  background-size: 24px auto;
  height: 100%;
  width: 24px;
}

@media screen and (max-width: 1024px) {
  .readmore[class*="big"][class*="ico-arrow"]:before, .inline-buttons a[class*="big"][class*="ico-arrow"]:before, .inline-buttons-big a[class*="big"][class*="ico-arrow"]:before, [class*="readmore"][class*="big"][class*="ico-arrow"]:before {
    background-size: 22px auto;
  }
}

@media screen and (max-width: 767px) {
  .readmore[class*="big"][class*="ico-arrow"]:before, .inline-buttons a[class*="big"][class*="ico-arrow"]:before, .inline-buttons-big a[class*="big"][class*="ico-arrow"]:before, [class*="readmore"][class*="big"][class*="ico-arrow"]:before {
    background-size: 20px auto;
  }
}

@media screen and (max-width: 480px) {
  .readmore[class*="big"][class*="ico-arrow"]:before, .inline-buttons a[class*="big"][class*="ico-arrow"]:before, .inline-buttons-big a[class*="big"][class*="ico-arrow"]:before, [class*="readmore"][class*="big"][class*="ico-arrow"]:before {
    background-size: 18px auto;
  }
}

.readmore-arrow {
  background: url(../img/arrow_red.svg) no-repeat scroll center center;
  background-size: auto 12px;
  cursor: pointer;
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.readmore-arrow:hover, .readmore-arrow:active, .readmore-arrow:focus {
  text-decoration: none;
}

.inline-buttons a {
  background: url(../img/arrow_red.svg) no-repeat scroll left center;
  background-size: 18px auto;
}

.inline-buttons-big a {
  background: url(../img/arrow_red.svg) no-repeat scroll left center;
  background-size: 24px auto;
  display: block;
  color: #E01737;
  font-size: 16px;
  line-height: 24px;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .inline-buttons-big a {
    background-size: 22px auto;
    padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .inline-buttons-big a {
    background-size: 20px auto;
    font-size: 14px;
    padding-left: 26px;
  }
}

@media screen and (max-width: 480px) {
  .inline-buttons-big a {
    background-size: 18px auto;
    padding-left: 24px;
  }
}

.inline-buttons-big a + a {
  margin-top: 10px;
}

[class*="brd-l"] {
  padding-left: 18px;
}

[class*="brd-l"][class*="large"] {
  padding-left: 28px;
}

@media screen and (max-width: 375px) {
  [class*="brd-l"][class*="large"] {
    padding-left: 18px;
  }
}

[class*="brd-l"][class*="red"] {
  border-left: 1px solid #E0001A;
}

[class*="brd-l"][class*="gray"] {
  border-left: 1px solid #A7A9AB;
}

[class*="brd-l"][class*="dkgray"] {
  border-left: 1px solid #57585B;
}

.sec-title {
  color: #D82340;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.15em;
  text-transform: uppercase;
}

/*******************************************************************************
* 1.0 - BUTTONS
*******************************************************************************/
.button {
  border: none;
  color: #FFFFFF;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 40px;
  padding: 12px 20px;
  position: relative;
  width: auto;
  font-size: 14px;
  font-family: 'FordAntennaBold';
  text-transform: uppercase;
}

.button--green {
  background-color: #53bcf3;
}

.button--green:hover, .button--green:active, .button--green:focus {
  background-color: #53bcf3;
}

.button--red {
  background-color: #E01737;
}

.button--red:hover, .button--red:active, .button--red:focus {
  background-color: #B01930;
}

.button--failed {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCI+PGRlZnM+PHBhdGggaWQ9ImlmMzZhIiBkPSJNMTM0My40OSAzNS42MWMwIC4yOC0uMTEuNTYtLjMxLjc2bC0xLjUyIDEuNTJhMS4wOCAxLjA4IDAgMCAxLTEuNTIgMGwtMy4yOC0zLjI4LTMuMjggMy4yOGExLjA4IDEuMDggMCAwIDEtMS41MiAwbC0xLjUyLTEuNTJhMS4wOCAxLjA4IDAgMCAxIDAtMS41MmwzLjI4LTMuMjgtMy4yOC0zLjI4YTEuMDggMS4wOCAwIDAgMSAwLTEuNTJsMS41Mi0xLjUyYTEuMDggMS4wOCAwIDAgMSAxLjUyIDBsMy4yOCAzLjI4IDMuMjgtMy4yOGExLjA4IDEuMDggMCAwIDEgMS41MiAwbDEuNTIgMS41MmExLjA4IDEuMDggMCAwIDEgMCAxLjUybC0zLjI4IDMuMjggMy4yOCAzLjI4Yy4yLjIuMy40OC4zLjc2eiIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTMzMCAtMjUpIj48dXNlIGZpbGw9IiNmZmYiIHhsaW5rOmhyZWY9IiNpZjM2YSIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: 14px 15px;
  color: transparent !important;
}

.button--success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCI+PGRlZnM+PHBhdGggaWQ9InE4NzhhIiBkPSJNMTM0NS42NSAyNy4xN2MwIC4yOC0uMTEuNTYtLjMxLjc2bC05LjYgOS42YTEuMDggMS4wOCAwIDAgMS0xLjUyIDBsLTUuNTYtNS41NmExLjA4IDEuMDggMCAwIDEgMC0xLjUybDEuNTItMS41MmExLjA4IDEuMDggMCAwIDEgMS41MiAwbDMuMjggMy4zIDcuMzItNy4zNGExLjA4IDEuMDggMCAwIDEgMS41MiAwbDEuNTIgMS41MmMuMi4yLjMuNDguMy43NnoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzMjggLTI0KSI+PHVzZSBmaWxsPSIjZmZmIiB4bGluazpocmVmPSIjcTg3OGEiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: 18px 15px;
  color: transparent !important;
}

.button:hover, .button:active, .button:focus {
  box-shadow: none;
  color: #FFFFFF;
  -moz-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  -ms-transition: background-color 250ms ease-in-out;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
}

.button-wrapper {
  font-size: 0;
}

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

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

.button-wrapper .button + .button {
  margin-left: 20px;
}

/*******************************************************************************
* 2.0 - NOTIFICATIONS
*******************************************************************************/
.popup-notice {
  background-color: #FFFFFF;
  position: fixed;
  padding: 16px;
  right: 15px;
  margin-left: 15px;
  color: #2B2A2D;
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  -o-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  -ms-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  -webkit-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
}

.popup-notice.is-visible {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 500ms ease-in, visibility 0ms linear;
  -o-transition: opacity 500ms ease-in, visibility 0ms linear;
  -ms-transition: opacity 500ms ease-in, visibility 0ms linear;
  -webkit-transition: opacity 500ms ease-in, visibility 0ms linear;
  transition: opacity 500ms ease-in, visibility 0ms linear;
}

/*******************************************************************************
* 3.0 - FORM VALIDATION
*******************************************************************************/
.form-group.is-error input {
  border-color: #E01737;
}

.form-group.is-success input {
  border-color: #7ED321;
}

/*******************************************************************************
* 4.0 - GO DOWN
*******************************************************************************/
.godown {
  position: absolute;
  right: 0;
  width: 20px;
  bottom: -40px;
}

.godown:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAxOSAzMyI+PGRlZnM+PHBhdGggaWQ9Ing4cDVhIiBkPSJNMTI3MS42OCAzNTEuNTVjLS4yLjItLjMuNDMtLjMuN3Y1YzAgLjI3LjEuNS4zLjcuMi4yLjQzLjMuNy4zLjMgMCAuNTMtLjEuNzItLjMuMTktLjIuMjgtLjQzLjI4LS43di01YS45OS45OSAwIDAgMC0xLTFjLS4yNyAwLS41LjEtLjcuM3ptNy4xNSAxOS40N2E3LjAyIDcuMDIgMCAwIDEtMy42OCAzLjY4IDYuODUgNi44NSAwIDAgMS01LjQyIDAgNi45NyA2Ljk3IDAgMCAxLTMuNzgtMy42OSA2LjU4IDYuNTggMCAwIDEtLjU3LTIuN1YzNTQuMmMwLS45Ni4xOS0xLjg2LjU2LTIuN2E2Ljk3IDYuOTcgMCAwIDEgMy43OC0zLjcgNi44NSA2Ljg1IDAgMCAxIDUuNDMgMCA3LjAyIDcuMDIgMCAwIDEgMy42OCAzLjdjLjM3Ljg0LjU1IDEuNzQuNTUgMi43djE0LjEyYzAgLjk2LS4xOCAxLjg2LS41NSAyLjd6bS05LjktMjUuMDdhOS4yMiA5LjIyIDAgMCAwLTQuODMgNC43NyA4LjQ4IDguNDggMCAwIDAtLjcyIDMuNDd2MTQuMTJjMCAxLjIzLjI0IDIuMzkuNzIgMy40N2E5LjE3IDkuMTcgMCAwIDAgOC4zNCA1LjQ3YzEuMjMgMCAyLjM5LS4yMyAzLjQ3LS43YTkuMDggOS4wOCAwIDAgMCA0Ljc3LTQuNzdjLjQ3LTEuMDguNy0yLjI0LjctMy40N1YzNTQuMmMwLTEuMjMtLjIzLTIuMzktLjctMy40N2E5LjA4IDkuMDggMCAwIDAtNC43Ny00Ljc3IDguNjQgOC42NCAwIDAgMC0zLjQ3LS43Yy0xLjI1IDAtMi40Mi4yMy0zLjUxLjd6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjYzIC0zNDUpIj48dXNlIGZpbGw9IiNmZmYiIHhsaW5rOmhyZWY9IiN4OHA1YSIvPjwvZz48L2c+PC9zdmc+) no-repeat scroll center top/20px 34px;
  content: "";
  display: block;
  width: 20px;
  height: 34px;
  margin-bottom: 6px;
}

.godown:after {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTYuMSAzNS40Ij48c3R5bGU+LnN0MHtmaWxsOiNmZmZ9PC9zdHlsZT48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2NCAtMzgzKSI+PHBhdGggaWQ9InNxem1hIiBjbGFzcz0ic3QwIiBkPSJNMTI3MSAzODRjMC0uNi40LTEgMS0xczEgLjQgMSAxdjI2YzAgLjYtLjQgMS0xIDFzLTEtLjQtMS0xdi0yNnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTEwMi44MiAtMTMwNC4yOCkiPjxwYXRoIGlkPSJzcXptYiIgY2xhc3M9InN0MCIgZD0iTTEyNzUuMyA0MDUuNGMuNiAwIDEgLjQgMSAxdjEwYzAgLjYtLjQgMS0xIDFzLTEtLjQtMS0xdi0xMGMwLS42LjQtMSAxLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDExMDIuODIgLTEzMDQuMjgpIj48cGF0aCBpZD0ic3F6bWMiIGNsYXNzPSJzdDAiIGQ9Ik0xMjY0LjMgNDE2LjRjMC0uNi40LTEgMS0xaDEwYy42IDAgMSAuNCAxIDFzLS40IDEtMSAxaC0xMGExIDEgMCAwIDEtMS0xeiIvPjwvZz48L3N2Zz4=) no-repeat scroll center top/18px 36px;
  content: "";
  display: block;
  width: 18px;
  height: 36px;
  margin-left: 1px;
  -webkit-animation: godown 2.5s infinite;
  -moz-animation: godown 2.5s infinite;
  animation: godown 2.5s infinite;
}

@-moz-keyframes godown {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes godown {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes godown {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*******************************************************************************
* 1.0 - SECTIONS
*******************************************************************************/
.sc-general {
  overflow: hidden;
  width: 100%;
}

.sc-general .image--center {
  text-align: center;
}

.sc-general .image--center img {
  display: inline-block;
  vertical-align: top;
}

.text {
  color: #2B2A2D;
  font-size: 16px;
  line-height: 1.55em;
}

@media screen and (max-width: 767px) {
  .text {
    font-size: 16px;
  }
}

.text--small {
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .text--small {
    font-size: 14px;
  }
}

.text--white {
  color: #FFFFFF;
}

.text p + p {
  margin-top: 1em;
}

.text ul li {
  padding-left: 32px;
  position: relative;
}

.text ul li:before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.text a:not(.button) {
  color: #004b87;
}

.text a:not(.button):hover, .text a:not(.button):active, .text a:not(.button):focus {
  text-decoration: underline;
}

.border-container {
  position: relative;
}

.border-container--top-small {
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .border-container--top-small {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .border-container--top-small {
    padding-top: 20px;
  }
}

.border-container--top-medium {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .border-container--top-medium {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .border-container--top-medium {
    padding-top: 40px;
  }
}

/*******************************************************************************
* 2.0 - HEADLINES
*******************************************************************************/
.headline {
  font-size: 60px;
  line-height: 1.1em;
}

@media screen and (max-width: 1280px) {
  .headline {
    font-size: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .headline {
    font-size: 50px;
  }
}

@media screen and (max-width: 480px) {
  .headline {
    font-size: 36px;
  }
}

.headline--large {
  margin-bottom: 32px;
}

.headline--small {
  font-size: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .headline--small {
    font-size: 34px;
  }
}

@media screen and (max-width: 480px) {
  .headline--small {
    font-size: 26px;
  }
}

.text-subheadline {
  margin-bottom: 40px;
}

/*******************************************************************************
* 3.0 - ENTRY FORM
*******************************************************************************/
.form-entry {
  background-color: #FFFFFF;
  color: #2B2A2D;
  padding: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.form-entry .text {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.form-entry label {
  color: #2B2A2D;
  display: block;
  margin-bottom: 8px;
  padding-left: 4px;
  font-size: 18px;
  line-height: 1em;
}

.form-entry input {
  border: 1px solid #D8D8D8;
  height: 60px;
  width: 100%;
  padding: 0 12px;
  color: #2B2A2D;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.form-entry .form-submit {
  margin-top: 16px;
}

/*******************************************************************************
* 4.0 - WHITE BOX
*******************************************************************************/
.sc-whitebox {
  background-color: #eeeeee;
  padding: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sc-whitebox {
    padding: 20px;
  }
}

.sc-whitebox .content, .sc-whitebox .toggler {
  float: left;
}

.sc-whitebox .content {
  width: calc(100% - 118px);
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .sc-whitebox .content {
    width: calc(100% - 90px);
    padding-right: 20px;
  }
}

.sc-whitebox .content .text {
  margin-bottom: 0;
}

.sc-whitebox .content .text--title {
  margin-bottom: 22px;
}

@media screen and (max-width: 1024px) {
  .sc-whitebox .content .text--title {
    margin-bottom: 12px;
  }
}

.sc-whitebox .toggler {
  min-width: 118px;
  border-left: 1px solid #D8D8D8;
  min-height: 56px;
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .sc-whitebox .toggler {
    min-width: 90px;
  }
}

.sc-whitebox .toggler .toggle {
  float: right;
  min-height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.sc-whitebox .toggler .toggle-group {
  background-color: #4BA82E;
  width: 100%;
  -moz-transition: background-color 500ms ease-in-out;
  -o-transition: background-color 500ms ease-in-out;
  -ms-transition: background-color 500ms ease-in-out;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.sc-whitebox .toggler .btn {
  color: #FFFFFF;
  font-family: 'FordAntennaRegular';
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.sc-whitebox .toggler .btn-primary {
  background-color: transparent;
  border-color: transparent;
}

.sc-whitebox .toggler .toggle-on {
  right: auto;
  left: 0;
  padding-right: 32px;
  width: 100%;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -webkit-transition: transform 500ms ease;
  transition: transform 500ms ease;
}

.sc-whitebox .toggler .toggle-off {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  left: 0;
  padding-left: 28px;
  width: 100%;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -moz-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -webkit-transition: transform 500ms ease;
  transition: transform 500ms ease;
}

.sc-whitebox .toggler .toggle-handle {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: translate(45px, 0);
  -o-transform: translate(45px, 0);
  -ms-transform: translate(45px, 0);
  -webkit-transform: translate(45px, 0);
  transform: translate(45px, 0);
  -moz-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  -ms-transition: transform 500ms ease;
  -webkit-transition: transform 500ms ease;
  transition: transform 500ms ease;
}

.sc-whitebox .toggler .toggle.off .toggle-group {
  background-color: #E01737;
  left: 0;
}

.sc-whitebox .toggler .toggle.off .toggle-handle {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sc-whitebox .toggler .toggle.off .toggle-on {
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.sc-whitebox .toggler .toggle.off .toggle-off {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sc-whitebox .toggler .toggle[disabled] * {
  cursor: not-allowed;
}

.sc-whitebox .toggler .toggle[disabled] .toggle-group {
  background-color: #D8D8D8;
}

.sc-whitebox .toggler .toggle[disabled] .toggle-handle {
  box-shadow: none !important;
}

.sc-whitebox .toggler:hover .toggle-handle {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
}

/*******************************************************************************
* 5.0 - FORM ITEMS
*******************************************************************************/
.form-items {
  color: #2B2A2D;
}

.form-items .form-group + .form-group {
  margin-top: 24px;
}

.form-items .text {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.form-items label {
  color: #2B2A2D;
  display: block;
  margin-bottom: 8px;
  padding-left: 4px;
  font-size: 14px;
  line-height: 1em;
}

.form-items input {
  border-radius: 0;
  padding: 10px;
  border-width: 2px;
  border-color: #dbdbdb;
  height: 50px;
  width: 100%;
  padding: 0 12px;
  color: #2B2A2D;
  font-size: 16px;
}

@media (max-width: 767px) {
  .form-items input {
    font-size: 14px;
    height: 40px;
  }
}

/*******************************************************************************
* 0.0 - GENERAL
*******************************************************************************/
.terms input {
  display: none;
}

.terms input:checked ~ label:before {
  opacity: 1;
}

.terms p {
  display: inline;
}

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

/*******************************************************************************
* 1.0. HEADER MAIN
*******************************************************************************/
.header-main {
  background-color: #FFF;
  height: 100px;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 480px) {
  .header-main {
    height: 82px;
  }
}

.header-main .button-wrapper {
  float: right;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-logo {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logo img {
  width: 108px;
}

@media (max-width: 480px) {
  .header-logo img {
    width: 90px;
  }
}

/*******************************************************************************
* 2.3 - MODULES: Brands
*******************************************************************************/
.bl-brands {
  background-color: #444346;
  padding: 45px 0 40px;
}

@media screen and (max-width: 1280px) {
  .bl-brands {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands {
    padding: 30px 0 30px;
  }
}

.bl-brands .content {
  text-align: right;
}

.bl-brands .brands-list {
  display: inline-block;
  vertical-align: top;
  padding-right: 37px;
  position: relative;
  top: -11px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brands-list {
    padding-right: 10px;
    top: -4px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brands-list {
    padding: 0 15px;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .bl-brands .brands-list {
    padding: 0px;
    display: table;
    width: 100%;
  }
}

.bl-brands .brand {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .bl-brands .brand {
    display: table-cell;
    padding: 0px 2.5%;
  }
}

.bl-brands .brand img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.bl-brands .brand img.vw {
  width: 66px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand img.vw {
    width: 55px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand img.vw {
    width: 64px;
  }
}

.bl-brands .brand img.audi {
  width: 100px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand img.audi {
    width: 84px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand img.audi {
    width: 97px;
  }
}

.bl-brands .brand img.seat {
  width: 69px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand img.seat {
    width: 58px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand img.seat {
    width: 67px;
  }
}

.bl-brands .brand img.skoda {
  width: 63px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand img.skoda {
    width: 53px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand img.skoda {
    width: 61px;
  }
}

.bl-brands .brand img.gospodarska {
  width: 65px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand img.gospodarska {
    width: 55px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand img.gospodarska {
    width: 64px;
  }
}

.bl-brands .brand img.porsche {
  width: 76px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand img.porsche {
    width: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand img.porsche {
    width: 74px;
  }
}

.bl-brands .brand + .brand {
  margin-left: 72px;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand + .brand {
    margin-left: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand + .brand {
    margin-left: 76px;
  }
}

@media screen and (max-width: 767px) {
  .bl-brands .brand + .brand {
    margin-left: 0px;
  }
}

.bl-brands .brand-txt {
  color: white;
  font-size: 24px;
  line-height: 1.125em;
  max-width: 350px;
  float: left;
}

@media screen and (max-width: 1280px) {
  .bl-brands .brand-txt {
    font-size: 20px;
    max-width: 330px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .bl-brands .brand-txt {
    float: none;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .bl-brands .brand-txt {
    display: none;
  }
}

/*******************************************************************************
* 9.0 - FOOTER
*******************************************************************************/
.footer-main {
  background-color: #2B2A2D;
  padding-top: 48px;
}

@media screen and (max-width: 1024px) {
  .footer-main {
    padding-top: 32px;
  }
}

.footer-main .sec-title {
  margin-bottom: 15px;
}

.footer-main [class*="brd-l"][class*="red"] {
  border-color: #E0001A;
}

.footer-main [class*="readmore"]:hover,
.footer-main [class*="readmore"]:active {
  color: white;
}

.footer-main .footer-menu {
  margin-bottom: 16px;
}

.footer-main .foot-title {
  margin-bottom: 16px;
}

.footer-main .foot-cell {
  margin-bottom: 32px;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .footer-main .foot-cell:last-of-type {
    padding-right: 0px;
  }
}

.footer-main .foot-cell p {
  color: white;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.footer-main .foot-cell .image a {
  display: inline-block;
  vertical-align: top;
}

.footer-main .foot-cell .image img {
  height: 30px;
  width: auto;
}

.footer-main .foot-enews {
  border-bottom: 1px solid #57585B !important;
  padding-bottom: 35.2px;
  margin-bottom: 48px;
  font-size: 0;
}

.footer-main .foot-enews h3, .footer-main .foot-enews p, .footer-main .foot-enews .desktop-wrapper, .footer-main .foot-enews .enews {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 1280px) {
  .footer-main .foot-enews h3 {
    margin-bottom: 0;
    width: 12%;
  }
}

@media screen and (min-width: 1280px) {
  .footer-main .foot-enews .desktop-wrapper {
    border: none;
    padding-left: 0;
    width: 88%;
  }
}

.footer-main .foot-enews p {
  width: 25%;
}

@media screen and (min-width: 1024px) {
  .footer-main .foot-enews p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .footer-main .foot-enews p {
    width: 28%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-main .foot-enews p {
    width: auto;
  }
}

.footer-main .foot-enews h3, .footer-main .foot-enews p {
  padding-right: 32px;
}

.footer-main .foot-enews .enews {
  font-size: 0;
  width: 75%;
}

@media screen and (max-width: 1280px) {
  .footer-main .foot-enews .enews {
    width: 72%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-main .foot-enews .enews {
    display: block;
    width: 100%;
  }
}

.footer-main .foot-enews .enews input:not([type="checkbox"]), .footer-main .foot-enews .enews button, .footer-main .foot-enews .enews .label-wrap {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .footer-main .foot-enews .enews input:not([type="checkbox"]), .footer-main .foot-enews .enews button, .footer-main .foot-enews .enews .label-wrap {
    vertical-align: top;
  }
}

.footer-main .foot-enews .enews button {
  margin-left: 24.06015px;
}

.footer-main .foot-enews .enews .label-wrap {
  padding-left: 32px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer-main .foot-enews .enews .label-wrap {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}

.footer-main .foot-enews .enews .label-wrap .errorInForm {
  position: absolute;
  line-height: 1em;
  margin: 0 !important;
  bottom: 0;
  width: 100%;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

@media screen and (max-width: 767px) {
  .footer-main .foot-enews .enews .label-wrap .errorInForm {
    bottom: -5px;
  }
}

.footer-main .foot-ps-card img {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: -50px;
  width: 120px;
}

@media screen and (max-width: 1280px) {
  .footer-main .foot-ps-card img {
    margin-top: -35px;
  }
}

@media screen and (max-width: 480px) {
  .footer-main .foot-ps-card img {
    margin-top: -50px;
  }
}

.footer-main .foot-ps-card h3 {
  color: white;
  font-size: 16px;
  line-height: 1.125em;
  margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
  .footer-main .foot-ps-card h3 br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .footer-main .foot-ps-card h3 br {
    display: block;
  }
}

.footer-main .copyright {
  border-top: 1px solid #57585B;
  text-align: center;
  font-size: 0;
  padding: 32px 0;
}

@media screen and (max-width: 480px) {
  .footer-main .copyright {
    padding: 16px 0;
  }
}

.footer-main .copyright p, .footer-main .copyright span, .footer-main .copyright a {
  color: #A7A9AB;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.35em;
  position: relative;
}

.footer-main .copyright a {
  display: inline-block;
  vertical-align: top;
}

.footer-main .copyright a:hover {
  text-decoration: underline;
}

.footer-main .copyright a + a {
  padding-left: 1em;
}

.footer-main .copyright a + a:before {
  left: 0.4em;
  content: "|";
  font-size: inherit;
  color: inherit;
}

.footer-main .copyright p, .footer-main .copyright .links {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .footer-main .copyright p, .footer-main .copyright .links {
    display: block;
    text-align: center;
  }
}

.footer-main .copyright span {
  display: inline-block;
  vertical-align: top;
}

.footer-main .copyright .links {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .footer-main .copyright .links {
    margin-left: 0;
  }
}

/*******************************************************************************
* 1.0 - GENERAL
*******************************************************************************/
/*******************************************************************************
* 1.0 - GENERAL
*******************************************************************************/
/*******************************************************************************
* 2.0 - HEADINGS
*******************************************************************************/
.sc-intro-main {
  color: #FFFFFF;
  background-color: #2B2A2D;
  background: url(../img/bg/ford-cover-bg.jpg) no-repeat scroll center top/cover;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .sc-intro-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sc-intro-main:before {
  background-image: linear-gradient(to top, transparent 0%, #000000 100%);
  opacity: 0.5;
  z-index: 1;
}

.sc-intro-main .intro-wrapper {
  position: relative;
}

.sc-intro-main .intro-wrapper h1 {
  color: white;
}

.sc-intro-main .intro-wrapper .text p {
  color: white;
}

.sc-intro-main .container {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1023px) {
  .sc-intro-main .border-container {
    border-left-color: transparent;
  }
}

@media screen and (max-width: 1024px) {
  .sc-intro-main .border-container {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .sc-intro-main .border-container:before {
    display: none;
  }
}

/*******************************************************************************
* 3.0 - NEW USER
*******************************************************************************/
.sc-new-user {
  padding-top: 40px;
}

.sc-new-user .headline {
  margin-bottom: 12px;
}

.sc-new-user .full-height {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .sc-new-user .border-container {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1023px) {
  .sc-new-user .button-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}

/*******************************************************************************
* 4.0 - INTRO TEXT
*******************************************************************************/
.sc-intro-text {
  background-color: #fafafa;
  padding: 80px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sc-intro-text {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1024px) {
  .sc-intro-text .text-posleft {
    margin-bottom: 40px;
  }
}

/*******************************************************************************
* 5.0 - DATA BOXES
*******************************************************************************/
.sc-databox {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .sc-databox .content .text--last {
    margin-bottom: 40px;
  }
}

/*******************************************************************************
* 5.1 - EXISTING DATA
*******************************************************************************/
@media screen and (max-width: 767px) {
  .sc-existing-data {
    margin-bottom: 0;
  }
}

.sc-existing-data .sc-whitebox {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-group {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .text-group {
    border-bottom: 1px solid #D8D8D8;
  }
}

@media screen and (max-width: 1024px) {
  .text-group--last {
    border-bottom-color: transparent;
  }
}

@media screen and (min-width: 1023px) {
  .text-group + .text-group {
    border-top: 1px solid #D8D8D8;
  }
}

.text-group .text {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .text-group .text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.text-group p {
  display: block;
  float: left;
  margin-top: 0 !important;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .text-group p {
    float: none !important;
    padding: 0 !important;
    width: 100% !important;
  }
}

.text-group p:first-of-type {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .text-group p:first-of-type {
    margin-bottom: 8px;
  }
}

.text-group p:last-of-type {
  width: 60%;
  padding-left: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .text-group p:last-of-type {
    padding-left: 40px;
  }
}

/*******************************************************************************
* 5.2 - CONFIRMATION DATA
*******************************************************************************/
/*******************************************************************************
* 5.3 - SINGLE CHANNELS
*******************************************************************************/
@media screen and (max-width: 767px) {
  .sc-single-channels {
    margin-bottom: 0;
  }
}

/*******************************************************************************
* 5.4 - COMMUNICATIONS CHANNELS
*******************************************************************************/
@media screen and (max-width: 767px) {
  .sc-com-channels {
    margin-bottom: 0;
  }
}

.sc-com-channels .sc-whitebox .text {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.sc-com-channels .sc-whitebox .toggler {
  min-width: 100%;
  border-left: 0;
  min-height: 100%;
  padding-top: 0;
  margin-bottom: 40px;
}

.sc-com-channels .sc-whitebox .toggler .toggle {
  float: none;
}

/*******************************************************************************
* 4.0 - COPYRIGHT
*******************************************************************************/
.sc-copyright {
  background: #fafafa;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .sc-copyright {
    margin-bottom: 0;
  }
}

/*******************************************************************************
* 0.0 - GENERAL
*******************************************************************************/
/*******************************************************************************
* 2.0 - POST ITEM
*******************************************************************************/
.post-item .post-head img {
  width: 100%;
}

.border-container--top-medium {
  padding-top: 20px;
}

.form-items {
  clear: both;
  overflow: hidden;
  transition: max-height 0.6s;
  max-height: 500px;
}

.form-items.closed {
  /*max-height: 0px;*/
}

.form-items.closed input {
  background: #F1F1F1;
  color: #949494;
}

.button {
  /*visibility: hidden;
  opacity: 0;*/
  display: none;
}

.button.new {
  display: inline-block;
  margin-bottom: 5px;
}

.form-entry .button {
  display: inline-block;
  z-index: 2;
}

.popup-notice {
  opacity: 0;
  visibility: hidden;
  display: none;
  bottom: 15px;
  z-index: 10000;
  background-color: #4BA82E;
  color: white;
}

.popup-notice.is-visible {
  opacity: 1;
  display: block;
  visibility: visible;
}

#who.is-error {
  border-color: #E01737;
}

.form-entry .form-submit {
  position: relative;
}

.login-form .alert {
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #E01737;
  opacity: 0;
}

.login-form .form-sent {
  line-height: 22px;
  padding: 0px;
  left: 0px;
  font-size: 16px;
  color: #E01737;
  opacity: 0;
  position: absolute;
}

body {
  padding-top: 0px;
}

.header-main {
  position: relative;
}

.header-main.bottom {
  position: fixed;
  bottom: 0px;
}

.toolbar-main {
  display: none;
  background-color: #003478;
  height: 160px;
  height: 64px;
  position: fixed;
  z-index: 10000;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.toolbar-main .button-wrapper {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}

.popup-notice-error {
  background-color: #FFFFFF;
  position: fixed;
  margin-left: 15px;
  padding: 16px;
  right: 15px;
  color: #2B2A2D;
  font-size: 14px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  -o-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  -ms-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  -webkit-transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
  transition: opacity 500ms ease-in, visibility 0ms linear 500ms;
}

.popup-notice-error.is-visible {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 500ms ease-in, visibility 0ms linear;
  -o-transition: opacity 500ms ease-in, visibility 0ms linear;
  -ms-transition: opacity 500ms ease-in, visibility 0ms linear;
  -webkit-transition: opacity 500ms ease-in, visibility 0ms linear;
  transition: opacity 500ms ease-in, visibility 0ms linear;
}

.popup-notice-error {
  opacity: 0;
  visibility: hidden;
  display: none;
  bottom: 70px;
  background-color: #E01737;
  color: white;
}

.popup-notice-error.is-visible {
  opacity: 1;
  display: block;
  visibility: visible;
}

/*******************************************************************************
* X.X - Cookies
*******************************************************************************/
#div-cookie {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

#div-cookie .content {
  padding: 24px 200px 32px 0;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #div-cookie .content {
    padding-right: 0;
  }
}

#div-cookie .buttons, #div-cookie p {
  display: inline-block;
  vertical-align: middle;
}

#div-cookie p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and (max-width: 1023px) {
  #div-cookie p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

#div-cookie p a {
  color: #E01737;
}

#div-cookie p a:hover {
  color: #FC3350;
}

#div-cookie .buttons {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  #div-cookie .buttons {
    float: none;
    position: relative;
    top: auto;
    right: auto;
  }
}

#div-cookie .buttons a {
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1023px) {
  #div-cookie .buttons a {
    top: auto;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border-color: transparent;
}

.social-links {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .social-links {
    width: 100%;
    float: right;
    padding: 5px 0 5px;
  }
}

.social-links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-links ul a {
  color: #999999;
  font-size: 14px;
}

.social-links ul a:hover {
  color: #004b87;
}

.social-links ul li {
  display: inline-block;
  margin-left: 15px;
}

.nav-menu-right {
  margin-left: 36px;
  float: right;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  .nav-menu-right {
    margin-left: 0;
  }
}

.menu-pin a {
  letter-spacing: 0.5px;
  font-family: 'FordAntennaMedium';
  display: inline-block;
  font-size: 11px;
  color: #999999;
  line-height: 16px;
}

.menu-pin a:hover {
  color: #53bcf3;
}

.menu-pin a i {
  display: inline-block;
  margin-right: 5px;
  float: left;
}

footer {
  margin-top: 0;
  border-bottom: 10px solid #dbdbdb;
}

footer a {
  font-family: 'FordAntennaMedium';
}

footer .footer-image {
  height: 220px;
  background: url(../img/footer-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

footer .footer-bottom {
  font-size: 12px !important;
  padding: 60px 0 80px;
}

footer .footer-bottom .copyright {
  color: #616161;
  float: left;
  font-size: 12px !important;
}

@media (max-width: 767px) {
  footer .footer-bottom .copyright {
    float: none;
    text-align: center;
    padding-top: 20px;
  }
}

footer .footer-bottom .terms {
  float: right;
  color: #004b87;
}

@media (max-width: 767px) {
  footer .footer-bottom .terms {
    float: none;
  }
}

footer .footer-bottom .terms a {
  font-size: 12px !important;
}

footer .footer-bottom .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

footer .footer-bottom .footer-menu li {
  display: inline-block;
  margin: 0 10px;
}

footer .footer-bottom .footer-menu li a {
  font-size: 12px !important;
  color: #616161;
}

footer .footer-bottom .footer-menu li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-menu li a {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer .footer-bottom .footer-menu li {
    margin: 0 5px;
    display: block;
    text-align: center;
    border-bottom: 2px solid #dbdbdb;
  }
  footer .footer-bottom .footer-menu li:last-child {
    border-bottom: 0;
  }
}

footer .footer-subscribe {
  padding-top: 100px;
  margin-left: -60px;
}

footer .footer-subscribe .subscribe-wrapper {
  background-color: white;
  float: left;
  padding: 11px 0;
}

@media (max-width: 991px) {
  footer .footer-subscribe .subscribe-wrapper {
    float: none;
  }
}

footer .footer-subscribe input {
  width: 230px;
  background: transparent;
  border: 0;
  font-size: 11px;
  font-style: italic;
  padding-left: 10px;
  letter-spacing: 0.6px;
  font-family: 'FordAntennaMedium';
}

@media (max-width: 991px) {
  footer .footer-subscribe input {
    width: calc(100% - 40px);
  }
}

footer .footer-subscribe input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

footer .footer-subscribe input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

footer .footer-subscribe input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

footer .footer-subscribe button {
  float: left;
}

footer .footer-subscribe label {
  cursor: pointer;
  font-size: 10px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  margin-right: 30px;
  font-family: 'FordAntennaBold';
}

footer .footer-subscribe label input[type="checkbox"] {
  display: none;
}

footer .footer-subscribe label span {
  float: left;
  margin-right: 10px;
  background: url(../img/icons/icon-remove.png) no-repeat center;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

footer .footer-subscribe label input[type="checkbox"]:checked + span {
  background-image: url(../img/icons/icon-check.png);
}

footer .footer-wrapper {
  padding-top: 30px;
}

@media (max-width: 767px) {
  footer .footer-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-top .col-lg-12 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  footer .footer-top .heading-bg {
    left: 20px;
  }
}

footer .footer-bottom {
  padding: 30px 0 30px;
}

@media (max-width: 767px) {
  footer .footer-subscribe {
    margin-left: 0;
  }
  footer .footer-subscribe form {
    text-align: center;
    margin: 0 20px;
  }
  footer .footer-subscribe input[type="text"] {
    margin-bottom: 20px;
  }
  footer .footer-subscribe button {
    width: 100%;
  }
  footer .footer-subscribe .subscribe-wrapper {
    padding: 12px 0 20px;
  }
}
