<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.model-title{
    
    margin-top: -30px;
}  

.family-img-thumb{
    
    margin-top: -10px;
}  

.top-static {
    padding-top: 200px;
    padding-bottom: 300px;
    text-align: center;
    color: #ffffff;
    margin-top: 150px;
}

.top-static p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 80px;
}

.top-static h1 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 30px;
  text-shadow: 2px 2px #000;
}


.fam-nav {
  padding: 0px;
  margin: 0px;
}

.fam-nav li a, {
  padding: 0px;
  margin: 0px;
  color: red;
}
.navbar-brand&gt;img {
    display: block;
    height: 70px;
}
.widget,
.container.navbar  {
  /*background-color: #222a2d;*/
  /*color: #fff;*/
  /*margin-top: -1px;*/
  /*overflow: hidden;*/
}

.feature-bloc {
  border-right: 1px solid #333333;
}  

.choose-nav  {
  padding-left: 25px  !important ;
  padding-right: 25px !important ;
  background-color: #000000;
}

.choose-title {
  padding-top: 125px;
  color : black;
}

.header-choose {
border-top: 6px solid #006dc2;
text-align: center;
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #666666 25%, #474747 47%, #2b2b2b 76%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#666666 25%,#474747 47%,#2b2b2b 76%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 0%,#666666 25%,#474747 47%,#2b2b2b 76%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
  color: #ffffff;
      padding-bottom: 10px;
    padding-top: 25px;
}


.small	{
  width: 50% !important;
}

.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus {
  outline: 0;
}
.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 .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4em;
  color: #000000;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #006dc2;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #cccccc;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.4em;
  color: #cccccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1202px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown {
  background-color: transparent;
}
.dropdown button {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  word-spacing: -0.1em;
  background-image: none;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 16.5px 0.75em;
  text-align: center;
  text-overflow: ellipsis;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  word-spacing: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #006dc2;
  border-color: transparent;
  color: #ffffff;
  display: block;
  padding-right: 1.5em;
  width: 100%;
}
@media (max-width: 1201px) {
  .dropdown button {
    font-size: 22.5px;
  }
}
@media (max-width: 767px) {
  .dropdown button {
    font-size: 20px;
  }
}
.legal-content .dropdown button {
  margin-bottom: 1em;
  margin-top: 1em;
}
.dropdown button:focus,
.dropdown button:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown button:hover,
.dropdown button:focus {
  background-color: #ce5500;
  border-color: transparent;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  text-shadow: none;
}
.dropdown button:active {
  outline: 0;
  background-image: none;
}
.dropdown button.disabled,
.dropdown button[disabled],
fieldset[disabled] .dropdown button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dropdown button.full {
  width: 100%;
}
.dropdown button.full.icon {
  padding-left: 1.875em;
}
.dropdown button.full.back {
  padding-right: 1.875em;
}
.dropdown button.cta {
  width: auto;
}
.dropdown button.cta.icon {
  padding-left: 0.75em;
}
.dropdown button.icon {
  padding-right: 1.875em;
  position: relative;
}
.dropdown button.icon:after {
  content: "\e012";
  font-family: polarisregular;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown button.back {
  padding-left: 1.875em;
  position: relative;
}
.dropdown button.back:after {
  content: "\e011";
  font-family: polarisregular;
  left: 0.75em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown button.variation {
  background-color: transparent;
  border-color: #006dc2;
  color: #006dc2;
}
.dropdown button.variation:hover,
.dropdown button.variation:focus {
  background-color: #006dc2;
  color: #ffffff;
}
.dropdown button.button-sm {
  font-size: 20px;
  padding: 13.5px 0.75em;
}
.dropdown button.button-sm.icon {
  padding-right: 1.95em !important;
}
.dropdown button.button-sm.icon:after {
  right: 13.5px;
}
.dropdown button.button-lg {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  word-spacing: -0.1em;
  font-family: Teko, Helvetica, Arial, sans-serif;
  padding: 18.49999992px 0.75em;
  text-align: center;
}
@media (max-width: 1201px) {
  .dropdown button.button-lg {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .dropdown button.button-lg {
    font-size: 20px;
  }
}
.dropdown button.button-lg.icon {
  padding-right: 1.95em !important;
}
.dropdown button.button-lg.icon:after {
  right: 18.49999992px;
}
.white .dropdown button.textbutton,
.steel .dropdown button.textbutton,
.orange .dropdown button.textbutton {
  background-color: transparent;
  border-color: #006dc2;
  color: #006dc2;
  border-color: #000000;
  background: url('../_img/assets/000000.png') -300px 0 no-repeat transparent;
  color: #000000;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.white .dropdown button.textbutton:hover,
.steel .dropdown button.textbutton:hover,
.orange .dropdown button.textbutton:hover,
.white .dropdown button.textbutton:focus,
.steel .dropdown button.textbutton:focus,
.orange .dropdown button.textbutton:focus {
  background-color: #006dc2;
  color: #ffffff;
}
.white .dropdown button.textbutton:hover,
.steel .dropdown button.textbutton:hover,
.orange .dropdown button.textbutton:hover {
  background-color: transparent;
  background-position: 0 0;
  color: #ffffff;
}
.dropdown button.white {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
}
.dropdown button.white:hover,
.dropdown button.white:focus {
  background-color: #e6e6e6;
  color: #000000;
}
.dropdown button.white.variation {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.dropdown button.white.variation:hover,
.dropdown button.white.variation:focus {
  background-color: #ffffff;
  color: #000000;
}
.dropdown button.black {
  background-color: #000000;
  border-color: transparent;
  color: #ffffff;
}
.dropdown button.black:hover,
.dropdown button.black:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dropdown button.black.variation {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.dropdown button.black.variation:hover,
.dropdown button.black.variation:focus {
  background-color: #000000;
  color: #ffffff;
}
.dropdown button.lead {
  background-color: #1a1a1a;
  border-color: transparent;
  color: #ffffff;
}
.dropdown button.lead:hover,
.dropdown button.lead:focus {
  background-color: #333333;
  color: #ffffff;
}
.dropdown button.lead.variation {
  background-color: transparent;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.dropdown button.lead.variation:hover,
.dropdown button.lead.variation:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dropdown button.steel {
  background-color: #666666;
  border-color: transparent;
  color: #ffffff;
}
.dropdown button.steel:hover,
.dropdown button.steel:focus {
  background-color: #4d4d4d;
  color: #ffffff;
}
.dropdown button.steel.variation {
  background-color: transparent;
  border-color: #666666;
  color: #666666;
}
.dropdown button.steel.variation:hover,
.dropdown button.steel.variation:focus {
  background-color: #666666;
  color: #ffffff;
}
.dropdown button.orange {
  background-color: #006dc2;
  border-color: transparent;
  color: #ffffff;
}
.dropdown button.orange:hover,
.dropdown button.orange:focus {
  background-color: #ce5500;
  color: #ffffff;
}
.dropdown button.orange.variation {
  background-color: transparent;
  border-color: #006dc2;
  color: #006dc2;
}
.dropdown button.orange.variation:hover,
.dropdown button.orange.variation:focus {
  background-color: #006dc2;
  color: #ffffff;
}
.dropdown button .ci {
  line-height: 0.9em;
}
.dropdown button.icon {
  padding-left: 1.875em;
}
.dropdown button.back {
  padding-right: 1.875em;
}
.dropdown button:after {
  content: "\e010";
  font-family: polarisregular;
  font-size: 25px;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown button:hover {
  background-color: #ce5500;
  color: #ffffff;
}
.dropdown.inactive button {
  color: rgba(255, 255, 255, 0.5);
}
.dropdown.inactive button:after {
  content: "—";
}
.dropdown.inactive button:hover {
  background-color: #006dc2;
  cursor: default;
}
.dropdown.active {
  color: #ffffff;
}
.dropdown.active button:after {
  content: '\2713';
}
.dropdown.open button {
  background-color: #ce5500;
  color: #ffffff;
}
.dropdown.open button:after {
  content: "\e013";
}
.dropdown.empty.black button:after {
  content: " ";
}
.dropdown.empty.black button:hover,
.dropdown.empty.black button:focus {
  background-color: #000000;
  cursor: default;
}
.dropdown.empty.white button:after {
  content: " ";
}
.dropdown.empty.white button:hover,
.dropdown.empty.white button:focus {
  background-color: #ffffff;
  cursor: default;
}
.dropdown ul.dropdown-menu {
  background-color: transparent;
  /* changed back to transparent, because a color can’t be set here globally */
  border: none;
  box-shadow: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.dropdown ul.dropdown-menu &gt; li {
  margin-top: 1px;
  opacity: 1;
}
.dropdown ul.dropdown-menu &gt; li &gt; a {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  word-spacing: -0.1em;
  background-color: #006dc2;
  background-image: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding: 16.5px 0.75em;
  text-align: center;
  text-overflow: ellipsis;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  word-spacing: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  /* fehlerhafte Werte auskomentiert; auto is no valid color-value */
  /*
				background-color: auto;
				border-color: auto;
				color: auto;
				*/
  border-width: 0;
}
@media (max-width: 1201px) {
  .dropdown ul.dropdown-menu &gt; li &gt; a {
    font-size: 22.5px;
  }
}
@media (max-width: 767px) {
  .dropdown ul.dropdown-menu &gt; li &gt; a {
    font-size: 20px;
  }
}
.legal-content .dropdown ul.dropdown-menu &gt; li &gt; a {
  margin-bottom: 1em;
  margin-top: 1em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a:focus,
.dropdown ul.dropdown-menu &gt; li &gt; a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown ul.dropdown-menu &gt; li &gt; a:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a:focus {
  background-color: #ce5500;
  border-color: transparent;
  color: #ffffff;
  outline: none;
  text-decoration: none;
  text-shadow: none;
}
.dropdown ul.dropdown-menu &gt; li &gt; a:active {
  outline: 0;
  background-image: none;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.disabled,
.dropdown ul.dropdown-menu &gt; li &gt; a[disabled],
fieldset[disabled] .dropdown ul.dropdown-menu &gt; li &gt; a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dropdown ul.dropdown-menu &gt; li &gt; a.full {
  width: 100%;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.full.icon {
  padding-left: 1.875em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.full.back {
  padding-right: 1.875em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.cta {
  width: auto;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.cta.icon {
  padding-left: 0.75em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.icon {
  padding-right: 1.875em;
  position: relative;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.icon:after {
  content: "\e012";
  font-family: polarisregular;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown ul.dropdown-menu &gt; li &gt; a.back {
  padding-left: 1.875em;
  position: relative;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.back:after {
  content: "\e011";
  font-family: polarisregular;
  left: 0.75em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown ul.dropdown-menu &gt; li &gt; a.variation {
  background-color: transparent;
  border-color: #006dc2;
  color: #006dc2;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.variation:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.variation:focus {
  background-color: #006dc2;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.button-sm {
  font-size: 20px;
  padding: 13.5px 0.75em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.button-sm.icon {
  padding-right: 1.95em !important;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.button-sm.icon:after {
  right: 13.5px;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.button-lg {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  word-spacing: -0.1em;
  font-family: Teko, Helvetica, Arial, sans-serif;
  padding: 18.49999992px 0.75em;
  text-align: center;
}
@media (max-width: 1201px) {
  .dropdown ul.dropdown-menu &gt; li &gt; a.button-lg {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .dropdown ul.dropdown-menu &gt; li &gt; a.button-lg {
    font-size: 20px;
  }
}
.dropdown ul.dropdown-menu &gt; li &gt; a.button-lg.icon {
  padding-right: 1.95em !important;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.button-lg.icon:after {
  right: 18.49999992px;
}
.white .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton,
.steel .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton,
.orange .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton {
  background-color: transparent;
  border-color: #006dc2;
  color: #006dc2;
  border-color: #000000;
  background: url('../_img/assets/000000.png') -300px 0 no-repeat transparent;
  color: #000000;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.white .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:hover,
.steel .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:hover,
.orange .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:hover,
.white .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:focus,
.steel .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:focus,
.orange .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:focus {
  background-color: #006dc2;
  color: #ffffff;
}
.white .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:hover,
.steel .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:hover,
.orange .dropdown ul.dropdown-menu &gt; li &gt; a.textbutton:hover {
  background-color: transparent;
  background-position: 0 0;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.white {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.white:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.white:focus {
  background-color: #e6e6e6;
  color: #000000;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.white.variation {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.white.variation:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.white.variation:focus {
  background-color: #ffffff;
  color: #000000;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.black {
  background-color: #000000;
  border-color: transparent;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.black:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.black:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.black.variation {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.black.variation:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.black.variation:focus {
  background-color: #000000;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.lead {
  background-color: #1a1a1a;
  border-color: transparent;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.lead:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.lead:focus {
  background-color: #333333;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.lead.variation {
  background-color: transparent;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.lead.variation:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.lead.variation:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.steel {
  background-color: #666666;
  border-color: transparent;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.steel:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.steel:focus {
  background-color: #4d4d4d;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.steel.variation {
  background-color: transparent;
  border-color: #666666;
  color: #666666;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.steel.variation:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.steel.variation:focus {
  background-color: #666666;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.orange {
  background-color: #006dc2;
  border-color: transparent;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.orange:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.orange:focus {
  background-color: #ce5500;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.orange.variation {
  background-color: transparent;
  border-color: #006dc2;
  color: #006dc2;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.orange.variation:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a.orange.variation:focus {
  background-color: #006dc2;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a .ci {
  line-height: 0.9em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.icon {
  padding-left: 1.875em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a.back {
  padding-right: 1.875em;
}
.dropdown ul.dropdown-menu &gt; li &gt; a:hover,
.dropdown ul.dropdown-menu &gt; li &gt; a:focus {
  background-color: #ce5500;
  color: #ffffff;
}
.dropdown ul.dropdown-menu &gt; li &gt; a label {
  line-height: 1em;
  padding-left: 40px;
}
.dropdown ul.dropdown-menu &gt; li.reset &gt; a:after {
  content: '\e057';
  font-family: polarisregular;
  position: absolute;
  right: 0.75em;
}
.dropdown ul.dropdown-menu &gt; li.zero &gt; a {
  color: rgba(255, 255, 255, 0.4);
  cursor: default;
}
.dropdown ul.dropdown-menu &gt; li.zero &gt; a:hover,
.dropdown ul.dropdown-menu &gt; li.zero &gt; a:focus {
  background-color: #006dc2;
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.dropdown-sm button {
  font-size: 20px;
  padding: 13.5px 0.75em;
}
.dropdown.dropdown-sm button.icon {
  padding-right: 1.95em !important;
}
.dropdown.dropdown-sm button.icon:after {
  right: 13.5px;
}
.dropdown.dropdown-sm button:after {
  font-size: 20px;
}
.dropdown.dropdown-sm ul.dropdown-menu &gt; li * {
  font-size: 20px;
  padding: 13.5px 0.75em;
}
.dropdown.dropdown-lg button {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0;
  text-align: inherit;
  text-transform: uppercase;
  word-spacing: -0.1em;
  font-family: Teko, Helvetica, Arial, sans-serif;
  padding: 18.49999992px 0.75em;
  text-align: center;
}
@media (max-width: 1201px) {
  .dropdown.dropdown-lg button {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .dropdown.dropdown-lg button {
    font-size: 20px;
  }
}
.dropdown.dropdown-lg button.icon {
  padding-right: 1.95em !important;
}
.dropdown.dropdown-lg button.icon:after {
  right: 18.49999992px;
}
.dropdown.dropdown-lg button:after {
  font-size: 30px;
}
.dropdown.dropdown-lg ul.dropdown-menu &gt; li * {
  font-size: 30px;
  padding: 18.49999992px 0.75em;
}
.dropdown.white {
  background-color: transparent;
}
.dropdown.white button {
  background-color: #ffffff;
  color: #000000;
}
.dropdown.white button:hover,
.dropdown.white button:focus {
  background-color: #e6e6e6;
  color: #000000;
}
.inactive.dropdown.white button {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.4);
}
.filter-box .active.dropdown.white button {
  background-color: #000000;
  color: #ffffff;
}
.dropdown.white ul.dropdown-menu &gt; li &gt; a {
  background-color: #f2f2f2;
  color: #000000;
}
.dropdown.white ul.dropdown-menu &gt; li &gt; a:hover,
.dropdown.white ul.dropdown-menu &gt; li &gt; a:focus {
  background-color: #e6e6e6;
  color: #000000;
}
.dropdown.white ul.dropdown-menu &gt; li.zero &gt; a {
  color: rgba(0, 0, 0, 0.4);
}
.dropdown.white ul.dropdown-menu &gt; li.zero &gt; a:hover,
.dropdown.white ul.dropdown-menu &gt; li.zero &gt; a:focus {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4);
}
.dropdown.black {
  background-color: transparent;
}
.dropdown.black button {
  background-color: #000000;
  color: #ffffff;
}
.dropdown.black button:hover,
.dropdown.black button:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}
.inactive.dropdown.black button {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.4);
}
.filter-box .active.dropdown.black button {
  background-color: #ffffff;
  color: #000000;
}
.dropdown.black ul.dropdown-menu &gt; li &gt; a {
  background-color: #000000;
  color: #ffffff;
}
.dropdown.black ul.dropdown-menu &gt; li &gt; a:hover,
.dropdown.black ul.dropdown-menu &gt; li &gt; a:focus {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dropdown.black ul.dropdown-menu &gt; li.zero &gt; a {
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.black ul.dropdown-menu &gt; li.zero &gt; a:hover,
.dropdown.black ul.dropdown-menu &gt; li.zero &gt; a:focus {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.lead {
  background-color: transparent;
}
.dropdown.lead button {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dropdown.lead button:hover,
.dropdown.lead button:focus {
  background-color: #333333;
  color: #ffffff;
}
.inactive.dropdown.lead button {
  background-color: #1a1a1a;
  color: rgba(255, 255, 255, 0.4);
}
.filter-box .active.dropdown.lead button {
  background-color: #ffffff;
  color: #000000;
}
.dropdown.lead ul.dropdown-menu &gt; li &gt; a {
  background-color: #1a1a1a;
  color: #ffffff;
}
.dropdown.lead ul.dropdown-menu &gt; li &gt; a:hover,
.dropdown.lead ul.dropdown-menu &gt; li &gt; a:focus {
  background-color: #333333;
  color: #ffffff;
}
.dropdown.lead ul.dropdown-menu &gt; li.zero &gt; a {
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.lead ul.dropdown-menu &gt; li.zero &gt; a:hover,
.dropdown.lead ul.dropdown-menu &gt; li.zero &gt; a:focus {
  background-color: #1a1a1a;
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.steel {
  background-color: transparent;
}
.dropdown.steel button {
  background-color: #666666;
  color: #ffffff;
}
.dropdown.steel button:hover,
.dropdown.steel button:focus {
  background-color: #4d4d4d;
  color: #ffffff;
}
.inactive.dropdown.steel button {
  background-color: #666666;
  color: rgba(255, 255, 255, 0.4);
}
.filter-box .active.dropdown.steel button {
  background-color: #000000;
  color: #ffffff;
}
.dropdown.steel ul.dropdown-menu &gt; li &gt; a {
  background-color: #666666;
  color: #ffffff;
}
.dropdown.steel ul.dropdown-menu &gt; li &gt; a:hover,
.dropdown.steel ul.dropdown-menu &gt; li &gt; a:focus {
  background-color: #4d4d4d;
  color: #ffffff;
}
.dropdown.steel ul.dropdown-menu &gt; li.zero &gt; a {
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.steel ul.dropdown-menu &gt; li.zero &gt; a:hover,
.dropdown.steel ul.dropdown-menu &gt; li.zero &gt; a:focus {
  background-color: #666666;
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.orange {
  background-color: transparent;
}
.dropdown.orange button {
  background-color: #006dc2;
  color: #ffffff;
}
.dropdown.orange button:hover,
.dropdown.orange button:focus {
  background-color: #ce5500;
  color: #ffffff;
}
.inactive.dropdown.orange button {
  background-color: #006dc2;
  color: rgba(255, 255, 255, 0.4);
}
.filter-box .active.dropdown.orange button {
  background-color: #000000;
  color: #ffffff;
}
.dropdown.orange ul.dropdown-menu &gt; li &gt; a {
  background-color: #006dc2;
  color: #ffffff;
}
.dropdown.orange ul.dropdown-menu &gt; li &gt; a:hover,
.dropdown.orange ul.dropdown-menu &gt; li &gt; a:focus {
  background-color: #ce5500;
  color: #ffffff;
}
.dropdown.orange ul.dropdown-menu &gt; li.zero &gt; a {
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.orange ul.dropdown-menu &gt; li.zero &gt; a:hover,
.dropdown.orange ul.dropdown-menu &gt; li.zero &gt; a:focus {
  background-color: #006dc2;
  color: rgba(255, 255, 255, 0.4);
}
.dropdown.highlight button {
  background-color: #006dc2;
}
.dropdown.highlight button:hover {
  background-color: #000000;
  color: #ffffff;
}
.dropdown.highlight.empty button {
  background-color: #000;
}
.dropdown.dropdown-gender button {
  background-color: #000;
  color: #fff;
}
@-webkit-keyframes pulse {
  0%,
  100% {
    background-color: #000;
  }
  50% {
    background-color: #006dc2;
  }
}
@keyframes pulse {
  0%,
  100% {
    background-color: #000;
  }
  50% {
    background-color: #006dc2;
  }
}
/* general black-background for dropdowns in filter-box */
.nav {
  /*margin-bottom: 0;*/
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 4px 15px;
  text-transform: uppercase;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: rgba(0, 109, 194, 0);
}
.nav &gt; li.disabled &gt; a {
  color: #777777;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #006dc2;
}
.nav .nav-divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.4em;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 0px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
background-color: #fff;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content &gt; .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs {
  border: 0 none !important;
}
.nav-tabs &gt; li {
  opacity: 1.0;
  font-size: 30px;
}
.nav-tabs &gt; li.active &gt; a {
  color: #000000;
  background-color: #ffffff;
}
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #000000;
  background-color: #ffffff;
}
.nav-tabs &gt; li &gt; a {
  color: #ffffff;
  border: 0 none !important;
  background-color: #1a1a1a;
  margin-right: 0;
}
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li &gt; a:focus {
  color: #000000;
  background-color: #ffffff;
}
.nav-tabs &gt; li &gt; a:nth-child(2n) {
  margin-left: 1px;
}
/**
 * @section			any
 *					eg shopping cart
 * @todo			eine variante zum default machen
 */
.tabs-container {
  margin-left: 0px;
  margin-right: 0px;
  margin-right: calc(0px - 1px);
  overflow: auto;
}
.tabs-container &gt; [class*="col-"] {
  padding: 0;
}
.tabs-container ul {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}
.tabs-container ul li {
  display: table-cell;
  list-style: none;
  margin: 0;
  opacity: 1;
  padding: 12px 20px 12px 40px;
  white-space: nowrap;
}
.tabs-container ul li.active {
  background-color: #ffffff;
  color: #006dc2;
}
.tabs-container.shorten-text-strict ul li span {
  display: none !important;
  visibility: hidden !important;
}
.tabs-container.shorten-text-strict ul li.active span {
  display: inline !important;
  visibility: visible !important;
}
.tabs-container.outline-tabs .nav-tabs &gt; li {
  border-color: transparent transparent #cccccc transparent;
  border-style: solid;
  border-width: 1px;
  display: table-cell;
  float: none;
  font-size: 16px;
  padding: 0;
  text-align: center;
}
.tabs-container.outline-tabs .nav-tabs &gt; li.active {
  border-color: #cccccc #cccccc transparent #cccccc;
}
.tabs-container.outline-tabs .nav-tabs &gt; li.active a {
  color: #000000;
}
.tabs-container.outline-tabs .nav-tabs &gt; li a {
  background-color: transparent;
  color: #808080;
  outline: none;
}
.tabs-container.outline-tabs .tab-content {
  padding-top: 24px;
}
@media (max-width: 1201px) {
  .tabs-container ul li {
    padding: 15px 15px 15px 30px;
  }
  .tabs-container.tab-group ul {
    border-left: 1px solid #cccccc;
    width: 100%;
  }
  .tabs-container.tab-group ul li {
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-collapse: collapse;
  }
  .tabs-container.shorten-text ul li span {
    display: none !important;
    visibility: hidden !important;
  }
  .tabs-container.shorten-text ul li.active span {
    display: inline !important;
    visibility: visible !important;
  }
}
@media (max-width: 767px) {
  .tabs-container ul li {
    padding: 12.5px 12.5px 12.5px 25px;
  }
  .tabs-container.tab-group ul li {
    border-left: none;
    display: block;
  }
  .tabs-container.tab-group ul li li {
    display: block;
    width: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
min-width: 250px;
  max-width: 400px;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
/**
 * @section			bike shop styles
 * @note			- shopping cart
 *
 */
section.error {
  background-color: #006dc2;
  padding: 40px;
}
@media (max-width: 1201px) {
  section.error {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  section.error {
    padding: 25px;
  }
}
.footnotes p {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}


/**
 * @section			any
 * @note			special list styles
 * I. lists with icons
 */
ul.icon-list {
  list-style-type: none;
  margin: 0 -0.5px;
  padding-left: 0;
}
ul.icon-list li {
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  padding: 12px 24px 12px 2.3em;
  position: relative;
  text-transform: uppercase;
}
ul.icon-list li .ci-li {
  left: 0;
}
ul.icon-list li .specs {
  color: #999999;
}
ul.icon-list li:not(:first-child) {
  margin-top: -1px;
}
ul.icon-list.toggle-list li {
  cursor: pointer;
}
ul.icon-list.toggle-list li:after {
  color: #333333;
  content: "\e009";
  font-family: 'polarisregular';
  position: absolute;
  right: 0;
  top: 0.5em;
}
ul.icon-list.toggle-list li.no-icon {
  cursor: default;
}
ul.icon-list.toggle-list li.no-icon:after {
  content: "";
}
ul.icon-list.toggle-list li.collapsed:after {
  content: "\e008";
}
ul.icon-list.toggle-list li .configuration-detail {
  color: #999999;
  text-transform: none;
}
ul.icon-list.toggle-list li .configuration-detail ul li {
  border: none;
  cursor: default;
  margin: 8px 0;
  padding: 0;
}
ul.icon-list.toggle-list li .configuration-detail ul li:after {
  content: "";
}

.bg-features {
  background-image: url(https://cdn1.polaris.com/globalassets/rzr/2017/parentmodelpages/compare/backgrounds/background-dark.jpg?v=407528aa);
}

.feature-txt {
color: white;
}

.marge-occasion {
margin-top: 70px;;
}

.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.white h2 {

  /*color: #ffffff;*/
}
.white a,
body .white a {
  /*color: #ffffff;*/
}
.white a.hover,
body .white a.hover,
.white a:hover,
body .white a:hover {
    /*background-color: #006dc2;*/
    /*color: #fff;*/
}
.black {
  background-color: #000000;
  border-color: #000000;
  /*color: #ffffff;*/
}

.black h2 {

  color: #ffffff;
}
.black a,
body .black a {
  /*color: #006dc2;*/
}
.black a.hover,
body .black a.hover,
.black a:hover,
body .black a:hover {
  color: #ffffff;
}

.txt-disclamer {

margin-top: -100px;
  color: #ffffff;
}
.lead {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}
.lead a,
body .lead a {
  color: #006dc2;
}
.lead a.hover,
body .lead a.hover,
.lead a:hover,
body .lead a:hover {
  color: #ffffff;
}
.steel {
  background-color: #666666;
  border-color: #666666;
  color: #000000;
}
.steel a,
body .steel a {
  color: #ffffff;
}
.steel a.hover,
body .steel a.hover,
.steel a:hover,
body .steel a:hover {
  color: #000000;
}
.orange {
  background-color: #222a2d;
  border-color: #faf5ec;
  color: #006dc2;
}

.top-content {
  background-color: #222a2d;
  }
.orange a,
body .orange a {
  color: #000000;
}
.orange a.hover,
body .orange a.hover,
.orange a:hover,
body .orange a:hover {
  color: #ffffff;
}
.quicksilver {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #000000;
}
.silver {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #000000;
}
.basalt {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.racing-team {
  background-color: #c7cd15;
  border-color: #c7cd15;
  color: #000000;
}
.racing-team a,
body .racing-team a {
  color: #000000;
}
.racing-team a.hover,
body .racing-team a.hover,
.racing-team a:hover,
body .racing-team a:hover {
  color: #000000;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 28px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #666666;
}
.breadcrumb &gt; .active {
  color: #000000;
}
.breadcrumb {
  background-color: transparent;
  padding: 16.5px 0.75em;
}
.breadcrumb li {
  color: #666666;
}
.breadcrumb li + li:before {
  color: #cccccc;
}
/**
 * @section			colors
 * @note			tbc
 */
p.cc-box {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
  /*padding-bottom: 24px;*/
  text-transform: uppercase;
}
.teaser-section p.cc-box span:first-child {
  margin-left: 40px;
}
@media (max-width: 1201px) {
  .teaser-section p.cc-box span:first-child {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .teaser-section p.cc-box span:first-child {
    margin-left: 25px;
  }
.white a.hover, 
body .white a.hover, 
.white a:hover, 
body .white a:hover {
    color: #000;
    /*background-color: #006dc2;*/
}

}
.cc-combo {
  margin-right: 2em;
  white-space: nowrap;
}
.cc-combo i {
  letter-spacing: -0.9em;
}
.teaser-box .cc-combo {
  margin: 0 0 0 24px;
}
.colors-container .cc-box {
  font-size: 16px;
  margin-left: 0.2em;
  padding-left: 0;
  text-transform: uppercase;
}
.colors-container .cc-combo {
  margin-right: 0.3em;
}
.cc-combo .ci {
  letter-spacing: -0.6em;
  vertical-align: 1px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
.cc-container {
  margin-top: 1px;
}
.cc-container h4 {
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
  opacity: 0.6;
}
.bike-detail .cc-container h4 {
  display: none;
}
.cc-container .cc-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bike-detail .cc-container .cc-list {
  float: right;
}
.cc-container .cc-list .cc-item {
  font-family: Teko, Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  margin: 0;
  opacity: 0.8;
  word-spacing: -0.1em;
  float: left;
  font-size: 14px;
  line-height: 1em;
  margin-left: 20px;
  opacity: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.cc-container .cc-list .cc-item.infofussnote {
  color: #cccccc;
  font-size: 16px;
}
.intro .cc-container .cc-list .cc-item {
  text-align: center;
}
.cc-container .cc-list .cc-item.leading {
  font-size: 25px;
}
@media (max-width: 1201px) {
  .cc-container .cc-list .cc-item.leading {
    font-size: 22.5px;
  }
}
@media (max-width: 767px) {
  .cc-container .cc-list .cc-item.leading {
    font-size: 20px;
  }
}
.bike-detail .cc-container .cc-list .cc-item {
  opacity: 0.4;
}
.bike-detail .cc-container .cc-list .cc-item:hover {
  cursor: pointer;
  opacity: 1;
}
.bike-detail .cc-container .cc-list .cc-item:hover .ci {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
.bike-detail .cc-container .cc-list .cc-item.active {
  opacity: 1;
}
.bike-detail .cc-container .cc-list .cc-item.active .ci {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}
.cc-container .cc-list .cc-item .cc-combo {
  margin-right: 12px;
}
.cc-container .cc-list .cc-item .cc-combo .ci {
  letter-spacing: -0.6em;
  vertical-align: 1px;
  text-shadow: 0 0 2px #ffffff;
}
.cc-container .cc-list .cc-item .cc-title {
  margin-left: 6px;
}
.cc-container .cc-list .cc-item:after {
  margin-left: 6px;
}
.product-box .cc-container .cc-list .cc-item:after,
.topmodel-box .cc-container .cc-list .cc-item:after,
.accessory-box .cc-container .cc-list .cc-item:after {
  display: none;
}
@media (max-width: 1201px) {
  .cc-container .cc-list .cc-item {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .cc-container .cc-list .cc-item {
    margin-left: 12.5px;
  }
  .cc-container .cc-list .cc-item:after {
    content: "";
  }
}
.bike-detail .tooltip.top .tooltip-inner {
  background-color: #ffffff;
  color: #000000;
}
.bike-detail .tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
.color-deep-black {
  color: #24282c;
}
.color-grey {
  color: #9ea0a1;
}
.color-topeak1 {
  color: #dcec02;
}
.color-topeak2 {
  color: #4f514b;
}
.color-black i:nth-child(1) {
  color: black;
}
.color-black i:nth-child(2) {
  color: black;
}
.color-white i:nth-child(1) {
  color: #f5f5f5;
}
.color-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-t-white-red i:nth-child(1) {
  color: red;
}
.color-t-white-red i:nth-child(2) {
  color: #f5f5f5;
}
.color-t-e-r-team i:nth-child(1) {
  color: black;
}
.color-t-e-r-team i:nth-child(2) {
  color: #d3ed45;
}
.color-stealth-00 i:nth-child(1) {
  color: #262626;
}
.color-stealth-00 i:nth-child(2) {
  color: #10100f;
}
.color-slate i:nth-child(1) {
  color: black;
}
.color-slate i:nth-child(2) {
  color: #64625d;
}
.color-deep-black i:nth-child(1) {
  color: black;
}
.color-deep-black i:nth-child(2) {
  color: #64625d;
}
.color-race-blue i:nth-child(1) {
  color: #f5f5f5;
}
.color-race-blue i:nth-child(2) {
  color: #39ace2;
}
.color-grasshopper i:nth-child(1) {
  color: black;
}
.color-grasshopper i:nth-child(2) {
  color: #e8f03b;
}
.color-d-b-a-white i:nth-child(1) {
  color: #f5f5f5;
}
.color-d-b-a-white i:nth-child(2) {
  color: black;
}
.color-team-20 i:nth-child(1) {
  color: #f5f5f5;
}
.color-team-20 i:nth-child(2) {
  color: black;
}
.color-l-white-b-fade i:nth-child(1) {
  color: #f5f5f5;
}
.color-l-white-b-fade i:nth-child(2) {
  color: #369ab4;
}
.color-d-b-a-red i:nth-child(1) {
  color: black;
}
.color-d-b-a-red i:nth-child(2) {
  color: #ed4b41;
}
.color-team-46 i:nth-child(1) {
  color: #000;
}
.color-team-46 i:nth-child(2) {
  color: #7a8189;
}
.color-black-sea i:nth-child(1) {
  color: black;
}
.color-black-sea i:nth-child(2) {
  color: #4c98ee;
}
.color-blue-ice i:nth-child(1) {
  color: #faf8f3;
}
.color-blue-ice i:nth-child(2) {
  color: #487cd9;
}
.color-snow-forest i:nth-child(1) {
  color: #f5f5f5;
}
.color-snow-forest i:nth-child(2) {
  color: #7dbb60;
}
.color-radar-black i:nth-child(1) {
  color: black;
}
.color-radar-black i:nth-child(2) {
  color: #df7d1d;
}
.color-radar i:nth-child(1) {
  color: black;
}
.color-radar i:nth-child(2) {
  color: #df7d1d;
}
.color-d-b-a-blue i:nth-child(1) {
  color: black;
}
.color-d-b-a-blue i:nth-child(2) {
  color: #379ad1;
}
.color-stealth-white i:nth-child(1) {
  color: black;
}
.color-stealth-white i:nth-child(2) {
  color: #10100f;
}
.color-team-red i:nth-child(1) {
  color: black;
}
.color-team-red i:nth-child(2) {
  color: #c82e31;
}
.color-evil-black i:nth-child(1) {
  color: black;
}
.color-evil-black i:nth-child(2) {
  color: #c82e31;
}
.color-team-yellow i:nth-child(1) {
  color: black;
}
.color-team-yellow i:nth-child(2) {
  color: #e9ea27;
}
.color-black-flag i:nth-child(1) {
  color: #434343;
}
.color-black-flag i:nth-child(2) {
  color: #ed8049;
}
.color-d-b-a-team i:nth-child(1) {
  color: #1d1d1d;
}
.color-d-b-a-team i:nth-child(2) {
  color: #f8faf9;
}
.color-d-b-a-tit i:nth-child(1) {
  color: #1b1b1b;
}
.color-d-b-a-tit i:nth-child(2) {
  color: #7a7b99;
}
.color-stealth-46 i:nth-child(1) {
  color: #6e6e6e;
}
.color-stealth-46 i:nth-child(2) {
  color: #030303;
}
.color-team-rep-rr i:nth-child(1) {
  color: #484848;
}
.color-team-rep-rr i:nth-child(2) {
  color: #ce0903;
}
.color-ete i:nth-child(1) {
  color: #444444;
}
.color-ete i:nth-child(2) {
  color: #90d514;
}
.color-stealth-white i:nth-child(1) {
  color: #262626;
}
.color-stealth-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-c-f-white i:nth-child(1) {
  color: #262626;
}
.color-c-f-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-l-white-blue i:nth-child(1) {
  color: #262626;
}
.color-l-white-blue i:nth-child(2) {
  color: #f5f5f5;
}
.color-d-b-team i:nth-child(1) {
  color: #262626;
}
.color-d-b-team i:nth-child(2) {
  color: #f5f5f5;
}
.color-l-white-team i:nth-child(1) {
  color: #f5f5f5;
}
.color-l-white-team i:nth-child(2) {
  color: #1d1d1d;
}
.color-l-white-black i:nth-child(1) {
  color: #f5f5f5;
}
.color-l-white-black i:nth-child(2) {
  color: #1d1d1d;
}
.color-d-b-red i:nth-child(1) {
  color: #1d1d1d;
}
.color-d-b-red i:nth-child(2) {
  color: #ce0903;
}
.color-white-orange i:nth-child(1) {
  color: #f5f5f5;
}
.color-white-orange i:nth-child(2) {
  color: #f56515;
}
.color-pogo-grey i:nth-child(1) {
  color: #8d8e89;
}
.color-pogo-grey i:nth-child(2) {
  color: #e3ed2a;
}
.color-acid-storm i:nth-child(1) {
  color: #8d8e89;
}
.color-acid-storm i:nth-child(2) {
  color: #e3ed2a;
}
.color-storm i:nth-child(1) {
  color: #c0c0c0;
}
.color-storm i:nth-child(2) {
  color: #f56515;
}
.color-a-storm i:nth-child(1) {
  color: #8d8e89;
}
.color-a-storm i:nth-child(2) {
  color: #9cde11;
}
.color-s-grey-neon-green i:nth-child(1) {
  color: #8d8e89;
}
.color-s-grey-neon-green i:nth-child(2) {
  color: #9cde11;
}
.color-team i:nth-child(1) {
  color: #000;
}
.color-team i:nth-child(2) {
  color: #f5f5f5;
}
.color-d-b-white i:nth-child(1) {
  color: #000;
}
.color-d-b-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-berry-white i:nth-child(1) {
  color: #f5f5f5;
}
.color-berry-white i:nth-child(2) {
  color: #be1285;
}
.color-rawberry i:nth-child(1) {
  color: #d0cfcf;
}
.color-rawberry i:nth-child(2) {
  color: #943e9d;
}
.color-d-b-a-grey i:nth-child(1) {
  color: #1d1d1d;
}
.color-d-b-a-grey i:nth-child(2) {
  color: #dedede;
}
.color-icon-grey i:nth-child(1) {
  color: #d9ddde;
}
.color-icon-grey i:nth-child(2) {
  color: #395bb0;
}
.color-l-white-orange i:nth-child(1) {
  color: #fbfbf9;
}
.color-l-white-orange i:nth-child(2) {
  color: #dd5105;
}
.color-hornet i:nth-child(1) {
  color: #d9ddde;
}
.color-hornet i:nth-child(2) {
  color: #fef30e;
}
/*//////////////2014//////////////////*/
.color-arctic i:nth-child(1) {
  color: #ffffff;
}
.color-arctic i:nth-child(2) {
  color: #49abda;
}
.color-m-grey-cyan i:nth-child(1) {
  color: #454249;
}
.color-m-grey-cyan i:nth-child(2) {
  color: #597392;
}
.color-m-grey-red i:nth-child(1) {
  color: #454249;
}
.color-m-grey-red i:nth-child(2) {
  color: #bc2016;
}
.color-black-sky i:nth-child(1) {
  color: #020713;
}
.color-black-sky i:nth-child(2) {
  color: #6ec0f5;
}
.color-laguna-white i:nth-child(1) {
  color: #3a7ea9;
}
.color-laguna-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-d-b-a-yellow i:nth-child(1) {
  color: #1e1b22;
}
.color-d-b-a-yellow i:nth-child(2) {
  color: #f4ed28;
}
.color-stealth-yellow i:nth-child(1) {
  color: #1e1b22;
}
.color-stealth-yellow i:nth-child(2) {
  color: #f4ed28;
}
/*//////////////2014 zweiter Schwung //////////////////*/
.color-c-f-b-white i:nth-child(1) {
  color: black;
}
.color-c-f-b-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-c-f-b-yellow i:nth-child(1) {
  color: #313131;
}
.color-c-f-b-yellow i:nth-child(2) {
  color: #fffa2f;
}
.color-d-b-grey i:nth-child(1) {
  color: #7c7d86;
}
.color-d-b-grey i:nth-child(2) {
  color: #232426;
}
.color-shark-s-cyan i:nth-child(1) {
  color: #4683cf;
}
.color-shark-s-cyan i:nth-child(2) {
  color: #dbdeeb;
}
.color-d-b-m-white i:nth-child(1) {
  color: black;
}
.color-d-b-m-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-black-white i:nth-child(1) {
  color: black;
}
.color-black-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-c-f-b-red i:nth-child(1) {
  color: black;
}
.color-c-f-b-red i:nth-child(2) {
  color: #d03e22;
}
/*//////////////2014 dritter Schwung //////////////////*/
.color-frost i:nth-child(1) {
  color: #f2f2f2;
}
.color-frost i:nth-child(2) {
  color: #f5f5f5;
}
.color-c-red-black i:nth-child(1) {
  color: #bc2016;
}
.color-c-red-black i:nth-child(2) {
  color: #000;
}
.color-d-b-m-red i:nth-child(1) {
  color: #bc2016;
}
.color-d-b-m-red i:nth-child(2) {
  color: #000;
}
.color-raw-club i:nth-child(1) {
  color: #dbdeeb;
}
.color-raw-club i:nth-child(2) {
  color: #4683cf;
}
.color-grey-p-fade i:nth-child(1) {
  color: #9fc8eb;
}
.color-grey-p-fade i:nth-child(2) {
  color: #961180;
}
.color-f-e-team i:nth-child(1) {
  color: #fea451;
}
.color-f-e-team i:nth-child(2) {
  color: #9bdfff;
}
.color-atom-grey i:nth-child(1) {
  color: #a0a4a9;
}
.color-atom-grey i:nth-child(2) {
  color: #e0ef39;
}
.color-grey-green i:nth-child(1) {
  color: #a0a4a9;
}
.color-grey-green i:nth-child(2) {
  color: #e0ef39;
}
.color-m-grey-lime i:nth-child(1) {
  color: #a0a4a9;
}
.color-m-grey-lime i:nth-child(2) {
  color: #e0ef39;
}
.color-toxic-black i:nth-child(1) {
  color: #000;
}
.color-toxic-black i:nth-child(2) {
  color: #9eff39;
}
.color-d-b-a-cyan i:nth-child(1) {
  color: #000;
}
.color-d-b-a-cyan i:nth-child(2) {
  color: #30b6f9;
}
.color-sunrise i:nth-child(1) {
  color: #fafafa;
}
.color-sunrise i:nth-child(2) {
  color: #db8f21;
}
.color-d-b-a-e-green i:nth-child(1) {
  color: #000;
}
.color-d-b-a-e-green i:nth-child(2) {
  color: #7dc89a;
}
.color-d-b-m-n-green i:nth-child(1) {
  color: #000;
}
.color-d-b-m-n-green i:nth-child(2) {
  color: #cdfe73;
}
.color-d-b-a-green i:nth-child(1) {
  color: #000;
}
.color-d-b-a-green i:nth-child(2) {
  color: #cdfe73;
}
.color-d-b-m-grey i:nth-child(1) {
  color: #000;
}
.color-d-b-m-grey i:nth-child(2) {
  color: #b3b3bf;
}
.color-team-rep-mov i:nth-child(1) {
  color: #4556e2;
}
.color-team-rep-mov i:nth-child(2) {
  color: #a6df04;
}
.color-true-blue i:nth-child(1) {
  color: #6ec0f5;
}
.color-true-blue i:nth-child(2) {
  color: #4683cf;
}
.color-electric-blue i:nth-child(1) {
  color: #014fb9;
}
.color-electric-blue i:nth-child(2) {
  color: #2b9af7;
}
.color-poison-ivy i:nth-child(1) {
  color: #596d7b;
}
.color-poison-ivy i:nth-child(2) {
  color: #f43f44;
}
.color-petrol i:nth-child(1) {
  color: #538b96;
}
.color-petrol i:nth-child(2) {
  color: #59cdd1;
}
.color-w-brown i:nth-child(1) {
  color: #cf7611;
}
.color-w-brown i:nth-child(2) {
  color: #ff9d42;
}
.color-red i:nth-child(1) {
  color: #b50202;
}
.color-red i:nth-child(2) {
  color: #f10000;
}
.color-g-red i:nth-child(1) {
  color: #b50202;
}
.color-g-red i:nth-child(2) {
  color: #f10000;
}
.color-s-a-grey i:nth-child(1) {
  color: black;
}
.color-s-a-grey i:nth-child(2) {
  color: #232426;
}
.color-stealth-red i:nth-child(1) {
  color: #b50202;
}
.color-stealth-red i:nth-child(2) {
  color: #232426;
}
.color-c-red i:nth-child(1) {
  color: #b50202;
}
.color-c-red i:nth-child(2) {
  color: #232426;
}
.color-j-silver-grey i:nth-child(1) {
  color: #797979;
}
.color-j-silver-grey i:nth-child(2) {
  color: #232426;
}
.color-v-green-r i:nth-child(1) {
  color: #3e442d;
}
.color-v-green-r i:nth-child(2) {
  color: #525842;
}
.color-jet-grey i:nth-child(1) {
  color: #485f6a;
}
.color-jet-grey i:nth-child(2) {
  color: #8499a5;
}
.color-retro-black i:nth-child(1) {
  color: #000;
}
.color-retro-black i:nth-child(2) {
  color: #fa5900;
}
.color-sp-grey i:nth-child(1) {
  color: #646e7b;
}
.color-sp-grey i:nth-child(2) {
  color: #00cbbe;
}
.color-grey i:nth-child(1) {
  color: #646e7b;
}
.color-grey i:nth-child(2) {
  color: #646e7b;
}
.color-a-blue i:nth-child(1) {
  color: #2c3259;
}
.color-a-blue i:nth-child(2) {
  color: #b50202;
}
.color-grey-orange i:nth-child(1) {
  color: #93a7b3;
}
.color-grey-orange i:nth-child(2) {
  color: #fd402d;
}
.color-marvin-grey i:nth-child(1) {
  color: #525357;
}
.color-marvin-grey i:nth-child(2) {
  color: #7b2457;
}
.color-tur-green i:nth-child(1) {
  color: #617979;
}
.color-tur-green i:nth-child(2) {
  color: #d2ed33;
}
.color-blue i:nth-child(1) {
  color: #102483;
}
.color-blue i:nth-child(2) {
  color: #6372ba;
}
.color-green-tur i:nth-child(1) {
  color: #d2ed33;
}
.color-green-tur i:nth-child(2) {
  color: #1b8d46;
}
.color-t-blue i:nth-child(1) {
  color: #25415f;
}
.color-t-blue i:nth-child(2) {
  color: #00d1ff;
}
/* colors 2015 */
.color-m-grey-light i:nth-child(1) {
  color: #f00;
}
.color-m-grey-light i:nth-child(2) {
  color: #f00;
}
.color-polished i:nth-child(1) {
  color: #f00;
}
.color-polished i:nth-child(2) {
  color: #f00;
}
/* colors 2016 */
.color-ano-berry i:nth-child(1) {
  color: #262626;
}
.color-ano-berry i:nth-child(2) {
  color: #9c5ba3;
}
.color-ano-lime i:nth-child(1) {
  color: #262626;
}
.color-ano-lime i:nth-child(2) {
  color: #e7f251;
}
.color-ano-orchid i:nth-child(1) {
  color: #a0a6a3;
}
.color-ano-orchid i:nth-child(2) {
  color: #9572df;
}
.color-ano-red i:nth-child(1) {
  color: #262626;
}
.color-ano-red i:nth-child(2) {
  color: #d72e37;
}
.color-blue-cyan i:nth-child(1) {
  color: #19417f;
}
.color-blue-cyan i:nth-child(2) {
  color: #61c6f7;
}
.color-blue-lagoon i:nth-child(1) {
  color: #202ea9;
}
.color-blue-lagoon i:nth-child(2) {
  color: #95d1f0;
}
.color-blue-pink i:nth-child(1) {
  color: #202f7c;
}
.color-blue-pink i:nth-child(2) {
  color: #eb10ce;
}
.color-blue-urban i:nth-child(1) {
  color: #2574c0;
}
.color-blue-urban i:nth-child(2) {
  color: #2574c0;
}
.color-carbon-brown i:nth-child(1) {
  color: #424242;
}
.color-carbon-brown i:nth-child(2) {
  color: #713F3F;
}
.color-carbon-orange i:nth-child(1) {
  color: #424242;
}
.color-carbon-orange i:nth-child(2) {
  color: #006dc2;
}
.color-cosmic-blue i:nth-child(1) {
  color: #244184;
}
.color-cosmic-blue i:nth-child(2) {
  color: #86d2f0;
}
.color-early-blue i:nth-child(1) {
  color: #2b99de;
}
.color-early-blue i:nth-child(2) {
  color: #20436c;
}
.color-g-t-blue i:nth-child(1) {
  color: #7abbdf;
}
.color-g-t-blue i:nth-child(2) {
  color: #2f3132;
}
.color-grey-blue i:nth-child(1) {
  color: #333331;
}
.color-grey-blue i:nth-child(2) {
  color: #4eb8bf;
}
.color-grey-red i:nth-child(1) {
  color: #f00;
}
.color-grey-red i:nth-child(2) {
  color: #f00;
}
.color-jet-silver-cyan i:nth-child(1) {
  color: #b2b2b3;
}
.color-jet-silver-cyan i:nth-child(2) {
  color: #3487c8;
}
.color-lime-grey i:nth-child(1) {
  color: #74727a;
}
.color-lime-grey i:nth-child(2) {
  color: #ebec18;
}
.color-midnight-berry i:nth-child(1) {
  color: #3f3d43;
}
.color-midnight-berry i:nth-child(2) {
  color: #c404b8;
}
.color-mint-blue i:nth-child(1) {
  color: #14245f;
}
.color-mint-blue i:nth-child(2) {
  color: #2dc3c8;
}
.color-orange-blue i:nth-child(1) {
  color: #2267d1;
}
.color-orange-blue i:nth-child(2) {
  color: #de6526;
}
.color-pearl-blue i:nth-child(1) {
  color: #515f90;
}
.color-pearl-blue i:nth-child(2) {
  color: #f2f4ee;
}
.color-pink-grey i:nth-child(1) {
  color: #e0e2e5;
}
.color-pink-grey i:nth-child(2) {
  color: #ca254d;
}
.color-silk-pearl i:nth-child(1) {
  color: #c4c0bb;
}
.color-silk-pearl i:nth-child(2) {
  color: #ebe9ea;
}
.color-silver i:nth-child(1) {
  color: #d9d9d9;
}
.color-silver i:nth-child(2) {
  color: #444446;
}
.color-silver-grey i:nth-child(1) {
  color: #bbbbbb;
}
.color-silver-grey i:nth-child(2) {
  color: #6f6d69;
}
.color-smooth-ocean i:nth-child(1) {
  color: #4875a7;
}
.color-smooth-ocean i:nth-child(2) {
  color: #35d8e1;
}
.color-stealth-ano-red i:nth-child(1) {
  color: #7f7e82;
}
.color-stealth-ano-red i:nth-child(2) {
  color: #ca1a27;
}
.color-stealth-fitness i:nth-child(1) {
  color: #6f6f73;
}
.color-stealth-fitness i:nth-child(2) {
  color: #272727;
}
.color-stealth-grey i:nth-child(1) {
  color: #252522;
}
.color-stealth-grey i:nth-child(2) {
  color: #252522;
}
.color-stealth-grey-red i:nth-child(1) {
  color: #706d70;
}
.color-stealth-grey-red i:nth-child(2) {
  color: #d80e15;
}
.color-sp-grey i:nth-child(1) {
  color: #c1c1cb;
}
.color-sp-grey i:nth-child(2) {
  color: #c81a4b;
}
.color-stealth-white-2016 i:nth-child(1) {
  color: #4d4c53;
}
.color-stealth-white-2016 i:nth-child(2) {
  color: #f7f7f7;
}
.color-storm-grey-black i:nth-child(1) {
  color: #d4d3d8;
}
.color-storm-grey-black i:nth-child(2) {
  color: #262626;
}
.color-team-rep-kat i:nth-child(1) {
  color: #d9241e;
}
.color-team-rep-kat i:nth-child(2) {
  color: #eef2ef;
}
.color-vertical-green i:nth-child(1) {
  color: #2f635e;
}
.color-vertical-green i:nth-child(2) {
  color: #9b6a41;
}
.color-white-cooper i:nth-child(1) {
  color: #f6f6f6;
}
.color-white-cooper i:nth-child(2) {
  color: #8f7b59;
}
.color-espresso i:nth-child(1) {
  color: #6d432d;
}
.color-espresso i:nth-child(2) {
  color: #e6c9a5;
}
.color-pistache i:nth-child(1) {
  color: #aecb6c;
}
.color-pistache i:nth-child(2) {
  color: #cee4a0;
}
.color-grey-red i:nth-child(1) {
  color: #454249;
}
.color-grey-red i:nth-child(2) {
  color: #bc2016;
}
.color-lime i:nth-child(1) {
  color: #9fa74b;
}
.color-lime i:nth-child(2) {
  color: #f4f865;
}
.color-obsidian-aqua i:nth-child(1) {
  color: #656567;
}
.color-obsidian-aqua i:nth-child(2) {
  color: #55c6cd;
}
.color-petrol-carbon i:nth-child(1) {
  color: #0a2458;
}
.color-petrol-carbon i:nth-child(2) {
  color: #44b9d5;
}
.color-green i:nth-child(1) {
  color: #adac4a;
}
.color-green i:nth-child(2) {
  color: #262621;
}
.color-greenada i:nth-child(1) {
  color: #415027;
}
.color-greenada i:nth-child(2) {
  color: #9bb50d;
}
.color-grey-neon-lime i:nth-child(1) {
  color: #3d3c39;
}
.color-grey-neon-lime i:nth-child(2) {
  color: #c0d705;
}
.color-skydive-blue i:nth-child(1) {
  color: #3d4c5f;
}
.color-skydive-blue i:nth-child(2) {
  color: #84a1be;
}
.color-cliffdive-blue i:nth-child(1) {
  color: #3d4c5f;
}
.color-cliffdive-blue i:nth-child(2) {
  color: #22cdc3;
}
.color-white-black i:nth-child(1) {
  color: #ff00ff;
}
.color-white-black i:nth-child(2) {
  color: #ff00ff;
}
.color-supercharge-silver i:nth-child(1) {
  color: #a1a4a7;
}
.color-supercharge-silver i:nth-child(2) {
  color: #d44238;
}
.color-blue-lime i:nth-child(1) {
  color: #3f6477;
}
.color-blue-lime i:nth-child(2) {
  color: #0d0f11;
}
.color-blue-lime i:nth-child(3) {
  color: #3ff3e4;
}
.color-ultra-marin i:nth-child(1) {
  color: #3f6477;
}
.color-ultra-marin i:nth-child(2) {
  color: #0d0f11;
}
.color-ultra-marin i:nth-child(3) {
  color: #eafe12;
}
.color-fatrol i:nth-child(1) {
  color: #617979;
}
.color-fatrol i:nth-child(2) {
  color: #d2ed33;
}
.color-blasted-silver i:nth-child(1) {
  color: #a7a7a9;
}
.color-blasted-silver i:nth-child(2) {
  color: #ebecee;
}
.color-volcano-black i:nth-child(1) {
  color: black;
}
.color-volcano-black i:nth-child(2) {
  color: #cf1a09;
}
.color-obsidian-orchid i:nth-child(1) {
  color: #656567;
}
.color-obsidian-orchid i:nth-child(2) {
  color: #9572df;
}
.color-deep-black-green i:nth-child(1) {
  color: black;
}
.color-deep-black-green i:nth-child(2) {
  color: #a9e401;
}
.color-abyss-blue i:nth-child(1) {
  color: black;
}
.color-abyss-blue i:nth-child(2) {
  color: #004187;
}
.color-volcano-red i:nth-child(1) {
  color: black;
}
.color-volcano-red i:nth-child(2) {
  color: #c90000;
}
.color-tundra-green i:nth-child(1) {
  color: #536d5a;
}
.color-tundra-green i:nth-child(2) {
  color: #536d5a;
}
.color-csr i:nth-child(1) {
  color: black;
}
.color-csr i:nth-child(2) {
  color: #de1cc4;
}
.color-kerosene-red i:nth-child(1) {
  color: #c63134;
}
.color-kerosene-red i:nth-child(2) {
  color: #c63134;
}
.color-miami-sunset i:nth-child(1) {
  color: #74b0d5;
}
.color-miami-sunset i:nth-child(2) {
  color: #dfff04;
}
.color-black-sea-2 i:nth-child(1) {
  color: black;
}
.color-black-sea-2 i:nth-child(2) {
  color: #0689d3;
}
.color-v-green i:nth-child(1) {
  color: black;
}
.color-v-green i:nth-child(2) {
  color: #e4fc02;
}
.color-m-grey-white i:nth-child(1) {
  color: #454249;
}
.color-m-grey-white i:nth-child(2) {
  color: #f5f5f5;
}
.color-m-grey-aqua i:nth-child(1) {
  color: #454249;
}
.color-m-grey-aqua i:nth-child(2) {
  color: #38c7ca;
}
.color-cherry-pepper i:nth-child(1) {
  color: #ac0314;
}
.color-cherry-pepper i:nth-child(2) {
  color: #090a0c;
}
.color-flow-b-black i:nth-child(1) {
  color: #566097;
}
.color-flow-b-black i:nth-child(2) {
  color: #000;
}
.color-skyd-b-aqua i:nth-child(1) {
  color: #3d4c5f;
}
.color-skyd-b-aqua i:nth-child(2) {
  color: #22cdc3;
}
.color-lightning-purple i:nth-child(1) {
  color: #281c31;
}
.color-lightning-purple i:nth-child(2) {
  color: #b4b4b4;
}
.color-rebel-red i:nth-child(1) {
  color: #ff0000;
}
.color-rebel-red i:nth-child(2) {
  color: #ff0000;
}
.color-vertical-green-copper i:nth-child(1) {
  color: #2f635e;
}
.color-vertical-green-copper i:nth-child(2) {
  color: #9b6a41;
}
.color-sprint-mint i:nth-child(1) {
  color: #000000;
}
.color-sprint-mint i:nth-child(2) {
  color: #5abed2;
}
.color-white-black i:nth-child(1) {
  color: #ffffff;
}
.color-white-black i:nth-child(2) {
  color: #000000;
}
.color-stealth-ano-green i:nth-child(1) {
  color: #000000;
}
.color-stealth-ano-green i:nth-child(2) {
  color: #21a5a0;
}
.color-rad-blue-white i:nth-child(1) {
  color: #4264a6;
}
.color-rad-blue-white i:nth-child(2) {
  color: #ffffff;
}
.color-stealth-ano-aqua i:nth-child(1) {
  color: #000000;
}
.color-stealth-ano-aqua i:nth-child(2) {
  color: #009cab;
}
.color-t-green-t-orange i:nth-child(1) {
  color: #3e482a;
}
.color-t-green-t-orange i:nth-child(2) {
  color: #e65a32;
}
.color-black-red i:nth-child(1) {
  color: #000000;
}
.color-black-red i:nth-child(2) {
  color: #ff0000;
}
.color-aero-titanium i:nth-child(1) {
  color: #a09691;
}
.color-aero-titanium i:nth-child(2) {
  color: #000000;
}
.color-iceland-lava i:nth-child(1) {
  color: #646464;
}
.color-iceland-lava i:nth-child(2) {
  color: #e95a22;
}
.color-stormgreen i:nth-child(1) {
  color: #646464;
}
.color-stormgreen i:nth-child(2) {
  color: #0f5038;
}
.color-stealth-berry i:nth-child(1) {
  color: #000000;
}
.color-stealth-berry i:nth-child(2) {
  color: #a02880;
}
.color-stealth-ano i:nth-child(1) {
  color: #000000;
}
.color-stealth-ano i:nth-child(2) {
  color: #8d9094;
}
.color-race-red i:nth-child(1) {
  color: #c63134;
  /*?*/
}
.color-race-red i:nth-child(2) {
  color: #c63134;
  /*?*/
}
.color-airtime-blue i:nth-child(1) {
  color: #185074;
}
.color-airtime-blue i:nth-child(2) {
  color: #000000;
}
.color-atlantic-wave i:nth-child(1) {
  color: #000000;
}
.color-atlantic-wave i:nth-child(2) {
  color: #64c8e6;
}
.color-light-lime-grey i:nth-child(1) {
  color: #686a71;
}
.color-light-lime-grey i:nth-child(2) {
  color: #fff594;
}
.color-real-red i:nth-child(1) {
  color: #a1121b;
}
.color-real-red i:nth-child(2) {
  color: #db3735;
}
.color-roadster-brown i:nth-child(1) {
  color: #2a251f;
}
.color-roadster-brown i:nth-child(2) {
  color: #645044;
}
.color-stage-race-blue i:nth-child(1) {
  color: #64c8e6;
}
.color-stage-race-blue i:nth-child(2) {
  color: #ffffff;
}
.color-lime-arrow i:nth-child(1) {
  color: #000000;
}
.color-lime-arrow i:nth-child(2) {
  color: #bdda00;
}
.color-stealth-aqua i:nth-child(1) {
  color: #000;
}
.color-stealth-aqua i:nth-child(2) {
  color: #23c0c5;
}
.color-electric-crimson i:nth-child(1) {
  color: #9c3a55;
}
.color-electric-crimson i:nth-child(2) {
  color: #9c3a55;
}
.color-stealth-shiny i:nth-child(1) {
  color: #000;
}
.color-stealth-shiny i:nth-child(2) {
  color: #1c1c1c;
}
.color-aquamarin i:nth-child(1) {
  color: #000;
}
.color-aquamarin i:nth-child(2) {
  color: #3fbdc9;
}
.datepicker {
  border-radius: 0px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.highlighted,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.disabled.active,
.datepicker table tr td.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today[disabled],
fieldset[disabled] .datepicker table tr td.today,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:hover,
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus,
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range[disabled],
fieldset[disabled] .datepicker table tr td.range,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range[disabled]:active,
fieldset[disabled] .datepicker table tr td.range:active,
.datepicker table tr td.range.disabled.active,
.datepicker table tr td.range[disabled].active,
fieldset[disabled] .datepicker table tr td.range.active {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted.disabled:active,
.datepicker table tr td.range.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.disabled.active,
.datepicker table tr td.range.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.selected,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.selected,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.highlighted.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.highlighted.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.highlighted.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.highlighted.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.highlighted,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.highlighted.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.highlighted.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.highlighted.active {
  background-color: #000000;
  border-color: #000000;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #000000;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #000000;
  border-color: #000000;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #000000;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.4em;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker {
  padding: 0 0 12px 0;
}
.datepicker table {
  border-collapse: collapse;
}
.datepicker table tr th,
.datepicker table tr td {
  color: #000000;
  border-radius: 0px;
  padding: 8px 12px;
}
.datepicker table tr th:first-child,
.datepicker table tr td:first-child {
  padding-left: 24px;
}
.datepicker table tr th:last-child,
.datepicker table tr td:last-child {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .datepicker table tr th,
  .datepicker table tr td {
    padding: 7.2px 9.6px;
  }
  .datepicker table tr th:first-child,
  .datepicker table tr td:first-child {
    padding-left: 19.2px;
  }
  .datepicker table tr th:last-child,
  .datepicker table tr td:last-child {
    padding-right: 19.2px;
  }
}
.datepicker table thead {
  background-color: #f7f7f7;
}
.datepicker table thead tr th {
  font-weight: normal;
}
.datepicker table thead tr:first-child {
  display: none;
}
.datepicker table thead tr:nth-child(2) {
  border-top: 12px solid #f7f7f7;
}
.datepicker table thead tr:last-child {
  border-top: 1px solid #ebebeb;
}
.datepicker table tbody tr {
  border-top: 1px solid #f2f2f2;
}
.datepicker table tbody tr:first-child {
  border-top-color: #e6e6e6;
}
.datepicker table tbody tr td {
  font-family: Helvetica, Arial, sans-serif;
}
.datepicker table tbody tr td.new,
.datepicker table tbody tr td.old {
  color: #808080;
}
.datepicker table tbody tr td.today {
  background-color: transparent;
  font-family: Teko, Helvetica, Arial, sans-serif;
}
.datepicker table tbody tr td.today:hover {
  background-color: #ffe2ce;
}
.datepicker table tbody tr td.active,
.datepicker table tbody tr td.active.active {
  background-color: #333333;
  font-family: Teko, Helvetica, Arial, sans-serif;
  text-shadow: none;
}
.datepicker table tbody tr td.active:hover,
.datepicker table tbody tr td.active.active:hover {
  background-color: #000000;
}
.datepicker.datepicker-dropdown.dropdown-menu {
  padding: 0;
}
.datepicker.datepicker-dropdown.datepicker-orient-right:before {
  right: 23px;
}
.datepicker.datepicker-dropdown.datepicker-orient-right:after {
  right: 24px;
}
@media (max-width: 1201px) {
  .datepicker.datepicker-dropdown.datepicker-orient-right:before {
    right: 15.8px;
  }
  .datepicker.datepicker-dropdown.datepicker-orient-right:after {
    right: 16.8px;
  }
}
@media (max-width: 767px) {
  .datepicker.datepicker-dropdown.datepicker-orient-right:before {
    right: 13.4px;
  }
  .datepicker.datepicker-dropdown.datepicker-orient-right:after {
    right: 14.4px;
  }
}
.black.bike-detail-page .navigation-site {
  border-top: 1px solid #333333;
}
.bike-detail-page .bike-detail-header {
  margin-left: 0px;
  margin-right: 0px;
  margin-right: calc(0px - 1px);
  padding: 48px 24px 0 24px;
  z-index: 997;
}
.bike-detail-page .bike-detail-header h1 {
  float: left;
  padding: 25px;
  width: 66.66666667%;
  width: calc(66.66666667% - 1px);
  margin-right: 0px;
  margin-right: calc(0px + 1px);
  margin-top: 1px;
  min-height: 1px;
  padding: 30px;
  position: relative;
  font-size: 30px;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .bike-detail-page .bike-detail-header h1 {
    float: left;
    width: calc(50% - 1px);
  }
}
@media (max-width: 480px) {
  .bike-detail-page .bike-detail-header h1 {
    font-size: 25px;
  }
}
.bike-detail-page .bike-detail-header .colors-container {
  bottom: 0;
  list-style: none;
  position: absolute;
  right: 24px;
}
.bike-detail-page .bike-detail-header .colors-container .cc-box {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin-bottom: -2px;
  margin-left: 24px;
  opacity: 0.4;
}
.bike-detail-page .bike-detail-header .colors-container .cc-box .cc-combo {
  padding-left: 12px;
}
.bike-detail-page .bike-detail-header .colors-container .cc-box.active {
  opacity: 1.0;
}
.bike-detail-page .bike-detail-header .colors-container .cc-box:hover {
  opacity: 1.0;
}
.bike-detail-page &gt; section {
  clear: both;
}
.bike-detail-page .headline-box {
  padding: 24px 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'United Sans', Helvetica, Arial, sans-serif;
  /*font-size: 25px;*/
}
.bike-detail-page .headline-box h1,
.bike-detail-page .headline-box h2,
.bike-detail-page .headline-box h3,
.bike-detail-page .headline-box h4,
.bike-detail-page .headline-box h5 {
  font-family: Helvetica, Arial, sans-serif;
}
.bike-detail-page p {
  line-height: 1.4em;
}
.bike-detail-page .bike-detail-highlights a.button,
.bike-detail-page .bike-detail-configuration a.button {
  position: absolute;
  right: 24px;
  top: 35%;
}
.bike-detail-page .bike-detail-highlights ul.icon-list,
.bike-detail-page .bike-detail-configuration ul.icon-list {
  padding: 0;
}
.bike-detail-page .bike-detail-highlights ul.icon-list li,
.bike-detail-page .bike-detail-configuration ul.icon-list li {
  word-spacing: normal;
}
.bike-detail-page .teaser-section .slick-slider button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.bike-detail-page .teaser-section .slick-slider .slick-prev::before,
.bike-detail-page .teaser-section .slick-slider .slick-next::before {
  line-height: 33px;
}
.bike-detail-page .teaser-section .slick-slider .slick-next::before {
  margin-left: 10px;
}
.bike-detail-page .teaser-section .slick-slider .slick-prev::before {
  margin-left: -10px;
}
.bike-detail-page .teaser-section p {
  color: #b3b3b3;
  margin-top: 0;
}
.bike-detail-page #infolayer {
  padding-bottom: 45px;
  
  text-transform: uppercase;
}
.bike-detail-page #infolayer .row [class*="col-"] {
  text-align: center;
  border: 0 none;
 
  color: #808080;
}
.bike-detail-page #infolayer .row [class*="col-"]:first-child {
  border-left: 0 none;
}
.bike-detail-page #infolayer .row [class*="col-"] &gt; a {
  display: block;
}
.bike-detail-page #infolayer .row [class*="col-"] .offer {
  color: #006dc2;
}
.bike-detail-page #infolayer .row [class*="col-"] .headline {

  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 45px;
  line-height: 45px;
}
.bike-detail-page #infolayer .row [class*="col-"] .headline .ci,
.bike-detail-page #infolayer .row [class*="col-"] .headline span {
  font-size: 45px;
}
.bike-detail-page #infolayer .row [class*="col-"] .headline .small {
  font-size: 15px;
  margin-right: -8px;
}
.bike-detail-page #infolayer .row [class*="col-"] .headline .stars {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: normal;
  top: -16px;
}

.icon-18 {
    display: block;
    text-align: -webkit-center;
}
.bike-detail-page #infolayer .row [class*="col-"] .subline {
  font-family: Teko, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 19px;
  white-space: nowrap;
  color: #808080;
}
.bike-detail-page #infolayer .row [class*="col-"] .subline a {
  color: #808080;
  text-decoration: underline;
}
.bike-detail-page #infolayer .row [class*="col-"] .subline a:hover {
  color: #ffffff;
}
.bike-detail-page #infolayer .row [class*="col-"] .subline br {
  display: none;
}
.bike-detail-page #infolayer .row [class*="col-"] .subline .line {
  display: block;
}
.bike-detail-page #infolayer .row [class*="col-"]#price {
  color: #ffffff;
}
.bike-detail-page #infolayer .row [class*="col-"]#compare a {
  color: #808080;
}
.bike-detail-page #infolayer .row [class*="col-"]#compare a:hover {
  color: #ffffff;
}
.bike-detail-page #infolayer .row [class*="col-"]#addcart {
  cursor: pointer;
}
.bike-detail-page #infolayer .row [class*="col-"]#addcart:hover {
  color: #ffffff;
}
.bike-detail-page #infolayer.soldout {
  background-color: #333333;
}
.bike-detail-page #infolayer.soldout #soldout h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
}
.bike-detail-page #infolayer .price-availability {
  overflow: hidden;
  height: 45px;
  width: 100%;
  text-align: center;
}
.bike-detail-page #infolayer .price-availability .slide {
  height: 45px;
  width: 100%;
}
.bike-detail-page .showroom-box {
  clear: both;
  overflow: visible;
  padding-top: 2px;
  position: relative;
}
.bike-detail-page .showroom-box .showroom-items {
  margin-bottom: 10px;
  cursor: url('../img/zoom/plus.cur'), crosshair;
}
.bike-detail-page .showroom-box .showroom-items .zoom {
  display: inline-block;
  position: relative;
}
.bike-detail-page .showroom-box .showroom-items .showroom-item {
   /**background-color: #000000;

  min-height: 739px;
  max-width: 1199px;
 */
  vertical-align: bottom;
}
@media (max-width: 1201px) {
  .bike-detail-page .showroom-box .showroom-items .showroom-item {
    min-height: 474px;
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .bike-detail-page .showroom-box .showroom-items .showroom-item {
    min-height: inherit;
    max-width: 100%;
  }
}
.bike-detail-page .showroom-box .showroom-items .prev-bike,
.bike-detail-page .showroom-box .showroom-items .next-bike {
  position: absolute;
  z-index: 1000;
  width: 60px;
  top: 40%;
}
.bike-detail-page .showroom-box .showroom-items .prev-bike a,
.bike-detail-page .showroom-box .showroom-items .next-bike a {
  position: relative;
  display: block;
  width: 60px;
  color: #ffffff;
}
.bike-detail-page .showroom-box .showroom-items .prev-bike a .ci:before,
.bike-detail-page .showroom-box .showroom-items .next-bike a .ci:before {
  font-size: 80px;
  line-height: 80px;
  display: inline-block;
}
.bike-detail-page .showroom-box .showroom-items .prev-bike a .bike-name,
.bike-detail-page .showroom-box .showroom-items .next-bike a .bike-name {
  display: none;
  position: absolute;
  top: 22px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
  text-transform: uppercase;
}
.bike-detail-page .showroom-box .showroom-items .prev-bike a:hover .bike-name,
.bike-detail-page .showroom-box .showroom-items .next-bike a:hover .bike-name {
  display: block;
}
.bike-detail-page .showroom-box .showroom-items .prev-bike {
  left: 0;
}
.bike-detail-page .showroom-box .showroom-items .prev-bike a .ci:before {
  padding: 0 30px 0 10px;
}
.bike-detail-page .showroom-box .showroom-items .prev-bike a .bike-name {
  left: 30px;
}
.bike-detail-page .showroom-box .showroom-items .next-bike {
  right: 0;
}
.bike-detail-page .showroom-box .showroom-items .next-bike a .ci:before {
  padding: 0 30px 0 10px;
}
.bike-detail-page .showroom-box .showroom-items .next-bike a .bike-name {
  right: 50px;
}
@media (max-width: 767px) {
  .bike-detail-page .showroom-box {
    cursor: inherit;
  }
}
.bike-detail-page .showroom-box #zoom-container {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  cursor: crosshair;
  cursor: url('../images/zoom/minus.cur'), crosshair;
}
.bike-detail-page .showroom-box #zoom-container.zoomable {
  cursor: url('../images/zoom/plus.cur'), crosshair;
}
.bike-detail-page .showroom-box #zoom-container.zoomable.zooming {
  cursor: url('../images/zoom/minus.cur'), crosshair;
}
.bike-detail-page .showroom-box #zoom-container .header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.bike-detail-page .showroom-box #zoom-container .header .brand-logo,
.bike-detail-page .showroom-box #zoom-container .header .close-btn {
  
  font-family: polarisregular;
  font-size: 25.6px;
  line-height: 1.25em;
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 80px;
  top: 40px;
  cursor: pointer;
}
.bike-detail-page .showroom-box #zoom-container .header .brand-logo:hover,
.bike-detail-page .showroom-box #zoom-container .header .close-btn:hover {
  color: #006dc2;
}
.bike-detail-page .showroom-box #zoom-container .header .close-btn {
  left: 62.5px;
  top: 12.5px;
  padding: 17.5px;
}
.bike-detail-page .showroom-box #zoom-container .header .colors {
  position: absolute;
  z-index: 10;
  right: 80px;
  top: 40px;
}
.bike-detail-page .showroom-box #zoom-container .image {
  text-align: center;
  margin-top: 10px;
}
.bike-detail-page .showroom-box #zoom-container .image img {
  width: 96%;
  height: auto;
  max-width: 2400px;
}
.bike-detail-page .showroom-box .price-overlay {
  display: table !important;
  position: absolute;
  right: 0;
  top: 75%;
  z-index: 999;
  overflow: hidden;
  max-width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.bike-detail-page .showroom-box .price-overlay.sticky {
  position: fixed;
  top: 170px;
  right: inherit;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text {
  display: table-cell !important;
  background-color: #006dc2;
  float: left;
  padding: 0 12px;
  margin: 0;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 768px) {
  .bike-detail-page .showroom-box .price-overlay .cta-cart-text {
    width: 75%;
  }
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slick-list {
  overflow: visible;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slide {
  float: none;
  text-align: center;
  height: 68px;
  padding: 12px 0 8px 0;
  width: auto !important;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slide .slide-inner {
  display: table;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slide .slide-inner a {
  color: #ffffff;
  text-decoration: underline;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slide .slide-inner a:hover {
  color: #000000;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slide .slide-inner .small:first-child {
  text-align: right;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slide .slide-inner &gt; span {
  display: table-cell;
  float: none;
  vertical-align: top;
  white-space: nowrap;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart-text .slide .big {
  float: left;
  text-align: left;
  font-size: 25px;
  line-height: 45px;
  padding: 0 10px;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart {
  background-color: #ffffff;
  display: table-cell !important;
  float: left;

  margin-left: 1px;
  margin-right: -1px;
  padding: 24px 12px;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  position: relative;
  z-index: 200;
}
.bike-detail-page .showroom-box .price-overlay .cta-cart:hover {
  color: #000000;
  cursor: pointer;
}
.bike-detail-page .showroom-box .price-overlay:hover .cta-cart {
  color: #000000;
  cursor: pointer;
}
.bike-detail-page .showroom-box .price-overlay.sold-out .cta-cart-text {
  background-color: #333333;
  color: #fff;
  cursor: default;
  padding: 0 24px;
  width: 100%;
}
.bike-detail-page .showroom-box .price-overlay.sold-out .cta-cart-text .big {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 45px;
}
.bike-detail-page .bike-detail-reviews h3 {
  margin-bottom: 48px;
  margin-top: 24px;
  text-align: center;
}
.bike-detail-page .bike-detail-reviews figure figcaption {
  vertical-align: top;
}
.bike-detail-page .bike-detail-reviews .reviews {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bike-detail-page .bike-detail-reviews .reviews .review-entry {
  display: inline-block;
  margin-bottom: 24px;
  margin-right: -0.25em;
  opacity: 1;
  padding: 0 10px;
  width: 50%;
}
.bike-detail-page .bike-detail-reviews .reviews .review-entry img {
  margin: 0 auto 24px auto;
}
.bike-detail-page .bike-detail-reviews .reviews .review-entry p {
  text-align: center;
}
.bike-detail-page .bike-detail-reviews .reviews .review-entry .review-issue {
  color: #b3b3b3;
  display: block;
  text-align: center;
}
.bike-detail-page .bike-detail-configuration ul#toggle-all li {
  cursor: default;
}
.bike-detail-page .bike-detail-configuration ul#toggle-all li:after {
  content: "";
}
.bike-detail-page .bike-detail-configuration ul#toggle-all .configuration-detail {
  height: 0;
  overflow: hidden;
  display: block;
  -webkit-transition: height 0.7s ease-in-out;
  transition: height 0.7s ease-in-out;
}
.bike-detail-page .bike-detail-configuration ul#toggle-all .toggle {
  height: 50px;
}
.bike-detail-page .bike-detail-geometrie img {
  width: 100%;
}
.bike-detail-page .bike-detail-geometrie .geometrie-size-select {
  margin-left: 25%;
  width: 50%;
}
.bike-detail-page .bike-detail-geometrie fieldset {
  border: none;
}
.bike-detail-page .bike-detail-geometrie table {
  border-top: 1px solid #cccccc;
  width: 100%;
}
.bike-detail-page .bike-detail-geometrie table tr {
  border-bottom: 1px solid #cccccc;
}
.bike-detail-page .bike-detail-geometrie table th {
  background-color: #000;
  color: #fff;
  text-align: left;
}
.bike-detail-page .bike-detail-geometrie table th,
.bike-detail-page .bike-detail-geometrie table td {
  padding: 12px 12px 12px 0;
}
.bike-detail-page .bike-detail-geometrie table td {
  font-size: 16px;
}
.bike-detail-page.perspectives #zoom-container .colors {
  display: none;
  visibility: hidden;
}
.bike-detail-page.perspectives .showroom-items {
  margin-bottom: 64px;
}
.bike-detail-page.perspectives ul.slick-dots {
  bottom: -20px;
}
.bike-detail-page.perspectives ul.slick-dots li {
  margin: 0 10px;
}
.bike-detail-page.perspectives ul.slick-dots li button {
  background: transparent url("images/line-gray.svg") no-repeat 50% 50%;
  width: 28px;
  border: none;
  padding: 20px;
}
.bike-detail-page.perspectives ul.slick-dots li button:before {
  content: '';
  display: none;
}
.bike-detail-page.perspectives ul.slick-dots li:hover button:before {
  content: '';
}
.bike-detail-page.perspectives ul.slick-dots li.slick-active button {
  background-image: url("images/line-orange.svg");
}
.bike-detail-page.perspectives ul.slick-dots li.slick-active button:before {
  content: '';
  display: none;
}
.bike-detail-page.perspectives .stripe.evo {
  position: relative;
  margin: 0 0 20px 0;
  height: 18px;
  line-height: 18px;
}
.bike-detail-page.perspectives .stripe.evo .container {
  position: relative;
}
.bike-detail-page.perspectives .stripe.evo img {
  position: absolute;
  right: 40px;
  top: 0;
  background-color: black;
}
.bike-detail-page.perspectives .stripe.evo.marginBottom {
  margin-bottom: 80px;
}
.bike-detail-page.perspectives.variant1 .stripe.evo {
  background-color: #006dc2;
}
.bike-detail-page.perspectives.variant1 .bike-detail-configuration {
  color: #006dc2;
}
.bike-detail-page.perspectives.variant1 .bike-detail-geometrie table th {
  background-color: #006dc2;
}
.bike-detail-page.perspectives.variant2 .stripe.evo {
  background-color: #713F3F;
}
.bike-detail-page.perspectives.variant2 .bike-detail-configuration {
  color: #713F3F;
}
.bike-detail-page.perspectives.variant2 .bike-detail-geometrie table th {
  background-color: #713F3F;
}
.bike-detail-page.perspectives.variant2 .showroom-box .price-overlay .cta-cart,
.bike-detail-page.perspectives.variant2 .showroom-box .price-overlay .cta-cart-text {
  background-color: #713F3F;
}
.bike-detail-page.perspectives.variant2 ul.slick-dots li.slick-active button {
  background-image: url("images/line-rosa.svg");
}
@media (max-width: 767px) {
  .bike-detail-page .bike-detail-header {
    margin-top: 30px;
  }
  .bike-detail-page #bike-detail-container .colors-container {
    float: right;
    position: static;
  }
  .bike-detail-page #bike-detail-container .price-overlay {
    position: static;
    width: 100%;
  }
  .bike-detail-page #bike-detail-container .price-overlay .cta-cart {
    width: calc(25% - 1px);
  }
  .bike-detail-page .bike-detail-geometrie .geometrie-size-select {
    margin-left: 0;
    width: 100%;
  }
  .bike-detail-page .bike-detail-highlights button,
  .bike-detail-page .bike-detail-configuration button {
    position: relative;
    right: 0;
  }
  .bike-detail-page #infolayer .row [class*="col-"] {
    border: 0 none;
    border-bottom: 1px solid #333333 !important;
  }
  .bike-detail-page #infolayer .row [class*="col-"]:nth-child(n+4) {
    border: 0 none !important;
  }
  .bike-detail-page #infolayer .row [class*="col-"] .headline span.big {
    font-size: 45px;
  }
  .bike-detail-page #infolayer .row [class*="col-"] .headline span.big .stars {
    top: -16px;
  }
  .bike-detail-page #infolayer.threecols .row [class*="col-"]:nth-child(n+3) {
    border: 0 none !important;
  }
  .bike-detail-page #infolayer.currencyLong .headline span.big {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .bike-detail-page .bike-detail-header {
    margin-top: 0 !important;
  }
}
@media (max-width: 1201px) {
  .bike-detail-page #bike-detail-container .price-overlay {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .bike-detail-page #bike-detail-container .price-overlay .cta-cart-text {
    width: 75%;
  }
  .bike-detail-page #bike-detail-container .price-overlay .cta-cart {
    width: calc(25% - 1px);
  }
  .bike-detail-page #bike-detail-container .cta-cart-text {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .bike-detail-page .showroom-box .showroom-items {
    cursor: default;
  }
  .bike-detail-page .bike-detail-highlights a.button,
  .bike-detail-page .bike-detail-configuration a.button {
    position: relative;
    right: 0;
    top: 0;
  }
  .bike-detail-page #infolayer {
    margin-bottom: 40px;
  }
  .bike-detail-page #infolayer .row [class*="col-"] {
    padding: 24px 12.5px;
    border: 0 none;
    border-bottom: 1px solid #333333;
  }
  .bike-detail-page #infolayer .row [class*="col-"]:nth-child(n+3) {
    border: 0 none;
  }
  .bike-detail-page #infolayer.threecols .row [class*="col-"] {
    border: 0 none;
   
  }
  .bike-detail-page #infolayer.currencyLong .headline span.big {
    font-size: 35px;
  }
  .bike-detail-page #infolayer.currencyLong .headline span.big .stars {
    top: -8px;
  }
}
@media (min-width: 1202px) {
  .bike-detail-page .bike-detail-header {
    
  }
}
/**
 *
 * special style for bike world and family pages
 *
 */
/**
 *
 * default intro
 *
 */
.intro .headline-box {
  height: 763px;
}
.intro .headline-box h1 {
  margin-top: 360px;
  font-size: 150px;
}
.intro .headline-box h1.small-txt {
  font-size: 120px;
}
.intro .headline-box h1.large-txt {
margin-top: 150px;
  font-size: 100px;
  color: white;
  font-family: inherit;
}
.intro .content-box {
  background-color: rgba(0, 0, 0, 0.7);
}
.intro .content-box .double-link-container {
  text-align: center;
}
.intro .content-box .double-link-container a {
  width: 30%;
}
.intro p {
  font-size: 25px;
  max-width: 900px;
  margin: 40px auto;
  opacity: 1.0;
}
@media (max-width: 1201px) {
.nav li a {
    position: relative;
    display: block;
    /*padding: 0px 15px;*/
}
}
@media (max-width: 1201px) {
  .intro .headline-box {
    height: 600px;
  }
  .intro .headline-box h1 {
    margin-top: 240px;
    font-size: 100px;
  }
  .intro .headline-box h1.small-txt {
    font-size: 80px;
  }
  .intro .headline-box h1.large-txt {
    font-size: 130px;
  }
  .intro p {
    font-size: 22.5px;
  }
}
@media (max-width: 767px) {
  .intro .headline-box {
    height: 260px;
  }
  .intro .headline-box h1 {
    margin-top: 144px;
    font-size: 50px;
  }
  .intro .headline-box h1.small-txt {
    font-size: 32px;
  }
  .intro .headline-box h1.large-txt {
    font-size: 50px;
  }
  .intro .content-box .double-link-container a {
    display: block;
    margin-top: 24px;
    width: auto;
  }
  .intro p {
    font-size: 20px;
    margin: 0 auto;
  }
}


/**
 *
 * homologation from USA
 *
 */
 .find-bg {
padding-top: 40px;
background-image: url(/fileadmin/templates/pol_MY18/img/commun/find-bg.jpg);
background-repeat: no-repeat;
background-position: center top;
}
.compare__image-img{
text-align: right;
}

 .application-txt {
font-size: 16px;
}


 .margin-top  {
margin-top: 30px;
margin-bottom: 15px;
}

.homologation-bloc  {
   padding: 0px;
  
}
.trim-color-block-model-info.is-selected {
    background-color: rgba(249, 249, 249, 0.91);
    border: 2px solid #aaa;
    cursor: default;
     -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 15px;
    margin-right: 35px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.trim-color-block-model-info2.is-selected2 {
    background-color: rgba(249, 249, 249, 0.91);
    border: 2px solid #aaa;
    cursor: default;
     -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    padding: 15px;
    margin-right: 35px;
    margin-bottom: 10px;
    margin-top: 0px;
}

  
}
/*@media (min-width: 768px)
trimcoloritembl…n.css?v=2276:1
.trim-color-block-model-info {
    background-color: #fff;
    border: 2px solid #aaa;
    border-radius: 5px;
    cursor: pointer;
}
@media (min-width: 768px)
trimcoloritembl…n.css?v=2276:1
.trim-color-block-model-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}*/

.trim-color-block-model-info__variants__variant {
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    width: 40px;
    border: 2px solid #aaa;
}   
.trim-color-block-model-info__variants {
    width: 40%;
}
.trim-color-block-model-info__content {
    width: 60%;
}

/*@media (min-width: 768px)
trimcoloritembl…n.css?v=2276:1
.trim-color-block-model-info.is-selected:before {
    border-color: rgba(194,225,245,0);
    border-left-color: #666;
    border-top-color: transparent;
}
@media (min-width: 768px)
trimcoloritembl…n.css?v=2276:1
.trim-color-block-model-info.is-selected:after, .trim-color-block-model-info.is-selected:before {
    border-style: solid;
    content: " ";
}
@media (min-width: 768px)
trimcoloritembl…n.css?v=2276:1
.trim-color-block-model-info.is-selected:after, .trim-color-block-model-info.is-selected:before {
    left: 100%;
    top: 50%;
}
@media (min-width: 768px)
trimcoloritembl…n.css?v=2276:1
.trim-color-block-model-info.is-selected:before {
    border-width: 12px;
    margin-left: 0;
    margin-top: -12px;
}*/


.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  /*position: relative!important;*/
  margin-left: -20px;
  margin-top: 4px \9;
}

</pre></body></html>