@charset "UTF-8";
/**
 * Dependencies
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bower_components/bootstrap/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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #555555;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2f2f2f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  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 {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #555555;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c3c3c;
}
.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: #555555;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3c3c3c;
}
.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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.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: 22px;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  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, box-shadow ease-in-out .15s;
  -o-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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }
  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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #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: #555555;
  border-color: #494949;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #090909;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #2a2a2a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #2a2a2a;
}
.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: #2a2a2a;
  border-color: #090909;
}
.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: #555555;
  border-color: #494949;
}
.btn-primary .badge {
  color: #555555;
  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 {
  color: #555555;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2f2f2f;
  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: #777777;
  text-decoration: none;
}
.btn-submit-light {
  background: #eff0f3;
  color: #888888;
  border: 1px solid #dcddde;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #555555;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  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-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  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: 49px;
  line-height: 49px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.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;
}
.nav {
  margin-bottom: 0;
  padding-left: 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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #555555;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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: #555555;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .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 {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2f2f2f;
  background-color: #eeeeee;
  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;
  background-color: #555555;
  border-color: #555555;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  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: #555555;
  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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .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-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 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 {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.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,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.product-list-container .list .product:before,
.product-list-container .list .product:after,
.category-page .row-controls:before,
.category-page .row-controls:after {
  content: " ";
  display: table;
}
.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,
.modal-header:after,
.modal-footer:after,
.product-list-container .list .product:after,
.category-page .row-controls:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.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;
  }
}
/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/entypo/entypo.eot');
  src: url('../fonts/entypo/entypo.eot?#iefix') format('eot'), url('../fonts/entypo/entypo.woff') format('woff'), url('../fonts/entypo/entypo.ttf') format('truetype'), url('../fonts/entypo/entypo.svg#entypo') format('svg');
}
.rating {
  margin: -3px 0 9px 0;
  padding: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}
.rating a:before,
.rating p:before {
  font-family: "entypo";
  content: "★";
}
.rating:hover li a,
.rating:focus li a,
.rating.result li a {
  color: #777777;
  text-decoration: none;
}
.rating li {
  display: inline-block;
}
.rating li:hover ~ li a,
.rating .active ~ li a {
  color: #eeeeee;
  text-decoration: none;
}
.rating li.active p {
  color: #555555;
}
.rating li a,
.rating li p {
  display: block;
  padding: 0 5px 0 0;
  margin: 0;
  font-size: 18px;
  color: #eeeeee;
}
.rating li a {
  font-size: 22px;
}
.rating li a:focus {
  outline: none;
  color: #555555;
}
.entypo-note:before {
  content: "\266a";
}
.entypo-note-beamed:before {
  content: "\266b";
}
.entypo-music:before {
  content: "\1f3b5";
}
.entypo-search:before {
  content: "\1f50d";
}
.entypo-flashlight:before {
  content: "\1f526";
}
.entypo-mail:before {
  content: "\2709";
}
.entypo-heart:before {
  content: "\2665";
}
.entypo-heart-empty:before {
  content: "\2661";
}
.entypo-star:before {
  content: "\2605";
}
.entypo-star-empty:before {
  content: "\2606";
}
.entypo-user:before {
  content: "\1f464";
}
.entypo-users:before {
  content: "\1f465";
}
.entypo-user-add:before {
  content: "\e700";
}
.entypo-video:before {
  content: "\1f3ac";
}
.entypo-picture:before {
  content: "\1f304";
}
.entypo-camera:before {
  content: "\1f4f7";
}
.entypo-layout:before {
  content: "\268f";
}
.entypo-menu:before {
  content: "\2630";
}
.entypo-check:before {
  content: "\2713";
}
.entypo-cancel:before {
  content: "\2715";
}
.entypo-cancel-circled:before {
  content: "\2716";
}
.entypo-cancel-squared:before {
  content: "\274e";
}
.entypo-plus:before {
  content: "\2b";
}
.entypo-plus-circled:before {
  content: "\2795";
}
.entypo-plus-squared:before {
  content: "\229e";
}
.entypo-minus:before {
  content: "\2d";
}
.entypo-minus-circled:before {
  content: "\2796";
}
.entypo-minus-squared:before {
  content: "\229f";
}
.entypo-help:before {
  content: "\2753";
}
.entypo-help-circled:before {
  content: "\e704";
}
.entypo-info:before {
  content: "\2139";
}
.entypo-info-circled:before {
  content: "\e705";
}
.entypo-back:before {
  content: "\1f519";
}
.entypo-home:before {
  content: "\2302";
}
.entypo-link:before {
  content: "\1f517";
}
.entypo-attach:before {
  content: "\1f4ce";
}
.entypo-lock:before {
  content: "\1f512";
}
.entypo-lock-open:before {
  content: "\1f513";
}
.entypo-eye:before {
  content: "\e70a";
}
.entypo-tag:before {
  content: "\e70c";
}
.entypo-bookmark:before {
  content: "\1f516";
}
.entypo-bookmarks:before {
  content: "\1f4d1";
}
.entypo-flag:before {
  content: "\2691";
}
.entypo-thumbs-up:before {
  content: "\1f44d";
}
.entypo-thumbs-down:before {
  content: "\1f44e";
}
.entypo-download:before {
  content: "\1f4e5";
}
.entypo-upload:before {
  content: "\1f4e4";
}
.entypo-upload-cloud:before {
  content: "\e711";
}
.entypo-reply:before {
  content: "\e712";
}
.entypo-reply-all:before {
  content: "\e713";
}
.entypo-forward:before {
  content: "\27a6";
}
.entypo-quote:before {
  content: "\275e";
}
.entypo-code:before {
  content: "\e714";
}
.entypo-export:before {
  content: "\e715";
}
.entypo-pencil:before {
  content: "\270e";
}
.entypo-feather:before {
  content: "\2712";
}
.entypo-print:before {
  content: "\e716";
}
.entypo-retweet:before {
  content: "\e717";
}
.entypo-keyboard:before {
  content: "\2328";
}
.entypo-comment:before {
  content: "\e718";
}
.entypo-chat:before {
  content: "\e720";
}
.entypo-bell:before {
  content: "\1f514";
}
.entypo-attention:before {
  content: "\26a0";
}
.entypo-alert:before {
  content: "\1f4a5'";
}
.entypo-vcard:before {
  content: "\e722";
}
.entypo-address:before {
  content: "\e723";
}
.entypo-location:before {
  content: "\e724";
}
.entypo-map:before {
  content: "\e727";
}
.entypo-direction:before {
  content: "\27a2";
}
.entypo-compass:before {
  content: "\e728";
}
.entypo-cup:before {
  content: "\2615";
}
.entypo-trash:before {
  content: "\e729";
}
.entypo-doc:before {
  content: "\e730";
}
.entypo-docs:before {
  content: "\e736";
}
.entypo-doc-landscape:before {
  content: "\e737";
}
.entypo-doc-text:before {
  content: "\1f4c4";
}
.entypo-doc-text-inv:before {
  content: "\e731";
}
.entypo-newspaper:before {
  content: "\1f4f0";
}
.entypo-book-open:before {
  content: "\1f4d6";
}
.entypo-book:before {
  content: "\1f4d5";
}
.entypo-folder:before {
  content: "\1f4c1";
}
.entypo-archive:before {
  content: "\e738";
}
.entypo-box:before {
  content: "\1f4e6";
}
.entypo-rss:before {
  content: "\e73a";
}
.entypo-phone:before {
  content: "\1f4dE";
}
.entypo-cog:before {
  content: "\2699";
}
.entypo-tools:before {
  content: "\2692";
}
.entypo-share:before {
  content: "\e73c";
}
.entypo-shareable:before {
  content: "\e73e";
}
.entypo-basket:before {
  content: "\e73d";
}
.entypo-bag:before {
  content: "\1f45c'";
}
.entypo-calendar:before {
  content: "\1f4c5";
}
.entypo-login:before {
  content: "\e740";
}
.entypo-logout:before {
  content: "\e741";
}
.entypo-mic:before {
  content: "\1f3a4";
}
.entypo-mute:before {
  content: "\1f507";
}
.entypo-sound:before {
  content: "\1f50a";
}
.entypo-volume:before {
  content: "\e742";
}
.entypo-clock:before {
  content: "\1f554";
}
.entypo-hourglass:before {
  content: "\23f3";
}
.entypo-lamp:before {
  content: "\1f4a1";
}
.entypo-light-down:before {
  content: "\1f505";
}
.entypo-light-up:before {
  content: "\1f506";
}
.entypo-adjust:before {
  content: "\25d1";
}
.entypo-block:before {
  content: "\1f6ab";
}
.entypo-resize-full:before {
  content: "\e744";
}
.entypo-resize-small:before {
  content: "\e746";
}
.entypo-popup:before {
  content: "\e74c";
}
.entypo-publish:before {
  content: "\e74d";
}
.entypo-window:before {
  content: "\e74e";
}
.entypo-arrow-combo:before {
  content: "\e74f";
}
.entypo-down-circled:before {
  content: "\e758";
}
.entypo-left-circled:before {
  content: "\e759";
}
.entypo-right-circled:before {
  content: "\e75a";
}
.entypo-up-circled:before {
  content: "\e75b";
}
.entypo-down-open:before {
  content: "\e75c";
}
.entypo-left-open:before {
  content: "\e75d";
}
.entypo-right-open:before {
  content: "\e75e";
}
.entypo-up-open:before {
  content: "\e75f";
}
.entypo-down-open-mini:before {
  content: "\e760";
}
.entypo-left-open-mini:before {
  content: "\e761";
}
.entypo-right-open-mini:before {
  content: "\e762";
}
.entypo-up-open-mini:before {
  content: "\e763";
}
.entypo-down-open-big:before {
  content: "\e764";
}
.entypo-left-open-big:before {
  content: "\e765";
}
.entypo-right-open-big:before {
  content: "\e766";
}
.entypo-up-open-big:before {
  content: "\e767";
}
.entypo-down:before {
  content: "\2b07";
}
.entypo-left:before {
  content: "\2b05";
}
.entypo-right:before {
  content: "\27a1";
}
.entypo-up:before {
  content: "\2b06";
}
.entypo-down-dir:before {
  content: "\25be";
}
.entypo-left-dir:before {
  content: "\25c2";
}
.entypo-right-dir:before {
  content: "\25b8";
}
.entypo-up-dir:before {
  content: "\25b4";
}
.entypo-down-bold:before {
  content: "\e4b0";
}
.entypo-left-bold:before {
  content: "\e4ad";
}
.entypo-right-bold:before {
  content: "\e4ae";
}
.entypo-up-bold:before {
  content: "\e4af";
}
.entypo-down-thin:before {
  content: "\2193";
}
.entypo-left-thin:before {
  content: "\2190";
}
.entypo-right-thin:before {
  content: "\2192";
}
.entypo-up-thin:before {
  content: "\2191";
}
.entypo-ccw:before {
  content: "\27f2";
}
.entypo-cw:before {
  content: "\27f3";
}
.entypo-arrows-ccw:before {
  content: "\1f504";
}
.entypo-level-down:before {
  content: "\21b3";
}
.entypo-level-up:before {
  content: "\21b0";
}
.entypo-shuffle:before {
  content: "\1f500";
}
.entypo-loop:before {
  content: "\1f501";
}
.entypo-switch:before {
  content: "\21c6";
}
.entypo-play:before {
  content: "\25b6";
}
.entypo-stop:before {
  content: "\25a0";
}
.entypo-pause:before {
  content: "\2389";
}
.entypo-record:before {
  content: "\26ab";
}
.entypo-to-end:before {
  content: "\23ed";
}
.entypo-to-start:before {
  content: "\23ee";
}
.entypo-fast-forward:before {
  content: "\23e9";
}
.entypo-fast-backward:before {
  content: "\23ea";
}
.entypo-progress-0:before {
  content: "\e768";
}
.entypo-progress-1:before {
  content: "\e769";
}
.entypo-progress-2:before {
  content: "\e76a";
}
.entypo-progress-3:before {
  content: "\e76b";
}
.entypo-target:before {
  content: "\1f3af";
}
.entypo-palette:before {
  content: "\1f3a8";
}
.entypo-list:before {
  content: "\e005";
}
.entypo-list-add:before {
  content: "\e003";
}
.entypo-signal:before {
  content: "\1f4f6";
}
.entypo-trophy:before {
  content: "\1f3c6";
}
.entypo-battery:before {
  content: "\1f50b";
}
.entypo-back-in-time:before {
  content: "\e771";
}
.entypo-monitor:before {
  content: "\1f4bb";
}
.entypo-mobile:before {
  content: "\1f4f1";
}
.entypo-network:before {
  content: "\e776";
}
.entypo-cd:before {
  content: "\1f4bf";
}
.entypo-inbox:before {
  content: "\e777";
}
.entypo-install:before {
  content: "\e778";
}
.entypo-globe:before {
  content: "\1f30e";
}
.entypo-cloud:before {
  content: "\2601";
}
.entypo-cloud-thunder:before {
  content: "\26c8";
}
.entypo-flash:before {
  content: "\26a1";
}
.entypo-moon:before {
  content: "\263d";
}
.entypo-flight:before {
  content: "\2708";
}
.entypo-paper-plane:before {
  content: "\e79b";
}
.entypo-leaf:before {
  content: "\1f342";
}
.entypo-lifebuoy:before {
  content: "\e788";
}
.entypo-mouse:before {
  content: "\e789";
}
.entypo-briefcase:before {
  content: "\1f4bc";
}
.entypo-suitcase:before {
  content: "\e78e";
}
.entypo-dot:before {
  content: "\e78b";
}
.entypo-dot-2:before {
  content: "\e78c";
}
.entypo-dot-3:before {
  content: "\e78d";
}
.entypo-brush:before {
  content: "\e79a";
}
.entypo-magnet:before {
  content: "\e7a1";
}
.entypo-infinity:before {
  content: "\221e";
}
.entypo-erase:before {
  content: "\232b";
}
.entypo-chart-pie:before {
  content: "\e751";
}
.entypo-chart-line:before {
  content: "\1f4c8";
}
.entypo-chart-bar:before {
  content: "\1f4ca";
}
.entypo-chart-area:before {
  content: "\1f53e";
}
.entypo-tape:before {
  content: "\2707";
}
.entypo-graduation-cap:before {
  content: "\1f393";
}
.entypo-language:before {
  content: "\e752";
}
.entypo-ticket:before {
  content: "\1f3ab";
}
.entypo-water:before {
  content: "\1f4a6";
}
.entypo-droplet:before {
  content: "\1f4a7";
}
.entypo-air:before {
  content: "\e753";
}
.entypo-credit-card:before {
  content: "\1f4b3";
}
.entypo-floppy:before {
  content: "\1f4be";
}
.entypo-clipboard:before {
  content: "\1f4cb";
}
.entypo-megaphone:before {
  content: "\1f4e3";
}
.entypo-database:before {
  content: "\e754";
}
.entypo-drive:before {
  content: "\e755";
}
.entypo-bucket:before {
  content: "\e756";
}
.entypo-thermometer:before {
  content: "\e757";
}
.entypo-key:before {
  content: "\1f511";
}
.entypo-flow-cascade:before {
  content: "\e790";
}
.entypo-flow-branch:before {
  content: "\e791";
}
.entypo-flow-tree:before {
  content: "\e792";
}
.entypo-flow-line:before {
  content: "\e793";
}
.entypo-flow-parallel:before {
  content: "\e794";
}
.entypo-rocket:before {
  content: "\1f680";
}
.entypo-gauge:before {
  content: "\e7a2";
}
.entypo-traffic-cone:before {
  content: "\e7a3";
}
.entypo-cc:before {
  content: "\e7a5";
}
.entypo-cc-by:before {
  content: "\e7a6";
}
.entypo-cc-nc:before {
  content: "\e7a7";
}
.entypo-cc-nc-eu:before {
  content: "\e7a8";
}
.entypo-cc-nc-jp:before {
  content: "\e7a9";
}
.entypo-cc-sa:before {
  content: "\e7aa";
}
.entypo-cc-nd:before {
  content: "\e7ab";
}
.entypo-cc-pd:before {
  content: "\e7ac";
}
.entypo-cc-zero:before {
  content: "\e7ad";
}
.entypo-cc-share:before {
  content: "\e7ae";
}
.entypo-cc-remix:before {
  content: "\e7af";
}
.entypo-github:before {
  content: "\f300";
}
.entypo-github-circled:before {
  content: "\f301";
}
.entypo-flickr:before {
  content: "\f303";
}
.entypo-flickr-circled:before {
  content: "\f304";
}
.entypo-vimeo:before {
  content: "\f306";
}
.entypo-vimeo-circled:before {
  content: "\f307";
}
.entypo-twitter:before {
  content: "\f309";
}
.entypo-twitter-circled:before {
  content: "\f30a";
}
.entypo-facebook:before {
  content: "\f30c";
}
.entypo-facebook-circled:before {
  content: "\f30d";
}
.entypo-facebook-squared:before {
  content: "\f30e";
}
.entypo-gplus:before {
  content: "\f30f";
}
.entypo-gplus-circled:before {
  content: "\f310";
}
.entypo-pinterest:before {
  content: "\f312";
}
.entypo-pinterest-circled:before {
  content: "\f313";
}
.entypo-tumblr:before {
  content: "\f315";
}
.entypo-tumblr-circled:before {
  content: "\f316";
}
.entypo-linkedin:before {
  content: "\f318";
}
.entypo-linkedin-circled:before {
  content: "\f319";
}
.entypo-dribbble:before {
  content: "\f31b";
}
.entypo-dribbble-circled:before {
  content: "\f31c";
}
.entypo-stumbleupon:before {
  content: "\f31e";
}
.entypo-stumbleupon-circled:before {
  content: "\f31f";
}
.entypo-lastfm:before {
  content: "\f321";
}
.entypo-lastfm-circled:before {
  content: "\f322";
}
.entypo-rdio:before {
  content: "\f324";
}
.entypo-rdio-circled:before {
  content: "\f325";
}
.entypo-spotify:before {
  content: "\f327";
}
.entypo-spotify-circled:before {
  content: "\f328";
}
.entypo-qq:before {
  content: "\f32a";
}
.entypo-instagrem:before {
  content: "\f32d";
}
.entypo-dropbox:before {
  content: "\f330";
}
.entypo-evernote:before {
  content: "\f333";
}
.entypo-flattr:before {
  content: "\f336";
}
.entypo-skype:before {
  content: "\f339";
}
.entypo-skype-circled:before {
  content: "\f33a";
}
.entypo-renren:before {
  content: "\f33c";
}
.entypo-sina-weibo:before {
  content: "\f33f";
}
.entypo-paypal:before {
  content: "\f342";
}
.entypo-picasa:before {
  content: "\f345";
}
.entypo-soundcloud:before {
  content: "\f348";
}
.entypo-mixi:before {
  content: "\f34b";
}
.entypo-behance:before {
  content: "\f34e";
}
.entypo-google-circles:before {
  content: "\f351";
}
.entypo-vkontakte:before {
  content: "\f354";
}
.entypo-smashing:before {
  content: "\f357";
}
.entypo-sweden:before {
  content: "\f601";
}
.entypo-db-shape:before {
  content: "\f600";
}
.entypo-logo-db:before {
  content: "\f603";
}
/**
 * Load fonts from these directory.
 *
 */
/**
 * Add additional breakpoints to cater for smaller screen width devices
 * i.e iPhone 5
 *
 */
/**
 * Number of columns in the grid.
 *
 */
/**
 * Padding between columns. Gets divided in half for the left and right.
 *
 */
/**
 * Collapse the navigation on ipad and lower
 *
 */
/**
 * Add breakpoints in an array style for looping to build classes
 * with specfic breaks in the mixins.less file.
 *
 */
/**
 * Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't properly apply the media queries
 * in Bootstrap's CSS. This works in conjuntion with the ie10_win8_viewport_fix() function founnd in /js/libs/framework.js
 * See reference http://bootstrapdocs.com/v3.3.6/docs/getting-started/#support-ie10-width
 *
 */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * Bootstrap Overrides
 *
 */
/**
 * Star Rating Overrides
 * @PATH /themes/resources/default/less/starrating/variables.less
 *
 */
/**
 * Checkout Progress Bar
 */
/**
 * Helper mixin to convert px to em
 * .font-size(16) ommitt the px unit;
 *
 */
/**
 * Helper Loop to add dynamic weights 100-800 to class properties
 * This allows for greater flex ability when using a
 * a different font from Typekit default font is
 * Open Sans.
 * <p class="weight-100">Hello World</p>
 *
 */
/**
 * Helper rotate mixin to add backward support for rotate transform
 *
 */
/**
 * Helper media query mixin to be used either in styling less files or with mixin breakpoints
 * @breakpoint: Size of the breakpoint i.e 992px
 * @content: Css syntax i.e {color:#000}
 *
 */
/**
 * A float mixin, ported from Bootstrap 4 Sass mixin to help will floats per media query
 * Mixin is called in style.less
 *
 */
/**
 * A text align mixin, ported from Bootstrap 4 Sass mixin to help will text aligns per media query
 * Mixin is called in style.less
 *
 */
/**
 * A collapse mixin to help remove padding from col per media query
 * Mixin is called in style.less
 *
 */
/**
 * A expand mixin to help pull inner elements out to col per media query
 * Mixin is called in style.less
 *
 */
/**
 * Creates classes for inline margin and paddings either
 * by media query or across the media scopes
 */
h1 {
  font-size: 2em;
  line-height: 1.25em;
}
h2 {
  font-size: 1.625em;
  line-height: 1.15384615em;
}
h3 {
  font-size: 1.475em;
  line-height: 1.13636364em;
}
h4 {
  font-size: 1.25em;
  line-height: 1.11111111em;
}
p {
  font-size: 1em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.5em;
    line-height: 1.13636364em;
  }
  h4 {
    line-height: 1.2222222em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3em;
    line-height: 1.05em;
  }
  h2 {
    font-size: 2.25em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.75em;
    line-height: 1.25em;
  }
}
/**
 * Compiled from the template.less any markup changes please amend the template.less file
 * and re-run the gulp task, do not edit this file directly (fonts.less).
 *
*/
@font-face {
  font-family: "greybox";
  src: url('../fonts/icons/greybox.eot');
  src: url('../fonts/icons/greybox.eot?#iefix') format('eot'), url('../fonts/icons/greybox.woff') format('woff'), url('../fonts/icons/greybox.ttf') format('truetype'), url('../fonts/icons/greybox.svg#greybox') format('svg');
}
.icon-fonts-base-pseudo,
.icon-fonts-attr-corticalnut:before,
.icon-fonts-attr-degreeangle:before,
.icon-fonts-attr-degreefreedom:before,
.icon-fonts-attr-down_arrow:before,
.icon-fonts-attr-drill:before,
.icon-fonts-attr-drillbit:before,
.icon-fonts-attr-glidehole:before,
.icon-fonts-attr-hat:before,
.icon-fonts-attr-hexdriver:before,
.icon-fonts-attr-holesize:before,
.icon-fonts-attr-kwiredouble:before,
.icon-fonts-attr-kwiresingle:before,
.icon-fonts-attr-pilothole:before,
.icon-fonts-attr-plate:before,
.icon-fonts-attr-plate12:before,
.icon-fonts-attr-plate16:before,
.icon-fonts-attr-plate20:before,
.icon-fonts-attr-qchandle:before,
.icon-fonts-attr-screwgeneral:before,
.icon-fonts-attr-screwsizecancellous:before,
.icon-fonts-attr-screwsizecortical-old-1000:before,
.icon-fonts-attr-screwsizecortical-old:before,
.icon-fonts-attr-screwsizecortical:before,
.icon-fonts-attr-screwthreadselftapping:before,
.icon-fonts-attr-screwthreadstandard:before,
.icon-fonts-attr-teesize:before,
.icon-fonts-attr-userguide:before,
.icon-fonts-attr-washerligament:before,
.icon-fonts-attr-washerstandard:before,
.icon-fonts-icon-approved:before,
.icon-fonts-icon-arrow_bottom:before,
.icon-fonts-icon-arrow_left:before,
.icon-fonts-icon-arrow_right:before,
.icon-fonts-icon-arrow_top:before,
.icon-fonts-icon-award:before,
.icon-fonts-icon-basket:before,
.icon-fonts-icon-brochure:before,
.icon-fonts-icon-close:before,
.icon-fonts-icon-filter:before,
.icon-fonts-icon-grid_view:before,
.icon-fonts-icon-hamburguer_menu:before,
.icon-fonts-icon-list_view:before,
.icon-fonts-icon-mail:before,
.icon-fonts-icon-minus:before,
.icon-fonts-icon-plus:before,
.icon-fonts-icon-radio_empty:before,
.icon-fonts-icon-radio_selected:before,
.icon-fonts-icon-search:before,
.icon-fonts-icon-secure_online_shopping:before,
.icon-fonts-icon-security:before,
.icon-fonts-icon-star:before,
.icon-fonts-icon-user:before,
.icon-fonts-icon-userLogin:before {
  display: inline-block;
  font: normal normal normal 16px/1 "greybox";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
.icon-fonts-attr-corticalnut:before {
  content: "\E001";
}
.icon-fonts-attr-degreeangle:before {
  content: "\E002";
}
.icon-fonts-attr-degreefreedom:before {
  content: "\E003";
}
.icon-fonts-attr-down_arrow:before {
  content: "\E004";
}
.icon-fonts-attr-drill:before {
  content: "\E005";
}
.icon-fonts-attr-drillbit:before {
  content: "\E006";
}
.icon-fonts-attr-glidehole:before {
  content: "\E007";
}
.icon-fonts-attr-hat:before {
  content: "\E008";
}
.icon-fonts-attr-hexdriver:before {
  content: "\E009";
}
.icon-fonts-attr-holesize:before {
  content: "\E00A";
}
.icon-fonts-attr-kwiredouble:before {
  content: "\E00B";
}
.icon-fonts-attr-kwiresingle:before {
  content: "\E00C";
}
.icon-fonts-attr-pilothole:before {
  content: "\E00D";
}
.icon-fonts-attr-plate:before {
  content: "\E00E";
}
.icon-fonts-attr-plate12:before {
  content: "\E00F";
}
.icon-fonts-attr-plate16:before {
  content: "\E010";
}
.icon-fonts-attr-plate20:before {
  content: "\E011";
}
.icon-fonts-attr-qchandle:before {
  content: "\E012";
}
.icon-fonts-attr-screwgeneral:before {
  content: "\E013";
}
.icon-fonts-attr-screwsizecancellous:before {
  content: "\E014";
}
.icon-fonts-attr-screwsizecortical-old-1000:before {
  content: "\E015";
}
.icon-fonts-attr-screwsizecortical-old:before {
  content: "\E016";
}
.icon-fonts-attr-screwsizecortical:before {
  content: "\E017";
}
.icon-fonts-attr-screwthreadselftapping:before {
  content: "\E018";
}
.icon-fonts-attr-screwthreadstandard:before {
  content: "\E019";
}
.icon-fonts-attr-teesize:before {
  content: "\E01A";
}
.icon-fonts-attr-userguide:before {
  content: "\E01B";
}
.icon-fonts-attr-washerligament:before {
  content: "\E01C";
}
.icon-fonts-attr-washerstandard:before {
  content: "\E01D";
}
.icon-fonts-icon-approved:before {
  content: "\E01E";
}
.icon-fonts-icon-arrow_bottom:before {
  content: "\E01F";
}
.icon-fonts-icon-arrow_left:before {
  content: "\E020";
}
.icon-fonts-icon-arrow_right:before {
  content: "\E021";
}
.icon-fonts-icon-arrow_top:before {
  content: "\E022";
}
.icon-fonts-icon-award:before {
  content: "\E023";
}
.icon-fonts-icon-basket:before {
  content: "\E024";
}
.icon-fonts-icon-brochure:before {
  content: "\E025";
}
.icon-fonts-icon-close:before {
  content: "\E026";
}
.icon-fonts-icon-filter:before {
  content: "\E027";
}
.icon-fonts-icon-grid_view:before {
  content: "\E028";
}
.icon-fonts-icon-hamburguer_menu:before {
  content: "\E029";
}
.icon-fonts-icon-list_view:before {
  content: "\E02A";
}
.icon-fonts-icon-mail:before {
  content: "\E02B";
}
.icon-fonts-icon-minus:before {
  content: "\E02C";
}
.icon-fonts-icon-plus:before {
  content: "\E02D";
}
.icon-fonts-icon-radio_empty:before {
  content: "\E02E";
}
.icon-fonts-icon-radio_selected:before {
  content: "\E02F";
}
.icon-fonts-icon-search:before {
  content: "\E030";
}
.icon-fonts-icon-secure_online_shopping:before {
  content: "\E031";
}
.icon-fonts-icon-security:before {
  content: "\E032";
}
.icon-fonts-icon-star:before {
  content: "\E033";
}
.icon-fonts-icon-user:before {
  content: "\E034";
}
.icon-fonts-icon-userLogin:before {
  content: "\E035";
}
/**
 * Message area (top bar)
 */
.jbar {
  height: auto;
  width: 100%;
  background-color: #777777 !important;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  opacity: 0.95;
  -moz-opacity: 0.95;
  text-align: center;
  left: 0px;
  z-index: 9999999;
  margin: 0px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  padding: 15px 0;
}
.jbar-top {
  top: 0px;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.jbar-bottom {
  bottom: 0px;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #ebebeb;
  color: #777;
}
.jbar-content {
  line-height: 28px;
  font-size: 18px;
}
.jbar-top a.jbar-cross {
  top: 8px;
}
.jbar-bottom a.jbar-cross {
  bottom: 8px;
}
/**
 * Reset and override to use new font-base from
 * variables.less to coorect font calculations
 *
 */
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
/**
 * By changing the font's percentage as we move through break points
 * we are able to manipulate the font size with a single call
 * this will only work if use em's for font preference
 * comment out or delete this if you are not using this
 * for you project.
 *
 */
/*******DEFAULTS - Defaults styles and resets*******/
*,
*:focus {
  outline: none;
}
li,
ul,
ol {
  list-style: none;
  margin: 0;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
  transition: all 200ms linear;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #00ADD3;
}
header a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.hiddenText {
  text-indent: 100%;
  line-height: 0px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 0!important;
  *display: none;
}
.mobile {
  display: none;
}
.show {
  display: block!important;
}
.hidden {
  display: none!important;
}
.clear {
  clear: both;
}
.all {
  width: 100%!important;
}
.noScroll {
  overflow: hidden!important;
}
.lowercase {
  text-transform: none!important;
}
textarea {
  resize: none;
}
.fullWidthContainer {
  max-width: 1440px;
  width: 100%;
  display: table;
}
.transitionFast {
  transition: all 200ms linear;
}
.transitionSlow {
  transition: all 500ms linear;
}
.cover {
  background-size: cover;
}
body {
  position: relative;
  line-height: 1.4;
  font-size: 85%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 90%;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 95%;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 100%;
  }
}
body.overflow-hidden {
  overflow: hidden;
}
.dropdownSmallMenuArrow {
  font-size: 0.4em;
  padding-left: 9px;
  margin-top: 10px;
  float: right;
  color: #fff;
  opacity: 0.5;
}
.dropdownSmallMenuArrow.open .dropdownSmallMenuSubMenu {
  display: block;
}
.icon-category-neurology {
  background-image: url('/themes/default/resources/img/category-neurology.svg') !important;
  background-repeat: no-repeat !important;
}
.icon-category-softtissuesurgery {
  background-image: url('/themes/default/resources/img/category-softtissue.svg') !important;
  background-repeat: no-repeat !important;
}
.header {
  display: table;
  width: 100%;
  z-index: 200;
  position: relative;
}
.header .dropdownSmallMenu.currency .gbr {
  background-image: url('../svg/icons/flag_uk.svg');
  background-size: 25px 12px;
}
.header .dropdownSmallMenu.currency .eur {
  background-image: url('../svg/icons/flag_eu.svg');
  background-size: 25px 12px;
}
.header .dropdownSmallMenu.currency .aus {
  background-image: url('../svg/icons/flag_au.svg');
  background-size: 25px 12px;
}
.header .dropdownSmallMenu.currency .usa {
  background-image: url('../svg/icons/flag_us.svg');
  background-size: 25px 12px;
}
.header .dropdownSmallMenu.currency .nzl {
  background-image: url('../svg/icons/flag-NewZealand.svg');
  background-size: 25px 12px;
}
.header .dropdownSmallMenu.currency .selected {
  background-repeat: no-repeat;
  background-position: 15px 14px;
  padding-left: 38px;
  border-left: 1px solid #235d71;
}
.header .dropdownSmallMenu.currency .selected .icon {
  font-size: 0.37em;
  margin-top: 10px!important;
}
.header .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu li a {
  background-repeat: no-repeat;
  background-position: 14px 12px;
}
.header .dropdownSmallMenu > a .icon {
  font-size: 0.4em;
  padding-left: 9px;
  margin-top: 10px;
  float: right;
  color: #fff;
  opacity: 0.5;
}
.header .dropdownSmallMenu > a .icon.open .dropdownSmallMenuSubMenu {
  display: block;
}
.header .dropdownSmallMenu.open .dropdownSmallMenuSubMenu {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0px;
  border-top: none;
  box-shadow: none;
  border-radius: 0px;
  min-width: 0px;
}
.header .dropdownSmallMenu.open .dropdownSmallMenuSubMenu li a {
  font-size: 0.875em;
  padding: 8px 14px;
  display: block;
  color: #666666;
}
.header .dropdownSmallMenu.open .dropdownSmallMenuSubMenu li a:hover {
  background-color: #00638E;
  color: #ffffff;
}
.header .dropdownSmallMenu.open.currency li a {
  font-size: .875em;
  padding: 8px 14px 8px 45px;
  display: block;
}
.header .helpMenu {
  position: relative;
  display: table;
  width: 100%;
  background-image: linear-gradient(to right, #00638e, #003147);
}
.header .helpMenu .websiteTitle {
  color: #fff;
  float: left;
  font-size: 14px;
  letter-spacing: -0.3px;
  opacity: 0.5;
  margin: 0;
  padding: 11px 13px 9px 13px;
}
.header .helpMenu .menuGroup {
  margin-bottom: 0px;
}
.header .helpMenu .menuGroup > li {
  float: left;
  list-style: none;
}
.header .helpMenu .menuGroup > li.dropdownSmallMenu > a .icon.icon-fonts-icon-arrow_bottom {
  margin-right: -2px;
  padding-top: 0;
  margin-top: 8px;
}
.header .helpMenu .menuGroup > li.dropdownSmallMenu > a .icon.icon-fonts-icon-userLogin {
  font-size: 1em;
  margin-top: 0px;
  padding-left: 0px;
}
.header .helpMenu .menuGroup > li.dropdownSmallMenu.open .selected:before {
  content: '';
  height: 3px;
  width: 100%;
  background: #00ADD3;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  opacity: 1;
  transition: all 500ms linear;
}
.header .helpMenu .menuGroup > li > a {
  border-right: 1px solid #235d71;
  display: table;
  padding: 6px 15px 8px 15px;
  height: 40px;
  position: relative;
}
.header .helpMenu .menuGroup > li > a .icon {
  margin-right: 9px;
  color: #fff;
}
.header .helpMenu .menuGroup > li > a > span {
  color: #fff;
  font-size: 0.875em;
  font-weight: 200;
  float: right;
  padding-top: 3px;
}
.header .mainHead {
  display: table;
  padding: 17px 25px 18px 25px;
  width: 100%;
}
.header .mainHead .logo {
  width: 174px;
  height: 35px;
  float: left;
  margin-right: 4%;
  background: url(../svg/icons/logo.svg) 0px 0px no-repeat;
  background-size: cover;
}
.header .mainHead .mainMenu {
  margin: -12px 0px -24px 0px;
  float: left;
}
.header .mainHead .mainMenu > ul {
  padding: 0;
}
.header .mainHead .mainMenu > ul > li {
  display: inline-table;
  margin-right: 0px;
  position: inherit;
  vertical-align: top;
}
.header .mainHead .mainMenu > ul > li > a {
  display: block;
  overflow: hidden;
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: -0.44px;
  padding: 17px 18px 23px 19px;
  border: none;
}
.header .mainHead .mainMenu > ul > li > a .icon {
  font-size: 0.4em;
  padding-left: 9px;
  margin-top: 10px;
  float: right;
  color: #B3B3B3;
}
.header .mainHead .mainMenu > ul > li .subMenu {
  position: absolute;
  background: #00638E;
  left: 0;
  top: 110px;
  visibility: hidden;
  opacity: 0;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  display: block;
  transition: all 200ms linear;
}
.header .mainHead .mainMenu > ul > li .subMenu .title {
  font-size: 1.875em;
  color: #ffffff;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0px;
}
.header .mainHead .mainMenu > ul > li .subMenu .subTitle {
  font-size: 1.5em;
  font-weight: 100;
  margin: 0;
  color: #ffffff;
}
.header .mainHead .mainMenu > ul > li .subMenu p.awardMsg {
  color: #fff;
  padding-bottom: 35px;
  padding-top: 15px;
}
.header .mainHead .mainMenu > ul > li .subMenu p.awardMsg .icon {
  font-size: 2em;
  padding-right: 16px;
  float: left;
  margin-top: -5px;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu {
  margin: 28px 0px 35px 0px;
  display: table;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li {
  counter-increment: step-counter;
  margin-bottom: 0px;
  float: left;
  width: 47%;
  color: #fff;
  font-size: 0.875em;
  border-bottom: 1px solid #80b1c7;
  font-weight: 200;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li:last-child {
  border: none;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li:last-child a {
  padding: 23px 0px 0px 0px;
  font-weight: 600;
  color: #00ADD3;
  text-decoration: underline;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li:last-child a:hover {
  background: transparent;
  color: #fff;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li:last-child a:before {
  display: none;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li:last-child a:after {
  display: none;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li:nth-child(2n+1) {
  margin-right: 30px;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li a {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding: 10px 0px 12px 23px;
  display: block;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li a:before {
  content: '0' counter(step-counter) ' - ';
  margin-right: 0px;
  padding-left: 10px;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li a:after {
  width: 20px;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  background: red;
  position: absolute;
  display: table;
  height: 41px;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li a:hover {
  background: #00739D;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li:nth-child(n+10) a:before {
  content: counter(step-counter) ' - ';
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.mmp a:after {
  background: #F67D48;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.ridgestop a:after {
  background: #DE577C;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.sop a:after {
  background: #00ADD3;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.carpalarthrodesis a:after {
  background: #64A869;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.tplo a:after {
  background: #6EC829;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.syntheticbonesubstitute a:after {
  background: #D5E456;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.internalfixation a:after {
  background: #F27269;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.instruments a:after {
  background: #B85963;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.powertools a:after {
  background: #9661AF;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.alicam a:after {
  background: #1491c6;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.softtissuesurgery a:after {
  background: #853C27;
}
.header .mainHead .mainMenu > ul > li .subMenu .shopOnlineMenu ul li.neurology a:after {
  background: #00A4A6;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu {
  margin-top: 30px;
  margin-bottom: 35px;
  display: block;
  overflow: hidden;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul {
  padding: 0;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li {
  float: left;
  width: 47%;
  margin-right: 0px;
  border-bottom: 1px solid #80b1c7;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li:nth-child(2n+1) {
  margin-right: 30px;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li:first-child {
  border-top: 1px solid #80b1c7;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li:nth-child(2) {
  border-top: 1px solid #80b1c7;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a {
  display: block;
  padding-bottom: 10px;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a:hover {
  background: #00739D;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a .icon {
  float: left;
  width: 30%;
  height: 67px;
  margin: 10px 13px 10px 0px;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a .itemTitle {
  float: left;
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  min-width: 60%;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a .desc {
  float: left;
  font-size: 0.835em;
  font-weight: 200;
  margin: 4px 0px 0px;
  min-width: 60%;
  color: #fff;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a .link {
  font-size: 0.835em;
  text-decoration: underline;
  color: #00ADD3;
}
.header .mainHead .mainMenu > ul > li .subMenu .menuMsg {
  padding: 11px 0px;
  background: #ECECEC;
}
.header .mainHead .mainMenu > ul > li .subMenu .menuMsg p {
  font-size: 0.875em;
  margin: 0;
  color: #666666;
  text-align: left;
  padding: 20px;
}
.header .mainHead .mainMenu > ul > li .subMenu .menuMsg p b {
  color: #000;
  background: url(../svg/icons/icon-brochure.svg) 0px 7px no-repeat;
  padding: 13px 0px 10px 62px;
}
.header .mainHead .mainMenu > ul > li .subMenu .menuMsg p a {
  color: #00638E;
  text-decoration: underline;
}
.header .mainHead .mainMenu > ul > li .subMenu .menuImg {
  padding-top: 0;
}
.header .mainHead .mainMenu > ul > li .subMenu .systemsImg img {
  margin: 0 auto;
}
.header .mainHead .mainMenu > ul > li.open > a {
  background: #00638E;
  color: #ffffff;
}
.header .mainHead .mainMenu > ul > li.open .subMenu {
  visibility: visible;
  opacity: 1;
  transition: all 200ms linear;
}
.header .mainHead .ecommerceMenu {
  float: right;
  padding: 0;
}
.header .mainHead .ecommerceMenu > li {
  float: left;
}
.header .mainHead .ecommerceMenu > li a {
  font-size: 1.25em;
  padding: 19px 20px 16px 20px;
  margin: -17px 0px;
  display: block;
}
.category-page .hero {
  display: block;
  width: 100%;
}
.category-page .container {
  max-width: 1440px;
}
.category-page .container .filtersSidebar {
  padding-left: 0px;
  padding-right: 0px;
}
.category-page .container .filtersSidebar .filters {
  margin-left: -3px;
  z-index: 500;
}
.category-page .container .filtersSidebar .filters .header {
  padding: 15px;
  border-top: 1px solid #e2e2e2;
  width: 101%;
  background: #ffffff;
  z-index: 1;
}
.category-page .container .filtersSidebar .filters .header .title {
  font-size: 0.875em;
  color: #000;
  font-weight: 700;
  position: relative;
}
.category-page .container .filtersSidebar .filters .header .title:before {
  content: '';
  float: left;
  background: url(../svg/icons/icon-filter.svg) 0px 0px no-repeat;
  width: 24px;
  height: 19px;
  margin-right: 10px;
  margin-top: -2px;
}
.category-page .container .filtersSidebar .filters .header .title:after {
  content: '';
  background: url(../svg/icons/filter-title-arrow.svg) 0px 0px no-repeat;
  width: 22px;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: -43px;
}
.category-page .container .filtersSidebar .filters .clear-all {
  line-height: 18px;
  margin: -1px 0px 0px 0px;
}
.category-page .container .filtersSidebar .filters .panel-group .panel-heading .panel-title a {
  background: #ffffff;
  color: #000;
  font-weight: 700;
  padding: 10px 0px 10px 0px;
}
.category-page .container .filtersSidebar .filters .panel-group .panel-heading .panel-title a .chevron {
  background: #ffffff;
  top: 5px;
}
.category-page .container .filtersSidebar .filters .panel-group .panel-collapse .panel-body ul {
  background: #ffffff;
}
.category-page .container .filtersSidebar .filters .panel-group .panel-collapse .panel-body ul li label {
  font-size: 0.835em;
  line-height: 1.4;
  font-weight: 200;
  padding: 10px 0px 10px 10px;
  transition: all 200ms linear;
}
.category-page .container .filtersSidebar .filters .panel-group .panel-collapse .panel-body ul li label:hover {
  color: #000;
}
.category-page .container .filtersSidebar .filters .panel-group .panel-collapse .panel-body ul li label .selected {
  background: #00638E;
  margin: -3px 0px -3px -10px;
  width: 104%;
  display: block;
  padding: 6px 32px 6px 12px;
}
.category-page .container .filtersSidebar .filters .panel-group .panel-collapse .panel-body ul li:last-child {
  margin-bottom: 20px;
}
.category-page .filters .panel-group {
  margin: 0 18px;
}
.category-page .filters .panel-group .panel-default {
  margin-bottom: 0px;
}
.category-page .filters .panel-group .panel-default .panel-body ul li.active label .selected .close {
  top: 9px;
}
.category-page .productListBox {
  margin: 0;
  padding: 0;
}
.category-page .productListBox .row-controls {
  margin-left: 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.category-page .productListBox .row-controls .controls {
  border-left: 1px solid #e2e2e2;
  border-top: 0px;
  border-bottom: 0;
  padding-right: 0px;
}
.category-page .productListBox .row-controls .controls .sort .name {
  font-size: 0.875em;
  float: left;
  padding-top: 14px;
}
.category-page .productListBox .row-controls .controls .sort .sort-order-select {
  width: auto;
  min-width: 120px;
}
.category-page .productListBox .row-controls .controls .sort .sort-order-select .btn {
  padding: 13px 12px 14px 7px;
  font-size: 0.875em;
  outline: none;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.category-page .productListBox .row-controls .controls .sort .sort-order-select .btn .filter-option {
  text-align: center;
  background: url(../svg/fonts/icon-arrow_bottom.svg) 100% 9px no-repeat;
  background-size: 12px;
  padding-right: 19px;
  width: auto;
}
.category-page .productListBox .row-controls .controls .total-records p {
  margin: 15px 0px;
  padding-left: 10px;
}
.category-page .productListBox .row-controls .controls .views a {
  padding: 9px 12px 12px 12px;
  float: left;
}
.category-page .product-list-container {
  padding: 0;
}
.category-page .product-list-container .product {
  position: relative;
}
.category-page .product-list-container .product .label {
  position: absolute;
}
.category-page .product-list-container .row {
  margin-right: 0px;
}
.category-page .product-list-container .grid {
  padding: 30px;
}
.category-page .product-list-container .grid .info {
  text-align: center;
}
.category-page .product-list-container .grid .image {
  border-bottom: 1px solid #e2e2e2;
}
.category-page .product-list-container .grid .title {
  line-height: 22px;
  color: #000;
  padding-top: 30px;
}
.category-page .product-list-container .grid .short-desc {
  font-weight: 200;
}
.category-page .product-list-container .grid .price {
  font-weight: 200;
}
.category-page .product-list-container .list {
  border-left: 1px solid #e2e2e2!important;
}
.category-page .product-list-container.edge-to-edge .edge-to-edge .product {
  padding: 0;
}
.category-page .submenu-wrapper .submenu {
  text-align: center;
}
.category-page .product-list > .container {
  width: 100%;
}
.product-page .related-products-container .related-products .related-products-carousel .product .info {
  text-align: center;
}
.product-page .related-products-container .other-resources-carousel .product .info .title {
  font-size: 14px;
  margin: 6px 0px 2px 0px;
}
.product-page .related-products-container .other-resources-carousel .product .info .short-desc,
.product-page .related-products-container .other-resources-carousel .product .info .price {
  font-weight: 200;
  font-size: 13px;
}
.footer {
  background-color: #00638E;
  padding: 20px 0px 0px;
  clear: both;
}
.footer .title {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.39px;
  font-size: 1em;
}
.footer a {
  color: #ffffff;
}
.footer .navbar-nav {
  margin: 0;
}
.footer .navbar-nav li {
  clear: both;
}
.footer .navbar-nav li a {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 0.875em;
  line-height: 26px;
}
.footer .navbar-nav li a:hover {
  background: none;
  text-decoration: none;
  color: #00ADD3;
}
.footer .navbar-nav li a:active {
  background: none;
  text-decoration: none;
  color: #00ADD3;
}
.footer .btn {
  border: 1px solid #00ADD3;
  margin-top: 11px;
  font-size: 14px;
  padding: 7px 10px 9px 10px;
  border-radius: 8px;
  line-height: 10px;
  color: #00ADD3;
}
.footer .btn:hover {
  background: #00ADD3;
  color: #ffffff;
}
.footer .btn .glyphicon {
  padding-right: 7px;
}
.footer .btn span {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
.footer .text {
  font-size: 0.875em;
  color: #ffffff;
  line-height: 26px;
  margin: 0;
  padding: 0;
  display: block;
}
.footer .collapse .col-xs-24 {
  padding: 0;
}
.footer .copyright {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 12px 0px 17px 0px;
  border-top: 1px solid #1179b5;
  margin-top: 25px;
}
.footer .copyright .col-xs-24 {
  padding: 0;
  margin: 0;
}
.footer .copyright .text {
  color: #00ADD3;
}
.footer .copyright .text a {
  color: #00ADD3;
}
.footer .copyright .text a:hover {
  color: #ffffff;
}
.footer .copyright .text a:active {
  color: #00ADD3;
}
.footer .copyright .cards {
  background: url(../svg/icons/footer_payments.svg) right 2px no-repeat;
  padding-right: 95px;
  display: inline;
  float: right;
}
.quickorder-toggle {
  border-top: 1px solid #e3e3e3;
  color: #666!important;
  background: #ffffff !important;
  padding: 3px 0px;
}
/**
 * Resets
 *
 */
html {
  -webkit-overflow-scrolling: touch;
}
/**
 * Generic
 *
 */
.grey-block {
  background: #F5F5F5;
}
.grey-dark-block {
  background: #D8D8D8;
}
.padding-top {
  padding-top: 45px;
}
.padding-top-image {
  padding-top: 25px;
}
.alicam-bg {
  background-color: #1491c6;
}
.padding-bottom-image {
  padding-bottom: 25px;
}
.black {
  color: #000;
}
.content-wysiwyg p {
  font-weight: 200;
}
.mob-pad {
  padding: 25px;
}
.mob-pad-no-btm {
  padding: 25px 25px 0px 25px;
}
.cserviceContent ol {
  padding-left: 0px;
  counter-reset: item;
}
.cserviceContent ol li {
  font-weight: 400;
  display: block;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cserviceContent ol li p {
  font-weight: 200;
}
.cserviceContent ol li:before {
  font-weight: 400;
  content: counters(item, ".") " ";
  counter-increment: item;
  width: 30px;
  position: absolute;
  left: 0;
}
.cserviceContent ol li li {
  font-weight: 200;
  padding-bottom: 10px;
  padding-left: 40px;
}
.cserviceContent ol li li:before {
  font-weight: 200;
  width: 40px;
}
.cserviceContent ol li li li {
  padding-left: 60px;
}
.cserviceContent ol li li li:before {
  width: 60px;
}
.cserviceContent ol ol {
  padding-top: 10px;
  padding-left: 0px;
}
/**
 * Navigation
 *
 */
/* Search */
.searchPopup {
  visibility: hidden;
  opacity: 0;
  width: 100px;
  height: 30px;
  position: fixed;
  z-index: 3000;
  right: 0;
  top: 0px;
  background-image: linear-gradient(-90deg, #00638E 0%, #003147 100%);
  padding-top: 140px;
  transform-origin: 100% 0;
  transition-property: height, width, top, right, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.searchPopup.open {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  transform-origin: 100% 0;
  transition-property: height, width, top, right, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.searchPopup hr {
  border-top: 1px solid #80b1c7;
}
.searchPopup .exit {
  position: absolute;
  right: 2%;
  top: 23px;
  font-size: 2.65em;
  color: #fff;
  opacity: 0.6;
}
.searchPopup .exit:hover {
  opacity: 1;
}
.searchPopup form {
  margin-bottom: 100px;
}
.searchPopup form input {
  font-size: 3em;
  width: 100%;
  padding: 36px 0px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #ffffff;
  letter-spacing: -2px;
  font-weight: 700;
  outline: none;
}
.searchPopup form ::-webkit-input-placeholder {
  color: #00ADD3;
}
.searchPopup form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #00ADD3;
}
.searchPopup form :-ms-input-placeholder {
  /* IE 10+ */
  color: #00ADD3;
}
.searchPopup form :-moz-placeholder {
  /* Firefox 18- */
  color: #00ADD3;
}
.searchPopup form .icon {
  position: absolute;
  right: 40px;
  bottom: 20px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 3.25em;
}
.searchPopup .searchCol .title {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
  color: #ffffff;
}
.searchPopup .searchCol p {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: 200;
}
.searchPopup .searchCol .btn-primary {
  background: #00ADD3;
}
.searchPopup .searchCol .systemsMenu ul {
  padding: 0;
}
.searchPopup .searchCol .systemsMenu ul li {
  float: left;
  width: 100%;
  margin-right: 0px;
  border-bottom: 1px solid #80b1c7;
}
.searchPopup .searchCol .systemsMenu ul li:first-child {
  border-top: 1px solid #80b1c7;
}
.searchPopup .searchCol .systemsMenu ul li a {
  display: block;
  overflow: hidden;
}
.searchPopup .searchCol .systemsMenu ul li a:hover {
  background: #00739D;
}
.searchPopup .searchCol .systemsMenu ul li a .icon {
  float: left;
  width: 30%;
  height: 67px;
  margin: 11px 14px 11px 0px;
}
.searchPopup .searchCol .systemsMenu ul li a .itemTitle {
  float: left;
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  min-width: 60%;
}
.searchPopup .searchCol .systemsMenu ul li a .desc {
  float: left;
  font-size: 0.835em;
  font-weight: 200;
  margin: 4px 0px 0px;
  min-width: 60%;
  color: #fff;
}
.searchPopup .searchCol .systemsMenu ul li a .link {
  font-size: 0.835em;
  text-decoration: underline;
  color: #00ADD3;
}
.searchPopup .searchCol .categoryList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #80b1c7;
}
.searchPopup .searchCol .categoryList li {
  counter-increment: step-counter;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 0.875em;
  border-bottom: 1px solid #80b1c7;
  font-weight: 200;
}
.searchPopup .searchCol .categoryList li a {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding: 9px 0px 11px 23px;
  display: block;
}
.searchPopup .searchCol .categoryList li a:before {
  content: '0' counter(step-counter) ' - ';
  margin-right: 0px;
  padding-left: 10px;
}
.searchPopup .searchCol .categoryList li a:after {
  width: 20px;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  background: red;
  position: absolute;
  display: table;
  height: 41px;
}
.searchPopup .searchCol .categoryList li a:hover {
  background: #00739D;
}
.searchPopup .searchCol .categoryList li.mmp a:after {
  background: #F67D48;
}
.searchPopup .searchCol .categoryList li.ridgeStop a:after {
  background: #DE577C;
}
.searchPopup .searchCol .categoryList li.sop a:after {
  background: #00ADD3;
}
.searchPopup .searchCol .categoryList li.carpalArthrodesis a:after {
  background: #64A869;
}
.searchPopup .searchCol .categoryList li.tplo a:after {
  background: #6EC829;
}
.searchPopup .searchCol .categoryList li.syntheticBoneSubstitute a:after {
  background: #D5E456;
}
.searchPopup .searchCol .categoryList li.internalFixation a:after {
  background: #F27269;
}
.searchPopup .searchCol .categoryList li.instruments a:after {
  background: #B85963;
}
.searchPopup .searchCol .categoryList li.powerTools a:after {
  background: #9661AF;
}
.searchPopup .searchCol .categoryList li.alicam a:after {
  background: #1491c6;
}
.searchPopup .searchCol .categoryList li.softtissuesurgery a:after {
  background: #853C27;
}
.searchPopup .searchCol .categoryList li.neurology a:after {
  background: #00A4A6;
}
/**
 * Defaults
 *
 */
.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.padding-bottom {
  padding-bottom: 45px;
}
.section {
  padding-bottom: 45px;
}
h2.section-title {
  font-weight: 200;
  font-size: 1.625em;
  margin-top: 30px;
  color: #000;
  text-align: center;
}
h2.section-title.font42 {
  font-size: 2.625em;
}
.section-leadp {
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  color: #999;
}
.error {
  color: #F27269;
}
.mini-cart .icon {
  vertical-align: text-bottom;
}
.mini-cart a {
  position: relative;
}
.mini-cart .badge-primary {
  top: 5px;
  right: 2px;
  position: absolute;
  background-color: #00ADD3;
}
/* Forms */
.form-title {
  font-size: 1.875em;
  color: #000;
}
::-webkit-input-placeholder {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc;
  font-weight: 200;
  vertical-align: middle;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc;
  font-weight: 200;
  vertical-align: middle;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc;
  font-weight: 200;
  vertical-align: middle;
}
:-ms-input-placeholder {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ccc;
  font-weight: 200;
  vertical-align: middle;
}
input.form-control,
select.form-control {
  height: 34px;
  font-size: 13px;
}
textarea.form-control {
  padding: 11px;
  box-shadow: inset 0px 2px 3px 0px #ECECEC;
  border: 1px solid #C8C7CC;
  font-size: 13px;
}
input.form-control,
select.form-control {
  padding: 0px 11px;
  box-shadow: inset 0px 2px 3px 0px #ECECEC;
  border: 1px solid #C8C7CC;
}
label {
  font-weight: 200;
  color: #000;
}
.btn-primary {
  background: #00638E;
  border-color: #00638E;
  font-size: 14px;
  padding: 12px 45px;
  transition: all 200ms linear;
}
.btn-primary.btn-sm {
  padding: 5px 10px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #014563;
  transition: all 200ms linear;
  border-color: #00638E;
}
.btn-secondary {
  background: #00ADD3;
  border-color: #00ADD3;
  padding: 12px 45px;
  font-size: 14px;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #00638E;
  transition: all 200ms linear;
  border-color: #014563;
  color: #ffffff;
}
.btn-green {
  background: #64A769;
  border-color: #64A769;
  font-size: 14px;
  padding: 12px 45px;
  transition: all 200ms linear;
}
.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  background: #70B675;
  transition: all 200ms linear;
  border-color: #64A769;
}
.btn-container {
  padding-top: 15px;
}
/* Labels */
.label {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #666666;
  padding: 5px 15px;
  font-weight: 200;
  font-size: 13px;
}
.label.banner {
  padding: 37%;
  display: block;
  background-size: 87%;
  background-position: center;
}
.label.banner [class^='icon-category'] {
  height: 100%;
}
.label.mmp {
  background-color: #F67D48;
}
.label.ridgestop {
  background-color: #DE577C;
}
.label.sop {
  background-color: #00ADD3;
}
.label.carpalarthrodesis {
  background-color: #64A869;
}
.label.tplo {
  background-color: #6EC829;
}
.label.syntheticbonesubstitute {
  background-color: #D5E456;
}
.label.internalfixation {
  background-color: #F27269;
}
.label.instruments {
  background-color: #B85963;
}
.label.powertools {
  background-color: #9661AF;
}
.label.alicam {
  background-color: #1491c6;
}
.label.softtissuesurgery {
  background-color: #853C27;
}
.label.neurology {
  background-color: #00A4A6;
}
/* Alerts */
.alert {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 22px;
  margin-top: 22px;
}
.alert.alert-info {
  background: #F2FBFD;
  border-color: #00ADD3;
}
/* Hero Banners */
.hero {
  display: table;
  width: 100%;
  align-items: center;
  background-color: #ECECEC;
}
.hero.banner {
  min-height: 245px;
  text-align: center;
}
.hero.banner .title {
  padding-top: 0px;
  font-size: 4.5em;
  font-weight: 600;
  color: #000;
}
.hero.banner .short-desc {
  font-weight: 100;
  font-size: 2.2em;
  letter-spacing: -1.2px;
  color: #666;
}
.hero.banner .long-desc {
  font-weight: 200;
  font-size: 1em;
  color: #999;
  padding-top: 10px;
}
.hero.banner.with-nav {
  padding-top: 0px;
}
.hero.banner.with-nav .snippet {
  display: block;
  font-size: 1.375em;
  color: #333;
  margin: 30px 0px 10px 0px;
  font-weight: 200;
}
.hero.banner.with-nav .title {
  font-size: 3em;
}
.hero.banner.with-nav .long-desc {
  font-size: 1.875em;
  padding: 30px 0px;
  line-height: 1.1em;
}
.hero.banner.with-nav .event-types {
  color: #000;
  font-size: 1.125em;
  font-weight: 200;
  text-align: center;
  padding-top: 30px;
}
.hero.banner.with-nav .event-types .eventicon {
  margin: 0px 20% 10px 20%;
  height: 60px;
  border: 1px solid #999;
  background-position: center center;
  border-radius: 5px;
}
.hero .content {
  color: #333;
}
/* Breadcrumb */
.breadcrumb {
  background: #F5F5F5;
  font-size: 12px;
  line-height: 35px;
  padding: 0px 25px;
}
/* Floating Menu */
.submenu-wrapper {
  height: 63px;
}
.submenu.affix {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
.submenu .navbar {
  margin-bottom: 0px;
}
.submenu .navbar .navbar-toggle {
  position: absolute;
  right: 10px;
  top: 8px;
  margin-right: 0px;
}
.submenu .navbar .navbar-toggle .icon-bar {
  border: 1px solid #000;
}
.submenu .navbar .navbar-collapse.in {
  overflow-y: visible;
}
.submenu .navbar .dropdown-menu {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  width: 100%;
  z-index: 1000;
}
.submenu .navbar .dropdown-menu.nav-tabs li {
  float: none;
  display: block;
  width: 100%;
  padding: 0px 20px;
}
.submenu .navbar .dropdown-menu.nav-tabs li:first-child {
  padding: 0px 20px!important;
}
.submenu .container {
  padding-left: 0px;
  padding-right: 0px;
}
.submenu.withtitle {
  text-align: center;
}
.submenu.withtitle h2 {
  display: inline-block;
  font-weight: 400;
  line-height: 63px;
  font-size: 20px;
  padding-left: 15px;
  margin: 0px;
  color: #000;
  float: left;
}
.submenu .nav {
  display: inline-block;
  border-bottom: none;
}
.submenu .nav .owl-stage-outer {
  overflow: visible;
  min-height: 10px;
  max-height: 100px;
  min-width: 500px;
}
.submenu .nav .owl-stage-outer li.active a::before,
.submenu .nav .owl-stage-outer li a:hover::before {
  bottom: -2px;
}
.submenu .nav .owl-stage {
  margin: 0px auto;
}
.submenu .nav li {
  display: inline-block;
  padding: 0px 15px;
}
.submenu .nav li:first-child {
  padding: 0px 15px 0px 0px!important;
}
.submenu .nav li a {
  border: none;
  font-weight: 400;
  color: #000;
  padding: 20px 0px 16px 0px;
  font-size: 16px;
  display: block;
  position: relative;
}
.submenu .nav li a.btn-primary {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background: #00638E;
  margin-top: 14px;
}
.submenu .nav li a.btn-primary:hover {
  background: #014563;
}
.submenu .nav li a.btn-primary:hover:before {
  display: none;
}
.submenu .nav li a.btn-primary:focus {
  background: #014563;
}
.submenu .nav li a.btn-primary:focus:before {
  display: none;
}
.submenu .nav li a:hover {
  background: none;
  border: none;
}
.submenu .nav li a:hover:before {
  content: '';
  height: 3px;
  width: 100%;
  background: #00638E;
  display: table;
  position: absolute;
  bottom: -5px;
  left: 0px;
  visibility: visible;
  opacity: 1;
  transition: all 500ms linear;
}
.submenu .nav li a:focus {
  background: none;
  border: none;
}
.submenu .nav li.active a {
  background: none;
}
.submenu .nav li.active a:before {
  content: '';
  height: 3px;
  width: 100%;
  background: #00638E;
  display: table;
  position: absolute;
  bottom: -5px;
  left: 0px;
  visibility: visible;
  opacity: 1;
  transition: all 500ms linear;
}
.submenu .nav li.active a.btn-primary {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  background: #00638E;
  margin-top: 14px;
}
.submenu .nav li.active a.btn-primary:before {
  display: none;
}
.submenu .nav li.active a.btn-primary:hover {
  background: #014563;
}
.submenu .nav li.active a.btn-primary:hover:before {
  display: none;
}
/* In page Sub links */
.sub-link {
  vertical-align: middle;
}
.sub-link.mobile-center {
  text-align: center;
}
.sub-link.mobile-center span.short-desc {
  padding-right: 0px;
}
.sub-link.mobile-center .image {
  min-height: 60px;
  margin-bottom: 10px;
}
.sub-link.mobile-center .image img {
  margin: auto;
}
.sub-link div:nth-child(2) {
  margin-bottom: 25px;
}
.sub-link div.nolink,
.sub-link a {
  position: relative;
  display: block;
}
.sub-link a {
  color: #666;
}
.sub-link span {
  font-weight: 200;
  display: block;
}
.sub-link span.title {
  font-size: 1.5em;
  padding-bottom: 15px;
}
.sub-link span.short-desc {
  padding-bottom: 15px;
  padding-right: 25px;
  font-size: 1.1em;
}
.sub-link span.link {
  color: #00ADD3;
  font-weight: 400;
  line-height: 20px;
  vertical-align: bottom;
  alignment-baseline: middle;
}
.sub-link span.link i {
  color: #666;
  font-size: 0.8em;
  padding-right: 5px;
  vertical-align: text-top;
}
/* Home Page */
.page-home h1 {
  font-size: 1.5em;
  line-height: 33px;
  font-weight: 200;
  text-align: center;
  padding: 30px 10px;
}
.page-home .subhero {
  display: block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #000;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0);
}
.page-home .subhero:hover {
  background: #00638E;
  color: #fff;
}
.page-home .subhero .link .header {
  padding: 30px 10px;
  background: none!important;
  text-align: center;
}
.page-home .subhero .link .header .title {
  font-size: 20px;
  font-weight: 600;
}
.page-home .subhero .link .header .subtitle {
  font-size: 16px;
  font-weight: 100;
}
.page-home .subhero .link img {
  width: 60%;
  margin: 0px auto;
}
.page-home ol.carousel-indicators li {
  background: #00ADD3;
  border: 1px solid #00ADD3;
}
.page-home ol.carousel-indicators li.active {
  background: #fff;
  height: 10px;
  width: 10px;
  margin: 1px;
}
.page-home .news-list .link {
  color: #00ADD3;
}
.page-home .news-list .author-picture {
  margin-top: 0px;
  width: 35px;
  height: 35px;
}
.page-home .news-list .author-name {
  font-style: normal;
}
.page-home .news-list .content-area {
  padding-bottom: 30px;
}
.page-home .news-list .content-area .date {
  color: #999999;
  font-size: 1em;
}
.page-home .news-list .content-area .title {
  font-size: 1.5em;
  font-weight: 200;
  padding: 0;
  margin: 4px 0 6px 0;
}
.page-home .news-list .content-area p {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 26px;
  margin-top: 15px;
}
.page-home .news-list a {
  color: #333333;
}
.page-home .news-list a:hover {
  color: #00ADD3;
}
.page-home .news-list a.readmore {
  color: #00ADD3;
  text-decoration: underline;
}
/* Product Lists */
.product-list-container {
  padding: 0 7.5px;
  /**
     * Edge to Edge Mode
     * .product-list-container.edge-to-edge
     *
     */
  /**
     * List View not in Edge to Edge Mode
     * .product-list-container .list
     *
     */
  /**
     * Infinitscroll loader when using the inifitscrol Javascript lib
     *
     */
}
.product-list-container .product {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.product-list-container .product a {
  color: #666666;
  display: block;
}
.product-list-container .product .title,
.product-list-container .product .short-desc,
.product-list-container .product .price {
  margin: 0;
}
.product-list-container .product .title {
  padding-top: 10px;
}
.product-list-container .product .short-desc {
  font-size: 0.875em;
  color: #666;
}
.product-list-container .product .short-desc,
.product-list-container .product .price {
  padding: 2.5px 0;
}
.product-list-container.edge-to-edge {
  padding: 0 0 60px;
}
.product-list-container.edge-to-edge .edge-to-edge {
  border-bottom: 1px solid #e2e2e2;
  /**
             * List View in Edge to Edge Mode
             * .product-list-container.edge-to-edge .list
             *
             */
}
.product-list-container.edge-to-edge .edge-to-edge:nth-child(2n) {
  border-left: 1px solid #e2e2e2;
}
.product-list-container.edge-to-edge .edge-to-edge .product {
  margin-left: 0;
  margin-right: 0;
}
.product-list-container.edge-to-edge .edge-to-edge.list {
  border: none;
  padding: 0;
}
.product-list-container.edge-to-edge .edge-to-edge.list:first-child {
  margin-top: 7.5px;
}
.product-list-container.edge-to-edge .edge-to-edge.list .product {
  border-left: none;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.product-list-container .list:first-child {
  margin-top: 7.5px;
}
.product-list-container .list .product {
  margin-left: -15px;
  margin-right: -15px;
}
.product-list-container .list .product .image {
  position: relative;
  float: left;
  width: 29.16666667%;
  min-height: 1px;
  padding-left: 3.75px;
  padding-right: 3.75px;
}
.product-list-container .list .product .info {
  position: relative;
  float: left;
  width: 70.83333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-list-container .list .product .info .title {
  padding-top: 0;
}
.product-list-container #infscr-loading {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
}
.product-list-container.resourceslist {
  margin-bottom: 30px;
}
.product-list-container.resourceslist .product {
  padding: 15px 0px;
}
.product-list-container.resourceslist .product .image {
  margin: 0px 30px;
}
.product-list-container.resourceslist .product .info .title {
  color: #000;
}
.product-list-container.resourceslist .edge-to-edge {
  border-left: 1px solid #e2e2e2;
}
.product-list-container.resourceslist .edge-to-edge:nth-child(2n+1) {
  border-left: 1px solid #ffffff;
}
.product-list-container.resourceslist .edge-to-edge:nth-last-child(-n+2) {
  border-bottom: 1px solid #ffffff;
}
.product-list-container.resourceslist .edge-to-edge:nth-child(-n+2) .default {
  padding-top: 0px;
}
/**
 * Global styling for wysiwyg's across lemonstand
 *
 */
.content-wysiwyg h1,
.content-wysiwyg h2,
.content-wysiwyg h3,
.content-wysiwyg h4 {
  font-size: 1.0625em;
  font-weight: 500;
}
.content-wysiwyg h4,
.content-wysiwyg h5 {
  font-weight: 400;
}
/**
 * Quick Order
 *
 */
.msg {
  color: #00ADD3;
  padding-top: 10px;
}
.quickorder-toggle {
  display: block;
  background: #00638E;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
}
.quickorder-toggle span.icon {
  font-size: 7px;
  vertical-align: middle;
}
.quickorder-toggle:hover {
  color: #ffffff;
}
.quickorder-toggle:focus {
  color: #ffffff;
}
.quick-order-container {
  padding: 35px 0px;
  border-bottom: 1px solid #e2e2e2;
}
.quick-order-container ::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 200;
}
.quick-order-container p {
  font-size: 1.45em;
  font-weight: 200;
  color: #999;
}
.quick-order-container form {
  padding-top: 10px;
}
.quick-order-container form .blueborder {
  border: 1px solid #00ADD3;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
}
.quick-order-container form label {
  padding-bottom: 8px;
}
.quick-order-container form input {
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 5px;
  box-shadow: none;
  padding: 15px 10px;
  height: 49px;
  width: 90%;
  line-height: 25px;
}
.quick-order-container form button {
  background: #00ADD3;
  color: #ffffff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 4px;
  padding: 6px 25px 8px 15px;
  font-weight: 100;
  right: 4px;
  font-size: 30px;
  vertical-align: middle;
  line-height: 30px;
}
.quick-order-container form button span {
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}
.quick-order-container form button:hover {
  color: #ffffff;
  background: #00638E;
}
/**
 * Resources
 *
 */
.resources-page .hero.banner {
  background: url(../img/resources-header.jpg) no-repeat center center;
  background-size: cover;
}
.other-resources-carousel {
  position: relative;
  transition: all 1s ease-in-out;
  margin: 15px 0px 50px 0px;
}
.other-resources-carousel a {
  transition: all 200ms linear;
}
.other-resources-carousel a img {
  transform: scale(1);
  transition: all 200ms linear;
}
.other-resources-carousel a:hover img {
  transform: scale(1.05);
  transition: all 200ms linear;
}
.other-resources-carousel .owl-prev,
.other-resources-carousel .owl-next {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  content: "";
  height: 38px;
  font-size: 38px;
  line-height: 0px;
  color: #00638E;
}
.other-resources-carousel .owl-prev span,
.other-resources-carousel .owl-next span {
  display: inline-block;
}
.other-resources-carousel .owl-prev:hover,
.other-resources-carousel .owl-next:hover {
  color: #666;
}
.other-resources-carousel .owl-prev {
  left: 0px;
  margin-left: -50px;
}
.other-resources-carousel .owl-next {
  right: 0px;
  margin-right: -50px;
}
.other-resources-carousel .product .image {
  padding: 30px 30px 10px 30px;
}
.other-resources-carousel .product .info .title {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}
.other-resources-carousel .product .info .short-desc {
  color: #666;
  font-size: 16px;
}
.resources-wrapper {
  margin-bottom: 30px;
}
.resources-wrapper .resources-section {
  padding-top: 30px;
}
.resources-wrapper .resources-section .border-bottom {
  padding-bottom: 0px!important;
}
.resources-wrapper .resources-section .sub-link .wistia_embed {
  display: block;
  margin-bottom: 25px;
}
.resources-wrapper .resources-section .sub-link .wistia_embed a {
  margin-bottom: 0px;
}
.resources-wrapper .resources-section .sub-link .wistia_embed .wistia_click_to_play {
  margin: 0px;
  width: auto!important;
  height: auto!important;
}
.resources-wrapper .resources-section .sub-link div:nth-child(2) {
  margin-bottom: 0px;
}
.resources-wrapper .resources-section .sub-link a {
  margin-bottom: 25px;
  display: block;
}
.resources-wrapper .resources-section .sub-link .title {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 5px;
}
.resources-wrapper .resources-section .sub-link .short-desc {
  font-size: 16px;
  padding: 0px 0px 5px 0px;
  line-height: 20px;
}
.resources-wrapper .resources-section .sub-link img {
  margin: auto;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: relative;
}
.resources-wrapper .resources-section .sub-link .remove-left {
  padding-right: 0px;
}
.resources-wrapper .resources-section .sub-link .remove-left:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.resources-wrapper .resources-section .sub-link a:hover .link {
  text-decoration: underline;
}
.resources-wrapper .section-title {
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 200;
  color: #000;
}
.mmp .sub-link .remove-left:before {
  background-color: #F67D48;
}
.ridgestop .sub-link .remove-left:before {
  background-color: #DE577C;
}
.sop .sub-link .remove-left:before {
  background-color: #00ADD3;
}
.tplo .sub-link .remove-left:before {
  background-color: #6EC829;
}
.instruments .sub-link .remove-left:before {
  background-color: #B85963;
}
.carpalarthrodesis .sub-link .remove-left:before {
  background-color: #64A869;
}
.powertools .sub-link .remove-left:before {
  background-color: #9661AF;
}
.alicam .sub-link .remove-left:before {
  background-color: #1491c6;
}
.softtissuesurgery .sub-link .remove-left:before {
  background-color: #853C27;
}
.neurology .sub-link .remove-left:before {
  background-color: #00A4A6;
}
.other-resources-wrapper h2.section-title {
  font-size: 24px;
}
/**
 * Accordion Style and Information Container Inside (this type of accordion exists in product-page, category-page, resources-pages)
 *
 */
.information-container {
  margin-top: 15px;
}
.information-container .panel-default {
  margin-left: -15px;
  margin-right: -15px;
}
.information-container .panel-default .panel-title {
  position: relative;
  border-top: 1px solid #e2e2e2;
}
.information-container .panel-default .panel-title.last {
  border-bottom: 1px solid #e2e2e2;
}
.information-container .panel-default .panel-title.first {
  border-top: none;
}
.information-container .panel-default .panel-title .title {
  margin: 0;
  padding: 0;
  font-size: 1.875em;
  color: #000;
}
.information-container .panel-default .panel-title a {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 25px 15px;
  font-weight: 600;
  color: #666666;
}
.information-container .panel-default .panel-title a.collapsed .icon-expander {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.information-container .panel-default .panel-title a .icon-expander {
  top: 25px;
  right: 15px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: #999;
  position: absolute;
  transition: all 0.3s linear;
  font-weight: 100;
  font-size: 1.375em;
}
.information-container .panel-default .panel-body {
  color: #666666;
  padding: 25px 0px;
  background: #ffffff;
  border-top: 1px solid #e2e2e2;
}
.information-container .panel-default .panel-body form {
  padding-top: 15px;
}
.information-container .panel-default .panel-body form input,
.information-container .panel-default .panel-body form textarea {
  font-size: 1em;
}
.information-container .panel-default .resources-wrapper .resources-section {
  margin: 0px;
}
/**
 * Category
 *
 */
.category-page {
  /**
     * .product-list-container;
     * Reference the class being used to make it easier
     * to know which product list class is being used.
     * Also possible to overrides.
     *
     */
}
.category-page .hero {
  width: 100%;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.category-page .hero.banner {
  min-height: 155px!important;
}
.category-page .hero > .container > .row {
  margin-top: 0px;
}
.category-page .row-controls {
  margin-left: -15px;
  margin-right: -15px;
}
.category-page .submenu.affix-top {
  border-bottom: none;
}
.category-page .controls {
  width: 100%;
  display: table;
  padding: 0 7.5px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.category-page .controls a:hover,
.category-page .controls a:focus {
  text-decoration: none;
}
.category-page .controls .filter,
.category-page .controls .sort {
  padding: 0;
  width: 40%;
  float: right !important;
  float: right;
}
.category-page .controls .filter a,
.category-page .controls .sort a {
  color: #000;
  text-align: center;
  display: block;
}
.category-page .controls .filter a,
.category-page .controls .sort-order-select .btn {
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 9px 12px;
}
.category-page .controls .sort {
  border-left: 1px solid #e2e2e2;
}
.category-page .controls .sort .sort-order-select {
  width: 100%;
}
.category-page .controls .sort .sort-order-select .btn {
  margin: 0;
  border: 0;
  text-align: center;
  outline: none;
  border-radius: 0;
}
.category-page .controls .sort .sort-order-select .btn .bs-caret {
  display: none;
}
.category-page .controls .sort .sort-order-select .btn.dropdown-toggle {
  border: 0;
  outline: none;
  background: #fff;
  box-shadow: none;
}
.category-page .controls .sort .sort-order-select .dropdown-menu {
  z-index: 10000;
}
.category-page .controls .sort .sort-order-select .dropdown-menu a {
  text-align: left;
  font-size: 0.875em;
  text-transform: capitalize;
}
.category-page .controls .sort .sort-order-select .filter-option {
  text-align: center;
}
.category-page .controls .views {
  text-align: right;
  float: right !important;
  float: right;
}
.category-page .controls .views a {
  margin: 0;
  font-size: 1.625em;
  color: #777777;
  padding: 0 2px 0 7px;
  display: inline-block;
  border-left: 1px solid #e2e2e2;
}
.category-page .product-list-container {
  padding-bottom: 60px;
}
.category-page .product-list-container .product {
  margin-top: 15px;
  margin-bottom: 7.5px;
}
.category-page .product-list-container .list .product {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.category-page .filter-view {
  position: static;
}
.category-page .filters {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  position: absolute;
}
.category-page .filters .header {
  width: 100%;
  padding: 15px 7.5px;
  margin-bottom: 7.5px;
  border-bottom: 1px solid #e2e2e2;
}
.category-page .filters .header:before,
.category-page .filters .header:after {
  content: " ";
  display: table;
}
.category-page .filters .header:after {
  clear: both;
}
.category-page .filters .header:before,
.category-page .filters .header:after {
  content: " ";
  display: table;
}
.category-page .filters .header:after {
  clear: both;
}
.category-page .filters .header .title {
  padding: 0;
  margin: 5px 0;
  float: left !important;
  float: left;
}
.category-page .filters .header .title:after {
  bottom: -48px !important;
}
.category-page .filters .header .btn {
  float: right !important;
  float: right;
  display: block;
  cursor: pointer;
  padding: 2px 10px;
  margin-left: 7.5px;
  vertical-align: middle;
  background: #00638E;
  border-color: #00638E;
}
.category-page .filters .clear-all {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  float: right !important;
  float: right;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 2px 10px;
  line-height: 1.5!important;
  margin: 0px!important;
}
.category-page .filters .clear-all:focus,
.category-page .filters .clear-all:active:focus,
.category-page .filters .clear-all.active:focus,
.category-page .filters .clear-all.focus,
.category-page .filters .clear-all:active.focus,
.category-page .filters .clear-all.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.category-page .filters .clear-all:hover,
.category-page .filters .clear-all:focus,
.category-page .filters .clear-all.focus {
  color: #333;
  text-decoration: none;
}
.category-page .filters .clear-all:active,
.category-page .filters .clear-all.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.category-page .filters .clear-all.disabled,
.category-page .filters .clear-all[disabled],
fieldset[disabled] .category-page .filters .clear-all {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.category-page .filters .clear-all.disabled,
fieldset[disabled] a.category-page .filters .clear-all {
  pointer-events: none;
}
.category-page .filters .clear-all:focus,
.category-page .filters .clear-all.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.category-page .filters .clear-all:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.category-page .filters .clear-all:active,
.category-page .filters .clear-all.active,
.open > .dropdown-toggle.category-page .filters .clear-all {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.category-page .filters .clear-all:active:hover,
.category-page .filters .clear-all.active:hover,
.open > .dropdown-toggle.category-page .filters .clear-all:hover,
.category-page .filters .clear-all:active:focus,
.category-page .filters .clear-all.active:focus,
.open > .dropdown-toggle.category-page .filters .clear-all:focus,
.category-page .filters .clear-all:active.focus,
.category-page .filters .clear-all.active.focus,
.open > .dropdown-toggle.category-page .filters .clear-all.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.category-page .filters .clear-all:active,
.category-page .filters .clear-all.active,
.open > .dropdown-toggle.category-page .filters .clear-all {
  background-image: none;
}
.category-page .filters .clear-all.disabled:hover,
.category-page .filters .clear-all[disabled]:hover,
fieldset[disabled] .category-page .filters .clear-all:hover,
.category-page .filters .clear-all.disabled:focus,
.category-page .filters .clear-all[disabled]:focus,
fieldset[disabled] .category-page .filters .clear-all:focus,
.category-page .filters .clear-all.disabled.focus,
.category-page .filters .clear-all[disabled].focus,
fieldset[disabled] .category-page .filters .clear-all.focus {
  background-color: #fff;
  border-color: #ccc;
}
.category-page .filters .clear-all .badge {
  color: #fff;
  background-color: #333;
}
.category-page .filters .panel-default {
  background: #fff;
}
.category-page .filters .panel-default .panel-title {
  margin: 0;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
}
.category-page .filters .panel-default .panel-title a {
  display: block;
  color: #666666;
  padding: 7px 42px 7px 12px;
  background: #e2e2e2;
}
.category-page .filters .panel-default .panel-title a .chevron {
  top: 0;
  right: 0;
  z-index: 5;
  float: right !important;
  float: right;
  font-size: 1.25em;
  padding: 8px 12px;
  position: absolute;
  background: #c8c8c8;
}
.category-page .filters .panel-default .panel-body ul {
  margin-bottom: 0;
  background: #f1f1f1;
}
.category-page .filters .panel-default .panel-body ul li label {
  font-size: 1em!important;
}
.category-page .filters .panel-default .panel-body ul a,
.category-page .filters .panel-default .panel-body ul label {
  margin: 0;
  color: #555555;
  display: block;
  cursor: pointer;
  padding: 7px 12px;
  font-weight: normal;
  border-bottom: 1px solid #e2e2e2;
}
.category-page .filters .panel-default .panel-body ul li.active a .selected,
.category-page .filters .panel-default .panel-body ul li.active label .selected {
  color: #fff;
  margin: 4px 0;
  position: relative;
  padding: 4px 32px 4px 12px;
  background: #555555;
  border-radius: 4px;
}
.category-page .filters .panel-default .panel-body ul li.active a .selected .close,
.category-page .filters .panel-default .panel-body ul li.active label .selected .close {
  top: 0px!important;
  z-index: 5;
  right: 10px;
  position: absolute;
  color: #fff;
  opacity: 1;
  font-weight: 100;
  -webkit-transform: scale(1, 0.8);
  /* Safari and Chrome */
  -moz-transform: scale(1, 0.8);
  /* Firefox */
  -ms-transform: scale(1, 0.8);
  /* IE 9+ */
  -o-transform: scale(1, 0.8);
  /* Opera */
}
.category-page .filters .panel-default .panel-body ul li.active a .selected .close:hover,
.category-page .filters .panel-default .panel-body ul li.active label .selected .close:hover {
  opacity: 0.5;
}
/**
 * Store
 *
 */
.store-page .hero.banner {
  background: url(../img/store-header.jpg) no-repeat center center;
  background-size: cover;
}
.store-page .hero.banner h1 {
  font-weight: 100;
}
.store-page .snippet {
  color: #00ADD3;
}
/**
 * Product
 *
 */
.poa {
  padding-right: 15px;
  font-size: 1.25em;
  font-weight: 200;
  color: #00ADD3;
}
.product-page .link-back {
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 35px;
}
.product-page .link-back img {
  display: inline-block;
  width: auto;
}
.product-page .link-back a {
  cursor: pointer;
  color: #666;
  font-size: 0.875em;
  display: inline-block;
  padding: 0px 0px 0px 5px;
}
.product-page .link-back a:hover {
  text-decoration: underline;
}
.product-page .label {
  margin-left: -15px;
  margin-bottom: 15px;
}
.product-page .title-container {
  margin-left: -15px;
  margin-right: -15px;
}
.product-page .title-container h1 {
  padding: 15px;
  font-size: 1.25em;
  font-weight: 200;
  margin: 0 0 15px;
  color: #000;
}
.product-page .titlesub-container {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px;
  font-weight: 200;
}
.product-page .carousel-loader {
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  position: absolute;
}
.product-page .image-container .thumbnails img {
  margin-bottom: 7.5px;
}
.product-page .buy-box-container {
  padding: 15px 15px 0;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.product-page .options-container,
.product-page .details-container,
.product-page .extra-options-container {
  margin-bottom: 15px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #e2e2e2;
}
.product-page .options-container .info-title,
.product-page .details-container .info-title,
.product-page .extra-options-container .info-title {
  font-size: 16px;
  color: #000;
}
.product-page .options-container:before,
.product-page .details-container:before,
.product-page .extra-options-container:before,
.product-page .options-container:after,
.product-page .details-container:after,
.product-page .extra-options-container:after {
  content: " ";
  display: table;
}
.product-page .options-container:after,
.product-page .details-container:after,
.product-page .extra-options-container:after {
  clear: both;
}
.product-page .options-container:before,
.product-page .details-container:before,
.product-page .extra-options-container:before,
.product-page .options-container:after,
.product-page .details-container:after,
.product-page .extra-options-container:after {
  content: " ";
  display: table;
}
.product-page .options-container:after,
.product-page .details-container:after,
.product-page .extra-options-container:after {
  clear: both;
}
.product-page .options-container.no-border,
.product-page .details-container.no-border,
.product-page .extra-options-container.no-border {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 10px;
}
.product-page .options-container .group,
.product-page .details-container .group,
.product-page .extra-options-container .group {
  margin-bottom: 15px;
}
.product-page .options-container .group > .title,
.product-page .details-container .group > .title,
.product-page .extra-options-container .group > .title {
  margin: 0;
  font-size: 1.125em;
  padding: 0 0 15px;
}
.product-page .options-container .group.last,
.product-page .details-container .group.last,
.product-page .extra-options-container .group.last {
  margin-bottom: 7.5px;
}
.product-page .options-container label,
.product-page .details-container label,
.product-page .extra-options-container label,
.product-page .options-container .label,
.product-page .details-container .label,
.product-page .extra-options-container .label {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.product-page .options-container .radio-inline,
.product-page .details-container .radio-inline,
.product-page .extra-options-container .radio-inline,
.product-page .options-container .checkbox,
.product-page .details-container .checkbox,
.product-page .extra-options-container .checkbox {
  cursor: pointer;
}
.product-page .options-container .radio-inline label,
.product-page .details-container .radio-inline label,
.product-page .extra-options-container .radio-inline label,
.product-page .options-container .checkbox label,
.product-page .details-container .checkbox label,
.product-page .extra-options-container .checkbox label {
  font-weight: 400;
}
.product-page .options-container .checkbox,
.product-page .details-container .checkbox,
.product-page .extra-options-container .checkbox {
  margin-top: 0;
  margin-bottom: 7.5px;
}
.product-page .options-container .btn-options,
.product-page .details-container .btn-options,
.product-page .extra-options-container .btn-options,
.product-page .options-container .btn-group,
.product-page .details-container .btn-group,
.product-page .extra-options-container .btn-group {
  margin-bottom: 7.5px;
}
.product-page .options-container .sku,
.product-page .details-container .sku,
.product-page .extra-options-container .sku {
  font-size: 0.75em;
  color: #6f6f6f;
}
.product-page .details-container .prices {
  margin-top: 6px;
}
.product-page .details-container .prices .was-prices,
.product-page .details-container .prices .price {
  display: block;
}
.product-page .details-container .prices .was-price {
  color: #777777;
}
.product-page .details-container .prices .price {
  font-size: 1.5em;
  color: #000;
  font-weight: 200;
}
.product-page .details-container .rating {
  float: left !important;
  float: left;
  text-align: left;
  margin: 0 0 0 30px;
}
.product-page .details-container .rating .rating {
  margin: 0;
}
.product-page .details-container .rating .based-on {
  font-size: 0.875em;
  padding-top: 3px;
  color: #777777;
}
.product-page .details-container .stock-information {
  margin-top: 5px;
}
.product-page .details-container .stock-information [class^='icon-'] {
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  font-size: 0.8125em;
  margin: 0 5px 0 0;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.product-page .details-container .stock-information .stock {
  font-size: 0.75em;
  color: #555555;
}
.product-page .details-container .stock-information .in-stock {
  background: #5cb85c;
}
.product-page .details-container .stock-information .out-of-stock {
  background: #d9534f;
}
.product-page .details-container .stock-information .limited-stock {
  background: #f0ad4e;
}
.product-page .details-container .stock-information .pre-order-stock {
  background: #5bc0de;
}
.product-page .details-container .stock-information .pre-order-date {
  display: block;
  margin-left: 19px;
  text-decoration: underline;
}
.product-page .quantity-container,
.product-page .add-to-cart-container {
  margin-left: -15px;
  margin-right: -15px;
  background: #eeeeee;
}
.product-page .quantity-container .quantity-options {
  padding-bottom: 0;
}
.product-page .quantity-container .quantity-options .quantity {
  vertical-align: middle;
  height: 46px;
  line-height: 46px;
}
.product-page .quantity-container .quantity-options .inline {
  float: left !important;
  float: left;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
  padding: 6px 12px 6px 0;
}
.product-page .add-to-cart-container {
  padding: 15px 0px 15px 15px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.product-page .add-to-cart-container .add-to-cart-options .btn {
  width: 100%;
  font-size: 1em;
  font-weight: 500;
  border: none;
  line-height: 13px;
  padding: 17px 12px 15px 12px;
  transition: all 200ms linear;
}
.product-page .add-to-cart-container .add-to-cart-options .btn .icon-basket {
  margin-right: 15px;
}
.product-page .add-to-cart-container .add-to-cart-options .btn .icon-basket:before {
  vertical-align: top;
}
.product-page .add-to-cart-container .add-to-cart-options .btn:hover {
  background: #014563;
}
.product-page .add-to-cart-container .add-to-cart-options .btn-out-of-stock {
  opacity: 0.25;
}
.product-page .add-to-cart-container .add-to-cart-options .informational-text {
  text-align: left;
  font-size: 0.8125em;
  padding-top: 15px;
  color: #777777;
}
.product-page .description-long-container .desc-title {
  font-size: 1.25em;
  color: #000;
  font-weight: 200;
  margin-bottom: 15px;
}
.product-page .description-long-container .desc-long {
  font-size: 1em;
  color: #666;
  font-weight: 200;
  line-height: 1.45em;
}
.product-page .description-long-container .desc-long p {
  line-height: 1.45em;
}
.product-page .questions-answers-container {
  display: block;
  padding-bottom: 15px;
}
.product-page .questions-answers-container .icon-question {
  font-size: 30px;
  line-height: 30px;
  padding: 20px 0px;
  border: 1px solid #e2e2e2;
  width: 70px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #999;
  font-weight: 200;
}
.product-page .questions-answers-container .questions-answers {
  margin-top: 15px;
  background: #fff;
}
.product-page .questions-answers-container .questions-answers .question {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.product-page .questions-answers-container .questions-answers .answer {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 200;
  margin-bottom: 25px;
  padding: 0px 0px 25px 0px;
  font-size: 16px;
}
.product-page .questions-answers-container a.ask-question {
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 7.5px 0;
  border-top: none;
  margin-top: -15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.product-page .questions-answers-container .ask-question {
  padding: 45px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  background: #F5F5F5;
}
.product-page .questions-answers-container .ask-question form {
  border-top: 1px solid #e2e2e2;
  margin-top: 35px;
  padding-top: 35px!important;
}
.product-page .review-container .review {
  padding: 15px;
  background: #fff;
  border: 1px solid #e2e2e2;
}
.product-page .review-container .review .author {
  color: #777777;
}
.product-page .review-container a.write-review {
  text-align: center;
  display: block;
  cursor: pointer;
  padding: 7.5px 0;
  border-top: none;
  margin-top: -15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.product-page .review-container .write-review {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  background: #f9f9f9;
  margin-bottom: -15px;
  border-top: 1px solid #e2e2e2;
}
.product-page .attributes-container {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-page .attributes-container .attributes .details {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.product-page .attributes-container .attributes .details:before,
.product-page .attributes-container .attributes .details:after {
  content: " ";
  display: table;
}
.product-page .attributes-container .attributes .details:after {
  clear: both;
}
.product-page .attributes-container .attributes .details:before,
.product-page .attributes-container .attributes .details:after {
  content: " ";
  display: table;
}
.product-page .attributes-container .attributes .details:after {
  clear: both;
}
.product-page .attributes-container .attributes .details:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.product-page .attributes-container .attributes .content {
  overflow: hidden;
}
.product-page .attributes-container .attributes img,
.product-page .attributes-container .attributes .icon {
  display: block;
  max-width: 32px;
  margin-right: 15px;
}
.product-page .attributes-container .attributes .icon {
  top: 10px;
}
.product-page .attributes-container .attributes p {
  margin: 0 0 5px 0;
}
.product-page .attributes-container .attributes p:last-child {
  margin: 0;
  font-size: 0.9375em;
}
.product-page .attributes-container .attributes a {
  color: #00ADD3;
  text-decoration: underline;
}
.product-page .attributes-container .attributes a:hover {
  color: #014563;
}
.product-page .related-products-container {
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}
.product-page .related-products-container .product-list-container {
  padding: 0;
}
.product-page .related-products-container .product-list-container > .row {
  margin-left: 0;
  margin-right: 0;
}
.shop-modal .btn-link {
  color: #00ADD3;
}
.shop-modal p {
  margin-top: 12%;
}
.shop-modal.tickets p {
  margin-top: 9%;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/**
 * Checkout & Basket Steps global styles
 *
 */
.checkout-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.25);
}
/**
 * Checkout Progress Bars
 *
 */
.checkout-progress {
  margin-bottom: 15px;
}
.progress {
  width: 100%;
  margin: 10px auto;
  text-align: center;
  /* Done / Active */
}
.progress .circle,
.progress .bar {
  display: inline-block;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #e2e2e2;
}
.progress .bar {
  position: relative;
  width: 33%;
  height: 4px;
  top: -35px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress .circle.to-do span {
  color: #fff;
  line-height: 25px;
}
.progress .circle.to-do .title {
  color: #e2e2e2;
}
.progress .circle.done span {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.875em;
  background: transparent;
}
.progress .circle.done .title {
  color: #00ADD3;
}
.progress .circle .title {
  font-size: 14px;
  line-height: 25px;
  margin-left: -50px;
  width: 125px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .progress .circle .title {
    text-indent: -9999px;
  }
}
.progress .bar.done,
.progress .circle.done {
  background: #00ADD3;
  z-index: 2;
  position: relative;
}
.basket-page,
.checkout-start-page,
.checkout-shipping-page,
.checkout-pay-page,
.thank-you-page {
  background: #F5F9FC;
}
.basket-page:before,
.checkout-start-page:before,
.checkout-shipping-page:before,
.checkout-pay-page:before,
.thank-you-page:before,
.basket-page:after,
.checkout-start-page:after,
.checkout-shipping-page:after,
.checkout-pay-page:after,
.thank-you-page:after {
  content: " ";
  display: table;
}
.basket-page:after,
.checkout-start-page:after,
.checkout-shipping-page:after,
.checkout-pay-page:after,
.thank-you-page:after {
  clear: both;
}
.basket-page:before,
.checkout-start-page:before,
.checkout-shipping-page:before,
.checkout-pay-page:before,
.thank-you-page:before,
.basket-page:after,
.checkout-start-page:after,
.checkout-shipping-page:after,
.checkout-pay-page:after,
.thank-you-page:after {
  content: " ";
  display: table;
}
.basket-page:after,
.checkout-start-page:after,
.checkout-shipping-page:after,
.checkout-pay-page:after,
.thank-you-page:after {
  clear: both;
}
.basket-page .page-title,
.checkout-start-page .page-title,
.checkout-shipping-page .page-title,
.checkout-pay-page .page-title,
.thank-you-page .page-title {
  background: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.basket-page .page-title h1,
.checkout-start-page .page-title h1,
.checkout-shipping-page .page-title h1,
.checkout-pay-page .page-title h1,
.thank-you-page .page-title h1 {
  font-size: 3em;
  font-weight: 600;
}
.basket-page .order-help,
.checkout-start-page .order-help,
.checkout-shipping-page .order-help,
.checkout-pay-page .order-help,
.thank-you-page .order-help {
  color: #000;
}
.basket-page .order-summary-container,
.checkout-start-page .order-summary-container,
.checkout-shipping-page .order-summary-container,
.checkout-pay-page .order-summary-container,
.thank-you-page .order-summary-container {
  background: #fff;
  border: 1px solid #e2e2e2;
}
.basket-page .order-summary-container .order-summary > .title,
.checkout-start-page .order-summary-container .order-summary > .title,
.checkout-shipping-page .order-summary-container .order-summary > .title,
.checkout-pay-page .order-summary-container .order-summary > .title,
.thank-you-page .order-summary-container .order-summary > .title {
  margin: 0;
  font-size: 1em;
  padding: 0 0 15px;
  color: #000000;
}
.basket-page .order-summary-container .order-summary > div,
.checkout-start-page .order-summary-container .order-summary > div,
.checkout-shipping-page .order-summary-container .order-summary > div,
.checkout-pay-page .order-summary-container .order-summary > div,
.thank-you-page .order-summary-container .order-summary > div {
  padding: 15px 0;
  border-top: 1px solid #e2e2e2;
}
.basket-page .order-summary-container .order-summary > div:before,
.checkout-start-page .order-summary-container .order-summary > div:before,
.checkout-shipping-page .order-summary-container .order-summary > div:before,
.checkout-pay-page .order-summary-container .order-summary > div:before,
.thank-you-page .order-summary-container .order-summary > div:before,
.basket-page .order-summary-container .order-summary > div:after,
.checkout-start-page .order-summary-container .order-summary > div:after,
.checkout-shipping-page .order-summary-container .order-summary > div:after,
.checkout-pay-page .order-summary-container .order-summary > div:after,
.thank-you-page .order-summary-container .order-summary > div:after {
  content: " ";
  display: table;
}
.basket-page .order-summary-container .order-summary > div:after,
.checkout-start-page .order-summary-container .order-summary > div:after,
.checkout-shipping-page .order-summary-container .order-summary > div:after,
.checkout-pay-page .order-summary-container .order-summary > div:after,
.thank-you-page .order-summary-container .order-summary > div:after {
  clear: both;
}
.basket-page .order-summary-container .order-summary > div:before,
.checkout-start-page .order-summary-container .order-summary > div:before,
.checkout-shipping-page .order-summary-container .order-summary > div:before,
.checkout-pay-page .order-summary-container .order-summary > div:before,
.thank-you-page .order-summary-container .order-summary > div:before,
.basket-page .order-summary-container .order-summary > div:after,
.checkout-start-page .order-summary-container .order-summary > div:after,
.checkout-shipping-page .order-summary-container .order-summary > div:after,
.checkout-pay-page .order-summary-container .order-summary > div:after,
.thank-you-page .order-summary-container .order-summary > div:after {
  content: " ";
  display: table;
}
.basket-page .order-summary-container .order-summary > div:after,
.checkout-start-page .order-summary-container .order-summary > div:after,
.checkout-shipping-page .order-summary-container .order-summary > div:after,
.checkout-pay-page .order-summary-container .order-summary > div:after,
.thank-you-page .order-summary-container .order-summary > div:after {
  clear: both;
}
.basket-page .order-summary-container .order-summary > div.row,
.checkout-start-page .order-summary-container .order-summary > div.row,
.checkout-shipping-page .order-summary-container .order-summary > div.row,
.checkout-pay-page .order-summary-container .order-summary > div.row,
.thank-you-page .order-summary-container .order-summary > div.row {
  border-top: none;
}
.basket-page .order-summary-container .order-summary .order .title,
.checkout-start-page .order-summary-container .order-summary .order .title,
.checkout-shipping-page .order-summary-container .order-summary .order .title,
.checkout-pay-page .order-summary-container .order-summary .order .title,
.thank-you-page .order-summary-container .order-summary .order .title,
.basket-page .order-summary-container .order-summary .discount .title,
.checkout-start-page .order-summary-container .order-summary .discount .title,
.checkout-shipping-page .order-summary-container .order-summary .discount .title,
.checkout-pay-page .order-summary-container .order-summary .discount .title,
.thank-you-page .order-summary-container .order-summary .discount .title,
.basket-page .order-summary-container .order-summary .order .price,
.checkout-start-page .order-summary-container .order-summary .order .price,
.checkout-shipping-page .order-summary-container .order-summary .order .price,
.checkout-pay-page .order-summary-container .order-summary .order .price,
.thank-you-page .order-summary-container .order-summary .order .price,
.basket-page .order-summary-container .order-summary .discount .price,
.checkout-start-page .order-summary-container .order-summary .discount .price,
.checkout-shipping-page .order-summary-container .order-summary .discount .price,
.checkout-pay-page .order-summary-container .order-summary .discount .price,
.thank-you-page .order-summary-container .order-summary .discount .price {
  font-size: 0.9375em;
  color: #000000;
  font-weight: 500;
}
.basket-page .order-summary-container .order-summary .estimate .total,
.checkout-start-page .order-summary-container .order-summary .estimate .total,
.checkout-shipping-page .order-summary-container .order-summary .estimate .total,
.checkout-pay-page .order-summary-container .order-summary .estimate .total,
.thank-you-page .order-summary-container .order-summary .estimate .total,
.basket-page .order-summary-container .order-summary .totals .total,
.checkout-start-page .order-summary-container .order-summary .totals .total,
.checkout-shipping-page .order-summary-container .order-summary .totals .total,
.checkout-pay-page .order-summary-container .order-summary .totals .total,
.thank-you-page .order-summary-container .order-summary .totals .total,
.basket-page .order-summary-container .order-summary .estimate .price,
.checkout-start-page .order-summary-container .order-summary .estimate .price,
.checkout-shipping-page .order-summary-container .order-summary .estimate .price,
.checkout-pay-page .order-summary-container .order-summary .estimate .price,
.thank-you-page .order-summary-container .order-summary .estimate .price,
.basket-page .order-summary-container .order-summary .totals .price,
.checkout-start-page .order-summary-container .order-summary .totals .price,
.checkout-shipping-page .order-summary-container .order-summary .totals .price,
.checkout-pay-page .order-summary-container .order-summary .totals .price,
.thank-you-page .order-summary-container .order-summary .totals .price {
  font-size: 1.0625em;
  color: #000000;
  font-weight: 500;
}
.basket-page .order-summary-container .order-summary .estimate .information,
.checkout-start-page .order-summary-container .order-summary .estimate .information,
.checkout-shipping-page .order-summary-container .order-summary .estimate .information,
.checkout-pay-page .order-summary-container .order-summary .estimate .information,
.thank-you-page .order-summary-container .order-summary .estimate .information,
.basket-page .order-summary-container .order-summary .totals .information,
.checkout-start-page .order-summary-container .order-summary .totals .information,
.checkout-shipping-page .order-summary-container .order-summary .totals .information,
.checkout-pay-page .order-summary-container .order-summary .totals .information,
.thank-you-page .order-summary-container .order-summary .totals .information {
  font-size: 0.8125em;
}
.basket-page .order-summary-container .order-summary .coupon,
.checkout-start-page .order-summary-container .order-summary .coupon,
.checkout-shipping-page .order-summary-container .order-summary .coupon,
.checkout-pay-page .order-summary-container .order-summary .coupon,
.thank-you-page .order-summary-container .order-summary .coupon {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.basket-page .order-summary-container .order-summary .coupon .coupon-code-link,
.checkout-start-page .order-summary-container .order-summary .coupon .coupon-code-link,
.checkout-shipping-page .order-summary-container .order-summary .coupon .coupon-code-link,
.checkout-pay-page .order-summary-container .order-summary .coupon .coupon-code-link,
.thank-you-page .order-summary-container .order-summary .coupon .coupon-code-link {
  font-size: 0.8125em;
  display: block;
  text-decoration: underline;
  margin-bottom: 15px;
}
.basket-page .order-summary-container .order-summary .coupon form,
.checkout-start-page .order-summary-container .order-summary .coupon form,
.checkout-shipping-page .order-summary-container .order-summary .coupon form,
.checkout-pay-page .order-summary-container .order-summary .coupon form,
.thank-you-page .order-summary-container .order-summary .coupon form {
  display: none;
  padding-bottom: 15px;
}
.basket-page .order-summary-container .order-summary .coupon .form-control,
.checkout-start-page .order-summary-container .order-summary .coupon .form-control,
.checkout-shipping-page .order-summary-container .order-summary .coupon .form-control,
.checkout-pay-page .order-summary-container .order-summary .coupon .form-control,
.thank-you-page .order-summary-container .order-summary .coupon .form-control {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.basket-page .order-summary-container .order-summary .coupon .btn,
.checkout-start-page .order-summary-container .order-summary .coupon .btn,
.checkout-shipping-page .order-summary-container .order-summary .coupon .btn,
.checkout-pay-page .order-summary-container .order-summary .coupon .btn,
.thank-you-page .order-summary-container .order-summary .coupon .btn {
  padding: 6px 10px;
}
.basket-page .order-summary-container .order-summary .checkout,
.checkout-start-page .order-summary-container .order-summary .checkout,
.checkout-shipping-page .order-summary-container .order-summary .checkout,
.checkout-pay-page .order-summary-container .order-summary .checkout,
.thank-you-page .order-summary-container .order-summary .checkout {
  padding: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background: #eeeeee;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.basket-page .order-summary-container .order-summary .checkout .proceed,
.checkout-start-page .order-summary-container .order-summary .checkout .proceed,
.checkout-shipping-page .order-summary-container .order-summary .checkout .proceed,
.checkout-pay-page .order-summary-container .order-summary .checkout .proceed,
.thank-you-page .order-summary-container .order-summary .checkout .proceed {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.basket-page .order-summary-container .order-summary .checkout .or,
.checkout-start-page .order-summary-container .order-summary .checkout .or,
.checkout-shipping-page .order-summary-container .order-summary .checkout .or,
.checkout-pay-page .order-summary-container .order-summary .checkout .or,
.thank-you-page .order-summary-container .order-summary .checkout .or {
  display: block;
  padding: 7.5px 0;
}
.basket-page .order-summary-container .order-summary .checkout .paypal-express,
.checkout-start-page .order-summary-container .order-summary .checkout .paypal-express,
.checkout-shipping-page .order-summary-container .order-summary .checkout .paypal-express,
.checkout-pay-page .order-summary-container .order-summary .checkout .paypal-express,
.thank-you-page .order-summary-container .order-summary .checkout .paypal-express {
  height: 44px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.basket-page .order-summary-container,
.checkout-start-page .order-summary-container,
.checkout-shipping-page .order-summary-container,
.checkout-pay-page .order-summary-container,
.thank-you-page .order-summary-container,
.basket-page .cart-items-container,
.checkout-start-page .cart-items-container,
.checkout-shipping-page .cart-items-container,
.checkout-pay-page .cart-items-container,
.thank-you-page .cart-items-container {
  height: 100%;
}
.basket-page .flashMessage,
.checkout-start-page .flashMessage,
.checkout-shipping-page .flashMessage,
.checkout-pay-page .flashMessage,
.thank-you-page .flashMessage {
  font-weight: 500;
  color: #000000;
  background: #ffffff;
}
.basket-page .page-title-header,
.checkout-start-page .page-title-header,
.checkout-shipping-page .page-title-header,
.checkout-pay-page .page-title-header,
.thank-you-page .page-title-header {
  background: #F5F9FC;
}
.basket-page .page-title-header .title,
.checkout-start-page .page-title-header .title,
.checkout-shipping-page .page-title-header .title,
.checkout-pay-page .page-title-header .title,
.thank-you-page .page-title-header .title {
  margin: 0;
  color: #000000;
  font-weight: 100;
}
.basket-page .cart-items-box,
.checkout-start-page .cart-items-box,
.checkout-shipping-page .cart-items-box,
.checkout-pay-page .cart-items-box,
.thank-you-page .cart-items-box,
.basket-page .order-summary-box,
.checkout-start-page .order-summary-box,
.checkout-shipping-page .order-summary-box,
.checkout-pay-page .order-summary-box,
.thank-you-page .order-summary-box {
  padding: 0;
}
.basket-page .card-items-container,
.checkout-start-page .card-items-container,
.checkout-shipping-page .card-items-container,
.checkout-pay-page .card-items-container,
.thank-you-page .card-items-container {
  padding: 27px 44px;
}
.basket-page .button-row,
.checkout-start-page .button-row,
.checkout-shipping-page .button-row,
.checkout-pay-page .button-row,
.thank-you-page .button-row {
  border: 1px solid #e2e2e2;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
}
.basket-page .button-row .link,
.checkout-start-page .button-row .link,
.checkout-shipping-page .button-row .link,
.checkout-pay-page .button-row .link,
.thank-you-page .button-row .link {
  margin-top: 15px;
  font-size: 0.875em;
  text-decoration: underline;
}
.basket-page .button-row .btn,
.checkout-start-page .button-row .btn,
.checkout-shipping-page .button-row .btn,
.checkout-pay-page .button-row .btn,
.thank-you-page .button-row .btn {
  width: 100%;
  padding: 12px 20px;
}
/**
 * Basket & Thank you page
 *
 */
.secured {
  margin-bottom: 20px;
}
.secured.margin30 {
  margin-bottom: 30px;
}
.secured.text-left {
  text-align: center;
}
.secured .payment-cards {
  display: inline-block;
  width: 85px;
  margin-right: 5px;
}
.secured .payment-visa {
  display: inline-block;
  width: 58px;
  margin-right: 5px;
}
.secured .payment-mastercard {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
}
.secured .payment-comodo {
  display: inline-block;
  width: 91px;
  margin-right: 5px;
}
.secured .verified {
  height: 25px;
}
.basket-page .cart-items-container,
.thank-you-page .cart-items-container {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
}
.basket-page .cart-items-container > .title,
.thank-you-page .cart-items-container > .title {
  margin: 0;
  padding: 0 0 15px;
  color: #000000;
}
.basket-page .cart-items-container .cart-items,
.thank-you-page .cart-items-container .cart-items {
  padding: 30px 0;
  border-top: 1px solid #e2e2e2;
}
.basket-page .cart-items-container .cart-items .title,
.thank-you-page .cart-items-container .cart-items .title {
  margin: 0;
  font-size: 1em;
  line-height: 1.2;
  padding-bottom: 7.5px;
  color: #000000;
}
.basket-page .cart-items-container .cart-items .options,
.thank-you-page .cart-items-container .cart-items .options {
  color: #555555;
  font-size: 0.875em;
  padding-bottom: 10px;
}
.basket-page .cart-items-container .cart-items .options p,
.thank-you-page .cart-items-container .cart-items .options p {
  margin: 0;
  padding: 0 0 2px;
}
.basket-page .cart-items-container .cart-items .discount,
.thank-you-page .cart-items-container .cart-items .discount,
.basket-page .cart-items-container .cart-items .price,
.thank-you-page .cart-items-container .cart-items .price,
.basket-page .cart-items-container .cart-items .total,
.thank-you-page .cart-items-container .cart-items .total {
  margin: 0;
  color: #555555;
  font-size: 0.9375em;
  padding: 2px 0;
}
.basket-page .cart-items-container .cart-items .total,
.thank-you-page .cart-items-container .cart-items .total {
  font-size: 1.0625em;
  color: #000000;
}
.basket-page .cart-items-container .cart-items .remove,
.thank-you-page .cart-items-container .cart-items .remove {
  text-decoration: underline;
}
.basket-page .cart-items-container .cart-items:last-child,
.thank-you-page .cart-items-container .cart-items:last-child {
  padding-bottom: 0;
}
/**
 * Checkout
 *  - Start
 *
 */
.checkout-start-page h2 {
  margin-top: 0;
  font-size: 1.5em;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.checkout-start-page form .help-block {
  font-size: 0.875em;
}
.checkout-start-page .checkout-start-carousel {
  overflow: hidden;
}
.checkout-start-page .checkout-start-carousel .checkout-start-carousel-inner {
  margin-left: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.checkout-start-page .checkout-start-container {
  float: left !important;
  float: left;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  margin-right: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.checkout-start-page .checkout-start {
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 0 7.5px;
  border-radius: 4px;
}
.checkout-start-page .button-container {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #e2e2e2;
}
.checkout-start-page .button-container .buttons {
  text-align: right;
  padding: 15px 15px 0;
}
/**
 * Checkout
 *  - Shipping
 *  - Pay
 *  - Thank You
 */
.checkout-shipping-page .shipping-address-container,
.checkout-pay-page .shipping-address-container,
.thank-you-page .shipping-address-container,
.checkout-shipping-page .shipping-method-container,
.checkout-pay-page .shipping-method-container,
.thank-you-page .shipping-method-container,
.checkout-shipping-page .billing-address-container,
.checkout-pay-page .billing-address-container,
.thank-you-page .billing-address-container,
.checkout-shipping-page .payment-method-container,
.checkout-pay-page .payment-method-container,
.thank-you-page .payment-method-container,
.checkout-shipping-page .order-confirmation-container,
.checkout-pay-page .order-confirmation-container,
.thank-you-page .order-confirmation-container {
  color: #000;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.checkout-shipping-page .shipping-address-container h2,
.checkout-pay-page .shipping-address-container h2,
.thank-you-page .shipping-address-container h2,
.checkout-shipping-page .shipping-method-container h2,
.checkout-pay-page .shipping-method-container h2,
.thank-you-page .shipping-method-container h2,
.checkout-shipping-page .billing-address-container h2,
.checkout-pay-page .billing-address-container h2,
.thank-you-page .billing-address-container h2,
.checkout-shipping-page .payment-method-container h2,
.checkout-pay-page .payment-method-container h2,
.thank-you-page .payment-method-container h2,
.checkout-shipping-page .order-confirmation-container h2,
.checkout-pay-page .order-confirmation-container h2,
.thank-you-page .order-confirmation-container h2 {
  font-size: 1.25em;
  margin: 0 0 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.checkout-shipping-page .shipping-address-container .shipping-address,
.checkout-pay-page .shipping-address-container .shipping-address,
.thank-you-page .shipping-address-container .shipping-address,
.checkout-shipping-page .billing-address-container .shipping-address,
.checkout-pay-page .billing-address-container .shipping-address,
.thank-you-page .billing-address-container .shipping-address,
.checkout-shipping-page .shipping-address-container .billing-address,
.checkout-pay-page .shipping-address-container .billing-address,
.thank-you-page .shipping-address-container .billing-address,
.checkout-shipping-page .billing-address-container .billing-address,
.checkout-pay-page .billing-address-container .billing-address,
.thank-you-page .billing-address-container .billing-address {
  position: relative;
}
.checkout-shipping-page .shipping-address-container .shipping-address.editing,
.checkout-pay-page .shipping-address-container .shipping-address.editing,
.thank-you-page .shipping-address-container .shipping-address.editing,
.checkout-shipping-page .billing-address-container .shipping-address.editing,
.checkout-pay-page .billing-address-container .shipping-address.editing,
.thank-you-page .billing-address-container .shipping-address.editing,
.checkout-shipping-page .shipping-address-container .billing-address.editing,
.checkout-pay-page .shipping-address-container .billing-address.editing,
.thank-you-page .shipping-address-container .billing-address.editing,
.checkout-shipping-page .billing-address-container .billing-address.editing,
.checkout-pay-page .billing-address-container .billing-address.editing,
.thank-you-page .billing-address-container .billing-address.editing {
  z-index: 202;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
}
.checkout-shipping-page .shipping-address-container .shipping-address hr,
.checkout-pay-page .shipping-address-container .shipping-address hr,
.thank-you-page .shipping-address-container .shipping-address hr,
.checkout-shipping-page .billing-address-container .shipping-address hr,
.checkout-pay-page .billing-address-container .shipping-address hr,
.thank-you-page .billing-address-container .shipping-address hr,
.checkout-shipping-page .shipping-address-container .billing-address hr,
.checkout-pay-page .shipping-address-container .billing-address hr,
.thank-you-page .shipping-address-container .billing-address hr,
.checkout-shipping-page .billing-address-container .billing-address hr,
.checkout-pay-page .billing-address-container .billing-address hr,
.thank-you-page .billing-address-container .billing-address hr {
  margin: 15px 0;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .checkout-shipping-page .shipping-address-container .shipping-address input,
  .checkout-pay-page .shipping-address-container .shipping-address input,
  .thank-you-page .shipping-address-container .shipping-address input,
  .checkout-shipping-page .billing-address-container .shipping-address input,
  .checkout-pay-page .billing-address-container .shipping-address input,
  .thank-you-page .billing-address-container .shipping-address input,
  .checkout-shipping-page .shipping-address-container .billing-address input,
  .checkout-pay-page .shipping-address-container .billing-address input,
  .thank-you-page .shipping-address-container .billing-address input,
  .checkout-shipping-page .billing-address-container .billing-address input,
  .checkout-pay-page .billing-address-container .billing-address input,
  .thank-you-page .billing-address-container .billing-address input {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.checkout-shipping-page .shipping-address-container .shipping-address input,
  select.checkout-pay-page .shipping-address-container .shipping-address input,
  select.thank-you-page .shipping-address-container .shipping-address input,
  select.checkout-shipping-page .billing-address-container .shipping-address input,
  select.checkout-pay-page .billing-address-container .shipping-address input,
  select.thank-you-page .billing-address-container .shipping-address input,
  select.checkout-shipping-page .shipping-address-container .billing-address input,
  select.checkout-pay-page .shipping-address-container .billing-address input,
  select.thank-you-page .shipping-address-container .billing-address input,
  select.checkout-shipping-page .billing-address-container .billing-address input,
  select.checkout-pay-page .billing-address-container .billing-address input,
  select.thank-you-page .billing-address-container .billing-address input {
    height: 33px;
    line-height: 33px;
  }
  textarea.checkout-shipping-page .shipping-address-container .shipping-address input,
  textarea.checkout-pay-page .shipping-address-container .shipping-address input,
  textarea.thank-you-page .shipping-address-container .shipping-address input,
  textarea.checkout-shipping-page .billing-address-container .shipping-address input,
  textarea.checkout-pay-page .billing-address-container .shipping-address input,
  textarea.thank-you-page .billing-address-container .shipping-address input,
  textarea.checkout-shipping-page .shipping-address-container .billing-address input,
  textarea.checkout-pay-page .shipping-address-container .billing-address input,
  textarea.thank-you-page .shipping-address-container .billing-address input,
  textarea.checkout-shipping-page .billing-address-container .billing-address input,
  textarea.checkout-pay-page .billing-address-container .billing-address input,
  textarea.thank-you-page .billing-address-container .billing-address input,
  select[multiple].checkout-shipping-page .shipping-address-container .shipping-address input,
  select[multiple].checkout-pay-page .shipping-address-container .shipping-address input,
  select[multiple].thank-you-page .shipping-address-container .shipping-address input,
  select[multiple].checkout-shipping-page .billing-address-container .shipping-address input,
  select[multiple].checkout-pay-page .billing-address-container .shipping-address input,
  select[multiple].thank-you-page .billing-address-container .shipping-address input,
  select[multiple].checkout-shipping-page .shipping-address-container .billing-address input,
  select[multiple].checkout-pay-page .shipping-address-container .billing-address input,
  select[multiple].thank-you-page .shipping-address-container .billing-address input,
  select[multiple].checkout-shipping-page .billing-address-container .billing-address input,
  select[multiple].checkout-pay-page .billing-address-container .billing-address input,
  select[multiple].thank-you-page .billing-address-container .billing-address input {
    height: auto;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address .input-group-btn a,
  .checkout-pay-page .shipping-address-container .shipping-address .input-group-btn a,
  .thank-you-page .shipping-address-container .shipping-address .input-group-btn a,
  .checkout-shipping-page .billing-address-container .shipping-address .input-group-btn a,
  .checkout-pay-page .billing-address-container .shipping-address .input-group-btn a,
  .thank-you-page .billing-address-container .shipping-address .input-group-btn a,
  .checkout-shipping-page .shipping-address-container .billing-address .input-group-btn a,
  .checkout-pay-page .shipping-address-container .billing-address .input-group-btn a,
  .thank-you-page .shipping-address-container .billing-address .input-group-btn a,
  .checkout-shipping-page .billing-address-container .billing-address .input-group-btn a,
  .checkout-pay-page .billing-address-container .billing-address .input-group-btn a,
  .thank-you-page .billing-address-container .billing-address .input-group-btn a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
}
.checkout-shipping-page .shipping-address-container .shipping-address .address,
.checkout-pay-page .shipping-address-container .shipping-address .address,
.thank-you-page .shipping-address-container .shipping-address .address,
.checkout-shipping-page .billing-address-container .shipping-address .address,
.checkout-pay-page .billing-address-container .shipping-address .address,
.thank-you-page .billing-address-container .shipping-address .address,
.checkout-shipping-page .shipping-address-container .billing-address .address,
.checkout-pay-page .shipping-address-container .billing-address .address,
.thank-you-page .shipping-address-container .billing-address .address,
.checkout-shipping-page .billing-address-container .billing-address .address,
.checkout-pay-page .billing-address-container .billing-address .address,
.thank-you-page .billing-address-container .billing-address .address {
  padding: 15px;
  margin-bottom: 10px;
  background: #F5F9FC;
  border-radius: 4px;
}
.checkout-shipping-page .shipping-address-container .shipping-address .address strong,
.checkout-pay-page .shipping-address-container .shipping-address .address strong,
.thank-you-page .shipping-address-container .shipping-address .address strong,
.checkout-shipping-page .billing-address-container .shipping-address .address strong,
.checkout-pay-page .billing-address-container .shipping-address .address strong,
.thank-you-page .billing-address-container .shipping-address .address strong,
.checkout-shipping-page .shipping-address-container .billing-address .address strong,
.checkout-pay-page .shipping-address-container .billing-address .address strong,
.thank-you-page .shipping-address-container .billing-address .address strong,
.checkout-shipping-page .billing-address-container .billing-address .address strong,
.checkout-pay-page .billing-address-container .billing-address .address strong,
.thank-you-page .billing-address-container .billing-address .address strong {
  color: #000;
}
.checkout-shipping-page .shipping-address-container .shipping-address .address p,
.checkout-pay-page .shipping-address-container .shipping-address .address p,
.thank-you-page .shipping-address-container .shipping-address .address p,
.checkout-shipping-page .billing-address-container .shipping-address .address p,
.checkout-pay-page .billing-address-container .shipping-address .address p,
.thank-you-page .billing-address-container .shipping-address .address p,
.checkout-shipping-page .shipping-address-container .billing-address .address p,
.checkout-pay-page .shipping-address-container .billing-address .address p,
.thank-you-page .shipping-address-container .billing-address .address p,
.checkout-shipping-page .billing-address-container .billing-address .address p,
.checkout-pay-page .billing-address-container .billing-address .address p,
.thank-you-page .billing-address-container .billing-address .address p {
  line-height: 1.2;
  margin-bottom: 5px;
  color: #777777;
}
.checkout-shipping-page .shipping-address-container .shipping-address .btn.edit-details,
.checkout-pay-page .shipping-address-container .shipping-address .btn.edit-details,
.thank-you-page .shipping-address-container .shipping-address .btn.edit-details,
.checkout-shipping-page .billing-address-container .shipping-address .btn.edit-details,
.checkout-pay-page .billing-address-container .shipping-address .btn.edit-details,
.thank-you-page .billing-address-container .shipping-address .btn.edit-details,
.checkout-shipping-page .shipping-address-container .billing-address .btn.edit-details,
.checkout-pay-page .shipping-address-container .billing-address .btn.edit-details,
.thank-you-page .shipping-address-container .billing-address .btn.edit-details,
.checkout-shipping-page .billing-address-container .billing-address .btn.edit-details,
.checkout-pay-page .billing-address-container .billing-address .btn.edit-details,
.thank-you-page .billing-address-container .billing-address .btn.edit-details {
  margin-top: 0;
  font-size: 1em;
  padding-left: 0;
  color: #00ADD3;
}
.checkout-shipping-page .shipping-address-container .shipping-address .update-shipping-buttons,
.checkout-pay-page .shipping-address-container .shipping-address .update-shipping-buttons,
.thank-you-page .shipping-address-container .shipping-address .update-shipping-buttons,
.checkout-shipping-page .billing-address-container .shipping-address .update-shipping-buttons,
.checkout-pay-page .billing-address-container .shipping-address .update-shipping-buttons,
.thank-you-page .billing-address-container .shipping-address .update-shipping-buttons,
.checkout-shipping-page .shipping-address-container .billing-address .update-shipping-buttons,
.checkout-pay-page .shipping-address-container .billing-address .update-shipping-buttons,
.thank-you-page .shipping-address-container .billing-address .update-shipping-buttons,
.checkout-shipping-page .billing-address-container .billing-address .update-shipping-buttons,
.checkout-pay-page .billing-address-container .billing-address .update-shipping-buttons,
.thank-you-page .billing-address-container .billing-address .update-shipping-buttons,
.checkout-shipping-page .shipping-address-container .shipping-address .update-billing-buttons,
.checkout-pay-page .shipping-address-container .shipping-address .update-billing-buttons,
.thank-you-page .shipping-address-container .shipping-address .update-billing-buttons,
.checkout-shipping-page .billing-address-container .shipping-address .update-billing-buttons,
.checkout-pay-page .billing-address-container .shipping-address .update-billing-buttons,
.thank-you-page .billing-address-container .shipping-address .update-billing-buttons,
.checkout-shipping-page .shipping-address-container .billing-address .update-billing-buttons,
.checkout-pay-page .shipping-address-container .billing-address .update-billing-buttons,
.thank-you-page .shipping-address-container .billing-address .update-billing-buttons,
.checkout-shipping-page .billing-address-container .billing-address .update-billing-buttons,
.checkout-pay-page .billing-address-container .billing-address .update-billing-buttons,
.thank-you-page .billing-address-container .billing-address .update-billing-buttons {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
.checkout-shipping-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
.checkout-pay-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
.thank-you-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
.checkout-shipping-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
.checkout-pay-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
.thank-you-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
.checkout-shipping-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
.checkout-pay-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
.thank-you-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
.checkout-shipping-page .billing-address-container .billing-address .update-shipping-buttons .btn,
.checkout-pay-page .billing-address-container .billing-address .update-shipping-buttons .btn,
.thank-you-page .billing-address-container .billing-address .update-shipping-buttons .btn,
.checkout-shipping-page .shipping-address-container .shipping-address .update-billing-buttons .btn,
.checkout-pay-page .shipping-address-container .shipping-address .update-billing-buttons .btn,
.thank-you-page .shipping-address-container .shipping-address .update-billing-buttons .btn,
.checkout-shipping-page .billing-address-container .shipping-address .update-billing-buttons .btn,
.checkout-pay-page .billing-address-container .shipping-address .update-billing-buttons .btn,
.thank-you-page .billing-address-container .shipping-address .update-billing-buttons .btn,
.checkout-shipping-page .shipping-address-container .billing-address .update-billing-buttons .btn,
.checkout-pay-page .shipping-address-container .billing-address .update-billing-buttons .btn,
.thank-you-page .shipping-address-container .billing-address .update-billing-buttons .btn,
.checkout-shipping-page .billing-address-container .billing-address .update-billing-buttons .btn,
.checkout-pay-page .billing-address-container .billing-address .update-billing-buttons .btn,
.thank-you-page .billing-address-container .billing-address .update-billing-buttons .btn {
  padding: 12px 9px;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method,
.checkout-pay-page .shipping-method-container .shipping-method .method,
.thank-you-page .shipping-method-container .shipping-method .method,
.checkout-shipping-page .payment-method-container .shipping-method .method,
.checkout-pay-page .payment-method-container .shipping-method .method,
.thank-you-page .payment-method-container .shipping-method .method,
.checkout-shipping-page .order-confirmation-container .shipping-method .method,
.checkout-pay-page .order-confirmation-container .shipping-method .method,
.thank-you-page .order-confirmation-container .shipping-method .method,
.checkout-shipping-page .shipping-method-container .payment-method .method,
.checkout-pay-page .shipping-method-container .payment-method .method,
.thank-you-page .shipping-method-container .payment-method .method,
.checkout-shipping-page .payment-method-container .payment-method .method,
.checkout-pay-page .payment-method-container .payment-method .method,
.thank-you-page .payment-method-container .payment-method .method,
.checkout-shipping-page .order-confirmation-container .payment-method .method,
.checkout-pay-page .order-confirmation-container .payment-method .method,
.thank-you-page .order-confirmation-container .payment-method .method {
  width: 100%;
  display: table;
  padding: 10px;
  border-top: 1px solid #e2e2e2;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method:before,
.checkout-pay-page .shipping-method-container .shipping-method .method:before,
.thank-you-page .shipping-method-container .shipping-method .method:before,
.checkout-shipping-page .payment-method-container .shipping-method .method:before,
.checkout-pay-page .payment-method-container .shipping-method .method:before,
.thank-you-page .payment-method-container .shipping-method .method:before,
.checkout-shipping-page .order-confirmation-container .shipping-method .method:before,
.checkout-pay-page .order-confirmation-container .shipping-method .method:before,
.thank-you-page .order-confirmation-container .shipping-method .method:before,
.checkout-shipping-page .shipping-method-container .payment-method .method:before,
.checkout-pay-page .shipping-method-container .payment-method .method:before,
.thank-you-page .shipping-method-container .payment-method .method:before,
.checkout-shipping-page .payment-method-container .payment-method .method:before,
.checkout-pay-page .payment-method-container .payment-method .method:before,
.thank-you-page .payment-method-container .payment-method .method:before,
.checkout-shipping-page .order-confirmation-container .payment-method .method:before,
.checkout-pay-page .order-confirmation-container .payment-method .method:before,
.thank-you-page .order-confirmation-container .payment-method .method:before,
.checkout-shipping-page .shipping-method-container .shipping-method .method:after,
.checkout-pay-page .shipping-method-container .shipping-method .method:after,
.thank-you-page .shipping-method-container .shipping-method .method:after,
.checkout-shipping-page .payment-method-container .shipping-method .method:after,
.checkout-pay-page .payment-method-container .shipping-method .method:after,
.thank-you-page .payment-method-container .shipping-method .method:after,
.checkout-shipping-page .order-confirmation-container .shipping-method .method:after,
.checkout-pay-page .order-confirmation-container .shipping-method .method:after,
.thank-you-page .order-confirmation-container .shipping-method .method:after,
.checkout-shipping-page .shipping-method-container .payment-method .method:after,
.checkout-pay-page .shipping-method-container .payment-method .method:after,
.thank-you-page .shipping-method-container .payment-method .method:after,
.checkout-shipping-page .payment-method-container .payment-method .method:after,
.checkout-pay-page .payment-method-container .payment-method .method:after,
.thank-you-page .payment-method-container .payment-method .method:after,
.checkout-shipping-page .order-confirmation-container .payment-method .method:after,
.checkout-pay-page .order-confirmation-container .payment-method .method:after,
.thank-you-page .order-confirmation-container .payment-method .method:after {
  content: " ";
  display: table;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method:after,
.checkout-pay-page .shipping-method-container .shipping-method .method:after,
.thank-you-page .shipping-method-container .shipping-method .method:after,
.checkout-shipping-page .payment-method-container .shipping-method .method:after,
.checkout-pay-page .payment-method-container .shipping-method .method:after,
.thank-you-page .payment-method-container .shipping-method .method:after,
.checkout-shipping-page .order-confirmation-container .shipping-method .method:after,
.checkout-pay-page .order-confirmation-container .shipping-method .method:after,
.thank-you-page .order-confirmation-container .shipping-method .method:after,
.checkout-shipping-page .shipping-method-container .payment-method .method:after,
.checkout-pay-page .shipping-method-container .payment-method .method:after,
.thank-you-page .shipping-method-container .payment-method .method:after,
.checkout-shipping-page .payment-method-container .payment-method .method:after,
.checkout-pay-page .payment-method-container .payment-method .method:after,
.thank-you-page .payment-method-container .payment-method .method:after,
.checkout-shipping-page .order-confirmation-container .payment-method .method:after,
.checkout-pay-page .order-confirmation-container .payment-method .method:after,
.thank-you-page .order-confirmation-container .payment-method .method:after {
  clear: both;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method:before,
.checkout-pay-page .shipping-method-container .shipping-method .method:before,
.thank-you-page .shipping-method-container .shipping-method .method:before,
.checkout-shipping-page .payment-method-container .shipping-method .method:before,
.checkout-pay-page .payment-method-container .shipping-method .method:before,
.thank-you-page .payment-method-container .shipping-method .method:before,
.checkout-shipping-page .order-confirmation-container .shipping-method .method:before,
.checkout-pay-page .order-confirmation-container .shipping-method .method:before,
.thank-you-page .order-confirmation-container .shipping-method .method:before,
.checkout-shipping-page .shipping-method-container .payment-method .method:before,
.checkout-pay-page .shipping-method-container .payment-method .method:before,
.thank-you-page .shipping-method-container .payment-method .method:before,
.checkout-shipping-page .payment-method-container .payment-method .method:before,
.checkout-pay-page .payment-method-container .payment-method .method:before,
.thank-you-page .payment-method-container .payment-method .method:before,
.checkout-shipping-page .order-confirmation-container .payment-method .method:before,
.checkout-pay-page .order-confirmation-container .payment-method .method:before,
.thank-you-page .order-confirmation-container .payment-method .method:before,
.checkout-shipping-page .shipping-method-container .shipping-method .method:after,
.checkout-pay-page .shipping-method-container .shipping-method .method:after,
.thank-you-page .shipping-method-container .shipping-method .method:after,
.checkout-shipping-page .payment-method-container .shipping-method .method:after,
.checkout-pay-page .payment-method-container .shipping-method .method:after,
.thank-you-page .payment-method-container .shipping-method .method:after,
.checkout-shipping-page .order-confirmation-container .shipping-method .method:after,
.checkout-pay-page .order-confirmation-container .shipping-method .method:after,
.thank-you-page .order-confirmation-container .shipping-method .method:after,
.checkout-shipping-page .shipping-method-container .payment-method .method:after,
.checkout-pay-page .shipping-method-container .payment-method .method:after,
.thank-you-page .shipping-method-container .payment-method .method:after,
.checkout-shipping-page .payment-method-container .payment-method .method:after,
.checkout-pay-page .payment-method-container .payment-method .method:after,
.thank-you-page .payment-method-container .payment-method .method:after,
.checkout-shipping-page .order-confirmation-container .payment-method .method:after,
.checkout-pay-page .order-confirmation-container .payment-method .method:after,
.thank-you-page .order-confirmation-container .payment-method .method:after {
  content: " ";
  display: table;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method:after,
.checkout-pay-page .shipping-method-container .shipping-method .method:after,
.thank-you-page .shipping-method-container .shipping-method .method:after,
.checkout-shipping-page .payment-method-container .shipping-method .method:after,
.checkout-pay-page .payment-method-container .shipping-method .method:after,
.thank-you-page .payment-method-container .shipping-method .method:after,
.checkout-shipping-page .order-confirmation-container .shipping-method .method:after,
.checkout-pay-page .order-confirmation-container .shipping-method .method:after,
.thank-you-page .order-confirmation-container .shipping-method .method:after,
.checkout-shipping-page .shipping-method-container .payment-method .method:after,
.checkout-pay-page .shipping-method-container .payment-method .method:after,
.thank-you-page .shipping-method-container .payment-method .method:after,
.checkout-shipping-page .payment-method-container .payment-method .method:after,
.checkout-pay-page .payment-method-container .payment-method .method:after,
.thank-you-page .payment-method-container .payment-method .method:after,
.checkout-shipping-page .order-confirmation-container .payment-method .method:after,
.checkout-pay-page .order-confirmation-container .payment-method .method:after,
.thank-you-page .order-confirmation-container .payment-method .method:after {
  clear: both;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method.selected,
.checkout-pay-page .shipping-method-container .shipping-method .method.selected,
.thank-you-page .shipping-method-container .shipping-method .method.selected,
.checkout-shipping-page .payment-method-container .shipping-method .method.selected,
.checkout-pay-page .payment-method-container .shipping-method .method.selected,
.thank-you-page .payment-method-container .shipping-method .method.selected,
.checkout-shipping-page .order-confirmation-container .shipping-method .method.selected,
.checkout-pay-page .order-confirmation-container .shipping-method .method.selected,
.thank-you-page .order-confirmation-container .shipping-method .method.selected,
.checkout-shipping-page .shipping-method-container .payment-method .method.selected,
.checkout-pay-page .shipping-method-container .payment-method .method.selected,
.thank-you-page .shipping-method-container .payment-method .method.selected,
.checkout-shipping-page .payment-method-container .payment-method .method.selected,
.checkout-pay-page .payment-method-container .payment-method .method.selected,
.thank-you-page .payment-method-container .payment-method .method.selected,
.checkout-shipping-page .order-confirmation-container .payment-method .method.selected,
.checkout-pay-page .order-confirmation-container .payment-method .method.selected,
.thank-you-page .order-confirmation-container .payment-method .method.selected {
  border-radius: 4px;
  border: 1px solid #31b0d5;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method .radio,
.checkout-pay-page .shipping-method-container .shipping-method .method .radio,
.thank-you-page .shipping-method-container .shipping-method .method .radio,
.checkout-shipping-page .payment-method-container .shipping-method .method .radio,
.checkout-pay-page .payment-method-container .shipping-method .method .radio,
.thank-you-page .payment-method-container .shipping-method .method .radio,
.checkout-shipping-page .order-confirmation-container .shipping-method .method .radio,
.checkout-pay-page .order-confirmation-container .shipping-method .method .radio,
.thank-you-page .order-confirmation-container .shipping-method .method .radio,
.checkout-shipping-page .shipping-method-container .payment-method .method .radio,
.checkout-pay-page .shipping-method-container .payment-method .method .radio,
.thank-you-page .shipping-method-container .payment-method .method .radio,
.checkout-shipping-page .payment-method-container .payment-method .method .radio,
.checkout-pay-page .payment-method-container .payment-method .method .radio,
.thank-you-page .payment-method-container .payment-method .method .radio,
.checkout-shipping-page .order-confirmation-container .payment-method .method .radio,
.checkout-pay-page .order-confirmation-container .payment-method .method .radio,
.thank-you-page .order-confirmation-container .payment-method .method .radio,
.checkout-shipping-page .shipping-method-container .shipping-method .method .price,
.checkout-pay-page .shipping-method-container .shipping-method .method .price,
.thank-you-page .shipping-method-container .shipping-method .method .price,
.checkout-shipping-page .payment-method-container .shipping-method .method .price,
.checkout-pay-page .payment-method-container .shipping-method .method .price,
.thank-you-page .payment-method-container .shipping-method .method .price,
.checkout-shipping-page .order-confirmation-container .shipping-method .method .price,
.checkout-pay-page .order-confirmation-container .shipping-method .method .price,
.thank-you-page .order-confirmation-container .shipping-method .method .price,
.checkout-shipping-page .shipping-method-container .payment-method .method .price,
.checkout-pay-page .shipping-method-container .payment-method .method .price,
.thank-you-page .shipping-method-container .payment-method .method .price,
.checkout-shipping-page .payment-method-container .payment-method .method .price,
.checkout-pay-page .payment-method-container .payment-method .method .price,
.thank-you-page .payment-method-container .payment-method .method .price,
.checkout-shipping-page .order-confirmation-container .payment-method .method .price,
.checkout-pay-page .order-confirmation-container .payment-method .method .price,
.thank-you-page .order-confirmation-container .payment-method .method .price,
.checkout-shipping-page .shipping-method-container .shipping-method .method .logo,
.checkout-pay-page .shipping-method-container .shipping-method .method .logo,
.thank-you-page .shipping-method-container .shipping-method .method .logo,
.checkout-shipping-page .payment-method-container .shipping-method .method .logo,
.checkout-pay-page .payment-method-container .shipping-method .method .logo,
.thank-you-page .payment-method-container .shipping-method .method .logo,
.checkout-shipping-page .order-confirmation-container .shipping-method .method .logo,
.checkout-pay-page .order-confirmation-container .shipping-method .method .logo,
.thank-you-page .order-confirmation-container .shipping-method .method .logo,
.checkout-shipping-page .shipping-method-container .payment-method .method .logo,
.checkout-pay-page .shipping-method-container .payment-method .method .logo,
.thank-you-page .shipping-method-container .payment-method .method .logo,
.checkout-shipping-page .payment-method-container .payment-method .method .logo,
.checkout-pay-page .payment-method-container .payment-method .method .logo,
.thank-you-page .payment-method-container .payment-method .method .logo,
.checkout-shipping-page .order-confirmation-container .payment-method .method .logo,
.checkout-pay-page .order-confirmation-container .payment-method .method .logo,
.thank-you-page .order-confirmation-container .payment-method .method .logo {
  display: table-cell;
  vertical-align: middle;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method .radio,
.checkout-pay-page .shipping-method-container .shipping-method .method .radio,
.thank-you-page .shipping-method-container .shipping-method .method .radio,
.checkout-shipping-page .payment-method-container .shipping-method .method .radio,
.checkout-pay-page .payment-method-container .shipping-method .method .radio,
.thank-you-page .payment-method-container .shipping-method .method .radio,
.checkout-shipping-page .order-confirmation-container .shipping-method .method .radio,
.checkout-pay-page .order-confirmation-container .shipping-method .method .radio,
.thank-you-page .order-confirmation-container .shipping-method .method .radio,
.checkout-shipping-page .shipping-method-container .payment-method .method .radio,
.checkout-pay-page .shipping-method-container .payment-method .method .radio,
.thank-you-page .shipping-method-container .payment-method .method .radio,
.checkout-shipping-page .payment-method-container .payment-method .method .radio,
.checkout-pay-page .payment-method-container .payment-method .method .radio,
.thank-you-page .payment-method-container .payment-method .method .radio,
.checkout-shipping-page .order-confirmation-container .payment-method .method .radio,
.checkout-pay-page .order-confirmation-container .payment-method .method .radio,
.thank-you-page .order-confirmation-container .payment-method .method .radio {
  width: 75%;
}
.checkout-shipping-page .shipping-method-container .shipping-method .method .price,
.checkout-pay-page .shipping-method-container .shipping-method .method .price,
.thank-you-page .shipping-method-container .shipping-method .method .price,
.checkout-shipping-page .payment-method-container .shipping-method .method .price,
.checkout-pay-page .payment-method-container .shipping-method .method .price,
.thank-you-page .payment-method-container .shipping-method .method .price,
.checkout-shipping-page .order-confirmation-container .shipping-method .method .price,
.checkout-pay-page .order-confirmation-container .shipping-method .method .price,
.thank-you-page .order-confirmation-container .shipping-method .method .price,
.checkout-shipping-page .shipping-method-container .payment-method .method .price,
.checkout-pay-page .shipping-method-container .payment-method .method .price,
.thank-you-page .shipping-method-container .payment-method .method .price,
.checkout-shipping-page .payment-method-container .payment-method .method .price,
.checkout-pay-page .payment-method-container .payment-method .method .price,
.thank-you-page .payment-method-container .payment-method .method .price,
.checkout-shipping-page .order-confirmation-container .payment-method .method .price,
.checkout-pay-page .order-confirmation-container .payment-method .method .price,
.thank-you-page .order-confirmation-container .payment-method .method .price,
.checkout-shipping-page .shipping-method-container .shipping-method .method .logo,
.checkout-pay-page .shipping-method-container .shipping-method .method .logo,
.thank-you-page .shipping-method-container .shipping-method .method .logo,
.checkout-shipping-page .payment-method-container .shipping-method .method .logo,
.checkout-pay-page .payment-method-container .shipping-method .method .logo,
.thank-you-page .payment-method-container .shipping-method .method .logo,
.checkout-shipping-page .order-confirmation-container .shipping-method .method .logo,
.checkout-pay-page .order-confirmation-container .shipping-method .method .logo,
.thank-you-page .order-confirmation-container .shipping-method .method .logo,
.checkout-shipping-page .shipping-method-container .payment-method .method .logo,
.checkout-pay-page .shipping-method-container .payment-method .method .logo,
.thank-you-page .shipping-method-container .payment-method .method .logo,
.checkout-shipping-page .payment-method-container .payment-method .method .logo,
.checkout-pay-page .payment-method-container .payment-method .method .logo,
.thank-you-page .payment-method-container .payment-method .method .logo,
.checkout-shipping-page .order-confirmation-container .payment-method .method .logo,
.checkout-pay-page .order-confirmation-container .payment-method .method .logo,
.thank-you-page .order-confirmation-container .payment-method .method .logo {
  width: 25%;
}
.checkout-shipping-page .custom-note-container,
.checkout-pay-page .custom-note-container,
.thank-you-page .custom-note-container {
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}
.checkout-shipping-page .continue-container,
.checkout-pay-page .continue-container,
.thank-you-page .continue-container {
  padding: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
.checkout-shipping-page .continue-container .btn,
.checkout-pay-page .continue-container .btn,
.thank-you-page .continue-container .btn {
  width: 100%;
  display: block;
  padding: 15px 7px;
}
.checkout-shipping-page .order-summary-container .order-summary .checkout,
.checkout-pay-page .order-summary-container .order-summary .checkout,
.thank-you-page .order-summary-container .order-summary .checkout {
  border: none;
  background: #fff;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 15px solid #F5F9FC;
}
/**
 * Checkout
 *  - Shipping
 *
 */
/**
 * Checkout
 *  - Pay
 *
 */
.checkout-pay-page .payment-method-container .payment-method .method label,
.checkout-pay-page .payment-method-container .payment-method .method .radio {
  width: 100%;
  display: block;
}
.checkout-pay-page .payment-method-container .payment-method .method.selected {
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #31b0d5;
  border-bottom: none;
}
.checkout-pay-page .payment-method-container .payment-method .payment-method-body {
  border: 1px solid #31b0d5;
  border-top: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.checkout-pay-page .order-summary-container {
  padding: 30px 15px 0;
}
/**
 * Checkout
 *  - Secure Trading Payment Method
 *
 */
.pay-from-profile {
  padding: 0 15px;
}
.pay-from-profile .saved-card a {
  width: 100%;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  padding: 0 7.5px;
}
.pay-from-profile .saved-card a:focus,
.pay-from-profile .saved-card a.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.pay-from-profile .saved-card a:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.pay-from-profile .saved-card a:active,
.pay-from-profile .saved-card a.active,
.open > .dropdown-toggle.pay-from-profile .saved-card a {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.pay-from-profile .saved-card a:active:hover,
.pay-from-profile .saved-card a.active:hover,
.open > .dropdown-toggle.pay-from-profile .saved-card a:hover,
.pay-from-profile .saved-card a:active:focus,
.pay-from-profile .saved-card a.active:focus,
.open > .dropdown-toggle.pay-from-profile .saved-card a:focus,
.pay-from-profile .saved-card a:active.focus,
.pay-from-profile .saved-card a.active.focus,
.open > .dropdown-toggle.pay-from-profile .saved-card a.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.pay-from-profile .saved-card a:active,
.pay-from-profile .saved-card a.active,
.open > .dropdown-toggle.pay-from-profile .saved-card a {
  background-image: none;
}
.pay-from-profile .saved-card a.disabled:hover,
.pay-from-profile .saved-card a[disabled]:hover,
fieldset[disabled] .pay-from-profile .saved-card a:hover,
.pay-from-profile .saved-card a.disabled:focus,
.pay-from-profile .saved-card a[disabled]:focus,
fieldset[disabled] .pay-from-profile .saved-card a:focus,
.pay-from-profile .saved-card a.disabled.focus,
.pay-from-profile .saved-card a[disabled].focus,
fieldset[disabled] .pay-from-profile .saved-card a.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.pay-from-profile .saved-card a .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.securetrading-payment-form {
  padding: 0 15px;
}
.securetrading-payment-form.has-saved-card {
  display: none;
}
@media (max-width: 767px) {
  .securetrading-payment-form input[type='text'],
  .securetrading-payment-form select {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.securetrading-payment-form input[type='text'],
  select.securetrading-payment-form select {
    height: 33px;
    line-height: 33px;
  }
  textarea.securetrading-payment-form input[type='text'],
  textarea.securetrading-payment-form select,
  select[multiple].securetrading-payment-form input[type='text'],
  select[multiple].securetrading-payment-form select {
    height: auto;
  }
}
.securetrading-payment-form .use-saved-card {
  margin-top: 25px;
  margin-left: -15px;
}
.securetrading-payment-form .secure-online {
  margin: 50% 0;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .securetrading-payment-form .secure-online {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.securetrading-payment-form .secure-online .icon-card_lock {
  height: 34px;
  background-position: center;
}
.securetrading-payment-form .secure-online p {
  margin: 0;
}
.securetrading-payment-form .secure-online .encryption {
  font-size: 0.875em;
  margin-top: 5px;
}
.securetrading-payment-form .cvv {
  margin-top: 15px;
}
.securetrading-pay-now {
  padding: 0 15px 0;
}
.securetrading-pay-now .btn {
  width: 100%;
  padding: 15px;
  display: block;
  margin-bottom: 15px;
}
.secure-and-verified {
  padding: 15px;
}
.secure-and-verified .ssl-secure {
  margin-bottom: 15px;
  background-size: 40px;
  background-position: center left;
}
.secure-and-verified .ssl-secure p {
  margin: 0;
  text-align: left;
  font-size: 0.6875em;
  text-indent: 60px;
}
.secure-and-verified .verified {
  padding: 15px 0;
  height: 40px;
}
#securetrading_3DSecure_iframe {
  border: none;
  outline: none;
  padding: 15px;
  background: #fff;
}
#securetrading_3DSecure_iframe iframe {
  border: none;
  border: 1px solid #e2e2e2;
}
/**
 * Checkout
 *  - Thank You
 *
 */
.thank-you-page .order-confirmation-container .order-confirmation {
  padding-top: 15px;
}
.thank-you-page .order-confirmation-container > .title a {
  color: #bbbbbb;
}
.thank-you-page .order-confirmation-container .status {
  padding: 15px;
}
.thank-you-page .order-confirmation-container .status span {
  width: 2em;
  height: 2em;
  color: #fff;
  display: block;
  line-height: 1.8;
  border-radius: 50%;
  margin: auto auto 5px;
  vertical-align: middle;
  background: #5cb85c;
}
.thank-you-page .order-confirmation-container .status .content {
  font-size: 0.875em;
  line-height: 1.4;
}
.thank-you-page .order-confirmation-container .reference {
  padding: 15px;
  background: #eeeeee;
  border-radius: 4px;
}
.thank-you-page .order-confirmation-container .reference .number {
  font-size: 1.5em;
}
.thank-you-page .order-confirmation-container .buttons {
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}
.thank-you-page .order-confirmation-container .buttons .btn {
  font-size: 1em;
  color: #00ADD3;
}
.thank-you-page .order-summary-container .order-details .details {
  padding-bottom: 15px;
}
.thank-you-page .order-summary-container .order-details .details h3 {
  margin-top: 0;
}
.thank-you-page .order-summary-container .order-details .details p {
  color: #777777;
  line-height: 1.2;
  margin-bottom: 5px;
}
.thank-you-page .order-summary-container .order-details .details p strong {
  color: #000;
}
.thank-you-page .order-summary-container .order-details .details .btn {
  display: block;
  margin-top: 10px;
}
.thank-you-page .cart-items-container .cart-items {
  padding: 0 15px;
  border-top: none;
}
/**
 * Login Layout
 *
 */
.loginLayout {
  background: url(../img/bg-login.jpg) center center no-repeat;
  background-size: auto;
  color: #ffffff;
}
.loginPage .title {
  letter-spacing: -0.5px;
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 2.25em;
  margin-top: 30px;
}
.loginPage .note {
  color: #ffffff;
  font-size: 0.835em;
  padding-top: 3px;
}
.loginPage .note a {
  color: #00ADD3;
  text-decoration: underline;
}
.loginPage .note a:hover {
  opacity: 0.8;
}
.loginBox {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 40px 0px 30px 0px;
  margin: 0px 0px 15px 0px;
  border: 1px solid #00ADD3;
}
.loginBox .formBox {
  padding: 0px 0px 15px 0px;
  margin-bottom: 0px!important;
}
.loginBox .formBox .input-group-addon {
  font-size: 12px;
}
.loginBox input {
  height: 44px;
}
.loginBox label {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.loginBox .half {
  width: 50%;
  float: left;
}
.loginBox .formtext {
  color: #ffffff;
  font-size: 14px;
  padding-top: 15px;
}
.loginBox .formtext a {
  color: #ffffff;
}
/**
 * Customer Services Layout
 *
 */
.customer-services-page .pageHeader {
  background-image: linear-gradient(to right, #00638e, #003147);
  padding: 35px 0;
}
.customer-services-page .pageHeader .title {
  font-weight: 100;
  color: #ffffff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 25px;
}
.customer-services-page .pageHeader .short-desc {
  font-weight: 200;
  font-size: 1.125em;
  color: #ffffff;
  letter-spacing: -0.44px;
  margin: 0;
}
.customer-services-page .pageHeader .short-desc a {
  text-decoration: underline;
}
.customer-services-page .pageHeader .short-desc a:hover {
  color: #ffffff;
}
.cserviceContent .title {
  margin: 50px 0 55px 0;
  font-size: 1.875em;
  color: #000;
  font-weight: 200;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.cserviceContent .pageContentDetail {
  margin-bottom: 60px;
  font-size: 1.125em;
  font-weight: 200;
}
/**
 * Questionaire Layout
 *
 */
.questionaireLayout {
  background: url(../img/bg-questionaire.jpg) center center no-repeat;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 590px;
  background-size: auto;
}
.questionaireLayout .fs-controls {
  width: 100%;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  max-width: 1360px;
  width: 90%;
  margin: auto;
}
.questionaireLayout,
.wrapper,
.questionairePage,
.questionaireForm .container {
  height: 100%;
}
.questionaireLayout.overview {
  overflow: hidden;
}
.questionaireLayout.overview .questionairePage {
  overflow: scroll;
  padding-bottom: 30px;
}
.questionaireLayout.overview .fs-form-overview {
  background: transparent;
  padding: 0;
}
.questionaireLayout.overview .fs-form-overview .fs-submit {
  margin: 25px 0px;
}
.questionaireLayout.overview .fs-form-overview .fs-fields::before {
  color: #00ADD3;
}
.questionaireHeader {
  padding-top: 53px;
}
.questionaireHeader .container {
  width: 90%;
  max-width: 1440px;
}
.questionaireHeader .logo {
  width: 173px;
  height: 35px;
  margin: 0 auto;
  background: url(../svg/icons/logo-white.svg) 0 0 no-repeat;
  display: block;
}
.questionaireHeader .logo a {
  display: block;
  height: 100%;
}
.questionaireHeader .slogan {
  padding-top: 9px;
  color: #ffffff;
  font-size: 1.125em;
}
.questionaireForm .title {
  margin: 0;
  padding: 100px 0 0 0;
  font-size: 3em;
  color: #ffffff;
}
.fs-progress {
  background: #00ADD3;
}
.fs-continue,
.fs-numbers {
  float: right !important;
  float: right;
  position: relative;
}
.fs-continue {
  background: #00ADD3;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 0.875em;
  padding: 13px;
  min-width: 166px;
  transition: all 200ms linear;
}
.fs-continue:hover {
  background: #00638E;
  transition: all 200ms linear;
}
.fs-numbers {
  font-size: 1.875em;
  color: #ffffff;
  margin-right: 23px;
  overflow: hidden;
  font-weight: 600;
}
.fs-numbers span.fs-number-current {
  padding: 0 8px 0 0;
}
.fs-numbers span.fs-number-total {
  padding: 0 0 0 13px;
}
.fs-nav-dots {
  display: none !important;
  display: none!important;
}
.fs-fields > li .fs-radio-custom span {
  width: 164px;
  margin-right: 2%;
}
.fs-fields .fs-radio-custom input[type="checkbox"]:checked + label:before {
  top: -12px;
  position: absolute;
  right: -12px;
  font-size: 1em;
  line-height: 27px;
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  background: #00ADD3;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #ffffff;
}
.fs-fields .fs-radio-custom input[type="radio"]:checked + label:before {
  top: -12px;
  position: absolute;
  right: -12px;
  font-size: 1em;
  line-height: 27px;
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  background: #00ADD3;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  color: #ffffff;
}
.fs-message-error {
  position: relative;
  bottom: 200px;
  width: 100%;
  display: block;
  text-align: center;
  left: auto;
  max-width: 100%;
  padding: 0px;
}
.fs-message-error.fs-show {
  -webkit-transform: none!important;
  transform: none!important;
  -moz-transform: none;
}
/**
 * News / Blog
 *
 */
.author-picture {
  margin-top: 32px;
  background-size: cover;
  width: 67px;
  height: 67px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
.author-picture img {
  border-radius: 100px;
}
.news-list > li {
  margin-bottom: 70px;
}
.news-list > li:before,
.news-list > li:after {
  content: " ";
  display: table;
}
.news-list > li:after {
  clear: both;
}
.news-list > li:before,
.news-list > li:after {
  content: " ";
  display: table;
}
.news-list > li:after {
  clear: both;
}
.news-list .author-name {
  font-size: 1em;
  max-width: 67px;
  font-style: italic;
  letter-spacing: -0.4px;
  color: #333333;
  display: block;
  line-height: 18px;
  padding-top: 5px;
}
.news-list .content-area .date {
  color: #999999;
}
.news-list .content-area .cat-tags {
  padding: 0;
}
.news-list .content-area .cat-tags li {
  display: inline-block;
  margin-right: 10px;
}
.news-list .content-area .cat-tags li:last-child {
  margin-right: 0;
}
.news-list .content-area .cat-tags li a {
  color: #00ADD3;
}
.news-list .content-area .title {
  font-size: 1.875em;
  font-weight: 200;
  padding: 0;
  margin: 4px 0 6px 0;
}
.news-list .content-area p {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 26px;
  margin-top: 15px;
}
.news-list a {
  color: #333333;
}
.news-list a:hover {
  color: #00ADD3;
}
.news-list a.readmore {
  color: #00ADD3;
  text-decoration: underline;
}
.news-article .hero span.snippet {
  font-size: 2em;
  color: #666;
  font-weight: 200;
}
.news-article .hero h1.title {
  font-size: 4em;
  font-weight: 100;
}
.news-article .hero .author {
  padding-bottom: 65px;
}
.news-article .hero .author span {
  font-style: italic;
  font-size: 1em;
  padding-top: 15px;
  display: block;
  font-weight: 200;
}
.news-article article p {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 1.25em;
  margin-bottom: 15px;
}
/**
 * Workshops Events
 *
 */
.events-page .hero.withpicture {
  background: url(../img/workshops-header.jpg) no-repeat center bottom;
  background-size: 200%;
}
.events-page .hero.withpicture .snippet {
  margin-top: 60px!important;
}
.events-page .hero.withpicture .content.padding-bottom {
  padding-bottom: 80px;
}
.image25 {
  float: left;
  width: 50%;
}
div.quote {
  font-family: "baskerville-urw";
}
div.quote .quote-icon {
  display: block;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  font-size: 7.5em;
  line-height: 0.8em;
  color: #ccc;
  padding-top: 50px;
}
div.quote p {
  font-weight: 400;
  font-style: italic;
  font-size: 1.25em;
}
div.info-section .snippet {
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 30px;
}
div.info-section h1.section-title {
  font-size: 2.875em;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 30px;
  color: #000;
}
div.info-section h2.section-title {
  font-size: 2.375em;
  margin-top: 0px!important;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 30px;
}
div.info-section h2.section-title.font42 {
  font-size: 2em;
}
div.info-section h2.section-title.font32 {
  font-size: 2em;
}
div.info-section .font42 {
  font-size: 2em;
}
div.info-section .font32 {
  font-size: 2em;
}
div.info-section .btn {
  margin-top: 70px;
}
div.info-section .btn.btn-sm {
  margin-top: 10px;
}
div.info-section p {
  font-size: 1.125em;
  font-weight: 200;
}
div.info-section p.font24 {
  font-size: 1.375em;
  font-weight: 200;
}
div .additional-points {
  margin-top: 30px;
}
div .additional-points .title {
  font-size: 1.5em;
  font-weight: 200;
  color: #000;
  margin-bottom: 15px;
}
div .additional-points p {
  font-size: 0.96em;
}
div .additional-points .icon-img {
  height: 60px;
  width: 60px;
  display: inline-block;
  margin-bottom: 10px;
}
.trainers-list {
  margin: 0px;
  padding: 0px;
}
.trainers-list > li {
  margin-bottom: 60px;
}
.trainers-list > li:before,
.trainers-list > li:after {
  content: " ";
  display: table;
}
.trainers-list > li:after {
  clear: both;
}
.trainers-list > li:before,
.trainers-list > li:after {
  content: " ";
  display: table;
}
.trainers-list > li:after {
  clear: both;
}
.trainers-list .trainer-picture {
  background-size: cover;
  width: 67px;
  height: 67px;
  border-radius: 100px;
  margin-top: 15px;
}
.trainers-list .content-area .name {
  font-size: 1.5em;
  font-weight: 300;
  padding: 0;
  margin: 4px 0 6px 0;
  color: #000;
}
.trainers-list .content-area .qualifications {
  font-size: 1em;
  color: #000;
  font-weight: 200;
  min-height: 60px;
}
.trainers-list .content-area .profile p {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 26px;
  margin-top: 15px;
}
.upcoming-events-title {
  padding-bottom: 25px;
}
.upcoming-events-selector .wrapper {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 30px 30px 0px 30px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.upcoming-events-selector .wrapper .form-label {
  background: #fff;
  color: #000;
  margin: -45px auto 20px auto;
  height: 25px;
  width: 300px;
  font-size: 1.375em;
  font-weight: 200;
}
.upcoming-events-selector .btn-group {
  margin-bottom: 30px;
}
.schedule {
  position: relative;
}
.schedule .vertical-line {
  position: absolute;
  width: 1px;
  border-left: 2px dashed #e2e2e2;
  height: calc(100% - 140px);
  left: 60px;
  margin-top: 20px;
}
.schedule .schedule-date {
  border: 1px solid #e2e2e2;
  padding: 10px 0px;
  background: #fff;
}
.schedule .schedule-date span {
  display: block;
}
.schedule .schedule-date span.day {
  font-size: 1.5em;
  color: #000;
  line-height: 1em;
}
.schedule .schedule-date span.date {
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 200;
}
.schedule .schedule-heading {
  padding-bottom: 20px;
}
.schedule .schedule-heading h2.schedule-title {
  font-size: 1.5em;
  font-weight: 200;
  color: #000;
  margin: 0px;
}
.schedule .schedule-heading span {
  color: #000;
  font-weight: 200;
  display: block;
  position: relative;
}
.schedule .schedule-heading span a {
  position: absolute;
  right: 0px;
}
.schedule .schedule-body {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.schedule .schedule-body ul {
  padding-top: 20px;
  padding-left: 30px;
  margin: 0px;
  color: #000;
}
.schedule .scheduled-events {
  margin-bottom: 30px;
}
.schedule .scheduled-events:nth-last-child(1) {
  margin-bottom: 0px;
}
.workshop {
  display: block;
  border: 1px solid #e2e2e2;
  color: #000;
  min-height: 600px;
  font-weight: 200;
  position: relative;
}
.workshop .icon-img {
  width: 67px;
  height: 51px;
  margin-top: -25px;
  border-radius: 3px;
  display: inline-block;
}
.workshop .icon-img img {
  border-radius: 3px;
}
.workshop .workshop-topheading {
  padding: 10px;
  font-size: 1.125em;
  vertical-align: middle;
}
.workshop .workshop-topheading span {
  display: inline-block;
  vertical-align: middle;
}
.workshop .workshop-topheading span.icon-calendar {
  width: 30px;
  height: 21px;
}
.workshop .workshop-topheading span.flag {
  width: 30px;
  height: 25px;
  background-size: contain;
  background-position: center;
}
.workshop .workshop-heading {
  background-color: #00638E;
  color: #666;
  padding-bottom: 50px;
}
.workshop .workshop-heading h2 {
  padding: 20px 0px 0px 0px;
  margin: 0px;
  font-weight: 200;
  color: #fff;
}
.workshop .workshop-heading span {
  font-size: 1.5em;
  font-weight: 200;
  color: #00ADD3;
}
.workshop .workshop-type {
  padding: 0px 20px 20px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.5em;
  font-weight: 200;
  color: #000;
}
.workshop .workshop-body {
  padding: 20px;
  font-size: 1.125em;
  font-weight: 200;
  color: #666;
}
.workshop .workshop-body p,
.workshop .workshop-body span {
  color: #666;
}
.workshop .workshop-body ul {
  padding-top: 20px;
}
.workshop .workshop-body ul,
.workshop .workshop-body ul li {
  color: #000;
  font-weight: 400;
}
.workshop .workshop-footer {
  border-top: 1px solid #e2e2e2;
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
}
.workshop .workshop-footer .inner {
  padding: 20px;
  color: #0088CC;
  font-size: 1em;
  font-weight: 200;
}
.workshop .workshop-footer .inner span {
  color: #333;
  padding-left: 5px;
  font-size: 12px;
}
.workshops-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  content: "";
  line-height: 0;
  left: 0;
  margin-left: -50px;
}
.workshops-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  content: "";
  line-height: 0;
  right: 0;
  margin-right: -50px;
}
.event-page .hero {
  background-color: #00638E;
}
.event-page .hero.banner .snippet {
  font-size: 2em;
  color: #00ADD3;
  font-weight: 200;
}
.event-page .hero.banner .title {
  font-weight: 100;
  color: #fff;
  font-size: 4em;
  margin-top: 11px;
}
.event-page .hero.banner h2 {
  font-weight: 100;
  font-size: 3em;
  color: #fff;
  margin: 11px;
}
.event-page .hero.banner .long-desc {
  font-size: 1.5em;
  color: #fff;
}
.event-page .hero.banner .icon-stripeline {
  height: 10px;
  display: inline-block;
  margin: 15px 0px;
  width: 100%;
  background-size: contain;
}
.event-page .event-partial {
  text-align: left;
}
.event-page .event-partial .ws-header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.event-page .event-partial .ws-header .title {
  font-size: 2em;
  color: #000;
  font-weight: 200;
}
.event-page .event-partial .ws-header .subtitle {
  font-size: 1.25em;
  font-weight: 200;
}
.event-page .event-partial .nav.nav-tabs {
  margin-bottom: 30px;
  border-bottom: none;
}
.event-page .event-partial .nav.nav-tabs li a {
  padding: 10px 0px;
  margin-right: 20px;
  color: #666;
  border: none;
}
.event-page .event-partial .nav.nav-tabs li a:hover {
  background: #fff;
}
.event-page .event-partial .nav.nav-tabs li.active a {
  border: none;
  color: #000;
}
.event-page .event-partial .nav.nav-tabs li.active a:before {
  content: '';
  height: 3px;
  width: 100%;
  background: #00638E;
  display: table;
  position: absolute;
  bottom: -5px;
  left: 0;
  visibility: visible;
  opacity: 1;
}
.event-page .event-partial .tab-pane ul li {
  color: #666;
  font-size: 1.125em;
  font-weight: 200;
  list-style-type: disc;
}
.event-page .event-partial .mainimage {
  padding-top: 20px;
}
.event-page .event-partial .border-bottom {
  padding-bottom: 30px;
}
.event-page .event-partial .eventicon {
  width: 100%;
  height: 69px;
  background-size: contain;
}
.event-page .event-partial ul li {
  list-style-type: circle;
}
.event-page .clockdiv {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 100;
}
.event-page .clockdiv span {
  font-size: 3em;
  line-height: 0.95em;
  color: #00ADD3;
}
.event-page .clockdiv .smalltext {
  font-size: 1.125em;
  color: #00ADD3;
  font-weight: 200;
}
.event-page .clockdiv .smalltext span {
  font-size: inherit;
}
.event-page .venue-link {
  margin: 40px 0px;
  display: block;
}
.event-page .agenda .agenda-description {
  font-size: 1.5em;
  margin-top: 60px;
  font-weight: 100;
}
.event-page .agenda .agenda-table {
  margin-top: 43px;
  border: 1px solid #e2e2e2;
}
.event-page .agenda .agenda-table .title {
  background: #ECECEC;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 15px;
  color: #000;
  font-weight: 600;
}
.event-page .agenda .agenda-table .body {
  padding: 15px;
}
.event-page .agenda .agenda-table .body .row {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px;
}
.event-page .agenda .agenda-table .body .row:nth-last-child(1) {
  border-bottom: none;
  padding-bottom: 0px;
}
.event-page .agenda .agenda-table .body .time {
  font-size: 0.875em;
  color: #000;
  font-weight: 200;
  margin: 0px;
}
.event-page .agenda .agenda-table .body .period {
  font-size: 0.875em;
  color: #666;
  font-weight: 200;
}
.event-page .agenda .agenda-table .body .body-content strong {
  color: #000;
  font-weight: 400;
}
.event-page .agenda .agenda-table .body .body-content p {
  font-size: 0.875em;
}
.event-page .tickets {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 15px;
  min-height: 100px;
  padding: 0px 15px;
}
.event-page .tickets.large {
  min-height: 130px;
}
.event-page .tickets.large table {
  min-height: 130px;
}
.event-page .tickets table {
  width: 100%;
  height: 100%;
  min-height: 100px;
}
.event-page .tickets table table.inner-table {
  min-height: auto;
  margin: 15px 0px;
}
.event-page .tickets table table.inner-table .description {
  font-size: 0.8125em;
}
.event-page .tickets table .thumb {
  vertical-align: middle;
}
.event-page .tickets table .thumb img {
  width: 100%;
}
.event-page .tickets table .description {
  text-align: left;
  padding-left: 25px;
}
.event-page .tickets table .buy {
  width: 130px;
  text-align: right;
}
.event-page .tickets table .price {
  text-align: right;
  padding-right: 25px;
}
.event-page .tickets table .price .weight-600 {
  color: #000;
}
.event-page .tickets table .price .was-price {
  color: #000;
  font-size: 0.875em;
}
.event-page .tickets .btn {
  margin-top: 0px;
  padding: 6px 24px;
}
/**
 * Systems
 *
 */
.systems-page .hero {
  background: #f5f5f5;
}
.systems-page .hero.banner .title {
  font-size: 2.5em;
}
.systems-page .hero.banner .short-desc {
  line-height: 1em;
}
.systems-page .hero .mmp-wide-back {
  background: url("../img/systems/mmp-header.jpg") no-repeat center bottom;
  background-size: 160%;
}
.systems-page .hero .mmp-back {
  padding-bottom: 200px;
  margin-top: 30px;
}
.systems-page .hero .sop-back {
  background: url("../img/systems/sop-header.jpg") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 200px;
  margin-top: 30px;
}
.systems-page .hero .ridgestop-back {
  background: url("../img/systems/ridgestop-header.jpg") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 200px;
  margin-top: 30px;
}
.systems-page .hero .carpal-back {
  background: url("../img/systems/carpalarthrodesis-header.jpg") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 200px;
  margin-top: 30px;
}
.systems-page .hero .carpal-back {
  background: url("../img/systems/carpalarthrodesis-header.jpg") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 200px;
  margin-top: 30px;
}
.systems-page .hero .alicam-wide-back {
  background-image: url("../img/systems/alicam-header.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 160%;
}
.systems-page .hero .alicam-back {
  padding-bottom: 200px;
  margin-top: 30px;
}
.systems-page .systems-additional h3 {
  font-weight: 200;
  color: #000;
}
.systems-page .alicam-capsule-info {
  display: flex;
  align-items: center;
}
.systems-page .alicam-capsule-info .alicam-capsule-info-image {
  vertical-align: super;
  display: inline-block;
}
.systems-page .alicam-capsule-info.last {
  margin-top: 15px;
}
.systems-page .alicam-now-avilable .alicam-now-avilable-image {
  transform: rotate(-90deg);
}
.testimonials {
  color: #fff;
  font-style: italic;
}
.testimonials .testimonial {
  color: #fff;
}
.testimonials .testimonial .quote-icon {
  color: #fff;
}
.testimonials .testimonial-content {
  font-size: 1em;
}
.testimonials .testimonial-author {
  font-weight: 400;
  font-size: 0.875em;
}
.testimonials .owl-dots .owl-dot span {
  background: #1491c6;
  border: 1px solid #fff;
}
.testimonials .owl-dots .owl-dot.active span {
  background: #fff;
}
.vertical h3 {
  margin-top: 0px;
  font-size: 1.625em;
  font-weight: 200;
  color: #000;
}
.vertical p {
  font-weight: 200;
  font-size: 1.125em;
}
.fixed-height-container .img-responsive {
  padding: 40px;
}
.gallery h2 {
  color: #fff;
  font-size: 2em;
  font-weight: 100;
  margin-top: 0px;
}
.gallery-carousel {
  margin: 30px 0px 0px;
}
.gallery-carousel.owl-carousel .owl-nav .owl-prev,
.gallery-carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background: none;
  font-size: 2.25em;
  padding-top: 0px;
  height: auto;
  line-height: 36px;
}
.gallery-carousel.owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
  left: 0;
}
.gallery-carousel.owl-carousel .owl-nav .owl-prev:hover {
  background: none;
  color: #EF7D55;
}
.gallery-carousel.owl-carousel .owl-nav .owl-next {
  margin-right: -50px;
  right: 0;
}
.gallery-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: none;
  color: #EF7D55;
}
.gallery-carousel.owl-carousel .owl-dots {
  padding-top: 40px;
}
.gallery-carousel.owl-carousel .owl-dot {
  padding: 10px 5px;
}
.gallery-carousel.owl-carousel .owl-dot span {
  background: #EF7D55;
  border: 1px solid #EF7D55;
}
.gallery-carousel.owl-carousel .owl-dot.active span {
  background: none;
  border: 1px solid #EF7D55;
}
.gallery-carousel.mmp .owl-nav .owl-prev:hover {
  color: #F67D48;
}
.gallery-carousel.mmp .owl-nav .owl-next:hover {
  color: #F67D48;
}
.gallery-carousel.mmp .owl-dot span {
  background: #F67D48;
  border: 1px solid #F67D48;
}
.gallery-carousel.mmp .owl-dot.active span {
  border: 1px solid #F67D48;
}
.gallery-carousel.ridgestop .owl-nav .owl-prev:hover {
  color: #DE577C;
}
.gallery-carousel.ridgestop .owl-nav .owl-next:hover {
  color: #DE577C;
}
.gallery-carousel.ridgestop .owl-dot span {
  background: #DE577C;
  border: 1px solid #DE577C;
}
.gallery-carousel.ridgestop .owl-dot.active span {
  border: 1px solid #DE577C;
}
.gallery-carousel.sop .owl-nav .owl-prev:hover {
  color: #00ADD3;
}
.gallery-carousel.sop .owl-nav .owl-next:hover {
  color: #00ADD3;
}
.gallery-carousel.sop .owl-dot span {
  background: #00ADD3;
  border: 1px solid #00ADD3;
}
.gallery-carousel.sop .owl-dot.active span {
  border: 1px solid #00ADD3;
}
.gallery-carousel.carpalarthrodesis .owl-nav .owl-prev:hover {
  color: #64A869;
}
.gallery-carousel.carpalarthrodesis .owl-nav .owl-next:hover {
  color: #64A869;
}
.gallery-carousel.carpalarthrodesis .owl-dot span {
  background: #64A869;
  border: 1px solid #64A869;
}
.gallery-carousel.carpalarthrodesis .owl-dot.active span {
  border: 1px solid #64A869;
}
.gallery-carousel.alicam .owl-nav .owl-prev:hover {
  color: #1491c6;
}
.gallery-carousel.alicam .owl-nav .owl-next:hover {
  color: #1491c6;
}
.gallery-carousel.alicam .owl-dot span {
  background: #1491c6;
  border: 1px solid #1491c6;
}
.gallery-carousel.alicam .owl-dot.active span {
  border: 1px solid #1491c6;
}
.gallery-carousel.softtissuesurgery .owl-nav .owl-prev:hover {
  color: #853C27;
}
.gallery-carousel.softtissuesurgery .owl-nav .owl-next:hover {
  color: #853C27;
}
.gallery-carousel.softtissuesurgery .owl-dot span {
  background: #853C27;
  border: 1px solid #853C27;
}
.gallery-carousel.softtissuesurgery .owl-dot.active span {
  border: 1px solid #853C27;
}
.gallery-carousel.neurology .owl-nav .owl-prev:hover {
  color: #00A4A6;
}
.gallery-carousel.neurology .owl-nav .owl-next:hover {
  color: #00A4A6;
}
.gallery-carousel.neurology .owl-dot span {
  background: #00A4A6;
  border: 1px solid #00A4A6;
}
.gallery-carousel.neurology .owl-dot.active span {
  border: 1px solid #00A4A6;
}
.img-pad {
  margin-top: 10px;
  margin-bottom: 20px;
}
.gallery {
  background: #000 url(../img/systems/gallery-background.jpg) center bottom no-repeat;
}
.statsdisplay {
  font-size: 3.125em;
  font-weight: 100;
  color: #999;
}
.statsdisplay .left,
.statsdisplay .middle {
  border-right: 1px solid #e2e2e2;
}
.statsdisplay .subtext {
  font-size: 12px;
  color: #797979;
  font-weight: 200;
  padding-bottom: 25px;
}
ul.dashed {
  padding-left: 20px;
}
ul.dashed li {
  padding-bottom: 5px;
}
ul.dashed li:before {
  content: "-";
  display: inline-block;
  margin-left: -10px;
  width: 10px;
  font-weight: 200;
}
.products .title {
  color: #000;
  font-weight: 300;
}
/**
 * Account
 *
 */
/**
 * Account
 * - Defaults / Used accross the accounts pages
 *
 */
.account {
  padding-bottom: 30px;
}
.account .hero-container {
  padding: 15px 0;
  background: #fff;
}
.account .hero-container .hero h1,
.account .hero-container .hero p {
  margin: 0;
  line-height: 1.6;
}
.account .hero-container .hero h1 {
  font-size: 1.25em;
  font-weight: 600;
}
.account .navigation-container {
  padding: 15px 0;
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
.account .navigation-container .navigation {
  margin: 0;
}
.account .navigation-container .navigation .owl-nav,
.account .navigation-container .navigation .owl-prev,
.account .navigation-container .navigation .owl-next {
  position: absolute;
}
.account .navigation-container .navigation .owl-nav {
  top: 0;
  width: 100%;
}
.account .navigation-container .navigation .owl-prev {
  left: -10px;
}
.account .navigation-container .navigation .owl-next {
  right: -10px;
}
.account .navigation-container .navigation a.active {
  text-decoration: underline;
}
.account .quick-look {
  margin-top: 15px;
  background: #fff;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.account .quick-look:before,
.account .quick-look:after {
  content: " ";
  display: table;
}
.account .quick-look:after {
  clear: both;
}
.account .quick-look:before,
.account .quick-look:after {
  content: " ";
  display: table;
}
.account .quick-look:after {
  clear: both;
}
.account .quick-look > div {
  padding: 15px;
}
.account .quick-look .title {
  margin: 0;
  font-size: 1.125em;
  font-weight: 600;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #e2e2e2;
}
.account .quick-look .content {
  color: #777777;
}
.account .quick-look .edit-btn {
  right: 15px;
  bottom: 15px;
  font-size: 1em;
  position: absolute;
  padding: 5px 15px;
}
.account .stats .status {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.account .stats .status.fa-pull-left {
  margin-right: .3em;
}
.account .stats .status.fa-pull-right {
  margin-left: .3em;
}
.account .stats .status.pull-left {
  margin-right: .3em;
}
.account .stats .status.pull-right {
  margin-left: .3em;
}
.account .stats .status:before {
  content: "\f192";
}
.account .stats .status.new:before {
  content: "\f28b";
}
.account .stats .status.paid:before {
  content: "\f058";
}
.account .stats .status.cancelled:before {
  content: "\f111";
}
.account .orders-container .orders .order-header {
  margin: 0;
  border-bottom: 1px solid #e2e2e2;
}
.account .orders-container .orders .order-header li {
  margin: 0;
  padding: 0;
}
.account .orders-container .orders .order-header .title {
  border: none;
}
.account .orders-container .order {
  padding: 15px;
}
.account .orders-container .order .stats {
  padding: 15px 0;
}
.account .orders-container .order .stats li {
  line-height: 1.8;
  color: #777777;
}
.account .orders-container .order .stats li .list-title {
  color: #000;
  margin-right: 5px;
}
/**
 * Account
 *  - Dashboard
 *
 */
.dashboard-page .billing-address address,
.dashboard-page .shipping-address address {
  margin: 0;
  width: 50%;
  padding-top: 15px;
}
.dashboard-page .billing-address address .content,
.dashboard-page .shipping-address address .content {
  line-height: 1.4;
}
.dashboard-page .payment-methods .methods {
  width: 50%;
  padding: 15px 0;
}
.dashboard-page .payment-methods .methods p {
  margin: 0;
  line-height: 1.4;
}
.dashboard-page .password .content {
  padding: 15px 0;
}
/**
 * Account
 *  - Orders
 *
 */
.account-orders-page .quick-look .title .total {
  font-size: 0.875em;
}
.account-orders-page .quick-look .title .total .amount {
  color: #777777;
}
.account-orders-page .quick-look hr {
  margin: 0 0 15px;
}
/**
 * Account
 *  - Order
 */
.account-order-page {
  background: #F5F9FC;
  background: #eeeeee;
}
.account-order-page:before,
.account-order-page:after {
  content: " ";
  display: table;
}
.account-order-page:after {
  clear: both;
}
.account-order-page:before,
.account-order-page:after {
  content: " ";
  display: table;
}
.account-order-page:after {
  clear: both;
}
.account-order-page .page-title {
  background: #fff;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.account-order-page .page-title h1 {
  font-size: 3em;
  font-weight: 600;
}
.account-order-page .order-help {
  color: #000;
}
.account-order-page .order-summary-container {
  background: #fff;
  border: 1px solid #e2e2e2;
}
.account-order-page .order-summary-container .order-summary > .title {
  margin: 0;
  font-size: 1em;
  padding: 0 0 15px;
  color: #000000;
}
.account-order-page .order-summary-container .order-summary > div {
  padding: 15px 0;
  border-top: 1px solid #e2e2e2;
}
.account-order-page .order-summary-container .order-summary > div:before,
.account-order-page .order-summary-container .order-summary > div:after {
  content: " ";
  display: table;
}
.account-order-page .order-summary-container .order-summary > div:after {
  clear: both;
}
.account-order-page .order-summary-container .order-summary > div:before,
.account-order-page .order-summary-container .order-summary > div:after {
  content: " ";
  display: table;
}
.account-order-page .order-summary-container .order-summary > div:after {
  clear: both;
}
.account-order-page .order-summary-container .order-summary > div.row {
  border-top: none;
}
.account-order-page .order-summary-container .order-summary .order .title,
.account-order-page .order-summary-container .order-summary .discount .title,
.account-order-page .order-summary-container .order-summary .order .price,
.account-order-page .order-summary-container .order-summary .discount .price {
  font-size: 0.9375em;
  color: #000000;
  font-weight: 500;
}
.account-order-page .order-summary-container .order-summary .estimate .total,
.account-order-page .order-summary-container .order-summary .totals .total,
.account-order-page .order-summary-container .order-summary .estimate .price,
.account-order-page .order-summary-container .order-summary .totals .price {
  font-size: 1.0625em;
  color: #000000;
  font-weight: 500;
}
.account-order-page .order-summary-container .order-summary .estimate .information,
.account-order-page .order-summary-container .order-summary .totals .information {
  font-size: 0.8125em;
}
.account-order-page .order-summary-container .order-summary .coupon {
  padding: 15px 0 0 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.account-order-page .order-summary-container .order-summary .coupon .coupon-code-link {
  font-size: 0.8125em;
  display: block;
  text-decoration: underline;
  margin-bottom: 15px;
}
.account-order-page .order-summary-container .order-summary .coupon form {
  display: none;
  padding-bottom: 15px;
}
.account-order-page .order-summary-container .order-summary .coupon .form-control {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.account-order-page .order-summary-container .order-summary .coupon .btn {
  padding: 6px 10px;
}
.account-order-page .order-summary-container .order-summary .checkout {
  padding: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background: #eeeeee;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.account-order-page .order-summary-container .order-summary .checkout .proceed {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.account-order-page .order-summary-container .order-summary .checkout .or {
  display: block;
  padding: 7.5px 0;
}
.account-order-page .order-summary-container .order-summary .checkout .paypal-express {
  height: 44px;
  width: 100%;
  background-size: contain;
  background-position: center;
}
.account-order-page .order-summary-container,
.account-order-page .cart-items-container {
  height: 100%;
}
.account-order-page .flashMessage {
  font-weight: 500;
  color: #000000;
  background: #ffffff;
}
.account-order-page .page-title-header {
  background: #F5F9FC;
}
.account-order-page .page-title-header .title {
  margin: 0;
  color: #000000;
  font-weight: 100;
}
.account-order-page .cart-items-box,
.account-order-page .order-summary-box {
  padding: 0;
}
.account-order-page .card-items-container {
  padding: 27px 44px;
}
.account-order-page .button-row {
  border: 1px solid #e2e2e2;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
}
.account-order-page .button-row .link {
  margin-top: 15px;
  font-size: 0.875em;
  text-decoration: underline;
}
.account-order-page .button-row .btn {
  width: 100%;
  padding: 12px 20px;
}
.account-order-page .cart-items-container {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
}
.account-order-page .cart-items-container > .title {
  margin: 0;
  padding: 0 0 15px;
  color: #000000;
}
.account-order-page .cart-items-container .cart-items {
  padding: 30px 0;
  border-top: 1px solid #e2e2e2;
}
.account-order-page .cart-items-container .cart-items .title {
  margin: 0;
  font-size: 1em;
  line-height: 1.2;
  padding-bottom: 7.5px;
  color: #000000;
}
.account-order-page .cart-items-container .cart-items .options {
  color: #555555;
  font-size: 0.875em;
  padding-bottom: 10px;
}
.account-order-page .cart-items-container .cart-items .options p {
  margin: 0;
  padding: 0 0 2px;
}
.account-order-page .cart-items-container .cart-items .discount,
.account-order-page .cart-items-container .cart-items .price,
.account-order-page .cart-items-container .cart-items .total {
  margin: 0;
  color: #555555;
  font-size: 0.9375em;
  padding: 2px 0;
}
.account-order-page .cart-items-container .cart-items .total {
  font-size: 1.0625em;
  color: #000000;
}
.account-order-page .cart-items-container .cart-items .remove {
  text-decoration: underline;
}
.account-order-page .cart-items-container .cart-items:last-child {
  padding-bottom: 0;
}
.account-order-page .shipping-address-container,
.account-order-page .shipping-method-container,
.account-order-page .billing-address-container,
.account-order-page .payment-method-container,
.account-order-page .order-confirmation-container {
  color: #000;
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.account-order-page .shipping-address-container h2,
.account-order-page .shipping-method-container h2,
.account-order-page .billing-address-container h2,
.account-order-page .payment-method-container h2,
.account-order-page .order-confirmation-container h2 {
  font-size: 1.25em;
  margin: 0 0 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.account-order-page .shipping-address-container .shipping-address,
.account-order-page .billing-address-container .shipping-address,
.account-order-page .shipping-address-container .billing-address,
.account-order-page .billing-address-container .billing-address {
  position: relative;
}
.account-order-page .shipping-address-container .shipping-address.editing,
.account-order-page .billing-address-container .shipping-address.editing,
.account-order-page .shipping-address-container .billing-address.editing,
.account-order-page .billing-address-container .billing-address.editing {
  z-index: 202;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
}
.account-order-page .shipping-address-container .shipping-address hr,
.account-order-page .billing-address-container .shipping-address hr,
.account-order-page .shipping-address-container .billing-address hr,
.account-order-page .billing-address-container .billing-address hr {
  margin: 15px 0;
  border-top: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .account-order-page .shipping-address-container .shipping-address input,
  .account-order-page .billing-address-container .shipping-address input,
  .account-order-page .shipping-address-container .billing-address input,
  .account-order-page .billing-address-container .billing-address input {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
  select.account-order-page .shipping-address-container .shipping-address input,
  select.account-order-page .billing-address-container .shipping-address input,
  select.account-order-page .shipping-address-container .billing-address input,
  select.account-order-page .billing-address-container .billing-address input {
    height: 33px;
    line-height: 33px;
  }
  textarea.account-order-page .shipping-address-container .shipping-address input,
  textarea.account-order-page .billing-address-container .shipping-address input,
  textarea.account-order-page .shipping-address-container .billing-address input,
  textarea.account-order-page .billing-address-container .billing-address input,
  select[multiple].account-order-page .shipping-address-container .shipping-address input,
  select[multiple].account-order-page .billing-address-container .shipping-address input,
  select[multiple].account-order-page .shipping-address-container .billing-address input,
  select[multiple].account-order-page .billing-address-container .billing-address input {
    height: auto;
  }
  .account-order-page .shipping-address-container .shipping-address .input-group-btn a,
  .account-order-page .billing-address-container .shipping-address .input-group-btn a,
  .account-order-page .shipping-address-container .billing-address .input-group-btn a,
  .account-order-page .billing-address-container .billing-address .input-group-btn a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
  }
}
.account-order-page .shipping-address-container .shipping-address .address,
.account-order-page .billing-address-container .shipping-address .address,
.account-order-page .shipping-address-container .billing-address .address,
.account-order-page .billing-address-container .billing-address .address {
  padding: 15px;
  margin-bottom: 10px;
  background: #F5F9FC;
  border-radius: 4px;
}
.account-order-page .shipping-address-container .shipping-address .address strong,
.account-order-page .billing-address-container .shipping-address .address strong,
.account-order-page .shipping-address-container .billing-address .address strong,
.account-order-page .billing-address-container .billing-address .address strong {
  color: #000;
}
.account-order-page .shipping-address-container .shipping-address .address p,
.account-order-page .billing-address-container .shipping-address .address p,
.account-order-page .shipping-address-container .billing-address .address p,
.account-order-page .billing-address-container .billing-address .address p {
  line-height: 1.2;
  margin-bottom: 5px;
  color: #777777;
}
.account-order-page .shipping-address-container .shipping-address .btn.edit-details,
.account-order-page .billing-address-container .shipping-address .btn.edit-details,
.account-order-page .shipping-address-container .billing-address .btn.edit-details,
.account-order-page .billing-address-container .billing-address .btn.edit-details {
  margin-top: 0;
  font-size: 1em;
  padding-left: 0;
  color: #00ADD3;
}
.account-order-page .shipping-address-container .shipping-address .update-shipping-buttons,
.account-order-page .billing-address-container .shipping-address .update-shipping-buttons,
.account-order-page .shipping-address-container .billing-address .update-shipping-buttons,
.account-order-page .billing-address-container .billing-address .update-shipping-buttons,
.account-order-page .shipping-address-container .shipping-address .update-billing-buttons,
.account-order-page .billing-address-container .shipping-address .update-billing-buttons,
.account-order-page .shipping-address-container .billing-address .update-billing-buttons,
.account-order-page .billing-address-container .billing-address .update-billing-buttons {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
.account-order-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
.account-order-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
.account-order-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
.account-order-page .billing-address-container .billing-address .update-shipping-buttons .btn,
.account-order-page .shipping-address-container .shipping-address .update-billing-buttons .btn,
.account-order-page .billing-address-container .shipping-address .update-billing-buttons .btn,
.account-order-page .shipping-address-container .billing-address .update-billing-buttons .btn,
.account-order-page .billing-address-container .billing-address .update-billing-buttons .btn {
  padding: 12px 9px;
}
.account-order-page .shipping-method-container .shipping-method .method,
.account-order-page .payment-method-container .shipping-method .method,
.account-order-page .order-confirmation-container .shipping-method .method,
.account-order-page .shipping-method-container .payment-method .method,
.account-order-page .payment-method-container .payment-method .method,
.account-order-page .order-confirmation-container .payment-method .method {
  width: 100%;
  display: table;
  padding: 10px;
  border-top: 1px solid #e2e2e2;
}
.account-order-page .shipping-method-container .shipping-method .method:before,
.account-order-page .payment-method-container .shipping-method .method:before,
.account-order-page .order-confirmation-container .shipping-method .method:before,
.account-order-page .shipping-method-container .payment-method .method:before,
.account-order-page .payment-method-container .payment-method .method:before,
.account-order-page .order-confirmation-container .payment-method .method:before,
.account-order-page .shipping-method-container .shipping-method .method:after,
.account-order-page .payment-method-container .shipping-method .method:after,
.account-order-page .order-confirmation-container .shipping-method .method:after,
.account-order-page .shipping-method-container .payment-method .method:after,
.account-order-page .payment-method-container .payment-method .method:after,
.account-order-page .order-confirmation-container .payment-method .method:after {
  content: " ";
  display: table;
}
.account-order-page .shipping-method-container .shipping-method .method:after,
.account-order-page .payment-method-container .shipping-method .method:after,
.account-order-page .order-confirmation-container .shipping-method .method:after,
.account-order-page .shipping-method-container .payment-method .method:after,
.account-order-page .payment-method-container .payment-method .method:after,
.account-order-page .order-confirmation-container .payment-method .method:after {
  clear: both;
}
.account-order-page .shipping-method-container .shipping-method .method:before,
.account-order-page .payment-method-container .shipping-method .method:before,
.account-order-page .order-confirmation-container .shipping-method .method:before,
.account-order-page .shipping-method-container .payment-method .method:before,
.account-order-page .payment-method-container .payment-method .method:before,
.account-order-page .order-confirmation-container .payment-method .method:before,
.account-order-page .shipping-method-container .shipping-method .method:after,
.account-order-page .payment-method-container .shipping-method .method:after,
.account-order-page .order-confirmation-container .shipping-method .method:after,
.account-order-page .shipping-method-container .payment-method .method:after,
.account-order-page .payment-method-container .payment-method .method:after,
.account-order-page .order-confirmation-container .payment-method .method:after {
  content: " ";
  display: table;
}
.account-order-page .shipping-method-container .shipping-method .method:after,
.account-order-page .payment-method-container .shipping-method .method:after,
.account-order-page .order-confirmation-container .shipping-method .method:after,
.account-order-page .shipping-method-container .payment-method .method:after,
.account-order-page .payment-method-container .payment-method .method:after,
.account-order-page .order-confirmation-container .payment-method .method:after {
  clear: both;
}
.account-order-page .shipping-method-container .shipping-method .method.selected,
.account-order-page .payment-method-container .shipping-method .method.selected,
.account-order-page .order-confirmation-container .shipping-method .method.selected,
.account-order-page .shipping-method-container .payment-method .method.selected,
.account-order-page .payment-method-container .payment-method .method.selected,
.account-order-page .order-confirmation-container .payment-method .method.selected {
  border-radius: 4px;
  border: 1px solid #31b0d5;
}
.account-order-page .shipping-method-container .shipping-method .method .radio,
.account-order-page .payment-method-container .shipping-method .method .radio,
.account-order-page .order-confirmation-container .shipping-method .method .radio,
.account-order-page .shipping-method-container .payment-method .method .radio,
.account-order-page .payment-method-container .payment-method .method .radio,
.account-order-page .order-confirmation-container .payment-method .method .radio,
.account-order-page .shipping-method-container .shipping-method .method .price,
.account-order-page .payment-method-container .shipping-method .method .price,
.account-order-page .order-confirmation-container .shipping-method .method .price,
.account-order-page .shipping-method-container .payment-method .method .price,
.account-order-page .payment-method-container .payment-method .method .price,
.account-order-page .order-confirmation-container .payment-method .method .price,
.account-order-page .shipping-method-container .shipping-method .method .logo,
.account-order-page .payment-method-container .shipping-method .method .logo,
.account-order-page .order-confirmation-container .shipping-method .method .logo,
.account-order-page .shipping-method-container .payment-method .method .logo,
.account-order-page .payment-method-container .payment-method .method .logo,
.account-order-page .order-confirmation-container .payment-method .method .logo {
  display: table-cell;
  vertical-align: middle;
}
.account-order-page .shipping-method-container .shipping-method .method .radio,
.account-order-page .payment-method-container .shipping-method .method .radio,
.account-order-page .order-confirmation-container .shipping-method .method .radio,
.account-order-page .shipping-method-container .payment-method .method .radio,
.account-order-page .payment-method-container .payment-method .method .radio,
.account-order-page .order-confirmation-container .payment-method .method .radio {
  width: 75%;
}
.account-order-page .shipping-method-container .shipping-method .method .price,
.account-order-page .payment-method-container .shipping-method .method .price,
.account-order-page .order-confirmation-container .shipping-method .method .price,
.account-order-page .shipping-method-container .payment-method .method .price,
.account-order-page .payment-method-container .payment-method .method .price,
.account-order-page .order-confirmation-container .payment-method .method .price,
.account-order-page .shipping-method-container .shipping-method .method .logo,
.account-order-page .payment-method-container .shipping-method .method .logo,
.account-order-page .order-confirmation-container .shipping-method .method .logo,
.account-order-page .shipping-method-container .payment-method .method .logo,
.account-order-page .payment-method-container .payment-method .method .logo,
.account-order-page .order-confirmation-container .payment-method .method .logo {
  width: 25%;
}
.account-order-page .custom-note-container {
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}
.account-order-page .continue-container {
  padding: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
.account-order-page .continue-container .btn {
  width: 100%;
  display: block;
  padding: 15px 7px;
}
.account-order-page .order-summary-container .order-summary .checkout {
  border: none;
  background: #fff;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 15px solid #F5F9FC;
}
.account-order-page .order-confirmation-container .order-confirmation {
  padding-top: 15px;
}
.account-order-page .order-confirmation-container > .title a {
  color: #bbbbbb;
}
.account-order-page .order-confirmation-container .status {
  padding: 15px;
}
.account-order-page .order-confirmation-container .status span {
  width: 2em;
  height: 2em;
  color: #fff;
  display: block;
  line-height: 1.8;
  border-radius: 50%;
  margin: auto auto 5px;
  vertical-align: middle;
  background: #5cb85c;
}
.account-order-page .order-confirmation-container .status .content {
  font-size: 0.875em;
  line-height: 1.4;
}
.account-order-page .order-confirmation-container .reference {
  padding: 15px;
  background: #eeeeee;
  border-radius: 4px;
}
.account-order-page .order-confirmation-container .reference .number {
  font-size: 1.5em;
}
.account-order-page .order-confirmation-container .buttons {
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
}
.account-order-page .order-confirmation-container .buttons .btn {
  font-size: 1em;
  color: #00ADD3;
}
.account-order-page .order-summary-container .order-details .details {
  padding-bottom: 15px;
}
.account-order-page .order-summary-container .order-details .details h3 {
  margin-top: 0;
}
.account-order-page .order-summary-container .order-details .details p {
  color: #777777;
  line-height: 1.2;
  margin-bottom: 5px;
}
.account-order-page .order-summary-container .order-details .details p strong {
  color: #000;
}
.account-order-page .order-summary-container .order-details .details .btn {
  display: block;
  margin-top: 10px;
}
.account-order-page .cart-items-container .cart-items {
  padding: 0 15px;
  border-top: none;
}
.account-order-page .order-confirmation-container {
  margin-top: 15px;
}
.account-order-page .order-confirmation-container .buttons .btn.btn-success {
  color: #fff;
}
.account-order-page .order-summary-container {
  padding: 15px;
}
.account-order-page .stats {
  padding: 15px;
}
.account-order-page .stats .title {
  margin-bottom: 0;
}
.account-order-page .stats .status {
  font-size: 2.1875em;
  display: block;
  padding: 5px 0;
}
.account-order-page .buttons {
  margin-top: 15px;
}
/**
 * Account
 *  - Billing Address
 *  - Shipping Address
 *  - Password
 *
 */
.account-billing-page .billing,
.account-shipping-page .billing,
.account-password-page .billing,
.account-billing-page .shipping,
.account-shipping-page .shipping,
.account-password-page .shipping,
.account-billing-page .password,
.account-shipping-page .password,
.account-password-page .password {
  padding: 15px;
}
.account-billing-page .billing .title,
.account-shipping-page .billing .title,
.account-password-page .billing .title,
.account-billing-page .shipping .title,
.account-shipping-page .shipping .title,
.account-password-page .shipping .title,
.account-billing-page .password .title,
.account-shipping-page .password .title,
.account-password-page .password .title {
  margin-bottom: 15px;
}
.account-billing-page .billing button,
.account-shipping-page .billing button,
.account-password-page .billing button,
.account-billing-page .shipping button,
.account-shipping-page .shipping button,
.account-password-page .shipping button,
.account-billing-page .password button,
.account-shipping-page .password button,
.account-password-page .password button {
  margin-top: 15px;
}
/**
 * Account
 *  - Payment Methods (profile) pages
 *
 */
.account-payment-methods-page {
  height: 100%;
}
.account-payment-methods-page .quick-look {
  padding: 15px;
}
.account-payment-methods-page .quick-look .methods {
  float: left !important;
  float: left;
  padding: 15px 5px 5px;
}
.account-payment-methods-page .quick-look .edit-btn {
  float: right !important;
  float: right;
  margin-top: 10px;
  position: static;
}
.account-payment-methods-page .quick-look .btn-danger {
  margin-left: 5px;
}
/**
 * Account
 *  - Payment Methods (profile) page
 *
 */
.account-payment-method-page .payment-method {
  padding: 15px;
  background: #fff;
}
.account-payment-method-page .payment-method .saved-card {
  padding: 15px;
  margin-bottom: 15px;
  background: #eeeeee;
  border-radius: 4px;
  border: 1px solid #31b0d5;
}
.account-payment-method-page .payment-method .saved-card:before,
.account-payment-method-page .payment-method .saved-card:after {
  content: " ";
  display: table;
}
.account-payment-method-page .payment-method .saved-card:after {
  clear: both;
}
.account-payment-method-page .payment-method .saved-card:before,
.account-payment-method-page .payment-method .saved-card:after {
  content: " ";
  display: table;
}
.account-payment-method-page .payment-method .saved-card:after {
  clear: both;
}
.account-payment-method-page .payment-method .saved-card p {
  margin: 0;
  padding: 5px;
}
.account-payment-method-page .payment-method .saved-card .btn {
  margin: 0;
  padding: 5px 7px;
}
.account-payment-method-page .payment-method .btn {
  width: 100%;
  padding: 15px;
  display: block;
  margin-bottom: 15px;
}
/**
 * Contact Page
 */
.contact-form .btn {
  width: 100%;
  margin-top: 15px;
}
.global-contacts-container .location {
  margin-bottom: 40px;
}
.global-contacts-container .location .flag {
  width: 40px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
/**
 * About Us Page
 */
.aboutus-header {
  background: url("/themes/default/resources/img/aboutus/aboutus-background-intro.jpg") no-repeat 50% bottom;
  background-size: 100% auto;
  padding-bottom: 40%;
}
.aboutus-workshops {
  background: url("/themes/default/resources/img/aboutus/aboutus-background-workshops.jpg") no-repeat 50% bottom;
  background-size: 100% auto;
  padding-bottom: 30%;
}
/**
 * Registration Complete
 */
.coupondisplay {
  font-size: 3em;
  line-height: 12px;
}
/**
* Message area (top bar)
*/
.jbar {
  left: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  padding: 15px 0;
  z-index: 9999999;
  -moz-opacity: 0.9;
  text-align: center;
  background-repeat: no-repeat;
  background-color: #003249 !important;
  background-position: center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7);
}
.jbar-top {
  top: 0;
  width: 100%;
  height: 100%;
}
.jbar-bottom {
  bottom: 0px;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #ebebeb;
  color: #777;
}
.jbar-content {
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  position: absolute;
}
@media (min-width: 768px) {
  .jbar-content {
    top: 50%;
  }
}
/**
* Location Modal
*/
.modal.modal-location-selector .modal-content {
  border-radius: 0px;
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 0px 10px 50px 10px;
}
.modal.modal-location-selector .modal-content a {
  border: 1px solid #fff;
  padding: 30px 0px;
  border-radius: 3px;
  display: block;
}
.modal.modal-location-selector .modal-content a:hover {
  border: 1px solid #00ADD3;
}
.modal.modal-location-selector .modal-content h1 {
  color: #000;
  padding: 50px 0px 30px 0px;
  font-size: 1.875em;
}
.modal.modal-location-selector .modal-content .location-text {
  font-size: 1.125em;
  padding: 30px 0px;
}
.modal.modal-location-selector .modal-content .flag {
  width: 50px;
  display: inline-block;
  height: 30px;
  background-size: 100%;
}
.modal.modal-location-selector .modal-content .modal-zone {
  font-size: 1.5em;
  color: #000;
  font-weight: 200;
}
.modal.modal-location-selector .modal-content .modal-currency {
  font-size: 1.125em;
  color: #666;
  font-weight: 200;
}
.modal-backdrop {
  background-color: #003249 !important;
}
.modal-backdrop.in {
  opacity: 0.9;
}
/** Firefox Hacks **/
@-moz-document url-prefix() {
  .hero.banner {
    padding-bottom: 65px;
  }
  .hero.with-nav {
    padding-bottom: 0px;
  }
  .event-page .tickets table {
    height: 100px;
  }
  .event-page .tickets.large table {
    height: 130px;
  }
}
@media (max-width: 768px) {
  /**
 * Navigation
 *
*/
  .header {
    background: #00638E;
  }
  .header a {
    color: #ffffff;
  }
  .header .mainHead {
    padding: 0px;
    position: relative;
  }
  .header .mainHead .logo {
    background: url(../svg/icons/logo-white-mobile.svg) 0px 0px no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
  }
  .header .mainHead .mainMenu {
    float: left;
    width: 50px;
    height: 50px;
    z-index: 3;
    position: relative;
    margin: 0;
  }
  .header .mainHead .mainMenu.open {
    background: #00638E;
  }
  .header .mainHead .mainMenu.open > ul {
    left: -87% !important;
    opacity: 1;
    z-index: 100;
    transition: all 0.5s ease;
  }
  .header .mainHead .mainMenu > ul {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: -87%;
    top: 0;
    width: 87%;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #00638E;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .header .mainHead .mainMenu > ul > li {
    display: table;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #00587F;
    border-top: 1px solid #1A7299;
  }
  .header .mainHead .mainMenu > ul > li > a {
    font-size: 1.375em;
    padding: 12px 16px 12px 16px;
  }
  .header .mainHead .mainMenu > ul > li:first-child {
    border-top: 0px;
    display: table!important;
  }
  .header .mainHead .mainMenu > ul > li:last-child {
    border-bottom: 0px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu {
    top: auto;
    left: auto;
    background: #005F89;
    position: relative;
    display: none;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .container .subTitle {
    font-size: 15px;
    padding: 25px 0px 0px 0px;
    margin: 0 0 -5px 0;
    font-weight: 200;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu {
    margin: 20px 0px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #1A6A8C;
    font-size: 15px;
    line-height: 23px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li > a {
    padding: 10px 0 10px 23px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li > a:after {
    height: 44px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li:last-child {
    border: none;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li:last-child a {
    padding-left: 0px;
    padding-top: 13px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu {
    margin: 20px 0px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul {
    padding: 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #1A6A8C;
    font-size: 15px;
    line-height: 23px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li > a {
    padding: 10px;
    display: block;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li > a:after {
    height: 44px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li:last-child {
    border: none;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li {
    border-top: 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a {
    padding: 0;
    border: none;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a .icon {
    width: 45px;
    height: 35px;
    margin: 10px 10px 10px 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a .itemTitle {
    font-size: 15px;
    margin-top: 10px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a .desc {
    margin: 2px 0 0 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem > a .icon {
    font-size: 1.25em;
    margin-top: -10px;
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem > a .icon:before {
    content: '+';
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.open > a {
    box-shadow: none;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.open > a .icon {
    font-size: 1.25em;
    margin-top: -10px;
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.open > a .icon:before {
    content: '-';
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.open .subMenu {
    display: block;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a {
    padding-left: 0px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn {
    background: #00ADD3;
    margin: 35px 15px;
    width: auto;
    float: none;
    font-size: 15px;
    padding: 10px 15px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn .glyphicon {
    font-size: 1.25em;
    margin-right: 5%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: -2px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn span {
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn:hover {
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn:active {
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch {
    position: relative;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch:before {
    height: 1px;
    margin: 0;
    content: '';
    display: block;
    background-color: #00587F;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm {
    position: relative;
    border-top: 1px solid #1A7299;
    padding: 20px 0px;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field {
    width: 100%;
    font-size: 14px;
    padding: 0 46px 0 17px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    border: none;
    color: #ffffff;
    height: 41px;
    -webkit-appearance: none;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field::-webkit-input-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field::-moz-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field:-ms-input-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field:-moz-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .icon {
    font-size: 1.5em;
    background: 0 0;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    color: #337D9E;
    position: absolute;
    top: 24px;
    right: 15px;
  }
  .header .mainHead .mainMenu > ul > li .contactUsLink .icon {
    float: left;
    font-size: 0.875em;
    padding: 1px 10px 0px 0px;
    margin: 0;
    color: #ffffff;
  }
  .header .mainHead .ecommerceMenu > li a {
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
  }
  .header .mainHead .dropdownSmallMenu .selected {
    padding: 17px 20px 16px 49px;
    display: block;
    background-position: 15px 20px;
    box-shadow: none;
  }
  .header .mainHead .dropdownSmallMenu .selected .icon {
    margin-top: 6px!important;
  }
  .header .mainHead .dropdownSmallMenu .selected .name {
    margin-top: -49px;
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu {
    width: 120px;
    padding: 0;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a {
    padding: 15px 9px;
    display: table;
    width: 100%;
    background-position: 15px 20px;
    background-repeat: no-repeat;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a span {
    color: #333;
    float: left;
    font-size: 14px;
    padding-left: 40px;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a:hover {
    background-color: #ffffff;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a:active {
    background-color: #ffffff;
  }
  .header .mainHead .loginLink {
    padding: 17px 15px 17px 15px;
    font-size: 14px;
  }
  .header .mainHead .loginLink .icon {
    margin-right: 8px;
    font-size: 1em;
    margin-top: -1px;
    float: left;
  }
  .header .icon-menu {
    width: 20px;
    height: 27px;
    position: absolute;
    left: 16px;
    top: 10px;
  }
  .header .icon-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    font-size: 0px;
    user-select: none;
    transition: background-color 0.3s;
  }
  .header .icon-menu span:before {
    transform: translateY(-250%);
  }
  .header .icon-menu span:after {
    transform: translateY(250%);
  }
  .header .icon-menu span:before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    content: '';
    transition: transform 0.3s;
  }
  .header .icon-menu span:after {
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    content: '';
    transition: transform 0.3s;
  }
  .header .icon-menu.open span {
    background-color: transparent;
  }
  .header .icon-menu.open span:before {
    background: #ffffff;
    top: 0px;
    transform: translateY(0) rotate(45deg);
  }
  .header .icon-menu.open span:after {
    background: #ffffff;
    top: 0;
    transform: translateY(0) rotate(-45deg);
  }
  /**
 * Defaults - Body and Wrapper (which contains the entire content)
 * 
*/
  .wrapper {
    transition: transform 0.4s;
    transition-timing-function: ease-in-out;
    width: 100%;
  }
  .wrapper.toggled {
    transform: translate3d(87%, 0, 0);
    transition: transform 0.4s;
    transition-timing-function: ease-in-out;
    position: fixed;
    height: 100%;
  }
  .overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
  }
  /**
 * Alerts - Alert messages and boxes
 * 
*/
  .alert {
    padding: 13px 10px;
    font-size: 13px;
  }
  /**
 * Footer
 *
*/
  .footer {
    padding-top: 0;
    overflow: hidden;
  }
  .footer .container {
    padding: 0;
  }
  .footer .container .col-xs-12 {
    padding-left: 30px;
  }
  .footer .text {
    font-size: 1em;
    margin-top: 20px;
    line-height: 21px;
  }
  .footer .text a {
    display: block;
  }
  .footer .mobDropd {
    border-bottom: 1px solid #00ADD3;
  }
  .footer .mobDropd .col-xs-24 {
    padding: 0 15px;
  }
  .footer .mobDropd .col-xs-24 .navbar-nav li a {
    font-size: 1.125em;
    line-height: 26px;
    padding: 10px 0px 0px 0px;
  }
  .footer .mobDropd .col-xs-24 .navbar-nav li a:active {
    background: none;
  }
  .footer .mobDropd .col-xs-24 .navbar-nav li a:hover {
    background: none;
  }
  .footer .mobDropd .collapse {
    margin-bottom: 14px;
    border: none;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1) !important;
    margin-top: 2px;
  }
  .footer .mobDropd .collapsing {
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1) !important;
    margin-top: 1px;
  }
  .footer .navbar-default {
    margin-bottom: 0;
    background: none;
    border: none;
  }
  .footer .navbar-default .navbar-brand {
    font-size: 1.25em;
    color: #fff;
    width: 100%;
  }
  .footer .navbar-default .navbar-toggle {
    border: none;
    color: #fff;
    margin: 0 15px;
    padding: 15px 0px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 200ms linear;
  }
  .footer .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .footer .navbar-default .navbar-toggle:active {
    background: none;
  }
  .footer .navbar-default .navbar-toggle[aria-expanded="true"] {
    transform: rotate(-45deg);
    transition: all 200ms linear;
  }
  .footer .copyright {
    margin: 25px 0px 0px 0px;
  }
  .footer .copyright .container {
    padding: 0 15px;
  }
  .footer .copyright .container .text {
    font-size: 0.875em;
    margin-top: 0px;
    line-height: 18px;
  }
  .footer .copyright .container .text a {
    display: inline-block;
  }
  .footer .copyright .cards {
    padding-right: 116px;
    display: inline;
    float: left;
  }
  /**
 * Hero Banners
 *
*/
  .hero > .container {
    width: 100%;
  }
  .hero.banner {
    padding-top: 25px;
    min-height: 165px;
  }
  .hero.banner .title {
    font-size: 2.3em;
    line-height: 1em;
    margin-bottom: 6px;
    margin-top: 15px;
  }
  .hero.banner .short-desc {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
  }
  .hero.banner .long-desc {
    margin-bottom: 20px;
  }
  /**
 * Category
 *
*/
  .category-page .controls .filter a,
  .category-page .controls .sort-order-select .btn {
    padding: 8px 12px;
  }
  .category-page .controls .views a {
    padding: 2px 2px 2px 5px;
    font-size: 1.4375em;
  }
  .category-page .hero.banner {
    min-height: 245px;
  }
  body .category-page .controls {
    padding: 0;
  }
  body .category-page .controls .filter {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 1;
  }
  body .category-page .controls .filter a {
    padding: 13px;
    text-align: left;
    font-weight: 800;
  }
  body .category-page .controls .views {
    background: #fff;
    position: relative;
    z-index: 2;
  }
  body .category-page .controls .views a {
    font-size: 1.125em;
  }
  body .category-page .controls .sort {
    position: relative;
    z-index: 2;
  }
  body .category-page .productListBox .row-controls {
    margin: 0;
  }
  body .category-page .productListBox .row-controls .controls .sort .sort-order-select {
    min-width: 100%;
  }
  body .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn {
    padding-bottom: 13px;
  }
  body .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn .filter-option {
    background-size: 10px;
    background-position: 97% 7px;
    width: 100%;
  }
  body .category-page .product-list-container .row {
    margin: 0;
  }
  body .category-page .product-list-container .grid {
    padding: 15px;
  }
  body .category-page .product-list-container .grid .product {
    margin: 0;
  }
  /**
 * Product
 *
*/
  .product-page .information-container {
    margin-top: 0;
  }
  .product-page .information-container .panel-default .panel-title {
    border-bottom: none;
  }
  .product-page .information-container .panel-default .panel-title a {
    padding: 15px 15px 16px 15px;
  }
  .product-page .information-container .panel-default .panel-title a .title {
    font-size: 1.375em;
    font-weight: 400;
  }
  .product-page .information-container .panel-default .panel-title a .icon-expander {
    font-size: 1em;
    top: 16px;
  }
  .product-page .information-container .panel-default .panel-body {
    border: none;
  }
  .product-page .panel-collapse p,
  .product-page .panel-collapse h3 {
    font-size: 1.125em;
    line-height: 1.75em;
  }
  .product-page .panel-collapse .alert {
    margin-top: 0;
  }
  .product-page .panel-collapse .border-bottom {
    border-bottom: none;
  }
  .product-page .title-container {
    margin-top: -10px;
    text-align: center;
  }
  .product-page .title-container h1 {
    padding: 0;
    font-size: 1.5em;
    font-weight: 400;
  }
  .product-page .titlesub-container {
    text-align: center;
    padding: 0 15px;
  }
  .product-page .questions-answers-container .ask-question {
    margin: -25px 0px -40px 0;
  }
  .product-page .related-products-container {
    border-top: none;
  }
  .product-page .related-products-container .other-resources-carousel .product .image {
    padding: 0;
  }
  .product-page #collapseRelatedProducts .panel-body {
    padding-top: 0;
  }
  .product-page #collapseRelatedProducts .panel-body .owl-carousel.owl-loaded {
    margin: 0 0 25px 0px;
  }
  .product .border-bottom > .container {
    margin-bottom: 15px;
  }
  /**
 * Checkout & Basket Steps global styles
 *
 */
  .basket-page .checkoutContainer,
  .checkout-start-page .checkoutContainer,
  .checkout-shipping-page .checkoutContainer,
  .checkout-billing-page .checkoutContainer,
  .thank-you-page .checkoutContainer {
    padding: 15px 0;
  }
  .basket-page .checkoutContainer > .display-flex-same-height,
  .checkout-start-page .checkoutContainer > .display-flex-same-height,
  .checkout-shipping-page .checkoutContainer > .display-flex-same-height,
  .checkout-billing-page .checkoutContainer > .display-flex-same-height,
  .thank-you-page .checkoutContainer > .display-flex-same-height {
    display: inherit;
  }
  .basket-page .page-title-header,
  .checkout-start-page .page-title-header,
  .checkout-shipping-page .page-title-header,
  .checkout-billing-page .page-title-header,
  .thank-you-page .page-title-header {
    padding: 15px 0px;
  }
  .basket-page .page-title-header .title,
  .checkout-start-page .page-title-header .title,
  .checkout-shipping-page .page-title-header .title,
  .checkout-billing-page .page-title-header .title,
  .thank-you-page .page-title-header .title {
    font-size: 2em;
    letter-spacing: -0.5px;
  }
  .basket-page .flashMessage,
  .checkout-start-page .flashMessage,
  .checkout-shipping-page .flashMessage,
  .checkout-billing-page .flashMessage,
  .thank-you-page .flashMessage {
    padding: 10px 0;
    font-size: 0.9375em;
  }
  .basket-page .flashMessage p,
  .checkout-start-page .flashMessage p,
  .checkout-shipping-page .flashMessage p,
  .checkout-billing-page .flashMessage p,
  .thank-you-page .flashMessage p {
    margin: 0;
  }
  .basket-page .cart-items-container,
  .checkout-start-page .cart-items-container,
  .checkout-shipping-page .cart-items-container,
  .checkout-billing-page .cart-items-container,
  .thank-you-page .cart-items-container {
    border-radius: 6px;
  }
  .basket-page .cart-items-container > .title,
  .checkout-start-page .cart-items-container > .title,
  .checkout-shipping-page .cart-items-container > .title,
  .checkout-billing-page .cart-items-container > .title,
  .thank-you-page .cart-items-container > .title {
    font-size: 1.25em;
  }
  .basket-page .order-summary-container,
  .checkout-start-page .order-summary-container,
  .checkout-shipping-page .order-summary-container,
  .checkout-billing-page .order-summary-container,
  .thank-you-page .order-summary-container {
    border-radius: 6px 6px 0 0;
    padding: 20px 15px 0 15px;
  }
  .basket-page .button-row,
  .checkout-start-page .button-row,
  .checkout-shipping-page .button-row,
  .checkout-billing-page .button-row,
  .thank-you-page .button-row {
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    padding: 15px 0px;
  }
  /**
 * Checkout
 *   - Start
 *
*/
  /**
 * Checkout
 *   - Shipping
 *
*/
  /**
 * Checkout
 *   - Pay
 *
*/
  /**
 * Checkout
 *   - Thank You
 *
*/
  /**
 * Carousel OWL
 *  
 *
*/
  .owl-nav {
    display: none;
  }
  /**
 * Floating Menu with carousel
 *  
 *
*/
  .submenu .nav .owl-stage-outer {
    padding: 0 15px;
  }
  .submenu .nav li a {
    font-size: 14px;
  }
  .submenu .nav li a:hover::before {
    display: none;
  }
  .submenu .nav li.active a:hover::before {
    display: block;
  }
  .submenu .nav li:first-child {
    padding: 0;
  }
  /**
 * Login Layout
 *
 */
  .loginPage {
    padding-top: 30px;
  }
  .loginPage .logo {
    width: 191px;
    height: 39px;
    margin: 0 auto;
  }
  .loginBox {
    padding: 20px 0 15px 0;
    margin: 20px 0 5px 0;
  }
  .loginBox .title {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    font-size: 1.75em;
  }
  .loginBox .formBox {
    padding: 30px 0 15px 0;
    margin-bottom: 20px;
  }
  /**
 * Customer Services Layout
 *
 */
  .customer-services-page {
    overflow-x: hidden;
  }
  .customer-services-page .pageHeader {
    padding: 25px 0 28px 0;
  }
  .customer-services-page .pageHeader .title {
    margin-bottom: 10px;
  }
  .cserviceContent .title {
    margin: 30px 0 35px 0;
    font-size: 1.75em;
  }
  /**
 * Questionaire Layout
 *
 */
  .questionaireLayout .fs-controls {
    bottom: 20px;
  }
  .questionaireHeader {
    padding-top: 10px;
  }
  .questionaireHeader .logo {
    width: 143px;
    height: 25px;
  }
  .questionaireHeader .slogan {
    font-size: 1em;
  }
  .questionaireForm .title {
    font-size: 2.5em;
    padding: 20px 0;
  }
  .questionaireForm .fs-fields {
    margin-top: 0;
  }
  .questionaireForm .fs-fields > li .fs-radio-custom span {
    padding: 0;
    max-width: none;
    margin: 0 5% 10px 0;
    width: 28%;
  }
  .questionaireForm .fs-fields > li .fs-radio-custom label {
    padding-top: 85%;
    font-size: 1em;
    margin-bottom: 10px;
  }
  .questionaireForm .fs-fields > li label.fs-field-label {
    font-size: 1em;
    margin: 0;
    padding: 10px 0 20px 0;
    line-height: 1.25em;
  }
  .questionaireForm .fs-fields > li input {
    font-size: 1.125em;
  }
  .questionaireForm .fs-fields .fs-radio-custom input[type=checkbox]:checked + label:before {
    top: -6px;
    right: -8px;
    line-height: 19px;
    width: 20px;
    height: 20px;
  }
  .questionaireForm .fs-continue {
    width: 50%;
    font-size: 1.5em;
    padding: 12px 10px;
  }
  .questionaireForm .fs-numbers {
    margin: 10px 20px;
  }
  .questionaireForm .fs-radio-group {
    display: flex;
    flex-wrap: wrap;
  }
  .questionaireForm .fs-form-overview .fs-fields::before {
    margin-bottom: 10px;
  }
  .questionaireForm .fs-form-overview .fs-fields > li,
  .questionaireForm .fs-form-overview .no-js .fs-form .fs-fields > li {
    margin: 0;
    padding: 10px 0;
  }
  /**
 * News / Blog
 *
 */
  .news-list {
    padding: 30px 0 0 0;
  }
  .news-list > li {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  /**
 * Resets
 *
 */
  html {
    overflow-x: visible!important;
    -webkit-overflow-scrolling: touch;
  }
  /**
 * Navigation
 *
*/
  /**
 * Defaults
 *
*/
  .padding-bottom {
    padding-bottom: 90px;
  }
  .padding-top-image {
    padding-top: 50px;
  }
  .padding-bottom-image {
    padding-bottom: 50px;
  }
  .section {
    padding-bottom: 60px;
  }
  h2.section-title {
    font-size: 30px;
    margin-top: 30px;
  }
  .section-leadp {
    font-size: 18px;
  }
  .mini-cart .badge-primary {
    top: 5px;
    right: 3px;
  }
  .mob-pad {
    padding: 0px;
  }
  .mob-pad-no-btm {
    padding: 0px;
  }
  /* Home Page */
  .page-home .subhero {
    float: left;
    width: 33.333%;
  }
  /* Hero Banners */
  .hero.banner {
    min-height: 255px;
    padding-top: 35px;
  }
  .hero.banner .title {
    margin-top: 5px;
    font-size: 4em;
    margin-bottom: 0;
    padding-top: 0px;
  }
  .hero.banner .short-desc {
    padding: 0;
    margin: 0;
    font-size: 2.8em;
  }
  .hero.banner .long-desc {
    max-width: 80%;
    margin: 0 auto;
  }
  .sub-link.mobile-center {
    text-align: left;
  }
  .sub-link img {
    margin-top: 30px;
  }
  .sub-link div:nth-child(2) {
    margin-bottom: 0px;
  }
  .product-list-container {
    padding: 0 0 60px;
    /**
     * Edge to Edge Mode
     * .product-list-container.edge-to-edge
     *
     */
    /**
     * List View not in Edge to Edge Mode
     * .product-list-container .list
     *
     */
  }
  .product-list-container.edge-to-edge {
    padding: 0 15px 60px;
  }
  .product-list-container.edge-to-edge .edge-to-edge {
    /**
            * List View in Edge to Edge Mode
            * .product-list-container.edge-to-edge .list
            *
            */
  }
  .product-list-container.edge-to-edge .edge-to-edge .product {
    margin: 0;
    padding: 15px 0;
  }
  .product-list-container.edge-to-edge .edge-to-edge.list:first-child {
    margin-top: 0;
  }
  .product-list-container.edge-to-edge .edge-to-edge.list .product {
    padding-left: 0;
    padding-right: 0;
  }
  .product-list-container .list .product .title {
    font-size: 1em;
  }
  .product-list-container.resourceslist .edge-to-edge {
    border-left: 1px solid #e2e2e2;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-child(2n+1) {
    border-left: 1px solid #e2e2e2;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-child(3n+1) {
    border-left: 1px solid #ffffff;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-last-child(-n+2) {
    border-bottom: 1px solid #ffffff;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-child(-n+3) .default {
    padding-top: 0px;
  }
  /* Floating Menu */
  .submenu .navbar .dropdown-menu {
    position: relative;
    top: 0px;
    border: none;
    float: right;
    border-radius: none;
    box-shadow: none;
    background: none;
  }
  .submenu .navbar .dropdown-menu.nav-tabs li {
    float: none;
    display: inline-block;
    width: auto;
  }
  .submenu .navbar .dropdown-menu.nav-tabs li:first-child {
    padding: 0px 20px 0px 0px;
  }
  .submenu.withtitle h2 {
    padding-left: 0px;
    font-size: 30px;
    font-weight: 200;
  }
  /* Home Page */
  .page-home .subhero {
    border-bottom: none;
    border-top: none;
  }
  .page-home .subhero .link .header {
    padding: 30px 10px;
  }
  .page-home .subhero .link .header .title {
    font-size: 18px;
  }
  .page-home .subhero .link img {
    width: 80%;
    margin: 0px auto;
  }
  /* Labels */
  .label.banner {
    background-size: 90%;
  }
  /**
 * Quick Order
 *
 */
  .quick-order-container form .blueborder {
    margin: 0 10%;
  }
  /**
 * Resources
 *
 */
  .resources-wrapper {
    margin-bottom: 50px;
  }
  .resources-wrapper .resources-section {
    padding-top: 50px;
  }
  .resources-wrapper .resources-section .border-bottom {
    padding-bottom: 25px;
  }
  .resources-wrapper .section-title {
    font-size: 24px;
  }
  /**
 * Category
 *
*/
  .category-page .hero.banner {
    min-height: 335px!important;
  }
  .category-page .filters .header {
    padding: 16px 15px 17px 15px!important;
  }
  .category-page .filters .header .title {
    margin: 0;
  }
  .category-page .filters .header .title:after {
    bottom: -45px !important;
  }
  .category-page .product-list {
    margin-top: 0px;
  }
  .category-page .row-controls {
    margin-left: 0;
    margin-right: 0;
  }
  .category-page .controls .sort {
    width: 33%;
    border-left: 0;
  }
  .category-page .controls .sort-order-select .filter-option {
    text-transform: capitalize;
  }
  .category-page .controls .total-records {
    font-size: 0.875em;
    vertical-align: middle;
  }
  .category-page .controls .total-records p {
    color: #333;
    margin: 8px 0;
  }
  .category-page .product-list-container {
    padding: 0 0 60px 0;
  }
  .category-page .product-list-container .product {
    margin: 30px 0 15px;
  }
  .category-page .filter-view {
    position: relative;
  }
  .category-page .filters {
    position: static;
    display: block;
  }
  .category-page .filters .header {
    padding: 7.5px 0;
  }
  .category-page .filters .clear-all {
    border: 0;
    padding: 0;
    font-size: 0.75em;
    margin-top: 9px;
  }
  .category-page .filters .clear-all:hover,
  .category-page .filters .clear-all:focus {
    background: none;
  }
  .category-page .filters .clear-all .fa {
    margin-left: 5px;
  }
  .category-page .filters .panel-default {
    margin-bottom: 7.5px;
  }
  .category-page .filters .panel-default .panel-title a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .category-page .filters .panel-default .panel-title a .chevron {
    border-top-right-radius: 4px;
  }
  /**
 * Product
 *
 */
  .product-page .link-back {
    padding: 15px 0px;
  }
  .product-page .title-container {
    border-bottom: none;
  }
  .product-page .title-container h1 {
    margin: 0;
    font-size: 1.5em;
    padding: 0 0 15px 0px;
  }
  .product-page .image-container:before,
  .product-page .image-container:after {
    content: " ";
    display: table;
  }
  .product-page .image-container:after {
    clear: both;
  }
  .product-page .image-container:before,
  .product-page .image-container:after {
    content: " ";
    display: table;
  }
  .product-page .image-container:after {
    clear: both;
  }
  .product-page .image-container .thumbnails {
    overflow-y: auto;
    max-height: 620px;
    text-align: center;
    margin: 20px 0px;
  }
  .product-page .image-container .thumbnails .item {
    border: 1px solid #ffffff;
    padding: 8px;
    width: 60px;
    height: 60px;
    display: inline-block;
    float: none;
    margin: 0 auto;
    margin-right: 0px;
  }
  .product-page .image-container .thumbnails .item.active {
    border: 1px solid #00ADD3;
  }
  .product-page .buy-box-container {
    margin-left: -15px;
    margin-right: -15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .product-page .details-container {
    padding-bottom: 15px;
  }
  .product-page .information-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
  }
  .product-page .information-container .panel-default {
    margin-left: 0;
    margin-right: 0;
  }
  .product-page .information-container .panel-default .panel-title a {
    padding: 25px 0px;
  }
  .product-page .information-container .panel-default .panel-body#resources {
    padding: 0px 0px 25px 0px;
  }
  .product-page .questions-answers-container .questions-answers .question {
    padding: 0px;
  }
  .product-page .questions-answers-container .questions-answers .answer {
    padding: 0px 0px 25px 0px;
  }
  .product-page .attributes-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .product-page .attributes-container .attributes .details img {
    width: 64px;
    margin-right: 15px;
  }
  .product-page .related-products-container {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    margin-top: 0px;
    border-radius: 4px;
    border: none;
  }
  .product-page .related-products-container .related-products > .title {
    margin: 0 0 15px 15px;
  }
  .product-page .related-products-container .related-products .product-list-container {
    padding: 0;
    border: none;
  }
  .product-page .related-products-container .related-products .product-list-container .list:first-child {
    margin-top: 0;
  }
  .product-page .related-products-container .related-products .related-products-carousel {
    display: block;
  }
  .product-page .related-products-container .related-products .related-products-carousel .product {
    padding-top: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    border-top: 0px;
  }
  .product-page .related-products-container .related-products .related-products-carousel .product .image {
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }
  .product-page .related-products-container .related-products .related-products-carousel .product .info {
    display: block;
    width: 100%;
  }
  .product-page .related-products-container .related-products .related-products-carousel .product .label {
    display: none;
  }
  /**
 * Systems
 **/
  .systems-page .hero.banner .title {
    font-size: 4.5em;
  }
  .systems-page .hero .mmp-wide-back {
    background-size: contain;
  }
  .systems-page .hero .mmp-back {
    padding-bottom: 200px;
    margin-top: 60px;
  }
  .systems-page .hero .sop-back {
    padding-bottom: 200px;
    margin-top: 60px;
  }
  .systems-page .hero .ridgestop-back {
    padding-bottom: 200px;
    margin-top: 60px;
  }
  .systems-page .hero .carpal-back {
    padding-bottom: 200px;
    margin-top: 60px;
  }
  .systems-page .hero .alicam-wide-back {
    background-size: cover;
  }
  .systems-page .alicam-capsule-info .alicam-capsule-info-image {
    display: block;
    vertical-align: middle;
  }
  .fixed-height {
    height: 345px;
  }
  .vertical {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .vertical h3 {
    font-size: 2em;
  }
  .fixed-height-container .img-responsive {
    padding: 0px;
  }
  .gallery h2 {
    font-size: 3.25em;
  }
  .statsdisplay {
    font-size: 5em;
  }
  .statsdisplay .subtext {
    font-size: 16px;
    padding-bottom: 25px;
  }
  /**
 * Checkout & Basket Steps global styles
 *
 */
  .basket-page .order-summary-container,
  .checkout-start-page .order-summary-container,
  .checkout-shipping-page .order-summary-container,
  .checkout-billing-page .order-summary-container,
  .thank-you-page .order-summary-container {
    margin-top: 30px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 20px 30px 0 30px;
  }
  .basket-page .order-summary-container .order-summary .checkout,
  .checkout-start-page .order-summary-container .order-summary .checkout,
  .checkout-shipping-page .order-summary-container .order-summary .checkout,
  .checkout-billing-page .order-summary-container .order-summary .checkout,
  .thank-you-page .order-summary-container .order-summary .checkout {
    margin-left: -30px;
    margin-right: -30px;
  }
  .basket-page .checkoutContainer,
  .checkout-start-page .checkoutContainer,
  .checkout-shipping-page .checkoutContainer,
  .checkout-billing-page .checkoutContainer,
  .thank-you-page .checkoutContainer {
    padding: 30px 15px;
  }
  .basket-page .checkoutContainer > .display-flex-same-height,
  .checkout-start-page .checkoutContainer > .display-flex-same-height,
  .checkout-shipping-page .checkoutContainer > .display-flex-same-height,
  .checkout-billing-page .checkoutContainer > .display-flex-same-height,
  .thank-you-page .checkoutContainer > .display-flex-same-height {
    display: inherit;
  }
  .basket-page .page-title-header,
  .checkout-start-page .page-title-header,
  .checkout-shipping-page .page-title-header,
  .checkout-billing-page .page-title-header,
  .thank-you-page .page-title-header {
    padding: 25px 0px;
  }
  .basket-page .page-title-header .title,
  .checkout-start-page .page-title-header .title,
  .checkout-shipping-page .page-title-header .title,
  .checkout-billing-page .page-title-header .title,
  .thank-you-page .page-title-header .title {
    font-size: 3em;
    letter-spacing: -1.18px;
  }
  .basket-page .flashMessage,
  .checkout-start-page .flashMessage,
  .checkout-shipping-page .flashMessage,
  .checkout-billing-page .flashMessage,
  .thank-you-page .flashMessage {
    padding: 10px 0;
    font-size: 1em;
  }
  .basket-page .cart-items-container,
  .checkout-start-page .cart-items-container,
  .checkout-shipping-page .cart-items-container,
  .checkout-billing-page .cart-items-container,
  .thank-you-page .cart-items-container {
    border-radius: 6px;
  }
  .basket-page .cart-items-container > .title,
  .checkout-start-page .cart-items-container > .title,
  .checkout-shipping-page .cart-items-container > .title,
  .checkout-billing-page .cart-items-container > .title,
  .thank-you-page .cart-items-container > .title {
    font-size: 1.5em;
  }
  .basket-page .button-row,
  .checkout-start-page .button-row,
  .checkout-shipping-page .button-row,
  .checkout-billing-page .button-row,
  .thank-you-page .button-row {
    padding: 29px 20px 27px 20px;
    border-top: none;
  }
  /**
 * Checkout Progress Bars
 *
 */
  .progress {
    margin: 0 auto 30px;
  }
  /**
 * Basket
 *
 */
  .secured.text-left {
    text-align: left;
  }
  .basket-page .order-summary-container {
    border-top: 1px solid #e2e2e2;
  }
  .basket-page .cart-items-container {
    padding: 22px 45px 30px 45px;
  }
  .basket-page .cart-items-container .cart-items .options p {
    margin: 0;
    padding: 0 0 5px 0;
  }
  /**
 * Checkout
 *  - Start
 *
 */
  .checkout-start-page .checkout-start-container,
  .checkout-start-page .checkout-start {
    padding: 30px;
  }
  /**
 * Checkout
 *  - Shipping
 *
 */
  /**
 * Checkout
 *  - Shipping
 *  - Pay
 *  - Thank You
 */
  .checkout-shipping-page,
  .checkout-pay-page,
  .thank-you-page {
    padding-bottom: 30px;
  }
  .checkout-shipping-page .shipping-address-container,
  .checkout-pay-page .shipping-address-container,
  .thank-you-page .shipping-address-container,
  .checkout-shipping-page .shipping-method-container,
  .checkout-pay-page .shipping-method-container,
  .thank-you-page .shipping-method-container,
  .checkout-shipping-page .billing-address-container,
  .checkout-pay-page .billing-address-container,
  .thank-you-page .billing-address-container,
  .checkout-shipping-page .payment-method-container,
  .checkout-pay-page .payment-method-container,
  .thank-you-page .payment-method-container,
  .checkout-shipping-page .order-confirmation-container,
  .checkout-pay-page .order-confirmation-container,
  .thank-you-page .order-confirmation-container {
    padding: 30px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .checkout-shipping-page .shipping-address-container,
  .checkout-pay-page .shipping-address-container,
  .thank-you-page .shipping-address-container,
  .checkout-shipping-page .billing-address-container,
  .checkout-pay-page .billing-address-container,
  .thank-you-page .billing-address-container {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address,
  .checkout-pay-page .shipping-address-container .shipping-address,
  .thank-you-page .shipping-address-container .shipping-address,
  .checkout-shipping-page .billing-address-container .shipping-address,
  .checkout-pay-page .billing-address-container .shipping-address,
  .thank-you-page .billing-address-container .shipping-address,
  .checkout-shipping-page .shipping-address-container .billing-address,
  .checkout-pay-page .shipping-address-container .billing-address,
  .thank-you-page .shipping-address-container .billing-address,
  .checkout-shipping-page .billing-address-container .billing-address,
  .checkout-pay-page .billing-address-container .billing-address,
  .thank-you-page .billing-address-container .billing-address {
    padding: 0;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address.editing,
  .checkout-pay-page .shipping-address-container .shipping-address.editing,
  .thank-you-page .shipping-address-container .shipping-address.editing,
  .checkout-shipping-page .billing-address-container .shipping-address.editing,
  .checkout-pay-page .billing-address-container .shipping-address.editing,
  .thank-you-page .billing-address-container .shipping-address.editing,
  .checkout-shipping-page .shipping-address-container .billing-address.editing,
  .checkout-pay-page .shipping-address-container .billing-address.editing,
  .thank-you-page .shipping-address-container .billing-address.editing,
  .checkout-shipping-page .billing-address-container .billing-address.editing,
  .checkout-pay-page .billing-address-container .billing-address.editing,
  .thank-you-page .billing-address-container .billing-address.editing {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address .address .btn,
  .checkout-pay-page .shipping-address-container .shipping-address .address .btn,
  .thank-you-page .shipping-address-container .shipping-address .address .btn,
  .checkout-shipping-page .billing-address-container .shipping-address .address .btn,
  .checkout-pay-page .billing-address-container .shipping-address .address .btn,
  .thank-you-page .billing-address-container .shipping-address .address .btn,
  .checkout-shipping-page .shipping-address-container .billing-address .address .btn,
  .checkout-pay-page .shipping-address-container .billing-address .address .btn,
  .thank-you-page .shipping-address-container .billing-address .address .btn,
  .checkout-shipping-page .billing-address-container .billing-address .address .btn,
  .checkout-pay-page .billing-address-container .billing-address .address .btn,
  .thank-you-page .billing-address-container .billing-address .address .btn {
    right: 30px;
    bottom: 30px;
    position: absolute;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address .update-shipping-buttons,
  .checkout-pay-page .shipping-address-container .shipping-address .update-shipping-buttons,
  .thank-you-page .shipping-address-container .shipping-address .update-shipping-buttons,
  .checkout-shipping-page .billing-address-container .shipping-address .update-shipping-buttons,
  .checkout-pay-page .billing-address-container .shipping-address .update-shipping-buttons,
  .thank-you-page .billing-address-container .shipping-address .update-shipping-buttons,
  .checkout-shipping-page .shipping-address-container .billing-address .update-shipping-buttons,
  .checkout-pay-page .shipping-address-container .billing-address .update-shipping-buttons,
  .thank-you-page .shipping-address-container .billing-address .update-shipping-buttons,
  .checkout-shipping-page .billing-address-container .billing-address .update-shipping-buttons,
  .checkout-pay-page .billing-address-container .billing-address .update-shipping-buttons,
  .thank-you-page .billing-address-container .billing-address .update-shipping-buttons {
    padding-top: 30px;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
  .checkout-pay-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
  .thank-you-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
  .checkout-shipping-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
  .checkout-pay-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
  .thank-you-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
  .checkout-shipping-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
  .checkout-pay-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
  .thank-you-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
  .checkout-shipping-page .billing-address-container .billing-address .update-shipping-buttons .btn,
  .checkout-pay-page .billing-address-container .billing-address .update-shipping-buttons .btn,
  .thank-you-page .billing-address-container .billing-address .update-shipping-buttons .btn {
    padding: 12px 30px;
  }
  .checkout-shipping-page .shipping-method-container h2,
  .checkout-pay-page .shipping-method-container h2,
  .thank-you-page .shipping-method-container h2,
  .checkout-shipping-page .payment-method-container h2,
  .checkout-pay-page .payment-method-container h2,
  .thank-you-page .payment-method-container h2,
  .checkout-shipping-page .order-confirmation-container h2,
  .checkout-pay-page .order-confirmation-container h2,
  .thank-you-page .order-confirmation-container h2 {
    padding: 0 0 15px;
  }
  .checkout-shipping-page .shipping-method-container h2 + p,
  .checkout-pay-page .shipping-method-container h2 + p,
  .thank-you-page .shipping-method-container h2 + p,
  .checkout-shipping-page .payment-method-container h2 + p,
  .checkout-pay-page .payment-method-container h2 + p,
  .thank-you-page .payment-method-container h2 + p,
  .checkout-shipping-page .order-confirmation-container h2 + p,
  .checkout-pay-page .order-confirmation-container h2 + p,
  .thank-you-page .order-confirmation-container h2 + p {
    margin-bottom: 15px;
  }
  .checkout-shipping-page .shipping-method-container .shipping-method .method,
  .checkout-pay-page .shipping-method-container .shipping-method .method,
  .thank-you-page .shipping-method-container .shipping-method .method,
  .checkout-shipping-page .payment-method-container .shipping-method .method,
  .checkout-pay-page .payment-method-container .shipping-method .method,
  .thank-you-page .payment-method-container .shipping-method .method,
  .checkout-shipping-page .order-confirmation-container .shipping-method .method,
  .checkout-pay-page .order-confirmation-container .shipping-method .method,
  .thank-you-page .order-confirmation-container .shipping-method .method,
  .checkout-shipping-page .shipping-method-container .payment-method .method,
  .checkout-pay-page .shipping-method-container .payment-method .method,
  .thank-you-page .shipping-method-container .payment-method .method,
  .checkout-shipping-page .payment-method-container .payment-method .method,
  .checkout-pay-page .payment-method-container .payment-method .method,
  .thank-you-page .payment-method-container .payment-method .method,
  .checkout-shipping-page .order-confirmation-container .payment-method .method,
  .checkout-pay-page .order-confirmation-container .payment-method .method,
  .thank-you-page .order-confirmation-container .payment-method .method {
    padding: 15px;
  }
  .checkout-shipping-page .shipping-method-container .shipping-method .method.selected,
  .checkout-pay-page .shipping-method-container .shipping-method .method.selected,
  .thank-you-page .shipping-method-container .shipping-method .method.selected,
  .checkout-shipping-page .payment-method-container .shipping-method .method.selected,
  .checkout-pay-page .payment-method-container .shipping-method .method.selected,
  .thank-you-page .payment-method-container .shipping-method .method.selected,
  .checkout-shipping-page .order-confirmation-container .shipping-method .method.selected,
  .checkout-pay-page .order-confirmation-container .shipping-method .method.selected,
  .thank-you-page .order-confirmation-container .shipping-method .method.selected,
  .checkout-shipping-page .shipping-method-container .payment-method .method.selected,
  .checkout-pay-page .shipping-method-container .payment-method .method.selected,
  .thank-you-page .shipping-method-container .payment-method .method.selected,
  .checkout-shipping-page .payment-method-container .payment-method .method.selected,
  .checkout-pay-page .payment-method-container .payment-method .method.selected,
  .thank-you-page .payment-method-container .payment-method .method.selected,
  .checkout-shipping-page .order-confirmation-container .payment-method .method.selected,
  .checkout-pay-page .order-confirmation-container .payment-method .method.selected,
  .thank-you-page .order-confirmation-container .payment-method .method.selected {
    border-width: 2px;
    background: #F5F9FC;
  }
  .checkout-shipping-page .shipping-method-container .shipping-method .method .option,
  .checkout-pay-page .shipping-method-container .shipping-method .method .option,
  .thank-you-page .shipping-method-container .shipping-method .method .option,
  .checkout-shipping-page .payment-method-container .shipping-method .method .option,
  .checkout-pay-page .payment-method-container .shipping-method .method .option,
  .thank-you-page .payment-method-container .shipping-method .method .option,
  .checkout-shipping-page .order-confirmation-container .shipping-method .method .option,
  .checkout-pay-page .order-confirmation-container .shipping-method .method .option,
  .thank-you-page .order-confirmation-container .shipping-method .method .option,
  .checkout-shipping-page .shipping-method-container .payment-method .method .option,
  .checkout-pay-page .shipping-method-container .payment-method .method .option,
  .thank-you-page .shipping-method-container .payment-method .method .option,
  .checkout-shipping-page .payment-method-container .payment-method .method .option,
  .checkout-pay-page .payment-method-container .payment-method .method .option,
  .thank-you-page .payment-method-container .payment-method .method .option,
  .checkout-shipping-page .order-confirmation-container .payment-method .method .option,
  .checkout-pay-page .order-confirmation-container .payment-method .method .option,
  .thank-you-page .order-confirmation-container .payment-method .method .option,
  .checkout-shipping-page .shipping-method-container .shipping-method .method img,
  .checkout-pay-page .shipping-method-container .shipping-method .method img,
  .thank-you-page .shipping-method-container .shipping-method .method img,
  .checkout-shipping-page .payment-method-container .shipping-method .method img,
  .checkout-pay-page .payment-method-container .shipping-method .method img,
  .thank-you-page .payment-method-container .shipping-method .method img,
  .checkout-shipping-page .order-confirmation-container .shipping-method .method img,
  .checkout-pay-page .order-confirmation-container .shipping-method .method img,
  .thank-you-page .order-confirmation-container .shipping-method .method img,
  .checkout-shipping-page .shipping-method-container .payment-method .method img,
  .checkout-pay-page .shipping-method-container .payment-method .method img,
  .thank-you-page .shipping-method-container .payment-method .method img,
  .checkout-shipping-page .payment-method-container .payment-method .method img,
  .checkout-pay-page .payment-method-container .payment-method .method img,
  .thank-you-page .payment-method-container .payment-method .method img,
  .checkout-shipping-page .order-confirmation-container .payment-method .method img,
  .checkout-pay-page .order-confirmation-container .payment-method .method img,
  .thank-you-page .order-confirmation-container .payment-method .method img {
    margin: 0 0 0 10px;
  }
  .checkout-shipping-page .shipping-method-container .shipping-method .method img + .option,
  .checkout-pay-page .shipping-method-container .shipping-method .method img + .option,
  .thank-you-page .shipping-method-container .shipping-method .method img + .option,
  .checkout-shipping-page .payment-method-container .shipping-method .method img + .option,
  .checkout-pay-page .payment-method-container .shipping-method .method img + .option,
  .thank-you-page .payment-method-container .shipping-method .method img + .option,
  .checkout-shipping-page .order-confirmation-container .shipping-method .method img + .option,
  .checkout-pay-page .order-confirmation-container .shipping-method .method img + .option,
  .thank-you-page .order-confirmation-container .shipping-method .method img + .option,
  .checkout-shipping-page .shipping-method-container .payment-method .method img + .option,
  .checkout-pay-page .shipping-method-container .payment-method .method img + .option,
  .thank-you-page .shipping-method-container .payment-method .method img + .option,
  .checkout-shipping-page .payment-method-container .payment-method .method img + .option,
  .checkout-pay-page .payment-method-container .payment-method .method img + .option,
  .thank-you-page .payment-method-container .payment-method .method img + .option,
  .checkout-shipping-page .order-confirmation-container .payment-method .method img + .option,
  .checkout-pay-page .order-confirmation-container .payment-method .method img + .option,
  .thank-you-page .order-confirmation-container .payment-method .method img + .option {
    margin: 0 0 0 15px;
  }
  .checkout-shipping-page .custom-note-container .form-group,
  .checkout-pay-page .custom-note-container .form-group,
  .thank-you-page .custom-note-container .form-group {
    padding: 30px 30px 15px;
    background: #F5F9FC;
  }
  .checkout-shipping-page .continue-container,
  .checkout-pay-page .continue-container,
  .thank-you-page .continue-container {
    padding: 30px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #e2e2e2;
  }
  .checkout-shipping-page .continue-container:before,
  .checkout-pay-page .continue-container:before,
  .thank-you-page .continue-container:before,
  .checkout-shipping-page .continue-container:after,
  .checkout-pay-page .continue-container:after,
  .thank-you-page .continue-container:after {
    content: " ";
    display: table;
  }
  .checkout-shipping-page .continue-container:after,
  .checkout-pay-page .continue-container:after,
  .thank-you-page .continue-container:after {
    clear: both;
  }
  .checkout-shipping-page .continue-container:before,
  .checkout-pay-page .continue-container:before,
  .thank-you-page .continue-container:before,
  .checkout-shipping-page .continue-container:after,
  .checkout-pay-page .continue-container:after,
  .thank-you-page .continue-container:after {
    content: " ";
    display: table;
  }
  .checkout-shipping-page .continue-container:after,
  .checkout-pay-page .continue-container:after,
  .thank-you-page .continue-container:after {
    clear: both;
  }
  .checkout-shipping-page .continue-container .btn,
  .checkout-pay-page .continue-container .btn,
  .thank-you-page .continue-container .btn {
    width: auto;
    float: right !important;
    float: right;
    padding: 15px 30px;
    display: inline-block;
  }
  /**
 * Checkout
 *  - Pay
 *
 */
  .checkout-pay-page .payment-method-container {
    padding-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .checkout-pay-page .payment-method-container .payment-method .payment-method-body {
    border-width: 2px;
    padding: 0 30px 30px;
    background: #F5F9FC;
  }
  .checkout-pay-page .order-summary-container {
    margin-top: 30px;
    padding: 30px 30px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  /**
 * Checkout
 *  - Secure Trading Payment Method
 *
 */
  .pay-from-profile .saved-card {
    padding: 7.5px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #ffffff;
  }
  .pay-from-profile .saved-card a {
    color: #555555;
    font-weight: normal;
    border-radius: 0;
    width: auto;
    float: right !important;
    float: right;
    padding: 0 7.5px;
  }
  .pay-from-profile .saved-card a,
  .pay-from-profile .saved-card a:active,
  .pay-from-profile .saved-card a.active,
  .pay-from-profile .saved-card a[disabled],
  fieldset[disabled] .pay-from-profile .saved-card a {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pay-from-profile .saved-card a,
  .pay-from-profile .saved-card a:hover,
  .pay-from-profile .saved-card a:focus,
  .pay-from-profile .saved-card a:active {
    border-color: transparent;
  }
  .pay-from-profile .saved-card a:hover,
  .pay-from-profile .saved-card a:focus {
    color: #2f2f2f;
    text-decoration: underline;
    background-color: transparent;
  }
  .pay-from-profile .saved-card a[disabled]:hover,
  fieldset[disabled] .pay-from-profile .saved-card a:hover,
  .pay-from-profile .saved-card a[disabled]:focus,
  fieldset[disabled] .pay-from-profile .saved-card a:focus {
    color: #777777;
    text-decoration: none;
  }
  .securetrading-payment-form {
    padding: 30px;
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
  }
  .securetrading-payment-form fieldset {
    padding: 30px;
    background: #ececec;
  }
  .securetrading-payment-form .use-saved-card {
    margin-top: 29px;
  }
  .securetrading-pay-now {
    padding: 30px 0 0;
  }
  .securetrading-pay-now p {
    font-size: 0.875em;
  }
  .secure-and-verified {
    padding: 30px 0 0;
  }
  .secure-and-verified .ssl-secure p {
    font-size: 0.625em;
  }
  #securetrading_3DSecure_iframe {
    padding: 0;
    border: none;
    outline: none;
    background: #fff;
  }
  #securetrading_3DSecure_iframe iframe {
    border: none;
    padding: 0 15px;
  }
  /**
 * Checkout
 *  - Thank You
 *
 * Account
 *  - Order Page
 *
 */
  .thank-you-page .order-confirmation-container,
  .account-order-page .order-confirmation-container {
    padding-top: 15px;
  }
  .thank-you-page .order-confirmation-container .status,
  .account-order-page .order-confirmation-container .status {
    padding: 30px;
  }
  .thank-you-page .order-confirmation-container .status span,
  .account-order-page .order-confirmation-container .status span {
    float: left !important;
    float: left;
    margin: 0 15px 0 0;
  }
  .thank-you-page .order-confirmation-container .status .content,
  .account-order-page .order-confirmation-container .status .content {
    font-size: 1em;
    line-height: 2.2;
  }
  .thank-you-page .order-confirmation-container .confirmation,
  .account-order-page .order-confirmation-container .confirmation {
    padding: 15px 0 0;
  }
  .thank-you-page .order-confirmation-container .buttons,
  .account-order-page .order-confirmation-container .buttons {
    padding-top: 30px;
  }
  .thank-you-page .order-summary-container,
  .account-order-page .order-summary-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .thank-you-page .order-summary-container .order-details .details,
  .account-order-page .order-summary-container .order-details .details {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .thank-you-page .order-summary-container .order-details .details .btn,
  .account-order-page .order-summary-container .order-details .details .btn {
    right: 30px;
    bottom: 30px;
    position: absolute;
  }
  .category-page .controls .views a {
    padding: 9px 12px 10px 12px!important;
    font-size: 1.4em;
  }
  .category-page .product-list-container .row {
    border-left: 1px solid #e2e2e2;
    margin: 0;
  }
  .category-page .container .filtersSidebar .filters {
    margin-left: -2px;
  }
  .category-page .productListBox .row-controls .controls .total-records p {
    margin: 16px 0px;
  }
  .category-page .productListBox .row-controls .controls .sort .name {
    padding-top: 15px;
  }
  .category-page .productListBox .row-controls .controls .sort .sort-order-select {
    left: 0;
  }
  .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn {
    padding-top: 15px;
  }
  .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn .filter-option {
    background-position: 100% 7px;
  }
  /**
 * OWL carousel style
 *
*/
  .other-resources-carousel .owl-nav {
    display: block!important;
  }
  .other-resources-carousel .carousel {
    width: 100%;
  }
  /**
 * News / Blog
 *
 */
  .news-page .owl-stage {
    margin: auto;
    min-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-list {
    padding: 60px 0 0 0;
  }
  .upcoming-events-selector .wrapper .form-label {
    width: 350px;
  }
  /**
 * Workshops Events
 *
 */
  .events-page .hero.withpicture {
    background: url(../img/workshops-header.jpg) no-repeat center center;
    background-size: cover;
  }
  .events-page .hero.withpicture .snippet {
    margin-top: 60px!important;
  }
  .events-page .hero.withpicture .content.padding-bottom {
    padding-bottom: 85px;
  }
  .image25 {
    width: 25%;
  }
  div.info-section .snippet {
    font-size: 1.75em;
    margin-bottom: 30px;
  }
  div.info-section h2.section-title.font42 {
    font-size: 2.625em;
  }
  /**
 * Account
 * - Defaults
 *
 */
  .account .hero-container {
    padding: 30px 0;
  }
  .account .hero-container .hero h1 {
    font-size: 2.1875em;
  }
  .account .quick-look > div {
    padding: 30px;
  }
  .account .quick-look .edit-btn {
    right: 30px;
    bottom: 30px;
  }
  .account .orders-container > .title {
    font-size: 1.625em;
  }
  .account .orders-container .orders {
    background: #fff;
    padding: 0 15px 15px;
  }
  .account .orders-container .orders ul {
    margin: 0;
  }
  .account .orders-container .orders ul li {
    padding: 0;
    width: 100px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
  }
  .account .orders-container .orders ul li.orderid-li {
    width: 70px;
  }
  .account .orders-container .orders ul li.status-li {
    width: 160px;
    text-align: left!important;
  }
  .account .orders-container .orders .orders-header {
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
  }
  .account .orders-container .order {
    margin: 0;
    border: none;
    padding: 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #e2e2e2;
  }
  .account .orders-container .order:before,
  .account .orders-container .order:after {
    content: " ";
    display: table;
  }
  .account .orders-container .order:after {
    clear: both;
  }
  .account .orders-container .order:before,
  .account .orders-container .order:after {
    content: " ";
    display: table;
  }
  .account .orders-container .order:after {
    clear: both;
  }
  .account .orders-container .order .title {
    padding: 0;
    font-size: 1em;
  }
  .account .orders-container .order .order-header,
  .account .orders-container .order .stats {
    padding: 0;
    border: none;
  }
  .account .orders-container .order .order-header li,
  .account .orders-container .order .stats li {
    width: 102px;
  }
  .account .orders-container .order .order-header li.orderid-li,
  .account .orders-container .order .stats li.orderid-li {
    width: 70px;
  }
  .account .orders-container .order .order-header li.status-li,
  .account .orders-container .order .stats li.status-li {
    width: 160px;
    text-align: left!important;
  }
  .account .orders-container .order .edit-btn {
    float: right !important;
    float: right;
    position: static;
  }
  /**
 * Account
 *  - Dashboard
 *
 */
  .dashboard-page .billing-address,
  .dashboard-page .shipping-address {
    min-height: 277px;
  }
  .dashboard-page .password {
    min-height: 160px;
  }
  /**
 * Account
 *  - Order
 */
  .account-order-page {
    padding-bottom: 30px;
  }
  .account-order-page .order-summary-container {
    margin-top: 30px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 20px 30px 0 30px;
  }
  .account-order-page .order-summary-container .order-summary .checkout {
    margin-left: -30px;
    margin-right: -30px;
  }
  .account-order-page .checkoutContainer {
    padding: 30px 15px;
  }
  .account-order-page .checkoutContainer > .display-flex-same-height {
    display: inherit;
  }
  .account-order-page .page-title-header {
    padding: 25px 0px;
  }
  .account-order-page .page-title-header .title {
    font-size: 3em;
    letter-spacing: -1.18px;
  }
  .account-order-page .flashMessage {
    padding: 10px 0;
    font-size: 1em;
  }
  .account-order-page .cart-items-container {
    border-radius: 6px;
  }
  .account-order-page .cart-items-container > .title {
    font-size: 1.5em;
  }
  .account-order-page .button-row {
    padding: 29px 20px 27px 20px;
    border-top: none;
  }
  .account-order-page .shipping-address-container,
  .account-order-page .shipping-method-container,
  .account-order-page .billing-address-container,
  .account-order-page .payment-method-container,
  .account-order-page .order-confirmation-container {
    padding: 30px;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .account-order-page .shipping-address-container,
  .account-order-page .billing-address-container {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .account-order-page .shipping-address-container .shipping-address,
  .account-order-page .billing-address-container .shipping-address,
  .account-order-page .shipping-address-container .billing-address,
  .account-order-page .billing-address-container .billing-address {
    padding: 0;
  }
  .account-order-page .shipping-address-container .shipping-address.editing,
  .account-order-page .billing-address-container .shipping-address.editing,
  .account-order-page .shipping-address-container .billing-address.editing,
  .account-order-page .billing-address-container .billing-address.editing {
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .account-order-page .shipping-address-container .shipping-address .address .btn,
  .account-order-page .billing-address-container .shipping-address .address .btn,
  .account-order-page .shipping-address-container .billing-address .address .btn,
  .account-order-page .billing-address-container .billing-address .address .btn {
    right: 30px;
    bottom: 30px;
    position: absolute;
  }
  .account-order-page .shipping-address-container .shipping-address .update-shipping-buttons,
  .account-order-page .billing-address-container .shipping-address .update-shipping-buttons,
  .account-order-page .shipping-address-container .billing-address .update-shipping-buttons,
  .account-order-page .billing-address-container .billing-address .update-shipping-buttons {
    padding-top: 30px;
  }
  .account-order-page .shipping-address-container .shipping-address .update-shipping-buttons .btn,
  .account-order-page .billing-address-container .shipping-address .update-shipping-buttons .btn,
  .account-order-page .shipping-address-container .billing-address .update-shipping-buttons .btn,
  .account-order-page .billing-address-container .billing-address .update-shipping-buttons .btn {
    padding: 12px 30px;
  }
  .account-order-page .shipping-method-container h2,
  .account-order-page .payment-method-container h2,
  .account-order-page .order-confirmation-container h2 {
    padding: 0 0 15px;
  }
  .account-order-page .shipping-method-container h2 + p,
  .account-order-page .payment-method-container h2 + p,
  .account-order-page .order-confirmation-container h2 + p {
    margin-bottom: 15px;
  }
  .account-order-page .shipping-method-container .shipping-method .method,
  .account-order-page .payment-method-container .shipping-method .method,
  .account-order-page .order-confirmation-container .shipping-method .method,
  .account-order-page .shipping-method-container .payment-method .method,
  .account-order-page .payment-method-container .payment-method .method,
  .account-order-page .order-confirmation-container .payment-method .method {
    padding: 15px;
  }
  .account-order-page .shipping-method-container .shipping-method .method.selected,
  .account-order-page .payment-method-container .shipping-method .method.selected,
  .account-order-page .order-confirmation-container .shipping-method .method.selected,
  .account-order-page .shipping-method-container .payment-method .method.selected,
  .account-order-page .payment-method-container .payment-method .method.selected,
  .account-order-page .order-confirmation-container .payment-method .method.selected {
    border-width: 2px;
    background: #F5F9FC;
  }
  .account-order-page .shipping-method-container .shipping-method .method .option,
  .account-order-page .payment-method-container .shipping-method .method .option,
  .account-order-page .order-confirmation-container .shipping-method .method .option,
  .account-order-page .shipping-method-container .payment-method .method .option,
  .account-order-page .payment-method-container .payment-method .method .option,
  .account-order-page .order-confirmation-container .payment-method .method .option,
  .account-order-page .shipping-method-container .shipping-method .method img,
  .account-order-page .payment-method-container .shipping-method .method img,
  .account-order-page .order-confirmation-container .shipping-method .method img,
  .account-order-page .shipping-method-container .payment-method .method img,
  .account-order-page .payment-method-container .payment-method .method img,
  .account-order-page .order-confirmation-container .payment-method .method img {
    margin: 0 0 0 10px;
  }
  .account-order-page .shipping-method-container .shipping-method .method img + .option,
  .account-order-page .payment-method-container .shipping-method .method img + .option,
  .account-order-page .order-confirmation-container .shipping-method .method img + .option,
  .account-order-page .shipping-method-container .payment-method .method img + .option,
  .account-order-page .payment-method-container .payment-method .method img + .option,
  .account-order-page .order-confirmation-container .payment-method .method img + .option {
    margin: 0 0 0 15px;
  }
  .account-order-page .custom-note-container .form-group {
    padding: 30px 30px 15px;
    background: #F5F9FC;
  }
  .account-order-page .continue-container {
    padding: 30px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #e2e2e2;
  }
  .account-order-page .continue-container:before,
  .account-order-page .continue-container:after {
    content: " ";
    display: table;
  }
  .account-order-page .continue-container:after {
    clear: both;
  }
  .account-order-page .continue-container:before,
  .account-order-page .continue-container:after {
    content: " ";
    display: table;
  }
  .account-order-page .continue-container:after {
    clear: both;
  }
  .account-order-page .continue-container .btn {
    width: auto;
    float: right !important;
    float: right;
    padding: 15px 30px;
    display: inline-block;
  }
  .account-order-page .order-confirmation-container {
    padding-top: 15px;
  }
  .account-order-page .order-confirmation-container .status {
    padding: 30px;
  }
  .account-order-page .order-confirmation-container .status span {
    float: left !important;
    float: left;
    margin: 0 15px 0 0;
  }
  .account-order-page .order-confirmation-container .status .content {
    font-size: 1em;
    line-height: 2.2;
  }
  .account-order-page .order-confirmation-container .confirmation {
    padding: 15px 0 0;
  }
  .account-order-page .order-confirmation-container .buttons {
    padding-top: 30px;
  }
  .account-order-page .order-summary-container {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .account-order-page .order-summary-container .order-details .details {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .account-order-page .order-summary-container .order-details .details .btn {
    right: 30px;
    bottom: 30px;
    position: absolute;
  }
  .account-order-page .order-confirmation-container {
    margin-top: 30px;
  }
  .account-order-page .stats {
    padding: 15px 15px 0;
  }
  .account-order-page .stats .title {
    margin-bottom: 5px;
  }
  .account-order-page .stats .status {
    padding: 5px 5px 5px 0;
    vertical-align: middle;
  }
  .account-order-page .stats .status,
  .account-order-page .stats .content {
    display: inline-block;
  }
  /**
 * Account
 *  - Billing Address
 *  - Shipping Address
 *  - Password
 *
 */
  .account-billing-page .billing,
  .account-shipping-page .billing,
  .account-password-page .billing,
  .account-billing-page .shipping,
  .account-shipping-page .shipping,
  .account-password-page .shipping,
  .account-billing-page .password,
  .account-shipping-page .password,
  .account-password-page .password {
    padding: 30px;
  }
  .account-billing-page .billing form,
  .account-shipping-page .billing form,
  .account-password-page .billing form,
  .account-billing-page .shipping form,
  .account-shipping-page .shipping form,
  .account-password-page .shipping form,
  .account-billing-page .password form,
  .account-shipping-page .password form,
  .account-password-page .password form {
    padding: 30px;
    background: #eeeeee;
  }
  /**
 * Account
 *  - Payment Methods (profile) pages
 *
 */
  .account-payment-methods-page .quick-look .edit-btn {
    position: static;
  }
  /**
 * Account
 *  - Payment Method (profile) page
 *
 */
  .account-payment-method-page .payment-method {
    padding: 30px;
  }
  .account-payment-method-page .payment-method .btn {
    width: auto;
    padding: 15px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0;
  }
  /**
 * Contact Page
 */
  .contact-form {
    padding: 45px;
    border: 1px solid #e2e2e2;
  }
  .contact-form form {
    padding: 45px;
    background: #eee;
  }
  .contact-form form > .row {
    margin-bottom: 15px;
  }
  .contact-form form input {
    padding: 20px 12px;
  }
  .contact-form form .btn {
    width: auto;
    font-size: 1em;
    margin-top: 30px;
    padding-left: 90px;
    padding-right: 90px;
  }
  .global-contacts-container .location {
    color: #333333;
    margin-bottom: 60px;
  }
  .global-contacts-container .location .flag {
    width: 50px;
    height: 25px;
    display: block;
    margin-right: 10px;
  }
  .global-contacts-container .location h3 {
    font-weight: 300;
    font-size: 1.5em;
  }
  .global-contacts-container .location p {
    font-weight: 300;
    font-size: 1em;
    margin-bottom: 0;
    line-height: 1.6;
  }
  .global-contacts-container .location .contacts {
    margin-top: 15px;
  }
  .global-contacts-container .location .contacts strong {
    font-weight: 500;
  }
  .global-contacts-container #map {
    height: 500px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .signup-container form .form-group {
    margin-right: 15px;
  }
  .signup-container form .form-control {
    width: 100%;
    padding: 20px 12px;
  }
  .signup-container form .btn {
    padding: 9px 30px;
    margin-top: 0!important;
  }
  /**
 * Login Layout
 *
 */
  .loginPage .title {
    font-size: 3em;
    margin-top: 50px;
  }
  .loginPage .loginheader .logo {
    margin: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .securetrading-payment-form .secure-online {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .thank-you-page .order-summary-container .order-details .details,
  .account-order-page .order-summary-container .order-details .details {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /**
   * Footer
   *
  */
  .footer {
    padding-top: 0;
  }
  .footer .container {
    padding: 0;
  }
  .footer .container .col-xs-12 {
    padding-left: 30px;
  }
  .footer .text {
    font-size: 1em;
    line-height: 21px;
    margin-top: 0;
  }
  .footer .text a {
    display: inline-block;
  }
  .footer .mobDropd {
    border-bottom: 1px solid #00ADD3;
  }
  .footer .mobDropd .col-xs-24 {
    padding: 0 15px;
  }
  .footer .mobDropd .col-xs-24 .navbar-nav li a {
    font-size: 1.125em;
    line-height: 26px;
    padding: 10px 0px 0px 0px;
  }
  .footer .mobDropd .col-xs-24 .navbar-nav li a:active {
    background: none;
  }
  .footer .mobDropd .col-xs-24 .navbar-nav li a:hover {
    background: none;
  }
  .footer .mobDropd .collapse {
    margin-bottom: 14px;
    border: none;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1) !important;
    margin-top: 2px;
  }
  .footer .mobDropd .collapsing {
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1) !important;
    margin-top: 1px;
  }
  .footer .navbar-default {
    margin-bottom: 0;
    background: none;
    border: none;
  }
  .footer .navbar-default .navbar-brand {
    font-size: 1.25em;
    color: #fff;
    width: 100%;
  }
  .footer .navbar-default .navbar-toggle {
    border: none;
    color: #fff;
    margin: 0 15px;
    padding: 15px 0px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer .navbar-default .navbar-toggle:hover {
    background: none;
  }
  .footer .navbar-default .navbar-toggle:active {
    background: none;
  }
  .footer .navbar-default .navbar-toggle[aria-expanded="true"] {
    transform: rotate(-45deg);
    transition: all 200ms linear;
  }
  .footer .copyright .cards {
    padding-right: 135px;
  }
  /**
   * Navigation
   *
  */
  .header {
    background: #00638E;
  }
  .header a {
    color: #ffffff;
  }
  .header .mainHead {
    padding: 0px;
    position: relative;
  }
  .header .mainHead .logo {
    background: url(../svg/icons/logo-white-mobile.svg) 0px 0px no-repeat;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
  }
  .header .mainHead .mainMenu {
    float: left;
    width: 50px;
    height: 50px;
    z-index: 3;
    position: relative;
    margin: 0;
  }
  .header .mainHead .mainMenu.open {
    background: #00638E;
  }
  .header .mainHead .mainMenu.open > ul {
    left: -87% !important;
    opacity: 1;
    z-index: 100;
    transition: all 0.5s ease;
  }
  .header .mainHead .mainMenu > ul {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: -87%;
    top: 0;
    width: 87%;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #00638E;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .header .mainHead .mainMenu > ul > li {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #00587F;
    border-top: 1px solid #1A7299;
  }
  .header .mainHead .mainMenu > ul > li > a {
    font-size: 1.375em;
    padding: 12px 16px 12px 16px;
  }
  .header .mainHead .mainMenu > ul > li:first-child {
    border-top: 0px;
    display: table!important;
  }
  .header .mainHead .mainMenu > ul > li:last-child {
    border-bottom: 0px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.open .subMenu {
    display: block;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu {
    top: auto;
    left: auto;
    background: #005F89;
    position: relative;
    display: none;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .container .subTitle {
    font-size: 15px;
    padding: 25px 0px 0px 0px;
    margin: 0 0 -5px 0;
    font-weight: 200;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu {
    margin: 20px 0px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #1A6A8C;
    font-size: 15px;
    line-height: 23px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li > a {
    padding: 10px 0 10px 23px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li > a:after {
    height: 44px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li:last-child {
    border: none;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .shopOnlineMenu > ul > li:last-child a {
    padding-left: 0px;
    padding-top: 13px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu {
    margin: 20px 0px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul {
    padding: 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #1A6A8C;
    font-size: 15px;
    line-height: 23px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li > a {
    padding: 10px;
    display: block;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li > a:after {
    height: 44px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu > ul > li:last-child {
    border: none;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li {
    border-top: 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a {
    padding: 0;
    border: none;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a .icon {
    width: 35px;
    height: 35px;
    margin: 10px 10px 10px 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a .itemTitle {
    font-size: 15px;
    margin-top: 10px;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem .subMenu .mobileStdSubmenu.systemsMenu > ul > li > a .desc {
    margin: 2px 0 0 0;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem > a .icon {
    font-size: 1.25em;
    margin-top: -10px;
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem > a .icon:before {
    content: '+';
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.selected > a .icon {
    font-size: 1.25em;
    margin-top: -10px;
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.selected > a .icon:before {
    content: '-';
  }
  .header .mainHead .mainMenu > ul > li.dropdownItem.selected .subMenu {
    display: block;
    overflow: hidden;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a {
    padding-left: 0px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn {
    background: #00ADD3;
    margin: 35px 15px;
    width: auto;
    float: none;
    font-size: 15px;
    padding: 10px 15px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn .glyphicon {
    font-size: 1.25em;
    margin-right: 5%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: -2px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn span {
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn:hover {
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li.extraItem a.btn:active {
    color: #ffffff;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch {
    position: relative;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch:before {
    height: 1px;
    margin: 0;
    content: '';
    display: block;
    background-color: #00587F;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm {
    position: relative;
    border-top: 1px solid #1A7299;
    padding: 20px 0px;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field {
    width: 100%;
    font-size: 14px;
    padding: 0 46px 0 17px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    border: none;
    color: #ffffff;
    height: 41px;
    -webkit-appearance: none;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field::-webkit-input-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field::-moz-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field:-ms-input-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .field:-moz-placeholder {
    color: #337D9E;
    font-size: 15px;
    padding: 0;
    line-height: 1.5em;
    font-weight: 300;
  }
  .header .mainHead .mainMenu > ul > li .mobileSearch .searchForm .icon {
    font-size: 1.5em;
    background: 0 0;
    border: none;
    float: right;
    padding: 0;
    margin: 0;
    color: #337D9E;
    position: absolute;
    top: 24px;
    right: 15px;
  }
  .header .mainHead .mainMenu > ul > li .contactUsLink .icon {
    float: left;
    font-size: 0.875em;
    padding: 1px 10px 0px 0px;
    margin: 0;
    color: #ffffff;
  }
  .header .mainHead .ecommerceMenu > li a {
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 12px;
  }
  .header .mainHead .dropdownSmallMenu .selected {
    padding: 17px 20px 16px 49px;
    display: block;
    background-position: 15px 20px;
  }
  .header .mainHead .dropdownSmallMenu .selected .icon {
    margin-top: 6px!important;
  }
  .header .mainHead .dropdownSmallMenu .selected .name {
    margin-top: -49px;
    display: inline-block;
    font-size: 14px;
    font-weight: 200;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu {
    width: 120px;
    padding: 0;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a {
    padding: 15px 9px;
    display: table;
    width: 100%;
    background-position: 15px 20px;
    background-repeat: no-repeat;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a span {
    color: #333;
    float: left;
    font-size: 14px;
    padding-left: 40px;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a:hover {
    background-color: #ffffff;
  }
  .header .mainHead .dropdownSmallMenu.currency .dropdownSmallMenuSubMenu a:active {
    background-color: #ffffff;
  }
  .header .mainHead .loginLink {
    padding: 17px 15px 17px 15px;
    font-size: 14px;
  }
  .header .mainHead .loginLink .icon {
    margin-right: 8px;
    font-size: 1em;
    margin-top: -1px;
    float: left;
  }
  .header .icon-menu {
    width: 28px;
    height: 27px;
    position: absolute;
    left: 11px;
    top: 10px;
  }
  .header .icon-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    font-size: 0px;
    user-select: none;
    transition: background-color 0.3s;
  }
  .header .icon-menu span:before {
    transform: translateY(-250%);
  }
  .header .icon-menu span:after {
    transform: translateY(250%);
  }
  .header .icon-menu span:before {
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    content: '';
    transition: transform 0.3s;
  }
  .header .icon-menu span:after {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    content: '';
    transition: transform 0.3s;
  }
  .header .icon-menu.open span {
    background-color: transparent;
  }
  .header .icon-menu.open span:before {
    background: #ffffff;
    top: -1px;
    transform: translateY(0) rotate(45deg);
  }
  .header .icon-menu.open span:after {
    background: #ffffff;
    top: 0;
    transform: translateY(0) rotate(-45deg);
  }
  /**
 * Defaults - Body and Wrapper (which contains the entire content)
 *
*/
  .wrapper {
    transition: transform 0.4s;
    transition-timing-function: ease-in-out;
    width: 100%;
  }
  .wrapper.toggled {
    transform: translate3d(87%, 0, 0);
    transition: transform 0.4s;
    transition-timing-function: ease-in-out;
    position: fixed;
    height: 100%;
  }
  .overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
  }
}
@media (min-width: 992px) {
  /**
 * Generic
 *
 */
  .padding-top {
    padding-top: 90px;
  }
  /**
 * Navigation
 *
*/
  .header .mainHead {
    border-bottom: 1px solid #ECECEC;
  }
  .header .mainHead .logo {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 2%;
  }
  .header .mainHead .mainMenu > ul > li .subMenu {
    top: 106px;
  }
  .header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a .desc {
    font-size: 0.75em;
  }
  /**
 * Quick Order
 *
 */
  .quick-order-container form .blueborder {
    margin: 0 10%;
  }
  /**
 * Defaults
 *
*/
  .mini-cart .badge-primary {
    top: 15px;
    right: 5px;
  }
  /* Hero Banners */
  .hero.banner {
    min-height: 335px;
    padding-top: 65px;
  }
  .hero.banner .title {
    margin-top: 0;
    padding-top: 0px;
    font-size: 4.5em;
  }
  .hero.banner .short-desc {
    font-size: 3em;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 39px;
  }
  .hero.banner .long-desc {
    font-size: 1.125em;
    padding-top: 23px;
    line-height: 24px;
    max-width: 100%;
  }
  .hero.banner.with-nav .title {
    font-size: 4em;
  }
  /* Home Page */
  .page-home h1 {
    padding: 40px 10px;
  }
  .page-home .subhero .link .header {
    padding: 30px 10px;
  }
  .page-home .subhero .link .header .title {
    font-size: 22px;
  }
  .page-home .subhero .link .header .subtitle {
    font-size: 16px;
  }
  .page-home .subhero .link img {
    width: 80%;
    margin: 0px auto;
  }
  .page-home .news-list .author-picture {
    width: 50px;
    height: 50px;
  }
  /* Floating Menu */
  .submenu .navbar .dropdown-menu {
    position: relative;
    top: 0px;
    border: none;
    float: right;
    border-radius: none;
    box-shadow: none;
    background: none;
  }
  .submenu .navbar .dropdown-menu {
    z-index: 190;
  }
  .submenu .navbar .dropdown-menu.nav-tabs li {
    float: none;
    display: inline-block;
    width: auto;
  }
  .submenu .navbar .dropdown-menu.nav-tabs li:first-child {
    padding: 0px 20px 0px 0px;
  }
  .submenu.cs-menu .nav .owl-stage {
    margin: 0px!important;
    width: 100%!important;
    text-align: center;
  }
  .submenu.cs-menu .nav .owl-stage .owl-item {
    float: none!important;
    display: inline-block;
  }
  .submenu.withtitle .nav {
    width: 73%;
    float: right;
    text-align: right;
  }
  .submenu.withtitle .nav li {
    display: inline-block;
    float: none;
  }
  .product-list-container {
    padding: 0 0 60px;
    /**
     * Edge to Edge Mode
     * .product-list-container.edge-to-edge
     *
     */
    /**
     * List View not in Edge to Edge Mode
     * .product-list-container .list
     *
     */
  }
  .product-list-container.edge-to-edge {
    padding: 0px;
  }
  .product-list-container.edge-to-edge .edge-to-edge {
    border-left: 1px solid #e2e2e2;
    /**
             * List View in Edge to Edge Mode
             * .product-list-container.edge-to-edge .list
             *
             */
  }
  .product-list-container.edge-to-edge .edge-to-edge .product {
    margin: 0;
    padding: 15px 0;
  }
  .product-list-container.edge-to-edge .edge-to-edge.list {
    padding-left: 0;
    border-right: none;
  }
  .product-list-container.edge-to-edge .edge-to-edge.list:first-child {
    margin-top: 0;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-child(3n+1) {
    border-left: 1px solid #e2e2e2;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-child(4n+1) {
    border-left: 1px solid #ffffff;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-last-child(-n+4) {
    border-bottom: 1px solid #ffffff;
  }
  .product-list-container.resourceslist .edge-to-edge:nth-child(-n+4) .default {
    padding-top: 0px;
  }
  .product-list-container .list .product .image {
    position: relative;
    min-height: 1px;
    padding-left: 3.75px;
    padding-right: 3.75px;
  }
  .product-list-container .list .product .info {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-list-container .list .product .info .title {
    padding-top: 0;
  }
  /**
 * Resources
 *
 */
  .resources-wrapper .section-title {
    font-size: 20px;
  }
  .resources-wrapper .remove-left {
    padding-left: 0px!important;
    padding-right: 15px!important;
  }
  .resources-wrapper .remove-left:before {
    right: 16px!important;
  }
  .other-resources-carousel .owl-prev,
  .other-resources-carousel .owl-next {
    display: inline-block;
  }
  /**
 * Category
 *
*/
  .category-page .controls .sort {
    width: 25%;
  }
  .category-page .controls .sort-order-select .btn {
    padding: 6px 12px;
  }
  .category-page .controls .views a {
    font-size: 1.25em;
    padding: 1px 2px 2px 7px;
  }
  .category-page .filters .header {
    padding: 17px 15px!important;
  }
  .category-page .filters .header .title {
    margin: 0;
  }
  .category-page .filters .header .title:after {
    bottom: -45px !important;
  }
  .category-page .filters .panel-default .panel-title a,
  .category-page .filters .panel-default .panel-body a,
  .category-page .filters .panel-default .panel-title label,
  .category-page .filters .panel-default .panel-body label {
    font-size: 0.875em;
  }
  .category-page .filters .panel-default .panel-body ul li label {
    font-size: 0.835em!important;
  }
  .category-page .container .filtersSidebar .filters {
    margin-left: -2px;
  }
  .category-page .productListBox .row-controls .controls .total-records p {
    font-size: 1.05em;
    margin: 15px 0 15px 0px;
  }
  .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn {
    padding-top: 15px;
  }
  .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn .filter-option {
    background-position: 100% 8px;
  }
  .category-page .productListBox .row-controls .controls .sort .name {
    padding-top: 14px;
  }
  .category-page .product-list-container .row {
    border-left: 0px solid #e2e2e2;
  }
  /**
 * Product
 *
*/
  .product-page .title-container h1 {
    font-size: 1.75em;
  }
  .product-page .image-container .thumbnails {
    max-height: 645px;
  }
  .product-page .buy-box-container {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .product-page .options-container .group,
  .product-page .details-container .group,
  .product-page .extra-options-container .group {
    margin-bottom: 15px;
  }
  .product-page .options-container .group > .title,
  .product-page .details-container .group > .title,
  .product-page .extra-options-container .group > .title {
    font-size: 1em;
  }
  .product-page .options-container label,
  .product-page .details-container label,
  .product-page .extra-options-container label,
  .product-page .options-container .label,
  .product-page .details-container .label,
  .product-page .extra-options-container .label {
    font-size: 0.875em;
  }
  .product-page .options-container .radio-inline,
  .product-page .details-container .radio-inline,
  .product-page .extra-options-container .radio-inline,
  .product-page .options-container .checkbox,
  .product-page .details-container .checkbox,
  .product-page .extra-options-container .checkbox {
    cursor: pointer;
  }
  .product-page .options-container .btn-options,
  .product-page .details-container .btn-options,
  .product-page .extra-options-container .btn-options,
  .product-page .options-container .btn-group .btn,
  .product-page .details-container .btn-group .btn,
  .product-page .extra-options-container .btn-group .btn {
    font-size: 0.75em;
  }
  .product-page .display-md-block-inline {
    display: inline-block;
  }
  .product-page .details-container .prices {
    margin-top: 0;
  }
  .product-page .details-container .prices .price {
    margin-top: 8px;
  }
  .product-page .details-container .prices .price.sale-price {
    margin-top: 0;
  }
  .product-page .details-container .rating .based-on {
    padding-top: 2px;
  }
  .product-page .details-container .stock-information {
    margin-top: 8px;
  }
  .product-page .quantity-container .quantity {
    height: 47px!important;
    line-height: 47px!important;
  }
  .product-page .attributes-container {
    padding: 0;
  }
  .product-page .attributes-container .attributes .icon {
    font-size: 3em;
  }
  .product-page .attributes-container .attributes .icon:before {
    vertical-align: top;
  }
  .product-page .attributes-container .attributes .details {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product-page .attributes-container .attributes .details p {
    padding-top: 8px;
  }
  /**
 * Workshops Events
 *
 */
  div.quote {
    font-family: "baskerville-urw";
  }
  div.quote .quote-icon {
    font-size: 7.5em;
    line-height: 0.8em;
  }
  div.info-section .snippet {
    font-size: 2em;
  }
  div.info-section h1.section-title {
    font-size: 4em;
  }
  div.info-section h2.section-title {
    font-size: 3.25em;
    line-height: 1em;
  }
  div.info-section h2.section-title.font42 {
    font-size: 2.625em;
  }
  div.info-section h2.section-title.font32 {
    font-size: 2em;
  }
  div.info-section p {
    font-size: 1.125em;
  }
  div.info-section p.font24 {
    font-size: 1.5em;
  }
  /**
 * Systems
 **/
  .systems-page .hero .mmp-back {
    padding-bottom: 400px;
    margin-top: 60px;
  }
  .systems-page .hero .sop-back {
    padding-bottom: 400px;
    margin-top: 60px;
  }
  .systems-page .hero .ridgestop-back {
    padding-bottom: 400px;
    margin-top: 60px;
  }
  .systems-page .hero .carpal-back {
    padding-bottom: 400px;
    margin-top: 60px;
  }
  .systems-page .hero .alicam-wide-back {
    background-position: center 30px;
  }
  .systems-page .alicam-capsule-image img {
    margin-top: 70px;
  }
  .systems-page .alicam-capsule-details {
    display: flex;
    align-items: center;
  }
  .testimonials .testimonial-content {
    font-size: 1.125em;
  }
  .testimonials .testimonial-author {
    font-size: 0.875em;
  }
  .fixed-height {
    height: 455px;
  }
  /**
 * Checkout & Basket Steps global styles
 *
 */
  .basket-page,
  .checkout-start-page,
  .checkout-shipping-page,
  .checkout-billing-page,
  .thank-you-page {
    background: #ffffff;
  }
  .basket-page .checkoutContainer > .display-flex-same-height,
  .checkout-start-page .checkoutContainer > .display-flex-same-height,
  .checkout-shipping-page .checkoutContainer > .display-flex-same-height,
  .checkout-billing-page .checkoutContainer > .display-flex-same-height,
  .thank-you-page .checkoutContainer > .display-flex-same-height {
    display: flex;
    align-items: baseline;
    align-content: stretch;
  }
  .basket-page .checkoutContainer > .display-flex-same-height > div,
  .checkout-start-page .checkoutContainer > .display-flex-same-height > div,
  .checkout-shipping-page .checkoutContainer > .display-flex-same-height > div,
  .checkout-billing-page .checkoutContainer > .display-flex-same-height > div,
  .thank-you-page .checkoutContainer > .display-flex-same-height > div {
    align-self: stretch;
  }
  .basket-page .flashMessage,
  .checkout-start-page .flashMessage,
  .checkout-shipping-page .flashMessage,
  .checkout-billing-page .flashMessage,
  .thank-you-page .flashMessage {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0px;
    font-size: 1em;
  }
  .basket-page .cart-items-container,
  .checkout-start-page .cart-items-container,
  .checkout-shipping-page .cart-items-container,
  .checkout-billing-page .cart-items-container,
  .thank-you-page .cart-items-container {
    border-radius: 6px 0 0 0;
  }
  .basket-page .order-summary-container,
  .checkout-start-page .order-summary-container,
  .checkout-shipping-page .order-summary-container,
  .checkout-billing-page .order-summary-container,
  .thank-you-page .order-summary-container {
    padding: 30px 45px;
    border-radius: 0px 6px 0px 0px;
  }
  .basket-page .checkout-form .fillable,
  .checkout-start-page .checkout-form .fillable,
  .checkout-shipping-page .checkout-form .fillable,
  .checkout-billing-page .checkout-form .fillable,
  .thank-you-page .checkout-form .fillable {
    padding: 20px 30px!important;
  }
  /**
 * Checkout Progress Bars
 *
 */
  .checkout-progress {
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
  }
  /**
 * Basket
 *
*/
  .basket-page .cart-items-container .cart-items .quantity {
    margin-bottom: 25px;
  }
  .basket-page .cart-items-container .cart-items .discount,
  .basket-page .cart-items-container .cart-items .price {
    font-size: 0.8125em;
  }
  .basket-page .cart-items-container .cart-items .remove {
    top: 100%;
    right: -35px;
    position: absolute;
    text-decoration: none;
  }
  .basket-page .cart-items-container .cart-items .remove .icon {
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #00ADD3;
  }
  .basket-page .order-summary-container {
    margin-top: 0;
    border-left: none;
  }
  .basket-page .order-summary-container .order-summary .order .title,
  .basket-page .order-summary-container .order-summary .discount .title,
  .basket-page .order-summary-container .order-summary .order .price,
  .basket-page .order-summary-container .order-summary .discount .price {
    font-size: 0.875em;
  }
  .basket-page .order-summary-container .order-summary .estimate .total,
  .basket-page .order-summary-container .order-summary .estimate .price {
    font-size: 1em;
  }
  .basket-page .order-summary-container .order-summary .coupon .form-control {
    width: 65%;
  }
  /**
 * Checkout
 *  - Start
 *
*/
  /**
 * Checkout
 *  - Shipping
 *
*/
  .checkout-shipping-page .shipping-address-container {
    border-radius: 6px 0 0 0;
  }
  .checkout-shipping-page .continue-container {
    border-right: none;
    border-radius: 0 0 0 6px;
  }
  /**
 * Checkout
 *  - Shipping
 *  - Pay
 *  - Thank You
 */
  .checkout-shipping-page,
  .checkout-pay-page,
  .thank-you-page {
    background: #ffffff;
  }
  .checkout-shipping-page .page-title-header,
  .checkout-pay-page .page-title-header,
  .thank-you-page .page-title-header {
    padding: 15px 0;
    margin-bottom: 30px;
  }
  .checkout-shipping-page .shipping-address-container,
  .checkout-pay-page .shipping-address-container,
  .thank-you-page .shipping-address-container,
  .checkout-shipping-page .shipping-method-container,
  .checkout-pay-page .shipping-method-container,
  .thank-you-page .shipping-method-container,
  .checkout-shipping-page .billing-address-container,
  .checkout-pay-page .billing-address-container,
  .thank-you-page .billing-address-container,
  .checkout-shipping-page .payment-method-container,
  .checkout-pay-page .payment-method-container,
  .thank-you-page .payment-method-container,
  .checkout-shipping-page .order-confirmation-container,
  .checkout-pay-page .order-confirmation-container,
  .thank-you-page .order-confirmation-container {
    border-right: none;
  }
  .checkout-shipping-page .shipping-address-container h2,
  .checkout-pay-page .shipping-address-container h2,
  .thank-you-page .shipping-address-container h2,
  .checkout-shipping-page .shipping-method-container h2,
  .checkout-pay-page .shipping-method-container h2,
  .thank-you-page .shipping-method-container h2,
  .checkout-shipping-page .billing-address-container h2,
  .checkout-pay-page .billing-address-container h2,
  .thank-you-page .billing-address-container h2,
  .checkout-shipping-page .payment-method-container h2,
  .checkout-pay-page .payment-method-container h2,
  .thank-you-page .payment-method-container h2,
  .checkout-shipping-page .order-confirmation-container h2,
  .checkout-pay-page .order-confirmation-container h2,
  .thank-you-page .order-confirmation-container h2 {
    padding: 0;
    font-size: 1.5em;
    margin: 0 0 15px;
    padding-bottom: 10px;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address,
  .checkout-pay-page .shipping-address-container .shipping-address,
  .thank-you-page .shipping-address-container .shipping-address,
  .checkout-shipping-page .shipping-method-container .shipping-address,
  .checkout-pay-page .shipping-method-container .shipping-address,
  .thank-you-page .shipping-method-container .shipping-address,
  .checkout-shipping-page .billing-address-container .shipping-address,
  .checkout-pay-page .billing-address-container .shipping-address,
  .thank-you-page .billing-address-container .shipping-address,
  .checkout-shipping-page .payment-method-container .shipping-address,
  .checkout-pay-page .payment-method-container .shipping-address,
  .thank-you-page .payment-method-container .shipping-address,
  .checkout-shipping-page .order-confirmation-container .shipping-address,
  .checkout-pay-page .order-confirmation-container .shipping-address,
  .thank-you-page .order-confirmation-container .shipping-address,
  .checkout-shipping-page .shipping-address-container .billing-address,
  .checkout-pay-page .shipping-address-container .billing-address,
  .thank-you-page .shipping-address-container .billing-address,
  .checkout-shipping-page .shipping-method-container .billing-address,
  .checkout-pay-page .shipping-method-container .billing-address,
  .thank-you-page .shipping-method-container .billing-address,
  .checkout-shipping-page .billing-address-container .billing-address,
  .checkout-pay-page .billing-address-container .billing-address,
  .thank-you-page .billing-address-container .billing-address,
  .checkout-shipping-page .payment-method-container .billing-address,
  .checkout-pay-page .payment-method-container .billing-address,
  .thank-you-page .payment-method-container .billing-address,
  .checkout-shipping-page .order-confirmation-container .billing-address,
  .checkout-pay-page .order-confirmation-container .billing-address,
  .thank-you-page .order-confirmation-container .billing-address {
    padding: 0;
  }
  .checkout-shipping-page .shipping-address-container .shipping-address.fillable,
  .checkout-pay-page .shipping-address-container .shipping-address.fillable,
  .thank-you-page .shipping-address-container .shipping-address.fillable,
  .checkout-shipping-page .shipping-method-container .shipping-address.fillable,
  .checkout-pay-page .shipping-method-container .shipping-address.fillable,
  .thank-you-page .shipping-method-container .shipping-address.fillable,
  .checkout-shipping-page .billing-address-container .shipping-address.fillable,
  .checkout-pay-page .billing-address-container .shipping-address.fillable,
  .thank-you-page .billing-address-container .shipping-address.fillable,
  .checkout-shipping-page .payment-method-container .shipping-address.fillable,
  .checkout-pay-page .payment-method-container .shipping-address.fillable,
  .thank-you-page .payment-method-container .shipping-address.fillable,
  .checkout-shipping-page .order-confirmation-container .shipping-address.fillable,
  .checkout-pay-page .order-confirmation-container .shipping-address.fillable,
  .thank-you-page .order-confirmation-container .shipping-address.fillable,
  .checkout-shipping-page .shipping-address-container .billing-address.fillable,
  .checkout-pay-page .shipping-address-container .billing-address.fillable,
  .thank-you-page .shipping-address-container .billing-address.fillable,
  .checkout-shipping-page .shipping-method-container .billing-address.fillable,
  .checkout-pay-page .shipping-method-container .billing-address.fillable,
  .thank-you-page .shipping-method-container .billing-address.fillable,
  .checkout-shipping-page .billing-address-container .billing-address.fillable,
  .checkout-pay-page .billing-address-container .billing-address.fillable,
  .thank-you-page .billing-address-container .billing-address.fillable,
  .checkout-shipping-page .payment-method-container .billing-address.fillable,
  .checkout-pay-page .payment-method-container .billing-address.fillable,
  .thank-you-page .payment-method-container .billing-address.fillable,
  .checkout-shipping-page .order-confirmation-container .billing-address.fillable,
  .checkout-pay-page .order-confirmation-container .billing-address.fillable,
  .thank-you-page .order-confirmation-container .billing-address.fillable,
  .checkout-shipping-page .shipping-address-container .shipping-address.editing,
  .checkout-pay-page .shipping-address-container .shipping-address.editing,
  .thank-you-page .shipping-address-container .shipping-address.editing,
  .checkout-shipping-page .shipping-method-container .shipping-address.editing,
  .checkout-pay-page .shipping-method-container .shipping-address.editing,
  .thank-you-page .shipping-method-container .shipping-address.editing,
  .checkout-shipping-page .billing-address-container .shipping-address.editing,
  .checkout-pay-page .billing-address-container .shipping-address.editing,
  .thank-you-page .billing-address-container .shipping-address.editing,
  .checkout-shipping-page .payment-method-container .shipping-address.editing,
  .checkout-pay-page .payment-method-container .shipping-address.editing,
  .thank-you-page .payment-method-container .shipping-address.editing,
  .checkout-shipping-page .order-confirmation-container .shipping-address.editing,
  .checkout-pay-page .order-confirmation-container .shipping-address.editing,
  .thank-you-page .order-confirmation-container .shipping-address.editing,
  .checkout-shipping-page .shipping-address-container .billing-address.editing,
  .checkout-pay-page .shipping-address-container .billing-address.editing,
  .thank-you-page .shipping-address-container .billing-address.editing,
  .checkout-shipping-page .shipping-method-container .billing-address.editing,
  .checkout-pay-page .shipping-method-container .billing-address.editing,
  .thank-you-page .shipping-method-container .billing-address.editing,
  .checkout-shipping-page .billing-address-container .billing-address.editing,
  .checkout-pay-page .billing-address-container .billing-address.editing,
  .thank-you-page .billing-address-container .billing-address.editing,
  .checkout-shipping-page .payment-method-container .billing-address.editing,
  .checkout-pay-page .payment-method-container .billing-address.editing,
  .thank-you-page .payment-method-container .billing-address.editing,
  .checkout-shipping-page .order-confirmation-container .billing-address.editing,
  .checkout-pay-page .order-confirmation-container .billing-address.editing,
  .thank-you-page .order-confirmation-container .billing-address.editing {
    background: #F5F9FC;
  }
  .checkout-shipping-page .shipping-address-container .shipping-method,
  .checkout-pay-page .shipping-address-container .shipping-method,
  .thank-you-page .shipping-address-container .shipping-method,
  .checkout-shipping-page .shipping-method-container .shipping-method,
  .checkout-pay-page .shipping-method-container .shipping-method,
  .thank-you-page .shipping-method-container .shipping-method,
  .checkout-shipping-page .billing-address-container .shipping-method,
  .checkout-pay-page .billing-address-container .shipping-method,
  .thank-you-page .billing-address-container .shipping-method,
  .checkout-shipping-page .payment-method-container .shipping-method,
  .checkout-pay-page .payment-method-container .shipping-method,
  .thank-you-page .payment-method-container .shipping-method,
  .checkout-shipping-page .order-confirmation-container .shipping-method,
  .checkout-pay-page .order-confirmation-container .shipping-method,
  .thank-you-page .order-confirmation-container .shipping-method {
    padding: 0 15px 15px;
  }
  .checkout-shipping-page .shipping-address-container .shipping-method .method,
  .checkout-pay-page .shipping-address-container .shipping-method .method,
  .thank-you-page .shipping-address-container .shipping-method .method,
  .checkout-shipping-page .shipping-method-container .shipping-method .method,
  .checkout-pay-page .shipping-method-container .shipping-method .method,
  .thank-you-page .shipping-method-container .shipping-method .method,
  .checkout-shipping-page .billing-address-container .shipping-method .method,
  .checkout-pay-page .billing-address-container .shipping-method .method,
  .thank-you-page .billing-address-container .shipping-method .method,
  .checkout-shipping-page .payment-method-container .shipping-method .method,
  .checkout-pay-page .payment-method-container .shipping-method .method,
  .thank-you-page .payment-method-container .shipping-method .method,
  .checkout-shipping-page .order-confirmation-container .shipping-method .method,
  .checkout-pay-page .order-confirmation-container .shipping-method .method,
  .thank-you-page .order-confirmation-container .shipping-method .method {
    padding: 15px 15px 10px;
  }
  .checkout-shipping-page .shipping-address-container .payment-method,
  .checkout-pay-page .shipping-address-container .payment-method,
  .thank-you-page .shipping-address-container .payment-method,
  .checkout-shipping-page .shipping-method-container .payment-method,
  .checkout-pay-page .shipping-method-container .payment-method,
  .thank-you-page .shipping-method-container .payment-method,
  .checkout-shipping-page .billing-address-container .payment-method,
  .checkout-pay-page .billing-address-container .payment-method,
  .thank-you-page .billing-address-container .payment-method,
  .checkout-shipping-page .payment-method-container .payment-method,
  .checkout-pay-page .payment-method-container .payment-method,
  .thank-you-page .payment-method-container .payment-method,
  .checkout-shipping-page .order-confirmation-container .payment-method,
  .checkout-pay-page .order-confirmation-container .payment-method,
  .thank-you-page .order-confirmation-container .payment-method {
    padding: 0;
  }
  .checkout-shipping-page .shipping-address-container .payment-method .method,
  .checkout-pay-page .shipping-address-container .payment-method .method,
  .thank-you-page .shipping-address-container .payment-method .method,
  .checkout-shipping-page .shipping-method-container .payment-method .method,
  .checkout-pay-page .shipping-method-container .payment-method .method,
  .thank-you-page .shipping-method-container .payment-method .method,
  .checkout-shipping-page .billing-address-container .payment-method .method,
  .checkout-pay-page .billing-address-container .payment-method .method,
  .thank-you-page .billing-address-container .payment-method .method,
  .checkout-shipping-page .payment-method-container .payment-method .method,
  .checkout-pay-page .payment-method-container .payment-method .method,
  .thank-you-page .payment-method-container .payment-method .method,
  .checkout-shipping-page .order-confirmation-container .payment-method .method,
  .checkout-pay-page .order-confirmation-container .payment-method .method,
  .thank-you-page .order-confirmation-container .payment-method .method {
    padding: 15px;
  }
  .checkout-shipping-page .continue-container,
  .checkout-pay-page .continue-container,
  .thank-you-page .continue-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .checkout-shipping-page .order-summary-container,
  .checkout-pay-page .order-summary-container,
  .thank-you-page .order-summary-container {
    margin-top: 0;
    padding: 30px 30px 0;
    border-top: 1px solid #e2e2e2;
    border-radius: 0 6px 6px 0;
  }
  /**
 * Checkout
 *  - Pay
 *
*/
  .checkout-pay-page .billing-address-container {
    border-radius: 6px 0 0 0;
  }
  .checkout-pay-page .payment-method-container {
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0 0 0 6px;
  }
  /**
 * Checkout
 *  - Thank You
 *
 */
  .thank-you-page .order-confirmation-container {
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .thank-you-page .order-summary-container {
    border-radius: 0;
    border: 1px solid #e2e2e2;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  /**
 * Checkout
 *  - Thank You
 *
 * Account
 *  - Order Page
 *
*/
  .thank-you-page .order-summary-container,
  .account-order-page .order-summary-container {
    padding: 45px;
  }
  .thank-you-page .order-summary-container .order-summary,
  .account-order-page .order-summary-container .order-summary {
    padding: 45px;
    border: 1px solid #e2e2e2;
  }
  .thank-you-page .order-summary-container .order-summary > .title,
  .account-order-page .order-summary-container .order-summary > .title {
    font-size: 1.125em;
  }
  .thank-you-page .order-summary-container .order-details .details,
  .account-order-page .order-summary-container .order-details .details {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    padding: 15px 15px 15px 0;
  }
  .thank-you-page .order-summary-container .order-details .details p,
  .account-order-page .order-summary-container .order-details .details p {
    font-size: 1em;
  }
  .thank-you-page .order-summary-container .order-summary-totals,
  .account-order-page .order-summary-container .order-summary-totals {
    padding: 0;
    border: none;
  }
  .thank-you-page .cart-items-container .cart-items,
  .account-order-page .cart-items-container .cart-items {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  /**
 * News / Blog
 *
 */
  .news-list {
    padding: 60px 0 0 0;
  }
  .news-page .owl-stage {
    min-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /**
 * Account
 * - Defaults
 *
 */
  .account .hero-container {
    padding: 45px 0;
  }
  .account .hero-container .hero h1 {
    font-size: 3.75em;
    font-weight: 600;
  }
  .account .quick-look > div {
    padding: 30px;
  }
  .account .content-title {
    font-size: 1.875em;
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  .account .orders-container .orders {
    padding: 15px 30px 30px;
  }
  .account .orders-container .orders ul li {
    width: 140px;
  }
  .account .orders-container .orders ul li.orderid-li {
    width: 70px;
  }
  .account .orders-container .orders ul li.status-li {
    width: 200px;
    text-align: left!important;
  }
  .account .orders-container .order {
    padding: 7.5px 15px;
  }
  .account .orders-container .order .order-header li,
  .account .orders-container .order .stats li {
    width: 142px;
  }
  .account .orders-container .order .order-header li.orderid-li,
  .account .orders-container .order .stats li.orderid-li {
    width: 70px;
  }
  .account .orders-container .order .order-header li.status-li,
  .account .orders-container .order .stats li.status-li {
    width: 200px;
    text-align: left!important;
  }
  /**
 * Account
 *  - Dashboard
 *
 */
  .dashboard-page .dashboard-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dashboard-page .dashboard-container .billing-address,
  .dashboard-page .dashboard-container .shipping-address {
    min-height: 295px;
  }
  .dashboard-page .dashboard-container .billing-address address,
  .dashboard-page .dashboard-container .shipping-address address {
    margin: 0;
    width: 100%;
  }
  .dashboard-page .dashboard-container .payment-methods {
    padding: 15px;
  }
  .dashboard-page .dashboard-container .payment-methods .methods {
    width: 75%;
  }
  .dashboard-page .dashboard-container .password {
    padding: 15px;
    min-height: auto;
  }
  .dashboard-page .dashboard-container .password .content {
    padding: 15px 0;
  }
  .dashboard-page .orders-container > .title {
    padding-top: 30px;
  }
  /**
 * Account
 *  - Billing Address
 *  - Shipping Address
 *  - Password
 *
 */
  .account-billing-page .billing,
  .account-shipping-page .billing,
  .account-password-page .billing,
  .account-billing-page .shipping,
  .account-shipping-page .shipping,
  .account-password-page .shipping,
  .account-billing-page .password,
  .account-shipping-page .password,
  .account-password-page .password {
    padding: 30px;
  }
  .account-billing-page .billing form,
  .account-shipping-page .billing form,
  .account-password-page .billing form,
  .account-billing-page .shipping form,
  .account-shipping-page .shipping form,
  .account-password-page .shipping form,
  .account-billing-page .password form,
  .account-shipping-page .password form,
  .account-password-page .password form {
    padding: 30px;
  }
  /**
 * Account
 *  - Payment Methods (profile) page
 *
 */
  .account-payment-method-page .payment-method {
    padding: 30px;
  }
  .account-payment-method-page .payment-method .btn {
    width: auto;
    padding: 15px;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .product-list-container .list .product .image {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .thank-you-page .order-summary-container .order-details .details,
  .account-order-page .order-summary-container .order-details .details {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  /**
 * Navigation
 *
*/
  .header {
    background: #ffffff;
  }
  .header .mainHead .logo {
    width: 174px;
    height: 35px;
    float: left;
    margin-right: 4%;
  }
  .header .mainHead .mainMenu > ul > li .subMenu {
    top: 110px;
  }
  .header .mainHead .mainMenu > ul > li .subMenu .systemsMenu ul li a .desc {
    font-size: 0.875em;
  }
  /**
 * Defaults
 *
*/
  /* Hero Banners */
  .category-page .hero.banner .title {
    margin-top: -16px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 4.5em;
  }
  .category-page .hero.banner .short-desc {
    padding: 10px 0 0 0;
  }
  .category-page .container .filtersSidebar .filters {
    margin-left: -3px;
  }
  .category-page .productListBox .row-controls .controls .total-records p {
    margin: 15px 0 14px 0px;
  }
  .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn {
    padding-top: 13px;
  }
  .category-page .productListBox .row-controls .controls .sort .sort-order-select .btn .filter-option {
    background-position: 100% 9px;
  }
  /* Home Page */
  .page-home .subhero .link .header {
    padding: 50px 10px 40px 10px;
  }
  .page-home .subhero .link .header .title {
    font-size: 24px;
  }
  .page-home .subhero .link .header .subtitle {
    font-size: 18px;
  }
  .page-home .subhero .link img {
    width: 80%;
    margin: 0px auto;
  }
  .page-home .news-list .author-picture {
    width: 65px;
    height: 65px;
  }
  /**
 * Quick Order
 *
 */
  .quick-order-container form .blueborder {
    margin: 0 15%;
  }
  /**
 * Resources
 *
 */
  .resources-wrapper .section-title {
    font-size: 24px;
  }
  /**
 * Category
 *
*/
  .category-page .controls .sort {
    width: 20%;
  }
  /**
 * Product
 *
*/
  .product-page .title-container h1 {
    font-size: 1.875em;
  }
  .product-page .image-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-page .image-container .thumbnails {
    max-height: 645px;
  }
  .product-page .buy-box-container {
    padding-top: 15px;
  }
  .product-page .options-container,
  .product-page .details-container,
  .product-page .extra-options-container {
    padding-left: 0;
    padding-right: 0;
  }
  .product-page .quantity-container {
    border-top: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  .product-page .quantity-container .quantity {
    height: 49px!important;
    line-height: 49px!important;
  }
  .product-page .add-to-cart-container {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .product-page .review-container .write-review,
  .product-page .review-container .review {
    padding: 30px;
  }
  .product-page .review-container a.write-review {
    border-top: none;
    margin-top: -16px;
  }
  .product-page .review-container .write-review {
    padding: 30px;
  }
  /**
 * Systems
 **/
  .systems-page .hero .mmp-wide-back {
    background: url("../img/systems/mmp-header.jpg") no-repeat center 150px;
    background-size: contain;
  }
  .systems-page .hero .alicam-wide-back {
    padding-bottom: 15.3%;
    background-position: center 30px;
  }
  .systems-page .how-does-it-work {
    display: flex;
    align-items: flex-end;
  }
  .testimonials .testimonial-content {
    font-size: 1.5em;
  }
  .testimonials .testimonial-author {
    font-weight: 400;
    font-size: 0.875em;
  }
  .fixed-height {
    height: 555px;
  }
  /**
 * Checkout
 *
*/
  /**
 * Checkout
 *  - Start
 *
*/
  /**
 * Checkout
 *  - Shipping
 *
*/
  .checkout-shipping-page .shipping-address-container,
  .checkout-shipping-page .shipping-method-container,
  .checkout-shipping-page .continue-container {
    padding: 45px;
  }
  /**
 * Checkout
 *  - Shipping
 *  - Pay
 *  - Thank You
 */
  .checkout-shipping-page .shipping-address-container .shipping-method,
  .checkout-pay-page .shipping-address-container .shipping-method,
  .thank-you-page .shipping-address-container .shipping-method,
  .checkout-shipping-page .shipping-method-container .shipping-method,
  .checkout-pay-page .shipping-method-container .shipping-method,
  .thank-you-page .shipping-method-container .shipping-method,
  .checkout-shipping-page .billing-address-container .shipping-method,
  .checkout-pay-page .billing-address-container .shipping-method,
  .thank-you-page .billing-address-container .shipping-method,
  .checkout-shipping-page .order-confirmation-container .shipping-method,
  .checkout-pay-page .order-confirmation-container .shipping-method,
  .thank-you-page .order-confirmation-container .shipping-method {
    padding: 0 15px 15px;
  }
  .checkout-shipping-page .shipping-address-container .shipping-method .method,
  .checkout-pay-page .shipping-address-container .shipping-method .method,
  .thank-you-page .shipping-address-container .shipping-method .method,
  .checkout-shipping-page .shipping-method-container .shipping-method .method,
  .checkout-pay-page .shipping-method-container .shipping-method .method,
  .thank-you-page .shipping-method-container .shipping-method .method,
  .checkout-shipping-page .billing-address-container .shipping-method .method,
  .checkout-pay-page .billing-address-container .shipping-method .method,
  .thank-you-page .billing-address-container .shipping-method .method,
  .checkout-shipping-page .order-confirmation-container .shipping-method .method,
  .checkout-pay-page .order-confirmation-container .shipping-method .method,
  .thank-you-page .order-confirmation-container .shipping-method .method {
    padding: 15px;
  }
  .checkout-shipping-page .shipping-address-container .payment-method,
  .checkout-pay-page .shipping-address-container .payment-method,
  .thank-you-page .shipping-address-container .payment-method,
  .checkout-shipping-page .shipping-method-container .payment-method,
  .checkout-pay-page .shipping-method-container .payment-method,
  .thank-you-page .shipping-method-container .payment-method,
  .checkout-shipping-page .billing-address-container .payment-method,
  .checkout-pay-page .billing-address-container .payment-method,
  .thank-you-page .billing-address-container .payment-method,
  .checkout-shipping-page .order-confirmation-container .payment-method,
  .checkout-pay-page .order-confirmation-container .payment-method,
  .thank-you-page .order-confirmation-container .payment-method {
    padding: 15px 45px;
  }
  .checkout-shipping-page .shipping-address-container .payment-method .method,
  .checkout-pay-page .shipping-address-container .payment-method .method,
  .thank-you-page .shipping-address-container .payment-method .method,
  .checkout-shipping-page .shipping-method-container .payment-method .method,
  .checkout-pay-page .shipping-method-container .payment-method .method,
  .thank-you-page .shipping-method-container .payment-method .method,
  .checkout-shipping-page .billing-address-container .payment-method .method,
  .checkout-pay-page .billing-address-container .payment-method .method,
  .thank-you-page .billing-address-container .payment-method .method,
  .checkout-shipping-page .order-confirmation-container .payment-method .method,
  .checkout-pay-page .order-confirmation-container .payment-method .method,
  .thank-you-page .order-confirmation-container .payment-method .method {
    padding: 15px;
  }
  .checkout-shipping-page .order-summary-container,
  .checkout-pay-page .order-summary-container,
  .thank-you-page .order-summary-container {
    padding: 45px 45px 0;
  }
  /**
 * Checkout
 *  - Pay
 *
*/
  /**
 * Checkout
 *  - Secure Trading Payment Method
 *
 */
  .securetrading-payment-form .cvv {
    margin-top: 0;
  }
  /**
 * Checkout
 *  - Thank You
 *
*/
  .thank-you-page .order-summary-container {
    padding: 45px;
  }
  .thank-you-page .order-summary-container .order-summary {
    padding: 60px;
  }
  .thank-you-page .order-summary-container .order-summary-totals {
    padding: 0;
  }
  body .category-page .controls .views a {
    padding: 8px 12px 8px 12px!important;
  }
  /**
 * Account
 *  - Dashboard
 *
 */
  .account .orders-container ul li {
    width: 140px;
  }
  .account .orders-container ul li.orderid-li {
    width: 70px;
  }
  .account .orders-container ul li.status-li {
    width: 200px;
    text-align: left!important;
  }
  .account .orders-container .order .order-header li,
  .account .orders-container .order .stats li {
    width: 142px;
  }
  .account .orders-container .order .order-header li.orderid-li,
  .account .orders-container .order .stats li.orderid-li {
    width: 70px;
  }
  .account .orders-container .order .order-header li.status-li,
  .account .orders-container .order .stats li.status-li {
    width: 200px;
    text-align: left!important;
  }
}
@media print {
  /**
 * Checkout
 *  - Thank You
 *
 * Account
 *  - Order 
 *
 */
  .thank-you-page .print-inline,
  .account-order-page .print-inline {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .thank-you-page .order-confirmation-container,
  .account-order-page .order-confirmation-container,
  .thank-you-page .order-summary-container,
  .account-order-page .order-summary-container {
    border: none;
    border-top: 1px solid #e2e2e2;
  }
  .thank-you-page .order-confirmation-container .order-summary .title .order-id,
  .account-order-page .order-confirmation-container .order-summary .title .order-id,
  .thank-you-page .order-summary-container .order-summary .title .order-id,
  .account-order-page .order-summary-container .order-summary .title .order-id {
    font-size: 0.75em;
  }
  .thank-you-page .cart-items .print-image,
  .account-order-page .cart-items .print-image {
    width: 20%;
  }
  .thank-you-page .cart-items .print-content,
  .account-order-page .cart-items .print-content {
    width: 80%;
  }
}
/**
 * Font weight mixin to automatically create a font-weight:100 to 800
 * as classes, to use - class="weight-400" mixin can be found in the
 * mixins.less
 *
 */
.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
/**
 * Float mixin to automatially add all the floats per media query group
 * using the @grid-breakpoint variables to loop through fount in the
 * variables.less file, mixin can be found in the mixins.less file.
 *
 */
.pull-xs-left {
  float: left !important;
  float: left;
}
.pull-xs-right {
  float: right !important;
  float: right;
}
.pull-xs-none {
  float: none !important;
}
.clear-xs-left {
  clear: left;
}
.clear-xs-right {
  clear: right;
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left !important;
    float: left;
  }
  .pull-sm-right {
    float: right !important;
    float: right;
  }
  .pull-sm-none {
    float: none !important;
  }
  .clear-sm-left {
    clear: left;
  }
  .clear-sm-right {
    clear: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left !important;
    float: left;
  }
  .pull-md-right {
    float: right !important;
    float: right;
  }
  .pull-md-none {
    float: none !important;
  }
  .clear-md-left {
    clear: left;
  }
  .clear-md-right {
    clear: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
    float: left;
  }
  .pull-lg-right {
    float: right !important;
    float: right;
  }
  .pull-lg-none {
    float: none !important;
  }
  .clear-lg-left {
    clear: left;
  }
  .clear-lg-right {
    clear: right;
  }
}
/**
 * Text align mixin to automatially add all the text-aligns per media query group
 * using the @grid-breakpoint variables to loop through fount in the
 * variables.less file, mixin can be found in the mixins.less file.
 *
 */
.text-xs-left {
  text-align: left !important;
}
.text-xs-center {
  text-align: center !important;
}
.text-xs-right {
  text-align: right !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
/**
 * Generates helper classes for inline margin and padding
 * this can be used with meda queries such as pt-5-xs or
 * mt-15-sm or standalone as mt-5
 */
.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.p-5 {
  padding: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-5 {
  margin: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-15 {
  padding: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-25 {
  padding: 25px;
}
.pt-25 {
  padding-top: 25px;
}
.pl-25 {
  padding-left: 25px;
}
.pr-25 {
  padding-right: 25px;
}
.pb-25 {
  padding-bottom: 25px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.m-25 {
  margin: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-35 {
  padding: 35px;
}
.pt-35 {
  padding-top: 35px;
}
.pl-35 {
  padding-left: 35px;
}
.pr-35 {
  padding-right: 35px;
}
.pb-35 {
  padding-bottom: 35px;
}
.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.m-35 {
  margin: 35px;
}
.mt-35 {
  margin-top: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.m-40 {
  margin: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-45 {
  padding: 45px;
}
.pt-45 {
  padding-top: 45px;
}
.pl-45 {
  padding-left: 45px;
}
.pr-45 {
  padding-right: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}
.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.m-45 {
  margin: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.ml-45 {
  margin-left: 45px;
}
.mr-45 {
  margin-right: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.p-50 {
  padding: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m-50 {
  margin: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-55 {
  padding: 55px;
}
.pt-55 {
  padding-top: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.pr-55 {
  padding-right: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.m-55 {
  margin: 55px;
}
.mt-55 {
  margin-top: 55px;
}
.ml-55 {
  margin-left: 55px;
}
.mr-55 {
  margin-right: 55px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.p-60 {
  padding: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pl-60 {
  padding-left: 60px;
}
.pr-60 {
  padding-right: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-60 {
  margin: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.ml-60 {
  margin-left: 60px;
}
.mr-60 {
  margin-right: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-65 {
  padding: 65px;
}
.pt-65 {
  padding-top: 65px;
}
.pl-65 {
  padding-left: 65px;
}
.pr-65 {
  padding-right: 65px;
}
.pb-65 {
  padding-bottom: 65px;
}
.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.m-65 {
  margin: 65px;
}
.mt-65 {
  margin-top: 65px;
}
.ml-65 {
  margin-left: 65px;
}
.mr-65 {
  margin-right: 65px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.p-70 {
  padding: 70px;
}
.pt-70 {
  padding-top: 70px;
}
.pl-70 {
  padding-left: 70px;
}
.pr-70 {
  padding-right: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m-70 {
  margin: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.ml-70 {
  margin-left: 70px;
}
.mr-70 {
  margin-right: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.p-75 {
  padding: 75px;
}
.pt-75 {
  padding-top: 75px;
}
.pl-75 {
  padding-left: 75px;
}
.pr-75 {
  padding-right: 75px;
}
.pb-75 {
  padding-bottom: 75px;
}
.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m-75 {
  margin: 75px;
}
.mt-75 {
  margin-top: 75px;
}
.ml-75 {
  margin-left: 75px;
}
.mr-75 {
  margin-right: 75px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.p-80 {
  padding: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pl-80 {
  padding-left: 80px;
}
.pr-80 {
  padding-right: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.m-80 {
  margin: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.ml-80 {
  margin-left: 80px;
}
.mr-80 {
  margin-right: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-85 {
  padding: 85px;
}
.pt-85 {
  padding-top: 85px;
}
.pl-85 {
  padding-left: 85px;
}
.pr-85 {
  padding-right: 85px;
}
.pb-85 {
  padding-bottom: 85px;
}
.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.m-85 {
  margin: 85px;
}
.mt-85 {
  margin-top: 85px;
}
.ml-85 {
  margin-left: 85px;
}
.mr-85 {
  margin-right: 85px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.p-90 {
  padding: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pl-90 {
  padding-left: 90px;
}
.pr-90 {
  padding-right: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.m-90 {
  margin: 90px;
}
.mt-90 {
  margin-top: 90px;
}
.ml-90 {
  margin-left: 90px;
}
.mr-90 {
  margin-right: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.p-95 {
  padding: 95px;
}
.pt-95 {
  padding-top: 95px;
}
.pl-95 {
  padding-left: 95px;
}
.pr-95 {
  padding-right: 95px;
}
.pb-95 {
  padding-bottom: 95px;
}
.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.m-95 {
  margin: 95px;
}
.mt-95 {
  margin-top: 95px;
}
.ml-95 {
  margin-left: 95px;
}
.mr-95 {
  margin-right: 95px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}
.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.p-100 {
  padding: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-100 {
  padding-right: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.m-100 {
  margin: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-100 {
  margin-right: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.p-105 {
  padding: 105px;
}
.pt-105 {
  padding-top: 105px;
}
.pl-105 {
  padding-left: 105px;
}
.pr-105 {
  padding-right: 105px;
}
.pb-105 {
  padding-bottom: 105px;
}
.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.m-105 {
  margin: 105px;
}
.mt-105 {
  margin-top: 105px;
}
.ml-105 {
  margin-left: 105px;
}
.mr-105 {
  margin-right: 105px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}
.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.p-110 {
  padding: 110px;
}
.pt-110 {
  padding-top: 110px;
}
.pl-110 {
  padding-left: 110px;
}
.pr-110 {
  padding-right: 110px;
}
.pb-110 {
  padding-bottom: 110px;
}
.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.m-110 {
  margin: 110px;
}
.mt-110 {
  margin-top: 110px;
}
.ml-110 {
  margin-left: 110px;
}
.mr-110 {
  margin-right: 110px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}
.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.p-115 {
  padding: 115px;
}
.pt-115 {
  padding-top: 115px;
}
.pl-115 {
  padding-left: 115px;
}
.pr-115 {
  padding-right: 115px;
}
.pb-115 {
  padding-bottom: 115px;
}
.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.m-115 {
  margin: 115px;
}
.mt-115 {
  margin-top: 115px;
}
.ml-115 {
  margin-left: 115px;
}
.mr-115 {
  margin-right: 115px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}
.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.p-120 {
  padding: 120px;
}
.pt-120 {
  padding-top: 120px;
}
.pl-120 {
  padding-left: 120px;
}
.pr-120 {
  padding-right: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.m-120 {
  margin: 120px;
}
.mt-120 {
  margin-top: 120px;
}
.ml-120 {
  margin-left: 120px;
}
.mr-120 {
  margin-right: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.p-125 {
  padding: 125px;
}
.pt-125 {
  padding-top: 125px;
}
.pl-125 {
  padding-left: 125px;
}
.pr-125 {
  padding-right: 125px;
}
.pb-125 {
  padding-bottom: 125px;
}
.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.m-125 {
  margin: 125px;
}
.mt-125 {
  margin-top: 125px;
}
.ml-125 {
  margin-left: 125px;
}
.mr-125 {
  margin-right: 125px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mx-125 {
  margin-left: 125px;
  margin-right: 125px;
}
.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
.p-xs-0 {
  padding: 0px;
}
.pt-xs-0 {
  padding-top: 0px;
}
.pl-xs-0 {
  padding-left: 0px;
}
.pr-xs-0 {
  padding-right: 0px;
}
.pb-xs-0 {
  padding-bottom: 0px;
}
.px-xs-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-xs-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.m-xs-0 {
  margin: 0px;
}
.mt-xs-0 {
  margin-top: 0px;
}
.ml-xs-0 {
  margin-left: 0px;
}
.mr-xs-0 {
  margin-right: 0px;
}
.mb-xs-0 {
  margin-bottom: 0px;
}
.mx-xs-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-xs-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.p-xs-5 {
  padding: 5px;
}
.pt-xs-5 {
  padding-top: 5px;
}
.pl-xs-5 {
  padding-left: 5px;
}
.pr-xs-5 {
  padding-right: 5px;
}
.pb-xs-5 {
  padding-bottom: 5px;
}
.px-xs-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-xs-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-xs-5 {
  margin: 5px;
}
.mt-xs-5 {
  margin-top: 5px;
}
.ml-xs-5 {
  margin-left: 5px;
}
.mr-xs-5 {
  margin-right: 5px;
}
.mb-xs-5 {
  margin-bottom: 5px;
}
.mx-xs-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my-xs-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-xs-10 {
  padding: 10px;
}
.pt-xs-10 {
  padding-top: 10px;
}
.pl-xs-10 {
  padding-left: 10px;
}
.pr-xs-10 {
  padding-right: 10px;
}
.pb-xs-10 {
  padding-bottom: 10px;
}
.px-xs-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-xs-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-xs-10 {
  margin: 10px;
}
.mt-xs-10 {
  margin-top: 10px;
}
.ml-xs-10 {
  margin-left: 10px;
}
.mr-xs-10 {
  margin-right: 10px;
}
.mb-xs-10 {
  margin-bottom: 10px;
}
.mx-xs-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-xs-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-xs-15 {
  padding: 15px;
}
.pt-xs-15 {
  padding-top: 15px;
}
.pl-xs-15 {
  padding-left: 15px;
}
.pr-xs-15 {
  padding-right: 15px;
}
.pb-xs-15 {
  padding-bottom: 15px;
}
.px-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-xs-15 {
  margin: 15px;
}
.mt-xs-15 {
  margin-top: 15px;
}
.ml-xs-15 {
  margin-left: 15px;
}
.mr-xs-15 {
  margin-right: 15px;
}
.mb-xs-15 {
  margin-bottom: 15px;
}
.mx-xs-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-xs-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-xs-20 {
  padding: 20px;
}
.pt-xs-20 {
  padding-top: 20px;
}
.pl-xs-20 {
  padding-left: 20px;
}
.pr-xs-20 {
  padding-right: 20px;
}
.pb-xs-20 {
  padding-bottom: 20px;
}
.px-xs-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-xs-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-xs-20 {
  margin: 20px;
}
.mt-xs-20 {
  margin-top: 20px;
}
.ml-xs-20 {
  margin-left: 20px;
}
.mr-xs-20 {
  margin-right: 20px;
}
.mb-xs-20 {
  margin-bottom: 20px;
}
.mx-xs-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-xs-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-xs-25 {
  padding: 25px;
}
.pt-xs-25 {
  padding-top: 25px;
}
.pl-xs-25 {
  padding-left: 25px;
}
.pr-xs-25 {
  padding-right: 25px;
}
.pb-xs-25 {
  padding-bottom: 25px;
}
.px-xs-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-xs-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.m-xs-25 {
  margin: 25px;
}
.mt-xs-25 {
  margin-top: 25px;
}
.ml-xs-25 {
  margin-left: 25px;
}
.mr-xs-25 {
  margin-right: 25px;
}
.mb-xs-25 {
  margin-bottom: 25px;
}
.mx-xs-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my-xs-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.p-xs-30 {
  padding: 30px;
}
.pt-xs-30 {
  padding-top: 30px;
}
.pl-xs-30 {
  padding-left: 30px;
}
.pr-xs-30 {
  padding-right: 30px;
}
.pb-xs-30 {
  padding-bottom: 30px;
}
.px-xs-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-xs-30 {
  margin: 30px;
}
.mt-xs-30 {
  margin-top: 30px;
}
.ml-xs-30 {
  margin-left: 30px;
}
.mr-xs-30 {
  margin-right: 30px;
}
.mb-xs-30 {
  margin-bottom: 30px;
}
.mx-xs-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-xs-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-xs-35 {
  padding: 35px;
}
.pt-xs-35 {
  padding-top: 35px;
}
.pl-xs-35 {
  padding-left: 35px;
}
.pr-xs-35 {
  padding-right: 35px;
}
.pb-xs-35 {
  padding-bottom: 35px;
}
.px-xs-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py-xs-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.m-xs-35 {
  margin: 35px;
}
.mt-xs-35 {
  margin-top: 35px;
}
.ml-xs-35 {
  margin-left: 35px;
}
.mr-xs-35 {
  margin-right: 35px;
}
.mb-xs-35 {
  margin-bottom: 35px;
}
.mx-xs-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my-xs-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-xs-40 {
  padding: 40px;
}
.pt-xs-40 {
  padding-top: 40px;
}
.pl-xs-40 {
  padding-left: 40px;
}
.pr-xs-40 {
  padding-right: 40px;
}
.pb-xs-40 {
  padding-bottom: 40px;
}
.px-xs-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-xs-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.m-xs-40 {
  margin: 40px;
}
.mt-xs-40 {
  margin-top: 40px;
}
.ml-xs-40 {
  margin-left: 40px;
}
.mr-xs-40 {
  margin-right: 40px;
}
.mb-xs-40 {
  margin-bottom: 40px;
}
.mx-xs-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-xs-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-xs-45 {
  padding: 45px;
}
.pt-xs-45 {
  padding-top: 45px;
}
.pl-xs-45 {
  padding-left: 45px;
}
.pr-xs-45 {
  padding-right: 45px;
}
.pb-xs-45 {
  padding-bottom: 45px;
}
.px-xs-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py-xs-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.m-xs-45 {
  margin: 45px;
}
.mt-xs-45 {
  margin-top: 45px;
}
.ml-xs-45 {
  margin-left: 45px;
}
.mr-xs-45 {
  margin-right: 45px;
}
.mb-xs-45 {
  margin-bottom: 45px;
}
.mx-xs-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.my-xs-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.p-xs-50 {
  padding: 50px;
}
.pt-xs-50 {
  padding-top: 50px;
}
.pl-xs-50 {
  padding-left: 50px;
}
.pr-xs-50 {
  padding-right: 50px;
}
.pb-xs-50 {
  padding-bottom: 50px;
}
.px-xs-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-xs-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m-xs-50 {
  margin: 50px;
}
.mt-xs-50 {
  margin-top: 50px;
}
.ml-xs-50 {
  margin-left: 50px;
}
.mr-xs-50 {
  margin-right: 50px;
}
.mb-xs-50 {
  margin-bottom: 50px;
}
.mx-xs-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my-xs-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-xs-55 {
  padding: 55px;
}
.pt-xs-55 {
  padding-top: 55px;
}
.pl-xs-55 {
  padding-left: 55px;
}
.pr-xs-55 {
  padding-right: 55px;
}
.pb-xs-55 {
  padding-bottom: 55px;
}
.px-xs-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py-xs-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.m-xs-55 {
  margin: 55px;
}
.mt-xs-55 {
  margin-top: 55px;
}
.ml-xs-55 {
  margin-left: 55px;
}
.mr-xs-55 {
  margin-right: 55px;
}
.mb-xs-55 {
  margin-bottom: 55px;
}
.mx-xs-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.my-xs-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.p-xs-60 {
  padding: 60px;
}
.pt-xs-60 {
  padding-top: 60px;
}
.pl-xs-60 {
  padding-left: 60px;
}
.pr-xs-60 {
  padding-right: 60px;
}
.pb-xs-60 {
  padding-bottom: 60px;
}
.px-xs-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py-xs-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-xs-60 {
  margin: 60px;
}
.mt-xs-60 {
  margin-top: 60px;
}
.ml-xs-60 {
  margin-left: 60px;
}
.mr-xs-60 {
  margin-right: 60px;
}
.mb-xs-60 {
  margin-bottom: 60px;
}
.mx-xs-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my-xs-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-xs-65 {
  padding: 65px;
}
.pt-xs-65 {
  padding-top: 65px;
}
.pl-xs-65 {
  padding-left: 65px;
}
.pr-xs-65 {
  padding-right: 65px;
}
.pb-xs-65 {
  padding-bottom: 65px;
}
.px-xs-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py-xs-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.m-xs-65 {
  margin: 65px;
}
.mt-xs-65 {
  margin-top: 65px;
}
.ml-xs-65 {
  margin-left: 65px;
}
.mr-xs-65 {
  margin-right: 65px;
}
.mb-xs-65 {
  margin-bottom: 65px;
}
.mx-xs-65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my-xs-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.p-xs-70 {
  padding: 70px;
}
.pt-xs-70 {
  padding-top: 70px;
}
.pl-xs-70 {
  padding-left: 70px;
}
.pr-xs-70 {
  padding-right: 70px;
}
.pb-xs-70 {
  padding-bottom: 70px;
}
.px-xs-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py-xs-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m-xs-70 {
  margin: 70px;
}
.mt-xs-70 {
  margin-top: 70px;
}
.ml-xs-70 {
  margin-left: 70px;
}
.mr-xs-70 {
  margin-right: 70px;
}
.mb-xs-70 {
  margin-bottom: 70px;
}
.mx-xs-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.my-xs-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.p-xs-75 {
  padding: 75px;
}
.pt-xs-75 {
  padding-top: 75px;
}
.pl-xs-75 {
  padding-left: 75px;
}
.pr-xs-75 {
  padding-right: 75px;
}
.pb-xs-75 {
  padding-bottom: 75px;
}
.px-xs-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py-xs-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m-xs-75 {
  margin: 75px;
}
.mt-xs-75 {
  margin-top: 75px;
}
.ml-xs-75 {
  margin-left: 75px;
}
.mr-xs-75 {
  margin-right: 75px;
}
.mb-xs-75 {
  margin-bottom: 75px;
}
.mx-xs-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my-xs-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.p-xs-80 {
  padding: 80px;
}
.pt-xs-80 {
  padding-top: 80px;
}
.pl-xs-80 {
  padding-left: 80px;
}
.pr-xs-80 {
  padding-right: 80px;
}
.pb-xs-80 {
  padding-bottom: 80px;
}
.px-xs-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py-xs-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.m-xs-80 {
  margin: 80px;
}
.mt-xs-80 {
  margin-top: 80px;
}
.ml-xs-80 {
  margin-left: 80px;
}
.mr-xs-80 {
  margin-right: 80px;
}
.mb-xs-80 {
  margin-bottom: 80px;
}
.mx-xs-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my-xs-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-xs-85 {
  padding: 85px;
}
.pt-xs-85 {
  padding-top: 85px;
}
.pl-xs-85 {
  padding-left: 85px;
}
.pr-xs-85 {
  padding-right: 85px;
}
.pb-xs-85 {
  padding-bottom: 85px;
}
.px-xs-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py-xs-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.m-xs-85 {
  margin: 85px;
}
.mt-xs-85 {
  margin-top: 85px;
}
.ml-xs-85 {
  margin-left: 85px;
}
.mr-xs-85 {
  margin-right: 85px;
}
.mb-xs-85 {
  margin-bottom: 85px;
}
.mx-xs-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.my-xs-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.p-xs-90 {
  padding: 90px;
}
.pt-xs-90 {
  padding-top: 90px;
}
.pl-xs-90 {
  padding-left: 90px;
}
.pr-xs-90 {
  padding-right: 90px;
}
.pb-xs-90 {
  padding-bottom: 90px;
}
.px-xs-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py-xs-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.m-xs-90 {
  margin: 90px;
}
.mt-xs-90 {
  margin-top: 90px;
}
.ml-xs-90 {
  margin-left: 90px;
}
.mr-xs-90 {
  margin-right: 90px;
}
.mb-xs-90 {
  margin-bottom: 90px;
}
.mx-xs-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.my-xs-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.p-xs-95 {
  padding: 95px;
}
.pt-xs-95 {
  padding-top: 95px;
}
.pl-xs-95 {
  padding-left: 95px;
}
.pr-xs-95 {
  padding-right: 95px;
}
.pb-xs-95 {
  padding-bottom: 95px;
}
.px-xs-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py-xs-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.m-xs-95 {
  margin: 95px;
}
.mt-xs-95 {
  margin-top: 95px;
}
.ml-xs-95 {
  margin-left: 95px;
}
.mr-xs-95 {
  margin-right: 95px;
}
.mb-xs-95 {
  margin-bottom: 95px;
}
.mx-xs-95 {
  margin-left: 95px;
  margin-right: 95px;
}
.my-xs-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.p-xs-100 {
  padding: 100px;
}
.pt-xs-100 {
  padding-top: 100px;
}
.pl-xs-100 {
  padding-left: 100px;
}
.pr-xs-100 {
  padding-right: 100px;
}
.pb-xs-100 {
  padding-bottom: 100px;
}
.px-xs-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-xs-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.m-xs-100 {
  margin: 100px;
}
.mt-xs-100 {
  margin-top: 100px;
}
.ml-xs-100 {
  margin-left: 100px;
}
.mr-xs-100 {
  margin-right: 100px;
}
.mb-xs-100 {
  margin-bottom: 100px;
}
.mx-xs-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my-xs-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.p-xs-105 {
  padding: 105px;
}
.pt-xs-105 {
  padding-top: 105px;
}
.pl-xs-105 {
  padding-left: 105px;
}
.pr-xs-105 {
  padding-right: 105px;
}
.pb-xs-105 {
  padding-bottom: 105px;
}
.px-xs-105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py-xs-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.m-xs-105 {
  margin: 105px;
}
.mt-xs-105 {
  margin-top: 105px;
}
.ml-xs-105 {
  margin-left: 105px;
}
.mr-xs-105 {
  margin-right: 105px;
}
.mb-xs-105 {
  margin-bottom: 105px;
}
.mx-xs-105 {
  margin-left: 105px;
  margin-right: 105px;
}
.my-xs-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.p-xs-110 {
  padding: 110px;
}
.pt-xs-110 {
  padding-top: 110px;
}
.pl-xs-110 {
  padding-left: 110px;
}
.pr-xs-110 {
  padding-right: 110px;
}
.pb-xs-110 {
  padding-bottom: 110px;
}
.px-xs-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py-xs-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.m-xs-110 {
  margin: 110px;
}
.mt-xs-110 {
  margin-top: 110px;
}
.ml-xs-110 {
  margin-left: 110px;
}
.mr-xs-110 {
  margin-right: 110px;
}
.mb-xs-110 {
  margin-bottom: 110px;
}
.mx-xs-110 {
  margin-left: 110px;
  margin-right: 110px;
}
.my-xs-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.p-xs-115 {
  padding: 115px;
}
.pt-xs-115 {
  padding-top: 115px;
}
.pl-xs-115 {
  padding-left: 115px;
}
.pr-xs-115 {
  padding-right: 115px;
}
.pb-xs-115 {
  padding-bottom: 115px;
}
.px-xs-115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py-xs-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.m-xs-115 {
  margin: 115px;
}
.mt-xs-115 {
  margin-top: 115px;
}
.ml-xs-115 {
  margin-left: 115px;
}
.mr-xs-115 {
  margin-right: 115px;
}
.mb-xs-115 {
  margin-bottom: 115px;
}
.mx-xs-115 {
  margin-left: 115px;
  margin-right: 115px;
}
.my-xs-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.p-xs-120 {
  padding: 120px;
}
.pt-xs-120 {
  padding-top: 120px;
}
.pl-xs-120 {
  padding-left: 120px;
}
.pr-xs-120 {
  padding-right: 120px;
}
.pb-xs-120 {
  padding-bottom: 120px;
}
.px-xs-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py-xs-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.m-xs-120 {
  margin: 120px;
}
.mt-xs-120 {
  margin-top: 120px;
}
.ml-xs-120 {
  margin-left: 120px;
}
.mr-xs-120 {
  margin-right: 120px;
}
.mb-xs-120 {
  margin-bottom: 120px;
}
.mx-xs-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my-xs-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.p-xs-125 {
  padding: 125px;
}
.pt-xs-125 {
  padding-top: 125px;
}
.pl-xs-125 {
  padding-left: 125px;
}
.pr-xs-125 {
  padding-right: 125px;
}
.pb-xs-125 {
  padding-bottom: 125px;
}
.px-xs-125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py-xs-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.m-xs-125 {
  margin: 125px;
}
.mt-xs-125 {
  margin-top: 125px;
}
.ml-xs-125 {
  margin-left: 125px;
}
.mr-xs-125 {
  margin-right: 125px;
}
.mb-xs-125 {
  margin-bottom: 125px;
}
.mx-xs-125 {
  margin-left: 125px;
  margin-right: 125px;
}
.my-xs-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .p-sm-5 {
    padding: 5px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mx-sm-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .p-sm-10 {
    padding: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .p-sm-15 {
    padding: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .p-sm-20 {
    padding: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .p-sm-25 {
    padding: 25px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .px-sm-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-sm-25 {
    margin: 25px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mx-sm-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .p-sm-30 {
    padding: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-sm-35 {
    padding: 35px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .px-sm-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m-sm-35 {
    margin: 35px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .mx-sm-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .p-sm-40 {
    padding: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .p-sm-45 {
    padding: 45px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .px-sm-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .m-sm-45 {
    margin: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mx-sm-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .p-sm-50 {
    padding: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .p-sm-55 {
    padding: 55px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .px-sm-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .py-sm-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .m-sm-55 {
    margin: 55px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .mr-sm-55 {
    margin-right: 55px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .mx-sm-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .my-sm-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .p-sm-60 {
    padding: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-sm-60 {
    margin: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-sm-65 {
    padding: 65px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pl-sm-65 {
    padding-left: 65px;
  }
  .pr-sm-65 {
    padding-right: 65px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .px-sm-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .py-sm-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .m-sm-65 {
    margin: 65px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .ml-sm-65 {
    margin-left: 65px;
  }
  .mr-sm-65 {
    margin-right: 65px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .mx-sm-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .my-sm-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .p-sm-70 {
    padding: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .m-sm-70 {
    margin: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .p-sm-75 {
    padding: 75px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .px-sm-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .m-sm-75 {
    margin: 75px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .mr-sm-75 {
    margin-right: 75px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .mx-sm-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .my-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .p-sm-80 {
    padding: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-sm-80 {
    margin: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .p-sm-85 {
    padding: 85px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pl-sm-85 {
    padding-left: 85px;
  }
  .pr-sm-85 {
    padding-right: 85px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .px-sm-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .m-sm-85 {
    margin: 85px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .ml-sm-85 {
    margin-left: 85px;
  }
  .mr-sm-85 {
    margin-right: 85px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .mx-sm-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .my-sm-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
@media (min-width: 768px) {
  .p-sm-90 {
    padding: 90px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .px-sm-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .m-sm-90 {
    margin: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mx-sm-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .p-sm-95 {
    padding: 95px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pl-sm-95 {
    padding-left: 95px;
  }
  .pr-sm-95 {
    padding-right: 95px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .px-sm-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .py-sm-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .m-sm-95 {
    margin: 95px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .ml-sm-95 {
    margin-left: 95px;
  }
  .mr-sm-95 {
    margin-right: 95px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .mx-sm-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .my-sm-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media (min-width: 768px) {
  .p-sm-100 {
    padding: 100px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-sm-100 {
    margin: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .p-sm-105 {
    padding: 105px;
  }
  .pt-sm-105 {
    padding-top: 105px;
  }
  .pl-sm-105 {
    padding-left: 105px;
  }
  .pr-sm-105 {
    padding-right: 105px;
  }
  .pb-sm-105 {
    padding-bottom: 105px;
  }
  .px-sm-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .py-sm-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .m-sm-105 {
    margin: 105px;
  }
  .mt-sm-105 {
    margin-top: 105px;
  }
  .ml-sm-105 {
    margin-left: 105px;
  }
  .mr-sm-105 {
    margin-right: 105px;
  }
  .mb-sm-105 {
    margin-bottom: 105px;
  }
  .mx-sm-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .my-sm-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
}
@media (min-width: 768px) {
  .p-sm-110 {
    padding: 110px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pl-sm-110 {
    padding-left: 110px;
  }
  .pr-sm-110 {
    padding-right: 110px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .px-sm-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .py-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .m-sm-110 {
    margin: 110px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .ml-sm-110 {
    margin-left: 110px;
  }
  .mr-sm-110 {
    margin-right: 110px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mx-sm-110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .my-sm-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .p-sm-115 {
    padding: 115px;
  }
  .pt-sm-115 {
    padding-top: 115px;
  }
  .pl-sm-115 {
    padding-left: 115px;
  }
  .pr-sm-115 {
    padding-right: 115px;
  }
  .pb-sm-115 {
    padding-bottom: 115px;
  }
  .px-sm-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .py-sm-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .m-sm-115 {
    margin: 115px;
  }
  .mt-sm-115 {
    margin-top: 115px;
  }
  .ml-sm-115 {
    margin-left: 115px;
  }
  .mr-sm-115 {
    margin-right: 115px;
  }
  .mb-sm-115 {
    margin-bottom: 115px;
  }
  .mx-sm-115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .my-sm-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}
@media (min-width: 768px) {
  .p-sm-120 {
    padding: 120px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .m-sm-120 {
    margin: 120px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mx-sm-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .p-sm-125 {
    padding: 125px;
  }
  .pt-sm-125 {
    padding-top: 125px;
  }
  .pl-sm-125 {
    padding-left: 125px;
  }
  .pr-sm-125 {
    padding-right: 125px;
  }
  .pb-sm-125 {
    padding-bottom: 125px;
  }
  .px-sm-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .py-sm-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .m-sm-125 {
    margin: 125px;
  }
  .mt-sm-125 {
    margin-top: 125px;
  }
  .ml-sm-125 {
    margin-left: 125px;
  }
  .mr-sm-125 {
    margin-right: 125px;
  }
  .mb-sm-125 {
    margin-bottom: 125px;
  }
  .mx-sm-125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .my-sm-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .p-md-0 {
    padding: 0px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-md-0 {
    margin: 0px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .p-md-5 {
    padding: 5px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mx-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .p-md-10 {
    padding: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .p-md-15 {
    padding: 15px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .p-md-20 {
    padding: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .p-md-25 {
    padding: 25px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-md-25 {
    margin: 25px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .ml-md-25 {
    margin-left: 25px;
  }
  .mr-md-25 {
    margin-right: 25px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mx-md-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .p-md-30 {
    padding: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .p-md-35 {
    padding: 35px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pl-md-35 {
    padding-left: 35px;
  }
  .pr-md-35 {
    padding-right: 35px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .px-md-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m-md-35 {
    margin: 35px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .ml-md-35 {
    margin-left: 35px;
  }
  .mr-md-35 {
    margin-right: 35px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .mx-md-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .p-md-40 {
    padding: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .p-md-45 {
    padding: 45px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .px-md-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .m-md-45 {
    margin: 45px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .ml-md-45 {
    margin-left: 45px;
  }
  .mr-md-45 {
    margin-right: 45px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .mx-md-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .p-md-50 {
    padding: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .p-md-55 {
    padding: 55px;
  }
  .pt-md-55 {
    padding-top: 55px;
  }
  .pl-md-55 {
    padding-left: 55px;
  }
  .pr-md-55 {
    padding-right: 55px;
  }
  .pb-md-55 {
    padding-bottom: 55px;
  }
  .px-md-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .py-md-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .m-md-55 {
    margin: 55px;
  }
  .mt-md-55 {
    margin-top: 55px;
  }
  .ml-md-55 {
    margin-left: 55px;
  }
  .mr-md-55 {
    margin-right: 55px;
  }
  .mb-md-55 {
    margin-bottom: 55px;
  }
  .mx-md-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .my-md-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .p-md-60 {
    padding: 60px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-md-60 {
    margin: 60px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mx-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .p-md-65 {
    padding: 65px;
  }
  .pt-md-65 {
    padding-top: 65px;
  }
  .pl-md-65 {
    padding-left: 65px;
  }
  .pr-md-65 {
    padding-right: 65px;
  }
  .pb-md-65 {
    padding-bottom: 65px;
  }
  .px-md-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .py-md-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .m-md-65 {
    margin: 65px;
  }
  .mt-md-65 {
    margin-top: 65px;
  }
  .ml-md-65 {
    margin-left: 65px;
  }
  .mr-md-65 {
    margin-right: 65px;
  }
  .mb-md-65 {
    margin-bottom: 65px;
  }
  .mx-md-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .my-md-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .p-md-70 {
    padding: 70px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .m-md-70 {
    margin: 70px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mx-md-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .p-md-75 {
    padding: 75px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pl-md-75 {
    padding-left: 75px;
  }
  .pr-md-75 {
    padding-right: 75px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .px-md-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .m-md-75 {
    margin: 75px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .ml-md-75 {
    margin-left: 75px;
  }
  .mr-md-75 {
    margin-right: 75px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .mx-md-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .p-md-80 {
    padding: 80px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-md-80 {
    margin: 80px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mx-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .p-md-85 {
    padding: 85px;
  }
  .pt-md-85 {
    padding-top: 85px;
  }
  .pl-md-85 {
    padding-left: 85px;
  }
  .pr-md-85 {
    padding-right: 85px;
  }
  .pb-md-85 {
    padding-bottom: 85px;
  }
  .px-md-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .m-md-85 {
    margin: 85px;
  }
  .mt-md-85 {
    margin-top: 85px;
  }
  .ml-md-85 {
    margin-left: 85px;
  }
  .mr-md-85 {
    margin-right: 85px;
  }
  .mb-md-85 {
    margin-bottom: 85px;
  }
  .mx-md-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .my-md-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
@media (min-width: 992px) {
  .p-md-90 {
    padding: 90px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pl-md-90 {
    padding-left: 90px;
  }
  .pr-md-90 {
    padding-right: 90px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .px-md-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .m-md-90 {
    margin: 90px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .ml-md-90 {
    margin-left: 90px;
  }
  .mr-md-90 {
    margin-right: 90px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mx-md-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .p-md-95 {
    padding: 95px;
  }
  .pt-md-95 {
    padding-top: 95px;
  }
  .pl-md-95 {
    padding-left: 95px;
  }
  .pr-md-95 {
    padding-right: 95px;
  }
  .pb-md-95 {
    padding-bottom: 95px;
  }
  .px-md-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .py-md-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .m-md-95 {
    margin: 95px;
  }
  .mt-md-95 {
    margin-top: 95px;
  }
  .ml-md-95 {
    margin-left: 95px;
  }
  .mr-md-95 {
    margin-right: 95px;
  }
  .mb-md-95 {
    margin-bottom: 95px;
  }
  .mx-md-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .my-md-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media (min-width: 992px) {
  .p-md-100 {
    padding: 100px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-md-100 {
    margin: 100px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mx-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .p-md-105 {
    padding: 105px;
  }
  .pt-md-105 {
    padding-top: 105px;
  }
  .pl-md-105 {
    padding-left: 105px;
  }
  .pr-md-105 {
    padding-right: 105px;
  }
  .pb-md-105 {
    padding-bottom: 105px;
  }
  .px-md-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .py-md-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .m-md-105 {
    margin: 105px;
  }
  .mt-md-105 {
    margin-top: 105px;
  }
  .ml-md-105 {
    margin-left: 105px;
  }
  .mr-md-105 {
    margin-right: 105px;
  }
  .mb-md-105 {
    margin-bottom: 105px;
  }
  .mx-md-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .my-md-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
}
@media (min-width: 992px) {
  .p-md-110 {
    padding: 110px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pl-md-110 {
    padding-left: 110px;
  }
  .pr-md-110 {
    padding-right: 110px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .px-md-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .py-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .m-md-110 {
    margin: 110px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .ml-md-110 {
    margin-left: 110px;
  }
  .mr-md-110 {
    margin-right: 110px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mx-md-110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .my-md-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .p-md-115 {
    padding: 115px;
  }
  .pt-md-115 {
    padding-top: 115px;
  }
  .pl-md-115 {
    padding-left: 115px;
  }
  .pr-md-115 {
    padding-right: 115px;
  }
  .pb-md-115 {
    padding-bottom: 115px;
  }
  .px-md-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .py-md-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .m-md-115 {
    margin: 115px;
  }
  .mt-md-115 {
    margin-top: 115px;
  }
  .ml-md-115 {
    margin-left: 115px;
  }
  .mr-md-115 {
    margin-right: 115px;
  }
  .mb-md-115 {
    margin-bottom: 115px;
  }
  .mx-md-115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .my-md-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}
@media (min-width: 992px) {
  .p-md-120 {
    padding: 120px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .m-md-120 {
    margin: 120px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mx-md-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .p-md-125 {
    padding: 125px;
  }
  .pt-md-125 {
    padding-top: 125px;
  }
  .pl-md-125 {
    padding-left: 125px;
  }
  .pr-md-125 {
    padding-right: 125px;
  }
  .pb-md-125 {
    padding-bottom: 125px;
  }
  .px-md-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .py-md-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .m-md-125 {
    margin: 125px;
  }
  .mt-md-125 {
    margin-top: 125px;
  }
  .ml-md-125 {
    margin-left: 125px;
  }
  .mr-md-125 {
    margin-right: 125px;
  }
  .mb-md-125 {
    margin-bottom: 125px;
  }
  .mx-md-125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .my-md-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .mx-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .p-lg-5 {
    padding: 5px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mx-lg-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .p-lg-10 {
    padding: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .p-lg-15 {
    padding: 15px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .p-lg-20 {
    padding: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-lg-25 {
    padding: 25px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .px-lg-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .m-lg-25 {
    margin: 25px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mx-lg-25 {
    margin-left: 25px;
    margin-right: 25px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .p-lg-30 {
    padding: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .p-lg-35 {
    padding: 35px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .px-lg-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m-lg-35 {
    margin: 35px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mx-lg-35 {
    margin-left: 35px;
    margin-right: 35px;
  }
  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .p-lg-40 {
    padding: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .p-lg-45 {
    padding: 45px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .px-lg-45 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .m-lg-45 {
    margin: 45px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mx-lg-45 {
    margin-left: 45px;
    margin-right: 45px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .p-lg-50 {
    padding: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .p-lg-55 {
    padding: 55px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pl-lg-55 {
    padding-left: 55px;
  }
  .pr-lg-55 {
    padding-right: 55px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .px-lg-55 {
    padding-left: 55px;
    padding-right: 55px;
  }
  .py-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .m-lg-55 {
    margin: 55px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .ml-lg-55 {
    margin-left: 55px;
  }
  .mr-lg-55 {
    margin-right: 55px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .mx-lg-55 {
    margin-left: 55px;
    margin-right: 55px;
  }
  .my-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  .p-lg-60 {
    padding: 60px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .m-lg-60 {
    margin: 60px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .p-lg-65 {
    padding: 65px;
  }
  .pt-lg-65 {
    padding-top: 65px;
  }
  .pl-lg-65 {
    padding-left: 65px;
  }
  .pr-lg-65 {
    padding-right: 65px;
  }
  .pb-lg-65 {
    padding-bottom: 65px;
  }
  .px-lg-65 {
    padding-left: 65px;
    padding-right: 65px;
  }
  .py-lg-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .m-lg-65 {
    margin: 65px;
  }
  .mt-lg-65 {
    margin-top: 65px;
  }
  .ml-lg-65 {
    margin-left: 65px;
  }
  .mr-lg-65 {
    margin-right: 65px;
  }
  .mb-lg-65 {
    margin-bottom: 65px;
  }
  .mx-lg-65 {
    margin-left: 65px;
    margin-right: 65px;
  }
  .my-lg-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .p-lg-70 {
    padding: 70px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .m-lg-70 {
    margin: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mx-lg-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .p-lg-75 {
    padding: 75px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .px-lg-75 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .m-lg-75 {
    margin: 75px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .mx-lg-75 {
    margin-left: 75px;
    margin-right: 75px;
  }
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .p-lg-80 {
    padding: 80px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m-lg-80 {
    margin: 80px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mx-lg-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .p-lg-85 {
    padding: 85px;
  }
  .pt-lg-85 {
    padding-top: 85px;
  }
  .pl-lg-85 {
    padding-left: 85px;
  }
  .pr-lg-85 {
    padding-right: 85px;
  }
  .pb-lg-85 {
    padding-bottom: 85px;
  }
  .px-lg-85 {
    padding-left: 85px;
    padding-right: 85px;
  }
  .py-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .m-lg-85 {
    margin: 85px;
  }
  .mt-lg-85 {
    margin-top: 85px;
  }
  .ml-lg-85 {
    margin-left: 85px;
  }
  .mr-lg-85 {
    margin-right: 85px;
  }
  .mb-lg-85 {
    margin-bottom: 85px;
  }
  .mx-lg-85 {
    margin-left: 85px;
    margin-right: 85px;
  }
  .my-lg-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .p-lg-90 {
    padding: 90px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .px-lg-90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .m-lg-90 {
    margin: 90px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mx-lg-90 {
    margin-left: 90px;
    margin-right: 90px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .p-lg-95 {
    padding: 95px;
  }
  .pt-lg-95 {
    padding-top: 95px;
  }
  .pl-lg-95 {
    padding-left: 95px;
  }
  .pr-lg-95 {
    padding-right: 95px;
  }
  .pb-lg-95 {
    padding-bottom: 95px;
  }
  .px-lg-95 {
    padding-left: 95px;
    padding-right: 95px;
  }
  .py-lg-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .m-lg-95 {
    margin: 95px;
  }
  .mt-lg-95 {
    margin-top: 95px;
  }
  .ml-lg-95 {
    margin-left: 95px;
  }
  .mr-lg-95 {
    margin-right: 95px;
  }
  .mb-lg-95 {
    margin-bottom: 95px;
  }
  .mx-lg-95 {
    margin-left: 95px;
    margin-right: 95px;
  }
  .my-lg-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
@media (min-width: 1200px) {
  .p-lg-100 {
    padding: 100px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .m-lg-100 {
    margin: 100px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mx-lg-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .p-lg-105 {
    padding: 105px;
  }
  .pt-lg-105 {
    padding-top: 105px;
  }
  .pl-lg-105 {
    padding-left: 105px;
  }
  .pr-lg-105 {
    padding-right: 105px;
  }
  .pb-lg-105 {
    padding-bottom: 105px;
  }
  .px-lg-105 {
    padding-left: 105px;
    padding-right: 105px;
  }
  .py-lg-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .m-lg-105 {
    margin: 105px;
  }
  .mt-lg-105 {
    margin-top: 105px;
  }
  .ml-lg-105 {
    margin-left: 105px;
  }
  .mr-lg-105 {
    margin-right: 105px;
  }
  .mb-lg-105 {
    margin-bottom: 105px;
  }
  .mx-lg-105 {
    margin-left: 105px;
    margin-right: 105px;
  }
  .my-lg-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
}
@media (min-width: 1200px) {
  .p-lg-110 {
    padding: 110px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pl-lg-110 {
    padding-left: 110px;
  }
  .pr-lg-110 {
    padding-right: 110px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .px-lg-110 {
    padding-left: 110px;
    padding-right: 110px;
  }
  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .m-lg-110 {
    margin: 110px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .ml-lg-110 {
    margin-left: 110px;
  }
  .mr-lg-110 {
    margin-right: 110px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mx-lg-110 {
    margin-left: 110px;
    margin-right: 110px;
  }
  .my-lg-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}
@media (min-width: 1200px) {
  .p-lg-115 {
    padding: 115px;
  }
  .pt-lg-115 {
    padding-top: 115px;
  }
  .pl-lg-115 {
    padding-left: 115px;
  }
  .pr-lg-115 {
    padding-right: 115px;
  }
  .pb-lg-115 {
    padding-bottom: 115px;
  }
  .px-lg-115 {
    padding-left: 115px;
    padding-right: 115px;
  }
  .py-lg-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .m-lg-115 {
    margin: 115px;
  }
  .mt-lg-115 {
    margin-top: 115px;
  }
  .ml-lg-115 {
    margin-left: 115px;
  }
  .mr-lg-115 {
    margin-right: 115px;
  }
  .mb-lg-115 {
    margin-bottom: 115px;
  }
  .mx-lg-115 {
    margin-left: 115px;
    margin-right: 115px;
  }
  .my-lg-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}
@media (min-width: 1200px) {
  .p-lg-120 {
    padding: 120px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .m-lg-120 {
    margin: 120px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mx-lg-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .p-lg-125 {
    padding: 125px;
  }
  .pt-lg-125 {
    padding-top: 125px;
  }
  .pl-lg-125 {
    padding-left: 125px;
  }
  .pr-lg-125 {
    padding-right: 125px;
  }
  .pb-lg-125 {
    padding-bottom: 125px;
  }
  .px-lg-125 {
    padding-left: 125px;
    padding-right: 125px;
  }
  .py-lg-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .m-lg-125 {
    margin: 125px;
  }
  .mt-lg-125 {
    margin-top: 125px;
  }
  .ml-lg-125 {
    margin-left: 125px;
  }
  .mr-lg-125 {
    margin-right: 125px;
  }
  .mb-lg-125 {
    margin-bottom: 125px;
  }
  .mx-lg-125 {
    margin-left: 125px;
    margin-right: 125px;
  }
  .my-lg-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  padding: 0px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  padding-top: 0px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  padding-left: 0px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  padding-right: 0px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  padding-bottom: 0px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  margin: 0px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  margin-top: 0px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  margin-left: 0px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  margin-right: 0px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  margin-bottom: 0px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  padding: 5px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  padding-top: 5px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  padding-left: 5px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  padding-right: 5px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  padding-bottom: 5px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  margin: 5px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  margin-top: 5px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  margin-left: 5px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  margin-right: 5px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  margin-bottom: 5px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  padding: 10px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  padding-top: 10px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  padding-left: 10px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  padding-right: 10px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  padding-bottom: 10px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  margin: 10px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  margin-top: 10px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  margin-left: 10px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  margin-right: 10px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  margin-bottom: 10px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  padding: 15px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  padding-top: 15px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  padding-left: 15px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  padding-right: 15px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  padding-bottom: 15px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  margin: 15px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  margin-top: 15px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  margin-left: 15px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  margin-right: 15px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  margin-bottom: 15px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  padding: 20px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  padding-top: 20px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  padding-left: 20px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  padding-right: 20px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  padding-bottom: 20px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  margin: 20px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  margin-top: 20px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  margin-left: 20px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  margin-right: 20px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  margin-bottom: 20px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  padding: 25px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  padding-top: 25px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  padding-left: 25px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  padding-right: 25px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  padding-bottom: 25px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  margin: 25px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  margin-top: 25px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  margin-left: 25px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  margin-right: 25px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  margin-bottom: 25px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  padding: 30px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  padding-top: 30px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  padding-left: 30px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  padding-right: 30px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  padding-bottom: 30px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  margin: 30px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  margin-top: 30px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  margin-left: 30px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  margin-right: 30px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  margin-bottom: 30px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  padding: 35px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  padding-top: 35px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  padding-left: 35px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  padding-right: 35px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  padding-bottom: 35px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  margin: 35px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  margin-top: 35px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  margin-left: 35px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  margin-right: 35px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  margin-bottom: 35px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  padding: 40px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  padding-top: 40px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  padding-left: 40px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  padding-right: 40px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  padding-bottom: 40px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  margin: 40px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  margin-top: 40px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  margin-left: 40px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  margin-right: 40px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  margin-bottom: 40px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  padding: 45px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  padding-top: 45px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  padding-left: 45px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  padding-right: 45px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  padding-bottom: 45px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  margin: 45px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  margin-top: 45px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  margin-left: 45px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  margin-right: 45px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  margin-bottom: 45px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  padding: 50px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  padding-top: 50px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  padding-left: 50px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  padding-right: 50px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  padding-bottom: 50px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  margin: 50px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  margin-top: 50px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  margin-left: 50px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  margin-right: 50px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  margin-bottom: 50px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  padding: 55px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  padding-top: 55px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  padding-left: 55px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  padding-right: 55px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  padding-bottom: 55px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  margin: 55px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  margin-top: 55px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  margin-left: 55px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  margin-right: 55px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  margin-bottom: 55px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  padding: 60px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  padding-top: 60px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  padding-left: 60px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  padding-right: 60px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  padding-bottom: 60px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  margin: 60px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  margin-top: 60px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  margin-left: 60px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  margin-right: 60px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  margin-bottom: 60px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  padding: 65px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  padding-top: 65px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  padding-left: 65px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  padding-right: 65px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  padding-bottom: 65px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  margin: 65px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  margin-top: 65px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  margin-left: 65px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  margin-right: 65px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  margin-bottom: 65px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  padding: 70px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  padding-top: 70px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  padding-left: 70px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  padding-right: 70px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  padding-bottom: 70px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  margin: 70px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  margin-top: 70px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  margin-left: 70px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  margin-right: 70px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  margin-bottom: 70px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  padding: 75px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  padding-top: 75px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  padding-left: 75px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  padding-right: 75px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  padding-bottom: 75px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  margin: 75px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  margin-top: 75px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  margin-left: 75px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  margin-right: 75px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  margin-bottom: 75px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  padding: 80px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  padding-top: 80px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  padding-left: 80px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  padding-right: 80px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  padding-bottom: 80px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  margin: 80px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  margin-top: 80px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  margin-left: 80px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  margin-right: 80px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  margin-bottom: 80px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  padding: 85px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  padding-top: 85px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  padding-left: 85px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  padding-right: 85px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  padding-bottom: 85px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  margin: 85px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  margin-top: 85px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  margin-left: 85px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  margin-right: 85px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  margin-bottom: 85px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  margin-left: 85px;
  margin-right: 85px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  padding: 90px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  padding-top: 90px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  padding-left: 90px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  padding-right: 90px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  padding-bottom: 90px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  margin: 90px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  margin-top: 90px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  margin-left: 90px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  margin-right: 90px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  margin-bottom: 90px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  padding: 95px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  padding-top: 95px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  padding-left: 95px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  padding-right: 95px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  padding-bottom: 95px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  margin: 95px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  margin-top: 95px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  margin-left: 95px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  margin-right: 95px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  margin-bottom: 95px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  margin-left: 95px;
  margin-right: 95px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  padding: 100px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  padding-top: 100px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  padding-left: 100px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  padding-right: 100px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  padding-bottom: 100px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  margin: 100px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  margin-top: 100px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  margin-left: 100px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  margin-right: 100px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  margin-bottom: 100px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  padding: 105px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  padding-top: 105px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  padding-left: 105px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  padding-right: 105px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  padding-bottom: 105px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  margin: 105px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  margin-top: 105px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  margin-left: 105px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  margin-right: 105px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  margin-bottom: 105px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  margin-left: 105px;
  margin-right: 105px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  padding: 110px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  padding-top: 110px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  padding-left: 110px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  padding-right: 110px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  padding-bottom: 110px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  margin: 110px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  margin-top: 110px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  margin-left: 110px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  margin-right: 110px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  margin-bottom: 110px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  margin-left: 110px;
  margin-right: 110px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  padding: 115px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  padding-top: 115px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  padding-left: 115px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  padding-right: 115px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  padding-bottom: 115px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  margin: 115px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  margin-top: 115px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  margin-left: 115px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  margin-right: 115px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  margin-bottom: 115px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  margin-left: 115px;
  margin-right: 115px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  padding: 120px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  padding-top: 120px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  padding-left: 120px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  padding-right: 120px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  padding-bottom: 120px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  margin: 120px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  margin-top: 120px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  margin-left: 120px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  margin-right: 120px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  margin-bottom: 120px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.p-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  padding: 125px;
}
.pt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  padding-top: 125px;
}
.pl-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  padding-left: 125px;
}
.pr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  padding-right: 125px;
}
.pb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  padding-bottom: 125px;
}
.px-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.m-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  margin: 125px;
}
.mt-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  margin-top: 125px;
}
.ml-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  margin-left: 125px;
}
.mr-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  margin-right: 125px;
}
.mb-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  margin-bottom: 125px;
}
.mx-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  margin-left: 125px;
  margin-right: 125px;
}
.my-extract(lg 1200px, md 992px, sm 768px, xs 0, 0)-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
/**
 * Collapse mixin to automatially add all the remove padding from a .col per media query group
 * using the @grid-breakpoint variables to loop through fount in the variables.less file,
 * mixin can be found in the mixins.less file. Add an additional class to remove padding
 * from all col queries.
 *
 */
.collapse-xs {
  padding-left: 0;
  padding-right: 0;
}
.uncollapse-xs {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .collapse-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .uncollapse-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .collapse-md {
    padding-left: 0;
    padding-right: 0;
  }
  .uncollapse-md {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .collapse-lg {
    padding-left: 0;
    padding-right: 0;
  }
  .uncollapse-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.collapse-all {
  padding-left: 0;
  padding-right: 0;
}
/**
 * Expand and Contract to col mixin to automatially expand inner elements to .col per media query group
 * using the @grid-breakpoint variables to loop through fount in the variables.less file,
 * mixin can be found in the mixins.less file. Add an additional class to expand all
 * elements from all col queries.
 *
 */
.expand-to-col-xs {
  margin-left: -15px;
  margin-right: -15px;
}
.contract-from-col-xs {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .expand-to-col-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contract-from-col-sm {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .expand-to-col-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contract-from-col-md {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .expand-to-col-lg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contract-from-col-lg {
    margin-left: 0;
    margin-right: 0;
  }
}
.expand-to-col {
  margin-left: -15px;
  margin-right: -15px;
}
.contract-from-col {
  margin-left: 0;
  margin-right: 0;
}
/**
 * Globals overrides
 *
 */
.row.no-gutter,
.row.no-gutter-row {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-left: 0;
  padding-right: 0;
}
/**
 * Lemonstand flash_message() function
 * uses the bootstrap alert classes
 */
.flash {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 22px;
  margin-top: 22px;
}
.flash h4 {
  margin-top: 0;
  color: inherit;
}
.flash .alert-link {
  font-weight: bold;
}
.flash > p,
.flash > ul {
  margin-bottom: 0;
}
.flash > p + p {
  margin-top: 5px;
}
.flash.alert-info {
  background: #F2FBFD;
  border-color: #00ADD3;
}
.flash.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.flash.success hr {
  border-top-color: #c9e2b3;
}
.flash.success .alert-link {
  color: #2b542c;
}
.flash.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.flash.error hr {
  border-top-color: #e4b9c0;
}
.flash.error .alert-link {
  color: #843534;
}
/**
 * Display Flex Class - To be used everytime we want to give a "table style" to
 * some div's and keep the same height of divs columns. We should insert this class
 * in "container div" (i.e, which contains the columns)
 *
 */
.display-flex-same-height {
  display: flex;
  align-items: baseline;
  align-content: stretch;
}
.display-flex-same-height > div {
  align-self: stretch;
}
/*# sourceMappingURL=style.css.map */