@charset "UTF-8";
@media (min-width: 767px) {
  .contain-left {
    width: calc(750px / 2) !important;
    margin-left: calc(50% - (750px / 2)) !important; }
  .contain-right {
    width: calc(750px / 2) !important;
    margin-right: calc(50% - (750px / 2)) !important; } }

@media (min-width: 991px) {
  .contain-left {
    width: calc(970px / 2) !important;
    margin-left: calc(50% - (970px / 2)) !important; }
  .contain-right {
    width: calc(970px / 2) !important;
    margin-right: calc(50% - (970px / 2)) !important; } }

@media (min-width: 1199px) {
  .contain-left {
    width: calc(1170px / 2) !important;
    margin-left: calc(50% - (1170px / 2)) !important; }
  .contain-right {
    width: calc(1170px / 2) !important;
    margin-right: calc(50% - (1170px / 2)) !important; } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body {
  font-family: "Open Sans", sans-serif;
  min-width: 320px; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  font-family: "Open Sans", sans-serif; }

body {
  line-height: 1; }

ul {
  list-style: disc; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

.glyphicon-asterisk:before {
  content: "\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;
  box-sizing: border-box; }

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #777; }

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

.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 {
  text-transform: uppercase; }

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

.text-muted {
  color: #777; }

.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;
  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;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

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.42857143;
  color: #777; }

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

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

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

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 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;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    width: 1420px; } }

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

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

.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;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@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-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@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-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

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

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

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

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

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

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

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

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

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

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

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

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

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

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

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

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

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

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

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

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

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

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

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

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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

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

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

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].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 > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

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

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

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

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

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

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

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

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

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

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

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

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

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

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

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

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

.btn-link {
  font-weight: normal;
  color: #337ab7;
  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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 1;
  -webkit-transition: opacity .15s linear;
  transition: opacity .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-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

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

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

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

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

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

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

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

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

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

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

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

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

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

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

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

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

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

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

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

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

.nav-stacked > li {
  float: none; }

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

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

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

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

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

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

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

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

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

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

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

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.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-right: 0;
    padding-left: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

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

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

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

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

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

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

.navbar-brand > img {
  display: block; }

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

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

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

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

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

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

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

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

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

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

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

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

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

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

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

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.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;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

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

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

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

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

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

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

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

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

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

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

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  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: 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: 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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

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

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

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

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,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  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 {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

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

.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:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

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

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
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,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
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,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

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

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

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

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

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

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

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

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

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

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

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

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

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

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

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

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

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

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

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(0, -50%);
  transform: translateY(0, -50%); }

.modal.in .modal-dialog {
  -webkit-transform: translateY(0, -50%);
  transform: translateY(0, -50%); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 10px solid #231E1F;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  .modal-content.video {
    border: 10px solid #231E1F;
    height: 0;
    padding-bottom: 55.1%; }
    .modal-content.video iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.modal-backdrop {
  background-image: url("/img/backgrounds/trans70black.png");
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 1; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 0 auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
.visible-sm,
.visible-md,
.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; } }
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.container-smooth {
  max-width: 1170px; }

@media (min-width: 1px) {
  .container-smooth {
    width: auto; } }

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0; }

.btn-label {
  position: relative;
  background: 0 0;
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px; }

.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0; }

.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px; }

.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0; }

.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px; }

.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0; }

.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px; }

.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0; }

.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd; }

.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px; }

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px; }

.nav-tabs-bottom > li > a:hover, .nav-tabs-bottom > li > a:focus, .nav-tabs-bottom > li.active > a, .nav-tabs-bottom > li.active > a:hover, .nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent; }

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd; }

.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none; }

.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px; }

.nav-tabs-left > li > a:hover, .nav-tabs-left > li > a:focus, .nav-tabs-left > li.active > a, .nav-tabs-left > li.active > a:hover, .nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent; }

.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1; }

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd; }

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd; }

.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none; }

.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px; }

.nav-tabs-right > li > a:hover, .nav-tabs-right > li > a:focus, .nav-tabs-right > li.active > a, .nav-tabs-right > li.active > a:hover, .nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent; }

.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px; }

.navmenu, .navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px; }

.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0; }

.navmenu-fixed-left, .navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0; }

.navmenu-fixed-right, .navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px; }

.navmenu-nav {
  margin-bottom: 10px; }

.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.navbar-offcanvas .navbar-nav {
  margin: 0; }

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px; }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px; }
  .navbar-offcanvas .navmenu-brand {
    display: none; } }

.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0; }

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

.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navmenu-default .navmenu-brand, .navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777; }

.navmenu-default .navmenu-brand:hover, .navbar-default .navbar-offcanvas .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus, .navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navmenu-default .navmenu-text, .navbar-default .navbar-offcanvas .navmenu-text {
  color: #777; }

.navmenu-default .navmenu-nav > .dropdown > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-default .navmenu-nav > .dropdown > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333; }

.navmenu-default .navmenu-nav > .open > a, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

.navmenu-default .navmenu-nav > .open > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-default .navmenu-nav > .open > a:hover .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-default .navmenu-nav > .open > a:focus .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

.navmenu-default .navmenu-nav > .dropdown > a .caret, .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777; }

.navmenu-default .navmenu-nav.dropdown-menu, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7; }

.navmenu-default .navmenu-nav.dropdown-menu > .divider, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8; }

.navmenu-default .navmenu-nav.dropdown-menu > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7; }

.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777; }

.navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navmenu-default .navmenu-nav > .disabled > a, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-default .navmenu-nav > .disabled > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-default .navmenu-nav > .disabled > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navmenu-inverse, .navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808; }

.navmenu-inverse .navmenu-brand, .navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999; }

.navmenu-inverse .navmenu-brand:hover, .navbar-inverse .navbar-offcanvas .navmenu-brand:hover, .navmenu-inverse .navmenu-brand:focus, .navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent; }

.navmenu-inverse .navmenu-text, .navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999; }

.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret, .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navmenu-inverse .navmenu-nav > .open > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a, .navmenu-inverse .navmenu-nav > .open > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover, .navmenu-inverse .navmenu-nav > .open > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #fff; }

.navmenu-inverse .navmenu-nav > .open > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret, .navmenu-inverse .navmenu-nav > .open > a:hover .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret, .navmenu-inverse .navmenu-nav > .open > a:focus .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navmenu-inverse .navmenu-nav > .dropdown > a .caret, .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999; }

.navmenu-inverse .navmenu-nav.dropdown-menu, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808; }

.navmenu-inverse .navmenu-nav.dropdown-menu > .divider, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222; }

.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000; }

.navmenu-inverse .navmenu-nav > li > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999; }

.navmenu-inverse .navmenu-nav > li > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-inverse .navmenu-nav > li > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navmenu-inverse .navmenu-nav > .active > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-inverse .navmenu-nav > .active > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-inverse .navmenu-nav > .active > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #fff;
  background-color: #080808; }

.navmenu-inverse .navmenu-nav > .disabled > a, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a, .navmenu-inverse .navmenu-nav > .disabled > a:hover, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover, .navmenu-inverse .navmenu-nav > .disabled > a:focus, .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.alert-fixed-top, .alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0; }

@media (min-width: 992px) {
  .alert-fixed-top, .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px; } }

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

@media (min-width: 992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px; } }

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

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0; } }

.offcanvas {
  display: none; }

.offcanvas.in {
  display: block; }

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none; }
  .offcanvas-xs.in {
    display: block; } }

@media (max-width: 991px) {
  .offcanvas-sm {
    display: none; }
  .offcanvas-sm.in {
    display: block; } }

@media (max-width: 1199px) {
  .offcanvas-md {
    display: none; }
  .offcanvas-md.in {
    display: block; } }

.offcanvas-lg {
  display: none; }

.offcanvas-lg.in {
  display: block; }

.canvas-sliding {
  -webkit-transition: top .35s,left .35s,bottom .35s,right .35s;
  transition: top .35s,left .35s,bottom .35s,right .35s; }

.offcanvas-clone {
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  opacity: 0 !important; }

.table.rowlink td:not(.rowlink-skip), .table .rowlink td:not(.rowlink-skip) {
  cursor: pointer; }

.table.rowlink td:not(.rowlink-skip) a, .table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit; }

.table-hover.rowlink tr:hover td, .table-hover .rowlink tr:hover td {
  background-color: #cfcfcf; }

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer; }

.fileinput {
  margin-bottom: 9px;
  display: inline-block; }

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }

.fileinput .thumbnail > img {
  max-height: 100%; }

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group {
  display: table; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0; }

.fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0; }

.fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0; }

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b; }

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc; }

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442; }

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1; }

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d; }

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6; }

.input-group-addon:not(:first-child) {
  border-left: 0; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent; }

.slick-lightbox .slick-prev {
  left: 15px; }

.slick-lightbox .slick-next {
  right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }

.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }

.slick-lightbox-close:focus {
  outline: none; }

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '×'; }

body {
  overflow-x: hidden !important; }

.right:after {
  width: 100%;
  left: 100%;
  /* not browswer prefixed */
  background: #231E1F;
  content: "";
  position: absolute;
  /* fill vertically */
  top: 0;
  bottom: 0; }

.right-white:after {
  width: 100%;
  left: 100%;
  background: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0; }

.no-link {
  color: inherit; }
  .no-link:hover {
    color: white; }

.pointer {
  cursor: pointer !important; }

@media (max-width: 1200px) {
  .remove-container-md-down {
    width: 100% !important;
    padding: 0 !important; } }

@media (max-width: 992px) {
  .remove-container-sm-down {
    width: 100% !important; } }

/* KILL COL PADDING */
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media (min-width: 480px) {
  .row-eq-height-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 768px) {
  .row-eq-height-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 992px) {
  .row-eq-height-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (min-width: 1200px) {
  .row-eq-height-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

html,
body {
  background-color: #E5E5E5;
  min-width: 320px; }

ul {
  margin-left: 40px; }
  ul.ls_w {
    color: white;
    list-style-type: disc;
    margin-left: 15px; }
    ul.ls_w li {
      color: white;
      font-size: 18px; }
  ul li {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #F37020;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
  h1.alt,
  h2.alt,
  h3.alt,
  h4.alt,
  h5.alt,
  h6.alt {
    color: #231E1F; }
  h1.tx_o,
  h2.tx_o,
  h3.tx_o,
  h4.tx_o,
  h5.tx_o,
  h6.tx_o {
    color: #F37020; }
  h1.tx_w,
  h2.tx_w,
  h3.tx_w,
  h4.tx_w,
  h5.tx_w,
  h6.tx_w {
    color: #FFFFFF; }
  h1.tx_lg,
  h2.tx_lg,
  h3.tx_lg,
  h4.tx_lg,
  h5.tx_lg,
  h6.tx_lg {
    color: #9B9B9B; }
  h1.tx_dg,
  h2.tx_dg,
  h3.tx_dg,
  h4.tx_dg,
  h5.tx_dg,
  h6.tx_dg {
    color: #231E1F; }

@media (max-width: 767px) {
  h2 {
    font-size: 26px; } }

p {
  color: #231E1F;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 18px; }
  p a {
    font-weight: 600; }
  p.alt {
    color: #231E1F; }
  p.tx_o {
    color: #F37020; }
    p.tx_o a {
      color: #F37020; }
  p.tx_w {
    color: #FFFFFF; }
    p.tx_w a {
      color: #FFFFFF; }
  p.tx_lg {
    color: #9B9B9B; }
    p.tx_lg a {
      color: #9B9B9B; }
  p.tx_dg {
    color: #231E1F; }
    p.tx_dg a {
      color: #231E1F; }

strong {
  font-weight: 600; }
  strong.alt {
    color: #231E1F; }
  strong.tx_o {
    color: #F37020; }
  strong.tx_w {
    color: #FFFFFF; }
  strong.tx_lg {
    color: #9B9B9B; }
  strong.tx_dg {
    color: #231E1F; }

span.tx_o {
  color: #F37020; }

span.tx_w {
  color: #FFFFFF; }

span.tx_lg {
  color: #9B9B9B; }

span.tx_dg {
  color: #231E1F; }

.gallery .gallery_item {
  padding: 0 15px 15px 15px; }

.gallery a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .gallery a:hover .the_image {
    background-size: 125%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all; }
    .gallery a:hover .the_image:after {
      opacity: .3;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: all;
      transition-property: all; }

.gallery .the_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 65%;
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all; }
  .gallery .the_image:after {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all; }

#paginate_links {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  vertical-align: middle;
  background-color: #FFFFFF;
  padding: 15px 30px;
  margin-bottom: 20px; }
  #paginate_links span {
    background-color: #F37020;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    padding: 4px 10px;
    border: none; }
  #paginate_links .dots {
    background-color: #F3F3F3;
    color: #231E1F; }
  #paginate_links a {
    border-left: none;
    text-decoration: none;
    color: #231E1F;
    display: inline-block;
    background-color: #F3F3F3;
    padding: 4px 10px; }

#genericgrey {
  background: #E5E5E5;
  padding: 20px 0; }

#genericwhite {
  background: #FFFFFF;
  padding: 20px 0; }

.colour--white {
  color: #FFFFFF; }

.colour--grey_l {
  color: #9B9B9B; }

p.font-size--sm {
  font-size: 14px; }

.col {
  float: left;
  padding-right: 15px;
  padding-left: 15px; }

.btn {
  right: 0;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background;
  transition-property: background;
  border: none; }

.btn--primary {
  background-color: #F37020;
  color: #FFFFFF; }

.link--dark-bg {
  color: inherit;
  text-decoration: underline; }
  .link--dark-bg:hover {
    color: inherit; }

ol li {
  margin-left: 30px; }

.bg--colour-white {
  background-color: #FFFFFF; }

.machines-landing--img {
  margin: 0 auto;
  max-width: 70%;
  display: block; }

.machines-landing--title {
  height: 100%;
  text-align: center;
  height: 90px;
  margin-top: 30px;
  overflow: auto; }
  .machines-landing--title p {
    position: absolute;
    bottom: 0;
    left: 80px;
    right: 80px;
    color: black;
    font-weight: 600;
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 30px; }

.list-position-inside {
  list-style-position: inside; }

.container-100 {
  width: 100%; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.align-items-md-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.bg--pos-center {
  background-position: center; }

.bg--size-cover {
  background-size: cover; }

.d-inline-block {
  display: inline-block; }

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

.btn--large {
  margin: 0 auto;
  padding: 20px 50px !important;
  font-size: 1.1em; }

.orangebtn {
  background: #F37020;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
  color: #FFFFFF; }
  .orangebtn:hover, .orangebtn:focus, .orangebtn:active {
    background-color: #d5580b;
    color: #FFFFFF;
    text-decoration: none; }

.margin-0 {
  margin: 0px; }

.margin-left-0 {
  margin-left: 0px; }

.margin-top-0 {
  margin-top: 0px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-right-0 {
  margin-right: 0px; }

.margin-5 {
  margin: 5px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-10 {
  margin: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-top-10 {
  margin-top: 10px; }

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

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

.margin-15 {
  margin: 15px; }

.margin-left-15 {
  margin-left: 15px; }

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

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

.margin-right-15 {
  margin-right: 15px; }

.margin-20 {
  margin: 20px; }

.margin-left-20 {
  margin-left: 20px; }

.margin-top-20 {
  margin-top: 20px; }

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

.margin-right-20 {
  margin-right: 20px; }

.margin-25 {
  margin: 25px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-30 {
  margin: 30px; }

.margin-left-30 {
  margin-left: 30px; }

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

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

.margin-right-30 {
  margin-right: 30px; }

.margin-35 {
  margin: 35px; }

.margin-left-35 {
  margin-left: 35px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-right-35 {
  margin-right: 35px; }

.margin-40 {
  margin: 40px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-45 {
  margin: 45px; }

.margin-left-45 {
  margin-left: 45px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-right-45 {
  margin-right: 45px; }

.margin-50 {
  margin: 50px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-55 {
  margin: 55px; }

.margin-left-55 {
  margin-left: 55px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-right-55 {
  margin-right: 55px; }

.margin-60 {
  margin: 60px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-right-60 {
  margin-right: 60px; }

.margin-65 {
  margin: 65px; }

.margin-left-65 {
  margin-left: 65px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-bottom-65 {
  margin-bottom: 65px; }

.margin-right-65 {
  margin-right: 65px; }

.margin-70 {
  margin: 70px; }

.margin-left-70 {
  margin-left: 70px; }

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

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-right-70 {
  margin-right: 70px; }

.margin-75 {
  margin: 75px; }

.margin-left-75 {
  margin-left: 75px; }

.margin-top-75 {
  margin-top: 75px; }

.margin-bottom-75 {
  margin-bottom: 75px; }

.margin-right-75 {
  margin-right: 75px; }

.margin-80 {
  margin: 80px; }

.margin-left-80 {
  margin-left: 80px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-right-80 {
  margin-right: 80px; }

.margin-85 {
  margin: 85px; }

.margin-left-85 {
  margin-left: 85px; }

.margin-top-85 {
  margin-top: 85px; }

.margin-bottom-85 {
  margin-bottom: 85px; }

.margin-right-85 {
  margin-right: 85px; }

.margin-90 {
  margin: 90px; }

.margin-left-90 {
  margin-left: 90px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-right-90 {
  margin-right: 90px; }

.margin-95 {
  margin: 95px; }

.margin-left-95 {
  margin-left: 95px; }

.margin-top-95 {
  margin-top: 95px; }

.margin-bottom-95 {
  margin-bottom: 95px; }

.margin-right-95 {
  margin-right: 95px; }

.margin-100 {
  margin: 100px; }

.margin-left-100 {
  margin-left: 100px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-right-100 {
  margin-right: 100px; }

.padding-0 {
  padding: 0px; }

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

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

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

.padding-5 {
  padding: 5px; }

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

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-10 {
  padding: 10px; }

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

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

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

.padding-15 {
  padding: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-20 {
  padding: 20px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-25 {
  padding: 25px; }

.padding-left-25 {
  padding-left: 25px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-right-25 {
  padding-right: 25px; }

.padding-30 {
  padding: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-35 {
  padding: 35px; }

.padding-left-35 {
  padding-left: 35px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-right-35 {
  padding-right: 35px; }

.padding-40 {
  padding: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-45 {
  padding: 45px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-right-45 {
  padding-right: 45px; }

.padding-50 {
  padding: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-55 {
  padding: 55px; }

.padding-left-55 {
  padding-left: 55px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-bottom-55 {
  padding-bottom: 55px; }

.padding-right-55 {
  padding-right: 55px; }

.padding-60 {
  padding: 60px; }

.padding-left-60 {
  padding-left: 60px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-right-60 {
  padding-right: 60px; }

.padding-65 {
  padding: 65px; }

.padding-left-65 {
  padding-left: 65px; }

.padding-top-65 {
  padding-top: 65px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-right-65 {
  padding-right: 65px; }

.padding-70 {
  padding: 70px; }

.padding-left-70 {
  padding-left: 70px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-right-70 {
  padding-right: 70px; }

.padding-75 {
  padding: 75px; }

.padding-left-75 {
  padding-left: 75px; }

.padding-top-75 {
  padding-top: 75px; }

.padding-bottom-75 {
  padding-bottom: 75px; }

.padding-right-75 {
  padding-right: 75px; }

.padding-80 {
  padding: 80px; }

.padding-left-80 {
  padding-left: 80px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-right-80 {
  padding-right: 80px; }

.padding-85 {
  padding: 85px; }

.padding-left-85 {
  padding-left: 85px; }

.padding-top-85 {
  padding-top: 85px; }

.padding-bottom-85 {
  padding-bottom: 85px; }

.padding-right-85 {
  padding-right: 85px; }

.padding-90 {
  padding: 90px; }

.padding-left-90 {
  padding-left: 90px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-right-90 {
  padding-right: 90px; }

.padding-95 {
  padding: 95px; }

.padding-left-95 {
  padding-left: 95px; }

.padding-top-95 {
  padding-top: 95px; }

.padding-bottom-95 {
  padding-bottom: 95px; }

.padding-right-95 {
  padding-right: 95px; }

.padding-100 {
  padding: 100px; }

.padding-left-100 {
  padding-left: 100px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-right-100 {
  padding-right: 100px; }

@media (max-width: 767px) {
  .margin-xs-0 {
    margin: 0px; }
  .margin-xs-left-0 {
    margin-left: 0px; }
  .margin-xs-top-0 {
    margin-top: 0px; }
  .margin-xs-bottom-0 {
    margin-bottom: 0px; }
  .margin-xs-right-0 {
    margin-right: 0px; }
  .margin-xs-5 {
    margin: 5px; }
  .margin-xs-left-5 {
    margin-left: 5px; }
  .margin-xs-top-5 {
    margin-top: 5px; }
  .margin-xs-bottom-5 {
    margin-bottom: 5px; }
  .margin-xs-right-5 {
    margin-right: 5px; }
  .margin-xs-10 {
    margin: 10px; }
  .margin-xs-left-10 {
    margin-left: 10px; }
  .margin-xs-top-10 {
    margin-top: 10px; }
  .margin-xs-bottom-10 {
    margin-bottom: 10px; }
  .margin-xs-right-10 {
    margin-right: 10px; }
  .margin-xs-15 {
    margin: 15px; }
  .margin-xs-left-15 {
    margin-left: 15px; }
  .margin-xs-top-15 {
    margin-top: 15px; }
  .margin-xs-bottom-15 {
    margin-bottom: 15px; }
  .margin-xs-right-15 {
    margin-right: 15px; }
  .margin-xs-20 {
    margin: 20px; }
  .margin-xs-left-20 {
    margin-left: 20px; }
  .margin-xs-top-20 {
    margin-top: 20px; }
  .margin-xs-bottom-20 {
    margin-bottom: 20px; }
  .margin-xs-right-20 {
    margin-right: 20px; }
  .margin-xs-25 {
    margin: 25px; }
  .margin-xs-left-25 {
    margin-left: 25px; }
  .margin-xs-top-25 {
    margin-top: 25px; }
  .margin-xs-bottom-25 {
    margin-bottom: 25px; }
  .margin-xs-right-25 {
    margin-right: 25px; }
  .margin-xs-30 {
    margin: 30px; }
  .margin-xs-left-30 {
    margin-left: 30px; }
  .margin-xs-top-30 {
    margin-top: 30px; }
  .margin-xs-bottom-30 {
    margin-bottom: 30px; }
  .margin-xs-right-30 {
    margin-right: 30px; }
  .margin-xs-35 {
    margin: 35px; }
  .margin-xs-left-35 {
    margin-left: 35px; }
  .margin-xs-top-35 {
    margin-top: 35px; }
  .margin-xs-bottom-35 {
    margin-bottom: 35px; }
  .margin-xs-right-35 {
    margin-right: 35px; }
  .margin-xs-40 {
    margin: 40px; }
  .margin-xs-left-40 {
    margin-left: 40px; }
  .margin-xs-top-40 {
    margin-top: 40px; }
  .margin-xs-bottom-40 {
    margin-bottom: 40px; }
  .margin-xs-right-40 {
    margin-right: 40px; }
  .margin-xs-45 {
    margin: 45px; }
  .margin-xs-left-45 {
    margin-left: 45px; }
  .margin-xs-top-45 {
    margin-top: 45px; }
  .margin-xs-bottom-45 {
    margin-bottom: 45px; }
  .margin-xs-right-45 {
    margin-right: 45px; }
  .margin-xs-50 {
    margin: 50px; }
  .margin-xs-left-50 {
    margin-left: 50px; }
  .margin-xs-top-50 {
    margin-top: 50px; }
  .margin-xs-bottom-50 {
    margin-bottom: 50px; }
  .margin-xs-right-50 {
    margin-right: 50px; }
  .margin-xs-55 {
    margin: 55px; }
  .margin-xs-left-55 {
    margin-left: 55px; }
  .margin-xs-top-55 {
    margin-top: 55px; }
  .margin-xs-bottom-55 {
    margin-bottom: 55px; }
  .margin-xs-right-55 {
    margin-right: 55px; }
  .margin-xs-60 {
    margin: 60px; }
  .margin-xs-left-60 {
    margin-left: 60px; }
  .margin-xs-top-60 {
    margin-top: 60px; }
  .margin-xs-bottom-60 {
    margin-bottom: 60px; }
  .margin-xs-right-60 {
    margin-right: 60px; }
  .margin-xs-65 {
    margin: 65px; }
  .margin-xs-left-65 {
    margin-left: 65px; }
  .margin-xs-top-65 {
    margin-top: 65px; }
  .margin-xs-bottom-65 {
    margin-bottom: 65px; }
  .margin-xs-right-65 {
    margin-right: 65px; }
  .margin-xs-70 {
    margin: 70px; }
  .margin-xs-left-70 {
    margin-left: 70px; }
  .margin-xs-top-70 {
    margin-top: 70px; }
  .margin-xs-bottom-70 {
    margin-bottom: 70px; }
  .margin-xs-right-70 {
    margin-right: 70px; }
  .margin-xs-75 {
    margin: 75px; }
  .margin-xs-left-75 {
    margin-left: 75px; }
  .margin-xs-top-75 {
    margin-top: 75px; }
  .margin-xs-bottom-75 {
    margin-bottom: 75px; }
  .margin-xs-right-75 {
    margin-right: 75px; }
  .margin-xs-80 {
    margin: 80px; }
  .margin-xs-left-80 {
    margin-left: 80px; }
  .margin-xs-top-80 {
    margin-top: 80px; }
  .margin-xs-bottom-80 {
    margin-bottom: 80px; }
  .margin-xs-right-80 {
    margin-right: 80px; }
  .margin-xs-85 {
    margin: 85px; }
  .margin-xs-left-85 {
    margin-left: 85px; }
  .margin-xs-top-85 {
    margin-top: 85px; }
  .margin-xs-bottom-85 {
    margin-bottom: 85px; }
  .margin-xs-right-85 {
    margin-right: 85px; }
  .margin-xs-90 {
    margin: 90px; }
  .margin-xs-left-90 {
    margin-left: 90px; }
  .margin-xs-top-90 {
    margin-top: 90px; }
  .margin-xs-bottom-90 {
    margin-bottom: 90px; }
  .margin-xs-right-90 {
    margin-right: 90px; }
  .margin-xs-95 {
    margin: 95px; }
  .margin-xs-left-95 {
    margin-left: 95px; }
  .margin-xs-top-95 {
    margin-top: 95px; }
  .margin-xs-bottom-95 {
    margin-bottom: 95px; }
  .margin-xs-right-95 {
    margin-right: 95px; }
  .margin-xs-100 {
    margin: 100px; }
  .margin-xs-left-100 {
    margin-left: 100px; }
  .margin-xs-top-100 {
    margin-top: 100px; }
  .margin-xs-bottom-100 {
    margin-bottom: 100px; }
  .margin-xs-right-100 {
    margin-right: 100px; }
  .padding-xs-0 {
    padding: 0px; }
  .padding-xs-left-0 {
    padding-left: 0px; }
  .padding-xs-top-0 {
    padding-top: 0px; }
  .padding-xs-bottom-0 {
    padding-bottom: 0px; }
  .padding-xs-right-0 {
    padding-right: 0px; }
  .padding-xs-5 {
    padding: 5px; }
  .padding-xs-left-5 {
    padding-left: 5px; }
  .padding-xs-top-5 {
    padding-top: 5px; }
  .padding-xs-bottom-5 {
    padding-bottom: 5px; }
  .padding-xs-right-5 {
    padding-right: 5px; }
  .padding-xs-10 {
    padding: 10px; }
  .padding-xs-left-10 {
    padding-left: 10px; }
  .padding-xs-top-10 {
    padding-top: 10px; }
  .padding-xs-bottom-10 {
    padding-bottom: 10px; }
  .padding-xs-right-10 {
    padding-right: 10px; }
  .padding-xs-15 {
    padding: 15px; }
  .padding-xs-left-15 {
    padding-left: 15px; }
  .padding-xs-top-15 {
    padding-top: 15px; }
  .padding-xs-bottom-15 {
    padding-bottom: 15px; }
  .padding-xs-right-15 {
    padding-right: 15px; }
  .padding-xs-20 {
    padding: 20px; }
  .padding-xs-left-20 {
    padding-left: 20px; }
  .padding-xs-top-20 {
    padding-top: 20px; }
  .padding-xs-bottom-20 {
    padding-bottom: 20px; }
  .padding-xs-right-20 {
    padding-right: 20px; }
  .padding-xs-25 {
    padding: 25px; }
  .padding-xs-left-25 {
    padding-left: 25px; }
  .padding-xs-top-25 {
    padding-top: 25px; }
  .padding-xs-bottom-25 {
    padding-bottom: 25px; }
  .padding-xs-right-25 {
    padding-right: 25px; }
  .padding-xs-30 {
    padding: 30px; }
  .padding-xs-left-30 {
    padding-left: 30px; }
  .padding-xs-top-30 {
    padding-top: 30px; }
  .padding-xs-bottom-30 {
    padding-bottom: 30px; }
  .padding-xs-right-30 {
    padding-right: 30px; }
  .padding-xs-35 {
    padding: 35px; }
  .padding-xs-left-35 {
    padding-left: 35px; }
  .padding-xs-top-35 {
    padding-top: 35px; }
  .padding-xs-bottom-35 {
    padding-bottom: 35px; }
  .padding-xs-right-35 {
    padding-right: 35px; }
  .padding-xs-40 {
    padding: 40px; }
  .padding-xs-left-40 {
    padding-left: 40px; }
  .padding-xs-top-40 {
    padding-top: 40px; }
  .padding-xs-bottom-40 {
    padding-bottom: 40px; }
  .padding-xs-right-40 {
    padding-right: 40px; }
  .padding-xs-45 {
    padding: 45px; }
  .padding-xs-left-45 {
    padding-left: 45px; }
  .padding-xs-top-45 {
    padding-top: 45px; }
  .padding-xs-bottom-45 {
    padding-bottom: 45px; }
  .padding-xs-right-45 {
    padding-right: 45px; }
  .padding-xs-50 {
    padding: 50px; }
  .padding-xs-left-50 {
    padding-left: 50px; }
  .padding-xs-top-50 {
    padding-top: 50px; }
  .padding-xs-bottom-50 {
    padding-bottom: 50px; }
  .padding-xs-right-50 {
    padding-right: 50px; }
  .padding-xs-55 {
    padding: 55px; }
  .padding-xs-left-55 {
    padding-left: 55px; }
  .padding-xs-top-55 {
    padding-top: 55px; }
  .padding-xs-bottom-55 {
    padding-bottom: 55px; }
  .padding-xs-right-55 {
    padding-right: 55px; }
  .padding-xs-60 {
    padding: 60px; }
  .padding-xs-left-60 {
    padding-left: 60px; }
  .padding-xs-top-60 {
    padding-top: 60px; }
  .padding-xs-bottom-60 {
    padding-bottom: 60px; }
  .padding-xs-right-60 {
    padding-right: 60px; }
  .padding-xs-65 {
    padding: 65px; }
  .padding-xs-left-65 {
    padding-left: 65px; }
  .padding-xs-top-65 {
    padding-top: 65px; }
  .padding-xs-bottom-65 {
    padding-bottom: 65px; }
  .padding-xs-right-65 {
    padding-right: 65px; }
  .padding-xs-70 {
    padding: 70px; }
  .padding-xs-left-70 {
    padding-left: 70px; }
  .padding-xs-top-70 {
    padding-top: 70px; }
  .padding-xs-bottom-70 {
    padding-bottom: 70px; }
  .padding-xs-right-70 {
    padding-right: 70px; }
  .padding-xs-75 {
    padding: 75px; }
  .padding-xs-left-75 {
    padding-left: 75px; }
  .padding-xs-top-75 {
    padding-top: 75px; }
  .padding-xs-bottom-75 {
    padding-bottom: 75px; }
  .padding-xs-right-75 {
    padding-right: 75px; }
  .padding-xs-80 {
    padding: 80px; }
  .padding-xs-left-80 {
    padding-left: 80px; }
  .padding-xs-top-80 {
    padding-top: 80px; }
  .padding-xs-bottom-80 {
    padding-bottom: 80px; }
  .padding-xs-right-80 {
    padding-right: 80px; }
  .padding-xs-85 {
    padding: 85px; }
  .padding-xs-left-85 {
    padding-left: 85px; }
  .padding-xs-top-85 {
    padding-top: 85px; }
  .padding-xs-bottom-85 {
    padding-bottom: 85px; }
  .padding-xs-right-85 {
    padding-right: 85px; }
  .padding-xs-90 {
    padding: 90px; }
  .padding-xs-left-90 {
    padding-left: 90px; }
  .padding-xs-top-90 {
    padding-top: 90px; }
  .padding-xs-bottom-90 {
    padding-bottom: 90px; }
  .padding-xs-right-90 {
    padding-right: 90px; }
  .padding-xs-95 {
    padding: 95px; }
  .padding-xs-left-95 {
    padding-left: 95px; }
  .padding-xs-top-95 {
    padding-top: 95px; }
  .padding-xs-bottom-95 {
    padding-bottom: 95px; }
  .padding-xs-right-95 {
    padding-right: 95px; }
  .padding-xs-100 {
    padding: 100px; }
  .padding-xs-left-100 {
    padding-left: 100px; }
  .padding-xs-top-100 {
    padding-top: 100px; }
  .padding-xs-bottom-100 {
    padding-bottom: 100px; }
  .padding-xs-right-100 {
    padding-right: 100px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .margin-sm-0 {
    margin: 0px; }
  .margin-sm-left-0 {
    margin-left: 0px; }
  .margin-sm-top-0 {
    margin-top: 0px; }
  .margin-sm-bottom-0 {
    margin-bottom: 0px; }
  .margin-sm-right-0 {
    margin-right: 0px; }
  .margin-sm-5 {
    margin: 5px; }
  .margin-sm-left-5 {
    margin-left: 5px; }
  .margin-sm-top-5 {
    margin-top: 5px; }
  .margin-sm-bottom-5 {
    margin-bottom: 5px; }
  .margin-sm-right-5 {
    margin-right: 5px; }
  .margin-sm-10 {
    margin: 10px; }
  .margin-sm-left-10 {
    margin-left: 10px; }
  .margin-sm-top-10 {
    margin-top: 10px; }
  .margin-sm-bottom-10 {
    margin-bottom: 10px; }
  .margin-sm-right-10 {
    margin-right: 10px; }
  .margin-sm-15 {
    margin: 15px; }
  .margin-sm-left-15 {
    margin-left: 15px; }
  .margin-sm-top-15 {
    margin-top: 15px; }
  .margin-sm-bottom-15 {
    margin-bottom: 15px; }
  .margin-sm-right-15 {
    margin-right: 15px; }
  .margin-sm-20 {
    margin: 20px; }
  .margin-sm-left-20 {
    margin-left: 20px; }
  .margin-sm-top-20 {
    margin-top: 20px; }
  .margin-sm-bottom-20 {
    margin-bottom: 20px; }
  .margin-sm-right-20 {
    margin-right: 20px; }
  .margin-sm-25 {
    margin: 25px; }
  .margin-sm-left-25 {
    margin-left: 25px; }
  .margin-sm-top-25 {
    margin-top: 25px; }
  .margin-sm-bottom-25 {
    margin-bottom: 25px; }
  .margin-sm-right-25 {
    margin-right: 25px; }
  .margin-sm-30 {
    margin: 30px; }
  .margin-sm-left-30 {
    margin-left: 30px; }
  .margin-sm-top-30 {
    margin-top: 30px; }
  .margin-sm-bottom-30 {
    margin-bottom: 30px; }
  .margin-sm-right-30 {
    margin-right: 30px; }
  .margin-sm-35 {
    margin: 35px; }
  .margin-sm-left-35 {
    margin-left: 35px; }
  .margin-sm-top-35 {
    margin-top: 35px; }
  .margin-sm-bottom-35 {
    margin-bottom: 35px; }
  .margin-sm-right-35 {
    margin-right: 35px; }
  .margin-sm-40 {
    margin: 40px; }
  .margin-sm-left-40 {
    margin-left: 40px; }
  .margin-sm-top-40 {
    margin-top: 40px; }
  .margin-sm-bottom-40 {
    margin-bottom: 40px; }
  .margin-sm-right-40 {
    margin-right: 40px; }
  .margin-sm-45 {
    margin: 45px; }
  .margin-sm-left-45 {
    margin-left: 45px; }
  .margin-sm-top-45 {
    margin-top: 45px; }
  .margin-sm-bottom-45 {
    margin-bottom: 45px; }
  .margin-sm-right-45 {
    margin-right: 45px; }
  .margin-sm-50 {
    margin: 50px; }
  .margin-sm-left-50 {
    margin-left: 50px; }
  .margin-sm-top-50 {
    margin-top: 50px; }
  .margin-sm-bottom-50 {
    margin-bottom: 50px; }
  .margin-sm-right-50 {
    margin-right: 50px; }
  .margin-sm-55 {
    margin: 55px; }
  .margin-sm-left-55 {
    margin-left: 55px; }
  .margin-sm-top-55 {
    margin-top: 55px; }
  .margin-sm-bottom-55 {
    margin-bottom: 55px; }
  .margin-sm-right-55 {
    margin-right: 55px; }
  .margin-sm-60 {
    margin: 60px; }
  .margin-sm-left-60 {
    margin-left: 60px; }
  .margin-sm-top-60 {
    margin-top: 60px; }
  .margin-sm-bottom-60 {
    margin-bottom: 60px; }
  .margin-sm-right-60 {
    margin-right: 60px; }
  .margin-sm-65 {
    margin: 65px; }
  .margin-sm-left-65 {
    margin-left: 65px; }
  .margin-sm-top-65 {
    margin-top: 65px; }
  .margin-sm-bottom-65 {
    margin-bottom: 65px; }
  .margin-sm-right-65 {
    margin-right: 65px; }
  .margin-sm-70 {
    margin: 70px; }
  .margin-sm-left-70 {
    margin-left: 70px; }
  .margin-sm-top-70 {
    margin-top: 70px; }
  .margin-sm-bottom-70 {
    margin-bottom: 70px; }
  .margin-sm-right-70 {
    margin-right: 70px; }
  .margin-sm-75 {
    margin: 75px; }
  .margin-sm-left-75 {
    margin-left: 75px; }
  .margin-sm-top-75 {
    margin-top: 75px; }
  .margin-sm-bottom-75 {
    margin-bottom: 75px; }
  .margin-sm-right-75 {
    margin-right: 75px; }
  .margin-sm-80 {
    margin: 80px; }
  .margin-sm-left-80 {
    margin-left: 80px; }
  .margin-sm-top-80 {
    margin-top: 80px; }
  .margin-sm-bottom-80 {
    margin-bottom: 80px; }
  .margin-sm-right-80 {
    margin-right: 80px; }
  .margin-sm-85 {
    margin: 85px; }
  .margin-sm-left-85 {
    margin-left: 85px; }
  .margin-sm-top-85 {
    margin-top: 85px; }
  .margin-sm-bottom-85 {
    margin-bottom: 85px; }
  .margin-sm-right-85 {
    margin-right: 85px; }
  .margin-sm-90 {
    margin: 90px; }
  .margin-sm-left-90 {
    margin-left: 90px; }
  .margin-sm-top-90 {
    margin-top: 90px; }
  .margin-sm-bottom-90 {
    margin-bottom: 90px; }
  .margin-sm-right-90 {
    margin-right: 90px; }
  .margin-sm-95 {
    margin: 95px; }
  .margin-sm-left-95 {
    margin-left: 95px; }
  .margin-sm-top-95 {
    margin-top: 95px; }
  .margin-sm-bottom-95 {
    margin-bottom: 95px; }
  .margin-sm-right-95 {
    margin-right: 95px; }
  .margin-sm-100 {
    margin: 100px; }
  .margin-sm-left-100 {
    margin-left: 100px; }
  .margin-sm-top-100 {
    margin-top: 100px; }
  .margin-sm-bottom-100 {
    margin-bottom: 100px; }
  .margin-sm-right-100 {
    margin-right: 100px; }
  .padding-sm-0 {
    padding: 0px; }
  .padding-sm-left-0 {
    padding-left: 0px; }
  .padding-sm-top-0 {
    padding-top: 0px; }
  .padding-sm-bottom-0 {
    padding-bottom: 0px; }
  .padding-sm-right-0 {
    padding-right: 0px; }
  .padding-sm-5 {
    padding: 5px; }
  .padding-sm-left-5 {
    padding-left: 5px; }
  .padding-sm-top-5 {
    padding-top: 5px; }
  .padding-sm-bottom-5 {
    padding-bottom: 5px; }
  .padding-sm-right-5 {
    padding-right: 5px; }
  .padding-sm-10 {
    padding: 10px; }
  .padding-sm-left-10 {
    padding-left: 10px; }
  .padding-sm-top-10 {
    padding-top: 10px; }
  .padding-sm-bottom-10 {
    padding-bottom: 10px; }
  .padding-sm-right-10 {
    padding-right: 10px; }
  .padding-sm-15 {
    padding: 15px; }
  .padding-sm-left-15 {
    padding-left: 15px; }
  .padding-sm-top-15 {
    padding-top: 15px; }
  .padding-sm-bottom-15 {
    padding-bottom: 15px; }
  .padding-sm-right-15 {
    padding-right: 15px; }
  .padding-sm-20 {
    padding: 20px; }
  .padding-sm-left-20 {
    padding-left: 20px; }
  .padding-sm-top-20 {
    padding-top: 20px; }
  .padding-sm-bottom-20 {
    padding-bottom: 20px; }
  .padding-sm-right-20 {
    padding-right: 20px; }
  .padding-sm-25 {
    padding: 25px; }
  .padding-sm-left-25 {
    padding-left: 25px; }
  .padding-sm-top-25 {
    padding-top: 25px; }
  .padding-sm-bottom-25 {
    padding-bottom: 25px; }
  .padding-sm-right-25 {
    padding-right: 25px; }
  .padding-sm-30 {
    padding: 30px; }
  .padding-sm-left-30 {
    padding-left: 30px; }
  .padding-sm-top-30 {
    padding-top: 30px; }
  .padding-sm-bottom-30 {
    padding-bottom: 30px; }
  .padding-sm-right-30 {
    padding-right: 30px; }
  .padding-sm-35 {
    padding: 35px; }
  .padding-sm-left-35 {
    padding-left: 35px; }
  .padding-sm-top-35 {
    padding-top: 35px; }
  .padding-sm-bottom-35 {
    padding-bottom: 35px; }
  .padding-sm-right-35 {
    padding-right: 35px; }
  .padding-sm-40 {
    padding: 40px; }
  .padding-sm-left-40 {
    padding-left: 40px; }
  .padding-sm-top-40 {
    padding-top: 40px; }
  .padding-sm-bottom-40 {
    padding-bottom: 40px; }
  .padding-sm-right-40 {
    padding-right: 40px; }
  .padding-sm-45 {
    padding: 45px; }
  .padding-sm-left-45 {
    padding-left: 45px; }
  .padding-sm-top-45 {
    padding-top: 45px; }
  .padding-sm-bottom-45 {
    padding-bottom: 45px; }
  .padding-sm-right-45 {
    padding-right: 45px; }
  .padding-sm-50 {
    padding: 50px; }
  .padding-sm-left-50 {
    padding-left: 50px; }
  .padding-sm-top-50 {
    padding-top: 50px; }
  .padding-sm-bottom-50 {
    padding-bottom: 50px; }
  .padding-sm-right-50 {
    padding-right: 50px; }
  .padding-sm-55 {
    padding: 55px; }
  .padding-sm-left-55 {
    padding-left: 55px; }
  .padding-sm-top-55 {
    padding-top: 55px; }
  .padding-sm-bottom-55 {
    padding-bottom: 55px; }
  .padding-sm-right-55 {
    padding-right: 55px; }
  .padding-sm-60 {
    padding: 60px; }
  .padding-sm-left-60 {
    padding-left: 60px; }
  .padding-sm-top-60 {
    padding-top: 60px; }
  .padding-sm-bottom-60 {
    padding-bottom: 60px; }
  .padding-sm-right-60 {
    padding-right: 60px; }
  .padding-sm-65 {
    padding: 65px; }
  .padding-sm-left-65 {
    padding-left: 65px; }
  .padding-sm-top-65 {
    padding-top: 65px; }
  .padding-sm-bottom-65 {
    padding-bottom: 65px; }
  .padding-sm-right-65 {
    padding-right: 65px; }
  .padding-sm-70 {
    padding: 70px; }
  .padding-sm-left-70 {
    padding-left: 70px; }
  .padding-sm-top-70 {
    padding-top: 70px; }
  .padding-sm-bottom-70 {
    padding-bottom: 70px; }
  .padding-sm-right-70 {
    padding-right: 70px; }
  .padding-sm-75 {
    padding: 75px; }
  .padding-sm-left-75 {
    padding-left: 75px; }
  .padding-sm-top-75 {
    padding-top: 75px; }
  .padding-sm-bottom-75 {
    padding-bottom: 75px; }
  .padding-sm-right-75 {
    padding-right: 75px; }
  .padding-sm-80 {
    padding: 80px; }
  .padding-sm-left-80 {
    padding-left: 80px; }
  .padding-sm-top-80 {
    padding-top: 80px; }
  .padding-sm-bottom-80 {
    padding-bottom: 80px; }
  .padding-sm-right-80 {
    padding-right: 80px; }
  .padding-sm-85 {
    padding: 85px; }
  .padding-sm-left-85 {
    padding-left: 85px; }
  .padding-sm-top-85 {
    padding-top: 85px; }
  .padding-sm-bottom-85 {
    padding-bottom: 85px; }
  .padding-sm-right-85 {
    padding-right: 85px; }
  .padding-sm-90 {
    padding: 90px; }
  .padding-sm-left-90 {
    padding-left: 90px; }
  .padding-sm-top-90 {
    padding-top: 90px; }
  .padding-sm-bottom-90 {
    padding-bottom: 90px; }
  .padding-sm-right-90 {
    padding-right: 90px; }
  .padding-sm-95 {
    padding: 95px; }
  .padding-sm-left-95 {
    padding-left: 95px; }
  .padding-sm-top-95 {
    padding-top: 95px; }
  .padding-sm-bottom-95 {
    padding-bottom: 95px; }
  .padding-sm-right-95 {
    padding-right: 95px; }
  .padding-sm-100 {
    padding: 100px; }
  .padding-sm-left-100 {
    padding-left: 100px; }
  .padding-sm-top-100 {
    padding-top: 100px; }
  .padding-sm-bottom-100 {
    padding-bottom: 100px; }
  .padding-sm-right-100 {
    padding-right: 100px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .margin-md-0 {
    margin: 0px; }
  .margin-md-left-0 {
    margin-left: 0px; }
  .margin-md-top-0 {
    margin-top: 0px; }
  .margin-md-bottom-0 {
    margin-bottom: 0px; }
  .margin-md-right-0 {
    margin-right: 0px; }
  .margin-md-5 {
    margin: 5px; }
  .margin-md-left-5 {
    margin-left: 5px; }
  .margin-md-top-5 {
    margin-top: 5px; }
  .margin-md-bottom-5 {
    margin-bottom: 5px; }
  .margin-md-right-5 {
    margin-right: 5px; }
  .margin-md-10 {
    margin: 10px; }
  .margin-md-left-10 {
    margin-left: 10px; }
  .margin-md-top-10 {
    margin-top: 10px; }
  .margin-md-bottom-10 {
    margin-bottom: 10px; }
  .margin-md-right-10 {
    margin-right: 10px; }
  .margin-md-15 {
    margin: 15px; }
  .margin-md-left-15 {
    margin-left: 15px; }
  .margin-md-top-15 {
    margin-top: 15px; }
  .margin-md-bottom-15 {
    margin-bottom: 15px; }
  .margin-md-right-15 {
    margin-right: 15px; }
  .margin-md-20 {
    margin: 20px; }
  .margin-md-left-20 {
    margin-left: 20px; }
  .margin-md-top-20 {
    margin-top: 20px; }
  .margin-md-bottom-20 {
    margin-bottom: 20px; }
  .margin-md-right-20 {
    margin-right: 20px; }
  .margin-md-25 {
    margin: 25px; }
  .margin-md-left-25 {
    margin-left: 25px; }
  .margin-md-top-25 {
    margin-top: 25px; }
  .margin-md-bottom-25 {
    margin-bottom: 25px; }
  .margin-md-right-25 {
    margin-right: 25px; }
  .margin-md-30 {
    margin: 30px; }
  .margin-md-left-30 {
    margin-left: 30px; }
  .margin-md-top-30 {
    margin-top: 30px; }
  .margin-md-bottom-30 {
    margin-bottom: 30px; }
  .margin-md-right-30 {
    margin-right: 30px; }
  .margin-md-35 {
    margin: 35px; }
  .margin-md-left-35 {
    margin-left: 35px; }
  .margin-md-top-35 {
    margin-top: 35px; }
  .margin-md-bottom-35 {
    margin-bottom: 35px; }
  .margin-md-right-35 {
    margin-right: 35px; }
  .margin-md-40 {
    margin: 40px; }
  .margin-md-left-40 {
    margin-left: 40px; }
  .margin-md-top-40 {
    margin-top: 40px; }
  .margin-md-bottom-40 {
    margin-bottom: 40px; }
  .margin-md-right-40 {
    margin-right: 40px; }
  .margin-md-45 {
    margin: 45px; }
  .margin-md-left-45 {
    margin-left: 45px; }
  .margin-md-top-45 {
    margin-top: 45px; }
  .margin-md-bottom-45 {
    margin-bottom: 45px; }
  .margin-md-right-45 {
    margin-right: 45px; }
  .margin-md-50 {
    margin: 50px; }
  .margin-md-left-50 {
    margin-left: 50px; }
  .margin-md-top-50 {
    margin-top: 50px; }
  .margin-md-bottom-50 {
    margin-bottom: 50px; }
  .margin-md-right-50 {
    margin-right: 50px; }
  .margin-md-55 {
    margin: 55px; }
  .margin-md-left-55 {
    margin-left: 55px; }
  .margin-md-top-55 {
    margin-top: 55px; }
  .margin-md-bottom-55 {
    margin-bottom: 55px; }
  .margin-md-right-55 {
    margin-right: 55px; }
  .margin-md-60 {
    margin: 60px; }
  .margin-md-left-60 {
    margin-left: 60px; }
  .margin-md-top-60 {
    margin-top: 60px; }
  .margin-md-bottom-60 {
    margin-bottom: 60px; }
  .margin-md-right-60 {
    margin-right: 60px; }
  .margin-md-65 {
    margin: 65px; }
  .margin-md-left-65 {
    margin-left: 65px; }
  .margin-md-top-65 {
    margin-top: 65px; }
  .margin-md-bottom-65 {
    margin-bottom: 65px; }
  .margin-md-right-65 {
    margin-right: 65px; }
  .margin-md-70 {
    margin: 70px; }
  .margin-md-left-70 {
    margin-left: 70px; }
  .margin-md-top-70 {
    margin-top: 70px; }
  .margin-md-bottom-70 {
    margin-bottom: 70px; }
  .margin-md-right-70 {
    margin-right: 70px; }
  .margin-md-75 {
    margin: 75px; }
  .margin-md-left-75 {
    margin-left: 75px; }
  .margin-md-top-75 {
    margin-top: 75px; }
  .margin-md-bottom-75 {
    margin-bottom: 75px; }
  .margin-md-right-75 {
    margin-right: 75px; }
  .margin-md-80 {
    margin: 80px; }
  .margin-md-left-80 {
    margin-left: 80px; }
  .margin-md-top-80 {
    margin-top: 80px; }
  .margin-md-bottom-80 {
    margin-bottom: 80px; }
  .margin-md-right-80 {
    margin-right: 80px; }
  .margin-md-85 {
    margin: 85px; }
  .margin-md-left-85 {
    margin-left: 85px; }
  .margin-md-top-85 {
    margin-top: 85px; }
  .margin-md-bottom-85 {
    margin-bottom: 85px; }
  .margin-md-right-85 {
    margin-right: 85px; }
  .margin-md-90 {
    margin: 90px; }
  .margin-md-left-90 {
    margin-left: 90px; }
  .margin-md-top-90 {
    margin-top: 90px; }
  .margin-md-bottom-90 {
    margin-bottom: 90px; }
  .margin-md-right-90 {
    margin-right: 90px; }
  .margin-md-95 {
    margin: 95px; }
  .margin-md-left-95 {
    margin-left: 95px; }
  .margin-md-top-95 {
    margin-top: 95px; }
  .margin-md-bottom-95 {
    margin-bottom: 95px; }
  .margin-md-right-95 {
    margin-right: 95px; }
  .margin-md-100 {
    margin: 100px; }
  .margin-md-left-100 {
    margin-left: 100px; }
  .margin-md-top-100 {
    margin-top: 100px; }
  .margin-md-bottom-100 {
    margin-bottom: 100px; }
  .margin-md-right-100 {
    margin-right: 100px; }
  .padding-md-0 {
    padding: 0px; }
  .padding-md-left-0 {
    padding-left: 0px; }
  .padding-md-top-0 {
    padding-top: 0px; }
  .padding-md-bottom-0 {
    padding-bottom: 0px; }
  .padding-md-right-0 {
    padding-right: 0px; }
  .padding-md-5 {
    padding: 5px; }
  .padding-md-left-5 {
    padding-left: 5px; }
  .padding-md-top-5 {
    padding-top: 5px; }
  .padding-md-bottom-5 {
    padding-bottom: 5px; }
  .padding-md-right-5 {
    padding-right: 5px; }
  .padding-md-10 {
    padding: 10px; }
  .padding-md-left-10 {
    padding-left: 10px; }
  .padding-md-top-10 {
    padding-top: 10px; }
  .padding-md-bottom-10 {
    padding-bottom: 10px; }
  .padding-md-right-10 {
    padding-right: 10px; }
  .padding-md-15 {
    padding: 15px; }
  .padding-md-left-15 {
    padding-left: 15px; }
  .padding-md-top-15 {
    padding-top: 15px; }
  .padding-md-bottom-15 {
    padding-bottom: 15px; }
  .padding-md-right-15 {
    padding-right: 15px; }
  .padding-md-20 {
    padding: 20px; }
  .padding-md-left-20 {
    padding-left: 20px; }
  .padding-md-top-20 {
    padding-top: 20px; }
  .padding-md-bottom-20 {
    padding-bottom: 20px; }
  .padding-md-right-20 {
    padding-right: 20px; }
  .padding-md-25 {
    padding: 25px; }
  .padding-md-left-25 {
    padding-left: 25px; }
  .padding-md-top-25 {
    padding-top: 25px; }
  .padding-md-bottom-25 {
    padding-bottom: 25px; }
  .padding-md-right-25 {
    padding-right: 25px; }
  .padding-md-30 {
    padding: 30px; }
  .padding-md-left-30 {
    padding-left: 30px; }
  .padding-md-top-30 {
    padding-top: 30px; }
  .padding-md-bottom-30 {
    padding-bottom: 30px; }
  .padding-md-right-30 {
    padding-right: 30px; }
  .padding-md-35 {
    padding: 35px; }
  .padding-md-left-35 {
    padding-left: 35px; }
  .padding-md-top-35 {
    padding-top: 35px; }
  .padding-md-bottom-35 {
    padding-bottom: 35px; }
  .padding-md-right-35 {
    padding-right: 35px; }
  .padding-md-40 {
    padding: 40px; }
  .padding-md-left-40 {
    padding-left: 40px; }
  .padding-md-top-40 {
    padding-top: 40px; }
  .padding-md-bottom-40 {
    padding-bottom: 40px; }
  .padding-md-right-40 {
    padding-right: 40px; }
  .padding-md-45 {
    padding: 45px; }
  .padding-md-left-45 {
    padding-left: 45px; }
  .padding-md-top-45 {
    padding-top: 45px; }
  .padding-md-bottom-45 {
    padding-bottom: 45px; }
  .padding-md-right-45 {
    padding-right: 45px; }
  .padding-md-50 {
    padding: 50px; }
  .padding-md-left-50 {
    padding-left: 50px; }
  .padding-md-top-50 {
    padding-top: 50px; }
  .padding-md-bottom-50 {
    padding-bottom: 50px; }
  .padding-md-right-50 {
    padding-right: 50px; }
  .padding-md-55 {
    padding: 55px; }
  .padding-md-left-55 {
    padding-left: 55px; }
  .padding-md-top-55 {
    padding-top: 55px; }
  .padding-md-bottom-55 {
    padding-bottom: 55px; }
  .padding-md-right-55 {
    padding-right: 55px; }
  .padding-md-60 {
    padding: 60px; }
  .padding-md-left-60 {
    padding-left: 60px; }
  .padding-md-top-60 {
    padding-top: 60px; }
  .padding-md-bottom-60 {
    padding-bottom: 60px; }
  .padding-md-right-60 {
    padding-right: 60px; }
  .padding-md-65 {
    padding: 65px; }
  .padding-md-left-65 {
    padding-left: 65px; }
  .padding-md-top-65 {
    padding-top: 65px; }
  .padding-md-bottom-65 {
    padding-bottom: 65px; }
  .padding-md-right-65 {
    padding-right: 65px; }
  .padding-md-70 {
    padding: 70px; }
  .padding-md-left-70 {
    padding-left: 70px; }
  .padding-md-top-70 {
    padding-top: 70px; }
  .padding-md-bottom-70 {
    padding-bottom: 70px; }
  .padding-md-right-70 {
    padding-right: 70px; }
  .padding-md-75 {
    padding: 75px; }
  .padding-md-left-75 {
    padding-left: 75px; }
  .padding-md-top-75 {
    padding-top: 75px; }
  .padding-md-bottom-75 {
    padding-bottom: 75px; }
  .padding-md-right-75 {
    padding-right: 75px; }
  .padding-md-80 {
    padding: 80px; }
  .padding-md-left-80 {
    padding-left: 80px; }
  .padding-md-top-80 {
    padding-top: 80px; }
  .padding-md-bottom-80 {
    padding-bottom: 80px; }
  .padding-md-right-80 {
    padding-right: 80px; }
  .padding-md-85 {
    padding: 85px; }
  .padding-md-left-85 {
    padding-left: 85px; }
  .padding-md-top-85 {
    padding-top: 85px; }
  .padding-md-bottom-85 {
    padding-bottom: 85px; }
  .padding-md-right-85 {
    padding-right: 85px; }
  .padding-md-90 {
    padding: 90px; }
  .padding-md-left-90 {
    padding-left: 90px; }
  .padding-md-top-90 {
    padding-top: 90px; }
  .padding-md-bottom-90 {
    padding-bottom: 90px; }
  .padding-md-right-90 {
    padding-right: 90px; }
  .padding-md-95 {
    padding: 95px; }
  .padding-md-left-95 {
    padding-left: 95px; }
  .padding-md-top-95 {
    padding-top: 95px; }
  .padding-md-bottom-95 {
    padding-bottom: 95px; }
  .padding-md-right-95 {
    padding-right: 95px; }
  .padding-md-100 {
    padding: 100px; }
  .padding-md-left-100 {
    padding-left: 100px; }
  .padding-md-top-100 {
    padding-top: 100px; }
  .padding-md-bottom-100 {
    padding-bottom: 100px; }
  .padding-md-right-100 {
    padding-right: 100px; } }

@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0px; }
  .margin-lg-left-0 {
    margin-left: 0px; }
  .margin-lg-top-0 {
    margin-top: 0px; }
  .margin-lg-bottom-0 {
    margin-bottom: 0px; }
  .margin-lg-right-0 {
    margin-right: 0px; }
  .margin-lg-5 {
    margin: 5px; }
  .margin-lg-left-5 {
    margin-left: 5px; }
  .margin-lg-top-5 {
    margin-top: 5px; }
  .margin-lg-bottom-5 {
    margin-bottom: 5px; }
  .margin-lg-right-5 {
    margin-right: 5px; }
  .margin-lg-10 {
    margin: 10px; }
  .margin-lg-left-10 {
    margin-left: 10px; }
  .margin-lg-top-10 {
    margin-top: 10px; }
  .margin-lg-bottom-10 {
    margin-bottom: 10px; }
  .margin-lg-right-10 {
    margin-right: 10px; }
  .margin-lg-15 {
    margin: 15px; }
  .margin-lg-left-15 {
    margin-left: 15px; }
  .margin-lg-top-15 {
    margin-top: 15px; }
  .margin-lg-bottom-15 {
    margin-bottom: 15px; }
  .margin-lg-right-15 {
    margin-right: 15px; }
  .margin-lg-20 {
    margin: 20px; }
  .margin-lg-left-20 {
    margin-left: 20px; }
  .margin-lg-top-20 {
    margin-top: 20px; }
  .margin-lg-bottom-20 {
    margin-bottom: 20px; }
  .margin-lg-right-20 {
    margin-right: 20px; }
  .margin-lg-25 {
    margin: 25px; }
  .margin-lg-left-25 {
    margin-left: 25px; }
  .margin-lg-top-25 {
    margin-top: 25px; }
  .margin-lg-bottom-25 {
    margin-bottom: 25px; }
  .margin-lg-right-25 {
    margin-right: 25px; }
  .margin-lg-30 {
    margin: 30px; }
  .margin-lg-left-30 {
    margin-left: 30px; }
  .margin-lg-top-30 {
    margin-top: 30px; }
  .margin-lg-bottom-30 {
    margin-bottom: 30px; }
  .margin-lg-right-30 {
    margin-right: 30px; }
  .margin-lg-35 {
    margin: 35px; }
  .margin-lg-left-35 {
    margin-left: 35px; }
  .margin-lg-top-35 {
    margin-top: 35px; }
  .margin-lg-bottom-35 {
    margin-bottom: 35px; }
  .margin-lg-right-35 {
    margin-right: 35px; }
  .margin-lg-40 {
    margin: 40px; }
  .margin-lg-left-40 {
    margin-left: 40px; }
  .margin-lg-top-40 {
    margin-top: 40px; }
  .margin-lg-bottom-40 {
    margin-bottom: 40px; }
  .margin-lg-right-40 {
    margin-right: 40px; }
  .margin-lg-45 {
    margin: 45px; }
  .margin-lg-left-45 {
    margin-left: 45px; }
  .margin-lg-top-45 {
    margin-top: 45px; }
  .margin-lg-bottom-45 {
    margin-bottom: 45px; }
  .margin-lg-right-45 {
    margin-right: 45px; }
  .margin-lg-50 {
    margin: 50px; }
  .margin-lg-left-50 {
    margin-left: 50px; }
  .margin-lg-top-50 {
    margin-top: 50px; }
  .margin-lg-bottom-50 {
    margin-bottom: 50px; }
  .margin-lg-right-50 {
    margin-right: 50px; }
  .margin-lg-55 {
    margin: 55px; }
  .margin-lg-left-55 {
    margin-left: 55px; }
  .margin-lg-top-55 {
    margin-top: 55px; }
  .margin-lg-bottom-55 {
    margin-bottom: 55px; }
  .margin-lg-right-55 {
    margin-right: 55px; }
  .margin-lg-60 {
    margin: 60px; }
  .margin-lg-left-60 {
    margin-left: 60px; }
  .margin-lg-top-60 {
    margin-top: 60px; }
  .margin-lg-bottom-60 {
    margin-bottom: 60px; }
  .margin-lg-right-60 {
    margin-right: 60px; }
  .margin-lg-65 {
    margin: 65px; }
  .margin-lg-left-65 {
    margin-left: 65px; }
  .margin-lg-top-65 {
    margin-top: 65px; }
  .margin-lg-bottom-65 {
    margin-bottom: 65px; }
  .margin-lg-right-65 {
    margin-right: 65px; }
  .margin-lg-70 {
    margin: 70px; }
  .margin-lg-left-70 {
    margin-left: 70px; }
  .margin-lg-top-70 {
    margin-top: 70px; }
  .margin-lg-bottom-70 {
    margin-bottom: 70px; }
  .margin-lg-right-70 {
    margin-right: 70px; }
  .margin-lg-75 {
    margin: 75px; }
  .margin-lg-left-75 {
    margin-left: 75px; }
  .margin-lg-top-75 {
    margin-top: 75px; }
  .margin-lg-bottom-75 {
    margin-bottom: 75px; }
  .margin-lg-right-75 {
    margin-right: 75px; }
  .margin-lg-80 {
    margin: 80px; }
  .margin-lg-left-80 {
    margin-left: 80px; }
  .margin-lg-top-80 {
    margin-top: 80px; }
  .margin-lg-bottom-80 {
    margin-bottom: 80px; }
  .margin-lg-right-80 {
    margin-right: 80px; }
  .margin-lg-85 {
    margin: 85px; }
  .margin-lg-left-85 {
    margin-left: 85px; }
  .margin-lg-top-85 {
    margin-top: 85px; }
  .margin-lg-bottom-85 {
    margin-bottom: 85px; }
  .margin-lg-right-85 {
    margin-right: 85px; }
  .margin-lg-90 {
    margin: 90px; }
  .margin-lg-left-90 {
    margin-left: 90px; }
  .margin-lg-top-90 {
    margin-top: 90px; }
  .margin-lg-bottom-90 {
    margin-bottom: 90px; }
  .margin-lg-right-90 {
    margin-right: 90px; }
  .margin-lg-95 {
    margin: 95px; }
  .margin-lg-left-95 {
    margin-left: 95px; }
  .margin-lg-top-95 {
    margin-top: 95px; }
  .margin-lg-bottom-95 {
    margin-bottom: 95px; }
  .margin-lg-right-95 {
    margin-right: 95px; }
  .margin-lg-100 {
    margin: 100px; }
  .margin-lg-left-100 {
    margin-left: 100px; }
  .margin-lg-top-100 {
    margin-top: 100px; }
  .margin-lg-bottom-100 {
    margin-bottom: 100px; }
  .margin-lg-right-100 {
    margin-right: 100px; }
  .padding-lg-0 {
    padding: 0px; }
  .padding-lg-left-0 {
    padding-left: 0px; }
  .padding-lg-top-0 {
    padding-top: 0px; }
  .padding-lg-bottom-0 {
    padding-bottom: 0px; }
  .padding-lg-right-0 {
    padding-right: 0px; }
  .padding-lg-5 {
    padding: 5px; }
  .padding-lg-left-5 {
    padding-left: 5px; }
  .padding-lg-top-5 {
    padding-top: 5px; }
  .padding-lg-bottom-5 {
    padding-bottom: 5px; }
  .padding-lg-right-5 {
    padding-right: 5px; }
  .padding-lg-10 {
    padding: 10px; }
  .padding-lg-left-10 {
    padding-left: 10px; }
  .padding-lg-top-10 {
    padding-top: 10px; }
  .padding-lg-bottom-10 {
    padding-bottom: 10px; }
  .padding-lg-right-10 {
    padding-right: 10px; }
  .padding-lg-15 {
    padding: 15px; }
  .padding-lg-left-15 {
    padding-left: 15px; }
  .padding-lg-top-15 {
    padding-top: 15px; }
  .padding-lg-bottom-15 {
    padding-bottom: 15px; }
  .padding-lg-right-15 {
    padding-right: 15px; }
  .padding-lg-20 {
    padding: 20px; }
  .padding-lg-left-20 {
    padding-left: 20px; }
  .padding-lg-top-20 {
    padding-top: 20px; }
  .padding-lg-bottom-20 {
    padding-bottom: 20px; }
  .padding-lg-right-20 {
    padding-right: 20px; }
  .padding-lg-25 {
    padding: 25px; }
  .padding-lg-left-25 {
    padding-left: 25px; }
  .padding-lg-top-25 {
    padding-top: 25px; }
  .padding-lg-bottom-25 {
    padding-bottom: 25px; }
  .padding-lg-right-25 {
    padding-right: 25px; }
  .padding-lg-30 {
    padding: 30px; }
  .padding-lg-left-30 {
    padding-left: 30px; }
  .padding-lg-top-30 {
    padding-top: 30px; }
  .padding-lg-bottom-30 {
    padding-bottom: 30px; }
  .padding-lg-right-30 {
    padding-right: 30px; }
  .padding-lg-35 {
    padding: 35px; }
  .padding-lg-left-35 {
    padding-left: 35px; }
  .padding-lg-top-35 {
    padding-top: 35px; }
  .padding-lg-bottom-35 {
    padding-bottom: 35px; }
  .padding-lg-right-35 {
    padding-right: 35px; }
  .padding-lg-40 {
    padding: 40px; }
  .padding-lg-left-40 {
    padding-left: 40px; }
  .padding-lg-top-40 {
    padding-top: 40px; }
  .padding-lg-bottom-40 {
    padding-bottom: 40px; }
  .padding-lg-right-40 {
    padding-right: 40px; }
  .padding-lg-45 {
    padding: 45px; }
  .padding-lg-left-45 {
    padding-left: 45px; }
  .padding-lg-top-45 {
    padding-top: 45px; }
  .padding-lg-bottom-45 {
    padding-bottom: 45px; }
  .padding-lg-right-45 {
    padding-right: 45px; }
  .padding-lg-50 {
    padding: 50px; }
  .padding-lg-left-50 {
    padding-left: 50px; }
  .padding-lg-top-50 {
    padding-top: 50px; }
  .padding-lg-bottom-50 {
    padding-bottom: 50px; }
  .padding-lg-right-50 {
    padding-right: 50px; }
  .padding-lg-55 {
    padding: 55px; }
  .padding-lg-left-55 {
    padding-left: 55px; }
  .padding-lg-top-55 {
    padding-top: 55px; }
  .padding-lg-bottom-55 {
    padding-bottom: 55px; }
  .padding-lg-right-55 {
    padding-right: 55px; }
  .padding-lg-60 {
    padding: 60px; }
  .padding-lg-left-60 {
    padding-left: 60px; }
  .padding-lg-top-60 {
    padding-top: 60px; }
  .padding-lg-bottom-60 {
    padding-bottom: 60px; }
  .padding-lg-right-60 {
    padding-right: 60px; }
  .padding-lg-65 {
    padding: 65px; }
  .padding-lg-left-65 {
    padding-left: 65px; }
  .padding-lg-top-65 {
    padding-top: 65px; }
  .padding-lg-bottom-65 {
    padding-bottom: 65px; }
  .padding-lg-right-65 {
    padding-right: 65px; }
  .padding-lg-70 {
    padding: 70px; }
  .padding-lg-left-70 {
    padding-left: 70px; }
  .padding-lg-top-70 {
    padding-top: 70px; }
  .padding-lg-bottom-70 {
    padding-bottom: 70px; }
  .padding-lg-right-70 {
    padding-right: 70px; }
  .padding-lg-75 {
    padding: 75px; }
  .padding-lg-left-75 {
    padding-left: 75px; }
  .padding-lg-top-75 {
    padding-top: 75px; }
  .padding-lg-bottom-75 {
    padding-bottom: 75px; }
  .padding-lg-right-75 {
    padding-right: 75px; }
  .padding-lg-80 {
    padding: 80px; }
  .padding-lg-left-80 {
    padding-left: 80px; }
  .padding-lg-top-80 {
    padding-top: 80px; }
  .padding-lg-bottom-80 {
    padding-bottom: 80px; }
  .padding-lg-right-80 {
    padding-right: 80px; }
  .padding-lg-85 {
    padding: 85px; }
  .padding-lg-left-85 {
    padding-left: 85px; }
  .padding-lg-top-85 {
    padding-top: 85px; }
  .padding-lg-bottom-85 {
    padding-bottom: 85px; }
  .padding-lg-right-85 {
    padding-right: 85px; }
  .padding-lg-90 {
    padding: 90px; }
  .padding-lg-left-90 {
    padding-left: 90px; }
  .padding-lg-top-90 {
    padding-top: 90px; }
  .padding-lg-bottom-90 {
    padding-bottom: 90px; }
  .padding-lg-right-90 {
    padding-right: 90px; }
  .padding-lg-95 {
    padding: 95px; }
  .padding-lg-left-95 {
    padding-left: 95px; }
  .padding-lg-top-95 {
    padding-top: 95px; }
  .padding-lg-bottom-95 {
    padding-bottom: 95px; }
  .padding-lg-right-95 {
    padding-right: 95px; }
  .padding-lg-100 {
    padding: 100px; }
  .padding-lg-left-100 {
    padding-left: 100px; }
  .padding-lg-top-100 {
    padding-top: 100px; }
  .padding-lg-bottom-100 {
    padding-bottom: 100px; }
  .padding-lg-right-100 {
    padding-right: 100px; } }

.font-size-0 {
  font-size: 0px; }

.font-size-2 {
  font-size: 2px; }

.font-size-4 {
  font-size: 4px; }

.font-size-6 {
  font-size: 6px; }

.font-size-8 {
  font-size: 8px; }

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

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

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

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

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

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

.font-size-22 {
  font-size: 22px; }

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

.font-size-26 {
  font-size: 26px; }

.font-size-28 {
  font-size: 28px; }

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

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

.font-size-34 {
  font-size: 34px; }

.font-size-36 {
  font-size: 36px; }

.font-size-38 {
  font-size: 38px; }

.font-size-40 {
  font-size: 40px; }

.font-size-42 {
  font-size: 42px; }

.font-size-44 {
  font-size: 44px; }

.font-size-46 {
  font-size: 46px; }

.font-size-48 {
  font-size: 48px; }

.font-size-50 {
  font-size: 50px; }

.font-size-52 {
  font-size: 52px; }

.font-size-54 {
  font-size: 54px; }

.font-size-56 {
  font-size: 56px; }

.font-size-58 {
  font-size: 58px; }

.font-size-60 {
  font-size: 60px; }

.font-size-62 {
  font-size: 62px; }

.font-size-64 {
  font-size: 64px; }

.font-size-66 {
  font-size: 66px; }

.font-size-68 {
  font-size: 68px; }

.font-size-70 {
  font-size: 70px; }

.font-size-72 {
  font-size: 72px; }

.font-size-74 {
  font-size: 74px; }

.font-size-76 {
  font-size: 76px; }

.font-size-78 {
  font-size: 78px; }

.font-size-80 {
  font-size: 80px; }

.font-size-82 {
  font-size: 82px; }

.font-size-84 {
  font-size: 84px; }

.font-size-86 {
  font-size: 86px; }

.font-size-88 {
  font-size: 88px; }

.font-size-90 {
  font-size: 90px; }

.font-size-92 {
  font-size: 92px; }

.font-size-94 {
  font-size: 94px; }

.font-size-96 {
  font-size: 96px; }

.font-size-98 {
  font-size: 98px; }

.font-size-100 {
  font-size: 100px; }

@media (max-width: 767px) {
  .font-size-xs-0 {
    font-size: 0px; }
  .font-size-xs-2 {
    font-size: 2px; }
  .font-size-xs-4 {
    font-size: 4px; }
  .font-size-xs-6 {
    font-size: 6px; }
  .font-size-xs-8 {
    font-size: 8px; }
  .font-size-xs-10 {
    font-size: 10px; }
  .font-size-xs-12 {
    font-size: 12px; }
  .font-size-xs-14 {
    font-size: 14px; }
  .font-size-xs-16 {
    font-size: 16px; }
  .font-size-xs-18 {
    font-size: 18px; }
  .font-size-xs-20 {
    font-size: 20px; }
  .font-size-xs-22 {
    font-size: 22px; }
  .font-size-xs-24 {
    font-size: 24px; }
  .font-size-xs-26 {
    font-size: 26px; }
  .font-size-xs-28 {
    font-size: 28px; }
  .font-size-xs-30 {
    font-size: 30px; }
  .font-size-xs-32 {
    font-size: 32px; }
  .font-size-xs-34 {
    font-size: 34px; }
  .font-size-xs-36 {
    font-size: 36px; }
  .font-size-xs-38 {
    font-size: 38px; }
  .font-size-xs-40 {
    font-size: 40px; }
  .font-size-xs-42 {
    font-size: 42px; }
  .font-size-xs-44 {
    font-size: 44px; }
  .font-size-xs-46 {
    font-size: 46px; }
  .font-size-xs-48 {
    font-size: 48px; }
  .font-size-xs-50 {
    font-size: 50px; }
  .font-size-xs-52 {
    font-size: 52px; }
  .font-size-xs-54 {
    font-size: 54px; }
  .font-size-xs-56 {
    font-size: 56px; }
  .font-size-xs-58 {
    font-size: 58px; }
  .font-size-xs-60 {
    font-size: 60px; }
  .font-size-xs-62 {
    font-size: 62px; }
  .font-size-xs-64 {
    font-size: 64px; }
  .font-size-xs-66 {
    font-size: 66px; }
  .font-size-xs-68 {
    font-size: 68px; }
  .font-size-xs-70 {
    font-size: 70px; }
  .font-size-xs-72 {
    font-size: 72px; }
  .font-size-xs-74 {
    font-size: 74px; }
  .font-size-xs-76 {
    font-size: 76px; }
  .font-size-xs-78 {
    font-size: 78px; }
  .font-size-xs-80 {
    font-size: 80px; }
  .font-size-xs-82 {
    font-size: 82px; }
  .font-size-xs-84 {
    font-size: 84px; }
  .font-size-xs-86 {
    font-size: 86px; }
  .font-size-xs-88 {
    font-size: 88px; }
  .font-size-xs-90 {
    font-size: 90px; }
  .font-size-xs-92 {
    font-size: 92px; }
  .font-size-xs-94 {
    font-size: 94px; }
  .font-size-xs-96 {
    font-size: 96px; }
  .font-size-xs-98 {
    font-size: 98px; }
  .font-size-xs-100 {
    font-size: 100px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .font-size-sm-0 {
    font-size: 0px; }
  .font-size-sm-2 {
    font-size: 2px; }
  .font-size-sm-4 {
    font-size: 4px; }
  .font-size-sm-6 {
    font-size: 6px; }
  .font-size-sm-8 {
    font-size: 8px; }
  .font-size-sm-10 {
    font-size: 10px; }
  .font-size-sm-12 {
    font-size: 12px; }
  .font-size-sm-14 {
    font-size: 14px; }
  .font-size-sm-16 {
    font-size: 16px; }
  .font-size-sm-18 {
    font-size: 18px; }
  .font-size-sm-20 {
    font-size: 20px; }
  .font-size-sm-22 {
    font-size: 22px; }
  .font-size-sm-24 {
    font-size: 24px; }
  .font-size-sm-26 {
    font-size: 26px; }
  .font-size-sm-28 {
    font-size: 28px; }
  .font-size-sm-30 {
    font-size: 30px; }
  .font-size-sm-32 {
    font-size: 32px; }
  .font-size-sm-34 {
    font-size: 34px; }
  .font-size-sm-36 {
    font-size: 36px; }
  .font-size-sm-38 {
    font-size: 38px; }
  .font-size-sm-40 {
    font-size: 40px; }
  .font-size-sm-42 {
    font-size: 42px; }
  .font-size-sm-44 {
    font-size: 44px; }
  .font-size-sm-46 {
    font-size: 46px; }
  .font-size-sm-48 {
    font-size: 48px; }
  .font-size-sm-50 {
    font-size: 50px; }
  .font-size-sm-52 {
    font-size: 52px; }
  .font-size-sm-54 {
    font-size: 54px; }
  .font-size-sm-56 {
    font-size: 56px; }
  .font-size-sm-58 {
    font-size: 58px; }
  .font-size-sm-60 {
    font-size: 60px; }
  .font-size-sm-62 {
    font-size: 62px; }
  .font-size-sm-64 {
    font-size: 64px; }
  .font-size-sm-66 {
    font-size: 66px; }
  .font-size-sm-68 {
    font-size: 68px; }
  .font-size-sm-70 {
    font-size: 70px; }
  .font-size-sm-72 {
    font-size: 72px; }
  .font-size-sm-74 {
    font-size: 74px; }
  .font-size-sm-76 {
    font-size: 76px; }
  .font-size-sm-78 {
    font-size: 78px; }
  .font-size-sm-80 {
    font-size: 80px; }
  .font-size-sm-82 {
    font-size: 82px; }
  .font-size-sm-84 {
    font-size: 84px; }
  .font-size-sm-86 {
    font-size: 86px; }
  .font-size-sm-88 {
    font-size: 88px; }
  .font-size-sm-90 {
    font-size: 90px; }
  .font-size-sm-92 {
    font-size: 92px; }
  .font-size-sm-94 {
    font-size: 94px; }
  .font-size-sm-96 {
    font-size: 96px; }
  .font-size-sm-98 {
    font-size: 98px; }
  .font-size-sm-100 {
    font-size: 100px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .font-size-md-0 {
    font-size: 0px; }
  .font-size-md-2 {
    font-size: 2px; }
  .font-size-md-4 {
    font-size: 4px; }
  .font-size-md-6 {
    font-size: 6px; }
  .font-size-md-8 {
    font-size: 8px; }
  .font-size-md-10 {
    font-size: 10px; }
  .font-size-md-12 {
    font-size: 12px; }
  .font-size-md-14 {
    font-size: 14px; }
  .font-size-md-16 {
    font-size: 16px; }
  .font-size-md-18 {
    font-size: 18px; }
  .font-size-md-20 {
    font-size: 20px; }
  .font-size-md-22 {
    font-size: 22px; }
  .font-size-md-24 {
    font-size: 24px; }
  .font-size-md-26 {
    font-size: 26px; }
  .font-size-md-28 {
    font-size: 28px; }
  .font-size-md-30 {
    font-size: 30px; }
  .font-size-md-32 {
    font-size: 32px; }
  .font-size-md-34 {
    font-size: 34px; }
  .font-size-md-36 {
    font-size: 36px; }
  .font-size-md-38 {
    font-size: 38px; }
  .font-size-md-40 {
    font-size: 40px; }
  .font-size-md-42 {
    font-size: 42px; }
  .font-size-md-44 {
    font-size: 44px; }
  .font-size-md-46 {
    font-size: 46px; }
  .font-size-md-48 {
    font-size: 48px; }
  .font-size-md-50 {
    font-size: 50px; }
  .font-size-md-52 {
    font-size: 52px; }
  .font-size-md-54 {
    font-size: 54px; }
  .font-size-md-56 {
    font-size: 56px; }
  .font-size-md-58 {
    font-size: 58px; }
  .font-size-md-60 {
    font-size: 60px; }
  .font-size-md-62 {
    font-size: 62px; }
  .font-size-md-64 {
    font-size: 64px; }
  .font-size-md-66 {
    font-size: 66px; }
  .font-size-md-68 {
    font-size: 68px; }
  .font-size-md-70 {
    font-size: 70px; }
  .font-size-md-72 {
    font-size: 72px; }
  .font-size-md-74 {
    font-size: 74px; }
  .font-size-md-76 {
    font-size: 76px; }
  .font-size-md-78 {
    font-size: 78px; }
  .font-size-md-80 {
    font-size: 80px; }
  .font-size-md-82 {
    font-size: 82px; }
  .font-size-md-84 {
    font-size: 84px; }
  .font-size-md-86 {
    font-size: 86px; }
  .font-size-md-88 {
    font-size: 88px; }
  .font-size-md-90 {
    font-size: 90px; }
  .font-size-md-92 {
    font-size: 92px; }
  .font-size-md-94 {
    font-size: 94px; }
  .font-size-md-96 {
    font-size: 96px; }
  .font-size-md-98 {
    font-size: 98px; }
  .font-size-md-100 {
    font-size: 100px; } }

@media (min-width: 1200px) {
  .font-size-lg-0 {
    font-size: 0px; }
  .font-size-lg-2 {
    font-size: 2px; }
  .font-size-lg-4 {
    font-size: 4px; }
  .font-size-lg-6 {
    font-size: 6px; }
  .font-size-lg-8 {
    font-size: 8px; }
  .font-size-lg-10 {
    font-size: 10px; }
  .font-size-lg-12 {
    font-size: 12px; }
  .font-size-lg-14 {
    font-size: 14px; }
  .font-size-lg-16 {
    font-size: 16px; }
  .font-size-lg-18 {
    font-size: 18px; }
  .font-size-lg-20 {
    font-size: 20px; }
  .font-size-lg-22 {
    font-size: 22px; }
  .font-size-lg-24 {
    font-size: 24px; }
  .font-size-lg-26 {
    font-size: 26px; }
  .font-size-lg-28 {
    font-size: 28px; }
  .font-size-lg-30 {
    font-size: 30px; }
  .font-size-lg-32 {
    font-size: 32px; }
  .font-size-lg-34 {
    font-size: 34px; }
  .font-size-lg-36 {
    font-size: 36px; }
  .font-size-lg-38 {
    font-size: 38px; }
  .font-size-lg-40 {
    font-size: 40px; }
  .font-size-lg-42 {
    font-size: 42px; }
  .font-size-lg-44 {
    font-size: 44px; }
  .font-size-lg-46 {
    font-size: 46px; }
  .font-size-lg-48 {
    font-size: 48px; }
  .font-size-lg-50 {
    font-size: 50px; }
  .font-size-lg-52 {
    font-size: 52px; }
  .font-size-lg-54 {
    font-size: 54px; }
  .font-size-lg-56 {
    font-size: 56px; }
  .font-size-lg-58 {
    font-size: 58px; }
  .font-size-lg-60 {
    font-size: 60px; }
  .font-size-lg-62 {
    font-size: 62px; }
  .font-size-lg-64 {
    font-size: 64px; }
  .font-size-lg-66 {
    font-size: 66px; }
  .font-size-lg-68 {
    font-size: 68px; }
  .font-size-lg-70 {
    font-size: 70px; }
  .font-size-lg-72 {
    font-size: 72px; }
  .font-size-lg-74 {
    font-size: 74px; }
  .font-size-lg-76 {
    font-size: 76px; }
  .font-size-lg-78 {
    font-size: 78px; }
  .font-size-lg-80 {
    font-size: 80px; }
  .font-size-lg-82 {
    font-size: 82px; }
  .font-size-lg-84 {
    font-size: 84px; }
  .font-size-lg-86 {
    font-size: 86px; }
  .font-size-lg-88 {
    font-size: 88px; }
  .font-size-lg-90 {
    font-size: 90px; }
  .font-size-lg-92 {
    font-size: 92px; }
  .font-size-lg-94 {
    font-size: 94px; }
  .font-size-lg-96 {
    font-size: 96px; }
  .font-size-lg-98 {
    font-size: 98px; }
  .font-size-lg-100 {
    font-size: 100px; } }

#h_main {
  background-color: #FFFFFF;
  position: relative;
  height: 80px;
  z-index: 99999; }
  #h_main .blocker {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9999999999; }
    #h_main .blocker.active {
      z-index: 9999999999; }
  #h_main .inner {
    height: 80px;
    position: relative; }
    @media (min-width: 480px) {
      #h_main .inner {
        height: 80px; } }
    @media (min-width: 768px) {
      #h_main .inner {
        height: 80px; } }
    @media (max-width: 767px) {
      #h_main .inner {
        height: 80px; } }
    @media (min-width: 992px) {
      #h_main .inner {
        height: 80px; } }
    @media (min-width: 1200px) {
      #h_main .inner {
        height: 80px; } }
    #h_main .inner h1, #h_main .inner h2 {
      display: block;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 26px;
      font-weight: 500;
      left: 0;
      margin: 0;
      position: absolute;
      text-transform: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 767px) {
        #h_main .inner h1, #h_main .inner h2 {
          font-size: 18px;
          line-height: 21px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #h_main .inner h1, #h_main .inner h2 {
          font-size: 20px; } }
      #h_main .inner h1 a, #h_main .inner h2 a {
        color: #231E1F;
        text-decoration: none;
        font-weight: 600; }
    #h_main .inner .socials {
      position: absolute;
      left: 10%;
      top: 45%;
      -webkit-transform: translateY(-55%);
              transform: translateY(-55%); }
    #h_main .inner .strip_nav {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      #h_main .inner .strip_nav li {
        display: inline-block;
        margin-left: 30px;
        vertical-align: middle; }
        #h_main .inner .strip_nav li a {
          color: #F37020;
          text-decoration: none;
          text-transform: uppercase;
          font-weight: 600; }
          #h_main .inner .strip_nav li a:hover {
            text-decoration: underline; }
        #h_main .inner .strip_nav li.cart, #h_main .inner .strip_nav li.search {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 30px;
          width: 30px; }
          #h_main .inner .strip_nav li.cart a, #h_main .inner .strip_nav li.search a {
            display: block;
            height: 30px;
            position: relative;
            text-decoration: none;
            width: 30px; }
            #h_main .inner .strip_nav li.cart a:hover, #h_main .inner .strip_nav li.search a:hover {
              text-decoration: none; }
        #h_main .inner .strip_nav li.cart {
          background-image: url("/img/icons/icon_cart.png"); }
          #h_main .inner .strip_nav li.cart a {
            text-decoration: none; }
          #h_main .inner .strip_nav li.cart .items {
            display: initial;
            background-color: #F37020;
            color: #FFFFFF;
            font-size: 12px;
            line-height: 20px;
            height: 20px;
            left: 22px;
            min-width: 20px;
            padding: 0 5px;
            position: relative;
            text-align: center;
            top: -10px;
            border-radius: 10px; }
        #h_main .inner .strip_nav li.search {
          background-image: url("/img/icons/icon_search.png"); }
      #h_main .inner .strip_nav .e-service {
        text-decoration: none;
        text-transform: none; }
    #h_main .inner .h_main_logo {
      background-image: url("/img/logo.png");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: 0;
      height: auto;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: auto; }
      #h_main .inner .h_main_logo a {
        display: block;
        height: 100%;
        width: 100%; }

#n_main {
  background-color: #231E1F;
  color: #FFFFFF;
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  display: inline-block;
  top: 0;
  z-index: 9999; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #n_main {
      position: relative;
      top: 0px;
      width: 100%; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #n_main.sticky {
      position: fixed !important;
      top: 0;
      width: 100%; } }
  #n_main .blocker {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9999999999; }
    #n_main .blocker.active {
      z-index: 9999999999; }
  #n_main .inner {
    height: 80px; }
    #n_main .inner ul.full {
      display: block;
      list-style: none;
      text-align: right;
      margin: 0; }
      #n_main .inner ul.full li {
        display: inline-block; }
        #n_main .inner ul.full li.fw {
          height: 0;
          width: 100%; }
        #n_main .inner ul.full li a {
          color: #464646;
          display: block;
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: 600;
          line-height: 80px;
          padding: 0 5px;
          position: relative;
          text-decoration: none;
          text-transform: uppercase;
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-property: background;
          transition-property: background; }
          #n_main .inner ul.full li a.active, #n_main .inner ul.full li a:hover{
              color: white;
          }
          @media (min-width: 1200px) {
            #n_main .inner ul.full li a {
              font-size: 14px;
              padding: 0 15px; } }
          #n_main .inner ul.full li a:before, #n_main .inner ul.full li a:after {
            background-color: #231E1F;
            content: "";
            display: block;
            height: 101px;
            left: 0;
            position: absolute;
            width: 100%;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s;
            -webkit-transition-property: background;
            transition-property: background; }
        #n_main .inner ul.full li a.nosub:before{
            height: 81px;
        }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              #n_main .inner ul.full li a:before, #n_main .inner ul.full li a:after {
                height: 60px; } }
            @supports (-ms-ime-align: auto) {
              #n_main .inner ul.full li a:before, #n_main .inner ul.full li a:after {
                height: 60px; } }
          #n_main .inner ul.full li a:before {
            background-image: url("/img/backgrounds/nav_tracks.png");
            background-position: top right;
            background-repeat: no-repeat;
            -webkit-clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 80%, 85% 81%, 80% 100%, 20% 100%, 15% 80%, 0 80%);
                    clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 80%, 85% 81%, 80% 100%, 20% 100%, 15% 80%, 0 80%);
            top: -60px;
            z-index: -1;
            -webkit-transition-duration: 0.4s;
                    transition-duration: 0.4s;
            -webkit-transition-property: all;
            transition-property: all; }
          #n_main .inner ul.full li a.nosub:before {
            background-image: url("/img/backgrounds/nav_tracks.png");
            background-position: top right;
            background-repeat: no-repeat;
            -webkit-clip-path: none;
                    clip-path: none;
            top: -101px;
            z-index: -1;
            -webkit-transition-duration: 0.4s;
                    transition-duration: 0.4s;
            -webkit-transition-property: all;
            transition-property: all; }
          #n_main .inner ul.full li a:after {
            bottom: -10px;
            display: none;
            -webkit-clip-path: polygon(0 10px, calc(50% - 30px) 10px, calc(50% - 20px) 0, calc(50% + 20px) 0, calc(50% + 30px) 10px);
                    clip-path: polygon(0 10px, calc(50% - 30px) 10px, calc(50% - 20px) 0, calc(50% + 20px) 0, calc(50% + 30px) 10px);
            -webkit-transition-duration: 0.4s;
                    transition-duration: 0.4s;
            -webkit-transition-property: all;
            transition-property: all; }
          #n_main .inner ul.full li a:hover, #n_main .inner ul.full li a.active {
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s; }
            #n_main .inner ul.full li a:hover:before, #n_main .inner ul.full li a.active:before {
              background-color: #F37020;
              top: 0;
              -webkit-transition-duration: 0.1s;
                      transition-duration: 0.1s; }
            #n_main .inner ul.full li a:hover:after, #n_main .inner ul.full li a.active:after {
              bottom: 0;
              -webkit-transition-duration: 0.2s;
                      transition-duration: 0.2s; }
    #n_main .inner ul.mobile {
      display: block;
      list-style: none;
      margin-left: -15px;
      margin-right: -15px;
      text-align: justify;
      height: 60px; }
      #n_main .inner ul.mobile li {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 60%;
        display: inline-block;
        height: 60px;
        position: relative;
        width: 60px; }
        #n_main .inner ul.mobile li a {
          display: block;
          height: 60px;
          left: 0;
          position: absolute;
          text-decoration: none;
          top: 0;
          width: 60px; }
        #n_main .inner ul.mobile li.contact {
          background-image: url("/img/icons/icon_contact_w.png"); }
        #n_main .inner ul.mobile li.cart {
          background-image: url("/img/icons/icon_cart_w.png"); }
          #n_main .inner ul.mobile li.cart .items {
            display: none;
            background-color: #F37020;
            color: #FFFFFF;
            font-size: 12px;
            line-height: 20px;
            height: 20px;
            left: 40px;
            min-width: 20px;
            padding: 0 5px;
            position: relative;
            text-align: center;
            top: 5px;
            border-radius: 10px; }
        #n_main .inner ul.mobile li.search {
          background-image: url("/img/icons/icon_search_w.png"); }
        #n_main .inner ul.mobile li.fw {
          height: 0;
          width: 100%; }

#success_message {
  background-color: #F37020;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1; }
  #success_message.fadeout {
    pointer-events: none;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all; }
  #success_message.removed {
    height: 0;
    overflow: hidden;
    width: 0; }
  #success_message p {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: center; }

#mega_overlay {
  background-image: url("/img/backgrounds/trans70black.png");
  display: block;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all; }
  #mega_overlay.active {
    display: block;
    pointer-events: all;
    opacity: 1;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }

@media (max-width: 1240px) {
    .m_menu{
        text-align: left !important;
    }
}

.mega_nav {
  height: 0;
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
  top: 81px;
  z-index: 999;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mega_nav.sticky {
      position: fixed !important;
      left: 0;
      right: 0; } }
  .mega_nav.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .mega_nav > .container > .row {
    margin-left: 0;
    margin-right: 0;
    position: relative; }
    .mega_nav > .container > .row > div {
      background-color: #FFFFFF;
      padding: 0;
      position: absolute;
      z-index: 999; }
      .mega_nav > .container > .row > div > .row {
        margin: 0;
        overflow: hidden; }
        .mega_nav > .container > .row > div > .row > div {
          overflow: hidden;
          padding: 0; }
          @media (min-width: 1200px) {
            .mega_nav > .container > .row > div > .row > div {
              height: auto; } }
  .mega_nav .toggle {
    opacity: 1;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .mega_nav .noview {
    pointer-events: none;
    opacity: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .mega_nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 25px;
    position: relative;
    width: 100%;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-property: margin;
    transition-property: margin; }
    .mega_nav ul.level1 {
      margin: 0 0 0 0; }
    .mega_nav ul.level2 {
      margin: 0 0 0 -100%; }
    .mega_nav ul.level3 {
      margin: 0 0 0 -200%; }
    .mega_nav ul li {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100px;
      border-bottom: 1px solid #eeeeee; }
      /* .mega_nav ul li:last-child {
        border: none; } */
      .mega_nav ul li a {
        background-color: transparent;
        background-position: 10px 50%;
        background-repeat: no-repeat;
        background-size: contain;
        color: #9B9B9B;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        height: 90%;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        text-transform: uppercase;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: all;
        transition-property: all; }
        .mega_nav ul li a span {
          display: block;
          position: absolute;
          top: 50%;
          font-size: 14px;
          font-weight: 700;
          color: #464646;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (min-width: 992px) {
            .mega_nav ul li a span.title {
              left: 125px; } }
          @media (min-width: 1200px) {
            .mega_nav ul li a span.title {
              left: 150px; } }
          .mega_nav ul li a span.arrow {
            background-image: url("/img/arrow_next.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 9px 20px;
            height: 40px;
            right: 10px;
            width: 18px;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s;
            -webkit-transition-property: all;
            transition-property: all; }
        .mega_nav ul li a:hover {
          background-color: #F3F3F3;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
          .mega_nav ul li a:hover span.arrow {
            right: 5px;
            -webkit-transition-duration: 0.1s;
                    transition-duration: 0.1s; }
      .mega_nav ul li ul {
        left: 100%;
        padding: 50px 25px;
        position: absolute;
        top: 0; }
        .mega_nav ul li ul li {
          height: auto;
          display: inline-block;
          height: 35px;
          line-height: 30px;
          margin-bottom: 10px;
          min-height: 35px;
          width: 49%; }
          /* .mega_nav ul li ul li:first-of-type {
            width: 100%; }
            .mega_nav ul li ul li:first-of-type a {
              background-color: transparent;
              text-indent: 15px; }
              .mega_nav ul li ul li:first-of-type a span.arrow {
                background-image: url("/img/arrow_prev.png");
                left: 0;
                -webkit-transition-duration: 0.2s;
                        transition-duration: 0.2s;
                -webkit-transition-property: all;
                transition-property: all; } 
              .mega_nav ul li ul li:first-of-type a:hover {
                background-color: transparent; }
                .mega_nav ul li ul li:first-of-type a:hover span.arrow {
                  left: -5px;
                  -webkit-transition-duration: 0.1s;
                          transition-duration: 0.1s; }*/
          .mega_nav ul li ul li a {
            background-color: transparent;
            height: 40px;
            padding: 5px 10px;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s;
            -webkit-transition-property: background;
            transition-property: background; }
            .mega_nav ul li ul li a .arrow {
              right: 10px;
              -webkit-transition-duration: 0.2s;
                      transition-duration: 0.2s;
              -webkit-transition-property: all;
              transition-property: all; }
            .mega_nav ul li ul li a:hover {
              background-color: #F3F3F3;
              -webkit-transition-duration: 0.1s;
                      transition-duration: 0.1s; }
              .mega_nav ul li ul li a:hover .arrow {
                right: 5px;
                -webkit-transition-duration: 0.1s;
                        transition-duration: 0.1s; }
          .mega_nav ul li ul li div {
            left: 100%;
            padding: 50px 25px;
            position: absolute;
            top: 0;
            width: 100%; }
            .mega_nav ul li ul li div a {
              background-color: transparent; }
              .mega_nav ul li ul li div a.back {
                text-indent: 15px; }
                .mega_nav ul li ul li div a.back span.arrow {
                  background-image: url("/img/arrow_prev.png");
                  left: 0;
                  -webkit-transition-duration: 0.2s;
                          transition-duration: 0.2s;
                  -webkit-transition-property: all;
                  transition-property: all; }
                .mega_nav ul li ul li div a.back:hover span.arrow {
                  left: -5px;
                  -webkit-transition-duration: 0.1s;
                          transition-duration: 0.1s; }
            .mega_nav ul li ul li div div {
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              height: 115px;
              left: 0;
              margin-bottom: 30px;
              padding: 0;
              position: relative;
              width: 100%; }
            .mega_nav ul li ul li div p {
              font-family: "Open Sans", sans-serif;
              font-size: 15px;
              line-height: 19px;
              margin-bottom: 30px;
              text-align: center; }
              .mega_nav ul li ul li div p + a {
                background-color: #F37020;
                color: #FFFFFF;
                display: table;
                font-size: 14px;
                font-weight: bold;
                margin: 0 auto;
                padding: 15px 30px;
                text-transform: uppercase;
                border-radius: 10px;
                -webkit-transform: translateY(0);
                        transform: translateY(0); }
                .mega_nav ul li ul li div p + a:hover {
                  background-color: #F37020; }

#mobilenav {
  position: relative; }
  #mobilenav span {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    display: block;
    height: 2px;
    position: absolute;
    width: 34px;
    border-radius: 1px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all; }
    #mobilenav span.sp1 {
      left: 13px;
      top: 29px; }
    #mobilenav span.sp2 {
      left: 13px;
      top: 29px; }
    #mobilenav span.sp3 {
      left: 13px;
      top: 29px; }
    #mobilenav span.sp4 {
      left: 13px;
      top: 29px; }
  #mobilenav.m_open .sp1 {
    left: 13px;
    top: 19px; }
  #mobilenav.m_open .sp2 {
    left: 13px;
    top: 29px; }
  #mobilenav.m_open .sp3 {
    left: 13px;
    top: 29px; }
  #mobilenav.m_open .sp4 {
    left: 13px;
    top: 39px; }
  #mobilenav.m_close .sp1 {
    left: 13px;
    top: 29px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }
  #mobilenav.m_close .sp2 {
    left: 13px;
    top: 29px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg); }
  #mobilenav.m_close .sp3 {
    left: 13px;
    top: 29px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg); }
  #mobilenav.m_close .sp4 {
    left: 13px;
    top: 29px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg); }

.mobile-menu-container {
  background-color: #231E1F;
  border-color: #111111; }
  @media (min-width: 992px) {
    .mobile-menu-container {
      display: none; } }
  .mobile-menu-container ul {
    margin-left: 0; }
  .mobile-menu-container.navmenu {
    width: 260px; }
  .mobile-menu-container .strip_nav {
    border-bottom: 1px solid #111111;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    text-align: center; }
    .mobile-menu-container .strip_nav li {
      color: #9B9B9B;
      display: inline-block;
      vertical-align: middle; }
      .mobile-menu-container .strip_nav li a {
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase; }
        .mobile-menu-container .strip_nav li a:hover {
          text-decoration: underline; }
      .mobile-menu-container .strip_nav li + li {
        margin-left: 30px; }
  .mobile-menu-container #m_form_wrapper {
    background-color: #FFFFFF; }
    .mobile-menu-container #m_form_wrapper form {
      display: block;
      font-family: "Open Sans", sans-serif;
      overflow: hidden;
      padding: 15px; }
      .mobile-menu-container #m_form_wrapper form p {
        font-size: 16px; }
      .mobile-menu-container #m_form_wrapper form label {
        display: block;
        font-family: "Open Sans", sans-serif; }
      .mobile-menu-container #m_form_wrapper form input[type=text], .mobile-menu-container #m_form_wrapper form input[type=email], .mobile-menu-container #m_form_wrapper form input[type=password] {
        border: 1px solid #9B9B9B;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        display: block;
        height: 45px;
        margin: 0 0 10px 0;
        padding: 0 10px;
        display: block;
        width: 100%; }
      .mobile-menu-container #m_form_wrapper form input[type=submit] {
        background-color: #F37020;
        border: none;
        color: #FFFFFF;
        display: table;
        float: right;
        font-family: "Open Sans", sans-serif;
        height: 45px;
        margin: 10px 0 0 0;
        padding: 0 10px;
        text-transform: uppercase;
        border-radius: 5px;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: background;
        transition-property: background; }
        .mobile-menu-container #m_form_wrapper form input[type=submit]:hover {
          background-color: #d5580b;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
  .mobile-menu-container .gen_nav {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 0; }
    .mobile-menu-container .gen_nav li {
      border-bottom: 1px solid #111111;
      display: block;
      height: 44px; }
      .mobile-menu-container .gen_nav li.hassub, .mobile-menu-container .gen_nav li.hassub2 {
        height: auto;
        position: relative; }
        .mobile-menu-container .gen_nav li.hassub button, .mobile-menu-container .gen_nav li.hassub2 button {
          background-color: transparent;
          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAABYAgMAAADzWf1FAAAAA3NCSVQICAjb4U/gAAAACVBMVEX////////zcCAtJ1dbAAAAA3RSTlMAIv9wxm1zAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzI0LzE3Bt2MnwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA7SURBVDiNY2AYMMAaCiRCA8BsFjApQBYbDWiQxtZatQIrm1RzEIASvyCHyUgDNEoPJAKc6YFsMKTTAwCLKQy9Fr2BygAAAABJRU5ErkJggg==);
          background-position: top center;
          background-repeat: no-repeat;
          background-size: cover;
          border: none;
          display: block;
          height: 44px;
          margin: 0;
          padding: 0;
          position: absolute;
          right: 0;
          top: 0;
          width: 44px; }
          .mobile-menu-container .gen_nav li.hassub button.open, .mobile-menu-container .gen_nav li.hassub2 button.open {
            background-position: bottom center; }
      .mobile-menu-container .gen_nav li:last-of-type {
        border-bottom: none; }
      .mobile-menu-container .gen_nav li a {
        color: #FFFFFF;
        display: block;
        font-size: 14px;
        height: 44px;
        line-height: 44px;
        overflow: hidden;
        text-decoration: none;
        text-indent: 15px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        width: 220px; }
        .mobile-menu-container .gen_nav li a:hover {
          text-decoration: underline; }
      .mobile-menu-container .gen_nav li ul {
        background-color: #3e3637;
        border-top: 1px solid #111111;
        margin-bottom: 0; }
        .mobile-menu-container .gen_nav li ul li {
          height: 44px; }
          .mobile-menu-container .gen_nav li ul li a {
            position: relative;
            text-indent: 30px; }
            .mobile-menu-container .gen_nav li ul li a:before {
              background-color: #231E1F;
              content: "";
              display: block;
              height: 1px;
              left: 15px;
              position: absolute;
              top: 50%;
              width: 6px; }
          .mobile-menu-container .gen_nav li ul li ul {
            background-color: #5a4d50; }
            .mobile-menu-container .gen_nav li ul li ul li a {
              text-indent: 45px; }
              .mobile-menu-container .gen_nav li ul li ul li a:before {
                width: 21px; }

.hero_cta_button {
  position: relative;
  top: -20px; }

.logo--support-chain {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 85px; }
  @media (min-width: 992px) {
    .logo--support-chain {
      width: 85px;
      bottom: 40px;
      right: 40px; } }

.sale-type {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .sale-type {
      max-width: 60%; } }
  @media (max-width: 1199px) {
    .sale-type {
      padding: 0 40px; } }

.sale-type--header {
  font-size: 70px;
  line-height: 65px;
  font-weight: 600;
  letter-spacing: -5px; }
  .sale-type--header.font-weight-bold {
    font-weight: 800; }
  @media (min-width: 992px) {
    .sale-type--header {
      font-size: 130px;
      line-height: 93px; } }

.sale-type--sub {
  font-weight: 600;
  font-size: 50px;
  display: block;
  color: white;
  line-height: 48px;
  letter-spacing: -2px; }

.sale-type--signoff {
  font-size: 30px;
  display: block;
  color: #F37020;
  line-height: 31px;
  letter-spacing: -1px; }

#hero_main .hero_container .hero_slide.slick-slide.sale-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  background-color: #1d272d; }
  @media (min-width: 1500px) {
    #hero_main .hero_container .hero_slide.slick-slide.sale-display {
      background-size: contain; } }
  @media (min-width: 1200px) {
    #hero_main .hero_container .hero_slide.slick-slide.sale-display {
      background-position: right; } }

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

#hero_main {
  background-color: #231E1F;
  height: calc(100vh - 400px);
  min-height: 690px;
  background-color: black;
  overflow: hidden;
  position: relative; }
  #hero_main .hero_container {
    height: 100%;
    width: 100%; }
    #hero_main .hero_container .slick-list,
    #hero_main .hero_container .slick-track {
      height: 100%; }
    #hero_main .hero_container .hero_slide {
      background-position: center;
      background-size: cover;
      height: 100%;
      position: relative;
      background-color: transparent !important;
      width: 100%; }
      #hero_main .hero_container .hero_slide .hero_underlay {
        bottom: 0;
        height: auto;
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        width: auto; }
      #hero_main .hero_container .hero_slide .hero_overlay_image {
        max-width: 400px;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%; }
      #hero_main .hero_container .hero_slide .container-absolute {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, 0);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(77%, black));
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(77%, black));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 77%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        padding-bottom: 25px;
        padding-top: 100px; }
        @media (max-width: 768px) {
          #hero_main .hero_container .hero_slide .container-absolute {
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: none;
            transform: none;
            padding-bottom: 50px; } }
        #hero_main .hero_container .hero_slide .container-absolute h1, #hero_main .hero_container .hero_slide .container-absolute h2 {
          color: #FFFFFF;
          display: block;
          font-family: "Open Sans", sans-serif;
          font-size: 48px;
          line-height: 52px;
          margin-bottom: 20px;
          position: relative;
          text-align: center;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            #hero_main .hero_container .hero_slide .container-absolute h1, #hero_main .hero_container .hero_slide .container-absolute h2 {
              font-size: 48px;
              line-height: 52px; } }
          @media (min-width: 992px) {
            #hero_main .hero_container .hero_slide .container-absolute h1, #hero_main .hero_container .hero_slide .container-absolute h2 {
              font-size: 54px;
              line-height: 72px; } }
          #hero_main .hero_container .hero_slide .container-absolute h1 span, #hero_main .hero_container .hero_slide .container-absolute h2 span {
            color: #FFFFFF; }
        #hero_main .hero_container .hero_slide .container-absolute p {
          color: #FFFFFF;
          font-family: "Open Sans", sans-serif;
          font-size: 16px;
          line-height: 24px;
          text-align: center; }
          @media (min-width: 768px) {
            #hero_main .hero_container .hero_slide .container-absolute p {
              font-size: 18px; } }
          @media (min-width: 1200px) {
            #hero_main .hero_container .hero_slide .container-absolute p {
              font-size: 20px; } }
  #hero_main #hero_dots .slick-dots {
    bottom: 10px;
    left: 0;
    margin: 0;
    right: 0;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 768px) {
      #hero_main #hero_dots .slick-dots {
        bottom: 10px;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    #hero_main #hero_dots .slick-dots li {
      display: inline-block;
      height: 15px;
      margin: 6px;
      overflow: hidden;
      width: 15px;
      border-radius: 100%; }
      #hero_main #hero_dots .slick-dots li button {
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        color: transparent;
        display: block;
        height: 100%;
        width: 100%; }
      #hero_main #hero_dots .slick-dots li.slick-active button {
        background-color: #F37020; }

.hero_overlay {
  background-image: url("/img/backgrounds/trans70black.png");
  display: none;
  position: fixed;
  right: 0;
  top: 230px;
  width: 100px;
  z-index: 998; }
  @media (min-width: 768px) {
    .hero_overlay {
      display: block; } }
  .hero_overlay ul {
    display: block;
    padding: 15px;
    margin-left: 0; }
    .hero_overlay ul li {
      display: block;
      margin: 0;
      padding: 0;
      position: relative; }
      .hero_overlay ul li a {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 80%;
        color: #FFFFFF;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        height: 100%;
        line-height: 17px;
        padding: 80% 0 0 0;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
        .hero_overlay ul li a.live_chat {
          background-image: url("/img/icons/live_chat.png"); }
        .hero_overlay ul li a.find_parts {
          background-image: url("/img/icons/find_parts.png"); }
        .hero_overlay ul li a.contact_sales {
          background-image: url("/img/icons/contact_sales.png"); }
        .hero_overlay ul li a.contact_service {
          background-image: url("/img/icons/contact_service.png"); }
      .hero_overlay ul li.sep {
        background-color: #9B9B9B;
        height: 1px;
        margin: 12px 6px 7px 6px;
        padding: 0; }

#hero_main .hero_container .hero_slide .container h2.no-before:before {
  background-color: transparent !important;
  content: "";
  height: 100%;
  left: 0 !important;
  position: relative !important;
  top: 0;
  width: 0px !important; }

.salebanner-white {
  font-weight: 700;
  margin: 0 !important;
  letter-spacing: -2px;
  font-size: 50px;
  line-height: 64px; }

.salebanner-black {
  color: black !important;
  font-weight: 700;
  letter-spacing: -2px;
  padding: 0;
  margin: 0;
  font-size: 50px;
  line-height: 64px; }

.salebanner-orange {
  font-weight: 700;
  margin: 0 !important;
  letter-spacing: -2px;
  font-size: 50px;
  line-height: 64px; }

.whitebg-sales {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 20px; }

#hero_alt {
  background-color: #000000;
  min-height: 500px;
  position: relative; }
  @media (min-width: 768px) {
    #hero_alt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  #hero_alt h1 {
    color: #FFFFFF;
    font-size: 40px; }
  #hero_alt h2 {
    font-size: 30px;
    color: #F37020; }

@media (min-width: 1200px) {
  .hero_alt-left {
    margin-left: 20%; } }

#bread_crumbs {
  background-color: #FFFFFF;
  padding: 30px 0 20px 0; }
  #bread_crumbs ul {
    color: #231E1F;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    list-style: none;
    margin: 0; }
    #bread_crumbs ul li {
      display: inline-block; }
      #bread_crumbs ul li a {
        color: #9B9B9B; }
      #bread_crumbs ul li:after {
        color: #9B9B9B;
        content: ">";
        display: inline-block;
        padding: 0 10px; }
      #bread_crumbs ul li:last-of-type:after {
        content: "";
        display: none; }

#product_range {
  background-color: #FFF;
  padding: 0;
  margin-top: 0;
  /*	@media(max-width:$screen-md-max){
		margin-top:-10px;
		padding:40px 0 0 0;

	}*/ }
  #product_range h2 {
    color: #F37020;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    line-height: 58px;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      #product_range h2 {
        margin: 0; } }
  #product_range p {
    color: #231E1F;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 18px 0;
    text-align: center; }
  @media (max-width: 479px) {
    #product_range #product_slider_wrapper > div {
      padding: 0; } }
  #product_range #product_slider_prev, #product_range #product_slider_next {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px 20px;
    border: none;
    display: block;
    height: 220px;
    margin: 15px 0;
    width: 100%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background; }
    #product_range #product_slider_prev:hover, #product_range #product_slider_next:hover {
      background-color: #F3F3F3;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
  #product_range #product_slider_prev {
    background-image: url("/img/arrow_prev.png"); }
  #product_range #product_slider_next {
    background-image: url("/img/arrow_next.png"); }
  #product_range #product_slider {
    padding: 0 15px; }
    #product_range #product_slider li {
      display: inline-block;
      padding: 15px;
      white-space: nowrap; }
      #product_range #product_slider li a {
        color: #9B9B9B;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        height: 220px;
        position: relative;
        text-align: center;
        text-transform: uppercase; }
        #product_range #product_slider li a div {
          background-position: top center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 190px;
          margin: 0 auto;
          max-height: 100%;
          max-width: 100%;
          width: 190px; }
        #product_range #product_slider li a span {
          bottom: 0;
          display: block;
          left: 0;
          position: absolute;
          width: 100%; }
  #product_range #product_search .inner {
    padding: 30px 0; }
    #product_range #product_search .inner form {
      display: table;
      margin: 0 auto;
      width: 300px; }
      #product_range #product_search .inner form input {
        font-family: "Open Sans", sans-serif;
        display: table-cell;
        height: 45px;
        margin: 0;
        padding: 0;
        vertical-align: middle; }
        #product_range #product_search .inner form input[type=text] {
          border: 1px solid #9B9B9B;
          border-right: none;
          text-indent: 10px;
          width: 85%;
          border-radius: 5px 0 0 5px; }
        #product_range #product_search .inner form input[type=submit] {
          background-color: #231E1F;
          border: none;
          color: #FFFFFF;
          text-transform: uppercase;
          width: 15%;
          border-radius: 0 5px 5px 0;
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-property: background;
          transition-property: background; }
          #product_range #product_search .inner form input[type=submit]:hover {
            background-color: #080607;
            -webkit-transition-duration: 0.1s;
                    transition-duration: 0.1s; }
  #product_range .product-range-slant {
    background-color: white;
    /*		@media(max-width:$screen-md-max){
			border-top:0 !important;
		}*/
    /*		.br_orange{
			border-right: 2px solid $orange !important;
			@media(max-width: $screen-md-max){
				border: none !important;
			}
		}*/ }
    @media (max-width: 1199px) {
      #product_range .product-range-slant .remove-container-md-down {
        width: 100% !important;
        padding: 0 !important; } }
    #product_range .product-range-slant .pr_slant_main {
      height: 400px;
      /*transform: skew(-20deg);*/
      background: #231E1F; }
      @media (max-width: 1199px) {
        #product_range .product-range-slant .pr_slant_main {
          height: auto;
          -webkit-transform: none;
                  transform: none;
          background-color: white; } }
    #product_range .product-range-slant .pr_slant {
      height: 400px;
      /*transform: skew(-20deg);*/
      position: relative;
      border-left: 2px solid #dbdbdb;
      background-position: center center !important;
      background-size: cover !important;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media (max-width: 1199px) {
        #product_range .product-range-slant .pr_slant {
          -webkit-transform: none !important;
                  transform: none !important;
          border: none !important;
          height: 200px; } }
      #product_range .product-range-slant .pr_slant .pr_slant_img {
        width: 65%;
        position: absolute;
        height: 70%;
        width: 100%;
        top: 0; }
        #product_range .product-range-slant .pr_slant .pr_slant_img img {
          width: 65%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 10%;
          max-width: 300px; }
      #product_range .product-range-slant .pr_slant .underlay-slant_new {
        position: absolute;
        height: 30%;
        width: 100%;
        bottom: 0;
        margin-bottom: 5%; }
        #product_range .product-range-slant .pr_slant .underlay-slant_new .slant-centered-text {
          color: black !important; }
    #product_range .product-range-slant .underlay-slant {
      /*background-image: radial-gradient(circle farthest-side at 50% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%, #000000 95%);*/
      background-image: radial-gradient(circle farthest-side at 70% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, #000000 140%);
      bottom: 0;
      height: auto;
      left: 0;
      right: 0;
      position: absolute;
      top: 0;
      width: auto; }
    @media (min-width: 991px) {
      #product_range .product-range-slant .underlay-slant:hover {
        background: rgba(243, 112, 32, 0.9);
        cursor: pointer; } }
    #product_range .product-range-slant .slant-centered-text-main {
      color: white !important;
      margin-bottom: 0 !important;
      text-align: left !important;
      margin-right: 45px !important;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-transform: none;
      font-size: 16px !important;
      line-height: 22px !important;
      font-weight: 100 !important; }
      @media (max-width: 1199px) {
        #product_range .product-range-slant .slant-centered-text-main {
          position: initial;
          color: #231E1F !important;
          -webkit-transform: none !important;
                  transform: none !important;
          text-align: center !important;
          padding-bottom: 30px !important;
          margin-right: 0 !important; } }
    #product_range .product-range-slant .slant-centered-text {
      color: white !important;
      margin-bottom: 0 !important;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-transform: uppercase;
      font-size: 22px !important;
      line-height: 32px !important;
      font-weight: 600 !important; }
      @media (max-width: 1199px) {
        #product_range .product-range-slant .slant-centered-text {
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); } }

#product_filter {
  border: none;
  display: block;
  height: auto;
  margin: 0 auto 0 auto;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 255px;
  z-index: 999; }
  #product_filter.active {
    border: 1px solid #9B9B9B;
    border-top: none;
    max-height: 270px; }
  #product_filter li {
    background-color: #F3F3F3;
    display: block;
    line-height: 45px;
    max-height: 0;
    overflow: hidden;
    text-indent: 10px;
    width: 100%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: max-height;
    transition-property: max-height; }
    #product_filter li.active {
      max-height: 45px;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    #product_filter li a {
      color: #231E1F;
      display: block;
      font-family: "Open Sans", sans-serif; }

.product-range-straight {
  background-color: white;
  height: 300px; }
  .product-range-straight h2 {
    margin: 30px 0; }
  .product-range-straight .dd-product-height {
    height: 300px; }
  .product-range-straight .underlay-slant {
    /*background-image: radial-gradient(circle farthest-side at 50% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%, #000000 95%);*/
    background-image: radial-gradient(circle farthest-side at 70% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, #000000 140%);
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: auto; }
  @media (min-width: 992px) {
    .product-range-straight .underlay-slant:hover {
      background: rgba(243, 112, 32, 0.9);
      cursor: pointer; } }
  .product-range-straight .unslant-centered-text {
    color: white !important;
    margin-bottom: 0 !important;
    position: absolute;
    left: 0;
    background: #231E1F;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 600 !important; }

.display-none {
  display: none; }

.activeclass {
  background-color: rgba(243, 112, 32, 0.9);
  background-image: none !important; }

.textleft {
  padding-left: 30px;
  border-left: 2px solid #f37020;
  font-weight: 600;
  padding-right: 40px;
  margin-bottom: 30px; }

#product_range_dots {
  padding: 0;
  margin: 0 -15px; }
  #product_range_dots .product-text {
    padding: 80px 0;
    color: white;
    text-transform: uppercase;
    font-size: 30px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    margin: 0; }
  #product_range_dots .product-more {
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 150px;
    border: 2px solid #f37020;
    margin-top: 20px;
    width: 100%; }
  #product_range_dots .position-inherit {
    position: inherit !important; }
  #product_range_dots .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 768px) {
      #product_range_dots .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; } }
    #product_range_dots .slick-dots li {
      display: inline-block;
      height: 20px;
      margin: 6px;
      overflow: hidden;
      width: 20px;
      border-radius: 100%; }
      #product_range_dots .slick-dots li button {
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        color: transparent;
        display: block;
        height: 100%;
        width: 100%; }
      #product_range_dots .slick-dots li.slick-active button {
        background-color: #F37020; }

.newtitle {
  color: #F37020;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 100;
  text-transform: uppercase;
  display: block;
  padding: 20px 0 2px 0; }

.singlebasketbtns {
  background-color: #F37020;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: none;
  color: #FFFFFF;
  display: table;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  max-width: 200px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border-radius: 5px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background;
  transition-property: background; }

#latest_news {
  background-color: #F37020;
  padding: 40px 0; }
  #latest_news h2 {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 38px;
    line-height: 48px;
    margin: 20px 0 18px 0;
    text-align: left;
    text-transform: uppercase; }
  #latest_news #featured_image {
    display: none;
    padding: 25px; }
    #latest_news #featured_image.slick-initialized {
      display: block !important; }
    #latest_news #featured_image:before, #latest_news #featured_image:after {
      background-size: contain;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: -99; }
    #latest_news #featured_image:before {
      /*background-image: url('/img/backgrounds/featured_image_before.png');*/
      /*right:25%;*/
      /*top:-25%;*/ }
    #latest_news #featured_image:after {
      /* background-image: url('/img/backgrounds/featured_image_after.png'); */
      /*left:25%;
			top:25%;*/ }
    #latest_news #featured_image > div {
      height: 0;
      padding-bottom: 100%;
      position: relative; }
      #latest_news #featured_image > div span {
        background-color: #FFFFFF;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border: 8px solid #FFFFFF;
        display: block;
        border-radius: 100%; }
        #latest_news #featured_image > div span img {
          display: block;
          height: auto;
          width: 100%; }
  #latest_news #featured_content {
    display: none; }
    #latest_news #featured_content.slick-initialized {
      display: block !important; }
    #latest_news #featured_content h3 {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      line-height: 26px;
      margin: 0;
      text-align: left;
      text-transform: uppercase; }
    #latest_news #featured_content p {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 18px 0;
      text-align: left; }
      #latest_news #featured_content p.featured_date {
        font-size: 14px; }
      #latest_news #featured_content p a {
        color: #FFFFFF;
        text-decoration: underline; }
        #latest_news #featured_content p a:hover {
          text-decoration: none; }
    #latest_news #featured_content .slick-dots li {
      display: inline-block;
      height: 20px;
      margin: 6px;
      overflow: hidden;
      width: 20px;
      border-radius: 100%; }
      #latest_news #featured_content .slick-dots li button {
        background-color: rgba(255, 255, 255, 0.2);
        border: none;
        color: transparent;
        display: block;
        height: 100%;
        width: 100%; }
      #latest_news #featured_content .slick-dots li.slick-active button {
        background-color: #FFFFFF; }

#video_panel {
  height: 400px;
  position: relative; }
  #video_panel .video_panel_bg {
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative; }
    #video_panel .video_panel_bg .video_panel_underlay {
      background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%);
      bottom: 0;
      height: auto;
      left: 0;
      right: 0;
      position: absolute;
      top: 0;
      width: auto; }
  #video_panel .video_panel_overlay {
    padding: 40px 0 60px 0;
    position: absolute;
    top: 0;
    width: 100%; }
    #video_panel .video_panel_overlay .container {
      position: relative;
      top: 40px; }
      #video_panel .video_panel_overlay .container .video_button_wrapper {
        text-align: center;
        width: 100%; }
        @media (min-width: 992px) {
          #video_panel .video_panel_overlay .container .video_button_wrapper {
            position: absolute;
            right: 15px;
            top: 50%;
            width: auto;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        #video_panel .video_panel_overlay .container .video_button_wrapper h2 {
          margin: 0;
          text-align: center;
          white-space: nowrap; }
      #video_panel .video_panel_overlay .container h2 {
        color: #FFFFFF;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
        position: relative;
        text-transform: uppercase; }
        @media (min-width: 480px) {
          #video_panel .video_panel_overlay .container h2 {
            font-size: 42px;
            line-height: 52px; } }
        @media (min-width: 768px) {
          #video_panel .video_panel_overlay .container h2 {
            font-size: 52px;
            line-height: 62px; } }
        @media (max-width: 991px) {
          #video_panel .video_panel_overlay .container h2 {
            text-align: center; } }
        #video_panel .video_panel_overlay .container h2 span {
          color: #F37020;
          font-weight: 700; }
      #video_panel .video_panel_overlay .container p {
        color: #FFFFFF;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 24px; }
      #video_panel .video_panel_overlay .container button {
        background-color: transparent;
        background-image: url("/img/icons/video_play.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 80%;
        border: none;
        display: block;
        height: 70px;
        margin: 0 auto;
        width: 70px;
        -webkit-box-shadow: none;
                box-shadow: none; }

.video-surround {
  position: relative;
  min-height: 300px;
  height: auto; }
  .video-surround.increase-height {
    min-height: 325px; }

.video_button_wrapper_home {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .video_button_wrapper_home .btn-primary:hover {
    border: none;
    background-color: transparent !important;
    background-image: url("/img/icons/video_play.png"); }
  .video_button_wrapper_home .btn-primary:active {
    border: none;
    background-color: transparent !important;
    background-image: url("/img/icons/video_play.png"); }
  .video_button_wrapper_home .btn-primary:focus {
    border: none;
    background-color: transparent !important;
    background-image: url("/img/icons/video_play.png"); }
  @media (min-width: 992px) {
    .video_button_wrapper_home {
      width: auto; } }
  .video_button_wrapper_home h2 {
    margin: 0;
    text-align: center;
    white-space: nowrap; }
  .video_button_wrapper_home .video-text {
    color: white;
    font-weight: 600; }
    .video_button_wrapper_home .video-text span {
      font-weight: 100; }
  .video_button_wrapper_home button {
    background-color: transparent;
    background-image: url("/img/icons/video_play.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    border: none;
    display: block;
    height: 70px;
    margin: 0 auto;
    width: 70px;
    -webkit-box-shadow: none;
            box-shadow: none; }

.block-halfwidth {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .block-halfwidth .maintext {
    color: white;
    font-weight: 600; }
    .block-halfwidth .maintext span {
      font-weight: 100; }
  .block-halfwidth button {
    background: #4a4a4a;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-top: 30px; }

#links_panel {
  background-color: #FFFFFF;
  padding: 40px 0 60px 0; }
  #links_panel a {
    display: table;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    #links_panel a div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 80%;
      height: 190px;
      margin: 0 auto;
      max-height: 100%;
      max-width: 100%;
      width: 190px;
      opacity: .5;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: all;
      transition-property: all; }
      #links_panel a div.parts {
        background-image: url("/img/icons/panel_parts.png"); }
      #links_panel a div.support {
        background-image: url("/img/icons/panel_support.png"); }
      #links_panel a div.used {
        background-image: url("/img/icons/panel_used.png"); }
    #links_panel a span {
      bottom: 0;
      color: #231E1F;
      display: block;
      font-weight: 600;
      left: 0;
      position: absolute;
      width: 100%;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: bottom;
      transition-property: bottom; }
    #links_panel a:hover div {
      background-size: 100%;
      opacity: 1;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
    #links_panel a:hover span {
      bottom: 10px;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }

.tabs_panel {
  border: 1px solid #EBEAEA;
  font-family: "Open Sans", sans-serif; }
  .tabs_panel .tabs_nav {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .tabs_panel .tabs_nav .tab_nav {
      background-color: #EBEAEA;
      color: #231E1F;
      cursor: pointer;
      display: table-cell;
      font-size: 18px;
      padding: 20px;
      text-align: center;
      text-transform: uppercase;
      width: 20%;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: all;
      transition-property: all; }
      .tabs_panel .tabs_nav .tab_nav:hover {
        background-color: #F3F3F3;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s; }
      .tabs_panel .tabs_nav .tab_nav.active {
        background-color: #FFFFFF; }
  .tabs_panel .tabs_content .tab_nav {
    background-color: #EBEAEA;
    color: #231E1F;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all; }
    .tabs_panel .tabs_content .tab_nav:hover {
      background-color: #F3F3F3;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    .tabs_panel .tabs_content .tab_nav.active {
      background-color: #FFFFFF; }
  .tabs_panel .tabs_content .tab_content {
    background-color: #FFFFFF;
    color: #231E1F;
    display: none;
    padding: 30px 30px 10px 30px; }
    .tabs_panel .tabs_content .tab_content.active {
      display: block; }
    .tabs_panel .tabs_content .tab_content p, .tabs_panel .tabs_content .tab_content ul {
      font-size: 16px;
      margin-bottom: 18px; }
    .tabs_panel .tabs_content .tab_content ul {
      list-style-type: disc;
      list-style-position: outside;
      margin-left: 15px; }
      .tabs_panel .tabs_content .tab_content ul li {
        margin-bottom: 10px; }

#cookie-bar {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  background-color: #231E1F;
  z-index: 999;
  text-align: center;
  padding: 10px 0;
  display: none; }
  @media (max-width: 767px) {
    #cookie-bar {
      border-top: 3px solid #fff; } }
  #cookie-bar p {
    font-family: arial;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #cookie-bar p {
        line-height: 21px; } }
    #cookie-bar p .cb-enable {
      background: #F37020;
      color: #ffffff; }
      @media (max-width: 767px) {
        #cookie-bar p .cb-enable {
          margin: 10px 0;
          display: block; } }
      #cookie-bar p .cb-enable:hover, #cookie-bar p .cb-enable:focus, #cookie-bar p .cb-enable:active {
        color: #ffffff; }
    #cookie-bar p .cb-policy {
      border: solid 1px #ffffff;
      color: #ffffff; }
      @media (max-width: 767px) {
        #cookie-bar p .cb-policy {
          margin-bottom: 10px;
          display: block; } }
      #cookie-bar p .cb-policy:hover, #cookie-bar p .cb-policy:focus, #cookie-bar p .cb-policy:active {
        color: #ffffff; }

#newsletter_form {
  background-color: #F37020;
  padding: 20px 0 30px 0; }
  #newsletter_form form textarea:focus, #newsletter_form form input:focus {
    outline: none; }
  #newsletter_form form label {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    margin: 0; }
    #newsletter_form form label.checkbox {
      background-image: url("/img/checkbox_white.png");
      background-position: 1000px;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      display: block;
      float: left;
      height: 20px;
      width: 20px;
      border: 1px solid white;
      margin-top: 10%; }
  #newsletter_form form p {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 0; }
  #newsletter_form form input, #newsletter_form form textarea, #newsletter_form form select {
    background-color: #F37020;
    border: none;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    color: white; }
  #newsletter_form form input[type=text] {
    border-bottom: 1px solid white; }
  #newsletter_form form input[type=checkbox] {
    display: none;
    width: 45px; }
    #newsletter_form form input[type=checkbox]:checked + label {
      background-position: center; }
  #newsletter_form form input[type=submit] {
    background-color: #4a4a4a;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    margin-top: 15px; }
    #newsletter_form form input[type=submit]:hover {
      background-color: #080607;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
  #newsletter_form form input ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form input :-ms-input-placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form input ::-ms-input-placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form input ::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  #newsletter_form form input ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }
  #newsletter_form form input::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form input:-ms-input-placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form input::-ms-input-placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form input::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */ }
  #newsletter_form form textarea {
    height: 175px;
    padding: 8px 10px; }
  #newsletter_form form select {
    position: relative;
    width: 100%; }
  #newsletter_form form .selarrow {
    background-color: #F3F3F3;
    background-image: url("/img/selarrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 45px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
    width: 45px;
    border-radius: 0 5px 5px 0; }
  #newsletter_form form h4 {
    color: white;
    padding: 15px; }

#machine_intro {
  background-color: #FFFFFF;
  padding: 0 0 20px 0 !important; }
  #machine_intro .main-intro div {
    border-left: 4px solid #F37020; }
    #machine_intro .main-intro div p {
      color: #231E1F;
      padding-left: 45px;
      margin-top: 30px; }
  #machine_intro h1 {
    text-transform: none; }
  #machine_intro #machine_brochure, #machine_intro #machine_enquiry {
    background-color: #F37020;
    color: #FFFFFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin: 20px 0 0 0;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #machine_intro #machine_brochure, #machine_intro #machine_enquiry {
        font-size: 16px;
        padding: 14px; } }
  #machine_intro #machine_enquiry {
    background-color: #231E1F;
    cursor: pointer; }
  #machine_intro #machine_specifications {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    list-style: none; }
    #machine_intro #machine_specifications li {
      background-color: #F3F3F3;
      color: #231E1F;
      display: block;
      margin-bottom: 2px;
      padding: 10px 15px; }
      #machine_intro #machine_specifications li.title {
        background-color: #231E1F;
        color: #FFFFFF;
        font-weight: 600; }
  #machine_intro.machine_form {
    display: none;
    background-color: #F3F3F3; }
    #machine_intro.machine_form h2 {
      margin: 10px 0;
      font-weight: 600; }
    #machine_intro.machine_form input, #machine_intro.machine_form textarea {
      background-color: white;
      border: none;
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      height: 45px;
      margin-bottom: 20px;
      padding: 10px;
      resize: none;
      width: 100%;
      border-radius: 5px; }
      #machine_intro.machine_form input[type=submit], #machine_intro.machine_form textarea[type=submit] {
        background: #F37020;
        color: #FFFFFF;
        text-transform: uppercase; }
    #machine_intro.machine_form textarea {
      height: 100px; }

/* Taxonomy Intro */
.taxonomy_vertical .slick-prev, .taxonomy_vertical .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.taxonomy_vertical .slick-prev {
  left: -50px; }
  .taxonomy_vertical .slick-prev:before {
    content: '<'; }

.taxonomy_vertical .slick-next {
  right: -50px; }
  .taxonomy_vertical .slick-next:before {
    content: '>'; }

.taxonomy_vertical .slick-prev:before, .taxonomy_vertical .slick-next:before {
  font-family: monospace;
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  font-weight: 600;
  color: #231E1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.taxonomy_vertical .slick-dots li {
  display: inline-block;
  height: 20px;
  margin: 6px;
  overflow: hidden;
  width: 20px;
  border-radius: 100%;
  background-color: #231E1F; }
  .taxonomy_vertical .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: transparent;
    display: block;
    height: 100%;
    width: 100%; }
  .taxonomy_vertical .slick-dots li.slick-active button {
    background-color: #F37020; }

.verticaldiv {
  border: none !important;
  position: relative !important; }

.darkoverlay {
  background-image: radial-gradient(circle farthest-side at 70% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, #000000 140%);
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: auto; }

.orangetitle {
  color: #F37020;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: 600;
  margin-top: 50px;
  font-family: "Open Sans", sans-serif; }

.lowercase {
  text-transform: none; }

p.normal-text {
  border-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important; }

.discul {
  list-style-type: disc;
  margin-left: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

.discul li {
  padding-left: 15px; }

.textoverlap {
  color: #F37020 !important;
  border-left: 4px solid #F37020;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 100;
  position: absolute;
  bottom: 20px;
  left: 20px; }

.textoverlap:hover {
  color: #F37020 !important; }

p.textsurround {
  text-align: center;
  background: #F37020;
  margin-bottom: 0;
  padding: 5px; }
  p.textsurround .textoverlap {
    color: white !important;
    padding-left: 0 !important;
    font-size: 20px;
    font-weight: 100;
    bottom: 0 !important;
    left: 0 !important;
    position: inherit !important; }

.brochure_download_link {
  margin: 20px 0 0 0 !important; }
  @media (max-width: 1199px) {
    .brochure_download_link {
      margin: 20px 0 20px 0 !important; } }

#categories_machines {
  background: #FFFFFF; }

#machine_features {
  background-color: #F3F3F3;
  padding: 60px 0; }
  #machine_features a {
    color: #F37020; }
  #machine_features ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 0;
    font-size: 18px; }
  #machine_features dl {
    border-bottom: 2px solid #EBEAEA;
    display: block;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px; }
    #machine_features dl dt {
      border-top: 2px solid #EBEAEA;
      color: #231E1F;
      cursor: pointer;
      display: block;
      font-size: 22px;
      font-weight: 300;
      padding: 20px 0;
      position: relative;
      text-transform: uppercase;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: all;
      transition-property: all; }
      #machine_features dl dt.active {
        background: transparent; }
      #machine_features dl dt span {
        border: 2px solid #231E1F;
        display: block;
        height: 28px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 28px;
        border-radius: 100%;
        -webkit-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: all;
        transition-property: all; }
        #machine_features dl dt span:before, #machine_features dl dt span:after {
          background-color: #231E1F;
          content: "";
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-property: all;
          transition-property: all; }
        #machine_features dl dt span:before {
          height: 2px;
          width: 50%; }
        #machine_features dl dt span:after {
          height: 50%;
          width: 2px; }
      #machine_features dl dt:first-of-type {
        border-top: none; }
      #machine_features dl dt.active {
        color: #F37020;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s; }
        #machine_features dl dt.active span {
          border-color: #F37020;
          -webkit-transform: translateY(-50%) rotate(-135deg);
                  transform: translateY(-50%) rotate(-135deg);
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s; }
          #machine_features dl dt.active span:before, #machine_features dl dt.active span:after {
            background-color: #F37020;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s; }
    #machine_features dl dd {
      font-size: 16px;
      padding-bottom: 20px; }
  #machine_features #machine_video {
    background-color: #F37020;
    margin-bottom: 50px; }
    #machine_features #machine_video h3 {
      color: #FFFFFF;
      display: block;
      font-weight: 600;
      padding: 30px;
      text-align: center; }
    #machine_features #machine_video div {
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      width: 100%; }
      #machine_features #machine_video div iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    #machine_features #machine_video p {
      color: #FFFFFF;
      display: block;
      font-weight: 600;
      margin-bottom: 0;
      padding: 30px;
      text-align: center; }

#machine_tab_section {
  background: #F37020;
  padding: 50px 0 50px 0; }
  #machine_tab_section h2 {
    color: white;
    margin: 0;
    margin-bottom: 20px; }
  #machine_tab_section #machine_tabs {
    border: none; }
    #machine_tab_section #machine_tabs .tab_nav.active {
      background-color: white !important;
      font-weight: 600;
      color: #231E1F; }
    #machine_tab_section #machine_tabs .tab_nav {
      background-color: #c35c12;
      color: white; }

.accordion-btn {
  background: #F37020;
  border: none;
  color: white;
  border-radius: 10px;
  padding: 10px 40px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px; }
  .accordion-btn:hover, .accordion-btn:focus, .accordion-btn:active {
    text-decoration: none;
    background-color: #d5580b;
    color: #FFFFFF; }

.multipanels {
  margin-bottom: 10px; }
  .multipanels .boldme {
    font-weight: 600; }

#machine_extras {
  background-color: #FFFFFF;
  padding: 60px 0; }
  #machine_extras h2 {
    color: #231E1F;
    text-align: center; }

#gallery_machine {
  padding: 60px 0; }
  #gallery_machine #gallerysingle {
    margin: -10px; }
    #gallery_machine #gallerysingle img {
      max-width: 100%;
      cursor: pointer; }
      @media (min-width: 767px) {
        #gallery_machine #gallerysingle img:hover {
          opacity: 0.2;
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-property: all;
          transition-property: all; } }
    #gallery_machine #gallerysingle .item {
      padding: 10px; }
      #gallery_machine #gallerysingle .item .hovercolour {
        background: #231E1F; }
  #gallery_machine .slick-initialized .slick-slide {
    position: relative;
    display: block;
    outline: none; }
  #gallery_machine ul.slick-dots {
    width: auto;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 0; }
  #gallery_machine ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  #gallery_machine ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 20px;
    opacity: 0.75; }
  #gallery_machine ul.slick-dots li.slick-active button {
    background: black !important;
    opacity: 1 !important; }

.slick-lightbox-slick button.slick-next.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9999; }

.slick-lightbox-slick button.slick-next.slick-arrow:before {
  content: '›';
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-lightbox-slick button.slick-prev.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9999; }

.slick-lightbox-slick button.slick-prev.slick-arrow:before {
  content: '‹';
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vmiddle {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center; }

.darkbtn {
  background: #231E1F;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: white; }

#offers_panel {
  background-color: #FFFFFF;
  padding: 20px 0; }
  #offers_panel .offer_panel {
    background-color: #F3F3F3;
    height: 280px;
    margin-bottom: 30px; }

.btn--primary {
  background-color: #F37020;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: none;
  color: #FFFFFF;
  padding: 12px;
  font-size: 18px;
  min-width: 200px;
  text-align: center;
  border-radius: 11px;
  display: inline-block; }
  .btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    color: white;
    text-decoration: none; }

.promo--thumbnail {
  background-size: cover;
  background-position: center; }

.bg_w {
  background: white; }

.td-0 {
  text-decoration: none !important; }

.panel--bg_white {
  background: white;
  padding: 20px 0;
  margin-top: 20px; }

.contact--section_title {
  font-size: 32px;
  text-align: center; }

.contact--section_subtitle {
  text-align: center;
  font-weight: 600;
  color: #333333;
  font-size: 20px;
  margin: 0; }

.contact--section_btn {
  background-color: #333333;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: none;
  color: #FFFFFF;
  display: table;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  max-width: 200px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border-radius: 5px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background;
  transition-property: background;
  text-align: center;
  margin: 10px auto; }

.contact--section_supportmanager {
  font-size: 24px;
  text-align: center; }

.main--points_panel .main--points_single {
  background-color: #E5E5E5;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  position: relative;
  min-height: 75px;
  margin-bottom: 25px; }

.main--points_panel .main--points_single p {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  right: 10px; }

.main--points_panel .main--points_single p span {
  color: #F37020; }

#parts_search_panel {
  padding: 20px 0 0px 0; }
  #parts_search_panel ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F37020;
  opacity: 1; /* Firefox */
}

#parts_search_panel input::-webkit-calendar-picker-indicator {
  opacity: 0;
  margin-right: 10px;
}

#parts_search_panel input.alt{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 12px;
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#parts_search_panel :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F37020;
}

#parts_search_panel ::-ms-input-placeholder { /* Microsoft Edge */
  color: #F37020;
}
  #parts_search_panel h2 {
    color: #000000;
    font-size: 38px; }
  #parts_search_panel form {
    display: table;
    font-size: 18px;
    margin: 0 auto 30px auto;
    position: relative;
    width: 100%; }
    #parts_search_panel form input {
      font-family: "Open Sans", sans-serif;
      display: table-cell;
      height: 55px;
      margin: 0;
      padding: 0;
      vertical-align: middle; }
      #parts_search_panel form input[type=text] {
        border: 1px solid #9B9B9B;
        text-indent: 10px;
        width: 100%;}
      #parts_search_panel form input[type=submit] {
        background-color: #F37020;
        border: none;
        color: #FFFFFF;
        min-width: 125px;
        right: 0;
        text-transform: uppercase;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: background;
        transition-property: background; }
        #parts_search_panel form input[type=submit]:hover {
          background-color: #d5580b;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
        @media (max-width: 991px) {
          #parts_search_panel form input[type=submit] {
            position: inherit;
            width: 100%;
            border-radius: 5px;
            margin-top: 10px !important; } }
    #parts_search_panel form select {
      border: 1px solid #9B9B9B;
      font-family: "Open Sans", sans-serif;
      display: table-cell;
      height: 55px;
      margin: 0;
      padding: 0;
      text-indent: 3px;
      vertical-align: middle;
      width: 100%;}
      @media (max-width: 991px) {
        #parts_search_panel form select {
          border-right: 1px solid #9B9B9B; } }

#parts_strap {
  background-color: #F37020; }
  #parts_strap .icon {
    height: 30px;
    margin: 5px auto;
    margin-right: 5px;
    width: 30px;
    display: inline-block; }
  #parts_strap p {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px !important; }

#parts_content {
  background-color: #FFFFFF;
  padding: 40px 0 40px 0; }

.surround-cat {
  background-color: #F37020 !important;
  color: #FFFFFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  min-height: 200px; }
  .surround-cat h3,
  .surround-cat p {
    color: #FFFFFF !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .surround-cat:hover {
    background-color: #F37020 !important;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all;
    cursor: pointer !important; }
    .surround-cat:hover h3,
    .surround-cat:hover p {
      color: #FFFFFF !important;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

.visit-store {
  background: #F37020;
  padding: 40px 20px;
  min-height: 230px; }
  .visit-store .posblock {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .visit-store .posblock a {
      text-decoration: none;
      color: #FFFFFF !important; }
    .visit-store .posblock p {
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase;
      font-size: 27px;
      font-weight: 100; }
    .visit-store .posblock button {
      text-align: center;
      margin: 0 auto;
      display: block;
      background: #231E1F;
      border: none;
      color: white;
      border-radius: 10px;
      text-transform: uppercase;
      padding: 10px 15px;
      font-weight: 100;
      font-family: 'Open Sans', sans-serif; }

.call-expert {
  background: #231E1F;
  padding: 40px 20px;
  min-height: 230px; }
  .call-expert .posblock {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .call-expert .posblock a {
      text-decoration: none;
      color: #FFFFFF !important; }
    .call-expert .posblock p {
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase;
      font-size: 27px;
      font-weight: 100; }

#three_pans {
  background: #F37020; }

.category-btn {
  width: auto;
  padding: 20px;
  color: #000000;
  background-color: #E8E8E8;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 100px;
  font-family: "Open Sans";
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .category-btn:hover {
    color: #F37020;
    text-decoration: none !important;
    top: 0px; }

.category-para {
  width: auto;
  padding: 0px 30px;
  background-color: #F37020;
  font-family: "Open Sans";
  font-size: 18px;
  bottom: 0px;
  top: 275px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0px;
  right: 0px;
  overflow: hidden; }
  .category-para p {
    color: #ffffff;
    text-align: center;
    margin-top: 30px; }
.parts-cat-link{
	overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
	margin-bottom: 40px;
}	
.parts-cat-link:hover{
	text-decoration: none !important;
}
.category-parts-btn{
	text-decoration: none !important;
    display: block;
    color: white;
    z-index: 0;
    position: relative;
    text-align: center;
    background-color: #F37020;
    font-weight: 500;
    padding: 20px 10px;
    font-size: 21px;
}
.category-parts-btn:hover{
	background-color: #9B9B9B;
}
.category-panel-new {
  position: relative;
  height: 275px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  }
  .category-panel-new:hover .category-btn {
    color: #ffffff;
    text-decoration: none;
    top: 0px;
    bottom: 205px;
    background-color: rgba(243, 112, 32, 0.9); }
  .category-panel-new:hover .category-para {
    top: 70px;
    background-color: rgba(243, 112, 32, 0.9); }
  .category-panel-new:active .category-btn {
    color: #ffffff;
    text-decoration: none;
    top: 0px;
    bottom: 225px; }
  .category-panel-new:active .category-para {
    top: 50px; }

#parts_search_loop {
  background-color: #F3F3F3;
  padding: 20px 0; }
  #parts_search_loop h2 {
    color: #231E1F; }
    #parts_search_loop h2 span {
      color: #F37020;
      font-weight: 600; }
  #parts_search_loop .mcn {
    border: none;
    border-right: none;
    font-family: "Open Sans", sans-serif;
    display: table-cell;
    height: 55px;
    margin: 0;
    padding: 0;
    text-indent: 3px;
    vertical-align: middle;
    width: 275px;
    border-radius: 5px; }
    #parts_search_loop .mcn .btn-default {
      height: 55px; }
    #parts_search_loop .mcn .bs-caret {
      display: none; }
  #parts_search_loop .dropdown-menu.open {
    height: 200px; }
  #parts_search_loop .dropdown-menu.inner {
    height: 150px; }
  #parts_search_loop input[type=submit] {
    background-color: #F37020;
    border: none;
    color: #FFFFFF;
    min-width: 125px;
    text-transform: uppercase;
    height: 55px;
    border-radius: 0 5px 5px 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background; }
    #parts_search_loop input[type=submit]:hover {
      background-color: #d5580b;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
    #parts_search_loop input[type=submit].alt {
      background-color: #231E1F; }
      #parts_search_loop input[type=submit].alt:hover {
        background-color: #080607;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }
  #parts_search_loop .filter_item {
    border-bottom: 30px solid #F3F3F3; }
  #parts_search_loop .product_result {
    background-color: #FFFFFF;
    padding: 30px; }
    #parts_search_loop .product_result .mp_product_price {
      color: #F37020;
      font-family: "Open Sans", sans-serif;
      font-size: 24px;
      font-weight: 600; }
    #parts_search_loop .product_result h3 {
      color: #F37020;
      font-weight: 600;
      margin: 0 0 15px 0; }
    #parts_search_loop .product_result h4 {
      color: #231E1F;
      font-weight: 600;
      margin: 0 0 15px 0; }
    #parts_search_loop .product_result .added_to_cart {
      display: none; }
    #parts_search_loop .product_result .quantity {
      display: inline-block;
      position: relative; }
      #parts_search_loop .product_result .quantity input {
        background-color: #FFFFFF;
        border: 1px solid #9B9B9B;
        -moz-appearance: textfield;
        width: 90px;
        padding: 8px 15px;
        height: 45px; }
      #parts_search_loop .product_result .quantity input[type=number]::-webkit-inner-spin-button,
      #parts_search_loop .product_result .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      #parts_search_loop .product_result .quantity .quantity_wrapper {
        background-color: #FFFFFF;
        display: block;
        height: 40px;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 20px; }
      #parts_search_loop .product_result .quantity .quantity_up, #parts_search_loop .product_result .quantity .quantity_down {
        background-color: #231E1F;
        background-position: center;
        cursor: pointer;
        display: block;
        height: 20px;
        position: absolute;
        right: -22px;
        text-align: center;
        width: 20px;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: background;
        transition-property: background; }
      #parts_search_loop .product_result .quantity .quantity_up {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" width="20" height="20"><path d="M6 9L6 11 9 11 9 14 11 14 11 11 14 11 14 9 11 9 11 6 9 6 9 9 6 9Z" fill="%23ffffff"/></svg>');
        content: "";
        top: 0; }
        #parts_search_loop .product_result .quantity .quantity_up:hover {
          background-color: #080607;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
      #parts_search_loop .product_result .quantity .quantity_down {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" width="20" height="20"><path d="M6 9L6 11 14 11 14 9 6 9Z" fill="%23ffffff"/></svg>');
        content: "";
        bottom: 0; }
        #parts_search_loop .product_result .quantity .quantity_down:hover {
          background-color: #080607;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
    #parts_search_loop .product_result .add_to_cart, #parts_search_loop .product_result .more_info {
      border: none;
      color: #FFFFFF;
      display: table;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 300;
      height: 40px;
      line-height: 40px;
      margin-bottom: 10px;
      max-width: 200px;
      padding: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      border-radius: 5px;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: background;
      transition-property: background; }
    #parts_search_loop .product_result .more_info {
      background-color: #231E1F; }
      #parts_search_loop .product_result .more_info:hover {
        background-color: #080607;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }
    #parts_search_loop .product_result .add_to_cart {
      background-color: #F37020;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s; }
      #parts_search_loop .product_result .add_to_cart:disabled {
        background-color: rgba(255, 97, 0, 0.3);
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s; }
        #parts_search_loop .product_result .add_to_cart:disabled:hover {
          background-color: #F37020; }
      #parts_search_loop .product_result .add_to_cart:hover {
        background-color: #d5580b;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }
  #parts_search_loop #result_filters {
    margin-bottom: 30px;
    width: 100%; }
    #parts_search_loop #result_filters li {
      display: inline-block;
      margin: 0 15px 0 0; }
      #parts_search_loop #result_filters li.fw {
        height: 0;
        width: 100%; }
      #parts_search_loop #result_filters li button {
        background-color: #EBEAEA;
        border: none;
        color: #231E1F;
        font-family: "Open Sans", sans-serif;
        padding: 15px;
        text-transform: uppercase;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: background;
        transition-property: background; }
        #parts_search_loop #result_filters li button:hover {
          background-color: #d2d0d0;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
        #parts_search_loop #result_filters li button.active {
          background-color: #F37020;
          color: #FFFFFF; }
          #parts_search_loop #result_filters li button.active:hover {
            background-color: #F37020; }

#part_intro {
  background-color: #FFFFFF;
  padding: 20px 0 60px 0; }
  #part_intro .product_item .product_result h4:last-of-type {
    margin-top: 15px !important; }
  #part_intro .product_result h3 {
    color: #F37020;
    font-weight: 600;
    margin: 0 0 15px 0; }
  #part_intro .product_result h4 {
    color: #231E1F;
    font-weight: 600;
    margin: 0 0 15px 0; }
  #part_intro .product_result h5 {
    color: #F37020;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600; }
  #part_intro .product_result p, #part_intro .product_result ul {
    font-size: 16px; }
  #part_intro .product_result .default-para {
    font-size: 16px;
    font-family: "Open Sans", sans-serif; }
  #part_intro .product_result ul {
    list-style: disc;
    list-style-position: inside; }
  #part_intro .product_result .added_to_cart {
    display: none; }
  #part_intro .product_result .quantity {
    display: inline-block;
    position: relative; }
    #part_intro .product_result .quantity input {
      background-color: #FFFFFF;
      border: 1px solid #9B9B9B;
      -moz-appearance: textfield;
      width: 90px;
      padding: 8px 15px;
      height: 45px; }
    #part_intro .product_result .quantity input[type=number]::-webkit-inner-spin-button,
    #part_intro .product_result .quantity input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    #part_intro .product_result .quantity .quantity_up, #part_intro .product_result .quantity .quantity_down {
      background-color: #231E1F;
      background-position: center;
      cursor: pointer;
      display: block;
      height: 20px;
      position: absolute;
      right: -22px;
      text-align: center;
      width: 20px;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: background;
      transition-property: background; }
    #part_intro .product_result .quantity .quantity_up {
      background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" width="20" height="20"><path d="M6 9L6 11 9 11 9 14 11 14 11 11 14 11 14 9 11 9 11 6 9 6 9 9 6 9Z" fill="%23ffffff"/></svg>');
      content: "";
      top: 0; }
      #part_intro .product_result .quantity .quantity_up:hover {
        background-color: #080607;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }
    #part_intro .product_result .quantity .quantity_down {
      background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" width="20" height="20"><path d="M6 9L6 11 14 11 14 9 6 9Z" fill="%23ffffff"/></svg>');
      content: "";
      bottom: 0; }
      #part_intro .product_result .quantity .quantity_down:hover {
        background-color: #080607;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }

.parts_intro {
  padding: 20px 0 40px 0 !important; }
  .parts_intro .smalltextbold {
    margin-top: 30px;
    font-weight: 600; }

#part_related {
  background-color: #F9F9F9;
  padding: 20px 0 60px 0; }
  #part_related h3 {
    color: #231E1F;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 480px) {
      #part_related h3 {
        font-size: 28px; } }
    @media (min-width: 768px) {
      #part_related h3 {
        font-size: 32px; } }
  #part_related .part_related_item {
    background-color: #FFFFFF;
    border: 1px solid #EBEAEA;
    height: 100%;
    padding-bottom: 30px; }
    #part_related .part_related_item .part_related_img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 0;
      margin: 15% 15% 0 15%;
      padding-bottom: 70%;
      width: 70%; }
    #part_related .part_related_item .part_related_link h4 {
      color: #F37020;
      font-weight: 600;
      margin: 0 0 5px 0;
      text-align: center; }
    #part_related .part_related_item .part_related_link p {
      font-weight: 600;
      margin: 0 0 15px 0;
      text-align: center; }
    #part_related .part_related_item .part_related_link a {
      background-color: #231E1F;
      border: none;
      color: #FFFFFF;
      display: table;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 300;
      height: 40px;
      line-height: 40px;
      margin: 0 auto 10px auto;
      max-width: 200px;
      padding: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      border-radius: 5px;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: background;
      transition-property: background; }
      #part_related .part_related_item .part_related_link a:hover {
        background-color: #080607;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }

.news-archive {
  background: #F3F3F3;
  padding: 25px 0 0 0; }
  .news-archive h1 {
    color: #FFFFFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 767px) {
      .news-archive h1 {
        font-size: 36px;
        line-height: 36px; } }
    @media (min-width: 768px) {
      .news-archive h1 {
        text-align: left; } }
    .news-archive h1 span {
      color: #F37020;
      display: block; }
    .news-archive h1:before {
      background-color: #F37020;
      content: "";
      height: 100%;
      left: -30px;
      position: absolute;
      top: 0;
      width: 4px; }

#news_archive {
  background-color: #F3F3F3;
  padding: 60px 0; }
  #news_archive .news_item {
    margin-bottom: 30px;
    position: relative;
}
  #news_archive h3 {
    display: block;
list-height:1.1;    overflow: hidden;
    text-align: center;
  text-transform: none; }
    #news_archive h3 a {
      color: #F37020;
      font-size: 2rem;
      font-weight: 600;
      
  }
  #news_archive .featured_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 65%; }
    #news_archive p.the_date {
      color: #fff;
      font-size: 15px;
      text-align: center;
      position: absolute;
      top: 20px;
      background: rgba(0,0,0,0.5);
      padding: 10px;
  }
  #news_archive a.readmore {
    background-color: #F37020;
    color: #FFFFFF;
    display: table;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all;
}
    #news_archive a.readmore:hover {
      background-color: #d5580b;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }

#news_content {
  background-color: #FFFFFF;
  padding: 20px 0 40px 0; }
  #news_content h3 {
    display: block;
    height: 102px;
    overflow: hidden;
    text-align: center; }
  #news_content .featured_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    padding-bottom: 65%; }
  #news_content p.the_date {
    color: #9B9B9B;
    font-size: 15px; }

#pagination {
  border: 1px solid #9B9B9B;
  display: table;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  border-radius: 3px; }
  #pagination a, #pagination span {
    border-right: 1px solid #9B9B9B;
    color: #231E1F;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px; }
    #pagination a:last-child, #pagination span:last-child {
      border-right: none; }
    #pagination a.current, #pagination span.current {
      background-color: #9B9B9B;
      color: #FFFFFF; }
  #pagination a:hover {
    background-color: #dadada;
    color: #231E1F; }

#modular_main ul li {
  font-size: 18px !important; }

#modular_main .container {
  padding-left: 15px !important;
  padding-right: 15px !important; }

#modular_main .modular {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #modular_main .modular.bg_t {
    background-color: transparent; }
  #modular_main .modular.bg_o {
    background-color: #F37020; }
    #modular_main .modular.bg_o h1, #modular_main .modular.bg_o h2, #modular_main .modular.bg_o h3, #modular_main .modular.bg_o h4, #modular_main .modular.bg_o h5, #modular_main .modular.bg_o p, #modular_main .modular.bg_o a, #modular_main .modular.bg_o ul {
      color: #FFFFFF; }
    #modular_main .modular.bg_o a {
      font-weight: 600; }
      #modular_main .modular.bg_o a:hover {
        color: #FFFFFF; }
  #modular_main .modular.bg_w {
    background-color: #FFFFFF; }
  #modular_main .modular.bg_ow {
    background-color: #F3F3F3; }
  #modular_main .modular.bg_lg {
    background-color: #9B9B9B; }
  #modular_main .modular.bg_dg {
    background-color: #231E1F; }
  #modular_main .modular.bg_b {
    background-color: #000000; }
    #modular_main .modular.bg_b p, #modular_main .modular.bg_b ul {
      color: #FFFFFF; }
    #modular_main .modular.bg_b a {
      color: #F37020; }
  #modular_main .modular.tx_o h1, #modular_main .modular.tx_o h2, #modular_main .modular.tx_o h3, #modular_main .modular.tx_o h4, #modular_main .modular.tx_o h5, #modular_main .modular.tx_o p, #modular_main .modular.tx_o ul {
    color: #F37020; }
  #modular_main .modular.tx_w h1, #modular_main .modular.tx_w h2, #modular_main .modular.tx_w h3, #modular_main .modular.tx_w h4, #modular_main .modular.tx_w h5, #modular_main .modular.tx_w p, #modular_main .modular.tx_w ul {
    color: #FFFFFF; }
  #modular_main .modular.tx_lg h1, #modular_main .modular.tx_lg h2, #modular_main .modular.tx_lg h3, #modular_main .modular.tx_lg h4, #modular_main .modular.tx_lg h5, #modular_main .modular.tx_lg p, #modular_main .modular.tx_lg ul {
    color: #9B9B9B; }
  #modular_main .modular.tx_dg h1, #modular_main .modular.tx_dg h2, #modular_main .modular.tx_dg h3, #modular_main .modular.tx_dg h4, #modular_main .modular.tx_dg h5, #modular_main .modular.tx_dg p, #modular_main .modular.tx_dg ul {
    color: #231E1F; }

#modular_main .modular-intro_panel {
  padding-top: 20px;
  padding-bottom: 60px; }
  #modular_main .modular-intro_panel h1 {
    text-transform: none; }

#modular_main .modular_ircl {
  padding: 0 15px !important; }

#modular_main .modular-text_block {
  padding-bottom: 20px;
  padding-top: 20px; }

#modular_main .modular-sector_categories, #modular_main .modular-sector_machines {
  padding-bottom: 30px;
  padding-top: 60px; }
  #modular_main .modular-sector_categories .archive-item, #modular_main .modular-sector_machines .archive-item {
    background-color: #FFFFFF;
    margin-bottom: 30px;
    padding-bottom: 280px;
    position: relative; }
    #modular_main .modular-sector_categories .archive-item a, #modular_main .modular-sector_machines .archive-item a {
      border: 2px solid transparent;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 10;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: all;
      transition-property: all; }
      #modular_main .modular-sector_categories .archive-item a .the_image, #modular_main .modular-sector_machines .archive-item a .the_image {
        background-position: center;
        background-repeat: no-repeat;
        left: 10%;
        padding-bottom: 80%;
        position: absolute;
        width: 80%; }
      #modular_main .modular-sector_categories .archive-item a h3, #modular_main .modular-sector_machines .archive-item a h3 {
        bottom: 25px;
        color: #9B9B9B;
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: all;
        transition-property: all; }
      #modular_main .modular-sector_categories .archive-item a:hover, #modular_main .modular-sector_machines .archive-item a:hover {
        border: 2px solid #F37020;
        -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s; }
        #modular_main .modular-sector_categories .archive-item a:hover h3, #modular_main .modular-sector_machines .archive-item a:hover h3 {
          color: #F37020;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }

#modular_main .modular-sector_categories .block-links {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 15px;
  border: 2px solid transparent;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all; }
  #modular_main .modular-sector_categories .block-links .block-image {
    max-width: 115px;
    max-height: 115px;
    height: 100%;
    width: 100%;
    padding: 15px;
    background-color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 30px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all; }
  #modular_main .modular-sector_categories .block-links h3 {
    color: #9B9B9B;
    display: block;
    text-align: center;
    width: 100%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all; }
  #modular_main .modular-sector_categories .block-links:hover {
    border: 2px solid #F37020;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s; }
    #modular_main .modular-sector_categories .block-links:hover h3 {
      color: #F37020;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
    #modular_main .modular-sector_categories .block-links:hover .block-image {
      background-color: #F37020;
      border: 1px solid #F37020;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }

#modular_main .modular-sector_categories .archive-item a .the_image {
  background-size: 50%; }
  #modular_main .modular-sector_categories .archive-item a .the_image:before {
    background-color: #9B9B9B;
    border: 1px solid #9B9B9B;
    content: "";
    display: block;
    height: 50%;
    left: 25%;
    position: absolute;
    top: 25%;
    width: 50%;
    z-index: -1;
    border-radius: 30px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all; }

#modular_main .modular-sector_categories .archive-item a:hover .the_image:before {
  background-color: #F37020;
  border: 1px solid #F37020;
  z-index: -1;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s; }

#modular_main .modular-sector_machines .archive-item a .the_image {
  background-size: contain; }

#modular_main .modular-links_panel {
  background-color: #FFFFFF;
  /*padding:40px 0 60px 0;*/
  padding-top: 40px;
  padding-bottom: 60px; }
  #modular_main .modular-links_panel a {
    display: table;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    #modular_main .modular-links_panel a div {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 80%;
      height: 190px;
      margin: 0 auto;
      max-height: 100%;
      max-width: 100%;
      width: 190px;
      opacity: .5;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: all;
      transition-property: all; }
      #modular_main .modular-links_panel a div.parts {
        background-image: url("/img/icons/panel_parts.png"); }
      #modular_main .modular-links_panel a div.support {
        background-image: url("/img/icons/panel_support.png"); }
      #modular_main .modular-links_panel a div.used {
        background-image: url("/img/icons/panel_used.png"); }
    #modular_main .modular-links_panel a span {
      bottom: 0;
      color: #231E1F;
      display: block;
      font-weight: 600;
      left: 0;
      position: absolute;
      width: 100%;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: bottom;
      transition-property: bottom; }
    #modular_main .modular-links_panel a:hover div {
      background-size: 100%;
      opacity: 1;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
    #modular_main .modular-links_panel a:hover span {
      bottom: 10px;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }

#modular_main .modular-contact_form {
  text-align: center; }

#modular_main .modular-lease_table .table_wrapper {
  overflow: auto; }
  #modular_main .modular-lease_table .table_wrapper table {
    border-collapse: collapse;
    font-size: 1.2em;
    line-height: 1.3em;
    min-width: 100%;
    text-align: left; }
    #modular_main .modular-lease_table .table_wrapper table thead {
      border-bottom: 8px solid #F37020; }
      #modular_main .modular-lease_table .table_wrapper table thead th {
        font-size: 1.2em;
        text-align: left; }
    #modular_main .modular-lease_table .table_wrapper table tbody th {
      border-bottom: 1px solid #EBEAEA;
      border-right: 1px solid #EBEAEA;
      text-align: left;
      vertical-align: middle; }
    #modular_main .modular-lease_table .table_wrapper table tbody tr {
      border-bottom: 1px solid #EBEAEA; }
      #modular_main .modular-lease_table .table_wrapper table tbody tr:nth-child(2n + 1) {
        background-color: #F3F3F3; }
      #modular_main .modular-lease_table .table_wrapper table tbody tr:last-of-type {
        border-bottom: none; }
        #modular_main .modular-lease_table .table_wrapper table tbody tr:last-of-type th, #modular_main .modular-lease_table .table_wrapper table tbody tr:last-of-type td {
          border-bottom: none; }
    #modular_main .modular-lease_table .table_wrapper table th {
      font-weight: 700;
      padding: 15px;
      white-space: nowrap; }
      #modular_main .modular-lease_table .table_wrapper table th span {
        font-weight: 300; }
    #modular_main .modular-lease_table .table_wrapper table td {
      border-bottom: 1px solid #EBEAEA;
      border-right: 1px solid #EBEAEA;
      padding: 15px;
      text-align: left;
      vertical-align: middle;
      white-space: nowrap; }
      #modular_main .modular-lease_table .table_wrapper table td:last-of-type {
        border-right: none; }

#modular_main .modular-product_grid {
  background-color: #F3F3F3; }
  #modular_main .modular-product_grid .product_grid-match {
    text-align: center; }
  #modular_main .modular-product_grid h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin-top: 0; }
  #modular_main .modular-product_grid p {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 auto 10px auto;
    width: 80%; }
  #modular_main .modular-product_grid .image {
    padding-bottom: 80%;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

#modular_main .modular-product_range {
  background-color: #FFF;
  margin-top: -10px;
  /*padding:40px 0;*/
  padding-bottom: 40px;
  padding-top: 40px; }
  #modular_main .modular-product_range h2 {
    color: #F37020;
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    line-height: 58px;
    margin: 0 0 18px 0;
    text-align: center;
    text-transform: uppercase; }
  #modular_main .modular-product_range p {
    color: #231E1F;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 18px 0;
    text-align: center; }
  @media (max-width: 479px) {
    #modular_main .modular-product_range #product_slider_wrapper > div {
      padding: 0; } }
  #modular_main .modular-product_range #product_slider_prev, #modular_main .modular-product_range #product_slider_next {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px 20px;
    border: none;
    display: block;
    height: 220px;
    margin: 15px 0;
    width: 100%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background; }
    #modular_main .modular-product_range #product_slider_prev:hover, #modular_main .modular-product_range #product_slider_next:hover {
      background-color: #F3F3F3;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
  #modular_main .modular-product_range #product_slider_prev {
    background-image: url("/img/arrow_prev.png"); }
  #modular_main .modular-product_range #product_slider_next {
    background-image: url("/img/arrow_next.png"); }
  #modular_main .modular-product_range #product_slider {
    padding: 0 15px; }
    #modular_main .modular-product_range #product_slider li {
      display: inline-block;
      padding: 15px;
      white-space: nowrap; }
      #modular_main .modular-product_range #product_slider li a {
        color: #9B9B9B;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        height: 220px;
        position: relative;
        text-align: center;
        text-transform: uppercase; }
        #modular_main .modular-product_range #product_slider li a div {
          background-position: top center;
          background-repeat: no-repeat;
          background-size: contain;
          height: 190px;
          margin: 0 auto;
          max-height: 100%;
          max-width: 100%;
          width: 190px; }
        #modular_main .modular-product_range #product_slider li a span {
          bottom: 0;
          display: block;
          left: 0;
          position: absolute;
          width: 100%; }
  #modular_main .modular-product_range #product_search .inner {
    padding: 30px 0; }
    #modular_main .modular-product_range #product_search .inner form {
      display: table;
      margin: 0 auto;
      width: 300px; }
      #modular_main .modular-product_range #product_search .inner form input {
        font-family: "Open Sans", sans-serif;
        display: table-cell;
        height: 45px;
        margin: 0;
        padding: 0;
        vertical-align: middle; }
        #modular_main .modular-product_range #product_search .inner form input[type=text] {
          border: 1px solid #9B9B9B;
          border-right: none;
          text-indent: 10px;
          width: 85%;
          border-radius: 5px 0 0 5px; }
        #modular_main .modular-product_range #product_search .inner form input[type=submit] {
          background-color: #231E1F;
          border: none;
          color: #FFFFFF;
          text-transform: uppercase;
          width: 15%;
          border-radius: 0 5px 5px 0;
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-property: background;
          transition-property: background; }
          #modular_main .modular-product_range #product_search .inner form input[type=submit]:hover {
            background-color: #080607;
            -webkit-transition-duration: 0.1s;
                    transition-duration: 0.1s; }

#modular_main #product_filter {
  border: none;
  display: block;
  height: auto;
  margin: 0 auto 0 auto;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  width: 255px;
  z-index: 999; }
  #modular_main #product_filter.active {
    border: 1px solid #9B9B9B;
    border-top: none;
    max-height: 270px; }
  #modular_main #product_filter li {
    background-color: #F3F3F3;
    display: block;
    line-height: 45px;
    max-height: 0;
    overflow: hidden;
    text-indent: 10px;
    width: 100%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: max-height;
    transition-property: max-height; }
    #modular_main #product_filter li.active {
      max-height: 45px;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    #modular_main #product_filter li a {
      color: #231E1F;
      display: block;
      font-family: "Open Sans", sans-serif; }

#anchorlink {
  padding: 40px 0 30px 0;
  background: #F37020;
  color: white;
  text-align: center; }
  #anchorlink .col-md-3 {
    margin-bottom: 20px; }
  #anchorlink a {
    font-family: "Open Sans", sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px; }

.orangeleft {
  color: #231E1F;
  border-left: 4px solid #F37020;
  padding-left: 45px;
  margin-top: 30px; }

#related_links_bottom {
  padding: 40px 0 60px 0; }
  #related_links_bottom .nohov {
    text-decoration: none; }
    #related_links_bottom .nohov p {
      background: white;
      text-align: center;
      padding: 40px 0;
      border: 1px solid #F37020; }

.border-bottom-orange {
  border-bottom: 4px solid #F37020; }

#ol_strap {
  padding: 30px 0; }
  #ol_strap img {
    display: block;
    height: auto;
    margin: 30px auto;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      #ol_strap img {
        margin: 30px 0; }
        #ol_strap img.left {
          float: left; }
        #ol_strap img.right {
          float: right; } }

#contact_intro {
  background-color: #FFFFFF;
  padding: 20px 0 40px 0; }

#contact_map {
  height: calc(100vh - 150px);
  min-height: 500px;
  padding: 0;
  position: relative; }
  #contact_map #map {
    height: calc(100vh - 150px);
    min-height: 500px;
    width: 100%; }
    #contact_map #map .gmnoprint.gm-style-cc, #contact_map #map .gmnoprint, #contact_map #map .gm-style-cc, #contact_map #map .gm-style > button {
      display: none; }
  #contact_map .gm-style .gm-style-iw {
    height: auto;
    left: 0;
    overflow: visible;
    top: 0;
    width: 400px; }

.form-style--dark {
  /* Change the white to any color ;) */ }
  .form-style--dark textarea, .form-style--dark select, .form-style--dark input, .form-style--dark button {
    outline: none;
    font-size: 18px; }
  .form-style--dark input[type="text"],
  .form-style--dark input[type="email"],
  .form-style--dark input[type="phone"],
  .form-style--dark textarea {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent !important;
    border-bottom: 2px solid #423e3f;
    padding: 18px 0; }
    .form-style--dark input[type="text"] ~ .focus-border,
    .form-style--dark input[type="email"] ~ .focus-border,
    .form-style--dark input[type="phone"] ~ .focus-border,
    .form-style--dark textarea ~ .focus-border {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #FFFFFF;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .form-style--dark input[type="text"]:focus ~ .focus-border,
    .form-style--dark input[type="text"].has-content ~ .focus-border,
    .form-style--dark input[type="email"]:focus ~ .focus-border,
    .form-style--dark input[type="email"].has-content ~ .focus-border,
    .form-style--dark input[type="phone"]:focus ~ .focus-border,
    .form-style--dark input[type="phone"].has-content ~ .focus-border,
    .form-style--dark textarea:focus ~ .focus-border,
    .form-style--dark textarea.has-content ~ .focus-border {
      width: 100%;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .form-style--dark input[type="text"].has-content ~ .focus-border,
    .form-style--dark input[type="email"].has-content ~ .focus-border,
    .form-style--dark input[type="phone"].has-content ~ .focus-border,
    .form-style--dark textarea.has-content ~ .focus-border {
      background-color: #F37020; }
  .form-style--dark input:-webkit-autofill,
  .form-style--dark input:-webkit-autofill:hover,
  .form-style--dark input:-webkit-autofill:focus,
  .form-style--dark input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px #231E1F inset !important;
    -webkit-text-fill-color: #FFFFFF !important; }

.custom--checkbox_dark input[type="checkbox"] {
  opacity: 0;
  position: absolute; }

.custom--checkbox_dark input[type="checkbox"]:checked + label {
  background-position: center; }

.custom--checkbox_dark .checkbox {
  background-color: #404040;
  background-image: url("/img/checkbox-orange.png");
  background-position: 1000px;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
  display: block;
  height: 45px;
  margin-bottom: 20px;
  width: 45px;
  border-radius: 5px; }

.input-effect {
  position: relative; }

.effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.effect-1:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

#contact_form {
  background-color: #F37020;
  padding: 80px 0 60px 0; }
  #contact_form form label {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    margin: 0; }
    #contact_form form label.checkbox {
      background-color: #FFFFFF;
      background-image: url("/img/checkbox.png");
      background-position: 1000px;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      display: block;
      float: right;
      height: 45px;
      margin-bottom: 20px;
      width: 45px;
      border-radius: 5px; }
  #contact_form form p {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    margin: 0; }
  #contact_form form input, #contact_form form textarea, #contact_form form select {
    background-color: #FFFFFF;
    border: none;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    border-radius: 5px; }
  #contact_form form input[type=checkbox] {
    display: none;
    width: 45px; }
    #contact_form form input[type=checkbox]:checked + label {
      background-position: center; }
  #contact_form form input[type=submit] {
    background-color: #231E1F;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background; }
    #contact_form form input[type=submit]:hover {
      background-color: #080607;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
  #contact_form form textarea {
    height: 175px;
    padding: 8px 10px; }
  #contact_form form select {
    position: relative;
    width: 100%;
    border-radius: 5px 10px 10px 5px; }
  #contact_form form .selarrow {
    background-color: #F3F3F3;
    background-image: url("/img/selarrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 45px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
    width: 45px;
    border-radius: 0 5px 5px 0; }

.bg--grey_d {
  background-color: #231E1F; }

.font--light {
  color: #FFFFFF; }

#contact_regional {
  background-color: #FFFFFF;
  padding: 60px 0; }
  #contact_regional dl {
    border-bottom: 2px solid #EBEAEA;
    display: block;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px; }
    #contact_regional dl dt {
      border-top: 2px solid #EBEAEA;
      color: #231E1F;
      cursor: pointer;
      display: block;
      font-size: 22px;
      font-weight: 300;
      padding: 20px 0;
      position: relative;
      text-transform: uppercase;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: all;
      transition-property: all; }
      #contact_regional dl dt span {
        border: 2px solid #231E1F;
        display: block;
        height: 28px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 28px;
        border-radius: 100%;
        -webkit-transform: rotate(0deg) translate(-50%);
                transform: rotate(0deg) translate(-50%);
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: all;
        transition-property: all; }
        #contact_regional dl dt span:before, #contact_regional dl dt span:after {
          background-color: #231E1F;
          content: "";
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s;
          -webkit-transition-property: all;
          transition-property: all; }
        #contact_regional dl dt span:before {
          height: 2px;
          width: 50%; }
        #contact_regional dl dt span:after {
          height: 50%;
          width: 2px; }
      #contact_regional dl dt:first-of-type {
        border-top: none; }
      #contact_regional dl dt.active {
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s; }
        #contact_regional dl dt.active span {
          border-color: #F37020;
          -webkit-transform: translateY(auto) rotate(-135deg);
                  transform: translateY(auto) rotate(-135deg);
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s; }
          #contact_regional dl dt.active span:before, #contact_regional dl dt.active span:after {
            background-color: #F37020;
            -webkit-transition-duration: 0.2s;
                    transition-duration: 0.2s; }
    #contact_regional dl dd {
      border-top: 2px solid #EBEAEA;
      font-size: 16px;
      padding: 20px 0; }
      #contact_regional dl dd .staff_item {
        padding: 0 15px;
        font-size: 16px;
    }
    #contact_regional dl dd .staff_item p {
        font-size: 16px;
    }
      #contact_regional dl dd h4 {
        font-weight: 600;
        font-size: 16px;
        margin: 0;
        text-transform: none; }
      #contact_regional dl dd h5 {
        color: #231E1F;
        font-size: 16px;
        font-weight: 600;
        margin: 5px 0 30px 0;
        text-transform: none; }
      #contact_regional dl dd ul li.title {
        font-weight: 600; }
#tab-general p{
    font-size: 16px;
}

.ui-tooltip {
  display: none !important; }

.mp_mini_cart {
  z-index: 999 !important;
  top: 140px !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: -17px 17px 30px -19px #231e1f;
  box-shadow: -17px 17px 30px -19px #231e1f; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .mp_mini_cart {
      top: 135px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .mp_mini_cart {
      top: 130px !important; } }
  @media (max-width: 767px) {
    .mp_mini_cart {
      top: 125px !important; } }
  @media (max-width: 450px) {
    .mp_mini_cart {
      top: 120px !important; } }
  .mp_mini_cart.extra {
    top: 60px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  .mp_mini_cart .mp_mini_cart_ribbon {
    background-image: url("/img/backgrounds/nav_tracks.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #F37020 !important;
    font-family: "Open Sans", sans-serif; }
    @media (min-width: 768px) {
      .mp_mini_cart .mp_mini_cart_ribbon {
        margin-right: 0px !important; } }
  .mp_mini_cart .mp_mini_cart_content {
    border: none;
    -webkit-box-shadow: -17px 17px 30px -19px #231e1f;
    box-shadow: -17px 17px 30px -19px #231e1f;
    font-family: "Open Sans", sans-serif; }
    .mp_mini_cart .mp_mini_cart_content .mp_button-mini-cart {
      border: none !important;
      background-color: #F37020 !important;
      font-weight: 500 !important;
      width: 85% !important;
      color: #fff !important; }

.hide-cart .mp_mini_cart {
  display: none; }

#the_cart {
  background-color: #F3F3F3;
  padding: 40px 0 60px 0; }
  #the_cart .cart-empty {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
  #the_cart .return-to-shop .wc-backward {
    background: #F37020;
    color: #FFFFFF;
    border-radius: 0;
    width: auto;
    text-align: center;
    margin-top: 15px;
    height: 40px;
    font-weight: 600;
    font-size: 18px; }
  #the_cart .items-in-cart {
    background-color: #ffffff; }
    #the_cart .items-in-cart h4 {
      color: #F37020;
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 600; }
    @media (max-width: 767px) {
      #the_cart .items-in-cart {
        font-size: 28px; } }
  #the_cart .product_info {
    background-color: #FFFFFF;
    position: relative;
    margin-top: 20px; }
    @media (max-width: 991px) {
      #the_cart .product_info {
        text-align: center; } }
    #the_cart .product_info .product_match_height {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        #the_cart .product_info .product_match_height {
          display: block; } }
    #the_cart .product_info h2 {
      font-size: 24px;
      margin: 0;
      font-weight: 600; }
      #the_cart .product_info h2 a {
        color: #F37020; }
      @media (max-width: 991px) {
        #the_cart .product_info h2 {
          margin: 15px 0; } }
    #the_cart .product_info .overall_price p {
      margin: 0;
      font-size: 24px;
      line-height: 1.2em;
      font-weight: 700;
      text-align: right; }
      @media (max-width: 991px) {
        #the_cart .product_info .overall_price p {
          text-align: center; } }
    #the_cart .product_info .single_price p {
      margin: 0;
      font-size: 16px;
      line-height: 1.2em;
      text-align: right; }
      @media (max-width: 991px) {
        #the_cart .product_info .single_price p {
          text-align: center; } }
    #the_cart .product_info .sku {
      color: #231e1f;
      margin-top: 15px;
      font-weight: 700;
      margin-bottom: 10px; }
    #the_cart .product_info .suitable-for {
      font-size: 14px; }
    #the_cart .product_info .quantity {
      display: inline-block;
      position: relative; }
      #the_cart .product_info .quantity input {
        background-color: #FFFFFF;
        border: 1px solid #9B9B9B;
        -moz-appearance: textfield;
        width: 90px;
        padding: 8px 15px;
        height: 45px; }
      #the_cart .product_info .quantity input[type=number]::-webkit-inner-spin-button,
      #the_cart .product_info .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      #the_cart .product_info .quantity .quantity_up, #the_cart .product_info .quantity .quantity_down {
        background-color: #231E1F;
        background-position: center;
        cursor: pointer;
        display: block;
        height: 20px;
        position: absolute;
        right: -22px;
        text-align: center;
        width: 20px;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-property: background;
        transition-property: background; }
      #the_cart .product_info .quantity .quantity_up {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" width="20" height="20"><path d="M6 9L6 11 9 11 9 14 11 14 11 11 14 11 14 9 11 9 11 6 9 6 9 9 6 9Z" fill="%23ffffff"/></svg>');
        content: "";
        top: 0; }
        #the_cart .product_info .quantity .quantity_up:hover {
          background-color: #080607;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
      #the_cart .product_info .quantity .quantity_down {
        background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" x="0" y="0" width="20" height="20"><path d="M6 9L6 11 14 11 14 9 6 9Z" fill="%23ffffff"/></svg>');
        content: "";
        bottom: 0; }
        #the_cart .product_info .quantity .quantity_down:hover {
          background-color: #080607;
          -webkit-transition-duration: 0.1s;
                  transition-duration: 0.1s; }
  #the_cart .woocommerce .product-remove {
    text-align: center; }
    #the_cart .woocommerce .product-remove a.remove {
      height: 45px;
      width: 100%;
      background: #231E1F;
      border-radius: 0px !important;
      color: #fff !important;
      font-size: 18px;
      font-weight: 600;
      padding-top: 13px;
      text-align: center;
      font-family: "Open Sans", sans-serif; }
      #the_cart .woocommerce .product-remove a.remove:hover {
        border-radius: 0;
        color: #fff !important; }
  #the_cart .checkout-section {
    background-color: #231e1f;
    padding: 15px; }
    #the_cart .checkout-section h4 {
      margin: 0;
      margin-bottom: 10px;
      font-weight: 600;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 24px; }
    #the_cart .checkout-section .sub_total {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 18px;
      margin: 0; }
    #the_cart .checkout-section .vat_total {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px;
      margin: 0; }
    #the_cart .checkout-section .total {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 16px;
      margin: 0;
      font-weight: 600; }
    #the_cart .checkout-section .float-right {
      float: right; }
    #the_cart .checkout-section .border {
      border-top: 1px solid #fff;
      margin: 0;
      padding: 10px 0; }
    #the_cart .checkout-section .btn-checkout {
      background: #F37020;
      color: #FFFFFF;
      border-radius: 0;
      width: 100%;
      margin-top: 15px;
      height: 40px;
      font-weight: 600;
      font-size: 18px; }
  #the_cart .position-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px; }
  #the_cart .blockOverlay {
    background: transparent !important; }
    #the_cart .blockOverlay:before {
      width: 43px;
      height: 43px;
      background: url("../img/loader.png"); }
  #the_cart .update_cart {
    height: 50px;
    background: #f37020;
    border-radius: 0;
    width: 300px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      #the_cart .update_cart {
        width: 100%; } }
  #the_cart .notice {
    background: white;
    border-top: 3px solid #8fae1b;
    margin-bottom: 15px; }
    #the_cart .notice .woocommerce-message {
      margin: 0;
      border: none;
      font-family: "Open Sans", sans-serif; }
      #the_cart .notice .woocommerce-message:before {
        color: #F37020; }
      #the_cart .notice .woocommerce-message .restore-item {
        width: 60px;
        height: 20px;
        background-color: #231E1F; }

#the_checkout {
  padding: 10px 0 60px 0;
  background: #F3F3F3; }
  #the_checkout #mp-checkout-form .mp_checkout_section .mp_checkout_section_heading .mp_checkout_section_heading-link {
    color: #9B9B9B; }
  #the_checkout #mp-checkout-form .mp_checkout_section.current .mp_checkout_section_heading .mp_checkout_section_heading-link {
    color: #F37020; }
  #the_checkout #mp-checkout-form .mp_checkout_buttons .mp_button-checkout-next-step {
    background-color: #F37020;
    border: none;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background; }
    #the_checkout #mp-checkout-form .mp_checkout_buttons .mp_button-checkout-next-step:hover {
      background-color: #d5580b;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s; }
  #the_checkout #mp-checkout-form #mp-cart-after #mp-checkout-payment-form {
    display: none; }
  #the_checkout #the_cart_side {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD; }
    @media (min-width: 768px) {
      #the_checkout #the_cart_side {
        position: -webkit-sticky;
        position: sticky;
        top: 90px; } }
  #the_checkout #order_review_heading {
    background: #251e1f;
    margin-bottom: 0;
    padding: 10px;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 600;
    color: #FFFFFF; }
  #the_checkout .woocommerce-billing-fields h3 {
    background: #FFFFFF;
    padding: 15px;
    font-weight: 600; }
  #the_checkout .woocommerce-billing-fields input,
  #the_checkout .woocommerce-billing-fields select {
    background-color: #FFFFFF;
    border: none;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  #the_checkout span.select2-selection__arrow, #the_checkout span.select2-selection.select2-selection--single {
    height: 40px !important; }
  #the_checkout span.select2-selection.select2-selection--single {
    margin-bottom: 5px; }
  @media (max-width: 767px) {
    #the_checkout span#s2id_billing_country {
      max-width: 284px; } }
  #the_checkout span#select2-billing_country-container {
    line-height: 40px;
    font-size: 14px; }
  #the_checkout span.select2-selection.select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  #the_checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    display: none; }
  #the_checkout .shop_table.woocommerce-checkout-review-order-table {
    background: #241e1f;
    color: #FFFFFF;
    border: none;
    width: 100%;
    border-radius: 0; }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table td,
    #the_checkout .shop_table.woocommerce-checkout-review-order-table th {
      width: 50%; }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table td {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      padding: 15px;
      vertical-align: middle; }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table th {
      font-weight: 700;
      padding: 15px;
      font-size: 16px; }
      #the_checkout .shop_table.woocommerce-checkout-review-order-table th.product-total, #the_checkout .shop_table.woocommerce-checkout-review-order-table th.product-name {
        text-transform: uppercase; }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table tbody th {
      font-weight: 700;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot th,
    #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot td {
      font-weight: 700;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
      background: #f37020;
      text-transform: uppercase;
      font-size: 20px; }
      #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
        display: block;
        width: 200%;
        border: none;
        background: #f37020;
        padding: 10px 15px; }
      #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
        display: block;
        width: 200%;
        border: none;
        background: #f37020;
        padding: 10px 15px; }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
      text-transform: uppercase; }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping th {
      text-transform: uppercase;
      display: block;
      width: 200%; }
    #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td {
      display: block;
      width: 200%; }
      #the_checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td li {
        font-size: 14px; }
  @media (max-width: 767px) {
    #the_checkout form .form-row {
      display: block;
      width: 100%; } }
  #the_checkout form .form-row label {
    line-height: 16px;
    font-size: 16px;
    font-weight: 600; }
  #the_checkout form .form-row.required {
    color: #f57000;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden; }

.order_receipt p,
.thankyou p {
  display: none; }

.order_receipt h2,
.thankyou h2 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .order_receipt h2,
    .thankyou h2 {
      margin-top: 20px; } }

.order_receipt ul.order_details,
.thankyou ul.order_details {
  background: white;
  padding: 25px;
  margin: 25px 0; }

.order_receipt ul li,
.thankyou ul li {
  font-size: 16px !important;
  font-family: "Open Sans", sans-serif;
  text-transform: none !important;
  line-height: 1.8em !important; }
  .order_receipt ul li span,
  .thankyou ul li span {
    text-transform: uppercase;
    font-weight: 700; }
    .order_receipt ul li span.woocommerce-Price-amount, .order_receipt ul li span.woocommerce-Price-currencySymbol,
    .thankyou ul li span.woocommerce-Price-amount,
    .thankyou ul li span.woocommerce-Price-currencySymbol {
      font-weight: 500; }

.order_receipt input[type=submit],
.thankyou input[type=submit] {
  width: 250px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  background-color: #F37020;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background;
  transition-property: background;
  font-size: 14px;
  font-weight: 600;
  border: none; }
  @media (max-width: 767px) {
    .order_receipt input[type=submit],
    .thankyou input[type=submit] {
      width: 100%; } }
  .order_receipt input[type=submit]:hover,
  .thankyou input[type=submit]:hover {
    background-color: #d5580b;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s; }

.order_receipt .button.cancel,
.thankyou .button.cancel {
  width: 250px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  background-color: #231E1F;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background;
  transition-property: background;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  padding-top: 18px;
  margin-left: 25px;
  text-align: center; }
  @media (max-width: 767px) {
    .order_receipt .button.cancel,
    .thankyou .button.cancel {
      width: 100%;
      margin-top: 20px;
      margin-left: 0; } }
  .order_receipt .button.cancel:hover,
  .thankyou .button.cancel:hover {
    color: #ffffff;
    background-color: #080607;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s; }

.order_receipt .woocommerce-order-details,
.thankyou .woocommerce-order-details {
  background: #ffffff;
  padding: 25px; }
  .order_receipt .woocommerce-order-details .woocommerce-table,
  .thankyou .woocommerce-order-details .woocommerce-table {
    border: none;
    border-radius: 0; }
    .order_receipt .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-name.product-name,
    .order_receipt .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total,
    .thankyou .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-name.product-name,
    .thankyou .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total {
      font-size: 21px;
      font-weight: 700;
      border-top: none !important; }
    .order_receipt .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total,
    .thankyou .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total {
      text-align: right; }
      @media (max-width: 767px) {
        .order_receipt .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total,
        .thankyou .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total {
          display: none; } }
    .order_receipt .woocommerce-order-details .woocommerce-table tr,
    .order_receipt .woocommerce-order-details .woocommerce-table th,
    .order_receipt .woocommerce-order-details .woocommerce-table td,
    .thankyou .woocommerce-order-details .woocommerce-table tr,
    .thankyou .woocommerce-order-details .woocommerce-table th,
    .thankyou .woocommerce-order-details .woocommerce-table td {
      font-weight: 500;
      font-size: 16px;
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
      padding: 6px 12px !important; }
      @media (max-width: 767px) {
        .order_receipt .woocommerce-order-details .woocommerce-table tr,
        .order_receipt .woocommerce-order-details .woocommerce-table th,
        .order_receipt .woocommerce-order-details .woocommerce-table td,
        .thankyou .woocommerce-order-details .woocommerce-table tr,
        .thankyou .woocommerce-order-details .woocommerce-table th,
        .thankyou .woocommerce-order-details .woocommerce-table td {
          border: none !important;
          display: block;
          padding: 6px 0 !important; } }
    .order_receipt .woocommerce-order-details .woocommerce-table .product-quantity,
    .thankyou .woocommerce-order-details .woocommerce-table .product-quantity {
      font-weight: 500; }
    @media (max-width: 767px) {
      .order_receipt .woocommerce-order-details .woocommerce-table th,
      .thankyou .woocommerce-order-details .woocommerce-table th {
        font-weight: 700; } }
    @media (max-width: 767px) {
      .order_receipt .woocommerce-order-details .woocommerce-table tr,
      .thankyou .woocommerce-order-details .woocommerce-table tr {
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important; } }
    .order_receipt .woocommerce-order-details .woocommerce-table td,
    .thankyou .woocommerce-order-details .woocommerce-table td {
      text-align: right; }
      .order_receipt .woocommerce-order-details .woocommerce-table td.woocommerce-table__product-name,
      .thankyou .woocommerce-order-details .woocommerce-table td.woocommerce-table__product-name {
        text-align: left; }
      @media (max-width: 767px) {
        .order_receipt .woocommerce-order-details .woocommerce-table td,
        .thankyou .woocommerce-order-details .woocommerce-table td {
          text-align: left; } }
    .order_receipt .woocommerce-order-details .woocommerce-table a,
    .thankyou .woocommerce-order-details .woocommerce-table a {
      color: #231E1F; }
      .order_receipt .woocommerce-order-details .woocommerce-table a:hover,
      .thankyou .woocommerce-order-details .woocommerce-table a:hover {
        text-decoration: none; }

.order_receipt address,
.thankyou address {
  margin-top: 20px;
  border: none !important;
  background: #ffffff;
  border-radius: 0 !important;
  padding: 25px !important;
  font-size: 16px;
  line-height: 1.8em; }
  .order_receipt address .woocommerce-customer-details--phone,
  .order_receipt address .woocommerce-customer-details--email,
  .thankyou address .woocommerce-customer-details--phone,
  .thankyou address .woocommerce-customer-details--email {
    font-size: 16px;
    line-height: 1.8em; }

.custom_checkbox input {
  position: relative;
  opacity: 0;
  margin: 0 !important;
  visibility: hidden;
  height: 25px;
  width: 25px; }
  .custom_checkbox input:checked ~ .checkmark:after {
    display: block; }

.custom_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 4px;
    width: 7px;
    height: 15px;
    border: solid #F37020;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.shipping_title {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif; }

#the_checkout .multiple_shipping_address {
  height: 45px;
  background: #f37020;
  border-radius: 0;
  width: auto;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  padding-top: 10px;
  margin-top: 25px; }
  @media (max-width: 991px) {
    #the_checkout .multiple_shipping_address {
      width: 100%; } }
  @media (max-width: 767px) {
    #the_checkout .multiple_shipping_address {
      font-size: 14px; } }

#the_checkout .select2-choice {
  background-color: #FFFFFF;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  height: 45px;
  padding-top: 10px;
  resize: none;
  width: 100%;
  position: relative;
  border-radius: 0;
  background-image: url("/img/droparrow.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #F3F3F3;
  -webkit-appearance: none;
  -moz-appearance: none; }
  #the_checkout .select2-choice::-ms-expand {
    display: none; }
  #the_checkout .select2-choice .select2-arrow {
    display: none; }

#the_checkout .multi_shipping .ship_address {
  width: 300px;
  background-color: #241e1f;
  border: none;
  margin: 0;
  padding: 0; }
  #the_checkout .multi_shipping .ship_address dl {
    margin-bottom: 10px; }
  #the_checkout .multi_shipping .ship_address address {
    margin-bottom: 0px; }
  #the_checkout .multi_shipping .ship_address .note-form {
    display: none; }
  #the_checkout .multi_shipping .ship_address select {
    background-color: #241e1f;
    border: none;
    height: 40px; }
  #the_checkout .multi_shipping .ship_address .modify-address-button {
    color: #ffffff; }

#the_checkout .woocommerce-shipping-fields .shipping_address {
  height: 100%;
  margin-top: 10px;
  background: none;
  display: none; }
  #the_checkout .woocommerce-shipping-fields .shipping_address h3 {
    background: white;
    padding: 15px;
    font-weight: 600; }
  #the_checkout .woocommerce-shipping-fields .shipping_address select {
    background-color: #FFFFFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    padding: 0 50px 0 10px;
    resize: none;
    width: 100%;
    position: relative;
    width: 100%;
    border-radius: 5px;
    background-image: url("/img/droparrow.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none; }
    #the_checkout .woocommerce-shipping-fields .shipping_address select::-ms-expand {
      display: none; }
  #the_checkout .woocommerce-shipping-fields .shipping_address input {
    background-color: #FFFFFF;
    border: none;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    #the_checkout .woocommerce-shipping-fields .shipping_address input#use_address {
      margin: 0px 15px 0 15px;
      background: #F37020;
      border: none;
      color: #FFFFFF;
      font-weight: 600;
      text-transform: uppercase;
      width: 48%; }
      @media (max-width: 767px) {
        #the_checkout .woocommerce-shipping-fields .shipping_address input#use_address {
          width: 100%; } }

.select2-drop-active {
  border: none !important; }

.select2-search {
  display: none !important; }

#wcms_message {
  display: none; }

#shipping {
  margin-bottom: 50px; }
  #shipping .address_table {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 25px; }
    #shipping .address_table .shop_table {
      width: 100%;
      border: none;
      border-radius: 0; }
      #shipping .address_table .shop_table tr,
      #shipping .address_table .shop_table th,
      #shipping .address_table .shop_table td {
        font-weight: 500;
        font-size: 16px;
        padding: 6px 12px !important; }
        @media (max-width: 767px) {
          #shipping .address_table .shop_table tr,
          #shipping .address_table .shop_table th,
          #shipping .address_table .shop_table td {
            border: none !important;
            display: block;
            padding: 6px 0 !important; } }
      #shipping .address_table .shop_table .product-quantity {
        font-weight: 500; }
      #shipping .address_table .shop_table th {
        border: none !important;
        font-weight: 700; }
      @media (max-width: 767px) {
        #shipping .address_table .shop_table tr {
          border-top: 1px solid rgba(0, 0, 0, 0.1) !important; } }
      #shipping .address_table .shop_table a {
        color: #231E1F; }
        #shipping .address_table .shop_table a:hover {
          text-decoration: none; }
      #shipping .address_table .shop_table select {
        background-color: #FFFFFF;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        height: 45px;
        padding: 0 50px 0 10px;
        resize: none;
        width: 100%;
        position: relative;
        width: 100%;
        border-radius: 5px 10px 10px 5px;
        background-image: url("/img/droparrow.png");
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        border: 1px solid #F3F3F3;
        -webkit-appearance: none;
        -moz-appearance: none; }
        #shipping .address_table .shop_table select::-ms-expand {
          display: none; }
      #shipping .address_table .shop_table .delete-line-item {
        height: 45px;
        width: 100%;
        background: #231E1F;
        border-radius: 0px !important;
        color: #fff !important;
        font-size: 18px;
        font-weight: 600;
        border: none;
        text-align: center;
        font-family: "Open Sans", sans-serif; }
        #shipping .address_table .shop_table .delete-line-item:hover {
          border-radius: 0;
          color: #fff !important; }
  #shipping .h2-link {
    height: 45px;
    background: #F37020;
    border-radius: 0px !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px 0;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      #shipping .h2-link {
        width: 100%; } }
    #shipping .h2-link:hover {
      border-radius: 0;
      color: #fff !important; }
  @media (max-width: 767px) {
    #shipping .set-shipping-addresses {
      float: none; }
    #shipping .shipping-address {
      display: none !important; } }
  #shipping .update-shipping-addresses input[type=submit],
  #shipping .set-shipping-addresses input[type=submit] {
    height: 45px;
    background: #f37020;
    border-radius: 0;
    width: 300px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: none; }
    @media (max-width: 991px) {
      #shipping .update-shipping-addresses input[type=submit],
      #shipping .set-shipping-addresses input[type=submit] {
        width: 100%; } }
  #shipping address {
    margin-top: 20px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    padding: 25px;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 0 !important; }
  #shipping .buttons {
    position: relative; }
    #shipping .buttons .button {
      background: #F37020;
      width: 100%;
      border-radius: 0;
      color: white;
      text-transform: uppercase;
      font-weight: 600; }
    #shipping .buttons .ms_delete_address {
      background: #231E1F; }
  #shipping .wcms-address-form {
    background-color: #ffffff;
    padding: 25px; }
  #shipping #shipping_address_2,
  #shipping .shipping_state_field {
    display: none; }
  #shipping input {
    background-color: #FFFFFF;
    border: none;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #9B9B9B; }
    #shipping input#use_address {
      margin: 0px 15px 0 15px;
      background: #F37020;
      border: none;
      color: #FFFFFF;
      font-weight: 600;
      text-transform: uppercase;
      width: 48%; }
      @media (max-width: 767px) {
        #shipping input#use_address {
          width: 100%; } }
  #shipping p.form-row {
    width: 50%;
    display: inline-block;
    padding: 0 15px; }
    @media (max-width: 767px) {
      #shipping p.form-row {
        width: 100%; } }
  #shipping .btn-import-billing,
  #shipping .btn-import-shipping {
    background: #F37020;
    width: 275px;
    border-radius: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 12px;
    margin-bottom: 0;
    height: 45px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
  #shipping .btn-import-shipping {
    background: #231E1F; }
  #shipping #shipping_address_2_field {
    display: none; }
  #shipping .select2-container {
    width: 100% !important; }
  #shipping select {
    background-color: #FFFFFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    padding: 10px;
    resize: none;
    width: 100%;
    position: relative;
    border-radius: 0;
    background-image: url("/img/droparrow.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #9B9B9B;
    -webkit-appearance: none;
    -moz-appearance: none; }
    #shipping select::-ms-expand {
      display: none; }
  #shipping .select2-choice {
    background-color: #FFFFFF;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    padding-top: 10px;
    resize: none;
    width: 100%;
    position: relative;
    border-radius: 0;
    background-image: url("/img/droparrow.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border: 1px solid #9B9B9B;
    -webkit-appearance: none;
    -moz-appearance: none; }
    #shipping .select2-choice::-ms-expand {
      display: none; }
    #shipping .select2-choice .select2-arrow {
      display: none; }

#the_checkout .optional {
  display: none; }

.woocommerce form.checkout_coupon {
  display: block !important; }

#the_order {
  background-color: #FFFFFF;
  padding: 40px 0 60px 0; }

#mp-mojo {
  z-index: 99999; }
  #mp-mojo .slidecart-wrapper .slidecart-cart-container .slidecart-cart-btns .slidecart-cart-btn-top {
    overflow: hidden; }
    #mp-mojo .slidecart-wrapper .slidecart-cart-container .slidecart-cart-btns .slidecart-cart-btn-top .slidecart-edit-cart-link {
      display: none; }
    #mp-mojo .slidecart-wrapper .slidecart-cart-container .slidecart-cart-btns .slidecart-cart-btn-top .slidecart-checkout-link {
      width: 100%; }

#floating-cart {
  display: none;
  position: fixed;
  right: 10px;
  top: 70px;
  z-index: 999; }
  @media (min-width: 992px) {
    #floating-cart {
      display: block; } }
  #floating-cart .cart_link {
    background-image: url("/img/icons/icon_cart.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    text-decoration: none;
    width: 30px;
    display: none; }
    #floating-cart .cart_link a {
      display: block;
      height: 30px;
      position: relative;
      text-decoration: none;
      width: 30px; }
      #floating-cart .cart_link a:hover {
        text-decoration: none; }
    #floating-cart .cart_link .items {
      display: none;
      background-color: #F37020;
      color: #FFFFFF;
      font-size: 12px;
      line-height: 20px;
      height: 20px;
      left: 22px;
      min-width: 20px;
      padding: 0 5px;
      position: relative;
      text-align: center;
      top: -10px;
      border-radius: 0; }

#tracking {
  padding: 30px 0 50px 0;
  background: #F3F3F3;
  font-family: "Open Sans", sans-serif; }
  #tracking input[type=text] {
    background-color: #ffffff;
    border: none;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    border-radius: 5px; }
  #tracking button[type=submit] {
    width: 250px;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    background-color: #F37020;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background; }
    #tracking button[type=submit]:hover {
      background-color: #d5580b;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
  #tracking h2 {
    margin: 0;
    font-weight: 600; }
    @media (max-width: 767px) {
      #tracking h2 {
        margin-top: 20px; } }
  #tracking .woocommerce-order-details {
    background: #ffffff;
    padding: 25px; }
    #tracking .woocommerce-order-details .woocommerce-table {
      border: none;
      border-radius: 0; }
      #tracking .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-name.product-name, #tracking .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total {
        font-size: 21px;
        font-weight: 700; }
      #tracking .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total {
        text-align: right; }
        @media (max-width: 767px) {
          #tracking .woocommerce-order-details .woocommerce-table th.woocommerce-table__product-table.product-total {
            display: none; } }
      #tracking .woocommerce-order-details .woocommerce-table tr, #tracking .woocommerce-order-details .woocommerce-table th, #tracking .woocommerce-order-details .woocommerce-table td {
        font-weight: 500;
        font-size: 16px; }
        @media (max-width: 767px) {
          #tracking .woocommerce-order-details .woocommerce-table tr, #tracking .woocommerce-order-details .woocommerce-table th, #tracking .woocommerce-order-details .woocommerce-table td {
            border: none !important;
            display: block;
            padding: 6px 0 !important; } }
      #tracking .woocommerce-order-details .woocommerce-table .product-quantity {
        font-weight: 500; }
      @media (max-width: 767px) {
        #tracking .woocommerce-order-details .woocommerce-table th {
          font-weight: 700; } }
      @media (max-width: 767px) {
        #tracking .woocommerce-order-details .woocommerce-table tr {
          border-top: 1px solid rgba(0, 0, 0, 0.1) !important; } }
      #tracking .woocommerce-order-details .woocommerce-table td {
        text-align: right; }
        #tracking .woocommerce-order-details .woocommerce-table td.woocommerce-table__product-name {
          text-align: left; }
        @media (max-width: 767px) {
          #tracking .woocommerce-order-details .woocommerce-table td {
            text-align: left; } }
      #tracking .woocommerce-order-details .woocommerce-table a {
        color: #231E1F; }
        #tracking .woocommerce-order-details .woocommerce-table a:hover {
          text-decoration: none; }
  #tracking address {
    margin-top: 20px;
    border: none;
    background: #ffffff;
    border-radius: 0;
    padding: 25px;
    font-size: 16px;
    line-height: 1.8em; }
    #tracking address .woocommerce-customer-details--phone, #tracking address .woocommerce-customer-details--email {
      font-size: 16px;
      line-height: 1.8em; }
  #tracking mark {
    background: none; }

#the_sitemap {
  background-color: #F3F3F3;
  padding: 20px 0 60px 0; }
  #the_sitemap h3 a {
    color: #F37020; }
  #the_sitemap ul {
    color: #231E1F;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-left: 30px; }
    #the_sitemap ul li a {
      color: #231E1F; }

#modal_login p, #modal_register p, #modal_search p {
  font-size: 14px; }

#modal_login form, #modal_register form, #modal_search form {
  display: block;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  padding: 15px; }
  #modal_login form label, #modal_register form label, #modal_search form label {
    display: block;
    font-family: "Open Sans", sans-serif; }
  #modal_login form input[type=text], #modal_login form input[type=email], #modal_login form input[type=password], #modal_register form input[type=text], #modal_register form input[type=email], #modal_register form input[type=password], #modal_search form input[type=text], #modal_search form input[type=email], #modal_search form input[type=password] {
    border: 1px solid #9B9B9B;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    display: block;
    height: 45px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    display: block;
    width: 100%; }
  #modal_login form input[type=submit], #modal_register form input[type=submit], #modal_search form input[type=submit] {
    background-color: #F37020;
    border: none;
    color: #FFFFFF;
    display: table;
    float: right;
    font-family: "Open Sans", sans-serif;
    height: 45px;
    margin: 10px 0 0 0;
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background;
    transition-property: background; }
    #modal_login form input[type=submit]:hover, #modal_register form input[type=submit]:hover, #modal_search form input[type=submit]:hover {
      background-color: #d5580b;
      -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }

#f_main {
  background-color: #231E1F;
  padding: 25px 0; }
  #f_main h2 {
    color: #9B9B9B;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px; }
  #f_main ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin-bottom: 40px;
    margin-right: 40px;
    margin-left: 0; }
    @media (max-width: 767px) {
      #f_main ul {
        display: block;
        margin-right: 0px;
        margin-bottom: 20px; } }
    #f_main ul li {
      display: block; }
      #f_main ul li a {
        color: #9B9B9B;
        font-family: "Open Sans", sans-serif;
        font-size: 15px;
        line-height: 18px; }
    #f_main ul.iso_logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 40px 0 0 0;
      max-width: 400px; }
      #f_main ul.iso_logos li img {
        display: block;
        margin: 10% 10% 10% 0;
        width: 90%; }
  #f_main p {
    color: #9B9B9B;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    text-align: left; }
  @media (max-width: 991px) {
    #f_main .text-left-mobile {
      text-align: left; } }

.customer-support-quick-search {
  background-color: #dedede; }
  .customer-support-quick-search #parts_search_panel {
    padding: 0 15px; }
    .customer-support-quick-search #parts_search_panel .cus_ser {
      background-color: #dedede; }
      @media (max-width: 1199px) {
        .customer-support-quick-search #parts_search_panel .cus_ser .cus_support_txt {
          margin-bottom: 0;
          padding-bottom: 30px;
          text-align: center; } }
      .customer-support-quick-search #parts_search_panel .cus_ser h2 {
        color: #202020;
        font-weight: 600;
        text-align: center;
        font-size: 30px;
        padding-top: 30px;
        margin-top: 0; }
      .customer-support-quick-search #parts_search_panel .cus_ser .image_bottom {
        padding-bottom: 50px;
        margin-bottom: 0; }
    .customer-support-quick-search #parts_search_panel .qk_search {
      background: #231E1F; }
      .customer-support-quick-search #parts_search_panel .qk_search h2 {
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        font-size: 30px;
        margin-top: 0;
        padding-top: 30px; }
      .customer-support-quick-search #parts_search_panel .qk_search #parts_by_machine {
        max-width: 70%;
        margin-bottom: 0;
        padding-bottom: 10px; }
        .customer-support-quick-search #parts_search_panel .qk_search #parts_by_machine .mcn {
          font-weight: 600; }
        .customer-support-quick-search #parts_search_panel .qk_search #parts_by_machine .home-btn-form {
          margin: 0 auto;
          display: block; }
      .customer-support-quick-search #parts_search_panel .qk_search #parts_by_number {
        max-width: 70%;
        padding-bottom: 30px;
        margin-bottom: 0; }
        .customer-support-quick-search #parts_search_panel .qk_search #parts_by_number .sku {
          font-size: 16px; }
        .customer-support-quick-search #parts_search_panel .qk_search #parts_by_number .home-btn-form {
          margin: 0 auto;
          display: block; }

.btmpanels {
  background-color: white; }
  .btmpanels .news-panel-left {
    background-color: #FFFFFF;
    padding: 0; }
    .btmpanels .news-panel-left #featured_image {
      display: none; }
      .btmpanels .news-panel-left #featured_image.slick-initialized {
        display: block; }
      .btmpanels .news-panel-left #featured_image .featured_image {
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
      .btmpanels .news-panel-left #featured_image span {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        border: 3px solid #F37020;
        border-radius: 100%; }
        .btmpanels .news-panel-left #featured_image span img {
          display: block;
          height: auto;
          width: 100%; }
    .btmpanels .news-panel-left .featured_content {
      padding: 30px 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .btmpanels .news-panel-left .featured_content h2.latest-title {
          padding: 0 30px; } }
      .btmpanels .news-panel-left .featured_content #featured_content {
        padding: 0 40px 0 0;
        display: none; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .btmpanels .news-panel-left .featured_content #featured_content {
            padding: 0 30px; } }
        @media (max-width: 767px) {
          .btmpanels .news-panel-left .featured_content #featured_content {
            padding: 0; } }
        .btmpanels .news-panel-left .featured_content #featured_content.slick-initialized {
          display: block; }
        .btmpanels .news-panel-left .featured_content #featured_content h3 {
          color: #231E1F;
          font-size: 21px;
          text-transform: none; }
        .btmpanels .news-panel-left .featured_content #featured_content .featured_date {
          margin-bottom: 20px;
          font-size: 16px; }
        .btmpanels .news-panel-left .featured_content #featured_content .btn-post {
          background: #4a4a4a;
          border: none;
          padding: 10px 20px;
          border-radius: 10px;
          text-transform: uppercase;
          font-family: "Open Sans", sans-serif;
          margin-top: 0;
          color: #FFFFFF; }
          .btmpanels .news-panel-left .featured_content #featured_content .btn-post:hover {
            color: #FFFFFF; }
        .btmpanels .news-panel-left .featured_content #featured_content .slick-dots {
          position: absolute;
          margin-bottom: 0;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (max-width: 767px) {
            .btmpanels .news-panel-left .featured_content #featured_content .slick-dots {
              top: auto;
              -webkit-transform: translateY(auto);
                      transform: translateY(auto);
              bottom: 0; } }
          .btmpanels .news-panel-left .featured_content #featured_content .slick-dots li {
            display: block;
            height: 10px;
            margin: 6px;
            width: 10px;
            border-radius: 100%;
            background-color: #F37020; }
            @media (max-width: 767px) {
              .btmpanels .news-panel-left .featured_content #featured_content .slick-dots li {
                display: inline-block;
                margin: 0 6; } }
            .btmpanels .news-panel-left .featured_content #featured_content .slick-dots li button {
              background-color: rgba(0, 0, 0, 0);
              border: none;
              color: transparent;
              display: block;
              height: 100%;
              width: 100%;
              outline: none; }
            .btmpanels .news-panel-left .featured_content #featured_content .slick-dots li.slick-active {
              background-color: #d5580b; }
  .btmpanels .white-panel-left {
    background: white;
    text-align: center;
    color: white; }
  .btmpanels .block-halfwidth {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .btmpanels .block-halfwidth h2.offer {
      font-weight: 600;
      font-size: 60px;
      margin-bottom: 0;
      line-height: 1.1em; }
    .btmpanels .block-halfwidth h3.offer {
      color: #F37020;
      font-weight: 600;
      margin-top: 0;
      font-size: 26px;
      line-height: 1.1em; }
    .btmpanels .block-halfwidth .greybtn {
      background: #4a4a4a;
      border: none;
      padding: 10px 20px;
      border-radius: 10px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      margin-top: 15px; }
    .btmpanels .block-halfwidth .orangebtn {
      background: #F37020;
      border: none;
      padding: 10px 20px;
      border-radius: 10px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      margin-top: 15px; }
  .btmpanels .video-panel-right {
    padding: 0;
    text-align: center;
    color: white;
    background-image: url(/img/homepage/video_img.jpg);
    background-size: cover;
    background-position: top center; }
    .btmpanels .video-panel-right .overlay {
      background-image: radial-gradient(circle farthest-side at 50% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%, #000000 95%);
      bottom: 0;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      width: auto; }
  .btmpanels .marketing-panel-left {
    padding: 0;
    text-align: center;
    color: white;
    background-image: url(/img/homepage/marketing-banner.jpg);
    background-size: cover;
    background-position: center center; }
    .btmpanels .marketing-panel-left .overlay {
      background-image: radial-gradient(circle farthest-side at 50% 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%, #000000 95%);
      bottom: 0;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      width: auto; }
  .btmpanels .vacancy-panel-left {
    padding: 0;
    background: blue;
    text-align: center;
    color: white;
    background-image: url(/img/homepage/work_with_us_img.jpg);
    background-size: cover;
    background-position: center center; }
    .btmpanels .vacancy-panel-left .overlay {
      background: rgba(243, 112, 32, 0.9);
      bottom: 0;
      height: auto;
      left: 0;
      right: 0;
      top: 0;
      width: auto; }
    .btmpanels .vacancy-panel-left .grey-overlay {
      background: rgba(0, 0, 0, 0);
      bottom: 0;
      height: auto;
      left: 0;
      right: 0;
      top: 0;
      width: auto; }
  .btmpanels .parts-servicing-panel-right {
    padding: 0;
    background-color: #D8D8D8;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    min-height: 300px;
    height: auto; }
    .btmpanels .parts-servicing-panel-right .parts-servicing-img {
      height: 200px;
      float: left;
      padding-left: 30px;
      margin-right: 50px; }
      .btmpanels .parts-servicing-panel-right .parts-servicing-img img {
        max-height: 100%; }
    @media (max-width: 767px) {
      .btmpanels .parts-servicing-panel-right .parts-servicing-img {
        display: none; }
      .btmpanels .parts-servicing-panel-right .parts-servicing-text {
        text-align: center; } }

.socials {
  text-align: left; }
  .socials .follow_us_on h2 {
    font-size: 22px !important;
    font-weight: 200 !important; }
  .socials .ctf-author-box {
    margin-bottom: 15px; }
  .socials .ctf-author-name {
    font-weight: 200 !important; }
    .socials .ctf-author-name:before {
      content: url(/img/icons/twitter-logo.png);
      padding-right: 15px; }
  .socials .ctf-tweets a {
    color: #F37020 !important; }

.hero_main_singlemachine {
  background-color: #231E1F;
  height: calc(100vh - 400px);
  min-height: 524px;
  overflow: hidden;
  position: relative; }
  .hero_main_singlemachine .hero_container {
    height: 100%;
    width: 100%; }
    .hero_main_singlemachine .hero_container .hero_slide {
      background-position: center;
      background-size: cover;
      height: 100%;
      position: relative;
      width: 100%; }
      .hero_main_singlemachine .hero_container .hero_slide .container {
        bottom: 100px !important;
        left: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 1199px) {
          .hero_main_singlemachine .hero_container .hero_slide .container {
            bottom: 170px !important;
            left: 0;
            position: absolute;
            right: 0;
            -webkit-transform: none;
            transform: none; } }

.hero_dots_singlemachine .slick-dots {
  bottom: 20px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1199px) {
    .hero_dots_singlemachine .slick-dots {
      bottom: 120px !important;
      left: 15px;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

.in-banner-text {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0; }
  .in-banner-text .paneltext {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    border-right: 1px solid grey; }
    .in-banner-text .paneltext:last-child {
      border-right: none; }
    .in-banner-text .paneltext span {
      font-weight: 100;
      font-size: 16px; }

.single-sector .slick-prev, .single-sector .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.single-sector .slick-prev {
  left: -50px; }
  .single-sector .slick-prev:before {
    content: '<'; }

.single-sector .slick-next {
  right: -50px; }
  .single-sector .slick-next:before {
    content: '>'; }

.single-sector .slick-prev:before, .single-sector .slick-next:before {
  font-family: monospace;
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  font-weight: 600;
  color: #231E1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.single-sector .slick-dots li {
  display: inline-block;
  height: 20px;
  margin: 6px;
  overflow: hidden;
  width: 20px;
  border-radius: 100%;
  background-color: #231E1F; }
  .single-sector .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: transparent;
    display: block;
    height: 100%;
    width: 100%; }
  .single-sector .slick-dots li.slick-active button {
    background-color: #F37020; }

#related_sectors {
  padding: 40px 0 60px 0;
  background-color: white; }
  #related_sectors h2 {
    text-align: center;
    margin-bottom: 30px; }
  #related_sectors .archive-item a {
    text-decoration: none; }
  #related_sectors .archive-item img.sector-related {
    vertical-align: middle;
    background: #9B9B9B;
    border-radius: 30px;
    width: 70%;
    padding: 10px; }
    #related_sectors .archive-item img.sector-related:hover {
      background-color: #f37020 !important; }
  #related_sectors .archive-item p {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #9B9B9B;
    font-size: 20px; }

#key_machines {
  padding: 20px 0 60px 0; }
  #key_machines .text-center {
    text-align: center; }

#vacancy_intro {
  background-color: white;
  padding: 0 0 50px 0; }
  #vacancy_intro .vacancytext a {
    color: #F37020;
    text-decoration: none; }

#vacancies_search form select {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #D3D3D3;
  display: block;
  font: 400 15px/35px "Open Sans", sans-serif;
  height: 36px;
  padding: 0 10px;
  resize: none;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none; }

#vacancies_search form .select_arrow {
  background-color: #F37020;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 34px;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 1px;
  width: 36px; }

.vacancy_item h4 a {
  color: #F37020;
  font-weight: 600;
  text-transform: none; }

#application_form {
  background-color: white; }

#cform_vacancies input[type='reset'],
#cform_vacancies input[type='submit'] {
  border: none;
  color: #FFFFFF;
  display: block;
  float: right;
  font: 400 15px/40px "Open Sans", sans-serif;
  text-transform: uppercase;
  vertical-align: bottom;
  width: 100px; }

#cform_vacancies input[type='submit'] {
  background-color: #F37020;
  margin-left: 80px; }

#cform_vacancies input[type='reset'] {
  background-color: #231E1F; }

#cform_vacancies .upload_label {
  color: #323232;
  display: inline-block;
  font: 400 13px/25px "Open Sans", sans-serif;
  margin-top: 0;
  padding: 0 0 0 10px;
  vertical-align: middle; }

#cform_vacancies .fileUpload {
  background-color: #F37020;
  border: 1px solid #F37020;
  color: #FFFFFF;
  display: inline-block;
  font: 400 15px/25px "Open Sans", sans-serif;
  margin-bottom: 0;
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle; }
  #cform_vacancies .fileUpload input.upload {
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

#cform_vacancies label {
  display: block;
  font: 400 16px/36px "Open Sans", sans-serif;
  position: relative;
  width: 100%; }
  #cform_vacancies label .select_arrow {
    background-color: #F37020;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 36px;
    line-height: 37px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35px;
    width: 36px; }
  #cform_vacancies label select {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #D3D3D3;
    display: block;
    height: 36px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #E5E5E5; }
  #cform_vacancies label input {
    border: 1px solid #D3D3D3;
    display: block;
    height: 36px;
    padding: 0 10px;
    resize: none;
    width: 100%;
    background-color: #E5E5E5; }
  #cform_vacancies label textarea {
    border: 1px solid #D3D3D3;
    display: block;
    font: normal 16px/26px "Open Sans", sans-serif;
    height: 106px;
    padding: 4px 10px;
    resize: none;
    width: 100%;
    background-color: #E5E5E5; }
  #cform_vacancies label sup {
    color: #F37020;
    font-size: 12px;
    line-height: 12px; }

.new-form_outer_grey {
  background-color: #ededed;
  margin: 15px;
  padding: 1.5rem !important;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .new-form_outer_grey input[type="file"] {
    display: none; }
  .new-form_outer_grey .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-top: 5px; }
    .new-form_outer_grey .custom-file-upload .invalid {
      border: 2px solid red; }
  .new-form_outer_grey .styled_invalid {
    border: 3px solid #ffdddd; }
  .new-form_outer_grey .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .new-form_outer_grey .new-form_collapse-button {
    background-image: url("/img/icons/icon--open-close.png");
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-top: 70px;
    float: right; }
    .new-form_outer_grey .new-form_collapse-button.close {
      -webkit-transform: rotate(405deg);
              transform: rotate(405deg); }
  .new-form_outer_grey .new-form_section-title_orange {
    font-size: 20px !important;
    text-transform: none !important; }
  .new-form_outer_grey .new-form_section-title_grey {
    color: grey !important;
    font-size: 20px !important; }
  .new-form_outer_grey label {
    font-weight: normal;
    color: grey !important; }
  .new-form_outer_grey .no-margin {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .new-form_outer_grey .new-form_section-intro {
    color: grey !important;
    font-size: 14px !important; }
  .new-form_outer_grey .container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .new-form_outer_grey .container-checkbox {
        float: left;
        margin-top: 10px; } }
  .new-form_outer_grey .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .new-form_outer_grey .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px grey solid; }
  .new-form_outer_grey .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc; }
  .new-form_outer_grey .container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3; }
  .new-form_outer_grey .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .new-form_outer_grey .container-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .new-form_outer_grey .container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.btn--accordian {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
  .btn--accordian.collapsed {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.container-full-white {
  background-color: white; }

.employment-button {
  background-color: #333;
  color: white; }
  .employment-button:hover {
    color: white; }

.vacancy_table {
  margin: 0 0 10px 0;
  width: 100%;
  display: table;
  border: 1px solid #d8d8d8; }
  @media screen and (max-width: 580px) {
    .vacancy_table {
      display: block; } }
  @media screen and (min-width: 580px) {
    .vacancy_table .row {
      display: table-row;
      background: #f6f6f6; } }
  @media screen and (max-width: 580px) {
    .vacancy_table .row {
      background: #f6f6f6; } }
  .vacancy_table:nth-of-type(odd) {
    background: #e9e9e9; }
  .vacancy_table.header {
    font-weight: 900;
    color: #ffffff;
    background: blue; }
  .vacancy_table.green {
    background: #27ae60; }
  .vacancy_table.blue {
    background: #2980b9; }
  @media (max-width: 767px) {
    .vacancy_table {
      display: block; }
      .vacancy_table.header {
        padding: 0;
        height: 6px; }
        .vacancy_table.header .cell {
          display: none; }
      .vacancy_table .cell:before {
        margin-bottom: 3px;
        content: attr(data-title);
        min-width: 98px;
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #969696;
        display: block; } }

.content-box {
  height: 45px;
  width: 100%;
  background-color: #f6f6f6 !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .content-box:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.cell {
  padding: 15px 12px;
  display: table-cell;
  border: 1px solid #d8d8d8; }
  @media screen and (max-width: 580px) {
    .cell {
      padding: 2px 16px;
      display: block; } }

.cell-no-padding {
  padding: 0 !important; }

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

.no-margin-text {
  margin: 0 !important; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.orangeapplybtn {
  background: #F37020;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-top: 15px; }
  .orangeapplybtn a {
    color: white;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif; }

.application_title {
  color: black !important;
  text-align: center; }

.one,
.two,
.three,
.four,
.five,
.six {
  position: absolute;
  margin-top: -15px;
  z-index: 1;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  border: 3px solid #cccccc;
  background-color: inherit; }

.one {
  left: 8%; }

.two {
  left: 24%; }

.three {
  left: 40%; }

.four {
  left: 56%; }

.five {
  left: 72%; }

.six {
  left: 88%; }

.labels {
  margin-bottom: 50px;
  width: 100%; }
  .labels h2 {
    color: #cccccc !important; }

.one_text,
.two_text,
.three_text,
.four_text,
.five_text,
.six_text {
  position: absolute; }
  .one_text h2,
  .two_text h2,
  .three_text h2,
  .four_text h2,
  .five_text h2,
  .six_text h2 {
    font-size: 18px !important; }

.active_text h2 {
  color: #F37020 !important; }

.one_text {
  left: 7.5%; }

.two_text {
  left: 23.5%; }

.three_text {
  left: 39.5%; }

.four_text {
  left: 55.5%; }

.five_text {
  left: 71.5%; }

.six_text {
  left: 87.5%; }

.dot.active {
  background-color: #F37020; }

#contact_regional .active {
  background-color: transparent; }

.disabled {
  background-color: inherit; }

.thin-dark-progress-bar {
  background-color: #cccccc !important;
  height: 10px !important; }

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

/* Style the form */
#regForm {
  background-color: #ffffff;
  width: 100%;
  min-width: 300px; }

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa; }

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd; }

.invalid_section {
  background-color: yellow !important; }

/* Hide all steps by default: */
.tab {
  display: none; }

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  display: none; }

/* Mark the active step: */
.step.active {
  opacity: 1; }

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50; }

#nextBtn {
  float: right;
  padding: 15px 60px !important;
  background-color: #F37020 !important;
  border-radius: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  color: white; }
  @media screen and (max-width: 580px) {
    #nextBtn {
      float: left;
      margin-top: 20px; } }

#prevBtn {
  float: left;
  padding: 15px 60px !important;
  background-color: #c4c4c4 !important;
  border-radius: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  color: white; }

#file-upload-filename {
  float: right;
  margin-left: 5px; }

#hero_campaign {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  #hero_campaign .container {
    position: absolute;
    top: 15%;
    width: 100%; }
    #hero_campaign .container .hero_intro {
      display: none; }
    @media screen and (min-width: 768px) {
      #hero_campaign .container {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 750px; } }
    @media screen and (min-width: 992px) {
      #hero_campaign .container {
        width: 970px; }
        #hero_campaign .container .hero_intro {
          display: block; } }
    @media screen and (min-width: 1200px) {
      #hero_campaign .container {
        width: 1170px; } }
    #hero_campaign .container h1, #hero_campaign .container h2, #hero_campaign .container h3, #hero_campaign .container h4, #hero_campaign .container h5, #hero_campaign .container p {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif; }
    #hero_campaign .container a {
      color: #F37020; }
    #hero_campaign .container h1 {
      font-size: 150%;
      font-weight: 600;
      line-height: 100%;
      margin-bottom: 5%; }
      #hero_campaign .container h1 span {
        font-weight: 400; }
      @media screen and (min-width: 480px) {
        #hero_campaign .container h1 {
          font-size: 250%; } }
      @media screen and (min-width: 768px) {
        #hero_campaign .container h1 {
          font-size: 350%; } }
      @media screen and (min-width: 992px) {
        #hero_campaign .container h1 {
          font-size: 400%; } }

#hero_campaign_content {
  background-color: #FFFFFF;
  padding: 15px 0 0 0; }
  #hero_campaign_content a {
    color: #F37020; }

/*div#mj-billing-address-input {*/
/*    display: none !important;*/
/*}*/
input#mj-place-order {
  border: none;
  color: white;
  display: table;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  max-width: 200px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border-radius: 5px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background;
  transition-property: background;
  background: #f36f20; }

.mijireh_order_form hr {
  margin: 10px;
  border: 0;
  border-top: none !important;
  border-bottom: 1px solid #fff; }

div#mj-contact {
  display: none; }

.mijireh_order_form #mj-totals .mj-price {
  border-radius: 3px;
  margin-top: .5em;
  border: 1px solid #e6e6e6;
  padding: .5em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  background: #f36e21;
  color: white; }

#items .item:nth-child(even) {
  background: whitesmoke; }

.mijireh_order_form #mj-totals {
  padding: 1em 2em;
  border-left: none !important;
  color: #323f5d; }

div#mj-billing-address-input label.control-label {
  text-align: left; }

.mijireh_order_form .form-horizontal #mj-billing-address-input .control-group {
  margin-bottom: 18px;
  width: 49%;
  display: inline-block; }

.mijireh_order_form .form-horizontal #mj-billing-address-input input {
  width: 95%; }

#mj-billing-address-input .controls {
  margin-left: 0; }

div#mj-billing-address-input label.control-label {
  width: 100%; }

select#order_billing_address_country {
  width: 98.5%; }

@media (max-width: 768px) {
  .mijireh_order_form .form-horizontal #mj-billing-address-input .control-group {
    margin-bottom: 18px;
    width: 100%;
    display: inline-block; }
  .mijireh_order_form #mj-cart .span8 {
    width: 100%; }
  .mijireh_order_form #mj-cart .span4 {
    width: 100%;
    float: right; } }

legend {
  margin-bottom: 0 !important; }

/* MOVE */
#mp-single-order-details .mp_order {
  border-bottom: 0;
  background: white; }

#mp-single-order-details .mp_order_detail {
  background: #f3f3f3 !important; }

#mp-single-order-details .mp_order_detail_item a.mp_tooltip {
  color: black;
  text-decoration: none; }

#mp-single-order-details .mp_order_cart {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important; }

#mp-single-order-details .mp_cart_item {
  background: white !important;
  color: #241e1f !important; }

#mp-single-order-details .mp_cart_item_content {
  vertical-align: middle !important; }

#mp-single-order-details .mp_order_address {
  background: #f3f3f3;
  padding: 20px;
  border: 1px solid #ddd; }

#mp-single-order-details .mp_cart_item_title a {
  color: black; }

.partners-slider {
  display: none; }
  .partners-slider.slick-initialized {
    display: block !important; }
  .partners-slider .slick-slide:hover, .partners-slider .slick-slide:focus, .partners-slider .slick-slide:active {
    outline: none; }
  .partners-slider img {
    max-width: 180px;
    max-height: 100px; }

#hero_main .hero_container .hero_slide .container-absolute h2 span {
  color: white; }

.product_subtitle_home {
  padding-left: 25vw;
  padding-right: 25vw; }
  
  
#zaxis7_hero {
  background-color: #000000;
  height: 0;
  padding-bottom: 35%;
  position: relative;
  z-index: 0; }
  #zaxis7_hero::after {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  #zaxis7_hero video {
    display: block;
    height: 100%;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    z-index: 1; }

#zaxis7_info {
  position: relative; }
  #zaxis7_info .underlay {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #zaxis7_info .orangebtn {
    background: #F37020;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase; }
    #zaxis7_info .orangebtn.fullw {
      display: block;
      font-size: 20px;
      margin: 40px 0;
      text-align: center;
      width: 100%; }
  #zaxis7_info .whitebtn {
    background: #FFFFFF;
    border: none;
    border-radius: 10px;
    color: #231E1F;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    margin-top: 0;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase; }
    #zaxis7_info .whitebtn.fullw {
      display: block;
      font-size: 20px;
      margin: 40px 0;
      text-align: center;
      width: 100%; }
  #zaxis7_info h1 {
    color: #FFFFFF;
    font-size: 72px;
    font-weight: normal;
    margin: 0; }
  #zaxis7_info h2 {
    color: #FFFFFF;
    font-weight: normal;
    margin: 0 0 30px 0;
    text-transform: none; }
    #zaxis7_info h2 span {
      color: #F37020;
      font-weight: bold; }
  #zaxis7_info h3 {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-transform: none; }
    #zaxis7_info h3 span {
      color: #F37020;
      font-weight: bold; }
  #zaxis7_info p {
    color: #FFFFFF;
    font-size: 20px; }
  #zaxis7_info #main_slider {
    position: relative; }
    #zaxis7_info #main_slider .slick-arrow {
      background-color: transparent;
      border: none;
      color: transparent;
      height: 85px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 50px; }
      #zaxis7_info #main_slider .slick-arrow.slick-prev {
        background-image: url("/img/arrow_prev2.png");
        left: -70px; }
      #zaxis7_info #main_slider .slick-arrow.slick-next {
        background-image: url("/img/arrow_next2.png");
        right: -70px; }
    @media screen and (min-width: 768px) {
      #zaxis7_info #main_slider .main_slide .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #zaxis7_info #main_slider .main_slide .row .content {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    #zaxis7_info #main_slider .main_slide img {
      display: block;
      height: auto;
      width: 100%; }
    #zaxis7_info #main_slider .main_slide p {
      font-size: 15px; }

#zaxis7_panels h2 {
  color: #FFFFFF;
  font-weight: normal; }

#zaxis7_panels a {
  color: #FFFFFF; }

#zaxis7_panels .video-panel-right {
  background-color: #000000; }


html,body{ background-color: #ffffff; }

/* NEW HEADER CSS */


.container{ max-width: 100%; }

.bg-color-white{ background-color: #ffffff; }
.bg-color-light-grey{ background-color: #E8E8E8; }
.bg-color-grey{ background-color: #9B9B9B; }
.bg-color-black{ background-color: #201E1E; }
.color-white{ color: #ffffff; }
.color-light-grey{ color: #E8E8E8; }
.color-grey{ color: #9B9B9B; }
.color-black{ color: #201E1E; }

.main-header-row{
    border-bottom: 1px solid #DDDDDD;
}

.pre-header-row{ padding: 13px 0; margin: 0; }
.main-header-row,
.main-header-row .row{ margin: 0; }
.main-header-row .container{ padding: 0; }
a.e-service{ color: #201E1E; text-transform: uppercase; font-weight: bold; display: flex; align-items: center; justify-content: flex-end; }
a.e-service i{ font-size: 2rem; }
a.e-service svg{ margin-left: 1rem; }

.mobile-login-row{ padding: 2rem 3.5rem }
a.e-service-mobile{ color: #201E1E; text-transform: uppercase; font-weight: bold; display: flex; align-items: center; justify-content: flex-start; }
a.e-service-mobile i,
a.e-service-mobile svg{ font-size: 2rem; margin-right: 1rem; }
.mobile-menu-container .strip_nav{ text-align: left; margin: 2rem 3.5rem; height: auto; border: none; }

.mobile-burger-cart-column{ padding: 0; }

.burger a{ display: block; height: 60px; left: 0; position: absolute; text-decoration: none; top: 0; width: 60px; }
.burger #mobilenav span{ background-color: #201E1E; }

#mobilenav.mm-open span.sp1{ top: 21px; }
#mobilenav.mm-open span.sp2{ top: 29px; }
#mobilenav.mm-open span.sp3{ top: 37px; }
#mobilenav span.sp4{ display: none; }

#mobilenav.close-mm { position: absolute; right: 0.5rem; left: auto; }
#mobilenav.close-mm span{ height: 6px; width: 30px; }
#mobilenav.close-mm span.sp1{ transform: rotate(45deg); }
#mobilenav.close-mm span.sp2{ display: none; }
#mobilenav.close-mm span.sp3{ transform: rotate(-45deg); }

.mobile-menu-container{ position: absolute; left: -100vw; top: 0; width: 100%; height: 100vh; overflow-y: scroll; z-index: 100000; transition: all 0.5s; }
.mobile-menu-container .row{ margin: 0; }
.mobile-menu-container .strip_nav li{ line-height: 1; }
.mobile-menu-container .strip_nav li + li{ margin-left: 2rem; }
.mobile-menu-container .strip_nav li + li i{ font-size: 3rem; }
.mobile-menu-container .strip_nav li.cart,
.mobile-menu-container .strip_nav li.search{ background-position: center; background-repeat: no-repeat; background-size: contain; height: 30px; width: 30px; }
.mobile-menu-container .strip_nav li.cart { background-image: url(/img/icons/cart-orange.png); margin-left: 1rem; }
.mobile-menu-container .strip_nav li.search { background-image: url(/img/icons/icon_search_orange.png); }
.mobile-menu-container .strip_nav li.cart .items{ display: initial; background-color: #FFFFFF; color: #201E1E; font-size: 12px; line-height: 20px; height: 20px; left: 22px; min-width: 20px; padding: 0 5px; position: relative; text-align: center; top: -10px; border-radius: 10px; }

.mobile-menu-container .gen_nav{  }
.mobile-menu-container .gen_nav li{ border-bottom: 2px solid #000000; margin: 0; height: auto; }
.mobile-menu-container .gen_nav li a{ width: calc(100% - 5rem); padding: 2rem; height: auto; line-height: 1 }
.mobile-menu-container .gen_nav li ul li { height: auto; }
.mobile-menu-container .gen_nav li ul li a{ text-indent: 42px; }
.mobile-menu-container .gen_nav li ul li a:before{ left: 33px; width: 14px; }
.mobile-menu-container .gen_nav li.hassub button,
.mobile-menu-container .gen_nav li.hassub2 button{ background-position: center 0.5rem; right: 2rem; height: 100%; max-height: 54px; }
.mobile-menu-container .gen_nav li.hassub button.open,
.mobile-menu-container .gen_nav li.hassub2 button.open { background-position: center calc(100% - 0.5rem); }
.mobile-menu-container .search a{ position: absolute; height: 30px; width: 30px; }

body.modal-active,
body.mm-active{ overflow-y: hidden; }
.mm-active .modal { z-index: 105000; }

#h_main .inner .h_main_text_logo{ background-position: center; }
li.phone{ font-size: 2rem; font-weight: bold; }
li.phone i,
li.phone svg{ font-size: 2rem; transform: scaleX(-1); margin-right: 1rem; }
#h_main .inner .strip_nav{ margin: 0; }
#h_main .inner .strip_nav li{ margin-bottom: 0; }
#h_main .inner .strip_nav li.cart{ background-image: url('/img/icons/cart-orange.png'); }
#h_main .inner .strip_nav li.search{ background-image: url('/img/icons/icon_search_orange.png'); }
#h_main .inner .strip_nav li.cart .items{ background-color: #201E1E; }

#h_main .inner.mobile-logo-inner .h_main_logo{ background-position: bottom left; }

#n_main{ background-color: #FFFFFF; }
#n_main .inner ul.full li a:before,
#n_main .inner ul.full li a:after{ background-color: #9B9B9B; top: -101px; }

@media screen and (max-width: 991px){
	#n_main{ height: 0; }
}

.mega_nav_inner{ overflow: hidden; }
.mega_nav ul li.col-xs-6{ width: 50%; }
.panel_two_container{ position: absolute; left: 50%; }

.mega_nav ul li{ z-index: 2; border-bottom: 1px solid #9B9B9B; }
.mega_nav ul li.right-li{ position: absolute; left: 50%; margin-top: -100px; z-index: 1; }
.mega_nav ul li ul{ z-index: 3; background-color: #ffffff; height: 100%; padding: 50px 100px; }
.mega_nav ul li.right-li ul{ position: absolute; height: 100%; width: 100%; min-height: 450px; }
.mega_nav ul li ul.left-12{ left: 100%; }
.mega_nav ul li ul.left-6{ left: 50%; }

.mega_nav .mega_nav_products ul > li{ border-bottom: none; }
.mega_nav .mega_nav_products ul > li > a{ width: calc(50% - 25px); margin-right: 25px; border-bottom: 1px solid #9B9B9B; }
.mega_nav .mega_nav_products ul > li.right-li > a{ margin-left: 25px; width: calc(50% - 50px); }
.mega_nav .mega_nav_products ul li li a{ width: 100%; }

/*
.mega_nav .mega_nav_products ul li{ width: calc(50% - 25px); margin-right: calc(50% + 25px); }
.mega_nav .mega_nav_products ul li a{ width: 100%; }
.mega_nav .mega_nav_products ul li.right-li{ margin-right: 25px; }
.mega_nav .mega_nav_products ul li.right-li a{  }
*/

.inner-title-container{ position: absolute; left: 45px; top: 20px; height: calc(100% - 20px); width: 25%; padding-right: 50px; }
.inner-list-container{ left: 25%; border-top: 1px solid #9B9B9B; padding: 0; }
.mega_nav ul li a span.product-image{ height: calc(100% - 200px); top: calc(50% - 60px); width: 100%; max-width: none; background-position: center; background-repeat: no-repeat; background-size: contain; }
.mega_nav ul li .inner-title-container a span.title{ top: auto; bottom: 0; left: 0; max-width: none; right: 0; text-align: center; font-size: 2.5rem; font-weight: bold; text-indent: 0; }

.mega_nav ul li a span.arrow {background-size: 10px 16px; }

.mega-inner-container{ position: relative; float: left; width: 100%; }
.mega_nav ul li ul .inner-title-container a.back  { background-color: transparent; text-indent: 15px; }
.mega_nav ul li ul .inner-title-container a.back span.arrow { padding-left: 11px; font-weight: 600; top: 20px; background-position: -1px 2px; background-image: url("/img/arrow_prev.png"); left: 0; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-property: all; transition-property: all; } 
.mega_nav ul li ul .inner-title-container a.back:hover { background-color: transparent; }
.mega_nav ul li ul .inner-title-container a.back:hover span.arrow { left: -5px; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; }

.mega_nav ul li ul li{ width: 33.33%; float: left; height: 60px; line-height: 60px; margin-bottom: 0; }
.mega_nav ul li ul li a{ height: 58px; display: flex; align-items: center; }
.mega_nav ul li ul li div a.back{ display: block; display: block; text-indent: 4rem; height: 40px; line-height: 2.3; }

.mega_nav .mega_nav_products ul li li .model-inner{ top: -4rem; margin-left: calc(50% - 8rem); }
.mega_nav .mega_nav_products ul li li .model-inner a{ width: auto; }


#hero_main .hero_container .hero_slide .container-absolute{  }
.hero_bg_container{ width: 100%; position: absolute; height: 100%; z-index: 1; }
.dots-container{ position: relative; float: left; width: 100%; z-index: 2; height: 55px; }
.dots-container .row{ position: relative; float: left; width: 100%; height: 100%; }
.dots-container #hero_dots{ height: 100%; }
.hero_container .row { margin: 0; }
.hero_container .maintext {color: #ffffff; font-weight: 600; line-height: 1; }
.hero-content-container{ position: relative; float: left; width: 100%; height: calc(100% - 55px); min-height: 445px; display: flex; justify-content: center; align-items: center; color: #ffffff; z-index: 2; }
.hero-content-wrapper{ padding: 2rem 4rem; text-align: left; margin: 0 2rem;  }
.hero-content-wrapper.search{padding:0; text-align:center; background-color: #DDDDDD;box-shadow: 0px 3px 100px #000000; border-radius: 5px;padding:20px;}
.hero-content-wrapper h1{ margin: 0; color: #ffffff; font-weight: bold; }
.hero-content-wrapper .hero-title{ font-family: "Open Sans", sans-serif; font-size: 36px; text-transform: uppercase; margin: 0; color: #ffffff; font-weight: bold; }
.hero-content-wrapper button{ margin: 20px 0; }
.hero-content-wrapper p{ color: #ffffff; font-size: 2rem; font-weight: bold; }

@media screen and (min-width: 767px){
	.hero-content-wrapper.padded-wrapper{ padding-left: calc(50vw - 375px + 2rem); }
	.hero-content-container{ width:100%; }
	.hero-content-wrapper{ width: 40%; margin: 0; }
}
@media screen and (min-width: 992px){
	.hero-content-wrapper.padded-wrapper{ padding-left: calc(50vw - 485px + 2rem); }
}
@media screen and (min-width: 1200px){
	.hero-content-wrapper.padded-wrapper{ padding-left: calc(50vw - 585px + 2rem); }
}

.video-slide video{ top: 0; left: 0; right: 0; bottom: 0; min-width: 100%; min-height: 100%; position: absolute; }

#hero_main #hero_dots .slick-dots li button{ background-color: rgba(134, 134, 134, 1); }

.mobile-menu-container .gen_nav li a{ font-weight: bold; }


/** NEW FOOTER CSS **/

#f_main{ background-color: #E8E8E8; font-family: open sans; letter-spacing: 0.5px; }
#f_main h2{ color: #201E1E; font-family: open sans; font-weight: bold; font-size: 25px; }
#f_main ul{ margin-right: 8px; }
#f_main ul li{ margin-bottom: 5px; }
#f_main ul li a{ color: #201E1E; font-size: 14px; font-family: open sans; }
#f_main p{ color: #201E1E; font-size: 14px; font-family: open sans; }
#f_main p.copyright-mobile{ margin-top: 40px; }
#f_main .bold-menu ul li{ margin-bottom: 10px; }
#f_main .bold-menu ul li a{ font-weight: bold; text-transform: uppercase; color: #201E1E; font-size: 17px; }
.follow_us_on { margin-bottom: 40px; }
.follow_us_on i,
.follow_us_on svg{ color: #F37020; font-size: 3rem; }

.footer-container-1{ display: flex; flex-wrap: wrap; }
.footer-container-1 .footer-wrapper{ margin-bottom: 40px; }
.footer-container-1 .footer-wrapper-1{ order: 2; }
.footer-container-1 .footer-wrapper-2{ order: 3; }
.footer-container-1 .footer-wrapper-3{ order: 1; }

a.footer-phone{ font-family: open sans; font-size: 30px; font-weight: bold; color: #F37020; }

.twitter_feed{ background-color: #ffffff; padding: 20px; border: 3px solid #F37020; }
.iso_logos{ background-color: #231e1f; }

.footer-digger{ position: absolute; left: 0; width: 100%; display: none; }
@media screen and (min-width: 767px){
	.footer-container-1{ display: block; }
	.footer-container-1 .footer-wrapper{ margin-bottom: 0: }
}
@media screen and (min-width: 990px){
	.footer-digger{ display: block; top: -1rem; }
	#f_main{ margin-bottom: 8rem; }
}
@media screen and (min-width: 1200px){
	.footer-digger{ display: block; top: -5rem; }
}




/** MACHINE PAGE CSS **/

.color-orange{ color: #F37020!important; }
.slick-slide{ outline: none!important; }
.bootstrap-select .dropdown-toggle:focus{ outline: none!important }
:focus{ outline: none!important }
a:focus{ outline: none!important }

#bread_crumbs ul li{ text-transform: uppercase; color: #201E1E; letter-spacing: 0.3px; font-size: 16px; line-height: 22px; font-weight: bold;  }
#bread_crumbs ul li a{ text-transform: uppercase; color: #201E1E; letter-spacing: 0.3px; font-size: 16px; line-height: 22px; font-weight: normal; }
#bread_crumbs ul li:after{ color: #201E1E; font-weight: normal; padding: 0 5px; }

#machine_intro h1{ color: #201E1E; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; line-height: 36px; margin-top: 0; margin-bottom: 28px; }
#machine_intro h2{ color: #201E1E; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; line-height: 36px; margin-top: 0; margin-bottom: 28px; }
#machine_intro p{ color: #201E1E; font-size: 16px; letter-spacing: 0.3px; line-height: 24px; }

#machine_intro{ margin-bottom: 50px; }
#machine_intro .main-intro div{ border-left: none; }

.video-toggle-container{ position: relative; float: left; padding: 6px 0 0; margin: 20px 0 50px; }
.play-button{ font-size: 2rem; background-color: #F37020; color: #ffffff; border-radius: 50px; height: 50px; width: 50px; position: absolute; display: flex; justify-content: center; align-items: center; top: 0; }
.play-video{ height: 50px; margin-left: 65px; font-size: 24px; line-height: 33px; color: #F37020; font-family: open sans; }

.video-modal-container{ position: fixed; z-index: -1; opacity: 0; transition: opacity 0.3s; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.video-modal-container.modal-active{ z-index: 1000000; opacity: 1; }
.video-modal-wrapper{ position: relative; float: left; z-index: 2; max-width: 1170px; width: 90vw; height: 90vh;  overflow: hidden; }
.video-container{ width: 100%; display: flex; justify-content: center; align-items: center; position: absolute; height: 100%; top: 0; left: 0; z-index: 1; }
.video-container video{ position: relative; float: left; width: 100%; height: 100%; background: #000000; }

.accordion-wrapper{ position: relative; float: left; width: 100%; padding: 18px; border-bottom: 1px solid #201E1E; }
.accordion-wrapper:first-of-type{ border-top: 1px solid #201E1E; }
.accordion-title-wrapper{ position: relative; float: left; width: 100%; }
.accordion-title{ font-family: open sans; font-weight: bold; color: #201E1E; font-size: 16px; letter-spacing: 0.3px; }
.accordion-icon{ position: absolute; right: 0; font-size: 18px; color: #201E1E; transform: rotate(90deg); transition: all 0.3s; }
.accordion-open .accordion-icon{ transform: none; }
.accordion-content{ position: relative; width: 100%; overflow: hidden; height: 0; transition: all 0.3s; }
.accordion-content a{ color: #F37020; }
.accordion-content .inner-content{ position: absolute; top: 0; left: 0; width: 100%; padding-top: 15px; }
#machine_intro .main-intro .accordion-content p{ margin: 0; padding: 0; }

#cta-bar .row{ margin: 0; }
.cta-bar-container{ position: relative; float: left; width: 100%; padding: 100px 20px; display: flex; justify-content: center; align-items: center; background: url("/img/cta-bar.jpg") center center / cover no-repeat; }
.cta-bar-overlay{ position: absolute; top: 0; left: 0; background-color: #000000; opacity: 0.6; width: 100%; height: 100%; z-index: 1; }
.cta-bar-button{ position: relative; font-family: open sans; font-weight: 600; color:#ffffff; background-color: #F37020; z-index: 2; font-size: 15px; letter-spacing: 0.3px; line-height: 22px; text-align: center; padding: 11px 25px; }
@media screen and (min-width: 767px){
	.cta-bar-container{ padding: 100px; }
	.cta-bar-button{ font-size: 22px; letter-spacing: 0.5px; line-height: 28px; padding: 22px 53px; font-weight: bold;  }
}

.modal-container{ position: fixed; z-index: -1; opacity: 0; transition: opacity 0.3s; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.modal-container.modal-active{ z-index: 1000000; opacity: 1; }
.cta-bg{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 1; opacity: 0.64; }
.modal-close-x{ position: absolute; top: 10px; right: 20px; color: #ffffff; font-size: 32px; height: 54px; width: 54px; display: flex; justify-content: center; align-items: center; z-index: 2; }
.modal-close-x.external-x{ top: 70px; }
.cta-modal-wrapper{ position: relative; overflow: scroll; width: 100%; z-index: 2; background: #F37020; max-height: 90vh; }
.cta-modal-wrapper .container .container{ padding: 0; }

.cta-modal-wrapper #contact_form form label{ font-family: open sans; font-size: 16px; line-height: 22px; margin: 13px 0; }
.cta-modal-wrapper #contact_form form .row{ margin: 0; }
.cta-modal-wrapper #contact_form form input{ font-size: 16px; margin-bottom: 0; }
.cta-modal-wrapper #contact_form form textarea{ font-size: 16px; margin-bottom: 0; height: 172px; }
.cta-modal-wrapper #contact_form form select{ font-size: 16px; margin-bottom: 0; }
.cta-modal-wrapper #contact_form form .checkbox-container{ margin-top: 30px; }
.cta-modal-wrapper #contact_form form label.checkbox{ width: 22px; height: 22px; margin: 0; }
.cta-modal-wrapper #contact_form form .selarrow{ top: auto; bottom: 0; }

.testimonials-container{ background-color: #E8E8E8; padding: 50px 0; }
.testimonials-title-wrapper h2{ color: #201E1E; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; line-height: 36px; margin-top: 0; margin-bottom: 28px; text-transform: none; max-width: calc(100% - 100px); }
.testimonial-text-wrapper{  }
.testimonial-image-wrapper{ max-width: 350px; padding: 0; float: right; }
.testimonial-image-wrapper img{ max-width: 100%; }
.testimonials-icon-wrapper span{ font-family: open sans; color: #F37020; font-size: 94px; letter-spacing: 2px; line-height: 47px; font-weight: 600; }

.carousel-container{ position: relative; float: left; width: 100%; padding: 0 15px; }
.styled-carousel .slick-prev,
.styled-carousel .slick-next{ font-size: 0; line-height: 0; position: absolute; top: -60px; display: block; width : 25px; height: 25px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.testimonials-carousel .slick-prev,
.testimonials-carousel .slick-next{ top: -125px; }
.styled-carousel .slick-prev{ right: 50px; background: url('/img/chevron-left.png') no-repeat; }
.styled-carousel .slick-next{ right: 0; background: url('/img/chevron-right.png') no-repeat; }

.testimonial-text-wrapper{  }
.testimonial-text-wrapper p{ color: #201E1E; font-size: 16px; letter-spacing: 0.3px; line-height: 24px; }

.machines-range{ padding: 50px 0; }
.machines-range h2{ color: #201E1E; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; line-height: 36px; margin-top: 0; margin-bottom: 28px; text-transform: none; max-width: calc(100% - 100px); }
.machines-slide{ margin: 0 50px; }
.machines-image{ height: 250px; }
.machine-title{ width: 100%; padding: 40px; text-align: center; font-family: 'Open Sans'; font-weight: bold; font-size: 22px; letter-spacing: 0.5px; line-height: 36px; background-color: #E8E8E8; margin: 0; }
.product-more{ position: relative; overflow: hidden; width: 100%; padding: 15px; text-align: center; font-family: 'Open Sans'; font-weight: 600; font-size: 22px; letter-spacing: 0.5px; line-height: 36px; color: #ffffff; background-color: #F37020; }
.product-more:hover{ color: #ffffff; }
.product-more-bottom{ position:absolute; bottom: 0; }
.product-more-bottom .product-more{ float: left; }
.product-more-bottom-dummy{ opacity: 0; z-index: -1; }


/** SINGLE MACHINE PAGE CSS **/

.desktop-strap{ display: none; }
.mobile-half-strap #parts_strap > div > div > div{ display: none; }
.mobile-half-strap #parts_strap > div > div > div:first-of-type{ display: block; }
@media screen and (min-width: 992px){
	.desktop-strap{ display: block; }
	.mobile-half-strap #parts_strap > div > div > div{ display: block; }
}

#machine_intro .main-intro div p{ padding: 0; color: #201E1E; font-size: 16px; letter-spacing: 0.3px; line-height: 24px; margin-top: 0; }
#machine_intro #machine_enquiry.get-a-quote-button{ background-color: #F37020; border-radius: 0; width: auto; position: relative; float: left; padding: 10px 46px; }
#machine_intro #machine_brochure.download-brochure-button{ background-color: #201E1E; border-radius: 0; width: auto; position: relative; float: left; padding: 10px 46px; clear: left; }

#machine_intro #contact_form{ background-color: #ffffff; padding: 50px 0 0; margin-bottom: 50px; }
#machine_intro #contact_form .row{ margin: 0; }
#machine_intro #contact_form form label{ font-family: open sans; font-size: 16px; line-height: 22px; margin: 13px 0; color: #201E1E; }
#machine_intro #contact_form form input{ font-size: 16px; margin-bottom: 0; border-radius: 6px; border: 1px solid #F37020; }
#machine_intro #contact_form form textarea{ font-size: 16px; margin-bottom: 0; height: 172px; border-radius: 6px; border: 1px solid #F37020; }
#machine_intro #contact_form form select{ font-size: 16px; margin-bottom: 0; border-radius: 6px; border: 1px solid #F37020; }
#machine_intro #contact_form form .checkbox-container{ margin-top: 30px; }
#machine_intro #contact_form form label.checkbox{ width: 22px; height: 22px; margin: 0; border-radius: 2px; border: 1px solid #F37020; }
#machine_intro #contact_form form .selarrow{ top: auto; bottom: 0; right: 16px; height: 43px; bottom: 1px; width: 51px;}
#machine_intro #contact_form form input[type=submit]{ border: none; border-radius: 0; text-transform: NONE; FONT-SIZE: 15px; font-weight: 600; }
@media screen and (min-width: 992px){
	#machine_intro #contact_form{ margin-bottom: 0; }
}

#machine_intro #machine_specifications { position: relative; float: left; width: 100%; margin: 0; margin-top: 50px; }
#machine_intro #machine_specifications li{ position: relative; float: left; width: 100%; background: transparent; padding: 0; margin: 12px 0; }
#machine_intro #machine_specifications li:first-of-type{ margin-top: 0; }
#machine_intro #machine_specifications li .spec-label{ position: relative; float: left;  font-weight: bold; }
#machine_intro #machine_specifications li .spec-value{ position: relative; float: right; }
@media screen and (min-width: 992px){
	#machine_intro #machine_specifications { margin-bottom: 50px; margin-top: 0; }
}

.machine-menu-container{  }
.machine-menu-title-wrapper{ padding: 10px 15px; border-top: 1px solid #201E1E; border-bottom: 1px solid #201E1E; display: flex; align-items: center; justify-content: space-between; }
.machine-menu-container .menu-title{ color: #201E1E; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; line-height: 36px; }
.machine-menu-container .menu-icon{ position: relative; float: right; width: 32px; height: 16px; }
.machine-menu-container .menu-icon span{ position: absolute; left: 0; width: 100%; height: 2px; background-color: #201E1E; transition: all 0.3s; }
.machine-menu-container .menu-icon span.sp1{ top: 0; }
.machine-menu-container .menu-icon span.sp2{ top: calc(50% - 1px); }
.machine-menu-container .menu-icon span.sp3{ bottom: 0;}
.machine-menu-container .accordion-open .menu-icon span.sp1{ transform: rotate(45deg); top: calc(50% - 1px); }
.machine-menu-container .accordion-open .menu-icon span.sp2{ width: 0; left: 50%; }
.machine-menu-container .accordion-open .menu-icon span.sp3{ transform: rotate(-45deg); bottom: calc(50% - 1px); }

.machine-menu-container .inner-content{ padding: 0; }
.machine-menu-container .machine-menu-item{ background: #E8E8E8; padding: 8px 20px; border-bottom: 1px solid #201E1E; font-weight: bold; }
.machine-menu-container .machine-menu-item a{ color: #201E1E; font-weight: bold; }


/** PRODUCT PARTS CSS **/

#parts_search_loop{ background: transparent; padding: 0;}

.parts-filter-search{  }
.parts-filter-search.input-group{ width: 100%; }
#parts_search_loop .parts-filter-search .mcn{ border: 1px solid #201E1E; height: 49px; width: 100%; border-radius: 0; }
#parts_search_loop .parts-filter-search .mcn .btn-default{ height: 48px; }
.parts-filter-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{ text-transform: none; color: #F37020; letter-spacing: 0.3px; }
.parts-filter-search .bootstrap-select.btn-group .dropdown-toggle .filter-option:after{  }
#parts_search_loop .parts-filter-search .input-group-btn:last-child > .btn,
#parts_search_loop .parts-filter-search .input-group-btn:last-child > .btn-group{ margin-left: 0; }

#parts_search_loop .dropdown-menu.open{ top: -3px; padding: 0; width: calc(100% + 2px); border: 1px solid #201E1E; border-radius: 0; left: -1px; }
#parts_search_loop .dropdown-toggle { width: 100%; height: 47px; border-bottom: 1px solid #201E1E; padding: 0 20px; background: url("../img/chevron-down.png") right 20px center no-repeat; }
#parts_search_loop .dropdown-menu .bs-searchbox{ width: 100%; height: 47px; border-bottom: 1px solid #201E1E; padding: 0; padding-left: 65px; background: url("../img/search-icon.png") 20px center no-repeat; }
#parts_search_loop .dropdown-menu .bs-searchbox input{ width: 100%; height: 100%; border: none; }
#parts_search_loop .dropdown-menu .bs-searchbox input:focus{ box-shadow: none; -webkit-box-shadow: none; }
#parts_search_loop .dropdown-menu .bs-searchbox input:before{ background-image: url('') }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{ background: transparent; color: #F37020; font-weight: 600; }

#parts_search_loop .filter_item{ border: none; margin-bottom: 24px; }
.parts-link-image{ background-color: #ffffff; position: relative; float: left; width: 100%; display: flex; justify-content: center; align-items: center; }
#parts_search_loop .product_result{ padding: 0; background: #E8E8E8; height: auto!important; }
#parts_search_loop .product_result > section > div{ /* position: relative; */ }
#parts_search_loop .product_result .inner-product-teaser{ padding: 10px; }
#parts_search_loop .product_result .inner-product-teaser p{ font-family: open sans; font-size: 16px; }
#parts_search_loop .product_result a{  }
#parts_search_loop .product_result a.parts-link-title h3{ font-family: open sans; color: #201E1E; font-size: 22px; letter-spacing: 0.5px; line-height: 28px; font-weight: bold;  }
#parts_search_loop .product_result h4{ font-family: open sans; font-weight: 400; font-size: 22px; }
@media screen and (min-width: 767px){
	.parts-link-image img{ max-height: 220px; }
	#parts_search_loop .product_result{ height: 100%!important; }
}
@media screen and (min-width: 992px){
	.parts-link-image img{ max-height: 170px; }
}

.product_hero{ height: 250px; padding: 0; }
.product_hero .hero-content-container{ min-height: 250px; }
.product-details-container{ background-color: #E8E8E8; padding: 25px; }
#part_intro { padding: 0; }
#part_intro .product_result .default-para{ margin-bottom: 40px; }
#part_intro .product_result h4{ font-family: open sans; font-weight: 400; font-size: 22px; }
#part_intro .product_result p{ font-family: open sans; font-size: 16px; }
#part_intro .product_result h4.key-benefits-title{ font-size: 16px; color: #F37020; letter-spacing: 0.3px; line-height: 18px; font-weight: 600; }
#part_intro .product_result ul{ margin-left: 0; }
.product-cart-form{ text-align: right; }
#part_intro .product_result h5{ margin-top: 0; }
.product-cart-form .button{ float: right; text-transform: none; font-size: 18px; font-weight: 600; border-radius: 0; }

@media screen and (min-width: 990px){
	#part_intro .product_result .default-para{ margin: 0; }
}

#part_related .part_related_item{ position: relative; float: left; width: 100%; border: none;  padding: 0; background-color: #E8E8E8; }
#part_related{ background-color: #ffffff; padding: 100px 0 50px; }
#part_related h3{ color: #201E1E; font-size: 22px; font-weight: bold; letter-spacing: 0.5px; line-height: 28px; margin-top: 0; margin-bottom: 28px; text-transform: uppercase; text-align: left; }
#part_related h3.related-title{ max-width: calc(100% - 100px); }
#part_related .equal-heights .part_related_item{ position: relative; padding: 0; background: #E8E8E8; border: none; }
#part_related .part_related_item .inner-product-teaser{ padding: 10px; }
#part_related .part_related_item > div{ padding: 0; }
#part_related .part_related_item .inner-product-teaser h4{ color: #201E1E ; }
#part_related .part_related_item .inner-product-teaser p{ font-family: open sans; font-size: 16px; }
@media screen and (min-width: 767px){
	#part_related .equal-heights .part_related_item{ height: 100%!important; }
}

.accordion-toggle{ cursor: pointer; }
.modal-toggle{ cursor: pointer; }
.modal-close{ cursor: pointer; }
.zoom-icon{ position: absolute; top: 10px; right: 25px; height: 25px; width: 25px; background: url('/img/zoom-icon.png') no-repeat; z-index: 1; }
.gallery-modal-container{ position: fixed; z-index: -1; opacity: 0; transition: opacity 0.3s; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.gallery-modal-container.modal-active{ z-index: 1000000; opacity: 1; }
.gallery-modal-wrapper{ position: relative; float: left; z-index: 2; max-width: 1170px; width: 90vw; height: 90vh;  overflow: hidden; }
.gallery-container{ width: 100%; display: flex; justify-content: center; align-items: center; position: absolute; height: 100%; top: 0; left: 0; z-index: 1; }
.gallery-container img{ position: relative; float: left; width: 100%; height: 100%; background: #000000; }
.gallery-container .slick-track{ display: flex; justify-content: center; align-items: center; background: #ffffff; }
.gallery-carousel .slick-prev,
.gallery-carousel .slick-next{ font-size: 0; line-height: 0; position: absolute; bottom: 20px; display: block; width : 25px; height: 25px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; z-index: 1; }
.gallery-carousel .slick-prev{ left: calc(50% - 50px); background: url('/img/chevron-left.png') no-repeat; }
.gallery-carousel .slick-next{ right: calc(50% - 50px); background: url('/img/chevron-right.png') no-repeat; }




.content-container .row{ margin: 0; }
.team-members-container{ margin-bottom: 50px; }
.team-container{  position: relative; overflow: hidden; padding: 30px; padding-top: 100px; margin-bottom: 30px; min-height: 100%; }
.column-inner{  }
.team-container .column-inner{ position: relative; float: left; width: 100%; background-color: #e8e8e8; display: flex; align-items: center; flex-wrap: wrap; flex-flow: column;     padding: 20px; text-align: center; padding-top: 100px; }
.people-image{ position: absolute; top: -100px; height: 200px; width: 200px; border-radius: 50%; border: 1px solid; }
.team-modal-container .people-image{ position: relative; top: 0; }
.people-name{ position: relative; float: left; width: 100%; margin-top: 20px; }
.people-name h2{ font-family: open sans; font-weight: 600; font-size: 22px; text-transform: none; color: #201E1E; margin: 0; }
.people-title{ position: relative; float: left; width: 100%; margin-top: 20px;  }
.people-title h3{ font-family: open sans; font-weight: 400; font-size: 22px; text-transform: none; color: #201E1E; margin: 0; }
.people-linkedin{ position: relative; float: left; width: 100%; margin-top: 20px; min-height: 32px; }
.people-linkedin svg,
.people-linkedin i{ font-size: 3rem; color:  #F37020; transition: all 0.3s;}
.people-linkedin a:hover svg,
.people-linkedin a:hover i{ color: #201E1E; }
.people-bio-short{ position: relative; float: left; width: 100%; margin-top: 20px; }

.modal-open{ position: relative; float: left; width: 100%; margin-top: 20px; }
.modal-open svg,
.modal-open i{ font-size: 3rem; color: #F37020; transition: all 0.3s; }
.modal-open a:hover svg,
.modal-open a:hover i{ color: #201E1E; }

.team-modal-wrapper{ background-color: #e8e8e8; padding: 20px 0; width: calc(100% - 20px); max-width: 1200px; }
.team-modal-container .modal-close-x{ color: #F37020; }
.modal-row{ display: flex; align-items: center;  flex-wrap: wrap; }
.modal-col-inner{ padding: 20px; }
.modal-col-inner-1{ display: flex; align-items: center; flex-wrap: wrap; flex-flow: column; text-align: center; }
.modal-col-inner-2{ display: flex; align-items: flex-start; flex-wrap: wrap; flex-flow: column; }
@media screen and (min-width: 767px){
	.team-modal-wrapper{ padding: 50px 0; }
}

.back-modal{ position: relative; float: left; margin-top: 20px; display: flex; align-items: center; }
.back-modal svg,
.back-modal i{ font-size: 2rem; color:  #F37020; transition: all 0.3s; }
.back-modal span{ margin-left: 10px; color: #F37020; transition: all 0.3s; }
.back-modal a:hover svg,
.back-modal a:hover i,
.back-modal a:hover span{ color: #201E1E; }





.home-promos-container{ background-color: #E8E8E8; overflow: hidden; margin: 0; }
.promo-thumbnail-carousel{ min-height: 300px; height: 100%; padding: 0; }
.promo-thumbnail-carousel .slick-list{ height: 100%!important; }
.promo-thumbnail-carousel .slick-track{ height: 100%!important; }
.promos-image{ min-height: 300px; height: 100%; }
.promo-info-carousel{ padding:0; }
.promo-info-carousel-container{ display: flex; align-items: center; align-content: center; flex-wrap: wrap; padding-left: 50px; }
.promo-info-carousel-container h2{ margin-top: 100px; text-transform: none; font-weight: 600; }
.anniversary-carousel .slick-dots, .promo-info-carousel-container .slick-dots { margin: 15px 0 30px; text-align: left; position: relative; }
.anniversary-carousel .slick-dots{left:45%;}
.anniversary-carousel .slick-dots li, .promo-info-carousel-container .slick-dots li { display: inline-block; height: 15px; margin: 6px; overflow: hidden; width: 15px; border-radius: 100%; }
.anniversary-carousel .slick-dots li button, .promo-info-carousel-container .slick-dots li button { background-color: rgba(0, 0, 0, 0.2); border: none; color: transparent; display: block; height: 100%; width: 100%; }
.anniversary-carousel .slick-dots li.slick-active button, .promo-info-carousel-container .slick-dots li.slick-active button { background-color: #F37020; }
.product-range .slick-dots { margin: 10px 0 0; text-align: center; position: relative; }
.product-range .slick-dots li { display: inline-block; height: 15px; margin: 6px; overflow: hidden; width: 15px; border-radius: 100%; }
.product-range .slick-dots li button { background-color: rgba(0, 0, 0, 0.2); border: none; color: transparent; display: block; height: 100%; width: 100%; }
.product-range .slick-dots li.slick-active button { background-color: #F37020; }
.promo-info-carousel.styled-carousel .slick-arrow{ top: -100px; right: auto; }
.promo-info-carousel.styled-carousel .slick-prev{ left: 0; }
.promo-info-carousel.styled-carousel .slick-next{ left: 50px; }
.promo-container{  }
.promo-inner-container{ max-width: 700px; }
.promotions-button{ border-radius: 0; transition: all 0.3s; }
.promotions-button:hover{ background-color: #4a4a4a; }
@media screen and (max-width: 768px) {
	.home-promos-container{ background-color: #ffffff; }
	.promo-info-carousel-container { padding-left: 15px; }
	.promo-info-carousel-container .slick-dots { text-align: center; margin: 100px 0 30px; }
	.promo-info-carousel.styled-carousel .slick-arrow{ top: auto; bottom: 100px }
	.promo-info-carousel.styled-carousel .slick-prev{ left: calc(50% - 50px); }
	.promo-info-carousel.styled-carousel .slick-next{ left: calc(50% + 33px); }
	.promo-info-carousel{ text-align: center; }
	.promo-info-carousel-container h2{ width: 100%; text-align: center; text-transform: none; margin-top: 30px; color: #231e1f; font-weight: 600; }
}


#product_range .product-range-slant .pr_slant .pr_slant_img{ width: calc(100% - 30px); }
#product_range .product-range-slant .pr_slant .underlay-slant_new{ width: calc(100% - 30px); }
@media screen and (max-width: 992px){
	#product_range .product-range-slant .product-range .pr_slant .pr_slant_img img{ height: 100%; width: auto; margin-top: 0; }
	#product_range .product-range-slant .pr_slant .underlay-slant_new{ margin-bottom: 0; }
	.product-range-carousel{ margin-top: 100px; }
	.product-range-carousel .slick-prev{ right: calc(50% + 10px); }
	.product-range-carousel .slick-next{ right: calc(50% - 50px); }
	.product_title_home{ margin-top: 30px; text-transform: none; font-weight: 600; font-size: 30px; }
	.product_subtitle_home{ padding: 0 15px; }
}

.posts-news { padding: 50px 0; }
.posts-news h2{ color: #201E1E; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; line-height: 36px; margin: 0 0 28px 20px;  text-transform: none; max-width: calc(100% - 100px); }
.news-single{ border: 20px solid #ffffff; }
.news-image{ height: 200px; }
.news-title {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: #f37020;

.social-container{ padding: 50px 0; }
.social-wrapper{ position: relative; float: left; width: 100%; overflow: hidden; }
.social-feed-container { position: relative; float: left; order: 2; }
.social-text-container { position: absolute; right: 0; display: flex; align-items: center; align-content: center; flex-wrap: wrap; height: 100%; }
.social-text-wrapper { position: relative; float: left; width: 100%; }
.social-wrapper h2{ color: #201E1E; font-size: 24px; font-weight: bold; letter-spacing: 0.5px; line-height: 36px; margin: 0 0 28px 0;  text-transform: none; }
.social-wrapper .social-icon{ position: absolute; right: 0; top: 0; }
.social-wrapper svg,
.social-wrapper i{ font-size: 3rem; color: #F37020; transition: all 0.3s; }
.social-wrapper b{ position: relative; float: left; clear: left; margin-bottom: 28px; width: 100%; }
.social-wrapper .button-wrapper{ position: relative; float: left; clear: left; width: 100%; }
.social-wrapper .social-button{ border-radius: 0; transition: all 0.3s; }
.social-wrapper .social-button:hover{ background-color: #4a4a4a; }

@media screen and (max-width: 992px){
	.social-wrapper{ display: flex; flex-wrap: wrap; }
	.social-text-container { position: relative; float: left; width: 100%; order: 1; text-align: center; }
	.social-feed-container{ margin-top: 50px; }
}

.product-more{ transition: all 0.3s; }
.product-more:hover{ text-decoration: none!important; background-color: #4a4a4a; }

.elg{background:#EBEBEB;}
  .bg_o{background-color: #F37020;}
  .py-5 {
    padding:5rem 0 6rem;
    margin: 0;
}
.py-5 img{max-width: 100%;}
.py-5 h2 {
  color: #000;
  text-transform: none;
  font-weight: 700;
  font-size: 26px;
}
.white-text, .white-text h2{
  color:#fff !important;
}
.py-5 h1 {
color: #000;
  line-height: 1.2;
  text-transform: none;
  font-weight: 700;
}
.vacancy_cta {
  background: url(https://www.hitachicm.co.uk/wp-content/uploads/2022/04/Mask-Group-13@2x.jpg);
  background-size: cover;
  padding: 5rem;
  position: relative;
}
.vacancy_cta:after{
  content: '';
  background: linear-gradient(90deg, rgba(0,0,0,0.48363095238095233) 0%, rgba(255,255,255,0) 70%);
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  position: absolute;
  z-index: 1;

}
.anni{font-family: 'Open Sans';}
.anni a{color:#F37020; font-weight: bold;}
.pull-up{margin-top: -5rem;}
@media (min-width:992px){
    .mob-show{
        display: none;
    }
    .anni .col-md-6{padding-left: 0;}

}
@media (max-width:991px){
    .vacancy_cta {
        background: url(https://www.hitachicm.co.uk/wp-content/uploads/2022/04/Mask-Group-10@2x.jpg) !important;
        background-size: cover !important;
        padding: 30rem 2rem 2rem 2rem;
        position: relative;
        text-align: center !important;
    }
    
    .py-5 .button{
        padding:20px 0 !important;
    }
    .hide-mob {
        display: none;
    }
    .mob-center{
        text-align: center;
    }
    .vacancy_wrap .button {
        width: 90% !important;
        margin: auto !important;
        padding: 2rem 1rem !important;
    }
    .vacancy_cta{margin: 1rem;}
      .vacancy_wrap{width:100% !important; bottom:0; text-align: center !important;}
  .grid{grid-template-areas: "a""b""c""d" !important;}
  .vacancy_cta:after{
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,0.48363095238095233) 0%, rgba(255,255,255,0) 70%);
    bottom:0;
    left: 0;
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  
  }
}



.vacancy_wrap{
  width:40%;
  position: relative;
  z-index: 10;
  text-align: left;
}
.vacancy_wrap .button {
    width: 100% !important;
    padding: 20px 0 !important;
    margin:1.2rem 0;
    text-align: center;
}
.anni a.cta-bar-button {
    color: #fff;
}
.vacancy_wrap h3 {
  font-weight: 700;
  text-transform: none;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
}

.anni-newsletter input {
  border: 0;
  background: none;
  border-bottom: 2px solid white;
}
.grid {
  display: grid;
  color:#fff;
  grid-template-areas: "a a b b" "c c c d"
  ;
  gap:2rem;
}
.grid ::placeholder {
    color: white !important;
}
.g1{grid-area: a;}
.g2{grid-area: b;}
.g3{grid-area: c;}
.g4{grid-area: d;}
.g3 label{display: flex; padding-top:1rem;}
.g3 input {
    width: 30px;}
.anni-newsletter input[type=submit] {
        border: 0 !important;
        background: #201E1E;
        border-radius: 0rem;
        margin-top: 1rem;
    }


.cesar-panel {
        background: #e3e3e3;
        padding: 2rem;
    }
    .cesar-panel p{margin: 0;}
    .cesar-panel a{
        color:#F37020;
    }

.mac-test-wrap .testimonials-container{
  background: #ffffff !important;
}.mp_product a {
  text-align: center;
  color: #f37020;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}
.mp_product a {
  text-align: center;
  color: #f37020;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}