@charset "UTF-8";
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
.bx-wrapper {
  position: relative;
  padding: 0;
  margin: 0px 22px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("//cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.5/images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  height: 100%;
  background-color: #eee;
  position: absolute;
  left: 0;
  width: 17px;
  text-align: center;
  color: #aaa;
  text-decoration: none !important; }

.bx-wrapper .bx-prev {
  top: 0;
  left: -22px; }

.bx-wrapper .bx-next {
  top: 0;
  left: auto;
  right: -22px; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-color: #ddd; }

.bx-wrapper .bx-prev::before {
  content: "\f053";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.bx-wrapper .bx-next::before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

@media only screen and (min-width: 1200px) {
  .bx-wrapper {
    margin: 22px auto; }

  .carousel-size-1 .bx-clone,
  .carousel-size-2 .bx-clone,
  .carousel-size-3 .bx-clone {
    visibility: hidden; }

  .carousel-size-1 .bx-wrapper,
  .carousel-size-2 .bx-wrapper,
  .carousel-size-3 .bx-wrapper {
    margin: 0px auto; }

  #image-box .bx-wrapper .bx-prev,
  #image-box .bx-wrapper .bx-next {
    width: 100%;
    position: absolute;
    left: 0;
    height: 17px;
    text-align: center;
    line-height: 17px; }

  #image-box .bx-wrapper .bx-prev {
    top: -22px; }

  #image-box .bx-wrapper .bx-next {
    bottom: -22px;
    top: auto; }

  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus,
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-color: #ddd; }

  #image-box .bx-wrapper .bx-prev::before {
    content: "\f077";
    font-family: "FontAwesome"; }

  #image-box .bx-wrapper .bx-next::before {
    content: "\f078";
    font-family: "FontAwesome"; } }
/*!
 * jQuery UI Stars v3.0.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Marek "Orkan" Zajac (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 164 $
 * $Date:: 2010-05-01 #$
 * $Build: 35 (2010-05-01)
 *
*/
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer; }

.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(/admin/images/jquery.ui.stars.gif) no-repeat 0 0; }

.ui-stars-star a {
  background-position: 0 -32px; }

.ui-stars-star-on a {
  background-position: 0 -48px; }

.ui-stars-star-hover a {
  background-position: 0 -64px; }

.ui-stars-cancel-hover a {
  background-position: 0 -16px; }

.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important; }

.stars-off, .stars-on {
  position: relative;
  height: 16px;
  background: url(/admin/images/jquery.ui.stars.gif) repeat-x 0 -32px; }

.stars-on {
  position: absolute;
  background-position: 0 -48px; }

/* 
  Structure:
  ------------------------------------------------------
  bootstrap-3.3             |  Core bootstrap definitions
  bootstrap-3.3-paper-theme |  Paper theme, replaces variables from core bootstrap
  av-bootstrap              |  Redefines some of the variables to further customise the layout
                            |  Adds some additional classes
*/
/*
  Purpose of av-bootstrap is to further theme existing bootstrap components, not to
  change their fundamental nature. If we are going to re-purpose a bootstrap component
  slightly e.g. changing margins around it, changing float/display, we should do it in
  av-foundation
*/
/*! 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 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    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; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #D60808;
  text-decoration: none; }
  a:hover, a:focus {
    color: #8c0505;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #fff;
  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: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #bbb; }

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

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.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: 36px; }

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

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

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

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

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

p {
  margin: 0 0 12.5px; }

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

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

mark,
.mark {
  background-color: #feeee3;
  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: #bbb; }

.text-primary {
  color: #D60808; }

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

.text-success {
  color: #93ca77; }

a.text-success:hover,
a.text-success:focus {
  color: #76bc52; }

.text-info {
  color: #999; }

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

.text-warning {
  color: #f69352; }

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

.text-danger {
  color: #d43319; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #D60808; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.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: 25px; }

dt,
dd {
  line-height: 1.846; }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.846;
    color: #bbb; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.846; }

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: 12px;
  margin: 0 0 12.5px;
  font-size: 13px;
  line-height: 1.846;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  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: 1170px; } }
  @media (min-width: 1600px) {
    .container {
      width: 1370px; } }

.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 {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-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, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-offset-12 {
    margin-left: 100%; } }
table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .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.846;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.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: 25px;
  font-size: 21px;
  line-height: inherit;
  color: #212121;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.846;
  color: #666; }

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.846;
  color: #666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  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: #bbb;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #bbb; }
  .form-control::-webkit-input-placeholder {
    color: #bbb; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    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: 37px; }
  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: 30px; }
  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: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 25px;
    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: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 39px; }
  .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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px; }

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 12px;
  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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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: 46px;
  line-height: 46px; }

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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  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: 46px;
  height: 46px;
  line-height: 46px; }

.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: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #93ca77; }
.has-success .form-control {
  border-color: #93ca77;
  -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: #76bc52;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cde7c0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cde7c0; }
.has-success .input-group-addon {
  color: #93ca77;
  border-color: #93ca77;
  background-color: #eaf5e5; }
.has-success .form-control-feedback {
  color: #93ca77; }

.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: #f69352; }
.has-warning .form-control {
  border-color: #f69352;
  -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: #f47521;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbd0b3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbd0b3; }
.has-warning .input-group-addon {
  color: #f69352;
  border-color: #f69352;
  background-color: #feeee3; }
.has-warning .form-control-feedback {
  color: #f69352; }

.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: #d43319; }
.has-error .form-control {
  border-color: #d43319;
  -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: #a62814;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7966;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7966; }
.has-error .input-group-addon {
  color: #d43319;
  border-color: #d43319;
  background-color: #f6b9af; }
.has-error .form-control-feedback {
  color: #d43319; }

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

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

@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: 6px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px; }
.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: 6px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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: 5px 15px;
  font-size: 14px;
  line-height: 1.846;
  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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #D60808;
    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: #D60808;
  background-color: #fff;
  border-color: #D60808; }
  .btn-default:focus, .btn-default.focus {
    color: #D60808;
    background-color: #e6e6e6;
    border-color: #5b0303; }
  .btn-default:hover {
    color: #D60808;
    background-color: #e6e6e6;
    border-color: #9b0606; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #D60808;
    background-color: #e6e6e6;
    border-color: #9b0606; }
    .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: #D60808;
      background-color: #d4d4d4;
      border-color: #5b0303; }
  .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: #D60808; }
  .btn-default .badge {
    color: #fff;
    background-color: #D60808; }

.btn-primary {
  color: #fff;
  background-color: #D60808;
  border-color: transparent; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a50606;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:hover {
    color: #fff;
    background-color: #a50606;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a50606;
    border-color: rgba(0, 0, 0, 0); }
    .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: #820505;
      border-color: rgba(0, 0, 0, 0); }
  .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: #D60808;
    border-color: transparent; }
  .btn-primary .badge {
    color: #D60808;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #93ca77;
  border-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #76bc52;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:hover {
    color: #fff;
    background-color: #76bc52;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #76bc52;
    border-color: rgba(0, 0, 0, 0); }
    .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: #64a942;
      border-color: rgba(0, 0, 0, 0); }
  .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: #93ca77;
    border-color: transparent; }
  .btn-success .badge {
    color: #93ca77;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #999;
  border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: gray;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:hover {
    color: #fff;
    background-color: gray;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: gray;
    border-color: rgba(0, 0, 0, 0); }
    .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: #6e6e6e;
      border-color: rgba(0, 0, 0, 0); }
  .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: #999;
    border-color: transparent; }
  .btn-info .badge {
    color: #999;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f69352;
  border-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f47521;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:hover {
    color: #fff;
    background-color: #f47521;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f47521;
    border-color: rgba(0, 0, 0, 0); }
    .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: #e6620b;
      border-color: rgba(0, 0, 0, 0); }
  .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: #f69352;
    border-color: transparent; }
  .btn-warning .badge {
    color: #f69352;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d43319;
  border-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a62814;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:hover {
    color: #fff;
    background-color: #a62814;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a62814;
    border-color: rgba(0, 0, 0, 0); }
    .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: #862010;
      border-color: rgba(0, 0, 0, 0); }
  .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: #d43319;
    border-color: transparent; }
  .btn-danger .badge {
    color: #d43319;
    background-color: #fff; }

.btn-link {
  color: #D60808;
  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: #8c0505;
    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: #bbb;
    text-decoration: none; }

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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: 14px;
  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: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.846;
    color: #666;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bbb; }
.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: 12px;
  line-height: 1.846;
  color: #bbb;
  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: 5px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  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: 12px;
    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: 18px;
    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: #bbb; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #bbb;
        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: #D60808; }
  .nav .nav-divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid transparent; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.846;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee transparent; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #666;
      background-color: transparent;
      border: 1px solid transparent;
      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: #D60808; }

.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 transparent; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid transparent;
      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: #fff; } }

.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: 25px;
  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: 11.5px 15px;
  font-size: 18px;
  line-height: 25px;
  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: 5.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px; }
  @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: 25px; }
        .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: 11.5px;
          padding-bottom: 11.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: 6.5px;
  margin-bottom: 6.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: 6.5px;
  margin-bottom: 6.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.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: #222222;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #ddd; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #bbb;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #bbb; }
  .navbar-default .navbar-nav > li > a {
    color: #ddd; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #bbb;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #bbb;
    background-color: #121212; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #666;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: rgba(0, 0, 0, 0.5); }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #121212;
    color: #bbb; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #ddd; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #bbb;
        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: #bbb;
      background-color: #121212; }
    .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: #666;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #ddd; }
    .navbar-default .navbar-link:hover {
      color: #bbb; }
  .navbar-default .btn-link {
    color: #ddd; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #bbb; }
    .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: #666; }

.navbar-inverse {
  background-color: #000;
  border-color: transparent; }
  .navbar-inverse .navbar-brand {
    color: #bbb; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #bbb; }
  .navbar-inverse .navbar-nav > li > a {
    color: #bbb; }
    .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: black; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #666;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: transparent; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: rgba(0, 0, 0, 0.5); }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: black; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: black;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #bbb; }
      .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: black; }
    .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: #666;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #bbb; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #bbb; }
    .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: #666; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #eeeeee; }
  .breadcrumb > .active {
    color: #f96464; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  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: #bbb; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #a2a2a2; }

.label-primary {
  background-color: #D60808; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #a50606; }

.label-success {
  background-color: #93ca77; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #76bc52; }

.label-info {
  background-color: #999; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: gray; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bbb;
  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: #D60808;
    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; }

.alert {
  padding: 15px;
  margin-bottom: 25px;
  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: #93ca77;
  border-color: transparent;
  color: #fff; }
  .alert-success hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #999;
  border-color: transparent;
  color: #fff; }
  .alert-info hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #f69352;
  border-color: transparent;
  color: #fff; }
  .alert-warning hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #d43319;
  border-color: transparent;
  color: #fff; }
  .alert-danger hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-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: 25px;
  margin-bottom: 25px;
  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: 12px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #D60808;
  -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: #93ca77; }
  .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: #999; }
  .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: #f69352; }
  .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: #d43319; }
  .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: #bbb;
  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: #bbb; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #D60808;
  border-color: #D60808; }
  .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: #fcaeae; }

.list-group-item-success {
  color: #93ca77;
  background-color: #eaf5e5; }

a.list-group-item-success,
button.list-group-item-success {
  color: #93ca77; }
  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: #93ca77;
    background-color: #dceed3; }
  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: #93ca77;
    border-color: #93ca77; }

.list-group-item-info {
  color: #999;
  background-color: #e6e6e6; }

a.list-group-item-info,
button.list-group-item-info {
  color: #999; }
  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: #999;
    background-color: #d9d9d9; }
  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: #999;
    border-color: #999; }

.list-group-item-warning {
  color: #f69352;
  background-color: #feeee3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #f69352; }
  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: #f69352;
    background-color: #fcdfcb; }
  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: #f69352;
    border-color: #f69352; }

.list-group-item-danger {
  color: #d43319;
  background-color: #f6b9af; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #d43319; }
  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: #d43319;
    background-color: #f3a598; }
  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: #d43319;
    border-color: #d43319; }

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

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

.panel {
  margin-bottom: 25px;
  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: 16px;
  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: 25px; }
  .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: #212121;
    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: #212121; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #D60808; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #D60808;
    border-color: #D60808; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D60808; }
    .panel-primary > .panel-heading .badge {
      color: #D60808;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D60808; }

.panel-success {
  border-color: #e0eed3; }
  .panel-success > .panel-heading {
    color: #fff;
    background-color: #93ca77;
    border-color: #e0eed3; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e0eed3; }
    .panel-success > .panel-heading .badge {
      color: #93ca77;
      background-color: #fff; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e0eed3; }

.panel-info {
  border-color: #d4d4d4; }
  .panel-info > .panel-heading {
    color: #fff;
    background-color: #999;
    border-color: #d4d4d4; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d4d4d4; }
    .panel-info > .panel-heading .badge {
      color: #999;
      background-color: #fff; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d4d4d4; }

.panel-warning {
  border-color: #fcd6cb; }
  .panel-warning > .panel-heading {
    color: #fff;
    background-color: #f69352;
    border-color: #fcd6cb; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fcd6cb; }
    .panel-warning > .panel-heading .badge {
      color: #f69352;
      background-color: #fff; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fcd6cb; }

.panel-danger {
  border-color: #f3989b; }
  .panel-danger > .panel-heading {
    color: #fff;
    background-color: #d43319;
    border-color: #f3989b; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f3989b; }
    .panel-danger > .panel-heading .badge {
      color: #d43319;
      background-color: #fff; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f3989b; }

.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 transparent;
  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: 21px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: none;
  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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid transparent;
  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 transparent; }
  .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.846; }

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent; }
  .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 {
    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: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.846;
  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: 12px;
  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: #727272;
  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: #727272; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #727272; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #727272; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.846;
  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: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border: 1px solid transparent;
  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: 14px;
  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: rgba(0, 0, 0, 0);
  border-top-color: fadein(transparent, 12%);
  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: rgba(0, 0, 0, 0);
  border-right-color: fadein(transparent, 12%); }
  .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: rgba(0, 0, 0, 0);
  border-bottom-color: fadein(transparent, 12%);
  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: rgba(0, 0, 0, 0);
  border-left-color: fadein(transparent, 12%); }
  .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: rgba(0, 0, 0, 0); }
  .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 .fa-chevron-left,
  .carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .fa-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: rgba(0, 0, 0, 0); }
  .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 .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .fa-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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-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) and (max-width: 1599px) {
  .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) and (max-width: 1599px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline {
    display: inline !important; } }

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 1600px) {
  .hidden-xl {
    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; } }
.navbar {
  border: none; }
  .navbar-brand {
    font-size: 24px; }
  .navbar-inverse .navbar-form input[type=text],
  .navbar-inverse .navbar-form input[type=password] {
    color: #fff;
    -webkit-box-shadow: inset 0 -2px 0 #bbb;
    box-shadow: inset 0 -2px 0 #bbb; }
    .navbar-inverse .navbar-form input[type=text]::-moz-placeholder,
    .navbar-inverse .navbar-form input[type=password]::-moz-placeholder {
      color: #bbb;
      opacity: 1; }
    .navbar-inverse .navbar-form input[type=text]:-ms-input-placeholder,
    .navbar-inverse .navbar-form input[type=password]:-ms-input-placeholder {
      color: #bbb; }
    .navbar-inverse .navbar-form input[type=text]::-webkit-input-placeholder,
    .navbar-inverse .navbar-form input[type=password]::-webkit-input-placeholder {
      color: #bbb; }
    .navbar-inverse .navbar-form input[type=text]:focus,
    .navbar-inverse .navbar-form input[type=password]:focus {
      -webkit-box-shadow: inset 0 -2px 0 #fff;
      box-shadow: inset 0 -2px 0 #fff; }

.btn-default:focus {
  background-color: #fff; }
.btn-default:hover, .btn-default:active:hover {
  background-color: #f0f0f0; }
.btn-default:active {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-primary:focus {
  background-color: #D60808; }
.btn-primary:hover, .btn-primary:active:hover {
  background-color: #b90707; }
.btn-primary:active {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-success:focus {
  background-color: #93ca77; }
.btn-success:hover, .btn-success:active:hover {
  background-color: #82c161; }
.btn-success:active {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-info:focus {
  background-color: #999; }
.btn-info:hover, .btn-info:active:hover {
  background-color: #8a8a8a; }
.btn-info:active {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-warning:focus {
  background-color: #f69352; }
.btn-warning:hover, .btn-warning:active:hover {
  background-color: #f58134; }
.btn-warning:active {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-danger:focus {
  background-color: #d43319; }
.btn-danger:hover, .btn-danger:active:hover {
  background-color: #b92c16; }
.btn-danger:active {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.btn-link:focus {
  background-color: #fff; }
.btn-link:hover, .btn-link:active:hover {
  background-color: #f0f0f0; }
.btn-link:active {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }

.btn {
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative; }
  .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, #000 10%, transparent 10.01%);
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-size: 1000% 1000%;
    background-position: 50%;
    opacity: 0;
    pointer-events: none;
    transition: background .5s, opacity 1s; }
  .btn:active:after {
    background-size: 0% 0%;
    opacity: .2;
    transition: 0s; }
  .btn-link {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #D60808; }
    .btn-link:hover, .btn-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #D60808;
      text-decoration: none; }
    .btn-link .disabled:hover, .btn-link .disabled:active:hover, .btn-link[disabled]:hover, .btn-link[disabled]:active:hover, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:active:hover {
      background-color: #fff;
      color: #D60808; }
  .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
    opacity: 1; }
    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus {
      background-color: rgba(0, 0, 0, 0.1); }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0; }
.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: 0; }

body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px; }

p {
  margin: 0 0 1em; }

input,
button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px; }

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.table-hover > tbody > tr,
.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

label {
  font-weight: normal; }

textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -2px 0 #ddd;
  box-shadow: inset 0 -2px 0 #ddd;
  font-size: 16px; }
  textarea:focus,
  textarea.form-control:focus,
  input.form-control:focus,
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  [type=text].form-control:focus,
  [type=password].form-control:focus,
  [type=email].form-control:focus,
  [type=tel].form-control:focus,
  [contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #D60808;
    box-shadow: inset 0 -2px 0 #D60808; }
  textarea[disabled], textarea[readonly],
  textarea.form-control[disabled],
  textarea.form-control[readonly],
  input.form-control[disabled],
  input.form-control[readonly],
  input[type=text][disabled],
  input[type=text][readonly],
  input[type=password][disabled],
  input[type=password][readonly],
  input[type=email][disabled],
  input[type=email][readonly],
  input[type=number][disabled],
  input[type=number][readonly],
  [type=text].form-control[disabled],
  [type=text].form-control[readonly],
  [type=password].form-control[disabled],
  [type=password].form-control[readonly],
  [type=email].form-control[disabled],
  [type=email].form-control[readonly],
  [type=tel].form-control[disabled],
  [type=tel].form-control[readonly],
  [contenteditable].form-control[disabled],
  [contenteditable].form-control[readonly] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px dotted #ddd; }
  textarea.input-sm, .input-group-sm > textarea.form-control,
  .input-group-sm > textarea.input-group-addon,
  .input-group-sm > .input-group-btn > textarea.btn,
  textarea.form-control.input-sm,
  .input-group-sm > textarea.form-control,
  .input-group-sm > .input-group-btn > textarea.form-control.btn,
  input.form-control.input-sm,
  .input-group-sm > input.form-control,
  .input-group-sm > .input-group-btn > input.form-control.btn,
  input[type=text].input-sm,
  .input-group-sm > input[type=text].form-control,
  .input-group-sm > input[type=text].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=text].btn,
  input[type=password].input-sm,
  .input-group-sm > input[type=password].form-control,
  .input-group-sm > input[type=password].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=password].btn,
  input[type=email].input-sm,
  .input-group-sm > input[type=email].form-control,
  .input-group-sm > input[type=email].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=email].btn,
  input[type=number].input-sm,
  .input-group-sm > input[type=number].form-control,
  .input-group-sm > input[type=number].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=number].btn,
  [type=text].form-control.input-sm,
  .input-group-sm > [type=text].form-control,
  .input-group-sm > .input-group-btn > [type=text].form-control.btn,
  [type=password].form-control.input-sm,
  .input-group-sm > [type=password].form-control,
  .input-group-sm > .input-group-btn > [type=password].form-control.btn,
  [type=email].form-control.input-sm,
  .input-group-sm > [type=email].form-control,
  .input-group-sm > .input-group-btn > [type=email].form-control.btn,
  [type=tel].form-control.input-sm,
  .input-group-sm > [type=tel].form-control,
  .input-group-sm > .input-group-btn > [type=tel].form-control.btn,
  [contenteditable].form-control.input-sm,
  .input-group-sm > [contenteditable].form-control,
  .input-group-sm > .input-group-btn > [contenteditable].form-control.btn {
    font-size: 12px; }
  textarea.input-lg, .input-group-lg > textarea.form-control,
  .input-group-lg > textarea.input-group-addon,
  .input-group-lg > .input-group-btn > textarea.btn,
  textarea.form-control.input-lg,
  .input-group-lg > textarea.form-control,
  .input-group-lg > .input-group-btn > textarea.form-control.btn,
  input.form-control.input-lg,
  .input-group-lg > input.form-control,
  .input-group-lg > .input-group-btn > input.form-control.btn,
  input[type=text].input-lg,
  .input-group-lg > input[type=text].form-control,
  .input-group-lg > input[type=text].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=text].btn,
  input[type=password].input-lg,
  .input-group-lg > input[type=password].form-control,
  .input-group-lg > input[type=password].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=password].btn,
  input[type=email].input-lg,
  .input-group-lg > input[type=email].form-control,
  .input-group-lg > input[type=email].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=email].btn,
  input[type=number].input-lg,
  .input-group-lg > input[type=number].form-control,
  .input-group-lg > input[type=number].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=number].btn,
  [type=text].form-control.input-lg,
  .input-group-lg > [type=text].form-control,
  .input-group-lg > .input-group-btn > [type=text].form-control.btn,
  [type=password].form-control.input-lg,
  .input-group-lg > [type=password].form-control,
  .input-group-lg > .input-group-btn > [type=password].form-control.btn,
  [type=email].form-control.input-lg,
  .input-group-lg > [type=email].form-control,
  .input-group-lg > .input-group-btn > [type=email].form-control.btn,
  [type=tel].form-control.input-lg,
  .input-group-lg > [type=tel].form-control,
  .input-group-lg > .input-group-btn > [type=tel].form-control.btn,
  [contenteditable].form-control.input-lg,
  .input-group-lg > [contenteditable].form-control,
  .input-group-lg > .input-group-btn > [contenteditable].form-control.btn {
    font-size: 18px; }

select,
select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -2px 0 #ddd;
  box-shadow: inset 0 -2px 0 #ddd;
  font-size: 16px;
  line-height: 1.5; }
  select::-ms-expand,
  select.form-control::-ms-expand {
    display: none; }
  select.input-sm, .input-group-sm > select.form-control,
  .input-group-sm > select.input-group-addon,
  .input-group-sm > .input-group-btn > select.btn,
  select.form-control.input-sm,
  .input-group-sm > select.form-control,
  .input-group-sm > .input-group-btn > select.form-control.btn {
    font-size: 12px; }
  select.input-lg, .input-group-lg > select.form-control,
  .input-group-lg > select.input-group-addon,
  .input-group-lg > .input-group-btn > select.btn,
  select.form-control.input-lg,
  .input-group-lg > select.form-control,
  .input-group-lg > .input-group-btn > select.form-control.btn {
    font-size: 18px; }
  select:focus,
  select.form-control:focus {
    -webkit-box-shadow: inset 0 -2px 0 #D60808;
    box-shadow: inset 0 -2px 0 #D60808;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=); }
  select[multiple],
  select.form-control[multiple] {
    background: none; }

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 25px; }
.radio input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -25px; }

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }
  input[type="radio"]:focus,
  .radio input[type="radio"]:focus,
  .radio-inline input[type="radio"]:focus {
    outline: none; }
  input[type="radio"]:before, input[type="radio"]:after,
  .radio input[type="radio"]:before,
  .radio input[type="radio"]:after,
  .radio-inline input[type="radio"]:before,
  .radio-inline input[type="radio"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms; }
  input[type="radio"]:before,
  .radio input[type="radio"]:before,
  .radio-inline input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #D60808;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  input[type="radio"]:after,
  .radio input[type="radio"]:after,
  .radio-inline input[type="radio"]:after {
    position: relative;
    top: -3px;
    border: 2px solid #666; }
  input[type="radio"]:checked:before,
  .radio input[type="radio"]:checked:before,
  .radio-inline input[type="radio"]:checked:before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  input[type="radio"]:disabled:checked:before,
  .radio input[type="radio"]:disabled:checked:before,
  .radio-inline input[type="radio"]:disabled:checked:before {
    background-color: #bbb; }
  input[type="radio"]:checked:after,
  .radio input[type="radio"]:checked:after,
  .radio-inline input[type="radio"]:checked:after {
    border-color: #D60808; }
  input[type="radio"]:disabled:after, input[type="radio"]:disabled:checked:after,
  .radio input[type="radio"]:disabled:after,
  .radio input[type="radio"]:disabled:checked:after,
  .radio-inline input[type="radio"]:disabled:after,
  .radio-inline input[type="radio"]:disabled:checked:after {
    border-color: #bbb; }

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }
  input[type="checkbox"]:focus,
  .checkbox input[type="checkbox"]:focus,
  .checkbox-inline input[type="checkbox"]:focus {
    outline: none; }
  input[type="checkbox"]:focus:after,
  .checkbox input[type="checkbox"]:focus:after,
  .checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #D60808; }
  input[type="checkbox"]:after,
  .checkbox input[type="checkbox"]:after,
  .checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #666;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms; }
  input[type="checkbox"]:checked:before,
  .checkbox input[type="checkbox"]:checked:before,
  .checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  input[type="checkbox"]:checked:after,
  .checkbox input[type="checkbox"]:checked:after,
  .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #D60808;
    border-color: #D60808; }
  input[type="checkbox"]:disabled:after,
  .checkbox input[type="checkbox"]:disabled:after,
  .checkbox-inline input[type="checkbox"]:disabled:after {
    border-color: #bbb; }
  input[type="checkbox"]:disabled:checked:after,
  .checkbox input[type="checkbox"]:disabled:checked:after,
  .checkbox-inline input[type="checkbox"]:disabled:checked:after {
    background-color: #bbb;
    border-color: transparent; }

.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #f69352;
  box-shadow: inset 0 -2px 0 #f69352; }

.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #d43319;
  box-shadow: inset 0 -2px 0 #d43319; }

.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #93ca77;
  box-shadow: inset 0 -2px 0 #93ca77; }

.has-warning .input-group-addon, .has-error .input-group-addon, .has-success .input-group-addon {
  color: #666;
  border-color: transparent;
  background-color: transparent; }

.form-group-lg select,
.form-group-lg select.form-control {
  line-height: 1.5; }

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  background-color: transparent;
  color: #ddd;
  -webkit-box-shadow: inset 0 -2px 0 #ddd;
  box-shadow: inset 0 -2px 0 #ddd;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 #D60808;
    box-shadow: inset 0 -2px 0 #D60808;
    color: #D60808; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  -webkit-box-shadow: inset 0 -2px 0 #D60808;
  box-shadow: inset 0 -2px 0 #D60808;
  color: #D60808; }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus:hover {
    color: #D60808; }
.nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -2px 0 #ddd;
  box-shadow: inset 0 -2px 0 #ddd; }
.nav-tabs .dropdown-menu {
  margin-top: 0; }

.dropdown-menu {
  margin-top: 0;
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.alert {
  border: none;
  color: #fff; }
  .alert-success {
    background-color: #93ca77; }
  .alert-info {
    background-color: #999; }
  .alert-warning {
    background-color: #f69352; }
  .alert-danger {
    background-color: #d43319; }
  .alert a:not(.close):not(.btn),
  .alert .alert-link {
    color: #fff;
    font-weight: bold; }
  .alert .close {
    color: #fff; }

.badge {
  padding: 4px 6px 4px; }

.progress {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .progress-bar:last-child {
      border-radius: 0 3px 3px 0; }
    .progress-bar:last-child:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      z-index: -1;
      background-color: #fb9595; }
    .progress-bar-success:last-child.progress-bar:before {
      background-color: #f9fcf7; }
    .progress-bar-info:last-child.progress-bar:before {
      background-color: white; }
    .progress-bar-warning:last-child.progress-bar:before {
      background-color: #fffdfc; }
    .progress-bar-danger:last-child.progress-bar:before {
      background-color: #f08d7d; }

.close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .close:hover {
    opacity: 1; }

.list-group-item {
  padding: 15px; }
.list-group-item-text {
  color: #bbb; }

.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd; }
  .panel-heading {
    border-bottom: none; }
  .panel-footer {
    border-top: none; }

.popover {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: inherit; }

.btn-group > .btn:not(:last-of-type) {
  border-right-width: 0; }

.btn-group-vertical > .btn:not(:last-of-type) {
  border-bottom-width: 0; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .dropdown-submenu > .dropdown-menu::before {
      display: none; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left .pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      -webkit-border-radius: 6px 0 6px 6px;
      -moz-border-radius: 6px 0 6px 6px;
      border-radius: 6px 0 6px 6px; }
  .dropdown-submenu:hover .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff; }

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

@media (min-width: 768px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px; } }
.media-responsive > .pull-left {
  padding-right: 0;
  padding-bottom: 10px;
  width: 100%; }

@media (min-width: 480px) {
  .media-responsive > .pull-left {
    padding-right: 10px;
    padding-bottom: 0;
    max-width: 40%; } }
.small {
  line-height: 14px; }

.navbar {
  margin-bottom: 0; }

.table > tbody > tr > td {
  vertical-align: middle; }

.modal-header {
  background: #D60808;
  color: #fff; }

.modal-title {
  color: #fff; }

.list-group {
  margin-bottom: 0; }

.breadcrumb {
  margin-bottom: 0; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0; }

.label {
  padding: 3px 12px;
  font-size: 94%;
  border-radius: 12px;
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  font-weight: normal; }

.label-primary {
  border-color: #f61b1b;
  color: #f61b1b; }

.label-success {
  border-color: #b0d89c;
  color: #b0d89c; }

.label-warning {
  border-color: #f9b182;
  color: #f9b182; }

.label-danger {
  border-color: #e85138;
  color: #e85138; }

.label-info {
  border-color: #b3b3b3;
  color: #b3b3b3; }

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
  .dropdown-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #D60808; }
  .dropdown-menu > li > a {
    border-bottom: 1px solid #eeeeee; }

.alert {
  margin-bottom: 0; }

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 90%;
  max-width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-width: 0; }

.modal.modal-right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.modal-right.fade.in .modal-dialog {
  right: 0; }

.modal.modal-left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.modal-left.fade.in .modal-dialog {
  left: 0; }

.modal-vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.modal-vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.modal-horizontal-align-center {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }

.panel-heading.panel-no-padding,
.panel-body.panel-no-padding {
  padding: 0; }

.form-horizontal-text {
  padding-top: 6px; }

.home-search-tab {
  margin-left: 3rem; }

.home-search-tab li {
  padding: 0; }

.home-search-tab li a {
  background: #EE2E24;
  color: #FFF !important;
  box-shadow: none !important; }

.home-search-tab > li > a:hover,
.home-search-tab > li > a:focus,
.home-search-tab > li.active > a,
.home-search-tab > li.active > a:hover,
.home-search-tab > li.active > a:focus {
  background: #D60808;
  color: #FFF;
  cursor: pointer;
  border: 1px solid #D60808;
  border-bottom-color: transparent; }

.home-search-tab-content .rad_search {
  padding: 1rem;
  border-radius: 1rem; }
.home-search-tab-content #tab2 #autoinfo-container {
  width: 100% !important; }
.home-search-tab-content #tab2 iframe {
  width: 100% !important; }

.av-welcome {
  color: #fff;
  float: left;
  font: 16px 'Open Sans',sans-serif;
  line-height: 30px;
  font-weight: bold;
  padding: 15px; }

.av-welcome a {
  color: #fff; }

.qickfind-wrap {
  display: flex;
  flex-wrap: wrap; }

.qickfind-left, .qickfind-right {
  width: 50%; }

.qickfind-left {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.qickfind-left .av-page-title-heading, .qickfind-left .breadcrumb {
  width: 100%; }

@media (max-width: 640px) {
  .qickfind-left, .qickfind-right {
    width: 100%; } }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /* color:#fff; */ }

.availability-table {
  width: 100%;
  border-bottom: 1px solid #bbb; }

.availability-table td {
  padding: .75rem; }

.code-hidden {
  display: none; }

.search-faceting .radsearch-facet-module {
  float: left; }

.radsearch-facet-module {
  position: relative;
  overflow: auto;
  border-bottom: 2px solid #e2e2e2;
  padding: 20px 0; }

.radsearch-facet-module select {
  background-color: #FFF !important; }

.radsearch-facet-module p {
  margin-bottom: 5px !important; }

.radsearch-facet-item {
  margin-top: 10px; }

.radsearch-facet-item select + span.fa {
  top: 10px !important;
  right: 30px !important; }

.radsearch-facet-item input[type="checkbox"] {
  position: absolute !important;
  top: 2px !important;
  right: 20px !important; }

.fa-chevron-left:before, .fa-chevron-right:before {
  content: "" !important; }

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
  margin-left: 15px;
  margin-top: -21px;
  background: url(/ts1773121675/images/png/StyleSheet/96/v5-prev.png) no-repeat;
  width: 22px;
  height: 42px; }

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
  margin-right: 15px;
  margin-top: -21px;
  background: url(/ts1773121675/images/png/StyleSheet/96/v5-next.png) no-repeat;
  width: 22px;
  height: 42px; }

.av-navbar-xs {
  /* height: $xs-navbar-height;
   min-height: $xs-navbar-height;
   line-height: $xs-navbar-height;
   
   */
  min-height: initial;
  border-width: 0; }
  .av-navbar-xs .av-icon-nav > li > a {
    /* color: $navbar-default-link-color; */
    color: #bbb;
    /*  height: $xs-navbar-height; */
    font-size: 12px; }
  .av-navbar-xs .av-icon-nav > li > a:focus,
  .av-navbar-xs .av-icon-nav > li > a:active,
  .av-navbar-xs .av-icon-nav > li > a:hover {
    /* color: $navbar-default-link-hover-color; */
    color: #ddd; }

.av-icon-nav > li:first-child {
  padding-left: 0; }

.av-icon-nav > li:last-child {
  padding-right: 0; }

.av-table-left > tbody > tr:first-child > td {
  border-top-width: 0; }
.av-table-left > tbody > tr > th {
  border-top-width: 0;
  border-right: 2px solid #ddd;
  text-align: right;
  background-color: #fff; }

@media (min-width: 768px) {
  .av-table-left > tbody > tr > th {
    width: 210px; } }
.av-table-not-ruled {
  margin-bottom: 0; }
  .av-table-not-ruled > tbody > tr > td {
    border-top-width: 0;
    vertical-align: middle; }

.av-btn-muted {
  color: #666; }
  .av-btn-muted:active, .av-btn-muted:focus, .av-btn-muted:hover {
    color: #212121; }

.av-heading {
  margin-top: 0; }

.av-info-box {
  background: #f5f5f5;
  padding: 15px; }

.av-info-wrap {
  padding: 15px; }

.av-info-wrap-lg {
  padding: 15px; }

@media (min-width: 992px) {
  .av-info-wrap-lg {
    padding: 30px; } }
.av-dropdown-menu-right {
  left: auto;
  right: 0; }

.pop-code {
  font-size: 10px; }

.av-slider-title {
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
  text-align: left; }

.av-modal-menu-wrap .av-product-preview {
  margin-top: 35px;
  padding: 0;
  overflow: auto; }

.av-modal-menu-wrap .av-product-preview .av-result-description-content {
  float: left;
  margin-bottom: 15px; }

.nav-tabs > li > a, .nav-tabs > li > a:focus {
  color: #666;
  -webkit-box-shadow: inset 0 -2px 0 #666;
  box-shadow: inset 0 -2px 0 #666; }

@media (max-width: 1199px) {
  .b-search__main-form-submit .btn.m-btn {
    font-size: 12px; } }
@media (min-width: 1600px) {
  .b-footer__company p {
    line-height: 30px !important; } }
select[disabled] {
  background-color: #eeeeee !important; }

.av-page-title li a {
  color: #fff; }

.last-add, .last-add .btn.m-btn {
  float: none !important;
  text-align: center !important; }

.home-search .last-add, .home-search .b-search__main-form-submit, .home-search .b-search__main-form-submit {
  margin: 0 !important; }

.home-search select + span.fa {
  top: 20px !important;
  right: 35px !important;
  position: absolute; }

.av-cart-line .av-cart-code {
  font-size: 20px;
  font-weight: bold; }

.breadcrumb > .active {
  color: #fff; }

.alert-danger {
  background-color: #222122; }

.av-product-price .price .currency-code {
  color: #444;
  font-size: 18px;
  font-weight: normal; }

.av-product-preview .av-product-price .price .currency-code {
  font-size: 14px; }

.tooltip.in {
  opacity: 1; }

.tooltip-inner {
  max-width: none;
  text-align: left;
  background: #DDDDDD;
  border-radius: 4px; }

.tooltip-inner table td {
  vertical-align: top;
  padding: 5px 10px; }

.feature-title {
  cursor: pointer; }

.feature-title .fa {
  float: right;
  line-height: 33px; }

.toggle_vin_content, .toggle_vin .fa-minus, .toggle_vin.active .fa-plus {
  display: none; }

.toggle_slider_content, .toggle_slider .fa-minus, .toggle_slider.active .fa-plus {
  display: none; }

.toggle_rad_content, .toggle_rad .fa-minus, .toggle_rad.active .fa-plus {
  display: none; }

.toggle_vin.active .fa-minus, .toggle_slider.active .fa-minus, .toggle_rad.active .fa-minus {
  display: block; }

.grid .result-box {
  border: 1px solid #666;
  border-radius: 15px;
  padding: 10px;
  min-height: 415px; }

.grid > .av-result:hover {
  border: 1px solid #fff !important; }

.grid li .grid-brand {
  position: absolute;
  left: 25px;
  bottom: 80px; }

.grid li .grid-brand img {
  width: 45px; }

.list li .grid-brand {
  float: left;
  margin-left: 20px; }

.coupon-error-wrap .alert {
  padding: 0 15px;
  line-height: 37px; }

.coupon-error-wrap .close {
  line-height: 34px; }

.reference-heading {
  font-weight: bold;
  line-height: 37px; }

.av-search-box .b-search__main-form-submit {
  margin: 0; }

.av-search-box .b-search__main-form-submit .btn.m-btn {
  margin: 0 0 0 5px; }

.av-search-box .btn.m-btn span.fa {
  padding: 2px;
  width: 24px;
  height: 24px;
  font-size: 16px; }

.av-header-nav .av-badged .av-top-right-badge {
  border-color: #D60808 !important;
  color: #D60808 !important; }

#order_customer_reference {
  background-color: #f5f5f5 !important;
  background-color: rgba(200, 200, 200, 0.2) !important;
  -webkit-box-shadow: inset 0 -2px 0 #ddd !important;
  box-shadow: inset 0 -2px 0 #ddd !important; }

.av-search-box input[type='text']::-webkit-input-placeholder {
  color: #bdbbbb !important; }

.av-search-box input[type='text']:-moz-placeholder {
  color: #bdbbbb !important; }

.payment-option .panel-heading.collapsed:after, .address-option .panel-heading.collapsed:after {
  /* symbol for "opening" panels */
  font-family: 'FontAwesome';
  /* essential for enabling glyphicon */
  content: "\f054";
  /* adjust as needed, taken from bootstrap.css */
  position: absolute;
  /* bottom: 23px; */
  font-size: 15pt;
  color: #fff;
  right: 10px;
  top: 2px;
  font-size: 15pt;
  /* adjust as needed */
  color: #fff;
  /* adjust as needed */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  /* symbol for "collapsed" panels */
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  color: #b6b6b6 !important;
  /* adjust as needed, taken from bootstrap.css */ }

.payment-option .panel-heading:after, .address-option .panel-heading:after {
  /* symbol for "opening" panels */
  font-family: 'FontAwesome';
  /* essential for enabling glyphicon */
  content: "\f054";
  /* adjust as needed, taken from bootstrap.css */
  position: absolute;
  /* bottom: 23px; */
  font-size: 15pt;
  color: #fff;
  right: 10px;
  top: 2px;
  font-size: 15pt;
  /* adjust as needed */
  color: #fff;
  /* adjust as needed */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  /* symbol for "collapsed" panels */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  color: #b6b6b6 !important;
  /* adjust as needed, taken from bootstrap.css */ }

.grand-total-panel .panel-heading:after {
  content: "" !important; }

.address-option .panel-group .panel-heading {
  background-color: #D60808 !important;
  color: #fff !important;
  border-radius: 0;
  position: relative;
  cursor: pointer; }

.address-option .panel-group .panel-heading.collapsed {
  background-color: #f5f5f5 !important;
  color: #666666 !important; }

.payment-option .panel-group .panel + .panel {
  margin-top: 10px; }

.payment-option .panel-group .panel-heading {
  background: #D60808 !important;
  color: #fff !important;
  border-radius: 0;
  position: relative;
  cursor: pointer; }

.payment-option .panel-group .panel-heading.collapsed {
  background-color: #f5f5f5 !important;
  color: #666666 !important; }

.panel-group .panel {
  border-radius: 0; }

.section-title .shape {
  margin: 0 auto;
  padding: 18px 0;
  width: 150px; }

.shape {
  padding: 16px 0;
  position: relative;
  text-align: center; }

.section-title .shape::after, .section-title .shape::before {
  background: #1b1b1b none repeat scroll 0 0;
  margin-top: 0;
  width: 50px; }

.shape::after, .shape::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 45%; }

.shape::before {
  left: inherit;
  right: 0; }

#collapseAccount .list-group {
  margin-bottom: 15px; }

#paymentForm #express-paypal-wrap {
  width: 100%;
  padding: 8px 10px; }

.paypal-btn {
  padding: 0px;
  margin: 0px;
  /* width:148px; */
  border: 0px;
  cursor: pointer;
  background: none; }

#express-paypal-wrap {
  width: 24%;
  display: block;
  float: left;
  cursor: pointer;
  background: #ffc438;
  border-radius: 3px;
  padding: 8px 0;
  text-align: center;
  line-height: 24px;
  color: #000; }

#express-paypal-wrap span {
  font-family: "verdana";
  font-size: 24px;
  font-weight: bold;
  font-style: italic; }

#express-paypal-wrap .paypal-blue {
  color: #1f3d7c; }

#express-paypal-wrap .paypal-purple {
  color: #0c9ad6; }

#btnPaypalGC {
  display: none; }

.pay-term-text {
  float: right;
  margin-right: 10px;
  line-height: 34px;
  font-weight: bold; }

.select-m {
  width: 100%;
  padding: 10px 20px 10px 25px;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  font: 400 13px 'Open Sans',sans-serif;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
  margin-bottom: 10px; }

.select-m:focus {
  background-image: none !important; }

.vehicle-part-search select {
  outline: none; }
.vehicle-part-search .fa-caret-down {
  position: absolute;
  top: 10px;
  right: 25px; }

.b-search {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .b-search {
      width: 750px; } }
  @media (min-width: 992px) {
    .b-search {
      width: 970px; } }
  @media (min-width: 1200px) {
    .b-search {
      width: 1170px; } }
  @media (min-width: 1600px) {
    .b-search {
      width: 1370px; } }

.content-wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .content-wrap {
      width: 750px; } }
  @media (min-width: 992px) {
    .content-wrap {
      width: 970px; } }
  @media (min-width: 1200px) {
    .content-wrap {
      width: 1170px; } }
  @media (min-width: 1600px) {
    .content-wrap {
      width: 1370px; } }
  .content-wrap .rad-search-container {
    padding-left: 0px;
    padding-right: 0px; }

#search-pages .av-search-box-wrap {
  background-color: #d52b1e;
  padding: 0 10px;
  /* margin: 0px 25px 0px 10px;*/ }

a.radsearch-control.carousel-control {
  display: block;
  top: auto !important;
  bottom: auto !important;
  margin-top: 50px; }
  @media (min-width: 480px) {
    a.radsearch-control.carousel-control {
      display: none; } }

.rad_search .row {
  margin-left: auto;
  margin-right: auto; }

html, body {
  height: 100%; }

.breadcrumb {
  padding: 0;
  font: 14px 'Open Sans',sans-serif;
  line-height: 30px;
  /* font-weight:bold; */ }

.av-page-title {
  background-color: #555;
  color: #eeeeee;
  /* padding: 20px 8px; */
  padding: 15px; }
  .av-page-title > .breadcrumb {
    padding: 0;
    text-align: center; }
  .av-page-title > .breadcrumb > li > a {
    color: #fff !important; }
  .av-page-title > .breadcrumb > li > a:active,
  .av-page-title > .breadcrumb > li > a:hover,
  .av-page-title > .breadcrumb > li > a:focus {
    color: #eeeeee; }

.av-page-title-blank {
  padding: 4px; }

.av-page-title-heading {
  margin: 0;
  color: inherit;
  /* text-transform: uppercase; */
  text-align: center;
  font: 18px 'Open Sans',sans-serif;
  line-height: 30px;
  font-weight: bold; }

@media (min-width: 768px) {
  .av-page-title > .breadcrumb {
    /* padding: 12px 5px 0 5px; */
    text-align: right;
    font: 18px 'Open Sans',sans-serif;
    line-height: 30px;
    font-weight: bold; }

  .av-page-title-blank {
    /* padding: 0 10px 0 10px; */
    padding: 15px; }

  .av-page-title-heading {
    text-align: left; } }
.av-two-column {
  display: block;
  width: 100%; }

.av-two-column-small {
  display: block; }

.av-two-column-big {
  display: none; }

.av-two-column-left,
.av-two-column-right {
  display: block;
  vertical-align: top;
  width: 100%;
  border-bottom: 2px solid #e2e2e2; }

.av-two-column-left {
  background-color: #eeeeee; }

.av-two-column-right {
  padding: 15px; }

@media (min-width: 992px) {
  .av-two-column {
    /* display: table; */
    table-layout: fixed; }

  .av-two-column-small {
    display: none; }

  .av-two-column-big {
    display: block; }

  .av-two-column-collapsible {
    display: block !important; }

  .av-two-column-left {
    display: table-cell;
    width: 26.66%;
    max-width: 320px;
    float: left; }

  .av-two-column-right {
    display: table-cell;
    width: 73.33%;
    float: left; }

  .av-column-content {
    max-width: 1200px; } }
@media (min-width: 1200px) {
  .av-two-column {
    table-layout: auto; }

  .av-two-column-left {
    width: 26.6666666667%;
    /* width: calc(321px - 1px); */ }

  .av-two-column-right {
    width: 73.3333333333%;
    width: calc(100% - 320px); } }
.av-site-container {
  min-height: 100%;
  position: relative; }

.av-micro-footer {
  height: auto;
  background-color: #000;
  color: #bbb;
  text-align: center;
  padding: 15px 0; }

.av-micro-footer-branding {
  display: block;
  padding: 10px 0;
  color: #000; }

.av-micro-footer-branding a {
  color: #000; }

@media (min-width: 768px) {
  .av-site-container {
    padding-bottom: 25px; }

  .av-micro-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0; }

  .av-micro-footer-left {
    float: left; }

  .av-micro-footer-right {
    float: right; }

  .av-micro-footer-branding {
    display: inline-block;
    padding: 0; } }
.av-modal-close {
  margin-right: 15px;
  margin-top: 10px;
  color: #bbb; }

.av-modal-close-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 1px; }

.av-modal-close-icon {
  font-size: 22px;
  margin-left: 6px;
  vertical-align: middle; }

.av-modal-menu-wrap {
  padding: 15px; }

.av-ajax-message-dialog-loading {
  display: none; }

.av-loading .av-ajax-message-dialog-loading {
  display: block;
  padding: 30px 0;
  text-align: center; }

.av-dialog-lines-wrap {
  padding: 15px 10px; }

/*
.av-container-content {
  margin: 10px 0;
}
*/
@media (min-width: 768px) {
  .av-container-content {
    margin: 40px 0; }

  .av-cart-line .av-cart-uom, .av-cart-line .av-cart-qty, .av-cart-line .av-cart-unit-price, .av-cart-line .av-cart-gst {
    text-align: center; } }
.av-header-logo-wrap {
  line-height: 41px;
  padding: 15px 0;
  text-align: center; }

.av-header-logo {
  max-width: 100%; }

.av-header-nav {
  text-align: center;
  /* line-height: $header-nav-line-height; */
  line-height: 57px;
  font-size: 240%;
  /* background-color: $header-nav-sm-bg-color; */
  padding: 15px 0; }
  .av-header-nav .av-icon-nav > li > a {
    color: #000; }
  .av-header-nav .av-icon-nav > li > a:focus,
  .av-header-nav .av-icon-nav > li > a:active,
  .av-header-nav .av-icon-nav > li > a:hover {
    color: #333; }
  .av-header-nav .av-badged .av-top-right-badge {
    background-color: #fff;
    border-color: #000;
    color: #000; }
  .av-header-nav .av-badged:hover .av-top-right-badge {
    border-color: #333;
    color: #333; }

@media (max-width: 767px) {
  .av-icon-nav.show-search > li {
    display: none !important; }
  .av-icon-nav.show-search > .av-search-box-wrap {
    display: inline-block !important; } }
.av-search-input {
  padding: 5px 15px !important;
  border: 1px solid #eeeeee !important;
  border-radius: 30px !important;
  font: 400 13px 'Open Sans',sans-serif !important;
  box-shadow: none !important;
  vertical-align: top;
  height: 30px;
  color: #555; }

.av-search-btn {
  background: none;
  background: none;
  border: none;
  padding: 0;
  color: #D60808; }

@media (min-width: 768px) {
  .av-search-box-wrap {
    display: inline-block !important; }

  .av-search-toggle-wrap {
    display: none !important; }

  .search-right-wrap .av-search-box-wrap {
    /* margin-top:15px !important; */
    margin: 15px 0 !important; }

  .av-search-btn {
    color: #D60808; }

  .av-search-btn:hover {
    color: #8c0505; }

  .av-header-nav {
    text-align: right;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0; }
    .av-header-nav .av-icon-nav > li > a {
      color: #D60808; }
    .av-header-nav .av-icon-nav > li > a:focus,
    .av-header-nav .av-icon-nav > li > a:active,
    .av-header-nav .av-icon-nav > li > a:hover {
      color: #8c0505; }
    .av-header-nav .av-badged .av-top-right-badge {
      background-color: #fff;
      border-color: #D60808;
      color: #D60808; }
    .av-header-nav .av-badged:hover .av-top-right-badge {
      border-color: #8c0505;
      color: #8c0505; }

  .av-header {
    padding: 15px 0; }

  .av-header-logo-wrap {
    padding: 0 15px;
    text-align: left; } }
/*
@media (min-width: $screen-md-min) {
  .av-search-input:hover,
  .av-search-input:focus,
  .av-search-box:hover .av-search-input {
    background: none;
    width: 200px;
  }
}

*/
[data-avenue-reload] {
  transition: opacity 0.2s ease 0.2s; }

.av-reload-loading {
  opacity: 0.7;
  position: relative; }
  .av-reload-loading .load_animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ajax.gif) center center no-repeat; }
    .av-reload-loading .load_animation > img {
      display: none; }

[data-avenue-load-more="scroll"] {
  float: left;
  width: 100%;
  text-align: center; }
  [data-avenue-load-more="scroll"] > img {
    display: none;
    margin: 0 auto; }
  [data-avenue-load-more="scroll"].av-loading > img {
    display: block; }

.av-loading .av-loading-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.remove-favourite {
  display: none; }

.avenue-favourite > .add-favourite {
  display: none; }
.avenue-favourite > .remove-favourite {
  display: block; }

.collapsed-only-inline-block,
.collapsed-only-block,
.collapsed .uncollapsed-only-inline-block,
.collapsed .uncollapsed-only-block {
  display: none; }

.uncollapsed-only-block,
.collapsed .collapsed-only-block {
  display: block; }

.uncollapsed-only-inline-block,
.collapsed .collapsed-only-inline-block {
  display: inline-block; }

.no-js-hide {
  display: none; }

/*
html:not(.wf-fontawesome-n4-active) .no-fa-hide {
  display: none;
}
*/
html.js .av-result {
  visibility: hidden; }

.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  transition: background-color 9999s ease-in-out 0s; }

.av-label-block {
  display: table-row;
  width: 100%; }

.av-label-block-input {
  display: table-cell;
  vertical-align: middle;
  width: 34px; }

.av-label-block-content {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 10px;
  width: 100%; }

.av-label-block-small {
  width: auto; }
  .av-label-block-small > .av-label-block-content {
    width: auto; }

.av-section {
  margin-top: 30px;
  margin-bottom: 30px; }

.av-section-divider {
  padding: 30px 0;
  background-color: #eeeeee;
  text-align: center;
  color: #666; }
  .av-section-divider h1, .av-section-divider h2, .av-section-divider h3, .av-section-divider h4, .av-section-divider h5, .av-section-divider h6 {
    color: inherit;
    text-transform: uppercase;
    margin: 0;
    line-height: 39px; }

.av-section-divider-inverse {
  background-color: #666;
  color: #fff; }

@media (min-width: 768px) {
  .av-section-divider {
    padding: 40px 0; }

  .av-section-divider-left {
    text-align: left; }

  .av-section-divider-right {
    text-align: right; } }
.av-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center; }
  .av-title > h1,
  .av-title > h2,
  .av-title > h3,
  .av-title > h4,
  .av-title > h5,
  .av-title > h6 {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 10px;
    margin-right: 10px; }

.av-title-sep {
  position: relative;
  height: 2px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #E4E5E6; }

.av-grid-tiles {
  margin-top: 7px;
  margin-bottom: 7px; }

.av-grid-tiles-inner {
  padding-left: 7px;
  padding-right: 7px; }

.av-grid-tile {
  padding-top: 7px;
  padding-bottom: 7px; }

.av-grid-tile-content {
  -webkit-box-shadow: 0 1px 3px 0 rgba(102, 102, 102, 0.6);
  box-shadow: 0 1px 3px 0 rgba(102, 102, 102, 0.6); }

@media (min-width: 768px) {
  .av-grid-tiles {
    margin-top: 15px;
    margin-bottom: 15px; }

  .av-grid-tiles-inner {
    padding-left: 15px;
    padding-right: 15px; }

  .av-grid-tile {
    padding-top: 15px;
    padding-bottom: 15px; } }
.av-addthis {
  margin: 10px 0; }

.av-addthis-title {
  color: #666;
  text-transform: uppercase;
  margin-right: 10px; }

.av-addthis-toolbox > .av-icon-nav > li > a {
  color: #666;
  cursor: pointer; }

.av-addthis-toolbox > .av-icon-nav > li > a:hover {
  color: #D60808; }

@media (min-width: 768px) {
  .av-addthis {
    margin: 25px 0; } }
.av-cell {
  padding: 0 8px;
  margin-bottom: 8px;
  float: left; }

.av-cell-title {
  font-weight: bold; }

.av-cell-wrap {
  padding: 0; }

.av-cells-1 > .av-cell {
  width: 50%; }
  .av-cells-1 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-2 > .av-cell {
  width: 50%; }
  .av-cells-2 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-3 > .av-cell {
  width: 50%; }
  .av-cells-3 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-4 > .av-cell {
  width: 50%; }
  .av-cells-4 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-5 > .av-cell {
  width: 50%; }
  .av-cells-5 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-6 > .av-cell {
  width: 50%; }
  .av-cells-6 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-7 > .av-cell {
  width: 50%; }
  .av-cells-7 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-8 > .av-cell {
  width: 50%; }
  .av-cells-8 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-9 > .av-cell {
  width: 50%; }
  .av-cells-9 > .av-cell:nth-child(2n+1) {
    clear: both; }

.av-cells-10 > .av-cell {
  width: 50%; }
  .av-cells-10 > .av-cell:nth-child(2n+1) {
    clear: both; }

@media (min-width: 768px) {
  .av-cell-title {
    margin-bottom: 6px; }

  .av-cells-1 > .av-cell {
    width: 100%; }
    .av-cells-1 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-1 > .av-cell:last-child {
      text-align: right; }

  .av-cells-2 > .av-cell {
    width: 50%; }
    .av-cells-2 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-2 > .av-cell:last-child {
      text-align: right; }

  .av-cells-3 > .av-cell {
    width: 33.3333333333%; }
    .av-cells-3 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-3 > .av-cell:last-child {
      text-align: right; }

  .av-cells-4 > .av-cell {
    width: 25%; }
    .av-cells-4 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-4 > .av-cell:last-child {
      text-align: right; }

  .av-cells-5 > .av-cell {
    width: 20%; }
    .av-cells-5 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-5 > .av-cell:last-child {
      text-align: right; }

  .av-cells-6 > .av-cell {
    width: 16.6666666667%; }
    .av-cells-6 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-6 > .av-cell:last-child {
      text-align: right; }

  .av-cells-7 > .av-cell {
    width: 14.2857142857%; }
    .av-cells-7 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-7 > .av-cell:last-child {
      text-align: right; }

  .av-cells-8 > .av-cell {
    width: 12.5%; }
    .av-cells-8 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-8 > .av-cell:last-child {
      text-align: right; }

  .av-cells-9 > .av-cell {
    width: 11.1111111111%; }
    .av-cells-9 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-9 > .av-cell:last-child {
      text-align: right; }

  .av-cells-10 > .av-cell {
    width: 10%; }
    .av-cells-10 > .av-cell:nth-child(2n+1) {
      clear: none; }
    .av-cells-10 > .av-cell:last-child {
      text-align: right; } }
.av-steps-bar {
  background: #eeeeee;
  padding-left: 15px; }

.av-steps-bar-step {
  height: 34px;
  line-height: 34px;
  padding: 2px 9px 0 17px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  color: #bbb;
  text-transform: uppercase;
  font-size: 18px; }
  .av-steps-bar-step:hover, .av-steps-bar-step:focus {
    color: #666;
    text-decoration: none; }
  .av-steps-bar-step::before {
    content: "";
    height: 46px;
    background-color: #fff;
    width: 8px;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
  .av-steps-bar-step > .av-steps-bar-name {
    display: none; }
  .av-steps-bar-step.active {
    color: #D60808; }

@media (min-width: 768px) {
  .av-steps-bar-step {
    height: 44px;
    line-height: 44px;
    padding: 2px 14px 0 22px; }
    .av-steps-bar-step.active > .av-steps-bar-name {
      display: inline;
      margin-left: 10px;
      color: #D60808; } }
.av-ruled-nav {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .av-ruled-nav > li {
    display: block; }
  .av-ruled-nav > li > a {
    display: block;
    text-decoration: none !important;
    color: inherit;
    padding-top: .35em;
    padding-bottom: .35em;
    border-bottom: 1px solid rgba(187, 187, 187, 0.5);
    background-color: transparent; }
    .av-ruled-nav > li > a:focus, .av-ruled-nav > li > a:hover {
      background-color: transparent; }
  .av-ruled-nav > li:hover > a,
  .av-ruled-nav > li:focus > a,
  .av-ruled-nav > li:active > a,
  .av-ruled-nav > li.active > a {
    color: #000;
    background-color: inherit; }
  .av-ruled-nav > li:last-child > a {
    border-bottom-width: 0; }
  .av-ruled-nav-inverse > li > a {
    border-bottom-color: #fff; }
  .av-ruled-nav-inverse > li:hover > a,
  .av-ruled-nav-inverse > li:focus > a,
  .av-ruled-nav-inverse > li:active > a,
  .av-ruled-nav-inverse > li.active > a {
    color: #D60808; }
  .av-ruled-nav-inverse > li > a:focus {
    background-color: transparent; }

.av-ruled-subnav {
  padding-left: 10px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 0; }
  .av-ruled-subnav > li {
    display: block; }
  .av-ruled-subnav > li > a {
    display: block;
    text-decoration: none !important;
    color: inherit;
    padding-top: .15em;
    padding-bottom: .15em;
    border-bottom: 1px solid rgba(187, 187, 187, 0.2);
    background-color: transparent; }
    .av-ruled-subnav > li > a:focus, .av-ruled-subnav > li > a:hover {
      background-color: transparent; }

.av-buttonbar {
  width: 100%;
  float: left;
  margin-bottom: 15px; }

.av-buttonbar-left,
.av-buttonbar-right {
  margin-bottom: 10px;
  width: 100%;
  display: block; }

@media (min-width: 768px) {
  .av-buttonbar {
    width: auto; }

  .av-buttonbar-left {
    margin: 0 10px 0 0;
    float: left;
    width: auto; }

  .av-buttonbar-right {
    margin: 0 0 0 10px;
    float: right;
    width: auto; } }
.av-tab-section {
  background-color: #f5f5f5;
  padding: 19px; }

.av-tab-section-tabs {
  margin-bottom: 19px;
  text-align: center; }
  .av-tab-section-tabs > li {
    float: none;
    display: inline-block; }

.av-icon-nav {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  /* padding-left: 0; */
  padding: 0 15px;
  list-style: none; }
  .av-icon-nav > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }
  .av-icon-nav > li > a {
    text-decoration: none !important; }

.av-badged {
  position: relative; }

.av-top-right-badge {
  transition-delay: 0s;
  text-align: center;
  position: absolute;
  top: 5px;
  right: -6px;
  font-size: 12px;
  border-radius: 13px;
  padding: 0;
  height: 26px;
  min-width: 26px;
  line-height: 24px;
  color: #D60808;
  background-color: #fff;
  border: 2px solid #D60808;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.av-badged:hover .av-top-right-badge {
  border-color: #740404; }

.av-overlay-full,
.av-overlay-bottom {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: default; }

.av-overlay-full .av-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.av-overlay-full.no-interact .av-overlay {
  pointer-events: none; }
.av-overlay-full .av-overlay-img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
.av-overlay-full .av-overlay-content {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 100%;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.av-overlay-full .av-overlay-link {
  text-decoration: none !important;
  color: inherit; }

.av-overlay-title {
  margin: 0;
  text-transform: uppercase;
  color: inherit; }

.av-overlay-text {
  margin: 0;
  color: inherit; }

.av-overlay-bottom .av-overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 0.75em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s; }
.av-overlay-bottom.no-interact .av-overlay {
  pointer-events: none; }
.av-overlay-bottom .av-overlay-img {
  margin: 0 auto;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translate3d(0, -1%, 0) scale(1.02);
  transform: translate3d(0, -1%, 0) scale(1.02); }

.parallax {
  position: relative; }
  .parallax .av-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 0.75em;
    color: #fff;
    background: rgba(214, 8, 8, 0.7);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.av-overlay-primary .av-overlay {
  background-color: rgba(214, 8, 8, 0.7); }

@media (min-width: 992px) {
  .av-overlay-full .av-overlay {
    opacity: 0;
    filter: alpha(opacity=0); }
  .av-overlay-full .av-overlay-content {
    top: -20%; }
  .av-overlay-full:hover .av-overlay-img, .av-overlay-full.active .av-overlay-img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .av-overlay-full:hover .av-overlay, .av-overlay-full.active .av-overlay {
    opacity: 1;
    filter: alpha(opacity=100); }
  .av-overlay-full:hover .av-overlay-content, .av-overlay-full.active .av-overlay-content {
    top: 50%; }

  .av-overlay-bottom .av-overlay {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .av-overlay-bottom .av-overlay-img {
    -webkit-transform: translate3d(0, 1%, 0) scale(1.02);
    transform: translate3d(0, 1%, 0) scale(1.02); }
  .av-overlay-bottom:hover .av-overlay-img, .av-overlay-bottom.active .av-overlay-img {
    -webkit-transform: translate3d(0, -1%, 0) scale(1.02);
    transform: translate3d(0, -1%, 0) scale(1.02); }
  .av-overlay-bottom:hover .av-overlay, .av-overlay-bottom.active .av-overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.av-pagination {
  text-transform: uppercase;
  background-color: #eeeeee;
  padding: 0 14px;
  position: relative; }
  .av-pagination .btn-link {
    padding: 7px 6px;
    line-height: 24px;
    border-width: 0;
    color: #666; }
    .av-pagination .btn-link.btn-disabled {
      cursor: default;
      color: #bbb; }

.av-pagination-label {
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 8px;
  display: inline-block; }

.av-pagination-item-left {
  float: left;
  margin-right: 8px; }

.av-pagination-item-right {
  float: right;
  margin-left: 8px; }

.av-modal-search-faceting .av-pagination {
  padding: 36px 8px 4px 8px;
  text-align: right;
  margin-top: 10px; }
.av-modal-search-faceting .av-pagination-result-count {
  display: none; }
.av-modal-search-faceting .av-pagination-page {
  display: none; }
.av-modal-search-faceting .av-pagination-per-page,
.av-modal-search-faceting .av-pagination-sort-order {
  display: block;
  float: right !important;
  margin-right: 0; }
  .av-modal-search-faceting .av-pagination-per-page-input,
  .av-modal-search-faceting .av-pagination-sort-order-input {
    width: 152px; }
.av-modal-search-faceting .av-pagination-grid-or-list {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  text-align: center; }

.av-pagination-page-input {
  width: 24px;
  text-align: center; }

.av-pagination-sort-order-input {
  width: 160px; }

.av-pagination-per-page-input {
  width: 40px; }

.av-pagination-page-input,
.av-pagination-sort-order-input,
.av-pagination-per-page-input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block; }

.av-pagination-page-label,
.av-pagination-per-page,
.av-pagination-sort-order,
.av-pagination-grid-or-list {
  display: none; }

@media (min-width: 768px) {
  .av-pagination-per-page {
    display: block; }

  .av-pagination-grid-or-list {
    display: block; } }
@media (min-width: 1200px) {
  .av-pagination-sort-order {
    display: block; } }
.av-facet-module {
  padding: 20px 15px;
  border-bottom: 2px solid #e2e2e2;
  position: relative;
  float: left;
  width: 100%; }
  .av-facet-module:last-child {
    border-bottom-width: 0; }

.av-facet-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #bbb;
  position: relative; }

.av-facet-collapse-icon-in,
.av-facet-collapse-icon-out {
  position: absolute;
  top: 28px;
  right: 30px;
  color: #bbb;
  line-height: 28.75px;
  font-size: 12px;
  pointer-events: none; }

.av-facet-collapse-icon-out {
  display: none !important; }

.av-facet-collapsible.in ~ .av-facet-collapse-icon-in {
  display: none !important; }
.av-facet-collapsible.in ~ .av-facet-collapse-icon-out {
  display: block !important; }

.av-facet-row-after20,
.av-facet-showless,
.av-facet-showall .av-facet-showmore {
  display: none !important; }

.av-facet-showall .av-facet-row-after20,
.av-facet-showall .av-facet-showless {
  display: block !important; }

.av-facet-list {
  width: 100%;
  text-align: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .av-facet-list > li {
    display: block; }
  .av-facet-list > li > a {
    color: #666;
    display: block;
    text-decoration: none !important;
    background-color: transparent !important;
    padding: 2px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 30px; }
    .av-facet-list > li > a > .av-facet-row-icon {
      color: #bbb;
      margin-right: 4px; }
    .av-facet-list > li > a:hover {
      color: #bbb; }
    .av-facet-list > li > a > .av-facet-row-count {
      color: #bbb;
      position: absolute;
      top: 0;
      right: 0; }

.av-facet-after20 {
  text-align: center;
  text-transform: uppercase; }
  .av-facet-after20 > a {
    color: #666; }

.av-slider {
  margin-bottom: 8px; }

.av-facet-slider .av-slider {
  margin: 20px 15px; }

.av-slider-value {
  margin-bottom: 0;
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
  color: #bbb;
  padding: 0; }

.av-slider-value input[type=text] {
  width: 100%; }

.ui-slider {
  position: relative;
  font-size: 1.1em; }
  .ui-slider.ui-slider-horizontal {
    height: 3px;
    border-width: 0 !important;
    background: #bbb; }
  .ui-slider > .ui-slider-range {
    border-width: 0;
    background: #666; }
  .ui-slider > .ui-slider-handle {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #666 !important;
    background: #eeeeee;
    top: -8px !important;
    height: 20px !important;
    width: 20px !important;
    bottom: 1px;
    margin-left: -.6em; }
    .ui-slider > .ui-slider-handle:hover, .ui-slider > .ui-slider-handle:focus, .ui-slider > .ui-slider-handle:active {
      border-color: #D60808 !important;
      border-width: 3px !important; }

.av-result {
  padding: 0; }

.av-result-img {
  background-color: #fff; }
  .av-result-img > .av-overlay {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8); }

.av-result-overlay-btn {
  color: #666;
  padding: 12px 0;
  font-weight: bold; }
  .av-result-overlay-btn:hover {
    color: #666; }

.av-result-title {
  text-decoration: none !important; }

.av-result-description {
  /* max-height: 120px; */
  overflow: hidden;
  position: relative;
  margin-bottom: 12px; }

.av-result.fade-in {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 1 !important;
  visibility: visible !important; }

.av-result.force-reflow {
  display: none; }

.list > .av-result {
  width: 100%;
  padding: 15px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px; }
.list .av-result-img {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .list .av-result-img > .av-overlay {
    display: none; }
.list .av-result-description {
  /* max-height: 80px; */ }

.add-to-cart-form {
  float: right; }

.grid > .av-result {
  padding: 5px;
  border: 1px solid transparent; }
  .grid > .av-result:hover {
    border: 1px solid #eeeeee; }

.grid .grid-hide {
  display: none; }

.grid .av-hover-cart-form {
  width: auto;
  margin-top: 5px; }

.grid .b-items__cars-one-info-header {
  margin-bottom: 15px; }

.grid .av-result-description-content {
  height: 125px; }

.av-result-price .price-wrap {
  float: right; }

.av-result-price .price {
  font: 700 24px 'PT Sans',sans-serif;
  color: #D60808; }

.av-result-details .av-inc-or-ex, .av-result-details .av-product-avail {
  clear: both;
  float: right; }

@media (min-width: 500px) {
  .list .av-result-img {
    width: 40%;
    max-width: 240px;
    margin-right: 15px; } }
@media (min-width: 768px) {
  .list .av-result-description {
    float: left;
    min-width: 40%;
    max-width: min-content; }

  .list .av-result-details {
    float: right; }

  .list .list-show {
    float: right;
    clear: both; }

  .list .list-show .more-info-btn {
    float: right;
    margin: 5px 0; }

  .list .add-to-cart-form {
    clear: both; } }
@media (min-width: 992px) {
  .list .av-result-img {
    width: 30%;
    margin-right: 15px;
    margin-bottom: 0; }

  .grid > .av-result {
    padding: 15px; } }
.av-result-stars {
  display: inline-block; }

.av-fade-bottom::after {
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
  background: linear-gradient(to bottom, transparent, #fff); }

.list .grid-show {
  display: none !important; }

/*
.grid .list-show {
  display: none !important;
}
*/
.av-hover-cart-form {
  float: left;
  width: 55%; }
  .av-hover-cart-form > .form-control {
    float: left;
    width: 30%;
    background-color: #fff;
    text-align: center;
    height: 51px; }
  .av-hover-cart-form > .av-result-overlay-btn {
    float: left;
    width: 70%; }

.av-quick-view-btn {
  float: left;
  width: 45%;
  display: inline-block; }

.av-favs {
  position: absolute;
  right: 0;
  top: 3%;
  font-size: 24px; }
  .av-favs .favourite-description {
    display: none; }

.av-discount {
  position: absolute;
  left: 0;
  /* top: 3%; */
  top: 0;
  padding-top: 0;
  padding-left: 0;
  pointer-events: none; }

.av-input-xs {
  width: 6em;
  min-width: 6em; }

.av-input-md {
  width: 20em;
  min-width: 20em; }

.av-input-bg {
  background-color: #f5f5f5;
  background-color: rgba(200, 200, 200, 0.2); }

.av-input-bg-inverse {
  background-color: #565656;
  color: #dddddd; }

.av-input-bg,
.av-input-bg-inverse {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.asterisk {
  color: #D60808; }

.av-product-left {
  padding: 0; }

.av-product-main-img-wrap {
  padding: 0;
  margin-bottom: 6px; }

@media (min-width: 768px) {
  .av-product-carousel-wrap {
    padding: 0; } }
@media (min-width: 1200px) {
  .av-product-main-img-wrap {
    padding: 0 5px;
    float: right; } }
.av-qty {
  text-align: center;
  width: 3em !important; }

.av-qty-btn {
  width: auto; }

.av-add-group {
  width: 100%; }

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

.av-product-preview-button-wrap .btn {
  padding: 5px;
  font-size: 12px; }

.av-product-preview .av-product-title {
  font-size: 22px; }

.av-product-preview-button-wrap .av-qty {
  height: 34px; }

.av-product-preview {
  padding: 15px; }

.av-product-preview .av-product-price .price {
  font-size: 18px; }

.av-product-preview .av-price-match-btn {
  font-size: 12px;
  margin-top: 5px; }

.av-product-preview .av-product-code {
  max-width: 200px; }

.av-product-preview-description {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px; }

.av-product-preview-img {
  position: relative; }

.av-product-price {
  display: block;
  clear: both;
  float: left; }

.av-product-price .price {
  font-size: 22px;
  font-weight: bold;
  color: #D60808; }

.av-product-stars {
  float: right;
  margin-top: 5px; }

.av-product-stars a {
  float: right; }

.av-product-badges {
  padding: 8px 0;
  float: right; }

.av-product-discount,
.av-product-avail {
  display: inline-block; }

.av-product-avail .label-info {
  float: right; }

.av-scs-swatches {
  padding: 8px 0; }

.av-scs-swatch {
  border: 2px solid #ddd;
  border-radius: 50%;
  padding: 2px; }
  .av-scs-swatch.selected {
    border-color: #D60808; }

.av-price-breaks {
  border: 1px solid #eeeeee; }
  .av-price-breaks > thead > tr > th {
    background-color: #eeeeee; }
  .av-price-breaks > tbody > tr > th,
  .av-price-breaks > thead > tr > th,
  .av-price-breaks > tbody > tr > td,
  .av-price-breaks > thead > tr > td {
    padding: 3px; }

.av-uoms-wrap,
.av-price-breaks {
  float: left;
  margin-bottom: 12px; }

.av-uoms {
  float: left;
  line-height: 38px;
  margin-right: 5px; }

.av-uoms-wrap select {
  float: left;
  width: auto; }

.av-product-desc {
  margin: 8px 0;
  float: left;
  clear: both; }

.av-product-title {
  margin-top: 12.5px; }

.av-price-match-btn {
  clear: both;
  color: #666;
  text-decoration: none !important;
  padding: 0;
  margin-top: 5px; }
  .av-price-match-btn:hover, .av-price-match-btn:active, .av-price-match-btn:focus {
    color: #D60808;
    background: transparent; }

.av-product-code {
  float: left;
  clear: both; }

.av-price-match-icon {
  color: #93ca77; }

.av-product-right {
  padding: 15px; }

.av-product-favs {
  position: absolute;
  bottom: 8px;
  left: 16px;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.8);
  padding: 3px 10px 3px 3px; }
  .av-product-favs > a {
    color: #666;
    text-decoration: none !important; }

@media (min-width: 768px) {
  .av-product-favs {
    bottom: 20px;
    left: 28px; } }
.av-product-review-rating-input {
  padding-top: 9px; }

.ui-stars-star > a,
.ui-stars-cancel > a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

@media (min-width: 768px) {
  .av-product-right {
    padding: 0 15px 15px 15px; }

  .av-product-info {
    padding-top: 30px; } }
@media (max-width: 480px) {
  .av-product-info .av-product-price .price {
    font-size: 18px; }

  .av-product-info .av-product-code {
    width: 63%; }

  .av-product-info .av-price-match-btn {
    font-size: 12px;
    margin-top: 5px; }

  .av-product-info .av-product-title {
    font-size: 22px; } }
.av-related-products-title {
  font-size: 18px;
  border-bottom: 1px dotted #D60808;
  color: #D60808;
  margin-bottom: 20px; }

.price {
  font-size: 120%; }

.av-inc-or-ex {
  font-size: 63%;
  color: #999; }

.av-saved-address {
  margin-bottom: 0; }

.av-saved-address-active {
  border-left-width: 10px;
  border-left-color: #D60808; }

/*
@media (min-width: $screen-sm-min) {
  .av-wishlist-wrap {
    margin: -30px -30px;
  }
}
*/
.av-blog-post-image {
  width: 100%;
  margin: 10px auto;
  text-align: center; }

@media (min-width: 992px) {
  .av-blog-post-image {
    margin: 10px;
    width: auto; } }
/* BLOG PREV NEXT STYLE */
.navigation_between_posts .nav-previous {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  transition: all .5s; }

.navigation_between_posts .nav-previous > a {
  height: 100px;
  width: 100px;
  opacity: 0.5;
  display: block;
  transition: all .3s;
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 100px; }

.navigation_between_posts .nav-previous > img {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
  width: auto;
  opacity: 0; }

.navigation_between_posts .nav-previous:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%; }

.navigation_between_posts .nav-next {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -50px;
  overflow: hidden;
  width: 100px;
  height: 100px;
  transition: all .5s; }

.navigation_between_posts .nav-next > a {
  height: 100px;
  width: 100px;
  opacity: 0.5;
  display: block;
  transition: all .3s;
  position: relative;
  z-index: 2;
  font-size: 36px;
  line-height: 100px; }

.navigation_between_posts .nav-next > img {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in-out;
  width: auto;
  opacity: 0; }

.navigation_between_posts .nav-next:hover > img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%; }

.navigation_between_posts .nav-previous-mobile {
  line-height: 12px;
  display: table-cell;
  text-transform: uppercase;
  text-align: left;
  padding-left: 30px; }

.navigation_between_posts .nav-next-mobile {
  line-height: 12px;
  display: table-cell;
  text-transform: uppercase;
  text-align: right;
  padding-right: 30px; }

.navigation_between_posts {
  font-size: 0.66667rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px 0;
  background: #ddd;
  display: table;
  width: 100%; }

@media only screen and (min-width: 64em) {
  .navigation_between_posts {
    background: transparent; }

  .navigation_between_posts .nav-previous, .navigation_between_posts .nav-next {
    display: inline-block; }

  .navigation_between_posts .nav-previous-mobile, .navigation_between_posts .nav-next-mobile {
    display: none; } }
/* END BLOG PREV NEXT STYLE */
/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0; } }
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .move-left {
    width: 16%;
    display: none; }

  .move-right {
    width: 100%; } }
.av-search-bar-wrap {
  position: relative; }
  .av-search-bar-wrap > .av-icon-nav {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .av-search-bar-wrap.av-searching > .av-icon-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  .av-search-bar-wrap.av-searching > .av-search-bar {
    pointer-events: all;
    opacity: 1;
    filter: alpha(opacity=100); }

.av-search-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: 0 auto; }

.av-search-bar-input-wrap {
  flex-grow: 1; }

.av-search-bar-input {
  color: #ddd;
  height: 41px; }

@media (min-width: 768px) {
  .av-search-bar-input {
    color: #666; } }
.av-store-locator {
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 2px solid #ccc; }

.av-store-locator-form {
  background-color: #f5f5f5;
  margin-bottom: 300px; }

.av-store-locator-search {
  padding: 30px;
  height: 200px;
  background-color: #eeeeee; }

.av-store-locator-results {
  padding: 10px; }

.av-store-locator-map {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

@media (min-width: 992px) {
  .av-store-locator-results {
    height: 400px;
    overflow-y: auto; }

  .av-store-locator-form {
    margin-bottom: 0;
    width: 24%;
    width: calc(340px - 0px);
    height: 600px;
    overflow: hidden; }

  .av-store-locator-map {
    width: 76%;
    width: calc(100% - 340px);
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    height: auto; } }
.av-store-locator-img {
  max-width: 280px;
  position: relative; }

.av-store-locator-img-marker {
  width: 36px;
  height: auto;
  position: absolute;
  bottom: 25%;
  right: 12%; }

.av-store-locator-img-marker-path {
  fill: #D60808; }

.av-store-locator-result {
  padding: 12px; }

.av-cart-line-total {
  float: right !important; }

.av-cart-price {
  line-height: 35px; }

.av-cart-item {
  padding: 0 8px; }

.av-cart-qty-btn {
  padding-left: 8px;
  padding-right: 8px;
  color: #666; }
  .av-cart-qty-btn:focus, .av-cart-qty-btn:active, .av-cart-qty-btn:hover {
    color: #212121; }

.av-cart-delete > .remove-line {
  background: transparent;
  border-width: 0;
  position: absolute;
  top: 35%;
  top: calc(50% - 17px);
  left: -16px; }
  .av-cart-delete > .remove-line::before {
    content: "\f056";
    font-family: "FontAwesome";
    color: #d43319;
    font-size: 120%; }

.av-freight-estimate-table {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .av-cart-line {
    margin-bottom: 8px; } }
.av-shipping-option-table {
  margin-bottom: 0; }

.av-cart-summary-table > tbody > tr > td,
.av-cart-summary-table > tbody > tr > th, .av-cart-summary-table > tfoot > tr > td,
.av-cart-summary-table > tfoot > tr > th {
  padding: 5px 8px;
  vertical-align: middle; }

.av-payment-year,
.av-payment-month {
  widht: 6em;
  max-width: 6em;
  display: inline-block; }

.av-cart-btn {
  width: 100%;
  float: left;
  padding: 0 4px;
  margin-bottom: 8px; }
  .av-cart-btn > .btn {
    width: 100%;
    border-radius: 23px; }
    .av-cart-btn > .btn::after {
      border-radius: 23px; }

@media (min-width: 500px) {
  .av-cart-btn {
    width: 50%; } }
@media (min-width: 1200px) {
  .av-cart-btn {
    width: 25%; } }
.av-cart-add-coupon {
  margin-bottom: 1em; }

.av-cart-customer-ref {
  margin-bottom: 1em; }

@media (min-width: 992px) {
  .av-column-content.wishlist {
    max-width: 100%; } }
/* contact page style */
.left-side {
  position: relative;
  min-height: 100vh;
  text-align: center;
  background: #fff url(/ts1773121675/images/jpg/StyleSheet/96/left-side-bg.jpg) no-repeat center;
  background-size: cover; }

.right-side {
  position: relative;
  /* padding: 120px 120px 100px 120px; */
  /* padding:15px 100px 0 15px; */
  height: 100vh;
  background: #fff; }

.left-side header {
  position: relative;
  margin-top: 80px; }

.left-side header span {
  margin-bottom: 6px;
  display: block;
  font-family: 'lato', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
  letter-spacing: 0.12em; }

.left-side header h3 {
  margin: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: 0.01em; }

/* Discount Sign Style */
div.product_label {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -1px; }

div.product_label span {
  width: 66px;
  height: 66px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 0 0 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: relative;
  text-align: center; }

span.featured:before, div.product_label .featured:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 65px solid transparent;
  border-left: 65px solid #D60808;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: -1; }

/* End Discount Sign Style */
/* Container */
.form-wrap {
  position: relative;
  /* max-width: 460px; */
  width: 100%;
  /* margin: 0 auto 100px; */
  margin-top: 15px; }

.form-wrap.active .card:first-child {
  background: #f2f2f2;
  margin: 0 15px; }

.form-wrap.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px; }

.form-wrap.active .card.alt, .form-wrap.toggle-forgotten-active .card.forgotten {
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  /* padding: 60px 0 40px; */
  padding: 20px;
  overflow: hidden;
  background: #f47521; }

.form-wrap.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: -70px;
  box-shadow: none;
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
  height: 100%; }

.form-wrap.active .card.alt .toggle:before, .form-wrap.toggle-forgotten-active .card.forgotten .toggle:before {
  content: ''; }

.form-wrap.toggle-forgotten-active .card.forgotten .title,
.form-wrap.toggle-forgotten-active .card.forgotten .input-container,
.form-wrap.toggle-forgotten-active .card.forgotten .button-container,
.form-wrap.active .card.alt .title,
.form-wrap.active .card.alt .input-container,
.form-wrap.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.form-wrap.active .card.alt .title, .form-wrap.toggle-forgotten-active .card.forgotten .title {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.form-wrap.active .card.alt .input-container, .form-wrap.toggle-forgotten-active .card.forgotten .input-container {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.form-wrap.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.form-wrap.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }

.form-wrap.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
  transition-delay: .7s; }

/* Card */
.card {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  /* padding: 60px 0 40px 0; */
  padding: 60px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */ }

.card:first-child {
  background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0; }

/*
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #ed2553;
  margin: 0 0 35px;
  padding: 10px 0 10px 50px;
  color: #ed2553;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
*/
.card .input-container {
  position: relative;
  /* margin: 0 60px 50px; */ }

.form-wrap.active .card.alt, .form-wrap.active .card.alt .title h2, .form-wrap.toggle-forgotten-active .card.forgotten, .form-wrap.toggle-forgotten-active .card.forgotten .title h2 {
  color: #fff; }

/*
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px; 
  border: 0;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
}

*/
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75); }

.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%; }

.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
  transform: translate(-12%, -50%) scale(0.75); }

.card .input-container label {
  /*
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  line-height: 60px;
  */
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }

.card.alt {
  position: absolute;
  /* 
  top: 40px;
  right: -70px; */
  right: 0;
  z-index: 10;
  /* width: 140px; */
  width: 100%;
  height: 140px;
  background: none;
  /* border-radius: 100%; */
  box-shadow: none;
  padding: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */ }

.card.forgotten {
  position: absolute;
  /* 
  top: 40px;
  right: -70px; */
  right: 0;
  z-index: 10;
  /* width: 140px; */
  width: 100%;
  height: 140px;
  background: none;
  /* border-radius: 100%; */
  box-shadow: none;
  padding: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */ }

.card.alt .toggle {
  position: relative;
  background: #f47521;
  float: right;
  width: 140px;
  height: 140px;
  /*
  width:100%;
  height:100%;
  */
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 58px;
  line-height: 140px;
  text-align: center;
  cursor: pointer; }

.card.forgotten .title,
.card.forgotten .input-container,
.card.forgotten .button-container,
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  /* left: 100px; */
  opacity: 0;
  visibility: hidden; }

.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff; }

.card.alt .title .close, .card.forgotten .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400; }

.card.alt .title .close:before, .card.forgotten .title .close:before {
  content: '\00d7'; }

.card.alt .input-container input {
  color: #ffffff; }

.card.alt .input-container input:focus ~ label {
  color: #ffffff; }

.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff; }

.card.alt .input-container input:valid ~ label {
  color: #ffffff; }

.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8); }

.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8); }

#recaptcha_widget {
  background: none !important; }

.card.alt #recaptcha_widget a {
  color: #fff !important; }

.recaptcha-wrap {
  clear: both; }

#recaptcha_image img {
  max-width: 230px; }

.recaptcha_only_if_image {
  display: none; }

/*
.card.alt .form-group{
  margin-bottom:0;

}
*/
/*=SPECIALS CLEARANCE TAGS
=== === === === === === === === === === */
#redhottag {
  position: absolute;
  left: 0;
  margin-top: -10px;
  display: block;
  height: 49px;
  width: 112px;
  background: url(/ts1773121675/attachments/StyleSheet/96/RS_Sash_RH-RedHot_0719.png) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

#specialtag {
  position: absolute;
  left: 0;
  margin-top: -10px;
  display: block;
  height: 37px;
  width: 122px;
  background: url(/ts1773121675/attachments/StyleSheet/96/RS_Sash_SP-Special_0719.png) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

#stocktaketag {
  position: absolute;
  left: 0;
  margin-top: -10px;
  display: block;
  height: 37px;
  width: 122px;
  background: url(/ts1773121675/attachments/StyleSheet/96/RS_Sash_ST-Stocktake_0719.png) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

#cleartag {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -10px;
  display: block;
  height: 37px;
  width: 122px;
  background: url(/ts1773121675/attachments/StyleSheet/96/RS_Sash_CL-Clearance_0719.png) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

#pricereducetag {
  position: absolute;
  left: 0;
  margin-top: -10px;
  display: block;
  height: 37px;
  width: 122px;
  background: url(/ts1773121675/attachments/StyleSheet/96/RS_Sash_PR-PricesReduced_0719) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

#currentlyunavailabletag {
  position: absolute;
  left: 0;
  margin-top: -10px;
  display: block;
  height: 37px;
  width: 122px;
  background: url(/ts1773121675/attachments/StyleSheet/96/RS_Sash_CU-CurrentlyUnavailable_0719.png) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

#ausmadetag {
  position: absolute;
  left: 0;
  margin-top: -10px;
  display: block;
  height: 37px;
  width: 122px;
  background: url(/ts1773121675/attachments/StyleSheet/96/RS_Sash_AU-AusMade.png) no-repeat;
  text-indent: -999em;
  text-decoration: none; }

#redhottag, #specialtag, #stocktaketag, #cleartag, #pricereducetag, #currentlyunavailabletag, #ausmadetag {
  position: absolute;
  left: 0;
  top: 0; }

.ribbon-cleartag, .ribbon-specialtag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right; }

.ribbon-cleartag span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 150px;
  display: block;
  background: #00459C;
  background: linear-gradient(#00459C 0%, #00459C 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 29px;
  left: -31px; }

.ribbon-specialtag span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 150px;
  display: block;
  background: #D60808;
  background: linear-gradient(#D60808 0%, #D65344 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 29px;
  left: -31px; }

.av-img-placeholder {
  margin: 0 auto; }

.av-img-placeholder-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/ts1741715970/attachments/CmsSetting/8/placeholder-box.svg");
  position: relative; }

.av-img-placeholder-img {
  width: 100%;
  height: auto;
  position: absolute !important;
  top: 0;
  left: 0; }

.plus-minus-icons {
  float: right;
  cursor: pointer; }

.plus-minus-icons.collapsed .fa-minus {
  display: none; }

.plus-minus-icons.collapsed .fa-plus {
  display: inline-block; }

.plus-minus-icons .fa-plus {
  display: none; }

.plus-minus-icons .fa-minus {
  display: inline-block; }

.av-search-box {
  -ms-transform: translatey(23%);
  -webkit-transform: translatey(23%);
  transform: translatey(23%); }

.av-search-box .b-search__main-form-submit .btn.m-btn:hover {
  background-color: #c4c4c4;
  color: #D60808; }

.rad_search input[type="text"] {
  border-radius: 30px;
  color: #222122; }

.rad_search select {
  padding: 6px; }

#radsearch select {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

#radsearch img, .radsearch_onlyspec {
  float: left;
  margin-bottom: 5px; }

.radsearch_onlyspec {
  width: 100%;
  margin-bottom: 10px; }

.radsearch_onlyspec span {
  color: #fff; }

.radsearch_onlyspec input[type="checkbox"] {
  margin: 0px 4px 0px 0px; }

.radsearch_onlyspec input[type="checkbox"]:checked:after {
  background-color: #D60808;
  border-color: #D60808; }

.radsearch_onlyspec input[type="checkbox"]:after {
  background-color: white;
  border-color: white; }

.quick-order a {
  font-weight: bold; }

.rad_search {
  background: #333333c7;
  overflow: auto;
  color: #ffffff; }

.rad_search .rad_search_tabs {
  overflow-x: auto; }

.rad_search_tabs .nav > li {
  position: static;
  margin-left: auto;
  margin-right: auto; }

.rad_search_tabs .nav > li > a {
  position: static; }

.rad_search_tabs .nav > li > a > img {
  max-height: 64px;
  max-width: 155px;
  width: 120px; }

@media screen and (max-width: 768px) {
  .rad_search_tabs .nav > li > a > img {
    width: 70px; }

  #rad-search-tab > a > img, #core-search-tab > a > img {
    width: 60px; } }
#core-search-tab > a > img {
  width: 80px; }

#rad-search-tab > a > img {
  width: 90px; }

.rad_search .feature-title {
  font-size: 18px;
  font-weight: bold;
  color: #000; }

.rad_search .red-heighlight {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .rad_search .nav-tabs {
    overflow: scroll; } }
.rad_search .nav-tabs {
  display: flex;
  align-items: flex-end;
  margin-left: 0px;
  padding-left: 20px;
  font-size: 14px;
  border-bottom: 1px solid #444444;
  min-width: 568px;
  padding-bottom: 10px; }

#vin-search-tab > a {
  margin-top: 5px;
  padding-bottom: 10px;
  padding-top: 10px; }

.vin-search-ui {
  cursor: text !important; }

#vehicle-part-search-tab > a {
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px; }

#rego-search-tab > a {
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px; }

.pl-15 {
  padding-left: 15px;
  white-space: nowrap; }

.rad_search .nav-tabs-wrapper::-webkit-scrollbar {
  width: 0px;
  height: 0px; }

.rad_search .nav-tabs > li {
  padding: 0px; }

.rad_search .nav-tabs > li > a {
  color: #c4c4c4        !important;
  margin-right: 0px;
  box-shadow: none;
  padding: 2px 15px 2px 15px;
  outline: none;
  border: none; }

.rad_search .nav > li > a:hover, .rad_search .nav > li > a:focus {
  border: none;
  transform: scale(1); }

.rad_search .nav-tabs > li.active > a, .rad_search .nav-tabs > li.active > a:hover, .rad_search .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #D52B1E; }

.rad_search .tab-content {
  padding: 20px; }

#core-search-tab > a {
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-right: 10px; }

#core-search .b-search-main-form-range {
  background-color: #222122;
  padding-right: 35px;
  padding-bottom: 20px; }

#core-search .av-slider-value input {
  border-radius: 30px;
  height: 20px;
  color: #222122; }

#core-search .av-slider-value input:disabled {
  color: #bbbbbb; }

#core-search .av-slider-value {
  margin-top: 0px; }

#radsearch .small-orange-btn, #vehicle-part-search .small-orange-btn {
  padding: 10px 20px;
  min-width: initial;
  border-radius: 30px; }

#radsearch .more-btn, #vehicle-part-search .more-btn {
  padding: 10px 20px;
  width: initial;
  margin-right: 10px;
  color: #fff;
  border-radius: 30px;
  border: none; }

@media (max-width: 768px) {
  #radsearch .small-orange-btn {
    width: 100%; }

  #radsearch .more-btn {
    width: 100%;
    margin: 20px 0px 10px; } }
.help-tip + .tooltip > .tooltip-inner {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #CCCCCC;
  padding: 12px;
  font-size: 12px;
  min-width: 100px; }

.help-tip + .tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid #CCCCCC; }

.help-tip {
  text-align: center;
  width: 14px;
  height: 14px;
  display: inline-block;
  font-size: 10px;
  border-radius: 50%;
  background: #999999;
  color: #fff;
  margin-left: 4px;
  cursor: pointer; }

.rad_search .nav-tabs .tooltip {
  min-width: 200px;
  max-width: 255px; }

#home-wrap,
#content-wrap {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  font-size: 12px; }

#home-inner {
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 10px;
  font-size: 12px; }

#home-text {
  padding-top: 40px; }

#content-inner {
  margin: 0 auto;
  padding: 15px;
  background-color: #ffffff;
  border-left: #dfdfdf        1px solid;
  border-right: #dfdfdf        1px solid; }

#content-inner #left-column-wide {
  /*
      float:left;
      background-color:#ffffff       ;
      padding:20px;
    */ }

#content-inner #right-column-summary {
  margin-bottom: 5px; }

/*
#content-inner #left-column {
    width:275px;
    float:left;
    background-color:#ffffff       ;
}
#content-inner #right-column {
    width:734px;
    float:right;
    padding:20px;
}
*/
#content-inner #right-column #right-inner {
  padding: 20px; }

.form_table td {
  padding: 2px 0px; }

#left-details .form_table, #right-details .form_table {
  width: 100%; }

#login-page input, #contact-page input, .contact_table, .contact_table textarea, #template_table .override_base_uom_unit_price {
  width: 100%; }

#contactcheck_form .address2, #contactcheck_form .address3 {
  margin-bottom: 10px; }

#contactcheck_form .readonly input {
  background: #cccccc; }

.search-select > option {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.search-icon-rego, .search-icon-vin {
  background-color: #d60808;
  padding: 0px 9px;
  cursor: pointer;
  font-size: 20px;
  height: 37px;
  color: #fff;
  width: 37px;
  border-radius: 30px;
  min-width: 37px;
  line-height: 37px;
  margin-left: 10px; }

.close-icon-rego, .close-icon-vin {
  background-color: transparent;
  position: absolute;
  padding: 0px 6px;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  height: 37px;
  color: #5F6368;
  display: flex;
  align-items: center;
  border-radius: 21px; }

.close-icon-vin {
  right: 0px; }

.close-icon-rego:hover, .close-icon-vin:hover {
  background-color: #E3E5E6; }

.close-icon-rego:hover i, .close-icon-vin:hover i {
  -webkit-text-stroke: 1px #E3E5E6; }

.close-icon-rego i, .close-icon-vin i {
  -webkit-text-stroke: 1px white; }

input#rego, input#vin {
  padding: 10px 20px 10px 25px !important;
  border: 1px solid #eeeeee !important;
  border-radius: 30px !important;
  font: 400 13px 'Open Sans',sans-serif !important;
  background: #fff;
  appearance: none !important;
  margin-bottom: 10px; }

#rego, #vin {
  width: 100%;
  padding-right: 72px; }

#vehicle-details, #vin-details {
  width: 100%;
  height: 40px;
  resize: none;
  color: #222122;
  background: #eeeeee;
  border-radius: 30px;
  padding: 2px 24px; }

.autoinfo {
  width: 100%;
  display: none; }

#radsearch select, #vehicle-part-search select {
  margin-bottom: 0px;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 27px;
  color: #222122;
  -webkit-appearance: none;
  background-color: #fff !important; }

select.autoinfo {
  background-image: url("/ts1773121675/images/png/StyleSheet/96/select-down-arrow.png") !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important; }

.font-size-11 {
  font-size: 11px; }

#vehicle-details, #vin-details, #rego, #vin, .autoinfo, #radsearch select {
  background-position: 97% center !important;
  outline: none; }

/*Resonpsive Custom */
@media screen and (max-width: 767px) {
  .mobile-hidden-768 {
    display: none; } }
@media screen and (max-width: 991px) {
  #vehicle-details, #vin-details, #rego, #vin, .autoinfo, #radsearch select {
    margin-bottom: 10px; }

  .close-icon-rego, .close-icon-vin {
    height: calc(100% - 16px); } }
@media screen and (min-width: 768px) {
  .mobile-show-768 {
    display: none; } }
.rego-find-products {
  /* width: auto; */
  margin-left: auto; }

/*------------------------------------------------------------------
[Table of contents]

    - Top Bar
    - Nav
    - Slider
    - Search
    - Featured
    - Welcome
    - World
    - Asks
    - Auto
    - Count
    - Contact
    - Review
    - Features
    - Info
    - Footer

- Author:  Andrey Sokoltsov
- Profile:  http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/
.panel-heading-grey {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b !important;
  color: #fff; }

.panel-heading-black {
  background-color: #222122 !important;
  border-color: #222122 !important;
  color: #fff; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #7b7b7b  !important;
  border-color: #7b7b7b  !important; }

.panel-heading-black th {
  font-weight: normal; }

/* Top Bar */
.b-topBar {
  border-bottom: 1px solid #eeeeee;
  background: #D60808; }

.b-topBar-addr-wrap, .b-topBar-tel-wrap {
  padding: 0;
  text-align: center; }

.b-topBar__addr, .b-topBar__tel {
  padding: 20px 10px;
  font: 600 12px 'Open Sans',sans-serif;
  text-transform: uppercase;
  border-right: 1px solid #eeeeee; }

.b-topBar__addr {
  /*  padding-left: 35px; */
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  /*  margin-right: 10px; */ }

.b-topBar__addr span.fa, .b-topBar__tel span.fa {
  font-size: 17px;
  margin-right: 10px;
  vertical-align: middle; }

.b-topBar__nav {
  overflow: hidden;
  border-right: 1px solid #eeeeee; }

.b-topBar__nav li {
  float: right;
  list-style: none;
  padding: 20px 0;
  font: 300 12px 'Open Sans',sans-serif;
  text-transform: uppercase; }

.b-topBar__nav li:last-child {
  border-left: 1px solid #eeeeee; }

.b-topBar__nav li a {
  display: block;
  width: 100%;
  padding: 0 23px;
  border-right: 1px solid #eeeeee; }

.b-topBar__nav li:first-child a {
  border-right: 0; }

.b-topBar__nav li a:hover, .b-topBar__lang a:hover {
  text-decoration: underline; }

.b-topBar__lang {
  padding: 18px 0; }

.b-topBar__lang {
  border-right: 1px solid #eeeeee; }

.b-topBar__lang > div {
  display: inline-block; }

.b-topBar__lang a {
  text-transform: uppercase;
  font: 300 12px 'Open Sans',sans-serif; }

a.m-langLink {
  font-weight: 600;
  margin-left: 10px; }

.h-lang li a {
  margin-left: 0 !important;
  text-align: center; }

.b-topBar__lang a span.fa {
  margin-left: 8px; }

.b-topBar__lang-flag {
  display: inline-block;
  width: 20px;
  height: 13px;
  vertical-align: middle;
  margin-right: 4px; }

.b-topBar__lang-flag.m-en {
  background: url(../images/flags/en.jpg); }

.b-topBar__lang-flag.m-es {
  background: url(../images/flags/es.jpg); }

.b-topBar__lang-flag.m-de {
  background: url(../images/flags/de.jpg); }

.b-topBar__lang-flag.m-fr {
  background: url(../images/flags/fr.jpg); }

.dropdown-menu {
  min-width: 100px;
  padding: 0;
  border-radius: 0;
  box-shadow: none; }

/* Nav */
.b-nav {
  /*  padding: 30px 0 25px 0; */
  padding: 10px 0; }

.b-nav__logo {
  float: left;
  /*  padding: 8px 0 0 5px; */
  /*   background: url(../images/logo/logo.png) left top no-repeat; */
  text-transform: uppercase; }

.b-footer__company .b-nav__logo {
  margin-right: 10px; }

.b-nav__logo h3 {
  margin: 0;
  font-size: 26px;
  line-height: 20px; }

.b-nav__logo h3 a {
  text-decoration: none;
  font: 700 26px 'Titillium Web', sans-serif; }

.b-nav__logo h2 {
  margin: 0;
  line-height: 15px;
  font-size: 11px;
  margin-top: -5px; }

.b-nav__logo h2 a {
  font: 300 11px 'Open Sans',sans-serif;
  text-decoration: none; }

.b-nav__list {
  float: right; }

.b-nav__list ul {
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 0; }

#nav .navbar-nav-menu > li.open > .dropdown-menu {
  margin-top: 0 !important;
  border: 1px solid #ccc; }

.av-main-menu-Categories > .dropdown-menu {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid; }

.dropdown-menu::before {
  background-color: #fff !important; }

.b-nav__list ul li {
  float: left;
  list-style: none;
  /*  height: 38px; */ }

.b-nav__list ul li img {
  margin-right: 5px; }

.navbar-nav-menu > li > .dropdown-menu {
  display: block !important;
  height: 0px;
  overflow: hidden;
  opacity: 0; }

.navbar-nav-menu > li.open > .dropdown-menu {
  height: auto;
  padding-bottom: 3px;
  opacity: 1;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s; }

.navbar-nav-menu > li.open > .dropdown-menu > li {
  display: block;
  float: none !important; }

.navbar-nav-menu > li.open > .dropdown-menu > li > a {
  display: block !important;
  text-align: left;
  padding: 10px 14px !important; }

.b-nav__list ul li a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0 14px 15px 14px;
  font: 700 13px 'Open Sans',sans-serif; }

.b-nav__list ul li a:hover {
  border-bottom: 3px solid #D60808; }

.b-nav__list ul li a span.fa {
  margin-left: 4px; }

.h-nav li {
  display: block;
  float: none !important; }

.h-nav {
  margin-top: 0 !important; }

.h-nav li a {
  display: block !important;
  text-align: left;
  padding: 10px 14px !important; }

.navbar-collapse {
  padding: 0; }

/* Slider */
.b-slider img {
  width: 100%; }

.b-slider__info {
  text-transform: uppercase;
  margin: 0 0 0 20px;
  text-align: left;
  top: 20%; }

.b-slider__info h3 {
  margin: 0 0 10px 0;
  font: 700 20px 'Open Sans',sans-serif;
  letter-spacing: 4px;
  padding: 0 10px;
  border-left: 4px solid #D60808;
  border-right: 4px solid #D60808;
  float: left; }

.b-slider__info h2 {
  clear: both;
  margin: 0;
  font: 700 56px 'PT Sans',sans-serif;
  text-transform: none; }

.b-slider__info p {
  font: 400 30px 'PT Sans',sans-serif;
  margin: 5px 0 30px 0; }

.b-slider__info p span {
  padding: 0 8px;
  font-weight: bold; }

.btn.m-btn {
  display: inline-block;
  padding: 3px 3px 3px 15px;
  font: 700 14px 'Open Sans',sans-serif;
  border-radius: 30px; }

.btn.m-btn:focus {
  outline: none !important; }

.btn.m-btn span.fa {
  border-radius: 100%;
  display: inline-block;
  padding: 6px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  font-weight: normal;
  margin-left: 10px; }

.carousel-control, .carousel-control:hover {
  background-image: none !important; }

.carousel-control.right span.fa {
  height: 65px;
  width: 35px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  right: 0 !important;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 20px;
  padding-left: 9px;
  text-align: center; }

.carousel-control.left span.fa {
  height: 65px;
  width: 35px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  left: 0 !important;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  padding-top: 20px;
  padding-right: 9px;
  text-align: center; }

.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .active {
  opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

/* Search */
.b-search-main-form-range {
  padding: 5px 15px;
  position: relative;
  float: left;
  width: 100%;
  background: #eee; }

.b-search {
  /* height:300px; */ }

.b-search-main-top {
  /* margin-top: -93px;*/
  margin-top: 25px;
  z-index: 1000;
  position: relative;
  margin-bottom: 25px; }

.b-search-main-top img {
  max-width: 100%;
  margin: 5px 0; }

.b-search__main {
  text-align: center;
  /* height:480px; */
  /* margin-top: -125px;*/
  padding: 35px;
  z-index: 1000;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.b-search__main ul {
  padding: 0; }

.b-search__main-title {
  padding: 15px 20px;
  display: inline-block;
  margin-bottom: 45px; }

.b-search__main-title h2 {
  font: 700 18px 'Open Sans',sans-serif;
  margin: 0;
  padding: 0 10px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  line-height: 1.1; }

.b-search__main-type {
  margin-bottom: 35px;
  overflow: hidden; }

.b-search__main-type svg, .b-search__main-type h5 {
  cursor: pointer; }

.b-search__main-type svg:hover g {
  fill: #D60808; }

.b-search__main-type-svg {
  display: block;
  margin: 0; }

.b-search__main-type input[type='radio'] {
  visibility: hidden;
  position: absolute; }

.b-search__main-type input[type='radio']:checked + label.b-search__main-type-svg + h5 {
  border-bottom: 1px solid #B4B4B4;
  text-align: center;
  margin-bottom: -1px; }

.b-search__main-type input[type='radio']:checked + label.b-search__main-type-svg + h5:after {
  background: url(/ts1741716017/images/png/StyleSheet/97/chevron-down.png) center no-repeat;
  width: 100%;
  height: 7px;
  content: '';
  position: absolute;
  top: 100%;
  display: block; }

.b-search__main-type h4 {
  text-transform: uppercase;
  font: 600 14px 'Open Sans',sans-serif;
  text-align: right;
  margin: 20px 0 0 0; }

.b-search__main-type h5 {
  color: #999999;
  text-transform: uppercase;
  font: 600 10px 'Open Sans',sans-serif;
  padding: 0 0 20px 0;
  margin: 0 0 7px 0;
  position: relative; }

.b-search__main-type h5 label {
  cursor: pointer;
  margin: 0; }

.b-search__main-form select {
  width: 100%;
  padding: 10px 20px 10px 25px;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  font: 400 13px 'Open Sans',sans-serif;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
  margin-bottom: 10px; }

.b-search__main-form {
  position: relative; }

.search-faceting .b-search__main-form {
  width: 100%; }

.b-search__main-form select + span.fa {
  top: 10px;
  right: 25px;
  position: absolute; }

.b-search__main-form select:focus {
  outline: none; }

.b-search__main-form p {
  text-align: left;
  font: 400 10px 'Open Sans',sans-serif;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.m-firstSelects, .m-secondSelects {
  margin-bottom: 10px;
  overflow: hidden; }

.b-search__main-form label {
  text-transform: uppercase;
  font: 600 14px 'Open Sans',sans-serif;
  text-align: right;
  margin: 11px 0 0 0;
  float: left;
  display: block; }

.b-search__main-form-submit {
  text-align: right;
  float: right;
  margin: 10px 0; }

#radsearch .b-search__main-form-submit {
  width: 100%; }

.b-search__main-form-submit a {
  font: 400 10px 'Open Sans',sans-serif;
  text-transform: uppercase;
  margin-right: 13px; }

.b-search__main-form-submit button {
  padding: 3px 3px 3px 15px !important;
  text-transform: uppercase; }

.b-search__main-form-submit button:focus.b-search__main-form-submit button:active {
  outline: none; }

.b-search__main-form-range-home {
  margin-bottom: 50px; }

.b-search__main-form-range span.min, .b-search__main-form-range span.max {
  position: absolute;
  top: 150%;
  left: -3px;
  font: 400 12px 'Open Sans',sans-serif;
  text-decoration: none; }

/*.b-search__main-form-range span{
    display: inline-block;
    width:225px;
    margin-left: 15px;
}
*/
.b-search__main-form-range-home .slider {
  width: calc(100% - 40px); }

.slider {
  height: 12px;
  /*  width:230px; */
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
  float: left;
  margin-top: 15px;
  margin-left: 15px; }

.ui-slider-handle {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  border-radius: 100%;
  border: 2px solid #eee;
  text-align: center; }

.ui-slider-handle:after {
  width: 12px;
  height: 12px;
  display: inline-block;
  content: '';
  border-radius: 100%;
  vertical-align: text-top;
  margin-top: -4px; }

.ui-slider-handle:last-of-type {
  margin-left: -20px; }

.ui-slider-handle:focus {
  outline: none; }

.ui-widget-header {
  height: 100%;
  position: absolute; }

/* Featured */
.b-featured {
  padding: 135px 0 75px 0;
  text-align: center;
  position: relative;
  box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3);
  z-index: 100; }

.b-featured__item {
  width: 210px;
  margin: 0 auto;
  padding-top: 15px; }

.b-featured__item > a {
  position: relative;
  display: block;
  margin-bottom: 15px; }

.b-featured__item .m-premium, .b-featured__item .m-leasing {
  font: 700 10px 'Open Sans',sans-serif;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1000; }

.b-featured__item-price {
  padding: 3px 5px;
  font: 700 20px 'PT Sans',sans-serif;
  float: left;
  margin-left: 5px; }

.b-featured__item h5 {
  font: 600 14px 'Open Sans',sans-serif;
  padding-bottom: 25px;
  margin: 15px 0 25px 0px;
  padding-left: 5px;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #B4B4B4;
  position: relative; }

.b-featured__item h5 a {
  text-decoration: none; }

.b-featured__item h5:after {
  background: url(/ts1741716017/images/png/StyleSheet/97/chevron-down.png) center no-repeat;
  width: 15px;
  left: 20px;
  height: 7px;
  content: '';
  position: absolute;
  top: 100%;
  display: block; }

.b-featured__item-count {
  padding: 5px 0 5px 0;
  font: 600 12px 'Open Sans',sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin-left: 5px; }

.b-featured__item-count span {
  font-size: 18px;
  margin-right: 5px; }

.b-featured__item-links {
  text-align: left;
  margin-left: 5px; }

.b-featured__item-links a {
  font: 400 10px 'Open Sans',sans-serif;
  text-align: left;
  position: relative; }

.b-featured__item-links a:after {
  content: '\00B7';
  padding: 0 1px 0 4px;
  font-weight: bold; }

.b-featured__item-links a:hover {
  text-decoration: none !important; }

.b-featured__item-links a:last-child:after {
  content: ''; }

.owl-controls {
  margin-top: 75px !important; }

.owl-buttons {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 3px;
  border-radius: 25px; }

.owl-buttons > div {
  padding: 5px !important;
  width: 25px;
  height: 25px;
  border-radius: 100% !important;
  margin: 0 !important;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.5; }

.owl-buttons > div:hover {
  opacity: 1; }

.owl-buttons > div:before {
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 15px; }

.owl-buttons > div.owl-next {
  margin-left: 40px !important; }

.owl-buttons > div.owl-next:before {
  content: "\f105"; }

.owl-buttons > div.owl-prev:before {
  content: "\f104"; }

/* Welcome */
.b-welcome {
  background: url(/ts1741716017/images/png/StyleSheet/97/audiBg.png) left top no-repeat;
  position: relative; }

.b-welcome .container {
  padding: 75px 15px 70px 15px;
  height: 580px; }

.b-welcome:after {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  content: ''; }

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

.b-welcome__text h2 {
  font: 400 14px 'Open Sans',sans-serif;
  padding: 0 10px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px 0; }

.b-welcome__text h3 {
  font: 700 30px 'Open Sans',sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px 0; }

.b-welcome__text p {
  font: 300 13px 'Open Sans',sans-serif;
  margin: 0 0 25px 0; }

.b-welcome__text ul {
  padding-left: 0;
  list-style: none;
  margin-top: 45px; }

.b-welcome__text ul li {
  margin-bottom: 10px; }

.b-welcome__text ul li span {
  font-size: 18px;
  margin-right: 15px; }

.b-welcome__services {
  margin-top: 5px; }

.b-welcome__services h3 {
  font: 600 14px 'Open Sans',sans-serif;
  text-transform: uppercase;
  margin: 20px 0 0 0; }

.b-welcome__services-img {
  height: 90px;
  width: 90px;
  border: 2px solid #efefef;
  border-radius: 100%;
  display: inline-block;
  position: relative; }

.b-welcome__services-auto, .b-welcome__services-trade, .b-welcome__services-buying, .b-welcome__services-support {
  background-color: #fff;
  padding: 35px 0;
  text-align: center; }

.b-welcome__services-img:hover {
  border: none;
  cursor: pointer; }

.b-welcome__services-circle {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  margin: -18px 0;
  border: 10px solid #D60808;
  position: relative;
  z-index: 1000; }

.b-welcome__services-img span.fa {
  font-size: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0; }

.b-welcome__services-img.m-auto span.fa {
  margin-top: 23px; }

.b-welcome__services-img svg {
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0; }

.b-welcome__services .m-padding {
  padding: 0 10px; }

.b-welcome__services > .row {
  margin-right: -10px;
  margin-left: -10px; }

/* World */
.b-world {
  /*  background: url(/ts1741716017/images/jpg/StyleSheet/97/carRight.jpg) right bottom no-repeat; */
  text-align: center;
  position: relative;
  /* box-shadow: 0px 30px 100px -38px rgba(0,0,0,0.3); */ }

.b-world .container {
  padding: 35px 15px 35px 15px; }

.b-world h6 {
  font: 700 11px 'Open Sans',sans-serif;
  padding: 3px 5px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: inline-block; }

.b-world__item-val {
  margin: 25px 0 10px 0;
  text-align: left; }

.b-world__item-val-title {
  font: 400 10px 'Open Sans',sans-serif;
  margin-right: 10px; }

.b-world__item-val-circles {
  display: inline-block; }

.b-world__item-val-circles span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.b-world__item-val-circles span.m-empty {
  border: 1px solid #dddddd;
  background: none !important; }

.b-world__item-num {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 13px;
  font: 400 10px 'Open Sans',sans-serif;
  border: 1px solid #dddddd;
  margin-left: 10px; }

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

.b-world__item h2 {
  margin: 0 0 25px 0;
  font: 600 16px 'Open Sans',sans-serif;
  padding: 0 0 0 10px;
  text-align: left;
  border-left: 3px solid #D60808; }

.b-world__item p {
  font: 300 13px 'Open Sans',sans-serif;
  text-align: left;
  padding-top: 35px;
  border-top: 1px solid #B4B4B4;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.7; }

.b-world__item p:after {
  background: url(/ts1741716017/images/png/StyleSheet/97/chevron-down.png) center no-repeat;
  width: 15px;
  left: 20px;
  height: 7px;
  content: '';
  position: absolute;
  top: -1px;
  display: block; }

.b-world__item a span.fa {
  width: 20px !important;
  height: 20px !important;
  padding: 4px !important;
  font-size: 12px !important; }

.b-world__item a {
  border: 1px solid #dddddd;
  padding: 3px 3px 3px 10px !important;
  font: 600 10px "Open Sans", sans-serif !important; }

.b-world__item-val-circles span.m-halfEmpty:after {
  content: '';
  width: 50%;
  right: 0;
  top: 0;
  background: #fff;
  display: inline-block;
  position: absolute;
  height: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #dddddd; }

/* Asks */
.b-asks {
  padding: 55px 0 40px 0;
  border-bottom: 3px solid #eeeeee; }

#facets li {
  list-style: none;
  text-align: left;
  border-top: 1px solid #eeeeee;
  position: relative; }

#facets li a {
  font: 600 13px 'Open Sans',sans-serif;
  color: #555555;
  padding: 10px 20px;
  display: block; }

#facets li:before {
  content: '';
  border-left: 4px solid #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  margin-top: -6px; }

.b-asks__first {
  cursor: pointer; }

#facets li a:hover {
  text-decoration: none; }

#facets li:hover::before {
  border-left: 4px solid #D60808; }

.b-asks__first-circle {
  float: left;
  width: 70px;
  height: 70px;
  border: 2px solid #757575;
  border-radius: 100%;
  text-align: center;
  margin-right: 15px; }

.b-asks__first-circle span {
  vertical-align: middle;
  font-size: 32px;
  margin-top: 15px;
  line-height: 1; }

.b-asks__first {
  padding: 35px 0 35px 30px;
  position: relative; }

.b-asks__first-info h2 {
  /* font: 700 24px 'Open Sans',sans-serif; */
  font: 700 16px 'Open Sans',sans-serif;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #fff; }

.b-asks__first-info {
  margin: 0 65px 0 85px; }

.b-asks__first-info p {
  font: 400 13px 'Open Sans',sans-serif;
  margin: 0; }

.b-asks__first-arrow {
  top: 0;
  position: absolute;
  right: 0;
  width: 60px;
  height: 100%;
  float: right;
  background: rgba(255, 255, 255, 0.2); }

.b-asks__first-arrow span {
  border-radius: 100%;
  display: inline-block;
  padding: 4px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.b-asks__first.m-second .b-asks__first-circle {
  border: 2px solid #757575; }

.b-asks__first.m-second .b-asks__first-circle span {
  margin-top: 17px;
  font-weight: bold; }

.b-asks__call {
  font: 600 14px 'Open Sans',sans-serif;
  text-align: center;
  margin-top: 45px; }

.b-asks__call span {
  font: 700 16px 'Open Sans',sans-serif; }

/* Auto */
.b-auto {
  text-align: center;
  padding: 80px 0 60px 0;
  position: relative;
  box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3);
  z-index: 100; }

.s-titleBg {
  font: 700 11px 'Open Sans',sans-serif;
  padding: 3px 5px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: inline-block; }

.b-auto__main {
  overflow: hidden; }

.b-auto__main-toggle {
  font: 600 13px 'Open Sans',sans-serif;
  padding: 0 0 10px 0;
  margin-right: 35px;
  position: relative;
  text-align: center;
  display: inline-block;
  text-transform: uppercase; }

.b-auto__main-toggle.m-active {
  border-bottom: 1px solid #B4B4B4; }

.b-auto__main-toggle.active:after {
  background: url(/ts1741716017/images/png/StyleSheet/97/chevron-down.png) center no-repeat;
  width: 100%;
  height: 7px;
  content: '';
  position: absolute;
  top: 100%;
  display: block; }

.b-auto__main-toggle:hover, .b-auto__main-toggle:visited, .b-auto__main-toggle:focus, .b-auto__main-toggle:active {
  text-decoration: none; }

.b-auto__main-nav {
  margin-top: 75px;
  text-align: left;
  margin-right: 15px; }

.b-auto__main-nav ul {
  padding-left: 0 !important;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px; }

.b-auto__main-nav li {
  list-style: none;
  text-align: left;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  position: relative; }

.b-auto__main-nav li.active {
  border-right: none; }

.b-auto__main-nav li.active span.fa {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px; }

.b-auto__main-nav li:hover a {
  font: 700 13px 'Open Sans',sans-serif; }

.b-auto__main-nav li.active a {
  font: 700 13px 'Open Sans',sans-serif; }

.b-auto__main-nav li a {
  font: 600 13px 'Open Sans',sans-serif;
  text-transform: uppercase;
  padding: 20px 0 15px 20px;
  display: block; }

.b-auto__main-nav li:before {
  content: '';
  border-left: 4px solid #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  margin-top: -6px; }

.b-auto__main-nav li a:hover, .b-auto__main-nav li a:focus, .b-auto__main-nav li a:visited, .b-auto__main-nav li a:active {
  text-decoration: none; }

.b-auto__main .m-margin {
  margin-top: 45px; }

.b-auto__main-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #B4B4B4;
  position: relative;
  margin-bottom: 50px; }

.b-auto__main-item:after {
  background: url(/ts1741716017/images/png/StyleSheet/97/chevron-down.png) center no-repeat;
  width: 15px;
  left: 20px;
  height: 7px;
  content: '';
  position: absolute;
  top: 100%;
  display: block; }

.b-auto__main-item h2 {
  margin: 0 0 25px 0;
  font: 600 16px 'Open Sans',sans-serif;
  text-align: left;
  margin-bottom: 25px; }

.b-auto__main-item h2 a {
  text-decoration: none; }

.b-auto__main-item-info {
  overflow: hidden;
  text-align: right;
  margin-bottom: 20px; }

.b-auto__main-item .b-world__item-val-title span {
  font-weight: bold; }

.b-auto__main-item .b-world__item-val {
  margin-bottom: 5px; }

.b-auto__main-item-info .m-price {
  padding: 3px 7px;
  font: 700 20px 'PT Sans',sans-serif;
  float: left; }

.b-auto__main-item-info .m-number {
  padding: 5px 0 5px 0;
  font: 600 12px 'Open Sans',sans-serif;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 2px; }

.b-auto__main-item-info .m-number span.fa {
  font-size: 18px;
  margin-right: 5px; }

.b-featured__item-links.m-auto {
  margin-left: 0; }

.b-auto #second {
  display: none; }

/* Count */
.b-count {
  background: url(/ts1741716017/images/png/StyleSheet/97/count.png) right top no-repeat;
  position: relative; }

.b-count .m-main {
  padding: 75px 15px;
  height: 340px; }

.b-count:after {
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  content: ''; }

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

.b-count__item-circle {
  height: 100px;
  width: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 auto;
  position: relative; }

.b-count__item-circle span {
  font-size: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0; }

.b-count__item h2 {
  font: 700 30px 'Open Sans',sans-serif;
  text-align: center;
  margin: 30px 0 5px 0; }

.b-count__item h5 {
  font: 700 14px 'Open Sans',sans-serif;
  padding: 2px 15px;
  text-transform: uppercase;
  margin: 0;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  display: inline-block; }

/* Contact */
.b-contact {
  padding: 60px 0; }

.b-contact-title {
  margin: 0 0 0 70px; }

.b-contact-title h5 {
  font: 700 11px 'Open Sans',sans-serif;
  padding: 3px 5px;
  text-transform: uppercase;
  margin: 10px 0 15px 0;
  display: inline-block; }

.b-contact-title h2 {
  margin: 0 0 0 0;
  padding: 0 15px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  font: 700 18px 'Open Sans',sans-serif; }

.b-contact__form p {
  font: 400 13px 'Open Sans',sans-serif;
  margin-bottom: 20px; }

.b-contact__form input[type='text'] {
  background: transparent;
  border: 1px solid #555555;
  padding: 10px 0 10px 40px;
  border-radius: 30px;
  width: 340px;
  font: 400 13px 'Open Sans',sans-serif; }

.b-contact__form input[type='text']:focus {
  outline: none; }

.b-contact__form input[type='text']::-webkit-input-placeholder {
  font: 400 13px 'Open Sans',sans-serif; }

.b-contact__form input[type='text']:-moz-placeholder {
  font: 400 13px 'Open Sans',sans-serif; }

.b-contact__form form > div {
  display: inline-block;
  position: relative; }

.b-contact__form form > div span {
  position: relative;
  left: 32px; }

.b-contact__form button {
  border-radius: 100%;
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  font-weight: normal;
  border: none;
  margin-left: 2px;
  vertical-align: middle;
  border-radius: 35px !important; }

/* Review */
.b-review {
  padding: 80px 0 50px 0;
  position: relative;
  box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3);
  z-index: 100; }

.b-review__main {
  text-align: center;
  margin-right: 23px; }

.b-review__main-person {
  overflow: hidden;
  float: left;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 2px solid #ededed;
  text-align: center;
  position: relative;
  text-align: center; }

.b-review__main-person-inside {
  background: url(/ts1741716017/images/jpg/StyleSheet/97/person.jpg) center no-repeat;
  width: 89px;
  height: 89px;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.b-review__main h5 {
  text-align: center;
  font: 600 12px 'Open Sans',sans-serif;
  border-bottom: 1px solid #B4B4B4;
  position: relative;
  margin: 0 0 0 115px;
  padding-bottom: 30px;
  position: relative; }

.b-review__main h5:after {
  background: url(../images/elements/chevron-down.png) center no-repeat;
  width: 100%;
  height: 7px;
  content: '';
  position: absolute;
  top: 100%;
  display: block; }

.b-review__main h5 span {
  text-transform: uppercase;
  margin-top: 10px; }

.b-review .owl-controls {
  margin: 0 0 0 115px !important; }

.b-review__main h5 em {
  position: absolute;
  font-size: 96px;
  left: 100%;
  font-style: italic;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.b-review__main p {
  clear: both;
  font: 300 16px 'Open Sans',sans-serif;
  text-align: center;
  margin: 35px 0 65px 115px;
  line-height: 2; }

.b-review__main .owl-buttons {
  margin-left: 115px; }

.b-review > img {
  width: 100%; }

/* Features */
.b-features {
  background: #D60808;
  /* padding: 45px 0; */
  position: relative;
  height: 3px; }

.b-features:after {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  content: ''; }

.b-features__items {
  padding-left: 0;
  margin: 0;
  overflow: hidden; }

.b-features__items li {
  float: left;
  list-style: none;
  font: 400 18px 'Open Sans',sans-serif;
  padding: 0 30px 0 0;
  margin-right: 30px;
  border-right: 2px solid #fff; }

/* Info */
.b-info {
  /* padding: 55px 0 80px 0; */
  padding: 50px 0; }

.b-info__aside {
  position: relative;
  margin-top: -100px;
  border-top: 3px solid #D60808;
  /* padding: 35px 0 35px 0; */
  z-index: 100000; }

.b-info__aside-article {
  border-bottom: 1px solid #333333;
  /*
     padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 35px;
  */
  padding: 25px;
  margin-bottom: 30px; }

/*
.b-info__aside-article:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}
*/
.b-info__latest > h3, .b-info__aside-article > h3, .b-info__twitter > h3, .b-info__contacts > p {
  margin: 0 0 20px 0;
  font: 700 14px 'Open Sans',sans-serif;
  text-transform: uppercase;
  padding: 0;
  /*
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
  */
  display: inline-block; }

.b-info__aside-article-item {
  margin-bottom: 15px; }

.b-info__aside-article-item h6 {
  font: 600 13px 'Open Sans',sans-serif;
  margin: 0 0 5px 0; }

.b-info__aside p {
  font: 400 12px 'Open Sans',sans-serif;
  margin: 0; }

.b-info__aside a {
  font: 400 12px 'Open Sans',sans-serif;
  padding: 3px !important;
  text-transform: uppercase;
  color: #fff;
  /*
    border: 1px solid #5e5e5e;
    margin-top: 15px;
  */ }

.b-info__aside a span {
  width: 25px !important;
  height: 25px !important;
  padding: 5px !important;
  font-size: 14px !important;
  margin-left: 13px !important; }

.b-info__latest {
  margin-left: 15px; }

.b-info__latest-article {
  overflow: hidden;
  /* padding-bottom: 20px; */
  margin-bottom: 20px;
  border-bottom: 1px solid #444444; }

.b-info__latest-article:last-child {
  border-bottom: 0; }

.b-info__latest-article-photo {
  width: 80px;
  height: 65px;
  float: left; }

.b-info__latest-article-info {
  margin: 8px 0 0 99px;
  overflow: hidden; }

.margin-left-none {
  margin-left: 0; }

.b-info__latest-article-info h6 {
  margin: 0 0 10px 0;
  font: 600 12px 'Open Sans',sans-serif;
  text-transform: uppercase; }

.b-info__latest-article-info h6 a {
  text-decoration: none; }

.b-info__latest-article-info p {
  font: 600 11px 'Open Sans',sans-serif; }

.b-info__latest-article-info p span {
  font-size: 18px;
  margin-right: 2px; }

.b-info__latest-article-photo.m-audi {
  background: url(../media/80x65/audiF.jpg) no-repeat; }

.b-info__latest-article-photo.m-audiSpyder {
  /* background: url(../media/80x65/audiSpyderF.jpg) no-repeat; */ }

.b-info__latest-article-photo.m-aston {
  /*  background: url(../media/80x65/astonMartinF.jpg) no-repeat; */ }

.b-info__twitter {
  margin-left: 15px; }

.b-info__twitter-article-icon {
  color: #cccccc;
  float: left; }

.b-info__twitter-article {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #444444; }

.b-info__twitter-article:last-child {
  border-bottom: 0; }

.b-info__twitter-article-content p {
  font: 400 12px 'Open Sans',sans-serif;
  margin: 0 0 5px 0; }

.b-info__twitter-article-content {
  margin-left: 30px; }

.b-info__twitter-article-content span {
  font: 400 10px 'Open Sans',sans-serif; }

.b-info__contacts, .b-info__map {
  margin-left: 15px;
  margin-bottom: 0; }

.b-info__contacts-item {
  font: 400 12px 'Open Sans',sans-serif;
  margin-bottom: 10px; }

.b-info__contacts-item em {
  font-style: normal; }

.b-info__contacts span.fa {
  font-size: 20px;
  margin-right: 15px;
  display: block;
  float: left; }

.b-info__contacts-item span.fa-fax {
  font-size: 16px; }

.b-info__contacts-item span.fa-phone {
  font-size: 16px; }

.b-info__contacts-item span.fa-angle-right {
  margin-right: 5px; }

.b-info__contacts-item span.fa-envelope, .b-info__contacts-item span.fa-angle-right {
  font-size: 14px; }

.b-info__map {
  width: 264px;
  height: 144px;
  text-align: center;
  /*  background: url(../images/backgrounds/map.jpg) no-repeat; */ }

.b-info__map a {
  font: 400 12px 'Open Sans',sans-serif;
  text-decoration: underline;
  display: inline-block;
  margin-top: 55px; }

.b-info__map a:hover {
  text-decoration: none; }

/* Footer */
.b-footer {
  padding: 15px 0;
  float: left;
  width: 100%; }

.b-footer p {
  margin: 0; }

.b-footer .b-nav__logo {
  /*  background: url(../images/logo/logoF.png) left top no-repeat; */
  /*  float:none; */ }

.b-footer__company p {
  font: 600 12px 'Open Sans',sans-serif; }

.b-footer__content {
  float: right; }

.b-footer__content-social {
  margin: 5px 0 15px 0;
  font-size: 23px;
  text-align: right; }

.b-footer__content-social a {
  margin-right: 5px; }

.b-footer__content-nav ul {
  padding: 0 !important;
  margin: 0 !important; }

.b-footer__content-nav ul li {
  list-style: none;
  float: left;
  margin-left: 15px;
  line-height: 30px; }

.b-footer__content-nav ul li a {
  font: 400 12px 'Open Sans',sans-serif; }

.b-footer__content-nav ul li .fa {
  font-size: 22px;
  color: #fff;
  vertical-align: middle; }

/*------------------------------------------------------------------
[Table of contents]

 - Background 1
 - Color 1
 - Border Color

- Author:  Andrey Sokoltsov
- Profile:  http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/
/* Background 1 */
.b-search__main-form-submit button span.fa,
.m-home .b-count__item-circle:hover,
.b-compare__links a.btn.m-btn:hover,
.b-blog__aside-reviews-posts-one-info .b-world__item-num,
.btn.m-btn.m-readMore:hover,
.navbar-toggle,
.b-slider__info p span,
.b-slider__info a.btn:hover,
.b-search__main-title,
.b-search__main-form-submit button:hover,
.b-search__main-form-submit button.btn.m-btn:hover span,
.b-search__main-form-submit button span.fa,
.b-featured__item-price,
.b-welcome,
.b-welcome__services-img:hover,
.b-world__item-val-circles span,
.b-world__item a:hover,
.b-asks__first:hover .b-asks__first-circle,
.b-auto__main-item-info .m-price,
.b-auto__main-item-info .m-price,
.b-contact-title h5,
.b-contact__form button,
.b-info__aside > a:hover,
.m-home .b-slider__info .btn.m-btn,
.m-home .b-world__item-num,
.m-home .b-count__item-circle:hover,
.m-home .b-footer__toTop-inside,
.b-pageHeader__search,
.b-items__aside-main-body-item .ui-widget-header,
.b-items__aside-main-footer button,
.b-items__aside-main-footer button:hover span,
.b-items__aside-sell-info a:hover span,
.b-items__cars-one-info-header > span,
.b-items__cars-one-info a.btn:hover,
.b-items__cell-info a.btn:hover,
.btn.m-btn.m-infoBtn:hover,
.b-detail__head-price-num,
.b-detail__main-aside-about-seller,
.b-detail__main-aside form button.btn.m-btn,
.b-detail__main-aside form button.btn.m-btn:hover span.fa,
.b-detail__main-info-characteristics-one:hover .b-detail__main-info-characteristics-one-top > div,
.b-compare__links a.btn.m-btn:hover,
.b-compare__images-item-price,
.b-compare__links a.btn.m-btn:hover,
.b-blog__aside-reviews-posts-one-info .b-world__item-num,
.btn.m-btn.m-readMore:hover,
.b-blog__posts-one-body-main-link,
.b-article__main-author,
.b-article__main-add button.btn.m-btn,
.b-article__main-add button.btn.m-btn:hover span.fa,
.s-form button[type='submit'],
.s-form button[type='submit']:hover span.fa,
.b-infoBar__progress-line-step-circle-inner.m-active,
.b-submit__aside-step-inner.m-active,
.s-submit button.btn.m-btn,
.s-submit button.btn.m-btn:hover span.fa,
.b-submit__main-file label.btn.m-btn span.fa,
.b-submit__main-contacts-price-input-usd,
.b-submit__main-contacts-price-plan > a,
.b-submit__main-plan label.s-submitCheckLabel span.m-circle,
a.btn.m-btn.m-pay:hover,
.b-search__main-form-submit button.btn.m-btn span.fa,
.b-info__aside > a.btn.m-btn:hover,
.b-search__main-type svg:hover g,
.ui-slider-handle:after,
.b-asks .b-asks__first:hover,
.b-count,
.b-features,
.b-search__main-type input[type='radio']:checked + label.b-search__main-type-svg svg g,
.b-search__main-form-submit button.btn.m-btn:hover,
.m-home .b-homeAuto__world > a:hover,
.m-home .b-homeReviews__main-body:after,
.b-items__aside-main-footer button.btn.m-btn,
.b-items__aside-main-footer button.btn.m-btn:hover span,
.b-items__aside-sell-info a.btn.m-btn:hover span,
.b-items__cell-info a.btn.m-btn:hover,
.b-compare .b-compare__images .b-compare__images-item-price,
.b-compare__links a.btn.m-btn span.fa,
.b-items__aside-sell-info a.btn.m-btn:hover span.fa {
  background-color: #D60808;
  fill: #D60808; }

/* Color 1*/
.b-nav__logo h3 a,
.b-search__main-form-submit a,
.b-auto__main-toggle:hover,
.b-auto__main .b-auto__main-toggle.active,
.b-auto__main-nav li:hover a,
.b-auto__main-nav li.active a,
.b-review__main h5 em,
.b-info__latest > h3, .b-info__aside-article > h3, .b-info__twitter > h3, .b-info__contacts > p,
.m-home .b-search__main > h4,
.m-home .b-count__item h2,
.m-home .b-homeReviews__main-person-name em,
.b-infoBar__compare-item span.fa,
.b-infoBar__select-one a.m-active, .b-infoBar__select-one a:hover,
.b-items__aside-main-body-item > div select + span.fa,
.b-items__cars-one-img-check span,
.m-listingsTwo .b-items__cars-one-info-price h4,
.b-items__cell-info-price,
.b-detail__main-aside-about-form-links a.m-active,
.b-detail__main-aside-about-form-links a:hover,
.b-detail__main-info-extra ul li span.fa,
.m-compare .b-infoBar h5 span,
.b-compare__block-inside-value ul li span.fa,
.b-blog__aside-search button,
.b-blog__aside-categories-list li:hover a, .b-blog__aside-categories-list li.m-active a,
.b-blog__aside-popular-posts-one-date span.fa,
.b-blog__posts-one-social a:hover,
.m-blogTwo .b-blog__posts-one-body-head-notes-note span.fa,
.b-blog__posts-one-body-main > p a,
.s-list span.fa,
.b-blog__posts-one-body-tags span.fa,
.b-article__main-author-social > a span.fa,
.b-article__main-comments-one-text-head span.fa-long-arrow-left,
.b-personal__worker-img-social-main a:hover,
.b-contacts__address-info-main-item span.fa,
.b-error h2,
.s-submit label span,
.b-submit__main-contacts-check .s-submitCheckLabel span.fa,
.b-submit__main-plan-money-num,
.b-topBar__addr span.fa, .b-topBar__tel span.fa,
.b-topBar__lang a span.fa,
.b-nav__list ul li a span.fa,
.m-home .b-nav__logo h3 a span,
.b-items__pagination-main > span.m-active a,
.b-items__pagination-main > span:hover a {
  color: #D60808;
  fill: #D60808; }

/* Border Color */
.b-nav__list ul li a:hover,
.b-slider__info h3,
.s-title,
.b-world__item h2,
.b-auto__main-nav li.active a,
.b-auto__main-nav li:hover a,
.b-info__aside > a.btn.m-btn:hover,
.b-info__aside,
.m-home .b-homeAuto__world-item-info > h2:before,
.m-home .b-world__item-num,
.m-home .b-homeAuto__world > a:hover,
.b-items__cars-one-info-header h2,
.b-items__cars-one-info a.btn:hover,
.b-items__aside-main-footer button.btn.m-btn,
.b-items__cell-info a.btn.m-btn:hover,
.b-items__cell-info h2,
.btn.m-btn.m-infoBtn:hover,
.b-detail__head-title,
.s-titleDet,
.b-blog__aside-categories-list li.m-active a,
.b-blog__aside-categories-list li:hover a,
.btn.m-btn.m-readMore:hover,
.b-blog__aside-reviews-posts-one-info .b-world__item-num,
.b-compare__links a.btn.m-btn:hover,
.b-best__info-head h2,
.s-headerSubmit h2,
.b-submit__aside-step-inner-info h4,
.b-auto__main-nav li:hover:before,
.b-auto__main-nav li.active:before {
  border-color: #D60808; }

body,
.navbar-toggle span,
.btn.m-btn,
.b-slider__info a.btn:hover span,
.b-search__main,
.b-search__main-form-submit button.btn.m-btn:hover span,
.b-featured,
.b-welcome__services-circle,
.b-world,
.b-world__item a:hover span,
.b-asks__first-arrow span,
.b-auto,
.b-contact__form button:hover,
.b-review,
.b-info__aside > a:hover span,
.m-home .b-slider__info .btn.m-btn span.fa,
.m-home .b-slider__info a.btn:hover,
.m-home .b-featured__item > a,
.m-home .b-homeAuto,
.m-home .b-review__main-person,
.m-home .b-asks,
.m-home .b-partners,
.m-home .b-footer__toTop:hover .b-footer__toTop-inside,
.b-breadCumbs,
.b-infoBar__select-one a,
.b-infoBar__select-one select,
.b-items,
.b-items__aside-main-body-item .ui-slider-handle,
.b-items__aside-main-body-item .slider,
.b-items__aside-main-footer button span.fa,
.b-items__aside-main-footer button:hover,
.b-items__aside-sell-info a span.fa,
.b-items__aside-sell-info a:hover,
.b-items__cars-one-img-check,
.b-items__cars-one-info a.btn:hover span,
.b-items__cell-info a.btn:hover span.fa,
.btn.m-btn.m-infoBtn:hover span.fa,
.b-detail__main-aside form input[type='text'], .b-detail__main-aside form input[type='email'], .b-detail__main-aside form input[type='tel'], .b-detail__main-aside select,
.b-detail__main-aside form button.btn.m-btn:hover,
.b-detail__main-aside form button.btn.m-btn span.fa,
.b-brands,
.b-compare,
.b-compare__links a.btn.m-btn:hover span.fa,
.b-blog,
.btn.m-btn.m-readMore:hover span.fa,
.b-article__main-add button.btn.m-btn span.fa,
.b-best,
.b-what,
.b-more__info-block-title,
.b-more__info-block-inside,
.b-personal,
.b-contacts,
.s-form select,
.s-form input[type='text'],
.s-form textarea,
.s-form button[type='submit'] span.fa,
.b-infoBar__progress-line,
.b-infoBar__progress-line-step-circle,
.b-submit,
.b-submit__main-contacts-inputSelect select,
.b-welcome__services-auto, .b-welcome__services-trade, .b-welcome__services-buying, .b-welcome__services-support,
.b-info__aside > a.btn.m-btn:hover span,
.b-world__item a.btn.m-btn:hover span,
.dropdown-menu,
.b-items__cars-one-info a.btn.m-btn:hover span,
.b-items__aside-main-footer button.btn.m-btn span.fa,
.b-items__aside-main-footer button.btn.m-btn:hover,
.b-items__aside-sell-info a.btn.m-btn span.fa,
.b-items__aside-sell-info a.btn.m-btn:hover,
.b-items__cell-info a.btn.m-btn:hover span.fa,
.b-detail__main-aside form textarea,
.b-article__main-add input[type='text'],
.b-article__main-add textarea {
  background-color: #fff;
  fill: #fff; }

.b-slider__info h3, .b-slider__info h2, .b-slider__info p,
.btn.m-btn span.fa,
.b-slider__info a.btn:hover,
.b-search__main-title h2,
.b-search__main-form-submit button,
.b-search__main-form-submit button:hover,
.b-search__main-form-submit button span.fa,
.b-featured__item .m-premium,
.b-featured__item-price,
.b-featured__item .m-leasing,
.owl-buttons > div,
.b-welcome__text,
.b-welcome__services-img:hover span.fa, .b-welcome__services-img:hover svg g,
.b-world h6,
.b-world__item a:hover,
.b-asks__first-circle span,
.b-asks__first-info,
.s-titleBg,
.b-auto__main-item-info .m-price,
.b-count,
.b-contact,
.b-contact__form button,
.b-features,
.b-info__aside-article-item h6,
.b-info__aside > a:hover,
.b-info__latest-article-info h6 a,
.m-home .b-topBar,
.m-home .b-topBar__addr, .m-home .b-topBar__tel,
.m-home .b-topBar__nav li a, .m-home .b-topBar__lang > div > a,
.m-home .b-nav__logo h3 a,
.m-home .b-nav__list > #nav > ul > li > a,
.m-home .b-slider__info .btn.m-btn,
.m-home .b-slider__info a.btn:hover span,
.m-home .b-featured .s-title,
.m-home .b-featured__item h5 a,
.m-home .b-world__item-num,
.m-home .b-homeAuto__world > a span.fa,
.m-home .b-count__item-circle:hover,
.m-home .b-count__item-circle:hover span,
.m-home .b-homeReviews,
.m-home .b-homeReviews h1.s-title,
.m-home .b-footer__toTop-inside,
.b-pageHeader,
.b-items__aside-main-body,
.b-items__aside-main-body-item .ui-slider-handle:before,
.b-items__aside-main-footer button,
.b-items__aside-main-footer button:hover span,
.b-items__aside-sell-img h3,
.b-items__aside-sell-info,
.b-items__aside-sell-info a,
.b-items__aside-sell-info a:hover span,
.b-items__cars-one-img-video, .b-items__cars-one-img-video:hover, .b-items__cars-one-img-video:visited, .b-items__cars-one-img-video:active,
.b-items__cars-one-img-type,
.b-items__cars-one-info-header > span,
.b-items__cars-one-info a.btn:hover,
.b-items__pagination-main > a,
.b-items__cell-info a.btn:hover,
.b-infoBar__premium,
.btn.m-btn.m-infoBtn:hover,
.b-detail__head-price-num,
.b-detail__main-aside-about-call,
.b-detail__main-aside-about-seller,
.b-detail__main-aside form button.btn.m-btn,
.b-detail__main-aside form button.btn.m-btn:hover span.fa,
.b-detail__main-info-characteristics-one-top > div,
.b-compare__images-item-price,
.b-compare__images-item-price-vs,
.b-compare__links a.btn.m-btn:hover,
.b-blog__aside-reviews-posts-one-info .b-world__item-num,
.btn.m-btn.m-readMore:hover,
.b-blog__posts-one-body-main-link a,
.b-article__main-author h3,
.b-article .b-article__main .b-article__main-author p,
.b-article__main-add button.btn.m-btn,
.b-article__main-add button.btn.m-btn:hover,
.b-article__main-add button.btn.m-btn:hover span.fa,
.b-more__info-block-title a,
.b-more__info-block-title.m-active,
.s-form button[type='submit'],
.s-form button[type='submit']:hover span.fa,
.b-submit__aside-step h3,
.b-submit__aside-step-inner-icon span.fa,
.b-submit__aside-step-inner-info h4,
.s-submit button.btn.m-btn,
.b-submit__main-file label.btn.m-btn span.fa,
.b-submit__main-contacts-price h6,
.b-submit__main-contacts-price-input-usd,
.b-submit__main-contacts-price-note,
.b-submit__main-contacts-price-plan,
.b-submit__main-contacts-price-plan > a,
a.btn.m-btn.m-pay:hover,
.b-search__main-form-submit button.btn.m-btn,
.b-search__main-form-submit button.btn.m-btn:hover,
.b-search__main-form-submit button.btn.m-btn span.fa,
.owl-theme .owl-controls .owl-buttons div:before,
.b-info__aside > a.btn.m-btn:hover,
.m-home .b-slider__info a.btn.m-btn:hover span,
.b-items__cars-one-info a.btn.m-btn:hover,
.b-items__aside-main-footer button.btn.m-btn,
.b-items__aside-main-footer button.btn.m-btn:hover span.fa,
.b-items__aside-sell-info a.btn.m-btn,
.b-items__aside-sell-info a.btn.m-btn:hover span,
.b-items__cell-info a.btn.m-btn:hover,
.b-compare .b-compare__images .b-compare__images-item-price,
.b-compare__block-title > a,
.b-items__cars-one-img-video, .b-items__cars-one-img-video:hover, .b-items__cars-one-img-video:visited, .b-items__cars-one-img-video:active, .b-items__cars-one-img-video:focus {
  color: #fff;
  fill: #fff; }

.b-search__main-title h2,
.b-welcome__text h2,
.b-count__item-circle,
.b-items__aside-main-footer button.btn.m-btn:hover,
.b-count__item h5,
.b-contact-title h2,
.b-info__latest > h3, .b-info__aside-article > h3, .b-info__twitter > h3, .b-info__contacts > p,
.b-features__items li,
.b-items__aside-sell-img h3,
.b-items__aside-sell-info a,
.b-pageHeader__search h3,
.b-article__main-author h3,
.b-submit__aside-step-inner.m-active .b-submit__aside-step-inner-info h4 {
  border-color: #fff; }

.btn.m-btn span.fa,
.b-search__main-form-submit button,
.b-world h6,
.b-asks__first,
.b-asks__first.m-second,
.s-titleBg,
.m-home .b-slider__info a.btn:hover span,
.m-home .b-homeAuto__world > a span.fa,
.b-items__aside-main-body,
.b-detail__main-aside-about-call,
.b-detail__main-info-characteristics-one-top > div,
.b-compare__images-item-price-vs,
.b-blog__aside-reviews-posts-one-info .b-world__item-val-circles span,
.b-article__main-add button.btn.m-btn:hover,
.b-more__info-block-title.m-active,
.s-form button[type='submit']:hover,
.s-submit button.btn.m-btn:hover {
  background-color: #555; }

.b-topBar__addr, .b-topBar__tel,
.b-topBar__nav li a, .b-topBar__lang a,
.b-nav__list ul li a,
.btn.m-btn,
.m-active h5,
.b-welcome__services-img span.fa,
.b-auto__main-nav li a,
.b-auto__main-nav li.active span.fa,
.b-contact__form form > div span,
.m-home .b-slider__info a.btn:hover,
.m-home .b-search .container > h1,
.m-home .b-homeAuto__world > a,
.m-home .b-count,
.b-infoBar__compare-item span.fa.fa-caret-down,
.b-items__cars-one-info-title,
.btn.m-btn.m-infoBtn:hover span.fa,
select.m-select + span.fa,
.b-detail__main-aside form button.btn.m-btn:hover,
.b-detail__main-aside form button.btn.m-btn span.fa,
.b-detail__main-info-characteristics-one-bottom,
.b-compare__block-inside-title,
.b-compare__links a.btn.m-btn,
.b-compare__links a.btn.m-btn:hover span.fa,
.b-blog__aside-categories-list li a,
.b-blog__aside-popular-posts-one-date,
.btn.m-btn.m-readMore,
.btn.m-btn.m-readMore:hover span.fa,
.b-blog__posts-one-share,
.b-blog__posts-one-social em,
.b-blog__posts-one-body-tags,
.b-article__main-add button.btn.m-btn span.fa,
.b-more__info-block-title,
.b-more__info-block-title.m-active a,
.s-form button[type='submit'] span.fa,
.b-contacts__address-hours-main h5,
.b-contacts__address-info-main-item {
  color: #555; }

.s-title,
.b-asks__call,
.b-detail__main-aside-desc-value,
.m-compare .b-infoBar h5,
.b-blog__aside-popular-posts h4 a,
.b-blog__aside-reviews-posts-one-info p,
.b-best__info h6,
.b-contacts__form p,
.b-error p {
  color: #525252; }

.b-search,
.b-asks,
.m-home .b-count,
.b-infoBar,
.b-detail__main-aside-about-form,
.b-detail__main-aside-payment-form,
.b-detail__main-info-characteristics-one-bottom,
.b-detail__main-info-characteristics-one:hover,
.b-related,
.b-compare__block-title,
.b-article__main-related-item,
.b-more,
.b-contacts__address-hours-main,
.b-contacts__address-info-main,
.b-submit__main-file label.btn.m-btn,
.m-home .b-count .m-main {
  background-color: #f5f5f5; }

.b-world__item p,
.b-review__main p,
.m-home .b-homeAuto__world-item-text p,
.b-items__aside-sell-info a span.fa,
.b-items__aside-sell-info a:hover,
.b-items__cars-one-info p,
.b-items__cell-info > p,
.b-detail__main-aside-desc-title,
.b-detail__main-info-text p,
.b-compare__block-inside-value,
.b-blog__aside-text p,
.b-blog__posts-one-body-main > p,
.b-blog__posts-one-info p,
.s-list li,
.b-blog__posts-one p,
.b-article__main-comments-one-text p,
.b-best__info p,
.b-more__info-block-inside p,
.b-personal__worker p,
.b-error h1,
.b-submit__main-element label.s-submitCheck,
.b-submit__main p,
.b-submit__main-contacts-check span,
.b-submit__main-contacts-check .s-submitCheck {
  color: #666; }

.b-nav__logo h2 a,
.b-search__main-form p,
.b-featured__item-count,
.b-featured__item-links a,
.b-world__item-val-title,
.b-world__item-num,
.b-auto__main-toggle, .b-auto__main-toggle:hover, .b-auto__main-toggle:visited, .b-auto__main-toggle:focus, .b-auto__main-toggle:active,
.b-auto__main-item-info .m-number,
.b-review__main h5,
.b-info__aside p,
.b-info__latest-article-info p,
.b-info__twitter-article-content p,
.b-info__contacts,
.b-info__map a,
.b-footer__company p,
.b-footer__content-social a,
.b-footer__content-social a:hover, .b-footer__content-social a:visited, .b-footer__content-social a:active, .b-footer__content-social a:focus,
.b-footer__content-nav ul li a,
.m-home .b-homeAuto__world-item-text span,
.b-breadCumbs__page, .b-breadCumbs__page:hover, .b-breadCumbs__page:focus, .b-breadCumbs__page:active, .b-breadCumbs__page:visited,
.b-infoBar__select-one a,
.b-infoBar__select-one select,
.b-items__aside-main-footer > a,
.b-items__cars-one-info-km,
.b-items__pagination-main > span a,
.m-listingsTwo .b-items__cars-one-info-price h3,
.b-items__cars-one-info-value,
.b-items__cell-info ul li,
.b-items__cell-info-km,
.m-listTableTwo .b-items__cell-info-price span,
.b-detail__head h3,
.b-detail__head-price p,
.b-detail__main-aside-about-form-links a,
.b-detail__main-aside form select,
.b-detail__main-aside form label,
.b-blog__aside-search input[type='text'],
.b-blog__posts-one-social a,
.b-blog__posts-one-body-head-notes,
.b-blog__posts-one-body-tags a,
.b-article__main-comments-one-text-head-date,
.b-article__main-add input[type='text'],
.b-article__main-add textarea,
.b-personal__worker h6,
.b-personal__worker-img-social-main a,
.s-form select,
.s-form input[type='text'],
.s-form textarea,
.b-contacts__address-hours-main p,
.b-contacts__address-info-main-item p,
.b-contacts__address-info-main-item em,
.b-error .b-blog__aside-search span.fa,
.s-submit label,
.b-submit__main-file label.btn.m-btn + label,
.b-submit__main-plan-money-note {
  color: #999; }

.b-contact,
.b-info,
.m-home .b-topBar,
.m-home .b-slider__info p span {
  background-color: #333; }

.m-home .b-nav,
.b-footer {
  background-color: #222; }

.b-nav__logo h3 a span,
.b-search__main-type h4,
.b-breadCumbs__page.m-active, .b-breadCumbs span.fa,
.b-items__cars-one-info a.btn,
.b-items__cars-one-info a.btn:hover span,
.b-items__cell-info a.btn,
.b-items__cell-info a.btn:hover span.fa,
.b-submit__main-file label.btn.m-btn,
.b-submit__main-contacts-select {
  color: #545454; }

.b-slider__info a.btn:hover span,
.b-search__main-form-submit button.btn.m-btn:hover span,
.b-world__item a:hover span,
.b-info__aside > a:hover span,
.m-home .b-slider__info .btn.m-btn span.fa {
  color: #6a6a6a; }

.b-featured__item h5 a,
.b-world__item h2,
.b-auto__main-item h2 a,
.b-review__main h5 span,
.m-home .b-homeAuto__world-item-info > h2 a,
.b-items__cell-info h2,
.b-items__cell-info h2 a,
.b-detail__head h1,
.b-blog__aside-categories h2,
.b-blog__posts-one-body-head h2,
.b-blog__posts-one-body-main > blockquote,
.b-blog__aside h2,
.m-article .b-blog__posts-one-body h2,
.b-article__main-related-item h5 a,
.b-article__main-comments-one-text-head h6,
.b-best__info-head h2,
.b-more__why p,
.b-personal__worker-name h4.s-titleDet,
.b-contacts__form-header h2,
label.s-submitCheckLabel span.fa,
a.btn.m-btn.m-pay,
.b-auto__main-item h2 a {
  color: #000; }

.b-info__aside {
  background-color: #272727; }

/*------------------------------------------------------------------
[Table of contents]

 - Global
 - Home
 - ListTable
 - Detail
 - Compare
 - Blog

- Author:  Andrey Sokoltsov
- Profile:	http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/
/* Global */
body {
  background: #fff; }

.s-titleDet {
  color: #202020; }

.s-title {
  color: #525252; }

.alert-wrap {
  text-align: center;
  padding: 25px;
  color: #D60808;
  background-color: #fcf8e3;
  border-color: #faebcc; }

/*b-topBar*/
.b-topBar__addr, .b-topBar__tel, .av-header-nav .av-icon-nav > li > a, .av-search-btn {
  color: #fff; }

.av-header-nav {
  font-size: 24px; }

.b-topBar__addr span.fa, .b-topBar__tel span.fa {
  color: #fff; }

.b-topBar__nav li a, .b-topBar__lang a {
  color: #fff; }

.b-topBar__lang a span.fa {
  color: #D60808; }

/*b-topBar*/
/*b-nav*/
.b-nav__logo h3 a {
  color: #D60808; }

.b-nav__logo h3 a span {
  color: #fff; }

.b-nav__logo h2 a {
  color: #999999; }

.b-nav__list ul li a {
  color: #555; }

.b-nav__list ul li a span.fa {
  color: #D60808; }

.navbar-toggle {
  background: #D60808; }

.navbar-toggle span {
  background: #fff; }

/*b-nav*/
/*b-slider*/
.b-slider__info h3, .b-slider__info h2, .b-slider__info p {
  color: #fff; }

.b-slider__info p span {
  background: #D60808; }

.carousel-control.left span.fa, .carousel-control.right span.fa {
  background: rgba(0, 0, 0, 0.8); }

.btn.m-btn {
  color: #555555;
  background: #fff; }

.btn.m-btn span.fa {
  color: #fff;
  background: #555; }

.b-slider__info a.btn:hover {
  background: #D60808;
  color: #fff; }

.b-slider__info a.btn.m-btn:hover span {
  background: #fff;
  color: #6a6a6a; }

/*b-slider*/
/*b-search*/
.b-search {
  background: #f5f5f5; }

.b-search__main {
  background: #fff; }

.b-search__main-title {
  background: #D60808; }

.b-search__main-title h2 {
  color: #fff; }

.b-search__main-type h4 {
  color: #545454; }

.b-search svg g {
  fill: #d6d6d6; }

.m-active svg g {
  fill: #D60808; }

.m-active h5 {
  color: #555; }

.b-search__main-form p {
  color: #999999; }

.b-search__main-form-submit a {
  color: #D60808; }

.b-search__main-form-submit .btn.m-btn {
  color: #fff;
  background: #555555;
  float: right;
  margin: 5px;
  font-size: 12px; }

.b-search__main-form-submit .btn.m-btn:hover {
  background: #D60808;
  color: #fff; }

.b-search__main-form-submit .btn.m-btn:hover span {
  background: #fff;
  color: #6a6a6a; }

.b-search__main-form-submit .btn.m-btn span.fa {
  background: #D60808;
  color: #fff; }

.ui-widget-header {
  background: #eeeeee; }

.ui-slider-handle:after {
  background: #D60808; }

.b-search__main-form-range span.min, .b-search__main-form-range span.max {
  color: #6c6c6c; }

.b-search__main-form-submit .btn.m-btn:hover span {
  color: #6a6a6a !important; }

/*b-search*/
/*b-featured*/
.b-featured {
  background: #fff; }

.b-featured h1 {
  color: #535353; }

.b-featured__item .m-premium {
  background: #3cd225;
  color: #fff; }

.b-featured__item-price {
  color: #fff;
  background: #D60808; }

.b-featured__item h5 {
  color: #000; }

.b-featured__item-count {
  color: #999999; }

.b-featured__item-links a {
  color: #999999; }

.b-featured__item .m-leasing {
  color: #fff;
  background: #2475ce; }

.owl-buttons > div {
  background: #dddddd;
  color: #fff; }

/*b-featured*/
/*b-welcome*/
.b-welcome {
  background-color: #D60808; }

.b-welcome:after {
  background: rgba(255, 255, 255, 0.3); }

.b-welcome__text {
  color: #fff; }

.b-welcome__services-circle {
  background: #fff; }

.b-welcome__services-img span.fa {
  color: #555555; }

.b-welcome__services-img svg g {
  fill: #555555; }

.b-welcome__services-img:hover {
  background: #D60808; }

.b-welcome__services-img:hover span.fa, .b-welcome__services-img:hover svg g {
  color: #fff;
  fill: #fff; }

/*b-welcome*/
/*b-world*/
.b-world {
  background-color: #fff; }

.b-world h6 {
  color: #fff;
  background: #555555; }

.b-world__item-val-title {
  color: #999999; }

.b-world__item-val-circles span {
  background: #D60808; }

.b-world__item-num {
  color: #999999; }

.b-world__item h2 {
  color: #000; }

.b-world__item p {
  color: #666666; }

.b-world__item a:hover {
  background: #D60808;
  color: #fff;
  border-color: #D60808; }

.b-world__item a.btn.m-btn:hover span {
  background: #fff;
  color: #6a6a6a; }

/*b-world*/
/*b-asks*/
.b-asks {
  background: #f5f5f5; }

.b-asks__first {
  background: #555 url(/ts1741716017/images/jpg/StyleSheet/100/Clearance-Texture655x128.jpg) no-repeat center; }

.b-asks__first:hover .b-asks__first-circle {
  border-color: #555 !important; }

.b-asks .b-asks__first:hover {
  background: #555 url(/ts1741716017/images/jpg/StyleSheet/100/Clearance-Texture655x128.jpg) no-repeat center;
  opacity: 0.8; }

.b-asks__first-circle span {
  color: #fff; }

.b-asks__first:hover .b-asks__first-circle {
  background: #555; }

.b-asks__first-info {
  color: #fff; }

.b-asks__first-arrow {
  text-align: center; }

.b-asks__first-arrow span {
  background: #ffffff;
  color: #707070; }

.b-asks__call {
  color: #525252; }

.b-asks-call-home {
  font-size: 18px; }

.b-asks-call-home span {
  font-size: 20px; }

/*b-asks*/
/*b-auto*/
.b-auto {
  background: #fff; }

.s-titleBg {
  color: #fff;
  background: #555555; }

.b-auto__main-toggle, .b-auto__main-toggle:hover, .b-auto__main-toggle:visited, .b-auto__main-toggle:focus, .b-auto__main-toggle:active {
  color: #999999; }

.b-auto__main-toggle:hover {
  color: #D60808; }

.b-auto__main-toggle.active {
  color: #D60808; }

.b-auto__main-nav li a {
  color: #555555; }

.b-auto__main-nav li.active span.fa {
  color: #555555; }

.b-auto__main-nav li:hover a {
  color: #D60808; }

.b-auto__main-nav li.active a {
  color: #D60808; }

.b-auto__main-item h2 {
  color: #000; }

.b-auto__main-item-info .m-price {
  color: #fff;
  background: #D60808; }

.b-auto__main-item-info .m-number {
  color: #999999; }

/*b-auto*/
/*b-count*/
.b-count {
  background-color: #D60808;
  color: #fff; }

.b-count:after {
  background: rgba(255, 255, 255, 0.3); }

/*b-count*/
/*b-contact*/
.b-contact {
  background: #333333;
  color: #fff; }

.b-contact-title {
  text-align: center; }

.b-contact-title h5 {
  background: #D60808; }

.b-contact__form form > div span {
  color: #555555; }

.b-contact__form button {
  background: #D60808;
  color: #fff; }

.b-contact__form button:hover {
  background: #ffffff;
  color: #707070; }

/*b-contact*/
/*b-review*/
.b-review {
  background: #fff; }

.b-review__main h5 {
  color: #999999; }

.b-review__main h5 span {
  color: #000; }

.b-review__main p {
  color: #666666; }

.b-review__main h5 em {
  color: #D60808; }

/*b-review*/
/*b-features*/
.b-features {
  color: #fff; }

.b-features:after {
  background: rgba(255, 255, 255, 0.3); }

/*b-features*/
/*b-info*/
.b-info {
  background: #333333; }

.b-info__aside {
  background: #272727; }

.b-info__aside-article > h3, .b-info__twitter > h3, .b-info__contacts > p {
  color: #fff; }

.b-info__aside-article-item h6 {
  color: #fff; }

.b-info__aside p {
  color: #999999; }

.b-info__aside a.btn.m-btn {
  color: #ccc;
  background: #2b2b2b; }

.b-info__aside a.btn.m-btn:hover {
  background: #D60808;
  color: #fff;
  border-color: #D60808; }

.b-info__aside a.btn.m-btn:hover span {
  background: #fff;
  color: #6a6a6a; }

.b-info__latest > h3, .b-info__aside-article > h3 {
  color: #fff; }

.b-info__latest-article-info h6 {
  color: #fff; }

.b-info__latest-article-info p {
  color: #999999; }

.b-info__twitter-article-content p {
  color: #999999; }

.b-info__twitter-article-content span {
  color: #fefefe; }

.b-info__contacts {
  color: #999999; }

.b-info__map a {
  color: #999999; }

.b-footer__company p {
  color: #999; }

.b-footer__content-social a {
  color: #999999; }

.b-footer__content-social a:hover, .b-footer__content-social a:visited, .b-footer__content-social a:active, .b-footer__content-social a:focus {
  color: #999999; }

.b-footer__content-nav ul li a {
  color: #999; }

/*b-info*/
/*=======================Index=======================*/
/*=======================Home=======================*/
/*b-topBar*/
.m-home .b-topBar {
  background: #333333;
  color: #fff; }

.m-home .b-topBar__addr, .m-home .b-topBar__tel {
  color: #fff;
  border-color: #444; }

.m-home .b-topBar__nav li a, .m-home .b-topBar__lang > div > a {
  color: #fff; }

.m-home .b-topBar__nav, .m-home .b-topBar__nav li, .m-home .b-topBar__nav li a, .m-home .b-topBar__lang, .m-home .b-topBar {
  border-color: #444; }

/*b-topBar*/
/*b-nav*/
.m-home .b-nav {
  background: #222222; }

.m-home .b-nav__logo h3 a {
  color: #fff; }

.m-home .b-nav__logo h3 a span {
  color: #f76c2b; }

.m-home .b-nav__list > #nav > ul > li > a {
  color: #fff; }

/*b-nav*/
/*b-slider*/
.m-home .b-slider__info p span {
  background: #333333; }

.m-home .b-slider__info .btn.m-btn {
  background: #D60808;
  color: #fff; }

.m-home .b-slider__info .btn.m-btn span.fa {
  background: #fff;
  color: #6a6a6a; }

.m-home .b-slider__info a.btn:hover {
  color: #555555;
  background: #fff; }

.m-home .b-slider__info a.btn:hover span {
  color: #fff;
  background: #555 !important; }

/*b-slider*/
/*b-search*/
.m-home .b-search .container > h1 {
  color: #555; }

.m-home .b-search__main > h4 {
  color: #D60808; }

/*b-search*/
/*b-featured*/
.m-home .b-featured .s-title {
  color: #fff; }

.m-home .b-featured__item h5 {
  color: #fff; }

.m-home .b-featured__item > a {
  background: #fff; }

.m-home .b-featured .owl-buttons > div {
  background: #ddd !important;
  opacity: 0.8;
  color: #929292 !important; }

/*b-featured*/
/*b-homeAuto*/
.m-home .b-homeAuto {
  background: #fff; }

.m-home .b-homeAuto__world-item-info > h2 {
  color: #000; }

.m-home .b-world__item-val-circles span {
  background: #5d5d5d; }

.m-home .b-world__item-num {
  background: #D60808;
  border-color: #D60808;
  color: #fff; }

.m-home .b-homeAuto__world-item-text span {
  color: #999999; }

.m-home .b-homeAuto__world-item-text p {
  color: #666666; }

.m-home .b-homeAuto__world > a {
  background: transparent;
  color: #555; }

.m-home .b-homeAuto__world > a span.fa {
  color: #fff;
  background: #555; }

/*b-homeAuto*/
/*b-count*/
.m-home .b-count {
  background-color: #f5f5f5;
  color: #555; }

.m-home .b-count__item-circle span {
  color: #333; }

.m-home .b-count__item-circle:hover {
  background: #D60808;
  border-color: #D60808;
  cursor: pointer;
  color: #fff; }

.m-home .b-count__item-circle:hover span {
  color: #fff; }

.m-home .b-count__item h2 {
  color: #D60808; }

.m-home .b-count__item h5 {
  border-color: #555; }

.m-home .b-count:after {
  display: none; }

/*b-count*/
/*b-homeReviews*/
.m-home .b-homeReviews {
  color: #fff; }

.m-home .b-homeReviews h1.s-title {
  color: #fff; }

.m-home .b-review__main-person {
  background: #fff; }

.m-home .b-homeReviews__main-person-name em {
  color: #D60808; }

.m-home .b-homeReviews .owl-buttons > div {
  color: #222222 !important; }

/*b-homeReviews*/
/*b-asks*/
.m-home .b-asks {
  background: #fff; }

/*b-asks*/
/*b-partners*/
.m-home .b-partners {
  background: #fff; }

/*b-partners*/
/*b-info*/
.m-home .b-info__aside p {
  color: #cccccc; }

/*b-info*/
/*b-footer*/
.m-home .b-footer__toTop-inside {
  background: #D60808;
  color: #fff; }

.m-home .b-footer__toTop:hover .b-footer__toTop-inside {
  background: #ffffff;
  color: #707070; }

.b-items__aside-main-footer button.btn.m-btn:hover span.fa {
  background: #555; }

/*b-footer*/
/*=======================Home=======================*/
/*=======================Listings=======================*/
/*b-pageHeader*/
.b-pageHeader {
  color: #fff; }

.b-pageHeader__search {
  background: #D60808; }

/*b-pageHeader*/
/*b-breadCumbs*/
.b-breadCumbs {
  background: #fff; }

.b-breadCumbs__page, .b-breadCumbs__page:hover, .b-breadCumbs__page:focus, .b-breadCumbs__page:active, .b-breadCumbs__page:visited {
  color: #999; }

.b-breadCumbs__page.m-active, .b-breadCumbs span.fa {
  color: #545454; }

/*b-breadCumbs*/
/*b-infoBar*/
.b-infoBar {
  background: #f5f5f5; }

.b-infoBar__select-one-title, .b-infoBar__compare-item, .b-infoBar__compare-item:hover, .b-infoBar__compare-item:focus, .b-infoBar__compare-item:visited, .b-infoBar__compare-item:active {
  color: #444; }

.b-infoBar__compare-item span.fa {
  color: #D60808; }

.b-infoBar__compare-item span.fa.fa-caret-down {
  color: #555; }

.b-infoBar__select-one a {
  background: #fff;
  color: #999999; }

.b-infoBar__select-one a.m-active, .b-infoBar__select-one a:hover {
  color: #D60808; }

.b-infoBar__select-one select {
  background: #fff;
  color: #999; }

/*b-infoBar*/
/*b-items*/
.b-items {
  background: #fff; }

.b-items__aside-main-body {
  background: #555555;
  color: #fff; }

.b-items__aside-main-body-item select {
  background: #444;
  color: #cccccc; }

.b-items__aside-main-body-item > div select + span.fa {
  color: #D60808; }

.b-items__aside-main-body-item .ui-slider-handle {
  background-color: #fff; }

.b-items__aside-main-body-item .slider {
  border-color: transparent;
  background-color: #fff; }

.b-items__aside-main-body-item .ui-widget-header {
  background: #D60808; }

.b-items__aside-main-body-item .ui-slider-handle:before {
  color: #fff;
  background: #444444; }

.b-items__aside-main-footer {
  background: #444444; }

.b-items__aside-main-footer button.btn.m-btn {
  background: #D60808;
  color: #fff; }

.b-items__aside-main-footer button.btn.m-btn span.fa {
  background: #fff;
  color: #444444; }

.b-items__aside-main-footer button.btn.m-btn:hover {
  background: #fff;
  color: #444444; }

.b-items__aside-main-footer button.btn.m-btn:hover span {
  background: #D60808;
  color: #fff; }

.b-items__aside-main-footer > a {
  color: #999; }

.b-items__aside-sell-img h3 {
  color: #fff; }

.b-items__aside-sell-info {
  background: #2475ce;
  color: #fff; }

.b-items__aside-sell-info a.btn.m-btn {
  background: transparent;
  color: #fff; }

.b-items__aside-sell-info a.btn.m-btn span.fa {
  background: #fff;
  color: #666; }

.b-items__aside-sell-info a.btn.m-btn:hover {
  background: #fff;
  color: #666 !important; }

.b-items__aside-sell-info a.btn.m-btn:hover span {
  background: #D60808;
  color: #fff; }

.b-items__cars-one-img-video, .b-items__cars-one-img-video:hover, .b-items__cars-one-img-video:visited, .b-items__cars-one-img-video:active {
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

.b-items__cars-one-img-type {
  color: #fff; }

.b-items__cars-one-img-type.m-premium {
  background: #3cd225; }

.b-items__cars-one-img-type.m-leasing {
  background: #2475ce; }

.b-items__cars-one-img-type.m-listing {
  background: #d90000; }

.b-items__cars-one-img-type.m-owner {
  background: #ffd24d; }

.b-items__cars-one-img-check {
  background: #fff; }

.b-items__cars-one-img-check span {
  color: #D60808; }

.b-items__cars-one-info-header h2 {
  color: #212121; }

.b-items__cars-one-info-header > span {
  background: #D60808;
  color: #fff; }

.b-items__cars-one-info p {
  color: #666; }

.b-items__cars-one-info-km {
  color: #999; }

.b-items__cars-one-info a.btn.m-btn {
  color: #545454; }

.b-items__cars-one-info a.btn.m-btn:hover {
  background: #D60808;
  color: #fff;
  border-color: #D60808; }

.b-items__cars-one-info a.btn.m-btn:hover span {
  background: #fff;
  color: #545454; }

.b-items__pagination-main > a {
  color: #fff;
  background: #ddd; }

.b-items__pagination-main > span a {
  color: #999; }

.b-items__pagination-main > span.m-active a {
  color: #f76c2b; }

.b-items__pagination-main > span:hover a {
  color: #f76c2b; }

.m-listingsTwo .b-items__cars-one-info-price h3 {
  color: #999; }

.m-listingsTwo .b-items__cars-one-info-price h4 {
  color: #D60808; }

.b-items__cars-one-info-price h4 {
  color: #D60808; }

/*b-items*/
/*=======================Listings=======================*/
/*=======================ListingsTwo=======================*/
/*b-items*/
.b-items__cars-one-info-title {
  color: #555; }

.b-items__cars-one-info-value {
  color: #999; }

/*b-items*/
/*=======================ListingsTwo=======================*/
/*=======================ListTable=======================*/
/*b-items*/
.b-items__cell-info h2 {
  color: #000; }

.b-items__cell-info > p {
  color: #666; }

.b-items__cell-info ul li {
  color: #999; }

.b-items__cell-info-price {
  color: #D60808; }

.b-items__cell-info-km {
  color: #999; }

.b-items__cell-info a.btn.m-btn {
  color: #545454; }

.b-items__cell-info a.btn.m-btn:hover {
  background: #D60808;
  color: #fff;
  border-color: #D60808; }

.b-items__cell-info a.btn.m-btn:hover span.fa {
  background: #fff;
  color: #545454 !important; }

/*b-items*/
/*=======================ListTable=======================*/
/*=======================ListTableTwo=======================*/
/*b-items*/
.m-listTableTwo .b-items__cell-info-price span {
  color: #999; }

/*b-items*/
/*=======================ListTableTwo=======================*/
/*=======================Detail=======================*/
/*b-infoBar*/
.b-infoBar__premium {
  color: #fff;
  background: #3cd225; }

.btn.m-btn.m-infoBtn {
  color: #535353; }

.btn.m-btn.m-infoBtn:hover {
  background: #D60808;
  color: #fff;
  border-color: #D60808; }

.btn.m-btn.m-infoBtn:hover span.fa {
  background: #fff;
  color: #555; }

/*b-infoBar*/
/*b-detail*/
.b-detail__head h1 {
  color: #000; }

.b-detail__head h3 {
  color: #999; }

.b-detail__head-price-num {
  color: #fff;
  background: #D60808; }

.b-detail__head-price p {
  color: #999;
  margin: 10px 0 0 0; }

.b-detail__main-aside-desc-title {
  color: #666; }

.b-detail__main-aside-desc-value {
  color: #525252; }

.b-detail__main-aside-about-call {
  background: #555555;
  color: #fff; }

.b-detail__main-aside-about-call p {
  color: #ddd; }

.b-detail__main-aside-about-call span.fa {
  background: #808080; }

.b-detail__main-aside-about-seller {
  background: #D60808;
  color: #fff; }

.b-detail__main-aside-about-form {
  background: #f5f5f5; }

.b-detail__main-aside-about-form-links a {
  color: #999; }

.b-detail__main-aside-about-form-links a.m-active {
  color: #D60808; }

.b-detail__main-aside-about-form-links a:hover {
  color: #D60808; }

.b-detail__main-aside form input[type='text'], .b-detail__main-aside form input[type='email'], .b-detail__main-aside form input[type='tel'], .b-detail__main-aside select {
  background: #fff; }

.b-detail__main-aside form select {
  color: #999; }

select.m-select + span.fa {
  color: #555; }

.b-detail__main-aside form input::-webkit-input-placeholder {
  color: #999; }

.b-detail__main-aside form input:-moz-placeholder {
  color: #999; }

.b-detail__main-aside form label {
  color: #999999;
  margin-left: 10px;
  vertical-align: middle; }

.b-detail__main-aside form button.btn.m-btn {
  background: #D60808;
  color: #fff; }

.b-detail__main-aside form button.btn.m-btn:hover {
  background: #fff;
  color: #555; }

.b-detail__main-aside form button.btn.m-btn span.fa {
  background: #fff;
  color: #555; }

.b-detail__main-aside form button.btn.m-btn:hover span.fa {
  background: #D60808;
  color: #fff; }

.b-detail__main-aside-payment-form {
  background: #f5f5f5; }

.b-detail__main-info-characteristics-one-bottom {
  color: #555;
  background: #f5f5f5; }

.b-detail__main-info-characteristics-one:hover {
  background: #f5f5f5; }

.b-detail__main-info-characteristics-one:hover .b-detail__main-info-characteristics-one-top {
  border-bottom-color: #f5f5f5; }

.b-detail__main-info-characteristics-one:hover .b-detail__main-info-characteristics-one-top > div {
  background: #D60808; }

.b-detail__main-info-characteristics-one-top > div {
  background: #555555;
  color: #fff; }

.b-detail__main-info-text p {
  color: #666; }

.b-detail__main-info-extra ul li span.fa {
  color: #D60808; }

/*b-detail*/
/*b-related*/
.b-related {
  background: #f5f5f5; }

/*b-related*/
/*b-brands*/
.b-brands {
  background: #fff; }

/*b-brands*/
/*=======================Detail=======================*/
/*=======================Compare=======================*/
/*b-pageHeader*/
/*b-infoBar*/
.m-compare .b-infoBar h5 {
  color: #525252; }

.m-compare .b-infoBar h5 span {
  color: #D60808; }

/*b-infoBar*/
/*b-compare*/
.b-compare {
  background: #fff; }

.b-compare__images-item h3 {
  color: #212121; }

.b-compare .b-compare__images .b-compare__images-item-price {
  background-color: #D60808;
  color: #fff; }

.b-compare__images-item-price-vs {
  color: #fff;
  background: #555; }

.b-compare__block-title {
  background: #f5f5f5; }

.b-compare__block-inside-title {
  color: #555; }

.b-compare__block-inside-value {
  color: #666; }

.b-compare__block-inside-value ul li span.fa {
  color: #D60808; }

.b-compare__links a.btn.m-btn {
  color: #555; }

.b-compare__links a.btn.m-btn:hover {
  background: #D60808;
  color: #fff;
  border-color: #D60808; }

.b-compare__links a.btn.m-btn span.fa {
  background: #D60808; }

.b-compare__links a.btn.m-btn:hover span.fa {
  color: #555;
  background: #fff; }

/*b-compare*/
/*=======================Compare=======================*/
/*=======================Blog=======================*/
/*b-blog*/
.b-blog {
  background: #fff; }

.b-blog__aside-search input[type='text'] {
  color: #999; }

.b-blog__aside-search button {
  color: #D60808; }

.b-blog__aside-categories h2 {
  color: #000; }

.b-blog__aside-categories-list li a {
  color: #555; }

.b-blog__aside-categories-list li:hover a, .b-blog__aside-categories-list li.m-active a {
  color: #D60808;
  border-color: #D60808; }

.b-blog__aside-popular-posts h4 a {
  color: #525252; }

.b-blog__aside-popular-posts-one-date {
  color: #555; }

.b-blog__aside-popular-posts-one-date span.fa {
  color: #D60808; }

.b-blog__aside-text p {
  color: #666; }

.b-blog__aside-reviews-posts-one-info p {
  color: #525252; }

.b-blog__aside-reviews-posts-one-info .b-world__item-val-circles span {
  background: #555; }

.b-blog__aside-reviews-posts-one-info .b-world__item-num {
  background: #D60808;
  border-color: #D60808;
  color: #fff; }

.b-blog__posts-one-social a {
  color: #999999; }

.b-blog__posts-one-social a:hover {
  color: #D60808; }

.b-blog__posts-one-body-head h2 {
  color: #000; }

.b-blog__posts-one-body-head-notes {
  color: #999; }

.b-blog__posts-one-body-main > p {
  color: #666; }

.btn.m-btn.m-readMore {
  color: #555; }

.btn.m-btn.m-readMore:hover {
  background: #D60808;
  color: #fff;
  border-color: #D60808; }

.btn.m-btn.m-readMore:hover span.fa {
  background: #fff;
  color: #555; }

.b-blog__posts-one-body-main-link {
  background: #D60808; }

.b-blog__posts-one-body-main-link a {
  color: #fff; }

.b-blog__posts-one-share {
  color: #555; }

/*b-blog*/
/*=======================Blog=======================*/
.m-blogTwo .b-blog__posts-one-body-head-notes-note span.fa {
  color: #D60808; }

.b-blog__posts-one-info p {
  color: #666; }

.b-blog__posts-one-social em {
  color: #555; }

.owl-theme .owl-controls .owl-buttons div {
  background: #ddd; }

/*600-767*/
@media screen and (max-width: 767px) {
  .b-nav__list {
    background: #555; }

  .b-nav__list ul li a {
    color: #fff !important; }

  ul.h-nav li a {
    color: #555 !important; } }
/*600-767*/
/*------------------------------------------------------------------
[Table of contents]

	- Page Header
	- Bread Cumbs
	- Info Bar
	- Items
	- Listings Two
	- List Table
	- List Table Two

- Author:  Andrey Sokoltsov
- Profile:	http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/
/*Page Header */
.b-pageHeader {
  padding: 40px 0;
  background: url(../images/backgrounds/pageHead.jpg) center;
  background-size: cover; }

.b-pageHeader h1 {
  font: 700 30px 'PT Sans',sans-serif;
  float: left;
  margin: 0; }

.b-pageHeader__search {
  padding: 10px 15px;
  float: right; }

.b-pageHeader__search h3 {
  font: 400 13px 'Open Sans',sans-serif;
  margin: 0;
  padding: 3px 10px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff; }

/* Bread Cumbs */
.b-breadCumbs {
  padding: 20px 0; }

.b-breadCumbs__page {
  font: 400 11px 'Open Sans',sans-serif; }

.b-breadCumbs span.fa {
  font-size: 11px;
  margin: 0 10px; }

/* Info Bar */
.b-infoBar {
  padding: 20px 0; }

.b-infoBar__compare {
  text-align: left;
  margin-top: 12px; }

.b-infoBar__compare div.dropdown {
  display: inline-block; }

.b-infoBar__compare div.dropdown ul li {
  text-align: center; }

.b-infoBar__compare-item, .b-infoBar__select-one-title {
  font: 600 11px 'Open Sans',sans-serif;
  text-transform: uppercase; }

.b-infoBar__compare-item, .b-infoBar__compare-item:hover, .b-infoBar__compare-item:focus, .b-infoBar__compare-item:visited, .b-infoBar__compare-item:active {
  text-decoration: none; }

.b-infoBar__compare-item:last-child {
  margin-left: 30px; }

.b-infoBar__compare-item span.fa {
  font-size: 16px;
  vertical-align: text-top;
  margin-right: 10px; }

.b-infoBar__compare-item span.fa.fa-caret-down {
  margin-left: 8px;
  font-size: 14px; }

.b-infoBar__select-one {
  float: left;
  margin-right: 35px;
  position: relative; }

.b-infoBar__select-one:last-child {
  margin-right: 0; }

.b-infoBar__select {
  float: right; }

.b-infoBar__select-one-title {
  margin-right: 10px; }

.b-infoBar__select-one .m-list {
  padding: 9px 12px 9px 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  display: inline-block;
  margin-right: -1.5px;
  font-size: 18px; }

.b-infoBar__select-one .m-table {
  padding: 9px 25px 9px 12px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  display: inline-block;
  margin-left: -1.5px;
  font-size: 18px; }

select.m-select {
  width: 125px;
  padding: 12px 0 12px 20px;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  font: 400 13px 'Open Sans',sans-serif;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important; }

select.m-select:focus {
  outline: none; }

select.m-select + span.fa {
  top: 15px;
  right: 17px;
  position: absolute; }

.b-infoBar__select-one select {
  font-size: 11px;
  border: none;
  padding: 12.5px 0 12.5px 20px; }

/* Items */
.b-items {
  padding: 72px 0 145px 0; }

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

.b-items__aside-main-body {
  padding: 30px 25px 40px 25px; }

.b-items .s-title {
  margin-bottom: 25px; }

.b-items__aside-main-body-item {
  text-align: left;
  margin-bottom: 30px; }

.b-items__aside-main-body-item:last-child {
  margin-bottom: 0; }

.b-items__aside-main-body-item select {
  border: none;
  width: 100%; }

.b-items__aside-main-body-item > div {
  position: relative; }

.b-items__aside-main-body-item label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font: 700 12px 'Open Sans',sans-serif;
  text-align: left; }

.b-items__aside-main-body-item .slider {
  margin: 20px 0 75px 0;
  border: none;
  float: none;
  width: 100%; }

.b-items__aside-main-body-item .ui-widget-header {
  border-radius: 20px; }

.b-items__aside-main-body-item .ui-slider-handle:before {
  content: ' '; }

.b-items__aside-main-body-item .ui-slider-handle span.min, .b-items__aside-main-body-item .ui-slider-handle span.max {
  top: 200%;
  position: absolute;
  left: -1px;
  padding: 2px 3px;
  background-color: #444 !important;
  font: 600 11px 'Open Sans',sans-serif;
  text-decoration: none; }

.b-items__aside-main-body-item .ui-slider-handle span.min:before, .b-items__aside-main-body-item .ui-slider-handle span.max:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin-right: -4px;
  z-index: 100;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 6px solid #444; }

.b-items__aside-main-footer {
  padding: 30px 0 25px 0; }

.b-items__aside-main-footer button {
  padding-left: 20px !important;
  margin-bottom: 10px; }

.b-items__aside-main-footer button span.fa {
  width: 30px !important;
  height: 30px !important;
  font-size: 17px !important; }

.b-items__aside-main-footer > a {
  text-transform: uppercase;
  font: 600 11px 'Open Sans',sans-serif;
  text-decoration: underline; }

.b-items__aside-main-footer > a:hover {
  text-decoration: none; }

.b-items__aside-sell {
  margin-top: 45px; }

.b-items__aside-sell-img {
  background: url(../images/backgrounds/sell.jpg) center no-repeat;
  background-size: cover;
  height: 200px;
  text-align: center; }

.b-items__aside-sell-img h3 {
  margin: 25px 0 0 0;
  padding: 0 10px;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  font: 700 20px 'Open Sans',sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block; }

.b-items__aside-sell-info {
  padding: 20px 25px 30px 25px;
  text-align: left;
  font: 400 13px 'Open Sans',sans-serif; }

.b-items__aside-sell-info a {
  border: 1px solid #fff;
  font: 600 11px "Open Sans", sans-serif !important;
  padding-left: 15px !important;
  margin-top: 15px; }

.b-items__aside-sell-info a span.fa {
  width: 25px !important;
  height: 25px !important;
  font-size: 13px !important; }

.b-items__cars-one {
  overflow: hidden; }

.b-items__cars-one-img {
  width: 270px;
  height: 230px;
  position: relative;
  float: left; }

.b-items__cars-one {
  padding: 5px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px; }

.b-items__cars-one:last-child {
  margin-bottom: 0; }

.b-items__cars-one-img-video {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 10px;
  font: 400 11px 'Open Sans',sans-serif; }

.b-items__cars-one-img-video span.fa {
  margin-right: 5px; }

.b-items__cars-one-img-video, .b-items__cars-one-img-video:hover, .b-items__cars-one-img-video:visited, .b-items__cars-one-img-video:active, .b-items__cars-one-img-video:focus {
  text-decoration: none; }

.b-items__cars-one-img-type {
  font: 700 10px 'Open Sans',sans-serif;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1000; }

.b-items form input[type='checkbox'] {
  position: absolute;
  visibility: hidden; }

.b-items form input[type='checkbox']:checked + .b-items__cars-one-img-check span.fa {
  display: block; }

.b-items__cars-one-img-check {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #dddddd;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer; }

.b-items__cars-one-img-check span.fa {
  font-size: 12px;
  position: absolute;
  top: 3px;
  left: 3px;
  display: none; }

.b-items__cars-one-info {
  margin: 20px 15px 0 290px; }

.b-items__cars-one-info-header {
  text-align: right;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.b-items__cars-one-info-header .part-number-wrap {
  float: left; }

.av-product-title-wrap .part-number-wrap {
  float: left;
  line-height: 33px;
  margin-right: 5px; }

.av-product-title-wrap .av-product-title {
  color: #D60808;
  font-weight: bold; }

.b-items__cars-one-info-header h2 {
  float: left;
  font: 600 20px 'Open Sans',sans-serif;
  color: #D60808;
  /*
    padding-left: 15px;
    border-left:4px solid #D60808;
    margin: 8px 0 0 0;
    line-height:1;
    padding: 1px 0 1px 15px;
  */
  margin: 0 0 0 5px;
  line-height: 25px; }

.b-items__cars-one-info-header > span {
  padding: 5px 15px;
  display: inline-block;
  font: 700 20px 'PT Sans',sans-serif; }

.b-items__cars-one-info p {
  font: 300 13px 'Open Sans',sans-serif;
  margin: 0 0 30px 0; }

.b-items__cars-one-info-km {
  font: 600 12px 'Open Sans',sans-serif;
  text-transform: uppercase; }

.b-items__cars-one-info-km span.fa {
  font-size: 18px;
  margin-right: 4px; }

.b-items__cars-one-info-details {
  text-align: right; }

.b-items__cars-one-info-details .b-featured__item-links {
  margin: 9px 0 0 0;
  float: left; }

.b-items__cars-one-info-details .b-featured__item-links a {
  font-size: 11px; }

.b-items__cars-one-info a.btn {
  font: 600 10px "Open Sans", sans-serif !important;
  border: 1px solid #ddd;
  padding-left: 12px !important; }

.b-items__cars-one-info a.btn span.fa {
  width: 20px !important;
  height: 20px !important;
  font-size: 13px !important;
  padding: 3px !important;
  margin-left: 10px !important; }

.b-items__pagination {
  margin-top: 75px;
  text-align: center; }

.b-items__pagination-main {
  display: inline-block;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 30px; }

.b-items__pagination-main > a {
  width: 25px;
  height: 25px;
  padding: 2px;
  border-radius: 100%;
  display: inline-block;
  opacity: 0.8; }

.b-items__pagination-main > a:hover {
  opacity: 1; }

.b-items__pagination-main > a.m-left {
  margin-right: 15px; }

.b-items__pagination-main > a.m-right {
  margin-left: 15px; }

.b-items__pagination-main > span a {
  font: 400 11px 'Open Sans',sans-serif;
  margin-right: 5px;
  cursor: pointer; }

.b-items__pagination-main > span.m-active a, .b-items__pagination-main > span:hover a {
  font: 700 11px 'Open Sans',sans-serif; }

.b-items__pagination-main > span:last-of-type a {
  margin-right: 0; }

/* Listings Two */
.m-listingsTwo .b-items__cars-one-img {
  float: right;
  width: 237px;
  height: 202px;
  margin: 20px; }

.m-listingsTwo .b-items__cars-one-info {
  margin: 20px 285px 0 25px; }

.m-listingsTwo .b-items__cars-one-img-type {
  top: 0;
  left: 0; }

.m-listingsTwo .b-items__cars-one-img-check {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block; }

.m-listingsTwo .b-items__cars-one-info-header {
  padding-bottom: 30px; }

.m-listingsTwo .b-items__cars-one-info p {
  margin-bottom: 20px;
  line-height: 1.7; }

.b-items__cars-one-info-title {
  font: 600 11px 'Open Sans',sans-serif;
  display: block;
  margin-bottom: 5px; }

.b-items__cars-one-info-value {
  font: 400 11px 'Open Sans',sans-serif;
  display: block;
  margin-bottom: 5px; }

.row.m-smallPadding {
  margin: 0 -5px; }

.row.m-smallPadding > div {
  padding: 0 5px; }

.m-listingsTwo .b-items__cars-one-info-price {
  text-align: right;
  margin-top: 15px; }

.b-items__cars-one-info-price {
  text-align: right;
  margin-top: 15px; }

.m-listingsTwo .b-items__cars-one-info-price h3 {
  font: 600 11px 'Open Sans',sans-serif;
  text-align: left;
  text-transform: uppercase;
  margin: 0; }

.m-listingsTwo .b-items__cars-one-info-price h4 {
  font: 700 24px 'PT Sans',sans-serif;
  margin: 5px 0 20px 0; }

.b-items__cars-one-info-price h4 {
  font: 700 24px 'PT Sans',sans-serif;
  margin: 5px 0 20px 0; }

/* List Table */
.b-items__cell {
  padding: 5px;
  border: 1px solid #eeeeee;
  padding-bottom: 25px;
  margin-bottom: 40px;
  height: 557px; }

.m-listTable .b-items__cars-one-img {
  width: auto;
  height: auto;
  float: none; }

.b-items__cell-info {
  padding: 0 10px; }

.b-items__cell-info-title {
  padding-bottom: 20px;
  margin: 25px 0; }

.b-items__cell-info h2 {
  font: 600 15px 'Open Sans',sans-serif;
  padding-left: 15px;
  border-left: 4px solid #D60808;
  margin: 0; }

.b-items__cell-info > p {
  font: 300 13px 'Open Sans',sans-serif;
  margin: 0 4px 20px 4px; }

.b-items__cell-info > p + div {
  margin-left: 4px; }

.b-items__cell-info ul {
  font: 400 11px 'Open Sans',sans-serif;
  padding-left: 0;
  list-style-position: inside; }

.b-items__cell-info-price {
  margin: 30px 0 0 0;
  font: 700 22px 'PT Sans',sans-serif; }

.b-items__cell-info-km span.fa {
  font-size: 19px; }

.b-items__cell-info-km {
  margin-left: 40px; }

.b-items__cell-info-km p {
  font: 600 12px 'Open Sans',sans-serif;
  text-transform: uppercase; }

.b-items__cell-info a.btn {
  font: 600 10px "Open Sans", sans-serif !important;
  border: 1px solid #ddd;
  padding-left: 12px !important;
  margin-top: 40px; }

.b-items__cell-info a.btn span.fa {
  width: 20px !important;
  height: 20px !important;
  font-size: 13px !important;
  padding: 3px !important;
  margin-left: 10px !important; }

.b-items__cell .b-items__cars-one-img-check {
  top: 20px; }

.m-listTable .b-items__pagination {
  margin-top: 35px; }

/* List Table Two */
.m-listTableTwo .b-items__cars-one-img {
  float: none;
  width: auto;
  height: auto; }

.m-listTableTwo .b-items__cell-info-price span {
  font: 600 11px 'Open Sans',sans-serif;
  text-transform: uppercase;
  margin-right: 10px; }

.m-listTableTwo .b-items__cell {
  border: none;
  margin-bottom: 0; }

.m-listTableTwo .row.m-border > div {
  border-right: 1px solid #eee;
  margin-bottom: 40px; }

.m-listTableTwo .row.m-border > div:nth-child(3n) {
  border: none; }

.m-listTableTwo .b-items__cell .b-items__cars-one-img-check {
  top: 10px; }

/*Search result section */
.breadcrumbs {
  margin-bottom: 15px;
  padding: 10px;
  color: #ffffff;
  font-size: 13px;
  background-color: #f6a067; }

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
  text-decoration: none;
  color: #ffffff; }

.breadcrumbs a:hover {
  color: #ffffff; }

#results ul,
.alternatives ul {
  list-style: none;
  margin: 0px;
  font-size: 12px;
  padding: 0px; }

#home-inner #results ul li {
  margin-bottom: 25px; }

.list li .grid-box .add-table input,
.grid li .grid-box .add-table input,
.product-info .product-add input {
  border: 1px solid #f47521;
  width: 32px;
  padding: 9px 2px 9px 2px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  color: #7a7a7a;
  font-family: verdana,Helvetica,Arial,sans-serif;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* end of search results section*/
/*------------------------------------------------------------------
[Table of contents]

 - Global
 - Loader

- Author:  Andrey Sokoltsov
- Profile:	http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/
/* Global */
a:focus {
  outline: none; }

body {
  overflow-x: hidden; }

.s-relative {
  position: relative; }

.s-noLeftPadding {
  padding-left: 0 !important; }

.s-noPadding {
  padding: 0 !important; }

.s-noRightMargin {
  margin-right: 0; }

.s-title {
  font: 700 18px 'Open Sans',sans-serif;
  margin: 0 0 50px 0;
  padding: 0 15px;
  border-left: 4px solid #D60808;
  border-right: 4px solid #D60808;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px; }

.s-titleDet {
  font: 700 14px 'Open Sans',sans-serif;
  text-transform: uppercase;
  padding-left: 12px;
  border-left: 4px solid #D60808;
  margin-bottom: 25px; }

.s-shadow {
  position: relative;
  box-shadow: 0px 30px 100px -38px rgba(0, 0, 0, 0.3);
  z-index: 100; }

.s-shadow.b-breadCumbs {
  box-shadow: 0px 30px 50px -24px rgba(0, 0, 0, 0.1);
  z-index: 1000; }

.s-whiteShadow {
  position: relative; }

.s-whiteShadow:after {
  left: 0;
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 17px;
  background: url(../images/elements/whiteShadow.png) center bottom no-repeat;
  z-index: 1000; }

.s-lineDownLeft {
  text-align: left;
  /* border-bottom: 1px solid #B4B4B4; */
  position: relative; }

.s-lineDownLeft:after {
  /* background: url(../images/elements/chevron-down.png) center no-repeat;*/
  width: 15px;
  left: 5%;
  height: 7px;
  content: '';
  position: absolute;
  top: 100%;
  display: block; }

.s-lineDownCenter {
  text-align: center;
  border-bottom: 1px solid #B4B4B4 !important;
  position: relative; }

.s-lineDownCenter:after {
  background: url(../images/elements/chevron-down.png) center no-repeat;
  width: 15px;
  height: 7px;
  content: '';
  position: absolute;
  width: 100%;
  top: 100%;
  display: block;
  left: 0; }

.s-titleLeft {
  padding-bottom: 15px;
  float: left;
  margin-bottom: 40px; }

.s-titleLeft:after {
  left: 25px; }

.s-titleLeft > div {
  overflow: hidden; }

.s-titleLeft h2 {
  margin: 0;
  font-size: 15px;
  padding-right: 8px; }

.s-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px; }

.s-list span.fa {
  font-size: 16px;
  margin-right: 10px; }

.s-list li {
  font: 300 13px 'Open Sans',sans-serif;
  margin-bottom: 10px; }

.s-form select {
  width: 100% !important;
  margin-bottom: 10px;
  text-transform: uppercase;
  font: 400 10px "Open Sans", sans-serif !important; }

.s-form select + span.fa-caret-down {
  right: 25px !important; }

.s-form input[type='text'], .s-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 20px;
  font: 400 10px 'Open Sans',sans-serif;
  border: 1px solid #eeeeee;
  text-transform: uppercase;
  border-radius: 30px; }

.s-form textarea {
  border-radius: 20px;
  margin-bottom: 20px; }

.s-form input[type='text']:focus, .s-form textarea:focus {
  outline: none; }

.s-form input::-webkit-input-placeholder {
  color: #999; }

.s-form input::-moz-placeholder {
  color: #999; }

.s-form button[type='submit'] {
  font: 700 12px 'Open Sans',sans-serif;
  padding-left: 20px;
  margin-top: 25px; }

.s-form button[type='submit'] span.fa {
  width: 25px;
  height: 25px;
  padding: 3px;
  font-size: 16px;
  margin-left: 10px; }

.s-form input[type='file'] {
  position: absolute;
  opacity: 0;
  z-index: -100; }

.s-headerSubmit {
  padding-bottom: 20px;
  margin-bottom: 50px; }

.s-headerSubmit:after {
  left: 30px; }

.s-headerSubmit h2 {
  font: 600 20px 'Open Sans',sans-serif;
  margin: 0;
  color: #212121;
  padding-left: 10px;
  border-left: 4px solid #D60808;
  text-transform: none;
  line-height: 1.2; }

.s-submit label {
  display: block;
  margin: 0 0 15px 15px;
  font: 400 13px 'Open Sans',sans-serif; }

.s-submit select {
  width: 100% !important;
  background: #f7f7f7 !important;
  color: #444;
  height: 46px;
  cursor: pointer; }

.s-submit select + span.fa {
  right: 25px !important; }

.s-submit input[type='text'] {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font: 400 13px 'Open Sans',sans-serif;
  border: 1px solid #eeeeee;
  color: #444;
  background: #f7f7f7 !important;
  text-transform: none;
  border-radius: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  height: 46px; }

.s-submit input[type='text']:focus {
  outline: none; }

.s-submit input[type='text']::-webkit-input-placeholder {
  color: #444; }

.s-submit input[type='text']::-moz-placeholder {
  color: #444; }

.s-submit input[type='text']:-moz-placeholder {
  color: #444; }

.s-submit input[type='text']:-ms-input-placeholder {
  color: #444; }

.s-submit button.btn.m-btn {
  text-transform: uppercase;
  margin-top: 35px; }

.s-submit button.btn.m-btn span.fa {
  width: 30px;
  height: 30px;
  padding: 5px;
  font-size: 18px; }

.s-submit input[type='checkbox'], .s-submit input[type='radio'] {
  visibility: hidden;
  position: absolute; }

label.s-submitCheckLabel {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0;
  display: inline-block;
  position: relative;
  cursor: pointer; }

label.s-submitCheckLabel span {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 0; }

.s-submit input[type='checkbox']:focus {
  outline: none; }

.s-submit input[type='checkbox']:checked + label.s-submitCheckLabel span {
  display: block; }

.s-submit input[type='radio']:checked + label.s-submitCheckLabel span {
  display: block; }

label.s-submitCheck {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  vertical-align: super;
  cursor: pointer; }

.modal-body iframe {
  width: 100% !important;
  border: none !important; }

#to-top {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  padding: 15px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  border-radius: 3px; }

.chart {
  position: relative; }

.chart canvas {
  position: absolute; }

/* Loader */
.preloaderjs .spinner {
  display: none !important; }

.preloaderjs#page-preloader {
  background: rgba(46, 46, 46, 0.99) !important; }

#page-preloader {
  position: fixed;
  z-index: 100500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555; }

#page-preloader .spinner {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
  border: 3px solid transparent;
  border-top-color: #3cd225;
  border-radius: 50%; }

#page-preloader .spinner:before, #page-preloader .spinner:after {
  position: absolute;
  content: '';
  border-radius: 50%; }

#page-preloader .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  border: 3px solid transparent;
  border-top-color: #2475ce; }

#page-preloader .spinner:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border: 3px solid transparent;
  border-top-color: #D60808; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Pager Slider */
.pagerSlider .bx-wrapper .bx-controls-direction a {
  display: none !important; }

.pagerSlider .bx-wrapper:hover .bx-controls-direction a {
  display: block !important; }

.pagerSlider .bx-wrapper .bx-controls-direction a span {
  color: #fff;
  display: block;
  font-size: 29px;
  text-align: center;
  text-indent: 0; }

.pagerSlider .bx-wrapper .bx-controls-direction a.disabled {
  display: none !important; }

.pagerSlider.pagerVertical .bx-wrapper .bx-controls-direction a.bx-prev {
  background: #555;
  left: 0;
  margin: 0;
  top: 5px;
  width: 92%; }

.pagerSlider.pagerVertical .bx-wrapper .bx-controls-direction a.bx-next {
  background: #555;
  bottom: 5px;
  left: 0;
  margin: 0;
  top: auto;
  width: 92%; }

/*------------------------------------------------------------------
[Table of contents]

	- Between 992px - 1170px
	- Between 768px - 991px
	- Between 600px - 767px
	- Between 480px - 599px
	- Between 320px - 479px

- Author:  Andrey Sokoltsov
- Profile:	http://themeforest.net/user/andreysokoltsov

-------------------------------------------------------------------*/
@media (max-width: 1599px) {
  .radsearch-facet-item .btn.m-btn {
    font-size: 10px !important;
    padding: 5px 5px 5px 20px !important; } }
/*992-1170*/
@media screen and (max-width: 1199px) {
  .m-firstSelects, .m-secondSelects {
    margin-bottom: 0; }

  .b-search__main-form p {
    margin-bottom: 15px; }

  .content-wrap > .container {
    width: auto !important; }

  .b-topBar__addr {
    margin-right: 0; }

  a.m-langLink {
    margin-left: 4px; }

  .b-topBar__nav li a {
    padding: 0 19px; }

  .b-search__main-form select + span.fa {
    right: 35px; }

  /*
   .slider{
       width:178px;
   }
   */
  .b-slider__info h3 {
    font-size: 17px;
    margin-bottom: 0; }

  .b-slider__info h2 {
    font-size: 40px; }

  .b-slider__info p {
    font-size: 20px;
    margin-bottom: 15px; }

  /*
  .b-search__main{
      margin-top: -80px;
  }
  */
  .b-search__main-form-submit a {
    display: inline-block;
    margin-bottom: 10px; }

  .b-search__main-form select {
    padding-left: 15px; }

  .b-world__item h2, .b-auto__main-item h2 {
    min-height: 44px; }

  .m-home .b-world__item h2, .b-auto__main-item h2 {
    min-height: 0; }

  .b-contact__form input[type='text'] {
    width: 270px; }

  .b-features__items li {
    margin-bottom: 10px; }

  /*
  .b-info__aside{
      margin-top: -240px;
  }
  */
  .b-info__map {
    width: auto;
    background-size: contain;
    background-position-x: center; }

  .b-infoBar__compare {
    margin-bottom: 20px; }

  .b-infoBar__select {
    float: none; }

  .b-items__cars-one-info {
    margin-left: 15px; }

  .b-items__cars-one-img {
    float: none !important;
    margin: 0 auto !important; }

  .m-listingsTwo .b-items__cars-one-info {
    margin-left: 15px;
    margin-right: 15px;
    width: auto; }

  .m-listTable .b-items__cars-one-img, .m-listTableTwo .b-items__cars-one-img {
    width: 260px; }

  .m-listTableTwo .row.m-border > div:nth-child(3n) {
    border-right: 1px solid #eee; }

  .m-listTableTwo .row.m-border > div:nth-child(2n) {
    border: none; }

  .b-detail__main-aside-about-form-links a:first-child {
    margin-bottom: 10px; }

  .b-brands__brand {
    margin-bottom: 20px; }

  .b-compare__block-inside-title {
    padding-right: 40px; }

  .b-compare__block-inside-value {
    padding-left: 40px; }

  .b-blog__aside .b-detail__main-aside-about-call > div {
    font-size: 19px; }

  .b-blog__aside .b-detail__main-aside-about-call span.fa {
    padding-top: 27px; }

  .b-blog__aside .b-items__aside-sell-img h3 {
    font-size: 19px; }

  .b-blog__aside .b-world__item-num {
    margin-left: 3px; }

  .b-blog__posts-one-body-main-img-small {
    bottom: 30px; }

  .b-article__main-related-item .b-blog__posts-one-body-head-notes-note {
    display: block;
    float: left;
    margin-bottom: 5px; }

  .b-article__main-related-item {
    height: 170px; }

  .b-error-img {
    bottom: 0; }

  .b-submit__main-contacts-price h6 {
    margin: 0 0 15px 0;
    text-align: center; } }
/*768-991*/
@media screen and (max-width: 991px) {
  .b-nav__list {
    display: none !important; }

  .b-footer__content-nav ul {
    text-align: center; }

  .b-footer__content-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    float: none !important; }

  .b-footer__content {
    float: none !important; }

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

  .b-footer__company p {
    clear: both !important;
    text-align: center; }

  .b-nav__logo {
    float: none; }

  .b-footer__company .b-nav__logo {
    float: none;
    text-align: center; }

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

  .b-topBar__addr {
    padding-left: 0; }

  .b-topBar__nav {
    border-left: 1px solid #eeeeee; }

  .b-topBar__nav ul {
    padding-left: 0;
    text-align: center; }

  .b-topBar__nav ul li {
    float: none;
    display: inline-block; }

  .b-topBar__nav li:first-child a {
    border-right: 1px solid #eeeeee; }

  .b-topBar__nav li:last-child a {
    border-right: none; }

  .b-topBar__nav li:last-child {
    border: none; }

  .b-topBar__lang {
    padding-bottom: 29px; }

  .b-nav__list ul li {
    margin-bottom: 5px; }

  .b-nav__list ul {
    margin-bottom: 0; }

  .b-nav__list ul li a {
    padding-left: 7px;
    padding-right: 7px;
    width: 100%;
    text-align: left; }

  .b-slider__info {
    top: 10%; }

  .b-search__main {
    padding-left: 30px;
    padding-right: 30px;
    height: auto !important; }

  .b-search__main-type > div {
    padding: 0 15px !important; }

  .b-search__main-type h4 {
    text-align: center;
    margin-bottom: 15px; }

  .b-search__main-form-range {
    float: left;
    margin-top: 20px;
    margin-bottom: 0;
    width: 50%; }

  .b-search__main-form-submit {
    /*  margin-top: 20px; */
    /* width: 50%; */
    float: right; }

  .b-featured {
    padding-top: 220px; }

  .b-welcome {
    background: none; }

  .b-welcome .container {
    height: auto; }

  .m-home .b-world {
    padding-top: 260px; }

  .b-world__item-val {
    min-height: 42px; }

  .m-home .b-world__item-val {
    min-height: 0; }

  .b-asks__first {
    margin-bottom: 15px; }

  .b-auto__main-toggle {
    margin-right: 14px; }

  .b-auto__main-item .b-world__item-val {
    min-height: 0; }

  .b-count {
    background: none; }

  .b-count .m-main {
    height: auto; }

  .b-contact-title {
    margin: 0; }

  .b-contact__form form > div:first-child {
    margin-bottom: 10px; }

  .b-features__items li {
    float: none;
    margin-right: 70px; }

  /*
    .b-info__aside{
        margin-top: -275px;
    }
    */
  .m-home .b-welcome__services-auto, .m-home .b-welcome__services-buying {
    margin: 0 auto;
    background-image: none;
    margin-bottom: 15px; }

  .m-home .b-welcome__services-trade, .m-home .b-welcome__services-support {
    margin: 0 auto;
    background-image: none;
    margin-top: 15px;
    float: none; }

  .m-home .b-info__aside {
    margin-bottom: 20px; }

  .m-home .b-info__contacts, .m-home .b-info__map {
    margin-left: 15px; }

  .m-listingsTwo .b-items__cars-one-info-price, .m-listingsTwo .b-items__cars-one-info-price h3 {
    text-align: center; }

  .m-listingsTwo .b-items__cars-one-info-price > div {
    float: none !important; }

  .b-items__cell-info-km {
    margin-left: 10px; }

  .m-listTableTwo .row.m-border > div {
    border: none; }

  .b-infoBar__btns > a.btn {
    margin-bottom: 10px !important; }

  .b-detail__main-info {
    margin-bottom: 30px; }

  .b-items__cell {
    height: auto; }

  .b-related .b-auto__main-item {
    margin-bottom: 40px; }

  .b-compare__block-inside-title {
    padding-right: 20px; }

  .b-compare__block-inside-value {
    padding-left: 20px; }

  .b-blog__posts {
    margin-bottom: 40px; }

  .b-blog__aside .b-detail__main-aside-about-call > div {
    font-size: 26px; }

  .m-blogTwo .b-blog__posts {
    margin-top: 40px;
    margin-bottom: 0; }

  .m-article .b-blog__aside {
    margin-top: 40px; }

  .b-contacts__address-info-main-item em {
    display: block;
    margin-top: 5px; }

  .b-submit__main-file label.btn.m-btn + label {
    margin: 10px 0 0 0;
    display: block; }

  .b-submit__main-contacts-price {
    padding-left: 9px;
    padding-right: 9px; }

  .b-submit__main-contacts-check > span {
    display: block;
    margin-bottom: 10px;
    padding: 0; }

  .b-submit__main-contacts-check.m-check label.s-submitCheckLabel {
    display: block;
    float: left; }

  .b-submit__main-contacts-check.m-check .s-submitCheck {
    display: block;
    margin: 0 0 0 30px; }

  .b-blog__aside-popular-posts-one {
    float: left;
    width: 50%; } }
/*600-767*/
@media screen and (max-width: 767px) {
  .b-nav__list {
    float: none; }

  .b-nav__list ul li {
    float: none;
    text-align: center;
    height: auto; }

  .b-nav__logo {
    float: none;
    text-align: center;
    display: inline-block; }

  .b-nav .row > div {
    width: 100%;
    text-align: center; }

  .b-nav .row > div:first-child {
    margin-bottom: 10px; }

  .h-nav {
    width: 100%;
    position: static;
    float: none; }

  .b-nav__list ul li a:hover {
    border-bottom: none; }

  .b-slider__info {
    top: 5%; }

  .b-slider__info h3 {
    font-size: 12px; }

  .b-slider__info h2 {
    font-size: 35px; }

  .b-slider__info p {
    font-size: 16px;
    margin: 0 0 10px 0; }

  .b-slider__info a {
    font-size: 12px !important; }

  .b-slider__info a span.fa {
    width: 20px !important;
    height: 20px !important;
    padding: 3px !important;
    font-size: 14px !important; }

  .b-search__main-form select {
    padding-left: 10px; }

  .b-search__main-form-range {
    overflow: hidden;
    padding-bottom: 25px;
    float: left; }

  .b-search__main-form label {
    text-align: left; }

  .b-search__main-type .row > div {
    margin-bottom: 10px; }

  .b-search__main-form-submit {
    /* clear:both; */
    /*  padding-top: 10px; */ }

  .b-featured {
    padding-top: 300px; }

  .b-welcome__text {
    margin-bottom: 30px; }

  .m-home .b-world {
    padding-top: 350px; }

  .b-world__item {
    margin-bottom: 30px;
    text-align: center; }

  .b-world__item img {
    margin: 0 auto; }

  .b-world__item-val {
    text-align: center;
    min-height: 0; }

  .b-world__item h2 {
    display: inline-block;
    min-height: 0; }

  .b-world__item p {
    text-align: center; }

  .b-world {
    background: none; }

  .b-auto__main-toggle.active {
    display: block;
    margin-bottom: 10px; }

  .b-auto__main-item img {
    margin: 0 auto; }

  .b-auto__main-item h2, .b-world__item-val {
    min-height: 0 !important; }

  .b-auto__main-item h2 {
    text-align: center; }

  .b-count__item {
    margin-bottom: 30px; }

  .b-review__main {
    margin: 0 30px; }

  .m-home .b-homeAuto__world-item-text {
    margin-top: 20px; }

  .m-home .b-homeAuto__world .b-world__item-val {
    margin-left: 0; }

  .b-infoBar__select-one {
    height: 50px;
    margin-bottom: 10px; }

  .b-items__aside {
    margin-top: 20px; }

  .m-listingsTwo .b-items__aside {
    margin-bottom: 20px;
    margin-top: 0; }

  .m-listTableTwo .b-items__aside {
    margin-top: 0;
    margin-bottom: 20px; }

  .b-detail__main-aside-about-form-links a {
    display: block;
    margin-bottom: 15px !important;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .b-detail__head-price {
    float: left;
    margin-top: 10px; }

  .m-compare .b-infoBar h5 {
    text-align: center;
    margin-bottom: 20px; }

  .m-compare .b-infoBar__btns {
    text-align: center; }

  .m-compare .b-infoBar__btns a.btn {
    float: none; }

  .b-compare__images-item {
    margin-bottom: 20px; }

  .b-compare__images-item-price {
    background-image: none !important; }

  .b-compare__images-item-price-vs {
    display: none; }

  .b-compare__block-inside .row > div {
    width: 100%; }

  .b-compare__block-inside-value {
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px; }

  .b-compare__block-inside-title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 10px; }

  .b-compare__block-inside > .row {
    margin-bottom: 20px; }

  .b-compare__block-inside-value ul {
    text-align: left;
    padding-left: 40px;
    margin-top: 20px; }

  .b-compare__links a.btn.m-btn {
    margin-bottom: 10px; }

  .b-blog__posts-one-body-head-notes-note {
    margin-right: 6px; }

  .b-blog__posts-one-body-head-notes-note span.fa {
    margin-right: 3px; }

  .b-blog__posts-one-body-main-link {
    padding-left: 29px;
    padding-right: 29px; }

  .b-blog__posts-one-body-main-img-small {
    position: static; }

  .b-blog__aside-reviews-posts-one-info .b-world__item-val {
    text-align: left; }

  .b-blog__posts-one p.m-smallMargin {
    margin-top: 20px; }

  .b-blog__posts-one-body-head-notes-note {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 15px; }

  .b-blog__posts-one-body-head {
    overflow: hidden; }

  .b-article__main-related-item {
    margin-top: 20px; }

  .b-best__info {
    margin-bottom: 40px; }

  .b-more__why {
    margin-bottom: 40px !important; }

  .b-contacts__address {
    margin-left: 10px; }

  .b-map > ymaps {
    height: 300px !important; }

  .b-submit__main {
    margin-left: 15px; }

  .b-submit__main-contacts-price-plan span {
    display: block;
    margin-bottom: 5px; }

  .b-submit__main-plan-money {
    display: block;
    margin: 0; }

  a.btn.m-btn.m-pay {
    margin-top: 10px; } }
/*480-599*/
@media screen and (max-width: 599px) {
  .b-topBar .row > div {
    width: 100%; }

  /*
  .b-topBar .row > div:nth-child(3){
      width: 72%;
      float:right
  }
  */
  .b-topBar .row > div:nth-child(4) {
    width: 28%; }

  .b-topBar__nav li a {
    padding: 0 10px; }

  .b-topBar__lang .dropdown > a:first-of-type {
    display: none; }

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

  .b-topBar__addr, .b-topBar__nav, .b-topBar__tel, .b-topBar__lang {
    border: none; }

  .b-slider__info h2 {
    line-height: 1.3; }

  .b-search__main-type .row > div {
    width: 100%; }

  .b-search__main-type .row > div svg {
    margin: 0 40px; }

  .m-firstSelects > div, .m-secondSelects > div {
    width: 100%;
    margin-bottom: 15px; }

  .slider {
    float: none;
    margin: 0 auto; }

  .b-search {
    height: auto; }

  .b-search__main {
    margin-top: 0 !important; }

  .b-search__main-form-range {
    float: none;
    width: 100%; }

  .b-search__main-form label {
    float: none;
    text-align: center;
    margin: 0 0 10px 0; }

  .m-home .b-world {
    padding-top: 50px; }

  .b-featured {
    padding-top: 135px; }

  .b-auto > .container > .row > div {
    width: 100%; }

  .b-auto__main-nav {
    margin: 0;
    text-align: center; }

  .b-auto__main-nav .owl-buttons {
    margin-bottom: 30px; }

  .b-auto__main-item {
    width: 300px;
    margin-left: auto;
    margin-right: auto; }

  .b-contact .row > div {
    width: 100%; }

  .b-contact-title {
    margin-bottom: 20px; }

  .b-contact__form p {
    text-align: center; }

  .b-contact__form form {
    padding-left: 30px; }

  .b-info__aside {
    margin-top: 0;
    margin-bottom: 40px; }

  .b-features .row > div {
    width: 100%;
    margin: 0; }

  .b-features__items li {
    float: left;
    border-right: none;
    padding-right: 0;
    border-left: 3px solid #fff;
    padding-left: 15px;
    clear: both; }

  .b-info .row > div {
    width: 100%; }

  .b-footer .row > div {
    width: 100%; }

  .b-footer__content-social {
    text-align: left;
    margin-top: 20px; }

  .b-footer__content {
    float: none; }

  .b-footer__content-nav {
    float: left; }

  .b-footer__content-nav ul {
    padding-left: 0; }

  .b-footer__content-nav ul li:first-child {
    margin-left: 0; }

  .b-slider__info {
    top: 0; }

  .m-home .b-homeAuto > .container > .row > div {
    width: 100%; }

  .m-detail > .b-infoBar > .container > .row > div {
    width: 50%; }

  .b-detail__main-info-characteristics-one {
    width: 25%; }

  .b-detail__main-info-characteristics {
    border-bottom: none; }

  .b-detail__main-info-extra .row > div {
    width: 100%; }

  .b-related .row > div {
    width: 100%; }

  .b-infoBar__btns a.btn {
    clear: both; }

  .b-blog__posts-one-body-head-notes-note span.fa {
    margin-right: 7px; }

  .b-blog__posts-one-body-head-notes {
    overflow: hidden; }

  .b-blog__aside-popular-posts-one {
    float: none;
    width: auto; }

  .b-pageHeader h1 {
    float: none;
    text-align: center;
    margin-bottom: 10px; }

  .b-pageHeader__search {
    float: none;
    display: inline-block; }

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

  .b-blog__posts-one-body-main-link a span.fa {
    font-size: 17px;
    margin-right: 8px; }

  .b-blog__posts-one-body-main-link a {
    font-size: 15px; }

  .b-blog__posts-one-body-main-link {
    padding-left: 15px;
    padding-right: 15px; }

  .m-blogTwo .b-blog__posts-one > .row > div {
    width: 100%; }

  .m-blogTwo .b-blog__posts-one > .row > div img {
    margin-top: 20px; }

  .b-article__main-author .row > div:first-child {
    width: 25%; }

  .b-article__main-author .row > div:last-child {
    width: 75%; }

  .b-article__main-author h3 {
    float: none; }

  .b-article__main-author-social {
    float: none;
    margin-left: 0;
    margin-top: 10px; }

  .b-contacts > .container > .row > div {
    width: 100%; }

  .b-contacts__form {
    margin-bottom: 40px; }

  .b-contacts__address {
    margin-left: 0; }

  .b-submit > .container > .row > div {
    width: 100%; }

  .b-submit__aside {
    margin-bottom: 40px; }

  .b-submit__aside-step-inner-info-triangle {
    display: none; }

  .b-infoBar > .container > .row > div {
    width: 100%;
    padding: 0 40px 0 15px;
    box-sizing: border-box;
    margin: 0; }

  .m-detail .b-infoBar > .container > .row > div {
    padding: 0 15px; }

  .b-submit__main {
    margin-left: 0; } }
/*320-479*/
@media screen and (max-width: 479px) {
  .b-slider__info h2 {
    font-size: 20px; }

  .b-slider__info h3 {
    font-size: 8px; }

  .b-slider__info a span.fa {
    width: 15px !important;
    height: 15px !important;
    padding: 2px !important;
    font-size: 11px !important; }

  .b-slider__info a {
    padding: 3px 3px 3px 15px !important;
    font-size: 11px !important; }

  .b-world__item h2 {
    display: block; }

  .b-world__item-val-title {
    display: block;
    margin-bottom: 5px;
    text-align: left; }

  .b-asks__first-circle {
    float: none;
    margin: 0; }

  .b-asks__first-info {
    margin-left: 0;
    margin-top: 15px; }

  .b-count .container .row .row > div {
    width: 100%; }

  .b-count__item {
    margin-bottom: 40px; }

  .b-contact__form input[type='text'] {
    width: auto; }

  .b-review__main-person {
    float: none;
    margin: 0 auto; }

  .b-review__main h5 {
    margin: 10px 0 0 0; }

  .b-review__main p {
    margin-left: 0; }

  .b-review .owl-controls {
    margin-left: 0 !important; }

  .b-review__main .owl-buttons {
    margin-left: 0; }

  .b-auto__main-item {
    width: auto; }

  .m-home .b-review__main-person {
    float: left;
    margin-bottom: 15px; }

  .m-home .b-homeReviews__main-person {
    padding-left: 0; }

  .m-home .b-homeReviews__main-body {
    height: auto; }

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

  .b-infoBar__compare-item:last-child {
    margin-left: 0;
    margin-top: 10px;
    display: block; }

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

  .b-infoBar__select-one {
    float: none;
    display: inline-block;
    margin-right: 0; }

  .b-items__cars-one-info {
    margin-left: 10px;
    margin-right: 10px; }

  .b-items__cars-one-info-header h2 {
    float: none;
    text-align: left; }

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

  .b-pageHeader h1 {
    float: none;
    text-align: center;
    margin-bottom: 10px; }

  .b-pageHeader__search {
    float: none;
    display: inline-block; }

  .b-items__cars-one-info-header span {
    margin-top: 10px; }

  .b-items__cars-one-info-details .b-featured__item-links {
    float: none;
    margin-bottom: 10px; }

  .m-listingsTwo .b-items__cars-one-info-header h2 {
    margin-bottom: 10px; }

  .m-listingsTwo .b-items__cars-one-img-check {
    display: block; }

  .m-listingsTwo .b-items__cars-one-info-header span {
    margin-top: 0; }

  .m-listingsTwo .m-width > div {
    width: 100%; }

  .m-listingsTwo .m-width > div:first-child {
    margin-bottom: 20px; }

  .m-listingsTwo .m-width .row > div {
    width: 50%; }

  /*.b-detail__main-info-images .row > div{
      width: 100%;
  }*/
  .b-detail__main-info-images-small {
    text-align: center; }

  .b-detail__main-info-images-small-one {
    display: inline-block; }

  .b-detail__main-info-images-small img {
    margin: 0 auto; }

  .b-detail__main-info-characteristics-one {
    width: 100%; }

  .b-brands__brand {
    display: block;
    text-align: center; }

  .b-compare__block-title {
    min-height: 46px;
    height: auto; }

  .m-compare .b-infoBar h5 span {
    display: block;
    margin-top: 5px; }

  .b-blog__posts-one > .row > div {
    width: 100%; }

  .b-blog__posts-one-body {
    margin-left: 0; }

  .b-blog__posts-one-author {
    margin: 0 auto 20px auto; }

  .b-blog__posts-one-body-main-link a {
    font-size: 12px; }

  .m-blogTwo .b-blog__posts-one-social {
    float: none !important;
    text-align: left; }

  .b-article__main-author .row > div {
    width: 100% !important; }

  .b-article__main-author .b-blog__posts-one-author-img {
    float: left !important; }

  .b-article__main-comments-one-text-head-answer {
    float: none !important; }

  .b-article__main-comments-one-text-head-date {
    float: none !important; }

  .b-article__main-comments-one-person {
    float: none !important; }

  .b-article__main-comments-one-text {
    margin-left: 0; }

  .b-article__main-comments-one.m-second {
    margin-left: 20px; }

  .b-article__main-add .row > div {
    width: 100%; } }
.red-heighlight {
  color: #D60808; }

.feature-title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: left; }

.vin-search-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  /*background: transparent;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer; }

.vin-search-select:focus {
  outline: none; }

.vin-search-ui:focus {
  outline: none; }

.vin-search-ui {
  /*
	border: 1px solid #eeeeee !important; 
    border-radius: 20px !important;
  	font-size : 18px !important;
    padding-left: 15px !important;
    width:100%;
  */
  width: 100%;
  padding: 10px 20px 10px 25px !important;
  border: 1px solid #eeeeee !important;
  border-radius: 30px !important;
  font: 400 13px 'Open Sans',sans-serif !important;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  cursor: pointer;
  margin-bottom: 10px; }

.vin-search-button {
  display: inline-block;
  padding: 5px 5px 5px 25px;
  border-radius: 30px; }

.vin-search-button:focus {
  outline: none !important; }

/*button in vin search*/
.small-orange-btn {
  background-color: #D60808;
  border: 1px solid #D60808;
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px; }

.small-orange-btn:hover {
  background-color: #aaaaa8;
  border: 1px solid #aaaaa8; }

.small-orange-btn {
  font-size: 12px;
  padding: 5px;
  min-width: 110px;
  margin: 5px; }

.small-orange-btn:focus {
  outline: none; }

.more-btn {
  background-color: #040404;
  border: 1px solid #040404;
  display: inline-block;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px; }

.more-btn:hover {
  background-color: #aaaaa8;
  border: 1px solid #aaaaa8; }

.more-btn {
  font-size: 12px;
  padding: 5px;
  min-width: 110px;
  margin: 5px; }

.more-btn:focus {
  outline: none; }

.search-clear-btn {
  background-color: #D60808; }

select#state {
  color: #555; }

li.active > span.font-size-11.pl-15 {
  color: #ffffff; }

li > span.font-size-11.pl-15 {
  color: #c4c4c4; }

.pay-invoices-section {
  padding: 25px 15px; }
  @media (min-width: 768px) {
    .pay-invoices-section {
      padding: 35px 35px; } }
  @media (min-width: 1920px) {
    .pay-invoices-section {
      padding: 30px 70px 20px; } }

.main-container .title-section {
  height: 40px; }
.main-container .tab-content .pay-invoices-btn.mt-30 {
  margin-top: 28px; }
  @media (min-width: 768px) {
    .main-container .tab-content .pay-invoices-btn.mt-30 {
      margin-top: 30px; } }
.main-container .card-section-tabs.mt-90 {
  margin-top: 44px; }
  @media (min-width: 768px) {
    .main-container .card-section-tabs.mt-90 {
      margin-top: 55px; } }
  @media (min-width: 1920px) {
    .main-container .card-section-tabs.mt-90 {
      margin-top: 90px; } }
.main-container .card-section-tabs.mb-80 {
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .main-container .card-section-tabs.mb-80 {
      margin-bottom: 50.5px; } }
  @media (min-width: 1920px) {
    .main-container .card-section-tabs.mb-80 {
      margin-bottom: 78.4px; } }

@media (min-width: 768px) {
  .side-container {
    float: right; } }

.invoice-balance-section {
  overflow: auto; }

#pay-invoices-collapse {
  overflow: auto; }
  @media (min-width: 767px) {
    #pay-invoices-collapse {
      display: block; } }

.card-section-tabs {
  margin: 0px auto; }

.new-card-details {
  overflow: auto;
  padding: 26px 30px 14px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .new-card-details {
      padding: 30px 30px 24px; } }
  @media (max-width: 767px) {
    .new-card-details label {
      margin-bottom: 0px;
      font-size: 12px; } }

.card-section-tabs-item {
  padding: 4px 10px;
  cursor: pointer;
  color: #000; }
  @media (min-width: 768px) {
    .card-section-tabs-item {
      padding: 4px 16px; } }
  @media (min-width: 1920px) {
    .card-section-tabs-item {
      padding: 8px 24px; } }

.card-section-tabs-item:hover, .card-section-tabs-item:focus {
  text-decoration: none;
  color: #000; }

.card-section-tabs-item.active {
  font-weight: 500;
  background-color: #EEEEEE; }

.pay-invoices-btn {
  padding: 10px 28px;
  border-radius: 30px;
  margin: 0 auto;
  min-width: 120px; }

.invoice-balance-box {
  overflow: auto; }
  .invoice-balance-box .invoice-amount {
    margin-left: auto; }

.invoice-balance-box, .epd-discount-box {
  padding: 5px 10px;
  border: 1px solid #ececec; }

.invoice-balance-box-header {
  padding: 5px 10px; }

.invoice-balance-box-row {
  display: flex; }

.pay-invoices-sidebar {
  background-color: white;
  border: 1px solid #ececec; }
  @media (min-width: 768px) {
    .pay-invoices-sidebar {
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); } }
  .pay-invoices-sidebar .chevron_down, .pay-invoices-sidebar .chevron_up {
    margin-top: 10px;
    margin-left: 12px;
    display: none; }
  @media (max-width: 767px) {
    .pay-invoices-sidebar a.chevron_down[aria-expanded="true"] {
      display: none; }
    .pay-invoices-sidebar a.chevron_down[aria-expanded="false"] {
      display: block; }
    .pay-invoices-sidebar a.chevron_up[aria-expanded="false"] {
      display: none; }
    .pay-invoices-sidebar a.chevron_up[aria-expanded="true"] {
      display: block; } }

.to-pay-section {
  padding: 6px 15px 0px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .to-pay-section {
      padding: 30px 30px 38px;
      border-bottom: 1px solid #ececec; } }
  @media (min-width: 1920px) {
    .to-pay-section {
      padding: 43px 44px 58px;
      line-height: 32px; } }

.selected-invoices {
  padding: 0px 15px 4px; }
  @media (min-width: 768px) {
    .selected-invoices {
      padding: 40px 30px; } }
  @media (min-width: 1920px) {
    .selected-invoices {
      padding: 60px 44px 30px; } }
  @media (max-width: 767px) {
    .selected-invoices .invoice-section-balance {
      padding-bottom: 8px; } }

.return-to-invoices-section {
  padding: 24px 30px;
  border-top: 1px solid #ececec; }
  @media (min-width: 1920px) {
    .return-to-invoices-section .light-white-circle {
      line-height: 48px; } }
  @media (min-width: 1920px) {
    .return-to-invoices-section .light-white-circle i {
      font-size: 18px; } }

.return-to-invoices {
  top: 28px;
  left: 91px; }

.return-icon {
  margin-top: 3px; }

.invoice-count-section {
  line-height: 24px; }
  @media (min-width: 1920px) {
    .invoice-count-section {
      line-height: 32px; } }

.custom-carousel .carousel-control .fa-chevron-right, .custom-carousel .carousel-control .fa-chevron-left {
  background-image: none;
  color: black;
  height: 20px;
  width: 20px;
  font-size: 16px; }

.custom-carousel .carousel-control .fa-chevron-right {
  margin: -8px -11px 0px 0px; }

.custom-carousel .carousel-control .fa-chevron-left {
  margin: -8px 0px 0px -11px; }

.custom-carousel .carousel-control.right {
  background-image: none;
  opacity: 1;
  text-shadow: none;
  right: -70px;
  top: 45%; }
  @media (max-width: 992px) {
    .custom-carousel .carousel-control.right {
      right: -44px; } }

.custom-carousel .carousel-control.left {
  background-image: none;
  opacity: 1;
  text-shadow: none;
  left: -70px;
  top: 45%; }
  @media (max-width: 992px) {
    .custom-carousel .carousel-control.left {
      left: -44px; } }

.card-section-col {
  box-shadow: 0px 0px 10px 1.4px #e12f70;
  background: #606060;
  background: linear-gradient(140deg, #606060 0%, #5a5a5a 22%, #464646 39%, #464646 47%, #1a1a1a 100%); }

.card-details {
  padding: 15px 20px 25px;
  color: white; }
  @media (min-width: 768px) {
    .card-details {
      padding: 30px; } }
  @media (min-width: 1920px) {
    .card-details {
      padding: 30px 40px 50px; } }
  .card-details .mt-47 {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .card-details .mt-47 {
        margin-top: 30px; } }
    @media (min-width: 1920px) {
      .card-details .mt-47 {
        margin-top: 47px; } }
  .card-details .mt-32 {
    margin-top: 10px; }
    @media (min-width: 768px) {
      .card-details .mt-32 {
        margin-top: 21px; } }
    @media (min-width: 1920px) {
      .card-details .mt-32 {
        margin-top: 32px; } }

.card-menu {
  font-size: 18px; }

.card-section {
  width: 254px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .card-section {
      width: 282px;
      height: 342px; } }
  @media (min-width: 993px) {
    .card-section {
      width: 352px;
      height: 342px; } }
  @media (min-width: 1920px) {
    .card-section {
      width: 546px;
      height: 480px; } }
  .card-section .f-23 {
    font-size: 15px; }
    @media (min-width: 768px) {
      .card-section .f-23 {
        font-size: 15px; } }
    @media (min-width: 1920px) {
      .card-section .f-23 {
        font-size: 23px; } }
  .card-section .f-18 {
    font-size: 12px; }
    @media (min-width: 768px) {
      .card-section .f-18 {
        font-size: 12px; } }
    @media (min-width: 1920px) {
      .card-section .f-18 {
        font-size: 18px; } }

.new-card-section {
  width: auto;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .new-card-section {
      width: 400px; } }
  @media (min-width: 1920px) {
    .new-card-section {
      width: 450px; } }

.remove-card {
  font-size: 12px;
  font-weight: 500; }

.card-img {
  width: 42px;
  height: 26px; }

.payment-section {
  padding: 24px 15px; }
  @media (min-width: 768px) {
    .payment-section {
      padding: 34.5px 35px 37px; } }
  @media (min-width: 1920px) {
    .payment-section {
      padding: 50px 100px; } }
  .payment-section .side-container {
    background-color: white;
    border: 1px solid #ececec; }
    @media (min-width: 768px) {
      .payment-section .side-container {
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); } }
    .payment-section .side-container .sidebar-section {
      padding: 7px 18px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .payment-section .side-container .sidebar-section {
          padding: 30px; } }
      @media (min-width: 1920px) {
        .payment-section .side-container .sidebar-section {
          padding: 42px; } }
  .payment-section .main-container.mt-45 {
    margin-top: 30.5px; }
    @media (min-width: 768px) {
      .payment-section .main-container.mt-45 {
        margin-top: 16.5px; } }
    @media (min-width: 1920px) {
      .payment-section .main-container.mt-45 {
        margin-top: 45px; } }
  .payment-section .main-container .mt-60 {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .payment-section .main-container .mt-60 {
        margin-top: 60px; } }
    .payment-section .main-container .mt-60.mb-50 {
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .payment-section .main-container .mt-60.mb-50 {
          margin-bottom: 50px; } }
  .payment-section .main-container .text-center .title-icon {
    font-size: 36px; }
    @media (min-width: 768px) {
      .payment-section .main-container .text-center .title-icon {
        font-size: 42px; } }
    @media (min-width: 1920px) {
      .payment-section .main-container .text-center .title-icon {
        font-size: 67px; } }
  .payment-section .main-container .text-center .f-23 {
    font-size: 15px; }
    @media (min-width: 768px) {
      .payment-section .main-container .text-center .f-23 {
        font-size: 15px; } }
    @media (min-width: 1920px) {
      .payment-section .main-container .text-center .f-23 {
        font-size: 23px; } }

.order-details-box {
  padding: 20px 30px;
  background-color: white;
  border: 1px solid #ececec;
  width: auto;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .order-details-box {
      width: 350px;
      padding: 20px 35px 30px; } }
  @media (min-width: 1920px) {
    .order-details-box {
      padding: 30px 60px 42px 50px;
      width: 556px; } }
  .order-details-box .mb-68 {
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .order-details-box .mb-68 {
        margin-bottom: 38px; } }
    @media (min-width: 1920px) {
      .order-details-box .mb-68 {
        margin-bottom: 68px; } }

.invoice-row {
  padding: 10px 0px 13px;
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 768px) {
    .invoice-row {
      padding: 10px 0px 15px; } }
  @media (min-width: 1920px) {
    .invoice-row {
      padding: 10px 0px 20px; } }

.gst-row {
  padding: 15px 0px;
  border-bottom: 1px solid #cccccc; }

.total-amount-row {
  padding-top: 18px;
  align-items: center; }
  @media (min-width: 768px) {
    .total-amount-row {
      padding-top: 20px; } }
  @media (min-width: 1920px) {
    .total-amount-row {
      padding-top: 32px; } }

.total-amount, .gst-amount {
  font-weight: 500; }

.payment-declined, .unpaid {
  color: #ba255c; }

.content-wrap {
  color: #000000;
  background-color: #F8F8FA; }

.invoice-details-view {
  padding: 25px 15px;
  background-color: #F8F8FA;
  height: calc(100vh - 61px);
  position: relative;
  overflow: auto; }
  @media (min-width: 768px) {
    .invoice-details-view {
      padding: 30px 35px; } }
  @media (min-width: 1920px) {
    .invoice-details-view {
      padding: 30px 70px 20px; } }
  .invoice-details-view .title-section.mb-90 {
    margin-bottom: 31px; }
    @media (min-width: 768px) {
      .invoice-details-view .title-section.mb-90 {
        margin-bottom: 46px; } }
    @media (min-width: 1920px) {
      .invoice-details-view .title-section.mb-90 {
        margin-bottom: 90px; } }
  .invoice-details-view .title-section .mr-100 {
    margin-right: 34px; }
    @media (min-width: 768px) {
      .invoice-details-view .title-section .mr-100 {
        margin-right: 46px; } }
    @media (min-width: 1920px) {
      .invoice-details-view .title-section .mr-100 {
        margin-right: 90px; } }
  .invoice-details-view .title-section .ml-23 {
    margin-left: 13px; }
    @media (min-width: 768px) {
      .invoice-details-view .title-section .ml-23 {
        margin-left: 14px; } }
    @media (min-width: 1920px) {
      .invoice-details-view .title-section .ml-23 {
        margin-left: 23px; } }
  @media (max-width: 767px) {
    .invoice-details-view .invoice-details {
      padding: 10px 5px 15px; } }
  .invoice-details-view .invoice-details .hidden-from-tab {
    display: block;
    overflow: auto;
    clear: both;
    padding-top: 24px; }
    @media (min-width: 768px) {
      .invoice-details-view .invoice-details .hidden-from-tab {
        display: none; } }
  @media (min-width: 992px) {
    .invoice-details-view .invoice-details .text-right-sm {
      text-align: right; } }
  .invoice-details-view .invoice-details .invoice-details-collapse {
    clear: both;
    overflow: auto; }
  .invoice-details-view .invoice-details .chevron_down, .invoice-details-view .invoice-details .chevron_up {
    margin-top: 2px;
    margin-left: 12px;
    display: none;
    top: 20px; }
  @media (max-width: 767px) {
    .invoice-details-view .invoice-details a.chevron_down[aria-expanded="true"] {
      display: none; }
    .invoice-details-view .invoice-details a.chevron_down[aria-expanded="false"] {
      display: inline-block; }
    .invoice-details-view .invoice-details a.chevron_up[aria-expanded="false"] {
      display: none; }
    .invoice-details-view .invoice-details a.chevron_up[aria-expanded="true"] {
      display: inline-block; } }

.invoice-details, .sales-orders-details {
  padding: 15px 15px 25px;
  background-color: white;
  border: 1px solid #f5f5f5; }

.sales-orders-details {
  padding: 10px 12px 15px 5px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .sales-orders-details {
      padding: 15px 25px; } }

@media (max-width: 767px) {
  #sales-orders-collapse {
    display: block; } }

.invoice-details-pay {
  margin-top: 20px;
  padding: 6px 16px; }

.invoice-view-footer {
  padding: 12px 15px;
  border-top: 1px solid #ececec;
  background-color: white;
  position: fixed;
  bottom: 0px;
  width: 100%; }
  @media (min-width: 768px) {
    .invoice-view-footer {
      padding: 10px 70px 10px 35px; } }
  @media (min-width: 1920px) {
    .invoice-view-footer {
      padding: 15px 70px; } }
  .invoice-view-footer .return-to-invoices.ml-20 {
    margin-left: 24px; }
    @media (min-width: 1920px) {
      .invoice-view-footer .return-to-invoices.ml-20 {
        margin-left: 32px; } }
  .invoice-view-footer .ml-20 {
    margin-left: 20px; }
    @media (min-width: 1920px) {
      .invoice-view-footer .ml-20 {
        margin-left: 28px; } }

.orders-collapse {
  margin-top: 22px;
  border-top: 1px solid #ccc; }

.collapse-minus {
  display: none !important; }

.collapse-minus.visible {
  display: block !important; }

.collapse-plus.hidden {
  display: none !important; }

.table.sales-orders-table {
  border-collapse: separate;
  border-spacing: 0 4px; }

.sales-orders-section > div:last-child {
  margin-bottom: 70px; }

@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Light.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Light.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Light.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-LightItalic.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-LightItalic.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-LightItalic.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Regular.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Regular.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Regular.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-RegularItalic.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-RegularItalic.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-RegularItalic.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Medium.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Medium.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Medium.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-MediumItalic.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-MediumItalic.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-MediumItalic.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Semibold.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-Semibold.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Semibold.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Omnes';
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-SemiboldItalic.eot");
  src: url("/ts1771215333/attachments/StyleSheet/113/Omnes-SemiboldItalic.eot?%23iefix") format("embedded-opentype"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-SemiboldItalic.woff2") format("woff2"), url("/ts1771215333/attachments/StyleSheet/113/Omnes-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500; }

h5, .h5 {
  font-size: 14px; }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 16px; } }

h3, .h3 {
  font-size: 14px; }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 18px; } }

.search-results {
  min-height: calc(100vh - 60px);
  background-color: white;
  padding: 0px 35px 30px; }
  @media (max-width: 767px) {
    .search-results {
      padding: 0px 15px 20px;
      min-height: calc(100vh - 50px); } }
  @media (min-width: 1920px) {
    .search-results {
      padding: 0px 208px 30px; } }
  .search-results .search-title-section {
    padding: 35px 0px;
    border-bottom: 1px solid #ececec; }
    @media (max-width: 767px) {
      .search-results .search-title-section {
        padding: 30px 0px 10px; } }
    .search-results .search-title-section .ml-28 {
      margin-left: 14px; }
      @media (min-width: 767px) {
        .search-results .search-title-section .ml-28 {
          margin-left: 28px; } }
    @media (max-width: 767px) {
      .search-results .search-title-section .ml-20 {
        margin-left: 0px; } }
    .search-results .search-title-section .ml-20.mt-30 {
      margin-top: 0px; }
      @media (max-width: 767px) {
        .search-results .search-title-section .ml-20.mt-30 {
          margin-top: 30px; } }
    @media (max-width: 767px) {
      .search-results .search-title-section.d-flex {
        display: block; } }
  .search-results .search-item {
    background-color: #f4f4f4;
    padding: 2px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #ececec; }
  @media (max-width: 767px) {
    .search-results .mt-25 {
      margin-top: 32px; } }
  .search-results .search-results-section {
    background-color: #F8F8F9;
    padding: 24px 32px;
    border-radius: 15px; }
    @media (max-width: 767px) {
      .search-results .search-results-section {
        padding: 15px; } }
    .search-results .search-results-section .search-results-table-section {
      overflow: auto; }
    @media (max-width: 767px) {
      .search-results .search-results-section .search-table > tbody > tr > td:first-child, .search-results .search-results-section .search-table > thead:first-child > tr:first-child > th {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      .search-results .search-results-section .search-table > tbody > tr > td {
        padding: 7px 8px; } }

.login-header .header-icon {
  color: #aaaaaa; }
.login-header .header-section .primary-menu .menu-links a {
  color: #aaa !important;
  font-weight: 500; }
.login-header .circle-icon {
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 32px;
  line-height: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .login-header .circle-icon {
      width: 30px;
      height: 30px;
      line-height: 34px; } }
  @media (min-width: 1920px) {
    .login-header .circle-icon {
      width: 40px;
      height: 40px;
      line-height: 44px; } }
  .login-header .circle-icon img {
    border-radius: 100%; }
  .login-header .circle-icon i {
    color: #bbb;
    line-height: 28px;
    font-size: 14px; }
    @media (min-width: 1200px) {
      .login-header .circle-icon i {
        line-height: 34px;
        font-size: 18px; } }
.login-header .loginUser-widget {
  position: absolute;
  top: 50px;
  width: 100%;
  right: 0px;
  line-height: normal; }
  @media (min-width: 768px) {
    .login-header .loginUser-widget {
      max-width: 500px;
      top: 60px; } }
  @media (min-width: 1200px) {
    .login-header .loginUser-widget {
      max-width: 600px; } }
.login-header .user-icon .current-user-details {
  display: none;
  line-height: 1;
  color: #404040; }
  @media (min-width: 1200px) {
    .login-header .user-icon .current-user-details {
      display: block; } }
  .login-header .user-icon .current-user-details h5 {
    line-height: 1.8; }
  .login-header .user-icon .current-user-details .active img {
    border: 1px solid transparent; }
  .login-header .user-icon .current-user-details a {
    color: #404040;
    text-decoration: none; }
@media (max-width: 767px) {
  .login-header .search-dropdown {
    width: 155px !important;
    position: absolute;
    top: -72px;
    left: 70px; } }
@media (max-width: 767px) {
  .login-header .search-dropdown .btn-default {
    padding: 3px 14px; } }
@media (max-width: 767px) {
  .login-header .search-close {
    position: absolute;
    right: 25px;
    top: -40px;
    background-color: white;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); } }
.login-header .page-search-form {
  position: absolute;
  left: 0px;
  width: 100% !important;
  top: 60px;
  z-index: 10;
  background: white;
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .login-header .page-search-form {
      top: 50px; } }
  .login-header .page-search-form form {
    padding: 20px 40px 95px 55px; }
    @media (max-width: 767px) {
      .login-header .page-search-form form {
        padding: 30px 25px; } }
    @media (min-width: 1920px) {
      .login-header .page-search-form form {
        padding: 25px 35px 125px 70px; } }
  @media (max-width: 767px) {
    .login-header .page-search-form .mb-20 {
      margin-bottom: 0px; } }
  .login-header .page-search-form .search-section .search-more .f-21 {
    font-size: 17px; }
    @media (min-width: 1920px) {
      .login-header .page-search-form .search-section .search-more .f-21 {
        font-size: 21px; } }
  @media (max-width: 767px) {
    .login-header .page-search-form .search-section .panel-body .search-input {
      margin-left: 0px;
      font-size: 16px !important;
      padding: 0px 10px !important;
      height: 30px; } }
  @media (max-width: 767px) {
    .login-header .page-search-form .search-section .panel-body .search-btn {
      padding: 2px 14px !important;
      right: 0px; } }
  @media (max-width: 767px) {
    .login-header .page-search-form .search-section .mt-40 {
      margin-top: 0px; } }

.invoice-new-account-checkbox input[type="checkbox"]:checked:before {
  left: 22px; }

.login-page .mt-70 {
  margin-top: 70px; }
.login-page .form-horizontal .label-style {
  text-align: left;
  font-size: 18px;
  font-weight: bold; }
.login-page .btn-blue {
  background-color: #3B5998;
  color: white; }
.login-page .form-input-style {
  outline: none !important;
  box-shadow: none !important;
  padding: 26px 20px !important;
  border-radius: 10px !important;
  border: 1px solid #f1f1f1 !important; }
  @media (min-width: 1600px) {
    .login-page .form-input-style {
      font-size: 20px; } }
.login-page .radius-25 {
  border-radius: 25px; }
.login-page .f-20 {
  font-size: 20px; }
.login-page .f-30 {
  font-size: 30px; }
.login-page .f-16 {
  font-size: 16px; }
.login-page .underline {
  text-decoration: underline; }
.login-page .facebook-btn {
  text-align: left;
  padding: 12px 30px 8px 30px !important;
  font-size: 18px; }
.login-page .facebook-btn i {
  float: right;
  font-size: 25px;
  margin-top: 4px; }
.login-page .pl-5 {
  padding-left: 5px; }
.login-page .facebook-btn:hover, .login-page .facebook-btn:focus {
  color: white;
  opacity: 0.8; }
.login-page .text-justify {
  text-align: justify; }
.login-page .create-account a, .login-page .forgot-password a {
  color: #404040; }
  .login-page .create-account a:hover, .login-page .create-account a:focus, .login-page .create-account a:active, .login-page .forgot-password a:hover, .login-page .forgot-password a:focus, .login-page .forgot-password a:active {
    color: #404040;
    text-decoration: underline; }
@media (max-width: 767px) {
  .login-page .sign-in .sign-in-icon {
    top: 30px; } }
@media (max-width: 767px) {
  .login-page .f-20 {
    font-size: 14px; }
  .login-page .f-30 {
    font-size: 24px; }
  .login-page .facebook-btn {
    font-size: 16px; }
  .login-page .facebook-btn i {
    font-size: 20px;
    margin-top: 3px; }
  .login-page .sign-in .sign-in-icon {
    top: 14px;
    left: 24px; }
  .login-page .sign-in .sign-in-icon i {
    top: 9px;
    font-size: 23px;
    left: 9px; } }
.login-page .container {
  min-height: calc(100vh - 70px);
  max-width: 346px;
  padding: 0px;
  background-color: #F8F8FA; }
  @media (min-width: 767px) {
    .login-page .container {
      max-width: 398px; } }
  @media (min-width: 1600px) {
    .login-page .container {
      max-width: 488px; } }
  @media (max-width: 767px) {
    .login-page .container .panel-body {
      left: 27px; } }
  @media (min-width: 768px) {
    .login-page .container .panel-body {
      padding: 20px; } }
  @media (min-width: 1600px) {
    .login-page .container .panel-body {
      left: 27px;
      padding: 15px; } }
  .login-page .container .panel-body h2 {
    font-size: 30px;
    margin: 8px 0px; }
    @media (min-width: 768px) {
      .login-page .container .panel-body h2 {
        margin: 10px 0px 8px 0px; } }
    @media (min-width: 1600px) {
      .login-page .container .panel-body h2 {
        font-size: 36px;
        margin: 10px 0px 0px 14px; } }
  .login-page .container .sign-in {
    border-radius: 25px; }
    @media (min-width: 767px) {
      .login-page .container .sign-in {
        background-color: #F4F4F4; } }
    @media (min-width: 1600px) {
      .login-page .container .sign-in {
        background-color: unset; } }
    @media (max-width: 767px) {
      .login-page .container .sign-in {
        overflow-x: hidden; } }
    .login-page .container .sign-in.mt-70 {
      margin-top: 38px; }
      @media (min-width: 768px) {
        .login-page .container .sign-in.mt-70 {
          margin-top: 70px; } }
    .login-page .container .sign-in.mb-30 {
      margin-bottom: 22px; }
      @media (min-width: 768px) {
        .login-page .container .sign-in.mb-30 {
          margin-bottom: 30px; } }
      @media (min-width: 1600px) {
        .login-page .container .sign-in.mb-30 {
          margin-bottom: 38px; } }
    .login-page .container .sign-in .sign-in-icon {
      top: 20px;
      width: 50px;
      height: 50px;
      left: 31px;
      background-color: #E5E5E5; }
      @media (max-width: 767px) {
        .login-page .container .sign-in .sign-in-icon {
          top: 12px;
          width: 50px;
          height: 50px;
          left: 70px; } }
      @media (min-width: 1600px) {
        .login-page .container .sign-in .sign-in-icon {
          top: 12px;
          width: 62px;
          height: 62px;
          left: 122px; } }
      .login-page .container .sign-in .sign-in-icon i {
        top: 8px;
        position: absolute;
        font-size: 26px;
        left: 8px; }
      .login-page .container .sign-in .sign-in-icon img {
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle;
        height: 22px;
        width: 20px;
        margin: 13px 5px 4px 0px; }
        @media (min-width: 767px) {
          .login-page .container .sign-in .sign-in-icon img {
            height: 20px;
            width: 19px;
            margin: 13px 4px 4px 0px; } }
        @media (min-width: 1600px) {
          .login-page .container .sign-in .sign-in-icon img {
            height: 25px;
            width: 23px;
            margin: 16px 5px 4px 0px; } }
  .login-page .container .panel {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #ececec; }
    .login-page .container .panel .p-30 {
      padding: 28px 12px 16px; }
      @media (min-width: 768px) {
        .login-page .container .panel .p-30 {
          padding: 28px 25px; } }
      @media (min-width: 1600px) {
        .login-page .container .panel .p-30 {
          padding: 34px 30px; } }
  @media (max-width: 767px) {
    .login-page .container .login-form .mt-30 {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .login-page .container .login-form .form-group {
      margin-left: 0px;
      margin-right: 0px; } }
  @media (max-width: 767px) {
    .login-page .container .login-form .login-redir {
      margin-left: 0px;
      margin-right: 0px; } }
  .login-page .container .login-form .signin-btn {
    height: 54px;
    width: 260px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 16px;
    display: inline-block !important; }
    @media (min-width: 1600px) {
      .login-page .container .login-form .signin-btn {
        height: 66px;
        width: 318px;
        font-size: 22px;
        display: inline-block !important; } }
  .login-page .container .login-form .password-circle-style {
    width: 28px !important;
    height: 28px !important;
    cursor: pointer;
    background-color: white;
    border: 1px solid #ececec;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    display: none; }
    @media (min-width: 768px) {
      .login-page .container .login-form .password-circle-style {
        display: block; } }
    @media (min-width: 1600px) {
      .login-page .container .login-form .password-circle-style {
        display: none; } }
    .login-page .container .login-form .password-circle-style .fa-chevron-right {
      position: absolute;
      top: 6px;
      left: 9px; }
  @media (min-width: 1600px) {
    .login-page .container .login-form .form-input-style {
      padding: 32px 20px !important; } }
  @media (min-width: 1600px) {
    .login-page .container .facebook-btn {
      display: inline-block;
      height: 66px;
      width: 385px;
      font-size: 22px;
      padding: 16px 26px 20px 22px !important; } }

.home {
  overflow: auto; }
  .home .home-overdue-invoices {
    margin-top: 24px; }
    @media (min-width: 768px) {
      .home .home-overdue-invoices {
        margin-top: 65px; } }
    @media (min-width: 768px) {
      .home .home-overdue-invoices {
        margin-top: 76px; } }
  .home .invoice-table, .home .payments-table {
    margin-top: 16px; }
    @media (min-width: 1920px) {
      .home .invoice-table, .home .payments-table {
        margin-top: 26px; } }
  .home .panel.pad-15-25-25-25 {
    box-shadow: none;
    border: none; }
    .home .panel.pad-15-25-25-25 .panel-body {
      padding: 10px 15px 16px 17px; }
      @media (min-width: 768px) {
        .home .panel.pad-15-25-25-25 .panel-body {
          padding: 10px 17px 16px; } }
      @media (min-width: 768px) {
        .home .panel.pad-15-25-25-25 .panel-body {
          padding: 15px 25px 25px; } }
      @media (max-width: 767px) {
        .home .panel.pad-15-25-25-25 .panel-body .btn {
          padding: 2px 10px 0px; } }
      .home .panel.pad-15-25-25-25 .panel-body .h4, .home .panel.pad-15-25-25-25 .panel-body h4 {
        font-size: 12px; }
        @media (min-width: 768px) {
          .home .panel.pad-15-25-25-25 .panel-body .h4, .home .panel.pad-15-25-25-25 .panel-body h4 {
            font-size: 14px; } }
        @media (min-width: 992px) {
          .home .panel.pad-15-25-25-25 .panel-body .h4, .home .panel.pad-15-25-25-25 .panel-body h4 {
            font-size: 16px; } }
        @media (min-width: 1200px) {
          .home .panel.pad-15-25-25-25 .panel-body .h4, .home .panel.pad-15-25-25-25 .panel-body h4 {
            font-size: 20px; } }
      .home .panel.pad-15-25-25-25 .panel-body .view-btn .material-icons {
        margin-left: 4px;
        margin-top: -1px;
        margin-right: -7px; }
        @media (min-width: 768px) {
          .home .panel.pad-15-25-25-25 .panel-body .view-btn .material-icons {
            margin-left: 7px; } }
        @media (min-width: 1200px) {
          .home .panel.pad-15-25-25-25 .panel-body .view-btn .material-icons {
            margin-left: 14px; } }

body {
  font-family: "Omnes","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000000;
  background-color: #F8F8FA; }

.side-bar {
  z-index: 10;
  transition: margin-right .5s;
  background-color: white; }
  @media (min-width: 768px) {
    .side-bar {
      position: fixed;
      top: 60px;
      width: 264px;
      right: 0px;
      box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
      height: calc(100vh - 60px);
      overflow: auto; } }
  @media (min-width: 1920px) {
    .side-bar {
      width: 514px; } }
  @media (max-width: 767px) {
    .side-bar {
      height: auto;
      border-radius: 15px;
      margin-top: 24px;
      border: 1px solid #ececec; } }
  @media (min-width: 768px) and (max-width: 1920px) {
    .side-bar.show-button {
      margin-right: 0px !important; } }

.main-and-side-container {
  height: calc(100vh - 60px);
  color: #000000;
  overflow: auto;
  background-color: #F8F8FA; }
  @media (max-width: 767px) {
    .main-and-side-container {
      height: calc(100vh - 50px);
      overflow: auto; } }

.main-content {
  padding: 25px 15px;
  transition: margin-right .5s;
  position: relative;
  overflow: auto; }
  @media (min-width: 768px) {
    .main-content {
      padding: 25px 35px 15px;
      height: calc(100vh - 61px);
      margin-right: 264px; } }
  @media (min-width: 1920px) {
    .main-content {
      padding: 30px 70px 20px;
      margin-right: 514px; } }
  .main-content .container-section {
    background-color: #F8F8FA; }
    .main-content .container-section .filter-section {
      position: relative; }
      @media (max-width: 767px) {
        .main-content .container-section .filter-section.mt-55 {
          margin-top: 23px; } }
      .main-content .container-section .filter-section .filter-btn {
        text-transform: capitalize;
        padding: 4px 12px; }
        @media (min-width: 1920px) {
          .main-content .container-section .filter-section .filter-btn {
            padding: 5px 15px; } }
        .main-content .container-section .filter-section .filter-btn .mr-10 {
          margin-right: 5px; }
          @media (min-width: 1920px) {
            .main-content .container-section .filter-section .filter-btn .mr-10 {
              margin-right: 10px; } }
        .main-content .container-section .filter-section .filter-btn:hover, .main-content .container-section .filter-section .filter-btn:focus, .main-content .container-section .filter-section .filter-btn:active {
          color: #404040;
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          background-color: #eeeeee; }
    .main-content .container-section form .mt-30 {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .main-content .container-section form .mt-30 {
          margin-top: 46.6px; } }
      @media (min-width: 1920px) {
        .main-content .container-section form .mt-30 {
          margin-top: 46.6px; } }

.title-section {
  height: 35px; }
  @media (min-width: 768px) {
    .title-section {
      height: 47px; } }
  @media (min-width: 1920px) {
    .title-section {
      height: 67px; } }
  .title-section h2 {
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .title-section h2 {
        font-size: 30px; } }
    @media (min-width: 1920px) {
      .title-section h2 {
        font-size: 43px; } }
  @media (min-width: 1920px) {
    .title-section .mt-5 {
      font-size: 22px; } }
  .title-section .image-brand {
    background-color: white;
    padding: 0px 10px 0px 3px; }
    @media (max-width: 767px) {
      .title-section .image-brand {
        padding: 5px 10px 5px 3px; } }
    .title-section .image-brand .img {
      width: 61px;
      height: 25px;
      float: left; }
      @media (min-width: 768px) {
        .title-section .image-brand .img {
          width: 90px;
          height: 37px; } }
      @media (min-width: 1920px) {
        .title-section .image-brand .img {
          width: 130px;
          height: 53px; } }
    @media (min-width: 768px) {
      .title-section .image-brand .image-brand-text {
        font-size: 13px; } }
    @media (min-width: 1920px) {
      .title-section .image-brand .image-brand-text {
        font-size: 18px; } }
  .title-section .b-pay-info {
    cursor: pointer; }
    @media (max-width: 767px) {
      .title-section .b-pay-info {
        margin-left: 8px; } }
    .title-section .b-pay-info .b-pay-info-icon {
      color: #aaaaaa; }

.show-button {
  display: none; }

@media (min-width: 767px) {
  #sidebar-collapse {
    display: block; } }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.mt-0 {
  margin-top: 0px; }

.mt-5 {
  margin-top: 5px; }

.mt-6 {
  margin-top: 6px; }

.mt-8 {
  margin-top: 8px; }

.mt-10 {
  margin-top: 10px; }

.mt-12 {
  margin-top: 12px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-55 {
  margin-top: 55px; }

.mt-59 {
  margin-top: 59px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-130 {
  margin-top: 130px; }

@media (max-width: 767px) {
  .mt-110-xs {
    margin-top: 110px; } }

.mb-0 {
  margin-bottom: 0px; }

.mb-4 {
  margin-bottom: 4px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.ml-auto {
  margin-left: auto; }

.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-10 {
  padding: 10px; }

.p-20 {
  padding: 20px; }

@media (max-width: 767px) {
  .pl-15-xs {
    padding-left: 15px; } }

@media (max-width: 767px) {
  .pr-15-xs {
    padding-right: 15px; } }

@media (max-width: 767px) {
  .px-15-xs {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 767px) {
  .pr-0-xs {
    padding-right: 0px; } }

.pb-0 {
  padding-bottom: 0px; }

.pr-0 {
  padding-right: 0px; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pt-0 {
  padding-top: 0px !important; }

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.bg-none {
  background: transparent; }

.lh-24 {
  line-height: 24px; }

@media (max-width: 767px) {
  .align-right-xs {
    text-align: right; } }

.f-13 {
  font-size: 13px; }

.f-15 {
  font-size: 15px; }

.f-18 {
  font-size: 12px; }
  @media (min-width: 768px) {
    .f-18 {
      font-size: 14px; } }
  @media (min-width: 1920px) {
    .f-18 {
      font-size: 18px; } }

.f-22 {
  font-size: 15px; }
  @media (min-width: 768px) {
    .f-22 {
      font-size: 20px; } }
  @media (min-width: 1920px) {
    .f-22 {
      font-size: 22px; } }

.f-23 {
  font-size: 15px; }
  @media (min-width: 768px) {
    .f-23 {
      font-size: 19px; } }
  @media (min-width: 1920px) {
    .f-23 {
      font-size: 23px; } }

.f-20 {
  font-size: 12px; }
  @media (min-width: 768px) {
    .f-20 {
      font-size: 18px; } }
  @media (min-width: 1920px) {
    .f-20 {
      font-size: 20px; } }

.f-30 {
  font-size: 15px; }
  @media (min-width: 768px) {
    .f-30 {
      font-size: 20px; } }
  @media (min-width: 1920px) {
    .f-30 {
      font-size: 30px; } }

.f-35 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .f-35 {
      font-size: 25px; } }
  @media (min-width: 1920px) {
    .f-35 {
      font-size: 35px; } }

.f-38 {
  font-size: 17px; }
  @media (min-width: 768px) {
    .f-38 {
      font-size: 25px; } }
  @media (min-width: 1920px) {
    .f-38 {
      font-size: 38px; } }

.f-54 {
  font-size: 30px; }
  @media (min-width: 768px) {
    .f-54 {
      font-size: 35px; } }
  @media (min-width: 1920px) {
    .f-54 {
      font-size: 54px; } }

.f-28 {
  font-size: 15px; }
  @media (min-width: 768px) {
    .f-28 {
      font-size: 20px; } }
  @media (min-width: 1920px) {
    .f-28 {
      font-size: 28px; } }

.f-24 {
  font-size: 14px; }
  @media (min-width: 768px) {
    .f-24 {
      font-size: 18px; } }
  @media (min-width: 1920px) {
    .f-24 {
      font-size: 24px; } }

.fc-green {
  color: #5CC08E; }

.fw-450 {
  font-weight: 500; }

.fw-500 {
  font-weight: 500; }

.fw-300 {
  font-weight: 300; }

.radius-10 {
  border-radius: 10px; }

.radius-15 {
  border-radius: 15px; }

.radius-20 {
  border-radius: 20px; }

.d-block {
  display: block; }

.border-bottom {
  border-bottom: 1px solid #cccccc; }

.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.fg-1 {
  flex-grow: 1; }

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

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.font-weight-bold {
  font-weight: 600; }

.text-brand {
  color: #e12f70 !important; }

@media (max-width: 767px) {
  .border-right-xs {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #f5f5f5; } }

.panel.panel-default.pad-20-30 > .panel-body {
  padding: 20px 30px; }

[class^='btn'].btn {
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 2px;
  box-shadow: none; }

.btn-white {
  background-color: #ffffff;
  color: #000000;
  outline: none; }

.box-shadow-2 {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2); }

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 12px 0px; }
  @media (min-width: 1920px) {
    .btn-sm, .btn-group-sm > .btn {
      padding: 6px 14px 0px; } }

.btn-circle, .border-50 {
  border-radius: 50px; }

.btn-primary {
  background-color: #e12f70; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
    background-color: #a2003c; }
  .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active {
    background-color: #a2003c !important; }

.filter-btn:hover, .filter-btn:focus, .filter-btn:active {
  color: #404040;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  background-color: #eeeeee; }

a:hover, a:focus {
  color: inherit; }

.btn-gray {
  background-color: #eeeeee;
  color: #404040; }
  .btn-gray:hover, .btn-gray:focus {
    color: inherit; }

.btn-trasparent {
  background-color: transparent; }

.box-shadow-none {
  box-shadow: none; }

.page-filter-form {
  position: absolute;
  left: 0px;
  top: 45px;
  z-index: 10;
  width: 100%;
  background: white;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 16px; }
  @media (min-width: 768px) {
    .page-filter-form {
      width: 364px; } }
  @media (min-width: 768px) {
    .page-filter-form .filter-submit {
      margin-right: 12px; } }
  .page-filter-form .filter-form button {
    text-transform: capitalize; }

.filter-section .page-filter-form form {
  padding: 15px; }

.main-content.filter-active:after {
  content: '';
  position: fixed;
  background: rgba(211, 211, 211, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9; }

nav.navbar.navbar-default.nav-header.login-header {
  z-index: 12; }

.set-date {
  cursor: pointer;
  top: 10px;
  right: 12px; }

.calendar-icon {
  width: 14px;
  height: 14px;
  top: 13px;
  left: 11px; }

.daterangepicker.show-calendar {
  border-radius: 15px;
  top: 251px !important;
  left: 15px !important; }
  @media (max-width: 767px) {
    .daterangepicker.show-calendar {
      width: calc(100% - 30px); } }
  @media (min-width: 768px) {
    .daterangepicker.show-calendar {
      top: 224px !important;
      left: 35px !important; } }
  @media (min-width: 1920px) {
    .daterangepicker.show-calendar {
      top: 250px  !important;
      left: 69px !important; } }
  .daterangepicker.show-calendar .calendar-close {
    position: absolute;
    right: 10px;
    top: 12px;
    line-height: 30px; }
  .daterangepicker.show-calendar .ranges {
    margin-top: 52px; }
  @media (min-width: 768px) {
    .daterangepicker.show-calendar .drp-calendar.left .calendar-table {
      padding-top: 54px;
      padding-left: 24px; } }
  @media (min-width: 768px) {
    .daterangepicker.show-calendar .drp-calendar.right .calendar-table {
      padding-top: 54px;
      padding-right: 24px; } }
  @media (max-width: 767px) {
    .daterangepicker.show-calendar .drp-calendar {
      max-width: inherit; } }

.daterangepicker:after, .daterangepicker:before {
  border-bottom: none; }

.daterangepicker .drp-selected {
  display: none; }

.daterangepicker td.in-range {
  background-color: #DC92AD; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #BA255C; }

.daterangepicker .ranges li.active {
  background-color: #EFEFEF;
  color: black; }

.daterangepicker .drp-buttons .applyBtn {
  box-shadow: none;
  border: none;
  font-size: 14px;
  color: #e12f70;
  background-color: white;
  text-transform: capitalize; }

.daterangepicker .drp-buttons .cancelBtn {
  float: left;
  box-shadow: none;
  border: none;
  color: #63666B;
  font-size: 14px;
  text-transform: capitalize; }

.daterangepicker .drp-buttons {
  float: right;
  width: 100%;
  padding: 8px 8px 8px 4px;
  border-top: none; }
  @media (min-width: 768px) {
    .daterangepicker .drp-buttons {
      border-left: 1px solid #f4f4f4;
      width: 79.3%;
      padding: 8px 32px 8px 24px; } }

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #f4f4f4; }
  @media (max-width: 767px) {
    .daterangepicker.show-ranges .drp-calendar.left {
      padding: 8px; } }

.daterangepicker .ranges li {
  padding: 10px 12px;
  margin: 10px 16px;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  text-align: center; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  visibility: hidden; }

.daterangepicker .drp-calendar .table-condensed .prev.available, .daterangepicker .drp-calendar .table-condensed .next.available {
  width: 34px;
  border-radius: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .daterangepicker .drp-calendar .table-condensed .prev.available, .daterangepicker .drp-calendar .table-condensed .next.available {
      width: 32px;
      height: 32px;
      line-height: 20px;
      padding: 4px 6px 4px 8px;
      display: inline-block; } }

.daterangepicker .calendar-table .next span {
  margin-right: 4px; }

.popover {
  font-family: "Omnes","Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; }

.popover.left {
  text-align: justify;
  border-radius: 12px;
  max-width: 307px;
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.2);
  top: 17px !important; }
  @media (min-width: 767px) {
    .popover.left {
      top: 24px !important; } }
  @media (min-width: 1920px) {
    .popover.left {
      top: 40px !important; } }

.popover.left > .arrow {
  top: 11% !important;
  right: -9px; }

.popover-title {
  padding: 8px 16px 8px;
  border-bottom: none;
  background-color: unset; }

.popover-content {
  font-size: 12px;
  padding: 0px 16px 16px; }

.popover-close {
  height: 24px !important;
  width: 24px !important;
  line-height: 29px !important;
  margin-top: 4px; }

.popover-title-txt {
  font-size: 16px;
  color: #e12f70;
  font-weight: bold;
  margin-top: 7px; }

.sort-dropdown .btn-default {
  color: #666;
  background-color: #eeeeee;
  border-color: transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 10px; }

.custom-dropdown .btn-default:hover {
  color: #666;
  background-color: #e6e6e6;
  border-color: transparent; }

.custom-dropdown .btn-default:active:hover, .sort-dropdown .btn-default:active:focus {
  color: #666;
  background-color: #e6e6e6;
  border-color: transparent; }

.sort-dropdown .dropdown-toggle .caret {
  right: 7px; }

.open > .btn-default.dropdown-toggle, .open > .btn-default.dropdown-toggle:hover {
  color: #666;
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none; }

.sort-dropdown .dropdown-menu::before {
  background-color: #eee; }

.dropdown-menu > .active > a {
  color: #666;
  background-color: #eeeeee; }

.sort-dropdown .dropdown-menu.open {
  border-radius: 10px; }

.dropdown-menu::before {
  display: none; }

.sort-dropdown .dropdown-menu > li > a {
  padding: 3px 20px 3px 10px; }

.bootstrap-select.sort-dropdown:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 32px; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #eeeeee;
  text-decoration: none;
  color: #141414; }

.filter-dropdown.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 156px; }
  @media (min-width: 768px) {
    .filter-dropdown.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 165px; } }
  .filter-dropdown.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-default {
    color: #666;
    border: 1px solid #ececec;
    border-radius: 10px;
    font-size: 13px;
    padding: 8px 15px 8px 10px;
    box-shadow: none; }

.filter-dropdown .dropdown-menu.open {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.search-dropdown .btn-default {
  color: #666;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 8px 15px;
  background-color: #F4F4F4;
  box-shadow: none; }

.search-dropdown .dropdown-menu.open {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #e12f70;
  border-color: #e12f70; }

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
  border-color: #bbb;
  background-color: white;
  border-radius: 4px; }

input[type="checkbox"]:focus:after, .checkbox input[type="checkbox"]:focus:after, .checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #e12f70; }

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
  width: 22px;
  height: 22px; }

input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
  top: 2px;
  left: 9px;
  display: table;
  width: 5px;
  height: 12px; }

.invoice-table-section {
  overflow: auto; }

@media (max-width: 767px) {
  .table-responsive {
    border: none;
    margin-bottom: 0px; } }

table.invoice-table, table.payments-table, table.statements-table, table.search-table {
  border-collapse: separate;
  border-spacing: 0 6px; }

.table {
  margin-bottom: 0px; }

.table > thead > tr > th {
  font-weight: 500;
  padding: 0px 8px;
  border-bottom: none;
  border-top: none; }
  @media (max-width: 767px) {
    .table > thead > tr > th {
      font-size: 11px; } }

.table > tbody > tr > td {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5; }
  @media (max-width: 767px) {
    .table > tbody > tr > td {
      font-size: 12px; } }

.table > tbody > tr > td {
  padding: 0px 8px; }
  @media (min-width: 1920px) {
    .table > tbody > tr > td {
      padding: 2px 8px; } }

.table > tbody > tr {
  background-color: white; }

.table > tbody > tr > td .light-gray-circle {
  top: 4px;
  background: #f4f4f4; }

.table > tbody > tr > td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #f5f5f5;
  padding-left: 20px; }
  @media (max-width: 767px) {
    .table > tbody > tr > td:first-child {
      padding-left: 8px; } }

.table > thead > tr > th:first-child {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .table > thead > tr > th:first-child {
      padding-left: 8px; } }

.table > tbody > tr > td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #f5f5f5; }

@media (min-width: 768px) {
  .table.invoice-table > tbody > tr > td:last-child, .table.statements-table > tbody > tr > td:last-child, .table.payments-table > tbody > tr > td:last-child {
    width: 58px;
    padding-right: 20px; } }

@media (min-width: 768px) {
  .table.invoice-table > tbody > tr > td:nth-last-child(2) {
    width: 50px; } }

table.payments-table > tbody > tr > td, table.search-table > tbody > tr > td {
  padding: 7px 8px; }
  @media (min-width: 1920px) {
    table.payments-table > tbody > tr > td, table.search-table > tbody > tr > td {
      padding: 15px 8px; } }

.early-payment-section {
  padding: 10px 0px;
  background-color: white;
  line-height: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.sub-total {
  padding: 0px 30px;
  border-right: 1px solid #ececec; }

.early-payment-discount {
  padding: 0px 30px; }

.invoices-count {
  display: inline-block; }

.invoices-paynow {
  padding: 10px 25px;
  background-color: white; }
  @media (min-width: 768px) {
    .invoices-paynow {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      padding: 10px 15px; } }
  @media (max-width: 767px) {
    .invoices-paynow {
      border-radius: 0px;
      width: 100%;
      position: fixed;
      bottom: 0px;
      left: 0px; } }
  .invoices-paynow .invoices .mr-30 {
    margin-right: 10px; }
    @media (min-width: 768px) {
      .invoices-paynow .invoices .mr-30 {
        margin-right: 30px; } }
  .invoices-paynow .invoice-amount {
    margin-left: auto;
    font-size: 20px; }
    @media (max-width: 767px) {
      .invoices-paynow .invoice-amount {
        font-size: 18px; } }
  .invoices-paynow .invoice-total {
    font-size: 10px; }
    @media (min-width: 768px) {
      .invoices-paynow .invoice-total {
        font-size: 12px; } }
    @media (min-width: 1920px) {
      .invoices-paynow .invoice-total {
        font-size: 17px; } }
    .invoices-paynow .invoice-total.mr-50 {
      margin-right: 12px; }
      @media (min-width: 768px) {
        .invoices-paynow .invoice-total.mr-50 {
          margin-right: 50px; } }

.hide-section {
  padding: 10px 12px 0px;
  height: 33px; }
  @media (min-width: 1920px) {
    .hide-section {
      display: none; } }
  @media (max-width: 767px) {
    .hide-section {
      display: none; } }

.hide-section .hide-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  line-height: 28px;
  font-size: 12px;
  background: transparent;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2); }

.hide-text {
  top: 12px;
  left: 44px; }

.side-section .outstanding-section {
  padding: 0px 15px 10px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  @media (min-width: 768px) {
    .side-section .outstanding-section {
      padding: 16.5px 29px 29.5px 32.5px; } }
  @media (min-width: 1920px) {
    .side-section .outstanding-section {
      padding: 40px 80px 50px 80px; } }
.side-section.side-section-overdue {
  padding: 10px 15px 0px 15px; }
  @media (min-width: 768px) {
    .side-section.side-section-overdue {
      padding: 30.5px 29px 0px 32.5px; } }
  @media (min-width: 1920px) {
    .side-section.side-section-overdue {
      padding: 62px 80px 0px 80px; } }
  @media (max-width: 1920px) {
    .side-section.side-section-overdue .mt-15 {
      margin-top: 10px; } }
  @media (min-width: 1920px) {
    .side-section.side-section-overdue .mt-15 {
      margin-top: 15px; } }
  .side-section.side-section-overdue .mt-15 p {
    margin-bottom: 9px; }
  .side-section.side-section-overdue .chevron_down, .side-section.side-section-overdue .chevron_up {
    margin-top: 2px;
    margin-left: 12px;
    display: none; }
  @media (max-width: 767px) {
    .side-section.side-section-overdue a.chevron_down[aria-expanded="true"] {
      display: none; }
    .side-section.side-section-overdue a.chevron_down[aria-expanded="false"] {
      display: block; }
    .side-section.side-section-overdue a.chevron_up[aria-expanded="false"] {
      display: none; }
    .side-section.side-section-overdue a.chevron_up[aria-expanded="true"] {
      display: block; } }
.side-section.side-section-outstanding .quick-pay {
  padding: 0px 15px 10px 15px; }
  @media (min-width: 768px) {
    .side-section.side-section-outstanding .quick-pay {
      padding: 0px 29px 26.5px 32.5px; } }
  @media (min-width: 1920px) {
    .side-section.side-section-outstanding .quick-pay {
      padding: 0px 80px 50px 80px; } }
  .side-section.side-section-outstanding .quick-pay input[type=number]::-webkit-inner-spin-button,
  .side-section.side-section-outstanding .quick-pay input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.side-section.side-section-recent {
  padding: 10px 15px; }
  @media (min-width: 768px) {
    .side-section.side-section-recent {
      padding: 16.5px 29px 29.5px 32.5px; } }
  @media (min-width: 1920px) {
    .side-section.side-section-recent {
      padding: 30px 80px 58px 80px; } }

.overdue .overdue-text {
  color: #E22F70; }

.outstanding .outstanding-text {
  color: #E22F70; }

.balance-status {
  display: flex; }

.balance-status .balance-amount {
  margin-left: auto; }

.balance-box {
  padding: 2px 10px;
  border: 1px solid #ececec; }

.credit-row {
  display: flex; }

.credit-row .credit-value {
  margin-left: auto; }

.credit-box {
  padding: 2px 10px;
  border: 1px solid #ececec; }

.recent-statement-status {
  padding: 2px 10px;
  border: 1px solid #ececec; }

.recent-statement .recent-statement-icon {
  top: 4px; }

.pay-btn {
  top: 10px;
  right: 20px; }
  @media (min-width: 1920px) {
    .pay-btn {
      top: 8px; } }

.overdue-amount, .outstanding-amount {
  line-height: 23px; }
  @media (min-width: 768px) {
    .overdue-amount, .outstanding-amount {
      line-height: 30px; } }

.overdue-text, .outstanding-text {
  line-height: 21px; }
  @media (min-width: 768px) {
    .overdue-text, .outstanding-text {
      line-height: 28px; } }

.light-gray-circle {
  width: 28px;
  height: 28px;
  line-height: 32px;
  background: #eeeeee;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  color: #000;
  overflow: hidden; }
  @media (min-width: 768px) {
    .light-gray-circle {
      width: 30px;
      height: 30px;
      line-height: 34px; } }
  @media (min-width: 1920px) {
    .light-gray-circle {
      width: 40px;
      height: 40px;
      line-height: 44px; } }
  .light-gray-circle.medium-circle {
    width: 50px;
    height: 50px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .light-gray-circle.medium-circle {
        width: 63px;
        height: 63px;
        line-height: 63px; } }

.light-white-circle {
  width: 28px;
  height: 28px;
  line-height: 32px;
  background: transparent;
  display: inline-block;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  text-align: center;
  color: #000;
  overflow: hidden; }
  @media (min-width: 768px) {
    .light-white-circle {
      width: 30px;
      height: 30px;
      line-height: 34px; } }
  @media (min-width: 1920px) {
    .light-white-circle {
      width: 40px;
      height: 40px;
      line-height: 44px; } }

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; }

.page-filter-form .form-input-style {
  padding: 20px 20px 20px 35px !important;
  font-size: 14px !important; }

.form-input-style {
  font-size: 18px !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 22px 12px !important;
  border-radius: 10px !important;
  border: 1px solid #ececec !important; }

.modal-content {
  border-radius: 15px;
  border: 1px solid #cccccc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .modal-content .av-modal-close {
    background: #eeeeee;
    color: #404040;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    margin-top: 15px; }
  .modal-content .modal-title {
    position: absolute;
    top: -22px; }
    .modal-content .modal-title h4 {
      margin: 0; }
  .modal-content .modal-header .modal-title {
    position: static;
    top: auto; }
  .modal-content .title {
    font-size: 16px;
    font-weight: 500; }
  .modal-content label {
    font-weight: 500; }

.modal-body {
  padding: 30px 30px; }

.modal-backdrop.in {
  opacity: 1;
  background: rgba(204, 204, 204, 0.5); }

.av-modal-close .av-modal-close-title {
  display: none; }
.av-modal-close .fa {
  font-size: 14px;
  margin-left: 0;
  display: inherit; }

.ms-update-contact-with-img {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .ms-update-contact-with-img .btn {
    height: 37px; }

.modal-content input, .modal-content input.form-control {
  outline: none;
  box-shadow: none;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #ccc; }

.download-disable, .download-disable:hover {
  cursor: not-allowed;
  color: gray; }

.form-control.sort-dropdown {
  background-color: #EEEEEE;
  box-shadow: none;
  border-radius: 15px;
  padding: 0px 12px 0px 35px;
  height: 37px;
  background-position: 15px;
  background-image: url("/ts1771215333/attachments/StyleSheet/113/sort-icon.svg"); }
  @media (min-width: 1920px) {
    .form-control.sort-dropdown {
      height: 37px;
      padding: 0px 12px 0px 35px; } }

select.form-control.sort-dropdown:focus {
  box-shadow: none;
  background-image: url("/ts1771215333/attachments/StyleSheet/113/sort-icon.svg"); }
