@charset "UTF-8";
/*'HeliosLightC'*/
/*'HeliosThinC'*/
/*'HeliosC'*/
/* Carousel in trust block */
/* Widget horizontal */
/* Department static page */
/* $content-min-height: 400px; */
/* - 34px - */
/* TODO Get disabled color from bootstrap */
.bg-grey {
  background-color: #e5e5e5; }

.section-title, .theme-title, .new-catalog--car-info .catalog-info h2, .confirmation-page h2 {
  margin-top: 62px;
  color: #05060b;
  text-transform: uppercase;
  text-align: center;
  /* - 28px - */
  font-size: 1.8666666666em; }
  .section-title:after, .theme-title:after, .new-catalog--car-info .catalog-info h2:after, .confirmation-page h2:after {
    content: '';
    display: block;
    height: 1px;
    background: #d7d8d8;
    max-width: 345px;
    margin: 0.2em auto 2em; }
    .bg-gray .section-title:after, .bg-gray .theme-title:after, .bg-gray .new-catalog--car-info .catalog-info h2:after, .new-catalog--car-info .catalog-info .bg-gray h2:after, .bg-gray .confirmation-page h2:after, .confirmation-page .bg-gray h2:after {
      /* Handle other backgrounds */
      background: #b9b9b9; }

.border-radius, .top-header .lang-choose li {
  border-radius: 3px; }

.border-radius-form, .btn-action, .how-it-works .btn, .examples .btn, .widget button[type="submit"], .modal-dialog .form-group input, .evaluator-modal .form-group input, .panel-widget-external, .widget.widget-vertical, #widget-vertical {
  border-radius: 4px; }

.select-cancel, .main-header .logout {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.modal-dialog-max-width, .evaluator-modal {
  max-width: 40%; }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .modal-dialog-max-width, .evaluator-modal {
      max-width: 50%; } }
  @media screen and (max-width: 768px) {
    .modal-dialog-max-width, .evaluator-modal {
      max-width: 90%; } }

html, body {
  min-height: 100%; }

body {
  font-family: "calibri";
  font-size: 15px; }
  body > iframe {
    position: absolute; }

img {
  max-width: 100%; }

.btn.large-btn {
  font-size: 1.6em;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 14px; }
  @media screen and (max-width: 768px) {
    .btn.large-btn {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

::-moz-selection {
  background: #43b02a;
  color: white; }

::selection {
  background: #43b02a;
  color: white; }

.main-phones .tel-num {
  padding: 0 4px;
  float: left;
  /* - 15px - */
  font-size: 1.07143em;
  line-height: 1em;
  font-weight: bold; }
  .main-phones .tel-num p {
    margin: 0; }
  .main-phones .tel-num a,
  .main-phones .tel-num a:visited,
  .main-phones .tel-num a:hover {
    color: white;
    text-decoration: none;
    margin: 0; }

@media screen and (min-width: 769px) and (max-width: 991px) {
  .main-phones {
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .main-phones {
    margin: 0 auto; } }

/* Numeric list Begin */
.numeric-list {
  counter-reset: item;
  padding-left: 0; }
  .numeric-list li {
    display: inline-block;
    width: 100%; }
  .numeric-list li:before {
    display: inline-block;
    content: counter(item);
    counter-increment: item; }

/* Numeric list End */
@media screen and (min-width: 769px) and (max-width: 991px) {
  .float-right-sm {
    float: right; } }

@media screen and (min-width: 988px) {
  .float-right-sm {
    float: right; } }

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

.gradient-layout {
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.btn-action, .how-it-works .btn, .examples .btn {
  line-height: 3.5294117647em;
  /* - 17px - */
  font-size: 1.1333333333em;
  font-weight: bold;
  padding: 0 1em 0;
  margin-bottom: 27px; }
  @media screen and (max-width: 768px) {
    .btn-action, .how-it-works .btn, .examples .btn {
      width: 100%;
      font-size: 1em; } }

.btn-small, .main-header .to-marketplace, .collapsible-block .btn-et-warning {
  /* - 13px - */
  font-size: 0.92857em;
  border-radius: 0;
  padding: 3px 23px 2px;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s; }
  .btn-small.btn-block, .main-header .btn-block.to-marketplace, .collapsible-block .btn-block.btn-et-warning {
    padding-left: 0;
    padding-right: 0; }
  @media screen and (max-width: 768px) {
    .btn-small, .main-header .to-marketplace, .collapsible-block .btn-et-warning {
      float: none;
      width: 100%; } }

/* Refactoring needed */
.dashed-bg .dashed-item, .dashed-bg li {
  position: relative; }
  .dashed-bg .dashed-item .icon:before, .dashed-bg li .icon:before {
    left: 74%;
    top: 52px;
    position: absolute;
    width: 100%;
    height: 6px;
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAFBAMAAAA3XuYTAAAAElBMVEUAAADHx8fHx8fHx8fHx8fHx8cCbltwAAAABXRSTlMApZY8D6IMT6oAAAAcSURBVAjXYwAD1lAYCARxmULhwAHIZYbzhqpqAK0GMYScidBtAAAAAElFTkSuQmCC") 100% 100% repeat-x; }
  .dashed-bg .dashed-item:last-child .icon:before, .dashed-bg li:last-child .icon:before {
    display: none; }

.stripes-after .step .stripes-target {
  position: relative; }

.stripes-after .step .stripes-target:before {
  display: block;
  left: 100%;
  top: 8px;
  position: absolute;
  width: 178px;
  height: 6px;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAFBAMAAAA3XuYTAAAAElBMVEUAAADHx8fHx8fHx8fHx8fHx8cCbltwAAAABXRSTlMApZY8D6IMT6oAAAAcSURBVAjXYwAD1lAYCARxmULhwAHIZYbzhqpqAK0GMYScidBtAAAAAElFTkSuQmCC") 100% 100% repeat-x; }

.stripes-after .step:last-child .stripes-target:before {
  display: none; }

.horizontal-widget-wrapper {
  margin-bottom: 2em; }

/* Rewrite it !!! */
#portal-column-content,
#portal-column-two {
  font-family: "Fregat"; }

.portal-column-two {
  text-align: center;
  line-height: 16px;
  color: #4e4e4e;
  float: right;
  position: relative; }

.main-logo, .main-header .logo-wrapper .logo, .main-logo-ru, .main-header .logo-wrapper .logo-ru, .main-logo-uk, .main-header .logo-wrapper .logo-uk {
  width: 100%;
  height: 100%;
  background: url(static/theme/images/main-logo.svg) 100% 100% no-repeat;
  background-size: contain; }

.main-logo-pl, .main-header .logo-wrapper .logo-pl {
  width: 100%;
  height: 100%;
  background: url(static/theme/images/main-logo-pl.svg) 100% 100% no-repeat;
  background-size: contain; }

.local-phone-icon {
  width: 16px;
  height: 16px;
  background: url(static/theme/images/local-phone.svg) 100% 100% no-repeat;
  background-size: contain; }

.mobile-phone-icon {
  width: 16px;
  height: 16px;
  background: url(static/theme/images/mobile-phone.svg) 100% 100% no-repeat;
  background-size: contain; }

.skype-phone-icon {
  width: 16px;
  height: 16px;
  background: url(static/theme/images/skype.svg) 100% 100% no-repeat;
  background-size: contain; }

/* Button warning Begin */
.btn-et-warning {
  color: white;
  background-color: #ff8200;
  border-color: #ff8200;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s; }
  .btn-et-warning:active:focus, .btn-et-warning:active:hover, .btn-et-warning:active {
    color: white;
    box-shadow: none;
    border-color: #dc7000;
    background-color: #dc7000; }
  .btn-et-warning:hover {
    color: white;
    border-color: #d76d00;
    background-color: #ff8200;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
  .btn-et-warning:focus {
    color: white;
    background-color: #ff8200;
    border: 1px solid #ce6900; }
  .btn-et-warning a, .btn-et-warning a:hover, .btn-et-warning a:active, .btn-et-warning a:visited {
    color: white; }

/* Button warning End */
/* Button success Begin */
.btn-et-success {
  color: white;
  background-color: #43b02a;
  border-color: #43b02a;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s; }
  .btn-et-success:active:focus, .btn-et-success:active:hover, .btn-et-success:active {
    color: white;
    box-shadow: none;
    border-color: #389423;
    background-color: #389423; }
  .btn-et-success:hover {
    color: white;
    border-color: #379022;
    background-color: #43b02a;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
  .btn-et-success:focus {
    color: white;
    background-color: #43b02a;
    border: 1px solid #348821; }
  .btn-et-success a, .btn-et-success a:hover, .btn-et-success a:active, .btn-et-success a:visited {
    color: white; }

/* Button success End */
/* Button classified Begin */
.btn-et-classified {
  color: white;
  background-color: #2f7b1d;
  border-color: #2f7b1d;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s; }
  .btn-et-classified:active:focus, .btn-et-classified:active:hover, .btn-et-classified:active {
    color: white;
    box-shadow: none;
    border-color: #245f16;
    background-color: #245f16; }
  .btn-et-classified:hover {
    color: white;
    border-color: #235b15;
    background-color: #2f7b1d;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
  .btn-et-classified:focus {
    color: white;
    background-color: #2f7b1d;
    border: 1px solid #205314; }
  .btn-et-classified a, .btn-et-classified a:hover, .btn-et-classified a:active, .btn-et-classified a:visited {
    color: white; }

/* Button success End */
/* Theme title Begin */
.theme-title {
  text-transform: none;
  margin: 21px 0 0; }
  .theme-title:after {
    margin-bottom: 1em; }

/* Theme title End */
/* Breadcrumbs Begin */
.portal-breadcrumbs {
  margin: 24px 0 0;
  color: #404040; }
  .portal-breadcrumbs a, .portal-breadcrumbs a:visited, .portal-breadcrumbs a:hover {
    border: none;
    text-decoration: none;
    color: #404040; }

/* Breadcrumbs End */
/* Default styles for CMS pages Begin */
.theme-content {
  margin-bottom: 2em;
  line-height: 24px;
  font-size: 22px;
  color: #3d3d3d; }
  .theme-content object {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .theme-content small {
    font-size: 84%; }
  .theme-content iframe {
    height: 405px;
    width: 100%;
    max-width: 563px; }
    @media screen and (max-width: 768px) {
      .theme-content iframe {
        height: 194px; } }
  .theme-content a.btn.btn-et-warning {
    padding: 3px 23px 2px;
    color: white; }
  .theme-content a.btn.btn-et-warning.btn-block {
    padding-left: 0;
    padding-right: 0; }
  .theme-content a, .theme-content a:hover, .theme-content a:active {
    color: #43b02a; }
  .theme-content p {
    margin-bottom: 17px; }
  .theme-content .theme-btn-et-warning {
    color: white;
    background-color: #ff8200;
    border-color: #ff8200;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    font-size: 13px;
    padding: 0;
    line-height: 1.7em; }
    .theme-content .theme-btn-et-warning:active:focus, .theme-content .theme-btn-et-warning:active:hover, .theme-content .theme-btn-et-warning:active {
      color: white;
      box-shadow: none;
      border-color: #dc7000;
      background-color: #dc7000; }
    .theme-content .theme-btn-et-warning:hover {
      color: white;
      border-color: #d76d00;
      background-color: #ff8200;
      box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
    .theme-content .theme-btn-et-warning:focus {
      color: white;
      background-color: #ff8200;
      border: 1px solid #ce6900; }
    .theme-content .theme-btn-et-warning a, .theme-content .theme-btn-et-warning a:hover, .theme-content .theme-btn-et-warning a:active, .theme-content .theme-btn-et-warning a:visited {
      color: white; }
    .theme-content .theme-btn-et-warning a, .theme-content .theme-btn-et-warning a:hover, .theme-content .theme-btn-et-warning a:active {
      text-decoration: none;
      padding: 0 50px 0; }

/* Default text for CMS pages End */
.app-body-bg {
  background-color: #f3f3f3; }
  .app-body-bg body {
    background-color: #f3f3f3; }

.col-et-xs-1, .col-et-xs-2, .col-et-xs-3, .col-et-xs-4, .col-et-xs-5, .col-et-xs-6, .col-et-xs-7, .col-et-xs-8, .col-et-xs-9, .col-et-xs-10, .col-et-xs-11, .col-et-xs-12, .col-et-xs-13, .col-et-xs-14, .col-et-xs-15, .col-et-xs-16, .col-et-xs-17, .col-et-xs-18 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-et-xs-1, .col-et-xs-2, .col-et-xs-3, .col-et-xs-4, .col-et-xs-5, .col-et-xs-6, .col-et-xs-7, .col-et-xs-8, .col-et-xs-9, .col-et-xs-10, .col-et-xs-11, .col-et-xs-12, .col-et-xs-13, .col-et-xs-14, .col-et-xs-15, .col-et-xs-16, .col-et-xs-17, .col-et-xs-18 {
  float: left; }

.col-et-xs-1 {
  width: 5.55556%; }

.col-et-xs-2 {
  width: 11.11111%; }

.col-et-xs-3 {
  width: 16.66667%; }

.col-et-xs-4 {
  width: 22.22222%; }

.col-et-xs-5 {
  width: 27.77778%; }

.col-et-xs-6 {
  width: 33.33333%; }

.col-et-xs-7 {
  width: 38.88889%; }

.col-et-xs-8 {
  width: 44.44444%; }

.col-et-xs-9 {
  width: 50%; }

.col-et-xs-10 {
  width: 55.55556%; }

.col-et-xs-11 {
  width: 61.11111%; }

.col-et-xs-12 {
  width: 66.66667%; }

.col-et-xs-13 {
  width: 72.22222%; }

.col-et-xs-14 {
  width: 77.77778%; }

.col-et-xs-15 {
  width: 83.33333%; }

.col-et-xs-16 {
  width: 88.88889%; }

.col-et-xs-17 {
  width: 94.44444%; }

.col-et-xs-18 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-et-xs-pull-13 {
  right: 72.22222%; }

.col-et-xs-pull-14 {
  right: 77.77778%; }

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

.col-et-xs-pull-16 {
  right: 88.88889%; }

.col-et-xs-pull-17 {
  right: 94.44444%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-et-xs-push-13 {
  left: 72.22222%; }

.col-et-xs-push-14 {
  left: 77.77778%; }

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

.col-et-xs-push-16 {
  left: 88.88889%; }

.col-et-xs-push-17 {
  left: 94.44444%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-et-xs-offset-13 {
  margin-left: 72.22222%; }

.col-et-xs-offset-14 {
  margin-left: 77.77778%; }

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

.col-et-xs-offset-16 {
  margin-left: 88.88889%; }

.col-et-xs-offset-17 {
  margin-left: 94.44444%; }

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

@media screen and (min-width: 988px) {
  .col-et-lg-1, .col-et-lg-2, .col-et-lg-3, .col-et-lg-4, .col-et-lg-5, .col-et-lg-6, .col-et-lg-7, .col-et-lg-8, .col-et-lg-9, .col-et-lg-10, .col-et-lg-11, .col-et-lg-12, .col-et-lg-13, .col-et-lg-14, .col-et-lg-15, .col-et-lg-16, .col-et-lg-17, .col-et-lg-18 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .col-et-lg-1, .col-et-lg-2, .col-et-lg-3, .col-et-lg-4, .col-et-lg-5, .col-et-lg-6, .col-et-lg-7, .col-et-lg-8, .col-et-lg-9, .col-et-lg-10, .col-et-lg-11, .col-et-lg-12, .col-et-lg-13, .col-et-lg-14, .col-et-lg-15, .col-et-lg-16, .col-et-lg-17, .col-et-lg-18 {
    float: left; }
  .col-et-lg-1 {
    width: 5.55556%; }
  .col-et-lg-2 {
    width: 11.11111%; }
  .col-et-lg-3 {
    width: 16.66667%; }
  .col-et-lg-4 {
    width: 22.22222%; }
  .col-et-lg-5 {
    width: 27.77778%; }
  .col-et-lg-6 {
    width: 33.33333%; }
  .col-et-lg-7 {
    width: 38.88889%; }
  .col-et-lg-8 {
    width: 44.44444%; }
  .col-et-lg-9 {
    width: 50%; }
  .col-et-lg-10 {
    width: 55.55556%; }
  .col-et-lg-11 {
    width: 61.11111%; }
  .col-et-lg-12 {
    width: 66.66667%; }
  .col-et-lg-13 {
    width: 72.22222%; }
  .col-et-lg-14 {
    width: 77.77778%; }
  .col-et-lg-15 {
    width: 83.33333%; }
  .col-et-lg-16 {
    width: 88.88889%; }
  .col-et-lg-17 {
    width: 94.44444%; }
  .col-et-lg-18 {
    width: 100%; }
  .col-et-lg-pull-0 {
    right: auto; }
  .col-et-lg-pull-1 {
    right: 5.55556%; }
  .col-et-lg-pull-2 {
    right: 11.11111%; }
  .col-et-lg-pull-3 {
    right: 16.66667%; }
  .col-et-lg-pull-4 {
    right: 22.22222%; }
  .col-et-lg-pull-5 {
    right: 27.77778%; }
  .col-et-lg-pull-6 {
    right: 33.33333%; }
  .col-et-lg-pull-7 {
    right: 38.88889%; }
  .col-et-lg-pull-8 {
    right: 44.44444%; }
  .col-et-lg-pull-9 {
    right: 50%; }
  .col-et-lg-pull-10 {
    right: 55.55556%; }
  .col-et-lg-pull-11 {
    right: 61.11111%; }
  .col-et-lg-pull-12 {
    right: 66.66667%; }
  .col-et-lg-pull-13 {
    right: 72.22222%; }
  .col-et-lg-pull-14 {
    right: 77.77778%; }
  .col-et-lg-pull-15 {
    right: 83.33333%; }
  .col-et-lg-pull-16 {
    right: 88.88889%; }
  .col-et-lg-pull-17 {
    right: 94.44444%; }
  .col-et-lg-pull-18 {
    right: 100%; }
  .col-et-lg-push-0 {
    left: auto; }
  .col-et-lg-push-1 {
    left: 5.55556%; }
  .col-et-lg-push-2 {
    left: 11.11111%; }
  .col-et-lg-push-3 {
    left: 16.66667%; }
  .col-et-lg-push-4 {
    left: 22.22222%; }
  .col-et-lg-push-5 {
    left: 27.77778%; }
  .col-et-lg-push-6 {
    left: 33.33333%; }
  .col-et-lg-push-7 {
    left: 38.88889%; }
  .col-et-lg-push-8 {
    left: 44.44444%; }
  .col-et-lg-push-9 {
    left: 50%; }
  .col-et-lg-push-10 {
    left: 55.55556%; }
  .col-et-lg-push-11 {
    left: 61.11111%; }
  .col-et-lg-push-12 {
    left: 66.66667%; }
  .col-et-lg-push-13 {
    left: 72.22222%; }
  .col-et-lg-push-14 {
    left: 77.77778%; }
  .col-et-lg-push-15 {
    left: 83.33333%; }
  .col-et-lg-push-16 {
    left: 88.88889%; }
  .col-et-lg-push-17 {
    left: 94.44444%; }
  .col-et-lg-push-18 {
    left: 100%; }
  .col-et-lg-offset-0 {
    margin-left: 0%; }
  .col-et-lg-offset-1 {
    margin-left: 5.55556%; }
  .col-et-lg-offset-2 {
    margin-left: 11.11111%; }
  .col-et-lg-offset-3 {
    margin-left: 16.66667%; }
  .col-et-lg-offset-4 {
    margin-left: 22.22222%; }
  .col-et-lg-offset-5 {
    margin-left: 27.77778%; }
  .col-et-lg-offset-6 {
    margin-left: 33.33333%; }
  .col-et-lg-offset-7 {
    margin-left: 38.88889%; }
  .col-et-lg-offset-8 {
    margin-left: 44.44444%; }
  .col-et-lg-offset-9 {
    margin-left: 50%; }
  .col-et-lg-offset-10 {
    margin-left: 55.55556%; }
  .col-et-lg-offset-11 {
    margin-left: 61.11111%; }
  .col-et-lg-offset-12 {
    margin-left: 66.66667%; }
  .col-et-lg-offset-13 {
    margin-left: 72.22222%; }
  .col-et-lg-offset-14 {
    margin-left: 77.77778%; }
  .col-et-lg-offset-15 {
    margin-left: 83.33333%; }
  .col-et-lg-offset-16 {
    margin-left: 88.88889%; }
  .col-et-lg-offset-17 {
    margin-left: 94.44444%; }
  .col-et-lg-offset-18 {
    margin-left: 100%; } }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3,
  .app-blog h1 {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  .app-blog h1 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(static/theme/fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(static/theme/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(static/theme/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(static/theme/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(static/theme/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(static/theme/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "calibri";
  font-size: 15px;
  line-height: 1.42857;
  color: #333333;
  background-color: white; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0; }

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, .app-blog h1, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "intro-book";
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small, .app-blog h1 small,
  h3 .small, .app-blog h1 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3,
.app-blog h1, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small, .app-blog h1 small,
  h3 .small, .app-blog h1 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

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

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

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

h3, .app-blog h1, .h3 {
  font-size: 26px; }

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

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

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

p {
  margin: 0 0 10.5px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

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

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

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

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

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: white; }

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 31px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }

.form-group {
  margin-bottom: 6px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333; }

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: white;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: white;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: white;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: white;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: white;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: white;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: white; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #43b02a;
  border-color: #43b02a; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #338720;
    border-color: #1c4911; }
  .btn-success:hover {
    color: #fff;
    background-color: #338720;
    border-color: #307f1e; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #338720;
    border-color: #307f1e; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #286a19;
      border-color: #1c4911; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #43b02a;
    border-color: #43b02a; }
  .btn-success .badge {
    color: #43b02a;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f37814;
  border-color: #f37814; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ca600a;
    border-color: #813d07; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ca600a;
    border-color: #c05c0a; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ca600a;
    border-color: #c05c0a; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a85009;
      border-color: #813d07; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f37814;
    border-color: #f37814; }
  .btn-warning .badge {
    color: #f37814;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

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

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

.open > 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: 13px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

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

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

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

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

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

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

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

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

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

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

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

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

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

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

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14.5px;
          padding-bottom: 14.5px; } }

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

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

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

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #818181;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #43b02a; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #338720; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f37814; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ca600a; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 68px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #43b02a; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f37814; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

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

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

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "calibri";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  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 {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "calibri";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs, .dashed-bg .dashed-item .icon:before, .dashed-bg li .icon:before, .stripes-after .step .stripes-target:before {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, .dashed-bg .dashed-item .icon:before, .dashed-bg li .icon:before, .stripes-after .step .stripes-target:before {
    display: none !important; } }

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

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

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

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

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

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

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

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

.label {
  margin: 0;
  display: inline-block;
  color: #818181;
  white-space: normal;
  font-weight: bold;
  text-align: left;
  line-height: 1.3; }

/* Fix for multiple appearance of select, Android 4.4.2 Chrome 50.0.2661.89,   */
select.form-control {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.evaluator-modal .modal-content {
  border-radius: 4px; }

.modal-content {
  border: none;
  font-size: 15px; }
  .modal-content h4 {
    font-size: 22px; }
  .modal-content .close {
    margin-top: -6px;
    opacity: 1;
    color: white;
    font-size: 26px;
    text-shadow: none; }
  .modal-content .help-block {
    color: #373737;
    margin-bottom: 28px; }
  .modal-content .modal-body {
    background: 4px; }

.help-block {
  color: red; }

.actionTime {
  color: #43b02a;
  display: block;
  margin-bottom: 5px; }

/* Hack to hide marketing pixels */
body > img[src^='https'] {
  display: none !important;
  height: 0 !important;
  width: 0 !important; }

/* Cookie banner */
.react-cookie-banner {
  position: fixed !important;
  bottom: 15px !important;
  left: 0; }
  @media screen and (max-width: 425px) {
    .react-cookie-banner {
      bottom: 75px !important; } }
  @media screen and (max-width: 320px) {
    .react-cookie-banner {
      height: 45px !important; } }
  .react-cookie-banner .cookie-message {
    color: #000 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
    padding: 20px !important;
    padding-right: 180px !important;
    text-align: right !important; }
    @media screen and (max-width: 1024px) {
      .react-cookie-banner .cookie-message {
        line-height: 20px !important;
        text-align: left !important; } }
    @media screen and (max-width: 768px) {
      .react-cookie-banner .cookie-message {
        padding-right: 120px !important; } }
    @media screen and (max-width: 425px) {
      .react-cookie-banner .cookie-message {
        padding-right: 20px !important; } }
    @media screen and (max-width: 320px) {
      .react-cookie-banner .cookie-message {
        padding: 10px 10px !important;
        font-size: 12px; } }
    .react-cookie-banner .cookie-message p {
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      color: #000 !important;
      margin: 0;
      text-decoration: none !important;
      text-align: center; }
      @media screen and (max-width: 425px) {
        .react-cookie-banner .cookie-message p {
          text-align: left; } }
      .react-cookie-banner .cookie-message p a {
        color: #43b02a; }
  .react-cookie-banner .button-close {
    color: white !important;
    background-color: #ff8200 !important;
    width: 105px;
    height: 30px;
    top: 39px !important;
    margin-top: -25px !important;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .react-cookie-banner .button-close {
        top: 32px !important; } }
    @media screen and (max-width: 768px) {
      .react-cookie-banner .button-close {
        width: 80px; } }
    @media screen and (max-width: 425px) {
      .react-cookie-banner .button-close {
        top: 98px !important;
        margin-top: -15px !important; } }
    @media screen and (max-width: 320px) {
      .react-cookie-banner .button-close {
        top: 80px !important;
        right: 10px !important;
        margin-top: 10px !important; } }

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

[data-icon]:before {
  font-family: "etachka" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="etachka-"]:before,
[class*=" etachka-"]:before {
  font-family: "etachka" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.etachka-angle-down:before {
  content: "a"; }

.etachka-angle-up:before {
  content: "b"; }

.etachka-search:before {
  content: "c"; }

.etachka-map:before {
  content: "d"; }

.etachka-close:before {
  content: "e"; }

.etachka-fuel:before {
  content: "f"; }

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

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

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

@font-face {
  font-family: 'IdealistSans';
  src: url(static/theme/fonts/IdealistRegular/IdealistSans.eot);
  src: url(static/theme/fonts/IdealistRegular/IdealistSans.eot?#iefix) format("embedded-opentype"), url(static/theme/fonts/IdealistRegular/IdealistSans.otf) format("truetype"), url(static/theme/fonts/IdealistRegular/IdealistSans.svg#IdealistSans) format("svg"), url(static/theme/fonts/IdealistRegular/IdealistSans.woff) format("woff"), url(static/theme/fonts/IdealistRegular/IdealistSans.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'IdealistSans';
  src: url(static/theme/fonts/IdealistLight/IdealistSansLight.eot);
  src: url(static/theme/fonts/IdealistLight/IdealistSansLight.eot?#iefix) format("embedded-opentype"), url(static/theme/fonts/IdealistLight/IdealistSansLight.otf) format("truetype"), url(static/theme/fonts/IdealistLight/IdealistSansLight.svg#IdealistSansLight) format("svg"), url(static/theme/fonts/IdealistLight/IdealistSansLight.ttf) format("truetype"), url(static/theme/fonts/IdealistLight/IdealistSansLight.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/* Old fonts Begin */
@font-face {
  font-family: 'Fregat';
  src: url(static/theme/fonts/Fregat/Fregat.eot);
  src: url(static/theme/fonts/Fregat/Fregat.eot?#iefix) format("embedded-opentype"), url(static/theme/fonts/Fregat/Fregat.svg#IdealistSansLight) format("svg"), url(static/theme/fonts/Fregat/Fregat.ttf) format("truetype"), url(static/theme/fonts/Fregat/Fregat.otf) format("truetype"), url(static/theme/fonts/Fregat/Fregat.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Fregat';
  src: url(static/theme/fonts/FregatBold/Fregat-Bold.eot);
  src: url(static/theme/fonts/FregatBold/Fregat-Bold.eot?#iefix) format("embedded-opentype"), url(static/theme/fonts/FregatBold/Fregat-Bold.svg#IdealistSansLight) format("svg"), url(static/theme/fonts/FregatBold/Fregat-Bold.ttf) format("truetype"), url(static/theme/fonts/FregatBold/Fregat-Bold.otf) format("truetype"), url(static/theme/fonts/FregatBold/Fregat-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

/* Old fonts End */
/* New fonts Begin */
@font-face {
  font-family: 'calibri';
  src: url(static/theme/fonts/Calibri/Calibri.eot);
  src: url(static/theme/fonts/Calibri/Calibri.eot?#iefix) format("embedded-opentype"), url(static/theme/fonts/Calibri/Calibri.svg#IdealistSansLight) format("svg"), url(static/theme/fonts/Calibri/Calibri.ttf) format("truetype"), url(static/theme/fonts/Calibri/Calibri.otf) format("truetype"), url(static/theme/fonts/Calibri/Calibri.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'intro-book';
  src: url(static/theme/fonts/Intro-Book/Intro-Book.eot);
  src: url(static/theme/fonts/Intro-Book/Intro-Book.eot?#iefix) format("embedded-opentype"), url(static/theme/fonts/Intro-Book/Intro-Book.woff) format("woff"), url(static/theme/fonts/Intro-Book/Intro-Book.svg#IdealistSansLight) format("svg"), url(static/theme/fonts/Intro-Book/Intro-Book.ttf) format("truetype"), url(static/theme/fonts/Intro-Book/Intro-Book.otf) format("truetype");
  font-weight: normal;
  font-style: normal; }

/* New fonts End */
.top-header {
  padding: .5em 0;
  color: white;
  font-family: "calibri";
  background-color: #2f7b1d;
  /* Spike for display phones and languages switch in one line */ }
  .top-header .lang-choose-wrapper,
  .top-header .call-back,
  .top-header .header-phones {
    vertical-align: middle;
    display: inline-block;
    text-align: right; }
  .top-header .head-title {
    display: inline-block;
    text-align: left;
    font-family: "calibri";
    margin: 0;
    /* - 16px - */
    font-size: 1.14286em; }
    @media screen and (min-width: 988px) {
      .top-header .head-title {
        text-align: left; } }
    @media screen and (max-width: 768px) {
      .top-header .head-title {
        margin-bottom: 1em;
        display: block;
        text-align: center; } }
  .top-header .tel-nums {
    /*@extend .main-phones;*/ }
    .top-header .tel-nums:before, .top-header .tel-nums:after {
      content: " ";
      display: table; }
    .top-header .tel-nums:after {
      clear: both; }
    .top-header .tel-nums .tel-num {
      padding: 0 4px;
      float: left;
      /* - 15px - */
      font-size: 1.07143em;
      font-weight: bold; }
      .top-header .tel-nums .tel-num p {
        margin: 0; }
      .top-header .tel-nums .tel-num .tel-icon {
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block;
        margin-top: -2px; }
      .top-header .tel-nums .tel-num a, .top-header .tel-nums .tel-num a:visited, .top-header .tel-nums .tel-num a:hover {
        display: inline-block;
        color: white;
        text-decoration: none;
        margin: 0; }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .top-header .tel-nums {
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .top-header .tel-nums {
        margin: 0 auto; } }
    .top-header .tel-nums > .glyphicon {
      /* Make float to here to prevent extra class creation */
      float: left;
      font-size: 16px; }
  .top-header .call-back {
    /* - 13px - */
    font-size: 0.92857em;
    text-align: right; }
    .top-header .call-back a,
    .top-header .call-back a:visited {
      color: white;
      font-weight: bold;
      text-decoration: underline; }
    .top-header .call-back #callback-link {
      display: inline-block; }
    @media screen and (min-width: 988px) {
      .top-header .call-back {
        margin-right: 4px; } }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .top-header .call-back {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .top-header .call-back {
        text-align: center; } }
  .top-header .lang-choose {
    padding-left: 0;
    margin: 0;
    font-size: 1.14286em;
    list-style-type: none; }
    .top-header .lang-choose li {
      display: inline-block;
      -webkit-transition: all ease-in 0.2s;
      -moz-transition: all ease-in 0.2s;
      -o-transition: all ease-in 0.2s; }
      .top-header .lang-choose li:hover {
        text-decoration: underline; }
    .top-header .lang-choose a,
    .top-header .lang-choose a:visited {
      color: white;
      padding: 0.1em 0.25em 0;
      text-decoration: none;
      display: block;
      cursor: pointer;
      line-height: 1.14286em; }
    .top-header .lang-choose .current-lang {
      background-color: #ff8200; }
      .top-header .lang-choose .current-lang:hover {
        background-color: #4c4c4c; }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .top-header .lang-choose {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .top-header .lang-choose {
        text-align: center; } }
  @media screen and (min-width: 988px) {
    .top-header .col-sm-5 {
      padding-right: 4px; }
    .top-header .col-sm-7 {
      padding-left: 4px; } }

.main-header {
  padding: 15px 0;
  font-family: "calibri";
  background-color: #43b02a;
  color: white; }
  .main-header a:hover {
    text-decoration: none; }
  .main-header .logo-wrapper > a {
    line-height: 73px; }
  .main-header .logo-wrapper .logo {
    /* - 146px - */
    width: 10.42858em;
    /* - 34px - */
    height: 2.42858em;
    display: inline-block;
    vertical-align: middle; }
  .main-header .logo-wrapper .logo-pl {
    /* - 146px - */
    width: 10.42858em;
    /* - 34px - */
    height: 2.42858em;
    display: inline-block;
    vertical-align: middle; }
  .main-header .logo-wrapper .logo-uk {
    /* - 146px - */
    width: 10.42858em;
    /* - 34px - */
    height: 2.42858em;
    display: inline-block;
    vertical-align: middle; }
  .main-header .logo-wrapper .logo-ru {
    /* - 146px - */
    width: 10.42858em;
    /* - 34px - */
    height: 2.42858em;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .main-header .logo-wrapper {
      margin: 0 auto 1em; } }
  @media screen and (max-width: 768px) {
    .main-header .logo-wrapper {
      margin: 0 auto 1em; } }
  .main-header .header-menu {
    font-weight: bold;
    text-decoration: underline; }
    .main-header .header-menu nav {
      margin-top: 20px; }
      .main-header .header-menu nav:before, .main-header .header-menu nav:after {
        content: " ";
        display: table; }
      .main-header .header-menu nav:after {
        clear: both; }
    .main-header .header-menu .menu-item {
      position: relative;
      line-height: 34px;
      font-weight: bold;
      float: left;
      margin: 0 1px;
      /* - ~17px - */
      font-size: 1.1em; }
      .main-header .header-menu .menu-item:first-child {
        margin-left: 0; }
      .main-header .header-menu .menu-item.selected:after {
        margin-top: -5px;
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        top: 100%;
        height: 4px;
        background: #ff8200; }
    .main-header .header-menu a.menu-link {
      color: white;
      -webkit-transition: all ease-in 0.2s;
      -moz-transition: all ease-in 0.2s;
      -o-transition: all ease-in 0.2s;
      padding: 4px 5px 2px;
      line-height: 2em; }
      .main-header .header-menu a.menu-link:hover {
        text-decoration: none;
        background: #2f7b1d; }
      .main-header .header-menu a.menu-link:visited {
        text-decoration: none;
        color: white; }
      .main-header .header-menu a.menu-link:active {
        text-decoration: none; }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .main-header .header-menu {
        margin-bottom: 1em; } }
    @media screen and (max-width: 768px) {
      .main-header .header-menu {
        margin-bottom: 1em; } }
  .main-header .to-marketplace {
    /* Hack to display middle */
    margin-top: 3px;
    margin-bottom: 9px; }
  .main-header .logout {
    text-align: right;
    text-decoration: underline;
    cursor: pointer; }
  .main-header ::-moz-selection {
    background: #f37814;
    color: white; }
  .main-header ::selection {
    background: #f37814;
    color: white; }
  @media screen and (min-width: 988px) {
    .main-header .no-padding-lg {
      padding-left: 0;
      padding-right: 0; } }

.slogan-pl > .slogan-pl--title h1 {
  padding: 20px;
  text-align: center;
  font-size: 54px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slogan-pl--steps {
    float: none;
    text-align: center;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .slogan-pl--steps {
    float: none;
    text-align: center;
    margin: 0 auto; } }

@media screen and (max-width: 414px) {
  .slogan-pl--steps {
    display: none; } }

.slogan-pl--step {
  margin-bottom: 30px; }
  .slogan-pl--step img {
    display: inline-block;
    width: 60px;
    height: auto; }
  .slogan-pl--step span {
    position: relative;
    display: inline-block;
    width: 280px;
    text-align: left;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 28px;
    line-height: 28px;
    word-wrap: break-word; }

.slogan-pl--label-with-arrow:after {
  position: absolute;
  width: 23px;
  height: 14px;
  top: 68px;
  left: 20px;
  content: '';
  background: url(static/theme/images/home-arrow.png); }

.et-base-modal {
  margin-top: 100px; }
  .et-base-modal--head {
    position: relative;
    background: #43b02a;
    text-align: center;
    padding: 15px 30px; }
  .et-base-modal--close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    .et-base-modal--close .etachka-close {
      color: white;
      font-size: 12px; }
      .et-base-modal--close .etachka-close:hover {
        opacity: 0.5; }
  .et-base-modal--title {
    color: white;
    font-size: 1.2em; }
  .et-base-modal--list-title {
    font-weight: 600;
    color: #43b02a;
    margin-bottom: 0; }
  .et-base-modal--list {
    list-style: none;
    padding: 0 5px; }
    .et-base-modal--list li:before {
      content: "-";
      position: relative;
      left: -5px; }
  .et-base-modal--body {
    padding: 30px 20px;
    font-size: 1.1em; }

.mobileMenu .closebtn,
.mobileBtn {
  display: none; }

@media screen and (max-width: 991px) {
  .mobileMenu .closebtn,
  .mobileBtn {
    display: block; }
  .mobileBtn {
    font-size: 32px;
    cursor: pointer; }
  .mobileMenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s; }
    .mobileMenu .closebtn {
      position: absolute;
      top: -5px;
      z-index: 2;
      right: 20px;
      font-size: 50px;
      color: #fff;
      padding: 5px; }
    .mobileMenu a {
      padding: 8px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s; }
    .mobileMenu .overlay-content {
      width: 300px;
      margin: 50px auto; }
      .mobileMenu .overlay-content .menu-item {
        width: 100%;
        text-align: center; } }

/* Vars */
.widget {
  text-align: center;
  font-family: "calibri";
  color: #4c4c4c;
  background-color: #f3f3f3;
  padding-bottom: 43px;
  /* Funnel part Begin */
  /* Funnel part End */ }
  .widget:before, .widget:after {
    content: " ";
    display: table; }
  .widget:after {
    clear: both; }
  .widget-body {
    margin-bottom: 11px; }
  .widget-header {
    font-family: "calibri";
    font-weight: bold;
    /* - 22px - */
    font-size: 1.4666666em; }
  .widget .panel-data-header {
    font-family: "calibri";
    color: #3c3b3b; }
  .widget .select {
    cursor: pointer;
    border: solid 1px #b4b4b4;
    position: relative;
    background-color: white;
    overflow-x: hidden;
    overflow-y: visible; }
    .widget .select:before {
      position: absolute;
      background: url(static/theme/images/sprite_main.png) -207px -22px no-repeat;
      content: '';
      top: 50%;
      right: 20px;
      margin-top: -5px;
      display: block;
      width: 17px;
      height: 10px; }
    .widget .select select {
      cursor: pointer;
      position: relative;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: transparent;
      border: none;
      color: #4c4c4c;
      /* Padding right added to prevent text overflowing with "select arrow(appearance)" */
      padding: 4px 40px 0 15px; }
      .widget .select select .default {
        color: #8c8c8c; }
      .widget .select select option {
        font-size: 120%; }
      .widget .select select::-ms-expand {
        display: none; }
      .widget .select select:disabled {
        background-color: #eee; }
  .widget .datetime-inline:before, .widget .datetime-inline:after {
    content: " ";
    display: table; }
  .widget .datetime-inline:after {
    clear: both; }
  .widget .datetime-inline .col-sm-6:first-child {
    padding-right: 1.5%; }
  .widget .datetime-inline .col-sm-6:last-child {
    padding-left: 1.5%; }
  @media screen and (max-width: 768px) {
    .widget .datetime-inline .col-sm-6:first-child {
      padding-right: 15px; }
    .widget .datetime-inline .col-sm-6:last-child {
      padding-left: 15px; } }
  .widget input {
    border-color: #b4b4b4;
    color: #8c8c8c; }
  .widget button[type="submit"] {
    font-size: 1.133333333333em;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .widget button[type="submit"] {
        font-size: 1em; } }
  .widget.funnel {
    background-color: #f3f3f3;
    padding: 1.5em 0; }
  .widget .image-wrapper {
    text-align: center;
    margin-bottom: 2em; }
  .widget .image {
    display: block; }
    .widget .image img {
      display: block;
      margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .widget .image {
        margin-left: auto;
        margin-right: auto; } }
  .widget .unknown-car {
    padding: 21px 91px;
    background: #dbdbdb; }
    .widget .unknown-car .image {
      border-radius: 100%;
      background: white;
      padding: 27% 21%;
      overflow: hidden; }
  .widget .btn-next {
    white-space: normal; }
    .widget .btn-next span {
      font-size: 1.2em;
      vertical-align: top;
      line-height: 1.2; }
      .widget .btn-next span:last-child {
        margin-left: -0.8em; }
  .widget .panel-widget-alert .panel-body {
    padding-bottom: 1em; }
  .widget .panel-widget-alert .panel-data .panel-data-header {
    margin: 0.3em 0; }
  .widget .panel-widget {
    background-color: white;
    border: none; }
    .widget .panel-widget h4 {
      font-weight: bold;
      color: #3c3b3b;
      text-align: center;
      margin: 0 0 .5em 0; }
    .widget .panel-widget .additional-block .panel-data-header {
      margin: 0;
      font-size: 1.2em; }
    .widget .panel-widget .panel-data {
      text-align: center;
      font-size: 1.2em; }
    .widget .panel-widget .your-phone {
      text-align: center; }
    .widget .panel-widget .panel-data-header {
      /* - 15px - */
      font-size: 1.53333333em;
      line-height: 1.2em; }
    .widget .panel-widget .panel-heading {
      background: #f4e7e6;
      border-bottom: 1px solid #d8d8d8; }
      .widget .panel-widget .panel-heading .message {
        text-align: center;
        color: red;
        padding: 0.5em 0;
        font-size: 1.1em; }
    .widget .panel-widget .panel-body {
      padding-left: 1.6em;
      padding-right: 1.6em;
      padding-bottom: 1em; }
    .widget .panel-widget .btn-send-sms-code {
      padding-top: 0.4em;
      padding-bottom: 0.4em;
      margin-top: 0;
      width: 100%; }
    .widget .panel-widget .phone-num {
      margin-bottom: 1em;
      font-size: 1.1em; }
  .widget .callback-link {
    text-align: center; }
  .widget .private-policy {
    font-size: 1em;
    color: #626262; }
    .widget .private-policy a {
      color: #43b02a; }
      .widget .private-policy a:visited {
        color: #2f7b1d; }
  .widget .__react_component_tooltip {
    max-width: 600px;
    background-color: #fff !important;
    opacity: 1 !important; }
    @media screen and (max-width: 768px) {
      .widget .__react_component_tooltip {
        left: 0 !important; } }
  .widget .tooltip-policy {
    color: #43b02a;
    cursor: pointer; }

.__react_component_tooltip.type-dark {
  display: none !important; }

.numeric-wrapper, .panel-widget-external .select-wrapper, .widget.widget-vertical .select-wrapper, #widget-vertical .select-wrapper {
  /* Every 3-d element beginning from 1-st */
  /* Every 3-d element beginning from 2-st */
  /* Every 3-d element beginning from 3-st */ }
  .numeric-wrapper .select:before, .panel-widget-external .select-wrapper .select:before, .widget.widget-vertical .select-wrapper .select:before, #widget-vertical .select-wrapper .select:before {
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s; }
  .numeric-wrapper:nth-child(3n + 1) .increment, .panel-widget-external .select-wrapper:nth-child(3n + 1) .increment, .widget.widget-vertical .select-wrapper:nth-child(3n + 1) .increment, #widget-vertical .select-wrapper:nth-child(3n + 1) .increment {
    color: #eb1b23; }
  .numeric-wrapper:nth-child(3n + 1) .select:before, .panel-widget-external .select-wrapper:nth-child(3n + 1) .select:before, .widget.widget-vertical .select-wrapper:nth-child(3n + 1) .select:before, #widget-vertical .select-wrapper:nth-child(3n + 1) .select:before {
    background-color: #eb1b23; }
  .numeric-wrapper:nth-child(3n + 1) .select:hover:before, .panel-widget-external .select-wrapper:nth-child(3n + 1) .select:hover:before, .widget.widget-vertical .select-wrapper:nth-child(3n + 1) .select:hover:before, #widget-vertical .select-wrapper:nth-child(3n + 1) .select:hover:before {
    background-color: #c21118; }
  .numeric-wrapper:nth-child(3n + 2) .increment, .panel-widget-external .select-wrapper:nth-child(3n + 2) .increment, .widget.widget-vertical .select-wrapper:nth-child(3n + 2) .increment, #widget-vertical .select-wrapper:nth-child(3n + 2) .increment {
    color: #fbb712; }
  .numeric-wrapper:nth-child(3n + 2) .select:before, .panel-widget-external .select-wrapper:nth-child(3n + 2) .select:before, .widget.widget-vertical .select-wrapper:nth-child(3n + 2) .select:before, #widget-vertical .select-wrapper:nth-child(3n + 2) .select:before {
    background-color: #fbb712; }
  .numeric-wrapper:nth-child(3n + 2) .select:hover:before, .panel-widget-external .select-wrapper:nth-child(3n + 2) .select:hover:before, .widget.widget-vertical .select-wrapper:nth-child(3n + 2) .select:hover:before, #widget-vertical .select-wrapper:nth-child(3n + 2) .select:hover:before {
    background-color: #d69904; }
  .numeric-wrapper:nth-child(3n + 3) .increment, .panel-widget-external .select-wrapper:nth-child(3n + 3) .increment, .widget.widget-vertical .select-wrapper:nth-child(3n + 3) .increment, #widget-vertical .select-wrapper:nth-child(3n + 3) .increment {
    color: #43b02a; }
  .numeric-wrapper:nth-child(3n + 3) .select:before, .panel-widget-external .select-wrapper:nth-child(3n + 3) .select:before, .widget.widget-vertical .select-wrapper:nth-child(3n + 3) .select:before, #widget-vertical .select-wrapper:nth-child(3n + 3) .select:before {
    background-color: #43b02a; }
  .numeric-wrapper:nth-child(3n + 3) .select:hover:before, .panel-widget-external .select-wrapper:nth-child(3n + 3) .select:hover:before, .widget.widget-vertical .select-wrapper:nth-child(3n + 3) .select:hover:before, #widget-vertical .select-wrapper:nth-child(3n + 3) .select:hover:before {
    background-color: #338720; }

.main-evaluator .www-new-promo--main-block .main-block-evaluator {
  overflow: visible; }

.main-evaluator .panel-widget-external, .main-evaluator .widget.widget-vertical, .main-evaluator .widget.widget-vertical {
  border-radius: 20px; }

.main-evaluator .www-new-promo--main-block {
  background: url(static/theme/images/background.jpg) no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .main-evaluator .www-new-promo--main-block {
      padding-bottom: 30px; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .main-evaluator .www-new-promo--main-block {
      padding-bottom: 30px; } }

.main-evaluator .combo-widget {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .main-evaluator .combo-widget {
      margin-bottom: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .main-evaluator .combo-widget {
      margin-bottom: 20px; } }

.main-evaluator--title {
  color: white;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px; }

.main-evaluator--subtitle {
  color: white;
  font-size: 18px;
  margin-bottom: 20px; }

.main-evaluator--description {
  font-size: 16px;
  color: white; }

.promo-horizontal-widget *,
.promo-horizontal-widget *:focus {
  outline: none; }

.promo-horizontal-widget--wrapper {
  position: relative;
  background: white;
  font-size: 15px;
  border-radius: 26px;
  box-shadow: 0 15px 5px -12px rgba(0, 0, 0, 0.2); }

.promo-horizontal-widget--button, .promo-horizontal-widget--input-wrapper {
  display: inline-block;
  vertical-align: top;
  font-family: "calibri";
  text-transform: uppercase;
  width: 20%;
  padding-left: 18px;
  cursor: pointer; }

.promo-horizontal-widget--select:nth-child(1) .Select-control {
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px; }

.promo-horizontal-widget--select .Select-control {
  position: relative;
  border: none;
  border-radius: 0;
  height: 50px; }

.promo-horizontal-widget--select .Select-placeholder, .promo-horizontal-widget--select .Select-value, .promo-horizontal-widget--select .Select-value-label {
  line-height: 50px; }

.promo-horizontal-widget--select .Select-input {
  line-height: 47px; }

.promo-horizontal-widget--select .Select-menu-outer {
  border-top: none;
  max-height: 310px; }

.promo-horizontal-widget--select .Select-menu {
  max-height: 300px; }

.promo-horizontal-widget--select .Select-arrow-zone {
  padding-top: 6px;
  color: #43b02a; }

.promo-horizontal-widget--select * {
  padding: 0; }

.promo-horizontal-widget--error input::placeholder,
.promo-horizontal-widget--error .promo-horizontal-widget--email,
.promo-horizontal-widget--error .Select-placeholder {
  color: red; }

.promo-horizontal-widget--button, .promo-horizontal-widget--email {
  border: none;
  border-radius: 0;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-family: "calibri";
  text-transform: uppercase; }

.promo-horizontal-widget--email {
  outline: none;
  text-transform: none;
  width: 100%; }

.promo-horizontal-widget--button {
  color: white;
  background-color: #ff8200;
  border-color: #ff8200;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  color: white; }
  .promo-horizontal-widget--button:active:focus, .promo-horizontal-widget--button:active:hover, .promo-horizontal-widget--button:active {
    color: white;
    box-shadow: none;
    border-color: #dc7000;
    background-color: #dc7000; }
  .promo-horizontal-widget--button:hover {
    color: white;
    border-color: #d76d00;
    background-color: #ff8200;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
  .promo-horizontal-widget--button:focus {
    color: white;
    background-color: #ff8200;
    border: 1px solid #ce6900; }
  .promo-horizontal-widget--button a, .promo-horizontal-widget--button a:hover, .promo-horizontal-widget--button a:active, .promo-horizontal-widget--button a:visited {
    color: white; }
  .promo-horizontal-widget--button:focus {
    outline: none; }
  .promo-horizontal-widget--button:disabled {
    background-color: #ad5700;
    opacity: .8; }

.promo-horizontal-widget--policy-agreements {
  position: absolute;
  max-width: 20%;
  right: 0;
  text-align: center;
  top: 64px;
  font-size: 12px;
  color: white; }
  .promo-horizontal-widget--policy-agreements a {
    color: white;
    font-weight: 600; }
  .promo-horizontal-widget--policy-agreements .private-policy-btn--label {
    height: 14px;
    font-size: 14px;
    line-height: 14px; }
  .promo-horizontal-widget--policy-agreements .private-policy-btn--checkbox[value='true'] + label {
    background-position: -1px -17px; }

.private-policy-btn--checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .private-policy-btn--checkbox[value='true'] + label {
    background-position: 0 -16px; }
  .private-policy-btn--checkbox[value='false'] + label {
    background-position: 0 0; }

.private-policy-btn--label {
  background-image: url(static/theme/images/checkbox.png);
  padding-left: 21px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.private-policy-btn > div:last-child {
  margin-top: 11px; }

/* Footer Begin */
.main-footer {
  padding: 1.2em 0 1.5em;
  background-color: #43b02a;
  color: white; }
  .main-footer h3, .main-footer .app-blog h1, .app-blog .main-footer h1 {
    font-size: 1.285714em;
    font-family: "calibri";
    font-weight: bold; }
  .main-footer ul {
    vertical-align: top;
    padding: 0;
    display: inline-block; }
    .main-footer ul h3, .main-footer ul .app-blog h1, .app-blog .main-footer ul h1 {
      text-align: left; }
      @media screen and (max-width: 768px) {
        .main-footer ul h3, .main-footer ul .app-blog h1, .app-blog .main-footer ul h1 {
          font-size: 1.4em; } }
  .main-footer li {
    text-align: left;
    list-style-type: none;
    line-height: 1.3em; }
    .main-footer li a, .main-footer li a:hover, .main-footer li a:visited {
      text-decoration: none;
      color: white;
      font-size: .933333333333em; }
  .main-footer .footer-nav {
    margin-bottom: 1em; }
  .main-footer .icon-soc-net {
    margin-bottom: 1em; }
    .main-footer .icon-soc-net span {
      display: inline-block;
      margin-right: 1px; }
    .main-footer .icon-soc-net .vk {
      width: 40px;
      height: 40px;
      background: url(static/theme/images/vk.png) 100% 100% no-repeat; }
    .main-footer .icon-soc-net .youtube {
      width: 40px;
      height: 40px;
      background: url(static/theme/images/youtube.png) 100% 100% no-repeat; }
    .main-footer .icon-soc-net .facebook {
      width: 40px;
      height: 40px;
      background: url(static/theme/images/facebook.png) 100% 100% no-repeat; }
    .main-footer .icon-soc-net .instagram {
      width: 40px;
      height: 40px;
      background: url(static/theme/images/instagram.png) 100% 100% no-repeat; }
    @media screen and (max-width: 768px) {
      .main-footer .icon-soc-net {
        text-align: left; } }
    @media screen and (max-width: 414px) {
      .main-footer .icon-soc-net {
        text-align: center; } }
  .main-footer .copyright {
    font-size: .933333333333em;
    display: inline-block;
    height: 31px; }
  .main-footer .support {
    font-size: .933333333333em;
    height: 31px; }
    .main-footer .support a, .main-footer .support a:hover, .main-footer .support a:visited {
      vertical-align: top;
      color: white;
      text-decoration: none; }
    .main-footer .support a:hover {
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .main-footer .support {
        text-align: left; } }
  .main-footer .tablet-phones,
  .main-footer .mobile-phones {
    display: none; }
  .main-footer .col-about-us {
    width: 16%; }
  .main-footer .col-auto-sale {
    width: 30%; }
  .main-footer .col-for-dealers {
    width: 24%; }
  .main-footer .col-support,
  .main-footer .col-social-icons {
    width: 30%; }
  .main-footer .col-copyright {
    width: 70%; }
  @media screen and (max-width: 768px) {
    .main-footer .col-about-us,
    .main-footer .col-auto-sale,
    .main-footer .col-for-dealers,
    .main-footer .col-social-icons,
    .main-footer .col-copyright,
    .main-footer .col-support {
      width: 50%; }
    .main-footer .mobile-phones {
      display: block; } }
  @media screen and (max-width: 414px) {
    .main-footer h3, .main-footer .app-blog h1, .app-blog .main-footer h1 {
      margin-top: 0; }
    .main-footer .col-about-us {
      padding-left: 15px;
      padding-right: 10px;
      width: 35%; }
    .main-footer .col-auto-sale {
      padding-left: 10px;
      padding-right: 15px;
      width: 65%; }
    .main-footer .col-for-dealers,
    .main-footer .col-social-icons {
      width: 100%; }
    .main-footer .col-for-dealers {
      margin-bottom: .5em; }
    .main-footer .col-social-icons {
      text-align: center; }
    .main-footer .col-copyright {
      width: 55%; }
    .main-footer .col-support {
      width: 45%; } }
  .main-footer .mobile-phones {
    padding: 0;
    text-align: center; }
    .main-footer .mobile-phones .tel-num {
      padding: 0 4px;
      float: left;
      /* - 15px - */
      font-size: 1.4em;
      font-weight: bold; }
      .main-footer .mobile-phones .tel-num p {
        margin: 0; }
      .main-footer .mobile-phones .tel-num .tel-icon {
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block;
        margin-top: -2px; }
      .main-footer .mobile-phones .tel-num a, .main-footer .mobile-phones .tel-num a:visited, .main-footer .mobile-phones .tel-num a:hover {
        display: inline-block;
        color: white;
        text-decoration: none;
        margin: 0; }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .main-footer .mobile-phones {
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .main-footer .mobile-phones {
        margin: 0 auto; } }
    .main-footer .mobile-phones .tel-nums {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 1em; }
      .main-footer .mobile-phones .tel-nums:before, .main-footer .mobile-phones .tel-nums:after {
        content: " ";
        display: table; }
      .main-footer .mobile-phones .tel-nums:after {
        clear: both; }
    .main-footer .mobile-phones .tel-num {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; }
    @media screen and (max-width: 414px) {
      .main-footer .mobile-phones .tel-nums {
        display: inline-block; }
      .main-footer .mobile-phones .tel-num {
        text-align: center;
        width: 100%;
        float: none; } }
    .main-footer .mobile-phones .tel-num {
      margin-bottom: .2em; }
  .main-footer ::-moz-selection {
    background: #f37814;
    color: white; }
  .main-footer ::selection {
    background: #f37814;
    color: white; }

/* Footer End */
/* Slider Begin */
.slider {
  font-family: "calibri";
  position: relative;
  /* Chrome, Safari, Opera */
  /* Standard syntax */ }
  .slider:before, .slider:after {
    content: " ";
    display: table; }
  .slider:after {
    clear: both; }
  .slider-item {
    float: left; }
  .slider-nav span {
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    z-index: 1;
    top: 50%;
    margin-top: -17.5px;
    position: absolute;
    display: block;
    background: url(static/theme/images/sprite_main.png) 0 0 no-repeat;
    opacity: 0.6;
    cursor: pointer; }
    .slider-nav span:hover {
      opacity: 1; }
  .slider .slider-item {
    -webkit-animation-name: appear;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 500ms;
    /* Chrome, Safari, Opera */
    animation-name: appear;
    animation-duration: 500ms; }

@-webkit-keyframes appear {
  0% {
    opacity: .0; }
  100% {
    opacity: 1; } }

@keyframes appear {
  0% {
    opacity: .0; }
  100% {
    opacity: 1; } }

/* Slider End */
.price-label-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em; }
  .price-label-wrapper:after {
    content: "";
    position: absolute;
    background: #f3f3f3;
    top: 50%;
    width: 16px;
    height: 16px;
    right: 32px;
    margin-top: -8px;
    border-radius: 100%; }
  @media screen and (max-width: 768px) {
    .price-label-wrapper {
      margin-bottom: 2em; } }
  .price-label-wrapper.no-evaluation .price-label {
    padding: 10px 26px;
    font-size: 16px;
    margin-right: 0; }
    .price-label-wrapper.no-evaluation .price-label:after, .price-label-wrapper.no-evaluation .price-label:before {
      display: none; }
  .price-label-wrapper.no-evaluation:after {
    width: 10px;
    height: 10px;
    left: 7px;
    top: 21px; }

.price-label {
  /* Reset label if no price */
  /* !!! Spike to prevent more than 1 text row */
  font-size: .87em;
  text-align: left;
  padding: 12px 50px 12px 12px;
  color: white;
  position: relative;
  background-color: #43b02a;
  min-height: 88px; }
  .no-evaluation .price-label {
    padding: 10px 26px;
    font-size: 16px;
    margin-right: 0; }
    .no-evaluation .price-label:before {
      display: none; }
    .no-evaluation .price-label:after {
      width: 10px;
      height: 10px;
      left: 7px;
      top: 21px; }
  .price-label:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #f3f3f3 transparent transparent; }
  .price-label:after {
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #f3f3f3 transparent; }
  .price-label-title {
    position: relative;
    /* - 19px - */
    font-size: 1.2666666666em;
    font-weight: bold; }
  .price-label .price {
    line-height: 1.2em;
    position: relative;
    /* - 29px - */
    font-size: 1.9333333333em; }
    .price-label .price .uah-price {
      font-weight: bold;
      /* - 42px - */
      font-size: 1.44827586em; }
    .price-label .price .usd-price {
      /* - 25px - */
      font-size: 0.8620689655em; }

.car-price-chart {
  text-align: center;
  background: white;
  padding-bottom: 40px;
  padding-top: 15px;
  margin-bottom: -20px; }
  .car-price-chart--car-name {
    color: #05060b;
    font-size: 1.8666666666em;
    font-family: 'intro-book', 'serif';
    font-weight: 500; }

/* How it works Begin */
.how-it-works {
  font-family: "calibri";
  color: #4c4c4c;
  text-align: center; }
  .how-it-works .header {
    color: #121212; }
  .how-it-works.funnel {
    padding-top: 3em; }
  .how-it-works .slogan {
    margin-top: 7px;
    /* - 22px - */
    font-size: 1.46666666em;
    color: #05060b; }
  .how-it-works .slogan-small {
    font-size: 1.1333333333em; }
  .how-it-works .icon {
    background-color: #f3f3f3;
    border-radius: 100%;
    display: inline-block;
    padding: 24px; }
    .how-it-works .icon > span {
      display: block;
      width: 64px;
      height: 64px;
      margin: 0 auto; }
    .how-it-works .icon .evaluate {
      background: url(static/theme/images/price-tag.svg) 100% no-repeat; }
    .how-it-works .icon .book {
      background: url(static/theme/images/calendar.svg) 100% no-repeat; }
    .how-it-works .icon .review {
      background: url(static/theme/images/inspection.svg) 100% no-repeat; }
    .how-it-works .icon .auction {
      background: url(static/theme/images/auction.svg) 100% no-repeat; }
    .how-it-works .icon .bookmark {
      background: url(static/theme/images/bookmark.svg) 100% no-repeat; }
    .how-it-works .icon .sell {
      background: url(static/theme/images/cash.svg) 100% no-repeat; }
  .how-it-works ol {
    margin-top: 46px;
    counter-reset: item;
    margin-left: 0;
    padding-left: 0; }
  .how-it-works li {
    width: 160px;
    min-height: 170px;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    margin: 0 12px 2em; }
    .how-it-works li:before {
      left: 0;
      top: 0;
      color: white;
      position: absolute;
      display: inline-block;
      content: counter(item);
      background-color: #43b02a;
      counter-increment: item;
      font-weight: bold;
      font-size: 18px;
      padding: .2em .6em .1em;
      border-radius: 100%; }
    .how-it-works li img {
      width: 64px;
      height: 64px; }
  .how-it-works h4 {
    font-family: "calibri";
    font-weight: bold;
    font-size: 1.3333333333em; }
  .how-it-works .btn {
    padding-left: 76px;
    padding-right: 76px; }

/* How it works End */
.modal-dialog, .evaluator-modal {
  color: #4c4c4c;
  background-color: inherit; }
  .modal-dialog a, .evaluator-modal a,
  .modal-dialog a:visited, .evaluator-modal a:visited {
    text-decoration: none;
    color: #4e4e4e; }
  .modal-dialog .modal-content, .evaluator-modal .modal-content {
    /* Hiding background color for other border-radius */
    border-radius: 8px; }
  .modal-dialog button.close-modal, .evaluator-modal button.close-modal {
    font-size: 1.8em;
    padding: 2px 7px 0px;
    color: white;
    opacity: 1;
    background: #2f7b1d;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -12px;
    border: 2px solid white; }
    .modal-dialog button.close-modal:hover, .evaluator-modal button.close-modal:hover {
      background-color: #43b02a; }
  .modal-dialog button[type="submit"], .evaluator-modal button[type="submit"] {
    color: white;
    background-color: #ff8200;
    border-color: #ff8200;
    display: block;
    margin-left: auto;
    font-weight: bold;
    padding: 0.8em 3.5em; }
    .modal-dialog button[type="submit"]:active:focus, .evaluator-modal button[type="submit"]:active:focus, .modal-dialog button[type="submit"]:active:hover, .evaluator-modal button[type="submit"]:active:hover, .modal-dialog button[type="submit"]:active, .evaluator-modal button[type="submit"]:active {
      color: white;
      box-shadow: none;
      border-color: #dc7000;
      background-color: #dc7000; }
    .modal-dialog button[type="submit"]:hover, .evaluator-modal button[type="submit"]:hover {
      color: white;
      border-color: #d76d00;
      background-color: #ff8200;
      box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
    .modal-dialog button[type="submit"]:focus, .evaluator-modal button[type="submit"]:focus {
      color: white;
      background-color: #ff8200;
      border: 1px solid #ce6900; }
    .modal-dialog button[type="submit"] a, .evaluator-modal button[type="submit"] a, .modal-dialog button[type="submit"] a:hover, .evaluator-modal button[type="submit"] a:hover, .modal-dialog button[type="submit"] a:active, .evaluator-modal button[type="submit"] a:active, .modal-dialog button[type="submit"] a:visited, .evaluator-modal button[type="submit"] a:visited {
      color: white; }
  .modal-dialog .modal-header, .evaluator-modal .modal-header {
    border-radius: 7px 7px 0 0;
    background-color: #43b02a;
    color: white;
    text-align: center;
    border-bottom: none;
    font-size: 115%;
    font-weight: bold; }
  .modal-dialog .modal-body, .evaluator-modal .modal-body {
    border-radius: 0 0 7px 7px;
    padding: 20px 2em 2em; }
  .modal-dialog .form-group:before, .evaluator-modal .form-group:before, .modal-dialog .form-group:after, .evaluator-modal .form-group:after {
    content: " ";
    display: table; }
  .modal-dialog .form-group:after, .evaluator-modal .form-group:after {
    clear: both; }
  .modal-dialog .form-group label, .evaluator-modal .form-group label {
    width: 50%;
    float: left;
    line-height: 34px; }
  .modal-dialog .form-group input, .evaluator-modal .form-group input {
    width: 50%;
    float: left; }
  .modal-dialog .call-back-modal.modal-content, .evaluator-modal .call-back-modal.modal-content {
    margin-top: 15%; }
  .modal-dialog .call-back-modal .modal-body, .evaluator-modal .call-back-modal .modal-body {
    background-color: #f3f3f3; }
  .modal-dialog .call-back-modal .form-group, .evaluator-modal .call-back-modal .form-group {
    text-align: center; }
    .modal-dialog .call-back-modal .form-group input, .evaluator-modal .call-back-modal .form-group input {
      margin-left: auto;
      margin-right: auto;
      float: none; }
  .modal-dialog .call-back-modal .phone-input input, .evaluator-modal .call-back-modal .phone-input input {
    width: 100%;
    text-align: center; }
  .modal-dialog .call-back-modal .btn-et-warning, .evaluator-modal .call-back-modal .btn-et-warning {
    border-radius: 4px;
    width: 100%;
    padding: 7px 0 6px; }
  .modal-dialog .confirm_button_wrapper, .evaluator-modal .confirm_button_wrapper {
    margin: 1em 0; }
    @media screen and (max-width: 768px) {
      .modal-dialog .confirm_button_wrapper > *, .evaluator-modal .confirm_button_wrapper > * {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-bottom: 1em; } }

.evaluator-modal {
  border-radius: 7px;
  margin: 5em auto; }

.ReactModal__Content {
  outline: none; }

.ReactModal__Overlay {
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.portlet-wrapper {
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }
  .portlet-wrapper .ignore_click {
    pointer-events: none; }
  .portlet-wrapper .ng-scope .form-group {
    position: relative;
    display: table;
    width: 100%; }
  .portlet-wrapper .ModelYear .wbac-dropdown-wrapper:after {
    background-color: #eb1b23; }
  .portlet-wrapper .Manufacturer .wbac-dropdown-wrapper:after {
    background-color: #fbb712; }
  .portlet-wrapper .ModelName .wbac-dropdown-wrapper:after {
    background-color: #43b02a; }
  .portlet-wrapper .wbac-dropdown-wrapper {
    font-family: "Fregat";
    font-size: 18px;
    background-color: white;
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb; }
    .portlet-wrapper .wbac-dropdown-wrapper:after {
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Old Chrome, Safari, Opera, Android */
      transform: rotate(90deg);
      width: 30px;
      height: 30px;
      top: 3px;
      content: "";
      display: block;
      position: absolute;
      right: 4px;
      background-position: 56% 47%;
      background-size: 10px 15px;
      background-image: url(static/theme/images/white-arrow.svg);
      background-repeat: no-repeat; }
  .portlet-wrapper .form-group {
    margin-bottom: 12px; }
    .portlet-wrapper .form-group select {
      height: 38px;
      width: 100%;
      z-index: 5;
      position: relative;
      cursor: pointer;
      color: black;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      box-sizing: border-box;
      opacity: 0;
      font-size: 100%; }
    .portlet-wrapper .form-group .display-wrapper {
      height: 38px;
      position: absolute;
      top: 6px;
      left: 5px;
      margin-right: 40px;
      overflow: hidden;
      display: block;
      white-space: nowrap;
      color: black;
      font-weight: bold;
      width: 78%; }
      .portlet-wrapper .form-group .display-wrapper[disabled="disabled"] {
        opacity: 0.4;
        font-weight: normal; }
  .portlet-wrapper label {
    display: none; }
  .portlet-wrapper .btn-portlet {
    background-color: #f0ad4e;
    border-color: #eea236; }

.portlet-horizontal-wrapper {
  padding: 25px 0 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  .portlet-horizontal-wrapper .horizontal_portlet--image {
    display: block;
    height: 60px;
    background: url(static/theme/images/mobilestep1.png) no-repeat;
    background-size: auto 100%;
    max-width: 72px;
    margin-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .portlet-horizontal-wrapper .horizontal_portlet--image {
        margin-left: auto;
        margin-right: auto;
        background-size: auto 100%; } }
  .portlet-horizontal-wrapper .Manufacturer--horizontal {
    padding-left: 10px;
    margin: 0 auto 15px;
    border-radius: 10px;
    background: #fafafa;
    height: 52px;
    width: 100%;
    padding-top: 5px;
    padding-right: 10px; }
  .portlet-horizontal-wrapper .Manufacturer .wbac-dropdown-wrapper:after {
    background-color: #43b02a; }
  .portlet-horizontal-wrapper .horizontal_portlet--button {
    padding-top: 9px; }

.portlet-vertical-wrapper {
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  position: relative;
  background: white;
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 19px 0 rgba(50, 50, 50, 0.82);
  -moz-box-shadow: 0 3px 19px 0 rgba(50, 50, 50, 0.82);
  box-shadow: 0 3px 19px 0 rgba(50, 50, 50, 0.82);
  margin: 15px 0; }
  .portlet-vertical-wrapper .portletHeader {
    font-family: "Fregat";
    height: 70px;
    border-radius: 4px 4px 0 0;
    color: white;
    background: black;
    margin: 0;
    font-size: 125%;
    line-height: 23px;
    padding: 15px 8px;
    font-weight: bold; }
  .portlet-vertical-wrapper .portletItem {
    padding: 15px 5px; }
  .portlet-vertical-wrapper .next-step {
    border: 1px solid #7c1006;
    line-height: 13px;
    font-family: "Fregat";
    white-space: normal;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 190px;
    height: 42px;
    display: block; }
    .portlet-vertical-wrapper .next-step:active, .portlet-vertical-wrapper .next-step:focus, .portlet-vertical-wrapper .next-step:hover {
      border: 1px solid #7c1006; }
    .portlet-vertical-wrapper .next-step:after {
      display: block;
      cursor: default;
      content: "";
      bottom: -23px;
      width: 100%;
      position: absolute;
      border-radius: 15px 15px 0 0;
      height: 15px;
      left: 0; }
    .portlet-vertical-wrapper .next-step span {
      width: 100%;
      color: white;
      font-size: 76%; }
      .portlet-vertical-wrapper .next-step span:after {
        background-image: url(static/theme/images/white-arrow.svg);
        background-size: 13px 20px;
        background-repeat: no-repeat;
        position: absolute;
        display: block;
        content: "";
        width: 13px;
        height: 20px;
        right: 0;
        top: 10px; }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .portlet-vertical-wrapper .next-step {
      max-width: 281px;
      height: 70px;
      margin-bottom: 38px; }
      .portlet-vertical-wrapper .next-step span {
        line-height: 25px;
        font-size: 110%; }
        .portlet-vertical-wrapper .next-step span:after {
          background-size: 25px 37px;
          width: 25px;
          height: 37px;
          top: 14px; } }
  @media screen and (max-width: 768px) {
    .portlet-vertical-wrapper .form-group select {
      height: 65px; }
    .portlet-vertical-wrapper .form-group .display-wrapper {
      text-align: left;
      line-height: 51px; }
    .portlet-vertical-wrapper .form-group .wbac-dropdown-wrapper:after {
      width: 52px;
      height: 50px;
      right: 4px;
      top: 7px;
      background-size: 14px 19px; }
    .portlet-vertical-wrapper .next-step {
      margin-bottom: 38px;
      max-width: 281px;
      height: 70px; }
      .portlet-vertical-wrapper .next-step span {
        line-height: 25px;
        font-size: 110%; }
        .portlet-vertical-wrapper .next-step span:after {
          background-size: 25px 37px;
          width: 25px;
          height: 37px;
          top: 14px; } }

.portlet-full-width .next-step:after {
  display: none; }

.portlet-full-width .next-step {
  max-width: 400px;
  min-height: 65px;
  padding-right: 35px; }
  .portlet-full-width .next-step span {
    font-size: 1.5em;
    line-height: 1em; }
    .portlet-full-width .next-step span:after {
      width: 26px;
      height: 37px;
      background-size: 26px 37px;
      right: 5px;
      top: 13px; }

.portlet-full-width .portlet-vertical-wrapper {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.portlet-full-width .portlet-wrapper {
  margin-top: 2em;
  width: 65%;
  margin-left: auto;
  margin-right: auto; }
  .portlet-full-width .portlet-wrapper .form-group {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
    background: #fafafa;
    padding: 0.3em 1em;
    margin-bottom: 3em;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .portlet-full-width .portlet-wrapper .form-group {
        padding: 0;
        border-radius: 0;
        box-shadow: none; } }
    .portlet-full-width .portlet-wrapper .form-group:after {
      position: absolute;
      display: block;
      content: "";
      width: 65px;
      height: 30px;
      background: url(static/theme/images/shadow.png) no-repeat;
      right: 50%;
      margin-top: -1px;
      margin-right: -32px;
      top: 100%; }
      @media screen and (max-width: 768px) {
        .portlet-full-width .portlet-wrapper .form-group:after {
          display: none; } }
  .portlet-full-width .portlet-wrapper .wbac-dropdown-wrapper {
    display: inline-block;
    width: 60%;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .portlet-full-width .portlet-wrapper .wbac-dropdown-wrapper {
        width: 100%; } }
  .portlet-full-width .portlet-wrapper label {
    text-transform: lowercase;
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    font-family: "Fregat";
    font-weight: 300;
    font-size: 1.3em;
    padding: 0.5em 0; }
    @media screen and (max-width: 768px) {
      .portlet-full-width .portlet-wrapper label {
        display: none; } }
  .portlet-full-width .portlet-wrapper .label-number-before:before, .portlet-full-width .portlet-wrapper .ModelYear:before, .portlet-full-width .portlet-wrapper .Manufacturer:before, .portlet-full-width .portlet-wrapper .ModelName:before {
    width: 1em;
    vertical-align: middle;
    display: inline-block;
    font-family: "Fregat";
    font-size: 3em; }
    @media screen and (max-width: 768px) {
      .portlet-full-width .portlet-wrapper .label-number-before:before, .portlet-full-width .portlet-wrapper .ModelYear:before, .portlet-full-width .portlet-wrapper .Manufacturer:before, .portlet-full-width .portlet-wrapper .ModelName:before {
        display: none; } }
  .portlet-full-width .portlet-wrapper .ModelYear:before {
    content: '1';
    color: #eb1b23; }
  .portlet-full-width .portlet-wrapper .Manufacturer:before {
    content: '2';
    color: #fbb712; }
  .portlet-full-width .portlet-wrapper .ModelName:before {
    content: '3';
    color: #43b02a; }
  @media screen and (max-width: 768px) {
    .portlet-full-width .portlet-wrapper {
      width: 90%; } }

.portlet-full-width .portletHeader {
  display: none; }

.portlet-full-width .portletItem > span {
  display: none; }

.widget-full-width.widget {
  margin-bottom: 24px;
  padding: 22px 22px 15px;
  border-radius: 10px; }
  .bg-grey .widget-full-width.widget {
    /* Handle other backgrounds */
    background: white; }
  .widget-full-width.widget .select {
    margin-bottom: 16px;
    border-radius: 4px; }
  .widget-full-width.widget .btn-et-warning {
    padding: 6px 37px;
    border-radius: 4px;
    max-width: 220px;
    font-size: inherit; }
  .widget-full-width.widget .private-policy {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto; }

.widget-horizontal.widget {
  text-align: left;
  background-color: #f3f3f3;
  padding: 13px 18px;
  margin-top: 2em;
  font-family: "calibri";
  color: #171717;
  /* Hack for Bootstrap for display inline with vertical-align: middle */ }
  .widget-horizontal.widget .horizontal-widget-text {
    font-size: 16px;
    font-weight: bold;
    line-height: initial; }
  .widget-horizontal.widget .evaluations {
    color: #4c4c4c;
    font-size: 12px; }
  .widget-horizontal.widget .horizontal-widget-image-wrapper {
    border-radius: 100%;
    background: white;
    padding: 26px 10px; }
    @media screen and (max-width: 768px) {
      .widget-horizontal.widget .horizontal-widget-image-wrapper {
        margin-bottom: 1em; } }
  .widget-horizontal.widget .horizontal-widget-image {
    display: block;
    max-width: 100%; }
  .widget-horizontal.widget .select:before {
    color: white;
    background-color: #ff8200;
    border-color: #ff8200;
    background: url(static/theme/images/select-white.png) #ff8200 no-repeat;
    background-position: 50% 50%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 37px;
    top: 5px;
    height: 100%; }
    .widget-horizontal.widget .select:before:active:focus, .widget-horizontal.widget .select:before:active:hover, .widget-horizontal.widget .select:before:active {
      color: white;
      box-shadow: none;
      border-color: #dc7000;
      background-color: #dc7000; }
    .widget-horizontal.widget .select:before:hover {
      color: white;
      border-color: #d76d00;
      background-color: #ff8200;
      box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
    .widget-horizontal.widget .select:before:focus {
      color: white;
      background-color: #ff8200;
      border: 1px solid #ce6900; }
    .widget-horizontal.widget .select:before a, .widget-horizontal.widget .select:before a:hover, .widget-horizontal.widget .select:before a:active, .widget-horizontal.widget .select:before a:visited {
      color: white; }
  .widget-horizontal.widget .btn-et-warning {
    padding-top: 18px;
    padding-bottom: 16px;
    font-size: 15px;
    border-radius: 4px; }
  .widget-horizontal.widget .widget-wrapper > div {
    vertical-align: middle;
    display: inline-block;
    float: none; }

.panel-widget-external, .widget.widget-vertical, #widget-vertical {
  -webkit-box-shadow: 0 3px 19px 0 rgba(50, 50, 50, 0.82);
  box-shadow: 0 3px 19px 0 rgba(50, 50, 50, 0.82);
  font-family: "calibri";
  padding-bottom: 1em;
  background-color: white;
  margin: 2em auto; }
  .panel-widget-external .select:before, .widget.widget-vertical .select:before, #widget-vertical .select:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    width: 26px;
    top: 9px;
    height: 26px;
    border-radius: 5px;
    background-position: 56% 47%;
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-image: url(static/theme/images/white-arrow.svg); }
  .panel-widget-external .select-wrapper, .widget.widget-vertical .select-wrapper, #widget-vertical .select-wrapper {
    margin-bottom: 1em; }
  .panel-widget-external .panel-heading, .widget.widget-vertical .panel-heading, #widget-vertical .panel-heading {
    border-radius: 7px 7px 0 0;
    background: black;
    text-align: center;
    color: white;
    margin: 0 0 2em 0; }
    .panel-widget-external .panel-heading h3, .widget.widget-vertical .panel-heading h3, .panel-widget-external .panel-heading .app-blog h1, .app-blog .panel-widget-external .panel-heading h1, .widget.widget-vertical .panel-heading .app-blog h1, .app-blog .widget.widget-vertical .panel-heading h1, #widget-vertical .panel-heading h3, #widget-vertical .panel-heading .app-blog h1, .app-blog #widget-vertical .panel-heading h1 {
      color: white;
      padding: 1em 0 0.5em;
      text-transform: uppercase;
      margin: 0; }
  .panel-widget-external .panel-body, .widget.widget-vertical .panel-body, #widget-vertical .panel-body {
    padding: 0 1em; }
  .panel-widget-external .btn-next, .widget.widget-vertical .btn-next, #widget-vertical .btn-next {
    font-size: 1em; }
  .panel-widget-external .widget-slogan, .widget.widget-vertical .widget-slogan, #widget-vertical .widget-slogan {
    text-align: center; }

#widget-vertical {
  padding-bottom: 0; }

.spinner {
  margin-top: 30px; }

/* New Spinner
@include keyframes-spinner(){
  0% {
    opacity: 0;
    left: 0;
  }
  25% {
    opacity: 1;
    left: 50%
  }
  75%{
    left: 50%;
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 100%;
  }
};
.spinner{
  z-index: $z-index-max;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  left: 0;
  &-body{
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 25%;
    background: $theme-color-green;
    padding: 30px;
    border-radius: 4px;
    overflow: hidden;
  }
  &-img-wrapper{
    margin-bottom: .5em;
  }
  &-img{
    width: 180px;
  }
  &-dot-wrapper{
    height: .5em;
  }
  &-dot{
    line-height: .001em;
    opacity: 0;
    position: absolute;
    font-size: 5em;
    color: white;
    @include animate(spinner, 4s, infinite);
  }
  &-dot-1{
    margin-left: 30px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  &-dot-2{
    margin-left: 10px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  &-dot-3{
    margin-left: -10px;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  &-dot-4{
    margin-left: -30px;
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
  }
}*/
.expired-ref-no .modal-title {
  text-align: center; }

.expired-ref-no .modal-body {
  text-align: center; }

.express-department--panel-heading {
  background-color: #43b02a;
  color: white;
  position: relative; }

.express-department--panel-title {
  padding-left: 50px;
  font-size: 1.2em; }

.express-department .etachka-fuel {
  position: absolute;
  left: 20px;
  top: 5px;
  font-size: 32px; }

.express-department--icon {
  width: 50px;
  margin-left: 5px;
  height: 61px;
  position: absolute;
  margin-top: -30px;
  left: 0;
  top: 50%;
  display: inline-block;
  background: url(static/theme/images/best-offer-express-white.png) 100% no-repeat;
  background-size: cover; }

body {
  overflow-x: hidden; }

.new-deals-examples-carousel .slick-slider {
  position: relative; }

.new-deals-examples-carousel .slick-arrow {
  position: absolute;
  display: inline-block;
  z-index: 1000;
  top: 50%;
  margin-top: -36px;
  width: 32px;
  height: 72px;
  cursor: pointer; }

.new-deals-examples-carousel .slick-prev {
  left: -30px; }
  @media screen and (max-width: 768px) {
    .new-deals-examples-carousel .slick-prev {
      left: -6px; } }

.new-deals-examples-carousel .slick-next {
  right: -30px; }
  @media screen and (max-width: 768px) {
    .new-deals-examples-carousel .slick-next {
      right: -6px; } }

.new-deals-examples-carousel .slick-slide {
  padding: 10px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .new-deals-examples-carousel .slick-slide {
      padding: 0 40px; } }
  .new-deals-examples-carousel .slick-slide-info-wrapper {
    position: absolute;
    bottom: 10px;
    left: 18px; }
    @media screen and (max-width: 768px) {
      .new-deals-examples-carousel .slick-slide-info-wrapper {
        left: 54px; } }
  .new-deals-examples-carousel .slick-slide-title, .new-deals-examples-carousel .slick-slide-description {
    text-align: left;
    margin: 0; }

.new-deals-examples-carousel .slick-dots {
  list-style: none;
  margin-top: 25px;
  padding: 0; }
  .new-deals-examples-carousel .slick-dots li {
    display: inline-block;
    padding: 4px; }
    .new-deals-examples-carousel .slick-dots li button {
      display: block;
      width: 47px;
      margin: 0 auto;
      opacity: 0; }
    .new-deals-examples-carousel .slick-dots li:after {
      content: '';
      display: block;
      background-color: #dedede;
      height: 5px;
      width: 47px;
      margin-top: -16px; }
  .new-deals-examples-carousel .slick-dots .slick-active:after {
    background-color: white; }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: rgba(0, 0, 0, 0.1); }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 150px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 148px;
  overflow-y: auto; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 8px; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  /* Fallback color for IE 8 */
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

.ReactModal__Content.ReactModal__Content--after-open {
  background: transparent; }

.bonus-popup {
  color: black;
  max-width: 675px;
  margin: 2em auto 0;
  text-align: center; }
  .bonus-popup .modal-content {
    margin-top: 15%;
    background-color: #f3f3f3;
    overflow: hidden;
    border-radius: 4px; }
    @media screen and (max-width: 768px) {
      .bonus-popup .modal-content {
        font-size: 8px; } }
  .bonus-popup .modal-body {
    float: left;
    width: 60%;
    right: 60%; }
  .bonus-popup .modal-body-bonus {
    background: transparent;
    color: white;
    float: left;
    width: 40%; }
  .bonus-popup .bonus-title {
    font-size: 2.73333333em;
    margin: 46px 0 25px 0; }
  .bonus-popup .text {
    /* - 28px - */
    font-size: 1.866666666em; }
  .bonus-popup .modal-title {
    margin: 34px 0 30px;
    font-size: 1.93333333333em;
    line-height: 1.2em; }
  .bonus-popup .modal-header {
    background: #43b02a; }
  .bonus-popup .bonus {
    /* - 33px - */
    font-size: 4.4em;
    font-family: "IdealistSans";
    font-weight: bold;
    margin-bottom: 0; }
  .bonus-popup .bonus-text {
    font-size: 1.86666666666em;
    text-align: center;
    margin-left: 21px;
    margin-right: 21px;
    line-height: 0.8em;
    margin-bottom: .6em; }
  .bonus-popup .timer {
    line-height: 1em;
    /* - 76px - */
    font-size: 5.066666666666em;
    padding-top: 6px;
    border-radius: 4px;
    color: black;
    margin-left: 25px;
    margin-right: 25px;
    background: white;
    margin-bottom: 60px; }
  .bonus-popup .cancel-booking {
    color: #424242;
    text-decoration: underline;
    font-size: .8em;
    margin: 0; }
  .bonus-popup .same-height {
    position: relative;
    right: -60%;
    background: url(static/theme/images/bonus-bg.png) 100% repeat;
    background-color: #43b02a; }
    .bonus-popup .same-height:before, .bonus-popup .same-height:after {
      content: " ";
      display: table; }
    .bonus-popup .same-height:after {
      clear: both; }
  .bonus-popup .bonus-icon {
    width: 57px;
    height: 37px;
    background: url(static/theme/images/car-sold.png) 100% 100% no-repeat;
    display: inline-block;
    background-size: contain; }
  .bonus-popup .btn-bonus {
    font-size: 1.4em;
    border-radius: 4px;
    margin-bottom: .4em; }

.search-input {
  height: 100%;
  overflow: hidden;
  padding: 15px; }
  .search-input--input-wrapper {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid black; }
    .search-input--input-wrapper:after {
      position: absolute;
      right: 0;
      font-size: 18px;
      color: #757575;
      font-family: "etachka";
      content: "c"; }
    .search-input--input-wrapper input {
      font-size: 20px;
      outline: none;
      border: none;
      width: 100%; }
  .search-input--menu {
    height: calc(100% - 41px);
    overflow-y: auto; }
  .search-input--item {
    font-size: 16px;
    padding: 8px 0;
    text-align: left;
    cursor: pointer; }
  .search-input--item-wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(128, 128, 128, 0.2); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.unsupported-browser {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100; }
  .unsupported-browser--close {
    display: inline-block;
    padding: 0 30px;
    vertical-align: super; }
  .unsupported-browser--description {
    width: calc(100% - 80px);
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle; }
    .unsupported-browser--description h3, .unsupported-browser--description .app-blog h1, .app-blog .unsupported-browser--description h1 {
      font-size: 16px; }
    .unsupported-browser--description h5 {
      font-size: 14px; }

/* Promo block Begin */
.promo {
  font-family: "calibri";
  color: white;
  background: url(static/theme/images/background.jpg) 50% 100% no-repeat;
  background-size: cover;
  background-color: #2f7b1d; }
  @media screen and (min-width: 988px) {
    .promo {
      padding-top: 3.31428em; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .promo {
      padding-top: 2em; } }
  @media screen and (max-width: 768px) {
    .promo {
      padding-top: 2em; } }
  .promo h1 {
    /* - 40px - */
    font-size: 2.6666666666em;
    font-family: "calibri";
    margin: 0 0 .5em; }
  .promo .bold-line {
    max-width: 141px;
    min-height: 4px;
    background-color: white; }
  .promo .promo-text {
    /* - 19px - */
    font-size: 1.2666666666em;
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 1.1em;
    text-align: left;
    color: #ececec; }
    @media screen and (min-width: 988px) {
      .promo .promo-text {
        padding-right: 3em; } }
  .promo .promo-end-text {
    color: #ececec;
    text-align: center;
    /* - 16px - */
    font-size: 1.06666666666em;
    margin: 1.8em 0; }
    @media screen and (min-width: 988px) {
      .promo .promo-end-text {
        margin: 30px 0 26px; } }

.tank-banner {
  background: url(static/theme/images/bg-clear.png);
  color: #ffffff;
  font-family: "calibri"; }
  .tank-banner .container {
    background: url(static/theme/images/bg-boy.png) no-repeat 42% 27%;
    background-size: cover; }
    @media screen and (min-width: 988px) {
      .tank-banner .container {
        background-size: 55%;
        background-position: 84% 34%; } }
  .tank-banner--title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700; }
  .tank-banner--info {
    font-size: 14px;
    font-weight: 400; }
  .tank-banner--button {
    margin-top: 36px;
    width: 208px;
    float: right;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color: #eb1478;
    border-color: #eb1478;
    -webkit-transition: all;
    -o-transition: all;
    transition: all; }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .tank-banner--button {
        margin-top: 10px;
        float: none; } }
    @media screen and (max-width: 768px) {
      .tank-banner--button {
        margin-top: 10px;
        float: none; } }
    .tank-banner--button:active:focus, .tank-banner--button:active:hover, .tank-banner--button:active {
      color: white;
      box-shadow: none;
      border-color: #cb1168;
      background-color: #cb1168; }
    .tank-banner--button:hover {
      color: white;
      border-color: #c61166;
      background-color: #eb1478;
      box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
    .tank-banner--button:focus {
      color: white;
      background-color: #eb1478;
      border: 1px solid #be1061; }
    .tank-banner--button a, .tank-banner--button a:hover, .tank-banner--button a:active, .tank-banner--button a:visited {
      color: white; }
  .tank-banner--copyright {
    float: right;
    margin-top: 12px;
    width: 150px; }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .tank-banner--copyright {
        float: none;
        margin: 12px auto; } }
    @media screen and (max-width: 768px) {
      .tank-banner--copyright {
        float: none;
        margin: 12px auto; } }
    .tank-banner--copyright img {
      float: right; }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .tank-banner {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .tank-banner {
      text-align: center; } }

/* Promo block End */
.page-app .how-it-works {
  background-color: #f3f3f3; }
  .page-app .how-it-works .icon {
    background-color: white; }

/* Why we Begin */
.why-we {
  font-family: "calibri";
  color: #121212;
  background-color: white; }
  .why-we-content {
    margin-top: 37px;
    margin-bottom: 50px; }
  .why-we:before, .why-we:after {
    content: " ";
    display: table; }
  .why-we:after {
    clear: both; }
  .why-we .box {
    margin-bottom: 3em;
    min-height: 85px; }
    @media screen and (max-width: 414px) {
      .why-we .box {
        min-height: auto;
        position: relative; } }
  .why-we .icon {
    width: 60px;
    margin-right: 20px;
    float: left; }
    @media screen and (max-width: 414px) {
      .why-we .icon {
        width: 60px;
        position: absolute; } }
    .why-we .icon > span {
      margin-left: auto;
      display: block; }
    .why-we .icon .speed {
      background: url(static/theme/images/time.svg) 100% no-repeat;
      width: 48px;
      height: 65px; }
    .why-we .icon .best-price {
      background: url(static/theme/images/shield.svg) 100% no-repeat;
      width: 49px;
      height: 65px; }
    .why-we .icon .simplicity {
      background: url(static/theme/images/file.svg) 100% no-repeat;
      width: 47px;
      height: 62px; }
    .why-we .icon .confidence {
      background: url(static/theme/images/strongbox.svg) 100% no-repeat;
      width: 67px;
      height: 66px; }
  .why-we .content {
    width: calc(100% - 80px);
    float: left; }
    @media screen and (max-width: 414px) {
      .why-we .content {
        margin-left: 80px;
        float: none; } }
    .why-we .content .head {
      line-height: 1em;
      font-weight: bold;
      margin-bottom: 2px;
      /* - 16px - */
      font-size: 1.06666666666em; }

/* Why we Begin */
/* Examples Begin */
.examples {
  font-family: "calibri";
  color: white;
  background-color: #f3f3f3;
  text-align: center; }
  .examples .slick-arrow.slick-prev {
    background: url(static/theme/images/nav-active-prev.png) no-repeat 100% 100%; }
  .examples .slick-arrow.slick-next {
    background: url(static/theme/images/nav-active-next.png) no-repeat 100% 100%; }
  .examples .slick-dots {
    visibility: hidden;
    height: 0; }
  @media screen and (max-width: 768px) {
    .examples .new-deals-examples-carousel {
      margin-bottom: 30px; } }
  .examples h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 1.6em;
    margin-bottom: 0.8em; }
  .examples .slider {
    margin: 5em 0 3em;
    padding: 0 32px; }
    .examples .slider-item {
      width: 30.888888%;
      margin: 0 1.222222%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .examples .slider-item {
          width: auto; } }
      .examples .slider-item:before {
        background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        content: ''; }
      .examples .slider-item p {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
        margin-bottom: 0; }
      .examples .slider-item span {
        padding: 3px 2px;
        font-weight: bold; }
      .examples .slider-item img {
        max-width: 100%; }
    .examples .slider-nav span {
      -webkit-transition: all ease-in 0.2s;
      -moz-transition: all ease-in 0.2s;
      -o-transition: all ease-in 0.2s;
      top: 50%;
      margin-top: -36.5px;
      position: absolute;
      display: block;
      width: 32px;
      height: 73px;
      opacity: 0.8;
      cursor: pointer; }
      .examples .slider-nav span:hover {
        opacity: 1; }
    .examples .slider-nav .back {
      left: 0;
      background: url(static/theme/images/nav-active-prev.png) 100% 100% no-repeat; }
    .examples .slider-nav .next {
      right: 0;
      background: url(static/theme/images/nav-active-next.png) 100% 100% no-repeat; }
  .examples .btn {
    margin-bottom: 47px;
    padding-left: 76px;
    padding-right: 76px; }

/* Examples End */
/* Departments Begin */
.departments {
  font-family: "calibri";
  background-color: #43b02a;
  color: white; }
  .departments .section-title, .departments .theme-title, .departments .new-catalog--car-info .catalog-info h2, .new-catalog--car-info .catalog-info .departments h2, .departments .confirmation-page h2, .confirmation-page .departments h2 {
    text-align: center;
    color: white;
    margin-top: 1.5em; }
    .departments .section-title:after, .departments .theme-title:after, .departments .new-catalog--car-info .catalog-info h2:after, .new-catalog--car-info .catalog-info .departments h2:after, .departments .confirmation-page h2:after, .confirmation-page .departments h2:after {
      background: white;
      margin-bottom: 0; }
    @media screen and (min-width: 988px) {
      .departments .section-title, .departments .theme-title, .departments .new-catalog--car-info .catalog-info h2, .new-catalog--car-info .catalog-info .departments h2, .departments .confirmation-page h2, .confirmation-page .departments h2 {
        text-align: left; }
        .departments .section-title:after, .departments .theme-title:after, .departments .new-catalog--car-info .catalog-info h2:after, .new-catalog--car-info .catalog-info .departments h2:after, .departments .confirmation-page h2:after, .confirmation-page .departments h2:after {
          margin-left: 0; } }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .departments .section-title, .departments .theme-title, .departments .new-catalog--car-info .catalog-info h2, .new-catalog--car-info .catalog-info .departments h2, .departments .confirmation-page h2, .confirmation-page .departments h2 {
        text-align: left; }
        .departments .section-title:after, .departments .theme-title:after, .departments .new-catalog--car-info .catalog-info h2:after, .new-catalog--car-info .catalog-info .departments h2:after, .departments .confirmation-page h2:after, .confirmation-page .departments h2:after {
          margin-left: 0; } }
  .departments .slogan {
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 1em; }
    @media screen and (min-width: 988px) {
      .departments .slogan {
        text-align: left; } }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .departments .slogan {
        text-align: left; } }
  .departments .infoBox {
    padding-left: 24px; }
  .departments .select {
    cursor: pointer;
    border: solid 1px #b4b4b4;
    position: relative;
    background-color: white;
    overflow-x: hidden;
    overflow-y: visible; }
    .departments .select:before {
      position: absolute;
      background: url(static/theme/images/sprite_main.png) -207px -22px no-repeat;
      content: '';
      top: 50%;
      right: 20px;
      margin-top: -5px;
      display: block;
      width: 17px;
      height: 10px; }
    .departments .select select {
      cursor: pointer;
      position: relative;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: transparent;
      border: none;
      color: #4c4c4c;
      /* Padding right added to prevent text overflowing with "select arrow(appearance)" */
      padding: 4px 40px 0 15px; }
      .departments .select select .default {
        color: #8c8c8c; }
      .departments .select select option {
        font-size: 120%; }
      .departments .select select::-ms-expand {
        display: none; }
      .departments .select select:disabled {
        background-color: #eee; }
  .departments .departments-search {
    margin: 0 auto 31px;
    position: relative;
    max-width: 296px; }
    @media screen and (min-width: 988px) {
      .departments .departments-search {
        margin: 55px 0 31px auto; } }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .departments .departments-search {
        margin: 55px 0 31px auto; } }
  .departments .search {
    font-size: 120%;
    color: #818181;
    padding-left: 6px;
    width: 100%;
    line-height: 34px;
    border: 1px solid #b4b4b4; }
  @media screen and (max-width: 768px) {
    .departments {
      padding-bottom: 3em; } }

/* Departments End */
/* Trust Begin */
.trust {
  color: #1d1d1d;
  font-family: "calibri";
  background-color: #f3f3f3; }
  .trust .slider {
    padding: 0 36px;
    margin: 1em 0;
    min-height: 300px; }
    .trust .slider-item:before, .trust .slider-item:after {
      content: " ";
      display: table; }
    .trust .slider-item:after {
      clear: both; }
    .trust .slider-item .image {
      overflow: hidden;
      float: left;
      border-radius: 100%;
      border: 4px solid #fafbfe;
      width: 68px;
      height: 68px; }
    .trust .slider-item .content {
      margin-left: 5%;
      width: calc(95% - 68px);
      float: left; }
    .trust .slider-nav span {
      width: 32px;
      height: 73px;
      margin-top: -36.5px; }
    .trust .slider-nav .back {
      background: url(static/theme/images/nav-active-prev.png) 100% 100% no-repeat;
      left: 0; }
    .trust .slider-nav .next {
      right: 0;
      background: url(static/theme/images/nav-active-next.png) 100% 100% no-repeat; }
    .trust .slider h5 {
      /* - 18px - */
      font-size: 1.2em;
      font-weight: bold;
      color: #0d0d0d;
      font-family: "calibri"; }
    .trust .slider .date {
      color: #6b6b6b; }
  .trust .warranty-labels {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 2em 0; }
    .trust .warranty-labels img {
      vertical-align: middle;
      margin: 1em;
      height: 150px; }
  .trust .quotes:before {
    margin-top: 77px;
    margin-left: -5px;
    margin-bottom: -7px;
    line-height: 0;
    font-family: "intro-book";
    display: block;
    /* - 86px - */
    font-size: 5.733333333em;
    content: "\201C";
    color: #0d0d0d; }

/* Trust End */
/* Brands Begin */
.brands {
  background: #ececec; }
  .brands dt {
    font-weight: normal; }
  .brands a {
    color: #43b02a;
    text-decoration: underline; }
  .brands .section-title, .brands .theme-title, .brands .new-catalog--car-info .catalog-info h2, .new-catalog--car-info .catalog-info .brands h2, .brands .confirmation-page h2, .confirmation-page .brands h2 {
    margin-top: 3em; }
  .brands .catalog-links-section {
    margin: 73px 0 83px; }
    @media screen and (max-width: 768px) {
      .brands .catalog-links-section {
        text-align: center; } }

/* Brands End */
/* Collapsible Block Begin */
.collapsible-block {
  padding-bottom: 1em;
  background: white;
  color: #2d2d2d;
  /* - 18px - */ }
  .collapsible-block .btn-wrapper {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2em; }
  .collapsible-block .btn-et-warning {
    /* - 13px - */
    font-size: 0.866666666666em;
    padding-left: 50px;
    padding-right: 50px; }
  .collapsible-block .collapsible-area {
    position: relative;
    overflow: hidden;
    padding-bottom: 1em;
    font-size: 1.2em; }
    .collapsible-block .collapsible-area p {
      margin-bottom: 1em;
      display: none; }
      .collapsible-block .collapsible-area p:first-child {
        display: block; }
    .collapsible-block .collapsible-area:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
  .collapsible-block .more-text {
    display: inline; }
  .collapsible-block .hide-text {
    display: none; }
  .collapsible-block.full-height .more-text {
    display: none; }
  .collapsible-block.full-height .hide-text {
    display: inline; }
  .collapsible-block.full-height .collapsible-area {
    padding-bottom: 0; }
    .collapsible-block.full-height .collapsible-area:after {
      display: none; }
    .collapsible-block.full-height .collapsible-area p {
      display: block; }

.funnel-title {
  background: #f3f3f3; }
  .funnel-title .section-title, .funnel-title .theme-title, .funnel-title .new-catalog--car-info .catalog-info h2, .new-catalog--car-info .catalog-info .funnel-title h2, .funnel-title .confirmation-page h2, .confirmation-page .funnel-title h2 {
    margin-top: 16px;
    text-transform: inherit; }

/* Funnel state Begin */
.funnel-state {
  font-size: 22px;
  background: #f3f3f3;
  color: #282828; }
  .funnel-state ol {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item; }
  .funnel-state li {
    vertical-align: middle;
    display: inline-block; }
  .funnel-state li:before {
    font-weight: bold;
    display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
    margin-right: .2em;
    vertical-align: middle; }
  .funnel-state .step {
    background: #f3f3f3;
    display: inline-block; }
    .funnel-state .step .icon {
      margin-right: 7px;
      vertical-align: middle;
      display: inline-block;
      background: #f3f3f3;
      padding: 5px;
      border-radius: 100%;
      background: #dbdbdb; }
      .funnel-state .step .icon:after {
        display: block;
        width: 27px;
        height: 27px;
        content: ''; }
    @media screen and (max-width: 768px) {
      .funnel-state .step {
        width: 20%;
        vertical-align: top; }
        .funnel-state .step .text {
          display: none; }
        .funnel-state .step li:before {
          visibility: hidden; } }
    @media screen and (max-width: 768px) {
      .funnel-state .step.active {
        width: 60%; } }
    .funnel-state .step.active .icon {
      background: #43b02a; }
    @media screen and (max-width: 768px) {
      .funnel-state .step.active .text {
        display: inline; }
      .funnel-state .step.active li:before {
        visibility: visible; } }
  .funnel-state .step-1:after {
    background: url(static/theme/images/step1.png) 100% no-repeat; }
  .funnel-state .step-2:after {
    background: url(static/theme/images/step2.png) 100% no-repeat; }
  .funnel-state .step-3:after {
    background: url(static/theme/images/step3.png) 100% no-repeat; }

.private-policy.stage-1 {
  font-weight: bold;
  /* - 11px - */
  font-size: .733333333em; }

/* Funnel state End */
.funnel-slogan {
  font-family: "calibri";
  background-color: #f3f3f3; }
  .funnel-slogan h2 {
    text-align: center;
    font-size: 1.4em;
    color: #43b02a; }

/* Background handler */
.evaluator .trust {
  background: #fefefe; }

.evaluator .how-it-works {
  background: #f3f3f3; }

.evaluator .buttons-block {
  background: #f3f3f3; }

@media screen and (min-width: 988px) {
  .evaluator .how-it-works li {
    margin-left: 30px;
    margin-right: 30px; } }

/* Car info Begin */
.evaluator .section-title:after, .evaluator .theme-title:after, .evaluator .new-catalog--car-info .catalog-info h2:after, .new-catalog--car-info .catalog-info .evaluator h2:after, .evaluator .confirmation-page h2:after, .confirmation-page .evaluator h2:after {
  margin-bottom: 0; }

.car-info {
  text-align: left;
  font-family: "calibri";
  color: black;
  margin-bottom: 0.6em; }
  .car-info-title {
    margin-top: 0;
    /* - 23px - */
    font-size: 1.53333333em; }
  .car-info-field {
    display: inline-block;
    margin-bottom: 0;
    /* - 16px - */
    font-size: 1.0666666666em;
    margin-right: .5em; }
    .car-info-field .text:after {
      content: ": "; }
  .car-info .value {
    color: #43b02a; }
  @media screen and (max-width: 768px) {
    .car-info {
      text-align: center; } }

/* Car info End */
/* Price correction Begin */
.price-correction {
  font-family: "calibri"; }
  .price-correction .custom-price {
    text-align: left;
    margin: 0 0 0.6em; }
    .price-correction .custom-price .link {
      font-weight: bold;
      cursor: pointer;
      color: #43b02a;
      text-decoration: underline; }
    .price-correction .custom-price span {
      color: #272727; }
  .price-correction .custom-price-form {
    background: white;
    padding: 7px 5px;
    margin-bottom: 1em; }
    .price-correction .custom-price-form input {
      border-radius: 0; }
  .price-correction .prefix {
    color: #4c4c4c;
    top: 1px;
    display: block;
    position: absolute;
    height: 37px;
    line-height: 40px;
    border-right: 1px solid #b4b4b4;
    padding: 0 5px;
    font-size: 0.8em; }
  .price-correction .form-group {
    position: relative;
    margin-bottom: 1em; }
  .price-correction input {
    border-radius: 3px;
    display: inline-block;
    width: 187px;
    height: 38px;
    background-color: transparent;
    color: #4c4c4c; }
  .price-correction button {
    /* Fix visible difference */
    margin-top: 1px;
    height: 38px;
    padding: 0 2em;
    margin-left: 0.4em; }

/* Price correction End */
/* Service info Begin */
.service-info {
  text-align: left; }
  .service-info-icon {
    width: 40px;
    margin-right: 14px;
    float: left; }
    .service-info-icon span {
      opacity: .4;
      display: inline-block;
      width: 37px;
      height: 37px; }
  .service-info-text {
    color: #5c5c5c;
    width: calc(100% - 54px);
    float: left;
    margin-top: 4px; }
  .service-info .free {
    background: url(static/theme/images/noun_621387_cc.svg) no-repeat; }
  .service-info .car-spec {
    background: url(static/theme/images/noun_819102_cc.svg) no-repeat; }
  .service-info .hammer {
    background: url(static/theme/images/noun_1466001_cc.svg) no-repeat; }
  .service-info .money {
    background: url(static/theme/images/noun_1636688_cc.svg) no-repeat; }

/* Service info End */
/* Summary Begin */
.summary {
  background: #43b02a;
  padding: 10px 0 2em;
  font-weight: bold; }
  .summary .summary-blocks > div {
    text-align: center; }
  .summary .summary-block {
    padding: 0 20px;
    color: white; }
    .summary .summary-block .icon-container {
      vertical-align: middle;
      display: inline-block;
      min-width: 50px;
      height: 80px;
      padding: 15px 0;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .summary .summary-block .icon-container {
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    .summary .summary-block .text {
      vertical-align: middle;
      display: inline-block; }
      .summary .summary-block .text .text-line {
        text-align: left; }
      .summary .summary-block .text .text-line-big {
        font-size: 23px; }

/* Summary End */
/* Buttons block Begin */
.buttons-block {
  font-family: "calibri";
  padding: 3em 0 10em;
  background-color: #f3f3f3; }
  .buttons-block .btn {
    float: left;
    display: block;
    width: 24%;
    padding: 0.8em 0;
    font-family: "calibri";
    font-size: 1.2em;
    border-radius: 7px;
    margin-right: 1%; }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .buttons-block .btn {
        width: 49%;
        margin-bottom: 1em; } }
    @media screen and (max-width: 768px) {
      .buttons-block .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .buttons-block {
      padding-bottom: 1em; } }
  @media screen and (max-width: 768px) {
    .buttons-block {
      padding-bottom: 1em; } }

.buttons-block.pol .btn {
  width: 46%;
  margin-right: 4%; }
  @media screen and (max-width: 768px) {
    .buttons-block.pol .btn {
      width: 100%;
      margin-right: 0; } }

* {
  outline: none; }

.panel-body {
  position: relative; }

.ReactModal__Content {
  max-width: 760px;
  margin: 0 auto;
  max-height: 440px; }

.address-block {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #fff;
  padding: 5px 10px; }
  .address-block p {
    margin-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .address-block {
      display: none; } }

.open-map-modal {
  position: absolute;
  border: 0px;
  right: -4px;
  margin-top: 5px;
  background-color: transparent;
  font-size: 20px;
  color: #43b02a;
  opacity: 1; }

.open-map-modal:hover {
  opacity: .5; }

.btn-modal-department {
  position: absolute;
  top: 8px;
  right: 1px;
  border: 0;
  background-color: transparent;
  opacity: .5; }
  .btn-modal-department:hover {
    opacity: 1; }

/* Buttons block End */
.faq-list {
  list-style-type: none;
  margin: 0 10px 45px 0;
  padding-left: 0; }
  .faq-list li {
    position: relative;
    border-bottom: 1px solid #b2b2b2;
    margin-left: 5px;
    padding: 10px 0 10px 0; }
    .faq-list li a:visited,
    .faq-list li a {
      border: none; }
      @media screen and (max-width: 768px) {
        .faq-list li a:visited,
        .faq-list li a {
          padding: 7px 40px 7px 0;
          display: block; } }
      .faq-list li a:visited:after,
      .faq-list li a:after {
        content: "";
        display: block;
        position: absolute;
        right: 4px;
        top: 7px;
        width: 25px;
        height: 25px;
        background: url(static/theme/images/white-arrow.svg) #43b02a 56% 47% no-repeat;
        background-size: 15px 15px; }
        @media screen and (max-width: 768px) {
          .faq-list li a:visited:after,
          .faq-list li a:after {
            width: 40px;
            height: 40px; } }

.department {
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif; }
  .department h2 {
    margin-top: 5px;
    padding: 0 10px;
    font-size: 150%;
    border-radius: 4px;
    color: white;
    background: #43b02a;
    height: auto;
    line-height: 35px; }
    .department h2 a, .department h2 a:visited {
      font-size: 150%;
      color: white;
      border: none;
      text-decoration: underline; }
    .department h2 a:hover {
      color: black; }
  .department .documentDescription {
    font-family: "Fregat";
    margin-bottom: 20px;
    font-size: 150%;
    line-height: 1.2em;
    color: #4c4c4c;
    font-weight: bold; }

/* Extra portlet (sidebar widget) Begin */
.branch-info .portletWrapper {
  padding: 15px 0; }

.branch-info .portletHeader {
  background: none;
  font-size: 150%;
  padding: 8px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: black;
  height: auto; }

.branch-info .plain {
  width: 90%;
  margin: 0 auto; }
  .branch-info .plain th {
    text-align: left;
    border: 1px solid #ddd;
    padding: .5em 1em;
    vertical-align: top; }
  .branch-info .plain td {
    text-align: left;
    border: 1px solid #ddd;
    padding: .5em 1em;
    vertical-align: top; }

/* Extra portlet (sidebar widget) End */
/* Google map Begin */
.department-map {
  font-family: "calibri";
  width: 100%;
  height: 600px; }
  .department-map .infoBox div {
    font-size: 1.1em;
    font-family: "calibri";
    color: #4c4c4c;
    border: solid 1px #cdcdcd;
    line-height: 17px;
    width: 215px;
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 15px; }
    .department-map .infoBox div .info-box-title {
      font-size: 1em;
      font-weight: bold; }
    .department-map .infoBox div .info-box--tel-link {
      display: inline-block;
      margin-right: 3px; }
    .department-map .infoBox div .plain {
      width: 100%; }
  .department-map .list-wrapper {
    font-family: "calibri";
    color: #333333;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 1em 1em 3em;
    font-size: 1.3em; }
    .department-map .list-wrapper h3, .department-map .list-wrapper .app-blog h1, .app-blog .department-map .list-wrapper h1 {
      font-size: 1.6em; }
    .department-map .list-wrapper span {
      text-decoration: underline; }
    .department-map .list-wrapper > ul {
      list-style-type: none;
      padding: 0; }
      .department-map .list-wrapper > ul > li {
        padding-left: 12px;
        position: relative; }
        .department-map .list-wrapper > ul > li.triangle:before {
          content: '';
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 6px solid #43b02a; }
        .department-map .list-wrapper > ul > li.triangle:before {
          -webkit-transition: all ease-in 0.2s;
          -moz-transition: all ease-in 0.2s;
          -o-transition: all ease-in 0.2s;
          position: absolute;
          left: 0;
          top: 2px; }
        .department-map .list-wrapper > ul > li.active.triangle:before {
          transform: rotate(90deg); }
        .department-map .list-wrapper > ul > li.active.triangle .inner-list {
          height: inherit; }
      .department-map .list-wrapper > ul .inner-list {
        height: 0;
        overflow: hidden; }
    .department-map .list-wrapper .inner-list {
      list-style-type: none;
      padding-left: 0.5em; }
    .department-map .list-wrapper .link {
      color: #43b02a;
      cursor: pointer;
      line-height: 1.5em; }
    .department-map .list-wrapper .text {
      color: #333333;
      cursor: default; }
    @media screen and (min-width: 988px) {
      .department-map .list-wrapper {
        margin-left: 10em; } }
    @media screen and (min-width: 769px) and (max-width: 991px) {
      .department-map .list-wrapper {
        font-size: 1em;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left: 1em; } }
    @media screen and (max-width: 768px) {
      .department-map .list-wrapper {
        display: none; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .department-map {
      height: 350px; } }
  @media screen and (max-width: 768px) {
    .department-map {
      height: 350px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.static-departments ul {
  padding-left: 13px;
  list-style-image: url(static/theme/images/green-dot.png); }

.static-departments h2 {
  font-family: "calibri";
  text-align: center;
  font-size: 27px; }

.static-departments h3 a, .static-departments .app-blog h1 a, .app-blog .static-departments h1 a, .static-departments h3 a:hover, .static-departments .app-blog h1 a:hover, .app-blog .static-departments h1 a:hover, .static-departments h3 a:visited, .static-departments .app-blog h1 a:visited, .app-blog .static-departments h1 a:visited {
  font-family: "calibri";
  display: block;
  background: #43b02a;
  color: white;
  padding: 12px 15px 9px; }

.static-departments .department-link {
  color: #393939; }

.departments-app .department-map .list-wrapper {
  font-size: 1.05em;
  max-width: 240px; }
  .departments-app .department-map .list-wrapper .inner-address {
    font-size: 0.9em;
    line-height: 1em; }

.departments-app .show-on-location {
  display: block; }
  .departments-app .show-on-location .departments-search {
    max-width: 300px;
    margin: 0 auto 1em; }
    .departments-app .show-on-location .departments-search .select {
      cursor: pointer;
      border: solid 1px #b4b4b4;
      position: relative;
      background-color: white;
      overflow-x: hidden;
      overflow-y: visible; }
      .departments-app .show-on-location .departments-search .select:before {
        position: absolute;
        background: url(static/theme/images/sprite_main.png) -207px -22px no-repeat;
        content: '';
        top: 50%;
        right: 20px;
        margin-top: -5px;
        display: block;
        width: 17px;
        height: 10px; }
      .departments-app .show-on-location .departments-search .select select {
        cursor: pointer;
        position: relative;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: transparent;
        border: none;
        color: #4c4c4c;
        /* Padding right added to prevent text overflowing with "select arrow(appearance)" */
        padding: 4px 40px 0 15px; }
        .departments-app .show-on-location .departments-search .select select .default {
          color: #8c8c8c; }
        .departments-app .show-on-location .departments-search .select select option {
          font-size: 120%; }
        .departments-app .show-on-location .departments-search .select select::-ms-expand {
          display: none; }
        .departments-app .show-on-location .departments-search .select select:disabled {
          background-color: #eee; }

.department-title .theme-title:after {
  margin-bottom: 0; }

.department-title .department-slogan {
  font-family: "calibri";
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em; }

.show-on-location {
  display: none; }

.www-new-promo {
  color: white; }
  .www-new-promo h1, .www-new-promo h2, .www-new-promo h3, .www-new-promo .app-blog h1, .app-blog .www-new-promo h1 {
    font-family: intro-book; }
  .www-new-promo p, .www-new-promo a {
    font-family: Calibri; }
  .www-new-promo a {
    color: white; }
  .www-new-promo--subtitle-light h2, .www-new-promo--subtitle-dark h2 {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase; }
  .www-new-promo--subtitle-light:after, .www-new-promo--subtitle-dark:after {
    content: '';
    display: block;
    height: 1px;
    max-width: 344px;
    margin: 15px auto; }
  .www-new-promo--subtitle-light h2 {
    color: white; }
  .www-new-promo--subtitle-light:after {
    background-color: white; }
  .www-new-promo--subtitle-dark h2 {
    color: black; }
  .www-new-promo--subtitle-dark:after {
    background-color: #d7d8d8; }
  .www-new-promo--top-header {
    padding: 4px 0;
    background-color: #2f7b1d; }
    .www-new-promo--top-header p {
      margin: 0; }
    .www-new-promo--top-header .top-header-title > p,
    .www-new-promo--top-header .top-header-phone > a, .www-new-promo--top-header .top-header-callback, .www-new-promo--top-header .top-header-phone-icon {
      display: inline-block;
      margin-right: 8px; }
    .www-new-promo--top-header .top-header-callback {
      text-decoration: underline; }
    .www-new-promo--top-header .top-header-lang {
      display: inline-block; }
      .www-new-promo--top-header .top-header-lang ul {
        padding: 0;
        margin: 0;
        list-style: none; }
      .www-new-promo--top-header .top-header-lang li {
        display: inline-block;
        cursor: pointer; }
        .www-new-promo--top-header .top-header-lang li.current-lang {
          background: #ff7200;
          padding: 2px 4px 1px;
          line-height: 1;
          border-radius: 4px; }
    .www-new-promo--top-header .top-header-phone-icon {
      height: 12px;
      width: 12px;
      margin-right: 4px;
      vertical-align: text-top; }
    .www-new-promo--top-header .top-header-phone {
      text-align: right; }
    @media screen and (max-width: 768px) {
      .www-new-promo--top-header .top-header-title, .www-new-promo--top-header .top-header-phone {
        text-align: center; } }
  .www-new-promo--bottom-header {
    padding: 20px 0;
    background-color: #44b122;
    box-shadow: 0 0 57px rgba(0, 1, 0, 0.1); }
    .www-new-promo--bottom-header .bottom-header-logo {
      width: 100%;
      height: 100%;
      background: url(static/theme/images/main-logo.svg) 100% 100% no-repeat;
      width: 156px;
      height: 36px;
      margin-left: -8px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--bottom-header .bottom-header-logo {
          margin: 0 auto; } }
  .www-new-promo--main-block {
    background: url(static/theme/images/promo-back.png) no-repeat 50% 65%;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px; }
    .www-new-promo--main-block .main-block-title {
      text-align: center;
      margin-bottom: 40px; }
      .www-new-promo--main-block .main-block-title h1 {
        font-size: 51px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--main-block .main-block-title {
          margin-bottom: 25px; }
          .www-new-promo--main-block .main-block-title h1 {
            font-size: 36px; } }
    .www-new-promo--main-block .main-block-steps-wrapper {
      max-width: 380px;
      margin: 0 auto; }
      @media screen and (min-width: 988px) {
        .www-new-promo--main-block .main-block-steps-wrapper {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        .www-new-promo--main-block .main-block-steps-wrapper {
          max-width: 300px; } }
    .www-new-promo--main-block .main-block-steps div {
      margin-bottom: 25px; }
    .www-new-promo--main-block .main-block-steps img {
      width: 60px;
      margin-right: 25px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--main-block .main-block-steps img {
          width: 50px;
          margin-right: 15px; } }
    .www-new-promo--main-block .main-block-steps p {
      display: inline-block;
      position: relative;
      font-size: 29px;
      line-height: 29px;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .www-new-promo--main-block .main-block-steps p {
          font-size: 22px;
          line-height: 22px; } }
      .www-new-promo--main-block .main-block-steps p:after {
        display: block;
        position: absolute;
        top: 65px;
        background: url(static/theme/images/home-arrow.png) no-repeat;
        content: '';
        width: 25px;
        height: 15px; }
        @media screen and (max-width: 768px) {
          .www-new-promo--main-block .main-block-steps p:after {
            top: 58px;
            left: 76px; } }
        @media screen and (min-width: 769px) and (max-width: 991px) {
          .www-new-promo--main-block .main-block-steps p:after {
            left: 106px; } }
    .www-new-promo--main-block .main-block-last-step p:after {
      display: none; }
    .www-new-promo--main-block .main-block-evaluator {
      border-radius: 15px;
      overflow: hidden; }
      .www-new-promo--main-block .main-block-evaluator .panel-heading {
        background-color: #43b02a; }
        .www-new-promo--main-block .main-block-evaluator .panel-heading h3, .www-new-promo--main-block .main-block-evaluator .panel-heading .app-blog h1, .app-blog .www-new-promo--main-block .main-block-evaluator .panel-heading h1 {
          padding: 0.5em 0;
          font-size: 26px;
          font-weight: 700;
          text-transform: none; }
      .www-new-promo--main-block .main-block-evaluator .panel-body .widget-slogan,
      .www-new-promo--main-block .main-block-evaluator .panel-body .Select-clear {
        display: none; }
      .www-new-promo--main-block .main-block-evaluator .panel-body .Select-arrow-zone {
        opacity: 0;
        width: 40px; }
      .www-new-promo--main-block .main-block-evaluator .panel-body .Select-control,
      .www-new-promo--main-block .main-block-evaluator .panel-body .form-group > .form-control,
      .www-new-promo--main-block .main-block-evaluator .panel-body .select.form-group {
        border-radius: 5px;
        border: 1px solid #c4c4c4;
        overflow: hidden; }
        .www-new-promo--main-block .main-block-evaluator .panel-body .Select-control:hover:before,
        .www-new-promo--main-block .main-block-evaluator .panel-body .form-group > .form-control:hover:before,
        .www-new-promo--main-block .main-block-evaluator .panel-body .select.form-group:hover:before {
          background: none; }
        .www-new-promo--main-block .main-block-evaluator .panel-body .Select-control:before,
        .www-new-promo--main-block .main-block-evaluator .panel-body .form-group > .form-control:before,
        .www-new-promo--main-block .main-block-evaluator .panel-body .select.form-group:before {
          background: none;
          transform: none; }
      .www-new-promo--main-block .main-block-evaluator .panel-body .Select-control {
        position: relative;
        text-align: left;
        margin-bottom: 10px; }
        .www-new-promo--main-block .main-block-evaluator .panel-body .Select-control .Select-value {
          padding-right: 30px; }
        .www-new-promo--main-block .main-block-evaluator .panel-body .Select-control:before {
          background: none; }
      .www-new-promo--main-block .main-block-evaluator .panel-body .btn.btn-et-warning {
        box-shadow: 0 0 9px 1px rgba(0, 1, 0, 0.24);
        border-radius: 15px;
        background-color: #ff7200;
        padding-top: 8px;
        padding-bottom: 8px; }
      .www-new-promo--main-block .main-block-evaluator .widget-vertical.widget {
        margin: 0; }
  .www-new-promo--how-to-ad {
    text-align: center;
    padding: 30px 0 60px;
    background: url(static/theme/images/how-to-ad.png) no-repeat 100%;
    background-size: cover; }
    .www-new-promo--how-to-ad .how-to-ad-title {
      margin-bottom: 40px; }
      .www-new-promo--how-to-ad .how-to-ad-title p {
        font-size: 22px;
        font-weight: 400;
        line-height: 21px; }
    .www-new-promo--how-to-ad .how-to-ad-steps-wrapper {
      position: relative; }
      .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:before, .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:after {
        content: " ";
        display: table; }
      .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:after {
        clear: both; }
      .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:before, .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:after {
        content: '- - -';
        display: block;
        position: absolute;
        font-size: 54px;
        font-weight: bold; }
        @media screen and (min-width: 769px) and (max-width: 991px) {
          .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:before, .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:after {
            display: none; } }
        @media screen and (max-width: 768px) {
          .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:before, .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:after {
            display: none; } }
      .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:before {
        top: 140px;
        left: 284px; }
      .www-new-promo--how-to-ad .how-to-ad-steps-wrapper:after {
        top: 140px;
        right: 284px; }
    .www-new-promo--how-to-ad .how-to-ad-steps-to-ad {
      text-align: center; }
    .www-new-promo--how-to-ad .how-to-ad-step-block {
      position: relative;
      margin-bottom: 20px; }
      .www-new-promo--how-to-ad .how-to-ad-step-block img {
        width: 60px; }
      .www-new-promo--how-to-ad .how-to-ad-step-block h3, .www-new-promo--how-to-ad .how-to-ad-step-block .app-blog h1, .app-blog .www-new-promo--how-to-ad .how-to-ad-step-block h1 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 15px; }
      .www-new-promo--how-to-ad .how-to-ad-step-block p {
        font-size: 16px;
        font-weight: bold;
        width: 300px;
        margin: 0 auto; }
    .www-new-promo--how-to-ad .how-to-ad-bottom-text {
      margin-top: 40px; }
      .www-new-promo--how-to-ad .how-to-ad-bottom-text p {
        font-family: intro-book;
        font-size: 18px;
        font-weight: 500; }
  .www-new-promo--why-we {
    text-align: center;
    padding: 30px 0 60px; }
    .www-new-promo--why-we .why-we-reason-block div {
      display: inline-block;
      width: 280px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .www-new-promo--why-we .why-we-reason-block div {
          display: block;
          margin: 0 auto;
          text-align: center; } }
      @media screen and (min-width: 769px) and (max-width: 991px) {
        .www-new-promo--why-we .why-we-reason-block div {
          text-align: center; } }
    .www-new-promo--why-we .why-we-reason-block img {
      width: 65px;
      margin-right: 15px;
      vertical-align: top;
      padding-top: 25px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--why-we .why-we-reason-block img {
          margin: 0; } }
    .www-new-promo--why-we .why-we-reason-block h3, .www-new-promo--why-we .why-we-reason-block .app-blog h1, .app-blog .www-new-promo--why-we .why-we-reason-block h1 {
      color: #2b2b2b;
      font-size: 24px;
      font-weight: bold; }
    .www-new-promo--why-we .why-we-reason-block p {
      color: #454545;
      font-size: 18px;
      font-weight: 400; }
  .www-new-promo--reviews {
    text-align: center;
    padding: 30px 0 60px;
    background-color: #f3f2f3; }
    .www-new-promo--reviews .reviews-review-block {
      padding-top: 25px; }
      .www-new-promo--reviews .reviews-review-block div {
        height: 120px;
        width: 120px;
        margin: 0 auto;
        border-radius: 50%; }
      .www-new-promo--reviews .reviews-review-block h3, .www-new-promo--reviews .reviews-review-block .app-blog h1, .app-blog .www-new-promo--reviews .reviews-review-block h1 {
        color: #2b2b2b;
        font-size: 24px;
        font-weight: bold; }
      .www-new-promo--reviews .reviews-review-block p {
        color: #575757;
        font-size: 16px;
        font-weight: 400; }
  .www-new-promo--samples {
    text-align: center;
    padding: 30px 0 60px;
    background-color: #42af2a; }
    .www-new-promo--samples .slick-arrow.slick-prev {
      background: url(static/theme/images/prev.svg) no-repeat 100% 100%; }
    .www-new-promo--samples .slick-arrow.slick-next {
      background: url(static/theme/images/prev.svg) no-repeat 100% 100%;
      transform: rotate(180deg); }
    .www-new-promo--samples .new-deals-examples-carousel {
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--samples .new-deals-examples-carousel {
          margin-bottom: 0; } }
      .www-new-promo--samples .new-deals-examples-carousel .slick-dots {
        position: absolute;
        left: 50%;
        margin-left: -110px;
        visibility: visible;
        height: initial; }
    .www-new-promo--samples .samples-evaluate-button {
      color: white;
      background-color: #ff7200;
      border-color: #ff7200;
      -webkit-transition: all ease-in 0.2s;
      -moz-transition: all ease-in 0.2s;
      -o-transition: all ease-in 0.2s;
      margin: 30px 0 0;
      box-shadow: 0 0 9px 1px rgba(0, 1, 0, 0.24);
      border-radius: 15px;
      padding: 12px 60px;
      line-height: 16px; }
      .www-new-promo--samples .samples-evaluate-button:active:focus, .www-new-promo--samples .samples-evaluate-button:active:hover, .www-new-promo--samples .samples-evaluate-button:active {
        color: white;
        box-shadow: none;
        border-color: #dc6200;
        background-color: #dc6200; }
      .www-new-promo--samples .samples-evaluate-button:hover {
        color: white;
        border-color: #d76000;
        background-color: #ff7200;
        box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
      .www-new-promo--samples .samples-evaluate-button:focus {
        color: white;
        background-color: #ff7200;
        border: 1px solid #ce5c00; }
      .www-new-promo--samples .samples-evaluate-button a, .www-new-promo--samples .samples-evaluate-button a:hover, .www-new-promo--samples .samples-evaluate-button a:active, .www-new-promo--samples .samples-evaluate-button a:visited {
        color: white; }
  .www-new-promo--departments {
    text-align: center;
    padding: 30px 0 0;
    background: white; }
    .www-new-promo--departments .container {
      position: relative; }
    .www-new-promo--departments .www-new-promo--subtitle-dark {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--departments .www-new-promo--subtitle-dark:after {
          display: none; } }
    .www-new-promo--departments .departments-subtitle {
      color: #2b2b2b;
      font-size: 22px;
      margin-bottom: 40px; }
    .www-new-promo--departments .departments-info-block {
      position: absolute;
      right: 0;
      background-color: #42af2a;
      opacity: 0.8;
      padding: 40px;
      text-align: left;
      z-index: 100; }
      @media screen and (max-width: 768px) {
        .www-new-promo--departments .departments-info-block {
          display: none; } }
    .www-new-promo--departments .departments-department-block {
      margin-bottom: 10px; }
      .www-new-promo--departments .departments-department-block p {
        font-size: 18px;
        font-weight: 400;
        margin: 0; }
        .www-new-promo--departments .departments-department-block p:first-child {
          font-weight: 700; }
    .www-new-promo--departments .departments-map-wrapper {
      height: 600px; }
      .www-new-promo--departments .departments-map-wrapper .google_map,
      .www-new-promo--departments .departments-map-wrapper #map-canvas {
        height: 100%; }
      .www-new-promo--departments .departments-map-wrapper .google_map .department-map {
        height: 100%;
        width: 100%; }
        .www-new-promo--departments .departments-map-wrapper .google_map .department-map .infoBox {
          text-align: left; }
          .www-new-promo--departments .departments-map-wrapper .google_map .department-map .infoBox p, .www-new-promo--departments .departments-map-wrapper .google_map .department-map .infoBox a {
            color: #0c0c0c; }
  .www-new-promo--footer {
    padding: 30px 0 30px;
    background-color: #42af2a; }
    .www-new-promo--footer .footer-support {
      font-size: 22px;
      line-height: 22px;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .www-new-promo--footer .footer-support {
          text-align: center; }
          .www-new-promo--footer .footer-support a {
            padding-left: 24px; } }
    .www-new-promo--footer .footer-first-phone a {
      position: relative; }
    .www-new-promo--footer .footer-first-phone span {
      display: inline-block;
      position: absolute;
      left: -20px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--footer .footer-first-phone span {
          left: 4px; } }
    .www-new-promo--footer .footer-logo {
      width: 100%;
      height: 100%;
      background: url(static/theme/images/main-logo.svg) 100% 100% no-repeat;
      width: 156px;
      height: 36px;
      margin-left: -8px; }
      @media screen and (max-width: 768px) {
        .www-new-promo--footer .footer-logo {
          margin: 0 auto 20px; } }
    .www-new-promo--footer .footer-copyright {
      margin-top: 15px; }
      .www-new-promo--footer .footer-copyright p {
        margin: 0; }
      @media screen and (max-width: 768px) {
        .www-new-promo--footer .footer-copyright {
          text-align: center; } }
      .www-new-promo--footer .footer-copyright:before, .www-new-promo--footer .footer-copyright:after {
        content: " ";
        display: table; }
      .www-new-promo--footer .footer-copyright:after {
        clear: both; }
      .www-new-promo--footer .footer-copyright .support {
        text-align: right; }
        @media screen and (max-width: 768px) {
          .www-new-promo--footer .footer-copyright .support {
            text-align: center; } }

.widget-vertical .Select-arrow,
.widget-vertical .Select-clear,
.stage-1-evaluator .Select-arrow,
.stage-1-evaluator .Select-clear {
  display: none; }

.widget-vertical .Select-arrow-zone,
.stage-1-evaluator .Select-arrow-zone {
  opacity: 0;
  width: 40px; }

.widget-vertical .Select-control,
.widget-vertical .form-group > .form-control,
.widget-vertical .select.form-group,
.stage-1-evaluator .Select-control,
.stage-1-evaluator .form-group > .form-control,
.stage-1-evaluator .select.form-group {
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  overflow: hidden; }
  .widget-vertical .Select-control:hover:before,
  .widget-vertical .form-group > .form-control:hover:before,
  .widget-vertical .select.form-group:hover:before,
  .stage-1-evaluator .Select-control:hover:before,
  .stage-1-evaluator .form-group > .form-control:hover:before,
  .stage-1-evaluator .select.form-group:hover:before {
    background: none; }
  .widget-vertical .Select-control:before,
  .widget-vertical .form-group > .form-control:before,
  .widget-vertical .select.form-group:before,
  .stage-1-evaluator .Select-control:before,
  .stage-1-evaluator .form-group > .form-control:before,
  .stage-1-evaluator .select.form-group:before {
    content: "a";
    position: absolute;
    top: -2px;
    right: 4px;
    font-family: "etachka";
    font-size: 30px;
    color: #42af2a;
    background: none;
    transform: none; }

.widget-vertical .Select-control,
.stage-1-evaluator .Select-control {
  position: relative;
  text-align: left;
  margin-bottom: 10px; }
  .widget-vertical .Select-control .Select-value,
  .stage-1-evaluator .Select-control .Select-value {
    padding-right: 30px; }
  .widget-vertical .Select-control:before,
  .stage-1-evaluator .Select-control:before {
    background: none; }

.widget-vertical .btn.btn-et-warning,
.stage-1-evaluator .btn.btn-et-warning {
  box-shadow: 0 0 9px 1px rgba(0, 1, 0, 0.24);
  border-radius: 15px;
  background-color: #ff7200;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px; }

.widget-vertical--error input::placeholder,
.widget-vertical--error .Select-placeholder,
.widget-vertical--error .select.form-group > select,
.widget-vertical--error .select.form-group > button {
  color: red; }

.mobile-widget.widget.widget-vertical .select-wrapper {
  line-height: 34px;
  max-height: 34px;
  margin-bottom: 10px; }
  .mobile-widget.widget.widget-vertical .select-wrapper .Select-loading-zone {
    position: absolute;
    right: 40px;
    top: 0; }

.mobile-widget.widget.widget-vertical .Select-control,
.mobile-widget.widget.widget-vertical .form-group > .form-control,
.mobile-widget.widget.widget-vertical .select.form-group {
  position: relative; }
  .mobile-widget.widget.widget-vertical .Select-control:before,
  .mobile-widget.widget.widget-vertical .form-group > .form-control:before,
  .mobile-widget.widget.widget-vertical .select.form-group:before {
    top: 5px;
    right: 8px; }

.mobile-widget .select-wrapper > .select.form-group > select,
.mobile-widget .select-wrapper > .select.form-group > button {
  width: 100%;
  padding: 0 40px 0 10px;
  text-align: left; }

.mobile-widget .select-wrapper > .select.form-group > button {
  max-height: 34px;
  border: none;
  background: white; }
  .mobile-widget .select-wrapper > .select.form-group > button:disabled {
    background-color: #dddddd; }

.promo-widget-pol {
  border-radius: 15px;
  overflow: hidden; }
  .promo-widget-pol .widget-vertical.widget {
    padding: 0; }
    .promo-widget-pol .widget-vertical.widget .panel-heading {
      background-color: #43b02a;
      padding: 40px 0 10px; }
      .promo-widget-pol .widget-vertical.widget .panel-heading h3, .promo-widget-pol .widget-vertical.widget .panel-heading .app-blog h1, .app-blog .promo-widget-pol .widget-vertical.widget .panel-heading h1 {
        color: white;
        padding: 0.3em 0;
        font-size: 26px;
        font-weight: 700;
        text-transform: none; }
    .promo-widget-pol .widget-vertical.widget .panel-body {
      padding-top: 15px; }
      .promo-widget-pol .widget-vertical.widget .panel-body .widget-slogan,
      .promo-widget-pol .widget-vertical.widget .panel-body .Select-clear {
        display: none; }
      .promo-widget-pol .widget-vertical.widget .panel-body .Select-arrow-zone {
        opacity: 0;
        width: 40px; }
      .promo-widget-pol .widget-vertical.widget .panel-body .Select-control,
      .promo-widget-pol .widget-vertical.widget .panel-body .form-group > .form-control,
      .promo-widget-pol .widget-vertical.widget .panel-body .select.form-group {
        border-radius: 5px;
        border: 1px solid #c4c4c4;
        overflow: hidden; }
        .promo-widget-pol .widget-vertical.widget .panel-body .Select-control:hover:before,
        .promo-widget-pol .widget-vertical.widget .panel-body .form-group > .form-control:hover:before,
        .promo-widget-pol .widget-vertical.widget .panel-body .select.form-group:hover:before {
          background: url(static/theme/images/green_arrow.png) no-repeat; }
        .promo-widget-pol .widget-vertical.widget .panel-body .Select-control:before,
        .promo-widget-pol .widget-vertical.widget .panel-body .form-group > .form-control:before,
        .promo-widget-pol .widget-vertical.widget .panel-body .select.form-group:before {
          top: 18px;
          background: url(static/theme/images/green_arrow.png) no-repeat;
          transform: none; }
      .promo-widget-pol .widget-vertical.widget .panel-body .Select-control {
        position: relative;
        text-align: left;
        margin-bottom: 10px; }
        .promo-widget-pol .widget-vertical.widget .panel-body .Select-control .Select-value {
          padding-right: 30px; }
        .promo-widget-pol .widget-vertical.widget .panel-body .Select-control:before {
          position: absolute;
          content: '';
          display: block;
          top: 14px;
          right: 12px;
          height: 18px;
          width: 18px;
          background: url(static/theme/images/green_arrow.png) no-repeat; }
      .promo-widget-pol .widget-vertical.widget .panel-body .btn.btn-et-warning {
        margin-top: 20px;
        box-shadow: 0 0 9px 1px rgba(0, 1, 0, 0.24);
        border-radius: 15px;
        background-color: #ff7200;
        padding-top: 8px;
        padding-bottom: 8px; }
  .promo-widget-pol .widget-vertical.widget {
    margin: 0; }
    .promo-widget-pol .widget-vertical.widget input {
      padding: 16px 10px; }
    .promo-widget-pol .widget-vertical.widget .private-policy a {
      display: inline; }

.widget-main-form .select.form-group {
  border: none; }

.widget-main-form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  overflow: hidden; }

.widget-main-form .btn.btn-next.btn-et-warning {
  margin-top: 20px; }

.modal-content .same-height .modal-body .modal-title {
  color: black; }

.modal-content .same-height .modal-body .timer-wrapper .timer {
  font-family: "calibri"; }

.modal-content .same-height .modal-body .bonus-content .bonus-title {
  margin: 46px 0 25px;
  color: white; }

.modal-content .same-height .modal-body .bonus-content .bonus {
  padding: 40px 0;
  font-size: 4.4em;
  font-family: "IdealistSans";
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .modal-content .same-height .modal-body .bonus-content .bonus {
      padding: 20px 0; } }

.plugin-blog h3, .plugin-blog .app-blog h1, .app-blog .plugin-blog h1 {
  text-align: left; }

.plugin-blog .blog-tag {
  padding: 4px 6px 0;
  list-style: none;
  display: inline-block;
  margin: 0 5px 6px 0;
  border: 2px solid #43b02a; }
  .plugin-blog .blog-tag a {
    color: #121212;
    border: none;
    /* - 17px - */
    font-size: 1.2142857em; }

.social-share-buttons {
  width: 100%;
  display: block;
  text-align: right;
  padding-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .social-share-buttons {
      text-align: center; } }
  .social-share-buttons--button {
    cursor: pointer;
    margin: 0 2px;
    text-decoration: none; }
  .social-share-buttons--label {
    vertical-align: bottom;
    font-size: 1.2142857em; }
    @media screen and (max-width: 768px) {
      .social-share-buttons--label {
        display: block; } }

.app-blog {
  font-size: 15px; }
  .app-blog h1 {
    font-size: 1.7em; }

.post-item {
  border-radius: 4px;
  border: 2px solid #43b02a;
  margin-bottom: 18px; }
  .post-item .post-item-header {
    padding: 15px 21px 12px;
    background: #43b02a;
    height: auto; }
    .post-item .post-item-header h3, .post-item .post-item-header .app-blog h1, .app-blog .post-item .post-item-header h1 {
      margin: 0;
      font-family: "calibri"; }
    .post-item .post-item-header a, .post-item .post-item-header a:visited, .post-item .post-item-header a:hover {
      font-weight: bold;
      color: white;
      text-decoration: none; }
  .post-item .blog-main-image img {
    margin: 0 auto;
    display: block; }
  .post-item .post-content {
    padding: 14px 10px 12px 14px; }
  .post-item .blog-visual {
    display: inline-block;
    width: 37%;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .post-item .blog-visual {
        width: 100%; } }
    .post-item .blog-visual img {
      margin: 0 auto;
      display: block;
      float: left;
      padding: 5px 15px 5px 0; }
      @media screen and (max-width: 768px) {
        .post-item .blog-visual img {
          margin: 0 auto;
          display: block;
          float: none;
          padding: 0; } }
  .post-item .blog-lead {
    width: 60%;
    margin-left: 2%;
    padding: 0;
    display: inline-block; }
    .post-item .blog-lead .btn-et-warning {
      /* Read more btn */
      font-size: 0.92857em;
      text-transform: capitalize;
      border-radius: 0;
      padding: 3px 30px; }
    .post-item .blog-lead p {
      color: #4c4c4c;
      /* - 17px - */
      font-size: 1.2142857em; }
    @media screen and (max-width: 768px) {
      .post-item .blog-lead {
        width: 100%;
        margin-left: 0; } }
  .post-item .full-width {
    width: 100%;
    margin: 0; }
  .post-item .read-more {
    text-align: right; }

.blog-tags {
  text-align: left;
  padding-left: 0;
  list-style: none; }

.blog-categories {
  margin-bottom: 30px;
  font-size: 18px;
  color: #43b02a;
  border-bottom: 2px solid #43b02a; }
  .blog-categories .categories {
    text-align: center; }
    .blog-categories .categories:before, .blog-categories .categories:after {
      content: " ";
      display: table; }
    .blog-categories .categories:after {
      clear: both; }
  .blog-categories .blog-category-item {
    margin: 0 3px -2px;
    display: inline-block;
    min-width: 138px;
    background: #43b02a;
    border: 2px solid #43b02a;
    border-bottom: none; }
    .blog-categories .blog-category-item:hover {
      -webkit-box-shadow: inset 0 -2px 0 0 white;
      -moz-box-shadow: inset 0 -2px 0 0 white;
      box-shadow: inset 0 -2px 0 0 white;
      background: white; }
      .blog-categories .blog-category-item:hover a {
        color: #292929; }
    @media screen and (max-width: 768px) {
      .blog-categories .blog-category-item {
        margin: 0 3px 0;
        display: block;
        border-bottom: 1px solid white; } }
  .blog-categories a, .blog-categories a:visited {
    text-align: center;
    padding: 5px 30px 4px;
    display: block;
    text-decoration: none;
    color: white; }

.post-single-item .blog-navigation {
  margin-bottom: 2em; }
  .post-single-item .blog-navigation .btn {
    font-size: 1.2em;
    border-radius: 4px;
    padding: 0 12px; }
  .post-single-item .blog-navigation .btn-et-prev {
    color: #5f5f5f;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s; }
    .post-single-item .blog-navigation .btn-et-prev:active:focus, .post-single-item .blog-navigation .btn-et-prev:active:hover, .post-single-item .blog-navigation .btn-et-prev:active {
      color: #5f5f5f;
      box-shadow: none;
      border-color: #e3e3e3;
      background-color: #e3e3e3; }
    .post-single-item .blog-navigation .btn-et-prev:hover {
      color: #5f5f5f;
      border-color: #e0e0e0;
      background-color: #f4f4f4;
      box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
    .post-single-item .blog-navigation .btn-et-prev:focus {
      color: #5f5f5f;
      background-color: #f4f4f4;
      border: 1px solid gainsboro; }
    .post-single-item .blog-navigation .btn-et-prev a, .post-single-item .blog-navigation .btn-et-prev a:hover, .post-single-item .blog-navigation .btn-et-prev a:active, .post-single-item .blog-navigation .btn-et-prev a:visited {
      color: #5f5f5f; }
  .post-single-item .blog-navigation .btn-et-next {
    color: white;
    background-color: #43b02a;
    border-color: #43b02a;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    /* !!! Out of context !!! */
    float: right; }
    .post-single-item .blog-navigation .btn-et-next:active:focus, .post-single-item .blog-navigation .btn-et-next:active:hover, .post-single-item .blog-navigation .btn-et-next:active {
      color: white;
      box-shadow: none;
      border-color: #389423;
      background-color: #389423; }
    .post-single-item .blog-navigation .btn-et-next:hover {
      color: white;
      border-color: #379022;
      background-color: #43b02a;
      box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
    .post-single-item .blog-navigation .btn-et-next:focus {
      color: white;
      background-color: #43b02a;
      border: 1px solid #348821; }
    .post-single-item .blog-navigation .btn-et-next a, .post-single-item .blog-navigation .btn-et-next a:hover, .post-single-item .blog-navigation .btn-et-next a:active, .post-single-item .blog-navigation .btn-et-next a:visited {
      color: white; }
  @media screen and (max-width: 768px) {
    .post-single-item .blog-navigation .btn-et-prev,
    .post-single-item .blog-navigation .btn-et-next {
      padding: 6px 0;
      width: 100%;
      margin-bottom: 0.5em;
      float: none; } }

.catalog-info {
  border-radius: 10px;
  padding: 22px 22px 15px;
  /* - 16px - */
  font-size: 1.066666666em; }
  .bg-grey .catalog-info {
    background-color: white;
    color: #757575;
    /* Handle different background colors */ }
  .catalog-info h1, .catalog-info h2, .catalog-info h3, .catalog-info .app-blog h1, .app-blog .catalog-info h1, .catalog-info h4, .catalog-info h5 {
    color: #2b2b2b; }
  .catalog-info h2 {
    margin-bottom: .8em;
    font-size: 28px;
    text-align: center; }
  .catalog-info a, .catalog-info a:visited, .catalog-info a:hover {
    color: #43b02a;
    text-decoration: underline; }

.brand_logo {
  margin: 10px 15px 15px 0;
  display: block;
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden; }
  .brand_logo span {
    display: none; }

.catalog-links-section {
  margin-top: 0;
  margin-bottom: 83px; }
  .catalog-links-section .icon-wrapper {
    background: white;
    border-radius: 100%;
    display: inline-block;
    padding: 20px 10px 17px 17px;
    margin: -10px auto 0; }
  .catalog-links-section .catalog-icon {
    background: url(static/theme/images/badge.svg) 100% no-repeat;
    background-size: cover;
    width: 83px;
    height: 59px;
    display: inline-block; }
  .catalog-links-section .catalog-link, .catalog-links-section .catalog-link:visited {
    line-height: 1.2em;
    margin-right: 20px;
    display: inline-block;
    /* - 18px - */
    font-size: 1.28571428em;
    color: #121212; }

.new-catalog--head {
  background: url(static/theme/images/catalog-background.jpg) no-repeat;
  background-size: cover;
  background-position-y: center;
  padding-top: 80px;
  padding-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .new-catalog--head {
      padding: 45px 0; } }
  @media screen and (min-width: 769px) and (max-width: 991px) {
    .new-catalog--head {
      padding: 45px 0; } }

.new-catalog--title, .new-catalog--subtitle, .new-catalog--description {
  color: white;
  font-family: "calibri"; }

.new-catalog--title {
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.88px; }

.new-catalog--subtitle {
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 25px; }

.new-catalog--description {
  font-size: 19px;
  letter-spacing: 0.76px;
  margin-bottom: 20px; }

.new-catalog .how-it-works .icon {
  background: white; }

.new-catalog .hidden-title {
  display: inline-block;
  height: 0;
  width: 0;
  overflow: hidden; }

.new-catalog--car-list .list-hidden {
  height: 115px;
  overflow: hidden; }

.new-catalog--car-list .catalog-links-section {
  margin-bottom: 40px; }

.new-catalog--car-list .catalog-link, .new-catalog--car-list .catalog-link:visited {
  text-align: center;
  width: 100%; }

.new-catalog .samples-evaluate-button {
  color: white;
  background-color: #ff7200;
  border-color: #ff7200;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  outline: none;
  margin: 0 0 45px;
  box-shadow: 0 0 9px 1px rgba(0, 1, 0, 0.24);
  border-radius: 15px;
  padding: 12px 60px;
  line-height: 16px; }
  .new-catalog .samples-evaluate-button:active:focus, .new-catalog .samples-evaluate-button:active:hover, .new-catalog .samples-evaluate-button:active {
    color: white;
    box-shadow: none;
    border-color: #dc6200;
    background-color: #dc6200; }
  .new-catalog .samples-evaluate-button:hover {
    color: white;
    border-color: #d76000;
    background-color: #ff7200;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
  .new-catalog .samples-evaluate-button:focus {
    color: white;
    background-color: #ff7200;
    border: 1px solid #ce5c00; }
  .new-catalog .samples-evaluate-button a, .new-catalog .samples-evaluate-button a:hover, .new-catalog .samples-evaluate-button a:active, .new-catalog .samples-evaluate-button a:visited {
    color: white; }

.new-catalog .www-new-promo--samples {
  background: #f1f1f1; }
  .new-catalog .www-new-promo--samples.examples h2 {
    margin-top: 40px;
    margin-bottom: 0; }
  .new-catalog .www-new-promo--samples .slick-arrow.slick-next {
    background: url(static/theme/images/nav-active-next.png) no-repeat 100% 100%;
    transform: rotate(0); }
  .new-catalog .www-new-promo--samples .slick-arrow.slick-prev {
    background: url(static/theme/images/nav-active-prev.png) no-repeat 100% 100%;
    transform: rotate(0); }
  .new-catalog .www-new-promo--samples .slick-dots .slick-active:after {
    background-color: #43b02a; }

.new-catalog .www-new-promo--subtitle-dark {
  margin-bottom: 45px; }
  .new-catalog .www-new-promo--subtitle-dark:after {
    margin: 5px auto; }

.new-catalog--car-info {
  background: white;
  padding-bottom: 40px; }
  .new-catalog--car-info .catalog-info h2 {
    font-size: 28px;
    text-align: center; }

.new-catalog .www-new-promo--main-block .main-block-evaluator {
  overflow: visible; }

.new-catalog .widget-vertical.mobile-widget.widget {
  border-radius: 15px; }

.review-box {
  margin: 40px 0 0; }
  .review-box .review-title {
    margin: 0 0 20px;
    font-size: 26px; }
  .review-box .review-img {
    max-height: 170px;
    overflow: hidden; }
    .review-box .review-img img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      max-width: 170px; }
  .review-box .review-date span {
    margin-left: 30px;
    font-size: 18px; }
  .review-box .review-text {
    font-size: 18px;
    font-weight: 400; }
  .review-box .review-line {
    margin: 20px 0 30px;
    width: 100%;
    height: 1px;
    background-color: #d7d8d8; }

.panel-body .callback--title {
  margin-top: 15px;
  font-weight: 600; }

.panel-body .callback--big-dot, .panel-body .callback--small-dot, .panel-body .callback--img-wrapper {
  border-radius: 50%;
  display: inline-block;
  margin: 15px 10px 0;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .panel-body .callback--big-dot, .panel-body .callback--small-dot, .panel-body .callback--img-wrapper {
      margin: 15px 8px 0; } }

.panel-body .callback--img-wrapper {
  background: url(static/theme/images/operator.png) no-repeat 88% 15%;
  margin: 15px 5px 0 0;
  height: 100px;
  width: 100px;
  background-size: 200%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .panel-body .callback--img-wrapper {
      height: 80px;
      width: 80px; } }

.panel-body .callback--big-dot {
  height: 15px;
  width: 15px;
  background: #43b02a; }

.panel-body .callback--small-dot {
  height: 8px;
  width: 8px;
  background: #a7a7a7; }

.panel-body .callback--smartphone {
  display: inline-block;
  height: 75px;
  width: 75px;
  vertical-align: middle;
  background: url(static/theme/images/smart.svg) 100% no-repeat; }

.department .faq-wrapper {
  text-align: center; }

.department .faq-title {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0 15px; }

.department .go-to-faq {
  color: white;
  background-color: #43b02a;
  border-color: #43b02a;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  margin: 0 auto 40px;
  font-size: 1.1em;
  padding: 6px 45px;
  border-radius: 18px;
  border: 1px solid transparent; }
  .department .go-to-faq:active:focus, .department .go-to-faq:active:hover, .department .go-to-faq:active {
    color: white;
    box-shadow: none;
    border-color: #389423;
    background-color: #389423; }
  .department .go-to-faq:hover {
    color: white;
    border-color: #379022;
    background-color: #43b02a;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.3); }
  .department .go-to-faq:focus {
    color: white;
    background-color: #43b02a;
    border: 1px solid #348821; }
  .department .go-to-faq a, .department .go-to-faq a:hover, .department .go-to-faq a:active, .department .go-to-faq a:visited {
    color: white; }

.confirmation-panel {
  color: black;
  font-family: "calibri";
  text-align: center;
  font-size: 1.4em;
  margin: 0; }
  .confirmation-panel .confirmation-info {
    border: 1px solid #43b02a;
    border-radius: 4px;
    padding: 15px; }
    .confirmation-panel .confirmation-info .place span:first-child, .confirmation-panel .confirmation-info .day span:first-child {
      color: #43b02a; }

.confirmation-page {
  font-size: 15px;
  /*  .search-on-map{
    padding: 10px;
    &:before {
      content: '';
      width: 39px;
      height: 39px;
      display: inline-block;
      vertical-align: bottom;
      background: url("../images/search-on-map.png");
      background-repeat: no-repeat;
      margin-right: 1em;
    }
  }*/ }
  .confirmation-page .department h2 {
    color: #05060b;
    background: none;
    font-size: 1.8666666666em; }
  .confirmation-page h2 {
    text-align: center;
    text-transform: none;
    margin: 21px 0 0; }
    .confirmation-page h2:after {
      margin-bottom: 1em; }
  .confirmation-page .department {
    font-family: "calibri"; }
    .confirmation-page .department ul {
      list-style-image: url(static/theme/images/green-dot.png); }
  .confirmation-page .portal-breadcrumbs a {
    color: #626262; }
    .confirmation-page .portal-breadcrumbs a:hover {
      color: #626262; }

.idealist {
  font-family: "IdealistSans"; }

.confirmation-content {
  color: #626262;
  margin-bottom: 2em; }

.page-404 .slogan {
  font-weight: bold;
  /* - 24px - */
  font-size: 1.6em;
  text-align: center; }

.page-404 .other-links {
  color: #43b02a;
  /* - 23px - */
  font-size: 1.533333333em;
  text-align: center; }
  .page-404 .other-links a, .page-404 .other-links a:visited, .page-404 .other-links a:hover {
    font-weight: bold;
    color: #43b02a;
    text-decoration: underline; }
    .page-404 .other-links a.link-warning, .page-404 .other-links a:visited.link-warning, .page-404 .other-links a:hover.link-warning {
      color: #ff8200; }

.page-404 .icon {
  margin: 80px auto;
  max-width: 561px;
  height: 342px;
  background: url(static/theme/images/404.svg) no-repeat; }
