<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**********************************************/
/**********************************************/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/*! Tablesaw - v2.0.2 - 2015-10-27
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

.tablesaw-enhanced .tablesaw-bar .btn {
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  background: none;
  background-color: #fafafa;
  -webkit-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 0.0625rem 0 white;
  box-shadow: 0 1px 0 white;
  box-shadow: 0 0.0625rem 0 white;
  color: #4a4a4a;
  clear: both;
  cursor: pointer;
  display: block;
  font: bold 20px/1 sans-serif;
  font: bold 1.25rem/1 sans-serif;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 0.0625rem 0 #fff;
  width: 100%;
  /* Theming */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(55%, rgba(170, 170, 170, 0.1)), to(rgba(120, 120, 120, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(170, 170, 170, 0.1) 55%, rgba(120, 120, 120, 0.15) 100%);
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  border-radius: .25em; }

.tablesaw-enhanced .tablesaw-bar a.btn {
  color: #1c95d4; }

.tablesaw-enhanced .tablesaw-bar .btn:hover {
  text-decoration: none; }

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.35)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.35)), color-stop(70%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(top, rgba(100, 100, 100, 0.35) 0%, rgba(255, 255, 255, 0) 70%); }

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus {
  color: #208de3;
  background-color: #fff;
  outline: none; }

.tablesaw-bar .btn:focus {
  -webkit-box-shadow: 0 0 .35em #4faeef !important;
  box-shadow: 0 0 .35em #4faeef !important; }

.tablesaw-bar .btn-select select {
  background: none;
  border: none;
  display: block;
  position: absolute;
  font-weight: inherit;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em; }

.tablesaw-bar .btn-select select {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  color: transparent; }

.tablesaw-bar .btn select option {
  background: #fff;
  color: #000;
  font-family: sans-serif; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
  text-align: left;
  text-indent: 0; }

.tablesaw-bar .btn.btn-small,
.tablesaw-bar .btn.btn-micro {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-bar .btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  line-height: 1.1875rem;
  padding: .3em 1em .3em 1em; }

.tablesaw-bar .btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em; }

.tablesaw-enhanced .tablesaw-bar .btn-select {
  text-align: left; }

.tablesaw-bar .btn-select:after {
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0.125rem 0.125rem rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0.125rem 0.125rem rgba(255, 255, 255, 0.25);
  content: " ";
  display: block;
  position: absolute; }

.tablesaw-bar .btn-select.btn-small,
.tablesaw-bar .btn-select.btn-micro {
  padding-right: 1.5em; }

.tablesaw-bar .btn-select:after {
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left-width: 0; }

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 0.0625rem 0 #fff;
  border-radius: .25em; }

.tablesaw-advance .btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .5em;
  position: relative; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-left: 0.3125rem solid transparent;
  border-right: 5px solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 5px solid #808080;
  border-top: 0.3125rem solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-left: 0.3125rem solid transparent;
  border-right: 5px solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 5px solid #808080;
  border-bottom: 0.3125rem solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-top: 0.3125rem solid transparent;
  border-bottom: 5px solid transparent;
  border-bottom: 0.3125rem solid transparent; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080;
  border-right: 0.3125rem solid #808080; }

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080;
  border-left: 0.3125rem solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

/* Table Toolbar */
.tablesaw-bar {
  clear: both;
  font-family: sans-serif; }

.tablesaw-toolbar {
  font-size: .875em;
  float: left; }

.tablesaw-toolbar label {
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
  margin-bottom: 0; }

.tablesaw-bar .tablesaw-toolbar .btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-family: sans-serif;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-toolbar .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
  padding-top: .9em; }

.tablesaw-bar .tablesaw-toolbar select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-toolbar ~ table {
  clear: both; }

.tablesaw-toolbar .a11y-sm {
  clip: rect(0 0 0 0);
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  width: 1px;
  width: 0.0625rem; }

@media (min-width: 24em) {
  .tablesaw-toolbar .a11y-sm {
    clip: none;
    height: auto;
    width: auto;
    position: static;
    overflow: visible; } }

table.tablesaw tbody th {
  font-weight: bold; }

table.tablesaw thead th,
table.tablesaw thead td {
  color: #444;
  font-size: .9em; }

.tablesaw th,
.tablesaw td {
  line-height: 1em;
  text-align: left;
  vertical-align: middle; }

.tablesaw td,
.tablesaw tbody th {
  vertical-align: middle;
  font-size: 1.17em;
  /* 19px */ }

.tablesaw td .btn,
.tablesaw tbody th .btn {
  margin: 0; }

.tablesaw thead {
  border: 1px solid #e5e5e4;
  border: 0.0625rem solid #e5e5e4;
  background: #e2dfdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2dfdc));
  background-image: -webkit-linear-gradient(top, #fff, #e2dfdc);
  background-image: -o-linear-gradient(top, #fff, #e2dfdc);
  background-image: linear-gradient(to bottom, #fff, #e2dfdc); }

.tablesaw thead th {
  font-weight: 100;
  color: #777;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 0.0625rem 0 #fff;
  text-align: left; }

.tablesaw thead tr:first-child th {
  font-weight: normal;
  font-family: sans-serif;
  border-right: 1px solid #e4e1de;
  border-right: 0.0625rem solid #e4e1de; }

/* Table rows have a gray bottom stroke by default */
.tablesaw tbody tr {
  border-bottom: 1px solid #dfdfdf;
  border-bottom: 0.0625rem solid #dfdfdf; }

.tablesaw caption {
  text-align: left;
  margin-bottom: 0;
  opacity: .5;
  filter: alpha(opacity=50);
  line-height: 2.4; }

@media (min-width: 25em) {
  .tablesaw caption {
    margin-bottom: .6em;
    line-height: 1.2; } }

/* Stack */
.tablesaw-cell-label-top {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: normal; }

.tablesaw-cell-label {
  font-size: .65em;
  text-transform: uppercase;
  color: #888;
  font-family: sans-serif; }

@media (min-width: 40em) {
  .tablesaw td {
    line-height: 2em; } }

@media only all {
  .tablesaw-swipe .tablesaw-cell-persist {
    border-right: 1px solid #e4e1de;
    border-right: 0.0625rem solid #e4e1de; }
  .tablesaw-swipe .tablesaw-cell-persist {
    -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
    -webkit-box-shadow: 0.1875rem 0 0.25rem -0.0625rem #e4e1de;
    box-shadow: 3px 0 4px -1px #e4e1de;
    box-shadow: 0.1875rem 0 0.25rem -0.0625rem #e4e1de; } }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf;
  border-bottom: 0.0625rem solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
    margin-top: -0.0625rem; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-fix-persist {
  table-layout: fixed; }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-cell-hidden,
  .tablesaw-swipe td.tablesaw-cell-hidden {
    display: none; } }

.btn.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  text-indent: -624.9375rem;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */ }

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -webkit-box-shadow: 0 0.0625rem 0.125rem #ccc;
  box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 0.0625rem 0.125rem #ccc;
  border-radius: .2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: none; } }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-cell-hidden,
  .tablesaw-columntoggle td.tablesaw-cell-hidden {
    display: none; }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-cell-visible,
  .tablesaw-columntoggle td.tablesaw-cell-visible {
    display: table-cell; } }

.tablesaw-columntoggle-popup .btn-group &gt; label {
  display: block;
  padding: .2em 0;
  white-space: nowrap; }

.tablesaw-columntoggle-popup .btn-group &gt; label input {
  margin-right: .8em; }

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
  position: relative; }

.tablesaw-sortable thead tr th {
  padding-right: 1.6em;
  vertical-align: top; }

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-top: .9em;
  padding-bottom: .7em;
  padding-left: .6em;
  padding-right: 1.6em; }

.tablesaw-sortable .tablesaw-sortable-head button {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  text-transform: inherit;
  position: relative; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  width: 7px;
  width: 0.4375rem;
  height: 10px;
  height: 0.625rem;
  content: "\0020";
  position: absolute;
  right: .5em; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
  content: "\2191"; }

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  content: "\2193"; }

.tablesaw-sortable .not-applicable:after {
  content: "--";
  display: block; }

.tablesaw-sortable .not-applicable span {
  display: none; }

.tablesaw-advance {
  float: right; }

.tablesaw-advance.minimap {
  margin-right: .4em; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em; }

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block; }

.tablesaw-advance-dots-hide {
  opacity: .25;
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none; }

/**********************************************/
/**********************************************/
/*! 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;
  border-bottom: 0.0625rem 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;
  margin: 1em 2.5rem; }

hr {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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;
  border: 0.0625rem solid #c0c0c0;
  margin: 0 2px;
  margin: 0 0.125rem;
  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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !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;
    border: 0.0625rem 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 &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000;
    border: 0.0625rem 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;
    border: 0.0625rem solid #ddd !important; } }

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

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

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: -0.125rem; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded, .img-thumbnail.img-rounded img,
.img-thumbnail.img-rounded .bg-images, .img-thumbnail.img-circle img,
.img-thumbnail.img-circle .bg-images {
  border-radius: 6px;
  border-radius: 0.375rem; }

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

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

hr {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-top: 0.0625rem solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  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: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem; }

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

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

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

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

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

p {
  margin: 0 0 10px;
  margin: 0 0 0.625rem; }

.lead {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  margin: 40px 0 20px;
  margin: 2.5rem 0 1.25rem;
  border-bottom: 1px solid #eeeeee;
  border-bottom: 0.0625rem solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

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;
  margin-left: -0.3125rem; }

.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-size: 17.5px;
  font-size: 1.09375rem;
  border-left: 5px solid #eeeeee;
  border-left: 0.3125rem solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777; }

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

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

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  padding: 0.59375rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 4px;
  border-radius: 0.25rem; }

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

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

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px;
    width: 46.875rem; } }

@media (min-width: 992px) {
  .container {
    width: 970px;
    width: 60.625rem; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    width: 73.125rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

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

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

.row {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem; }

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

.row:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  padding: 0.5rem;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd; }

.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  border-bottom: 0.125rem solid #ddd; }

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

.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
  border-top: 0.125rem solid #ddd; }

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

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
  padding: 0.3125rem; }

.table-bordered {
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd; }

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd; }

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
  border-bottom-width: 0.125rem; }

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

.table-hover &gt; tbody &gt; 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 &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    border: 0.0625rem solid #ddd; }
  .table-responsive &gt; .table {
    margin-bottom: 0; }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap; }
  .table-responsive &gt; .table-bordered {
    border: 0; }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0; }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0; }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0; } }

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  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: 0.25rem 0 0;
  margin-top: 1px \9;
  margin-top: 0.0625rem \9;
  line-height: normal; }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  height: 2.125rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem 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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem 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);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.5rem rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
    line-height: 2.125rem; }
  input[type="date"].input-sm, .input-group-sm &gt; input.form-control[type="date"],
  .input-group-sm &gt; input.input-group-addon[type="date"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm &gt; input.form-control[type="time"],
  .input-group-sm &gt; input.input-group-addon[type="time"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="time"],
  .input-group-sm
input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm &gt; input.form-control[type="datetime-local"],
  .input-group-sm &gt; input.input-group-addon[type="datetime-local"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="datetime-local"],
  .input-group-sm
input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm &gt; input.form-control[type="month"],
  .input-group-sm &gt; input.input-group-addon[type="month"],
  .input-group-sm &gt; .input-group-btn &gt; input.btn[type="month"],
  .input-group-sm
input[type="month"] {
    line-height: 30px;
    line-height: 1.875rem; }
  input[type="date"].input-lg, .input-group-lg &gt; input.form-control[type="date"],
  .input-group-lg &gt; input.input-group-addon[type="date"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg &gt; input.form-control[type="time"],
  .input-group-lg &gt; input.input-group-addon[type="time"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="time"],
  .input-group-lg
input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg &gt; input.form-control[type="datetime-local"],
  .input-group-lg &gt; input.input-group-addon[type="datetime-local"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="datetime-local"],
  .input-group-lg
input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg &gt; input.form-control[type="month"],
  .input-group-lg &gt; input.input-group-addon[type="month"],
  .input-group-lg &gt; .input-group-btn &gt; input.btn[type="month"],
  .input-group-lg
input[type="month"] {
    line-height: 46px;
    line-height: 2.875rem; } }

.form-group {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.radio label,
.checkbox label {
  min-height: 20px;
  min-height: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  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-left: -1.25rem;
  margin-top: 4px \9;
  margin-top: 0.25rem \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-left: 1.25rem;
  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;
  margin-left: 0.625rem; }

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
  min-height: 34px;
  min-height: 2.125rem; }

.form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control,
.input-group-lg &gt; .form-control-static.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
.input-group-sm &gt; .form-control-static.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  height: 1.875rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  border-radius: 0.1875rem; }

select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
  height: 30px;
  height: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem; }

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

.form-group-sm .form-control {
  height: 30px;
  height: 1.875rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.form-group-sm select.form-control {
  height: 30px;
  height: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem; }

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

.form-group-sm .form-control-static {
  height: 30px;
  height: 1.875rem;
  min-height: 32px;
  min-height: 2rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  height: 2.875rem;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  border-radius: 6px;
  border-radius: 0.375rem; }

select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
  height: 46px;
  height: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem; }

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

.form-group-lg .form-control {
  height: 46px;
  height: 2.875rem;
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  border-radius: 6px;
  border-radius: 0.375rem; }

.form-group-lg select.form-control {
  height: 46px;
  height: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem; }

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

.form-group-lg .form-control-static {
  height: 46px;
  height: 2.875rem;
  min-height: 38px;
  min-height: 2.375rem;
  padding: 11px 16px;
  padding: 0.6875rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px;
  padding-right: 2.65625rem; }

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

.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback, .input-group-lg &gt; .input-group-addon + .form-control-feedback, .input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem; }

.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback, .input-group-sm &gt; .input-group-addon + .form-control-feedback, .input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem; }

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075); }

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

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

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

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

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075); }

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

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

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

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

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

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

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

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

.has-feedback label ~ .form-control-feedback {
  top: 25px;
  top: 1.5625rem; }

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
  min-height: 1.6875rem; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

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

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

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

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

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

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-offset: -0.125rem; }

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

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

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

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active,
.open &gt; .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open &gt; .btn-default.dropdown-toggle:hover,
.open &gt; .btn-default.dropdown-toggle:focus,
.open &gt; .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

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

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active,
.open &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open &gt; .btn-primary.dropdown-toggle:hover,
.open &gt; .btn-primary.dropdown-toggle:focus,
.open &gt; .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

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

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

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

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

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active,
.open &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

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

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

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

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active,
.open &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open &gt; .btn-info.dropdown-toggle:hover,
.open &gt; .btn-info.dropdown-toggle:focus,
.open &gt; .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

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

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

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active,
.open &gt; .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open &gt; .btn-warning.dropdown-toggle:hover,
.open &gt; .btn-warning.dropdown-toggle:focus,
.open &gt; .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

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

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

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active,
.open &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open &gt; .btn-danger.dropdown-toggle:hover,
.open &gt; .btn-danger.dropdown-toggle:focus,
.open &gt; .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

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

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

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

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

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

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

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

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

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  border-radius: 6px;
  border-radius: 0.375rem; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.btn-xs, .btn-group-xs &gt; .btn {
  padding: 1px 5px;
  padding: 0.0625rem 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  border-radius: 0.1875rem; }

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

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

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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-left: 0.125rem;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 0.25rem dashed;
  border-top: 4px solid \9;
  border-top: 0.25rem solid \9;
  border-right: 4px solid transparent;
  border-right: 0.25rem solid transparent;
  border-left: 4px solid transparent;
  border-left: 0.25rem 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;
  min-width: 10rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  margin: 2px 0 0;
  margin: 0.125rem 0 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

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

.dropdown-menu .divider {
  height: 1px;
  height: 0.0625rem;
  margin: 9px 0;
  margin: 0.5625rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  padding: 0.1875rem 1.25rem;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap; }

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

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

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

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

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  padding: 0.1875rem 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

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

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

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

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

@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 &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left; }

.btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .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;
  margin-left: -0.0625rem; }

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

.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 &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
  margin-left: 0.3125rem; }

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

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

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

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

.btn-group &gt; .btn-group {
  float: left; }

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

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

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

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

.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem; }

.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0.1875rem 0.3125rem 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 &gt; .btn .caret {
  border-width: 5px 5px 0;
  border-width: 0.3125rem 0.3125rem 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
  border-width: 0 5px 5px;
  border-width: 0 0.3125rem 0.3125rem; }

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

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

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

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

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

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

.input-group-addon {
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 4px;
  border-radius: 0.25rem; }

.input-group-addon.input-sm,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.input-group-addon.input-lg,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 6px;
  border-radius: 0.375rem; }

.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 &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .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 &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .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 &gt; .btn {
  position: relative; }

.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
  margin-left: -0.0625rem; }

.input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
  z-index: 2; }

.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
  margin-right: -0.0625rem; }

.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px;
  margin-left: -0.0625rem; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

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

.nav:after {
  clear: both; }

.nav &gt; li {
  position: relative;
  display: block; }

.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem; }

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav &gt; li.disabled &gt; a {
  color: #777777; }

.nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  height: 0.0625rem;
  margin: 9px 0;
  margin: 0.5625rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav &gt; li &gt; a &gt; img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd; }

.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem; }

.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  margin-right: 0.125rem;
  line-height: 1.42857;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 4px 4px 0 0;
  border-radius: 0.25rem 0.25rem 0 0; }

.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills &gt; li {
  float: left; }

.nav-pills &gt; li &gt; a {
  border-radius: 4px;
  border-radius: 0.25rem; }

.nav-pills &gt; li + li {
  margin-left: 2px;
  margin-left: 0.125rem; }

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked &gt; li {
  float: none; }

.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
  float: none; }

.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }

.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%; }
  .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
  border-radius: 0.25rem; }

.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-bottom: 0.0625rem solid #ddd;
    border-radius: 4px 4px 0 0;
    border-radius: 0.25rem 0.25rem 0 0; }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff; } }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

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

.navbar {
  position: relative;
  min-height: 50px;
  min-height: 3.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent; }

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

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
    border-radius: 0.25rem; } }

.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-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  border-top: 1px solid transparent;
  border-top: 0.0625rem solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0.0625rem 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;
    -webkit-box-shadow: none;
    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;
  max-height: 21.25rem; }

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

.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-right: -0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem; }

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
  border-width: 0 0 0.0625rem; }

@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;
  border-width: 0 0 0.0625rem; }

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  padding: 0.9375rem 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  height: 50px;
  height: 3.125rem; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand &gt; img {
  display: block; }

@media (min-width: 768px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -15px;
    margin-left: -0.9375rem; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  margin-right: 0.9375rem;
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 4px;
  border-radius: 0.25rem; }

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  width: 1.375rem;
  height: 2px;
  height: 0.125rem;
  border-radius: 1px;
  border-radius: 0.0625rem; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
  margin-top: 0.25rem; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px;
  margin: 0.46875rem -0.9375rem; }

.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
    padding: 0.3125rem 0.9375rem 0.3125rem 1.5625rem; }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
    line-height: 1.25rem; }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav &gt; li {
    float: left; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem; } }

.navbar-form {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  border-top: 1px solid transparent;
  border-top: 0.0625rem solid transparent;
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1), 0 0.0625rem 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);
  box-shadow: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.1), 0 0.0625rem 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

@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 &gt; .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;
    margin-bottom: 0.3125rem; }
  .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 &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.navbar-btn.btn-xs, .btn-group-xs &gt; .navbar-btn.btn {
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }

.navbar-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777; }

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #090909; }

.navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #090909;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  border-radius: 0.25rem; }

.breadcrumb &gt; li {
  display: inline-block; }

.breadcrumb &gt; li + li:before {
  content: "/&nbsp;";
  padding: 0 5px;
  padding: 0 0.3125rem;
  color: #ccc; }

.breadcrumb &gt; .active {
  color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  margin: 1.25rem 0;
  border-radius: 4px;
  border-radius: 0.25rem; }

.pagination &gt; li {
  display: inline; }

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  margin-left: -1px;
  margin-left: -0.0625rem; }

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem; }

.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem; }

.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 6px;
  border-top-left-radius: 0.375rem; }

.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 6px;
  border-top-right-radius: 0.375rem; }

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 3px;
  border-top-left-radius: 0.1875rem; }

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  margin: 1.25rem 0;
  list-style: none;
  text-align: center; }

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

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  padding: 0.3125rem 0.875rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  border-radius: 15px;
  border-radius: 0.9375rem; }

.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next &gt; a,
.pager .next &gt; span {
  float: right; }

.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left; }

.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed; }

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

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px;
  top: -0.0625rem; }

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

.label-default {
  background-color: #777777; }

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

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

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

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

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

.label-warning {
  background-color: #f0ad4e; }

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

.label-danger {
  background-color: #d9534f; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  min-width: 0.625rem;
  padding: 3px 7px;
  padding: 0.1875rem 0.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
  border-radius: 0.625rem; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px;
  top: -0.0625rem; }

.btn-xs .badge, .btn-group-xs &gt; .btn .badge,
.btn-group-xs &gt; .btn .badge {
  top: 0;
  padding: 1px 5px;
  padding: 0.0625rem 0.3125rem; }

.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item &gt; .badge {
  float: right; }

.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
  margin-right: 0.3125rem; }

.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
  margin-left: 0.1875rem; }

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

.jumbotron {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 200; }

.jumbotron &gt; hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  border-radius: 0.375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-left: 3.75rem;
    padding-right: 60px;
    padding-right: 3.75rem; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
    font-size: 3.9375rem; } }

.thumbnail {
  display: block;
  padding: 4px;
  padding: 0.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail &gt; img,
.thumbnail a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  padding: 0.5625rem;
  color: #333333; }

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

.alert {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 4px;
  border-radius: 0.25rem; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0; }

.alert &gt; p + p {
  margin-top: 5px;
  margin-top: 0.3125rem; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
  padding-right: 2.1875rem; }

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

.alert-success,
.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr,
.success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link,
.success .alert-link {
  color: #2b542c; }

.alert-info,
.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr,
.info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link,
.info .alert-link {
  color: #245269; }

.alert-warning,
.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr,
.warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link,
.warning .alert-link {
  color: #66512c; }

.alert-danger,
.danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr,
.danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link,
.danger .alert-link {
  color: #843534; }

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

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

.progress {
  overflow: hidden;
  height: 20px;
  height: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background-color: #f5f5f5;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -0.0625rem 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;
  background-size: 2.5rem 2.5rem; }

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

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

.progress-bar-info {
  background-color: #5bc0de; }

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

.progress-bar-warning {
  background-color: #f0ad4e; }

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

.progress-bar-danger {
  background-color: #d9534f; }

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

.media {
  margin-top: 15px;
  margin-top: 0.9375rem; }

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

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

.media-body {
  width: 10000px;
  width: 625rem; }

.media-object {
  display: block; }

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

.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
  padding-left: 0.625rem; }

.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
  padding-right: 0.625rem; }

.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;
  margin-bottom: 0.3125rem; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 4px;
  border-top-left-radius: 0.25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0.25rem; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

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

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

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

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

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

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

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

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

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

.panel-body {
  padding: 15px;
  padding: 0.9375rem; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 3px;
  border-top-left-radius: 0.1875rem; }

.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  color: inherit; }

.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit; }

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

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0; }

.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-width: 0.0625rem 0;
  border-radius: 0; }

.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 3px;
  border-top-left-radius: 0.1875rem; }

.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.1875rem; }

.panel &gt; .panel-heading + .panel-collapse &gt; .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 &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0; }

.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 3px;
  border-top-left-radius: 0.1875rem; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
  border-top-left-radius: 0.1875rem; }

.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem; }

.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.1875rem; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.1875rem; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.1875rem; }

.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.1875rem; }

.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd; }

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

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0; }

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0; }

.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0; }

.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0; }

.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0; }

.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  border-radius: 0.25rem; }

.panel-group .panel + .panel {
  margin-top: 5px;
  margin-top: 0.3125rem; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd; }

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
  border-bottom: 0.0625rem solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd; }

.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #337ab7; }

.panel-primary &gt; .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6; }

.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1; }

.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc; }

.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1; }

.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  min-height: 1.25rem;
  padding: 19px;
  padding: 1.1875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  padding: 1.5rem;
  border-radius: 6px;
  border-radius: 0.375rem; }

.well-sm {
  padding: 9px;
  padding: 0.5625rem;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.close {
  float: right;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  text-shadow: 0 0.0625rem 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -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: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-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;
  margin: 0.625rem; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 0.0625rem solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.1875rem 0.5625rem 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;
  padding: 0.9375rem;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5; }

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

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

.modal-header .close {
  margin-top: -2px;
  margin-top: -0.125rem; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

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

.modal-footer {
  padding: 15px;
  padding: 0.9375rem;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  border-top: 0.0625rem solid #e5e5e5; }

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
  margin-left: -0.0625rem; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  top: -624.9375rem;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    width: 37.5rem;
    margin: 30px auto;
    margin: 1.875rem auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px;
    width: 18.75rem; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
    width: 56.25rem; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  margin-top: -0.1875rem;
  padding: 5px 0;
  padding: 0.3125rem 0; }

.tooltip.right {
  margin-left: 3px;
  margin-left: 0.1875rem;
  padding: 0 5px;
  padding: 0 0.3125rem; }

.tooltip.bottom {
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 5px 0;
  padding: 0.3125rem 0; }

.tooltip.left {
  margin-left: -3px;
  margin-left: -0.1875rem;
  padding: 0 5px;
  padding: 0 0.3125rem; }

.tooltip-inner {
  max-width: 200px;
  max-width: 12.5rem;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  border-radius: 0.25rem; }

.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;
  margin-left: -0.3125rem;
  border-width: 5px 5px 0;
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  right: 0.3125rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  border-width: 5px 5px 0;
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  left: 0.3125rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  border-width: 5px 5px 0;
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-top: -0.3125rem;
  border-width: 5px 5px 5px 0;
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-top: -0.3125rem;
  border-width: 5px 0 5px 5px;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  margin-left: -0.3125rem;
  border-width: 0 5px 5px;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  right: 0.3125rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
  border-width: 0 5px 5px;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  left: 0.3125rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
  border-width: 0 5px 5px;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  max-width: 17.25rem;
  padding: 1px;
  padding: 0.0625rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px;
  margin-top: -0.625rem; }

.popover.right {
  margin-left: 10px;
  margin-left: 0.625rem; }

.popover.bottom {
  margin-top: 10px;
  margin-top: 0.625rem; }

.popover.left {
  margin-left: -10px;
  margin-left: -0.625rem; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-bottom: 0.0625rem solid #ebebeb;
  border-radius: 5px 5px 0 0;
  border-radius: 0.3125rem 0.3125rem 0 0; }

.popover-content {
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem; }

.popover &gt; .arrow, .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover &gt; .arrow {
  border-width: 11px;
  border-width: 0.6875rem; }

.popover &gt; .arrow:after {
  border-width: 10px;
  border-width: 0.625rem;
  content: ""; }

.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  margin-left: -0.6875rem;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  bottom: -0.6875rem; }

.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  bottom: 0.0625rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  left: -0.6875rem;
  margin-top: -11px;
  margin-top: -0.6875rem;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  left: 0.0625rem;
  bottom: -10px;
  bottom: -0.625rem;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  margin-left: -0.6875rem;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  top: -0.6875rem; }

.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  top: 0.0625rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  right: -0.6875rem;
  margin-top: -11px;
  margin-top: -0.6875rem;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  right: 0.0625rem;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
  bottom: -0.625rem; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner &gt; .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 &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .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: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -webkit-perspective: 62.5rem;
    -moz-perspective: 1000px;
    -moz-perspective: 62.5rem;
    perspective: 1000px;
    perspective: 62.5rem; }
  .carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block; }

.carousel-inner &gt; .active {
  left: 0; }

.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner &gt; .next {
  left: 100%; }

.carousel-inner &gt; .prev {
  left: -100%; }

.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0; }

.carousel-inner &gt; .active.left {
  left: -100%; }

.carousel-inner &gt; .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;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 0 0.0625rem 0.125rem 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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-top: -0.625rem;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
  margin-left: -0.625rem; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
  margin-right: -0.625rem; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  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;
  bottom: 0.625rem;
  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;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  margin: 1px;
  margin: 0.0625rem;
  text-indent: -999px;
  text-indent: -62.4375rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border-radius: 10px;
  border-radius: 0.625rem;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  bottom: 1.25rem;
  z-index: 10;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
    margin-top: -10px;
    margin-top: -0.625rem;
    font-size: 30px;
    font-size: 1.875rem; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
    margin-left: -0.625rem; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
    margin-right: -0.625rem; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
    padding-bottom: 1.875rem; }
  .carousel-indicators {
    bottom: 20px;
    bottom: 1.25rem; } }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    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) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

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

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**********************************************/
/**********************************************/
.toolbar .up-down, .sitemap a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font: normal normal normal 0.875rem/1 FontAwesome;
  font-size: inherit;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*********  Base Files  **********/
/******************************************************************************
  Top Bar
*******************************************************************************/
#top-box {
  width: 100%;
  /* Menu */
  /* Social Icons */
  /* Search */
  /* Info */ }

#top-box .top-box-wrapper {
  padding: 5px 0;
  padding: 0.3125rem 0;
  height: 40px;
  height: 2.5rem;
  background: #afac9a; }

#top-box .btn-group.btn-select {
  margin: 3px 0 0 0;
  margin: 0.1875rem 0 0 0; }

#top-box .btn-group.btn-select.language {
  margin-right: 6px;
  margin-right: 0.375rem; }

#top-box .btn-group.btn-select .dropdown-toggle {
  z-index: 911; }

#top-box .btn-group.btn-select .dropdown-menu {
  z-index: 910; }

#top-box .btn-group.btn-select.open .btn.dropdown-toggle:after {
  z-index: 912; }

#top-box .top-navbar {
  margin: 0;
  min-height: 30px;
  min-height: 1.875rem;
  height: auto;
  border: 0 none;
  border-radius: 0;
  background: none; }

#top-box .top-navbar .collapse {
  padding: 0; }

#top-box .top-navbar .nav {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem; }

#top-box .top-navbar .nav &gt; li a {
  padding: 9px 15px 9px;
  padding: 0.5625rem 0.9375rem 0.5625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear; }

#top-box .top-navbar .nav &gt; li a .fa {
  margin-right: 4px;
  margin-right: 0.25rem;
  font-size: 120%; }

#top-box .top-navbar .nav &gt; li a .fa.after {
  margin-right: 0;
  margin-left: 4px;
  margin-left: 0.25rem; }

#top-box .top-navbar .nav &gt; li a .count {
  display: inline-block;
  margin-left: 4px;
  margin-left: 0.25rem;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: rgba(255, 255, 255, 0.1);
  font-size: 110%;
  line-height: 1;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }

#top-box .top-navbar .nav &gt; li:hover a {
  background: #efefef;
  color: #7b7b7b;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear; }

#top-box .top-navbar .nav &gt; li:hover a .count {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }

#top-box .top-social {
  margin: 0; }

#top-box .top-social .icon-item {
  position: relative;
  display: inline-block;
  margin-right: 1px;
  margin-right: 0.0625rem;
  margin-left: 1px;
  margin-left: 0.0625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.3);
  vertical-align: top;
  text-align: center;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#top-box .top-social .icon-item i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 30px;
  line-height: 1.875rem; }

#top-box .top-social .icon-item i:before {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1); }

#top-box .top-social .icon-item:hover {
  color: #ffffff;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#top-box .top-social .icon-item:hover i:before {
  text-shadow: none; }

#top-box .top-social.bg-social .icon-item {
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: #ffffff;
  color: #ffffff; }

#top-box .top-social.bg-social .icon-item i {
  border-radius: 2px;
  border-radius: 0.125rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#top-box .top-social.bg-social .icon-item i:before {
  text-shadow: none; }

#top-box .top-social.bg-social .icon-item:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#top-box .top-social.bg-social .icon-item:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#top-box .top-social.bg-social .icon-item .fa-facebook {
  background: #3b5998; }

#top-box .top-social.bg-social .icon-item .fa-twitter {
  background: #00bdec; }

#top-box .top-social.bg-social .icon-item .fa-google-plus {
  background: #d94a39; }

#top-box .top-social.bg-social .icon-item .fa-linkedin {
  background: #1b92bd; }

#top-box .top-navbar .nav li.stand-out,
#top-box .mobile-role-switch li.stand-out {
  padding: 10px 65px 10px 20px;
  padding: 0.625rem 4.0625rem 0.625rem 1.25rem;
  border: 1px solid #515e30;
  border: 0.0625rem solid #515e30;
  border-radius: 0 0 5px 5px;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background: #5a673b; }

#top-box .top-navbar .nav li.stand-out.employees,
#top-box .mobile-role-switch li.stand-out.employees {
  border-color: #597380;
  background: #597380; }

#top-box .top-navbar .nav li.stand-out.employees h2,
#top-box .top-navbar .nav li.stand-out.employees p,
#top-box .mobile-role-switch li.stand-out.employees h2,
#top-box .mobile-role-switch li.stand-out.employees p {
  color: #ffffff; }

#top-box .top-navbar .nav li.stand-out.employees:hover,
#top-box .mobile-role-switch li.stand-out.employees:hover {
  background: #597380; }

#top-box .top-navbar .nav li.stand-out:hover,
#top-box .mobile-role-switch li.stand-out:hover {
  background: #5a673b; }

#top-box .top-navbar .nav li.stand-out:hover a,
#top-box .mobile-role-switch li.stand-out:hover a {
  background: transparent; }

#top-box .top-navbar .nav li.stand-out h2,
#top-box .mobile-role-switch li.stand-out h2 {
  margin: 0;
  color: #e5ba39;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem; }

#top-box .top-navbar .nav li.stand-out p,
#top-box .mobile-role-switch li.stand-out p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem; }

#top-box .top-navbar .nav li.stand-out a,
#top-box .mobile-role-switch li.stand-out a {
  padding: 0;
  line-height: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#top-box .top-navbar .nav li.stand-out a:hover,
#top-box .mobile-role-switch li.stand-out a:hover {
  background: transparent; }

#top-box .top-navbar .nav li.stand-out .fa,
#top-box .mobile-role-switch li.stand-out .fa {
  position: absolute;
  top: -4px;
  top: -0.25rem;
  right: -50px;
  right: -3.125rem;
  color: #ffffff;
  font-size: 40px;
  font-size: 2.5rem;
  opacity: 0.25; }

@media (min-width: 768px) {
  #top-box .mobile-role-switch {
    display: none; } }

#top-box .mobile-role-switch li.stand-out {
  margin-top: -5px;
  margin-top: -0.3125rem;
  margin-right: -10px;
  margin-right: -0.625rem;
  padding: 4px 20px;
  padding: 0.25rem 1.25rem;
  border: 0;
  border-radius: 0; }

#top-box .mobile-role-switch li.stand-out a:hover {
  text-decoration: none; }

#top-box .mobile-role-switch li.stand-out .fa.fa-arrow-circle-o-right {
  right: 10px;
  right: 0.625rem;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 38px;
  line-height: 2.375rem; }

#top-box .top-search {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 300px;
  max-width: 18.75rem; }

#top-box .top-search .form-control {
  margin: 0;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  min-height: 30px;
  min-height: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  line-height: 14px;
  line-height: 0.875rem; }

#top-box .top-search .form-control:focus {
  border-color: rgba(255, 255, 255, 0.7); }

#top-box .top-search .form-control::-moz-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.3); }

#top-box .top-search .form-control:-ms-input-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.3); }

#top-box .top-search .form-control::-webkit-input-placeholder {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.3); }

#top-box .top-search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 0 0;
  padding: 0.375rem 0 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#top-box .top-search .search-submit:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#top-box .top-info {
  padding: 5px 0;
  padding: 0.3125rem 0;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem; }

#top-box .top-info a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#top-box .top-info a:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

#top-box .top-info .separator {
  color: rgba(255, 255, 255, 0.4);
  vertical-align: top; }

body #top-box .employers,
body #top-box .employees {
  display: none; }

body.job-seeker #top-box .employers,
body.job-seekers #top-box .employers {
  display: block; }

body.job-poster #top-box .employees,
body.job-posters #top-box .employees {
  display: block; }

/******************************************************************************
  Header
*******************************************************************************/
.header {
  width: 100%; }

.header .header-wrapper {
  padding: 2px 0;
  padding: 0.125rem 0;
  height: 130px;
  height: 8.125rem;
  background: rgba(255, 255, 255, 0.97);
  /* Primary Menu */
  /* Cart  */ }

.header .header-wrapper .container {
  position: relative;
  top: 15px;
  top: 0.9375rem; }

.header .header-wrapper .logo-box {
  top: 14px;
  top: 0.875rem;
  display: table;
  table-layout: fixed; }

@media (max-width: 991px) {
  .header .header-wrapper .logo-box {
    top: 0;
    margin-bottom: 50px;
    margin-bottom: 3.125rem; } }

.header .header-wrapper .logo-box .logo {
  display: table-cell;
  max-width: 100%;
  width: 100%;
  vertical-align: middle; }

.header .header-wrapper .logo-box .logo a {
  display: inline-block;
  max-width: 100%; }

.header .header-wrapper .logo-box .logo a img,
.header .header-wrapper .logo-box .logo a .logo-img {
  margin: 0;
  max-height: 100px;
  max-height: 6.25rem; }

.header .header-wrapper .logo-box.auto-height {
  display: block;
  height: 100px;
  height: 6.25rem; }

.header .header-wrapper .logo-box.auto-height .logo {
  display: block; }

.header .header-wrapper .logo-box.auto-height .logo img {
  max-height: inherit; }

.header .header-wrapper .primary {
  z-index: 900;
  display: none;
  float: left;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

@media (max-width: 991px) {
  .header .header-wrapper .primary {
    z-index: inherit;
    display: inline-block;
    float: none;
    margin: 0 0 0 -4px;
    margin: 0 0 0 -0.25rem;
    vertical-align: top;
    text-align: left; } }

.header .header-wrapper .primary .nav {
  margin: 0;
  min-height: 44px;
  min-height: 2.75rem;
  border: 0 none;
  background: none; }

@media (max-width: 600px) {
  .header .header-wrapper .primary .nav .btn-navbar {
    padding-right: 5px;
    padding-right: 0.3125rem;
    padding-left: 5px;
    padding-left: 0.3125rem; } }

.header .header-wrapper .primary .nav .navbar-collapse {
  position: relative;
  padding: 0; }

.header .header-wrapper .primary .nav .navbar-collapse .nav {
  position: relative;
  margin: 0;
  /* Menu Color */ }

.header .header-wrapper .primary .nav .navbar-collapse .nav .parent {
  position: relative; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .parent:hover &gt; .sub {
  display: block;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li {
  position: relative;
  padding: 12px 3px 0;
  padding: 0.75rem 0.1875rem 0; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li &gt; a {
  position: static;
  z-index: 901;
  padding: 11px 13px;
  padding: 0.6875rem 0.8125rem;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: none;
  color: #1e1e1e;
  text-shadow: none;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.selected &gt; a {
  color: #777; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li:hover &gt; a {
  border-color: #ccc;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent:hover &gt; a {
  border-bottom-color: transparent;
  border-radius: 3px 3px 0 0;
  border-radius: 0.1875rem 0.1875rem 0 0;
  background: #fff; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent &gt; a:after {
  position: absolute;
  right: 4px;
  right: 0.25rem;
  bottom: 0;
  left: 4px;
  left: 0.25rem;
  z-index: 906;
  display: none;
  margin: 0 0 -6px 0;
  margin: 0 0 -0.375rem 0;
  height: 12px;
  height: 0.75rem;
  background: transparent;
  content: '';
  -webkit-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent:hover &gt; a:after {
  display: block;
  background: #fff;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent.megamenu {
  position: static;
  overflow: hidden; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent.megamenu &gt; a {
  position: relative; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent.megamenu:hover &gt; a:after {
  right: 0;
  left: 0; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent .parent &gt; a:after {
  position: absolute;
  top: 6px;
  top: 0.375rem;
  right: -10px;
  right: -0.625rem;
  display: block;
  content: '\f105';
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header .header-wrapper .primary .nav .navbar-collapse .nav a &gt; i {
  margin-right: 2px;
  margin-right: 0.125rem;
  width: 15px;
  width: 0.9375rem;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new {
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  right: 19px;
  right: 1.1875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: #ff0068;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1; }

.header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new:before {
  position: absolute;
  right: 0;
  bottom: -5px;
  bottom: -0.3125rem;
  display: block;
  border: 5px solid transparent;
  border: 0.3125rem solid transparent;
  border-right-color: #ff0068;
  content: ''; }

.header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-info .before, .header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-info:before {
  border-right-color: #057096; }

.header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-success .before, .header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-success:before {
  border-right-color: #738d00; }

.header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-primary .before, .header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-primary:before {
  border-right-color: #597380; }

.header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-warning .before, .header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-warning:before {
  border-right-color: #fba618; }

.header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-danger .before, .header .header-wrapper .primary .nav .navbar-collapse .nav a .item-new.bg-danger:before {
  border-right-color: #e56a3d; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu a .item-new {
  top: -12px;
  top: -0.75rem;
  right: 14px;
  right: 0.875rem; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub .item-new,
.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu .sub a .item-new {
  position: relative;
  top: 0;
  left: 0;
  float: right;
  margin: 2px 0 0 10px;
  margin: 0.125rem 0 0 0.625rem; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu .sub a .item-new {
  float: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub {
  position: absolute;
  z-index: 905;
  display: none;
  margin: -1px 0 0;
  margin: -0.0625rem 0 0;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 0 3px 3px 3px;
  border-radius: 0 0.1875rem 0.1875rem 0.1875rem;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub li a {
  display: block;
  width: 175px;
  width: 10.9375rem;
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub .item-new .before,
.header .header-wrapper .primary .nav .navbar-collapse .nav .sub .item-new:before {
  display: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub .sub {
  top: 0;
  left: 100%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub .sub .sub .parent &gt; a {
  background: none !important; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub .sub .sub .parent &gt; a:after {
  display: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .sub .sub .sub .sub {
  position: relative;
  left: 0;
  display: block;
  padding: 0 0 0 10px;
  padding: 0 0 0 0.625rem;
  border: 0 none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu {
  /* Four columns */
  /* Five columns */ }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu .title {
  margin: 0 0 3px;
  margin: 0 0 0.1875rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px;
  line-height: 1.4375rem; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub {
  left: -15px;
  left: -0.9375rem;
  z-index: 900;
  padding: 0;
  width: 886px;
  width: 55.375rem;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 3px;
  -moz-border-radius: 0.1875rem;
  border-radius: 3px;
  border-radius: 0.1875rem; }

@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub {
    margin: -1px 0 0 -37px;
    margin: -0.0625rem 0 0 -2.3125rem;
    width: 832px;
    width: 52rem; } }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub a {
  width: 100%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .sub-wrapper {
  display: table;
  width: 100%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .promo-block {
  position: relative;
  display: table-cell;
  width: 34%;
  border-right: 1px solid #ccc;
  border-right: 0.0625rem solid #ccc;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .promo-block.text-right {
  text-align: right; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .promo-block.text-left {
  text-align: left; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .sub-list {
  display: table-cell;
  padding: 35px 5px;
  padding: 2.1875rem 0.3125rem;
  width: 100%;
  vertical-align: top; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .sub-list + .promo-block {
  border-right: 0 none;
  border-left: 1px solid #ccc;
  border-left: 0.0625rem solid #ccc; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .box {
  float: left;
  padding: 0 20px 28px;
  padding: 0 1.25rem 1.75rem;
  width: 33%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .box:nth-child(3n+1), .header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu &gt; .sub .box:nth-child(2n+1) {
  clear: left; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.promo &gt; .sub .sub-list {
  width: 66%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.promo &gt; .sub .box {
  clear: none;
  width: 50%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.four-columns &gt; .sub .box {
  clear: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.four-columns &gt; .sub .box:nth-child(4n+1),
.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.four-columns &gt; .sub .box:nth-child(3n+1) {
  clear: left; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.promo.four-columns &gt; .sub .box {
  clear: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.four-columns &gt; .sub .promo-block,
.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.four-columns &gt; .sub .box {
  width: 25%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.four-columns &gt; .sub .sub-list {
  width: 75%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.promo.four-columns &gt; .sub .box {
  width: 33%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.five-columns &gt; .sub .box {
  clear: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.five-columns &gt; .sub .box:nth-child(5n+1),
.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.promo.five-columns &gt; .sub .box:nth-child(4n+1) {
  clear: left; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.promo.five-columns &gt; .sub .box {
  clear: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.five-columns &gt; .sub .promo-block,
.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.five-columns &gt; .sub .box {
  width: 20%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.five-columns &gt; .sub .sub-list {
  width: 80%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav .megamenu.promo.five-columns &gt; .sub .box {
  width: 25%; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li[class*='item-']:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav [class*='item-'] .sub {
  -webkit-box-shadow: none;
  box-shadow: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.text-primary &gt; a {
  color: #597380; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.text-success &gt; a {
  color: #738d00; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.text-info &gt; a {
  color: #057096; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.text-warning &gt; a {
  color: #fba618; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.text-danger &gt; a {
  color: #e56a3d; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.parent.item-bg:hover &gt; a:after {
  display: none; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-inverse &gt; a {
  color: #fff; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-primary.item-inverse &gt; a {
  background: #597380; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-success.item-inverse &gt; a {
  background: #738d00; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-info.item-inverse &gt; a {
  background: #057096; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-warning.item-inverse &gt; a {
  background: #fba618; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-danger.item-inverse &gt; a {
  background: #e56a3d; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-inverse:hover &gt; a {
  background: #fff;
  color: #1e1e1e; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-primary:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-primary .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-primary.megamenu &gt; .sub .promo-block {
  border-color: #597380; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-success:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-success .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-success.megamenu &gt; .sub .promo-block {
  border-color: #738d00; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-info:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-info .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-info.megamenu &gt; .sub .promo-block {
  border-color: #057096; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-warning:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-warning .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-warning.megamenu &gt; .sub .promo-block {
  border-color: #fba618; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-danger:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-danger .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-danger.megamenu &gt; .sub .promo-block {
  border-color: #e56a3d; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-bg:hover a,
.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-bg .sub a {
  color: #fff; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-primary.item-bg:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-primary.item-bg .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-primary.item-bg.parent .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-primary.item-bg.parent:hover &gt; .sub {
  background: #597380; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-success.item-bg:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-success.item-bg .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-success.item-bg.parent .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-success.item-bg.parent:hover &gt; .sub {
  background: #738d00; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-info.item-bg:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-info.item-bg .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-info.item-bg.parent .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-info.item-bg.parent:hover &gt; .sub {
  background: #057096; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-warning.item-bg:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-warning.item-bg .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-warning.item-bg.parent .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-warning.item-bg.parent:hover &gt; .sub {
  background: #fba618; }

.header .header-wrapper .primary .nav .navbar-collapse .nav &gt; li.item-danger.item-bg:hover &gt; a,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-danger.item-bg .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-danger.item-bg.parent .sub,
.header .header-wrapper .primary .nav .navbar-collapse .nav .item-danger.item-bg.parent:hover &gt; .sub {
  background: #e56a3d; }

.header .header-wrapper .header-icons {
  float: right;
  margin: 9px 0;
  margin: 0.5625rem 0;
  text-align: right; }

@media (max-width: 991px) {
  .header .header-wrapper .header-icons {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top; } }

.header .header-wrapper .cart-header {
  display: inline-block;
  margin: 0 -15px 0 -1px;
  margin: 0 -0.9375rem 0 -0.0625rem;
  white-space: normal;
  font-size: 12px;
  font-size: 0.75rem; }

.header .header-wrapper .cart-header.no-open {
  opacity: 0;
  filter: alpha(opacity=0); }

.header .header-wrapper .cart-header .dropdown-toggle {
  position: relative;
  z-index: 891;
  display: block;
  padding: 11px 15px 12px;
  padding: 0.6875rem 0.9375rem 0.75rem;
  outline: none;
  border-width: 1px;
  border-width: 0.0625rem;
  border-color: #fff;
  border-color: transparent;
  border-bottom: 0 none;
  color: #1e1e1e;
  text-decoration: none;
  text-shadow: none;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-transition: border-color 0.4s linear, -webkit-box-shadow 0.4s linear;
  transition: border-color 0.4s linear, -webkit-box-shadow 0.4s linear;
  -o-transition: border-color 0.4s linear, box-shadow 0.4s linear;
  transition: border-color 0.4s linear, box-shadow 0.4s linear;
  transition: border-color 0.4s linear, box-shadow 0.4s linear, -webkit-box-shadow 0.4s linear; }

@media (max-width: 600px) {
  .header .header-wrapper .cart-header .dropdown-toggle {
    padding-right: 5px;
    padding-right: 0.3125rem;
    padding-left: 5px;
    padding-left: 0.3125rem; } }

.header .header-wrapper .cart-header .dropdown-toggle .icon {
  display: inline-block;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
  width: 16px;
  width: 1rem;
  height: 22px;
  height: 1.375rem;
  vertical-align: top; }

.header .header-wrapper .cart-header .dropdown-toggle .icon svg {
  margin-top: 2px;
  margin-top: 0.125rem;
  vertical-align: top; }

@media (max-width: 600px) {
  .header .header-wrapper .cart-header .dropdown-toggle .count {
    display: none; } }

.header .header-wrapper .cart-header.open .dropdown-toggle {
  border-color: #ccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  border-radius: 0.1875rem 0.1875rem 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color 0.4s linear, -webkit-box-shadow 0.4s linear;
  transition: border-color 0.4s linear, -webkit-box-shadow 0.4s linear;
  -o-transition: border-color 0.4s linear, box-shadow 0.4s linear;
  transition: border-color 0.4s linear, box-shadow 0.4s linear;
  transition: border-color 0.4s linear, box-shadow 0.4s linear, -webkit-box-shadow 0.4s linear; }

.header .header-wrapper .cart-header.open .dropdown-toggle:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: -3px;
  left: -0.1875rem;
  display: block;
  margin: 0 0 -5px 0;
  margin: 0 0 -0.3125rem 0;
  height: 8px;
  height: 0.5rem;
  background: #fff;
  content: ''; }

.header .header-wrapper .cart-header .dropdown-menu {
  right: 0;
  left: auto;
  z-index: 890;
  margin: -4px 0 0 0;
  margin: -0.25rem 0 0 0;
  padding: 17px 20px 20px;
  padding: 1.0625rem 1.25rem 1.25rem;
  width: 355px;
  width: 22.1875rem;
  text-align: left;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s; }

.header .header-wrapper .cart-header .dropdown-menu .close-box {
  margin: 0 0 13px;
  margin: 0 0 0.8125rem;
  text-align: right;
  line-height: 12px;
  line-height: 0.75rem; }

.header .header-wrapper .cart-header .dropdown-menu .close {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 12px;
  line-height: 0.75rem; }

.header .header-wrapper .cart-header .dropdown-menu .close span {
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
  line-height: 14px;
  line-height: 0.875rem; }

.header .header-wrapper .cart-header .dropdown-menu &gt; strong {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem; }

.header .header-wrapper .cart-header .dropdown-menu &gt; ul {
  margin: 0 0 20px;
  margin: 0 0 1.25rem; }

.header .header-wrapper .cart-header .dropdown-menu &gt; ul li {
  position: relative;
  padding: 24px 20px 24px 0;
  padding: 1.5rem 1.25rem 1.5rem 0;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 0.0625rem solid #e1e1e1; }

.header .header-wrapper .cart-header .dropdown-menu .product-image {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
  width: 70px;
  width: 4.375rem; }

.header .header-wrapper .cart-header .dropdown-menu .product-remove {
  position: absolute;
  top: 24px;
  top: 1.5rem;
  right: 0;
  margin: 0 0 0 5px;
  margin: 0 0 0 0.3125rem; }

.header .header-wrapper .cart-header .dropdown-menu .product-name {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  padding-left: 85px;
  padding-left: 5.3125rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

.header .header-wrapper .cart-header .dropdown-menu .product-price {
  padding-left: 85px;
  padding-left: 5.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem; }

.header .header-wrapper .cart-header .dropdown-menu .product-price .price {
  font-size: 16px;
  font-size: 1rem; }

.header .header-wrapper .cart-header .dropdown-menu .cart-button {
  text-align: right; }

.header .header-wrapper .cart-header .dropdown-menu .cart-button .checkout {
  margin-left: 6px;
  margin-left: 0.375rem; }

.fixed-header .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 870;
  margin: 0;
  width: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fixed-header .header .header-wrapper {
  background: #fff;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }

.fixed-header.loaded .header {
  -webkit-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear; }

.fixed-header.background-opacity .header .header-wrapper {
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }

/* Fixed Header */
.fixed-header {
  margin-top: 0;
  height: 110px;
  height: 6.875rem; }

@media (max-width: 991px) {
  .fixed-header {
    margin-top: 0 !important;
    padding-top: 0 !important; } }

.fixed-header .page-box {
  padding-top: 104px;
  padding-top: 6.5rem; }

@media (max-width: 991px) {
  .fixed-header .page-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

.hidden-top.visible-top .header-wrapper:only-child,
.fixed-header.fixed .header-wrapper:only-child {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15); }

/* Hidden Top Bar */
.hidden-top #top-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  margin-top: -32px;
  margin-top: -2rem; }

.hidden-top.loaded #top-box {
  -webkit-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear; }

.hidden-top.visible-top #top-box {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear; }

@media (min-width: 992px) {
  #top-box:not(.minimized-menu) .navbar-collapse {
    display: block !important;
    height: auto !important; }
  #top-box:not(.minimized-menu) .navbar-collapse.collapse {
    overflow: visible !important;
    padding-bottom: 0; } }

.hidden-top.loaded .page-box,
.hidden-top.visible-top.loaded .page-box {
  -webkit-transition: padding-top 0.2s linear;
  -o-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear; }

.hidden-top .page-box {
  padding-top: 8px;
  padding-top: 0.5rem; }

.hidden-top.visible-top .page-box {
  padding-top: 40px;
  padding-top: 2.5rem; }

/* Fixed Header/Hidden Top Bar */
.fixed-header.hidden-top .page-box {
  padding-top: 112px;
  padding-top: 7rem; }

.fixed-header.hidden-top.fixed .page-box {
  padding-top: 104px;
  padding-top: 6.5rem; }

.fixed-header.hidden-top.fixed #top-box,
.fixed-header.hidden-top.visible-top.fixed #top-box {
  margin-top: -40px;
  margin-top: -2.5rem;
  -webkit-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear; }

.fixed-header.hidden-top .header {
  top: 0;
  margin-top: 8px;
  margin-top: 0.5rem; }

.fixed-header.hidden-top.visible-top .header {
  margin-top: 40px;
  margin-top: 2.5rem; }

.fixed-header.hidden-top.fixed .header {
  margin-top: 0;
  -webkit-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear; }

/* Fixed Top Bar */
.fixed-header.fixed-top #top-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 871;
  margin: 0; }

.fixed-header.fixed-top .header {
  top: 40px;
  top: 2.5rem; }

.fixed-header.fixed-top .page-box {
  padding-top: 200px;
  padding-top: 12.5rem; }

.header .right-box {
  display: table; }

.header .right-box-wrapper {
  display: table-cell;
  height: 100px;
  height: 6.25rem;
  vertical-align: middle; }

.fixed-header.fixed-top.boxed #top-box {
  position: absolute; }

/* Fixed Double Header */
.fixed-double-header .header {
  margin-bottom: 104px;
  margin-bottom: 6.5rem; }

.fixed-double-header .header .header-wrapper + .header-wrapper {
  position: absolute;
  margin: 0;
  width: 100%; }

/* Phone &amp; Search Header */
.phone-header,
.search-header {
  position: relative;
  display: inline-block;
  margin: 8px 0;
  margin: 0.5rem 0;
  width: 41px;
  width: 2.5625rem;
  height: 30px;
  height: 1.875rem;
  border-right: 1px solid #ccc;
  border-right: 0.0625rem solid #ccc;
  border-right: 1px solid rgba(204, 204, 204, 0.8);
  border-right: 0.0625rem solid rgba(204, 204, 204, 0.8);
  color: #1e1e1e;
  vertical-align: top;
  text-align: center; }

.phone-header:last-child,
.search-header:last-child {
  border-right: 0 none; }

.phone-header a,
.search-header a {
  display: block;
  padding-top: 7px;
  padding-top: 0.4375rem;
  width: 100%;
  height: 23px;
  height: 1.4375rem; }

.phone-header a svg,
.search-header a svg {
  overflow: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translateZ(0); }

.phone-header a:hover svg,
.search-header a:hover svg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* Phone &amp; Search Active Header */
.phone-active,
.search-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 920;
  display: none;
  overflow: hidden;
  margin: 18px 0;
  margin: 1.125rem 0; }

.phone-active .close,
.search-active .close {
  float: right;
  margin: 24px 0 0 5px;
  margin: 1.5rem 0 0 0.3125rem;
  font-size: 26px;
  font-size: 1.625rem; }

.phone-active .close span,
.search-active .close span {
  margin-top: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem; }

.phone-active {
  background: #fff;
  color: #ebebeb;
  font-size: 48px;
  font-size: 3rem;
  line-height: 58px;
  line-height: 3.625rem; }

.phone-active strong {
  color: #1e1e1e;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

.search-active .close {
  position: absolute;
  right: 79px;
  right: 4.9375rem;
  z-index: 1; }

.search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 0;
  margin: 0.9375rem 0 0 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 992px) {
  .search-form {
    margin-top: 0; } }

.search-form .search-string, .search-form .search-string:hover {
  margin: 0;
  padding: 14px 135px 14px 18px;
  padding: 0.875rem 8.4375rem 0.875rem 1.125rem;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  border-radius: 0.3125rem 0 0 0.3125rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1e1e1e;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem; }

.search-form .search-string:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

.search-form .search-help {
  position: absolute;
  top: 50%;
  right: 120px;
  right: 7.5rem;
  margin: 0;
  width: auto;
  color: #222;
  font-size: 2.25em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search-form .search-help:hover {
  color: #cc4d1f;
  cursor: pointer; }

.search-form .btn.search-btn {
  margin: 0;
  border: 1px solid #cc4d1f;
  border: 0.0625rem solid #cc4d1f;
  border-radius: 0 5px 5px 0;
  border-radius: 0 0.3125rem 0.3125rem 0; }

.search-form .search-submit {
  position: absolute;
  top: 17px;
  top: 1.0625rem;
  right: 1px;
  right: 0.0625rem;
  margin: 0;
  padding: 0;
  width: 46px;
  width: 2.875rem;
  height: 30px;
  height: 1.875rem;
  outline: none;
  border-left-width: 1px;
  border-left-width: 0.0625rem;
  background: none;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.search-form .search-submit svg {
  margin-top: 2px;
  margin-top: 0.125rem; }

.search-form .search-submit svg path {
  fill: #597380; }

.search-form .search-submit:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

@media (max-width: 600px) {
  .header.header-two .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
    display: none; } }

.header.header-two .phone-header {
  margin-right: -15px;
  margin-right: -0.9375rem;
  border-right: 0 none; }

.header.header-three {
  min-height: inherit;
  background: rgba(255, 255, 255, 0.9); }

.header.header-three .row,
.header.header-three .container {
  min-height: inherit; }

.header.header-three .logo-box {
  text-align: center; }

.header .right-box .search-form {
  height: 64px;
  height: 4rem; }

@media (max-width: 480px) {
  .header .right-box .search-form {
    display: none; } }

.header .right-box .search-form .search-string {
  padding-right: 64px;
  padding-right: 4rem; }

.header .header-wrapper + .header-wrapper {
  padding: 0;
  min-height: 104px;
  min-height: 6.5rem;
  border-top: 1px solid #e1e1e1;
  border-top: 0.0625rem solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 0.0625rem solid #e1e1e1; }

.header .header-wrapper + .header-wrapper .right-box-wrapper {
  height: 104px;
  height: 6.5rem;
  border-right: 1px solid #e1e1e1;
  border-right: 0.0625rem solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-left: 0.0625rem solid #e1e1e1; }

.header .header-wrapper + .header-wrapper .cart-header {
  margin-right: -1px;
  margin-right: -0.0625rem; }

.header .header-wrapper + .header-wrapper .phone-active {
  right: 16px;
  right: 1rem;
  left: 16px;
  left: 1rem;
  margin: 20px 0;
  margin: 1.25rem 0;
  width: auto; }

.header .header-wrapper + .header-wrapper .primary .megamenu &gt; .sub {
  left: -1px;
  left: -0.0625rem;
  margin-left: 0; }

/******************************************************************************
  Top Fixed Box
*******************************************************************************/
.top-fixed-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin-top: -60px;
  margin-top: -3.75rem;
  padding: 7px 0;
  padding: 0.4375rem 0;
  width: 100%;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  -webkit-transition: margin-top 0.3s linear;
  -o-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.top-fixed-box.fixed {
  margin-top: 0;
  -webkit-transition: margin-top 0.3s linear;
  -o-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear; }

.top-fixed-box .social {
  display: inline-block;
  margin: 0 6px;
  margin: 0 0.375rem;
  vertical-align: top; }

.top-fixed-box .contact-box {
  margin-top: 11px;
  margin-top: 0.6875rem;
  color: #7f7f7f;
  font-size: 12px;
  font-size: 0.75rem; }

.top-fixed-box .contact-box .phone {
  margin-right: 20px;
  margin-right: 1.25rem; }

.top-fixed-box .contact-box .fa {
  margin-right: 3px;
  margin-right: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem; }

.top-fixed-box .contact-box .phone .fa {
  vertical-align: top;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 17px;
  line-height: 1.0625rem; }

/******************************************************************************
  Minimized Menu
*******************************************************************************/
.fixed-header .minimized-menu {
  -webkit-transform: inherit;
  -webkit-backface-visibility: inherit; }

.minimized-menu .header-wrapper .right-box {
  float: right;
  width: 50%; }

.minimized-menu .header-wrapper .right-box-wrapper {
  text-align: right; }

.minimized-menu .header-wrapper .primary {
  z-index: inherit;
  display: inline-block;
  float: none;
  margin: 0 0 0 -4px;
  margin: 0 0 0 -0.25rem;
  vertical-align: top;
  text-align: left; }

.minimized-menu .header-wrapper .primary .navbar {
  position: static;
  margin: 0;
  min-height: inherit; }

.minimized-menu .header-wrapper .primary .navbar .btn-navbar {
  position: relative;
  z-index: 920;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  height: 46px;
  height: 2.875rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  border-radius: 0.1875rem 0.1875rem 0 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 15px;
  line-height: 0.9375rem; }

.minimized-menu .header-wrapper .primary .navbar .btn-navbar:before {
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  bottom: 8px;
  bottom: 0.5rem;
  left: -1px;
  left: -0.0625rem;
  display: none;
  border-left: 1px solid #ccc;
  border-left: 0.0625rem solid #ccc;
  border-left: 1px solid rgba(204, 204, 204, 0.8);
  border-left: 0.0625rem solid rgba(204, 204, 204, 0.8);
  content: ''; }

.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed {
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  border-bottom: 0 none;
  background: none; }

.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
  display: block; }

.minimized-menu .header-wrapper .primary .navbar .btn-navbar .text {
  float: right;
  padding: 0 0 0 30px;
  padding: 0 0 0 1.875rem;
  color: #1e1e1e;
  line-height: 16px;
  line-height: 1rem; }

.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar {
  margin: 0;
  width: 22px;
  width: 1.375rem;
  height: 3px;
  height: 0.1875rem;
  border-radius: 0;
  background: #597380;
  -webkit-box-shadow: none;
  box-shadow: none; }

.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
  margin-top: 0.1875rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  z-index: 919;
  overflow: hidden !important;
  margin: 22px 0 0;
  margin: 1.375rem 0 0;
  padding: 0 15px;
  padding: 0 0.9375rem;
  max-height: inherit;
  width: 200%;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse {
  display: none !important; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse.in {
  display: block !important; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav {
  float: none;
  padding: 6px 6px 3px;
  padding: 0.375rem 0.375rem 0.1875rem;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 3px 0 3px 3px;
  border-radius: 0.1875rem 0 0.1875rem 0.1875rem;
  background: #fff; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li {
  float: none;
  margin: 0 0 3px;
  margin: 0 0 0.1875rem;
  padding: 0; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li &gt; a {
  margin: 0;
  padding: 7px 9px 7px 59px;
  padding: 0.4375rem 0.5625rem 0.4375rem 3.6875rem;
  border: 1px solid #f2f2f2;
  border: 0.0625rem solid #f2f2f2;
  border-radius: 0;
  background: #f2f2f2;
  text-decoration: none;
  font-weight: normal; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li:hover &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li &gt; a:hover {
  border: 1px solid #e9e9e9;
  border: 0.0625rem solid #e9e9e9;
  border-radius: 0;
  background: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.parent:hover &gt; a {
  position: relative;
  background: #f2f2f2; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.parent:hover &gt; a:after {
  display: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent &gt; a:after {
  display: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  width: 3.4375rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
  position: absolute;
  display: block;
  margin: 17px 0 0 15px;
  margin: 1.0625rem 0 0 0.9375rem;
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  background: #597380; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
  margin: 10px 0 0 22px;
  margin: 0.625rem 0 0 1.375rem;
  width: 2px;
  width: 0.125rem;
  height: 16px;
  height: 1rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent &gt; a .open-sub span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span {
  position: absolute;
  margin: 14px 0 0 38px;
  margin: 0.875rem 0 0 2.375rem;
  width: 12px;
  width: 0.75rem;
  height: 2px;
  height: 0.125rem;
  background: #7f7f7f; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent &gt; a .open-sub span + span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span {
  margin: 9px 0 0 43px;
  margin: 0.5625rem 0 0 2.6875rem;
  width: 2px;
  width: 0.125rem;
  height: 12px;
  height: 0.75rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .sub,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover &gt; .sub {
  position: relative;
  left: 0;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 0 5px;
  padding: 0.375rem 0 0.3125rem;
  border: 0 none;
  border-radius: 0;
  background: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.parent:hover &gt; a {
  border-radius: 0;
  background-color: #e9e9e9; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent.active &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent.active:hover &gt; a {
  border-color: #1e1e1e;
  background: #1e1e1e;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent.active &gt; a .open-sub span {
  background: #fff; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active &gt; a .open-sub span + span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box.active .title .open-sub span + span {
  display: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover &gt; .sub {
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
  line-height: 22px;
  line-height: 1.375rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a {
  padding: 4px 9px 4px 60px;
  padding: 0.25rem 0.5625rem 0.25rem 3.75rem;
  width: auto !important;
  background: none;
  color: #7f7f7f;
  text-decoration: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a &gt; i {
  color: #1e1e1e; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
  left: 0;
  margin-left: 10px;
  margin-left: 0.625rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav li:hover &gt; .sub a {
  background: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub {
  margin: 0;
  padding: 6px 0 5px;
  padding: 0.375rem 0 0.3125rem;
  width: 100%; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .sub-wrapper {
  display: block; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .promo-block {
  display: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .sub-list {
  display: block;
  padding: 0;
  width: 100% !important; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .box {
  float: none;
  margin: 0;
  padding: 0;
  width: 100% !important; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .box.closed ul {
  display: none;
  margin-left: 10px;
  margin-left: 0.625rem; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
  position: relative;
  margin: 0;
  padding: 4px 9px 4px 60px;
  padding: 0.25rem 0.5625rem 0.25rem 3.75rem;
  color: #7f7f7f;
  text-transform: none;
  font-weight: normal;
  line-height: 22px;
  line-height: 1.375rem;
  cursor: pointer; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
  position: static;
  top: 0;
  left: 0;
  float: right; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .item-new .before,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
  display: none; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg &gt; a .open-sub span,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-inverse &gt; a .open-sub span {
  background: #fff; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-inverse &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-inverse:hover &gt; a {
  color: #fff; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary &gt; a {
  border-color: #597380; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success &gt; a {
  border-color: #738d00; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info &gt; a {
  border-color: #057096; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning &gt; a {
  border-color: #fba618; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger &gt; a {
  border-color: #e56a3d; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-bg &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-bg:hover &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-inverse &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-inverse:hover &gt; a {
  border-color: #597380;
  background-color: #597380; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-bg &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-bg:hover &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-inverse &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-inverse:hover &gt; a {
  border-color: #738d00;
  background-color: #738d00; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-bg &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-bg:hover &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-inverse &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-inverse:hover &gt; a {
  border-color: #057096;
  background-color: #057096; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-bg &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-bg:hover &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-inverse &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-inverse:hover &gt; a {
  border-color: #fba618;
  background-color: #fba618; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-bg &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-bg:hover &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-inverse &gt; a,
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-inverse:hover &gt; a {
  border-color: #e56a3d;
  background-color: #e56a3d; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg .sub {
  background: #f7f7f7; }

.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg .sub a {
  color: #7f7f7f; }

.minimized-menu .header-wrapper .cart-header .dropdown-menu {
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-right: -98px;
  margin-right: -6.125rem; }

.minimized-menu .header-wrapper .cart-header.open .dropdown-toggle:after {
  left: 0; }

.minimized-menu .header-wrapper .header-icons {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top; }

.minimized-menu .header-wrapper .scroll-wrapper &gt; .scroll-content {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: auto !important; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element, .minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .navbar-nav &gt; div {
  position: absolute;
  z-index: 1000;
  margin: 0;
  padding: 0;
  border: none; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element.scroll-x, .minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .navbar-nav &gt; div.scroll-x {
  bottom: 2px;
  bottom: 0.125rem;
  left: 0;
  width: 100%;
  height: 8px;
  height: 0.5rem; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element.scroll-y, .minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .navbar-nav &gt; div.scroll-y {
  top: 0;
  right: 0;
  width: 4px;
  width: 0.25rem;
  height: 100%; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .scroll-element_outer {
  overflow: hidden; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .scroll-element_outer,
.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .scroll-element_track,
.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .scroll-bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .scroll-element_track {
  background-color: #ccc; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .scroll-bar {
  background-color: rgba(31, 31, 31, 0.2); }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .navbar-nav &gt; div.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
  left: -0.75rem; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .navbar-nav &gt; div.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
  top: -0.75rem; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .navbar-nav &gt; div.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
  left: -0.75rem; }

.minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav &gt; .scroll-element .navbar-nav &gt; div.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
  top: -0.75rem; }

.minimized-menu.header-two .header-wrapper .phone-header {
  margin-right: 0; }

.minimized-menu.header-two .header-wrapper .phone-active,
.minimized-menu.header-two .header-wrapper .search-active {
  z-index: 1003; }

/******************************************************************************
  Main
*******************************************************************************/
#main {
  padding: 0 0; }

#main.no-padding {
  padding: 0; }

.page-header {
  margin: 0 0 80px;
  margin: 0 0 5rem;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 0.0625rem solid #e1e1e1; }

.page-header .title {
  position: relative;
  margin: -4px 0 18px;
  margin: -0.25rem 0 1.125rem;
  padding: 0;
  font-weight: normal; }

.page-header .container {
  position: relative; }

.page-header .container:before {
  position: absolute;
  bottom: 0;
  left: 15px;
  left: 0.9375rem;
  display: block;
  margin: 0 0 -1px;
  margin: 0 0 -0.0625rem;
  width: 40px;
  width: 2.5rem;
  height: 1px;
  height: 0.0625rem;
  background: #1e1e1e;
  content: ''; }

.page-header .page-description {
  padding: 0 0 18px;
  padding: 0 0 1.125rem; }

.title-box {
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem; }

.title-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 0 -1px;
  margin: 0 0 -0.0625rem;
  width: 40px;
  width: 2.5rem;
  height: 1px;
  height: 0.0625rem;
  background: #1e1e1e;
  content: ''; }

.title-box.text-right:before {
  right: 0;
  left: auto; }

.title-box.text-center:before {
  left: 50%;
  margin-left: -20px;
  margin-left: -1.25rem; }

.title-box .title {
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
  padding: 14px 0 0;
  padding: 0.875rem 0 0;
  color: #7f7f7f;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem; }

.title-box h1.title,
.title-box .h1.title {
  font-size: 24px;
  font-size: 1.5rem; }

@media (min-width: 1024px) {
  .title-box h1.title,
  .title-box .h1.title {
    font-size: 34px;
    font-size: 2.125rem; } }

.title-box .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem; }

.title-box .btn .glyphicon {
  margin: -1px 0 0 3px;
  margin: -0.0625rem 0 0 0.1875rem; }

.title-box.title-white .title {
  color: #ffffff; }

.title-box.no-margin,
.no-margin {
  margin-bottom: 0 !important; }

.title-box.title-white,
.page-header.white {
  border-color: rgba(255, 255, 255, 0.3); }

.title-box.title-white:before,
.page-header.white .container:before {
  background: #ffffff; }

/******************************************************************************
  Sidebar
*******************************************************************************/
.sidebar {
  /* Menu */
  /* Shop By */
  /* List */
  /* Specials */
  /* Community Poll */
  /* Compare Products */
  /* Newsletter */
  /* Recommended */
  /* Tags */
  /* Links */
  /* Calendar */
  /* Datepicker */
  /* Other */ }

.sidebar .widget {
  margin: 0 0 80px;
  margin: 0 0 5rem; }

.sidebar .widget:last-child {
  margin-bottom: 0; }

.sidebar .widget ol,
.sidebar .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.sidebar .widget header,
.sidebar .widget .title-block {
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 0.0625rem solid #e1e1e1;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
  position: relative; }

.sidebar .widget header:before,
.sidebar .widget .title-block:before {
  background: #1e1e1e;
  bottom: 0px;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  margin: 0 0 -1px;
  margin: 0 0 -0.0625rem;
  position: absolute;
  width: 40px;
  width: 2.5rem; }

.sidebar .widget header .title,
.sidebar .widget .title-block .title {
  color: #7f7f7f;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  margin: 0; }

.sidebar .widget .subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 0 25px;
  margin: 0 0 1.5625rem; }

.sidebar .whats-news {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  overflow: hidden; }

.sidebar .whats-news header {
  margin: 0; }

.sidebar .carousel-box header .title {
  line-height: 40px;
  line-height: 2.5rem; }

.sidebar .carousel-box .product {
  display: block;
  float: left;
  margin: 40px 15px;
  margin: 2.5rem 0.9375rem; }

.sidebar .action {
  overflow: hidden; }

.sidebar .action .clear-all {
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  text-transform: none; }

.sidebar .action .clear-all.close {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 38px;
  line-height: 2.375rem; }

.sidebar .action .clear-all span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin: 0 0 0 2px;
  margin: 0 0 0 0.125rem;
  vertical-align: middle; }

.sidebar .action .btn {
  float: right; }

.sidebar .more {
  color: #7f7f7f;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.sidebar .more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-decoration: none; }

.sidebar .menu li {
  margin: 0 0 3px;
  margin: 0 0 0.1875rem; }

.sidebar .menu li a {
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  color: #1e1e1e;
  display: block;
  padding: 9px 9px 9px 60px;
  padding: 0.5625rem 0.5625rem 0.5625rem 3.75rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .menu li a:before {
  background: #e1e1e1;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 45px;
  left: 2.8125rem;
  position: absolute;
  top: 0;
  width: 1px;
  width: 0.0625rem; }

.sidebar .menu li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .menu li &gt; a .item-icon {
  left: 15px;
  left: 0.9375rem;
  position: absolute;
  top: 13px;
  top: 0.8125rem; }

.sidebar .menu li.active &gt; a {
  background-color: #597380;
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .menu li.active &gt; a:before {
  background: #444;
  background: rgba(255, 255, 255, 0.2); }

.sidebar .menu li.parent &gt; a .open-sub {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 45px;
  width: 2.8125rem; }

.sidebar .menu li.parent &gt; a .open-sub:before, .sidebar .menu li.parent &gt; a .open-sub:after {
  background: #597380;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  left: 0;
  margin: 19px 0 0 15px;
  margin: 1.1875rem 0 0 0.9375rem;
  position: absolute;
  top: 0;
  width: 16px;
  width: 1rem; }

.sidebar .menu li.parent &gt; a .open-sub:after {
  height: 16px;
  height: 1rem;
  margin: 12px 0 0 22px;
  margin: 0.75rem 0 0 1.375rem;
  width: 2px;
  width: 0.125rem; }

.sidebar .menu li.parent.active &gt; a .open-sub:before, .sidebar .menu li.parent.active &gt; a .open-sub:after {
  background: #fff; }

.sidebar .menu li.parent.active &gt; a .open-sub:after {
  display: none; }

.sidebar .menu .sub {
  background-color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 7px 0 4px 5px;
  padding: 0.4375rem 0 0.25rem 0.3125rem; }

.sidebar .menu .sub li {
  margin: 0; }

.sidebar .menu .sub li a {
  background: none;
  color: #7f7f7f;
  margin: 0;
  padding: 4px 9px 4px 60px;
  padding: 0.25rem 0.5625rem 0.25rem 3.75rem; }

.sidebar .menu .sub li a:before {
  display: none; }

.sidebar .menu .sub li a:hover {
  background-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0.05); }

.sidebar .menu .sub li.parent &gt; a .open-sub {
  left: 10px;
  left: 0.625rem; }

.sidebar .menu .sub li.parent &gt; a .open-sub:before, .sidebar .menu .sub li.parent &gt; a .open-sub:after {
  background: #7f7f7f;
  margin: 14px 0 0 22px;
  margin: 0.875rem 0 0 1.375rem;
  width: 12px;
  width: 0.75rem; }

.sidebar .menu .sub li.parent &gt; a .open-sub:after {
  height: 12px;
  height: 0.75rem;
  margin: 9px 0 0 27px;
  margin: 0.5625rem 0 0 1.6875rem;
  width: 2px;
  width: 0.125rem; }

.sidebar .menu .sub li :not(.active) &gt; a .item-icon {
  opacity: .5;
  filter: alpha(opacity=50); }

.sidebar .menu .sub .active &gt; a {
  background: none;
  color: #000; }

.sidebar .menu .sub .sub {
  background: none; }

.sidebar .section + .section {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  padding: 20px 0 0;
  padding: 1.25rem 0 0; }

.sidebar .section li {
  color: #7f7f7f;
  line-height: 18px;
  line-height: 1.125rem;
  overflow: hidden; }

.sidebar .section li + li {
  margin: 12px 0 0;
  margin: 0.75rem 0 0; }

.sidebar .section li &gt; a:not(.close) {
  color: #1e1e1e;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-decoration: none; }

.sidebar .section li &gt; a:not(.close):hover, .sidebar .section li &gt; a:not(.close):focus {
  opacity: .8;
  text-decoration: none; }

.sidebar .section li .fa {
  color: #7f7f7f; }

.sidebar .section li &gt; span:after {
  color: #7f7f7f;
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  display: inline-block;
  font-size: .5em;
  line-height: 40px;
  line-height: 2.5rem;
  margin: -10px 16px 0 5px;
  margin: -0.625rem 1rem 0 0.3125rem;
  pointer-events: none;
  position: absolute; }

.sidebar .section li &gt; span span {
  color: #1e1e1e; }

.sidebar .section .selected li {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  padding: 0 16px 0 0;
  padding: 0 1rem 0 0;
  position: relative; }

.sidebar .section .selected li .close {
  bottom: 2px;
  bottom: 0.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 2px;
  padding: 0 0.125rem;
  position: absolute;
  right: 0px;
  right: 0; }

.sidebar .list ul {
  margin-bottom: 0; }

.sidebar .list ul li {
  padding: 4px 0;
  padding: 0.25rem 0; }

.sidebar .list ul li a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.sidebar .list ul li a:hover, .sidebar .list ul li a:focus {
  opacity: .8;
  text-decoration: none; }

.sidebar .list ul li span {
  color: #7f7f7f; }

.sidebar .specials li {
  padding: 24px 0;
  padding: 1.5rem 0; }

.sidebar .specials li:first-child {
  padding-top: 0; }

.sidebar .specials li:last-child {
  padding-bottom: 0; }

.sidebar .specials li + li {
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

.sidebar .specials li .product-image {
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  border: 0.0625rem solid #f5f5f5;
  border-radius: 3px;
  border-radius: 0.1875rem;
  float: left;
  height: 74px;
  height: 4.625rem;
  margin: 0 15px 1px 0;
  margin: 0 0.9375rem 0.0625rem 0;
  overflow: hidden;
  width: 74px;
  width: 4.625rem; }

.sidebar .specials li .product-name {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  padding-left: 85px;
  padding-left: 5.3125rem; }

.sidebar .specials li .price-box {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding-left: 85px;
  padding-left: 5.3125rem; }

.sidebar .specials li .rating-box {
  margin: 3px 0 14px 85px;
  margin: 0.1875rem 0 0.875rem 5.3125rem;
  overflow: hidden; }

.sidebar .poll strong {
  display: block;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem; }

.sidebar .poll ul {
  margin: 0;
  padding: 0 0 27px;
  padding: 0 0 1.6875rem; }

.sidebar .poll li {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem; }

.sidebar .compare-products ul {
  margin: 0;
  padding: 0 0 17px;
  padding: 0 0 1.0625rem; }

.sidebar .compare-products ul li {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  overflow: hidden;
  padding: 0 16px 0 0;
  padding: 0 1rem 0 0;
  position: relative; }

.sidebar .compare-products ul li .title {
  color: #1e1e1e;
  padding-right: 2px;
  padding-right: 0.125rem;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  text-decoration: none; }

.sidebar .compare-products ul li .title:hover, .sidebar .compare-products ul li .title:focus {
  opacity: .8;
  text-decoration: none; }

.sidebar .compare-products ul li .title:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
  display: inline-block;
  font-size: .5em;
  line-height: 40px;
  line-height: 2.5rem;
  margin: -6px 16px 0 5px;
  margin: -0.375rem 1rem 0 0.3125rem;
  pointer-events: none;
  position: absolute; }

.sidebar .compare-products ul li .close {
  bottom: 2px;
  bottom: 0.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 2px;
  padding: 0 0.125rem;
  position: absolute;
  right: 0px;
  right: 0; }

.sidebar .wishlist li {
  padding: 0 46px 0 0;
  padding: 0 2.875rem 0 0; }

.sidebar .wishlist li .title:after {
  margin-right: 40px !important;
  margin-right: 2.5rem !important; }

.sidebar .wishlist .add-cart {
  bottom: 3px;
  bottom: 0.1875rem;
  color: #7f7f7f;
  height: 16px;
  height: 1rem;
  padding: 0 3px;
  padding: 0 0.1875rem;
  position: absolute;
  right: 18px;
  right: 1.125rem; }

.sidebar .wishlist .add-cart path {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .wishlist .add-cart:hover path {
  fill: #597380;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .newsletter form {
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
  position: relative; }

.sidebar .newsletter input {
  margin: 0;
  padding-right: 43px;
  padding-right: 2.6875rem; }

.sidebar .newsletter input:focus + .submit {
  color: #000;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .newsletter .submit {
  background: none;
  color: #ccc;
  height: 38px;
  height: 2.375rem;
  outline: none;
  padding: 0;
  position: absolute;
  right: 1px;
  right: 0.0625rem;
  top: 1px;
  top: 0.0625rem;
  width: 38px;
  width: 2.375rem; }

.sidebar .newsletter .submit .glyphicon {
  line-height: 20px;
  line-height: 1.25rem; }

.sidebar .banners {
  overflow: hidden; }

.sidebar .banners .slide {
  float: left;
  max-width: 270px;
  max-width: 16.875rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  padding-left: 0;
  padding-right: 0;
  position: relative; }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .banners .slide {
    width: 220px;
    width: 13.75rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .banners .slide {
    width: 165px;
    width: 10.3125rem; } }

.sidebar .banners .banner-text {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.65);
  bottom: 0;
  color: #fff;
  left: 0;
  min-height: 58px;
  min-height: 3.625rem;
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  text-align: right; }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .banners .banner-text {
    padding: 10px;
    padding: 0.625rem; } }

.sidebar .banners .banner-text .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0; }

.sidebar .banners .banner-text p {
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .banners .banner-text p {
    display: none; } }

.sidebar .tags ul {
  margin: 0; }

.sidebar .tags li {
  float: left;
  margin: 0 3px 3px 0;
  margin: 0 0.1875rem 0.1875rem 0; }

.sidebar .tags a {
  background: #597380;
  background: rgba(89, 115, 128, 0.7);
  border-radius: 2px;
  border-radius: 0.125rem;
  color: #fff;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  height: 24px;
  height: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .tags a:hover {
  background: #597380;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.sidebar .links li {
  line-height: 21px;
  line-height: 1.3125rem; }

.sidebar .links a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.sidebar .links a:hover {
  color: #000;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.sidebar .calendar-wrap {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border-radius: 0.1875rem;
  overflow: hidden;
  text-align: center; }

.sidebar .calendar-wrap table {
  margin: 0; }

.sidebar .calendar-wrap table td,
.sidebar .calendar-wrap table th {
  padding: 3px;
  padding: 0.1875rem;
  text-align: center; }

.sidebar .calendar-wrap caption {
  background: #597380;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center; }

.sidebar .calendar-wrap tfoot td {
  border: 0 none; }

.sidebar .calendar-wrap tfoot a {
  text-decoration: none; }

.sidebar .calendar-wrap tfoot a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.sidebar .calendar .datepicker-box .datepicker {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  border-radius: 0.1875rem;
  padding: 0;
  width: 270px;
  width: 16.875rem;
  max-width: 100%; }

.sidebar .calendar .datepicker-box .datepicker table {
  width: 100%;
  max-width: 100%; }

.sidebar .facebook-widget .fb-like-box {
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  max-width: 270px;
  max-width: 16.875rem;
  width: 100%; }

.sidebar .facebook-widget .fb-like-box &gt; span {
  max-width: 100% !important; }

.product-bottom .related-products header {
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 0.0625rem solid #e1e1e1;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
  position: relative; }

.product-bottom .related-products header:before {
  background: #1e1e1e;
  bottom: 0px;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  margin: 0 0 -1px;
  margin: 0 0 -0.0625rem;
  position: absolute;
  width: 40px;
  width: 2.5rem; }

.product-bottom .related-products header h3 {
  color: #7f7f7f;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  margin: 0; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #597380; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #fba618;
  color: #fff; }

/******************************************************************************
  Footer
*******************************************************************************/
#footer {
  margin: 0;
  overflow-x: hidden;
  color: #7f7f7f; }

#footer.footer-two {
  position: absolute;
  bottom: 0;
  width: 100%; }

#footer.footer-two .footer-top {
  padding-bottom: 43px;
  padding-bottom: 2.6875rem; }

#footer.footer-two .social {
  text-align: center; }

#footer.footer-two .social .icon {
  display: inline-block;
  float: none;
  margin: 0 3px;
  margin: 0 0.1875rem; }

#footer .footer-top {
  padding: 50px 0 13px;
  padding: 3.125rem 0 0.8125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 21px;
  line-height: 1.3125rem;
  background: #f2f2f2; }

#footer .footer-bottom {
  padding: 21px 0 20px;
  padding: 1.3125rem 0 1.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  background: #f7f7f7;
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

#footer .sidebar .widget {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

#footer .sidebar .widget:nth-child(4n+1) {
  clear: left; }

#footer .sidebar .widget p {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

#footer .sidebar .widget header,
#footer .sidebar .widget .title-block {
  padding: 0 0 12px;
  padding: 0 0 0.75rem;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem; }

#footer .sidebar .widget header:before, #footer .sidebar .widget header:before,
#footer .sidebar .widget .title-block:before,
#footer .sidebar .widget .title-block:before {
  display: none; }

#footer .sidebar .widget header .title,
#footer .sidebar .widget .title-block .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  color: #1e1e1e;
  text-transform: uppercase; }

#footer .sidebar .widget .next,
#footer .sidebar .widget .prev {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  line-height: 26px;
  line-height: 1.625rem; }

#footer .sidebar .widget .next svg,
#footer .sidebar .widget .prev svg {
  height: 14px;
  height: 0.875rem; }

#footer .sidebar .compare-products li,
#footer .sidebar .compare-products li .title,
#footer .sidebar .compare-products li .close,
#footer .sidebar .wishlist .add-cart {
  background-color: #f2f2f2; }

#footer .phone,
#footer .address {
  position: relative;
  padding-left: 34px;
  padding-left: 2.125rem; }

#footer .footer-icon {
  position: absolute;
  top: 0;
  left: 16px;
  left: 1rem;
  color: #c6c6c6; }

#footer .footer-icon:before {
  width: auto;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 18px;
  line-height: 1.125rem; }

#footer .up {
  display: block;
  float: right;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  text-align: center;
  background: #c6c6c6;
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#footer .up:hover {
  background: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#footer .up .glyphicon {
  margin: 14px 0 0 -0.5px;
  margin: 0.875rem 0 0 -0.03125rem;
  color: #fff;
  vertical-align: top; }

/******************************************************************************
  Media
*******************************************************************************/
/* Video */
embed,
iframe,
object,
video,
audio {
  max-width: 100%; }

.video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4); }

.video-box.html5 {
  height: auto;
  padding: 0; }

.video-box.html5 .video-js {
  width: 100% !important;
  height: auto !important;
  line-height: 0; }

.video-box.html5 .video-js .vjs-tech {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0; }

.video-box.html5 .vjs-default-skin {
  color: #fff; }

.video-box.html5 .vjs-default-skin .vjs-play-progress,
.video-box.html5 .vjs-default-skin .vjs-volume-level {
  background-color: #555; }

.video-box.html5 .vjs-default-skin .vjs-control-bar,
.video-box.html5 .vjs-default-skin .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.8); }

.video-box.html5 .vjs-default-skin .vjs-slider {
  background: rgba(0, 0, 0, 0.8); }

.video-box embed,
.video-box iframe,
.video-box object,
.video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Audio */
.audio-box audio {
  width: 100%; }

.jp-audio,
.jp-audio *,
.jp-jplayer,
.jp-jplayer * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

div.jp-audio {
  width: 100%;
  min-width: 300px;
  min-width: 18.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.jp-audio ul.jp-controls {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jp-audio button {
  padding: 0; }

/******************************************************************************
  Boxed
*******************************************************************************/
.boxed {
  background: #fff;
  margin: 0 auto;
  max-width: 1300px;
  max-width: 81.25rem;
  padding-top: 20px;
  padding-top: 1.25rem; }

@media (max-width: 1300px) {
  .boxed {
    padding-top: 0; } }

.boxed .page-box {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 18px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 1.125rem;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 18px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 0 1.125rem;
  overflow: hidden;
  position: relative; }

.boxed.loaded .page-box {
  overflow: visible; }

.boxed.fixed-header .header {
  margin-top: 0;
  position: absolute; }

.boxed.fixed-header.fixed .header {
  position: fixed;
  top: 0; }

.boxed.fixed-header.fixed.fixed-top #top-box {
  position: fixed;
  top: 0; }

.boxed.fixed-header.fixed.fixed-top .header {
  top: 40px;
  top: 2.5rem; }

.boxed.fixed-header.hidden-top #top-box {
  margin-bottom: 104px;
  margin-bottom: 6.5rem; }

.boxed.hidden-top .page-box {
  padding-top: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.boxed.hidden-top #top-box {
  left: 0;
  margin-top: 0;
  position: static;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.boxed.hidden-top .header {
  top: 40px;
  top: 2.5rem; }

.boxed.hidden-top.fixed .header {
  top: 0; }

.boxed .header-wrapper {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 1300px;
  max-width: 81.25rem; }

.boxed .top-box-wrapper {
  margin: 0 auto;
  max-width: 1300px;
  max-width: 81.25rem; }

.boxed .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
  display: inline-block !important; }

.boxed .banner-set.banner-set-mini.banner-set-no-pagination .prev,
.boxed .banner-set.banner-set-mini.banner-set-no-pagination .next {
  margin: 15px 0 0 !important;
  margin: 0.9375rem 0 0 !important;
  position: static; }

.boxed #footer {
  min-width: 100%;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative; }

@media (max-width: 1300px) {
  .boxed #footer {
    padding-bottom: 0; } }

.boxed #footer.footer-two {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .boxed.padding-top {
    padding-top: 420px;
    padding-top: 26.25rem; } }

/******************************************************************************
  One Page
*******************************************************************************/
.one-page #main {
  padding-top: 0;
  padding-bottom: 0; }

.one-page .page-header {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.one-page .full-width-box:last-child {
  padding-bottom: 0; }

.one-page .header .primary .navbar .nav .active {
  color: #e56a3d; }

/******************************************************************************
  Typography
*******************************************************************************/
* {
  border-width: 0;
  border-style: solid;
  border-color: #e1e1e1;
  zoom: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*,
*:hover,
*:focus {
  outline: none !important; }

html,
body {
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem; }

.full-height {
  height: 100% !important; }

.full-height.scroll {
  height: auto !important; }

.full-height body {
  position: relative; }

body {
  overflow-x: hidden;
  height: 100%;
  color: #333333;
  font-family: "Arimo", sans-serif;
  line-height: 1.6;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased; }

body.loaded {
  overflow-x: inherit; }

.scroll-width {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 200px;
  width: 12.5rem;
  height: 150px;
  height: 9.375rem; }

.scroll-width div {
  width: 100%;
  height: 200px;
  height: 12.5rem; }

input,
button,
select,
textarea {
  font-family: "Arimo", sans-serif; }

.page-box {
  min-height: 100%;
  height: auto !important;
  height: 100%; }

img {
  max-width: 100%;
  height: auto; }

svg image {
  display: none; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

label {
  font-weight: normal; }

/* Links */
a:active {
  color: #000000; }

a.no-border,
.no-border a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

a.no-border:hover,
.no-border a:hover {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.white a.no-border, .white
.no-border a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8); }

.white a.no-border:hover, .white
.no-border a:hover {
  color: #ffffff; }

/* Text */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
  text-rendering: optimizelegibility; }

.light {
  font-weight: normal; }

p {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }

address {
  font-size: 13px;
  font-size: 0.8125rem; }

ul,
ol {
  margin: 0 0 22px 0;
  margin: 0 0 1.375rem 0;
  padding: 0 0 0 60px;
  padding: 0 0 0 3.75rem; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.white,
.icon.white {
  color: #ffffff; }

.muted,
.icon.muted {
  color: #555555; }

.text-warning,
a.text-warning:hover,
.icon.text-warning {
  color: #fba618; }

.text-error,
a.text-error:hover,
.icon.text-error,
.text-danger,
a.text-danger:hover,
.icon.text-danger {
  color: #e56a3d; }

.text-info,
a.text-info:hover,
.icon.text-info {
  color: #057096; }

.text-success,
a.text-success:hover,
.icon.text-success {
  color: #738d00; }

.bg-white {
  background: #ffffff !important; }

.bg-muted {
  background: #555555 !important; }

.bg-primary {
  background: #597380 !important; }

.bg-warning {
  background: #fba618 !important; }

.bg-error,
.bg-danger {
  background: #e56a3d !important; }

.bg-info {
  background: #057096 !important; }

.bg-success {
  background: #738d00 !important; }

.border-muted {
  border-color: #555555 !important; }

.border-warning {
  border-color: #fba618 !important; }

.border-error,
.border-danger {
  border-color: #e56a3d !important; }

.border-info {
  border-color: #057096 !important; }

.border-success {
  border-color: #738d00 !important; }

.border-grey {
  border-color: #777777 !important; }

.lead {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.text-small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

/* hr */
hr {
  margin: 20px 0;
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid #d4d3d0;
  border-top: 0.0625rem solid #d4d3d0;
  border-bottom: 0 none;
  clear: both; }

hr.dotted {
  border-style: dotted;
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

hr.dashed {
  border-style: dashed;
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

hr.double {
  border-style: double;
  border-top-width: 3px;
  border-top-width: 0.1875rem; }

hr.shadow {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  border: 0 none; }

hr.shadow:after {
  position: absolute;
  right: 5%;
  bottom: 10px;
  bottom: 0.625rem;
  left: 5%;
  z-index: -1;
  height: 20px;
  height: 1.25rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.8);
  content: ''; }

hr.no-line {
  height: 1px;
  height: 0.0625rem;
  border: 0 none; }

hr.margin-bottom {
  margin-top: 0; }

hr.margin-top {
  margin-bottom: 0; }

/* Button */
.btn {
  padding: 8px 19px;
  padding: 0.5rem 1.1875rem;
  outline: none;
  border-radius: 3px;
  border-radius: 0.1875rem;
  white-space: normal;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, border 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, border 0.2s linear, color 0.2s linear; }

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus, .btn.btn-default:active, .btn.btn-default.active,
.open &gt; .btn.btn-default.dropdown-toggle {
  border-color: #565656;
  background: #565656; }

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active,
.open &gt; .btn.btn-primary.dropdown-toggle {
  border-color: #708d9c;
  background: #708d9c; }

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active,
.open &gt; .btn.btn-success.dropdown-toggle {
  border-color: #9dc000;
  background: #9dc000; }

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active,
.open &gt; .btn.btn-info.dropdown-toggle {
  border-color: #0795c7;
  background: #0795c7; }

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active,
.open &gt; .btn.btn-warning.dropdown-toggle {
  border-color: #fcb94a;
  background: #fcb94a; }

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active,
.open &gt; .btn.btn-danger.dropdown-toggle {
  border-color: #eb8d6a;
  background: #eb8d6a; }

.btn.btn-red {
  background: #ed093a;
  color: #ffffff; }

.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active, .btn.btn-red.active, .btn.btn-red.disabled, .btn.btn-red[disabled] {
  background-color: #fb4c71;
  color: #ffffff; }

.btn.btn-red:active, .btn.btn-red.active,
.btn-group.open .btn.btn-red.dropdown-toggle {
  -webkit-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0.3125rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0.3125rem 0 rgba(0, 0, 0, 0.12); }

.btn.btn-white {
  border-color: #ffffff;
  background: #ffffff;
  color: #1e1e1e; }

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-white.active, .btn.btn-white.disabled, .btn.btn-white[disabled],
.btn-group.open .btn.btn-white.dropdown-toggle {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  color: #1e1e1e; }

.btn.btn-link[disabled]:hover, .btn.btn-link[disabled]:focus {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.btn .btn.disabled,
.btn .btn[disabled] {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.btn.btn-inverse {
  background: #cccccc;
  background: rgba(30, 30, 30, 0.3);
  color: #ffffff; }

.btn.btn-inverse:hover, .btn.btn-inverse:focus, .btn.btn-inverse:active, .btn.btn-inverse.active, .btn.btn-inverse.disabled, .btn.btn-inverse[disabled],
.btn-group.open .btn.btn-inverse.dropdown-toggle {
  background-color: #000000;
  color: #efefef; }

.btn.btn-border {
  border: 1px solid #1e1e1e;
  border: 0.0625rem solid #1e1e1e;
  background: none;
  color: #1e1e1e; }

.btn.btn-border .caret {
  color: #1e1e1e; }

.btn.btn-border.btn-inverse,
.btn.btn-border.btn-inverse .caret {
  border-color: rgba(30, 30, 30, 0.3);
  color: rgba(30, 30, 30, 0.3); }

.btn.btn-border.btn-primary,
.btn.btn-border.btn-primary .caret {
  border-color: #597380;
  color: #597380; }

.btn.btn-border.btn-warning,
.btn.btn-border.btn-warning .caret {
  border-color: #fba618;
  color: #fba618; }

.btn.btn-border.btn-danger,
.btn.btn-border.btn-danger .caret {
  border-color: #e56a3d;
  color: #e56a3d; }

.btn.btn-border.btn-success,
.btn.btn-border.btn-success .caret {
  border-color: #738d00;
  color: #738d00; }

.btn.btn-border.btn-info,
.btn.btn-border.btn-info .caret {
  border-color: #057096;
  color: #057096; }

.btn.btn-border:hover, .btn.btn-border:focus, .btn.btn-border:active, .btn.btn-border.active, .btn.btn-border.disabled, .btn.btn-border[disabled],
.btn-group.open .btn.btn-border.btn.dropdown-toggle {
  color: #ffffff; }

.btn.btn-border:hover .caret, .btn.btn-border:focus .caret, .btn.btn-border:active .caret, .btn.btn-border.active .caret, .btn.btn-border.disabled .caret, .btn.btn-border[disabled] .caret,
.btn-group.open .btn.btn-border.btn.dropdown-toggle .caret {
  color: #ffffff; }

.btn.btn-lg, .btn-group-lg &gt; .btn {
  padding: 15px 44px;
  padding: 0.9375rem 2.75rem;
  font-size: 14px;
  font-size: 0.875rem; }

.btn.btn-sm, .btn-group-sm &gt; .btn {
  padding: 4px 14px;
  padding: 0.25rem 0.875rem;
  font-size: 12px;
  font-size: 0.75rem; }

.btn.btn-xs, .btn-group-xs &gt; .btn {
  padding: 1px 9px;
  padding: 0.0625rem 0.5625rem;
  font-size: 10px;
  font-size: 0.625rem; }

.dropdown-menu {
  z-index: 800;
  padding: 0;
  min-width: 156px;
  min-width: 9.75rem;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15); }

.dropdown-menu &gt; li &gt; a i {
  margin-right: 10px;
  margin-right: 0.625rem;
  min-width: 18px;
  min-width: 1.125rem;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem; }

.dropdown-backdrop {
  position: static; }

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

.open &gt; .dropdown-menu {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s; }

.navbar-inverse .brand,
.navbar-inverse .nav &gt; li &gt; a {
  color: #7b7b7b;
  text-shadow: none; }

.btn-group &gt; .btn:first-child {
  border-top-left-radius: 3px;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 3px;
  border-bottom-left-radius: 0.1875rem; }

.btn-group &gt; .btn:last-child,
.btn-group &gt; .dropdown-toggle {
  border-top-right-radius: 3px;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 3px;
  border-bottom-right-radius: 0.1875rem; }

.btn-group &gt; .btn:before,
.btn-group &gt; .btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  left: -0.0625rem;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
  content: ''; }

.btn-group &gt; .btn.btn-border:before,
.btn-group &gt; .btn.btn-border:after {
  display: none; }

.btn-group .btn-group &gt; .btn:after {
  right: 0;
  left: auto; }

.btn-group &gt; .btn:first-child:before,
.btn-group &gt; .btn:last-child:after,
.btn-group &gt; .btn:only-of-type:after,
.btn-group &gt; .btn:only-of-type:before {
  display: none; }

.btn-hidden-text {
  display: block;
  overflow: hidden;
  margin: 0;
  height: 0;
  font-size: 0; }

.ladda-button {
  font-size: 100%; }

.ladda-button[data-style=contract][data-loading] {
  width: 42px;
  width: 2.625rem; }

/* Forms */
label {
  margin: 0 0 3px;
  margin: 0 0 0.1875rem;
  font-weight: bold; }

.required {
  display: inline-block;
  color: #c3293a;
  font-size: 14px;
  font-size: 0.875rem; }

.selectBox,
.form-control .form-group &gt; input {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  min-height: 40px;
  min-height: 2.5rem;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 1px #ffffff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.0625rem #ffffff, inset 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px #ffffff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.0625rem #ffffff, inset 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem; }

.selectBox:hover,
.form-control .form-group &gt; input:hover {
  border-color: #cccccc;
  text-decoration: none; }

.selectBox:focus, .selectBox.selectBox-menuShowing,
.form-control .form-group &gt; input:focus,
.form-control .form-group &gt; input.selectBox-menuShowing {
  outline: none;
  border: solid 1px #839bb7;
  border: solid 0.0625rem #839bb7;
  -webkit-box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  -webkit-box-shadow: 0 0 0.625rem rgba(46, 84, 129, 0.3);
  box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  box-shadow: 0 0 0.625rem rgba(46, 84, 129, 0.3);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }

textarea.form-control {
  max-width: 100%;
  height: 100px;
  height: 6.25rem; }

.selectBox {
  max-width: 100%;
  width: 100%; }

.has-feedback .form-control-feedback {
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
  color: #738d00; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
  color: #fba618; }

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

.has-success .form-control {
  border-color: #738d00;
  -webkit-transition: -webkit-box-shadow linear 0.2s;
  transition: -webkit-box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }

.has-warning .form-control {
  border-color: #fba618;
  -webkit-transition: -webkit-box-shadow linear 0.2s;
  transition: -webkit-box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }

.has-error .form-control {
  border-color: #e56a3d;
  -webkit-transition: -webkit-box-shadow linear 0.2s;
  transition: -webkit-box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s; }

.has-success .form-control:focus {
  border-color: #738d00;
  -webkit-box-shadow: 0 0 10px rgba(115, 141, 0, 0.3);
  -webkit-box-shadow: 0 0 0.625rem rgba(115, 141, 0, 0.3);
  box-shadow: 0 0 10px rgba(115, 141, 0, 0.3);
  box-shadow: 0 0 0.625rem rgba(115, 141, 0, 0.3); }

.has-warning .form-control:focus {
  border-color: #fba618;
  -webkit-box-shadow: 0 0 10px rgba(251, 166, 24, 0.3);
  -webkit-box-shadow: 0 0 0.625rem rgba(251, 166, 24, 0.3);
  box-shadow: 0 0 10px rgba(251, 166, 24, 0.3);
  box-shadow: 0 0 0.625rem rgba(251, 166, 24, 0.3); }

.has-error .form-control:focus {
  border-color: #e56a3d;
  -webkit-box-shadow: 0 0 10px rgba(229, 106, 61, 0.3);
  -webkit-box-shadow: 0 0 0.625rem rgba(229, 106, 61, 0.3);
  box-shadow: 0 0 10px rgba(229, 106, 61, 0.3);
  box-shadow: 0 0 0.625rem rgba(229, 106, 61, 0.3); }

.has-feedback label ~ .form-control-feedback {
  top: 25px;
  top: 1.5625rem; }

.radio,
.checkbox {
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  min-height: 18px;
  min-height: 1.125rem;
  font-weight: normal; }

.new-radio,
.new-checkbox {
  position: absolute;
  margin: 3px 0 0 -20px;
  margin: 0.1875rem 0 0 -1.25rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: #ffffff;
  cursor: pointer; }

.new-radio {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border-radius: 7px;
  border-radius: 0.4375rem; }

.new-radio input[type='radio'],
.new-checkbox input[type='checkbox'],
.form-inline .radio input[type='radio'],
.form-inline .checkbox input[type='checkbox'] {
  position: absolute;
  margin: 0;
  width: 100%;
  /*height: 100%;*/
  /*this messes up radio buttons*/
  vertical-align: top;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer; }

.new-checkbox svg {
  display: none;
  margin: -3px 0 0 -2px;
  margin: -0.1875rem 0 0 -0.125rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem; }

.new-checkbox svg polygon {
  fill: #597380; }

.job-postings-management .new-checkbox {
  top: 5px;
  top: 0.3125rem;
  left: 25px;
  left: 1.5625rem; }

.new-checkbox svg polygon {
  fill: #597380; }

.new-checkbox.checked svg {
  display: block; }

.new-radio span {
  display: block;
  margin: 3px 0 0 3px;
  margin: 0.1875rem 0 0 0.1875rem;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.new-radio.checked span {
  background: #597380; }

.new-radio.disabled,
.new-checkbox.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 20px;
  padding-left: 1.25rem; }

.form-search .radio input[type='radio'],
.form-search .checkbox input[type='checkbox'],
.form-inline .radio input[type='radio'],
.form-inline .checkbox input[type='checkbox'] {
  margin-left: -20px;
  margin-left: -1.25rem; }

.selectBox::-webkit-scrollbar,
.selectBox-dropdown-menu::-webkit-scrollbar {
  width: 10px;
  width: 0.625rem;
  background: #f2f2f2; }

.selectBox::-webkit-scrollbar-thumb,
.selectBox-dropdown-menu::-webkit-scrollbar-thumb {
  width: 5px;
  width: 0.3125rem;
  border-width: 1px 1px 1px 2px;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0.125rem;
  background-color: #839bb7; }

.selectBox {
  position: relative;
  background: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.selectBox:hover,
.selectBox:focus,
button {
  outline: none;
  text-decoration: none; }

.selectBox-label {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px 0 0;
  padding: 0 1.5625rem 0 0;
  max-width: 100%;
  width: 100%;
  color: #555555;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  overflow: hidden;
  width: 32px;
  width: 2rem;
  height: 100%;
  border-radius: 0 3px 3px 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
  background: url("/themes/Progressive/assets/dist/images/svg/select.svg") 50% 50% no-repeat; }

.selectBox-dropdown-menu {
  position: absolute;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 117px;
  max-height: 7.3125rem;
  outline: none;
  border: solid 1px #839bb7;
  border: solid 0.0625rem #839bb7;
  border-radius: 0 0 4px 4px;
  border-radius: 0 0 0.25rem 0.25rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  -webkit-box-shadow: 0 0 0.625rem rgba(46, 84, 129, 0.3);
  box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  box-shadow: 0 0 0.625rem rgba(46, 84, 129, 0.3);
  color: #5f5f5f;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; }

.selectBox-options li {
  display: block; }

.selectBox-options li a {
  display: block;
  margin: 0;
  padding: 2px 2px 2px 16px;
  padding: 0.125rem 0.125rem 0.125rem 1rem;
  min-height: 23px;
  min-height: 1.4375rem;
  color: #1e1e1e;
  text-decoration: none;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.selectBox-options li + li a {
  border-top: 1px solid #839bb7;
  border-top: 0.0625rem solid #839bb7; }

.selectBox-options li a:hover {
  background: #f2f2f2;
  color: #111111;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.selectBox-options li.selectBox-selected a {
  background: #e9e9e9;
  color: #000000;
  text-decoration: none; }

.selectBox-inline {
  overflow-y: auto;
  padding: 0;
  width: 100%; }

.selectBox-inline ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none; }

fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: default; }

fieldset[disabled] select,
fieldset[disabled] .selectBox,
fieldset[disabled] .selectBox .selectBox-label,
.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-label {
  color: #999999; }

fieldset[disabled] .selectBox .selectBox-arrow,
.selectBox.selectBox-disabled .selectBox-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.selectBox.selectBox-disabled:focus {
  border-color: #e1e1e1;
  -webkit-box-shadow: 0 1px #ffffff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.0625rem #ffffff, inset 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px #ffffff, inset 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.0625rem #ffffff, inset 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.15); }

.form-inline .control-label,
.form-inline .form-control,
.form-horizontal .form-group .form-control {
  margin-bottom: 0; }

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn,
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  height: 46px;
  height: 2.875rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33; }

.input-lg-selectBox-dropdown-menu {
  border-radius: 0 0 4px 4px;
  border-radius: 0 0 0.25rem 0.25rem; }

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn,
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  min-height: inherit !important;
  height: 30px;
  height: 1.875rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.input-sm-selectBox-dropdown-menu {
  border-radius: 0 0 2px 2px;
  border-radius: 0 0 0.125rem 0.125rem; }

/* IMG */
.alignnone {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem; }

.aligncenter {
  clear: both;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
  text-align: center; }

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
  margin: 0 1.5625rem 1.5625rem 0; }

.alignright {
  float: right;
  margin: 0 0 25px 25px;
  margin: 0 0 1.5625rem 1.5625rem; }

.caption {
  display: inline-block;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  max-width: 100%;
  color: #7f7f7f;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

.caption img {
  display: block;
  margin: 0 auto 10px;
  margin: 0 auto 0.625rem; }

.img-rounded, .img-thumbnail.img-rounded img,
.img-thumbnail.img-rounded .bg-images, .img-thumbnail.img-circle img,
.img-thumbnail.img-circle .bg-images {
  border-radius: 4px;
  border-radius: 0.25rem; }

.img-thumbnail {
  position: relative;
  display: inline-block;
  width: auto;
  border-radius: 0;
  line-height: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.img-thumbnail:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.img-thumbnail:hover .bg-images {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.img-thumbnail:hover .bg-images i:before {
  color: #000000;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.img-thumbnail.lightbox:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.img-thumbnail .bg-images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.img-thumbnail .bg-images i {
  margin: 9px 0 0 9px;
  margin: 0.5625rem 0 0 0.5625rem; }

.img-thumbnail .bg-images i:before {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.img-thumbnail.img-rounded, .img-thumbnail.img-rounded img.img-thumbnail,
.img-thumbnail.img-rounded .img-thumbnail.bg-images, .img-thumbnail.img-circle img.img-thumbnail,
.img-thumbnail.img-circle .img-thumbnail.bg-images {
  border-radius: 4px;
  border-radius: 0.25rem; }

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

.img-thumbnail.img-circle img,
.img-thumbnail.img-circle .bg-images {
  border-radius: 50%; }

.img-thumbnail.img-circle .bg-images i {
  margin: 17% 0 0 17%; }

.fancybox-wrap {
  -webkit-overflow-scrolling: touch; }

/* Alert */
.alert {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  min-height: 34px;
  min-height: 2.125rem;
  text-shadow: none;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.alert .alert-link {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.alert .alert-link:hover {
  color: #ffffff;
  text-decoration: none; }

.alert .close {
  position: absolute;
  top: 9px;
  top: 0.5625rem;
  right: 10px;
  right: 0.625rem;
  color: #ffffff;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.alert .close:hover {
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.alert .alert-icon {
  display: block;
  float: left;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0; }

.alert .alert-icon:before {
  font-size: 34px;
  font-size: 2.125rem; }

.alert.alert-default {
  border: 1px solid #555555;
  border: 0.0625rem solid #555555;
  background-color: #555555;
  color: #ffffff; }

.alert.alert-black {
  border: 1px solid #1e1e1e;
  border: 0.0625rem solid #1e1e1e;
  background-color: #1e1e1e;
  color: #ffffff; }

.alert.alert-border {
  background: none;
  color: #1e1e1e; }

.alert.alert-border .close {
  color: #1e1e1e; }

/* Tooltip */
.tooltip.left {
  margin-left: -12px;
  margin-left: -0.75rem; }

#tooltip {
  position: absolute;
  z-index: 3000;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  background-color: #f7f7f7; }

#tooltip h3,
#tooltip div {
  margin: 0; }

.text-warning + .tooltip .tooltip-inner {
  background-color: #fba618; }

.text-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #fba618; }

.text-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fba618; }

.text-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #fba618; }

.text-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #fba618; }

.text-error + .tooltip .tooltip-inner {
  background-color: #e56a3d; }

.text-error + .tooltip.top .tooltip-arrow {
  border-top-color: #e56a3d; }

.text-error + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e56a3d; }

.text-error + .tooltip.left .tooltip-arrow {
  border-left-color: #e56a3d; }

.text-error + .tooltip.right .tooltip-arrow {
  border-right-color: #e56a3d; }

.text-danger + .tooltip .tooltip-inner {
  background-color: #e56a3d; }

.text-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #e56a3d; }

.text-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e56a3d; }

.text-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #e56a3d; }

.text-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #e56a3d; }

.text-info + .tooltip .tooltip-inner {
  background-color: #057096; }

.text-info + .tooltip.top .tooltip-arrow {
  border-top-color: #057096; }

.text-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #057096; }

.text-info + .tooltip.left .tooltip-arrow {
  border-left-color: #057096; }

.text-info + .tooltip.right .tooltip-arrow {
  border-right-color: #057096; }

.text-success + .tooltip .tooltip-inner {
  background-color: #738d00; }

.text-success + .tooltip.top .tooltip-arrow {
  border-top-color: #738d00; }

.text-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #738d00; }

.text-success + .tooltip.left .tooltip-arrow {
  border-left-color: #738d00; }

.text-success + .tooltip.right .tooltip-arrow {
  border-right-color: #738d00; }

/* Popover */
.popover {
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15); }

/* List Group */
a.list-group-item,
a.list-group-item:hover,
a.list-group-item:focus {
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear; }

.list-group-item-warning {
  border: 0 none;
  background-color: #fba618;
  color: #ffffff; }

a.list-group-item-warning {
  color: #ffffff; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  background-color: #fcb94a;
  color: rgba(255, 255, 255, 0.7); }

.list-group-item-danger {
  border: 0 none;
  background-color: #e56a3d;
  color: #ffffff; }

a.list-group-item-danger {
  color: #ffffff; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  background-color: #eb8d6a;
  color: rgba(255, 255, 255, 0.7); }

.list-group-item-info {
  border: 0 none;
  background-color: #057096;
  color: #ffffff; }

a.list-group-item-info {
  color: #ffffff; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  background-color: #0795c7;
  color: rgba(255, 255, 255, 0.7); }

.list-group-item-success {
  border: 0 none;
  background-color: #738d00;
  color: #ffffff; }

a.list-group-item-success {
  color: #ffffff; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  background-color: #9dc000;
  color: rgba(255, 255, 255, 0.7); }

.list-group-item .badge {
  margin-top: 2px;
  margin-top: 0.125rem; }

/* Tables */
.table {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

th {
  text-align: center; }

.table.text-left,
.table.text-left th:not(.text-center) {
  text-align: left; }

.table.text-right,
.table.text-right th:not(.text-center) {
  text-align: right; }

.table th,
.table td,
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  line-height: 18px;
  line-height: 1.125rem; }

.table &gt; thead &gt; tr &gt; th {
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
  font-size: 13px;
  font-size: 0.8125rem; }

.table-striped thead th {
  background-color: #f7f7f7; }

.table-striped tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped tbody &gt; tr:nth-child(odd) &gt; th {
  background: none; }

.table-bordered {
  border-radius: 0; }

.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem; }

.table-hover tbody tr &gt; td,
.table-hover tbody tr &gt; th {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.table-hover tbody tr:hover &gt; td,
.table-hover tbody tr:hover &gt; th {
  background-color: #fffdee;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th,
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th,
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th,
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  color: #ffffff; }

/* Quotes */
blockquote {
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
  border-left: 2px solid #e1e1e1;
  border-left: 0.125rem solid #e1e1e1; }

blockquote.pull-right {
  float: right;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 0;
  border-right: 2px solid #e1e1e1;
  border-right: 0.125rem solid #e1e1e1;
  border-left: 0; }

blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 1.625; }

blockquote small {
  line-height: 26px;
  line-height: 1.625rem; }

/* Progress */
.progress {
  height: 40px;
  height: 2.5rem; }

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  text-indent: 10px;
  text-indent: 0.625rem;
  text-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }

.progress.border-radius {
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem; }

.progress[data-appear-progress-animation] .progress-bar {
  text-indent: -100%; }

.progress.hover .progress-bar:hover {
  background: #1e1e1e; }

.progress.hover .progress-bar-info:hover {
  background: #057096; }

.progress.hover .progress-bar-success:hover {
  background: #738d00; }

.progress.hover .progress-bar-warning:hover {
  background: #fba618; }

.progress.hover .progress-bar-danger:hover {
  background: #e56a3d; }

.progress-circular {
  position: relative;
  text-align: center; }

.progress-circular &gt; div {
  display: inline-block;
  vertical-align: top; }

.progress-circular input.knob {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  font-weight: normal !important;
  font-style: italic;
  font-size: 0; }

/* Pagination */
.pagination {
  margin: 20px 0;
  margin: 1.25rem 0; }

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  float: left;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
  padding: 0 9px;
  padding: 0 0.5625rem;
  min-width: 6px;
  min-width: 0.375rem;
  border: 0 none;
  border-radius: 2px;
  border-radius: 0.125rem;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span, .pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-left-width: 0;
  border-radius: 2px;
  border-radius: 0.125rem;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem; }

.pagination + .pagination-text {
  float: right;
  color: #999999;
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem; }

.pagination.pagination-lg &gt; li &gt; a,
.pagination.pagination-lg &gt; li &gt; span {
  padding: 4px 14px;
  padding: 0.25rem 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem; }

.pagination.pagination-sm &gt; li &gt; a,
.pagination.pagination-sm &gt; li &gt; span {
  padding: 0 7px;
  padding: 0 0.4375rem;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 20px;
  line-height: 1.25rem; }

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span,
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 2px;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 2px;
  border-bottom-left-radius: 0.125rem; }

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span,
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 2px;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: 0.125rem; }

/* Modal */
.modal {
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15); }

.modal .close {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  font-size: 26px;
  font-size: 1.625rem; }

.modal .close span {
  margin-top: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
  text-transform: uppercase;
  line-height: 18px;
  line-height: 1.125rem; }

.modal.modal-center .modal-dialog {
  -webkit-transform: translate(0, 0%) !important;
  -ms-transform: translate(0, 0%) !important;
  transform: translate(0, 0%) !important; }

.modal-header {
  padding: 30px 20px 0;
  padding: 1.875rem 1.25rem 0;
  border: 0 none; }

.modal-header .title-box {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.modal-header .title-box .title {
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
  padding: 0; }

.modal-body {
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem; }

.modal-footer {
  padding: 20px;
  padding: 1.25rem;
  border-top: 1px solid #e1e1e1;
  border-top: 0.0625rem solid #e1e1e1;
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 0.1875rem 0.1875rem;
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 0.0625rem 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 0.0625rem 0 #ffffff; }

/* Tabs */
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.nav-tabs {
  margin-bottom: 0;
  margin-left: 0; }

.nav-tabs &gt; li &gt; a {
  padding: 10px 20px 11px;
  padding: 0.625rem 1.25rem 0.6875rem;
  border-radius: 2px 2px 0 0;
  border-radius: 0.125rem 0.125rem 0 0;
  color: #1e1e1e;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.nav-tabs &gt; li &gt; a:hover, .nav-tabs &gt; li &gt; a:focus {
  border-color: #f7f7f7 #f7f7f7 #e1e1e1; }

.nav-tabs &gt; .active &gt; a,
.nav-tabs &gt; .active &gt; a:hover,
.nav-tabs &gt; .active &gt; a:focus {
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-bottom-color: transparent;
  color: #1e1e1e;
  font-weight: bold; }

.nav-tabs &gt; .active.dropdown &gt; a {
  z-index: 911; }

.tab-content &gt; .tab-pane,
.pill-content &gt; .pill-pane {
  padding: 36px 0 0;
  padding: 2.25rem 0 0; }

.tabs-left &gt; .nav-tabs &gt; li,
.tabs-right &gt; .nav-tabs &gt; li {
  float: none;
  margin: 0; }

.tabs-left &gt; .nav-tabs &gt; li &gt; a,
.tabs-right &gt; .nav-tabs &gt; li &gt; a {
  margin-right: 0;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  min-width: 110px;
  min-width: 6.875rem; }

.tabs-left &gt; .nav-tabs {
  float: left;
  margin: 0 -1px 0 0;
  margin: 0 -0.0625rem 0 0;
  border: 0 none;
  border-right: 1px solid #dddddd;
  border-right: 0.0625rem solid #dddddd; }

.tabs-left &gt; .nav-tabs &gt; li &gt; a {
  margin-right: -1px;
  margin-right: -0.0625rem;
  border-radius: 4px 0 0 4px;
  border-radius: 0.25rem 0 0 0.25rem; }

.tabs-left &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-left &gt; .nav-tabs &gt; li &gt; a:focus {
  border-color: #f7f7f7 #dddddd #f7f7f7 #f7f7f7; }

.tabs-left &gt; .nav-tabs .active &gt; a,
.tabs-left &gt; .nav-tabs .active &gt; a:hover,
.tabs-left &gt; .nav-tabs .active &gt; a:focus {
  border-color: #dddddd transparent #dddddd #dddddd; }

.tabs-left &gt; .tab-content {
  overflow: auto;
  margin: 0;
  border-left: 1px solid #dddddd;
  border-left: 0.0625rem solid #dddddd; }

.tabs-left &gt; .tab-content &gt; .tab-pane {
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem; }

.tabs-right &gt; .nav-tabs {
  float: right;
  margin: 0 0 0 -1px;
  margin: 0 0 0 -0.0625rem;
  border: 0 none;
  border-left: 1px solid #dddddd;
  border-left: 0.0625rem solid #dddddd; }

.tabs-right &gt; .nav-tabs &gt; li &gt; a {
  margin-left: -1px;
  margin-left: -0.0625rem;
  border-radius: 0 4px 4px 0;
  border-radius: 0 0.25rem 0.25rem 0; }

.tabs-right &gt; .nav-tabs &gt; li &gt; a:hover, .tabs-right &gt; .nav-tabs &gt; li &gt; a:focus {
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #dddddd; }

.tabs-right &gt; .nav-tabs .active &gt; a,
.tabs-right &gt; .nav-tabs .active &gt; a:hover,
.tabs-right &gt; .nav-tabs .active &gt; a:focus {
  border-color: #dddddd #dddddd #dddddd transparent; }

.tabs-right &gt; .tab-content {
  overflow: auto;
  margin: 0;
  border-right: 1px solid #dddddd;
  border-right: 0.0625rem solid #dddddd; }

.tabs-right &gt; .tab-content &gt; .tab-pane {
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0; }

/* Accordion */
.panel {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-heading {
  border: 0 none; }

.panel-title {
  font-size: 14px;
  font-size: 0.875rem; }

.panel-footer {
  border: 0; }

.list-group-item {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem; }

.panel-group {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }

.panel-group .panel {
  margin-bottom: 0;
  border: 0 none;
  border-radius: 0; }

.panel-group .panel .panel-heading {
  position: relative;
  padding: 0;
  background-color: inherit; }

.panel-group .panel .panel-heading &gt; .panel-title:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  left: 2.8125rem;
  z-index: 1;
  display: block;
  width: 1px;
  width: 0.0625rem;
  background: rgba(255, 255, 255, 0.4);
  content: ''; }

.panel-group .panel .panel-heading &gt; .panel-title &gt; a {
  display: block;
  padding: 9px 9px 9px 60px;
  padding: 0.5625rem 0.5625rem 0.5625rem 3.75rem;
  background-color: #f2f2f2;
  text-decoration: none;
  line-height: 22px;
  line-height: 1.375rem;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.panel-group .panel .panel-heading &gt; .panel-title &gt; a:before, .panel-group .panel .panel-heading &gt; .panel-title &gt; a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 19px 0 0 15px;
  margin: 1.1875rem 0 0 0.9375rem;
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  background: #1e1e1e;
  content: ''; }

.panel-group .panel .panel-heading &gt; .panel-title &gt; a:after {
  margin: 12px 0 0 22px;
  margin: 0.75rem 0 0 1.375rem;
  width: 2px;
  width: 0.125rem;
  height: 16px;
  height: 1rem; }

.panel-group .panel .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #e9e9e9; }

.panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none; }

.panel-group .panel.active .panel-heading &gt; .panel-title:before {
  background: rgba(255, 255, 255, 0.2); }

.panel-group .panel.active .panel-heading &gt; .panel-title &gt; a,
.panel-group .panel.active .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #597380;
  color: #ffffff; }

.panel-group .panel.active .panel-heading &gt; .panel-title &gt; a:before, .panel-group .panel.active .panel-heading &gt; .panel-title &gt; a:after,
.panel-group .panel.active .panel-heading &gt; .panel-title &gt; a:hover:before,
.panel-group .panel.active .panel-heading &gt; .panel-title &gt; a:hover:after {
  background: #ffffff; }

.panel-group .panel.active .panel-heading &gt; .panel-title &gt; a:after,
.panel-group .panel.active .panel-heading &gt; .panel-title &gt; a:hover:after {
  display: none; }

.panel-group .panel.panel-primary .panel-heading &gt; .panel-title &gt; a {
  background-color: #597380;
  color: #ffffff; }

.panel-group .panel.panel-primary .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: rgba(89, 115, 128, 0.9); }

.panel-group .panel.panel-primary .panel-heading &gt; .panel-title &gt; a:before, .panel-group .panel.panel-primary .panel-heading &gt; .panel-title &gt; a:after {
  background-color: #ffffff; }

.panel-group .panel.panel-warning .panel-heading &gt; .panel-title &gt; a {
  background-color: #fba618;
  color: #ffffff; }

.panel-group .panel.panel-warning .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: rgba(251, 166, 24, 0.9); }

.panel-group .panel.panel-warning .panel-heading &gt; .panel-title &gt; a:before, .panel-group .panel.panel-warning .panel-heading &gt; .panel-title &gt; a:after {
  background-color: #ffffff; }

.panel-group .panel.panel-danger .panel-heading &gt; .panel-title &gt; a {
  background-color: #e56a3d;
  color: #ffffff; }

.panel-group .panel.panel-danger .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: rgba(229, 106, 61, 0.9); }

.panel-group .panel.panel-danger .panel-heading &gt; .panel-title &gt; a:before, .panel-group .panel.panel-danger .panel-heading &gt; .panel-title &gt; a:after {
  background-color: #ffffff; }

.panel-group .panel.panel-info .panel-heading &gt; .panel-title &gt; a {
  background-color: #057096;
  color: #ffffff; }

.panel-group .panel.panel-info .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: rgba(5, 112, 150, 0.9); }

.panel-group .panel.panel-info .panel-heading &gt; .panel-title &gt; a:before, .panel-group .panel.panel-info .panel-heading &gt; .panel-title &gt; a:after {
  background-color: #ffffff; }

.panel-group .panel.panel-success .panel-heading &gt; .panel-title &gt; a {
  background-color: #738d00;
  color: #ffffff; }

.panel-group .panel.panel-success .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: rgba(115, 141, 0, 0.9); }

.panel-group .panel.panel-success .panel-heading &gt; .panel-title &gt; a:before, .panel-group .panel.panel-success .panel-heading &gt; .panel-title &gt; a:after {
  background-color: #ffffff; }

.panel-group .panel.e-hidden {
  overflow: hidden;
  margin: 0; }

.panel-group .panel-body {
  padding: 10px 0 10px 1px;
  padding: 0.625rem 0 0.625rem 0.0625rem; }

.panel-group.panel-bg .panel-body {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  background: #f7f7f7; }

.panel-group.one-open .panel.active .panel-heading &gt; .panel-title &gt; a {
  cursor: default; }

/******************************************************************************
  Helper Classes
*******************************************************************************/
.close {
  position: relative;
  float: none;
  color: #7f7f7f;
  vertical-align: top;
  text-shadow: none;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.close:hover {
  color: #1e1e1e;
  opacity: 1;
  filter: alpha(opacity=100); }

.close span {
  display: inline-block;
  margin-top: 2px;
  margin-top: 0.125rem;
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Arial;
  line-height: 12px;
  line-height: 0.75rem; }

a.edit {
  color: #707070;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

a.edit:hover {
  color: #707070;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

a.edit i:before {
  margin: 0;
  font-style: italic;
  line-height: 9px;
  line-height: 0.5625rem; }

.rating-box {
  width: 73px;
  width: 4.5625rem;
  height: 12px;
  height: 0.75rem;
  background-image: url("/themes/Progressive/assets/dist/images/svg/rating.svg"), none;
  background-position: 0 0;
  background-repeat: no-repeat; }

.rating-box .rating {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 73px;
  width: 4.5625rem;
  height: 12px;
  height: 0.75rem; }

.rating-box .rating * {
  vertical-align: top; }

.pricing-info .rating-box .rating svg polygon {
  fill: #057096; }

.pricing-success .rating-box .rating svg polygon {
  fill: #738d00; }

.pricing-warning .rating-box .rating svg polygon {
  fill: #fba618; }

.pricing-error .rating-box .rating svg polygon,
.pricing-danger .rating-box .rating svg polygon {
  fill: #e56a3d; }

.reviews-box {
  color: #7f7f7f;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem; }

.reviews-box .rating-box {
  float: left;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0; }

.reviews-box .separator {
  margin: 0 4px;
  margin: 0 0.25rem; }

.reviews-box .add-review {
  color: #7f7f7f;
  text-decoration: none; }

.reviews-box .add-review:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.display-t {
  display: table; }

.display-tc {
  display: table-cell; }

.slim {
  font-weight: normal; }

.border-radius {
  border-radius: 5px;
  border-radius: 0.3125rem; }

.bg {
  background-color: #f2f2f2; }

.border {
  border-width: 1px;
  border-width: 0.0625rem; }

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

.margin-center {
  margin: 0 auto; }

.bottom-padding {
  margin-bottom: 80px;
  margin-bottom: 5rem; }

.bottom-padding-mini {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.bottom-padding.last {
  margin-bottom: 0; }

.no-top-padding {
  padding-top: 0 !important; }

.block {
  display: block; }

/* rotation */
.rotation {
  background: none;
  -webkit-perspective: 600px;
  -webkit-perspective: 37.5rem;
  -moz-perspective: 600px;
  -moz-perspective: 37.5rem;
  perspective: 600px;
  perspective: 37.5rem; }

.rotation.product, .rotation.employee {
  overflow: visible; }

.rotation .default,
.rotation .front-end {
  position: relative;
  z-index: 24;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden; }

.rotation .default {
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: #f7f7f7; }

.rotation.product .product-hover,
.rotation .back-end {
  z-index: 13;
  display: block;
  width: 100%;
  height: inherit;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: rotateY(-180deg);
  /*-webkit-backface-visibility: hidden;*/
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d; }

.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.rotation.hover .product-hover,
.rotation.hover .back-end {
  z-index: 46;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateY(0deg); }

.btn.dropdown-toggle,
.btn.dropdown-toggle:hover,
.btn.dropdown-toggle:focus {
  outline: none; }

.btn-group.btn-select {
  color: #7f7f7f;
  vertical-align: top;
  font-size: 12px;
  font-size: 0.75rem; }

.btn-group.btn-select .dropdown-toggle {
  z-index: 2;
  padding: 0 7px 3px;
  padding: 0 0.4375rem 0.1875rem;
  height: 24px;
  height: 1.5rem;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem; }

.btn-group.btn-select .btn.dropdown-toggle .caret {
  margin-left: 0;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5); }

.btn-group.btn-select.open .btn.dropdown-toggle {
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  border-radius: 0.1875rem 0.1875rem 0 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  color: #7f7f7f; }

.btn-group.btn-select.open .btn.dropdown-toggle:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 27;
  display: block;
  margin: 0 0 -6px;
  margin: 0 0 -0.375rem;
  height: 6px;
  height: 0.375rem;
  background: #ffffff;
  content: '';
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s; }

.btn-group.btn-select.open .btn.dropdown-toggle .caret {
  color: #777777; }

.btn-group.btn-select .dropdown-menu {
  z-index: 25;
  margin: 0;
  padding-top: 8px;
  padding-top: 0.5rem;
  border-radius: 0 3px 3px 3px;
  border-radius: 0 0.1875rem 0.1875rem 0.1875rem; }

.btn-group.btn-select .dropdown-menu &gt; li &gt; a {
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem; }

.btn-group.btn-select .dropdown-menu &gt; li &gt; a:hover {
  background: #f2f2f2; }

.btn-group.btn-select .dropdown-menu &gt; li &gt; a img {
  margin: 5px 9px 0 0;
  margin: 0.3125rem 0.5625rem 0 0;
  vertical-align: top; }

.jslider .jslider-pointer {
  margin: 0 0 0 -4px;
  margin: 0 0 0 -0.25rem;
  width: 8px;
  width: 0.5rem;
  height: 12px;
  height: 0.75rem;
  background: none; }

.jslider .jslider-pointer svg {
  vertical-align: top; }

.pagination-box {
  margin: 40px 0 0;
  margin: 2.5rem 0 0; }

.pagination-box .pagination {
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0; }

.map-box iframe {
  width: 100%;
  border: 0 none;
  border-radius: 5px;
  border-radius: 0.3125rem; }

.map-box img {
  max-width: inherit; }

.map-canvas {
  height: 400px;
  height: 25rem; }

.map-canvas * {
  border: 0 none; }

.map-content {
  width: 200px;
  width: 12.5rem; }

.map-content .title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem; }

.caret {
  width: 9px;
  width: 0.5625rem;
  height: 6px;
  height: 0.375rem;
  border: 0 none;
  color: #777777; }

.caret:before {
  position: absolute;
  display: block;
  width: 9px;
  width: 0.5625rem;
  height: 6px;
  height: 0.375rem;
  content: '\f107';
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  line-height: 6px;
  line-height: 0.375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.open .caret {
  color: #777777; }

.btn .caret {
  margin: -2px 0 0;
  margin: -0.125rem 0 0; }

.btn-group .caret {
  color: #ffffff; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: 0 none; }

.dropup .caret:before,
.navbar-fixed-bottom .dropdown .caret:before {
  content: '\f106'; }

.help-block {
  margin-top: 0;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-size: 0.7em; }

.help-block:before {
  margin-left: -10px;
  margin-left: -0.625rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  color: red;
  content: '*'; }

.buttons-box .required {
  font-size: 11px;
  font-size: 0.6875rem; }

/* Social */
.social .social-list {
  margin: 0 -4px;
  margin: 0 -0.25rem; }

.social .icon {
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  background: #1e1e1e;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.social .icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.social .icon-facebook {
  background: #3b5998; }

.social .icon-twitter {
  background: #00bdec; }

.social .icon-google {
  background: #d94a39; }

.social .icon-linkedin {
  background: #1b92bd; }

/* Filter */
.filter-elements-wrapper {
  margin: 0 auto; }

.filter-buttons {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.filter-buttons .dropdown-toggle {
  display: block;
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding: 0 10px 0 20px;
  padding: 0 0.625rem 0 1.25rem;
  height: 38px;
  height: 2.375rem;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 3px;
  border-radius: 0.1875rem;
  background: transparent;
  color: #1e1e1e;
  font-weight: bold;
  line-height: 38px;
  line-height: 2.375rem;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.filter-buttons .dropdown-toggle .caret {
  margin: -2px 0 0 5px;
  margin: -0.125rem 0 0 0.3125rem; }

.filter-buttons .dropdown-toggle:hover {
  background: transparent;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.filter-buttons .dropdown-menu {
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1; }

.filter-buttons .dropdown-menu .active {
  background-color: #f5f5f5; }

.filter-buttons.open .dropdown-toggle {
  background: transparent; }

.filter-buttons.white .dropdown-toggle,
.filter-buttons.white .dropdown-toggle .caret {
  color: #ffffff; }

/* Isotop */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none; }

.year-regulator {
  padding-top: 13px;
  padding-top: 0.8125rem; }

.year-regulator .label {
  display: table-cell;
  padding: 0 20px 0 0;
  padding: 0 1.25rem 0 0;
  color: inherit;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  line-height: 0.875rem; }

.year-regulator .layout-slider {
  display: table-cell;
  width: 100%; }

.year-regulator .layout-slider input[type='slider'] {
  visibility: hidden; }

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

/******************************************************************************
  Breadcrumb
*******************************************************************************/
.breadcrumb-box {
  background: #f2f2f2;
  overflow: hidden; }

.breadcrumb {
  background: #f2f2f2;
  color: #7f7f7f;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  padding: 11px 0;
  padding: 0.6875rem 0; }

.breadcrumb &gt; li {
  line-height: 18px;
  line-height: 1.125rem;
  text-shadow: none; }

.breadcrumb &gt; li &gt; a {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.breadcrumb &gt; li &gt; a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.breadcrumb &gt; li + li:before {
  padding: 0 6px;
  padding: 0 0.375rem;
  color: #7f7f7f; }

.breadcrumb-none {
  height: 10px;
  height: 0.625rem; }

/******************************************************************************
  Carousels
*******************************************************************************/
.carousel .col-sm-1,
.carousel .col-sm-2,
.carousel .col-sm-3,
.carousel .col-sm-4,
.carousel .col-sm-5,
.carousel .col-sm-6,
.carousel .col-sm-7,
.carousel .col-sm-8,
.carousel .col-sm-9,
.carousel .col-sm-10,
.carousel .col-sm-11,
.carousel .col-sm-12 {
  display: block;
  float: left; }

.carousel .col-md-1 {
  max-width: 80px;
  max-width: 5rem; }

@media (min-width: 1200px) {
  .carousel .col-md-1 {
    max-width: 100px;
    max-width: 6.25rem; } }

.carousel .col-md-2 {
  max-width: 161px;
  max-width: 10.0625rem; }

@media (min-width: 1200px) {
  .carousel .col-md-2 {
    max-width: 200px;
    max-width: 12.5rem; } }

.carousel .col-md-3 {
  max-width: 242px;
  max-width: 15.125rem; }

@media (min-width: 1200px) {
  .carousel .col-md-3 {
    max-width: 300px;
    max-width: 18.75rem;
    width: 300px;
    width: 18.75rem; } }

.carousel .col-md-4 {
  max-width: 323px;
  max-width: 20.1875rem; }

@media (min-width: 1200px) {
  .carousel .col-md-4 {
    max-width: 400px;
    max-width: 25rem; } }

.carousel .col-md-5 {
  max-width: 404px;
  max-width: 25.25rem; }

@media (min-width: 1200px) {
  .carousel .col-md-5 {
    max-width: 500px;
    max-width: 31.25rem; } }

.carousel .col-md-6 {
  max-width: 485px;
  max-width: 30.3125rem; }

@media (min-width: 1200px) {
  .carousel .col-md-6 {
    max-width: 600px;
    max-width: 37.5rem; } }

.carousel .col-md-7 {
  max-width: 565px;
  max-width: 35.3125rem; }

@media (min-width: 1200px) {
  .carousel .col-md-7 {
    max-width: 700px;
    max-width: 43.75rem; } }

.carousel .col-md-8 {
  max-width: 646px;
  max-width: 40.375rem; }

@media (min-width: 1200px) {
  .carousel .col-md-8 {
    max-width: 800px;
    max-width: 50rem; } }

.carousel .col-md-9 {
  max-width: 727px;
  max-width: 45.4375rem; }

@media (min-width: 1200px) {
  .carousel .col-md-9 {
    max-width: 900px;
    max-width: 56.25rem; } }

.carousel .col-md-10 {
  max-width: 808px;
  max-width: 50.5rem; }

@media (min-width: 1200px) {
  .carousel .col-md-10 {
    max-width: 1000px;
    max-width: 62.5rem; } }

.carousel .col-md-11 {
  max-width: 889px;
  max-width: 55.5625rem; }

@media (min-width: 1200px) {
  .carousel .col-md-11 {
    max-width: 1100px;
    max-width: 68.75rem; } }

.carousel .col-md-12 {
  max-width: 970px;
  max-width: 60.625rem; }

@media (min-width: 1200px) {
  .carousel .col-md-12 {
    max-width: 1200px;
    max-width: 75rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .carousel .col-sm-1 {
    max-width: 62px;
    max-width: 3.875rem; }
  .carousel .col-sm-2 {
    max-width: 125px;
    max-width: 7.8125rem; }
  .carousel .col-sm-3 {
    max-width: 187px;
    max-width: 11.6875rem; }
  .carousel .col-sm-4 {
    max-width: 250px;
    max-width: 15.625rem; }
  .carousel .col-sm-5 {
    max-width: 31px;
    max-width: 1.9375rem; }
  .carousel .col-sm-6 {
    max-width: 375px;
    max-width: 23.4375rem; }
  .carousel .col-sm-7 {
    max-width: 437px;
    max-width: 27.3125rem; }
  .carousel .col-sm-8 {
    max-width: 500px;
    max-width: 31.25rem; }
  .carousel .col-sm-9 {
    max-width: 562px;
    max-width: 35.125rem; }
  .carousel .col-sm-10 {
    max-width: 625px;
    max-width: 39.0625rem; }
  .carousel .col-sm-11 {
    max-width: 687px;
    max-width: 42.9375rem; }
  .carousel .col-sm-12 {
    max-width: 750px;
    max-width: 46.875rem; } }

@media (max-width: 767px) {
  .carousel .col-sm-1,
  .carousel .col-sm-2,
  .carousel .col-sm-3,
  .carousel .col-sm-4 {
    min-width: 160px;
    min-width: 10rem; }
  .carousel .col-sm-5,
  .carousel .col-sm-6,
  .carousel .col-sm-7,
  .carousel .col-sm-8,
  .carousel .col-sm-9,
  .carousel .col-sm-10,
  .carousel .col-sm-11,
  .carousel .col-sm-12 {
    min-width: 300px;
    min-width: 18.75rem; }
  .carousel .col-md-1,
  .carousel .col-md-2,
  .carousel .col-md-3,
  .carousel .col-md-4,
  .carousel .col-xs-1,
  .carousel .col-xs-2,
  .carousel .col-xs-3,
  .carousel .col-xs-4,
  .carousel .col-xs-5,
  .carousel .col-xs-6,
  .carousel .col-xs-7,
  .carousel .col-xs-8,
  .carousel .col-xs-9,
  .carousel .col-xs-10,
  .carousel .col-xs-11,
  .carousel .col-xs-12 {
    max-width: 300px;
    max-width: 18.75rem; } }

.carousel [class*="span"].pull-right {
  float: right; }

.carousel-box &gt; * {
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.carousel-box .next,
.carousel-box .prev {
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 3px;
  -moz-border-radius: 0.1875rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem;
  text-align: center;
  text-decoration: none;
  width: 40px;
  width: 2.5rem;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.carousel-box .next:hover,
.carousel-box .prev:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition: color .2s linear,
 background-color .2s linear;
  -o-transition: color .2s linear,
 background-color .2s linear;
  transition: color .2s linear,
 background-color .2s linear; }

.carousel-box .next:hover polygon,
.carousel-box .prev:hover polygon {
  fill: #efefef; }

.carousel-box .next *,
.carousel-box .prev * {
  vertical-align: middle; }

.carousel-box .next svg {
  margin-left: 2px;
  margin-left: 0.125rem; }

.carousel-box .prev svg {
  margin-right: 2px;
  margin-right: 0.125rem; }

.carousel-box.no-nav .next,
.carousel-box.no-nav .prev {
  display: none; }

.carousel-box .pagination {
  margin-bottom: 0;
  text-align: center;
  width: 100%; }

.carousel-box .pagination a {
  background: #ececec; }

.carousel-box .pagination a:hover {
  background: #000; }

.carousel-box .pagination a.selected {
  background: #ccc;
  background: rgba(0, 0, 0, 0.3); }

.carousel-box.no-pagination .pagination {
  display: none; }

.carousel-box.load {
  background-image: url("../images/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  background-size: 2.5rem; }

.carousel-box.load &gt; * {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.carousel-box.load .carousel &gt; a + a,
.carousel-box.load .carousel &gt; div + div {
  visibility: hidden; }

.carousel-links a {
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.carousel-links a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.caroufredsel_wrapper {
  margin-bottom: 0 !important; }

.overflow {
  overflow: hidden; }

.switches a {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  border-radius: 0.4375rem;
  display: inline-block;
  height: 14px;
  height: 0.875rem;
  margin: 0 3px;
  margin: 0 0.1875rem;
  width: 14px;
  width: 0.875rem;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-indent: -9999px;
  text-indent: -624.9375rem;
  vertical-align: top; }

.content .switches a {
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem; }

.switches a:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.switches a.selected {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.switches a span {
  display: none; }

/******************************************************************************
  Sliders
*******************************************************************************/
.slider {
  padding: 54px 0;
  padding: 3.375rem 0;
  background: #f2f2f2; }

.slider &gt; .container {
  position: relative; }

.slider .slid {
  position: relative;
  width: 100%; }

.slider .slid .slid-img {
  z-index: 1;
  width: 100%; }

.slider .slid.cycle-slide {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slider .slid-content {
  position: absolute;
  top: 0;
  right: 15px;
  right: 0.9375rem;
  bottom: 93px;
  bottom: 5.8125rem;
  z-index: 3;
  padding: 38px 40px 0;
  padding: 2.375rem 2.5rem 0;
  overflow: hidden;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #7b7b7b; }

@media (min-width: 992px) and (max-width: 1199px) {
  .slider .slid-content {
    width: 400px;
    width: 25rem; } }

.content .slider .slid-content {
  right: 8px;
  right: 0.5rem;
  bottom: 84px;
  bottom: 5.25rem;
  width: 47.333333%;
  padding: 28px 30px 0;
  padding: 1.75rem 1.875rem 0; }

.slider .slid-content .title {
  margin: 0 0 34px;
  margin: 0 0 2.125rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff; }

@media (max-width: 480px) {
  .slider .slid-content .title {
    max-height: 42px;
    max-height: 2.625rem;
    overflow: hidden; } }

.slider .slid-content .descriptions {
  margin: 0 0 37px 0;
  margin: 0 0 2.3125rem 0; }

.slider .slid-content .btn {
  font-weight: bold;
  color: #1e1e1e;
  background: #f8f8f8;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.slider .slid-content .btn:hover {
  background: #fff;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.slider .slider-nav {
  position: absolute;
  top: 0;
  right: 15px;
  right: 0.9375rem;
  bottom: 0;
  z-index: 2;
  background-color: #597380;
  background-color: rgba(89, 115, 128, 0.97); }

@media (min-width: 992px) and (max-width: 1199px) {
  .slider .slider-nav {
    width: 400px;
    width: 25rem; } }

.content .slider .slider-nav {
  right: 0;
  width: 47.333333%; }

.slider .slider-nav .nav-box {
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  bottom: 33px;
  bottom: 2.0625rem;
  left: 23px;
  left: 1.4375rem;
  z-index: 4;
  text-align: center; }

.content .slider .slider-nav .nav-box {
  bottom: 30px;
  bottom: 1.875rem; }

.slider .slider-nav .prev,
.slider .slider-nav .next {
  position: absolute;
  left: 0;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #838282;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  border-radius: 0.1875rem;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 3px;
  -moz-border-radius: 0.1875rem;
  -webkit-transition: all 0.3s linear; }

.content .slider .slider-nav .prev, .content
.slider .slider-nav .next {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem; }

.slider .slider-nav .prev *,
.slider .slider-nav .next * {
  vertical-align: middle; }

.slider .slider-nav .prev:hover,
.slider .slider-nav .next:hover {
  color: #a0a0a0;
  background-color: #fff;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.slider .slider-nav .prev:hover polygon,
.slider .slider-nav .next:hover polygon {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  fill: #9f9f9f;
  -webkit-transition: all 0.3s linear; }

.slider .slider-nav .next {
  right: 0;
  left: auto;
  margin-left: 2px;
  margin-left: 0.125rem; }

.slider .slider-nav .prev {
  margin-right: 2px;
  margin-right: 0.125rem; }

.slider .slider-nav .pagination {
  padding: 0 65px;
  padding: 0 4.0625rem;
  text-align: center; }

.content .slider .slider-nav .pagination {
  margin: 5px 0;
  margin: 0.3125rem 0; }

.slider.load .sliders-box &gt; .col-md-12 + .col-md-12 {
  display: none; }

.slider .container:hover .slider-nav .prev,
.slider .container:hover .slider-nav .next,
.page-slider:hover .slider-nav .prev,
.page-slider:hover .slider-nav .next {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.progressive-slider .slider-nav .pagination a {
  vertical-align: middle; }

.page-slider {
  position: relative;
  padding: 0;
  background: none; }

.progressive-slider-two .sliders-container {
  position: relative;
  padding: 0;
  margin: 0 -15px 0 15px;
  margin: 0 -0.9375rem 0 0.9375rem; }

.progressive-slider-two .pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  text-align: center; }

.progressive-slider-two .pagination a {
  background: #597380;
  background: rgba(89, 115, 128, 0.5); }

.progressive-slider-two .pagination a:hover, .progressive-slider-two .pagination a.selected {
  background: #597380; }

.progressive-slider-two .slider-banners {
  display: table;
  height: 100%;
  table-layout: fixed; }

.progressive-slider-two .slider-banners .banner {
  display: table-row;
  height: 33.33333333%;
  background: #f6a232; }

.progressive-slider-two .slider-banners .banner:nth-child(1) {
  background: #ee485c; }

.progressive-slider-two .slider-banners .banner:nth-child(2) {
  background: #65a93c; }

.progressive-slider-two.load .sliders-box img + img {
  display: none; }

.progressive-slider-three .slider-wrapper {
  border: solid 6px #fff;
  border: solid 0.375rem #fff;
  border-radius: 6px;
  border-radius: 0.375rem; }

.progressive-slider-three.load .slider-wrapper img + img,
.progressive-slider-four.load .slider-wrapper img + img {
  display: none; }

.progressive-slider-four {
  position: relative;
  padding: 0;
  background: none; }

.progressive-slider-four .prev,
.progressive-slider-four .next {
  position: absolute;
  top: 50%;
  left: 30px;
  left: 1.875rem;
  margin-top: -20px;
  margin-top: -1.25rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff; }

.progressive-slider-four .next {
  right: 30px;
  right: 1.875rem;
  left: auto; }

.content .progressive-slider .container {
  width: 100% !important;
  padding: 0; }

.content .slider.progressive-slider {
  padding: 0; }

/* Slider Revolution */
.slider.rs-slider {
  position: relative;
  max-height: 500px;
  max-height: 31.25rem;
  padding: 0;
  overflow: hidden;
  background: none;
  border: 0 none; }

.slider.rs-slider.load {
  overflow: hidden;
  background-color: inherit;
  background-image: url("../images/svg/loader.svg"), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-size: 2.5rem; }

.slider.rs-slider.load .tp-banner-container {
  visibility: hidden; }

.slider.rs-slider .tp-revslider-slidesli {
  opacity: 0; }

.slider.rs-slider .container {
  position: relative; }

.slider.rs-slider .title {
  width: 800px;
  width: 50rem;
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  color: #fff; }

.slider.rs-slider .description {
  width: 500px;
  width: 31.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #fff;
  white-space: normal; }

.slider.rs-slider .btn {
  color: #fff;
  white-space: nowrap; }

.slider.rs-slider .btn.orang {
  background: #ea4e16;
  border-right: #ea4e16; }

.slider.rs-slider .btn.cherry {
  background: #752033;
  border-color: #752033; }

.slider.rs-slider .phone-text {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff; }

.slider.rs-slider .tp-bullets .tp-bullet {
  display: inline-block;
  float: none;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  margin: 0 3px;
  margin: 0 0.1875rem;
  vertical-align: top;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  border: 0 none !important;
  border-radius: 7px;
  border-radius: 0.4375rem;
  box-shadow: none;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 7px;
  -webkit-border-radius: 0.4375rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-transition: all 0.3s linear; }

.slider.rs-slider .tp-bullets .tp-bullet:hover {
  background: #fff;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.slider.rs-slider .tp-bullets .tp-bullet.selected {
  background: rgba(255, 255, 255, 0.7);
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.slider.rs-slider .tparrows {
  z-index: 50 !important;
  width: 40px !important;
  width: 2.5rem !important;
  height: 40px !important;
  height: 2.5rem !important;
  cursor: pointer;
  background: #597380;
  background: rgba(89, 115, 128, 0.5);
  border-radius: 5px;
  border-radius: 0.3125rem;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.3125rem;
  -webkit-transition: background 0.3s linear;
  -webkit-transition: opacity 0.2s ease-out;
  -webkit-transform: inherit; }

.slider.rs-slider .tparrows:before {
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
  margin-right: 0;
  font-family: 'revicons';
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: inherit;
  speak: none; }

.slider.rs-slider .tparrows:hover {
  background: #1e1e1e;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear; }

.slider.rs-slider .tp-loader {
  z-index: 700;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  margin: -20px 0 0 -20px;
  margin: -1.25rem 0 0 -1.25rem;
  background-color: inherit;
  background-image: url("../images/svg/loader.svg"), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-size: 2.5rem;
  box-shadow: none;
  animation: none;
  -webkit-animation: none;
  -webkit-box-shadow: none; }

.slider.rs-slider.full-width {
  max-height: inherit; }

.slider.rs-slider.full-width .title {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 0.9; }

.slider.rs-slider.full-width .btn-link {
  padding: 0;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: bold;
  line-height: 31px;
  line-height: 1.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-decoration: none; }

.slider.rs-slider.full-width .btn-link .fa {
  display: inline-block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  padding: 0 0 0 3px;
  padding: 0 0 0 0.1875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-size: 180%;
  line-height: 32px;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.slider.rs-slider.full-width .btn-link:hover {
  opacity: 0.8; }

.slider.rs-slider.full-width .tp-rightarrow,
.slider.rs-slider.full-width .tp-leftarrow {
  display: none !important; }

.rs-slider ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.tp-bannertimer {
  height: 5px !important;
  height: 0.3125rem !important;
  background: #777 !important;
  background: rgba(0, 0, 0, 0.1) !important; }

.tp-bullets.simplebullets.navbar {
  height: 35px;
  height: 2.1875rem;
  padding: 0; }

.tp-bullets.simplebullets .bullet.last {
  margin-right: 0; }

.tp-leftarrow:before {
  content: '\e824'; }

.tp-rightarrow:before {
  content: '\e825'; }

.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
  color: #000 !important; }

.slider4container .tparrows {
  background: #fff !important;
  background: rgba(255, 255, 255, 0.5) !important; }

.slider4container .tparrows:hover {
  background: #fff !important; }

.layerslider {
  margin: 0 auto; }

/* Slider Royal */
.royal-slider {
  width: 100%;
  padding: 0;
  background: none; }

.royal-slider.load {
  overflow: hidden;
  background-color: inherit;
  background-image: url("../images/svg/loader.svg"), none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  background-size: 2.5rem; }

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #f2f2f2; }

.coloredBlock {
  top: 5%;
  left: 20%;
  width: 200px;
  width: 12.5rem;
  padding: 12px;
  padding: 0.75rem;
  color: #fff;
  background: rgba(255, 0, 0, 0.6); }

.infoBlock {
  position: absolute;
  top: 30px;
  top: 1.875rem;
  right: 30px;
  right: 1.875rem;
  left: auto;
  max-width: 25%;
  padding: 20px;
  padding: 1.25rem;
  padding-bottom: 0;
  overflow: hidden;
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }

.infoBlock h4 {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

.infoBlock p {
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
  font-size: 14px;
  font-size: 0.875rem; }

.infoBlock a {
  color: #fff;
  text-decoration: underline; }

.infoBlockLeftBlack {
  right: auto;
  left: 30px;
  left: 1.875rem;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

.photosBy {
  position: absolute;
  position: absolute;
  top: auto;
  bottom: 12px;
  bottom: 0.75rem;
  left: 12px;
  left: 0.75rem;
  z-index: 25;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #000;
  background: #fff;
  border-radius: 2px;
  border-radius: 0.125rem; }

.photosBy a {
  color: #000; }

.fullWidth {
  max-width: 1400px;
  max-width: 87.5rem;
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem; }

.layer-slider {
  overflow: hidden; }

/* Metro Box */
.metro-banners {
  padding: 54px 0 24px;
  padding: 3.375rem 0 1.5rem;
  background: #b3768e;
  background: -moz-linear-gradient(left, #b3768e 0%, #54638e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #b3768e), color-stop(100%, #54638e));
  background: -webkit-linear-gradient(left, #b3768e 0%, #54638e 100%);
  background: -o-linear-gradient(left, #b3768e 0%, #54638e 100%);
  background: -ms-linear-gradient(left, #b3768e 0%, #54638e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#b3768e), to(#54638e));
  background: linear-gradient(to right, #b3768e 0%, #54638e 100%); }

.metro-banners .banner {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center; }

.metro-banners .banner img {
  box-shadow: 3px 3px 0 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0.1875rem 0.1875rem 0 0 rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 3px 3px 0 0 rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0.1875rem 0.1875rem 0 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 3px 3px 0 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0.1875rem 0.1875rem 0 0 rgba(50, 50, 50, 0.5); }

.banner {
  display: block;
  text-align: center;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear; }

.banner:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear; }

/******************************************************************************
  Shop
*******************************************************************************/
.product-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product-image {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  background: #f2f2f2;
  border: 0 none; }

.product-image &gt; img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product-image:hover &gt; img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.rotation .product-image:hover &gt; img {
  opacity: 1;
  filter: alpha(opacity=100); }

.price-box .price-label {
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold; }

.price-box .emergence .price {
  display: none; }

.price-box .emergence .emergence-price {
  font-size: 12px;
  font-size: 0.75rem;
  color: #7f7f7f;
  vertical-align: middle; }

.price-old {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  margin-right: 0.375rem;
  color: #7f7f7f; }

.price-old:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  margin: 0;
  background: #f00;
  content: '';
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-transform: rotate(330deg); }

.sale {
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  line-height: 22px;
  line-height: 1.375rem;
  border-top: 56px solid #fba618;
  border-top: 3.5rem solid #fba618;
  border-right: 56px solid transparent;
  border-right: 3.5rem solid transparent;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translateZ(0); }

.sale:before {
  position: absolute;
  display: block;
  margin: -46px 0 0 5px;
  margin: -2.875rem 0 0 0.3125rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  content: 'Sale';
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.sale.top {
  border-top: 56px solid #738d00;
  border-top: 3.5rem solid #738d00; }

.sale.top:before {
  content: 'Top'; }

.sale.new {
  border-top: 56px solid #e56a3d;
  border-top: 3.5rem solid #e56a3d; }

.sale.new:before {
  content: 'New'; }

.sale.best {
  border-top: 56px solid #057096;
  border-top: 3.5rem solid #057096; }

.sale.best:before {
  content: 'Best'; }

.product-remove {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.product-remove:hover {
  color: #1e1e1e;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.product-remove path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: currentColor; }

.product-remove i {
  font-size: 16px;
  font-size: 1rem; }

/* One product */
.product {
  position: relative;
  min-width: 240px;
  min-width: 15rem;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  border-radius: 3px;
  border-radius: 0.1875rem; }

@media (min-width: 992px) and (max-width: 1199px) {
  .product.col-md-3,
  .col-md-3 &gt; .product {
    max-width: 242px;
    max-width: 15.125rem; } }

.product.product-mini {
  min-width: 180px;
  min-width: 11.25rem; }

.carousel .product.product-mini {
  width: 200px;
  width: 12.5rem; }

.carousel .product.rotation {
  margin-top: 40px;
  margin-top: 2.5rem; }

.product .default {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.product .product-image {
  display: block;
  margin: 0;
  line-height: 0;
  text-decoration: none;
  border: 0 none; }

.product .limit-offer {
  position: absolute;
  right: 0;
  bottom: 72px;
  bottom: 4.5rem;
  left: 0;
  width: auto !important;
  padding: 10px 0 13px;
  padding: 0.625rem 0 0.8125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background: #597380;
  background: rgba(89, 115, 128, 0.9); }

.product .limit-offer .title {
  margin: 0 0 3px;
  margin: 0 0 0.1875rem; }

.product .limit-offer .county-days-wrapper,
.product .limit-offer .county-hours-wrapper,
.product .limit-offer .county-minutes-wrapper,
.product .limit-offer .county-seconds-wrapper {
  position: relative;
  display: inline-block;
  height: 26px;
  height: 1.625rem;
  padding: 0 7px 2px 6px;
  padding: 0 0.4375rem 0.125rem 0.375rem;
  overflow: hidden;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.product .limit-offer .county-days-wrapper span,
.product .limit-offer .county-hours-wrapper span,
.product .limit-offer .county-minutes-wrapper span,
.product .limit-offer .county-seconds-wrapper span {
  opacity: 1 !important; }

.product .limit-offer .county-days-wrapper:before,
.product .limit-offer .county-hours-wrapper:before,
.product .limit-offer .county-minutes-wrapper:before {
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  right: 0;
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 11px;
  height: 0.6875rem;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  content: ''; }

.product .limit-offer .county-days,
.product .limit-offer .county-hours,
.product .limit-offer .county-minutes,
.product .limit-offer .county-seconds {
  right: 0;
  left: 0;
  font-size: 30px;
  font-size: 1.875rem; }

.product .limit-offer .county-label-days,
.product .limit-offer .county-label-hours,
.product .limit-offer .county-label-minutes,
.product .limit-offer .county-label-seconds {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  text-transform: lowercase; }

.product .limit-offer .county-label-days i,
.product .limit-offer .county-label-hours i,
.product .limit-offer .county-label-minutes i,
.product .limit-offer .county-label-seconds i {
  display: none; }

.product .limit-offer .loaded {
  position: absolute;
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.product .actions.not-rotation-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  text-align: center;
  background: #597380;
  background: rgba(89, 115, 128, 0.9);
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear; }

.product .actions.not-rotation-actions + .product-description .limit-offer {
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear; }

.product:hover .actions.not-rotation-actions {
  bottom: 72px;
  bottom: 4.5rem;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear; }

.product:hover .actions.not-rotation-actions + .product-description .limit-offer {
  bottom: 144px;
  bottom: 9rem;
  -webkit-transition: bottom 0.2s linear;
  -o-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear; }

.product .product-description {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 72px;
  height: 4.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #505050;
  text-align: center;
  background: #f2f2f2;
  border-top: 1px solid #e1e1e1;
  border-top: 0.0625rem solid #e1e1e1; }

.product .product-description .vertical {
  display: table-cell;
  height: 72px;
  height: 4.5rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  vertical-align: middle; }

.product .product-name {
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 18px;
  line-height: 1.125rem;
  color: #1e1e1e; }

.product .product-name a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product .product-name a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.products-tab .product .product-name {
  text-transform: none; }

.product .product .price {
  font-weight: bold; }

.product .product-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: auto;
  padding: 16px 20px 90px;
  padding: 1rem 1.25rem 5.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #7f7f7f;
  background: #597380;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.product .product-hover .product-name {
  margin: 0 0 7px;
  margin: 0 0 0.4375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 18px;
  line-height: 1.125rem; }

.product .product-hover .product-name a {
  color: #fff;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product .product-hover .product-name a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product .product-hover .price {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1; }

.product .product-hover .product-image {
  position: relative;
  z-index: 1;
  display: block;
  float: right;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  padding: 0;
  margin: 4px 0 0 5px;
  margin: 0.25rem 0 0 0.3125rem;
  line-height: 0;
  text-decoration: none;
  background: #f7f7f7;
  border: 0 none;
  border-radius: 2px;
  border-radius: 0.125rem; }

.product .product-hover .product-image img {
  background: #f7f7f7;
  border-radius: 2px;
  border-radius: 0.125rem; }

.product .product-hover ul {
  max-height: 120px;
  max-height: 7.5rem;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.product .product-hover ul li {
  position: relative;
  padding: 0 0 0 15px;
  padding: 0 0 0 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  list-style: none;
  background-image: url("../img/svg/check-icon.svg"), none;
  background-position: 0 5px;
  background-position: 0 0.3125rem;
  background-repeat: no-repeat; }

.product:hover .product-hover {
  display: block;
  animation: fadeIn 0.8s;
  -webkit-animation: fadeIn 0.8s; }

.product.col-md-1 .product-hover,
.product.col-md-2 .product-hover,
.product.col-md-3 .product-hover,
.product.col-md-4 .product-hover,
.product.col-md-5 .product-hover,
.product.col-md-6 .product-hover,
.product.col-md-7 .product-hover,
.product.col-md-8 .product-hover,
.product.col-md-9 .product-hover,
.product.col-md-10 .product-hover,
.product.col-md-11 .product-hover,
.product.col-md-11 .product-hover {
  right: 15px;
  right: 0.9375rem;
  left: 15px;
  left: 0.9375rem; }

.product .actions {
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.product .actions a {
  display: inline-block;
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  padding-top: 13px;
  padding-top: 0.8125rem;
  margin: 0 -2px;
  margin: 0 -0.125rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.product .actions a + a {
  border-left-width: 1px;
  border-left-width: 0.0625rem; }

.product .actions a:hover {
  background: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.product .actions a i {
  line-height: 57px;
  line-height: 3.5625rem;
  color: #1e1e1e; }

.product .actions a i:before {
  width: auto;
  font-size: 16px;
  font-size: 1rem; }

.product .actions .add-cart {
  border-radius: 3px 0 0 3px;
  border-radius: 0.1875rem 0 0 0.1875rem; }

.product .actions .add-compare {
  border-radius: 0 3px 3px 0;
  border-radius: 0 0.1875rem 0.1875rem 0; }

.product.product-danger .product-hover,
.product.product-danger .limit-offer,
.product.product-danger .actions.not-rotation-actions {
  background-color: #e56a3d; }

.product.product-danger .limit-offer,
.product.product-danger .actions.not-rotation-actions {
  background-color: rgba(229, 106, 61, 0.9); }

.product.product-danger .actions a svg path {
  fill: #e56a3d; }

.product.product-success .product-hover,
.product.product-success .limit-offer,
.product.product-success .actions.not-rotation-actions {
  background-color: #738d00; }

.product.product-success .limit-offer,
.product.product-success .actions.not-rotation-actions {
  background-color: rgba(115, 141, 0, 0.9); }

.product.product-success .actions a svg path {
  fill: #738d00; }

.product.product-info .product-hover,
.product.product-info .limit-offer,
.product.product-info .actions.not-rotation-actions {
  background-color: #057096; }

.product.product-info .limit-offer,
.product.product-info .actions.not-rotation-actions {
  background-color: rgba(5, 112, 150, 0.9); }

.product.product-info .actions a svg path {
  fill: #057096; }

.product.product-warning .product-hover,
.product.product-warning .limit-offer,
.product.product-warning .actions.not-rotation-actions {
  background-color: #fba618; }

.product.product-warning .limit-offer,
.product.product-warning .actions.not-rotation-actions {
  background-color: rgba(251, 166, 24, 0.9); }

.product.product-warning .actions a svg path {
  fill: #fba618; }

.double-product {
  min-width: 240px;
  min-width: 15rem; }

.double-product .product.rotation {
  min-width: 210px;
  min-width: 13.125rem; }

.carousel .double-product .product.rotation + .product.rotation {
  margin-top: 0; }

.county-label-days i,
.county-label-hours i,
.county-label-minutes i,
.county-label-seconds i {
  font-style: normal; }

/* products list */
.list .product {
  display: block;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  background: none; }

.list .product .product-image {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
  background: #f7f7f7;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.list .product .product-name {
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 30px;
  line-height: 1.875rem;
  color: #1e1e1e; }

.list .product .reviews-box {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

.list .product .excerpt {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #7f7f7f; }

.list .product .price-box {
  margin: 0 0 30px;
  margin: 0 0 1.875rem; }

.list .product .price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal; }

.list .product .price-old {
  font-size: 18px;
  font-size: 1.125rem; }

.list .product .actions {
  position: relative;
  bottom: 0;
  text-align: left; }

.list .product .actions a {
  background: #f2f2f2;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.list .product .actions a:hover {
  background: #597380;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.list .product .actions a:hover path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #fff; }

.list .product .actions a path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* Products Tab */
.products-tab .product.rotation {
  overflow: visible; }

.products-tab .nav-tabs &gt; li &gt; a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 33px;
  line-height: 2.0625rem;
  color: #7f7f7f; }

.products-tab .nav-tabs &gt; .active &gt; a, .products-tab .nav-tabs &gt; .active &gt; a:hover, .products-tab .nav-tabs &gt; .active &gt; a:focus {
  font-weight: normal;
  color: #7f7f7f; }

.products-tab .tab-content &gt; .tab-pane {
  padding: 40px 0 0;
  padding: 2.5rem 0 0;
  overflow: hidden; }

/* Product View */
.zoomWindow {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15); }

.zoomContainer {
  height: auto !important; }

.product-page .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.product-page .image-box .general-img {
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.product-page .image-box .thumblist-box {
  position: relative;
  max-height: 100px;
  max-height: 6.25rem;
  padding: 0 54px;
  padding: 0 3.375rem;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  overflow: hidden; }

.product-page .image-box .thumblist-box.load {
  opacity: 0; }

.product-page .image-box .thumblist-box .prev,
.product-page .image-box .thumblist-box .next {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  float: right;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  margin: -20px 0 0 0;
  margin: -1.25rem 0 0 0;
  line-height: 40px;
  line-height: 2.5rem;
  color: #fbfbfb;
  text-align: center;
  text-decoration: none;
  background-color: #ccc;
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.product-page .image-box .thumblist-box .prev:hover,
.product-page .image-box .thumblist-box .next:hover {
  color: #efefef;
  text-decoration: none;
  background-color: #000;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.product-page .image-box .thumblist-box .prev:hover polygon,
.product-page .image-box .thumblist-box .next:hover polygon {
  fill: #efefef; }

.product-page .image-box .thumblist-box .prev *,
.product-page .image-box .thumblist-box .next * {
  vertical-align: middle; }

.product-page .image-box .thumblist-box .next {
  right: 0;
  left: auto; }

.product-page .image-box #thumblist a {
  display: block;
  float: left;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  margin: 0 9px;
  margin: 0 0.5625rem;
  background: #f7f7f7; }

.product-page .image-box #thumblist a img {
  border-radius: 2px;
  border-radius: 0.125rem;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product-page .image-box #thumblist a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.product-page .reviews-box {
  margin: 0 0 38px;
  margin: 0 0 2.375rem; }

.product-page .description {
  margin: 0 0 32px;
  margin: 0 0 2rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #7f7f7f; }

.product-page .col-md-7 .price-box {
  padding: 0 0 35px;
  padding: 0 0 2.1875rem;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem; }

.product-page .col-md-7 .price-box .price-old {
  font-size: 30px;
  font-size: 1.875rem; }

.product-page .add-cart-form {
  margin: 0; }

.product-page .add-cart-form .add-cart {
  min-width: 290px;
  min-width: 18.125rem;
  margin: 0 17px 40px 0;
  margin: 0 1.0625rem 2.5rem 0;
  font-weight: bold;
  text-transform: uppercase; }

.product-page .add-cart-form .number {
  display: inline-block;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  vertical-align: top; }

.product-page .add-cart-form .number label {
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
  font-weight: normal;
  line-height: 54px;
  line-height: 3.375rem;
  color: #7f7f7f;
  vertical-align: top; }

.product-page .add-cart-form .number input {
  display: inline-block;
  width: 80px;
  width: 5rem;
  height: 54px;
  height: 3.375rem;
  padding: 15px 12px;
  padding: 0.9375rem 0.75rem;
  color: #7f7f7f;
  text-align: center;
  vertical-align: top; }

.product-page .add-cart-form .number .regulator {
  display: inline-block;
  vertical-align: top; }

.product-page .add-cart-form .number .regulator a {
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  color: #fff;
  text-align: center;
  background: #ccc;
  border-radius: 2px;
  border-radius: 0.125rem;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.product-page .add-cart-form .number .regulator a:hover {
  background-color: #597380;
  background-color: rgba(89, 115, 128, 0.5);
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.product-page .add-cart-form .number .regulator a .fa {
  line-height: 24px;
  line-height: 1.5rem; }

.product-page .add-cart-form .number .regulator .number-down {
  margin: 6px 0 0 0;
  margin: 0.375rem 0 0 0; }

.product-page .availability-sku {
  margin: 0 0 36px;
  margin: 0 0 2.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem; }

.product-page .availability-sku .availability span {
  color: #2ca073; }

.product-page .product-options-border {
  padding: 40px 0 0;
  padding: 2.5rem 0 0;
  border-top: 1px solid #1e1e1e;
  border-top: 0.0625rem solid #1e1e1e; }

.product-page .product-options {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem; }

.product-page .product-options .selectBox,
.product-page .product-options .select {
  margin: 0 0 10px;
  margin: 0 0 0.625rem; }

.product-page .product-options .selectBox:last-child,
.product-page .product-options .select:last-child {
  margin: 0; }

.product-page .product-options-table table {
  margin: 0 0 35px;
  margin: 0 0 2.1875rem; }

.product-page .product-options-table table th,
.product-page .product-options-table table td {
  padding: 16px 25px 13px;
  padding: 1rem 1.5625rem 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: left;
  vertical-align: middle; }

.product-page .product-options-table table .price {
  width: 150px;
  width: 9.375rem;
  text-align: right; }

.product-page .product-options-table table td.price {
  font-size: 16px;
  font-size: 1rem; }

.product-page .product-options-table table .qty {
  width: 70px;
  width: 4.375rem;
  text-align: right; }

.product-page .product-options-table table .qty input {
  width: 50px;
  width: 3.125rem;
  margin: 0; }

.product-page .product-options-table table td.qty {
  padding: 5px 25px;
  padding: 0.3125rem 1.5625rem; }

.product-page .product-options-samples {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem; }

.product-page .product-options-samples .title {
  display: block;
  margin: 0 0 14px;
  margin: 0 0 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1; }

.product-page .product-options-samples label {
  margin: 0;
  line-height: 20px;
  line-height: 1.25rem; }

.product-page .product-options-samples label .new-checkbox {
  margin-top: 1px;
  margin-top: 0.0625rem; }

.product-page .product-options-samples .required-box {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: right; }

.product-page .product-options-samples .required {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1; }

.product-page .product-price-configured {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem; }

.product-page .col-md-7 .actions {
  margin: 0 0 40px;
  margin: 0 0 2.5rem; }

.product-page .col-md-7 .actions a {
  display: inline-block;
  width: 54px;
  width: 3.375rem;
  height: 54px;
  height: 3.375rem;
  padding-top: 19px;
  padding-top: 1.1875rem;
  margin: 0 -2px;
  margin: 0 -0.125rem;
  text-align: center;
  text-decoration: none;
  background: #f2f2f2;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }

.product-page .col-md-7 .actions a path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #597380; }

.product-page .col-md-7 .actions a:hover {
  background: #597380;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.product-page .col-md-7 .actions a:hover path {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #fff; }

.product-page .col-md-7 .actions a + a {
  border-left-width: 1px;
  border-left-width: 0.0625rem; }

.product-page .col-md-7 .actions .add-wishlist {
  border-radius: 3px 0 0 3px;
  border-radius: 0.1875rem 0 0 0.1875rem; }

.product-page .col-md-7 .actions .add-compare {
  border-radius: 0 3px 3px 0;
  border-radius: 0 0.1875rem 0.1875rem 0; }

.product-page .product-tab {
  margin: 80px 0;
  margin: 5rem 0; }

.product-page .product-tab .tab-pane {
  padding: 36px 0 0;
  padding: 2.25rem 0 0; }

.product-page .product-tab .tab-pane .title {
  margin: 0 0 18px;
  margin: 0 0 1.125rem; }

.product-options-detail {
  padding: 27px 30px 30px;
  padding: 1.6875rem 1.875rem 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  background: #f2f2f2; }

.product-options-detail .detail-box {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem; }

.product-options-detail .pull-right.required {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem; }

.product-options-detail .title {
  display: block;
  margin: 0 0 11px;
  margin: 0 0 0.6875rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem; }

.product-options-detail .checkbox,
.product-options-detail .radio {
  margin: 0;
  line-height: 20px;
  line-height: 1.25rem; }

.product-options-detail .checkbox .new-checkbox,
.product-options-detail .checkbox .new-radio,
.product-options-detail .radio .new-checkbox,
.product-options-detail .radio .new-radio {
  margin-top: 0; }

.product-options-detail .qty {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0; }

.product-options-detail .qty label {
  float: left;
  margin: 0 12px 0 0;
  margin: 0 0.75rem 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 40px;
  line-height: 2.5rem; }

.product-options-detail .qty input {
  width: 48px;
  width: 3rem;
  margin: 0; }

.product-options-detail .price {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1; }

.product-options-detail .add-cart {
  float: right;
  min-width: 290px;
  min-width: 18.125rem;
  margin: -14px 17px 0 0;
  margin: -0.875rem 1.0625rem 0 0;
  font-weight: bold;
  text-transform: uppercase; }

/* Related Products */
.product-bottom {
  padding: 40px 0 0;
  padding: 2.5rem 0 0;
  overflow: hidden; }

.product-bottom .related-products .select-all {
  margin: -4px 0 13px;
  margin: -0.25rem 0 0.8125rem; }

.product-bottom .related-products ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.product-bottom .related-products ul li {
  padding: 24px 0;
  padding: 1.5rem 0; }

.product-bottom .related-products ul li + li {
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

.product-bottom .related-products ul li .product-image {
  float: left;
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  padding: 2px;
  padding: 0.125rem;
  margin: 0 15px 1px 0;
  margin: 0 0.9375rem 0.0625rem 0;
  background: #f7f7f7;
  border: 1px solid #f5f5f5;
  border: 0.0625rem solid #f5f5f5; }

.product-bottom .related-products ul li .product-name {
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 1.25rem; }

.product-bottom .related-products ul li .price-box {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem; }

.product-bottom .related-products ul li .button-box {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  overflow: hidden;
  text-align: right; }

.product-bottom .related-products ul li .button-box label,
.product-bottom .related-products ul li .button-box .wishlist {
  float: right;
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem;
  color: #ccc; }

.product-bottom .related-products ul li .button-box .new-checkbox {
  margin-top: 0; }

.product-bottom .related-products ul li .button-box .wishlist svg path {
  -webkit-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  fill: #ccc; }

.product-bottom .related-products ul li .button-box .wishlist:hover svg path {
  -webkit-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
  fill: #597380; }

/* Catalog */
#catalog .products {
  margin-top: 20px;
  margin-top: 1.25rem;
  clear: both; }

#catalog .products.grid {
  text-align: center; }

#catalog .category-img {
  position: relative;
  margin: 0 0 80px;
  margin: 0 0 5rem;
  background: #f2f2f2; }

#catalog .category-img img {
  width: 100%; }

#catalog .category-img .description {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 35px 38px;
  padding: 2.1875rem 2.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.7); }

.toolbar .grid-list {
  float: left; }

.toolbar .grid-list .grid,
.toolbar .grid-list .list {
  display: block;
  float: left;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
  text-align: center;
  background-color: #597380;
  background-color: rgba(89, 115, 128, 0.7);
  border-radius: 2px;
  border-radius: 0.125rem; }

.toolbar .grid-list .grid .glyphicon,
.toolbar .grid-list .list .glyphicon {
  top: 0;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  vertical-align: top; }

.toolbar .grid-list a.grid,
.toolbar .grid-list a.list {
  background: #ccc;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }

.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover {
  background: #597380;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear; }

.toolbar .sort-catalog {
  float: left;
  margin: 0 17px 0 13px;
  margin: 0 1.0625rem 0 0.8125rem; }

.toolbar .sort-catalog .dropdown-toggle {
  z-index: 26;
  color: #ccc;
  background-color: #597380;
  background-color: rgba(89, 115, 128, 0.7); }

.toolbar .sort-catalog .dropdown-toggle span {
  color: #f7f7f7; }

.toolbar .sort-catalog .open .dropdown-toggle span {
  color: #7f7f7f; }

.toolbar .up-down {
  width: 22px;
  width: 1.375rem;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  margin: 0 0 0 3px;
  margin: 0 0 0 0.1875rem;
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: top;
  background-color: #597380;
  background-color: rgba(89, 115, 128, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none; }

.toolbar .up-down:before {
  content: '\f062'; }

.toolbar .up-down.active:before {
  content: '\f063'; }

.toolbar .per-page {
  margin: 0 0 0 3px;
  margin: 0 0 0 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #7f7f7f; }

.toolbar .price-regulator {
  width: 323px;
  width: 20.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #7f7f7f; }

.toolbar .price-regulator b {
  display: inline-block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  color: #1e1e1e; }

.toolbar .price-regulator .layout-slider {
  float: right;
  width: 270px;
  width: 16.875rem;
  margin-top: 5px;
  margin-top: 0.3125rem; }

.toolbar .grid-list,
.toolbar .sort-catalog {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

/* Shopping Cart */
.shopping-cart-table.table {
  margin: 0;
  border-bottom-width: 0; }

.shopping-cart-table.table thead th {
  padding: 16px 30px 12px;
  padding: 1rem 1.875rem 0.75rem;
  text-align: left;
  vertical-align: top; }

.shopping-cart-table.table tbody td {
  padding: 30px;
  padding: 1.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem; }

.shopping-cart-table.table .td-images {
  width: 131px;
  width: 8.1875rem; }

.shopping-cart-table.table .product-image {
  display: block;
  width: 70px;
  width: 4.375rem;
  background: #f2f2f2;
  border-radius: 3px;
  border-radius: 0.1875rem; }

.shopping-cart-table.table .td-name {
  text-align: left; }

.shopping-cart-table.table .td-name .product-name {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 20px;
  line-height: 1.25rem; }

.shopping-cart-table.table .td-edit {
  width: 92px;
  width: 5.75rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem; }

.shopping-cart-table.table .td-price {
  width: 112px;
  width: 7rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  text-align: center; }

.shopping-cart-table.table .td-qty {
  width: 100px;
  width: 6.25rem;
  min-width: 48px;
  min-width: 3rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  text-align: center; }

.shopping-cart-table.table .td-qty input {
  min-width: 40px;
  min-width: 2.5rem;
  margin: 0;
  text-align: center; }

.shopping-cart-table.table td.td-qty {
  padding-top: 19px;
  padding-top: 1.1875rem; }

.shopping-cart-table.table .td-total {
  width: 102px;
  width: 6.375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  text-align: center; }

.shopping-cart-table.table .td-remove {
  width: 60px;
  width: 3.75rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  text-align: center; }

.shopping-cart-table-button.table {
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem; }

.shopping-cart-table-button.table tbody td {
  height: 49px;
  height: 3.0625rem;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border-top-width: 0;
  border-left-width: 0; }

.shopping-cart-table-button.table a {
  line-height: 22px;
  line-height: 1.375rem; }

.shopping-cart-table-button.table a i {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  vertical-align: top; }

.shopping-cart-table-button.table .update {
  float: right; }

.shopping-cart-table-button.table .update i {
  font-size: 12px;
  font-size: 0.75rem; }

#car-bottom {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

#car-bottom .car-bottom-box {
  max-width: 350px;
  max-width: 21.875rem;
  padding: 27px 30px 30px;
  padding: 1.6875rem 1.875rem 1.875rem;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem; }

#car-bottom .car-bottom-box h5 {
  margin: 0 0 17px;
  margin: 0 0 1.0625rem; }

#car-bottom .car-bottom-box p {
  margin: 0 0 18px;
  margin: 0 0 1.125rem;
  line-height: 18px;
  line-height: 1.125rem; }

#car-bottom .car-bottom-box label {
  line-height: 20px;
  line-height: 1.25rem; }

#car-bottom .car-bottom-box .btn {
  margin: 8px 0 0;
  margin: 0.5rem 0 0; }

#car-bottom .total {
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  text-align: right; }

#car-bottom .total table {
  margin: 0 0 32px auto;
  margin: 0 0 2rem auto; }

#car-bottom .total table td {
  height: 35px;
  height: 2.1875rem;
  padding: 0 0 0 5px;
  padding: 0 0 0 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem;
  vertical-align: top; }

#car-bottom .total table .price {
  font-size: 18px;
  font-size: 1.125rem; }

#car-bottom .total table .tr-total td {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem; }

#car-bottom .total table .tr-total td:first-child {
  padding-right: 12px;
  padding-right: 0.75rem; }

#car-bottom .total table .tr-total .price {
  font-size: 30px;
  font-size: 1.875rem; }

#car-bottom .total .checkout {
  margin: 0 0 19px;
  margin: 0 0 1.1875rem;
  font-weight: bold;
  text-transform: uppercase; }

/* Checkout */
#checkoutsteps {
  padding: 0;
  margin: 0;
  list-style: none; }

#checkoutsteps &gt; li {
  margin: 0 0 11px;
  margin: 0 0 0.6875rem; }

#checkoutsteps .step-title {
  display: block;
  height: 50px;
  height: 3.125rem;
  padding: 0 18px;
  padding: 0 1.125rem;
  color: #1e1e1e;
  text-decoration: none;
  background: #f2f2f2;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#checkoutsteps .step-title.collapsed {
  color: #7f7f7f;
  border-color: #f2f2f2; }

#checkoutsteps .step-title .number {
  float: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: 49px;
  line-height: 3.0625rem;
  color: #7f7f7f; }

#checkoutsteps .step-title h6 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 49px;
  line-height: 3.0625rem; }

#checkoutsteps a.step-title:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#checkoutsteps .step-content {
  padding: 22px 18px 19px;
  padding: 1.375rem 1.125rem 1.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-top: 0 none; }

#checkoutsteps .step-content label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem; }

#checkoutsteps .step-content .radio,
#checkoutsteps .step-content .checkbox {
  line-height: 18px;
  line-height: 1.125rem; }

#checkoutsteps .step-content .radio .new-radio,
#checkoutsteps .step-content .radio .new-checkbox,
#checkoutsteps .step-content .checkbox .new-radio,
#checkoutsteps .step-content .checkbox .new-checkbox {
  margin-top: 0; }

#checkoutsteps .step-content .title {
  position: relative;
  padding: 0 0 10px;
  padding: 0 0 0.625rem;
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
  line-height: 1.5rem;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 0.0625rem solid #e1e1e1; }

#checkoutsteps .step-content .title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 1px;
  height: 0.0625rem;
  margin: 0 0 -1px;
  margin: 0 0 -0.0625rem;
  background: #1e1e1e;
  content: ''; }

#checkoutsteps .step-content .register-radio {
  margin: 0 0 22px 39px;
  margin: 0 0 1.375rem 2.4375rem; }

#checkoutsteps .step-content ul {
  list-style-type: disc; }

#checkoutsteps .step-content input.last {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }

#checkoutsteps .step-content .buttons-box {
  padding-top: 10px;
  padding-top: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  overflow: hidden;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  text-align: right; }

#checkoutsteps .step-content .buttons-box .btn {
  float: left;
  margin: -10px 10px 0 0;
  margin: -0.625rem 0.625rem 0 0; }

#checkoutsteps .step-content .buttons-box .required {
  display: inline-block;
  margin-left: 12px;
  margin-left: 0.75rem;
  font-size: 11px;
  font-size: 0.6875rem; }

.sidebar.checkout-progress header {
  margin: 0 0 13px;
  margin: 0 0 0.8125rem; }

.sidebar.checkout-progress .progress-list {
  margin: 0; }

.sidebar.checkout-progress .progress-list li {
  padding: 12px 0 7px;
  padding: 0.75rem 0 0.4375rem;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #7f7f7f; }

.sidebar.checkout-progress .progress-list li + li {
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

.sidebar.checkout-progress .progress-list li a {
  float: right;
  color: #7f7f7f; }

.sidebar.checkout-progress .progress-list li.active {
  font-weight: bold;
  color: #1e1e1e; }

.sidebar.checkout-progress .progress-list li.active a {
  display: none; }

/* My Account */
.my-account.margin-top {
  margin-top: -16px;
  margin-top: -1rem; }

.my-account .subtitle {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #7f7f7f; }

.my-account .info-box {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.my-account .buttons-box .required {
  float: right;
  margin: 12px 0 0 10px;
  margin: 0.75rem 0 0 0.625rem; }

.my-account .pagination-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999; }

.my-account .btn.margin-top {
  margin-top: 10px;
  margin-top: 0.625rem; }

.my-account .table {
  margin: 0; }

/* Compare Product */
#compare-table {
  margin: 0;
  border: 0 none; }

#compare-table tr th:last-child,
#compare-table tr td:last-child {
  border-right-width: 1px;
  border-right-width: 0.0625rem; }

#compare-table .remove td {
  height: 26px;
  height: 1.625rem;
  padding: 0;
  border-width: 0; }

#compare-table .remove td:last-child {
  border-right-width: 0; }

#compare-table .remove-bottom td {
  vertical-align: bottom;
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

#compare-table th {
  vertical-align: top;
  background: #f7f7f7; }

#compare-table td {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  vertical-align: top; }

#compare-table .first {
  width: 190px;
  width: 11.875rem;
  min-width: inherit;
  padding: 19px 24px;
  padding: 1.1875rem 1.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left; }

#compare-table .product-name {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#compare-table .product-name:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

#compare-table .product-image {
  display: block;
  width: 100px;
  width: 6.25rem;
  margin: 0 auto;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 3px;
  -moz-border-radius: 0.1875rem; }

#compare-table .price-old {
  margin: 0 0 3px;
  margin: 0 0 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  text-decoration: line-through; }

#compare-table .price-old:after {
  display: none; }

#compare-table .price {
  font-size: 16px;
  font-size: 1rem; }

#compare-table .rating-box {
  margin: 0 auto; }

#compare-table .description td {
  text-align: left; }

/******************************************************************************
  Icons
*******************************************************************************/
.icon {
  background: none;
  color: #1e1e1e;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 32px;
  width: 2rem; }

.icon .fa {
  width: 100%; }

.icon.pull-left {
  float: left;
  margin-right: 10px;
  margin-right: 0.625rem; }

.icon.pull-right {
  float: right;
  margin-left: 10px;
  margin-left: 0.625rem; }

.icon.icon-24 {
  font-size: 14px;
  font-size: 0.875rem;
  height: 24px;
  height: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  width: 24px;
  width: 1.5rem; }

.icon.icon-40 {
  font-size: 26px;
  font-size: 1.625rem;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  width: 40px;
  width: 2.5rem; }

.icon.icon-60 {
  font-size: 32px;
  font-size: 2rem;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  width: 60px;
  width: 3.75rem; }

.icon.icon-100 {
  font-size: 50px;
  font-size: 3.125rem;
  height: 100px;
  height: 6.25rem;
  line-height: 100px;
  line-height: 6.25rem;
  width: 100px;
  width: 6.25rem; }

.icon.rounded {
  border-radius: 3px;
  border-radius: 0.1875rem; }

.icon.circle {
  border-radius: 400px;
  border-radius: 25rem; }

.icon.border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-width: 0.0625rem; }

.icon.bg {
  background-color: #f2f2f2; }

.btn-icon .icon {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px 0;
  margin: 0.125rem 0;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  text-decoration: none;
  width: auto; }

.btn-icon .icon .fa {
  width: inherit; }

/* Livicons */
.livicon {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle; }

.livicon svg {
  vertical-align: top; }

.livicon.metro-bg {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  padding: 26px 25px 26px 27px;
  padding: 1.625rem 1.5625rem 1.625rem 1.6875rem;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }

.big-icon .livicon svg,
.icon .livicon svg {
  top: 25% !important; }

.color.icon {
  color: #fff;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear; }

.color.icon:hover {
  background-color: #000; }

.color.icon-adn {
  background-color: #504e54; }

.color.icon-apple {
  background-color: #aeb5c5; }

.color.icon-android {
  background-color: #A5C63B; }

.color.icon-bitbucket, .color.icon-bitbucket-square {
  background-color: #003366; }

.color.icon-bitcoin, .color.icon-btc {
  background-color: #F7931A; }

.color.icon-css3 {
  background-color: #1572B7; }

.color.icon-dribbble {
  background-color: #F46899; }

.color.icon-dropbox {
  background-color: #018BD3; }

.color.icon-facebook, .color.icon-facebook-square {
  background-color: #3C599F; }

.color.icon-flickr {
  background-color: #FF0084; }

.color.icon-foursquare {
  background-color: #0086BE; }

.color.icon-github, .color.icon-github-alt, .color.icon-github-square {
  background-color: #070709; }

.color.icon-google-plus, .color.icon-google-plus-square {
  background-color: #CF3D2E; }

.color.icon-html5 {
  background-color: #E54D26; }

.color.icon-instagram {
  background-color: #A1755C; }

.color.icon-linkedin, .color.icon-linkedin-square {
  background-color: #0085AE; }

.color.icon-linux {
  background-color: #FBC002; }

.color.icon-maxcdn {
  background-color: #F6AE1C; }

.color.icon-pagelines {
  background-color: #241E20;
  color: #3984EA; }

.color.icon-pinterest, .color.icon-pinterest-square {
  background-color: #CC2127; }

.color.icon-renren {
  background-color: #025DAC; }

.color.icon-skype {
  background-color: #01AEF2; }

.color.icon-stack-exchange {
  background-color: #245590; }

.color.icon-stack-overflow {
  background-color: #FF7300; }

.color.icon-trello {
  background-color: #265A7F; }

.color.icon-tumblr, .color.icon-tumblr-square {
  background-color: #314E6C; }

.color.icon-twitter, .color.icon-twitter-square {
  background-color: #32CCFE; }

.color.icon-vimeo-square {
  background-color: #229ACC; }

.color.icon-vk {
  background-color: #375474; }

.color.icon-weibo {
  background-color: #D72B2B; }

.color.icon-windows {
  background-color: #12B6F3; }

.color.icon-xing, .color.icon-xing-square {
  background-color: #00555C; }

.color.icon-youtube, .color.icon-youtube-play, .color.icon-youtube-square {
  background-color: #C52F30; }

/******************************************************************************
  Blog
*******************************************************************************/
/* Posts */
.post {
  padding: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.post img {
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem; }

.post + .post {
  padding-top: 37px;
  padding-top: 2.3125rem;
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

.post .entry-title {
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal; }

.post .entry-title a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.post .entry-title a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.post .entry-content {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem; }

.post .entry-content p:last-child {
  margin-bottom: 0; }

.post .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #7f7f7f; }

.post .entry-meta .separator {
  margin: 0 10px;
  margin: 0 0.625rem; }

.post .entry-meta .comments-link {
  padding: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.post .entry-meta .comments-link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.post .entry-meta .comments-link a {
  color: #7f7f7f;
  text-decoration: none; }

.blog .post {
  margin-top: -3px;
  margin-top: -0.1875rem;
  margin-bottom: 76px;
  margin-bottom: 4.75rem; }

.carousel .post {
  float: left;
  padding: 0;
  margin: 0 15px;
  margin: 0 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
  border: 0 none; }

/* Comments */
.commentlist {
  padding: 0 0 33px;
  padding: 0 0 2.0625rem;
  margin: 0;
  list-style: none; }

.commentlist li {
  padding: 0 0 25px;
  padding: 0 0 1.5625rem; }

.commentlist li + li {
  padding: 25px 0 0;
  padding: 1.5625rem 0 0;
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

.commentlist li .avatar {
  float: left;
  width: 84px;
  width: 5.25rem;
  height: 84px;
  height: 5.25rem;
  margin: 0 25px 0 0;
  margin: 0 1.5625rem 0 0;
  border-radius: 42px;
  border-radius: 2.625rem; }

.commentlist .meta {
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #7f7f7f; }

.blog-post .commentlist {
  padding: 0;
  margin: 0 0 54px;
  margin: 0 0 3.375rem; }

.blog-post .commentlist li {
  padding: 22px 0;
  padding: 1.375rem 0; }

.blog-post .commentlist li:first-child {
  padding-top: 10px;
  padding-top: 0.625rem; }

.blog-post .commentlist li .meta {
  margin: 0 0 10px;
  margin: 0 0 0.625rem; }

.blog-post .commentlist li .description {
  margin: 0;
  overflow: hidden;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem; }

.evaluation-box {
  overflow: hidden; }

.evaluation {
  float: left;
  height: 15px;
  height: 0.9375rem;
  margin: 0 10px 14px 0;
  margin: 0 0.625rem 0.875rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem; }

.evaluation + .evaluation {
  padding-left: 10px;
  padding-left: 0.625rem;
  border-left-width: 1px;
  border-left-width: 0.0625rem; }

.evaluation .rating-box {
  display: inline-block;
  margin: 0 0 0 7px;
  margin: 0 0 0 0.4375rem; }

.evaluation .add-rating {
  float: left;
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem;
  overflow: hidden; }

.evaluation .add-rating label {
  position: relative;
  float: left;
  width: 2px;
  width: 0.125rem;
  height: 30px;
  height: 1.875rem;
  padding: 0 0 0 14px;
  padding: 0 0 0 0.875rem;
  margin: 0 1px;
  margin: 0 0.0625rem; }

.evaluation .add-rating label .new-radio {
  margin: 0 0 0 -14px;
  margin: 0 0 0 -0.875rem; }

.evaluation .add-rating label .number {
  position: absolute;
  bottom: 0;
  left: 3px;
  left: 0.1875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  color: #7f7f7f; }

.comments-form .evaluation-box .evaluation {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.comments-form .row label {
  margin: 0 0 4px;
  margin: 0 0 0.25rem;
  font-weight: bold; }

.comments-form .row textarea {
  width: 100%;
  height: 128px;
  height: 8rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.comments-form .row i {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999; }

.comments-form .row .btn {
  margin: 34px 0 0 0;
  margin: 2.125rem 0 0 0; }

.blog-post .comments-form {
  margin: 6px 0 0;
  margin: 0.375rem 0 0; }

.blog-post .comments-form .comment-box {
  margin: 0;
  text-align: right; }

.blog-post .comments-form .comment-box textarea {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem; }

.blog-post .comments-form .comment-box i {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
  color: #7f7f7f;
  vertical-align: top; }

.blog-post .comments-form .button-set {
  margin: 19px 0 0;
  margin: 1.1875rem 0 0; }

.blog-post .comments-form .button-set .required {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 40px;
  line-height: 2.5rem; }

.blog-post .comments-form .button-set .required b {
  font-size: 14px;
  font-size: 0.875rem; }

/* Posts Variants */
.post.carousel {
  line-height: 22px;
  line-height: 1.375rem; }

.post.carousel .col-xs-12 {
  max-width: inherit; }

.post.carousel .images-box {
  overflow: hidden; }

@media (max-width: 600px) {
  .post.carousel .images-box, .post.carousel .images-box.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem; } }

.post.carousel .images-box img,
.post.carousel .images-box iframe {
  border-radius: 5px;
  border-radius: 0.3125rem; }

.post.carousel .carousel-box {
  position: relative;
  margin-bottom: 42px;
  margin-bottom: 2.625rem; }

.post.carousel .carousel-box.load {
  max-height: 300px;
  max-height: 18.75rem; }

.post.carousel .carousel-box.no-pagination {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.post.carousel .carousel-box .next,
.post.carousel .carousel-box .prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -20px 5px 0;
  margin: -1.25rem 0.3125rem 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.post.carousel .carousel-box .next {
  right: 0;
  left: auto; }

.post.carousel .carousel-box:hover .next,
.post.carousel .carousel-box:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear,
 background-color 0.2s linear;
  -o-transition: opacity 0.2s linear,
 background-color 0.2s linear;
  transition: opacity 0.2s linear,
 background-color 0.2s linear; }

.post.carousel .carousel-box:hover .next:hover,
.post.carousel .carousel-box:hover .prev:hover {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.post.carousel .carousel-box .pagination {
  position: absolute;
  right: 0;
  left: 0; }

/******************************************************************************
  Fancybox
*******************************************************************************/
.fancybox-margin .fixed-header .header,
.fancybox-margin .fixed-header #top-box {
  left: -7.5px;
  left: -0.46875rem; }

.fancybox-close {
  background: #fff;
  border: 1px solid #7f7f7f;
  border: 0.0625rem solid #7f7f7f;
  border-radius: 50%;
  color: #1e1e1e;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: normal;
  height: 30px;
  height: 1.875rem;
  line-height: 29px;
  line-height: 1.8125rem;
  right: -15px;
  right: -0.9375rem;
  text-align: center;
  text-decoration: none;
  top: -15px;
  top: -0.9375rem;
  width: 30px;
  width: 1.875rem;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.fancybox-close:hover {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.fancybox-nav span {
  background: #ccc;
  border: 0 none;
  border-radius: 3px;
  border-radius: 0.1875rem;
  color: #fbfbfb;
  display: block;
  float: right;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: -20px 0 0 0;
  margin: -1.25rem 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 40px;
  width: 2.5rem;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.fancybox-nav span:hover {
  background-color: #000;
  color: #efefef;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.fancybox-nav span svg {
  vertical-align: middle; }

.fontawesome-icon-list {
  color: #7f7f7f; }

.fontawesome-icon-list .fa {
  color: #1e1e1e;
  width: 22px;
  width: 1.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-right: 0.3125rem; }

/*********  Component Files  **********/
/******************************************************************************
  Banner Set
*******************************************************************************/
.banner-set {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  overflow: hidden; }

.banner-set:before {
  border-top: 1px solid #e1e1e1;
  border-top: 0.0625rem solid #e1e1e1;
  content: "";
  display: block;
  left: 0;
  margin-top: -1px;
  margin-top: -0.0625rem;
  position: absolute;
  right: 0; }

.banner-set &gt; .container:after {
  border-top: 1px solid #e1e1e1;
  border-top: 0.0625rem solid #e1e1e1;
  content: "";
  display: block;
  left: 0;
  margin-top: -1px;
  margin-top: -0.0625rem;
  position: absolute;
  right: 0; }

.banner-set .container &gt; * {
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.banner-set .banner {
  border-right-width: 1px;
  border-right-width: 0.0625rem;
  color: #7f7f7f;
  display: block;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  width: 292px;
  width: 18.25rem;
  padding: 19px;
  padding: 1.1875rem;
  text-align: left;
  text-decoration: none;
  -webkit-transition: color .2s linear, -webkit-box-shadow .2s linear;
  transition: color .2s linear, -webkit-box-shadow .2s linear;
  -o-transition: color .2s linear, box-shadow .2s linear;
  transition: color .2s linear, box-shadow .2s linear;
  transition: color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear; }

@media (max-width: 1199px) {
  .banner-set .banner {
    padding: 19px 9px;
    padding: 1.1875rem 0.5625rem;
    width: 235px;
    width: 14.6875rem; } }

@media (max-width: 991px) {
  .banner-set .banner {
    width: 180px;
    width: 11.25rem; } }

@media (max-width: 767px) {
  .banner-set .banner {
    width: 290px;
    width: 18.125rem; } }

.banner-set .banner:first-child {
  border-left-width: 1px;
  border-left-width: 0.0625rem; }

.banner-set .banner img {
  margin: 0 0 28px 0;
  margin: 0 0 1.75rem 0;
  max-height: 158px;
  max-height: 9.875rem;
  width: 100%;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.banner-set .banner .title {
  color: #7f7f7f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 12px;
  padding: 0 0 0.75rem;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

@media (max-width: 991px) {
  .banner-set .banner .title {
    font-size: 18px;
    font-size: 1.125rem; } }

.banner-set .banner .description {
  height: 54px;
  height: 3.375rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.banner-set .banner:hover {
  color: #1e1e1e;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0 0 0.625rem rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 0 0.625rem rgba(0, 0, 0, 0.13);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color .2s linear, -webkit-box-shadow .2s linear;
  transition: color .2s linear, -webkit-box-shadow .2s linear;
  -o-transition: color .2s linear, box-shadow .2s linear;
  transition: color .2s linear, box-shadow .2s linear;
  transition: color .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear; }

.banner-set .banner:hover img {
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.banner-set .banner:hover .title {
  color: #1e1e1e;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.banner-set .nav-box {
  padding: 0;
  text-align: center;
  vertical-align: top; }

.banner-set .next,
.banner-set .prev,
.banner-set .pagination {
  display: inline-block;
  margin-top: 15px;
  margin-top: 0.9375rem;
  vertical-align: top; }

.banner-set .next,
.banner-set .prev {
  color: #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 14px;
  height: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  vertical-align: top;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.banner-set .next:hover,
.banner-set .prev:hover {
  color: #1e1e1e;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }

.banner-set .next.disabled,
.banner-set .prev.disabled {
  cursor: default;
  opacity: .12;
  filter: alpha(opacity=12); }

.banner-set .next .glyphicon,
.banner-set .prev .glyphicon {
  margin: 0;
  top: 0;
  vertical-align: top; }

.banner-set .pagination {
  height: 14px;
  height: 0.875rem;
  margin: 15px 7px 0;
  margin: 0.9375rem 0.4375rem 0; }

.banner-set .pagination a {
  background: #ececec; }

.banner-set .pagination a:hover {
  background: #000; }

.banner-set .pagination a.selected {
  background: #ccc; }

.container .banner-set .container {
  padding: 0;
  width: auto; }

.banner-set.bottom-padding {
  padding-bottom: 0; }

.banner-set.load .container {
  background-image: url("../images/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  background-size: 2.5rem;
  height: 314px;
  height: 19.625rem;
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 991px) {
  .banner-set.load .container {
    height: 258px;
    height: 16.125rem; } }

.banner-set.load .container &gt; * {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.banner-set.load .nav-box .container,
.banner-set.load.banner-set-mini .nav-box .container {
  background: none;
  height: auto; }

.banner-set.banner-set-mini {
  overflow: visible;
  padding-bottom: 0; }

.banner-set.banner-set-mini .banner {
  padding: 9px;
  padding: 0.5625rem;
  width: 146px;
  width: 9.125rem; }

@media (max-width: 1199px) {
  .banner-set.banner-set-mini .banner {
    width: 144px;
    width: 9rem; } }

.banner-set.banner-set-mini .banner img {
  margin-bottom: 14px;
  margin-bottom: 0.875rem; }

.banner-set.banner-set-mini .banner .title {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0; }

@media (max-width: 1199px) {
  .banner-set.banner-set-mini .prev {
    margin-left: 0; }
  .banner-set.banner-set-mini .next {
    margin-right: 0; } }

.banner-set.banner-set-mini .pagination {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media (max-width: 1199px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem; } }

@media (max-width: 991px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; } }

.banner-set.banner-set-mini.banner-set-no-pagination .nav-box {
  position: relative; }

.banner-set.banner-set-mini.banner-set-no-pagination .nav-box .container {
  position: relative; }

.banner-set.banner-set-mini.banner-set-no-pagination .pagination {
  display: none !important; }

@media (min-width: 1200px) and (max-width: 1270px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important; } }

@media (max-width: 800px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: inline-block !important; } }

.banner-set.banner-set-mini.banner-set-no-pagination .prev {
  left: 0;
  margin: -70.5px 0 0 -15px;
  margin: -4.40625rem 0 0 -0.9375rem;
  position: absolute;
  top: 0; }

@media (min-width: 1200px) and (max-width: 1270px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    margin: 0.9375rem 0 0 !important;
    position: static; } }

@media (max-width: 1199px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: 15px;
    margin-left: 0.9375rem; } }

@media (max-width: 991px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -15px;
    margin-left: -0.9375rem; } }

@media (max-width: 800px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    margin: 0.9375rem 0 0 !important;
    position: static; } }

.banner-set.banner-set-mini.banner-set-no-pagination .next {
  margin: -70.5px -15px 0 0;
  margin: -4.40625rem -0.9375rem 0 0;
  position: absolute;
  top: 0;
  right: 0; }

@media (min-width: 1200px) and (max-width: 1270px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    margin: 0.9375rem 0 0 !important;
    position: static; } }

@media (max-width: 1199px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: 15px;
    margin-right: 0.9375rem; } }

@media (max-width: 991px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -15px;
    margin-right: -0.9375rem; } }

@media (max-width: 800px) {
  .banner-set.banner-set-mini.banner-set-no-pagination .next {
    display: inline-block !important;
    margin: 15px 0 0 !important;
    margin: 0.9375rem 0 0 !important;
    position: static; } }

@media (max-width: 991px) {
  .container .banner-set.banner-set-mini.banner-set-no-pagination .container {
    padding-left: 0;
    padding-right: 0; } }

.container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
  margin-left: -30px;
  margin-left: -1.875rem; }

@media (max-width: 1199px) {
  .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: 0; } }

@media (max-width: 991px) {
  .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -30px;
    margin-left: -1.875rem; } }

.container .banner-set.banner-set-mini.banner-set-no-pagination .next {
  margin-right: -30px;
  margin-right: -1.875rem; }

@media (max-width: 1199px) {
  .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: 0; } }

@media (max-width: 991px) {
  .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -30px;
    margin-right: -1.875rem; } }

.banner-set.banner-set-mini.load .container {
  height: 127px;
  height: 7.9375rem;
  overflow: hidden; }

.banner-set.banner-set-mini.load .container .banners {
  height: 127px;
  height: 7.9375rem;
  overflow: hidden; }

.touch-device .banner-set .carousel-box .pagination a:hover,
.touch-device .banner-set .banner-set .pagination a:hover {
  background: #ececec; }

.touch-device .banner-set .carousel-box .pagination a.selected,
.touch-device .banner-set .banner-set .pagination a.selected {
  background: #ccc;
  background: rgba(0, 0, 0, 0.3); }

.touch-device .banner-set .banner-set .next:hover,
.touch-device .banner-set .banner-set .prev:hover {
  color: #ccc; }

/******************************************************************************
  Blur Pages
*******************************************************************************/
.blur-page {
  background-image: url("../images/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  background-size: 2.5rem; }

.blur-page .page-box {
  opacity: 0; }

.blur-page .blur-box {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  display: block !important;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: -1; }

.blur-page.blur-load {
  background-image: inherit;
  -webkit-transition: background-image .2s linear;
  -o-transition: background-image .2s linear;
  transition: background-image .2s linear; }

.blur-page.blur-load .page-box {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.blur-page.blur-load .blur-box {
  opacity: 1;
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear; }

.blur-page.blur-load .blur-box img,
.blur-page.blur-load .blur-box canvas {
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  vertical-align: top;
  width: auto;
  z-index: 0; }

.blur-page.blur-load .blur-box img {
  visibility: hidden; }

/******************************************************************************
  Charts
*******************************************************************************/
.chart {
  position: relative;
  text-align: center; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.graph text {
  overflow: hidden !important; }

.morris-hover {
  z-index: 700; }

/******************************************************************************
  Clients
*******************************************************************************/
.client {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border: 0.0625rem solid #f7f7f7;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 3px;
  -moz-border-radius: 0.1875rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: inline-block;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  max-width: 100%;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  width: 200px;
  width: 12.5rem; }

.client:hover {
  border-color: #e1e1e1;
  -webkit-transition: border-color .2s ease-in;
  -o-transition: border-color .2s ease-in;
  transition: border-color .2s ease-in; }

.client + .tooltip {
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 800; }

.client + .tooltip .tooltip-inner {
  padding: 10px;
  padding: 0.625rem; }

.carousel .client {
  margin-bottom: 0; }

/******************************************************************************
  Contact Us
*******************************************************************************/
.contact-info {
  margin-top: 30px;
  margin-top: 1.875rem; }

.contact-info .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 22px;
  margin: 0 0 1.375rem; }

.contact-info address {
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }

.contact-info hr {
  margin: 0 0 36px;
  margin: 0 0 2.25rem; }

.contact-info .buttons-box {
  margin: 8px 0 0;
  margin: 0.5rem 0 0; }

.map-box {
  position: relative; }

.map-box .contact-info {
  background: #fff;
  margin: 0;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  top: 150px;
  top: 9.375rem;
  z-index: 1; }

.map-box .contact-info address {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

/******************************************************************************
  Content Block
*******************************************************************************/
.content-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

@media screen and (min-width: 640px) {
  .content-block {
    padding: 20px;
    padding: 1.25rem; } }

.content-block .btn + .btn {
  margin-left: 14px;
  margin-left: 0.875rem; }

.content-block .btn.pull-left {
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0; }

.content-block .btn.pull-right {
  margin: 0 0 0 10px;
  margin: 0 0 0 0.625rem; }

/******************************************************************************
  Frames
*******************************************************************************/
.frame {
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.frame &gt; img {
  width: 100%; }

.frame-padding {
  background: #fff;
  padding: 4px;
  padding: 0.25rem; }

.frame-border {
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem; }

.frame-shadow {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.5); }

[class*="frame-shadow"] {
  background: #fff;
  position: relative; }

.frame-shadow-lifted:before, .frame-shadow-lifted:after {
  bottom: 15px;
  bottom: 0.9375rem;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.9375rem 0.625rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.9375rem 0.625rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.9375rem 0.625rem rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1; }

.frame-shadow-lifted:after {
  right: 10px;
  right: 0.625rem;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

.frame-shadow-perspective:before {
  bottom: 5px;
  bottom: 0.3125rem;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -5rem 0 0.5rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5rem 0 0.5rem rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -5rem 0 0.5rem rgba(0, 0, 0, 0.4);
  content: "";
  height: 35%;
  left: 80px;
  left: 5rem;
  max-width: 200px;
  max-width: 12.5rem;
  max-height: 50px;
  max-height: 3.125rem;
  position: absolute;
  width: 50%;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: -1; }

.frame-shadow-curved:before {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 10px/100px;
  -webkit-border-radius: 0.625rem/6.25rem;
  -moz-border-radius: 10px/100px;
  -moz-border-radius: 0.625rem/6.25rem;
  border-radius: 10px/100px;
  border-radius: 0.625rem/6.25rem;
  bottom: 10px;
  bottom: 0.625rem;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  top: 0.625rem;
  z-index: -1; }

.frame-shadow-raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0.9375rem 0.625rem -0.625rem rgba(0, 0, 0, 0.5), 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.3), 0 0 2.5rem rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0.9375rem 0.625rem -0.625rem rgba(0, 0, 0, 0.5), 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.3), 0 0 2.5rem rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0.9375rem 0.625rem -0.625rem rgba(0, 0, 0, 0.5), 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.3), 0 0 2.5rem rgba(0, 0, 0, 0.1) inset; }

.rotated-box {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.rotated-right-box {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

/******************************************************************************
  Features
*******************************************************************************/
.features-block .header-box {
  display: block;
  min-height: 30px;
  min-height: 1.875rem;
  margin: 0 0 13px;
  margin: 0 0 0.8125rem;
  overflow: hidden; }

.features-block .header-box .icon-box {
  background: none;
  color: #1e1e1e;
  float: left;
  height: 30px;
  height: 1.875rem;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  text-align: center;
  width: 24px;
  width: 1.5rem;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.features-block .header-box .icon-box i:before {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem; }

.features-block .header-box a.icon-box:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.features-block .header-box h6 {
  margin: 6px 0 0;
  margin: 0.375rem 0 0; }

/******************************************************************************
  Full Width Box
*******************************************************************************/
.full-width-box {
  overflow: hidden;
  padding: 76px 0;
  padding: 4.75rem 0;
  position: relative;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

@media (max-width: 767px) {
  .full-width-box {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem; } }

.full-width-box .auto-width {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  opacity: 0; }

.full-width-box .auto-width.loaded {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.container .full-width-box {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem; }

.full-width-box .fwb-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0; }

.full-width-box .fwb-bg .overlay {
  background: #000;
  height: 100%;
  opacity: .2;
  filter: alpha(opacity=20);
  width: 100%; }

@media (max-width: 767px) {
  .full-width-box .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem; } }

.full-width-box .container,
.full-width-box .page-header {
  position: relative; }

.full-width-box .fwb-fixed,
.full-width-box .fwb-paralax {
  background-attachment: fixed; }

.touch-device .full-width-box .fwb-paralax,
.touch-device .full-width-box .fwb-fixed {
  background-attachment: scroll;
  background-position: 50% 50% !important; }

.full-width-box .fwb-blur {
  background-position: center top !important; }

.full-width-box .fwb-blur .blur-box {
  bottom: 0;
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -100; }

.full-width-box .fwb-blur .blur-box canvas {
  background-size: cover;
  background-attachment: fixed;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  vertical-align: top; }

.full-width-box .fwb-video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.full-width-box .fwb-video video,
.full-width-box .fwb-video iframe,
.full-width-box .fwb-video img {
  background-attachment: fixed;
  vertical-align: top;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0; }

/******************************************************************************
  Galleries
*******************************************************************************/
.gallery .images-box {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.gallery-images {
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  display: block;
  line-height: 0;
  max-width: 100%;
  position: relative; }

.gallery-images img {
  border-radius: 5px;
  border-radius: 0.3125rem; }

.gallery-images .bg-images {
  border-radius: 4px;
  border-radius: 0.25rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.gallery-images .bg-images i {
  margin: 5px 0 0 5px;
  margin: 0.3125rem 0 0 0.3125rem; }

.gallery-images .bg-images i:before {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.gallery-images:hover &gt; .bg-images {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.gallery-images:hover .bg-images i:before {
  color: #000;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

/******************************************************************************
  Latest Posts
*******************************************************************************/
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0; }

.latest-posts li {
  overflow: hidden;
  padding: 22px 0;
  padding: 1.375rem 0; }

.latest-posts li + li {
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

.latest-posts li:first-child {
  padding-top: 0; }

.latest-posts li:last-child {
  padding-bottom: 0; }

.latest-posts li .image {
  float: left;
  height: 84px;
  height: 5.25rem;
  margin: 0 25px 0 0;
  margin: 0 1.5625rem 0 0;
  width: 84px;
  width: 5.25rem; }

.latest-posts li .meta {
  color: #7f7f7f;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem; }

.latest-posts li .description {
  overflow: hidden; }

.latest-posts li a {
  color: #1e1e1e;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
  -webkit-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
  transition: opacity linear .2s; }

.latest-posts li a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none; }

.latest-posts-white li {
  border-color: rgba(255, 255, 255, 0.3); }

.latest-posts-white li .meta {
  color: rgba(255, 255, 255, 0.6); }

.latest-posts-white li a {
  color: rgba(255, 255, 255, 0.8); }

/******************************************************************************
  Login Page
*******************************************************************************/
/* Login Page 1 */
#main.login-register {
  overflow: hidden;
  padding-bottom: 40px;
  padding-bottom: 2.5rem; }

.form-box.forgot-form {
  margin-bottom: 0; }

.info-box {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 27px 0 0;
  padding: 1.6875rem 0 0; }

.info-box .title,
.form-box .title {
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
  font-weight: normal; }

.info-box .descriptions,
.form-box .descriptions {
  margin: 0 0 26px;
  margin: 0 0 1.625rem; }

.form-box {
  margin: 0 0 40px 0;
  margin: 0 0 2.5rem 0;
  padding: 27px 30px 25px;
  padding: 1.6875rem 1.875rem 1.5625rem;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #f2f2f2; }

.form-box .checkbox {
  margin: 0 0 28px;
  margin: 0 0 1.75rem;
  font-size: 12px;
  font-size: 0.75rem; }

.form-box .checkbox .new-checkbox {
  margin-top: 0; }

.form-box .buttons-box {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5; }

.form-box .buttons-box .btn {
  margin: 3px 8px 5px 0;
  margin: 0.1875rem 0.5rem 0.3125rem 0; }

.form-box .buttons-box .required {
  margin: 3px 8px 5px 0;
  margin: 0.1875rem 0.5rem 0.3125rem 0;
  font-size: 11px;
  font-size: 0.6875rem; }

.form-box .buttons-box .forgot {
  display: inline-block;
  margin: 3px 8px 5px 30px;
  margin: 0.1875rem 0.5rem 0.3125rem 1.875rem;
  font-size: 1.75em;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.form-box .buttons-box .forgot:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.form-box .form-group {
  position: relative; }

.form-box .help-block {
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  margin: 0; }

/* Login Page 2 */
.page-login-promo .page-box {
  display: table;
  width: 100%;
  height: 100% !important; }

.page-login-promo .header {
  position: absolute;
  min-height: 1px;
  min-height: 0.0625rem;
  width: 100%; }

.page-login-promo .form-box {
  margin: 0; }

.page-login-promo .form-box .title small {
  color: #c1c1c2;
  font-size: 24px;
  font-size: 1.5rem; }

.page-login-promo .form-box .title a {
  color: #c1c1c2;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.page-login-promo .form-box .title a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.page-login-promo #main {
  display: table-cell;
  padding: 134px 0 30px;
  padding: 8.375rem 0 1.875rem;
  vertical-align: middle; }

.page-login-promo .rotation {
  position: relative; }

.page-login-promo .form-content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.page-login-promo .front-end,
.page-login-promo .back-end {
  display: table;
  width: 100%;
  table-layout: fixed;
  -webkit-transition: 0.3s opacity 0s ease-in-out,
 -webkit-transform 0.6s ease-in-out;
  transition: 0.3s opacity 0s ease-in-out,
 -webkit-transform 0.6s ease-in-out;
  -o-transition: 0.3s opacity 0s ease-in-out,
 transform 0.6s ease-in-out;
  transition: 0.3s opacity 0s ease-in-out,
 transform 0.6s ease-in-out;
  transition: 0.3s opacity 0s ease-in-out,
 transform 0.6s ease-in-out,
 -webkit-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.page-login-promo .back-end {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.page-login-promo .hover .back-end {
  opacity: 1; }

.page-login-promo .hover .front-end,
.page-login-promo .hover .back-end {
  -webkit-transition: 0.3s opacity 0.3s ease-in-out,
 -webkit-transform 0.6s ease-in-out;
  transition: 0.3s opacity 0.3s ease-in-out,
 -webkit-transform 0.6s ease-in-out;
  -o-transition: 0.3s opacity 0.3s ease-in-out,
 transform 0.6s ease-in-out;
  transition: 0.3s opacity 0.3s ease-in-out,
 transform 0.6s ease-in-out;
  transition: 0.3s opacity 0.3s ease-in-out,
 transform 0.6s ease-in-out,
 -webkit-transform 0.6s ease-in-out; }

/******************************************************************************
  Manufactures
*******************************************************************************/
.manufactures .make-wrapper {
  float: left;
  height: 164px;
  height: 10.25rem;
  margin: 0 15px;
  margin: 0 0.9375rem;
  width: 164px;
  width: 10.25rem; }

.manufactures .make {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border: 0.0625rem solid #f7f7f7;
  border-radius: 4px;
  border-radius: 0.25rem;
  display: table-cell;
  height: 164px;
  height: 10.25rem;
  line-height: 0;
  max-height: 100%;
  max-width: 164px;
  max-width: 10.25rem;
  opacity: .6;
  filter: alpha(opacity=60);
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background .2s linear,
 border .2s linear,
 opacity .2s linear;
  -o-transition: background .2s linear,
 border .2s linear,
 opacity .2s linear;
  transition: background .2s linear,
 border .2s linear,
 opacity .2s linear; }

.manufactures a.make:hover {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: background .2s linear,
 border .2s linear,
 opacity .2s linear;
  -o-transition: background .2s linear,
 border .2s linear,
 opacity .2s linear;
  transition: background .2s linear,
 border .2s linear,
 opacity .2s linear; }

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

.manufactures-list .make-wrapper {
  display: inline-block;
  float: none;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

/******************************************************************************
  News
*******************************************************************************/
.news .news-item {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }

.news .news-item .time {
  color: #7f7f7f;
  margin-bottom: 2px;
  margin-bottom: 0.125rem; }

.news .news-item .title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem; }

.news .news-item .title a {
  color: #1e1e1e;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.news .news-item .title a:hover {
  opacity: .75;
  filter: alpha(opacity=75);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.news .news-item .more {
  color: #7f7f7f;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.news .news-item .more:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.news .news-item .more span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  vertical-align: top; }

/******************************************************************************
  Packages
*******************************************************************************/
.package {
  background: #f7f7f7;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  max-width: 370px;
  max-width: 23.125rem; }

.package .title {
  line-height: 32px;
  line-height: 2rem;
  padding: 20px 20px 15px;
  padding: 1.25rem 1.25rem 0.9375rem; }

.package .title a {
  color: #1e1e1e;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 32px;
  line-height: 2rem;
  text-decoration: none; }

.package .price-box {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  overflow: hidden;
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem; }

.package .price-box .icon {
  color: #505050;
  height: 96px;
  height: 6rem;
  text-align: center;
  width: 96px;
  width: 6rem; }

.package .price-box .icon i {
  background: none;
  font-size: 50px;
  font-size: 3.125rem;
  height: auto;
  line-height: 100px;
  line-height: 6.25rem;
  margin: 0;
  width: auto; }

.package .price-box .description {
  margin: 0 120px 17px 0;
  margin: 0 7.5rem 1.0625rem 0; }

.package .price-box .price {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
  margin: 7px 0 0;
  margin: 0.4375rem 0 0; }

.package .price-box .price span {
  font-size: 12px;
  font-size: 0.75rem; }

.package .bottom-box {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  overflow: hidden;
  padding: 19px 19px 20px;
  padding: 1.1875rem 1.1875rem 1.25rem; }

.package .bottom-box .more {
  color: #7f7f7f;
  display: block;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.package .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.package .bottom-box .more span {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 12px;
  line-height: 0.75rem;
  margin: 0 0 0 3px;
  margin: 0 0 0 0.1875rem;
  vertical-align: top; }

.package .bottom-box .rating-box {
  float: right; }

/******************************************************************************
  404
*******************************************************************************/
.box-404 {
  -webkit-border-radius: 177px;
  -webkit-border-radius: 11.0625rem;
  -moz-border-radius: 177px;
  -moz-border-radius: 11.0625rem;
  border-radius: 177px;
  border-radius: 11.0625rem;
  font-weight: normal;
  height: 354px;
  height: 22.125rem;
  margin: 0 auto;
  padding: 92px 0 0;
  padding: 5.75rem 0 0;
  text-align: center;
  width: 354px;
  width: 22.125rem; }

.box-404 h1 {
  font-size: 150px;
  font-size: 9.375rem;
  font-weight: normal;
  line-height: 0.9;
  margin: 0; }

.box-404 h2 {
  color: #7f7f7f;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  margin: 0; }

.page-404-promo .page-box {
  background: #2b8cd6;
  background: rgba(43, 140, 214, 0.9);
  display: table;
  height: 100% !important;
  width: 100%; }

.page-404-promo #main {
  display: table-cell;
  padding: 20px 0;
  padding: 1.25rem 0;
  vertical-align: middle; }

.page-404-promo #main .title {
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 10px;
  padding: 0 0.625rem;
  text-align: center; }

.page-404-promo #main .title h1 {
  display: inline-block;
  font-size: 200px;
  font-size: 12.5rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  position: relative; }

.page-404-promo #main .title h1:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0; }

.page-404-promo #main .content {
  color: #fff;
  padding: 35px 10px 0;
  padding: 2.1875rem 0.625rem 0;
  text-align: center; }

.page-404-promo #main .content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 38px;
  margin-bottom: 2.375rem; }

.page-404-promo #main .content .back-home {
  color: #2b8cd6;
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem; }

.page-404-promo #main .content .back-home .fa {
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 8px;
  margin-right: 0.5rem; }

/******************************************************************************
  Pricings
*******************************************************************************/
.pricing {
  background-color: #fff;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  max-width: 270px;
  max-width: 16.875rem;
  position: relative;
  text-align: left; }

.pricing * {
  position: relative; }

.pricing:before {
  background: #f7f7f7;
  background: rgba(30, 30, 30, 0.06);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.pricing .title {
  line-height: 32px;
  line-height: 2rem;
  padding: 17px 20px 21px;
  padding: 1.0625rem 1.25rem 1.3125rem; }

.pricing .title a {
  color: #1e1e1e;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  line-height: 2rem;
  text-decoration: none; }

.pricing .price-box {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  overflow: hidden;
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem; }

.pricing .price-box .icon {
  background: #fff;
  color: #505050;
  height: 60px;
  height: 3.75rem;
  text-align: center;
  width: 60px;
  width: 3.75rem;
  z-index: 1; }

.pricing .price-box .icon i,
.pricing .price-box .icon .livicon {
  background: none;
  font-size: 30px;
  font-size: 1.875rem;
  height: auto;
  line-height: 52px;
  line-height: 3.25rem;
  margin: 0;
  width: auto; }

.pricing .price-box .icon i svg,
.pricing .price-box .icon .livicon svg {
  top: 0 !important;
  vertical-align: middle; }

.pricing .price-box .price {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  margin: 13px 0 0;
  margin: 0.8125rem 0 0; }

.pricing .price-box .price span {
  font-size: 12px;
  font-size: 0.75rem; }

.pricing .options {
  list-style: none;
  margin: 0;
  padding: 0; }

.pricing .options li {
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  border-top: 0.0625rem solid rgba(30, 30, 30, 0.1);
  color: #999;
  color: rgba(30, 30, 30, 0.4);
  line-height: 22px;
  line-height: 1.375rem;
  padding: 13px 10px 13px 45px;
  padding: 0.8125rem 0.625rem 0.8125rem 2.8125rem;
  position: relative; }

.pricing .options li span {
  color: #1e1e1e;
  display: none;
  left: 25px;
  left: 1.5625rem;
  line-height: 1;
  position: absolute;
  top: 16px;
  top: 1rem; }

.pricing .options li.active {
  color: #1e1e1e; }

.pricing .options li.active span {
  display: block; }

.pricing .bottom-box {
  border-top: 1px solid rgba(30, 30, 30, 0.1);
  border-top: 0.0625rem solid rgba(30, 30, 30, 0.1);
  background: rgba(30, 30, 30, 0.05);
  overflow: hidden;
  padding: 19px 19px 20px;
  padding: 1.1875rem 1.1875rem 1.25rem; }

.pricing .bottom-box .clearfix {
  clear: both; }

.pricing .bottom-box .more {
  color: #7f7f7f;
  color: rgba(30, 30, 30, 0.7);
  display: block;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.pricing .bottom-box .more:hover {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.pricing .bottom-box .more span {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 12px;
  line-height: 0.75rem;
  margin: 0 0 0 3px;
  margin: 0 0 0 0.1875rem;
  vertical-align: top; }

.pricing .bottom-box .rating-box {
  float: right; }

.pricing .bottom-box .btn {
  font-weight: bold;
  margin: 19px 0 0;
  margin: 1.1875rem 0 0;
  width: 100%; }

.pricing.pricing-error:before {
  background: rgba(229, 106, 61, 0.06); }

.pricing.pricing-error .title a {
  color: #e56a3d; }

.pricing.pricing-error .price-box .icon {
  color: #e56a3d;
  border-color: #e56a3d; }

.pricing.pricing-error .options li,
.pricing.pricing-error .bottom-box {
  border-color: rgba(229, 106, 61, 0.1);
  color: rgba(229, 106, 61, 0.4); }

.pricing.pricing-error .bottom-box {
  border-top: 1px solid rgba(229, 106, 61, 0.1);
  border-top: 0.0625rem solid rgba(229, 106, 61, 0.1);
  background: rgba(229, 106, 61, 0.05); }

.pricing.pricing-error .options li span,
.pricing.pricing-error .bottom-box .more,
.pricing.pricing-error .options li.active {
  color: #e56a3d; }

.pricing.pricing-warning:before {
  background: rgba(251, 166, 24, 0.06); }

.pricing.pricing-warning .title a {
  color: #fba618; }

.pricing.pricing-warning .price-box .icon {
  color: #fba618;
  border-color: #fba618; }

.pricing.pricing-warning .options li,
.pricing.pricing-warning .bottom-box {
  border-color: rgba(251, 166, 24, 0.1);
  color: rgba(251, 166, 24, 0.4); }

.pricing.pricing-warning .bottom-box {
  border-top: 1px solid rgba(251, 166, 24, 0.1);
  border-top: 0.0625rem solid rgba(251, 166, 24, 0.1);
  background: rgba(251, 166, 24, 0.05); }

.pricing.pricing-warning .options li span,
.pricing.pricing-warning .bottom-box .more,
.pricing.pricing-warning .options li.active {
  color: #fba618; }

.pricing.pricing-danger:before {
  background: rgba(229, 106, 61, 0.06); }

.pricing.pricing-danger .title a {
  color: #e56a3d; }

.pricing.pricing-danger .price-box .icon {
  color: #e56a3d;
  border-color: #e56a3d; }

.pricing.pricing-danger .options li,
.pricing.pricing-danger .bottom-box {
  border-color: rgba(229, 106, 61, 0.1);
  color: rgba(229, 106, 61, 0.4); }

.pricing.pricing-danger .bottom-box {
  border-top: 1px solid rgba(229, 106, 61, 0.1);
  border-top: 0.0625rem solid rgba(229, 106, 61, 0.1);
  background: rgba(229, 106, 61, 0.05); }

.pricing.pricing-danger .options li span,
.pricing.pricing-danger .bottom-box .more,
.pricing.pricing-danger .options li.active {
  color: #e56a3d; }

.pricing.pricing-info:before {
  background: rgba(5, 112, 150, 0.06); }

.pricing.pricing-info .title a {
  color: #057096; }

.pricing.pricing-info .price-box .icon {
  color: #057096;
  border-color: #057096; }

.pricing.pricing-info .options li,
.pricing.pricing-info .bottom-box {
  border-color: rgba(5, 112, 150, 0.1);
  color: rgba(5, 112, 150, 0.4); }

.pricing.pricing-info .bottom-box {
  border-top: 1px solid rgba(5, 112, 150, 0.1);
  border-top: 0.0625rem solid rgba(5, 112, 150, 0.1);
  background: rgba(5, 112, 150, 0.05); }

.pricing.pricing-info .options li span,
.pricing.pricing-info .bottom-box .more,
.pricing.pricing-info .options li.active {
  color: #057096; }

.pricing.pricing-success:before {
  background: rgba(115, 141, 0, 0.06); }

.pricing.pricing-success .title a {
  color: #738d00; }

.pricing.pricing-success .price-box .icon {
  color: #738d00;
  border-color: #738d00; }

.pricing.pricing-success .options li,
.pricing.pricing-success .bottom-box {
  border-color: rgba(115, 141, 0, 0.1);
  color: rgba(115, 141, 0, 0.4); }

.pricing.pricing-success .bottom-box {
  border-top: 1px solid rgba(115, 141, 0, 0.1);
  border-top: 0.0625rem solid rgba(115, 141, 0, 0.1);
  background: rgba(115, 141, 0, 0.05); }

.pricing.pricing-success .options li span,
.pricing.pricing-success .bottom-box .more,
.pricing.pricing-success .options li.active {
  color: #738d00; }

/******************************************************************************
  Respond
*******************************************************************************/
.respond {
  background: none;
  border: 0 none; }

.respond .description {
  background: #fff;
  border-radius: 5px;
  border-radius: 0.3125rem;
  color: #1e1e1e;
  font-style: italic;
  font-size: 90%;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative; }

.respond .name {
  color: #7f7f7f;
  min-height: 22px;
  min-height: 1.375rem;
  padding: 5px 5px 5px 5px;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem; }

.respond .name .icon {
  color: #7f7f7f;
  font-size: 30px;
  font-size: 1.875rem;
  margin: -5px 0 0;
  margin: -0.3125rem 0 0; }

.respond.bg .description {
  background-color: #a5e573; }

.respond.bg .description:before {
  border: 10px solid transparent;
  border: 0.625rem solid transparent;
  border-top-color: #a5e573;
  bottom: -20px;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute; }

.respond.border .description {
  border-color: #a5e573;
  border-width: 1px;
  border-width: 0.0625rem; }

.respond.border .description:before {
  border: 10px solid transparent;
  border: 0.625rem solid transparent;
  border-top-color: #a5e573;
  bottom: -20px;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute; }

.respond.border .description:after {
  border: 10px solid transparent;
  border: 0.625rem solid transparent;
  border-top-color: #fff;
  bottom: -18px;
  bottom: -1.125rem;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute; }

.respond.border.respond-blockquote blockquote:before,
.respond.border.respond-blockquote blockquote:after {
  color: #a5e573; }

.respond.white .name {
  color: #fff; }

.respond.white .name .icon {
  color: #fff; }

.respond.respond-blockquote blockquote {
  border: none;
  margin: 0;
  padding-left: 30px;
  padding-left: 1.875rem; }

.respond.respond-blockquote blockquote:before {
  content: open-quote;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  left: 16px;
  left: 1rem;
  line-height: 1;
  position: absolute;
  top: 14px;
  top: 0.875rem; }

.respond.respond-blockquote blockquote:after {
  content: close-quote;
  display: inline-block;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 0;
  margin: 0 0 -5px 0;
  margin: 0 0 -0.3125rem 0;
  vertical-align: bottom; }

.respond.respond-blockquote .name .icon {
  float: left;
  height: 50px;
  height: 3.125rem;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  width: 50px;
  width: 3.125rem; }

.respond.respond-blockquote .name strong {
  font-size: 120%; }

.respond-carousel {
  overflow: hidden; }

.respond-carousel .pagination {
  margin: 0; }

.respond .description.bg-primary {
  color: #fff; }

.respond .description.bg-primary:before,
.respond .description.border-primary:before {
  border-top-color: #597380; }

.respond.respond-blockquote.border .border-primary blockquote:before, .respond.respond-blockquote.border .border-primary blockquote:after {
  color: #0098ca; }

.respond .description.bg-warning {
  color: #fff; }

.respond .description.bg-warning:before,
.respond .description.border-warning:before {
  border-top-color: #fba618; }

.respond.respond-blockquote.border .border-warning blockquote:before, .respond.respond-blockquote.border .border-warning blockquote:after {
  color: #0098ca; }

.respond .description.bg-danger {
  color: #fff; }

.respond .description.bg-danger:before,
.respond .description.border-danger:before {
  border-top-color: #e56a3d; }

.respond.respond-blockquote.border .border-danger blockquote:before, .respond.respond-blockquote.border .border-danger blockquote:after {
  color: #0098ca; }

.respond .description.bg-info {
  color: #fff; }

.respond .description.bg-info:before,
.respond .description.border-info:before {
  border-top-color: #057096; }

.respond.respond-blockquote.border .border-info blockquote:before, .respond.respond-blockquote.border .border-info blockquote:after {
  color: #0098ca; }

.respond .description.bg-success {
  color: #fff; }

.respond .description.bg-success:before,
.respond .description.border-success:before {
  border-top-color: #738d00; }

.respond.respond-blockquote.border .border-success blockquote:before, .respond.respond-blockquote.border .border-success blockquote:after {
  color: #0098ca; }

.respond .description.bg-white:before,
.respond .description.border-white:before {
  border-top-color: #fff; }

.respond.border .description.border-white {
  border-color: #fff; }

.respond.respond-blockquote.border .border-white blockquote:before,
.respond.respond-blockquote.border .border-white blockquote:after {
  color: #1e1e1e; }

/******************************************************************************
  Search Result
*******************************************************************************/
.search-result .search-form {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  position: relative; }

.search-result .search-form .search-string {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #1e1e1e;
  font-size: 24px;
  font-size: 1.5rem;
  height: 60px;
  height: 3.75rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0;
  padding: 14px 50px 14px 18px;
  padding: 0.875rem 3.125rem 0.875rem 1.125rem; }

.search-result .search-form .search-string:focus {
  border-color: #ccc; }

.search-result .search-form .search-submit {
  background: none;
  border-left: 1px solid #e1e1e1;
  border-left: 0.0625rem solid #e1e1e1;
  height: 30px;
  height: 1.875rem;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 15px;
  top: 0.9375rem;
  text-align: center;
  width: 46px;
  width: 2.875rem;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.search-result .search-form .search-submit svg {
  margin-top: 2px;
  margin-top: 0.125rem; }

.search-result .search-form .search-submit:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.search-result .filter-buttons,
.search-result .text-results {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.search-result .text-results {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: right; }

.search-result .item {
  background: none;
  border: 0 none;
  border-top: 1px solid #e1e1e1;
  border-top: 0.0625rem solid #e1e1e1;
  margin-top: 0 -15px 40px;
  margin-top: 0 -0.9375rem 2.5rem;
  padding: 37px 0 0;
  padding: 2.3125rem 0 0; }

.search-result .pagination {
  margin-top: 0; }

.results-count {
  display: block;
  clear: both;
  padding: 30px 0 0;
  padding: 1.875rem 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center; }

/******************************************************************************
  Services
*******************************************************************************/
.service .icon {
  border-radius: 35px;
  border-radius: 2.1875rem;
  color: #1e1e1e;
  display: block;
  height: 70px;
  height: 4.375rem;
  float: left;
  margin: 0 30px 0 0;
  margin: 0 1.875rem 0 0;
  text-align: center;
  text-decoration: none;
  width: 70px;
  width: 4.375rem;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.service .icon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.service .icon i:before {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 70px;
  line-height: 4.375rem; }

.service .title {
  margin: 2px 0 17px;
  margin: 0.125rem 0 1.0625rem; }

.service .text-small {
  overflow: hidden; }

.services .service,
.services .features-block {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.services-box-three-left {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 20px;
  padding: 1.25rem; }

.service a:not(.btn),
.big-services-box a:not(.btn),
.features-block a:not(.btn) {
  color: #1e1e1e;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.service a:not(.btn):hover,
.big-services-box a:not(.btn):hover,
.features-block a:not(.btn):hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.service &gt; a,
.big-services-box &gt; a,
.features-block &gt; a {
  display: inline-block; }

.white .service a,
.white .big-services-box a {
  color: #fff; }

.big-services-box {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center; }

.big-icon {
  border-radius: 50px;
  border-radius: 3.125rem;
  color: #1e1e1e;
  display: block;
  height: 100px;
  height: 6.25rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  text-align: center;
  width: 100px;
  width: 6.25rem;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.big-icon i:before {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 100px;
  line-height: 6.25rem; }

a.big-icon:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.big-icon.pull-left {
  margin: 0 20px 20px 0;
  margin: 0 1.25rem 1.25rem 0; }

/******************************************************************************
  Sitemap
*******************************************************************************/
.sitemap, .sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sitemap ul, .sitemap ul ul {
  margin: 0 0 0 15px;
  margin: 0 0 0 0.9375rem; }

.sitemap li, .sitemap ul li,
.sitemap .li {
  overflow: hidden;
  position: relative; }

.sitemap li:after,
.sitemap .li:after {
  content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  display: inline-block;
  font-size: .5em;
  line-height: 40px;
  line-height: 2.5rem;
  margin: -6px 0 0 0;
  margin: -0.375rem 0 0 0;
  pointer-events: none;
  position: absolute; }

.sitemap a, .sitemap ul a {
  background: #fff;
  color: #1e1e1e;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 5px 0 12px;
  padding: 0 0.3125rem 0 0.75rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.sitemap a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.sitemap a:before {
  content: "\f105";
  display: block;
  line-height: 12px;
  line-height: 0.75rem;
  left: 0;
  position: absolute;
  top: 2px;
  top: 0.125rem; }

/******************************************************************************
  Social Feed
*******************************************************************************/
.social-feed {
  background-image: url("../images/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 100px;
  background-position: 50% 6.25rem;
  background-size: 40px;
  background-size: 2.5rem; }

.social-feed &gt; * {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .isotope-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.social-feed .post {
  background: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 3px;
  border-radius: 0.1875rem;
  margin: 0;
  padding: 19px;
  padding: 1.1875rem; }

.social-feed .post.bg {
  background: #ccc;
  color: #fff; }

.social-feed .post.bg-danger {
  border-color: #e56a3d; }

.social-feed .post.bg-warning {
  border-color: #fba618; }

.social-feed .post.bg-info {
  border-color: #057096; }

.social-feed .post.bg-success {
  border-color: #738d00; }

.social-feed .post.bg-primary {
  border-color: #597380; }

.social-feed .post.number {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
  text-align: center; }

.social-feed .post.number .post-icon {
  font-size: 24px;
  font-size: 1.5rem;
  left: 10px;
  left: 0.625rem;
  opacity: .8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 10px;
  top: 0.625rem; }

.social-feed .post.number .social-data {
  display: inline-block;
  font-style: italic;
  line-height: 1;
  vertical-align: middle; }

.social-feed .post.number .social-data .count {
  font-size: 60px;
  font-size: 3.75rem;
  font-style: normal; }

.social-feed .add-post {
  background: none;
  border: 0 none;
  padding: 0; }

.social-feed .add-post .nav-tabs {
  border: 0 none; }

.social-feed .add-post .nav-tabs &gt; li &gt; a {
  border-radius: 3px 3px 0 0;
  border-radius: 0.1875rem 0.1875rem 0 0;
  padding: 6px 10px 7px;
  padding: 0.375rem 0.625rem 0.4375rem; }

.social-feed .add-post .nav-tabs &gt; li &gt; a .fa {
  color: #7f7f7f; }

.social-feed .add-post .nav-tabs &gt; li.active &gt; a,
.social-feed .add-post .nav-tabs &gt; li.active &gt; a:hover,
.social-feed .add-post .nav-tabs &gt; li.active &gt; a:focus {
  color: #555;
  font-weight: normal; }

.social-feed .add-post .tab-content {
  background: #fff;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  border-radius: 3px;
  border-radius: 0.1875rem;
  padding: 20px;
  padding: 1.25rem; }

.social-feed .add-post .tab-content .tab-pane {
  padding: 0; }

.social-feed .add-post .tab-content .tab-pane form {
  margin: 0; }

.social-feed .add-post .tab-pane input {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }

.social-feed .author-info {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.social-feed .author-info .avatar {
  border-radius: 50%;
  float: left;
  height: 50px;
  height: 3.125rem;
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
  overflow: hidden;
  width: 50px;
  width: 3.125rem; }

.social-feed .author-info .user-name {
  font-size: 16px;
  font-size: 1rem; }

.social-feed .author-info .user-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .author-info .user-name a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .author-info time {
  color: #7f7f7f;
  font-style: italic; }

.social-feed .preview {
  margin: 0 -20px 20px;
  margin: 0 -1.25rem 1.25rem;
  text-align: center; }

.social-feed .preview img {
  display: block;
  margin: 0 auto; }

.social-feed .buttons {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: right; }

.social-feed .buttons .btn {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: 0.0625rem solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .buttons .btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .comments {
  background: rgba(0, 0, 0, 0.1);
  margin: 0 -20px -20px;
  margin: 0 -1.25rem -1.25rem;
  padding: 20px;
  padding: 1.25rem; }

.social-feed .comments .comment {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem; }

.social-feed .comments .comment .avatar {
  border-radius: 50%;
  float: left;
  height: 40px;
  height: 2.5rem;
  margin: 0 10px 5px 0;
  margin: 0 0.625rem 0.3125rem 0;
  overflow: hidden;
  width: 40px;
  width: 2.5rem; }

.social-feed .comments .comment .author-details {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }

.social-feed .comments .comment .user-name a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .comments .comment .user-name a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .comments .comment time {
  color: #7f7f7f;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

.social-feed .comments .form {
  margin: 0; }

.social-feed .comments .form .form-control {
  height: 62px;
  height: 3.875rem;
  margin: 0; }

.social-feed .comments .form textarea {
  resize: none; }

.social-feed.loaded {
  background: none; }

.social-feed.loaded &gt; * {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.social-feed .bg .author-info .user-name a,
.social-feed .bg .comments .comment .user-name a {
  color: #fff; }

.social-feed .bg .author-info time,
.social-feed .bg .comments .comment time {
  color: rgba(255, 255, 255, 0.8); }

.social-feed .bg .buttons .btn {
  background: #fff;
  border-color: #fff;
  color: #1e1e1e; }

.social-feed .bg-danger .buttons .btn {
  color: #e56a3d; }

.social-feed .bg-warning .buttons .btn {
  color: #fba618; }

.social-feed .bg-info .buttons .btn {
  color: #057096; }

.social-feed .bg-success .buttons .btn {
  color: #738d00; }

.social-feed .bg-primary .buttons .btn {
  color: #597380; }

.social-feed .post.number.twitter {
  background: #00aced;
  border-color: #00aced; }

.social-feed .post.number.facebook {
  background: #3B5998;
  border-color: #3B5998; }

.social-feed .post.number.google {
  background: #dd4b39;
  border-color: #dd4b39; }

.social-feed .post.number.pinterest {
  background: #cb2027;
  border-color: #cb2027; }

.social-feed .post.number.linkedin {
  background: #007bb6;
  border-color: #007bb6; }

.social-feed .post.number.youtube {
  background: #bb0000;
  border-color: #bb0000; }

/******************************************************************************
  Steps
*******************************************************************************/
.steps {
  display: table;
  table-layout: fixed;
  width: 100%; }

.steps .step {
  background: #fff;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  display: table-cell;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  vertical-align: middle; }

.steps .step .step-wrapper {
  position: relative; }

.steps .step .step-wrapper:after, .steps .step .step-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: -29px;
  right: -1.8125rem;
  border: 7px solid transparent;
  border: 0.4375rem solid transparent;
  border-left-color: #e1e1e1;
  z-index: 1; }

.steps .step .step-wrapper:before {
  border-left-color: #fff;
  right: -27px;
  right: -1.6875rem;
  z-index: 2; }

.steps .step + .step {
  border-left: 0 none; }

.steps .step:first-child {
  border-radius: 3px 0 0 3px;
  border-radius: 0.1875rem 0 0 0.1875rem; }

.steps .step:last-child {
  border-radius: 0 3px 3px 0;
  border-radius: 0 0.1875rem 0.1875rem 0; }

.steps .step:last-child .step-wrapper:after, .steps .step:last-child .step-wrapper:before {
  display: none; }

.steps .step .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: 0;
  left: 0;
  opacity: .1;
  filter: alpha(opacity=10);
  position: absolute;
  right: 0;
  top: 0; }

.steps .step .bg-image ~ * {
  position: relative; }

.steps .step.border-error .step-wrapper:after {
  border-left-color: #e56a3d; }

.steps .step.bg-error .step-wrapper:before {
  border-left-color: #e56a3d; }

.steps .step.border-danger .step-wrapper:after {
  border-left-color: #e56a3d; }

.steps .step.bg-danger .step-wrapper:before {
  border-left-color: #e56a3d; }

.steps .step.border-info .step-wrapper:after {
  border-left-color: #057096; }

.steps .step.bg-info .step-wrapper:before {
  border-left-color: #057096; }

.steps .step.border-warning .step-wrapper:after {
  border-left-color: #fba618; }

.steps .step.bg-warning .step-wrapper:before {
  border-left-color: #fba618; }

.steps .step.border-success .step-wrapper:after {
  border-left-color: #738d00; }

.steps .step.bg-success .step-wrapper:before {
  border-left-color: #738d00; }

.steps .step.border-grey .step-wrapper:after {
  border-left-color: #777; }

.steps .step.bg-grey .step-wrapper:before {
  border-left-color: #777; }

.steps .step.bg-grey {
  background: #777; }

.steps.steps-apart {
  display: block;
  width: auto; }

.steps.steps-apart .step {
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: block; }

.steps.steps-apart .step:last-child .step-wrapper:after,
.steps.steps-apart .step:last-child .step-wrapper:before {
  display: block; }

.steps.steps-apart &gt; [class*="col-md"]:last-child &gt; .step .step-wrapper:after,
.steps.steps-apart &gt; [class*="col-md"]:last-child &gt; .step .step-wrapper:before {
  display: none; }

.steps.progress-steps {
  display: block; }

.steps.progress-steps .step {
  background: none !important;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: block;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  min-height: 185px;
  min-height: 11.5625rem;
  padding: 0; }

.steps.progress-steps .step .step-wrapper {
  padding: 20px 20px 20px 260px;
  padding: 1.25rem 1.25rem 1.25rem 16.25rem;
  position: static; }

.steps.progress-steps .step .number {
  background: #e1e1e1;
  bottom: 0;
  color: #fff;
  font-size: 150px;
  font-size: 9.375rem;
  left: 0;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 0;
  width: 240px;
  width: 15rem; }

.steps.progress-steps .step .number:after, .steps.progress-steps .step .number:before {
  border: 7px solid transparent;
  border: 0.4375rem solid transparent;
  border-top-color: #e1e1e1;
  bottom: -15px;
  bottom: -0.9375rem;
  content: '';
  left: 50%;
  margin-left: -7px;
  margin-left: -0.4375rem;
  position: absolute;
  z-index: 1; }

.steps.progress-steps .step .number:before {
  bottom: -13px;
  bottom: -0.8125rem;
  z-index: 2; }

.steps.progress-steps .step.step-right .step-wrapper {
  padding: 20px 260px 20px 20px;
  padding: 1.25rem 16.25rem 1.25rem 1.25rem; }

.steps.progress-steps .step.step-right .number {
  left: auto;
  right: 0; }

.steps.progress-steps .step .step-wrapper:after, .steps.progress-steps .step .step-wrapper:before,
.steps.progress-steps .step:last-child .number:after,
.steps.progress-steps .step:last-child .number:before {
  display: none; }

.steps.progress-steps .step.border-error .number {
  color: #e56a3d; }

.steps.progress-steps .step.border-error .number:after {
  border-top-color: #e56a3d; }

.steps.progress-steps .step.bg-error .number {
  background: #e56a3d;
  color: #fff; }

.steps.progress-steps .step.bg-error .number:before {
  border-top-color: #e56a3d; }

.steps.progress-steps .step.border-danger .number {
  color: #e56a3d; }

.steps.progress-steps .step.border-danger .number:after {
  border-top-color: #e56a3d; }

.steps.progress-steps .step.bg-danger .number {
  background: #e56a3d;
  color: #fff; }

.steps.progress-steps .step.bg-danger .number:before {
  border-top-color: #e56a3d; }

.steps.progress-steps .step.border-info .number {
  color: #057096; }

.steps.progress-steps .step.border-info .number:after {
  border-top-color: #057096; }

.steps.progress-steps .step.bg-info .number {
  background: #057096;
  color: #fff; }

.steps.progress-steps .step.bg-info .number:before {
  border-top-color: #057096; }

.steps.progress-steps .step.border-warning .number {
  color: #fba618; }

.steps.progress-steps .step.border-warning .number:after {
  border-top-color: #fba618; }

.steps.progress-steps .step.bg-warning .number {
  background: #fba618;
  color: #fff; }

.steps.progress-steps .step.bg-warning .number:before {
  border-top-color: #fba618; }

.steps.progress-steps .step.border-success .number {
  color: #738d00; }

.steps.progress-steps .step.border-success .number:after {
  border-top-color: #738d00; }

.steps.progress-steps .step.bg-success .number {
  background: #738d00;
  color: #fff; }

.steps.progress-steps .step.bg-success .number:before {
  border-top-color: #738d00; }

.steps.progress-steps .step.border-grey .number {
  color: #777; }

.steps.progress-steps .step.border-grey .number:after {
  border-top-color: #777; }

.steps.progress-steps .step.bg-grey .number {
  background: #777;
  color: #fff; }

.steps.progress-steps .step.bg-grey .number:before {
  border-top-color: #777; }

/******************************************************************************
  Team
*******************************************************************************/
.employee {
  -webkit-border-radius: 3px;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 3px;
  -moz-border-radius: 0.1875rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  margin: 0 0 2.5rem;
  min-width: 260px;
  min-width: 16.25rem;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top; }

.carousel .employee {
  margin-top: 40px;
  margin-top: 2.5rem; }

.employee .image {
  background: #f2f2f2;
  display: block;
  line-height: 0;
  margin: 0; }

.employee .image &gt; img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.employee .description {
  background: #f2f2f2;
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  color: #505050;
  display: table;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 72px;
  height: 4.5rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  width: 100%; }

.employee .description .vertical {
  display: table-cell;
  height: 72px;
  height: 4.5rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  vertical-align: middle; }

.employee .name {
  color: #1e1e1e;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0 0 4px;
  margin: 0 0 0.25rem; }

.employee .role {
  font-size: 11px;
  font-size: 0.6875rem; }

.employee .employee-hover {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.9);
  border-radius: 3px;
  border-radius: 0.1875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  left: 15px;
  left: 0.9375rem;
  padding: 16px 20px 90px;
  padding: 1rem 1.25rem 5.625rem;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 0; }

.employee .employee-hover .name {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
  margin: 0 0 0.4375rem; }

.employee .employee-hover .role {
  line-height: 1;
  margin: 0 0 24px;
  margin: 0 0 1.5rem; }

.employee .employee-hover .contact {
  color: #fff; }

.employee .employee-hover .image {
  background: #f7f7f7;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: block;
  height: 60px;
  height: 3.75rem;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  margin: 0.25rem 0 0 0.3125rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 60px;
  width: 3.75rem;
  z-index: 1; }

.employee .employee-hover .social {
  bottom: 20px;
  bottom: 1.25rem;
  left: 20px;
  left: 1.25rem;
  position: absolute;
  text-align: center; }

.employee .employee-hover .social .icon {
  background: #fff;
  float: left;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative; }

.employee .employee-hover .social .icon span {
  border-radius: 2px;
  border-radius: 0.125rem;
  display: block;
  height: 40px;
  height: 2.5rem;
  opacity: .35;
  filter: alpha(opacity=35);
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  width: 40px;
  width: 2.5rem; }

.employee .employee-hover .social .icon:hover span {
  opacity: 1;
  filter: alpha(opacity=100); }

.rotation .employee-hover {
  display: block;
  height: inherit;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13; }

.rotation.hover .employee-hover {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46; }

@media (max-width: 600px) {
  .employee-single .images-box {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem; } }

.employee-single .images-box .carousel-box {
  overflow: hidden; }

.employee-single .images-box .carousel-box.load {
  max-height: 390px;
  max-height: 24.375rem;
  overflow: hidden; }

.employee-single .images-box .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  text-align: center; }

.employee-single .images-box img {
  border-radius: 5px;
  border-radius: 0.3125rem; }

.employee-single .images-box .pagination {
  margin-top: 0; }

.employee-single.employee {
  margin: 0;
  max-width: inherit;
  width: auto; }

.employee-single .employee-description .name {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem; }

.employee-single .employee-description .role {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 22px;
  margin: 0 0 1.375rem; }

.employee-single .employee-description .social {
  margin: 22px 0 0;
  margin: 1.375rem 0 0; }

.employee-single-rotation .content-box {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem; }

@media (max-width: 600px) {
  .employee-single-rotation .employee,
  .employee-single-rotation .employee.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem; } }

/******************************************************************************
  Timeline
*******************************************************************************/
.timeline {
  padding: 20px 0;
  padding: 1.25rem 0;
  position: relative; }

.timeline:before {
  background-color: #d2d2d2;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 2px;
  -moz-border-radius: 0.125rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  margin-left: -0.125rem;
  position: absolute;
  top: 0;
  width: 4px;
  width: 0.25rem; }

.timeline .post {
  border: 0 none;
  margin: 0;
  padding: 0 40px 5px 0;
  padding: 0 2.5rem 0.3125rem 0;
  width: 50%; }

.timeline .post:last-child, .timeline .post:nth-child(even):last-child {
  padding-bottom: 0; }

.timeline .post:nth-child(even) {
  margin-left: 50%;
  padding: 0 0 5px 40px;
  padding: 0 0 0.3125rem 2.5rem; }

.timeline .post:nth-child(even) .timeline-time {
  left: auto;
  margin: 31px 40px 0 0;
  margin: 1.9375rem 2.5rem 0 0;
  right: 50%;
  text-align: right; }

.timeline .post:nth-child(even) .timeline-content:before {
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-right-color: #ccc;
  left: -30px;
  left: -1.875rem;
  right: auto; }

.timeline .post:nth-child(even) .timeline-content:after {
  border: 14px solid transparent;
  border: 0.875rem solid transparent;
  border-right-color: #fff;
  left: -28px;
  left: -1.75rem;
  right: auto; }

.timeline .post .timeline-time {
  color: #999;
  left: 50%;
  margin: 31px 0 0 40px;
  margin: 1.9375rem 0 0 2.5rem;
  position: absolute; }

.timeline .post .timeline-icon {
  background: #1e1e1e;
  -webkit-border-radius: 20px;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 20px;
  -moz-border-radius: 1.25rem;
  border-radius: 20px;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  height: 40px;
  height: 2.5rem;
  left: 50%;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 22px 0 0 -20px;
  margin: 1.375rem 0 0 -1.25rem;
  position: absolute;
  text-align: center;
  width: 40px;
  width: 2.5rem; }

.timeline .post .timeline-icon .livicon svg {
  left: 0 !important; }

.timeline .post .timeline-content {
  background: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 3px;
  border-radius: 0.1875rem;
  padding: 46px;
  padding: 2.875rem;
  position: relative; }

.timeline .post .timeline-content:before, .timeline .post .timeline-content:after {
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-left-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  right: -1.875rem;
  top: 26px;
  top: 1.625rem; }

.timeline .post .timeline-content:after {
  border: 14px solid transparent;
  border: 0.875rem solid transparent;
  border-left-color: #fff;
  right: -28px;
  right: -1.75rem;
  top: 27px;
  top: 1.6875rem; }

.timeline .post .timeline-content .video-box:last-child,
.timeline .post .timeline-content blockquote:last-child {
  margin-bottom: 0; }

.timeline .post .timeline-content .map-canvas {
  height: 250px;
  height: 15.625rem; }

.timeline .post .timeline-content .img-rounded, .timeline .post .timeline-content .img-thumbnail.img-rounded img, .img-thumbnail.img-rounded .timeline .post .timeline-content img,
.timeline .post .timeline-content .img-thumbnail.img-rounded .bg-images, .img-thumbnail.img-rounded .timeline .post .timeline-content .bg-images, .timeline .post .timeline-content .img-thumbnail.img-circle img, .img-thumbnail.img-circle .timeline .post .timeline-content img,
.timeline .post .timeline-content .img-thumbnail.img-circle .bg-images, .img-thumbnail.img-circle .timeline .post .timeline-content .bg-images {
  border-radius: 2px;
  border-radius: 0.125rem; }

.timeline .post .timeline-content .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem; }

.timeline .post .timeline-content .entry-content {
  margin: 0; }

.timeline .post .timeline-content.bg {
  background: #ccc;
  color: #fff; }

.timeline .post .timeline-content.bg .entry-title a,
.timeline .post .timeline-content.bg blockquote footer,
.timeline .post .timeline-content.bg blockquote small,
.timeline .post .timeline-content.bg blockquote .small {
  color: #fff; }

.timeline .post.no-padding .timeline-content {
  padding: 0; }

.timeline .post:not(.no-padding) .timeline-content.bg:after {
  display: none; }

.timeline .post .timeline-content.bg-danger,
.timeline .post .timeline-content.border-danger {
  border-color: #e56a3d; }

.timeline .post .timeline-content.bg-danger:before,
.timeline .post .timeline-content.border-danger:before {
  border-left-color: #e56a3d; }

.timeline .post:nth-child(even) .timeline-content.bg-danger:before,
.timeline .post:nth-child(even) .timeline-content.border-danger:before {
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-right-color: #e56a3d; }

.timeline .post .timeline-content.bg-info,
.timeline .post .timeline-content.border-info {
  border-color: #057096; }

.timeline .post .timeline-content.bg-info:before,
.timeline .post .timeline-content.border-info:before {
  border-left-color: #057096; }

.timeline .post:nth-child(even) .timeline-content.bg-info:before,
.timeline .post:nth-child(even) .timeline-content.border-info:before {
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-right-color: #057096; }

.timeline .post .timeline-content.bg-warning,
.timeline .post .timeline-content.border-warning {
  border-color: #fba618; }

.timeline .post .timeline-content.bg-warning:before,
.timeline .post .timeline-content.border-warning:before {
  border-left-color: #fba618; }

.timeline .post:nth-child(even) .timeline-content.bg-warning:before,
.timeline .post:nth-child(even) .timeline-content.border-warning:before {
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-right-color: #fba618; }

.timeline .post .timeline-content.bg-success,
.timeline .post .timeline-content.border-success {
  border-color: #738d00; }

.timeline .post .timeline-content.bg-success:before,
.timeline .post .timeline-content.border-success:before {
  border-left-color: #738d00; }

.timeline .post:nth-child(even) .timeline-content.bg-success:before,
.timeline .post:nth-child(even) .timeline-content.border-success:before {
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-right-color: #738d00; }

.timeline .post .timeline-content.bg-primary,
.timeline .post .timeline-content.border-primary {
  border-color: #597380; }

.timeline .post .timeline-content.bg-primary:before,
.timeline .post .timeline-content.border-primary:before {
  border-left-color: #597380; }

.timeline .post:nth-child(even) .timeline-content.bg-primary:before,
.timeline .post:nth-child(even) .timeline-content.border-primary:before {
  border: 15px solid transparent;
  border: 0.9375rem solid transparent;
  border-right-color: #597380; }

/******************************************************************************
  Why Choose
*******************************************************************************/
.why-choose ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.why-choose li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 11px 0 8px 23px;
  padding: 0.6875rem 0 0.5rem 1.4375rem;
  position: relative; }

.why-choose li:before {
  content: "?";
  display: block;
  font-size: 16px;
  font-size: 1rem;
  left: 2px;
  left: 0.125rem;
  position: absolute;
  top: 11px;
  top: 0.6875rem; }

.why-choose li + li {
  border-top-width: 1px;
  border-top-width: 0.0625rem; }

/******************************************************************************
  Word Rotate
*******************************************************************************/
.word-rotate {
  background: #1e1e1e;
  display: inline-block;
  overflow: hidden;
  padding: 0 8px;
  padding: 0 0.5rem;
  text-align: center;
  vertical-align: top; }

.word-rotate:not(.border) {
  color: #fff; }

.word-rotate .words-box {
  display: inline-block;
  position: relative; }

.word-rotate .words-box span {
  display: block;
  white-space: nowrap; }

.word-rotate .words-box span + span {
  display: none; }

.word-rotate.loaded .words-box span + span {
  display: block; }

.word-rotate.border {
  background: none;
  border: 1px solid #1e1e1e;
  border: 0.0625rem solid #1e1e1e; }

.magic-select {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.magic-select:before {
  content: '';
  height: 20px;
  height: 1.25rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(rgba(242, 242, 242, 0)));
  background: -o-linear-gradient(#f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  background: linear-gradient(#f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 5; }

.magic-select:after {
  content: '';
  height: 20px;
  height: 1.25rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
  background: -o-linear-gradient(rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  background: linear-gradient(rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  position: absolute;
  bottom: 3.7rem;
  left: 0;
  z-index: 5; }

.magic-select ul {
  list-style: none;
  padding: 0 0 0 26px;
  padding: 0 0 0 1.625rem;
  background: #f2f2f2;
  border-radius: 0px;
  border-radius: 0;
  padding: 20px 40px 20px 50px;
  padding: 1.25rem 2.5rem 1.25rem 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: 450px;
  height: 28.125rem;
  position: relative; }

.magic-select li {
  position: relative; }

.magic-select .new-checkbox {
  top: 4px;
  top: 0.25rem; }

.menu-toggle {
  display: none; }

@media (max-width: 768px) {
  #top-box .top-navbar ul.nav.navbar-nav.navbar-right {
    position: absolute;
    top: 40px;
    top: 2.5rem;
    left: -110vw;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: auto;
    background: #969381;
    -webkit-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out; }
  #top-box .top-navbar ul.nav.navbar-nav.navbar-right.open {
    left: -10px;
    left: -0.625rem; }
  #top-box .top-navbar ul.nav.navbar-nav.navbar-right .stand-out {
    width: 100%; }
  .menu-toggle {
    position: absolute;
    top: 4px;
    top: 0.25rem;
    left: 5px;
    left: 0.3125rem;
    display: block;
    cursor: pointer;
    width: 45px;
    width: 2.8125rem;
    color: #f2f2f2;
    text-align: center; } }

/******************************************************************************
  Works
*******************************************************************************/
.portfolio .filter-elements {
  overflow: visible !important; }

.portfolio .work {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.work {
  border-radius: 5px;
  border-radius: 0.3125rem;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  text-shadow: 0 1px #000;
  text-shadow: 0 0.0625rem #000; }

.work:hover {
  display: block;
  text-decoration: none; }

.carousel .work {
  margin: 2px 1px;
  margin: 0.125rem 0.0625rem; }

.work img {
  background-color: #555;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border-radius: 0.3125rem;
  text-align: center;
  width: 100%; }

.work .shadow {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 29%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.01) 33%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.73) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(29%, rgba(255, 255, 255, 0.01)), color-stop(30%, rgba(0, 0, 0, 0.01)), color-stop(33%, rgba(0, 0, 0, 0.01)), color-stop(62%, rgba(0, 0, 0, 0.17)), color-stop(68%, rgba(0, 0, 0, 0.24)), color-stop(90%, rgba(0, 0, 0, 0.62)), color-stop(100%, rgba(0, 0, 0, 0.73)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 29%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.01) 33%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.73) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 29%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.01) 33%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.73) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 29%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.01) 33%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.73) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(29%, rgba(255, 255, 255, 0.01)), color-stop(30%, rgba(0, 0, 0, 0.01)), color-stop(33%, rgba(0, 0, 0, 0.01)), color-stop(62%, rgba(0, 0, 0, 0.17)), color-stop(68%, rgba(0, 0, 0, 0.24)), color-stop(90%, rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.73)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 29%, rgba(0, 0, 0, 0.01) 30%, rgba(0, 0, 0, 0.01) 33%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.24) 68%, rgba(0, 0, 0, 0.62) 90%, rgba(0, 0, 0, 0.73) 100%);
  -webkit-border-radius: 5px;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 5px;
  -moz-border-radius: 0.3125rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.work .work-title {
  bottom: 37px;
  bottom: 2.3125rem;
  left: 0;
  margin: 0 0 -17px;
  margin: 0 0 -1.0625rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: bottom .2s ease-in;
  -o-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in; }

.work .title {
  bottom: 46px;
  bottom: 2.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
  text-align: center; }

.work .description {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: italic;
  font-family: Georgia;
  line-height: 16px;
  line-height: 1rem;
  text-align: center; }

.work .bg-hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border-radius: 0.3125rem;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.work:hover {
  text-shadow: none; }

.work:hover .work-title {
  bottom: 46%;
  color: #1e1e1e;
  -webkit-transition: bottom .2s ease-in;
  -o-transition: bottom .2s ease-in;
  transition: bottom .2s ease-in; }

.work:hover .bg-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.work-single .carousel-box {
  overflow: hidden; }

.work-single .carousel-box .carousel img {
  border-radius: 5px;
  border-radius: 0.3125rem; }

.work-single .carousel-box.load {
  max-height: 270px;
  max-height: 16.875rem; }

.work-single .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  margin: 0 0 5px;
  margin: 0 0 0.3125rem; }

.work-single .type {
  color: #7f7f7f;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 22px;
  margin: 0 0 1.375rem; }

/* Portfolio One */
.work-one {
  color: #7f7f7f;
  max-width: 100%;
  overflow: hidden; }

.work-one + .work-one {
  margin-top: 40px;
  margin-top: 2.5rem; }

.work-one .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 7px;
  margin: 0 0 0.4375rem; }

.work-one .title a {
  color: #1e1e1e;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.work-one .title a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear; }

.work-one .description {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
  margin: 0 0 27px;
  margin: 0 0 1.6875rem; }

.work-one .work-image {
  border-radius: 5px;
  border-radius: 0.3125rem;
  display: block;
  line-height: 0;
  overflow: hidden; }

.work-one .work-image img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.work-one .work-image img:hover {
  -webkit-filter: grayscale(100%); }

.job-seeker .emp-nav {
  display: none; }

.slider {
  position: relative;
  z-index: 1;
  background: #fff;
  border: none;
  padding: 0; }

@media screen and (min-width: 720px) {
  .slider {
    overflow: hidden;
    height: 440px;
    height: 27.5rem; } }

.slider .slide:after {
  position: absolute;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 125px;
  height: 7.8125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.49)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 100%);
  content: ' '; }

.slider .cycle-slide {
  height: 100%;
  margin-left: 0 !important; }

.slider img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.slider h2 {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  max-width: 80rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 0;
  font-size: 27px;
  font-size: 1.6875rem;
  font-style: italic;
  font-weight: 900;
  line-height: 32px;
  line-height: 2rem;
  color: #fff;
  text-shadow: 0 0 7px black;
  text-shadow: 0 0 0.4375rem black;
  text-transform: Capitalize;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media screen and (min-width: 720px) {
  .slider h2 {
    padding: 0 30px 0 60px;
    padding: 0 1.875rem 0 3.75rem;
    margin-top: 1.25em;
    font-size: 30px;
    font-size: 1.875rem; } }

.slider h2 .subhead {
  display: none;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  line-height: 1.625rem; }

@media screen and (min-width: 720px) {
  .slider h2 .subhead {
    display: block; } }

@media screen and (min-width: 980px) {
  .slider h2 .subhead {
    padding-right: 300px;
    padding-right: 18.75rem; } }

.slide {
  width: 100%; }

/******************************************************************************
  Max Width "1199px"
*******************************************************************************/
@media (max-width: 1199px) {
  .phone-active,
  .search-active {
    left: 0;
    width: auto; }
  .toolbar .per-page {
    display: none; }
  .content .slider .slid-content {
    bottom: 43px;
    bottom: 2.6875rem; }
  .content .slider .pagination {
    padding: 0; }
  .content .slider .slider-nav .nav-box {
    bottom: 10px;
    bottom: 0.625rem; }
  .content .slider .slider-nav .prev, .content
.slider .slider-nav .next {
    display: none !important; }
  #car-bottom .total .checkout {
    font-size: 12px;
    font-size: 0.75rem; }
  .pricing .title a {
    font-size: 21px;
    font-size: 1.3125rem; }
  .employee .employee-hover .role {
    margin: 0 0 15px;
    margin: 0 0 0.9375rem; }
  .gallery-images:hover .bg-images i:before {
    font-size: 40px;
    font-size: 2.5rem; }
  .sidebar .whats-news .product {
    min-width: inherit;
    max-width: 270px;
    max-width: 16.875rem; }
  .sidebar .whats-news .rotation.hover .default {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0); }
  .sidebar .whats-news .rotation .product-hover {
    display: none; }
  .rs-slider.full-width .tp-bullets {
    left: 27px !important;
    left: 1.6875rem !important;
    margin-left: 0 !important; } }

/******************************************************************************
  Max Width "991px"
*******************************************************************************/
@media (max-width: 991px) {
  .fixed-top-box {
    padding-top: 0; }
  .fixed-top-box #top-box {
    position: static;
    top: inherit;
    z-index: inherit; }
  .fixed-header .header,
  .boxed.fixed-header .header,
  .boxed.fixed-header.fixed .header,
  .fixed-header.hidden-top.visible-top .header {
    position: static;
    top: inherit;
    z-index: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: inherit;
    -webkit-backface-visibility: inherit; }
  .fixed-header .header-two + * {
    margin-top: 0; }
  .hidden-top,
  .hidden-top .page-box,
  .hidden-top.visible-top .page-box {
    margin-top: 0;
    padding-top: 0; }
  .hidden-top {
    -webkit-transition: all 0 linear;
    -o-transition: all 0 linear;
    transition: all 0 linear; }
  .hidden-top #top-box,
  .boxed.hidden-top #top-box,
  .boxed.fixed-header.hidden-top #top-box {
    position: static;
    margin-top: 0;
    margin-bottom: 0; }
  .hidden-top .header,
  .fixed-header.hidden-top .header {
    position: static;
    margin-top: 0; }
  .fixed-header.hidden-top.visible-top .header,
  .fixed-header.hidden-top.fixed #top-box,
  .fixed-header.hidden-top.visible-top.fixed #top-box {
    margin-top: 0; }
  .top-navbar {
    margin: 0;
    min-height: 30px;
    min-height: 1.875rem; }
  .top-navbar .btn-navbar {
    display: block;
    margin: 0;
    padding: 7px;
    padding: 0.4375rem;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 3px;
    -moz-border-radius: 0.1875rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
    background: none !important;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-size: 1rem; }
  .top-navbar .btn-navbar.collapsed {
    border-color: transparent; }
  .navbar-inverse .navbar-toggle .icon-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7); }
  .top-navbar .navbar-collapse.collapse {
    display: none !important; }
  .top-navbar .navbar-collapse.collapse.in {
    display: block !important; }
  .top-navbar .collapse,
  .top-navbar .collapsing {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1002;
    margin: 5px 0 0;
    margin: 0.3125rem 0 0;
    padding: 0;
    border: 0 none;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.15); }
  .top-navbar .navbar-nav.navbar-right:last-child,
  .top-navbar .navbar-nav {
    margin: 0; }
  .top-navbar .nav &gt; li:hover a,
  .top-navbar .nav &gt; li a:hover {
    background: none; }
  .top-navbar.top-navbar-right .navbar-right {
    float: none !important; }
  .top-navbar.top-navbar-right .collapse,
  .top-navbar.top-navbar-right .collapsing {
    right: 0;
    left: auto; }
  .top-navbar .nav &gt; li a .count {
    background: rgba(0, 0, 0, 0.1); }
  .header {
    width: auto; }
  .header .right-box-wrapper {
    text-align: right; }
  .header .header-wrapper .cart-header {
    margin-right: 0; }
  .header .header-wrapper .primary .navbar {
    position: static;
    margin: 0;
    min-height: inherit; }
  .header .header-wrapper .primary .navbar .btn-navbar {
    position: relative;
    z-index: 920;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    height: 46px;
    height: 2.875rem;
    border: 1px solid #cccccc;
    border: 0.0625rem solid #cccccc;
    border-bottom: 0 none;
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 0.1875rem 0.1875rem 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -moz-border-radius: 0.1875rem 0.1875rem 0 0;
    border-radius: 3px 3px 0 0;
    border-radius: 0.1875rem 0.1875rem 0 0;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 15px;
    line-height: 0.9375rem; }
  .header .header-wrapper .primary .navbar .btn-navbar:before {
    position: absolute;
    top: 7px;
    top: 0.4375rem;
    bottom: 8px;
    bottom: 0.5rem;
    left: -1px;
    left: -0.0625rem;
    display: none;
    border-left: 1px solid #cccccc;
    border-left: 0.0625rem solid #cccccc;
    border-left: 1px solid rgba(204, 204, 204, 0.8);
    border-left: 0.0625rem solid rgba(204, 204, 204, 0.8);
    content: ''; }
  .header .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
    display: block; }
  .header .header-wrapper .primary .navbar .btn-navbar.collapsed {
    border: 1px solid transparent;
    border: 0.0625rem solid transparent;
    border-bottom: 0 none;
    background: none; }
  .header .header-wrapper .primary .navbar .btn-navbar .text {
    float: right;
    padding: 0 0 0 30px;
    padding: 0 0 0 1.875rem;
    color: #1e1e1e;
    line-height: 16px;
    line-height: 1rem; }
  .header .header-wrapper .primary .navbar .btn-navbar .icon-bar {
    margin: 0;
    width: 22px;
    width: 1.375rem;
    height: 3px;
    height: 0.1875rem;
    border-radius: 0;
    background: #597380;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .header .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
    margin-top: 0.1875rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    z-index: 919;
    overflow: hidden !important;
    margin: 22px 0 0;
    margin: 1.375rem 0 0;
    padding: 0 15px;
    padding: 0 0.9375rem;
    max-height: inherit;
    width: 200%;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav {
    float: none;
    padding: 6px 6px 3px;
    padding: 0.375rem 0.375rem 0.1875rem;
    border: 1px solid #cccccc;
    border: 0.0625rem solid #cccccc;
    -webkit-border-radius: 3px 0 3px 3px;
    -webkit-border-radius: 0.1875rem 0 0.1875rem 0.1875rem;
    -moz-border-radius: 3px 0 3px 3px;
    -moz-border-radius: 0.1875rem 0 0.1875rem 0.1875rem;
    border-radius: 3px 0 3px 3px;
    border-radius: 0.1875rem 0 0.1875rem 0.1875rem;
    background: #ffffff; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li {
    float: none;
    margin: 0 0 3px;
    margin: 0 0 0.1875rem;
    padding: 0; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li &gt; a {
    margin: 0;
    padding: 7px 9px 7px 59px;
    padding: 0.4375rem 0.5625rem 0.4375rem 3.6875rem;
    border: 1px solid #f2f2f2;
    border: 0.0625rem solid #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f2f2f2;
    text-decoration: none;
    font-weight: normal; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li &gt; a:hover,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li:hover &gt; a {
    border: 1px solid #e9e9e9;
    border: 0.0625rem solid #e9e9e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e9e9e9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.parent:hover &gt; a {
    position: relative;
    background: #f2f2f2; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.parent .parent &gt; a:after {
    display: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55px;
    width: 3.4375rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
    position: absolute;
    display: block;
    margin: 17px 0 0 15px;
    margin: 1.0625rem 0 0 0.9375rem;
    width: 16px;
    width: 1rem;
    height: 2px;
    height: 0.125rem;
    background: #597380; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
    margin: 10px 0 0 22px;
    margin: 0.625rem 0 0 1.375rem;
    width: 2px;
    width: 0.125rem;
    height: 16px;
    height: 1rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent &gt; a .open-sub span,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span {
    position: absolute;
    margin: 14px 0 0 38px;
    margin: 0.875rem 0 0 2.375rem;
    width: 12px;
    width: 0.75rem;
    height: 2px;
    height: 0.125rem;
    background: #7f7f7f; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent &gt; a .open-sub span + span,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span {
    margin: 9px 0 0 43px;
    margin: 0.5625rem 0 0 2.6875rem;
    width: 2px;
    width: 0.125rem;
    height: 12px;
    height: 0.75rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.parent:hover &gt; a:after {
    display: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub,
  .header .header-wrapper .primary .navbar .navbar-collapse .parent .sub,
  .header .header-wrapper .primary .navbar .navbar-collapse .parent:hover &gt; .sub {
    position: relative;
    left: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 5px;
    padding: 0.375rem 0 0.3125rem;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 24px;
    line-height: 1.5rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.parent:hover &gt; a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #e9e9e9; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent.active &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent.active:hover &gt; a {
    border-color: #597380;
    background: #597380;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; .parent.active &gt; a .open-sub span {
    background: #ffffff; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active &gt; a .open-sub span + span,
  .header .header-wrapper .primary .megamenu .box.active .title .open-sub span + span {
    display: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover &gt; .sub {
    display: none;
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
    line-height: 22px;
    line-height: 1.375rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
    padding: 4px 9px 4px 60px;
    padding: 0.25rem 0.5625rem 0.25rem 3.75rem;
    width: auto !important;
    background: none;
    color: #7f7f7f;
    text-decoration: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav li a &gt; i {
    color: #1e1e1e; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav li:hover &gt; .sub a {
    background: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
    left: 0;
    margin-left: 10px;
    margin-left: 0.625rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub {
    left: 0;
    padding: 6px 0 5px;
    padding: 0.375rem 0 0.3125rem;
    width: 100%; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .sub-wrapper {
    display: block; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .promo-block {
    display: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .sub-list {
    display: block;
    padding: 0;
    width: 100% !important; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .box {
    float: none;
    margin: 0;
    padding: 0;
    width: 100% !important; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
    position: relative;
    margin: 0;
    padding: 4px 9px 4px 60px;
    padding: 0.25rem 0.5625rem 0.25rem 3.75rem;
    color: #7f7f7f;
    text-transform: none;
    font-weight: normal;
    line-height: 22px;
    line-height: 1.375rem;
    cursor: pointer; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu &gt; .sub .box.closed ul {
    display: none;
    margin-left: 10px;
    margin-left: 0.625rem; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
    position: static;
    top: 0;
    left: 0;
    float: right; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
    display: none; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg &gt; a .open-sub span,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-inverse &gt; a .open-sub span {
    background: #ffffff; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-inverse &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-inverse:hover &gt; a {
    color: #ffffff; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary &gt; a {
    border-color: #428bca; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success &gt; a {
    border-color: #738d00; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info &gt; a {
    border-color: #0098ca; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning &gt; a {
    border-color: #f89406; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger &gt; a {
    border-color: #c10841; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-bg &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-bg:hover &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-inverse &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-primary.item-inverse:hover &gt; a {
    border-color: #428bca;
    background-color: #428bca; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-bg &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-bg:hover &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-inverse &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-success.item-inverse:hover &gt; a {
    border-color: #738d00;
    background-color: #738d00; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-bg &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-bg:hover &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-inverse &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-info.item-inverse:hover &gt; a {
    border-color: #0098ca;
    background-color: #0098ca; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-bg &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-bg:hover &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-inverse &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-warning.item-inverse:hover &gt; a {
    border-color: #f89406;
    background-color: #f89406; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-bg &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-bg:hover &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-inverse &gt; a,
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-danger.item-inverse:hover &gt; a {
    border-color: #c10841;
    background-color: #c10841; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg .sub {
    background: #f7f7f7 !important; }
  .header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li.item-bg .sub a {
    color: #7f7f7f; }
  .header .header-wrapper + .header-wrapper .col-sm-6.col-md-9 {
    text-align: left; }
  .header .header-wrapper + .header-wrapper .primary {
    margin: 0 0 0 -1px;
    margin: 0 0 0 -0.0625rem; }
  .header .header-wrapper + .header-wrapper .primary .navbar .btn-navbar:before {
    border: 0 none; }
  .header .header-wrapper + .header-wrapper .primary .navbar .navbar-collapse {
    left: -1px;
    left: -0.0625rem;
    width: -webkit-calc(200% + 2px);
    width: -webkit-calc(200% + 0.125rem);
    width: calc(200% + px); }
  .header .header-wrapper + .header-wrapper .primary .navbar .nav {
    -webkit-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 0.1875rem 0.1875rem 0.1875rem;
    -moz-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 0.1875rem 0.1875rem 0.1875rem;
    border-radius: 0 3px 3px 3px;
    border-radius: 0 0.1875rem 0.1875rem 0.1875rem; }
  .header .cart-header .dropdown-menu {
    margin-top: -1px;
    margin-top: -0.0625rem;
    margin-right: -98px;
    margin-right: -6.125rem; }
  .header .header-wrapper + .header-wrapper .cart-header .dropdown-menu {
    margin-right: 0; }
  .header .cart-header.open .dropdown-toggle:after {
    left: 0; }
  .header.header-two .phone-header {
    margin-right: 0; }
  .header.header-two .phone-active,
  .header.header-two .search-active {
    z-index: 1003; }
  .header.header-three .logo-box {
    width: 724px;
    width: 45.25rem; }
  .top-fixed-box {
    display: none; }
  .fixed-header.fixed-top #top-box,
  .boxed.fixed-header.fixed-top #top-box,
  .boxed.fixed-header.fixed-top.fixed #top-box {
    position: static; }
  .slider {
    padding: 10px 0;
    padding: 0.625rem 0; }
  .slider .slid-content,
  .slider .slider-nav {
    width: 370px;
    width: 23.125rem; }
  .slider .slid-content .title {
    margin: 0 0 14px;
    margin: 0 0 0.875rem; }
  .slider .slid-content .descriptions {
    margin: 0 0 17px 0;
    margin: 0 0 1.0625rem 0; }
  .slider .slider-nav {
    right: 15px;
    right: 0.9375rem; }
  .slider .slider-nav .nav-box {
    bottom: 0; }
  .slider .slider-nav .prev,
  .slider .slider-nav .next {
    display: none !important; }
  .slider .slid-content {
    bottom: 60px;
    bottom: 3.75rem; }
  .progressive-slider-two .slider-wrapper {
    height: auto !important; }
  .progressive-slider-two .sliders-container {
    margin: 0;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem; }
  .progressive-slider-two .slider-banners {
    width: 100%;
    height: auto; }
  .progressive-slider-two .slider-banners .banner {
    display: table-cell;
    width: 33.33333333%;
    height: auto; }
  .page-slider {
    padding: 0; }
  .metro-banners {
    padding: 30px 0 11px;
    padding: 1.875rem 0 0.6875rem; }
  .metro-banners .banner {
    margin-bottom: 19px;
    margin-bottom: 1.1875rem; }
  .sidebar.col-sm-12 {
    margin-top: 40px;
    margin-top: 2.5rem; }
  .sidebar .whats-news .carousel-pagination {
    margin: 0 auto;
    max-width: 300px;
    max-width: 18.75rem; }
  .toolbar .grid-list .grid,
  .toolbar .grid-list .list {
    margin-right: 6px;
    margin-right: 0.375rem; }
  .toolbar .sort-catalog {
    margin: 0 6px 20px 1px;
    margin: 0 0.375rem 1.25rem 0.0625rem; }
  .products.grid {
    margin-right: -10px;
    margin-right: -0.625rem;
    margin-left: -10px;
    margin-left: -0.625rem;
    text-align: center; }
  .table-box {
    overflow-x: auto;
    padding: 0 1px;
    padding: 0 0.0625rem; }
  .portfolio .filter-buttons {
    float: none;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .portfolio .year-regulator {
    float: none;
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
  .product-page .product-options .buy-for,
  .product-page .product-options .col-sm-12 {
    float: none;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 100%; }
  .product-options-samples .col-sm-12 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .product-options-samples .required-box {
    margin-bottom: 0; }
  .product-bottom .col-sm-12 + .col-sm-12 {
    margin-top: 40px;
    margin-top: 2.5rem; }
  .shopping-cart-table tbody td,
  .shopping-cart-table .td-qty {
    padding: 20px;
    padding: 1.25rem; }
  #car-bottom .car-bottom-box {
    padding: 17px 20px 20px;
    padding: 1.0625rem 1.25rem 1.25rem; }
  .employee-single {
    margin-left: 0; }
  .employee-single .images-box {
    float: none;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem; }
  .employee-single .employee-description {
    margin-left: 0;
    width: 100%; }
  .employee-single-rotation .content-box {
    float: none;
    width: auto; }
  .employee-single-rotation .employee {
    margin: 0 20px 10px;
    margin: 0 1.25rem 0.625rem; }
  .employee-single-rotation .employee.pull-right {
    margin-right: 0; }
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow,
  img.rsImg {
    min-height: 220px !important;
    min-height: 13.75rem !important; }
  .infoBlock {
    top: 5px;
    top: 0.3125rem;
    right: auto;
    left: 5px;
    left: 0.3125rem;
    padding: 10px;
    padding: 0.625rem;
    min-width: 40%;
    max-height: 100%;
    height: auto;
    font-size: 12px;
    font-size: 0.75rem; }
  .infoBlock h3,
  .infoBlock h4 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem; }
  .layer-slider .container {
    padding-right: 0;
    padding-left: 0; }
  .count-down-box {
    float: none;
    margin-bottom: 30px;
    margin-bottom: 1.875rem; }
  #footer .newsletter form {
    width: 270px;
    width: 16.875rem; }
  .post.carousel .images-box + [class*='span'] {
    float: none;
    margin-left: 0;
    width: auto; }
  #footer .sidebar .widget:nth-child(2n+1) {
    clear: left; }
  #footer .sidebar .carousel-box header .title {
    margin-bottom: 0; }
  #footer .sidebar .carousel-box header .next,
  #footer .sidebar .carousel-box header .prev {
    position: static;
    bottom: inherit;
    left: 0;
    margin: 0 0 0 10px;
    margin: 0 0 0 0.625rem; } }

/******************************************************************************
  Max Width "991px" - Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
  .top-navbar .nav &gt; li a {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  .primary .navbar-collapse.collapse {
    display: none !important; }
  .primary .navbar-collapse.collapse.in {
    display: block !important; }
  .toolbar .price-regulator {
    width: 245px;
    width: 15.3125rem; }
  .toolbar .price-regulator .layout-slider {
    width: 200px;
    width: 12.5rem; }
  .product-page .add-cart-form .add-cart {
    min-width: 200px;
    min-width: 12.5rem; }
  .product-page .image-box .thumblist-box {
    padding: 0 45px;
    padding: 0 2.8125rem; }
  .product-page .image-box #thumblist a {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem; }
  #car-bottom .total .checkout {
    padding: 9px 10px;
    padding: 0.5625rem 0.625rem; }
  .contact-info address {
    float: none;
    width: 100%; }
  .package .title a {
    font-size: 20px;
    font-size: 1.25rem; }
  .package .price-box .icon {
    display: none; }
  .package .price-box .description {
    margin: 0 0 17px 0;
    margin: 0 0 1.0625rem 0; }
  .products-tab .tab-content {
    overflow: visible; }
  .col-sm-5.respond-carousel .carousel .respond {
    max-width: 312px;
    max-width: 19.5rem; }
  #footer .footer-top .col-md-3 {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; } }

/******************************************************************************
  Min Width "768px"
*******************************************************************************/
@media (min-width: 768px) {
  .filter-list.filter-buttons .dropdown-toggle {
    display: none; }
  .filter-list.filter-buttons .dropdown-menu {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: inherit;
    display: block !important;
    float: none;
    margin: 0;
    padding: 0;
    min-width: inherit;
    border: 0 none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .filter-list.filter-buttons .dropdown-menu &gt; li {
    float: left;
    margin: 0 20px 10px 0;
    margin: 0 1.25rem 0.625rem 0; }
  .filter-list.filter-buttons .dropdown-menu &gt; li &gt; a {
    clear: none;
    margin: 0;
    padding: 0 20px;
    padding: 0 1.25rem;
    height: 38px;
    height: 2.375rem;
    border: 1px solid transparent;
    border: 0.0625rem solid transparent;
    border-radius: 3px;
    border-radius: 0.1875rem;
    background: transparent;
    color: #1e1e1e;
    line-height: 38px;
    line-height: 2.375rem;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .filter-list.filter-buttons .dropdown-menu &gt; li &gt; a:hover {
    background: transparent;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .filter-list.filter-buttons .dropdown-menu &gt; li &gt; a.active {
    border: 1px solid #e1e1e1;
    border: 0.0625rem solid #e1e1e1;
    text-decoration: none;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100); }
  .filter-list.filter-buttons.white .dropdown-menu &gt; li &gt; a {
    color: #ffffff; } }

/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  body,
  body.loaded {
    overflow-x: hidden;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 0; }
  .page-box,
  .boxed.loaded .page-box {
    overflow-x: hidden;
    min-height: inherit;
    height: auto !important; }
  .page-box-content {
    padding-bottom: 0; }
  #top-box .btn-group.btn-select .visible-xs {
    display: inline-block !important; }
  #top-box .btn-group.btn-select .dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: inherit;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 0.1875rem 0.1875rem 0.1875rem;
    -moz-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 0.1875rem 0.1875rem;
    border-radius: 0 0 3px 3px;
    border-radius: 0 0 0.1875rem 0.1875rem; }
  .header-three {
    overflow: hidden; }
  .header .right-box {
    padding-left: 0; }
  .header .header-wrapper + .header-wrapper .right-box {
    padding-left: 15px;
    padding-left: 0.9375rem; }
  .header .header-wrapper + .header-wrapper {
    min-height: 40px;
    min-height: 2.5rem; }
  .header .header-wrapper + .header-wrapper .right-box-wrapper {
    height: 40px;
    height: 2.5rem; }
  .phone-active,
  .search-active {
    right: 10px;
    right: 0.625rem;
    left: 10px;
    left: 0.625rem;
    padding: 0; }
  .phone-active {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 58px;
    line-height: 3.625rem; }
  .phone-active .title {
    display: none; }
  .search-active .search-string, .search-active .search-form .search-string:hover, .search-form .search-active .search-string:hover,
  .search-active .search-string:hover {
    padding-left: 8px;
    padding-left: 0.5rem; }
  .header .cart-header .dropdown-toggle,
  .header .header-wrapper .primary .navbar .btn-navbar {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  .header .cart-header .dropdown-menu {
    width: 325px;
    width: 20.3125rem; }
  .header.header-three .logo-box {
    width: 100%; }
  .breadcrumb {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  .progressive-slider .container {
    padding-right: 0;
    padding-left: 0; }
  .slider .slid {
    margin-right: 0;
    margin-left: 0; }
  .slider .slider-nav {
    right: 0;
    width: 50%; }
  .slider .slid .col-sm-12.col-md-12 {
    padding-right: 0;
    padding-left: 0; }
  .slider .slid-content {
    right: 0;
    bottom: 30px;
    bottom: 1.875rem;
    padding: 13px 10px 0;
    padding: 0.8125rem 0.625rem 0;
    width: 50%; }
  .slider .slid-content .title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem; }
  .slider .slid-content .descriptions {
    display: none; }
  .slider .slid-content .btn {
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    font-size: 12px;
    font-size: 0.75rem; }
  .slider .slider-nav .nav-box {
    right: 10px;
    right: 0.625rem;
    bottom: 10px;
    bottom: 0.625rem;
    left: 10px;
    left: 0.625rem; }
  .slider .slider-nav .pagination {
    margin: 0;
    padding: 0; }
  .page-slider {
    margin-right: 0;
    margin-left: 0; }
  .progressive-slider-two .slider-banners .banner {
    display: block;
    width: 100%; }
  .rs-slider.full-width .tp-bullets {
    top: 10px !important;
    top: 0.625rem !important;
    left: 7px !important;
    left: 0.4375rem !important;
    margin-left: 0 !important; }
  .slider.rs-slider.full-width .btn-link {
    font-size: 12px !important;
    font-size: 0.75rem !important; }
  .progressive-slider-four .prev,
  .progressive-slider-four .next {
    left: 10px;
    left: 0.625rem;
    margin-top: -15px;
    margin-top: -0.9375rem;
    font-size: 30px;
    font-size: 1.875rem; }
  .progressive-slider-four .next {
    right: 10px;
    right: 0.625rem;
    left: auto; }
  .page-header .container:before {
    left: 10px;
    left: 0.625rem; }
  #main {
    padding: 40px 0;
    padding: 2.5rem 0; }
  #main.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .work-element.col-md-3 .work {
    margin-right: auto;
    margin-left: auto;
    max-width: 270px;
    max-width: 16.875rem; }
  .work-element.col-md-4 .work {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    max-width: 18.75rem; }
  .work-one .work-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .work-single .carousel-box .carousel .col-md-3 {
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-left: 10px;
    margin-left: 0.625rem; }
  .work-single .carousel-box .carousel .col-md-4 {
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-left: 10px;
    margin-left: 0.625rem;
    width: 280px;
    width: 17.5rem; }
  .content.pull-right {
    float: none !important; }
  .sidebar {
    margin-top: 40px;
    margin-top: 2.5rem; }
  .sidebar .widget {
    margin: 0 0 40px;
    margin: 0 0 2.5rem; }
  .sidebar .carousel &gt; .col-md-3 {
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-left: 10px;
    margin-left: 0.625rem; }
  #catalog .category-img {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  #catalog .category-img .description {
    padding: 20px;
    padding: 1.25rem;
    font-size: 18px;
    font-size: 1.125rem; }
  .toolbar .price-regulator {
    float: left !important;
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 300px;
    width: 18.75rem; }
  .toolbar .price-regulator .layout-slider {
    width: 240px;
    width: 15rem; }
  .pagination-box {
    margin-top: 0;
    text-align: center; }
  .pagination-box .pagination {
    margin: 0 -5px 0 0;
    margin: 0 -0.3125rem 0 0; }
  .pagination-box .pagination-text {
    display: block;
    float: none; }
  .products {
    text-align: center; }
  .list .product .col-md-3,
  .list .product .col-md-4 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .list .product .product-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    max-width: 18.75rem; }
  .caroufredsel_wrapper {
    margin-right: auto !important;
    margin-left: auto !important; }
  .recommended-product .products &gt; .col-md-3 .product {
    display: block;
    margin-right: 0;
    margin-left: 0; }
  .products-tab .tab-content &gt; .tab-pane {
    height: 263px;
    height: 16.4375rem;
    text-align: center; }
  .bottom-padding,
  .bottom-padding-mobile,
  .bottom-padding.row.carousel-box {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .bottom-padding-mini {
    margin-bottom: 0; }
  .bottom-padding.bottom-padding-mini {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .text-center-mobile {
    text-align: center; }
  .accordion-tab,
  .tabs-left .accordion-tab,
  .tabs-right .accordion-tab {
    float: none;
    width: 100%;
    border: 0 none; }
  .accordion-tab &gt; li,
  .tabs-left &gt; .accordion-tab &gt; li,
  .tabs-right &gt; .accordion-tab &gt; li {
    float: none;
    margin: 0 0 3px;
    margin: 0 0 0.1875rem; }
  .accordion-tab &gt; li &gt; a,
  .products-tab .accordion-tab &gt; li &gt; a,
  .tabs-left &gt; .accordion-tab &gt; li &gt; a,
  .tabs-right &gt; .accordion-tab &gt; li &gt; a {
    position: relative;
    display: block;
    margin: 0;
    padding: 9px 9px 9px 60px;
    padding: 0.5625rem 0.5625rem 0.5625rem 3.75rem;
    border: 0 none;
    border-radius: 0;
    background-color: #f2f2f2;
    background-position: 14px 50%;
    background-position: 0.875rem 50%;
    background-repeat: no-repeat;
    color: #1e1e1e;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .accordion-tab &gt; li &gt; a:hover,
  .products-tab .accordion-tab &gt; li &gt; a:hover {
    background-color: #e9e9e9;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .accordion-tab &gt; li.active &gt; a,
  .accordion-tab &gt; li.active &gt; a:hover,
  .accordion-tab &gt; li.active &gt; a:focus,
  .accordion-tab &gt; li.active:hover &gt; a,
  .products-tab .accordion-tab &gt; li.active &gt; a,
  .products-tab .accordion-tab &gt; li.active:hover &gt; a {
    border: 0 none;
    border-radius: 0;
    background-color: #597380;
    color: #ffffff !important; }
  .accordion-tab &gt; li &gt; a:before,
  .products-tab .accordion-tab &gt; li &gt; a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    left: 2.8125rem;
    display: block;
    width: 1px;
    width: 0.0625rem;
    background: #e1e1e1;
    background: rgba(255, 255, 255, 0.4);
    content: ''; }
  .accordion-tab &gt; li.active &gt; a:before,
  .products-tab .accordion-tab &gt; li.active &gt; a:before {
    background: #444444;
    background: rgba(255, 255, 255, 0.2); }
  .accordion-tab &gt; li &gt; a .open-sub,
  .products-tab .accordion-tab &gt; li &gt; a .open-sub {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 45px;
    width: 2.8125rem; }
  .accordion-tab &gt; li &gt; a .open-sub:before,
  .accordion-tab &gt; li &gt; a .open-sub:after,
  .products-tab .accordion-tab &gt; li &gt; a .open-sub:before,
  .products-tab .accordion-tab &gt; li &gt; a .open-sub:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 19px 0 0 15px;
    margin: 1.1875rem 0 0 0.9375rem;
    width: 16px;
    width: 1rem;
    height: 2px;
    height: 0.125rem;
    background: #597380;
    content: ''; }
  .accordion-tab &gt; li &gt; a .open-sub:after,
  .products-tab .accordion-tab &gt; li &gt; a .open-sub:after {
    margin: 12px 0 0 22px;
    margin: 0.75rem 0 0 1.375rem;
    width: 2px;
    width: 0.125rem;
    height: 16px;
    height: 1rem; }
  .accordion-tab &gt; .active &gt; a .open-sub:before,
  .accordion-tab &gt; .active &gt; a .open-sub:after,
  .products-tab .accordion-tab &gt; .active &gt; a .open-sub:before,
  .products-tab .accordion-tab &gt; .active &gt; a .open-sub:after {
    background: #ffffff; }
  .accordion-tab &gt; .active &gt; a .open-sub:after,
  .products-tab .accordion-tab &gt; .active &gt; a .open-sub:after {
    display: none; }
  .accordion-tab .tab-pane {
    display: none;
    padding: 20px 0 30px;
    padding: 1.25rem 0 1.875rem;
    border: 0 none;
    font-size: 13px;
    font-size: 0.8125rem; }
  .products-tab .accordion-tab .tab-pane {
    background: none; }
  .promo-partners .manufactures {
    text-align: center; }
  .page-header {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .image-box {
    margin: 0 auto 40px;
    margin: 0 auto 2.5rem;
    max-width: 470px;
    max-width: 29.375rem; }
  .product,
  .double-product {
    width: 300px;
    width: 18.75rem; }
  .double-product .product {
    max-width: 100%; }
  .product.product-mini {
    width: 250px;
    width: 15.625rem; }
  .product-page .image-box .thumblist-box {
    padding: 0 45px;
    padding: 0 2.8125rem;
    max-height: 80px;
    max-height: 5rem; }
  .product-page .image-box #thumblist a {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem; }
  .product-page .col-md-7 .price-box {
    font-size: 40px;
    font-size: 2.5rem; }
  .product-page .add-cart-form {
    margin-bottom: 0; }
  .product-page .add-cart-form .add-cart,
  .product-page .add-cart-form .number {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .product-page .product-tab {
    margin: 40px 0;
    margin: 2.5rem 0; }
  .product-page .product-tab .tab-pane {
    padding: 20px 0;
    padding: 1.25rem 0; }
  .product-page .product-options-table table th,
  .product-page .product-options-table table td,
  .product-page .product-options-table table td.qty {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem; }
  .product-options-detail .add-cart {
    display: block;
    float: none;
    margin: 20px 0 0;
    margin: 1.25rem 0 0;
    min-width: inherit; }
  #car-bottom {
    margin-bottom: 0; }
  #checkoutsteps {
    margin-bottom: 40px;
    margin-bottom: 2.5rem; }
  .login .new-costumers {
    padding: 0 0 40px;
    padding: 0 0 2.5rem; }
  .map-box .contact-info {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 0; }
  .box-404 {
    margin: 0 auto 40px;
    margin: 0 auto 2.5rem;
    padding: 75px 0 0;
    padding: 4.6875rem 0 0;
    width: 300px;
    width: 18.75rem;
    height: 300px;
    height: 18.75rem;
    -webkit-border-radius: 150px;
    -webkit-border-radius: 9.375rem;
    -moz-border-radius: 150px;
    -moz-border-radius: 9.375rem;
    border-radius: 150px;
    border-radius: 9.375rem; }
  .box-404 h1 {
    font-size: 120px;
    font-size: 7.5rem; }
  .team-box {
    text-align: center; }
  .list-images {
    margin-right: -10px;
    margin-right: -0.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-left: -10px;
    margin-left: -0.625rem;
    text-align: center; }
  .list-images &gt; .col-md-4 {
    display: inline-block;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    width: 170px;
    width: 10.625rem;
    text-align: left; }
  .gallery .images-box {
    text-align: center; }
  .gallery-images {
    display: inline-block; }
  .gallery-images .bg-images {
    text-align: left; }
  .year-regulator .layout-slider {
    width: 240px;
    width: 15rem; }
  .work-one .description {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  .work-box + .work-box {
    margin-top: 40px;
    margin-top: 2.5rem; }
  .employee {
    max-width: 300px;
    max-width: 18.75rem; }
  .employee-single {
    width: 100%; }
  .employee-single .images-box {
    display: block;
    max-width: 430px;
    max-width: 26.875rem; }
  .employee-single .images-box.pull-right {
    float: right;
    margin: 0 0 10px 20px;
    margin: 0 0 0.625rem 1.25rem; }
  .respond-carousel .carousel [class*='span'] {
    margin-right: 2px;
    margin-right: 0.125rem;
    margin-left: 2px;
    margin-left: 0.125rem; }
  .steps {
    display: block; }
  .steps .step {
    display: block;
    border: 1px solid #e1e1e1;
    border: 0.0625rem solid #e1e1e1; }
  .steps .step + .step {
    border: 1px solid #e1e1e1;
    border: 0.0625rem solid #e1e1e1;
    border-top: 0 none; }
  .steps .step:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 0.1875rem 0.1875rem 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -moz-border-radius: 0.1875rem 0.1875rem 0 0;
    border-radius: 3px 3px 0 0;
    border-radius: 0.1875rem 0.1875rem 0 0; }
  .steps .step:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 0.1875rem 0.1875rem;
    -moz-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 0.1875rem 0.1875rem;
    border-radius: 0 0 3px 3px;
    border-radius: 0 0 0.1875rem 0.1875rem; }
  .steps .step .step-wrapper:after, .steps .step .step-wrapper:before {
    top: auto;
    right: auto;
    bottom: -30px;
    bottom: -1.875rem;
    left: 50%;
    margin: 0 0 0 -7px;
    margin: 0 0 0 -0.4375rem;
    border: 7px solid transparent;
    border: 0.4375rem solid transparent;
    border-top-color: #e1e1e1; }
  .steps .step .step-wrapper:before {
    bottom: -28px;
    bottom: -1.75rem;
    border-top-color: #ffffff; }
  .steps .step.border-grey .step-wrapper:after,
  .steps .step.bg-grey .step-wrapper:before {
    border-top-color: #777777;
    border-left-color: transparent; }
  .steps .step.border-warning .step-wrapper:after {
    border-top-color: #f89406;
    border-left-color: transparent; }
  .steps .step.border-error .step-wrapper:after {
    border-top-color: #c10841;
    border-left-color: transparent; }
  .steps .step.border-info .step-wrapper:after {
    border-top-color: #0098ca;
    border-left-color: transparent; }
  .steps .step.border-success .step-wrapper:after {
    border-top-color: #738d00;
    border-left-color: transparent; }
  .steps .step.bg-warning .step-wrapper:before {
    border-top-color: #f89406;
    border-left-color: transparent; }
  .steps .step.bg-error .step-wrapper:before {
    border-top-color: #c10841;
    border-left-color: transparent; }
  .steps .step.bg-info .step-wrapper:before {
    border-top-color: #0098ca;
    border-left-color: transparent; }
  .steps .step.bg-success .step-wrapper:before {
    border-top-color: #738d00;
    border-left-color: transparent; }
  .steps.steps-apart .step {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 3px;
    -moz-border-radius: 0.1875rem;
    border-radius: 3px;
    border-radius: 0.1875rem; }
  .steps.progress-steps .step {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    border: 1px solid #e1e1e1;
    border: 0.0625rem solid #e1e1e1;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 3px;
    -moz-border-radius: 0.1875rem;
    border-radius: 3px;
    border-radius: 0.1875rem; }
  .steps.progress-steps .step .step-wrapper {
    padding-left: 100px;
    padding-left: 6.25rem; }
  .steps.progress-steps .step.step-right .step-wrapper {
    padding-right: 100px;
    padding-right: 6.25rem; }
  .steps.progress-steps .step .number {
    width: 80px;
    width: 5rem;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 2; }
  #count-down .county-days-wrapper,
  #count-down .county-hours-wrapper,
  #count-down .county-minutes-wrapper,
  #count-down .county-seconds-wrapper {
    height: 80px;
    height: 5rem; }
  #count-down .county-days,
  #count-down .county-hours,
  #count-down .county-minutes,
  #count-down .county-seconds {
    line-height: 80px;
    line-height: 5rem; }
  .page-404-promo #main .title h1 {
    font-size: 120px;
    font-size: 7.5rem; }
  .page-404-promo #main .content .back-home {
    padding: 10px 20px 10px 10px;
    padding: 0.625rem 1.25rem 0.625rem 0.625rem; }
  .timeline:before {
    left: 20px;
    left: 1.25rem; }
  .timeline .post,
  .timeline .post:nth-child(even) {
    margin: 0;
    padding: 0 0 30px 60px;
    padding: 0 0 1.875rem 3.75rem;
    width: 100%; }
  .timeline .post .timeline-time,
  .timeline .post:nth-child(even) .timeline-time {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 0 5px;
    margin: 0 0 0.3125rem;
    text-align: left; }
  .timeline .post .timeline-icon {
    left: 0;
    margin: 22px 0 0 0;
    margin: 1.375rem 0 0 0; }
  .timeline .post .timeline-content:before,
  .timeline .post:nth-child(even) .timeline-content:before {
    right: auto;
    left: -30px;
    left: -1.875rem;
    border: 15px solid transparent;
    border: 0.9375rem solid transparent;
    border-right-color: #cccccc; }
  .timeline .post .timeline-content:after,
  .timeline .post:nth-child(even) .timeline-content:after {
    right: auto;
    left: -28px;
    left: -1.75rem;
    border: 14px solid transparent;
    border: 0.875rem solid transparent;
    border-right-color: #ffffff; }
  .timeline .post .timeline-content.bg:before,
  .timeline .post .timeline-content.border:before {
    border: 15px solid transparent;
    border: 0.9375rem solid transparent;
    border-right-color: #cccccc; }
  .timeline .post .timeline-content.bg-danger:before,
  .timeline .post:nth-child(even) .timeline-content.bg-danger:before,
  .timeline .post .timeline-content.border-danger:before,
  .timeline .post:nth-child(even) .timeline-content.border-danger:before {
    border-right-color: #c10841; }
  .timeline .post .timeline-content.bg-warning:before,
  .timeline .post:nth-child(even) .timeline-content.bg-warning:before,
  .timeline .post .timeline-content.border-warning:before,
  .timeline .post:nth-child(even) .timeline-content.border-warning:before {
    border-right-color: #f89406; }
  .timeline .post .timeline-content.bg-info:before,
  .timeline .post:nth-child(even) .timeline-content.bg-info:before,
  .timeline .post .timeline-content.border-info:before,
  .timeline .post:nth-child(even) .timeline-content.border-info:before {
    border-right-color: #0098ca; }
  .timeline .post .timeline-content.bg-success:before,
  .timeline .post:nth-child(even) .timeline-content.bg-success:before,
  .timeline .post .timeline-content.border-success:before,
  .timeline .post:nth-child(even) .timeline-content.border-success:before {
    border-right-color: #738d00; }
  .timeline .post .timeline-content.bg-primary:before,
  .timeline .post:nth-child(even) .timeline-content.bg-primary:before,
  .timeline .post .timeline-content.border-primary:before,
  .timeline .post:nth-child(even) .timeline-content.border-primary:before {
    border-right-color: #428bca; }
  .timeline .post .timeline-content .entry-content img {
    width: 100%; }
  #footer {
    margin-top: 0; }
  #footer .sidebar {
    margin-top: 0; }
  #footer .footer-top {
    padding-bottom: 0; }
  #footer .footer-top .col-md-3 {
    overflow: hidden;
    margin-bottom: 36px;
    margin-bottom: 2.25rem; }
  #footer .footer-bottom .col-md-3 {
    overflow: hidden; }
  #footer .footer-bottom .copyright {
    padding: 17px 0;
    padding: 1.0625rem 0;
    text-align: center; }
  #footer .phone,
  #footer .address {
    float: left;
    margin-bottom: 29px;
    margin-bottom: 1.8125rem;
    width: 48%; }
  #footer .phone .title {
    display: block; }
  #footer .address {
    float: right; }
  #footer .up {
    float: none;
    margin: 0 auto; }
  #count-down {
    text-align: center; }
  #count-down .county-days,
  #count-down .county-hours,
  #count-down .county-minutes,
  #count-down .county-seconds {
    font-size: 30px;
    font-size: 1.875rem; } }

/******************************************************************************
  Max Width "480px"
*******************************************************************************/
@media (max-width: 480px) {
  div.jp-audio div.jp-type-playlist div.jp-interface {
    height: 100px;
    height: 6.25rem; }
  div.jp-audio ul.jp-controls {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  div.jp-audio ul.jp-controls li:nth-child(6) {
    clear: left; }
  div.jp-audio div.jp-type-playlist div.jp-progress,
  div.jp-audio div.jp-type-playlist div.jp-time-holder {
    left: 156px;
    left: 9.75rem; }
  div.jp-audio div.jp-type-playlist a.jp-mute,
  div.jp-audio div.jp-type-playlist a.jp-unmute {
    margin-left: 0; }
  div.jp-audio div.jp-volume-bar {
    top: 77px;
    top: 4.8125rem;
    left: 29px;
    left: 1.8125rem; }
  div.jp-audio .jp-type-playlist ul.jp-toggles {
    top: 71px;
    top: 4.4375rem;
    left: 114px;
    left: 7.125rem; } }

/******************************************************************************
  Touch device
*******************************************************************************/
.touch-device .carousel-box .next:hover,
.touch-device .carousel-box .prev:hover {
  background-color: #cccccc;
  color: #fbfbfb; }

.touch-device #footer .up:hover {
  background: #c6c6c6; }

.touch-device .work:hover {
  text-shadow: 0 1px #000000;
  text-shadow: 0 0.0625rem #000000; }

.touch-device .work:hover .work-title {
  bottom: 37px;
  bottom: 2.3125rem;
  color: #ffffff; }

.touch-device .work:hover .bg-hover {
  opacity: 0;
  filter: alpha(opacity=0); }

.touch-device.fixed-header .page-box {
  margin-top: 0 !important;
  padding-top: 0 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.touch-device.fixed-header .header,
.touch-device.boxed.fixed-header .header,
.touch-device.boxed.fixed-header.fixed .header,
.touch-device.hidden-top.visible-top .header {
  position: static;
  top: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: inherit;
  -webkit-backface-visibility: inherit; }

.touch-device.hidden-top {
  -webkit-transition: all 0 linear;
  -o-transition: all 0 linear;
  transition: all 0 linear; }

.touch-device.hidden-top .page-box,
.touch-device.hidden-top.visible-top .page-box {
  padding-top: 0; }

.touch-device.hidden-top #top-box,
.touch-device.boxed.hidden-top #top-box,
.touch-device.fixed-top #top-box,
.touch-device.boxed.fixed-header.fixed-top #top-box,
.touch-device.boxed.fixed-header.fixed-top.fixed #top-box {
  position: static;
  margin-top: 0;
  margin-bottom: 0; }

.touch-device.hidden-top .header,
.touch-device.boxed.hidden-top .header {
  position: inherit;
  top: 0;
  margin-top: 0; }

.boxed.fixed-header.fixed-top #top-box,
.boxed.fixed-header.fixed-top.fixed #top-box {
  position: static;
  margin-top: 0;
  margin-bottom: 0; }

/******************************************************************************
  Not hover
*******************************************************************************/
.touch-device .carousel-box .next:hover,
.touch-device .carousel-box .prev:hover {
  background-color: #cccccc;
  color: #fbfbfb; }

.touch-device .carousel-box .next:hover polygon,
.touch-device .carousel-box .prev:hover polygon {
  fill: #fbfbfb; }

.touch-device .slider .slider-nav .prev,
.touch-device .slider .slider-nav .next {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.touch-device .slider .slider-nav .prev:hover,
.touch-device .slider .slider-nav .next:hover {
  visibility: visible;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  filter: alpha(opacity=100); }

.touch-device .slider .slider-nav .prev:hover polygon,
.touch-device .slider .slider-nav .next:hover polygon {
  fill: #838383; }

.touch-device .switches a:hover {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.1); }

.touch-device .switches a.selected {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5); }

.touch-device .panel-group .panel .panel-heading &gt; .panel-title &gt; a:hover,
.touch-device .panel-group .panel-default .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #f2f2f2; }

.touch-device .panel-group .panel-primary .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #037ac5; }

.touch-device .panel-group .panel-success .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #738d00; }

.touch-device .panel-group .panel-info .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #0098ca; }

.touch-device .panel-group .panel-warning .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #f89406; }

.touch-device .panel-group .panel-danger .panel-heading &gt; .panel-title &gt; a:hover {
  background-color: #c10841; }

.touch-device .filter-buttons a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.touch-device .gallery-images:hover &gt; .bg-images {
  background: none; }

.touch-device .post.carousel .carousel-box .next,
.touch-device .post.carousel .carousel-box .prev {
  display: none !important; }

.fancybox-margin .touch-device.fixed-header .header,
.fancybox-margin .touch-device.fixed-header #top-box {
  left: 0; }

.touch-device .fancybox-wrap {
  position: fixed !important;
  top: 20px !important;
  top: 1.25rem !important;
  -webkit-overflow-scrolling: touch !important; }

.header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li &gt; a,
.header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li:hover &gt; a {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.header .header-wrapper .primary .navbar .navbar-collapse .nav &gt; li &gt; a:not([href]) {
  cursor: default; }

.fixed-header .header .header-wrapper {
  margin-bottom: 0; }

.title-box h2.title,
.title-box h3.title .title-box h4.title {
  font-size: 24px;
  font-size: 1.5rem; }

.full-width-box {
  padding: 0; }

.full-width-box .title-box {
  position: absolute;
  top: -300px;
  top: -18.75rem;
  z-index: 10;
  width: 100%;
  border: 0; }

.full-width-box .title-box:before {
  content: none; }

.advanced-search h2 {
  font-size: 1.5em; }

.advanced-search h2.disabled {
  color: #d3d3d3; }

@media (max-width: 768px) {
  .advanced-search h2.disabled {
    color: #272727; } }

@media (max-width: 768px) {
  .advanced-search h2 {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    margin-left: 50px;
    margin-left: 3.125rem;
    padding: 10px;
    padding: 0.625rem;
    color: #272727;
    font-size: 1em; } }

.advanced-search .active h2 {
  color: #fff; }

#footer a {
  color: #3e86a1; }

#footer .links li {
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0; }

#footer .links li:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  content: '|'; }

#footer .links li:first-child {
  margin-left: 0; }

#footer .links li:last-child {
  margin-right: 0; }

#footer .links li:last-child:after {
  content: ''; }

.help-text {
  display: inline;
  position: relative; }

.help-text:hover {
  text-decoration: none; }

.help-text:hover:after {
  background: #111;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  border-radius: 0.3125rem;
  bottom: 18px;
  bottom: 1.125rem;
  color: #fff;
  content: attr(title);
  display: block;
  left: 50%;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  position: absolute;
  width: 350px;
  width: 21.875rem;
  z-index: 98; }

.help-text:hover:before {
  border: solid;
  border-color: #111 transparent;
  border-width: 6px 6px 0 6px;
  border-width: 0.375rem 0.375rem 0 0.375rem;
  bottom: 12px;
  bottom: 0.75rem;
  content: "";
  display: block;
  left: 75%;
  position: absolute;
  z-index: 99; }

body.saving:before {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
  background: rgba(255, 255, 255, 0.75) url("https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif") no-repeat center center;
  content: ''; }

body.saving:after {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  line-height: 210px;
  line-height: 13.125rem;
  text-align: center;
  background: #fff url(https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif) no-repeat center 40%;
  border: 1px solid #e6e6e6;
  border: 0.0625rem solid #e6e6e6;
  border-radius: 5px;
  border-radius: 0.3125rem;
  content: 'Saving...';
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

body .page-box,
body .header,
body .logo-box {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

@media screen and (min-width: 991px) {
  body.scrolled .page-box {
    padding-top: 100px !important;
    padding-top: 6.25rem !important; } }

.homepage-title {
  display: none; }

body.home .homepage-title,
body.home.scrolled .homepage-title {
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: -40px;
  margin-bottom: -2.5rem; }

@media screen and (min-width: 992px) {
  body.home .homepage-title,
  body.home.scrolled .homepage-title {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

body.home .homepage-title h1.title,
body.home.scrolled .homepage-title h1.title {
  margin: 0; }

@media screen and (min-width: 992px) {
  body.home .page-box,
  body.home.scrolled .page-box {
    padding-top: 40px !important;
    padding-top: 2.5rem !important; } }

body.home .page-box .header,
body.home.scrolled .page-box .header {
  position: static; }

body.home .page-box .header .header-wrapper,
body.home.scrolled .page-box .header .header-wrapper {
  height: auto;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  background: transparent; }

@media screen and (min-width: 992px) {
  body.home .page-box .header .header-wrapper,
  body.home.scrolled .page-box .header .header-wrapper {
    margin-bottom: 0; } }

body.home .page-box .header .header-wrapper .container,
body.home.scrolled .page-box .header .header-wrapper .container {
  position: relative;
  top: 0;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem; }

body.home .page-box .header .header-wrapper .logo-box,
body.home.scrolled .page-box .header .header-wrapper .logo-box {
  position: static;
  top: 0;
  height: auto;
  margin-bottom: 0; }

body.home .page-box .header .header-wrapper .logo-box .logo,
body.home.scrolled .page-box .header .header-wrapper .logo-box .logo {
  padding: 0; }

body.home h1.title,
body.home.scrolled h1.title {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: -40px;
  margin-bottom: -2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.0001em; }

@media screen and (min-width: 992px) {
  body.home h1.title,
  body.home.scrolled h1.title {
    padding-left: 45px;
    padding-left: 2.8125rem;
    margin: 34px 0 0 0;
    margin: 2.125rem 0 0 0; } }

.page-box-content {
  min-height: calc(100vh - 345px);
  min-height: calc(100vh - 21.5625rem); }

article.content {
  padding-right: 0;
  margin-bottom: 100px;
  margin-bottom: 6.25rem; }

@media screen and (min-width: 992px) {
  article.content {
    padding-right: 15px;
    padding-right: 0.9375rem; } }

.account-switch {
  display: none !important; }

.top-navbar .nav &gt; li a,
.btn-group.btn-select .dropdown-toggle,
.product .product-hover,
.employee .employee-hover,
.slider .slid-content {
  color: #262626; }

#top-box .btn-group.btn-select {
  padding-top: 3px;
  padding-top: 0.1875rem; }

.slider img {
  margin: 0; }

.dashboard .accordions.application .accordion-content {
  font-weight: 700; }

.dashboard .accordions.application .accordion-content label {
  display: block; }

@media (max-width: 768px) {
  #top-box .top-navbar .nav.navbar-nav.navbar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  #top-box .top-navbar .nav.navbar-nav.navbar-right .stand-out {
    float: right;
    height: 100%;
    border-radius: 0; }
  #top-box .top-navbar .nav.navbar-nav.navbar-right .stand-out.employees {
    padding: 10px 15px 12px 10px;
    padding: 0.625rem 0.9375rem 0.75rem 0.625rem;
    overflow: hidden; }
  #top-box .top-navbar .nav.navbar-nav.navbar-right .stand-out h2 {
    white-space: nowrap; }
  #top-box .top-navbar .nav.navbar-nav.navbar-right .stand-out p {
    display: none; }
  #top-box .top-navbar .nav.navbar-nav.navbar-right .stand-out span.fa {
    top: -7px;
    top: -0.4375rem;
    font-size: 30px;
    font-size: 1.875rem; } }

.job-poster.authenticated #cm-video-bg {
  display: none; }

.full-width-box {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

@media screen and (min-width: 768px) {
  .full-width-box {
    margin-bottom: 0; } }

.full-width-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.65); }

#footer a.btn-orange {
  color: #fff; }

#footer nav li {
  display: inline;
  margin: 0 10px;
  margin: 0 0.625rem; }

.btn.btn-lg, .btn-group-lg &gt; .btn {
  padding: 35px 44px;
  padding: 2.1875rem 2.75rem;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.5em; }

.btn.btn-orange,
.btn.btn-primary {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #cc4d1f;
  border: 0; }

.btn.btn-orange:hover,
.btn.btn-primary:hover {
  color: #262626;
  background-color: #e5ba39; }

.btn.btn-orange.btn-select-all, .btn.btn-orange.btn-clear-selected,
.btn.btn-primary.btn-select-all,
.btn.btn-primary.btn-clear-selected {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap; }

.button-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.btn.btn-border[disabled] {
  color: #a1a1a1;
  border-color: #a1a1a1; }

.btn.btn-border[disabled]:hover {
  color: #fff;
  background: #a1a1a1; }

#top-box .btn-group.btn-select .custom-dropdown-menu {
  min-width: 250px;
  min-width: 15.625rem; }

@media (max-width: 720px) {
  #top-box .btn-group.btn-select .custom-dropdown-menu {
    color: #000; } }

@media (max-width: 720px) {
  #top-box .btn-group.btn-select {
    float: none !important;
    width: 100%;
    color: #000; } }

.footer-links a.btn {
  width: 100%;
  padding: 15px 0;
  padding: 0.9375rem 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-weight: 700; }

#top-box .top-navbar .nav &gt; li:hover a.help {
  color: #fff;
  background: #e56a3d; }

#top-box .stand-out .fa {
  font-size: 2em; }

.location input {
  margin: 0 5px;
  margin: 0 0.3125rem;
  border: 1px solid #dedede;
  border: 0.0625rem solid #dedede; }

.blog .post {
  position: relative;
  margin-bottom: 130px;
  margin-bottom: 8.125rem; }

.blog .post .alert {
  position: absolute;
  bottom: -135px;
  bottom: -8.4375rem; }

.job-alert {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media screen and (max-width: 768px) {
  .job-alert {
    position: fixed;
    width: 80%;
    margin-top: -50px;
    margin-top: -3.125rem;
    background: #fff; } }

.job-alert a.btn {
  display: block; }

.get-started {
  display: none; }

.job-poster .get-started {
  position: static;
  display: inline-block; }

@media (min-width: 768px) {
  .modalbox-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85); } }

.modalbox-container.hidden {
  display: none; }

.modal-box {
  position: absolute;
  top: 0;
  height: 100vh;
  max-width: 100%;
  padding: 80px;
  padding: 5rem;
  background: #fff; }

@media (min-width: 768px) {
  .modal-box {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 900;
    width: 80vh;
    height: auto;
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); } }

.modal-box .fa.fa-close {
  position: absolute;
  right: 50px;
  right: 3.125rem;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #cc4d1f;
  cursor: pointer; }

.modal-box .modalbox-content {
  position: relative;
  top: 120px;
  top: 7.5rem;
  text-align: center;
  background-color: white; }

@media (min-width: 768px) {
  .modal-box .modalbox-content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.modal-box .modalbox-content hr {
  display: none; }

@media (min-width: 768px) {
  .modal-box .modalbox-content hr {
    display: block;
    width: 1px;
    width: 0.0625rem;
    height: 100%;
    min-height: 250px;
    min-height: 15.625rem;
    margin: 0;
    background: #cccdc8;
    border: 0; } }

.modal-box .modalbox-content .subscribe {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #cccdc8;
  border-bottom: 0.0625rem solid #cccdc8; }

@media (min-width: 768px) {
  .modal-box .modalbox-content .subscribe {
    width: 50%;
    padding: 0 80px;
    padding: 0 5rem;
    margin: 0;
    border-bottom: 0; } }

.modal-box .modalbox-content .subscribe a.btn {
  width: 100%; }

@media (min-width: 768px) {
  .modal-box .modalbox-content .sign-up {
    width: 50%;
    padding: 0 80px;
    padding: 0 5rem; } }

.modal-box .modalbox-content .sign-up a.btn {
  width: 100%; }

label.help-text {
  display: inline-block;
  float: left; }

.lrs-tooltip {
  position: relative;
  z-index: 10;
  text-align: right; }

select {
  margin-bottom: 0 !important; }

.single-checkbox label {
  max-width: none !important;
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.sidebar .new-checkbox + label {
  max-width: 190px;
  max-width: 11.875rem; }

@media screen and (max-width: 768px) {
  #sidebar.job-filters {
    position: fixed;
    top: 100px;
    top: 6.25rem;
    left: -90%;
    width: 90%;
    padding: 60px 20px 20px;
    padding: 3.75rem 1.25rem 1.25rem;
    background: #fff;
    border: 1px solid #dedede;
    border: 0.0625rem solid #dedede;
    -webkit-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out; }
  #sidebar.job-filters.active {
    left: 0; }
  #sidebar.job-filters .widget.menu {
    max-height: calc(100vh - 300px);
    max-height: calc(100vh - 18.75rem);
    overflow-x: hidden;
    overflow-y: auto; } }

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sidebar.job-filters .widget.menu {
    position: absolute;
    top: 165px;
    top: 10.3125rem;
    right: 0;
    z-index: 10;
    width: 95%;
    padding: 15px;
    padding: 0.9375rem;
    background: #f2f2f2;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #c9c9c9;
    border-bottom: 0.0625rem solid #c9c9c9; } }

#sidebar.job-filters .revealFilters {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  right: -45px;
  right: -2.8125rem;
  width: 45px;
  width: 2.8125rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #597380;
  border-radius: 0 5px 5px 0;
  border-radius: 0 0.3125rem 0.3125rem 0; }

.validation-msg {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: red; }

.search-results #sidebar .widget.menu {
  display: block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #c9c9c9;
  border-bottom: 0.0625rem solid #c9c9c9; }

@media screen and (max-width: 768px) {
  .search-results #sidebar .widget.menu {
    display: none; } }

.global-home-link {
  padding: 15px;
  padding: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1em;
  color: #262626;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear; }

.global-home-link:hover {
  color: #7b7b7b;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8); }

tr.pagination-box .tablesaw-cell-label {
  display: none !important; }

.button-options {
  position: relative;
  top: -11px;
  top: -0.6875rem;
  display: none;
  width: calc(100% + 40px);
  width: calc(100% + 2.5rem);
  padding: 0;
  margin: -20px;
  margin: -1.25rem; }

.button-options.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.button-options .email-btn,
.button-options .txt-btn {
  display: block;
  width: 50%;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  font-weight: 700; }

.button-options .email-btn {
  background: #057096;
  border-radius: 4px 0 0 4px;
  border-radius: 0.25rem 0 0 0.25rem; }

.button-options .txt-btn {
  background: #738d00;
  border-radius: 0 4px 4px 0;
  border-radius: 0 0.25rem 0.25rem 0; }

.review-section {
  padding: 0 20px;
  padding: 0 1.25rem; }

.review-section.editing {
  display: none; }

.review-section .social-list a[disabled] {
  color: #dedede !important; }

.review-section .social-list a.icon-facebook {
  color: #3b5998; }

.review-section .social-list a.icon-twitter {
  color: #00bdec; }

.review-section .social-list a.icon-google {
  color: #d94a39; }

.review-section .social-list a.icon-linkedin {
  color: #1b92bd; }

.review-section .social-list a.icon-website {
  color: #057096; }

.review-section label {
  width: 200px;
  width: 12.5rem; }

.edit-section {
  display: none; }

.edit-section.editing {
  display: block; }

.edit-profile-btn {
  position: absolute;
  top: 0;
  right: 0; }

.edit-profile-btn .btn {
  border-radius: 0 0 0 3px;
  border-radius: 0 0 0 0.1875rem; }

.edit-profile-btn .save-btn {
  display: none; }

.edit-profile-btn.editing .save-btn {
  display: block; }

.edit-profile-btn.editing .edit-btn {
  display: none; }

.selectBox.selectBox-dropdown {
  display: block !important;
  width: 100% !important; }

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

.progress-circular &gt; div {
  position: relative;
  display: inline-block !important; }

.progress-circular input {
  top: calc(50% + 5px);
  top: calc(50% + 0.3125rem);
  left: calc(50% + 4px);
  left: calc(50% + 0.25rem);
  margin-top: -3px !important;
  margin-top: -0.1875rem !important;
  margin-left: 0 !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

ul.profile-sections {
  list-style-type: none; }

ul.profile-sections li:before {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-family: FontAwesome; }

ul.profile-sections li.completed:before {
  color: #738d00;
  content: '\f14a'; }

ul.profile-sections li.incomplete:before {
  color: #e56a3d;
  content: '\f00d'; }

.close span {
  font-family: FontAwesome; }

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

.big-services-box .fa:before {
  color: #597380; }

.megamenu &gt; .sub {
  padding-top: 20px !important;
  padding-top: 1.25rem !important; }

.megamenu h6 {
  margin: 16px 0 0 0;
  margin: 1rem 0 0 0;
  font-size: 1.25em;
  font-weight: 800; }

.megamenu &gt; .sub .box {
  width: 100% !important; }

.help-text {
  font-size: 0.85em;
  cursor: help; }

.form-note {
  font-size: 0.85em;
  font-style: italic; }

.page-login-promo #main {
  display: block !important; }

.page-login-promo .hover .front-end {
  opacity: 0; }

.new-user {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  border-radius: 0.25rem; }

.checkbox {
  display: inline-block;
  vertical-align: middle; }

.content-form .btn {
  margin-left: 15px;
  margin-left: 0.9375rem; }

textarea {
  height: auto !important;
  max-height: none !important; }

select {
  width: 100%;
  height: 34px;
  height: 2.125rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }

select.custom-dropdown-menu {
  z-index: 2;
  height: 24px;
  height: 1.5rem;
  padding: 0 7px 3px;
  padding: 0 0.4375rem 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

select.custom-dropdown-menu option {
  color: #000; }

.faux-tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.faux-tab-container .faux-tab {
  padding: 10px;
  padding: 0.625rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  background: #e2e2e2;
  border: 1px solid #dedede;
  border: 0.0625rem solid #dedede;
  border-bottom: 0; }

.faux-tab-container .faux-tab.active {
  color: #cc4d1f;
  background: #f2f2f2; }

.faux-tab-container .faux-tab:hover {
  text-decoration: underline; }

.faux-tab-container .faux-tab:hover span {
  text-decoration: underline; }

.show-for-medium {
  display: none; }

@media screen and (min-width: 500px) {
  .show-for-medium {
    display: inline-block; } }

.hide-images-on-mobile img {
  display: none !important; }

@media screen and (min-width: 768px) {
  .hide-images-on-mobile img {
    display: block !important; } }

.home .page-box-content {
  min-height: 0; }

.job-seeker-tile,
.job-poster-tile {
  position: relative;
  display: block;
  height: 465px;
  height: 29.0625rem;
  cursor: pointer;
  background: #f2f2f2;
  border-right: 2px solid #bec3ca;
  border-right: 0.125rem solid #bec3ca; }

.job-seeker-tile .link-content,
.job-poster-tile .link-content {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  max-width: 316px;
  max-width: 19.75rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  border: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (min-width: 768px) {
  .job-seeker-tile .link-content,
  .job-poster-tile .link-content {
    left: 40px;
    left: 2.5rem;
    padding-left: 36px;
    padding-left: 2.25rem;
    border-left: 5px solid #597380;
    border-left: 0.3125rem solid #597380; } }

.job-seeker-tile .link-content:hover,
.job-poster-tile .link-content:hover {
  text-decoration: none; }

.job-seeker-tile .link-content h2,
.job-poster-tile .link-content h2 {
  margin: 14px 0;
  margin: 0.875rem 0;
  font-family: 'Verdana', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 30px;
  line-height: 1.875rem;
  color: #e5ba39;
  text-transform: uppercase; }

.job-seeker-tile .link-content h2 .sub-text,
.job-poster-tile .link-content h2 .sub-text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: none; }

.job-seeker-tile .link-content .fa,
.job-poster-tile .link-content .fa {
  position: absolute; }

.job-seeker-tile:hover .link-content,
.job-poster-tile:hover .link-content {
  text-decoration: none;
  border-color: #262626; }

.job-seeker-tile:hover .link-content h2,
.job-poster-tile:hover .link-content h2 {
  color: #262626;
  text-decoration: none; }

.job-seeker-tile:hover .link-content h2 .sub-text,
.job-poster-tile:hover .link-content h2 .sub-text {
  color: #262626;
  text-decoration: none; }

.job-seeker-tile:hover .link-content .fa,
.job-poster-tile:hover .link-content .fa {
  color: #262626;
  text-decoration: none; }

.job-seeker-tile .fa-arrow-circle-o-right,
.job-poster-tile .fa-arrow-circle-o-right {
  position: absolute;
  top: 50%;
  right: -130px;
  right: -8.125rem;
  display: none;
  font-size: 140px;
  font-size: 8.75rem;
  color: #fff;
  opacity: 0.25;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (min-width: 468px) {
  .job-seeker-tile .fa-arrow-circle-o-right,
  .job-poster-tile .fa-arrow-circle-o-right {
    display: block; } }

.job-poster-tile {
  background: #f2f2f2 url("/themes/Progressive/assets/dist/images/employers.jpg") no-repeat center center;
  background-size: cover; }

.job-poster-tile:hover {
  background-image: url("/themes/Progressive/assets/dist/images/employers-hover.jpg"); }

.job-poster-tile .link-content {
  border-color: #58663d; }

.job-poster-tile .fa-arrow-circle-o-right {
  right: -160px;
  right: -10rem; }

.job-seeker-tile {
  background: #f2f2f2 url("/themes/Progressive/assets/dist/images/seekers.jpg") no-repeat center center;
  background-size: cover; }

.job-seeker-tile:hover {
  background-image: url("/themes/Progressive/assets/dist/images/seekers-hover.jpg"); }

#messages {
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.25em; }

.checkbox-container {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  overflow: hidden;
  vertical-align: middle; }

.checkbox-container label {
  text-indent: 30px;
  text-indent: 1.875rem; }

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

.tooltip {
  width: 100%; }

.job-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 7px;
  padding: 0.9375rem 1.25rem 0.4375rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #e6eef1; }

@media (max-width: 720px) {
  .job-search {
    display: block; } }

.job-search h2 {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center; }

.fwb-bg.band-16 img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.search-results {
  font-size: 0.85em; }

.search-results .sidebar .menu li a {
  margin-bottom: 0;
  border-bottom: 1px solid #d3d2ce;
  border-bottom: 0.0625rem solid #d3d2ce; }

.search-results .sidebar .menu li a a {
  background-color: #a3c6cc;
  color: #272727;
  font-weight: 700; }

.search-results .sidebar .menu li.active a {
  background-color: #597380;
  color: #fff; }

.search-results hr {
  margin: 30px 0;
  margin: 1.875rem 0; }

.reset-filter {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: 10px;
  bottom: 0.625rem;
  color: #fff; }

.filter-bar {
  position: relative;
  display: none;
  margin: 0 -15px;
  margin: 0 -0.9375rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  border-top: 1px solid #262626;
  border-top: 0.0625rem solid #262626;
  background: #364d59;
  color: #c1d8dd;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768px) {
  .filter-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.filter-bar .filters-display-toggle {
  padding-left: 15px;
  padding-left: 0.9375rem;
  border-left: 1px solid #597380;
  border-left: 0.0625rem solid #597380;
  cursor: pointer; }

.filter-bar .filters-display-toggle.apply-filter {
  border: 0; }

.filter-bar .filters-mobile.sidebar {
  position: absolute;
  top: 0;
  right: -102vw;
  z-index: 10;
  margin-top: 0;
  width: 100%;
  border: 1px solid #e1e1e1;
  border: 0.0625rem solid #e1e1e1;
  border-top: 0;
  border-right: 0;
  background: #f2f2f2;
  -webkit-transition: right ease-in-out 0.5s;
  -o-transition: right ease-in-out 0.5s;
  transition: right ease-in-out 0.5s; }

.filter-bar .filters-mobile.sidebar.open {
  right: 0;
  left: 0;
  width: 102vw; }

.filter-bar .filters-mobile.sidebar .filter-options {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 45px solid #597380;
  border-bottom: 2.8125rem solid #597380;
  background: #e6eef1; }

.filter-bar .filters-mobile.sidebar label {
  color: #000; }

.filter-bar .filters-mobile.sidebar li {
  margin-bottom: 0;
  border-bottom: 1px solid #a9c9cf;
  border-bottom: 0.0625rem solid #a9c9cf; }

.filter-bar .filters-mobile.sidebar li a {
  background-color: #e6eef1;
  color: #272727;
  font-weight: 500; }

.filter-bar .filters-mobile.sidebar li.active a {
  background: #597380;
  color: #fff; }

.filter-bar .filters-mobile.sidebar .info-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  background: #edece8;
  color: #000;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.filter-bar .filters-mobile.sidebar .info-bar .results-label {
  font-weight: bold; }

.filter-bar .filters-mobile.sidebar .search-options.menu &gt; ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.filter-bar .filters-mobile.sidebar .search-options.menu &gt; ul li a {
  border-bottom: 1px solid #d3d2ce;
  border-bottom: 0.0625rem solid #d3d2ce;
  background: #f6f5f3; }

.filter-bar .filters-mobile.sidebar .search-options.menu &gt; ul li.active a {
  background: #597380;
  color: #fff; }

.filter-bar .filters-mobile.sidebar .search-options.menu &gt; ul select {
  display: block;
  margin: 0 15px 0 8px;
  margin: 0 0.9375rem 0 0.5rem;
  width: calc(100% - 25px);
  width: calc(100% - 1.5625rem);
  color: #272727; }

.filter-bar .filters-mobile.sidebar .search-options.menu &gt; ul .sub {
  display: none; }

.filter-bar .filters-mobile.sidebar .search-form .search-string {
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem; }

.filter-bar .filters-mobile.sidebar .search-form .search-string:hover {
  padding: 10px 12px;
  padding: 0.625rem 0.75rem; }

.filter-bar .filters-mobile.sidebar .search-form .search-string::-webkit-input-placeholder {
  padding-left: 2px;
  padding-left: 0.125rem;
  color: #272727; }

.filter-bar .filters-mobile.sidebar .search-form .search-string::-ms-input-placeholder {
  padding-left: 2px;
  padding-left: 0.125rem;
  color: #272727; }

.filter-bar .filters-mobile.sidebar .search-form .search-string::placeholder {
  padding-left: 2px;
  padding-left: 0.125rem;
  color: #272727; }

.filter-bar .filters-mobile.sidebar .search-form .inline-search-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  background: transparent;
  color: #004071;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.filter-bar .filters-mobile.sidebar .results-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.advanced-search .sidebar .menu li {
  position: relative; }

.advanced-search .sidebar .menu li a,
.advanced-search .sidebar .menu li.active a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.advanced-search .sidebar .menu li .checkbox li {
  margin-right: 20px;
  margin-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem; }

.advanced-search .sidebar .menu li .new-radio {
  left: 0;
  margin: 3px 0 0 0;
  margin: 0.1875rem 0 0 0; }

.advanced-search .sidebar .menu li .new-checkbox {
  position: absolute;
  left: 20px;
  left: 1.25rem;
  margin: 3px 0 0 0;
  margin: 0.1875rem 0 0 0;
  margin-left: -20px;
  margin-left: -1.25rem; }

@media (max-width: 768px) {
  .advanced-search .sidebar .menu .sub {
    background: #e4edf0; }
  .advanced-search .sidebar .menu li.active a {
    background-color: #597380;
    color: #fff; }
  .advanced-search .sidebar .menu li a {
    background-color: #a3c6cc;
    color: #272727;
    font-weight: 700; }
  .advanced-search .sidebar .menu li li {
    margin: 15px 10px;
    margin: 0.9375rem 0.625rem; } }

.job-search-box {
  margin: 40px auto;
  margin: 2.5rem auto;
  padding: 0;
  max-width: 1078px;
  max-width: 67.375rem; }

.job-search-box .search-form {
  margin: 27px 0 30px;
  margin: 1.6875rem 0 1.875rem; }

@media (max-width: 720px) {
  .job-search-box .search-form {
    margin-bottom: 0; } }

.job-search-box .search-form .search-string {
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  line-height: 20px;
  line-height: 1.25rem; }

.job-search-box .button-bar {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  text-align: center; }

@media (max-width: 720px) {
  .job-search-box .button-bar {
    padding-left: 0; } }

.job-search-box .button-bar a {
  margin: 0 10px;
  margin: 0 0.625rem; }

@media (max-width: 720px) {
  .job-search-box .button-bar .btn.btn-orange {
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
    width: 100%; } }

.job-search-box .button-bar,
.job-search-box .search-form {
  display: inline-block;
  white-space: nowrap; }

.job-search-box .search-form {
  width: 43%; }

@media (max-width: 720px) {
  .job-search-box .search-form {
    display: block;
    margin-top: 60px;
    margin-top: 3.75rem;
    width: 100%; } }

@media (max-width: 720px) {
  .job-search-box .button-bar a {
    display: block;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    white-space: nowrap;
    font-size: 1.25em;
    font-size: 0.85em; } }

@media (max-width: 720px) {
  .job-search-box .button-bar {
    width: 100%; } }

.job-type-list {
  position: relative;
  margin: -15px 75px -7px -20px;
  margin: -0.9375rem 4.6875rem -0.4375rem -1.25rem;
  padding: 10px 32px;
  padding: 0.625rem 2rem;
  min-width: 240px;
  min-width: 15rem;
  border: 1px solid #a4c5cc;
  border: 0.0625rem solid #a4c5cc;
  border-right: 0;
  background: #fff;
  list-style: none;
  font-size: 0.8em; }

@media (max-width: 720px) {
  .job-type-list {
    margin-right: 0;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    width: calc(100% + 40px);
    width: calc(100% + 2.5rem);
    border-right: 1px solid #a4c5cc;
    border-right: 0.0625rem solid #a4c5cc; } }

.job-type-list .arrow, .job-type-list:before {
  position: absolute;
  top: 0;
  right: -65px;
  right: -4.0625rem;
  width: 65px;
  width: 4.0625rem;
  height: 100%;
  background: url(/themes/Progressive/assets/dist/images/job-search-arrow.gif) no-repeat top left;
  background-size: 100% 100%;
  content: ''; }

@media (max-width: 720px) {
  .job-type-list .arrow, .job-type-list:before {
    top: 100%;
    right: 0;
    bottom: -35px;
    bottom: -2.1875rem;
    width: 100%;
    background: url(/themes/Progressive/assets/dist/images/job-search-arrow-mobile.gif) no-repeat top left;
    background-size: 100%; } }

dl {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem; }

dl dd {
  padding-bottom: 10px;
  padding-bottom: 0.625rem; }

.options-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.icon-link-btn {
  text-align: center; }

.icon-link-btn &gt; .fa {
  display: block;
  margin: 0 20px;
  margin: 0 1.25rem; }

.search-btn {
  display: block;
  margin: 20px 0;
  margin: 1.25rem 0;
  width: 100%;
  font-size: 1em; }

.job-alerts-btn {
  display: block;
  width: 100%;
  font-size: 1em; }

.adv-search-btn {
  display: block;
  margin: 20px 0;
  margin: 1.25rem 0;
  padding: 20px 0;
  padding: 1.25rem 0;
  width: 100%;
  font-size: 1em; }

.table-container {
  padding: 0 !important; }

.table-actions {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.table-actions:after {
  display: table;
  clear: both;
  content: ''; }

.table-actions .left,
.table-actions .right {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 50%;
  border: 0; }

@media (max-width: 768px) {
  .table-actions .left,
  .table-actions .right {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 100%; } }

.table-actions .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.table-actions .right {
  display: inline-block;
  text-align: right; }

.table-actions select {
  width: 90%; }

.search-results table tr.pagination-box:last-child {
  right: 0;
  display: block;
  float: right;
  margin: 0 15px;
  margin: 0 0.9375rem;
  margin-top: 0;
  padding: 40px 0;
  padding: 2.5rem 0;
  width: calc(100% - 30px);
  width: calc(100% - 1.875rem);
  border: 0;
  border-bottom: 1px solid #d4d3d0;
  border-bottom: 0.0625rem solid #d4d3d0;
  background: transparent; }

@media (min-width: 768px) {
  .search-results table tr.pagination-box:last-child {
    position: absolute;
    margin: 0;
    padding: 10px;
    padding: 0.625rem;
    width: 100%; } }

.search-results table tr.pagination-box:last-child td,
.search-results table tr.pagination-box:last-child table,
.search-results table tr.pagination-box:last-child tr {
  margin: 0;
  padding: 0;
  text-align: center; }

.search-results table tr.pagination-box:last-child tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  text-align: center; }

.search-results table tr.pagination-box:last-child td {
  display: block;
  margin: 0 5px;
  margin: 0 0.3125rem; }

.search-results .sidebar table tr:nth-child(even) {
  border: 0;
  background: transparent; }

.search-results .page-header {
  position: relative;
  margin: 0 -15px;
  margin: 0 -0.9375rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }

.search-results table[id*='JobsList'] {
  margin-left: -10px;
  margin-left: -0.625rem; }

@media (max-width: 767px) {
  .search-results table[id*='JobsList'] td {
    padding-left: 50px;
    padding-left: 3.125rem; } }

.search-results table[id*='JobsList'] .tablesaw-cell-label {
  display: block;
  width: 100%;
  color: #262626;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Verdana; }

.search-results table[id*='JobsList'] .tablesaw-cell-content {
  display: block;
  max-width: none;
  width: 100%; }

.search-results table[id*='JobsList'] .saved-checkbox {
  position: relative;
  overflow: visible;
  padding: 0;
  width: 0;
  height: 0; }

@media (max-width: 767px) {
  .search-results table[id*='JobsList'] .saved-checkbox {
    padding: 0 0 0 8px;
    padding: 0 0 0 0.5rem; } }

@media (max-width: 768px) {
  .search-results table[id*='JobsList'] .saved-checkbox .tablesaw-cell-label {
    margin-top: 7px;
    margin-top: 0.4375rem; } }

.search-results table[id*='JobsList'] .saved-checkbox .tablesaw-cell-content {
  margin-left: 15px;
  margin-left: 0.9375rem; }

@media (max-width: 768px) {
  .search-results table[id*='JobsList'] .saved-checkbox .tablesaw-cell-content {
    margin-left: 0; } }

.search-results table[id*='JobsList'] .saved-checkbox a:hover, .search-results table[id*='JobsList'] .saved-checkbox a:focus {
  text-decoration: none; }

.search-results table[id*='JobsList'] .saved-checkbox a.fa:before {
  margin: 0;
  padding: 0;
  color: #a3c5cc;
  font-size: 22px;
  font-size: 1.375rem; }

.search-results table[id*='JobsList'] .saved-checkbox a.fa-check-square-o:before {
  color: #00a453; }

.sidebar .job-details {
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

.sidebar .job-details &gt; a span {
  margin-right: 5px;
  margin-right: 0.3125rem;
  vertical-align: -1px;
  vertical-align: -0.0625rem;
  text-decoration: none;
  font-size: 1.25em; }

.sidebar .job-details &gt; a:hover {
  text-decoration: none; }

.sidebar .job-details header {
  margin: 40px 0 0 0;
  margin: 2.5rem 0 0 0;
  padding: 26px 20px;
  padding: 1.625rem 1.25rem;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  background: #a2c6cc; }

.sidebar .job-details header:before {
  content: none; }

.sidebar .job-details header dd {
  padding-bottom: 0; }

.sidebar .job-details .job-details-container {
  padding: 25px 20px;
  padding: 1.5625rem 1.25rem;
  border-bottom: 1px solid #b4d0d6;
  border-bottom: 0.0625rem solid #b4d0d6;
  background: #e6eef1; }

.sidebar .btn.btn-orange {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%; }

@media (max-width: 720px) {
  .sidebar .btn.btn-orange {
    margin: 0; } }

.job-action-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 768px) {
  .job-action-bar {
    display: block;
    height: auto; } }

.job-details h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem; }

.social-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (max-width: 768px) {
  .social-list-container {
    margin-top: 20px;
    margin-top: 1.25rem; } }

.social-list-container .share-label,
.social-list-container .print-label {
  margin-right: 8px;
  margin-right: 0.5rem;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem; }

.social-list-container .print-label {
  margin-left: 25px;
  margin-left: 1.5625rem; }

.social-list-container .print-button {
  color: #cc4d1f; }

.social-list-container .print-button .fa {
  vertical-align: bottom;
  font-size: 25px;
  font-size: 1.5625rem; }

.social-list-container .social-list {
  position: relative;
  margin: 0;
  padding: 0; }

.social-list-container .social-list .icon.rounded {
  position: relative;
  margin: 0 8px;
  margin: 0 0.5rem;
  padding: 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #333;
  color: #fff;
  vertical-align: text-bottom;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem; }

@media (max-width: 768px) {
  .social-list-container .social-list .icon.rounded {
    margin: 0 3px;
    margin: 0 0.1875rem; } }

.social-list-container .social-list .icon.rounded.icon-facebook {
  background-color: #3b5998; }

.social-list-container .social-list .icon.rounded .fa-facebook {
  position: absolute;
  right: -3px;
  right: -0.1875rem;
  bottom: -2px;
  bottom: -0.125rem;
  font-size: 22px;
  font-size: 1.375rem; }

.social-list-container .social-list .icon.rounded.icon-twitter {
  background-color: #00aced; }

.social-list-container .social-list .icon.rounded.icon-google-plus {
  background-color: #d34836; }

.social-list-container .social-list .icon.rounded.icon-linkedin {
  background-color: #0077b5; }

@media print {
  img.logo-img {
    margin: 0; }
  .top-box-wrapper {
    display: none; }
  .page-box {
    margin: 0 !important;
    padding: 0 !important; }
  .job-details &gt; a {
    display: none; }
  .job-details header {
    position: static;
    margin-top: 0; }
  .job-action-bar {
    display: none; }
  .sidebar .job-details header {
    margin-top: 0; }
  .btn {
    display: none; }
  footer {
    display: none; }
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  header.header {
    position: static !important;
    height: 80px !important;
    height: 5rem !important; }
  header.header .logo img {
    height: 50px !important;
    height: 3.125rem !important; }
  header.header a[href]:after {
    content: ''; }
  .content *,
  #main * {
    color: #000 !important;
    font-size: 10px !important;
    font-size: 0.625rem !important; }
  .content .dashboard-sidebar,
  #main .dashboard-sidebar {
    display: none; }
  .content .dashboard,
  #main .dashboard {
    float: none;
    width: 100% !important; }
  .content .accordions .accordion-title &gt; button span,
  #main .accordions .accordion-title &gt; button span {
    display: none; }
  .content .accordions .accordion-title &gt; button button,
  #main .accordions .accordion-title &gt; button button {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-left: 1.25rem;
    background: #dedede !important;
    font-weight: 800;
    font-size: 20px;
    font-size: 1.25rem; }
  .content .accordions .accordion-title + [aria-hidden],
  #main .accordions .accordion-title + [aria-hidden] {
    display: block !important;
    margin-bottom: 20px;
    margin-bottom: 1.25rem; } }

h1 .print,
h2 .print {
  float: right;
  color: #afac9a; }

h1 .print:hover,
h2 .print:hover {
  color: #e5ba39;
  cursor: pointer; }

.tabs {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.tabs .tab-list {
  display: none;
  margin: 0 0 2px;
  margin: 0 0 0.125rem;
  list-style: none; }

.tabs .tab-list[role='tablist'] {
  display: block; }

.tabs .tab-list li {
  position: relative;
  display: inline-block;
  margin: 0 25px 0 0;
  margin: 0 1.5625rem 0 0;
  padding: 0;
  border-radius: 10px 10px 0 0;
  border-radius: 0.625rem 0.625rem 0 0;
  background: palette(elements, tab);
  white-space: nowrap; }

.tabs .tab-list li.active {
  background: palette(elements, tab-selected); }

.tabs .tab-list li.active:after {
  border-bottom-color: palette(elements, tab-selected); }

.tabs .tab-list li:hover, .tabs .tab-list li:active {
  background: palette(elements, tab-hover); }

.tabs .tab-list li:hover:after, .tabs .tab-list li:active:after {
  border-bottom-color: palette(elements, tab-hover); }

.tabs .tab-list li:before {
  content: none; }

.tabs .tab-list li:after {
  position: absolute;
  right: -24px;
  right: -1.5rem;
  bottom: 0;
  display: block;
  width: 0;
  border-right: 25px solid transparent;
  border-right: 1.5625rem solid transparent;
  border-bottom: 33px solid palette(elements, tab);
  border-bottom: 2.0625rem solid palette(elements, tab);
  content: ''; }

.tabs .tab-list li a {
  display: block;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: palette(elements, tab-txt);
  font-weight: 600;
  line-height: 1.3em; }

.tabs .tab-list li a:hover, .tabs .tab-list li a:active {
  color: palette(elements, tab-hover-txt); }

.tabs .tab-list li a[role='tab']:focus {
  text-decoration: none; }

.tabs .tab-list li a[aria-selected] {
  color: palette(elements, tab-selected-txt); }

.tabs .tab-list li a[aria-selected]:hover {
  color: palette(elements, tab-hover-txt); }

.tabs [role='tabpanel'] {
  padding: 20px;
  padding: 1.25rem;
  border-top: 2px solid palette(elements, tab);
  border-top: 0.125rem solid palette(elements, tab);
  border-bottom: 2px solid palette(elements, tab);
  border-bottom: 0.125rem solid palette(elements, tab);
  background: palette(elements, tab-content); }

.tabs [role='tabpanel'][aria-hidden='true'] {
  display: none; }

.tabs [role='tabpanel'] .tab-title {
  display: none; }

.job-posters .tab-list,
.job-seekers .tab-list {
  margin: 0;
  padding: 0; }

.job-posters .tab-list li,
.job-seekers .tab-list li {
  margin-right: 2px;
  margin-right: 0.125rem;
  border-radius: 0;
  background-color: #becca3;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 190px;
  min-width: 11.875rem; }

@media (max-width: 768px) {
  .job-posters .tab-list li,
  .job-seekers .tab-list li {
    width: 100%; } }

.job-posters .tab-list li.active,
.job-seekers .tab-list li.active {
  background-color: #58663d; }

.job-posters .tab-list li.active a,
.job-seekers .tab-list li.active a {
  color: #fff; }

.job-posters .tab-list li:hover,
.job-seekers .tab-list li:hover {
  background-color: #e5ba39; }

.job-posters .tab-list li a,
.job-seekers .tab-list li a {
  color: #000; }

.job-posters .tab-list li a:hover,
.job-seekers .tab-list li a:hover {
  text-decoration: none; }

.job-posters .tab-content,
.job-seekers .tab-content {
  margin-top: 2px;
  margin-top: 0.125rem;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border: 1px solid #58663d;
  border: 0.0625rem solid #58663d;
  border-right: 0;
  border-left: 0;
  background: #ecf2e6; }

.job-seekers .tab-list li {
  background-color: #a3c6cc; }

.job-seekers .tab-list li.active {
  background-color: #597380; }

.job-seekers .tab-content {
  border: 1px solid #cfceca;
  border: 0.0625rem solid #cfceca;
  border-left: 0;
  border-right: 0;
  background: #e6eef1; }

@media (max-width: 768px) {
  .more-information div:first-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; } }

.organization-types &gt; div p:last-child {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media (max-width: 768px) {
  .organization-types &gt; div:nth-child(2) {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; } }

.organization-types &gt; div &gt; a {
  width: 100%; }

.organization-types &gt; div &gt; a:first-child {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.signup-form .fa-question-circle-o {
  color: #cd4f19; }

.signup-form label {
  display: block; }

.signup-form label.radio {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 10px;
  padding-left: 0.625rem; }

.signup-form .new-radio {
  position: static;
  margin: 7px 0 0 0;
  margin: 0.4375rem 0 0 0; }

.signup-form .note {
  margin-top: 0;
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem; }

.signup-form .note ol {
  padding: 0; }

.signup-form .EOE {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.has-error {
  color: #a94442; }

.has-error input {
  border: 1px solid #a94442;
  border: 0.0625rem solid #a94442; }

.accordions {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.accordions .accordion-title {
  position: relative;
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  padding: 0 45px 0 0;
  padding: 0 2.8125rem 0 0;
  height: 45px;
  height: 2.8125rem;
  border-bottom: 3px solid palette(elements, acc-border);
  border-bottom: 0.1875rem solid palette(elements, acc-border);
  color: palette(elements, acc-text); }

.accordions .accordion-title:hover {
  border-bottom: 3px solid palette(elements, acc-border-hover);
  border-bottom: 0.1875rem solid palette(elements, acc-border-hover);
  color: palette(elements, acc-text-hover);
  cursor: pointer; }

.accordions .accordion-title:hover span {
  border-left: 1px solid palette(elements, acc-border-hover);
  border-left: 0.0625rem solid palette(elements, acc-border-hover); }

.accordions .accordion-title:hover span:after {
  color: palette(elements, acc-text); }

.accordions .accordion-title:first-of-type {
  margin-top: 0; }

.accordions .accordion-title.is-active {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 3px solid palette(elements, acc-border-open);
  border-bottom: 0.1875rem solid palette(elements, acc-border-open); }

.accordions .accordion-title.is-active button {
  color: palette(elements, acc-text-open); }

.accordions .accordion-title.is-active span {
  border-left: 1px solid palette(elements, acc-border-open);
  border-left: 0.0625rem solid palette(elements, acc-border-open); }

.accordions .accordion-title.is-active span:after {
  color: palette(elements, acc-text-open);
  content: '\f077'; }

.accordions .accordion-title button {
  position: absolute;
  top: 0;
  display: block;
  margin: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: palette(elements, acc-text);
  text-align: left; }

.accordions .accordion-title button:focus, .accordions .accordion-title button:hover {
  outline: 0;
  border-radius: 0;
  color: palette(elements, acc-text-hover); }

.accordions .accordion-title span {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  width: 2.8125rem;
  height: 100%;
  border-left: 1px solid palette(elements, acc-border-hover);
  border-left: 0.0625rem solid palette(elements, acc-border-hover); }

.accordions .accordion-title span:after {
  position: absolute;
  top: 50%;
  left: 14px;
  left: 0.875rem;
  width: 15px;
  width: 0.9375rem;
  height: 17px;
  height: 1.0625rem;
  color: palette(elements, acc-text);
  content: '\f078';
  text-align: center;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  -webkit-transform: translateY(-8px);
  -webkit-transform: translateY(-0.5rem);
  -ms-transform: translateY(-8px);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-8px);
  transform: translateY(-0.5rem); }

.accordions .accordion-title + [aria-hidden] {
  display: none; }

.accordions .accordion-title + [aria-hidden='false'] {
  display: block; }

.accordions .accordion-content {
  margin-top: -10px;
  margin-top: -0.625rem;
  padding: 20px;
  padding: 1.25rem;
  border-bottom: 1px solid #afafaf;
  border-bottom: 0.0625rem solid #afafaf;
  background: #ffffff;
  color: black;
  font-weight: 300; }

.subpage #main {
  padding-top: 0; }

.subpage .page-header {
  height: 130px;
  height: 8.125rem;
  background-color: #597380; }

.job-seekers .page-header {
  background-color: #597380; }

.job-seekers .progress-circular {
  display: none;
  width: 100%;
  text-align: center; }

@media (min-width: 992px) {
  .job-seekers .progress-circular {
    display: block; } }

.job-seekers .sidebar {
  margin-top: 0; }

@media (min-width: 992px) {
  .job-seekers .sidebar {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    width: calc(25% - 20px);
    width: calc(25% - 1.25rem);
    border-right: 1px solid #dedede;
    border-right: 0.0625rem solid #dedede; } }

.job-seekers .sidebar h4 {
  display: none;
  margin: 10px auto 20px;
  margin: 0.625rem auto 1.25rem;
  width: 55%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 0.85em; }

@media (min-width: 992px) {
  .job-seekers .sidebar h4 {
    display: block; } }

.job-seekers .sidebar .profile-sections-dd.custom-dropdown-menu {
  display: block;
  margin: 0 15px 30px 15px;
  margin: 0 0.9375rem 1.875rem 0.9375rem;
  padding: 10px;
  padding: 0.625rem;
  width: calc(100% - 30px);
  width: calc(100% - 1.875rem);
  height: auto;
  border: 1px solid #a2c5cb;
  border: 0.0625rem solid #a2c5cb;
  color: #000000; }

@media (min-width: 992px) {
  .job-seekers .sidebar .profile-sections-dd.custom-dropdown-menu {
    display: none; } }

.job-seekers .profile-sections {
  display: none;
  margin: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 11px;
  padding: 0.6875rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  border-top: 1px solid #dedede;
  border-top: 0.0625rem solid #dedede;
  font-size: 0.9em; }

@media (min-width: 992px) {
  .job-seekers .profile-sections {
    display: block; } }

.job-posters .page-header {
  background-color: #58663d; }

.big-services-box {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 20px 0;
  padding: 1.25rem 0; }

.big-services-box:last-child {
  border-left: 2px solid #cecfca;
  border-left: 0.125rem solid #cecfca; }

.big-services-box h4.title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em; }

.big-services-box .big-icon {
  border: 2px solid #5a663e;
  border: 0.125rem solid #5a663e;
  background: transparent; }

.big-services-box .big-icon .fa {
  position: relative;
  top: 50%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #ecf2e6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.big-services-box .big-icon .fa:before {
  color: #58673e;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 78px;
  line-height: 4.875rem; }

.dashboard-sidebar h3 {
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 800;
  font-size: 0.75em; }

.dashboard-sidebar .btn {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: 0;
  width: 100%; }

.dashboard-sidebar .btn + .btn {
  margin-left: 0; }

.dashboard {
  max-width: 100%; }

.dashboard h3 {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

table .fa {
  margin: 0 7px;
  margin: 0 0.4375rem;
  font-size: 1.5em; }

.checkbox-agree .form-group {
  font-style: italic;
  font-size: 0.85em;
  line-height: 1.25em; }

.checkbox-agree .form-group .checkbox {
  display: block;
  float: left;
  margin: 3px 6px 6px;
  margin: 0.1875rem 0.375rem 0.375rem; }

.login-register .account-switch {
  margin-top: -40px;
  margin-top: -2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: right; }

.login-register .account-switch select {
  margin-left: 10px;
  margin-left: 0.625rem;
  width: auto; }

label {
  font-weight: 500 !important; }

.radio label,
.checkbox label {
  padding-left: 5px;
  padding-left: 0.3125rem; }

table.checkbox td {
  padding: 5px;
  padding: 0.3125rem; }

table.checkbox tr:nth-child(even) {
  border: none;
  background: transparent; }

.content-form div[id*='pnlCaptcha'] {
  display: inline-block;
  margin-top: -15px;
  margin-top: -0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  margin-left: 15px;
  margin-left: 0.9375rem; }

.search-filter-box {
  position: relative;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  border: 1px solid #d3e3e7;
  border: 0.0625rem solid #d3e3e7;
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #e4edf0; }

@media screen and (max-width: 768px) {
  .search-filter-box {
    margin-bottom: 30px;
    margin-bottom: 1.875rem; } }

.search-filter-box.search-form .search-submit {
  right: 28px;
  right: 1.75rem; }

.search-form input.search-string, .search-form input.search-string:hover {
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem; }

.search-form input.search-string:hover {
  padding: 10px 12px;
  padding: 0.625rem 0.75rem; }

.search-form .search-submit {
  top: 50%;
  border-left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 768px) {
  .job-type ul,
  .grade-level ul {
    display: block; } }

.job-type ul li,
.grade-level ul li {
  width: auto; }

.interest-category ul,
.location ul {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 5px;
  -webkit-column-gap: 0.3125rem;
  column-gap: 5px;
  column-gap: 0.3125rem;
  white-space: nowrap; }

@media (max-width: 768px) {
  .interest-category ul,
  .location ul {
    -webkit-column-count: 1;
    column-count: 1;
    white-space: normal; } }

.location ul {
  -webkit-column-count: 5;
  column-count: 5; }

@media (max-width: 768px) {
  .location ul {
    -webkit-column-count: 1;
    column-count: 1; } }

ul.checkbox {
  margin-bottom: 0;
  list-style: none;
  font-size: 15px;
  font-size: 0.9375rem; }

.prev-step-required:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #55717d;
  content: ''; }

.prev-step-required:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  content: 'Please Select a Position Type Above';
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 768px) {
  .prev-step-required:before, .prev-step-required:after {
    content: none; } }

.saved-checkbox {
  position: relative; }

.saved-checkbox .new-checkbox {
  top: 50%;
  left: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.datepicker {
  cursor: pointer !important; }

.form-group {
  position: relative; }

.form-list {
  margin: 0;
  padding: 0 30px;
  padding: 0 1.875rem;
  list-style: none; }

.form-list li {
  position: relative; }

.form-list li .new-radio {
  left: -10px;
  left: -0.625rem;
  margin: 6px 0 0 -20px;
  margin: 0.375rem 0 0 -1.25rem; }

input,
select,
textarea {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  width: 100%;
  border: 1px solid #b7cea2;
  border: 0.0625rem solid #b7cea2;
  border-radius: 4px;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0.0625rem 0.9375rem rgba(0, 0, 0, 0.15); }

/* Toggle Checkbox */
.toggle-box {
  width: 110px;
  width: 6.875rem; }

.toggle-box .new-checkbox {
  margin: -20px 10px 0 -10px;
  margin: -1.25rem 0.625rem 0 -0.625rem;
  border: 0;
  vertical-align: middle; }

.toggle-box svg {
  display: none !important; }

input[type='submit'] {
  display: inline-block;
  width: auto; }

div[id*='Interim-Education-Service-Corps'] input[type='submit'] {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
  width: 250px;
  width: 15.625rem; }

.uploaded-documents-checklist label {
  padding-left: 30px;
  padding-left: 1.875rem; }

.uploaded-documents-checklist .new-checkbox {
  left: 65px;
  left: 4.0625rem;
  margin-top: 7px;
  margin-top: 0.4375rem; }

table tr:nth-child(even) {
  border: 1px solid #b8cca3;
  border: 0.0625rem solid #b8cca3;
  border-right: 0;
  border-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.toggle.btn-lg, .btn-group-lg &gt; .toggle.btn {
  min-width: 79px;
  min-width: 4.9375rem;
  min-height: 45px;
  min-height: 2.8125rem; }

.toggle-on.btn-lg, .btn-group-lg &gt; .toggle-on.btn {
  padding-right: 31px;
  padding-right: 1.9375rem; }

.toggle-off.btn-lg, .btn-group-lg &gt; .toggle-off.btn {
  padding-left: 31px;
  padding-left: 1.9375rem; }

.toggle-handle.btn-lg, .btn-group-lg &gt; .toggle-handle.btn {
  width: 40px;
  width: 2.5rem; }

.toggle.btn-sm, .btn-group-sm &gt; .toggle.btn {
  min-width: 50px;
  min-width: 3.125rem;
  min-height: 30px;
  min-height: 1.875rem; }

.toggle-on.btn-sm, .btn-group-sm &gt; .toggle-on.btn {
  padding-right: 20px;
  padding-right: 1.25rem; }

.toggle-off.btn-sm, .btn-group-sm &gt; .toggle-off.btn {
  padding-left: 20px;
  padding-left: 1.25rem; }

.toggle.btn-xs, .btn-group-xs &gt; .toggle.btn {
  min-width: 35px;
  min-width: 2.1875rem;
  min-height: 22px;
  min-height: 1.375rem; }

.toggle-on.btn-xs, .btn-group-xs &gt; .toggle-on.btn {
  padding-right: 12px;
  padding-right: 0.75rem; }

.toggle-off.btn-xs, .btn-group-xs &gt; .toggle-off.btn {
  padding-left: 12px;
  padding-left: 0.75rem; }

.accordions .accordion-title {
  margin-top: 5px;
  margin-top: 0.3125rem; }

.accordions .accordion-title.is-active &gt; button {
  background: #58663d;
  color: #fff; }

.accordions .accordion-title.is-active &gt; button span:after {
  background: transparent;
  content: ""; }

.accordions .accordion-title.is-active &gt; button span:before {
  background: #fff; }

.accordions .accordion-title &gt; button {
  background: #becca3;
  color: #262626;
  padding-left: 0; }

.accordions .accordion-title &gt; button:hover {
  color: #262626;
  background: #e5ba39; }

.accordions .accordion-title &gt; button button {
  padding-left: 65px;
  padding-left: 4.0625rem;
  margin-right: 2px;
  margin-right: 0.125rem;
  border-radius: 0;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Arial;
  font-weight: 700; }

.accordions .accordion-title &gt; button span {
  border-right: 1px solid #dfe6d1;
  border-right: 0.0625rem solid #dfe6d1;
  left: 0; }

.accordions .accordion-title &gt; button span:after {
  background: #262626;
  content: "";
  display: block;
  left: -1px;
  left: -0.0625rem;
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  height: 16px;
  height: 1rem;
  margin: 12px 0 0 22px;
  margin: 0.75rem 0 0 1.375rem;
  width: 2px;
  width: 0.125rem; }

.accordions .accordion-title &gt; button span:before {
  background: #262626;
  content: "";
  display: block;
  margin: 19px 0 0 15px;
  margin: 1.1875rem 0 0 0.9375rem;
  position: absolute;
  height: 2px;
  height: 0.125rem;
  top: 3px;
  top: 0.1875rem;
  left: -1px;
  left: -0.0625rem;
  width: 16px;
  width: 1rem; }

.accordions .accordion-content {
  border: 1px solid #cfceca;
  border: 0.0625rem solid #cfceca;
  border-left: 0;
  border-right: 0;
  background: #ecf2e6;
  margin-top: -7px;
  margin-top: -0.4375rem; }

.job-seekers .accordions .accordion-title.is-active &gt; button {
  background: #597380; }

.job-seekers .accordions .accordion-title &gt; button {
  background: #a3c6cc; }

.job-seekers .accordions .accordion-title &gt; button:hover {
  background: #e5ba39;
  color: #262626; }

.job-seekers .accordions .accordion-content {
  background: #e6eef1; }

/******************************************************************************
  Other
*******************************************************************************/
/* Promo Partners */
.promo-partners {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem; }

.promo-partners .col-md-2 {
  margin-bottom: 37px;
  margin-bottom: 2.3125rem; }

/* About Us */
.about-us {
  font-size: 13px;
  font-size: 0.8125rem; }

.about-us strong {
  font-size: 14px;
  font-size: 0.875rem; }

.body-bg-img {
  background: url("../content/img/coming-soon.jpg") 50% 0 no-repeat; }

.body-bg-img.under-construction {
  background: url("../content/img/under-construction.jpg") 50% 0 no-repeat; }

.body-bg-img .page-box {
  display: table;
  height: 100% !important;
  table-layout: fixed;
  width: 100%; }

.body-bg-img .header-three {
  min-height: 1px;
  min-height: 0.0625rem;
  position: absolute;
  width: 100%; }

.body-bg-img #main {
  display: table-cell;
  padding: 119px 0 192px;
  padding: 7.4375rem 0 12rem;
  vertical-align: middle;
  width: 100%; }

.count-down-box {
  float: right; }

#count-down {
  text-align: right;
  width: auto !important; }

@media (max-width: 991px) {
  #count-down {
    text-align: center; } }

#count-down .county-days-wrapper,
#count-down .county-hours-wrapper,
#count-down .county-minutes-wrapper,
#count-down .county-seconds-wrapper {
  background: #e56a3d;
  background: rgba(229, 106, 61, 0.5);
  display: inline-block;
  height: 135px;
  height: 8.4375rem;
  margin-left: 2px;
  margin-left: 0.125rem;
  margin-right: 2px;
  margin-right: 0.125rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 23% !important; }

#count-down .county-hours-wrapper {
  background: #fba618;
  background: rgba(251, 166, 24, 0.5); }

#count-down .county-minutes-wrapper {
  background: #057096;
  background: rgba(5, 112, 150, 0.5); }

#count-down .county-seconds-wrapper {
  background: #738d00;
  background: rgba(115, 141, 0, 0.5); }

#count-down .county-days,
#count-down .county-hours,
#count-down .county-minutes,
#count-down .county-seconds {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
  line-height: 135px;
  line-height: 8.4375rem;
  display: inline-block !important;
  opacity: 1 !important;
  width: auto !important; }

#count-down .county-label-days,
#count-down .county-label-hours,
#count-down .county-label-minutes,
#count-down .county-label-seconds {
  margin-left: 2px;
  margin-left: 0.125rem;
  margin-right: 2px;
  margin-right: 0.125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  width: 23% !important; }

.coming-text {
  margin-top: -4px;
  margin-top: -0.25rem; }

.coming-text form {
  position: relative; }

.coming-text .success {
  bottom: 100%;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  position: absolute; }

.coming-text .form-control {
  padding-right: 100px;
  padding-right: 6.25rem; }

.coming-text .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  width: 5.625rem; }

.under-contact .phone,
.under-contact .address {
  padding: 0 0 0 34px;
  padding: 0 0 0 2.125rem;
  position: relative; }

.under-contact .footer-icon {
  color: #000;
  left: 16px;
  left: 1rem;
  position: absolute;
  top: 0; }

.under-contact .footer-icon:before {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 18px;
  line-height: 1.125rem;
  width: auto; }

.list-images &gt; .col-md-4 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

[data-appear-animation] {
  opacity: 0;
  -webkit-transition: .5s opacity .1s linear;
  -o-transition: .5s opacity .1s linear;
  transition: .5s opacity .1s linear; }

@media (max-width: 767px) {
  [data-appear-animation] {
    opacity: 1; } }

[data-appear-animation].animated {
  opacity: 1; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&amp;v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }

.fa-ul &gt; li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/* Includes Content that will be editable by user

  :: Page Title
  :: Headers
  :: Paragraph Styles
    :: Content Images
    :: Captions
    :: Block Quotes
    :: UL / OL
    :: Tables
    :: Tabs
    :: Accordions
    :: Form Elements
    :: Buttons

*/
.page-header {
  border-bottom: 0;
  background-color: #58663d;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

.page-header.Seeker {
  background-color: #597380; }

.page-header h1 {
  position: absolute;
  top: calc(50% + 15px);
  top: calc(50% + 0.9375rem);
  margin: 0;
  padding-top: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 991px) {
  .page-header h1 {
    top: 50%; } }

.page-header h1.title {
  display: none; }

.page-header .container {
  height: 100%; }

.page-header .container:before {
  content: none; }

a {
  color: #cc4d1f; }

a:hover {
  color: #cc4d1f;
  text-decoration: underline; }

.image,
img {
  margin: 0 30px 30px;
  margin: 0 1.875rem 1.875rem; }

.image[style*='right'],
.image .pull-right,
img[style*='right'],
img .pull-right {
  margin-right: 0; }

.image[style*='left'],
.image .pull-left,
img[style*='left'],
img .pull-left {
  margin-left: 0; }

.image img,
img img {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff; }

.image .caption,
img .caption {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  text-align: left;
  font-weight: 100;
  font-style: italic; }

blockquote {
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
  padding: 0 0 0 40px;
  padding: 0 0 0 2.5rem;
  border-left: 5px solid #e5ba39;
  border-left: 0.3125rem solid #e5ba39;
  color: #58663d;
  font-style: italic;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: Georgia; }

ol {
  list-style: none;
  counter-reset: section; }

ol li:before {
  margin-right: 8px;
  margin-right: 0.5rem;
  content: counter(section);
  counter-increment: section;
  font-weight: 800; }

table {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem; }

table.tablesaw.tablesaw-stack th {
  color: #fff;
  font-weight: 200;
  font-family: "Arimo", sans-serif; }

table th {
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
  background: #58663d;
  color: #fff;
  text-align: left;
  text-transform: uppercase; }

table tr:nth-child(even) {
  border-top: 1px solid #b8cca3;
  border-top: 0.0625rem solid #b8cca3;
  background: #ecf2e6; }

table td {
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem; }

table td.row-actions {
  text-align: right;
  white-space: nowrap; }

table td.row-actions a:hover {
  text-decoration: none; }

.search-results table th,
.job-seekers table th {
  background: #597380; }

.search-results table tr:nth-child(even),
.job-seekers table tr:nth-child(even) {
  border-top: 1px solid #abcad1;
  border-top: 0.0625rem solid #abcad1;
  background: #e6eef1; }

.search-results th:first-child {
  text-align: center; }

/*# sourceMappingURL=main.css.map */
</pre></body></html>