@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@font-face {
  font-family: 'OpenSans-Light';
  src: url("https://d2qw8e5cw6akh2.cloudfront.net/ts1771226533/attachments/StyleSheet/14/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("https://d2qw8e5cw6akh2.cloudfront.net/ts1771226533/attachments/StyleSheet/14/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("https://d2qw8e5cw6akh2.cloudfront.net/ts1771226533/attachments/StyleSheet/14/open-sans-v17-latin-regular.eot") format("embedded-opentype"), url("https://d2qw8e5cw6akh2.cloudfront.net/ts1771226533/attachments/StyleSheet/14/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  letter-spacing: 1px !important;
  line-height: 200% !important; }

/**
 * 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
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  margin: 22px auto;
  *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; }

  #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
*/
/*floor(($font-size-base * 2.6)) !default; // ~36px*/
/*ceil(($font-size-base * 1.7)) !default; // ~24px*/
/*! 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: "OpenSans-Regular";
  font-size: 14px;
  line-height: 1.846;
  color: #e3021a;
  background-color: #fff; }

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

a {
  color: #333639;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0f1011;
    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: 600;
  line-height: 1.1;
  color: #444;
  letter-spacing: 1.9px; }
  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: 34px; }

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

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

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

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

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

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.846;
  color: #e3021a;
  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: 0px; }

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

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

@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: #333639;
    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: #333639;
  background-color: #fff;
  border-color: #333639; }
  .btn-default:focus, .btn-default.focus {
    color: #333639;
    background-color: #e6e6e6;
    border-color: black; }
  .btn-default:hover {
    color: #333639;
    background-color: #e6e6e6;
    border-color: #161719; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333639;
    background-color: #e6e6e6;
    border-color: #161719; }
    .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: #333639;
      background-color: #d4d4d4;
      border-color: black; }
  .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: #333639; }
  .btn-default .badge {
    color: #fff;
    background-color: #333639; }

.btn-primary {
  color: #fff;
  background-color: #333639;
  border-color: transparent; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1b1d1e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:hover {
    color: #fff;
    background-color: #1b1d1e;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b1d1e;
    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: #0a0b0b;
      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: #333639;
    border-color: transparent; }
  .btn-primary .badge {
    color: #333639;
    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: #c10833;
  border-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #900626;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:hover {
    color: #fff;
    background-color: #900626;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #900626;
    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: #6e051d;
      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: #c10833;
    border-color: transparent; }
  .btn-danger .badge {
    color: #c10833;
    background-color: #fff; }

.btn-link {
  color: #333639;
  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: #0f1011;
    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: #e3021a;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #161616;
  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: #333639; }

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

.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: #93ca77;
  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: #80c15f; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #e3021a;
    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: #80c15f;
    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: #80c15f; }
    .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: #e3021a;
      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: #e3021a; }

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

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

.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: #333639; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1b1d1e; }

.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: #c10833; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #900626; }

.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: #333639;
    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: #c10833;
  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: #333639;
  -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: #c10833; }
  .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: #333639;
  border-color: #333639; }
  .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: #979ca2; }

.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: #c10833;
  background-color: #fa87a1; }

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

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

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

.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: #f96ea6; }
  .panel-danger > .panel-heading {
    color: #fff;
    background-color: #c10833;
    border-color: #f96ea6; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f96ea6; }
    .panel-danger > .panel-heading .badge {
      color: #c10833;
      background-color: #fff; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f96ea6; }

.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: "OpenSans-Regular";
  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: "OpenSans-Regular";
  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; }
  .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: #333639; }
.btn-primary:hover, .btn-primary:active:hover {
  background-color: #252729; }
.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: #c10833; }
.btn-danger:hover, .btn-danger:active:hover {
  background-color: #a4072b; }
.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: #333639; }
    .btn-link:hover, .btn-link:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #333639;
      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: #333639; }
  .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 #333639;
    box-shadow: inset 0 -2px 0 #333639; }
  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 #333639;
    box-shadow: inset 0 -2px 0 #333639;
    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: #333639;
    -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 #e3021a; }
  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: #333639; }
  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: #333639; }
  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 #e3021a;
    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: #333639;
    border-color: #333639; }
  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 #c10833;
  box-shadow: inset 0 -2px 0 #c10833; }

.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: #e3021a;
  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 #333639;
    box-shadow: inset 0 -2px 0 #333639;
    color: #333639; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  -webkit-box-shadow: inset 0 -2px 0 #333639;
  box-shadow: inset 0 -2px 0 #333639;
  color: #333639; }
  .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus:hover {
    color: #333639; }
.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: #c10833; }
  .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: #898f95; }
    .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: #f85178; }

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

/*!
 * bootstrap-dropmenu v0.9.0 (https://skywalkapps.github.io/bootstrap-dropmenu)
 * Copyright 2016 Martin Staněk
 * Licensed under MIT
 */
.dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  max-width: 330px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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-container > .dropdown-menu {
  position: static;
  z-index: 1000;
  float: none !important;
  padding: 10px 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 330px;
  overflow-y: auto; }

.dropdown-container > .dropdown-menu + .dropdown-menu {
  padding-top: 0; }

.dropdown-menu > li > a {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.dropdown-toggle {
  cursor: pointer; }

.dropdown-header {
  white-space: nowrap; }

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

.dropdown-toolbar {
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0; }

.dropdown-toolbar > .form-group {
  margin: 5px -10px; }

.dropdown-toolbar .dropdown-toolbar-actions {
  float: right; }

.dropdown-toolbar .dropdown-toolbar-title {
  margin: 0;
  font-size: 14px; }

.dropdown-footer {
  padding: 5px 20px;
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px; }

.anchor-block small {
  display: none; }

@media (min-width: 992px) {
  .anchor-block small {
    display: block;
    font-weight: normal;
    color: #777777; }

  .dropdown-menu > li > a.anchor-block {
    padding-top: 6px;
    padding-bottom: 6px; } }
@media (min-width: 992px) {
  .dropdown.hoverable:hover > ul {
    display: block; } }
.dropdown-position-topright {
  top: auto;
  right: 0;
  bottom: 100%;
  left: auto;
  margin-bottom: 2px; }

.dropdown-position-topleft {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px; }

.dropdown-position-bottomright {
  right: 0;
  left: auto; }

.dropmenu-item-label {
  white-space: nowrap; }

.dropmenu-item-content {
  position: absolute;
  text-align: right;
  max-width: 60px;
  right: 20px;
  color: #777777;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

small.dropmenu-item-content {
  line-height: 20px; }

.dropdown-menu > li > a.dropmenu-item {
  position: relative;
  padding-right: 66px; }

.dropdown-submenu .dropmenu-item-content {
  right: 40px; }

.dropdown-menu > li.dropdown-submenu > a.dropmenu-item {
  padding-right: 86px; }

.dropdown-inverse .dropdown-container {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: #cccccc; }

.dropdown-inverse .dropdown-container > .dropdown-toolbar, .dropdown-inverse .dropdown-container > .dropdown-footer, .dropdown-inverse .dropdown-container > .dropdown-menu {
  background-color: transparent;
  border-color: #2b2b2b; }

.dropdown-inverse .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.9); }

.dropdown-inverse .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #2b2b2b; }

.dropdown-inverse .dropdown-menu > li > a {
  color: #cccccc; }

.dropdown-inverse .dropdown-menu > li > a:hover, .dropdown-inverse .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #262626; }

.dropdown-inverse .dropdown-menu > .active > a, .dropdown-inverse .dropdown-menu > .active > a:hover, .dropdown-inverse .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #337ab7; }

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

.dropdown-inverse .dropdown-header {
  color: #777777; }

.table > thead > tr > th.col-actions {
  padding-top: 0;
  padding-bottom: 0; }

.table > thead > tr > th.col-actions .dropdown-toggle {
  color: #777777; }

/*floor(($font-size-base * 2.6)) !default; // ~36px*/
/*ceil(($font-size-base * 1.7)) !default; // ~24px*/
.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: #4b5054;
  color: #4b5054; }

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

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

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

.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: #333639; }
  .dropdown-menu > li > a {
    border-bottom: 1px solid #eeeeee; }

.dropdown-megamenu > .dropdown-container {
  position: fixed;
  top: initial;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 15px;
  opacity: 1; }
  @media (min-width: 992px) {
    .dropdown-megamenu > .dropdown-container {
      left: 75%; } }
  @media (min-width: 1920px) {
    .dropdown-megamenu > .dropdown-container {
      left: 65%; } }

.dropdown-megamenu .dropdown-menu {
  display: block; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.av-search-box .fa-search {
  line-height: 50px; }

.sticky-av-header {
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

#itrpc-menu p {
  text-transform: initial !important;
  margin-top: 10px; }

#itrpc-menu .border-left {
  border-left: 1px solid #DBDBDB;
  min-height: 446px; }

#itrpc-menu .dropdown-container {
  background: #EFEFEF;
  border-radius: 0;
  margin-top: 0px;
  border: 0; }

#itrpc-menu .nav-tabs > li {
  width: 100%;
  clear: both; }

#itrpc-menu .nav-tabs > li > a, #winchester-megamenu .nav-tabs > li > a:focus {
  border: none;
  box-shadow: none; }

#itrpc-menu .nav-tabs > li.active > a:focus, #winchester-megamenu .nav-tabs > li.active > a, #winchester-megamenu .nav .open > a, #winchester-megamenu .nav .open > a:hover, .nav .open > a:focus {
  background: #333639;
  color: #fff; }

.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: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.modal-vertical-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  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; }

.flex-grow-1 {
  flex: 1; }

@media (min-width: 1390px) {
  .av-icon-nav.navbar-right {
    display: none; } }
@media (max-width: 1023px) {
  .update-clear-btns {
    margin: 16px 0; } }
.p-0 {
  padding: 0 !important; }

.breadcrumb-container {
  padding-left: 0;
  padding-right: 0; }

a:hover, a:focus {
  text-decoration: none !important; }

.av-container-content img {
  max-width: 100%; }

.av-site-container, .bg-grey {
  background: #f6f6f6; }

.sub-footer-item {
  box-shadow: 1px 1px 2px 0px #ececec;
  border: 2px solid #ececec;
  color: #d2232a;
  padding: 2rem;
  overflow: auto;
  background: #fff; }

.sub-footer-item h4 {
  color: #E22128;
  width: 100%;
  float: left; }

.sub-footer-item a {
  border: 1px solid #d2232a;
  width: 100%;
  float: left;
  clear: both;
  color: #d2232a;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0.5rem 0;
  font-weight: bold; }

.sub-footer-item:hover {
  cursor: pointer; }

.sub-footer-item:hover h4 {
  color: #4f4f4f;
  text-decoration: none; }

.sub-footer-item:hover a {
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  text-decoration: none; }

.sub-footer-item:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

input, textarea {
  padding-left: 10px !important; }

#map #content {
  padding: 3rem; }

.contact-wrap {
  background: #fff; }

@media (min-width: 767px) {
  .contact-us-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media (min-width: 767px) {
  .contact-us-form .contact-us-details-form {
    width: 45%; } }
.contact-us-form span {
  color: black; }
.contact-us-form .contact-wrap {
  background: inherit; }
  .contact-us-form .contact-wrap h4 {
    color: #c10833;
    padding-top: 10px; }
  .contact-us-form .contact-wrap .individual-locations h4, .contact-us-form .contact-wrap .individual-locations span {
    color: black;
    line-height: 1px; }
  .contact-us-form .contact-wrap .individual-locations .row {
    margin-top: 10px; }
.contact-us-form .contact-info-form .fa.fa-phone {
  font-size: 24px;
  padding-right: 5px; }
.contact-us-form .contact-info-form span {
  padding: 15px 0 15px 0;
  color: black;
  display: flex;
  flex-wrap: wrap; }
.contact-us-form .contact-submit-form .contact-wrap {
  background: #fff;
  padding: 2rem 2rem 3rem 2rem;
  box-shadow: 1px 1px 2px 0px #ececec;
  border: 2px solid #ececec;
  /*@media(min-width: 768px){
    margin-left: 20px;
  }*/ }
  .contact-us-form .contact-submit-form .contact-wrap .row {
    margin-left: -15px !important;
    margin-right: -15px !important; }
.contact-us-form .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
.contact-us-form .submit-btn {
  padding-right: 15px; }
  .contact-us-form .submit-btn .btn {
    font-weight: 600; }
@media (min-width: 767px) {
  .contact-us-form .contact-submit-form {
    width: 45%;
    padding-top: 30px; } }

.contact-wrap h2 {
  color: #d2232a;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin: 1rem 0; }

.contact-input {
  background: #f4f4f4;
  color: #242020; }

.control-label-contact {
  color: #7d7d7d;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif; }

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

.itr-row {
  padding-top: 2rem; }

.itr-row-cat {
  padding-top: 2rem;
  margin-bottom: 3rem; }

@media (max-width: 768px) {
  .itr-row-cat {
    padding-top: 2rem;
    margin-bottom: 0px; } }
.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
  margin-left: 15px;
  margin-top: -21px;
  background: url(https://d2qw8e5cw6akh2.cloudfront.net/ts1771226532/images/png/StyleSheet/5/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(https://d2qw8e5cw6akh2.cloudfront.net/ts1771226532/images/png/StyleSheet/5/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;
  
   */
  background-color: #333639;
  min-height: initial;
  border-width: 0; }
  .av-navbar-xs .av-icon-nav > li > a {
    /* color: $navbar-default-link-color; */
    color: white;
    /*  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: white; }

.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; } }
@media (max-width: 1025px) {
  .mb-2 {
    padding-bottom: 15px; } }
.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: #e3021a; }
  .av-btn-muted:active, .av-btn-muted:focus, .av-btn-muted:hover {
    color: #222222; }

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

.home-prod-cat .column {
  transition: all .3s ease-in-out; }

.home-prod-cat .column:hover {
  transition: all .5s ease-in-out;
  transform: scale(1.1);
  z-index: 100;
  -webkit-box-shadow: 0px 7px 10px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 7px 10px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 7px 10px -1px rgba(50, 50, 50, 0.75);
  color: #000;
  background: #fff; }

.featured .column {
  height: 22em;
  font-size: 13px; }

.border-left {
  border-left: 1px solid #ccc; }

.featured .column:hover img {
  opacity: 1;
  transition: .2s; }

.one-fifth.column {
  padding: 0px 5px;
  width: 20%;
  margin: 0;
  float: left;
  box-sizing: border-box;
  position: relative;
  bottom: 0px;
  box-sizing: border-box;
  color: #999999;
  float: left;
  left: 0px;
  position: relative;
  right: 0px;
  text-size-adjust: 100%;
  top: 0px;
  /*width: 228px;*/
  column-rule-color: #999999;
  perspective-origin: 110px 165px;
  transform-origin: 110px 165px;
  background: #f6f6f6 none repeat scroll 0% 0% / auto padding-box border-box;
  border: 0px none #999999;
  font: normal normal normal normal 15px / 24px "Open Sans", sans-serif;
  outline: #999999 none 0px;
  transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 1100px) {
    .one-fifth.column {
      width: 50%; } }
  @media (max-width: 860px) {
    .one-fifth.column {
      width: 100%;
      padding: 0px 0px;
      padding-top: 2rem; } }

.featured .column h2 {
  line-height: 1em;
  min-height: 70px;
  color: #666;
  text-align: center;
  padding: 1em .5em;
  text-transform: uppercase; }

.featured .column .home-prod-cat-payoff {
  font-size: 1em;
  text-align: center;
  line-height: 1.3em; }

.featured .column .home-prod-cat-payoff strong {
  color: #333;
  font-weight: 500 !important; }

.featured .column .home-prod-cat-payoff p {
  padding: 0 .5em; }

.featured img {
  opacity: 0.4;
  display: block;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }

ie11 .featured img {
  opacity: 0.4;
  display: block;
  margin: 0;
  position: absolute;
  bottom: -200px; }

ie10 .featured img {
  opacity: 0.4;
  display: block;
  margin: 0;
  position: absolute;
  bottom: -200px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10-specific styles go here */
  .featured img {
    opacity: 0.4;
    display: block;
    margin: auto;
    position: absolute;
    bottom: -200px; } }
/*
#content-inner #left-column {
    width:275px;
    float:left;
    background-color:#ffffff;
}
#content-inner #right-column {
    width:734px;
    float:right;
    padding:20px;
}
*/
.one-fifth .column {
  background: #000; }

/*Header*/
.d-flex {
  display: flex; }

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

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

.justify-content-between {
  justify-content: space-between; }

.w-100 {
  width: 100%; }

.navbar-default {
  background-color: inherit; }

.logo-wrap {
  padding: 5px 0px; }
  @media (min-width: 1200px) {
    .logo-wrap {
      padding: 10px 0px; } }

.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight: bold; }

@media (min-width: 992px) {
  .navbar-nav > li > a {
    font-size: 13px !important;
    padding: 10px !important;
    line-height: 80px !important; } }
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    font-size: 17px !important; } }
.navbar-nav > li > a {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-align: left;
  color: #242020; }

@media (min-width: 768px) {
  .navbar-nav > li {
    padding: 0px 15px; } }
/*Custom Styling*/
figure:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

figure:hover .gridcapt {
  opacity: 0; }

figure:hover .gridcapt-panel {
  opacity: 0; }

@media (max-width: 768px) {
  figheading, figcaption, .av-grid-tile-content .carousel-caption {
    top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap; }

  figcaption h2 {
    font-size: 18px;
    padding: 0;
    position: relative;
    margin: 0;
    clear: both; }

  figcaption a {
    clear: both; } }
.gridcapt {
  opacity: 1;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  line-height: 1.3em;
  font-size: 23px; }

figcaption {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figcaption h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 500; }

figcaption a {
  color: #fff; }

figure:hover img {
  opacity: .7; }

figure img {
  opacity: 1; }

figure figcaption .name {
  color: #666666;
  margin-bottom: 10px; }

figheading {
  position: absolute;
  top: 110px !important;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  opacity: 1;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figheading h2 {
  color: #fff; }

figheading a {
  color: #fff; }

@media (max-width: 768px) {
  .sub-footer .row {
    padding: 0; }

  .sub-footer .col-xs-12 {
    padding: 0 1rem; }

  .gridcapt {
    top: 0 !important;
    font-size: 24px;
    padding: 0;
    position: relative;
    margin: 0;
    letter-spacing: 3.5px !important;
    margin-top: auto; }

  .gridcapt-panel {
    top: 0 !important;
    font-size: 20px;
    padding: 0;
    position: relative;
    margin: 0;
    letter-spacing: 3.5px !important; }

  figheadingleft h2 {
    font-size: 20px; }

  figheadingleft {
    bottom: 10% !important;
    left: 5% !important; } }
figheadingleft {
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 50px;
  left: 80px;
  text-align: left;
  padding: 0 25px;
  opacity: 1;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figheadingleft h2 {
  color: #fff; }

figheadingleft a {
  color: #fff; }

@media (max-width: 1024px) {
  figheading {
    top: 10%; } }
.home-category-panel {
  float: left;
  width: 100%;
  background: transparent; }

.home-category-grid > .home-category-thumb {
  position: relative;
  width: 100%;
  border: none;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 1px 3px 0 rgba(215, 221, 228, 0.6);
  box-shadow: 0 1px 3px 0 rgba(215, 221, 228, 0.6);
  background-color: #000;
  /*rgba(0,0,0,0.7);*/
  /* margin-bottom:30px; */ }

.home-category-grid {
  margin: 15px 0; }

.medium-figure {
  top: 34% !important; }

.large {
  max-height: 811px; }

.medium {
  max-height: 355px; }

.small {
  max-height: 425px; }

figure:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

figcaption {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  opacity: 0;
  -webkit-transition: opacity .35s;
  transition: opacity .35s; }

figure:hover img {
  opacity: .2;
  -webkit-transform: scale3d(1.02, 1.02, 1);
  transform: scale3d(1.02, 1.02, 1); }

figure img {
  opacity: 1;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

figure figcaption .name {
  color: #666666;
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .home-category-grid > .home-category-thumb {
    margin-bottom: 0px; }

  .home-category-grid {
    margin: 7.5px 0;
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .medium-figure {
    top: 21% !important; }

  .stay-connected-title {
    text-align: center; }

  .medium-figure {
    top: 26% !important; } }
/*Hero Banner*/
.itr-hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("photographer.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.itr-hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; }

.itr-hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer; }

.itr-hero-text button:hover {
  background-color: #555;
  color: white; }

.carousel-caption {
  width: 450px; }

.av-grid-tile-content .carousel-caption {
  top: 0 !important;
  left: 0;
  width: 100%;
  padding: 0; }

.carousel-caption-text {
  top: 10%;
  text-align: left;
  left: 10%; }

@media (max-width: 2400px) {
  .carousel-caption {
    padding-bottom: 30%; }

  .itr-message {
    font-size: 30px; } }
@media (max-width: 1500px) {
  .carousel-caption {
    padding-bottom: 25%; }

  .itr-message {
    font-size: 30px; } }
@media (max-width: 1200px) {
  .carousel-caption {
    padding-bottom: 20%; }

  .itr-message {
    font-size: 25px; } }
@media (max-width: 992px) {
  .carousel-caption {
    padding-bottom: 15%;
    padding-top: 0; }

  .itr-message {
    font-size: 20px; } }
@media (max-width: 700px) {
  .carousel-caption {
    padding-bottom: 10%; }

  .itr-message {
    font-size: 15px; } }
.carousel-caption h1 {
  line-height: 130%;
  letter-spacing: 3px; }

@media (max-width: 600px) {
  .carousel-caption {
    padding-bottom: 5%; }

  h1 {
    line-height: 130%;
    letter-spacing: 3px;
    padding-left: 1rem;
    padding-right: 1rem; }

  .carousel-caption-text {
    top: 0%;
    text-align: center;
    left: -5%; }

  .itr-message {
    font-size: 15px; } }
@media (max-width: 400px) {
  .carousel-caption {
    width: 100%;
    padding-bottom: 5%; }
    .carousel-caption h1 {
      font-size: 20px; }

  .carousel-caption-text {
    top: 0%;
    text-align: center;
    left: 0%; }

  .itr-message {
    font-size: 15px; } }
.itr-message {
  color: #000;
  font-weight: 500;
  text-align: center; }

.panel-heading {
  padding: 0px;
  color: #f0f0f0; }
  .panel-heading:hover {
    color: #f0f0f0;
    text-decoration: none; }

.fa-angle-down {
  display: inline-block !important; }

.footer-menu {
  padding-left: 0px !important; }

.footer-menu .footer-hdr {
  line-height: 28px; }

.footer-spacer {
  display: none; }

@media (min-width: 1024px) {
  #footer-nav1, #footer-nav2, #footer-nav3, #footer-nav4, #footer-nav5, #footer-nav6, #footer-nav7, #footer-nav8, #footer-nav9, #footer-nav10 {
    display: block; }

  .footer-spacer {
    display: inline-block; }

  .fa-angle-down {
    display: none !important; }

  .fa-angle-up {
    display: none !important; } }
@media (max-width: 840px) {
  .subfooter-address {
    display: none; } }
.footer-hdr h3 {
  font-size: 20px !important;
  color: #fff !important; }

.small-banner {
  max-height: 400px; }

.d-4 {
  float: left;
  width: 33.33333%;
  -webkit-box-flex: 33.33333%;
  -ms-flex: 33.33333%;
  flex: 33.33333%; }

.d-6 {
  float: left;
  width: 50%;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

@media (max-width: 1024px) {
  .d-6 {
    float: left;
    width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }

  .d-4 {
    float: left;
    width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; } }
.sub-heading {
  overflow-wrap: break-word; }

@media (max-width: 600px) {
  .sub-heading {
    padding: 0px 25px; } }
html, body {
  height: 100%; }

p {
  color: #000;
  font-family: 'OpenSans-Light'; }

.av-page-title {
  background-color: #333639;
  color: #eeeeee;
  /* padding: 20px 8px; */
  padding: 15px; }
  .av-page-title > .breadcrumb {
    padding: 0;
    text-align: center; }
  .av-page-title > .breadcrumb > li > a {
    color: #fff; }
  .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; }

@media (min-width: 768px) {
  .av-page-title > .breadcrumb {
    padding: 0 15px;
    text-align: left;
    line-height: 39px; }

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

  .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 {
  color: #fff; }

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

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

  .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); } }
.header-content-wrapper .av-header-logo {
  max-height: 90px; }

@media (min-width: 992px) {
  .header-content-wrapper .navbar-nav > li {
    padding: 0px 5px; } }
@media (min-width: 1366px) {
  .header-content-wrapper .navbar-nav > li {
    padding: 0px 15px; } }

.av-header-nav .av-icon-nav > li > a {
  line-height: 100px; }

.av-site-container {
  min-height: 100%;
  position: relative;
  /* margin-top: 100px; */
  padding-top: 120px; }

@media (min-width: 768px) and (max-width: 992px) {
  .av-site-container {
    padding-top: 100px; } }
@media (max-width: 469px) {
  .av-site-container {
    padding-top: 100px; } }
@media (min-width: 1200px) {
  .col-lg-five {
    width: 20%; } }
.av-micro-footer {
  height: auto;
  background-color: #1d1d1f;
  /*$navbar-inverse-bg;*/
  color: #bbb;
  padding: 25px 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: -60px;
    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;
  display: none; }

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

.fa-times:before {
  color: #c10833; }

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

.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-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; } }
.itc-two-column-wrapper {
  margin-top: 15px; }
  @media (min-width: 992px) {
    .itc-two-column-wrapper {
      display: flex;
      flex-wrap: wrap; } }
  .itc-two-column-wrapper .left-side-section {
    background: #1d1d1f !important;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .itc-two-column-wrapper .left-side-section {
        width: 320px;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .itc-two-column-wrapper .right-sde-section {
      width: calc(100% - (320px + 15px));
      margin-left: 15px; } }
  .itc-two-column-wrapper .right-sde-section ul {
    margin-bottom: 0; }

.av-header-logo-wrap {
  line-height: 41px;
  /*padding: $header-menu-padding-bottom 0;
  text-align: center;
  padding: 15px 10px;
  display: flex;
  align-items: center;*/
  text-align: center;
  padding: 15px 0; }

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

.av-header-nav {
  text-align: center;
  line-height: 31px;
  font-size: 240%;
  background-color: #fff; }
  @media (max-width: 575px) {
    .av-header-nav {
      font-size: 200%; } }
  @media (min-width: 1025px) {
    .av-header-nav {
      padding: 15px 0; } }
  .av-header-nav .av-icon-nav > li > a {
    color: white; }
  .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;
    width: 100%; } }
.av-search-input {
  border: 0;
  outline: none;
  border-bottom: 2px solid #000;
  background: 0;
  padding: 0 10px;
  height: 31px;
  vertical-align: top;
  color: #e3021a;
  -webkit-transition: width .3s;
  transition: width .3s;
  box-shadow: none;
  width: 90% !important; }

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

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

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

  .av-search-input {
    width: 150px; }

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

  .av-search-btn:hover {
    color: #0f1011; }

  .av-header-nav {
    text-align: right;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0; }
    .av-header-nav .av-icon-nav > li > a {
      color: white; }
    .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: #0f1011; }
    .av-header-nav .av-badged .av-top-right-badge {
      background-color: #fff;
      border-color: #333639;
      color: #333639; }
    .av-header-nav .av-badged:hover .av-top-right-badge {
      border-color: #0f1011;
      color: #0f1011; }

  .av-header {
    padding: 15px 0;
    background-color: #333639; } }
@media (min-width: 992px) {
  .av-search-input:hover,
  .av-search-input:focus,
  .av-search-box:hover .av-search-input {
    background: none;
    width: 200px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .header-content-wrapper {
    height: 100px; } }
@media (max-width: 469px) {
  .header-content-wrapper {
    height: 100px; } }

@media (max-width: 469px) {
  .av-icon-nav .fa {
    font-size: 18px; } }

.cart_total_items {
  font-size: 7px;
  background-color: black;
  width: 15px;
  padding: 4px 3px;
  position: absolute;
  margin-left: 20px;
  color: #fff;
  line-height: 1;
  border-radius: 10px; }
  @media (max-width: 1200px) {
    .cart_total_items {
      margin-left: 15px; } }

[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: 0px;
  background-color: #eeeeee;
  text-align: left;
  color: #e3021a; }
  .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: #1d1d1f;
  /*#000;*/
  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: 0px;
  padding-right: 0px; }

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

.av-grid-tile-content:hover {
  background: #000; }

@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: #e3021a;
  text-transform: uppercase;
  margin-right: 10px; }

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

@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: #e3021a;
    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: #333639;
    background-color: inherit !important; }

@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: #333639; } }
.av-ruled-nav {
  width: 100%;
  text-align: left;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }
  .av-ruled-nav > li {
    display: table;
    color: #bebebe;
    font-family: 'OpenSans-Light'; }
  .av-ruled-nav > li > a {
    display: block;
    text-decoration: none !important;
    color: inherit;
    padding-top: .35em;
    padding-bottom: .35em;
    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: #fff;
    background-color: inherit; }
  .av-ruled-nav > li:last-child > a {
    border-bottom-width: 0; }
  .av-ruled-nav-inverse > li > a {
    border-bottom-color: #fff;
    padding-left: 0px !important; }
  .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: #fff;
    /*$brand-primary;*/ }
  .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-flex;
  text-transform: uppercase;
  position: relative;
  /* padding-left: 0; */
  padding: 0 11px;
  list-style: none; }
  @media (max-width: 768px) {
    .av-icon-nav {
      float: right;
      padding-right: 0; } }
  .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: 15px;
  font-size: 11px;
  border-radius: 13px;
  padding: 0;
  height: 26px;
  min-width: 26px;
  line-height: 24px;
  color: #333639;
  background-color: #fff;
  border: 2px solid #333639;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

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

.av-overlay-full,
.av-overlay-bottom {
  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; }
  @media (max-width: 860px) {
    .av-overlay-full .av-overlay {
      background-color: transparent; } }
.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(51, 54, 57, 0.7);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s; }

.av-overlay-primary .av-overlay {
  background-color: rgba(51, 54, 57, 0.7); }

@media (min-width: 992px) {
  .av-overlay-full .av-overlay {
    opacity: 0;
    filter: alpha(opacity=0); }
  .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: .7;
    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: #000;
  padding: 0 14px;
  position: relative; }
  .av-pagination .btn-link {
    padding: 7px 6px;
    line-height: 24px;
    border-width: 0;
    color: #e3021a; }
    .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: 1px 30px;
  border-bottom: 2px solid #e2e2e2;
  position: relative; }
  .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: #e3021a;
    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: #e3021a; }

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

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

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

.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: #e3021a; }
  .ui-slider > .ui-slider-handle {
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e3021a !important;
    background: #eeeeee;
    top: -8px !important;
    height: 20px !important;
    width: 20px !important;
    margin-left: -.6em; }
    .ui-slider > .ui-slider-handle:hover, .ui-slider > .ui-slider-handle:focus, .ui-slider > .ui-slider-handle:active {
      border-color: #333639 !important;
      border-width: 3px !important; }

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid white;
  border-width: 0 2px 2px 0;
  float: right;
  padding: 5px;
  margin-right: 5px;
  margin-top: 5px; }

.drop-button {
  height: 35px !important;
  background-color: transparent !important;
  outline: none;
  border: none !important;
  border-bottom: 2px solid white !important;
  border-radius: 0px !important;
  color: white !important;
  font-size: 16px; }

#drop-search {
  width: 90%;
  box-shadow: none !important;
  margin: 5px;
  margin-left: 5%;
  border: 1px solid !important; }

.ms-drop li:hover {
  background-color: lightgray; }

.ms-drop ul {
  max-height: 250px;
  padding: 5px 0px !important; }

.ms-drop li {
  padding: 0px 5px; }

.ms-parent {
  width: 100%; }

.bottom {
  position: sticky !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: #e3021a;
  padding: 12px 0;
  font-weight: bold; }
  .av-result-overlay-btn:hover {
    color: #e3021a; }

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

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

.list > .av-result {
  width: 100%;
  padding: 4px 0; }
.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; }

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

  .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: 11px;
  padding-left: 11px;
  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: #fff; }

.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%;
  display: flex;
  align-items: center; }

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

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

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

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

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

.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: 35px; }

.av-price-match-btn {
  clear: both;
  color: #e3021a;
  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: #333639;
    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;
  display: inline-block; }
  .av-product-favs > a {
    color: #e3021a;
    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 #333639;
  color: #333639;
  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: #333639; }

/*
@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: #e3021a; } }
.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: #333639; }

.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: #e3021a; }
  .av-cart-qty-btn:focus, .av-cart-qty-btn:active, .av-cart-qty-btn:hover {
    color: #222222; }

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

.cart-products {
  background-color: #fff;
  color: #000; }

.cart-products .av-img-placeholder-img {
  position: initial !important; }

.cart-products .av-img-placeholder-wrap {
  padding-bottom: 0 !important; }

.w-50 {
  width: 50%; }

.cart-products .table > thead > tr > th {
  text-align: center;
  border-bottom: none; }

.cart-products .table > thead > tr > th:first-child {
  text-align: left;
  font-size: 20px; }

.cart-products .table {
  margin-bottom: 0; }

.cart-products .table > tbody > tr > td {
  text-align: center;
  border: 1px solid #f5f5f5 !important; }

.cart-products .table > tbody > tr > td:first-child {
  border: none !important; }

.cart-products .remove-line .material-icons {
  font-size: 16px;
  /* background: #eeeeee; */
  /* border-radius: 50%; */
  /* padding: 2px; */
  /* vertical-align: text-top; */
  /* text-align: center; */
  position: absolute;
  top: 4px;
  /* right: 18px; */
  /* bottom: 50%; */
  /* left: 50%; */
  left: 4.5px; }

.cart-products .delete-product-btn {
  width: 25px;
  height: 25px;
  position: relative;
  border: none;
  border-radius: 50%; }

.cart-products .quantity-input {
  box-shadow: none;
  text-align: center;
  font-weight: bold;
  color: #000; }

.cart-bottom-contents {
  background-color: #fff;
  padding: 30px 10px; }

.cart-bottom-contents .cart-left {
  flex-direction: column;
  justify-content: space-between; }

.cart-bottom-contents .update-btn {
  color: #fff;
  background-color: #c10833;
  font-weight: 600;
  letter-spacing: .1rem; }

.cart-bottom-contents .clear-cart-btn {
  background-color: #fff;
  color: #c10833;
  box-shadow: none;
  font-weight: 600;
  letter-spacing: .1rem; }

.cart-bottom-contents input {
  box-shadow: none !important; }

.cart-bottom-contents input.order-ref {
  border-radius: 15px !important; }

.cart-bottom-contents .coupon-code, .cart-bottom-contents .add-coupon-btn {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  font-weight: 600;
  letter-spacing: .1rem; }

.cart-bottom-contents .order-summary {
  background-color: #f5f5f5;
  padding: 15px; }

.cart-bottom-contents .order-summary .summary-heading {
  color: #000;
  font-weight: 600; }

.cart-bottom-contents .table > tbody > tr > th, .cart-bottom-contents .table > tbody > tr > td {
  border-top: none;
  color: #000; }

.cart-bottom-contents .table {
  background-color: #fff; }

.checkout-btn {
  background-color: #c10833;
  color: #fff; }

.text-red {
  color: #c10833; }

.font-weight-bold {
  font-weight: 600 !important; }

.flex-column {
  flex-direction: column; }

.checkout select {
  padding: 10px;
  width: 100%;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  color: #999; }

.checkout input {
  box-shadow: none;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #eee; }

.checkout ::placeholder {
  color: #ddd; }

.checkout .asterisk {
  color: #999; }

.checkout label {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 10px; }

.checkout .control-label {
  text-transform: capitalize;
  font-weight: 600; }

.checkout textarea {
  box-shadow: none;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid #eee; }

.checkout .address-form {
  border: 1px solid #eee;
  padding: 15px; }

.checkout input:focus-visible {
  outline: none; }

.checkout textarea:focus-visible {
  outline: none; }

.checkout select:focus-visible {
  outline: none; }

.checkout .saved-heading {
  color: #ddd;
  margin: 10px; }

.checkout .address-form-heading, .checkout .saved-heading {
  background-color: #e6e6e6;
  color: #999;
  text-align: center;
  width: fit-content;
  margin: 10px auto;
  padding: 0px 10px;
  border-radius: 20px; }

.mb-1 {
  margin-bottom: 20px; }

.payment .delivery-location {
  border: 1px solid #eee;
  padding: 20px; }

.payment .delivery-location .material-icons {
  font-size: 16px;
  margin: 5px 15px 0px 0px;
  background-color: #eee;
  height: fit-content;
  padding: 5px;
  border-radius: 50%; }

.payment .grand-total {
  background: #000;
  color: white;
  padding: 10px; }

.payment .payment-method {
  padding: 15px; }

.order-summary {
  background-color: #f5f5f5;
  padding: 15px; }

.summary-heading {
  color: #000;
  font-weight: 600; }

.order-summary .table > tbody > tr > th, .order-summary .table > tbody > tr > td {
  border-top: none;
  color: #000; }

.order-summary .table {
  background-color: #fff; }

@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(https://d2qw8e5cw6akh2.cloudfront.net/ts1771226532/images/jpg/StyleSheet/5/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 #333639;
  -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;

}
*/
.mt-2 {
  margin-top: 1rem; }

@media (min-width: 768px) {
  .row.row-1, .row.row-2, .row.row-3, .row.row-4 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media (max-width: 767px) {
  .contact-submit-form .zero-left-pad {
    padding-left: 15px !important; } }
@media (max-width: 767px) {
  .contact-submit-form .form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.info-section.info-section-bg .bg-overlay {
  min-height: 720px;
  width: 720px;
  margin-top: -190.5px;
  margin-left: -63.75px;
  height: 100%;
  border-radius: 0 50% 50% 0; }
  @media (max-width: 1200px) {
    .info-section.info-section-bg .bg-overlay {
      margin-top: -105.5px;
      margin-left: -160.75px; } }

.av-img-placeholder {
  margin: 0 auto; }

.av-img-placeholder-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://d2qw8e5cw6akh2.cloudfront.net/ts1645445057/attachments/CmsSetting/20/placeholder-box.svg");
  position: relative; }

.av-img-placeholder-img {
  width: 100%;
  height: auto;
  position: absolute !important;
  top: 0;
  left: 0; }

.content-wrap {
  background-color: #fff; }

.av-facet-list > li > a {
  color: #fff; }

.cat-section {
  margin-bottom: 10px; }

.cat-heading {
  margin: 0px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bolder; }

.cat-info {
  color: #fff;
  letter-spacing: 1.2px;
  margin: 0px; }

.cat-footer {
  background: #1d1d1f;
  padding: 20px; }

.footer-message {
  margin: 0px;
  color: #fff;
  font-weight: bolder; }

.collapsible {
  background-color: #1d1d1f;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  display: list-item;
  transition: width 2s, height 2s, background-color 2s; }

.active, .collapsible:hover {
  color: #c10833; }

.active:after {
  content: "" !important; }

.content {
  padding: 20px 50px;
  display: none;
  overflow: overlay;
  background-color: #1d1d1f; }

.collapse-section {
  width: 40%; }

@media (max-width: 768px) {
  .collapse-section {
    width: 100%; } }
.plus, .minus {
  font-size: 200%; }

.minus {
  display: none; }

.collapse-content {
  width: -webkit-fill-available; }

.modal-content {
  background-color: #fff;
  overflow: overlay;
  width: 100%; }

.modal-dialog {
  max-width: 1170px;
  min-width: 50px;
  width: auto;
  height: -webkit-fill-available;
  overflow: overlay;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 768px) {
  .modal-dialog {
    width: auto; } }
.av-two-column-right {
  padding-left: 0;
  padding-right: 0; }

.itc-two-column-wrapper {
  margin: 0px 15px; }

.itc-two-column-wrapper .left-side-section {
  background: #1d1d1f !important;
  position: sticky;
  top: 150px;
  height: 100%; }

@media (min-width: 992px) and (max-width: 1262px) {
  .itc-two-column-wrapper .left-side-section {
    top: 200px; } }
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #c10833;
  z-index: 1;
  color: #fff; }

.mobile-filter-btn {
  margin: 10px;
  background-color: #000;
  color: #fff;
  width: fit-content;
  border-radius: 40px;
  padding: 2px 10px;
  align-items: center;
  cursor: pointer; }

.mobile-filter-btn:hover {
  color: #ed1c23; }

.content-wrap.active {
  background: #fff !important; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
.right-sde-section .content {
  animation: fadeInOpacity 0.45s ease-in-out; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

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

.justify-between {
  justify-content: space-between; }

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

.mr-10 {
  margin-right: 10px; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.w-25 {
  width: 25%; }

.pr-10 {
  padding-right: 10px; }

.pl-10 {
  padding-left: 10px; }

.pl-5 {
  padding-left: 5px; }

.bg-white {
  background-color: #fff; }

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0; }

.breadcrumb > .current-page-active {
  color: #000;
  font-weight: 600; }

.breadcrumb a {
  text-decoration: none; }

.breadcrumb-item {
  text-transform: uppercase; }

.av-page-title > .breadcrumb {
  text-align: left;
  padding: 0 15px; }

.hero-image .av-page-title {
  padding: 15px 15px 15px 0px; }

.hero-image .av-page-title > .breadcrumb > li > a {
  color: #000;
  text-transform: Uppercase; }

.hero-image .av-page-title > .breadcrumb > li > a p {
  color: #000 !important; }

.carousel-caption-text {
  top: 25%;
  padding: 0;
  bottom: 40%; }
  @media (max-width: 768px) {
    .carousel-caption-text {
      left: 0;
      text-align: center;
      width: 100%; } }

.carousel-caption h1 p {
  color: #fff !important;
  margin: 0; }

.carousel-caption h1 {
  margin: 0; }

.av-page-title > .breadcrumb > li > a {
  color: #000; }
  @media (max-width: 375px) {
    .av-page-title > .breadcrumb > li > a {
      font-size: 12px; } }

.av-page-title > .breadcrumb > li > a:active, .av-page-title > .breadcrumb > li > a:hover, .av-page-title > .breadcrumb > li > a:focus {
  color: #c10833; }

.av-page-title .current-page-active {
  color: #000;
  font-weight: 600; }
  @media (max-width: 375px) {
    .av-page-title .current-page-active {
      font-size: 12px; } }

.pl-0 {
  padding-left: 0 !important; }

.filter-part {
  padding: 20px;
  color: #fff;
  background-color: #1d1d1f;
  height: 100%; }

.filter-part .filter-icon {
  align-items: center;
  padding: 0px 5px 10px 5px; }

.filter-part hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  opacity: 0.15;
  border-top: 1px solid #f5f5f5; }

.filter-part .filter-heading-part {
  justify-content: space-between; }

.filter-part .reset-btn {
  color: #c10833;
  text-decoration: underline;
  text-transform: uppercase;
  font-style: italic; }

.filter-part .reset-btn:hover {
  color: #fff; }

.cat-info option {
  color: #000; }

.av-facet-module-new .collapsible {
  padding: 5px; }

.av-facet-module-new .content {
  padding: 0px 30px;
  overflow: visible; }

.av-facet-module-new .dropdown-styles {
  height: auto;
  max-height: 200px;
  color: #000;
  background-color: #fff;
  overflow: overlay;
  z-index: 1;
  width: 100%;
  padding: 0px; }

.av-facet-module-new .content .dropdown-menu {
  height: auto;
  max-height: 300px;
  overflow-y: scroll; }

.av-facet-module-new .content .dropdown-menu > li {
  border-bottom: none; }

.av-facet-module-new .content .dropdown-menu > li > a {
  color: #000; }

.av-facet-module-new .content li > a {
  color: #fff; }

.av-facet-module-new .dropdown-styles li > a {
  color: #000 !important;
  padding-left: 35px;
  border-bottom: 1px solid #f5f5f5; }

.av-facet-module-new .dropdown-styles ul {
  padding-inline-start: 0; }

.av-facet-module-new .dropdown-styles li:hover {
  background-color: #c10833 !important;
  color: #fff; }

.av-facet-module-new .content li > a:hover {
  color: #c10833; }

.ms-drop li > a:hover {
  background-color: #c10833; }

.dropdown-menu > li > a {
  color: #000;
  border-bottom: none; }

.dropdown-menu > li > a:hover {
  background-color: #47a0fe;
  color: #000 !important; }

.dropdown-menu::before {
  display: unset; }

#mobilefilterview .modal-header {
  background-color: #1f1f1f; }
#mobilefilterview .modal-content {
  background-color: #1f1f1f; }
#mobilefilterview .close {
  color: #c10833; }

.mobile-menu-style {
  box-shadow: 0 0 10px #ddd;
  padding: 10px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.av-search-input {
  height: auto !important;
  width: 100% !important; }

.search-submit-btn {
  background-color: #c10833;
  vertical-align: middle;
  display: inline-flex; }

.search-submit-btn .material-icons {
  padding: 5px; }

#category .av-pagination {
  background-color: #c10833 !important;
  color: white;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

#category .av-pagination .btn {
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  text-transform: none;
  font-size: 10px; }

#category .resultsort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  #category .resultsort .av-pagination-result-count {
    margin-right: 30px; } }
@media (max-width: 991px) {
  #category .resultsort {
    width: 100%; } }
.mr-1 {
  margin-right: 0.5rem; }

#category .open > .dropdown-menu {
  z-index: 1; }

.dropdown-menu > li > a:hover {
  background-color: #c10833; }

.product-card {
  margin: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(187, 187, 187, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: -webkit-fill-available; }

.product-img {
  padding: 0px; }

.product-img-details {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative; }

.product-view-icon {
  position: absolute;
  top: -15%;
  right: 5%;
  color: #fff; }

.product-view-icon .material-icons {
  padding: 5px;
  background: #c10833;
  border-radius: 50%;
  font-size: 16px;
  color: #fff; }

.product-name {
  width: 100%;
  line-height: 1.25;
  font-weight: 600;
  margin: 10px 0px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000; }

.product-price .price {
  font-size: 12px; }

.av-img-placeholder-img {
  border-radius: 10px;
  height: 100% !important; }

.label-success {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #059346;
  font-weight: 600;
  font-size: 10px; }

.label-info {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #c10833;
  font-weight: 600;
  font-size: 10px; }

.label-warning {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #c48f00;
  font-weight: 600;
  font-size: 10px; }

.av-product-details .price-avail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.av-product-details .label-success, .av-product-details .label-info, .av-product-details .label-warning {
  border-color: #fff;
  background-color: #fff;
  font-size: 12px; }

.av-product-quick-view {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-around; }
  .av-product-quick-view .carousel-inner {
    box-shadow: 0px 0px 10px rgba(187, 187, 187, 0.75); }

@media (max-width: 992px) {
  .av-product-quick-view {
    height: 90vh; } }
.av-product-quick-view .product-image img {
  width: 100%;
  border-color: #eee;
  box-shadow: 0px 0px 10px rgba(187, 187, 187, 0.75);
  border-radius: 10px; }

.av-product-quick-view .av-img-placeholder {
  max-width: none !important; }

.av-product-quick-view .product-title {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
  font-family: "OpenSans-bold"; }

.av-product-quick-view .product-details {
  display: flex;
  flex-direction: column;
  /* flex: 1; */
  justify-content: space-between; }

.av-product-quick-view .price-avail .price {
  font-family: "OpenSans-bold"; }

.av-product-quick-view .av-product-code {
  color: #000; }

.av-product-quick-view .av-product-desc {
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.av-product-quick-view .btn {
  background: #fff;
  color: #000;
  border: 1px solid #000; }

.av-product-quick-view .cartbtn {
  display: flex;
  flex-direction: column; }

.av-product-quick-view .add-to-cart-form {
  float: none; }

.av-product-quick-view .av-product-preview-description {
  margin-bottom: 0px; }

.av-product-quick-view .av-add-group-btn .btn {
  background-color: #c10833;
  color: #fff;
  border: none; }

.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
  font-size: 60px;
  color: #c10833; }

.carousel-control {
  opacity: 1;
  width: auto !important; }

.each-product-details {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 992px) {
  .each-product-details {
    margin: 15px;
    width: auto; } }
.each-product-details .product-title {
  color: #000;
  font-weight: bolder;
  font-size: x-large;
  margin-bottom: 15px;
  font-family: "OpenSans-bold"; }
  @media (max-width: 992px) {
    .each-product-details .product-title {
      margin-top: 16px; } }

.each-product-details .price-avail .price {
  font-family: "OpenSans-bold"; }

.each-product-details .av-product-code {
  color: #000; }

.each-product-details .av-product-desc {
  line-height: 150%; }

.each-product-details .btn {
  background: #fff;
  color: #000;
  border: 1px solid #000; }

.each-product-details .cartbtn {
  display: flex;
  flex-direction: column; }

.each-product-details .add-to-cart-form {
  float: none; }

.each-product-details .av-product-preview-description {
  margin-bottom: 0px; }

.each-product-details .av-add-group-btn .btn {
  background-color: #c10833;
  color: #fff;
  border: none; }

.each-product-details .small-prod-img {
  height: auto;
  max-height: 420px;
  overflow: overlay;
  direction: rtl; }

.each-product-details .small-prod-img img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }

.each-product-details .product-details {
  display: flex;
  flex-direction: column;
  /* flex: 1; */
  justify-content: space-between; }

.av-img-placeholder {
  max-width: 500px;
  border-color: #eee;
  box-shadow: 0px 0px 10px rgba(187, 187, 187, 0.75); }

.product-card .av-img-placeholder {
  box-shadow: none; }

.small-prod-img .av-img-placeholder {
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 10px; }

.small-prod-img::-webkit-scrollbar {
  width: 10px; }

.small-prod-img::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.small-prod-img::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  opacity: 0.5; }

/* Handle on hover */
.small-prod-img::-webkit-scrollbar-thumb:hover {
  background: #555;
  opacity: 0.5; }

.product-carousel {
  width: 100% !important; }

.related-products-tab {
  padding: 20px 0; }

.cart-products {
  margin: 10px; }

@media (max-width: 767px) {
  .cart-table {
    display: none; } }

.mobile-cart-cards .mobile-cart-heading {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600; }
.mobile-cart-cards .mobile-cards-wrapper .card-cart {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  margin: 15px 0px;
  padding: 15px;
  box-shadow: 0px 0px 10px #ddd; }
  @media (min-width: 768px) {
    .mobile-cart-cards .mobile-cards-wrapper .card-cart {
      flex-direction: row; } }
  .mobile-cart-cards .mobile-cards-wrapper .card-cart .del-details {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
    .mobile-cart-cards .mobile-cards-wrapper .card-cart .del-details .details-prod {
      display: flex;
      width: 100%;
      justify-content: space-evenly; }
      @media (max-width: 374px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .del-details .details-prod {
          flex-wrap: wrap; } }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .del-details .details-prod .prod-title-code {
          display: flex;
          align-items: center;
          width: 100%;
          justify-content: space-between; } }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .del-details .details-prod .prod-title-code .prod-title {
          width: 50%; } }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .del-details .details-prod .prod-title-code .prod-code {
          width: 50%;
          text-align: center; } }
  .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values {
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values {
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between; } }
    .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty {
      width: 100%; }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty {
          width: 25%; } }
      .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty .update-qty {
        display: flex;
        align-items: center;
        justify-content: right;
        width: 50%; }
        @media (min-width: 768px) {
          .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty .update-qty {
            width: 100%;
            justify-content: center; } }
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty .update-qty input {
          text-align: center;
          box-shadow: none;
          width: 50%; }
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty .update-qty .minus-cart, .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty .update-qty .add-cart {
          background-color: #eee;
          width: 25px;
          height: 25px;
          border-radius: 50%; }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-qty .quantity-input {
          text-align: center !important; } }
    .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-unit-price {
      width: 100%; }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-unit-price {
          width: 25%; } }
    .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-gst {
      width: 100%; }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-gst {
          width: 25%; } }
    .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-total-price {
      width: 100%; }
      @media (min-width: 768px) {
        .mobile-cart-cards .mobile-cards-wrapper .card-cart .prod-values .prod-total-price {
          width: auto; } }

.keep-shop-btn .material-icons {
  vertical-align: bottom; }
.keep-shop-btn .ks-text {
  flex: 1; }

.av-container-content {
  padding: 0 !important; }

#cart-form {
  background-color: #fff;
  padding: 30px 0px; }

.float-none {
  float: none !important; }

.eofy-offers-bg .bg-overlay {
  min-height: 720px;
  width: 720px;
  margin-top: -153.5px;
  margin-left: -102.75px; }

@media (max-width: 1180px) {
  .info-section.eofy-offers-bg {
    background-position-x: -358px;
    background-size: cover; }

  .eofy-offers-bg .bg-overlay {
    margin-left: -210.75px; } }
@media (max-width: 820px) {
  .info-section.eofy-offers-bg {
    background-position-x: -688px; } }
@media (max-width: 600px) {
  .mobile-code {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff; }

  .eofy-offers-bg .bg-overlay {
    margin-top: -230.5px !important;
    margin-left: -187.75px; }

  .mobile-info-section.info-section {
    background-position: bottom;
    background-size: cover; }

  .mobile-info-section.info-section .content-wrap {
    padding: 15px; }

  .info-section.mobile-info-section .download-link {
    float: none;
    display: block; } }
.info-section.eofy-offers-bg-2 {
  min-height: 366px; }
  .info-section.eofy-offers-bg-2 .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 366px; }

.mobile-text {
  display: none; }

@media (max-width: 1180px) {
  .info-section.eofy-offers-bg-2 {
    background-size: cover; } }
@media (max-width: 600px) {
  .info-section.mobile-info-wrap-2 {
    background-position: bottom;
    background-size: cover;
    background-position-x: -20px; }

  .mobile-text {
    display: block; }

  .info-section.mobile-info-wrap-2 .content-wrap {
    padding: 15px; }

  .mobile-text {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 150px;
    line-height: 45px;
    text-align: center; }

  .info-section.mobile-info-wrap-2 .download-link {
    float: none;
    display: block; }

  .eofy-offers-bg-2 .bg-overlay {
    margin-top: -480.5px !important; } }
