@charset "UTF-8";
/*
This will hold the site specific css/less for the project and is used to generate the css file for the project.
All modules that are created for the project should be listed in here
*/
/* common.css */
@import "../blueimp-gallery.min.css";
@import "../bootstrap-image-gallery.min.css";
@import "../icomoon.css";
#loading_ajax,
#loading_ajax_alt {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 45%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.addCursor {
  cursor: hand;
  cursor: pointer;
}
#drawer {
  background-color: #fff;
  color: #666666;
  overflow: visible;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-family: "Arial";
  border-bottom: 2px solid #C6C6C6;
  width: 100%;
  display: none;
  z-index: 9999;
}
.drawer_close {
  color: #333333;
  text-align: center;
  font-size: 09px;
  padding-top: 5px;
  font-family: "Arial";
  font-style: italic;
}
.selectAll {
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  font-style: italic;
}
.button_icon {
  margin-left: 5px;
  margin-top: 1px;
}
div.tooltip_contact,
div.tooltip_light,
div.tooltip_dark {
  background-color: #CECECE;
  padding: 10px 15px;
  width: 275px;
  display: none;
  color: #333333;
  text-align: left;
  font-size: 16px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.notification_icon {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
/**
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 **/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
/* 
	No Script Message
*/
#noscript-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #333;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1000;
}
#noscript {
  border-top: 10px solid #4F4F4F;
  border-bottom: 10px solid #4F4F4F;
  padding: 20px 0px 20px 0px;
  text-align: left;
  position: fixed;
  top: 25%;
  z-index: 100000;
  height: 215px;
  background: #FFFFFF url(../img/icons/noscript/warning.png) no-repeat;
  color: #323337;
  font-size: 1em;
  font-family: 'Times New Roman, Arial, Century Gothic';
}
#noscript a {
  color: #333;
}
#noscript a:hover {
  color: #666;
}
#noscript .details {
  width: 70%;
  margin: 48px auto auto 290px;
}
#noscript .js-help {
  margin-top: 20px;
  text-align: center;
}
#noscript .js-help table {
  margin: auto;
  text-align: left;
}
#noscript .js-help table .browser {
  width: 155px;
}
#noscript .sig {
  float: right;
  text-align: right;
}
#noscript h2 {
  margin-bottom: 5px;
  color: #333;
  text-align: center;
  font-size: 2em;
}
/* BOOTSTRAP CODE */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CA9859;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a37234;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-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: 24px;
  margin-bottom: 24px;
  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;
}
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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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: 44px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 29px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #CA9859;
}
a.text-primary:hover {
  color: #b67f3a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #CA9859;
}
a.bg-primary:hover {
  background-color: #b67f3a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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: 24px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 5000px) {
  .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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  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: #999999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  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;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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.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.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.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.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.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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: 24px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: 17px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 38px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 52px;
  line-height: 52px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  color: #fff;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.btn-default .badge {
  color: #CA9859;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.btn-primary .badge {
  color: #CA9859;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #CA9859;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #a37234;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 17px;
  background-color: #E6E6E6;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 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: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #f2f2f2;
  background-color: #d9d9d9;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #CA9859;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 15px;
  line-height: 1.42857143;
  color: #999999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 5000px) {
  .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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
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: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
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: 17px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 22px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.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: #C39C51;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #C39C51;
  border-color: #CA9859;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 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: 0 0 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: #CA9859;
  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: 0;
}
.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: 0 0 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: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #CA9859;
}
.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: 0;
}
.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: 0 0 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: 24px;
  border: 1px solid transparent;
}
@media (min-width: 5000px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 5000px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 5000px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 5000px) {
  .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: 5000px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 5000px) {
  .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: 13px 15px;
  font-size: 22px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 5000px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 5000px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 4999px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 5000px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 5000px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.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: 6px;
  margin-bottom: 6px;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 4999px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 5000px) {
  .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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 5000px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    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: 4999px) {
  .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-inverse {
  background-color: #E6E6E6;
  border-color: #fff;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #e6e6e6;
  background-color: #cdcdcd;
}
.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: #d4d4d4;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #cdcdcd;
  color: #e6e6e6;
}
@media (max-width: 4999px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6e6;
    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: #e6e6e6;
    background-color: #cdcdcd;
  }
  .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: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #e6e6e6;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.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: #CA9859;
  background-color: #ddd;
  border: 1px solid #CA9859;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #a37234;
  background-color: #c4c4c4;
  border-color: #CA9859;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #CA9859;
  border-color: #CA9859;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ddd;
  border: 1px solid #CA9859;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #c4c4c4;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ddd;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #CA9859;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b67f3a;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #CA9859;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 76.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #CA9859;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #CA9859;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #999999;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #fff;
}
a.list-group-item .list-group-item-heading {
  color: #fff;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #000000;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #CA9859;
  border-color: #CA9859;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fbf8f4;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #CA9859;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #CA9859;
  border-color: #CA9859;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #CA9859;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #CA9859;
}
.panel-primary {
  border-color: #CA9859;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #CA9859;
  border-color: #CA9859;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #CA9859;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #CA9859;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 25.5px;
  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;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.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: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@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: 1030;
  display: block;
  visibility: visible;
  font-size: 15px;
  line-height: 1.4;
  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;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.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: 17px;
  font-weight: normal;
  line-height: 18px;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*@import "../bootstrap/less/theme.less";*/
/*
@brand-primary:         #C87533;
@brand-secondary:		#ff0000;
@brand-default:			@gray-light;
*/
/* Font Awesome */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.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 {
  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-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";
}
/* MODULES */
#gallery-module #gallery-blueimp #links .column {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
#gallery-module #gallery-blueimp #links li {
  list-style-type: none;
  overflow: hidden;
}
#gallery-module #gallery-blueimp #links .thumbnail {
  overflow: hidden;
  padding: 0;
}
#gallery-module #gallery-blueimp #links .thumbnail > div {
  display: inline-block;
  position: relative;
  right: -50%;
}
#gallery-module #gallery-blueimp #links img {
  max-width: none;
  position: relative;
  left: -50%;
}
@media (max-width: 767px) {
  #gallery-module #gallery-blueimp #links img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gallery-module #gallery-blueimp #links img {
    height: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #gallery-module #gallery-blueimp #links img {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links img {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .blueimp-gallery > .slides > .slide > .slide-content {
    min-width: 500px;
  }
}
.pagination {
  text-align: center;
  display: block;
  width: 100%;
}
.pagination li {
  display: inline-block;
}
/***********************************************************************
 * Multi-select
 **********************************************************************/

.ui-multiselect { padding:10px; text-align:left; margin-bottom: 10px; }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; list-style: none; }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:85000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto; font-size: 0.7em }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/***********************************************************************
 * Multi-select Filter
 **********************************************************************/

.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }

/* RS DEFAULTS */
#lead-form .form_msg,
#lead-form #contact_message_remaining,
#lead-form .remaining {
  display: none !important;
}
#lead-form .contact_desc {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
#lead-form .radio-btns span {
  display: inline-block;
  width: 35px;
  height: 38px;
  line-height: 38px;
  vertical-align: top;
}
#lead-form .radio-btns .form_msg {
  display: none;
}
#lead-form .form-group:before,
#lead-form .form-group:after {
  content: " ";
  display: table;
}
#lead-form .form-group:after {
  clear: both;
}
#lead-form .form-group:before,
#lead-form .form-group:after {
  content: " ";
  display: table;
}
#lead-form .form-group:after {
  clear: both;
}
#lead-form .facebook-logout-ext {
  position: static;
}
#lead-form .facebook-logout {
  width: 100%;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
#contact-special-formatting {
  /* side by side captcha formatting */
  /* label and input one line */
}
/******************************************************** 
	Module Formatting
********************************************************/
#lead-form #inputs .form-group {
  width: 100%;
  margin-bottom: 10px;
}
#lead-form #inputs .form-control-feedback {
  display: none;
}
#lead-form #inputs .has-feedback .form-control-feedback {
  display: block;
}
#lead-form #inputs .generic-input input,
#lead-form #inputs .generic-input textarea,
#lead-form #inputs .security-input input {
  width: 100%;
  max-width: 100%;
}
#lead-form #inputs .ccaptcha {
  position: static;
  text-align: center;
  display: block;
}
#lead-form #inputs #captcha_img,
#lead-form #inputs #contact_captcha_img {
  text-align: center;
}
#lead-form #inputs .g-recaptcha {
  float: right;
  display: inline-block;
}
#lead-form #inputs .button {
  text-align: right;
  width: 100%;
  display: block;
}
#lead-form #inputs .button input {
  width: 40%;
  min-width: 100px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
}
#lead-form #inputs .button input:focus,
#lead-form #inputs .button input:active:focus,
#lead-form #inputs .button input.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#lead-form #inputs .button input:hover,
#lead-form #inputs .button input:focus {
  color: #fff;
  text-decoration: none;
}
#lead-form #inputs .button input:active,
#lead-form #inputs .button input.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);
}
#lead-form #inputs .button input.disabled,
#lead-form #inputs .button input[disabled],
fieldset[disabled] #lead-form #inputs .button input {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#lead-form #inputs .button input:hover,
#lead-form #inputs .button input:focus,
#lead-form #inputs .button input:active,
#lead-form #inputs .button input.active,
.open .dropdown-toggle#lead-form #inputs .button input {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
#lead-form #inputs .button input:active,
#lead-form #inputs .button input.active,
.open .dropdown-toggle#lead-form #inputs .button input {
  background-image: none;
}
#lead-form #inputs .button input.disabled,
#lead-form #inputs .button input[disabled],
fieldset[disabled] #lead-form #inputs .button input,
#lead-form #inputs .button input.disabled:hover,
#lead-form #inputs .button input[disabled]:hover,
fieldset[disabled] #lead-form #inputs .button input:hover,
#lead-form #inputs .button input.disabled:focus,
#lead-form #inputs .button input[disabled]:focus,
fieldset[disabled] #lead-form #inputs .button input:focus,
#lead-form #inputs .button input.disabled:active,
#lead-form #inputs .button input[disabled]:active,
fieldset[disabled] #lead-form #inputs .button input:active,
#lead-form #inputs .button input.disabled.active,
#lead-form #inputs .button input[disabled].active,
fieldset[disabled] #lead-form #inputs .button input.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
#lead-form #inputs .button input .badge {
  color: #CA9859;
  background-color: #fff;
}
#lead-form #inputs .req {
  color: #d9534f;
  font-weight: bold;
}
#lead-form #inputs .security label {
  display: none;
}
#lead-form #inputs .security {
  padding: 6px 0;
}
#quick_contact {
  /*
	border:1px solid @gray-light;
	background:@gray-lighter;
*/
  color: #fff;
  padding: 0px;
}
#quick_contact h3 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
}
#quick_contact .form_msg,
#quick_contact #contact_message_remaining,
#quick_contact .remaining {
  display: none !important;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
#quick-contact-special-formatting {
  /* side by side captcha formatting */
  /* label and input one line */
}
/******************************************************** 
	Module Formatting
********************************************************/
#quick_contact #inputs .form-group {
  width: 100%;
  margin-bottom: 10px;
}
#quick_contact #inputs .form-control-feedback {
  display: none;
}
#quick_contact #inputs .has-feedback .form-control-feedback {
  display: block;
}
#quick_contact #inputs .generic-input input,
#quick_contact #inputs .generic-input textarea,
#quick_contact #inputs .security-input input {
  width: 100%;
  max-width: 100%;
}
#quick_contact #inputs .ccaptcha {
  position: static;
  text-align: center;
  display: block;
}
#quick_contact #inputs #captcha_img {
  text-align: center;
}
#quick_contact #inputs .button {
  text-align: right;
  width: 100%;
  display: block;
}
#quick_contact #inputs .button input {
  width: 100%;
  min-width: 100px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
}
#quick_contact #inputs .button input:focus,
#quick_contact #inputs .button input:active:focus,
#quick_contact #inputs .button input.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#quick_contact #inputs .button input:hover,
#quick_contact #inputs .button input:focus {
  color: #fff;
  text-decoration: none;
}
#quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.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);
}
#quick_contact #inputs .button input.disabled,
#quick_contact #inputs .button input[disabled],
fieldset[disabled] #quick_contact #inputs .button input {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#quick_contact #inputs .button input:hover,
#quick_contact #inputs .button input:focus,
#quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.active,
.open .dropdown-toggle#quick_contact #inputs .button input {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
#quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.active,
.open .dropdown-toggle#quick_contact #inputs .button input {
  background-image: none;
}
#quick_contact #inputs .button input.disabled,
#quick_contact #inputs .button input[disabled],
fieldset[disabled] #quick_contact #inputs .button input,
#quick_contact #inputs .button input.disabled:hover,
#quick_contact #inputs .button input[disabled]:hover,
fieldset[disabled] #quick_contact #inputs .button input:hover,
#quick_contact #inputs .button input.disabled:focus,
#quick_contact #inputs .button input[disabled]:focus,
fieldset[disabled] #quick_contact #inputs .button input:focus,
#quick_contact #inputs .button input.disabled:active,
#quick_contact #inputs .button input[disabled]:active,
fieldset[disabled] #quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.disabled.active,
#quick_contact #inputs .button input[disabled].active,
fieldset[disabled] #quick_contact #inputs .button input.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
#quick_contact #inputs .button input .badge {
  color: #CA9859;
  background-color: #fff;
}
#quick_contact #inputs .req {
  color: #d9534f;
  font-weight: bold;
}
#quick_contact #inputs .security label {
  display: none;
}
#quick_contact #inputs .security {
  padding: 6px 0;
  margin-bottom: 8px;
  text-align: center;
  background: #fff;
  color: #333333;
}
#quick_contact #inputs .security img {
  max-width: 100%;
}
/***********************************************************************
 * Calculators
 * 
 * @desc	For styling shared calculator interactions used by both the 
 * 			listing item and on individual calculator pages. 
 * 
 * @note	Use `lead_forms.css` to customize separate pages:
 * 			- Land Transfer Tax Calculator
 * 			- Mortgage And Land Transfer Tax Calculators
 * 			- Mortgage Calculator
 **********************************************************************/
.lt_fright .notice,
#mortgage-calculator .notice {
  font-style: italic;
  padding-top: 10px;
  font-size: 80%;
}
/***********************************************************************
 * Land Transfer Tax
 **********************************************************************/
.land_transfer_tax {
  clear: both;
  font-size: 120%;
}
#land_transfer_tax {
  font-size: 130%;
}
.lt_fright {
  width: 100%;
  margin-top: 25px;
  text-align: center;
  display: none;
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px #666666;
  box-shadow: 0 0 20px #666666;
}
.lt_fright h3 {
  font-weight: bold;
}
.lt_fright #land_transfer_tax {
  font-size: 120%;
}
#lead-form .land_transfer_tax_calc #inputs .generic-input .email_tog input,
#lead-form .mortgage-calculator #inputs .generic-input .email_tog input {
  margin: 10px 0 0;
  width: 100%;
  max-width: 100%;
}
/**********************************
 * Print Mode
 *********************************/
.print-mode .lt_fleft {
  width: 500px;
}
/***********************************************************************
 * Mortgage Calculator
 **********************************************************************/
.mortgage_calculator {
  clear: both;
}
#mortgage-calculator {
  display: none;
  margin-top: 20px;
  background-color: #fff;
  padding: 15px 0 0 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px #666666;
  box-shadow: 0 0 20px #666666;
  overflow: hidden;
  clear: both;
}
#mortgage-calculator .col {
  width: 25%;
  float: left;
  margin: 0;
  overflow: hidden;
  height: auto;
  text-align: center;
}
#mortgage-calculator .col div {
  min-height: 20px;
  overflow: none;
  padding: 10px;
  color: #000;
}
#mortgage-calculator .head div {
  min-height: 30px;
}
#mortgage-calculator .labels div {
  font-size: 96%;
  padding-right: 20px;
  text-align: right;
  color: #2D2D2D;
}
#mortgage-calculator .col .sel {
  padding: 0;
  display: inline-block;
  width: 100%;
}
#mortgage-calculator .col .sel .tooltip {
  display: none !important;
}
#mortgage-calculator .notice {
  clear: both;
  text-align: center;
}
#mortgage-calculator .notice #print {
  background: url('../img/icons/print.png') #fff no-repeat;
  width: 32px;
  height: 32px;
  overflow: none;
  float: right;
  margin: 0 10px 10px 0;
}
#mortgage-calculator .notice #print:hover {
  background-position: 0 -32px;
}
#mortgage-calculator .notice #print:active {
  background-position: 0 -64px;
}
/**********************************
 * Print Mode
 *********************************/
.print-mode #mortgage-calculator {
  display: block;
  margin: 10px 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #EEEEEE solid;
}
.print-mode #mortgage-calculator .notice #print,
.print-mode .button {
  display: none;
}
.print-mode {
  padding-left: 10px;
  height: 1000px;
  width: 1024px;
  overflow: hidden;
}
.print-mode .lt_right_2 {
  display: block;
}
.lt_right_2 {
  float: right;
  min-height: 200px;
  width: 520px;
  font-size: 0.8em;
  display: none;
}
.lt_right_2 .print-fix-table {
  float: right;
  text-align: center;
  margin-bottom: 15px;
  width: 520px;
}
.lt_right_2 .print-fix-table td.l {
  width: 275px;
  padding-right: 5px;
}
.lt_right_2 .print-fix-table td img {
  border: 2px solid #CCCCCC;
}
.lt_right_2 .print-fix-table td .profile-details {
  text-align: left;
}
.lt_right_2 .print-fix-table td .profile-details td {
  width: auto;
}
/***********************************************************************
 * Index - Single Row Updates
 **********************************************************************/
#listings_index .custom-form-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  background: none !important;
  position: absolute !important;
  width: 90% !important;
}
#listings_index .custom-form-select: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);
}
#listings_index .custom-form-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#listings_index .custom-form-select:-ms-input-placeholder {
  color: #999;
}
#listings_index .custom-form-select::-webkit-input-placeholder {
  color: #999;
}
#listings_index .custom-form-select[disabled],
#listings_index .custom-form-select[readonly],
fieldset[disabled] #listings_index .custom-form-select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea#listings_index .custom-form-select {
  height: auto;
}
#listings_index .custom-form-select:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: 25px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #CA9859;
  position: absolute;
  top: 10px;
}
#listings_index a.btn {
  width: 100%;
}
#listings_index div#listing_filters > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #listings_index div#listing_filters > div {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #listings_index div#listing_filters > div {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #listings_index div#listing_filters > div {
    float: left;
    width: 20%;
  }
}
#listings_index div#listing_filters select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
#listings_index div#listing_filters select: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);
}
#listings_index div#listing_filters select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#listings_index div#listing_filters select:-ms-input-placeholder {
  color: #999;
}
#listings_index div#listing_filters select::-webkit-input-placeholder {
  color: #999;
}
#listings_index div#listing_filters select[disabled],
#listings_index div#listing_filters select[readonly],
fieldset[disabled] #listings_index div#listing_filters select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea#listings_index div#listing_filters select {
  height: auto;
}
/**********************************
 *********************************/
.listing_feeds {
  position: absolute;
  right: 15px;
  top: 9px;
}
.listing_feeds a {
  margin-left: 2px;
}
/**********************************
 * Items
 *********************************/
.listing {
  display: block;
  font-size: 75%;
  margin: 0.5em 0;
  text-align: left;
}
.listing.auto_space_blank {
  background: none no-repeat 0 0 scroll transparent !important;
  border: none !important;
}
.listing_quick_info {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.listing:hover .listing_quick_info {
  background-color: #ccc;
}
a.listing_button {
  color: inherit;
  display: block;
  font-size: 150%;
  margin: 5px 0 0;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  border: 1px #333 solid;
  text-decoration: none;
}
.listing:hover a.listing_button {
  background-color: #333;
}
.listing_quick_info .listing_img {
  display: block;
  padding: 3px;
  padding-bottom: 5px;
  margin: 14px auto;
  text-align: center;
}
.listing_quick_info .listing_img a {
  width: 239px;
  height: 180px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.listing_quick_info .listing_img img {
  max-height: 180px;
  max-width: 239px;
}
.listing_quick_info .row {
  display: block;
  font-size: 100%;
  margin: 6px auto;
  width: 238px;
}
span.row_value {
  float: right;
  margin: 0;
}
.listings_not_available {
  font-size: 164%;
  margin: 60px 0;
  text-align: center;
}
.listing_open_house,
.listing_new,
.listing_carriage_trade,
.listing_has_waterfront {
  background: url("../../img/elements/listing-sprite.png") no-repeat scroll 0 0 transparent;
  height: 85px;
  left: 0px;
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  width: 93px;
  z-index: 101;
}
.listing_new {
  background-position: -93px 0;
}
.listing_has_waterfront {
  background-position: -186px 0;
}
.listing_carriage_trade {
  background-position: -279px 0;
}
/**********************************
 * Feeds
 *********************************/
.listing_feeds {
  text-align: right;
}
.listing_feeds img {
  max-width: 30px;
}
/**********************************
 * Options
 *********************************/
.listing_options {
  clear: both;
  display: block;
  font-size: 87%;
  list-style-type: square;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.listing_options li {
  display: inline-block;
  list-style-type: none;
  margin: 8px 5px 8px 15px;
}
.listing_options li a {
  color: inherit;
}
.listing_options li a:hover {
  text-decoration: underline;
}
/**********************************
 * Filters
 *********************************/
.listing_filters {
  display: block;
  margin: 15px 0 0px;
  text-align: center;
}
.listing_filters .listing_filter {
  display: inline-block;
}
#xs-listing-filters .listing_filter {
  display: inline-block;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.listing_filters .listing_filter select {
  margin-bottom: 6px;
}
/***********************************************************************
 * Item
 **********************************************************************/
.listing_img_rotator {
  float: left;
  margin: 4px 0 34px;
  padding-left: 1px;
  width: 100% !important;
}
#listing_preview_img > a {
  display: inline-block;
  height: 255px;
  overflow: hidden;
  text-align: center;
  width: 358px;
}
#listing_preview_img > a img.listing_image {
  border: 1px solid #333 !important;
  max-width: 321px;
  max-height: 241px;
}
@media (max-width: 767px) {
  #listing_preview_img > a {
    height: 239px;
    width: 320px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 300px;
    max-height: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #listing_preview_img > a {
    height: 164px;
    width: 218px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 200px;
    max-height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #listing_preview_img > a {
    height: 216px;
    width: 291px;
  }
  #listing_preview_img > a img.listing_image {
    max-width: 270px;
    max-height: 202px;
  }
}
.listing_like {
  margin-bottom: 5px;
  float: left;
}
.listing_specs {
  min-height: 232px;
  padding-bottom: 15px;
  width: 100%;
  padding: 0 15px;
}
.listing_menu a,
.listing_menu span.btn {
  margin-bottom: 5px;
  width: 100%;
}
.listing_details {
  clear: both;
}
.listing_ext_features,
.listing_desc {
  text-align: justify;
}
.listing_room_info {
  border: 1px solid #333;
  margin-top: 5px;
  padding: 15px 20px;
  text-align: left;
}
.listing_room_info table {
  width: 100%;
}
.listing_room_info table th {
  font-weight: normal;
  padding-bottom: 10px;
  text-align: left;
}
.listings_item .to_top {
  clear: both;
  float: right;
  font-size: 80%;
  min-width: 75px;
  position: relative;
}
.listing_open_houses td {
  padding: 0 15px !important;
  vertical-align: top;
}
/**********************************
 * Facebook Connect
 *********************************/
.fb-or {
  background-color: #FFFFFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -27px;
  width: 49px;
  color: grey;
}
.fb-connect {
  border-bottom: 1px dashed #CCCCCC;
  margin: 25px 0 10px;
  padding-bottom: 35px;
  text-align: center;
}
.fb-connect .fb_button {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.facebook-logout {
  background-color: #FFFFFF;
  color: #333333;
  /*
  float: right;
*/
  display: inline-block !important;
  font-size: 70%;
  padding: 5px;
  text-align: center;
  width: 200px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.facebook-logout-ext {
  display: none;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  color: #2D2D2D;
  z-index: 100;
  position: relative;
}
.facebook-logout-contact {
  top: 30px;
}
.facebook-logout a {
  display: block;
  margin-top: 5px;
}
.facebook-logout a img {
  border: none;
}
.facebook-logout span {
  text-decoration: underline;
}
.facebook-logout strong,
.facebook-logout span {
  color: #3B5998;
}
.facebook-thank-you {
  display: none;
  text-align: center;
  overflow: hidden;
}
.facebook-thank-you div {
  margin-bottom: 10px;
  color: #3B5998;
}
.facebook-thank-you p {
  text-align: left;
}
.facebook-thank-you .salerep {
  margin: 0;
}
.facebook-thank-you #fb-root {
  clear: both;
  width: 330px;
  height: 20px;
  margin: 0;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  top: 5px;
  left: 15px;
}
/**********************************
 * Listing Agents (brokerage mode)
 *********************************/
.listing_agents {
  display: block;
  clear: both;
  text-transform: none;
  padding-top: 5px;
}
.listing_agents table {
  margin-top: 10px;
}
.listing_agents img {
  max-height: 100px;
  margin: 0 10px;
  padding: 2px;
  border: 1px solid gray;
}
.listing_agents a {
  color: inherit;
}
.listing_agents a:hover {
  text-decoration: underline;
}
#map {
  width: 100%;
  height: 400px;
  position: relative;
}
/**********************************
 * Calculators
 *********************************/
.listing_calculators {
  width: 100%;
  padding: 0;
}
.listing_calculators #mortgage-calculator {
  display: block;
  margin-top: 10px;
}
.listing_calculators #print {
  visibility: hidden;
}
/***********************************************************************
 * Find Properties
 **********************************************************************/
.map {
  clear: both;
  margin: 15px auto;
  width: 100%;
}
.dataTables_wrapper {
  margin-bottom: 34px;
}
.dataTables_wrapper table.display td a {
  color: inherit;
}
.dataTables_wrapper table.display td a:hover {
  color: inherit;
}
#property_listing_wrapper {
  width: 1048px;
  margin: 0 auto;
}
#property_listing_wrapper table {
  width: 100%;
}
.o,
.p {
  position: relative;
  text-decoration: none;
  font-size: 80%;
}
.dataTables_wrapper .listing_open_house,
.dataTables_wrapper .listing_new,
.dataTables_wrapper .listing_carriage_trade,
.dataTables_wrapper .listing_has_waterfront {
  background: url("../../img/elements/listing-sprite-sm.png") no-repeat scroll 0 0 transparent;
  height: 65px;
  left: -1px;
  position: absolute;
  text-indent: -9999px;
  top: -1px;
  width: 70px;
  z-index: 101;
}
.dataTables_wrapper .listing_new {
  background-position: -72px 0;
}
.dataTables_wrapper .listing_has_waterfront {
  background-position: -144px 0;
}
.dataTables_wrapper .listing_carriage_trade {
  background-position: -216px 0;
}
/**********************************
 * Info Window
 *********************************/
#info_window {
  width: 350px;
  color: #333;
}
#info_window a.info_window_img_link {
  display: inline-block;
  height: 125px;
  overflow: hidden;
  text-align: center;
  width: 150px;
  border: 1px #CCC solid !important;
}
#info_window img {
  max-height: 125px;
  min-height: 100px;
  width: 100%;
}
#info_window a {
  color: inherit;
}
#info_window a:hover {
  text-decoration: underline;
}
#info_window td {
  vertical-align: middle;
  font-size: 85%;
  text-align: center;
}
#info_window td div.ctitle {
  font-weight: bold;
}
.adp-legal {
  float: right;
  font-size: 50%;
}
.adp-text {
  color: #FFF;
}
/**********************************
 * Get Directions
 *********************************/
#inputs.search_directions {
  float: left;
}
#get_directions {
  float: left;
  margin-top: 5px;
  font-size: 0.8em;
  width: 128px;
}
#directions {
  display: none;
}
#_directions {
  height: 250px;
  overflow-y: scroll;
  padding: 5px;
  margin: auto;
  width: 100%;
  border: 1px #EFEFEF dotted;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #938F85;
  box-shadow: 0 0 10px #938F85;
}
#_directions .adp-placemark {
  background-color: #474747;
  color: #fff;
}
#_directions .adp-directions {
  width: 100%;
}
#inputs input#direction_from {
  padding: 5px;
  margin-left: 3px;
  margin-top: 5px;
  width: 484px;
  height: 34px;
}
.listing_item_map {
  margin-top: 20px;
}
/**********************************
 * Print Directions
 *********************************/
#profile-map #print {
  background: url('../../img/icons/print-sm.png') #fff no-repeat;
  width: 20px;
  height: 20px;
  overflow: none;
  float: right;
  margin: 0 10px 10px 0;
}
#profile-map #print:hover {
  background-position: 0 -20px;
}
#profile-map #print:active {
  background-position: 0 -40px;
}
#directions .hide {
  display: none;
}
#directions h1 {
  font-size: 120%;
  margin-top: 5px;
}
#directions h2 {
  font-size: 140%;
  padding: 0 0 5px 5px;
}
#directions .print-fix-table {
  display: none;
}
.print-mode #_directions {
  height: auto;
  overflow: auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #FFF;
  box-shadow: 0 0 0 #FFF;
}
.print-mode {
  background: #fff;
  height: auto !important;
}
.print-mode .hr_mb {
  margin-bottom: 0 !important;
}
.print-mode #print {
  display: none;
}
.print-mode #directions .print-fix-table {
  display: block;
  margin: 10px auto;
  width: 800px;
  text-align: center;
}
.print-mode #directions .print-fix-table td {
  width: 33%;
  padding: 10px;
}
.print-mode #directions .print-fix-table td img {
  border: 1px solid #CCCCCC;
  padding: 2px;
  border-radius: 2px;
}
.print-mode #directions .print-fix-table td .profile-details {
  text-align: left;
}
.print-mode #directions .print-fix-table td .profile-details td {
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}
.print-mode #directions {
  width: 800px;
  margin: auto;
}
.print-mode #directions .hide {
  display: block;
  text-align: center;
}
.print-mode #_directions img.cen1 {
  text-align: center;
  border: none;
}
.print-mode #directions h2.print-mode-hide {
  display: none;
}
.print-mode #_directions .adp-warnbox {
  margin: 5px 0 3px;
}
.print-mode #_directions .warnbox-content {
  background: none repeat scroll 0 0 #FFF1A8;
  padding: 5px 6px;
}
.print-mode #_directions .warnbox-c1,
.print-mode #_directions .warnbox-c2 {
  background: none repeat scroll 0 0 #FFF1A8;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
.print-mode #_directions .warnbox-c1 {
  margin: 0 2px;
}
.print-mode #_directions .warnbox-c2 {
  margin: 0 1px;
}
.print-mode #_directions .adp-list {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CDCDCD;
  cursor: pointer;
  padding: 4px;
}
.print-mode #_directions .adp-fullwidth {
  width: 100%;
}
.print-mode #_directions .adp-listsel {
  background: none repeat scroll 0 0 #EEEEEE;
  text-decoration: none;
}
.print-mode #_directions .adp-listheader {
  padding: 4px;
}
.print-mode #_directions .adp-placemark {
  border: 1px solid silver;
  cursor: pointer;
  margin: 10px 0;
  vertical-align: middle;
}
.print-mode #_directions .adp-legal {
  color: #676767;
  display: none;
}
.print-mode #_directions .adp-summary {
  padding: 0 3px 3px;
}
.print-mode #_directions .adp-step,
.print-mode #_directions .adp-substep {
  border-top: 1px solid #CDCDCD;
  margin: 0;
  padding: 0.3em 3px;
  vertical-align: top;
}
.print-mode #_directions .adp-distance {
  white-space: nowrap;
}
.print-mode #_directions .adp-step,
.print-mode #_directions .adp-text {
  width: 100%;
}
.print-mode #_directions .adp-directions {
  border-collapse: collapse;
  cursor: pointer;
  width: 100%;
}
/**********************************
 * IDX
 *********************************/
.idx .title sup {
  font-size: 50%;
}
.idx_panel {
  text-align: center;
  margin: 10px auto;
}
.idx iframe {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
}
.idx_panel .idx_start_over {
  font-size: 65%;
  position: absolute;
  text-transform: lowercase;
  display: none;
}
.idx_panel .idx_start_over .button {
  left: 20px;
  position: relative;
  top: -35px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
  opacity: 0.6;
  /*
  filter: alpha( opacity=60 ) !important;
*/
  padding: 0;
}
.idx_panel .idx_start_over .button:hover {
  opacity: 1 !important;
  /*
  filter: alpha( opacity=100 ) !important;
*/
}
.idx_panel .idx_start_over .button a.ui-button {
  margin: 0;
  position: static;
}
/**********************************
 * CREA DDF
 *********************************/
#listing_req {
  clear: both;
  margin: 10px 0;
}
#listing_req > div {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}
.listing_office > img {
  background-color: #FFFFFF;
  border: 1px solid #898989;
  border-radius: 2px;
  display: inline-block;
  height: 27px;
  margin-right: 3px;
  max-width: 100%;
  padding: 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
}
.realtor-logo {
  background-color: #FFFFFF;
  background-position: 2px 2px;
  height: 27px !important;
  width: 24px !important;
}
.mls-logo {
  background-color: #FFFFFF;
  background-position: 2px 2px;
  height: 27px !important;
  width: 63px !important;
  border-radius: 2px;
  border: 1px solid #898989;
}
/*if you want to show listing office images*/
#listing_req > div > * {
  display: inline-block;
  margin-right: 6px;
}
#listing_req > div .listing_office {
  margin-right: 0;
}
/* if you want to hide listing office images */
/*
#listing_req > div > * {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
*/
.listing_quick_info {
  background: #fff;
  color: #333;
  padding-bottom: 5px;
}
a.listing_button {
  display: none;
}
.listing_quick_info .listing_img a {
  width: 100%;
  height: 150px;
}
.listing_quick_info .listing_img img {
  max-width: 100%;
  max-height: 150px;
}
.listing_quick_info .listing_img {
  margin: 0 auto;
}
.info-value {
  font-size: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  display: block;
}
.group-selection-buttons {
  list-style: none;
  text-align: center;
}
.group-selection-buttons li {
  display: inline-block;
  padding: 15px 10px 5px;
}
.group-selection-buttons li a {
  width: 200px;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.articles_content_pane {
  margin-top: 20px;
}
.articles_content_pane .pagination-top .pagination {
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: auto;
  margin: 0;
}
@media (max-width: 499px) {
  .articles_content_pane .pagination-top .pagination {
    display: none;
  }
}
/******************************************************** 
	Module Formatting
********************************************************/
.articles_index {
  /* RESPONSIVE CSS
	-------------------------------------------------- */
  /* special xs screen formatting */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.articles_index .item {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .articles_index .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .articles_index .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .articles_index .item {
    float: left;
    width: 50%;
  }
}
.articles_index .article_button {
  text-align: right;
}
.articles_index .article_title {
  font-size: 140%;
}
.articles_index .article_blurb p {
  height: 180px;
  overflow: hidden;
}
.articles_index .article_img {
  overflow: hidden;
  border: 1px solid #999999;
  padding: 2px;
}
.articles_index .article_img a {
  width: 100%;
  display: block;
  height: 140px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .articles_index .article_img {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .articles_index .article_blurb p {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .articles_index .article_blurb p {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .articles_index .article_blurb p {
    height: 180px;
  }
}
/*************************************************
 * The single news article item page
 * *********************************************/
.article_item {
  margin-bottom: 20px;
  /* Altering contact view for blog */
}
.article_item .article_date {
  margin-bottom: 20px;
  font-weight: 500;
}
.article_item .article_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.article_item .article_back_button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
  width: 25%;
}
.article_item .article_back_button a:focus,
.article_item .article_back_button a:active:focus,
.article_item .article_back_button a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.article_item .article_back_button a:hover,
.article_item .article_back_button a:focus {
  color: #fff;
  text-decoration: none;
}
.article_item .article_back_button a:active,
.article_item .article_back_button a.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);
}
.article_item .article_back_button a.disabled,
.article_item .article_back_button a[disabled],
fieldset[disabled] .article_item .article_back_button a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.article_item .article_back_button a:hover,
.article_item .article_back_button a:focus,
.article_item .article_back_button a:active,
.article_item .article_back_button a.active,
.open .dropdown-toggle.article_item .article_back_button a {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.article_item .article_back_button a:active,
.article_item .article_back_button a.active,
.open .dropdown-toggle.article_item .article_back_button a {
  background-image: none;
}
.article_item .article_back_button a.disabled,
.article_item .article_back_button a[disabled],
fieldset[disabled] .article_item .article_back_button a,
.article_item .article_back_button a.disabled:hover,
.article_item .article_back_button a[disabled]:hover,
fieldset[disabled] .article_item .article_back_button a:hover,
.article_item .article_back_button a.disabled:focus,
.article_item .article_back_button a[disabled]:focus,
fieldset[disabled] .article_item .article_back_button a:focus,
.article_item .article_back_button a.disabled:active,
.article_item .article_back_button a[disabled]:active,
fieldset[disabled] .article_item .article_back_button a:active,
.article_item .article_back_button a.disabled.active,
.article_item .article_back_button a[disabled].active,
fieldset[disabled] .article_item .article_back_button a.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.article_item .article_back_button a .badge {
  color: #CA9859;
  background-color: #fff;
}
.article_item .article-contact {
  border-top: thin solid #000;
  margin-top: 2%;
  padding-top: 2%;
}
.article_item .article-contact .page-header,
.article_item .article-contact #general-text,
.article_item .article-contact .contact_desc,
.article_item .article-contact #please-complete,
.article_item .article-contact #contact_subject_form_group,
.article_item .article-contact .breadcrumb {
  display: none;
}
.article_item .article-contact .left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .article_item .article-contact .left {
    float: left;
    width: 50%;
  }
}
.article_item .article-contact .right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .article_item .article-contact .right {
    float: left;
    width: 50%;
  }
}
.article_item .article-contact .col-content {
  border: none;
}
/***********************************************************************
 * Page Content
 **********************************************************************/
.page_content_desc {
  text-align: justify;
}
.page_content_desc p {
  padding: 3px 0;
}
/***********************************************************************
 * WYSIWYG EGITOR RESETS / MODIFY AS NEEDED
 **********************************************************************/
.page_content a {
  text-decoration: underline;
}
.page_content ul,
.page_content ol {
  list-style-position: inside;
  margin: 10px 0;
}
.page_content img {
  border: none!important;
  max-width: 100% !important;
}
.page_content.how-we-sell {
  margin-top: 0;
}
.page_content.how-we-sell .page-title {
  display: none;
}
.page_content.how-we-sell .hero-banner {
  background: #ffffff url(http://www.trurealestategroup.ca/upl/fm/Buyers/sell-banner2.jpg) no-repeat scroll center 0 / cover;
}
@media (max-width: 767px) {
  .page_content.how-we-sell .hero-banner {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .page_content.how-we-sell .hero-banner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .page_content.how-we-sell .hero-banner {
    height: 474px;
  }
}
.page_content.how-we-sell .experience {
  margin-top: 20px;
  margin-bottom: 10px;
}
.page_content.how-we-sell .experience .title {
  text-align: center;
  text-transform: uppercase;
  color: #CA9859;
  text-shadow: 2px 1px 0px #000000;
  font-weight: 900;
}
@media (max-width: 767px) {
  .page_content.how-we-sell .experience .title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page_content.how-we-sell .experience .title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .page_content.how-we-sell .experience .title {
    font-size: 65px;
  }
}
.page_content.how-we-sell .provide-banner {
  background-color: #d6d6d6;
  padding: 40px 0;
}
.page_content.how-we-sell .provide-banner .title {
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  text-shadow: 2px 2px 2px #CA9859;
  font-weight: 900;
}
@media (max-width: 767px) {
  .page_content.how-we-sell .provide-banner .title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page_content.how-we-sell .provide-banner .title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .page_content.how-we-sell .provide-banner .title {
    font-size: 75px;
  }
}
.page_content.how-we-sell .provide {
  color: #ffffff;
  text-align: center;
}
.page_content.how-we-sell .provide .title {
  color: #CA9859;
  text-shadow: 2px 2px 2px #000;
  font-weight: 900;
}
@media (max-width: 991px) {
  .page_content.how-we-sell .provide .title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .page_content.how-we-sell .provide .title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .page_content.how-we-sell .provide .title {
    font-size: 36px;
  }
}
.page_content.how-we-sell .provide .text {
  font-size: 25px;
}
.page_content.how-we-sell .provide .col {
  padding: 140px 40px;
}
.page_content.how-we-sell .provide .col-1 {
  background: #ffffff url(http://www.trurealestategroup.ca/upl/fm/Buyers/sell-img1.jpg) no-repeat scroll center 0 / cover;
}
.page_content.how-we-sell .provide .col-2 {
  background: #ffffff url(http://www.trurealestategroup.ca/upl/fm/Buyers/sell-img2.jpg) no-repeat scroll center 0 / cover;
}
.page_content.how-we-sell .provide .col-3 {
  background: #ffffff url(http://www.trurealestategroup.ca/upl/fm/Buyers/sell-img3.jpg) no-repeat scroll center 0 / cover;
}
.page_content.how-we-sell .provide .col-4 {
  background: #ffffff url(http://www.trurealestategroup.ca/upl/fm/Buyers/sell-img4.jpg) no-repeat scroll center 0 / cover;
}
.page_content.how-we-sell .provide .col-5 {
  background: #ffffff url(http://www.trurealestategroup.ca/upl/fm/Buyers/sell-img6.jpg) no-repeat scroll center 0 / cover;
}
@media (min-width: 992px) {
  .page_content.how-we-sell .provide .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page_content.how-we-sell .provide .row > .col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20%;
  }
  .page_content.how-we-sell .provide .row > .col ul {
    padding-left: 0;
  }
}
.page_content.about-we {
  margin-top: 0;
  font-size: 18px;
}
.page_content.about-we .page-title {
  display: none;
}
.page_content.about-we .hero-banner {
  background: #ffffff url(../../img/Sliced/about-we-banner.jpg) no-repeat scroll center 0 / cover;
}
@media (max-width: 767px) {
  .page_content.about-we .hero-banner {
    height: 145px;
  }
}
@media (max-width: 500px) {
  .page_content.about-we .hero-banner {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .page_content.about-we .hero-banner {
    height: 225px;
  }
}
@media (min-width: 992px) {
  .page_content.about-we .hero-banner {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .page_content.about-we .hero-banner {
    height: 355px;
  }
}
@media (min-width: 1500px) {
  .page_content.about-we .hero-banner {
    height: 440px;
  }
}
.page_content.about-we .video-area {
  background: #ffffff url(../../img/Sliced/diamond-bg.jpg) repeat scroll center;
  padding: 10px 0;
}
.page_content.about-we .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.page_content.about-we .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_content.about-we .title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 3px 0 #CA9859;
  font-weight: 900;
}
@media (max-width: 767px) {
  .page_content.about-we .title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .page_content.about-we .title {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .page_content.about-we .title {
    font-size: 75px;
  }
}
.page_content.about-we .windsor .title,
.page_content.about-we .map-area .title {
  color: #333333;
}
.page_content.about-we .boundaries {
  padding: 50px 0;
  background-color: #CA9859;
  color: #fff;
  text-align: center;
}
.page_content.about-we .boundaries .title {
  text-shadow: 1px 3px 0 #000;
}
.page_content.about-we .boundaries a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.page_content.about-we .map-area {
  background: #ffffff url(../../img/Sliced/diamond-bg.jpg) repeat scroll center;
  padding: 30px 0;
}
.page_content.about-we .weon-map {
  background-repeat: no-repeat;
}
.page_content.about-we .btn-view-all {
  color: #fff;
  background-color: #2F2F2F;
  border-color: #2F2F2F;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.page_content.about-we .btn-view-all:hover,
.page_content.about-we .btn-view-all:focus,
.page_content.about-we .btn-view-all:active,
.page_content.about-we .btn-view-all.active,
.open .dropdown-toggle.page_content.about-we .btn-view-all {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #101010;
}
.page_content.about-we .btn-view-all:active,
.page_content.about-we .btn-view-all.active,
.open .dropdown-toggle.page_content.about-we .btn-view-all {
  background-image: none;
}
.page_content.about-we .btn-view-all.disabled,
.page_content.about-we .btn-view-all[disabled],
fieldset[disabled] .page_content.about-we .btn-view-all,
.page_content.about-we .btn-view-all.disabled:hover,
.page_content.about-we .btn-view-all[disabled]:hover,
fieldset[disabled] .page_content.about-we .btn-view-all:hover,
.page_content.about-we .btn-view-all.disabled:focus,
.page_content.about-we .btn-view-all[disabled]:focus,
fieldset[disabled] .page_content.about-we .btn-view-all:focus,
.page_content.about-we .btn-view-all.disabled:active,
.page_content.about-we .btn-view-all[disabled]:active,
fieldset[disabled] .page_content.about-we .btn-view-all:active,
.page_content.about-we .btn-view-all.disabled.active,
.page_content.about-we .btn-view-all[disabled].active,
fieldset[disabled] .page_content.about-we .btn-view-all.active {
  background-color: #2F2F2F;
  border-color: #2F2F2F;
}
.page_content.about-we .btn-view-all .badge {
  color: #2F2F2F;
  background-color: #fff;
}
@media (min-width: 768px) {
  .page_content.about-we .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_content.about-we .row > [class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/***********************************************************************
 * Full Search
 **********************************************************************/
body.full_search {
  /***********************************************************************
* Map
**********************************************************************/
  /***********************************************************************
* Table
**********************************************************************/
  /***********************************************************************
* Details Column
**********************************************************************/
  /***********************************************************************
* Power By Real Estate Solution
**********************************************************************/
  /***********************************************************************
   * Search Info
   **********************************************************************/
  /***********************************************************************
   * Labeled Marker
   **********************************************************************/
  /***********************************************************************
   * Multi-Marker
   **********************************************************************/
}
body.full_search div.full_search {
  font-size: 0.8em;
  height: 500px;
  line-height: 1.1;
  width: 100%;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  body.full_search div.full_search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto !important;
  }
}
@media (min-width: 1000px) {
  body.full_search div.full_search {
    min-width: 1000px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body.full_search div.full_search .paginate_button.current {
  color: #CA9859;
}
body.full_search div.full_search .listing_table {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
body.full_search div.full_search .listing_table::-webkit-scrollbar {
  display: none;
}
body.full_search .form-group {
  float: left;
}
body.full_search .ui-tabs .ui-tabs-nav {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.full_search .ui-tabs .ui-tabs-nav:before,
body.full_search .ui-tabs .ui-tabs-nav:after {
  display: none;
}
body.full_search .ui-tabs .ui-tabs-nav li {
  list-style: none;
  margin-right: 0.5rem;
  display: inline-block;
}
body.full_search .ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #CA9859;
}
body.full_search .ui-tabs .ui-tabs-nav li a {
  color: #444444;
  padding: 8px 3px;
  font-weight: 500;
}
@media (max-width: 991px) {
  body.full_search .ui-tabs .ui-tabs-nav li a {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.full_search .ui-tabs .ui-tabs-nav li a {
    font-size: calc(10px + 0.3vw);
  }
}
@media (min-width: 1921px) {
  body.full_search .ui-tabs .ui-tabs-nav li a {
    font-size: 15px;
  }
}
body.full_search .ui-tabs .ui-tabs-nav li ahover {
  -webkit-text-decoration: 1px solid white;
     -moz-text-decoration: 1px solid white;
          text-decoration: 1px solid white;
}
body.full_search .print_masthead {
  overflow-x: hidden;
}
body.full_search .print_masthead a {
  display: block;
}
body.full_search .fs_custom_logo {
  background-size: contain;
  bottom: 14px;
  height: 91px;
  position: absolute;
  right: 68px;
  width: 120px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0.75;
}
body.full_search .fs_custom_logo:hover {
  opacity: 1;
}
body.full_search .fs_custom_logo a {
  height: 100%;
  width: 100%;
  display: block;
}
body.full_search .full_search_loading_images {
  top: 5%;
  display: block;
  z-index: 10000;
  position: fixed;
  width: 100%;
  text-align: center;
  line-height: 0;
}
body.full_search .full_search_loading_images img {
  padding-bottom: 20px;
}
body.full_search .full_search_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #555;
  opacity: 0.95;
  z-index: 1000;
  display: block;
}
body.full_search .fs_ctrl_pnl {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #f2f2f2;
}
@media (min-width: 1000px) {
  body.full_search .fs_ctrl_pnl {
    padding-left: 5px;
    width: 420px;
  }
}
@media (min-width: 1500px) {
  body.full_search .fs_ctrl_pnl {
    width: 630px;
  }
}
body.full_search .fs_ctrl_pnl > div {
  overflow: hidden;
  height: 100%;
}
body.full_search .ui-tabs {
  padding: 10px;
  border: 0;
  background: none;
}
body.full_search .fs_listings_btn,
body.full_search .fs_show_tabs_btn {
  font-size: 1.5rem;
}
body.full_search .fs_show_tabs_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  margin-bottom: 5px;
}
body.full_search .fs_show_tabs_btn:focus,
body.full_search .fs_show_tabs_btn:active:focus,
body.full_search .fs_show_tabs_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.full_search .fs_show_tabs_btn:hover,
body.full_search .fs_show_tabs_btn:focus {
  color: #fff;
  text-decoration: none;
}
body.full_search .fs_show_tabs_btn:active,
body.full_search .fs_show_tabs_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);
}
body.full_search .fs_show_tabs_btn.disabled,
body.full_search .fs_show_tabs_btn[disabled],
fieldset[disabled] body.full_search .fs_show_tabs_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.full_search .fs_show_tabs_btn:hover,
body.full_search .fs_show_tabs_btn:focus,
body.full_search .fs_show_tabs_btn:active,
body.full_search .fs_show_tabs_btn.active,
.open .dropdown-togglebody.full_search .fs_show_tabs_btn {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
body.full_search .fs_show_tabs_btn:active,
body.full_search .fs_show_tabs_btn.active,
.open .dropdown-togglebody.full_search .fs_show_tabs_btn {
  background-image: none;
}
body.full_search .fs_show_tabs_btn.disabled,
body.full_search .fs_show_tabs_btn[disabled],
fieldset[disabled] body.full_search .fs_show_tabs_btn,
body.full_search .fs_show_tabs_btn.disabled:hover,
body.full_search .fs_show_tabs_btn[disabled]:hover,
fieldset[disabled] body.full_search .fs_show_tabs_btn:hover,
body.full_search .fs_show_tabs_btn.disabled:focus,
body.full_search .fs_show_tabs_btn[disabled]:focus,
fieldset[disabled] body.full_search .fs_show_tabs_btn:focus,
body.full_search .fs_show_tabs_btn.disabled:active,
body.full_search .fs_show_tabs_btn[disabled]:active,
fieldset[disabled] body.full_search .fs_show_tabs_btn:active,
body.full_search .fs_show_tabs_btn.disabled.active,
body.full_search .fs_show_tabs_btn[disabled].active,
fieldset[disabled] body.full_search .fs_show_tabs_btn.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
body.full_search .fs_show_tabs_btn .badge {
  color: #CA9859;
  background-color: #fff;
}
body.full_search .button .ui-icon {
  @extend .fa-icon;
}
body.full_search .button .ui-icon.ui-icon-search:before {
  content: fa-content("\f002");
}
body.full_search .button .ui-icon.ui-icon-wrench:before {
  content: fa-content("\f0b0");
}
body.full_search .fs_show_tabs {
  display: none;
  text-align: center;
  margin-top: 1rem;
}
body.full_search #fs_loading {
  bottom: 60px;
  position: absolute;
  right: 6px;
  display: none;
}
body.full_search .fs-form-elements {
  text-align: center;
}
body.full_search .fs-form-elements form {
  width: 375px;
}
@media (min-width: 1500px) {
  body.full_search .fs-form-elements form {
    width: 562.5px;
  }
}
body.full_search .fs-form-elements .form_msg {
  display: block;
  float: right;
  height: 18px;
  margin-left: 2px;
  width: 18px;
}
body.full_search form .form-group > label,
body.full_search form .form-group > input:not(.ui-button),
body.full_search form .form-group > select {
  display: inline-block;
  width: 120px;
  margin-bottom: 4px;
  padding: 2px 6px;
}
@media (min-width: 1500px) {
  body.full_search form .form-group > label,
  body.full_search form .form-group > input:not(.ui-button),
  body.full_search form .form-group > select {
    width: 210px;
  }
}
body.full_search form .form-group > select {
  width: 269px;
}
@media (min-width: 1500px) {
  body.full_search form .form-group > select {
    width: 447px;
  }
}
body.full_search .full_search form .form-group > .multiselect-native-select {
  display: inline-block;
  width: 269px;
}
@media (min-width: 1500px) {
  body.full_search .full_search form .form-group > .multiselect-native-select {
    width: 447px;
  }
}
body.full_search form .form-group > input:not(.ui-button),
body.full_search form .form-group > select {
  border: 1px solid #999999;
  margin-left: 4px;
  padding: 2px 6px;
}
body.full_search form .form-group > input.ui-button {
  float: left;
}
@media (max-width: 999px) {
  body.full_search .fs_custom_logo {
    display: none;
  }
}
body.full_search form .form-group > input:focus:not(.ui-button),
body.full_search form .form-group > select:focus,
body.full_search form .form-group > select:focus option {
  background-color: #333333;
  color: #FFFFFF;
}
body.full_search .full_search form .form-group > label {
  font-weight: 500;
  padding-right: 15px;
  text-align: right;
  width: 82px;
}
@media (max-width: 991px) {
  body.full_search .full_search form .form-group > label {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.full_search .full_search form .form-group > label {
    font-size: calc(10px + 0.3vw);
  }
}
@media (min-width: 1921px) {
  body.full_search .full_search form .form-group > label {
    font-size: 15px;
  }
}
body.full_search .fs_map {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 999px) {
  body.full_search .fs_map {
    width: 100% !important;
  }
  body.full_search .fs_map.active {
    position: absolute;
  }
}
@media (min-width: 1000px) {
  body.full_search .fs_map {
    width: 100%;
  }
}
body.full_search .fs_map .gm-style-mtc div {
  font-size: 15px !important;
}
body.full_search .listing_table {
  display: none;
  width: 100%;
}
@media (min-width: 1000px) {
  body.full_search .listing_table {
    overflow-x: auto;
  }
}
body.full_search .listing_table table.display {
  width: 100%;
  overflow-x: clip;
}
body.full_search .dataTables_length,
body.full_search .dataTables_info {
  font-size: 14px;
  height: auto;
  width: auto;
  background: #f2f2f2;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1000px) {
  body.full_search .dataTables_length,
  body.full_search .dataTables_info {
    padding-left: 15px;
    text-align: left;
  }
}
body.full_search .dataTables_wrapper select {
  font-size: 20px;
  text-align: center;
}
body.full_search .dataTables_wrapper select,
body.full_search .dataTables_wrapper option {
  background-color: #FFFFFF;
}
body.full_search .dataTables_empty {
  font-size: 2em;
  text-align: center;
}
body.full_search .dataTables_wrapper th .ui-icon {
  float: right;
}
body.full_search .dataTables_paginate {
  height: auto;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1000px) {
  body.full_search .dataTables_paginate {
    text-align: left;
    padding-top: 10px;
    padding-left: 12px;
  }
}
body.full_search .dataTables_paginate a {
  padding: 2px 3px;
  margin: 0 1px !important;
  font-size: 17px !important;
  color: #333;
}
body.full_search .dataTables_paginate a:hover {
  cursor: pointer;
}
body.full_search .dataTables_paginate a:hover {
  color: #CA9859;
}
body.full_search .ui-buttonset {
  margin: 0 !important;
}
body.full_search .dataTables_wrapper .fg-toolbar {
  font-size: 27px;
}
@media (min-width: 1000px) {
  body.full_search .dataTables_wrapper .fg-toolbar {
    padding: 3px 34px;
  }
}
body.full_search .dataTables_wrapper table.display td a {
  position: relative;
}
body.full_search .dataTables_wrapper table.display > tbody {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
}
body.full_search .dataTables_wrapper table.display > tbody:before,
body.full_search .dataTables_wrapper table.display > tbody:after {
  display: none;
}
@media (min-width: 1000px) {
  body.full_search .dataTables_wrapper table.display > tbody {
    width: 380px;
    margin-right: -70px;
    gap: 2%;
  }
}
@media (min-width: 1500px) {
  body.full_search .dataTables_wrapper table.display > tbody {
    width: 550px;
  }
}
body.full_search .dataTables_wrapper table.display > tbody > tr {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
body.full_search .dataTables_wrapper table.display > tbody > tr:before,
body.full_search .dataTables_wrapper table.display > tbody > tr:after {
  display: none;
}
@media (min-width: 500px) {
  body.full_search .dataTables_wrapper table.display > tbody > tr {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  body.full_search .dataTables_wrapper table.display > tbody > tr {
    width: 48% !important;
    margin-bottom: 10px;
  }
}
body.full_search .dataTables_wrapper table.display tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
body.full_search .dataTables_wrapper table.display tr td {
  background-color: #fff;
}
body.full_search .dataTables_wrapper table.display > tbody > tr > td {
  padding: 0 5px 10px;
  width: 100%;
}
body.full_search .dataTables_wrapper table.display th {
  text-align: left;
}
body.full_search .dataTables_wrapper table.display td div a {
  text-align: left;
  text-decoration: none;
}
body.full_search .dataTables_wrapper .dataTables_scrollHead {
  height: 22px;
  display: none;
}
body.full_search .dataTables_wrapper table.display table {
  width: 100%;
}
body.full_search .dataTables_wrapper table.display table td {
  padding: 0;
  vertical-align: top;
  word-wrap: break-word;
  min-width: 100px;
}
@media (max-width: 991px) {
  body.full_search .dataTables_wrapper table.display table td {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  body.full_search .dataTables_wrapper table.display table td {
    font-size: calc(10px + 0.3vw);
  }
}
@media (min-width: 1921px) {
  body.full_search .dataTables_wrapper table.display table td {
    font-size: 15px;
  }
}
body.full_search .dataTables_wrapper table.display table td.label {
  width: 70px;
  min-width: 70px;
  word-wrap: normal;
}
body.full_search .dataTables_wrapper table.display table td.value.price {
  font-weight: bold;
  color: #4F4F4F;
  font-size: 1.2em;
}
body.full_search .dataTables_wrapper table.display table td.value.address {
  color: #333;
  font-weight: 500;
}
body.full_search .dataTables_wrapper table.display table td.value.city {
  color: #191919;
}
body.full_search .dataTables_wrapper table.display table td.value.type {
  color: #757575;
}
body.full_search .powered_by_rs {
  background: #FAF9F8;
  background: rgba(255, 255, 255, 0.5);
  color: #444444;
  font-size: 10px;
  padding: 2px;
  position: fixed;
  right: 115px;
  top: 6px;
}
body.full_search .powered_by_rs a {
  color: inherit;
  text-decoration: underline;
}
body.full_search .search_info {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  margin-left: -100px;
  padding: 1px 0;
  position: fixed;
  text-align: center;
  width: 200px;
}
body.full_search .marker-label {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  width: 32px;
}
body.full_search .multi-marker-controls {
  border-top: 1px solid #EEEEEE;
  clear: both;
  font-weight: bold;
  margin-top: 9px;
  padding-top: 3px;
  text-align: right;
}
body.full_search .multi-marker-prev,
body.full_search .multi-marker-next {
  text-align: left;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../../img/icons/left.png) no-repeat scroll 0 0 transparent;
  opacity: 0.2;
  /*
    filter: alpha( opacity = 20 );
  */
}
body.full_search .multi-marker-next {
  background-image: url(../../img/icons/right.png);
}
body.full_search .multi-marker-prev.multi-marker-button-enabled,
body.full_search .multi-marker-next.multi-marker-button-enabled {
  opacity: 0.8;
  cursor: pointer;
}
body.full_search .multi-marker-prev.multi-marker-button-enabled:hover,
body.full_search .multi-marker-next.multi-marker-button-enabled:hover {
  opacity: 1;
}
body.full_search .multi-marker-prev.multi-marker-button-enabled:focus,
body.full_search .multi-marker-next.multi-marker-button-enabled:focus {
  opacity: 0.9;
}
body.full_search .multi-marker-prev,
body.full_search .multi-marker-next,
body.full_search .multi-marker-info {
  display: inline-block;
  vertical-align: middle;
}
body.full_search .multi-marker-info {
  margin-left: 5px;
  font-size: 95%;
}
body.full_search .multi-marker-label {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
  width: 32px;
  padding-left: 4px;
}
body.full_search #search_tbl_paginate {
  display: none;
}
body.full_search #search_tbl_wrapper {
  background: #f2f2f2;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  body.full_search #search_tbl_wrapper {
    padding-bottom: 0;
  }
}
body.full_search #search_tbl_wrapper div.dataTables_scrollBody {
  height: 64vh !important;
  max-height: 100vh !important;
  overflow-x: clip !important;
}
@media (min-width: 1000px) {
  body.full_search #search_tbl_wrapper div.dataTables_scrollBody {
    height: 72vh !important;
  }
}
@media (min-width: 1000px) {
  body.full_search #search_tbl_wrapper .dataTables_scroll {
    padding: 10px;
  }
}
body.full_search #search_tbl_wrapper label {
  margin-bottom: 0 !important;
}
body.full_search #search_tbl_info {
  padding-top: 10px;
}
body.full_search #search_tbl img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
body.full_search #tabs {
  padding: 2vw 0;
}
body.full_search #search_tbl_processing {
  display: none;
}
body.full_search .full_search_button_toggle {
  position: fixed;
  bottom: 0;
  padding-bottom: 5px;
}
@media (min-width: 1000px) {
  body.full_search .full_search_button_toggle {
    display: none !important;
  }
}
body.full_search .full_search_button_toggle button[data-toggle-map].active {
  font-size: 1.5rem;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
}
body.full_search .full_search_button_toggle button[data-toggle-map].active:hover,
body.full_search .full_search_button_toggle button[data-toggle-map].active:focus,
body.full_search .full_search_button_toggle button[data-toggle-map].active:active,
body.full_search .full_search_button_toggle button[data-toggle-map].active.active,
.open .dropdown-togglebody.full_search .full_search_button_toggle button[data-toggle-map].active {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
body.full_search .full_search_button_toggle button[data-toggle-map].active:active,
body.full_search .full_search_button_toggle button[data-toggle-map].active.active,
.open .dropdown-togglebody.full_search .full_search_button_toggle button[data-toggle-map].active {
  background-image: none;
}
body.full_search .full_search_button_toggle button[data-toggle-map].active.disabled,
body.full_search .full_search_button_toggle button[data-toggle-map].active[disabled],
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map].active,
body.full_search .full_search_button_toggle button[data-toggle-map].active.disabled:hover,
body.full_search .full_search_button_toggle button[data-toggle-map].active[disabled]:hover,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map].active:hover,
body.full_search .full_search_button_toggle button[data-toggle-map].active.disabled:focus,
body.full_search .full_search_button_toggle button[data-toggle-map].active[disabled]:focus,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map].active:focus,
body.full_search .full_search_button_toggle button[data-toggle-map].active.disabled:active,
body.full_search .full_search_button_toggle button[data-toggle-map].active[disabled]:active,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map].active:active,
body.full_search .full_search_button_toggle button[data-toggle-map].active.disabled.active,
body.full_search .full_search_button_toggle button[data-toggle-map].active[disabled].active,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map].active.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
body.full_search .full_search_button_toggle button[data-toggle-map].active .badge {
  color: #CA9859;
  background-color: #fff;
}
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active) {
  font-size: 1.5rem;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
}
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active):hover,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active):focus,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active):active,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).active,
.open .dropdown-togglebody.full_search .full_search_button_toggle button[data-toggle-map]:not(.active) {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active):active,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).active,
.open .dropdown-togglebody.full_search .full_search_button_toggle button[data-toggle-map]:not(.active) {
  background-image: none;
}
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).disabled,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active)[disabled],
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active),
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).disabled:hover,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active)[disabled]:hover,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active):hover,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).disabled:focus,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active)[disabled]:focus,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active):focus,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).disabled:active,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active)[disabled]:active,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active):active,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).disabled.active,
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active)[disabled].active,
fieldset[disabled] body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active).active {
  background-color: #CA9859;
  border-color: #c48c46;
}
body.full_search .full_search_button_toggle button[data-toggle-map]:not(.active) .badge {
  color: #CA9859;
  background-color: #fff;
}
body.full_search .full_search_button_toggle button[data-toggle-map] i {
  display: none;
}
/***********************************************************************
 * Table (jQuery TableTools)
 **********************************************************************/
div.DTTT_container {
  float: right;
}
button.DTTT_button {
  position: relative;
  float: left;
  height: 30px;
  margin-right: 3px !important;
  padding: 3px 5px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  *cursor: hand;
  border-radius: 4px;
}
button.DTTT_button::-moz-focus-inner {
  border: none !important;
  padding: 0;
}
button.DTTT_button:hover {
  color: #FFFFFF !important;
}
button.DTTT_button.ui-state-hover {
  color: #FFFFFF !important;
}
/***********************************************************************
 * Misc
 **********************************************************************/
.DTTT_disabled {
  color: #999;
}
.DataTables_sort_icon {
  float: left;
}
.dataTables_processing {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #AAAAAA;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  padding: 5px 15px;
  background-color: #444;
  /* Set to site specifc color */
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  opacity: 0.9;
  /*
	filter: alpha( opacity = 90 );
*/
  z-index: 1000;
}
/***********************************************************************
 * Table Specifics
 **********************************************************************/
.dataTables_wrapper {
  zoom: 1;
  position: relative;
  clear: both;
}
.dataTables_wrapper .fg-toolbar {
  padding: 5px;
}
.dataTables_length {
  width: 40%;
  float: left;
}
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}
.dataTables_info {
  width: 50%;
  float: left;
  margin-top: 5px;
}
.dataTables_paginate {
  width: auto;
  float: right;
  text-align: right;
  cursor: pointer;
  cursor: hand;
}
.dataTables_wrapper table.display {
  color: #333;
  font-size: 90%;
  width: 100%;
  clear: both;
  margin: 0 auto;
  font-weight: normal;
}
.dataTables_wrapper table.display thead th {
  font-weight: 700;
  cursor: hand;
  cursor: pointer;
  padding: 3px 0 3px 10px;
}
.dataTables_wrapper table.display tfoot th {
  background-attachment: scroll;
  background-color: #E6E6E6;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  font-weight: 700;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  padding: 3px 10px;
}
.dataTables_wrapper table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}
.dataTables_wrapper table.display td {
  padding: 3px 10px;
}
.dataTables_wrapper table.display td a {
  color: inherit;
  display: block;
  text-align: center;
  width: 100%;
  cursor: hand;
  cursor: pointer;
}
.dataTables_wrapper tr.odd {
  background-color: #ededed;
}
.dataTables_wrapper tr.even {
  background-color: #FFF;
}
.top,
.bottom {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  padding: 15px;
}
.top .dataTables_info {
  float: none;
}
.clear {
  clear: both;
}
tfoot input {
  width: 100%;
  color: #444;
  margin: 0.5em 0;
}
tfoot input.search_init {
  color: #999;
}
td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}
td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E;
}
/***********************************************************************
 * Table Pagination
 **********************************************************************/
.paging_full_numbers {
  height: 28px;
  line-height: 22px;
}
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: hand;
  margin: 0 3px;
  padding: 2px 5px;
}
.paging_full_numbers span.paginate_button:hover {
  background-color: #ccc;
}
.paging_full_numbers span.paginate_active {
  background-color: #99B3FF;
}
.paging_two_button .fg-button {
  float: left;
  cursor: hand;
}
.paging_full_numbers .fg-button {
  cursor: hand;
  padding: 2px 6px;
}
/***********************************************************************
 * Table Sorting
 **********************************************************************/
table.display tr.even.row_selected td {
  background-color: #B0BED9;
}
table.display tr.odd.row_selected td {
  background-color: #9FAFD1;
}
tr.odd td.sorting_1 {
  background-color: #e8e8e8;
}
tr.odd td.sorting_2 {
  background-color: #E3E3E3;
}
tr.odd td.sorting_3 {
  background-color: #E0E2FF;
}
tr.even td.sorting_1 {
  background-color: #f5f5f5;
}
tr.even td.sorting_2 {
  background-color: #F2F3FF;
}
tr.even td.sorting_3 {
  background-color: #F9F9FF;
}
tr.odd.gradeA td.sorting_1 {
  background-color: #c4ffc4;
}
tr.even.gradeA td.sorting_1 {
  background-color: #d5ffd5;
}
tr.odd.gradeC td.sorting_1 {
  background-color: #c4c4ff;
}
tr.even.gradeC td.sorting_1 {
  background-color: #d5d5ff;
}
tr.odd.gradeX td.sorting_1 {
  background-color: #ffc4c4;
}
tr.even.gradeX td.sorting_1 {
  background-color: #ffd5d5;
}
tr.odd.gradeU td.sorting_1 {
  background-color: #c4c4c4;
}
tr.even.gradeU td.sorting_1 {
  background-color: #d5d5d5;
}
/***********************************************************************
 * Image Gallery - Separate
 **********************************************************************/
#gallery {
  height: auto;
  overflow: hidden;
}
/*
#gallery .img_gal {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	width: 24%;
	vertical-align: middle;
	margin: 13px 0 0;
}
#gallery .img_gal.auto_space_blank {
	background: none no-repeat 0 0 scroll transparent !important;
	border: none !important;
}
*/
#gallery .img_gal img {
  /*
	height: auto;
	width: 100%;
*/
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  height: 100px;
}
#gallery-hol {
  padding-top: 15px;
}
#gallery.row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 5px;
  width: 100%;
}
#gallery.row .col-gallery {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px;
  height: 100px;
  display: block;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  #gallery .img_gal img {
    height: 80px;
  }
  #gallery.row .col-gallery {
    height: 80px;
  }
}
@media (min-width: 992px) {
  #gallery .img_gal img {
    height: 100px;
  }
  #gallery.row .col-gallery {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  #gallery .img_gal img {
    height: 120px;
  }
  #gallery.row .col-gallery {
    height: 120px;
  }
}
/***********************************************************************
 * Video Gallery - Separate
 **********************************************************************/
#vid-gallery .vid {
  /*
	background-color: #586d84;
	color: #FFFFFF;
	display: inline-block;
*/
  height: 254px;
  /*
	margin: 13px 0 0;
	padding: 11px;
*/
  vertical-align: top;
  /*
	width: 229px;
	transition: background-color 0.25s ease;
*/
}
/*
#vid-gallery .vid.auto_space_blank {
	background: none no-repeat 0 0 scroll transparent !important;
	border: none !important;
}
*/
/*
#vid-gallery .vid:hover {
	background-color:#667E99;
}
*/
#vid-gallery .vid > a {
  display: block;
  text-align: center;
  position: relative;
}
#vid-gallery .vid > a img {
  width: 100%;
  max-height: 150px;
}
#vid-gallery .vid > a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: background-color 0.25s ease, opacity 0.25s ease;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
#vid-gallery .vid > a span.play_overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#vid-gallery .vid > a span.play_icon {
  background: url(../img/elements/video_play.png) no-repeat center center scroll transparent;
}
#vid-gallery .vid:hover > a span.play_icon {
  -webkit-animation: flash 1.5s ease-out infinite;
          animation: flash 1.5s ease-out infinite;
}
#vid-gallery .vid:hover > a:hover span {
  -animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  opacity: 0 !important;
  /*
	filter: alpha( opacity=0 ) !important;
*/
}
#vid-gallery .vid > strong {
  font-size: 0.75em;
  line-height: 1em;
  height: 2em;
  overflow: hidden;
  margin: 5px auto;
  text-align: left;
  display: block;
}
#vid-gallery .vid p {
  float: none;
  height: auto;
  line-height: normal;
  font-size: 0.688em;
  padding-bottom: 5px;
  cursor: help;
}
#vid-gallery div p.video-desc {
  cursor: help;
}
@media (max-width: 991px) {
  #vid-gallery .vid {
    height: 200px;
  }
  #vid-gallery .vid > a img {
    width: 100%;
    max-height: 100px;
  }
}
#vid-gallery.row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 5px;
}
#vid-gallery.row .col-gallery {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 5px;
}
/***********************************************************************
 * Unified Gallery - Combined Image / Video Gallery
 **********************************************************************/
#uni-gallery {
  height: auto;
  overflow: hidden;
}
/*
#uni-gallery .uni_gal {
	display: inline-block;
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 150px;
	vertical-align: middle;
	margin: 13px 0 0;
	position: relative;
}
*/
/*
#uni-gallery .uni_gal.auto_space_blank {
	background: none no-repeat 0 0 scroll transparent !important;
	border: none !important;
}
*/
#uni-gallery .uni_gal img {
  height: auto;
  width: 100%;
}
#uni-gallery .uni_gal.video span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../img/elements/video_play.png) no-repeat center center scroll rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.25s ease, opacity 0.25s ease;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
#uni-gallery .uni_gal.video:hover span {
  background-color: transparent;
  opacity: 0;
  /*
	filter: alpha( opacity=0 );
*/
}
#uni-gallery.row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 5px;
}
#uni-gallery.row .col-gallery {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
}
/***********************************************************************
 * Colorbox
 **********************************************************************/
#colorbox,
#colorbox div {
  /* box model reset */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow: hidden;
  padding: 20px;
}
#cboxWrapper {
  color: #404040;
  padding: 10px;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxLoadedContent .fb_iframe_widget iframe {
  width: 585px !important;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  background: #FFF url('../../img/loading_big.gif') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#cboxOverlay {
  background: #555;
}
#cboxContent {
  margin-top: 20px;
}
#cboxLoadedContent {
  background: #FFFFFF;
  padding: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
#cboxTitle {
  color: #FFF;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: -27px;
}
#cboxTitle strong {
  color: #FFF;
  font-size: 90%;
  border-bottom: 1px #FFF solid;
}
#cboxCurrent {
  position: absolute;
  top: -27px;
  right: 0;
  color: #FFF;
  font-size: 16px;
}
#cboxCurrent strong {
  color: #7E7361;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../../img/colorbox/controls.png) top left no-repeat;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../../img/colorbox/controls.png) top right no-repeat;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxLoadingOverlay {
  background: #FFF;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../../img/colorbox/controls.png) top center no-repeat;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
.cboxPhoto {
  min-width: 800px;
  height: auto;
}
/***********************************************************************
 * Facebook Tabs
 **********************************************************************/
body#fb {
  min-width: 800px;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  /* Set to auto while testing - hidden when finished */
}
body#fb #container {
  min-height: 0;
}
body#fb .con {
  width: 800px;
}
body#fb #drawer {
  border: 1px solid #333;
  width: 778px;
  margin: auto;
}
body#fb #drawer div span {
  font-size: 14px !important;
}
body#fb #drawer .notification_icon {
  width: 22px;
}
/**********************************
 * Powered By Socialize
 *********************************/
body#fb .nyn-foot {
  top: 0;
  height: 25px;
  margin: 0;
}
/**********************************
 * Header
 *********************************/
body#fb ul#nav {
  font-size: 73%;
}
body#fb #nav.centred a,
body#fb #nav.centered a {
  padding: 4px 5px 0;
}
/**********************************
 * Footer
 *********************************/
/**********************************
 * Listings
 *********************************/
body#fb .listing {
  width: 246px;
  margin: 5px 10px 8px;
}
body#fb .listing_img {
  margin: 4px auto;
}
body#fb .listing_img a {
  width: 198px;
  height: 165px;
}
body#fb .listing_img img {
  max-width: 198px;
  max-height: 149px;
}
body#fb .listing .row {
  font-size: 11px;
  width: 196px;
}
/**********************************
 * View More
 *********************************/
body#fb .fb_tab_view_more_c {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  clear: both;
}
body#fb .fb_tab_view_more {
  clear: both;
  width: 100%;
}
/*** SEARCH ON MAP WIDGET ***/
/*
.custom-form-select {
	background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top #fff;
	background-size:auto 100%;  
	color: #000000;
	font: bold 12px/35px Helvetica,Arial,sans-serif;
	height: 38px;
	letter-spacing: 0;
	overflow: hidden;
	padding: 0 24px 0 8px;
	position: absolute;
}
*/
/*
.cform{
	background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top #fff;
	background-size:auto 100%;  
}
*/
/*
#listing_filters .custom-form-select {
	padding: 0 24px 0 12px;
}
*/
.custom-form-checkbox {
  float: left;
  display: block;
  width: 21px;
  height: 23px;
  margin-right: 10px;
  background: url('../../img/search_box/custom_form_sprite.png') no-repeat scroll -51px -9px transparent;
}
.custom-form-checkbox.custom-form-focused {
  background-position: -10px -9px;
}
.custom-form-checkbox.custom-form-checked {
  background-position: -51px -39px;
}
.custom-form-checkbox.custom-form-checked.custom-form-focused {
  background-position: -10px -39px;
}
.custom-form-radio {
  float: left;
  display: block;
  width: 21px;
  height: 23px;
  margin-right: 10px;
  background: url('../../img/search_box/custom_form_sprite.png') no-repeat scroll -133px -9px transparent;
}
.custom-form-radio.custom-form-focused {
  background-position: -92px -9px;
}
.custom-form-radio.custom-form-checked {
  background-position: -133px -39px;
}
.custom-form-radio.custom-form-checked.custom-form-focused {
  background-position: -92px -39px;
}
/* fix select height bug on webkit browsers for Mac OS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*
	select.cform {-webkit-appearance: menulist-button;}
*/
}
@media (min-width: 768px) {
  /*
	.container.hp_search_widgt {
		position: relative;
	}
*/
}
.container.hp_search_widgt .search_browse {
  margin: 20px;
}
.search_browse {
  display: block;
  float: right;
  height: auto;
  overflow: hidden;
  width: 688px;
}
#quickLinks .con > span:first-child {
  margin-left: 6px !important;
}
.s_b_options_hld {
  background: url(../../img/elements/gray-bg.png) repeat scroll 0 0 transparent;
  float: left;
  height: 260px;
  width: 100%;
  color: #FFFFFF;
}
.tab_opt {
  background: url("../../img/search_box/tab_top_rdn_bg.png") repeat scroll 0 45px transparent;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  height: 33px;
  margin: 0 1px;
  padding: 10px 0 0;
  text-align: center;
  width: 116px;
}
.tab_opt:hover {
  background: url("../../img/search_box/tab_top_rdn_bg.png") repeat scroll 0 0 transparent;
}
.s_b_opt {
  height: 150px;
  margin: 20px 23px;
}
.s_b_search {
  float: right;
  margin-right: 28px;
  position: relative;
  top: -4px;
}
.s_b_search a {
  background-color: #ED1B24;
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  height: 30px;
  letter-spacing: -1px;
  margin-top: 1px;
  padding: 3px 0 0 18px;
  width: 134px;
}
.s_b_search a:hover {
  background-color: #F5373C;
  text-decoration: none;
}
.s_b_search a img {
  position: relative;
  right: -4px;
  top: -2px;
}
/*
#search_30c span.prc {
display: block;
font-size: 1.1em;
font-weight: bold;
letter-spacing: -1px;
margin-bottom: 10px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  padding-left: 6px;
}
*/
.srch_tlt {
  color: #E1E0E0;
  display: block;
  float: left;
  font-size: 2.3em !important;
  font-weight: bold !important;
  letter-spacing: -2px;
  margin: 23px 0 0 !important;
  text-align: center !important;
  text-shadow: 1px 2px 0px #222;
  -webkit-filter: dropshadow(color=#222, offx=1, offy=2);
          filter: dropshadow(color=#222, offx=1, offy=2);
  width: 100%;
}
.srch_tlt > span {
  color: #ED1B24;
}
/*
.slider_price_range_text {
  color: #ED1B24;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 3px 0;
  padding: 5px 0 15px 20px;
  position: relative;
  text-align: center;
  top: -5px;
}

.s_b_opt form .ui-slider-horizontal {

  height: 1.3em;
  margin-right: 10px;
}
*/
/*
#slider_price_range.slider_price_range div.ui-slider-range {
	background:url("../../img/search_box/ui_slider_bg.png") repeat scroll 0 -18px transparent !important;
	height:95% !important;
}

#slider_price_range.slider_price_range a.ui-slider-handle {
  background: url("../../img/search_box/sliderknob.png") no-repeat scroll 0 -4px transparent;
  height: 31px;
  margin-left: -0.6em;
  top: -0.3em;
  width: 31px;
  border:none;
}	
*/
.s_b_opt > h1 {
  color: #DADADA;
  font-size: 2.3em;
  text-align: center;
}
.hps_field {
  color: #666666;
  display: inline-block;
  font-weight: bold;
  margin: 0px 15px 0px 0;
  width: 143px;
}
.hps_field label {
  color: #DADADA;
  display: block;
  font-size: 1em;
  letter-spacing: -1px;
  margin: 0 0 0px 6px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
/*
.hps_field select.cform {
	width: 203px !important;
}
*/
.hps_field select option {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  color: #333333;
  font-size: 80%;
  font-weight: normal;
  letter-spacing: 0;
  padding: 5px 5px 5px 10px;
}
.hps_field select option:hover {
  background-color: #000;
  color: #FFF;
}
.separator {
  color: gray;
  display: inline-block;
  float: left;
  font-size: 0.7em;
  padding: 27px 0 0 28px;
}
.separator > a {
  color: #F45558;
}
/*

#slider_price_range {
  float: left;
  margin-top: 6px;
  width: 391px;
}
*/
/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("../ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("../fonts/slick.eot"); src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}

/*
 * JQUI STUFF
 */
/*	Overlay	 */
.ui-widget-overlay {
  background-image: none;
  background: #AAA;
  height: 100%;
  z-index: 949 !important;
  position: fixed;
  top: 0px;
  left: 0px;
}
/* Slider */
.slider {
  margin-top: 0px;
  margin-bottom: 30px;
}
.slider.slider-vertical {
  margin-bottom: 0px;
  margin-right: 5px;
}
/* menu */
.ui-menu {
  width: 155px;
  padding: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.ui-menu .ui-state-disabled {
  margin: 0.4em 0 0.2em !important;
  background: none !important;
  color: #999 !important;
  font-weight: normal !important;
  cursor: default;
}
.ui-icon-carat-1-e:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 17px + 1px;
  display: inline;
}
.ui-menu .ui-menu-item a .ui-menu-icon {
  width: auto;
  height: auto;
  top: 0px;
  left: auto;
  right: auto;
  bottom: auto;
  text-indent: 0px;
}
/* tabs */
.ui-tabs .ui-tabs-nav li a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-bottom: 1px solid #ddd;
  color: #838383;
}
.ui-tabs .ui-tabs-nav li {
  margin-right: 3px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  font-weight: bold;
  border-top-width: 0px !important;
  margin-top: 1px !important;
  -webkit-box-shadow: 0 -2px 0 #57889C;
  box-shadow: 0 -2px 0 #57889C;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #ddd;
  margin: 0;
  padding: 10px 13px;
  border-top: none;
}
.ui-tabs .ui-tabs-nav {
  margin-bottom: 0;
}
/* accordions */
.ui-accordion .ui-accordion-content {
  padding: 0;
}
.ui-accordion .ui-accordion-header {
  background-color: #fbfbfb;
  font-size: 17px + 2px;
  padding: 10px 15px 10px 36px !important;
}
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.ui-accordion .ui-accordion-content {
  padding: 15px;
}
.ui-accordion-header-active + .ui-accordion-content {
  border-top: 1px solid #ddd;
}
.ui-accordion .ui-accordion-header {
  margin-top: -2px;
}
.ui-accordion .ui-accordion-header,
.ui-accordion-content {
  border-color: #dddddd !important;
}
.ui-accordion-header-icon {
  text-indent: 0px !important;
  background-image: none !important;
  text-align: center;
  line-height: normal;
  left: 12px !important;
  margin-top: -6px !important;
  font-size: 14px !important;
}
/*
	 * Calendar
	 */
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  text-align: center;
  margin-top: 2px;
}
.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
  text-indent: 0px !important;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none !important;
}
/*
 * JQUI SPINNERS
 */
.ui-spinner-input {
  margin: 0 !important;
  height: 30px;
  padding: 6px 24px 6px 12px;
}
.ui-spinner-input.spinner-left {
  padding: 6px 12px 6px 24px;
}
.ui-spinner {
  width: 100%;
}
.ui-spinner-input.spinner-left + .ui-spinner-button,
.ui-spinner-input.spinner-left + .ui-spinner-button + .ui-spinner-button {
  right: auto;
  left: 0px;
}
.ui-spinner-up,
.ui-spinner-down {
  background: #5cb85c;
  border-radius: 0px;
}
.ui-spinner-up:hover,
.ui-spinner-up:active,
.ui-spinner-up:focus {
  background: #449d44;
}
.ui-spinner-down:hover,
.ui-spinner-down:active,
.ui-spinner-down:focus {
  background: #c9302c;
}
.ui-spinner-down {
  background: #de6764;
}
.ui-spinner-up:before,
.ui-spinner-down:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  color: #ffffff;
  font-size: 17px + 1px;
  margin-top: 1px;
}
.ui-spinner-down:before {
  content: "\f068";
}
.ui-spinner-up > :first-child,
.ui-spinner-down > :first-child {
  display: none;
}
.ui-spinner-button {
  width: 19px;
}
/* spinner both */
.ui-spinner-input.spinner-both {
  padding: 6px 30px;
}
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  left: 0px;
  right: auto;
}
.ui-spinner-input.spinner-both + .ui-spinner-button,
.ui-spinner-input.spinner-both + .ui-spinner-button + .ui-spinner-button {
  height: 30px;
  width: 25px;
}
.ui-spinner-input.spinner-both + .ui-spinner-up:before,
.ui-spinner-input.spinner-both + .ui-spinner-up + .ui-spinner-down:before {
  margin-top: 8px;
}
/*
 * JQUI ADJUSTMENT
 */
.ui-dialog {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-header > :first-child {
  margin: 13px 0;
}
.ui-widget-overlay {
  z-index: 999;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 10px;
  background: #ffffff;
  border-bottom-color: #eeeeee;
}
.ui-dialog .ui-dialog-title {
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin-top: -16px;
  margin-right: 4px;
}
.ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0 0.4em 0 0;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 13px;
  padding: 19px 15px 20px;
  text-align: right;
  border-top: 1px solid #eeeeee;
}
.ui-autocomplete {
  z-index: 905 !important;
}
#testimonials blockquote .name {
  text-align: right;
  font-weight: 500;
  margin-top: 10px;
  font-size: 120%;
}
#testimonials blockquote {
  border-top: 1px solid #999999;
  border-color: #d5d5d5;
  margin-top: 10px;
}
#testimonials blockquote .img-holder {
  text-align: right;
}
#testimonials blockquote .img-holder img {
  width: 150px;
  display: inline-block;
  border: 1px solid #eeeeee !important;
  margin: 0 !important;
}
#testimonials .no-testimonials {
  font-size: 200%;
  padding-top: 60px;
  text-align: center;
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  font-family: FontAwesome;
  content: "\f0d9";
  font-size: 50px;
  z-index: 10;
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 50px;
  z-index: 10;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  content: "\f10c";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-theme-1 .slick-prev {
  left: -35px;
  width: 30px;
  height: 50px;
}
.slick-theme-1 .slick-next {
  right: -35px;
  width: 30px;
  height: 50px;
}
.slick-theme-1 .slick-next::before,
.slick-theme-1 .slick-prev::before {
  color: #CA9859;
  font: normal normal normal 40px/1 FontAwesome !important;
}
.slick-theme-1 .slick-prev::before {
  content: "\f053";
}
.slick-theme-1 .slick-next::before {
  content: "\f054";
}
.slick-theme-2 .slick-prev {
  left: -55px;
  width: 30px;
  height: 50px;
}
@media (max-width: 767px) {
  .slick-theme-2 .slick-prev {
    left: 0;
  }
}
.slick-theme-2 .slick-next {
  right: -55px;
  width: 30px;
  height: 50px;
}
@media (max-width: 767px) {
  .slick-theme-2 .slick-next {
    right: 0;
  }
}
.slick-theme-2 .slick-prev::before {
  content: url("../../img/sliced/slick-left.png");
}
.slick-theme-2 .slick-next::before {
  content: url("../../img/sliced/slick-right.png");
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	-webkit-box-shadow: inset 0 1px 1px #f0f0f0;
	        box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #3FB8AF;
	-webkit-box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
	        box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	-webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
	        box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	-webkit-box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
	        box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	-webkit-box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
	        box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	-webkit-box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
	        box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* SITE SPECIFIC CODE */
:root {
  --danger: red;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.word-spacing-1 {
  word-spacing: 1px;
}
.word-spacing-2 {
  word-spacing: 2px;
}
.word-spacing-3 {
  word-spacing: 3px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-1-6 {
  line-height: 1.6;
}
.line-height-1-7 {
  line-height: 1.7;
}
.line-height-1-8 {
  line-height: 1.8;
}
.line-height-1-9 {
  line-height: 1.9;
}
@media (max-width: 767px) {
  .xs\:text-left {
    text-align: left;
  }
  .xs\:text-right {
    text-align: right;
  }
  .xs\:text-center {
    text-align: center;
  }
  .xs\:text-justify {
    text-align: justify;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
@media (max-width: 991px) {
  .fs-15 {
    font-size: calc(12px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-15 {
    font-size: calc(10px + 0.3vw);
  }
}
@media (min-width: 1921px) {
  .fs-15 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: calc(14px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-20 {
    font-size: calc(10px + 0.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-20 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .fs-25 {
    font-size: calc(15px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-25 {
    font-size: calc(10px + 0.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-25 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: calc(17px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-30 {
    font-size: calc(10px + 1vw);
  }
}
@media (min-width: 1921px) {
  .fs-30 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .fs-35 {
    font-size: calc(19px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-35 {
    font-size: calc(10px + 1.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-35 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .fs-40 {
    font-size: calc(21px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-40 {
    font-size: calc(10px + 1.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-40 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .fs-45 {
    font-size: calc(23px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-45 {
    font-size: calc(10px + 1.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-45 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .fs-50 {
    font-size: calc(25px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-50 {
    font-size: calc(10px + 2vw);
  }
}
@media (min-width: 1921px) {
  .fs-50 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fs-55 {
    font-size: calc(27px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-55 {
    font-size: calc(10px + 2.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-55 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .fs-60 {
    font-size: calc(29px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-60 {
    font-size: calc(10px + 2.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-60 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .fs-65 {
    font-size: calc(31px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-65 {
    font-size: calc(10px + 2.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-65 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .fs-70 {
    font-size: calc(33px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-70 {
    font-size: calc(10px + 3vw);
  }
}
@media (min-width: 1921px) {
  .fs-70 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .fs-75 {
    font-size: calc(35px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-75 {
    font-size: calc(10px + 3.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-75 {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .fs-80 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-80 {
    font-size: calc(10px + 3.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-80 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .fs-85 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-85 {
    font-size: calc(10px + 3.75vw);
  }
}
@media (min-width: 1921px) {
  .fs-85 {
    font-size: 85px;
  }
}
@media (max-width: 991px) {
  .fs-90 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-90 {
    font-size: calc(10px + 4vw);
  }
}
@media (min-width: 1921px) {
  .fs-90 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .fs-95 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-95 {
    font-size: calc(10px + 4.25vw);
  }
}
@media (min-width: 1921px) {
  .fs-95 {
    font-size: 95px;
  }
}
@media (max-width: 991px) {
  .fs-100 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-100 {
    font-size: calc(10px + 4.5vw);
  }
}
@media (min-width: 1921px) {
  .fs-100 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .fs-150 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-150 {
    font-size: calc(10px + 7vw);
  }
}
@media (min-width: 1921px) {
  .fs-150 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .fs-200 {
    font-size: calc(37px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .fs-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 1921px) {
  .fs-200 {
    font-size: 200px;
  }
}
@media (min-width: 768px) {
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-sm-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-sm-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-sm-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-sm-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-sm-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-sm-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-sm-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-sm-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-sm-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-sm-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-sm-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-sm-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-sm-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-sm-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-sm-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-sm-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-sm-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-sm-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-sm-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 992px) {
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-md-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-md-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-md-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-md-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-md-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-md-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-md-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-md-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-md-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-md-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-md-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-md-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-md-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-md-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-md-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-md-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-md-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-md-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-md-200 {
    font-size: calc(10vw);
  }
}
@media (min-width: 1200px) {
  .fs-lg-10 {
    font-size: 10px;
  }
  .fs-lg-11 {
    font-size: 11px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-15 {
    font-size: calc(10px + 0.3vw);
  }
  .fs-lg-20 {
    font-size: calc(10px + 0.5vw);
  }
  .fs-lg-25 {
    font-size: calc(10px + 0.75vw);
  }
  .fs-lg-30 {
    font-size: calc(10px + 1vw);
  }
  .fs-lg-35 {
    font-size: calc(10px + 1.25vw);
  }
  .fs-lg-40 {
    font-size: calc(10px + 1.5vw);
  }
  .fs-lg-45 {
    font-size: calc(10px + 1.75vw);
  }
  .fs-lg-50 {
    font-size: calc(10px + 2vw);
  }
  .fs-lg-55 {
    font-size: calc(10px + 2.25vw);
  }
  .fs-lg-60 {
    font-size: calc(10px + 2.5vw);
  }
  .fs-lg-65 {
    font-size: calc(10px + 2.75vw);
  }
  .fs-lg-70 {
    font-size: calc(10px + 3vw);
  }
  .fs-lg-75 {
    font-size: calc(10px + 3.25vw);
  }
  .fs-lg-80 {
    font-size: calc(10px + 3.5vw);
  }
  .fs-lg-85 {
    font-size: calc(10px + 3.75vw);
  }
  .fs-lg-90 {
    font-size: calc(10px + 4vw);
  }
  .fs-lg-95 {
    font-size: calc(10px + 4.25vw);
  }
  .fs-lg-100 {
    font-size: calc(10px + 4.5vw);
  }
  .fs-lg-150 {
    font-size: calc(10px + 7vw);
  }
  .fs-lg-200 {
    font-size: calc(10vw);
  }
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: white;
}
.text-white-all {
  color: white;
}
.text-white-all a {
  color: white;
}
.bg-white {
  background: white;
}
@media (min-width: 768px) {
  .text-sm-white {
    color: white;
  }
}
@media (min-width: 768px) {
  .text-sm-white-all {
    color: white;
  }
  .text-sm-white-all a {
    color: white;
  }
}
.bg-transparent {
  background-color: transparent !important;
}
.text-gray-0,
.text-gray-0 a {
  color: #fff !important;
}
.text-gray-1,
.text-gray-1 a {
  color: #f7f7f7 !important;
}
.text-gray-2,
.text-gray-2 a {
  color: #ededed !important;
}
.text-gray-3,
.text-gray-3 a {
  color: #e2e2e2 !important;
}
.text-gray-4,
.text-gray-4 a {
  color: #cbcbcb !important;
}
.text-gray-5,
.text-gray-5 a {
  color: #a0a0a0 !important;
}
.text-gray-6,
.text-gray-6 a {
  color: #717171 !important;
}
.text-gray-7,
.text-gray-7 a {
  color: #4a4a4a !important;
}
.text-gray-8,
.text-gray-8 a {
  color: #2d2d2d !important;
}
.text-gray-9,
.text-gray-9 a {
  color: #1a1a1a !important;
}
.text-gray-10,
.text-gray-10 a {
  color: #000 !important;
}
.bg-gray-0 {
  background: #fff !important;
}
.bg-gray-1 {
  background: #f7f7f7 !important;
}
.bg-gray-2 {
  background: #ededed !important;
}
.bg-gray-3 {
  background: #e2e2e2 !important;
}
.bg-gray-4 {
  background: #cbcbcb !important;
}
.bg-gray-5 {
  background: #a0a0a0 !important;
}
.bg-gray-6 {
  background: #717171 !important;
}
.bg-gray-7 {
  background: #4a4a4a !important;
}
.bg-gray-8 {
  background: #2d2d2d !important;
}
.bg-gray-9 {
  background: #1a1a1a !important;
}
.bg-gray-10 {
  background: #000 !important;
}
@media (min-width: 768px) {
  .bg-sm-gray-0 {
    background: #fff !important;
  }
  .bg-sm-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-sm-gray-2 {
    background: #ededed !important;
  }
  .bg-sm-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-sm-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-sm-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-sm-gray-6 {
    background: #717171 !important;
  }
  .bg-sm-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-sm-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-sm-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-sm-gray-10 {
    background: #000 !important;
  }
}
@media (min-width: 992px) {
  .bg-md-gray-0 {
    background: #fff !important;
  }
  .bg-md-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-md-gray-2 {
    background: #ededed !important;
  }
  .bg-md-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-md-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-md-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-md-gray-6 {
    background: #717171 !important;
  }
  .bg-md-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-md-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-md-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-md-gray-10 {
    background: #000 !important;
  }
}
@media (min-width: 1200px) {
  .bg-lg-gray-0 {
    background: #fff !important;
  }
  .bg-lg-gray-1 {
    background: #f7f7f7 !important;
  }
  .bg-lg-gray-2 {
    background: #ededed !important;
  }
  .bg-lg-gray-3 {
    background: #e2e2e2 !important;
  }
  .bg-lg-gray-4 {
    background: #cbcbcb !important;
  }
  .bg-lg-gray-5 {
    background: #a0a0a0 !important;
  }
  .bg-lg-gray-6 {
    background: #717171 !important;
  }
  .bg-lg-gray-7 {
    background: #4a4a4a !important;
  }
  .bg-lg-gray-8 {
    background: #2d2d2d !important;
  }
  .bg-lg-gray-9 {
    background: #1a1a1a !important;
  }
  .bg-lg-gray-10 {
    background: #000 !important;
  }
}
.border-gray-0 {
  border-color: #fff !important;
}
.border-gray-1 {
  border-color: #f7f7f7 !important;
}
.border-gray-2 {
  border-color: #ededed !important;
}
.border-gray-3 {
  border-color: #e2e2e2 !important;
}
.border-gray-4 {
  border-color: #cbcbcb !important;
}
.border-gray-5 {
  border-color: #a0a0a0 !important;
}
.border-gray-6 {
  border-color: #717171 !important;
}
.border-gray-7 {
  border-color: #4a4a4a !important;
}
.border-gray-8 {
  border-color: #2d2d2d !important;
}
.border-gray-9 {
  border-color: #1a1a1a !important;
}
.border-gray-10 {
  border-color: #000 !important;
}
.placeholder-gray-0::-webkit-input-placeholder {
  color: #fff !important;
}
.placeholder-gray-0::-moz-placeholder {
  color: #fff !important;
}
.placeholder-gray-0::-ms-input-placeholder {
  color: #fff !important;
}
.placeholder-gray-0::placeholder {
  color: #fff !important;
}
.placeholder-gray-1::-webkit-input-placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-1::-moz-placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-1::-ms-input-placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-1::placeholder {
  color: #f7f7f7 !important;
}
.placeholder-gray-2::-webkit-input-placeholder {
  color: #ededed !important;
}
.placeholder-gray-2::-moz-placeholder {
  color: #ededed !important;
}
.placeholder-gray-2::-ms-input-placeholder {
  color: #ededed !important;
}
.placeholder-gray-2::placeholder {
  color: #ededed !important;
}
.placeholder-gray-3::-webkit-input-placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-3::-moz-placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-3::-ms-input-placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-3::placeholder {
  color: #e2e2e2 !important;
}
.placeholder-gray-4::-webkit-input-placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-4::-moz-placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-4::-ms-input-placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-4::placeholder {
  color: #cbcbcb !important;
}
.placeholder-gray-5::-webkit-input-placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-5::-moz-placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-5::-ms-input-placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-5::placeholder {
  color: #a0a0a0 !important;
}
.placeholder-gray-6::-webkit-input-placeholder {
  color: #717171 !important;
}
.placeholder-gray-6::-moz-placeholder {
  color: #717171 !important;
}
.placeholder-gray-6::-ms-input-placeholder {
  color: #717171 !important;
}
.placeholder-gray-6::placeholder {
  color: #717171 !important;
}
.placeholder-gray-7::-webkit-input-placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-7::-moz-placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-7::-ms-input-placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-7::placeholder {
  color: #4a4a4a !important;
}
.placeholder-gray-8::-webkit-input-placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-8::-moz-placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-8::-ms-input-placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-8::placeholder {
  color: #2d2d2d !important;
}
.placeholder-gray-9::-webkit-input-placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-9::-moz-placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-9::-ms-input-placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-9::placeholder {
  color: #1a1a1a !important;
}
.placeholder-gray-10::-webkit-input-placeholder {
  color: #000 !important;
}
.placeholder-gray-10::-moz-placeholder {
  color: #000 !important;
}
.placeholder-gray-10::-ms-input-placeholder {
  color: #000 !important;
}
.placeholder-gray-10::placeholder {
  color: #000 !important;
}
.center-image-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.center-image-container img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
.js-center-image-container {
  display: block !important;
}
div.circle-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}
div.circle-img img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-white img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.height-400 {
  height: calc(100px + 15vw) !important;
}
.height-350 {
  height: calc(100px + 12.5vw) !important;
}
.height-300 {
  height: calc(100px + 10vw) !important;
}
.height-250 {
  height: calc(100px + 7.5vw) !important;
}
.height-200 {
  height: calc(100px + 5vw) !important;
}
.height-100 {
  height: 100px !important;
}
.height-75 {
  height: 75px !important;
}
.height-50 {
  height: 50px !important;
}
.height-20 {
  height: 20px !important;
}
.height-0 {
  height: 0px !important;
}
.height-auto {
  height: auto !important;
}
.width-auto {
  width: auto !important;
}
@media (min-width: 768px) {
  .height-sm-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-sm-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-sm-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-sm-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-sm-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-sm-100 {
    height: 100px !important;
  }
  .height-sm-75 {
    height: 75px !important;
  }
  .height-sm-50 {
    height: 50px !important;
  }
  .height-sm-20 {
    height: 20px !important;
  }
  .height-sm-0 {
    height: 0px !important;
  }
  .height-sm-auto {
    height: auto !important;
  }
  .width-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .height-md-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-md-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-md-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-md-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-md-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-md-100 {
    height: 100px !important;
  }
  .height-md-75 {
    height: 75px !important;
  }
  .height-md-50 {
    height: 50px !important;
  }
  .height-md-20 {
    height: 20px !important;
  }
  .height-md-0 {
    height: 0px !important;
  }
  .height-md-auto {
    height: auto !important;
  }
  .width-md-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .height-lg-400 {
    height: calc(100px + 15vw) !important;
  }
  .height-lg-350 {
    height: calc(100px + 12.5vw) !important;
  }
  .height-lg-300 {
    height: calc(100px + 10vw) !important;
  }
  .height-lg-250 {
    height: calc(100px + 7.5vw) !important;
  }
  .height-lg-200 {
    height: calc(100px + 5vw) !important;
  }
  .height-lg-100 {
    height: 100px !important;
  }
  .height-lg-75 {
    height: 75px !important;
  }
  .height-lg-50 {
    height: 50px !important;
  }
  .height-lg-20 {
    height: 20px !important;
  }
  .height-lg-0 {
    height: 0px !important;
  }
  .height-lg-auto {
    height: auto !important;
  }
  .width-lg-auto {
    width: auto !important;
  }
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .w-sm-1 {
    width: 1%;
  }
  .w-sm-2 {
    width: 2%;
  }
  .w-sm-3 {
    width: 3%;
  }
  .w-sm-4 {
    width: 4%;
  }
  .w-sm-5 {
    width: 5%;
  }
  .w-sm-6 {
    width: 6%;
  }
  .w-sm-7 {
    width: 7%;
  }
  .w-sm-8 {
    width: 8%;
  }
  .w-sm-9 {
    width: 9%;
  }
  .w-sm-10 {
    width: 10%;
  }
  .w-sm-11 {
    width: 11%;
  }
  .w-sm-12 {
    width: 12%;
  }
  .w-sm-13 {
    width: 13%;
  }
  .w-sm-14 {
    width: 14%;
  }
  .w-sm-15 {
    width: 15%;
  }
  .w-sm-16 {
    width: 16%;
  }
  .w-sm-17 {
    width: 17%;
  }
  .w-sm-18 {
    width: 18%;
  }
  .w-sm-19 {
    width: 19%;
  }
  .w-sm-20 {
    width: 20%;
  }
  .w-sm-21 {
    width: 21%;
  }
  .w-sm-22 {
    width: 22%;
  }
  .w-sm-23 {
    width: 23%;
  }
  .w-sm-24 {
    width: 24%;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-26 {
    width: 26%;
  }
  .w-sm-27 {
    width: 27%;
  }
  .w-sm-28 {
    width: 28%;
  }
  .w-sm-29 {
    width: 29%;
  }
  .w-sm-30 {
    width: 30%;
  }
  .w-sm-31 {
    width: 31%;
  }
  .w-sm-32 {
    width: 32%;
  }
  .w-sm-33 {
    width: 33%;
  }
  .w-sm-34 {
    width: 34%;
  }
  .w-sm-35 {
    width: 35%;
  }
  .w-sm-36 {
    width: 36%;
  }
  .w-sm-37 {
    width: 37%;
  }
  .w-sm-38 {
    width: 38%;
  }
  .w-sm-39 {
    width: 39%;
  }
  .w-sm-40 {
    width: 40%;
  }
  .w-sm-41 {
    width: 41%;
  }
  .w-sm-42 {
    width: 42%;
  }
  .w-sm-43 {
    width: 43%;
  }
  .w-sm-44 {
    width: 44%;
  }
  .w-sm-45 {
    width: 45%;
  }
  .w-sm-46 {
    width: 46%;
  }
  .w-sm-47 {
    width: 47%;
  }
  .w-sm-48 {
    width: 48%;
  }
  .w-sm-49 {
    width: 49%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-51 {
    width: 51%;
  }
  .w-sm-52 {
    width: 52%;
  }
  .w-sm-53 {
    width: 53%;
  }
  .w-sm-54 {
    width: 54%;
  }
  .w-sm-55 {
    width: 55%;
  }
  .w-sm-56 {
    width: 56%;
  }
  .w-sm-57 {
    width: 57%;
  }
  .w-sm-58 {
    width: 58%;
  }
  .w-sm-59 {
    width: 59%;
  }
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-61 {
    width: 61%;
  }
  .w-sm-62 {
    width: 62%;
  }
  .w-sm-63 {
    width: 63%;
  }
  .w-sm-64 {
    width: 64%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-66 {
    width: 66%;
  }
  .w-sm-67 {
    width: 67%;
  }
  .w-sm-68 {
    width: 68%;
  }
  .w-sm-69 {
    width: 69%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-71 {
    width: 71%;
  }
  .w-sm-72 {
    width: 72%;
  }
  .w-sm-73 {
    width: 73%;
  }
  .w-sm-74 {
    width: 74%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-76 {
    width: 76%;
  }
  .w-sm-77 {
    width: 77%;
  }
  .w-sm-78 {
    width: 78%;
  }
  .w-sm-79 {
    width: 79%;
  }
  .w-sm-80 {
    width: 80%;
  }
  .w-sm-81 {
    width: 81%;
  }
  .w-sm-82 {
    width: 82%;
  }
  .w-sm-83 {
    width: 83%;
  }
  .w-sm-84 {
    width: 84%;
  }
  .w-sm-85 {
    width: 85%;
  }
  .w-sm-86 {
    width: 86%;
  }
  .w-sm-87 {
    width: 87%;
  }
  .w-sm-88 {
    width: 88%;
  }
  .w-sm-89 {
    width: 89%;
  }
  .w-sm-90 {
    width: 90%;
  }
  .w-sm-91 {
    width: 91%;
  }
  .w-sm-92 {
    width: 92%;
  }
  .w-sm-93 {
    width: 93%;
  }
  .w-sm-94 {
    width: 94%;
  }
  .w-sm-95 {
    width: 95%;
  }
  .w-sm-96 {
    width: 96%;
  }
  .w-sm-97 {
    width: 97%;
  }
  .w-sm-98 {
    width: 98%;
  }
  .w-sm-99 {
    width: 99%;
  }
  .w-sm-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .w-md-1 {
    width: 1%;
  }
  .w-md-2 {
    width: 2%;
  }
  .w-md-3 {
    width: 3%;
  }
  .w-md-4 {
    width: 4%;
  }
  .w-md-5 {
    width: 5%;
  }
  .w-md-6 {
    width: 6%;
  }
  .w-md-7 {
    width: 7%;
  }
  .w-md-8 {
    width: 8%;
  }
  .w-md-9 {
    width: 9%;
  }
  .w-md-10 {
    width: 10%;
  }
  .w-md-11 {
    width: 11%;
  }
  .w-md-12 {
    width: 12%;
  }
  .w-md-13 {
    width: 13%;
  }
  .w-md-14 {
    width: 14%;
  }
  .w-md-15 {
    width: 15%;
  }
  .w-md-16 {
    width: 16%;
  }
  .w-md-17 {
    width: 17%;
  }
  .w-md-18 {
    width: 18%;
  }
  .w-md-19 {
    width: 19%;
  }
  .w-md-20 {
    width: 20%;
  }
  .w-md-21 {
    width: 21%;
  }
  .w-md-22 {
    width: 22%;
  }
  .w-md-23 {
    width: 23%;
  }
  .w-md-24 {
    width: 24%;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-26 {
    width: 26%;
  }
  .w-md-27 {
    width: 27%;
  }
  .w-md-28 {
    width: 28%;
  }
  .w-md-29 {
    width: 29%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-31 {
    width: 31%;
  }
  .w-md-32 {
    width: 32%;
  }
  .w-md-33 {
    width: 33%;
  }
  .w-md-34 {
    width: 34%;
  }
  .w-md-35 {
    width: 35%;
  }
  .w-md-36 {
    width: 36%;
  }
  .w-md-37 {
    width: 37%;
  }
  .w-md-38 {
    width: 38%;
  }
  .w-md-39 {
    width: 39%;
  }
  .w-md-40 {
    width: 40%;
  }
  .w-md-41 {
    width: 41%;
  }
  .w-md-42 {
    width: 42%;
  }
  .w-md-43 {
    width: 43%;
  }
  .w-md-44 {
    width: 44%;
  }
  .w-md-45 {
    width: 45%;
  }
  .w-md-46 {
    width: 46%;
  }
  .w-md-47 {
    width: 47%;
  }
  .w-md-48 {
    width: 48%;
  }
  .w-md-49 {
    width: 49%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-51 {
    width: 51%;
  }
  .w-md-52 {
    width: 52%;
  }
  .w-md-53 {
    width: 53%;
  }
  .w-md-54 {
    width: 54%;
  }
  .w-md-55 {
    width: 55%;
  }
  .w-md-56 {
    width: 56%;
  }
  .w-md-57 {
    width: 57%;
  }
  .w-md-58 {
    width: 58%;
  }
  .w-md-59 {
    width: 59%;
  }
  .w-md-60 {
    width: 60%;
  }
  .w-md-61 {
    width: 61%;
  }
  .w-md-62 {
    width: 62%;
  }
  .w-md-63 {
    width: 63%;
  }
  .w-md-64 {
    width: 64%;
  }
  .w-md-65 {
    width: 65%;
  }
  .w-md-66 {
    width: 66%;
  }
  .w-md-67 {
    width: 67%;
  }
  .w-md-68 {
    width: 68%;
  }
  .w-md-69 {
    width: 69%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-71 {
    width: 71%;
  }
  .w-md-72 {
    width: 72%;
  }
  .w-md-73 {
    width: 73%;
  }
  .w-md-74 {
    width: 74%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-76 {
    width: 76%;
  }
  .w-md-77 {
    width: 77%;
  }
  .w-md-78 {
    width: 78%;
  }
  .w-md-79 {
    width: 79%;
  }
  .w-md-80 {
    width: 80%;
  }
  .w-md-81 {
    width: 81%;
  }
  .w-md-82 {
    width: 82%;
  }
  .w-md-83 {
    width: 83%;
  }
  .w-md-84 {
    width: 84%;
  }
  .w-md-85 {
    width: 85%;
  }
  .w-md-86 {
    width: 86%;
  }
  .w-md-87 {
    width: 87%;
  }
  .w-md-88 {
    width: 88%;
  }
  .w-md-89 {
    width: 89%;
  }
  .w-md-90 {
    width: 90%;
  }
  .w-md-91 {
    width: 91%;
  }
  .w-md-92 {
    width: 92%;
  }
  .w-md-93 {
    width: 93%;
  }
  .w-md-94 {
    width: 94%;
  }
  .w-md-95 {
    width: 95%;
  }
  .w-md-96 {
    width: 96%;
  }
  .w-md-97 {
    width: 97%;
  }
  .w-md-98 {
    width: 98%;
  }
  .w-md-99 {
    width: 99%;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .w-lg-1 {
    width: 1%;
  }
  .w-lg-2 {
    width: 2%;
  }
  .w-lg-3 {
    width: 3%;
  }
  .w-lg-4 {
    width: 4%;
  }
  .w-lg-5 {
    width: 5%;
  }
  .w-lg-6 {
    width: 6%;
  }
  .w-lg-7 {
    width: 7%;
  }
  .w-lg-8 {
    width: 8%;
  }
  .w-lg-9 {
    width: 9%;
  }
  .w-lg-10 {
    width: 10%;
  }
  .w-lg-11 {
    width: 11%;
  }
  .w-lg-12 {
    width: 12%;
  }
  .w-lg-13 {
    width: 13%;
  }
  .w-lg-14 {
    width: 14%;
  }
  .w-lg-15 {
    width: 15%;
  }
  .w-lg-16 {
    width: 16%;
  }
  .w-lg-17 {
    width: 17%;
  }
  .w-lg-18 {
    width: 18%;
  }
  .w-lg-19 {
    width: 19%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-21 {
    width: 21%;
  }
  .w-lg-22 {
    width: 22%;
  }
  .w-lg-23 {
    width: 23%;
  }
  .w-lg-24 {
    width: 24%;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-26 {
    width: 26%;
  }
  .w-lg-27 {
    width: 27%;
  }
  .w-lg-28 {
    width: 28%;
  }
  .w-lg-29 {
    width: 29%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-31 {
    width: 31%;
  }
  .w-lg-32 {
    width: 32%;
  }
  .w-lg-33 {
    width: 33%;
  }
  .w-lg-34 {
    width: 34%;
  }
  .w-lg-35 {
    width: 35%;
  }
  .w-lg-36 {
    width: 36%;
  }
  .w-lg-37 {
    width: 37%;
  }
  .w-lg-38 {
    width: 38%;
  }
  .w-lg-39 {
    width: 39%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-41 {
    width: 41%;
  }
  .w-lg-42 {
    width: 42%;
  }
  .w-lg-43 {
    width: 43%;
  }
  .w-lg-44 {
    width: 44%;
  }
  .w-lg-45 {
    width: 45%;
  }
  .w-lg-46 {
    width: 46%;
  }
  .w-lg-47 {
    width: 47%;
  }
  .w-lg-48 {
    width: 48%;
  }
  .w-lg-49 {
    width: 49%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-51 {
    width: 51%;
  }
  .w-lg-52 {
    width: 52%;
  }
  .w-lg-53 {
    width: 53%;
  }
  .w-lg-54 {
    width: 54%;
  }
  .w-lg-55 {
    width: 55%;
  }
  .w-lg-56 {
    width: 56%;
  }
  .w-lg-57 {
    width: 57%;
  }
  .w-lg-58 {
    width: 58%;
  }
  .w-lg-59 {
    width: 59%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-61 {
    width: 61%;
  }
  .w-lg-62 {
    width: 62%;
  }
  .w-lg-63 {
    width: 63%;
  }
  .w-lg-64 {
    width: 64%;
  }
  .w-lg-65 {
    width: 65%;
  }
  .w-lg-66 {
    width: 66%;
  }
  .w-lg-67 {
    width: 67%;
  }
  .w-lg-68 {
    width: 68%;
  }
  .w-lg-69 {
    width: 69%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-71 {
    width: 71%;
  }
  .w-lg-72 {
    width: 72%;
  }
  .w-lg-73 {
    width: 73%;
  }
  .w-lg-74 {
    width: 74%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-76 {
    width: 76%;
  }
  .w-lg-77 {
    width: 77%;
  }
  .w-lg-78 {
    width: 78%;
  }
  .w-lg-79 {
    width: 79%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-81 {
    width: 81%;
  }
  .w-lg-82 {
    width: 82%;
  }
  .w-lg-83 {
    width: 83%;
  }
  .w-lg-84 {
    width: 84%;
  }
  .w-lg-85 {
    width: 85%;
  }
  .w-lg-86 {
    width: 86%;
  }
  .w-lg-87 {
    width: 87%;
  }
  .w-lg-88 {
    width: 88%;
  }
  .w-lg-89 {
    width: 89%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-91 {
    width: 91%;
  }
  .w-lg-92 {
    width: 92%;
  }
  .w-lg-93 {
    width: 93%;
  }
  .w-lg-94 {
    width: 94%;
  }
  .w-lg-95 {
    width: 95%;
  }
  .w-lg-96 {
    width: 96%;
  }
  .w-lg-97 {
    width: 97%;
  }
  .w-lg-98 {
    width: 98%;
  }
  .w-lg-99 {
    width: 99%;
  }
  .w-lg-100 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .w-xl-1 {
    width: 1%;
  }
  .w-xl-2 {
    width: 2%;
  }
  .w-xl-3 {
    width: 3%;
  }
  .w-xl-4 {
    width: 4%;
  }
  .w-xl-5 {
    width: 5%;
  }
  .w-xl-6 {
    width: 6%;
  }
  .w-xl-7 {
    width: 7%;
  }
  .w-xl-8 {
    width: 8%;
  }
  .w-xl-9 {
    width: 9%;
  }
  .w-xl-10 {
    width: 10%;
  }
  .w-xl-11 {
    width: 11%;
  }
  .w-xl-12 {
    width: 12%;
  }
  .w-xl-13 {
    width: 13%;
  }
  .w-xl-14 {
    width: 14%;
  }
  .w-xl-15 {
    width: 15%;
  }
  .w-xl-16 {
    width: 16%;
  }
  .w-xl-17 {
    width: 17%;
  }
  .w-xl-18 {
    width: 18%;
  }
  .w-xl-19 {
    width: 19%;
  }
  .w-xl-20 {
    width: 20%;
  }
  .w-xl-21 {
    width: 21%;
  }
  .w-xl-22 {
    width: 22%;
  }
  .w-xl-23 {
    width: 23%;
  }
  .w-xl-24 {
    width: 24%;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-26 {
    width: 26%;
  }
  .w-xl-27 {
    width: 27%;
  }
  .w-xl-28 {
    width: 28%;
  }
  .w-xl-29 {
    width: 29%;
  }
  .w-xl-30 {
    width: 30%;
  }
  .w-xl-31 {
    width: 31%;
  }
  .w-xl-32 {
    width: 32%;
  }
  .w-xl-33 {
    width: 33%;
  }
  .w-xl-34 {
    width: 34%;
  }
  .w-xl-35 {
    width: 35%;
  }
  .w-xl-36 {
    width: 36%;
  }
  .w-xl-37 {
    width: 37%;
  }
  .w-xl-38 {
    width: 38%;
  }
  .w-xl-39 {
    width: 39%;
  }
  .w-xl-40 {
    width: 40%;
  }
  .w-xl-41 {
    width: 41%;
  }
  .w-xl-42 {
    width: 42%;
  }
  .w-xl-43 {
    width: 43%;
  }
  .w-xl-44 {
    width: 44%;
  }
  .w-xl-45 {
    width: 45%;
  }
  .w-xl-46 {
    width: 46%;
  }
  .w-xl-47 {
    width: 47%;
  }
  .w-xl-48 {
    width: 48%;
  }
  .w-xl-49 {
    width: 49%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-51 {
    width: 51%;
  }
  .w-xl-52 {
    width: 52%;
  }
  .w-xl-53 {
    width: 53%;
  }
  .w-xl-54 {
    width: 54%;
  }
  .w-xl-55 {
    width: 55%;
  }
  .w-xl-56 {
    width: 56%;
  }
  .w-xl-57 {
    width: 57%;
  }
  .w-xl-58 {
    width: 58%;
  }
  .w-xl-59 {
    width: 59%;
  }
  .w-xl-60 {
    width: 60%;
  }
  .w-xl-61 {
    width: 61%;
  }
  .w-xl-62 {
    width: 62%;
  }
  .w-xl-63 {
    width: 63%;
  }
  .w-xl-64 {
    width: 64%;
  }
  .w-xl-65 {
    width: 65%;
  }
  .w-xl-66 {
    width: 66%;
  }
  .w-xl-67 {
    width: 67%;
  }
  .w-xl-68 {
    width: 68%;
  }
  .w-xl-69 {
    width: 69%;
  }
  .w-xl-70 {
    width: 70%;
  }
  .w-xl-71 {
    width: 71%;
  }
  .w-xl-72 {
    width: 72%;
  }
  .w-xl-73 {
    width: 73%;
  }
  .w-xl-74 {
    width: 74%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-76 {
    width: 76%;
  }
  .w-xl-77 {
    width: 77%;
  }
  .w-xl-78 {
    width: 78%;
  }
  .w-xl-79 {
    width: 79%;
  }
  .w-xl-80 {
    width: 80%;
  }
  .w-xl-81 {
    width: 81%;
  }
  .w-xl-82 {
    width: 82%;
  }
  .w-xl-83 {
    width: 83%;
  }
  .w-xl-84 {
    width: 84%;
  }
  .w-xl-85 {
    width: 85%;
  }
  .w-xl-86 {
    width: 86%;
  }
  .w-xl-87 {
    width: 87%;
  }
  .w-xl-88 {
    width: 88%;
  }
  .w-xl-89 {
    width: 89%;
  }
  .w-xl-90 {
    width: 90%;
  }
  .w-xl-91 {
    width: 91%;
  }
  .w-xl-92 {
    width: 92%;
  }
  .w-xl-93 {
    width: 93%;
  }
  .w-xl-94 {
    width: 94%;
  }
  .w-xl-95 {
    width: 95%;
  }
  .w-xl-96 {
    width: 96%;
  }
  .w-xl-97 {
    width: 97%;
  }
  .w-xl-98 {
    width: 98%;
  }
  .w-xl-99 {
    width: 99%;
  }
  .w-xl-100 {
    width: 100%;
  }
}
.h-1 {
  height: 1%;
}
.h-2 {
  height: 2%;
}
.h-3 {
  height: 3%;
}
.h-4 {
  height: 4%;
}
.h-5 {
  height: 5%;
}
.h-6 {
  height: 6%;
}
.h-7 {
  height: 7%;
}
.h-8 {
  height: 8%;
}
.h-9 {
  height: 9%;
}
.h-10 {
  height: 10%;
}
.h-11 {
  height: 11%;
}
.h-12 {
  height: 12%;
}
.h-13 {
  height: 13%;
}
.h-14 {
  height: 14%;
}
.h-15 {
  height: 15%;
}
.h-16 {
  height: 16%;
}
.h-17 {
  height: 17%;
}
.h-18 {
  height: 18%;
}
.h-19 {
  height: 19%;
}
.h-20 {
  height: 20%;
}
.h-21 {
  height: 21%;
}
.h-22 {
  height: 22%;
}
.h-23 {
  height: 23%;
}
.h-24 {
  height: 24%;
}
.h-25 {
  height: 25%;
}
.h-26 {
  height: 26%;
}
.h-27 {
  height: 27%;
}
.h-28 {
  height: 28%;
}
.h-29 {
  height: 29%;
}
.h-30 {
  height: 30%;
}
.h-31 {
  height: 31%;
}
.h-32 {
  height: 32%;
}
.h-33 {
  height: 33%;
}
.h-34 {
  height: 34%;
}
.h-35 {
  height: 35%;
}
.h-36 {
  height: 36%;
}
.h-37 {
  height: 37%;
}
.h-38 {
  height: 38%;
}
.h-39 {
  height: 39%;
}
.h-40 {
  height: 40%;
}
.h-41 {
  height: 41%;
}
.h-42 {
  height: 42%;
}
.h-43 {
  height: 43%;
}
.h-44 {
  height: 44%;
}
.h-45 {
  height: 45%;
}
.h-46 {
  height: 46%;
}
.h-47 {
  height: 47%;
}
.h-48 {
  height: 48%;
}
.h-49 {
  height: 49%;
}
.h-50 {
  height: 50%;
}
.h-51 {
  height: 51%;
}
.h-52 {
  height: 52%;
}
.h-53 {
  height: 53%;
}
.h-54 {
  height: 54%;
}
.h-55 {
  height: 55%;
}
.h-56 {
  height: 56%;
}
.h-57 {
  height: 57%;
}
.h-58 {
  height: 58%;
}
.h-59 {
  height: 59%;
}
.h-60 {
  height: 60%;
}
.h-61 {
  height: 61%;
}
.h-62 {
  height: 62%;
}
.h-63 {
  height: 63%;
}
.h-64 {
  height: 64%;
}
.h-65 {
  height: 65%;
}
.h-66 {
  height: 66%;
}
.h-67 {
  height: 67%;
}
.h-68 {
  height: 68%;
}
.h-69 {
  height: 69%;
}
.h-70 {
  height: 70%;
}
.h-71 {
  height: 71%;
}
.h-72 {
  height: 72%;
}
.h-73 {
  height: 73%;
}
.h-74 {
  height: 74%;
}
.h-75 {
  height: 75%;
}
.h-76 {
  height: 76%;
}
.h-77 {
  height: 77%;
}
.h-78 {
  height: 78%;
}
.h-79 {
  height: 79%;
}
.h-80 {
  height: 80%;
}
.h-81 {
  height: 81%;
}
.h-82 {
  height: 82%;
}
.h-83 {
  height: 83%;
}
.h-84 {
  height: 84%;
}
.h-85 {
  height: 85%;
}
.h-86 {
  height: 86%;
}
.h-87 {
  height: 87%;
}
.h-88 {
  height: 88%;
}
.h-89 {
  height: 89%;
}
.h-90 {
  height: 90%;
}
.h-91 {
  height: 91%;
}
.h-92 {
  height: 92%;
}
.h-93 {
  height: 93%;
}
.h-94 {
  height: 94%;
}
.h-95 {
  height: 95%;
}
.h-96 {
  height: 96%;
}
.h-97 {
  height: 97%;
}
.h-98 {
  height: 98%;
}
.h-99 {
  height: 99%;
}
.h-100 {
  height: 100%;
}
@media (min-width: 768px) {
  .h-sm-1 {
    height: 1%;
  }
  .h-sm-2 {
    height: 2%;
  }
  .h-sm-3 {
    height: 3%;
  }
  .h-sm-4 {
    height: 4%;
  }
  .h-sm-5 {
    height: 5%;
  }
  .h-sm-6 {
    height: 6%;
  }
  .h-sm-7 {
    height: 7%;
  }
  .h-sm-8 {
    height: 8%;
  }
  .h-sm-9 {
    height: 9%;
  }
  .h-sm-10 {
    height: 10%;
  }
  .h-sm-11 {
    height: 11%;
  }
  .h-sm-12 {
    height: 12%;
  }
  .h-sm-13 {
    height: 13%;
  }
  .h-sm-14 {
    height: 14%;
  }
  .h-sm-15 {
    height: 15%;
  }
  .h-sm-16 {
    height: 16%;
  }
  .h-sm-17 {
    height: 17%;
  }
  .h-sm-18 {
    height: 18%;
  }
  .h-sm-19 {
    height: 19%;
  }
  .h-sm-20 {
    height: 20%;
  }
  .h-sm-21 {
    height: 21%;
  }
  .h-sm-22 {
    height: 22%;
  }
  .h-sm-23 {
    height: 23%;
  }
  .h-sm-24 {
    height: 24%;
  }
  .h-sm-25 {
    height: 25%;
  }
  .h-sm-26 {
    height: 26%;
  }
  .h-sm-27 {
    height: 27%;
  }
  .h-sm-28 {
    height: 28%;
  }
  .h-sm-29 {
    height: 29%;
  }
  .h-sm-30 {
    height: 30%;
  }
  .h-sm-31 {
    height: 31%;
  }
  .h-sm-32 {
    height: 32%;
  }
  .h-sm-33 {
    height: 33%;
  }
  .h-sm-34 {
    height: 34%;
  }
  .h-sm-35 {
    height: 35%;
  }
  .h-sm-36 {
    height: 36%;
  }
  .h-sm-37 {
    height: 37%;
  }
  .h-sm-38 {
    height: 38%;
  }
  .h-sm-39 {
    height: 39%;
  }
  .h-sm-40 {
    height: 40%;
  }
  .h-sm-41 {
    height: 41%;
  }
  .h-sm-42 {
    height: 42%;
  }
  .h-sm-43 {
    height: 43%;
  }
  .h-sm-44 {
    height: 44%;
  }
  .h-sm-45 {
    height: 45%;
  }
  .h-sm-46 {
    height: 46%;
  }
  .h-sm-47 {
    height: 47%;
  }
  .h-sm-48 {
    height: 48%;
  }
  .h-sm-49 {
    height: 49%;
  }
  .h-sm-50 {
    height: 50%;
  }
  .h-sm-51 {
    height: 51%;
  }
  .h-sm-52 {
    height: 52%;
  }
  .h-sm-53 {
    height: 53%;
  }
  .h-sm-54 {
    height: 54%;
  }
  .h-sm-55 {
    height: 55%;
  }
  .h-sm-56 {
    height: 56%;
  }
  .h-sm-57 {
    height: 57%;
  }
  .h-sm-58 {
    height: 58%;
  }
  .h-sm-59 {
    height: 59%;
  }
  .h-sm-60 {
    height: 60%;
  }
  .h-sm-61 {
    height: 61%;
  }
  .h-sm-62 {
    height: 62%;
  }
  .h-sm-63 {
    height: 63%;
  }
  .h-sm-64 {
    height: 64%;
  }
  .h-sm-65 {
    height: 65%;
  }
  .h-sm-66 {
    height: 66%;
  }
  .h-sm-67 {
    height: 67%;
  }
  .h-sm-68 {
    height: 68%;
  }
  .h-sm-69 {
    height: 69%;
  }
  .h-sm-70 {
    height: 70%;
  }
  .h-sm-71 {
    height: 71%;
  }
  .h-sm-72 {
    height: 72%;
  }
  .h-sm-73 {
    height: 73%;
  }
  .h-sm-74 {
    height: 74%;
  }
  .h-sm-75 {
    height: 75%;
  }
  .h-sm-76 {
    height: 76%;
  }
  .h-sm-77 {
    height: 77%;
  }
  .h-sm-78 {
    height: 78%;
  }
  .h-sm-79 {
    height: 79%;
  }
  .h-sm-80 {
    height: 80%;
  }
  .h-sm-81 {
    height: 81%;
  }
  .h-sm-82 {
    height: 82%;
  }
  .h-sm-83 {
    height: 83%;
  }
  .h-sm-84 {
    height: 84%;
  }
  .h-sm-85 {
    height: 85%;
  }
  .h-sm-86 {
    height: 86%;
  }
  .h-sm-87 {
    height: 87%;
  }
  .h-sm-88 {
    height: 88%;
  }
  .h-sm-89 {
    height: 89%;
  }
  .h-sm-90 {
    height: 90%;
  }
  .h-sm-91 {
    height: 91%;
  }
  .h-sm-92 {
    height: 92%;
  }
  .h-sm-93 {
    height: 93%;
  }
  .h-sm-94 {
    height: 94%;
  }
  .h-sm-95 {
    height: 95%;
  }
  .h-sm-96 {
    height: 96%;
  }
  .h-sm-97 {
    height: 97%;
  }
  .h-sm-98 {
    height: 98%;
  }
  .h-sm-99 {
    height: 99%;
  }
  .h-sm-100 {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .h-md-1 {
    height: 1%;
  }
  .h-md-2 {
    height: 2%;
  }
  .h-md-3 {
    height: 3%;
  }
  .h-md-4 {
    height: 4%;
  }
  .h-md-5 {
    height: 5%;
  }
  .h-md-6 {
    height: 6%;
  }
  .h-md-7 {
    height: 7%;
  }
  .h-md-8 {
    height: 8%;
  }
  .h-md-9 {
    height: 9%;
  }
  .h-md-10 {
    height: 10%;
  }
  .h-md-11 {
    height: 11%;
  }
  .h-md-12 {
    height: 12%;
  }
  .h-md-13 {
    height: 13%;
  }
  .h-md-14 {
    height: 14%;
  }
  .h-md-15 {
    height: 15%;
  }
  .h-md-16 {
    height: 16%;
  }
  .h-md-17 {
    height: 17%;
  }
  .h-md-18 {
    height: 18%;
  }
  .h-md-19 {
    height: 19%;
  }
  .h-md-20 {
    height: 20%;
  }
  .h-md-21 {
    height: 21%;
  }
  .h-md-22 {
    height: 22%;
  }
  .h-md-23 {
    height: 23%;
  }
  .h-md-24 {
    height: 24%;
  }
  .h-md-25 {
    height: 25%;
  }
  .h-md-26 {
    height: 26%;
  }
  .h-md-27 {
    height: 27%;
  }
  .h-md-28 {
    height: 28%;
  }
  .h-md-29 {
    height: 29%;
  }
  .h-md-30 {
    height: 30%;
  }
  .h-md-31 {
    height: 31%;
  }
  .h-md-32 {
    height: 32%;
  }
  .h-md-33 {
    height: 33%;
  }
  .h-md-34 {
    height: 34%;
  }
  .h-md-35 {
    height: 35%;
  }
  .h-md-36 {
    height: 36%;
  }
  .h-md-37 {
    height: 37%;
  }
  .h-md-38 {
    height: 38%;
  }
  .h-md-39 {
    height: 39%;
  }
  .h-md-40 {
    height: 40%;
  }
  .h-md-41 {
    height: 41%;
  }
  .h-md-42 {
    height: 42%;
  }
  .h-md-43 {
    height: 43%;
  }
  .h-md-44 {
    height: 44%;
  }
  .h-md-45 {
    height: 45%;
  }
  .h-md-46 {
    height: 46%;
  }
  .h-md-47 {
    height: 47%;
  }
  .h-md-48 {
    height: 48%;
  }
  .h-md-49 {
    height: 49%;
  }
  .h-md-50 {
    height: 50%;
  }
  .h-md-51 {
    height: 51%;
  }
  .h-md-52 {
    height: 52%;
  }
  .h-md-53 {
    height: 53%;
  }
  .h-md-54 {
    height: 54%;
  }
  .h-md-55 {
    height: 55%;
  }
  .h-md-56 {
    height: 56%;
  }
  .h-md-57 {
    height: 57%;
  }
  .h-md-58 {
    height: 58%;
  }
  .h-md-59 {
    height: 59%;
  }
  .h-md-60 {
    height: 60%;
  }
  .h-md-61 {
    height: 61%;
  }
  .h-md-62 {
    height: 62%;
  }
  .h-md-63 {
    height: 63%;
  }
  .h-md-64 {
    height: 64%;
  }
  .h-md-65 {
    height: 65%;
  }
  .h-md-66 {
    height: 66%;
  }
  .h-md-67 {
    height: 67%;
  }
  .h-md-68 {
    height: 68%;
  }
  .h-md-69 {
    height: 69%;
  }
  .h-md-70 {
    height: 70%;
  }
  .h-md-71 {
    height: 71%;
  }
  .h-md-72 {
    height: 72%;
  }
  .h-md-73 {
    height: 73%;
  }
  .h-md-74 {
    height: 74%;
  }
  .h-md-75 {
    height: 75%;
  }
  .h-md-76 {
    height: 76%;
  }
  .h-md-77 {
    height: 77%;
  }
  .h-md-78 {
    height: 78%;
  }
  .h-md-79 {
    height: 79%;
  }
  .h-md-80 {
    height: 80%;
  }
  .h-md-81 {
    height: 81%;
  }
  .h-md-82 {
    height: 82%;
  }
  .h-md-83 {
    height: 83%;
  }
  .h-md-84 {
    height: 84%;
  }
  .h-md-85 {
    height: 85%;
  }
  .h-md-86 {
    height: 86%;
  }
  .h-md-87 {
    height: 87%;
  }
  .h-md-88 {
    height: 88%;
  }
  .h-md-89 {
    height: 89%;
  }
  .h-md-90 {
    height: 90%;
  }
  .h-md-91 {
    height: 91%;
  }
  .h-md-92 {
    height: 92%;
  }
  .h-md-93 {
    height: 93%;
  }
  .h-md-94 {
    height: 94%;
  }
  .h-md-95 {
    height: 95%;
  }
  .h-md-96 {
    height: 96%;
  }
  .h-md-97 {
    height: 97%;
  }
  .h-md-98 {
    height: 98%;
  }
  .h-md-99 {
    height: 99%;
  }
  .h-md-100 {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .h-lg-1 {
    height: 1%;
  }
  .h-lg-2 {
    height: 2%;
  }
  .h-lg-3 {
    height: 3%;
  }
  .h-lg-4 {
    height: 4%;
  }
  .h-lg-5 {
    height: 5%;
  }
  .h-lg-6 {
    height: 6%;
  }
  .h-lg-7 {
    height: 7%;
  }
  .h-lg-8 {
    height: 8%;
  }
  .h-lg-9 {
    height: 9%;
  }
  .h-lg-10 {
    height: 10%;
  }
  .h-lg-11 {
    height: 11%;
  }
  .h-lg-12 {
    height: 12%;
  }
  .h-lg-13 {
    height: 13%;
  }
  .h-lg-14 {
    height: 14%;
  }
  .h-lg-15 {
    height: 15%;
  }
  .h-lg-16 {
    height: 16%;
  }
  .h-lg-17 {
    height: 17%;
  }
  .h-lg-18 {
    height: 18%;
  }
  .h-lg-19 {
    height: 19%;
  }
  .h-lg-20 {
    height: 20%;
  }
  .h-lg-21 {
    height: 21%;
  }
  .h-lg-22 {
    height: 22%;
  }
  .h-lg-23 {
    height: 23%;
  }
  .h-lg-24 {
    height: 24%;
  }
  .h-lg-25 {
    height: 25%;
  }
  .h-lg-26 {
    height: 26%;
  }
  .h-lg-27 {
    height: 27%;
  }
  .h-lg-28 {
    height: 28%;
  }
  .h-lg-29 {
    height: 29%;
  }
  .h-lg-30 {
    height: 30%;
  }
  .h-lg-31 {
    height: 31%;
  }
  .h-lg-32 {
    height: 32%;
  }
  .h-lg-33 {
    height: 33%;
  }
  .h-lg-34 {
    height: 34%;
  }
  .h-lg-35 {
    height: 35%;
  }
  .h-lg-36 {
    height: 36%;
  }
  .h-lg-37 {
    height: 37%;
  }
  .h-lg-38 {
    height: 38%;
  }
  .h-lg-39 {
    height: 39%;
  }
  .h-lg-40 {
    height: 40%;
  }
  .h-lg-41 {
    height: 41%;
  }
  .h-lg-42 {
    height: 42%;
  }
  .h-lg-43 {
    height: 43%;
  }
  .h-lg-44 {
    height: 44%;
  }
  .h-lg-45 {
    height: 45%;
  }
  .h-lg-46 {
    height: 46%;
  }
  .h-lg-47 {
    height: 47%;
  }
  .h-lg-48 {
    height: 48%;
  }
  .h-lg-49 {
    height: 49%;
  }
  .h-lg-50 {
    height: 50%;
  }
  .h-lg-51 {
    height: 51%;
  }
  .h-lg-52 {
    height: 52%;
  }
  .h-lg-53 {
    height: 53%;
  }
  .h-lg-54 {
    height: 54%;
  }
  .h-lg-55 {
    height: 55%;
  }
  .h-lg-56 {
    height: 56%;
  }
  .h-lg-57 {
    height: 57%;
  }
  .h-lg-58 {
    height: 58%;
  }
  .h-lg-59 {
    height: 59%;
  }
  .h-lg-60 {
    height: 60%;
  }
  .h-lg-61 {
    height: 61%;
  }
  .h-lg-62 {
    height: 62%;
  }
  .h-lg-63 {
    height: 63%;
  }
  .h-lg-64 {
    height: 64%;
  }
  .h-lg-65 {
    height: 65%;
  }
  .h-lg-66 {
    height: 66%;
  }
  .h-lg-67 {
    height: 67%;
  }
  .h-lg-68 {
    height: 68%;
  }
  .h-lg-69 {
    height: 69%;
  }
  .h-lg-70 {
    height: 70%;
  }
  .h-lg-71 {
    height: 71%;
  }
  .h-lg-72 {
    height: 72%;
  }
  .h-lg-73 {
    height: 73%;
  }
  .h-lg-74 {
    height: 74%;
  }
  .h-lg-75 {
    height: 75%;
  }
  .h-lg-76 {
    height: 76%;
  }
  .h-lg-77 {
    height: 77%;
  }
  .h-lg-78 {
    height: 78%;
  }
  .h-lg-79 {
    height: 79%;
  }
  .h-lg-80 {
    height: 80%;
  }
  .h-lg-81 {
    height: 81%;
  }
  .h-lg-82 {
    height: 82%;
  }
  .h-lg-83 {
    height: 83%;
  }
  .h-lg-84 {
    height: 84%;
  }
  .h-lg-85 {
    height: 85%;
  }
  .h-lg-86 {
    height: 86%;
  }
  .h-lg-87 {
    height: 87%;
  }
  .h-lg-88 {
    height: 88%;
  }
  .h-lg-89 {
    height: 89%;
  }
  .h-lg-90 {
    height: 90%;
  }
  .h-lg-91 {
    height: 91%;
  }
  .h-lg-92 {
    height: 92%;
  }
  .h-lg-93 {
    height: 93%;
  }
  .h-lg-94 {
    height: 94%;
  }
  .h-lg-95 {
    height: 95%;
  }
  .h-lg-96 {
    height: 96%;
  }
  .h-lg-97 {
    height: 97%;
  }
  .h-lg-98 {
    height: 98%;
  }
  .h-lg-99 {
    height: 99%;
  }
  .h-lg-100 {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .h-xl-1 {
    height: 1%;
  }
  .h-xl-2 {
    height: 2%;
  }
  .h-xl-3 {
    height: 3%;
  }
  .h-xl-4 {
    height: 4%;
  }
  .h-xl-5 {
    height: 5%;
  }
  .h-xl-6 {
    height: 6%;
  }
  .h-xl-7 {
    height: 7%;
  }
  .h-xl-8 {
    height: 8%;
  }
  .h-xl-9 {
    height: 9%;
  }
  .h-xl-10 {
    height: 10%;
  }
  .h-xl-11 {
    height: 11%;
  }
  .h-xl-12 {
    height: 12%;
  }
  .h-xl-13 {
    height: 13%;
  }
  .h-xl-14 {
    height: 14%;
  }
  .h-xl-15 {
    height: 15%;
  }
  .h-xl-16 {
    height: 16%;
  }
  .h-xl-17 {
    height: 17%;
  }
  .h-xl-18 {
    height: 18%;
  }
  .h-xl-19 {
    height: 19%;
  }
  .h-xl-20 {
    height: 20%;
  }
  .h-xl-21 {
    height: 21%;
  }
  .h-xl-22 {
    height: 22%;
  }
  .h-xl-23 {
    height: 23%;
  }
  .h-xl-24 {
    height: 24%;
  }
  .h-xl-25 {
    height: 25%;
  }
  .h-xl-26 {
    height: 26%;
  }
  .h-xl-27 {
    height: 27%;
  }
  .h-xl-28 {
    height: 28%;
  }
  .h-xl-29 {
    height: 29%;
  }
  .h-xl-30 {
    height: 30%;
  }
  .h-xl-31 {
    height: 31%;
  }
  .h-xl-32 {
    height: 32%;
  }
  .h-xl-33 {
    height: 33%;
  }
  .h-xl-34 {
    height: 34%;
  }
  .h-xl-35 {
    height: 35%;
  }
  .h-xl-36 {
    height: 36%;
  }
  .h-xl-37 {
    height: 37%;
  }
  .h-xl-38 {
    height: 38%;
  }
  .h-xl-39 {
    height: 39%;
  }
  .h-xl-40 {
    height: 40%;
  }
  .h-xl-41 {
    height: 41%;
  }
  .h-xl-42 {
    height: 42%;
  }
  .h-xl-43 {
    height: 43%;
  }
  .h-xl-44 {
    height: 44%;
  }
  .h-xl-45 {
    height: 45%;
  }
  .h-xl-46 {
    height: 46%;
  }
  .h-xl-47 {
    height: 47%;
  }
  .h-xl-48 {
    height: 48%;
  }
  .h-xl-49 {
    height: 49%;
  }
  .h-xl-50 {
    height: 50%;
  }
  .h-xl-51 {
    height: 51%;
  }
  .h-xl-52 {
    height: 52%;
  }
  .h-xl-53 {
    height: 53%;
  }
  .h-xl-54 {
    height: 54%;
  }
  .h-xl-55 {
    height: 55%;
  }
  .h-xl-56 {
    height: 56%;
  }
  .h-xl-57 {
    height: 57%;
  }
  .h-xl-58 {
    height: 58%;
  }
  .h-xl-59 {
    height: 59%;
  }
  .h-xl-60 {
    height: 60%;
  }
  .h-xl-61 {
    height: 61%;
  }
  .h-xl-62 {
    height: 62%;
  }
  .h-xl-63 {
    height: 63%;
  }
  .h-xl-64 {
    height: 64%;
  }
  .h-xl-65 {
    height: 65%;
  }
  .h-xl-66 {
    height: 66%;
  }
  .h-xl-67 {
    height: 67%;
  }
  .h-xl-68 {
    height: 68%;
  }
  .h-xl-69 {
    height: 69%;
  }
  .h-xl-70 {
    height: 70%;
  }
  .h-xl-71 {
    height: 71%;
  }
  .h-xl-72 {
    height: 72%;
  }
  .h-xl-73 {
    height: 73%;
  }
  .h-xl-74 {
    height: 74%;
  }
  .h-xl-75 {
    height: 75%;
  }
  .h-xl-76 {
    height: 76%;
  }
  .h-xl-77 {
    height: 77%;
  }
  .h-xl-78 {
    height: 78%;
  }
  .h-xl-79 {
    height: 79%;
  }
  .h-xl-80 {
    height: 80%;
  }
  .h-xl-81 {
    height: 81%;
  }
  .h-xl-82 {
    height: 82%;
  }
  .h-xl-83 {
    height: 83%;
  }
  .h-xl-84 {
    height: 84%;
  }
  .h-xl-85 {
    height: 85%;
  }
  .h-xl-86 {
    height: 86%;
  }
  .h-xl-87 {
    height: 87%;
  }
  .h-xl-88 {
    height: 88%;
  }
  .h-xl-89 {
    height: 89%;
  }
  .h-xl-90 {
    height: 90%;
  }
  .h-xl-91 {
    height: 91%;
  }
  .h-xl-92 {
    height: 92%;
  }
  .h-xl-93 {
    height: 93%;
  }
  .h-xl-94 {
    height: 94%;
  }
  .h-xl-95 {
    height: 95%;
  }
  .h-xl-96 {
    height: 96%;
  }
  .h-xl-97 {
    height: 97%;
  }
  .h-xl-98 {
    height: 98%;
  }
  .h-xl-99 {
    height: 99%;
  }
  .h-xl-100 {
    height: 100%;
  }
}
.display-none {
  display: none !important;
}
.display-flex {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-block {
  display: block !important;
}
@media (min-width: 768px) {
  .display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .display-sm-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .display-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .display-md-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .display-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-flex {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .display-lg-block {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .visible-phone {
    display: block;
  }
}
@media (min-width: 576px) {
  .visible-phone {
    display: none;
  }
}
@media (max-width: 575px) {
  .hidden-phone {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-phone {
    display: block;
  }
}
.position-relative {
  position: relative !important;
}
@media (min-width: 768px) {
  .position-sm-relative {
    position: relative !important;
  }
}
@media (min-width: 992px) {
  .position-md-relative {
    position: relative !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-relative {
    position: relative !important;
  }
}
.position-absolute {
  position: absolute !important;
}
@media (min-width: 768px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  .position-md-absolute {
    position: absolute !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}
.position-fixed {
  position: fixed !important;
}
@media (min-width: 768px) {
  .position-sm-fixed {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  .position-md-fixed {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  .position-lg-fixed {
    position: fixed !important;
  }
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
@media (min-width: 768px) {
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}
.l-auto {
  left: auto !important;
}
.r-auto {
  right: auto !important;
}
.top-0 {
  top: 0 !important;
}
.right-0 {
  right: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.left-0 {
  left: 0 !important;
}
.margin-auto {
  margin: auto;
}
.absolute-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .absolute-sm-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .absolute-md-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.absolute-h-center {
  position: absolute !important;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .absolute-sm-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .absolute-md-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-h-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
  }
}
.absolute-v-center {
  position: absolute !important;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .absolute-sm-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .absolute-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .absolute-md-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .absolute-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .absolute-lg-v-center {
    position: absolute !important;
    margin: auto;
    text-align: center;
    top: 0;
    bottom: 0;
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .absolute-lg-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-0 {
  left: 0%;
}
.r-0 {
  right: 0%;
}
.t-0 {
  top: 0%;
}
.b-0 {
  bottom: 0%;
}
.l-n0 {
  left: 0%;
}
.r-n0 {
  right: 0%;
}
.t-n0 {
  top: 0%;
}
.b-n0 {
  bottom: 0%;
}
.l-1 {
  left: 1%;
}
.r-1 {
  right: 1%;
}
.t-1 {
  top: 1%;
}
.b-1 {
  bottom: 1%;
}
.l-n1 {
  left: -1%;
}
.r-n1 {
  right: -1%;
}
.t-n1 {
  top: -1%;
}
.b-n1 {
  bottom: -1%;
}
.l-2 {
  left: 2%;
}
.r-2 {
  right: 2%;
}
.t-2 {
  top: 2%;
}
.b-2 {
  bottom: 2%;
}
.l-n2 {
  left: -2%;
}
.r-n2 {
  right: -2%;
}
.t-n2 {
  top: -2%;
}
.b-n2 {
  bottom: -2%;
}
.l-3 {
  left: 3%;
}
.r-3 {
  right: 3%;
}
.t-3 {
  top: 3%;
}
.b-3 {
  bottom: 3%;
}
.l-n3 {
  left: -3%;
}
.r-n3 {
  right: -3%;
}
.t-n3 {
  top: -3%;
}
.b-n3 {
  bottom: -3%;
}
.l-4 {
  left: 4%;
}
.r-4 {
  right: 4%;
}
.t-4 {
  top: 4%;
}
.b-4 {
  bottom: 4%;
}
.l-n4 {
  left: -4%;
}
.r-n4 {
  right: -4%;
}
.t-n4 {
  top: -4%;
}
.b-n4 {
  bottom: -4%;
}
.l-5 {
  left: 5%;
}
.r-5 {
  right: 5%;
}
.t-5 {
  top: 5%;
}
.b-5 {
  bottom: 5%;
}
.l-n5 {
  left: -5%;
}
.r-n5 {
  right: -5%;
}
.t-n5 {
  top: -5%;
}
.b-n5 {
  bottom: -5%;
}
.l-6 {
  left: 6%;
}
.r-6 {
  right: 6%;
}
.t-6 {
  top: 6%;
}
.b-6 {
  bottom: 6%;
}
.l-n6 {
  left: -6%;
}
.r-n6 {
  right: -6%;
}
.t-n6 {
  top: -6%;
}
.b-n6 {
  bottom: -6%;
}
.l-7 {
  left: 7%;
}
.r-7 {
  right: 7%;
}
.t-7 {
  top: 7%;
}
.b-7 {
  bottom: 7%;
}
.l-n7 {
  left: -7%;
}
.r-n7 {
  right: -7%;
}
.t-n7 {
  top: -7%;
}
.b-n7 {
  bottom: -7%;
}
.l-8 {
  left: 8%;
}
.r-8 {
  right: 8%;
}
.t-8 {
  top: 8%;
}
.b-8 {
  bottom: 8%;
}
.l-n8 {
  left: -8%;
}
.r-n8 {
  right: -8%;
}
.t-n8 {
  top: -8%;
}
.b-n8 {
  bottom: -8%;
}
.l-9 {
  left: 9%;
}
.r-9 {
  right: 9%;
}
.t-9 {
  top: 9%;
}
.b-9 {
  bottom: 9%;
}
.l-n9 {
  left: -9%;
}
.r-n9 {
  right: -9%;
}
.t-n9 {
  top: -9%;
}
.b-n9 {
  bottom: -9%;
}
.l-10 {
  left: 10%;
}
.r-10 {
  right: 10%;
}
.t-10 {
  top: 10%;
}
.b-10 {
  bottom: 10%;
}
.l-n10 {
  left: -10%;
}
.r-n10 {
  right: -10%;
}
.t-n10 {
  top: -10%;
}
.b-n10 {
  bottom: -10%;
}
.l-11 {
  left: 11%;
}
.r-11 {
  right: 11%;
}
.t-11 {
  top: 11%;
}
.b-11 {
  bottom: 11%;
}
.l-n11 {
  left: -11%;
}
.r-n11 {
  right: -11%;
}
.t-n11 {
  top: -11%;
}
.b-n11 {
  bottom: -11%;
}
.l-12 {
  left: 12%;
}
.r-12 {
  right: 12%;
}
.t-12 {
  top: 12%;
}
.b-12 {
  bottom: 12%;
}
.l-n12 {
  left: -12%;
}
.r-n12 {
  right: -12%;
}
.t-n12 {
  top: -12%;
}
.b-n12 {
  bottom: -12%;
}
.l-13 {
  left: 13%;
}
.r-13 {
  right: 13%;
}
.t-13 {
  top: 13%;
}
.b-13 {
  bottom: 13%;
}
.l-n13 {
  left: -13%;
}
.r-n13 {
  right: -13%;
}
.t-n13 {
  top: -13%;
}
.b-n13 {
  bottom: -13%;
}
.l-14 {
  left: 14%;
}
.r-14 {
  right: 14%;
}
.t-14 {
  top: 14%;
}
.b-14 {
  bottom: 14%;
}
.l-n14 {
  left: -14%;
}
.r-n14 {
  right: -14%;
}
.t-n14 {
  top: -14%;
}
.b-n14 {
  bottom: -14%;
}
.l-15 {
  left: 15%;
}
.r-15 {
  right: 15%;
}
.t-15 {
  top: 15%;
}
.b-15 {
  bottom: 15%;
}
.l-n15 {
  left: -15%;
}
.r-n15 {
  right: -15%;
}
.t-n15 {
  top: -15%;
}
.b-n15 {
  bottom: -15%;
}
.l-16 {
  left: 16%;
}
.r-16 {
  right: 16%;
}
.t-16 {
  top: 16%;
}
.b-16 {
  bottom: 16%;
}
.l-n16 {
  left: -16%;
}
.r-n16 {
  right: -16%;
}
.t-n16 {
  top: -16%;
}
.b-n16 {
  bottom: -16%;
}
.l-17 {
  left: 17%;
}
.r-17 {
  right: 17%;
}
.t-17 {
  top: 17%;
}
.b-17 {
  bottom: 17%;
}
.l-n17 {
  left: -17%;
}
.r-n17 {
  right: -17%;
}
.t-n17 {
  top: -17%;
}
.b-n17 {
  bottom: -17%;
}
.l-18 {
  left: 18%;
}
.r-18 {
  right: 18%;
}
.t-18 {
  top: 18%;
}
.b-18 {
  bottom: 18%;
}
.l-n18 {
  left: -18%;
}
.r-n18 {
  right: -18%;
}
.t-n18 {
  top: -18%;
}
.b-n18 {
  bottom: -18%;
}
.l-19 {
  left: 19%;
}
.r-19 {
  right: 19%;
}
.t-19 {
  top: 19%;
}
.b-19 {
  bottom: 19%;
}
.l-n19 {
  left: -19%;
}
.r-n19 {
  right: -19%;
}
.t-n19 {
  top: -19%;
}
.b-n19 {
  bottom: -19%;
}
.l-20 {
  left: 20%;
}
.r-20 {
  right: 20%;
}
.t-20 {
  top: 20%;
}
.b-20 {
  bottom: 20%;
}
.l-n20 {
  left: -20%;
}
.r-n20 {
  right: -20%;
}
.t-n20 {
  top: -20%;
}
.b-n20 {
  bottom: -20%;
}
.l-21 {
  left: 21%;
}
.r-21 {
  right: 21%;
}
.t-21 {
  top: 21%;
}
.b-21 {
  bottom: 21%;
}
.l-n21 {
  left: -21%;
}
.r-n21 {
  right: -21%;
}
.t-n21 {
  top: -21%;
}
.b-n21 {
  bottom: -21%;
}
.l-22 {
  left: 22%;
}
.r-22 {
  right: 22%;
}
.t-22 {
  top: 22%;
}
.b-22 {
  bottom: 22%;
}
.l-n22 {
  left: -22%;
}
.r-n22 {
  right: -22%;
}
.t-n22 {
  top: -22%;
}
.b-n22 {
  bottom: -22%;
}
.l-23 {
  left: 23%;
}
.r-23 {
  right: 23%;
}
.t-23 {
  top: 23%;
}
.b-23 {
  bottom: 23%;
}
.l-n23 {
  left: -23%;
}
.r-n23 {
  right: -23%;
}
.t-n23 {
  top: -23%;
}
.b-n23 {
  bottom: -23%;
}
.l-24 {
  left: 24%;
}
.r-24 {
  right: 24%;
}
.t-24 {
  top: 24%;
}
.b-24 {
  bottom: 24%;
}
.l-n24 {
  left: -24%;
}
.r-n24 {
  right: -24%;
}
.t-n24 {
  top: -24%;
}
.b-n24 {
  bottom: -24%;
}
.l-25 {
  left: 25%;
}
.r-25 {
  right: 25%;
}
.t-25 {
  top: 25%;
}
.b-25 {
  bottom: 25%;
}
.l-n25 {
  left: -25%;
}
.r-n25 {
  right: -25%;
}
.t-n25 {
  top: -25%;
}
.b-n25 {
  bottom: -25%;
}
.l-26 {
  left: 26%;
}
.r-26 {
  right: 26%;
}
.t-26 {
  top: 26%;
}
.b-26 {
  bottom: 26%;
}
.l-n26 {
  left: -26%;
}
.r-n26 {
  right: -26%;
}
.t-n26 {
  top: -26%;
}
.b-n26 {
  bottom: -26%;
}
.l-27 {
  left: 27%;
}
.r-27 {
  right: 27%;
}
.t-27 {
  top: 27%;
}
.b-27 {
  bottom: 27%;
}
.l-n27 {
  left: -27%;
}
.r-n27 {
  right: -27%;
}
.t-n27 {
  top: -27%;
}
.b-n27 {
  bottom: -27%;
}
.l-28 {
  left: 28%;
}
.r-28 {
  right: 28%;
}
.t-28 {
  top: 28%;
}
.b-28 {
  bottom: 28%;
}
.l-n28 {
  left: -28%;
}
.r-n28 {
  right: -28%;
}
.t-n28 {
  top: -28%;
}
.b-n28 {
  bottom: -28%;
}
.l-29 {
  left: 29%;
}
.r-29 {
  right: 29%;
}
.t-29 {
  top: 29%;
}
.b-29 {
  bottom: 29%;
}
.l-n29 {
  left: -29%;
}
.r-n29 {
  right: -29%;
}
.t-n29 {
  top: -29%;
}
.b-n29 {
  bottom: -29%;
}
.l-30 {
  left: 30%;
}
.r-30 {
  right: 30%;
}
.t-30 {
  top: 30%;
}
.b-30 {
  bottom: 30%;
}
.l-n30 {
  left: -30%;
}
.r-n30 {
  right: -30%;
}
.t-n30 {
  top: -30%;
}
.b-n30 {
  bottom: -30%;
}
.l-31 {
  left: 31%;
}
.r-31 {
  right: 31%;
}
.t-31 {
  top: 31%;
}
.b-31 {
  bottom: 31%;
}
.l-n31 {
  left: -31%;
}
.r-n31 {
  right: -31%;
}
.t-n31 {
  top: -31%;
}
.b-n31 {
  bottom: -31%;
}
.l-32 {
  left: 32%;
}
.r-32 {
  right: 32%;
}
.t-32 {
  top: 32%;
}
.b-32 {
  bottom: 32%;
}
.l-n32 {
  left: -32%;
}
.r-n32 {
  right: -32%;
}
.t-n32 {
  top: -32%;
}
.b-n32 {
  bottom: -32%;
}
.l-33 {
  left: 33%;
}
.r-33 {
  right: 33%;
}
.t-33 {
  top: 33%;
}
.b-33 {
  bottom: 33%;
}
.l-n33 {
  left: -33%;
}
.r-n33 {
  right: -33%;
}
.t-n33 {
  top: -33%;
}
.b-n33 {
  bottom: -33%;
}
.l-34 {
  left: 34%;
}
.r-34 {
  right: 34%;
}
.t-34 {
  top: 34%;
}
.b-34 {
  bottom: 34%;
}
.l-n34 {
  left: -34%;
}
.r-n34 {
  right: -34%;
}
.t-n34 {
  top: -34%;
}
.b-n34 {
  bottom: -34%;
}
.l-35 {
  left: 35%;
}
.r-35 {
  right: 35%;
}
.t-35 {
  top: 35%;
}
.b-35 {
  bottom: 35%;
}
.l-n35 {
  left: -35%;
}
.r-n35 {
  right: -35%;
}
.t-n35 {
  top: -35%;
}
.b-n35 {
  bottom: -35%;
}
.l-36 {
  left: 36%;
}
.r-36 {
  right: 36%;
}
.t-36 {
  top: 36%;
}
.b-36 {
  bottom: 36%;
}
.l-n36 {
  left: -36%;
}
.r-n36 {
  right: -36%;
}
.t-n36 {
  top: -36%;
}
.b-n36 {
  bottom: -36%;
}
.l-37 {
  left: 37%;
}
.r-37 {
  right: 37%;
}
.t-37 {
  top: 37%;
}
.b-37 {
  bottom: 37%;
}
.l-n37 {
  left: -37%;
}
.r-n37 {
  right: -37%;
}
.t-n37 {
  top: -37%;
}
.b-n37 {
  bottom: -37%;
}
.l-38 {
  left: 38%;
}
.r-38 {
  right: 38%;
}
.t-38 {
  top: 38%;
}
.b-38 {
  bottom: 38%;
}
.l-n38 {
  left: -38%;
}
.r-n38 {
  right: -38%;
}
.t-n38 {
  top: -38%;
}
.b-n38 {
  bottom: -38%;
}
.l-39 {
  left: 39%;
}
.r-39 {
  right: 39%;
}
.t-39 {
  top: 39%;
}
.b-39 {
  bottom: 39%;
}
.l-n39 {
  left: -39%;
}
.r-n39 {
  right: -39%;
}
.t-n39 {
  top: -39%;
}
.b-n39 {
  bottom: -39%;
}
.l-40 {
  left: 40%;
}
.r-40 {
  right: 40%;
}
.t-40 {
  top: 40%;
}
.b-40 {
  bottom: 40%;
}
.l-n40 {
  left: -40%;
}
.r-n40 {
  right: -40%;
}
.t-n40 {
  top: -40%;
}
.b-n40 {
  bottom: -40%;
}
.l-41 {
  left: 41%;
}
.r-41 {
  right: 41%;
}
.t-41 {
  top: 41%;
}
.b-41 {
  bottom: 41%;
}
.l-n41 {
  left: -41%;
}
.r-n41 {
  right: -41%;
}
.t-n41 {
  top: -41%;
}
.b-n41 {
  bottom: -41%;
}
.l-42 {
  left: 42%;
}
.r-42 {
  right: 42%;
}
.t-42 {
  top: 42%;
}
.b-42 {
  bottom: 42%;
}
.l-n42 {
  left: -42%;
}
.r-n42 {
  right: -42%;
}
.t-n42 {
  top: -42%;
}
.b-n42 {
  bottom: -42%;
}
.l-43 {
  left: 43%;
}
.r-43 {
  right: 43%;
}
.t-43 {
  top: 43%;
}
.b-43 {
  bottom: 43%;
}
.l-n43 {
  left: -43%;
}
.r-n43 {
  right: -43%;
}
.t-n43 {
  top: -43%;
}
.b-n43 {
  bottom: -43%;
}
.l-44 {
  left: 44%;
}
.r-44 {
  right: 44%;
}
.t-44 {
  top: 44%;
}
.b-44 {
  bottom: 44%;
}
.l-n44 {
  left: -44%;
}
.r-n44 {
  right: -44%;
}
.t-n44 {
  top: -44%;
}
.b-n44 {
  bottom: -44%;
}
.l-45 {
  left: 45%;
}
.r-45 {
  right: 45%;
}
.t-45 {
  top: 45%;
}
.b-45 {
  bottom: 45%;
}
.l-n45 {
  left: -45%;
}
.r-n45 {
  right: -45%;
}
.t-n45 {
  top: -45%;
}
.b-n45 {
  bottom: -45%;
}
.l-46 {
  left: 46%;
}
.r-46 {
  right: 46%;
}
.t-46 {
  top: 46%;
}
.b-46 {
  bottom: 46%;
}
.l-n46 {
  left: -46%;
}
.r-n46 {
  right: -46%;
}
.t-n46 {
  top: -46%;
}
.b-n46 {
  bottom: -46%;
}
.l-47 {
  left: 47%;
}
.r-47 {
  right: 47%;
}
.t-47 {
  top: 47%;
}
.b-47 {
  bottom: 47%;
}
.l-n47 {
  left: -47%;
}
.r-n47 {
  right: -47%;
}
.t-n47 {
  top: -47%;
}
.b-n47 {
  bottom: -47%;
}
.l-48 {
  left: 48%;
}
.r-48 {
  right: 48%;
}
.t-48 {
  top: 48%;
}
.b-48 {
  bottom: 48%;
}
.l-n48 {
  left: -48%;
}
.r-n48 {
  right: -48%;
}
.t-n48 {
  top: -48%;
}
.b-n48 {
  bottom: -48%;
}
.l-49 {
  left: 49%;
}
.r-49 {
  right: 49%;
}
.t-49 {
  top: 49%;
}
.b-49 {
  bottom: 49%;
}
.l-n49 {
  left: -49%;
}
.r-n49 {
  right: -49%;
}
.t-n49 {
  top: -49%;
}
.b-n49 {
  bottom: -49%;
}
.l-50 {
  left: 50%;
}
.r-50 {
  right: 50%;
}
.t-50 {
  top: 50%;
}
.b-50 {
  bottom: 50%;
}
.l-n50 {
  left: -50%;
}
.r-n50 {
  right: -50%;
}
.t-n50 {
  top: -50%;
}
.b-n50 {
  bottom: -50%;
}
.l-51 {
  left: 51%;
}
.r-51 {
  right: 51%;
}
.t-51 {
  top: 51%;
}
.b-51 {
  bottom: 51%;
}
.l-n51 {
  left: -51%;
}
.r-n51 {
  right: -51%;
}
.t-n51 {
  top: -51%;
}
.b-n51 {
  bottom: -51%;
}
.l-52 {
  left: 52%;
}
.r-52 {
  right: 52%;
}
.t-52 {
  top: 52%;
}
.b-52 {
  bottom: 52%;
}
.l-n52 {
  left: -52%;
}
.r-n52 {
  right: -52%;
}
.t-n52 {
  top: -52%;
}
.b-n52 {
  bottom: -52%;
}
.l-53 {
  left: 53%;
}
.r-53 {
  right: 53%;
}
.t-53 {
  top: 53%;
}
.b-53 {
  bottom: 53%;
}
.l-n53 {
  left: -53%;
}
.r-n53 {
  right: -53%;
}
.t-n53 {
  top: -53%;
}
.b-n53 {
  bottom: -53%;
}
.l-54 {
  left: 54%;
}
.r-54 {
  right: 54%;
}
.t-54 {
  top: 54%;
}
.b-54 {
  bottom: 54%;
}
.l-n54 {
  left: -54%;
}
.r-n54 {
  right: -54%;
}
.t-n54 {
  top: -54%;
}
.b-n54 {
  bottom: -54%;
}
.l-55 {
  left: 55%;
}
.r-55 {
  right: 55%;
}
.t-55 {
  top: 55%;
}
.b-55 {
  bottom: 55%;
}
.l-n55 {
  left: -55%;
}
.r-n55 {
  right: -55%;
}
.t-n55 {
  top: -55%;
}
.b-n55 {
  bottom: -55%;
}
.l-56 {
  left: 56%;
}
.r-56 {
  right: 56%;
}
.t-56 {
  top: 56%;
}
.b-56 {
  bottom: 56%;
}
.l-n56 {
  left: -56%;
}
.r-n56 {
  right: -56%;
}
.t-n56 {
  top: -56%;
}
.b-n56 {
  bottom: -56%;
}
.l-57 {
  left: 57%;
}
.r-57 {
  right: 57%;
}
.t-57 {
  top: 57%;
}
.b-57 {
  bottom: 57%;
}
.l-n57 {
  left: -57%;
}
.r-n57 {
  right: -57%;
}
.t-n57 {
  top: -57%;
}
.b-n57 {
  bottom: -57%;
}
.l-58 {
  left: 58%;
}
.r-58 {
  right: 58%;
}
.t-58 {
  top: 58%;
}
.b-58 {
  bottom: 58%;
}
.l-n58 {
  left: -58%;
}
.r-n58 {
  right: -58%;
}
.t-n58 {
  top: -58%;
}
.b-n58 {
  bottom: -58%;
}
.l-59 {
  left: 59%;
}
.r-59 {
  right: 59%;
}
.t-59 {
  top: 59%;
}
.b-59 {
  bottom: 59%;
}
.l-n59 {
  left: -59%;
}
.r-n59 {
  right: -59%;
}
.t-n59 {
  top: -59%;
}
.b-n59 {
  bottom: -59%;
}
.l-60 {
  left: 60%;
}
.r-60 {
  right: 60%;
}
.t-60 {
  top: 60%;
}
.b-60 {
  bottom: 60%;
}
.l-n60 {
  left: -60%;
}
.r-n60 {
  right: -60%;
}
.t-n60 {
  top: -60%;
}
.b-n60 {
  bottom: -60%;
}
.l-61 {
  left: 61%;
}
.r-61 {
  right: 61%;
}
.t-61 {
  top: 61%;
}
.b-61 {
  bottom: 61%;
}
.l-n61 {
  left: -61%;
}
.r-n61 {
  right: -61%;
}
.t-n61 {
  top: -61%;
}
.b-n61 {
  bottom: -61%;
}
.l-62 {
  left: 62%;
}
.r-62 {
  right: 62%;
}
.t-62 {
  top: 62%;
}
.b-62 {
  bottom: 62%;
}
.l-n62 {
  left: -62%;
}
.r-n62 {
  right: -62%;
}
.t-n62 {
  top: -62%;
}
.b-n62 {
  bottom: -62%;
}
.l-63 {
  left: 63%;
}
.r-63 {
  right: 63%;
}
.t-63 {
  top: 63%;
}
.b-63 {
  bottom: 63%;
}
.l-n63 {
  left: -63%;
}
.r-n63 {
  right: -63%;
}
.t-n63 {
  top: -63%;
}
.b-n63 {
  bottom: -63%;
}
.l-64 {
  left: 64%;
}
.r-64 {
  right: 64%;
}
.t-64 {
  top: 64%;
}
.b-64 {
  bottom: 64%;
}
.l-n64 {
  left: -64%;
}
.r-n64 {
  right: -64%;
}
.t-n64 {
  top: -64%;
}
.b-n64 {
  bottom: -64%;
}
.l-65 {
  left: 65%;
}
.r-65 {
  right: 65%;
}
.t-65 {
  top: 65%;
}
.b-65 {
  bottom: 65%;
}
.l-n65 {
  left: -65%;
}
.r-n65 {
  right: -65%;
}
.t-n65 {
  top: -65%;
}
.b-n65 {
  bottom: -65%;
}
.l-66 {
  left: 66%;
}
.r-66 {
  right: 66%;
}
.t-66 {
  top: 66%;
}
.b-66 {
  bottom: 66%;
}
.l-n66 {
  left: -66%;
}
.r-n66 {
  right: -66%;
}
.t-n66 {
  top: -66%;
}
.b-n66 {
  bottom: -66%;
}
.l-67 {
  left: 67%;
}
.r-67 {
  right: 67%;
}
.t-67 {
  top: 67%;
}
.b-67 {
  bottom: 67%;
}
.l-n67 {
  left: -67%;
}
.r-n67 {
  right: -67%;
}
.t-n67 {
  top: -67%;
}
.b-n67 {
  bottom: -67%;
}
.l-68 {
  left: 68%;
}
.r-68 {
  right: 68%;
}
.t-68 {
  top: 68%;
}
.b-68 {
  bottom: 68%;
}
.l-n68 {
  left: -68%;
}
.r-n68 {
  right: -68%;
}
.t-n68 {
  top: -68%;
}
.b-n68 {
  bottom: -68%;
}
.l-69 {
  left: 69%;
}
.r-69 {
  right: 69%;
}
.t-69 {
  top: 69%;
}
.b-69 {
  bottom: 69%;
}
.l-n69 {
  left: -69%;
}
.r-n69 {
  right: -69%;
}
.t-n69 {
  top: -69%;
}
.b-n69 {
  bottom: -69%;
}
.l-70 {
  left: 70%;
}
.r-70 {
  right: 70%;
}
.t-70 {
  top: 70%;
}
.b-70 {
  bottom: 70%;
}
.l-n70 {
  left: -70%;
}
.r-n70 {
  right: -70%;
}
.t-n70 {
  top: -70%;
}
.b-n70 {
  bottom: -70%;
}
.l-71 {
  left: 71%;
}
.r-71 {
  right: 71%;
}
.t-71 {
  top: 71%;
}
.b-71 {
  bottom: 71%;
}
.l-n71 {
  left: -71%;
}
.r-n71 {
  right: -71%;
}
.t-n71 {
  top: -71%;
}
.b-n71 {
  bottom: -71%;
}
.l-72 {
  left: 72%;
}
.r-72 {
  right: 72%;
}
.t-72 {
  top: 72%;
}
.b-72 {
  bottom: 72%;
}
.l-n72 {
  left: -72%;
}
.r-n72 {
  right: -72%;
}
.t-n72 {
  top: -72%;
}
.b-n72 {
  bottom: -72%;
}
.l-73 {
  left: 73%;
}
.r-73 {
  right: 73%;
}
.t-73 {
  top: 73%;
}
.b-73 {
  bottom: 73%;
}
.l-n73 {
  left: -73%;
}
.r-n73 {
  right: -73%;
}
.t-n73 {
  top: -73%;
}
.b-n73 {
  bottom: -73%;
}
.l-74 {
  left: 74%;
}
.r-74 {
  right: 74%;
}
.t-74 {
  top: 74%;
}
.b-74 {
  bottom: 74%;
}
.l-n74 {
  left: -74%;
}
.r-n74 {
  right: -74%;
}
.t-n74 {
  top: -74%;
}
.b-n74 {
  bottom: -74%;
}
.l-75 {
  left: 75%;
}
.r-75 {
  right: 75%;
}
.t-75 {
  top: 75%;
}
.b-75 {
  bottom: 75%;
}
.l-n75 {
  left: -75%;
}
.r-n75 {
  right: -75%;
}
.t-n75 {
  top: -75%;
}
.b-n75 {
  bottom: -75%;
}
.l-76 {
  left: 76%;
}
.r-76 {
  right: 76%;
}
.t-76 {
  top: 76%;
}
.b-76 {
  bottom: 76%;
}
.l-n76 {
  left: -76%;
}
.r-n76 {
  right: -76%;
}
.t-n76 {
  top: -76%;
}
.b-n76 {
  bottom: -76%;
}
.l-77 {
  left: 77%;
}
.r-77 {
  right: 77%;
}
.t-77 {
  top: 77%;
}
.b-77 {
  bottom: 77%;
}
.l-n77 {
  left: -77%;
}
.r-n77 {
  right: -77%;
}
.t-n77 {
  top: -77%;
}
.b-n77 {
  bottom: -77%;
}
.l-78 {
  left: 78%;
}
.r-78 {
  right: 78%;
}
.t-78 {
  top: 78%;
}
.b-78 {
  bottom: 78%;
}
.l-n78 {
  left: -78%;
}
.r-n78 {
  right: -78%;
}
.t-n78 {
  top: -78%;
}
.b-n78 {
  bottom: -78%;
}
.l-79 {
  left: 79%;
}
.r-79 {
  right: 79%;
}
.t-79 {
  top: 79%;
}
.b-79 {
  bottom: 79%;
}
.l-n79 {
  left: -79%;
}
.r-n79 {
  right: -79%;
}
.t-n79 {
  top: -79%;
}
.b-n79 {
  bottom: -79%;
}
.l-80 {
  left: 80%;
}
.r-80 {
  right: 80%;
}
.t-80 {
  top: 80%;
}
.b-80 {
  bottom: 80%;
}
.l-n80 {
  left: -80%;
}
.r-n80 {
  right: -80%;
}
.t-n80 {
  top: -80%;
}
.b-n80 {
  bottom: -80%;
}
.l-81 {
  left: 81%;
}
.r-81 {
  right: 81%;
}
.t-81 {
  top: 81%;
}
.b-81 {
  bottom: 81%;
}
.l-n81 {
  left: -81%;
}
.r-n81 {
  right: -81%;
}
.t-n81 {
  top: -81%;
}
.b-n81 {
  bottom: -81%;
}
.l-82 {
  left: 82%;
}
.r-82 {
  right: 82%;
}
.t-82 {
  top: 82%;
}
.b-82 {
  bottom: 82%;
}
.l-n82 {
  left: -82%;
}
.r-n82 {
  right: -82%;
}
.t-n82 {
  top: -82%;
}
.b-n82 {
  bottom: -82%;
}
.l-83 {
  left: 83%;
}
.r-83 {
  right: 83%;
}
.t-83 {
  top: 83%;
}
.b-83 {
  bottom: 83%;
}
.l-n83 {
  left: -83%;
}
.r-n83 {
  right: -83%;
}
.t-n83 {
  top: -83%;
}
.b-n83 {
  bottom: -83%;
}
.l-84 {
  left: 84%;
}
.r-84 {
  right: 84%;
}
.t-84 {
  top: 84%;
}
.b-84 {
  bottom: 84%;
}
.l-n84 {
  left: -84%;
}
.r-n84 {
  right: -84%;
}
.t-n84 {
  top: -84%;
}
.b-n84 {
  bottom: -84%;
}
.l-85 {
  left: 85%;
}
.r-85 {
  right: 85%;
}
.t-85 {
  top: 85%;
}
.b-85 {
  bottom: 85%;
}
.l-n85 {
  left: -85%;
}
.r-n85 {
  right: -85%;
}
.t-n85 {
  top: -85%;
}
.b-n85 {
  bottom: -85%;
}
.l-86 {
  left: 86%;
}
.r-86 {
  right: 86%;
}
.t-86 {
  top: 86%;
}
.b-86 {
  bottom: 86%;
}
.l-n86 {
  left: -86%;
}
.r-n86 {
  right: -86%;
}
.t-n86 {
  top: -86%;
}
.b-n86 {
  bottom: -86%;
}
.l-87 {
  left: 87%;
}
.r-87 {
  right: 87%;
}
.t-87 {
  top: 87%;
}
.b-87 {
  bottom: 87%;
}
.l-n87 {
  left: -87%;
}
.r-n87 {
  right: -87%;
}
.t-n87 {
  top: -87%;
}
.b-n87 {
  bottom: -87%;
}
.l-88 {
  left: 88%;
}
.r-88 {
  right: 88%;
}
.t-88 {
  top: 88%;
}
.b-88 {
  bottom: 88%;
}
.l-n88 {
  left: -88%;
}
.r-n88 {
  right: -88%;
}
.t-n88 {
  top: -88%;
}
.b-n88 {
  bottom: -88%;
}
.l-89 {
  left: 89%;
}
.r-89 {
  right: 89%;
}
.t-89 {
  top: 89%;
}
.b-89 {
  bottom: 89%;
}
.l-n89 {
  left: -89%;
}
.r-n89 {
  right: -89%;
}
.t-n89 {
  top: -89%;
}
.b-n89 {
  bottom: -89%;
}
.l-90 {
  left: 90%;
}
.r-90 {
  right: 90%;
}
.t-90 {
  top: 90%;
}
.b-90 {
  bottom: 90%;
}
.l-n90 {
  left: -90%;
}
.r-n90 {
  right: -90%;
}
.t-n90 {
  top: -90%;
}
.b-n90 {
  bottom: -90%;
}
.l-91 {
  left: 91%;
}
.r-91 {
  right: 91%;
}
.t-91 {
  top: 91%;
}
.b-91 {
  bottom: 91%;
}
.l-n91 {
  left: -91%;
}
.r-n91 {
  right: -91%;
}
.t-n91 {
  top: -91%;
}
.b-n91 {
  bottom: -91%;
}
.l-92 {
  left: 92%;
}
.r-92 {
  right: 92%;
}
.t-92 {
  top: 92%;
}
.b-92 {
  bottom: 92%;
}
.l-n92 {
  left: -92%;
}
.r-n92 {
  right: -92%;
}
.t-n92 {
  top: -92%;
}
.b-n92 {
  bottom: -92%;
}
.l-93 {
  left: 93%;
}
.r-93 {
  right: 93%;
}
.t-93 {
  top: 93%;
}
.b-93 {
  bottom: 93%;
}
.l-n93 {
  left: -93%;
}
.r-n93 {
  right: -93%;
}
.t-n93 {
  top: -93%;
}
.b-n93 {
  bottom: -93%;
}
.l-94 {
  left: 94%;
}
.r-94 {
  right: 94%;
}
.t-94 {
  top: 94%;
}
.b-94 {
  bottom: 94%;
}
.l-n94 {
  left: -94%;
}
.r-n94 {
  right: -94%;
}
.t-n94 {
  top: -94%;
}
.b-n94 {
  bottom: -94%;
}
.l-95 {
  left: 95%;
}
.r-95 {
  right: 95%;
}
.t-95 {
  top: 95%;
}
.b-95 {
  bottom: 95%;
}
.l-n95 {
  left: -95%;
}
.r-n95 {
  right: -95%;
}
.t-n95 {
  top: -95%;
}
.b-n95 {
  bottom: -95%;
}
.l-96 {
  left: 96%;
}
.r-96 {
  right: 96%;
}
.t-96 {
  top: 96%;
}
.b-96 {
  bottom: 96%;
}
.l-n96 {
  left: -96%;
}
.r-n96 {
  right: -96%;
}
.t-n96 {
  top: -96%;
}
.b-n96 {
  bottom: -96%;
}
.l-97 {
  left: 97%;
}
.r-97 {
  right: 97%;
}
.t-97 {
  top: 97%;
}
.b-97 {
  bottom: 97%;
}
.l-n97 {
  left: -97%;
}
.r-n97 {
  right: -97%;
}
.t-n97 {
  top: -97%;
}
.b-n97 {
  bottom: -97%;
}
.l-98 {
  left: 98%;
}
.r-98 {
  right: 98%;
}
.t-98 {
  top: 98%;
}
.b-98 {
  bottom: 98%;
}
.l-n98 {
  left: -98%;
}
.r-n98 {
  right: -98%;
}
.t-n98 {
  top: -98%;
}
.b-n98 {
  bottom: -98%;
}
.l-99 {
  left: 99%;
}
.r-99 {
  right: 99%;
}
.t-99 {
  top: 99%;
}
.b-99 {
  bottom: 99%;
}
.l-n99 {
  left: -99%;
}
.r-n99 {
  right: -99%;
}
.t-n99 {
  top: -99%;
}
.b-n99 {
  bottom: -99%;
}
.l-100 {
  left: 100%;
}
.r-100 {
  right: 100%;
}
.t-100 {
  top: 100%;
}
.b-100 {
  bottom: 100%;
}
.l-n100 {
  left: -100%;
}
.r-n100 {
  right: -100%;
}
.t-n100 {
  top: -100%;
}
.b-n100 {
  bottom: -100%;
}
@media (min-width: 768px) {
  .l-sm-0 {
    left: 0%;
  }
  .r-sm-0 {
    right: 0%;
  }
  .t-sm-0 {
    top: 0%;
  }
  .b-sm-0 {
    bottom: 0%;
  }
  .l-sm-n0 {
    left: 0%;
  }
  .r-sm-n0 {
    right: 0%;
  }
  .t-sm-n0 {
    top: 0%;
  }
  .b-sm-n0 {
    bottom: 0%;
  }
  .l-sm-1 {
    left: 1%;
  }
  .r-sm-1 {
    right: 1%;
  }
  .t-sm-1 {
    top: 1%;
  }
  .b-sm-1 {
    bottom: 1%;
  }
  .l-sm-n1 {
    left: -1%;
  }
  .r-sm-n1 {
    right: -1%;
  }
  .t-sm-n1 {
    top: -1%;
  }
  .b-sm-n1 {
    bottom: -1%;
  }
  .l-sm-2 {
    left: 2%;
  }
  .r-sm-2 {
    right: 2%;
  }
  .t-sm-2 {
    top: 2%;
  }
  .b-sm-2 {
    bottom: 2%;
  }
  .l-sm-n2 {
    left: -2%;
  }
  .r-sm-n2 {
    right: -2%;
  }
  .t-sm-n2 {
    top: -2%;
  }
  .b-sm-n2 {
    bottom: -2%;
  }
  .l-sm-3 {
    left: 3%;
  }
  .r-sm-3 {
    right: 3%;
  }
  .t-sm-3 {
    top: 3%;
  }
  .b-sm-3 {
    bottom: 3%;
  }
  .l-sm-n3 {
    left: -3%;
  }
  .r-sm-n3 {
    right: -3%;
  }
  .t-sm-n3 {
    top: -3%;
  }
  .b-sm-n3 {
    bottom: -3%;
  }
  .l-sm-4 {
    left: 4%;
  }
  .r-sm-4 {
    right: 4%;
  }
  .t-sm-4 {
    top: 4%;
  }
  .b-sm-4 {
    bottom: 4%;
  }
  .l-sm-n4 {
    left: -4%;
  }
  .r-sm-n4 {
    right: -4%;
  }
  .t-sm-n4 {
    top: -4%;
  }
  .b-sm-n4 {
    bottom: -4%;
  }
  .l-sm-5 {
    left: 5%;
  }
  .r-sm-5 {
    right: 5%;
  }
  .t-sm-5 {
    top: 5%;
  }
  .b-sm-5 {
    bottom: 5%;
  }
  .l-sm-n5 {
    left: -5%;
  }
  .r-sm-n5 {
    right: -5%;
  }
  .t-sm-n5 {
    top: -5%;
  }
  .b-sm-n5 {
    bottom: -5%;
  }
  .l-sm-6 {
    left: 6%;
  }
  .r-sm-6 {
    right: 6%;
  }
  .t-sm-6 {
    top: 6%;
  }
  .b-sm-6 {
    bottom: 6%;
  }
  .l-sm-n6 {
    left: -6%;
  }
  .r-sm-n6 {
    right: -6%;
  }
  .t-sm-n6 {
    top: -6%;
  }
  .b-sm-n6 {
    bottom: -6%;
  }
  .l-sm-7 {
    left: 7%;
  }
  .r-sm-7 {
    right: 7%;
  }
  .t-sm-7 {
    top: 7%;
  }
  .b-sm-7 {
    bottom: 7%;
  }
  .l-sm-n7 {
    left: -7%;
  }
  .r-sm-n7 {
    right: -7%;
  }
  .t-sm-n7 {
    top: -7%;
  }
  .b-sm-n7 {
    bottom: -7%;
  }
  .l-sm-8 {
    left: 8%;
  }
  .r-sm-8 {
    right: 8%;
  }
  .t-sm-8 {
    top: 8%;
  }
  .b-sm-8 {
    bottom: 8%;
  }
  .l-sm-n8 {
    left: -8%;
  }
  .r-sm-n8 {
    right: -8%;
  }
  .t-sm-n8 {
    top: -8%;
  }
  .b-sm-n8 {
    bottom: -8%;
  }
  .l-sm-9 {
    left: 9%;
  }
  .r-sm-9 {
    right: 9%;
  }
  .t-sm-9 {
    top: 9%;
  }
  .b-sm-9 {
    bottom: 9%;
  }
  .l-sm-n9 {
    left: -9%;
  }
  .r-sm-n9 {
    right: -9%;
  }
  .t-sm-n9 {
    top: -9%;
  }
  .b-sm-n9 {
    bottom: -9%;
  }
  .l-sm-10 {
    left: 10%;
  }
  .r-sm-10 {
    right: 10%;
  }
  .t-sm-10 {
    top: 10%;
  }
  .b-sm-10 {
    bottom: 10%;
  }
  .l-sm-n10 {
    left: -10%;
  }
  .r-sm-n10 {
    right: -10%;
  }
  .t-sm-n10 {
    top: -10%;
  }
  .b-sm-n10 {
    bottom: -10%;
  }
  .l-sm-11 {
    left: 11%;
  }
  .r-sm-11 {
    right: 11%;
  }
  .t-sm-11 {
    top: 11%;
  }
  .b-sm-11 {
    bottom: 11%;
  }
  .l-sm-n11 {
    left: -11%;
  }
  .r-sm-n11 {
    right: -11%;
  }
  .t-sm-n11 {
    top: -11%;
  }
  .b-sm-n11 {
    bottom: -11%;
  }
  .l-sm-12 {
    left: 12%;
  }
  .r-sm-12 {
    right: 12%;
  }
  .t-sm-12 {
    top: 12%;
  }
  .b-sm-12 {
    bottom: 12%;
  }
  .l-sm-n12 {
    left: -12%;
  }
  .r-sm-n12 {
    right: -12%;
  }
  .t-sm-n12 {
    top: -12%;
  }
  .b-sm-n12 {
    bottom: -12%;
  }
  .l-sm-13 {
    left: 13%;
  }
  .r-sm-13 {
    right: 13%;
  }
  .t-sm-13 {
    top: 13%;
  }
  .b-sm-13 {
    bottom: 13%;
  }
  .l-sm-n13 {
    left: -13%;
  }
  .r-sm-n13 {
    right: -13%;
  }
  .t-sm-n13 {
    top: -13%;
  }
  .b-sm-n13 {
    bottom: -13%;
  }
  .l-sm-14 {
    left: 14%;
  }
  .r-sm-14 {
    right: 14%;
  }
  .t-sm-14 {
    top: 14%;
  }
  .b-sm-14 {
    bottom: 14%;
  }
  .l-sm-n14 {
    left: -14%;
  }
  .r-sm-n14 {
    right: -14%;
  }
  .t-sm-n14 {
    top: -14%;
  }
  .b-sm-n14 {
    bottom: -14%;
  }
  .l-sm-15 {
    left: 15%;
  }
  .r-sm-15 {
    right: 15%;
  }
  .t-sm-15 {
    top: 15%;
  }
  .b-sm-15 {
    bottom: 15%;
  }
  .l-sm-n15 {
    left: -15%;
  }
  .r-sm-n15 {
    right: -15%;
  }
  .t-sm-n15 {
    top: -15%;
  }
  .b-sm-n15 {
    bottom: -15%;
  }
  .l-sm-16 {
    left: 16%;
  }
  .r-sm-16 {
    right: 16%;
  }
  .t-sm-16 {
    top: 16%;
  }
  .b-sm-16 {
    bottom: 16%;
  }
  .l-sm-n16 {
    left: -16%;
  }
  .r-sm-n16 {
    right: -16%;
  }
  .t-sm-n16 {
    top: -16%;
  }
  .b-sm-n16 {
    bottom: -16%;
  }
  .l-sm-17 {
    left: 17%;
  }
  .r-sm-17 {
    right: 17%;
  }
  .t-sm-17 {
    top: 17%;
  }
  .b-sm-17 {
    bottom: 17%;
  }
  .l-sm-n17 {
    left: -17%;
  }
  .r-sm-n17 {
    right: -17%;
  }
  .t-sm-n17 {
    top: -17%;
  }
  .b-sm-n17 {
    bottom: -17%;
  }
  .l-sm-18 {
    left: 18%;
  }
  .r-sm-18 {
    right: 18%;
  }
  .t-sm-18 {
    top: 18%;
  }
  .b-sm-18 {
    bottom: 18%;
  }
  .l-sm-n18 {
    left: -18%;
  }
  .r-sm-n18 {
    right: -18%;
  }
  .t-sm-n18 {
    top: -18%;
  }
  .b-sm-n18 {
    bottom: -18%;
  }
  .l-sm-19 {
    left: 19%;
  }
  .r-sm-19 {
    right: 19%;
  }
  .t-sm-19 {
    top: 19%;
  }
  .b-sm-19 {
    bottom: 19%;
  }
  .l-sm-n19 {
    left: -19%;
  }
  .r-sm-n19 {
    right: -19%;
  }
  .t-sm-n19 {
    top: -19%;
  }
  .b-sm-n19 {
    bottom: -19%;
  }
  .l-sm-20 {
    left: 20%;
  }
  .r-sm-20 {
    right: 20%;
  }
  .t-sm-20 {
    top: 20%;
  }
  .b-sm-20 {
    bottom: 20%;
  }
  .l-sm-n20 {
    left: -20%;
  }
  .r-sm-n20 {
    right: -20%;
  }
  .t-sm-n20 {
    top: -20%;
  }
  .b-sm-n20 {
    bottom: -20%;
  }
  .l-sm-21 {
    left: 21%;
  }
  .r-sm-21 {
    right: 21%;
  }
  .t-sm-21 {
    top: 21%;
  }
  .b-sm-21 {
    bottom: 21%;
  }
  .l-sm-n21 {
    left: -21%;
  }
  .r-sm-n21 {
    right: -21%;
  }
  .t-sm-n21 {
    top: -21%;
  }
  .b-sm-n21 {
    bottom: -21%;
  }
  .l-sm-22 {
    left: 22%;
  }
  .r-sm-22 {
    right: 22%;
  }
  .t-sm-22 {
    top: 22%;
  }
  .b-sm-22 {
    bottom: 22%;
  }
  .l-sm-n22 {
    left: -22%;
  }
  .r-sm-n22 {
    right: -22%;
  }
  .t-sm-n22 {
    top: -22%;
  }
  .b-sm-n22 {
    bottom: -22%;
  }
  .l-sm-23 {
    left: 23%;
  }
  .r-sm-23 {
    right: 23%;
  }
  .t-sm-23 {
    top: 23%;
  }
  .b-sm-23 {
    bottom: 23%;
  }
  .l-sm-n23 {
    left: -23%;
  }
  .r-sm-n23 {
    right: -23%;
  }
  .t-sm-n23 {
    top: -23%;
  }
  .b-sm-n23 {
    bottom: -23%;
  }
  .l-sm-24 {
    left: 24%;
  }
  .r-sm-24 {
    right: 24%;
  }
  .t-sm-24 {
    top: 24%;
  }
  .b-sm-24 {
    bottom: 24%;
  }
  .l-sm-n24 {
    left: -24%;
  }
  .r-sm-n24 {
    right: -24%;
  }
  .t-sm-n24 {
    top: -24%;
  }
  .b-sm-n24 {
    bottom: -24%;
  }
  .l-sm-25 {
    left: 25%;
  }
  .r-sm-25 {
    right: 25%;
  }
  .t-sm-25 {
    top: 25%;
  }
  .b-sm-25 {
    bottom: 25%;
  }
  .l-sm-n25 {
    left: -25%;
  }
  .r-sm-n25 {
    right: -25%;
  }
  .t-sm-n25 {
    top: -25%;
  }
  .b-sm-n25 {
    bottom: -25%;
  }
  .l-sm-26 {
    left: 26%;
  }
  .r-sm-26 {
    right: 26%;
  }
  .t-sm-26 {
    top: 26%;
  }
  .b-sm-26 {
    bottom: 26%;
  }
  .l-sm-n26 {
    left: -26%;
  }
  .r-sm-n26 {
    right: -26%;
  }
  .t-sm-n26 {
    top: -26%;
  }
  .b-sm-n26 {
    bottom: -26%;
  }
  .l-sm-27 {
    left: 27%;
  }
  .r-sm-27 {
    right: 27%;
  }
  .t-sm-27 {
    top: 27%;
  }
  .b-sm-27 {
    bottom: 27%;
  }
  .l-sm-n27 {
    left: -27%;
  }
  .r-sm-n27 {
    right: -27%;
  }
  .t-sm-n27 {
    top: -27%;
  }
  .b-sm-n27 {
    bottom: -27%;
  }
  .l-sm-28 {
    left: 28%;
  }
  .r-sm-28 {
    right: 28%;
  }
  .t-sm-28 {
    top: 28%;
  }
  .b-sm-28 {
    bottom: 28%;
  }
  .l-sm-n28 {
    left: -28%;
  }
  .r-sm-n28 {
    right: -28%;
  }
  .t-sm-n28 {
    top: -28%;
  }
  .b-sm-n28 {
    bottom: -28%;
  }
  .l-sm-29 {
    left: 29%;
  }
  .r-sm-29 {
    right: 29%;
  }
  .t-sm-29 {
    top: 29%;
  }
  .b-sm-29 {
    bottom: 29%;
  }
  .l-sm-n29 {
    left: -29%;
  }
  .r-sm-n29 {
    right: -29%;
  }
  .t-sm-n29 {
    top: -29%;
  }
  .b-sm-n29 {
    bottom: -29%;
  }
  .l-sm-30 {
    left: 30%;
  }
  .r-sm-30 {
    right: 30%;
  }
  .t-sm-30 {
    top: 30%;
  }
  .b-sm-30 {
    bottom: 30%;
  }
  .l-sm-n30 {
    left: -30%;
  }
  .r-sm-n30 {
    right: -30%;
  }
  .t-sm-n30 {
    top: -30%;
  }
  .b-sm-n30 {
    bottom: -30%;
  }
  .l-sm-31 {
    left: 31%;
  }
  .r-sm-31 {
    right: 31%;
  }
  .t-sm-31 {
    top: 31%;
  }
  .b-sm-31 {
    bottom: 31%;
  }
  .l-sm-n31 {
    left: -31%;
  }
  .r-sm-n31 {
    right: -31%;
  }
  .t-sm-n31 {
    top: -31%;
  }
  .b-sm-n31 {
    bottom: -31%;
  }
  .l-sm-32 {
    left: 32%;
  }
  .r-sm-32 {
    right: 32%;
  }
  .t-sm-32 {
    top: 32%;
  }
  .b-sm-32 {
    bottom: 32%;
  }
  .l-sm-n32 {
    left: -32%;
  }
  .r-sm-n32 {
    right: -32%;
  }
  .t-sm-n32 {
    top: -32%;
  }
  .b-sm-n32 {
    bottom: -32%;
  }
  .l-sm-33 {
    left: 33%;
  }
  .r-sm-33 {
    right: 33%;
  }
  .t-sm-33 {
    top: 33%;
  }
  .b-sm-33 {
    bottom: 33%;
  }
  .l-sm-n33 {
    left: -33%;
  }
  .r-sm-n33 {
    right: -33%;
  }
  .t-sm-n33 {
    top: -33%;
  }
  .b-sm-n33 {
    bottom: -33%;
  }
  .l-sm-34 {
    left: 34%;
  }
  .r-sm-34 {
    right: 34%;
  }
  .t-sm-34 {
    top: 34%;
  }
  .b-sm-34 {
    bottom: 34%;
  }
  .l-sm-n34 {
    left: -34%;
  }
  .r-sm-n34 {
    right: -34%;
  }
  .t-sm-n34 {
    top: -34%;
  }
  .b-sm-n34 {
    bottom: -34%;
  }
  .l-sm-35 {
    left: 35%;
  }
  .r-sm-35 {
    right: 35%;
  }
  .t-sm-35 {
    top: 35%;
  }
  .b-sm-35 {
    bottom: 35%;
  }
  .l-sm-n35 {
    left: -35%;
  }
  .r-sm-n35 {
    right: -35%;
  }
  .t-sm-n35 {
    top: -35%;
  }
  .b-sm-n35 {
    bottom: -35%;
  }
  .l-sm-36 {
    left: 36%;
  }
  .r-sm-36 {
    right: 36%;
  }
  .t-sm-36 {
    top: 36%;
  }
  .b-sm-36 {
    bottom: 36%;
  }
  .l-sm-n36 {
    left: -36%;
  }
  .r-sm-n36 {
    right: -36%;
  }
  .t-sm-n36 {
    top: -36%;
  }
  .b-sm-n36 {
    bottom: -36%;
  }
  .l-sm-37 {
    left: 37%;
  }
  .r-sm-37 {
    right: 37%;
  }
  .t-sm-37 {
    top: 37%;
  }
  .b-sm-37 {
    bottom: 37%;
  }
  .l-sm-n37 {
    left: -37%;
  }
  .r-sm-n37 {
    right: -37%;
  }
  .t-sm-n37 {
    top: -37%;
  }
  .b-sm-n37 {
    bottom: -37%;
  }
  .l-sm-38 {
    left: 38%;
  }
  .r-sm-38 {
    right: 38%;
  }
  .t-sm-38 {
    top: 38%;
  }
  .b-sm-38 {
    bottom: 38%;
  }
  .l-sm-n38 {
    left: -38%;
  }
  .r-sm-n38 {
    right: -38%;
  }
  .t-sm-n38 {
    top: -38%;
  }
  .b-sm-n38 {
    bottom: -38%;
  }
  .l-sm-39 {
    left: 39%;
  }
  .r-sm-39 {
    right: 39%;
  }
  .t-sm-39 {
    top: 39%;
  }
  .b-sm-39 {
    bottom: 39%;
  }
  .l-sm-n39 {
    left: -39%;
  }
  .r-sm-n39 {
    right: -39%;
  }
  .t-sm-n39 {
    top: -39%;
  }
  .b-sm-n39 {
    bottom: -39%;
  }
  .l-sm-40 {
    left: 40%;
  }
  .r-sm-40 {
    right: 40%;
  }
  .t-sm-40 {
    top: 40%;
  }
  .b-sm-40 {
    bottom: 40%;
  }
  .l-sm-n40 {
    left: -40%;
  }
  .r-sm-n40 {
    right: -40%;
  }
  .t-sm-n40 {
    top: -40%;
  }
  .b-sm-n40 {
    bottom: -40%;
  }
  .l-sm-41 {
    left: 41%;
  }
  .r-sm-41 {
    right: 41%;
  }
  .t-sm-41 {
    top: 41%;
  }
  .b-sm-41 {
    bottom: 41%;
  }
  .l-sm-n41 {
    left: -41%;
  }
  .r-sm-n41 {
    right: -41%;
  }
  .t-sm-n41 {
    top: -41%;
  }
  .b-sm-n41 {
    bottom: -41%;
  }
  .l-sm-42 {
    left: 42%;
  }
  .r-sm-42 {
    right: 42%;
  }
  .t-sm-42 {
    top: 42%;
  }
  .b-sm-42 {
    bottom: 42%;
  }
  .l-sm-n42 {
    left: -42%;
  }
  .r-sm-n42 {
    right: -42%;
  }
  .t-sm-n42 {
    top: -42%;
  }
  .b-sm-n42 {
    bottom: -42%;
  }
  .l-sm-43 {
    left: 43%;
  }
  .r-sm-43 {
    right: 43%;
  }
  .t-sm-43 {
    top: 43%;
  }
  .b-sm-43 {
    bottom: 43%;
  }
  .l-sm-n43 {
    left: -43%;
  }
  .r-sm-n43 {
    right: -43%;
  }
  .t-sm-n43 {
    top: -43%;
  }
  .b-sm-n43 {
    bottom: -43%;
  }
  .l-sm-44 {
    left: 44%;
  }
  .r-sm-44 {
    right: 44%;
  }
  .t-sm-44 {
    top: 44%;
  }
  .b-sm-44 {
    bottom: 44%;
  }
  .l-sm-n44 {
    left: -44%;
  }
  .r-sm-n44 {
    right: -44%;
  }
  .t-sm-n44 {
    top: -44%;
  }
  .b-sm-n44 {
    bottom: -44%;
  }
  .l-sm-45 {
    left: 45%;
  }
  .r-sm-45 {
    right: 45%;
  }
  .t-sm-45 {
    top: 45%;
  }
  .b-sm-45 {
    bottom: 45%;
  }
  .l-sm-n45 {
    left: -45%;
  }
  .r-sm-n45 {
    right: -45%;
  }
  .t-sm-n45 {
    top: -45%;
  }
  .b-sm-n45 {
    bottom: -45%;
  }
  .l-sm-46 {
    left: 46%;
  }
  .r-sm-46 {
    right: 46%;
  }
  .t-sm-46 {
    top: 46%;
  }
  .b-sm-46 {
    bottom: 46%;
  }
  .l-sm-n46 {
    left: -46%;
  }
  .r-sm-n46 {
    right: -46%;
  }
  .t-sm-n46 {
    top: -46%;
  }
  .b-sm-n46 {
    bottom: -46%;
  }
  .l-sm-47 {
    left: 47%;
  }
  .r-sm-47 {
    right: 47%;
  }
  .t-sm-47 {
    top: 47%;
  }
  .b-sm-47 {
    bottom: 47%;
  }
  .l-sm-n47 {
    left: -47%;
  }
  .r-sm-n47 {
    right: -47%;
  }
  .t-sm-n47 {
    top: -47%;
  }
  .b-sm-n47 {
    bottom: -47%;
  }
  .l-sm-48 {
    left: 48%;
  }
  .r-sm-48 {
    right: 48%;
  }
  .t-sm-48 {
    top: 48%;
  }
  .b-sm-48 {
    bottom: 48%;
  }
  .l-sm-n48 {
    left: -48%;
  }
  .r-sm-n48 {
    right: -48%;
  }
  .t-sm-n48 {
    top: -48%;
  }
  .b-sm-n48 {
    bottom: -48%;
  }
  .l-sm-49 {
    left: 49%;
  }
  .r-sm-49 {
    right: 49%;
  }
  .t-sm-49 {
    top: 49%;
  }
  .b-sm-49 {
    bottom: 49%;
  }
  .l-sm-n49 {
    left: -49%;
  }
  .r-sm-n49 {
    right: -49%;
  }
  .t-sm-n49 {
    top: -49%;
  }
  .b-sm-n49 {
    bottom: -49%;
  }
  .l-sm-50 {
    left: 50%;
  }
  .r-sm-50 {
    right: 50%;
  }
  .t-sm-50 {
    top: 50%;
  }
  .b-sm-50 {
    bottom: 50%;
  }
  .l-sm-n50 {
    left: -50%;
  }
  .r-sm-n50 {
    right: -50%;
  }
  .t-sm-n50 {
    top: -50%;
  }
  .b-sm-n50 {
    bottom: -50%;
  }
  .l-sm-51 {
    left: 51%;
  }
  .r-sm-51 {
    right: 51%;
  }
  .t-sm-51 {
    top: 51%;
  }
  .b-sm-51 {
    bottom: 51%;
  }
  .l-sm-n51 {
    left: -51%;
  }
  .r-sm-n51 {
    right: -51%;
  }
  .t-sm-n51 {
    top: -51%;
  }
  .b-sm-n51 {
    bottom: -51%;
  }
  .l-sm-52 {
    left: 52%;
  }
  .r-sm-52 {
    right: 52%;
  }
  .t-sm-52 {
    top: 52%;
  }
  .b-sm-52 {
    bottom: 52%;
  }
  .l-sm-n52 {
    left: -52%;
  }
  .r-sm-n52 {
    right: -52%;
  }
  .t-sm-n52 {
    top: -52%;
  }
  .b-sm-n52 {
    bottom: -52%;
  }
  .l-sm-53 {
    left: 53%;
  }
  .r-sm-53 {
    right: 53%;
  }
  .t-sm-53 {
    top: 53%;
  }
  .b-sm-53 {
    bottom: 53%;
  }
  .l-sm-n53 {
    left: -53%;
  }
  .r-sm-n53 {
    right: -53%;
  }
  .t-sm-n53 {
    top: -53%;
  }
  .b-sm-n53 {
    bottom: -53%;
  }
  .l-sm-54 {
    left: 54%;
  }
  .r-sm-54 {
    right: 54%;
  }
  .t-sm-54 {
    top: 54%;
  }
  .b-sm-54 {
    bottom: 54%;
  }
  .l-sm-n54 {
    left: -54%;
  }
  .r-sm-n54 {
    right: -54%;
  }
  .t-sm-n54 {
    top: -54%;
  }
  .b-sm-n54 {
    bottom: -54%;
  }
  .l-sm-55 {
    left: 55%;
  }
  .r-sm-55 {
    right: 55%;
  }
  .t-sm-55 {
    top: 55%;
  }
  .b-sm-55 {
    bottom: 55%;
  }
  .l-sm-n55 {
    left: -55%;
  }
  .r-sm-n55 {
    right: -55%;
  }
  .t-sm-n55 {
    top: -55%;
  }
  .b-sm-n55 {
    bottom: -55%;
  }
  .l-sm-56 {
    left: 56%;
  }
  .r-sm-56 {
    right: 56%;
  }
  .t-sm-56 {
    top: 56%;
  }
  .b-sm-56 {
    bottom: 56%;
  }
  .l-sm-n56 {
    left: -56%;
  }
  .r-sm-n56 {
    right: -56%;
  }
  .t-sm-n56 {
    top: -56%;
  }
  .b-sm-n56 {
    bottom: -56%;
  }
  .l-sm-57 {
    left: 57%;
  }
  .r-sm-57 {
    right: 57%;
  }
  .t-sm-57 {
    top: 57%;
  }
  .b-sm-57 {
    bottom: 57%;
  }
  .l-sm-n57 {
    left: -57%;
  }
  .r-sm-n57 {
    right: -57%;
  }
  .t-sm-n57 {
    top: -57%;
  }
  .b-sm-n57 {
    bottom: -57%;
  }
  .l-sm-58 {
    left: 58%;
  }
  .r-sm-58 {
    right: 58%;
  }
  .t-sm-58 {
    top: 58%;
  }
  .b-sm-58 {
    bottom: 58%;
  }
  .l-sm-n58 {
    left: -58%;
  }
  .r-sm-n58 {
    right: -58%;
  }
  .t-sm-n58 {
    top: -58%;
  }
  .b-sm-n58 {
    bottom: -58%;
  }
  .l-sm-59 {
    left: 59%;
  }
  .r-sm-59 {
    right: 59%;
  }
  .t-sm-59 {
    top: 59%;
  }
  .b-sm-59 {
    bottom: 59%;
  }
  .l-sm-n59 {
    left: -59%;
  }
  .r-sm-n59 {
    right: -59%;
  }
  .t-sm-n59 {
    top: -59%;
  }
  .b-sm-n59 {
    bottom: -59%;
  }
  .l-sm-60 {
    left: 60%;
  }
  .r-sm-60 {
    right: 60%;
  }
  .t-sm-60 {
    top: 60%;
  }
  .b-sm-60 {
    bottom: 60%;
  }
  .l-sm-n60 {
    left: -60%;
  }
  .r-sm-n60 {
    right: -60%;
  }
  .t-sm-n60 {
    top: -60%;
  }
  .b-sm-n60 {
    bottom: -60%;
  }
  .l-sm-61 {
    left: 61%;
  }
  .r-sm-61 {
    right: 61%;
  }
  .t-sm-61 {
    top: 61%;
  }
  .b-sm-61 {
    bottom: 61%;
  }
  .l-sm-n61 {
    left: -61%;
  }
  .r-sm-n61 {
    right: -61%;
  }
  .t-sm-n61 {
    top: -61%;
  }
  .b-sm-n61 {
    bottom: -61%;
  }
  .l-sm-62 {
    left: 62%;
  }
  .r-sm-62 {
    right: 62%;
  }
  .t-sm-62 {
    top: 62%;
  }
  .b-sm-62 {
    bottom: 62%;
  }
  .l-sm-n62 {
    left: -62%;
  }
  .r-sm-n62 {
    right: -62%;
  }
  .t-sm-n62 {
    top: -62%;
  }
  .b-sm-n62 {
    bottom: -62%;
  }
  .l-sm-63 {
    left: 63%;
  }
  .r-sm-63 {
    right: 63%;
  }
  .t-sm-63 {
    top: 63%;
  }
  .b-sm-63 {
    bottom: 63%;
  }
  .l-sm-n63 {
    left: -63%;
  }
  .r-sm-n63 {
    right: -63%;
  }
  .t-sm-n63 {
    top: -63%;
  }
  .b-sm-n63 {
    bottom: -63%;
  }
  .l-sm-64 {
    left: 64%;
  }
  .r-sm-64 {
    right: 64%;
  }
  .t-sm-64 {
    top: 64%;
  }
  .b-sm-64 {
    bottom: 64%;
  }
  .l-sm-n64 {
    left: -64%;
  }
  .r-sm-n64 {
    right: -64%;
  }
  .t-sm-n64 {
    top: -64%;
  }
  .b-sm-n64 {
    bottom: -64%;
  }
  .l-sm-65 {
    left: 65%;
  }
  .r-sm-65 {
    right: 65%;
  }
  .t-sm-65 {
    top: 65%;
  }
  .b-sm-65 {
    bottom: 65%;
  }
  .l-sm-n65 {
    left: -65%;
  }
  .r-sm-n65 {
    right: -65%;
  }
  .t-sm-n65 {
    top: -65%;
  }
  .b-sm-n65 {
    bottom: -65%;
  }
  .l-sm-66 {
    left: 66%;
  }
  .r-sm-66 {
    right: 66%;
  }
  .t-sm-66 {
    top: 66%;
  }
  .b-sm-66 {
    bottom: 66%;
  }
  .l-sm-n66 {
    left: -66%;
  }
  .r-sm-n66 {
    right: -66%;
  }
  .t-sm-n66 {
    top: -66%;
  }
  .b-sm-n66 {
    bottom: -66%;
  }
  .l-sm-67 {
    left: 67%;
  }
  .r-sm-67 {
    right: 67%;
  }
  .t-sm-67 {
    top: 67%;
  }
  .b-sm-67 {
    bottom: 67%;
  }
  .l-sm-n67 {
    left: -67%;
  }
  .r-sm-n67 {
    right: -67%;
  }
  .t-sm-n67 {
    top: -67%;
  }
  .b-sm-n67 {
    bottom: -67%;
  }
  .l-sm-68 {
    left: 68%;
  }
  .r-sm-68 {
    right: 68%;
  }
  .t-sm-68 {
    top: 68%;
  }
  .b-sm-68 {
    bottom: 68%;
  }
  .l-sm-n68 {
    left: -68%;
  }
  .r-sm-n68 {
    right: -68%;
  }
  .t-sm-n68 {
    top: -68%;
  }
  .b-sm-n68 {
    bottom: -68%;
  }
  .l-sm-69 {
    left: 69%;
  }
  .r-sm-69 {
    right: 69%;
  }
  .t-sm-69 {
    top: 69%;
  }
  .b-sm-69 {
    bottom: 69%;
  }
  .l-sm-n69 {
    left: -69%;
  }
  .r-sm-n69 {
    right: -69%;
  }
  .t-sm-n69 {
    top: -69%;
  }
  .b-sm-n69 {
    bottom: -69%;
  }
  .l-sm-70 {
    left: 70%;
  }
  .r-sm-70 {
    right: 70%;
  }
  .t-sm-70 {
    top: 70%;
  }
  .b-sm-70 {
    bottom: 70%;
  }
  .l-sm-n70 {
    left: -70%;
  }
  .r-sm-n70 {
    right: -70%;
  }
  .t-sm-n70 {
    top: -70%;
  }
  .b-sm-n70 {
    bottom: -70%;
  }
  .l-sm-71 {
    left: 71%;
  }
  .r-sm-71 {
    right: 71%;
  }
  .t-sm-71 {
    top: 71%;
  }
  .b-sm-71 {
    bottom: 71%;
  }
  .l-sm-n71 {
    left: -71%;
  }
  .r-sm-n71 {
    right: -71%;
  }
  .t-sm-n71 {
    top: -71%;
  }
  .b-sm-n71 {
    bottom: -71%;
  }
  .l-sm-72 {
    left: 72%;
  }
  .r-sm-72 {
    right: 72%;
  }
  .t-sm-72 {
    top: 72%;
  }
  .b-sm-72 {
    bottom: 72%;
  }
  .l-sm-n72 {
    left: -72%;
  }
  .r-sm-n72 {
    right: -72%;
  }
  .t-sm-n72 {
    top: -72%;
  }
  .b-sm-n72 {
    bottom: -72%;
  }
  .l-sm-73 {
    left: 73%;
  }
  .r-sm-73 {
    right: 73%;
  }
  .t-sm-73 {
    top: 73%;
  }
  .b-sm-73 {
    bottom: 73%;
  }
  .l-sm-n73 {
    left: -73%;
  }
  .r-sm-n73 {
    right: -73%;
  }
  .t-sm-n73 {
    top: -73%;
  }
  .b-sm-n73 {
    bottom: -73%;
  }
  .l-sm-74 {
    left: 74%;
  }
  .r-sm-74 {
    right: 74%;
  }
  .t-sm-74 {
    top: 74%;
  }
  .b-sm-74 {
    bottom: 74%;
  }
  .l-sm-n74 {
    left: -74%;
  }
  .r-sm-n74 {
    right: -74%;
  }
  .t-sm-n74 {
    top: -74%;
  }
  .b-sm-n74 {
    bottom: -74%;
  }
  .l-sm-75 {
    left: 75%;
  }
  .r-sm-75 {
    right: 75%;
  }
  .t-sm-75 {
    top: 75%;
  }
  .b-sm-75 {
    bottom: 75%;
  }
  .l-sm-n75 {
    left: -75%;
  }
  .r-sm-n75 {
    right: -75%;
  }
  .t-sm-n75 {
    top: -75%;
  }
  .b-sm-n75 {
    bottom: -75%;
  }
  .l-sm-76 {
    left: 76%;
  }
  .r-sm-76 {
    right: 76%;
  }
  .t-sm-76 {
    top: 76%;
  }
  .b-sm-76 {
    bottom: 76%;
  }
  .l-sm-n76 {
    left: -76%;
  }
  .r-sm-n76 {
    right: -76%;
  }
  .t-sm-n76 {
    top: -76%;
  }
  .b-sm-n76 {
    bottom: -76%;
  }
  .l-sm-77 {
    left: 77%;
  }
  .r-sm-77 {
    right: 77%;
  }
  .t-sm-77 {
    top: 77%;
  }
  .b-sm-77 {
    bottom: 77%;
  }
  .l-sm-n77 {
    left: -77%;
  }
  .r-sm-n77 {
    right: -77%;
  }
  .t-sm-n77 {
    top: -77%;
  }
  .b-sm-n77 {
    bottom: -77%;
  }
  .l-sm-78 {
    left: 78%;
  }
  .r-sm-78 {
    right: 78%;
  }
  .t-sm-78 {
    top: 78%;
  }
  .b-sm-78 {
    bottom: 78%;
  }
  .l-sm-n78 {
    left: -78%;
  }
  .r-sm-n78 {
    right: -78%;
  }
  .t-sm-n78 {
    top: -78%;
  }
  .b-sm-n78 {
    bottom: -78%;
  }
  .l-sm-79 {
    left: 79%;
  }
  .r-sm-79 {
    right: 79%;
  }
  .t-sm-79 {
    top: 79%;
  }
  .b-sm-79 {
    bottom: 79%;
  }
  .l-sm-n79 {
    left: -79%;
  }
  .r-sm-n79 {
    right: -79%;
  }
  .t-sm-n79 {
    top: -79%;
  }
  .b-sm-n79 {
    bottom: -79%;
  }
  .l-sm-80 {
    left: 80%;
  }
  .r-sm-80 {
    right: 80%;
  }
  .t-sm-80 {
    top: 80%;
  }
  .b-sm-80 {
    bottom: 80%;
  }
  .l-sm-n80 {
    left: -80%;
  }
  .r-sm-n80 {
    right: -80%;
  }
  .t-sm-n80 {
    top: -80%;
  }
  .b-sm-n80 {
    bottom: -80%;
  }
  .l-sm-81 {
    left: 81%;
  }
  .r-sm-81 {
    right: 81%;
  }
  .t-sm-81 {
    top: 81%;
  }
  .b-sm-81 {
    bottom: 81%;
  }
  .l-sm-n81 {
    left: -81%;
  }
  .r-sm-n81 {
    right: -81%;
  }
  .t-sm-n81 {
    top: -81%;
  }
  .b-sm-n81 {
    bottom: -81%;
  }
  .l-sm-82 {
    left: 82%;
  }
  .r-sm-82 {
    right: 82%;
  }
  .t-sm-82 {
    top: 82%;
  }
  .b-sm-82 {
    bottom: 82%;
  }
  .l-sm-n82 {
    left: -82%;
  }
  .r-sm-n82 {
    right: -82%;
  }
  .t-sm-n82 {
    top: -82%;
  }
  .b-sm-n82 {
    bottom: -82%;
  }
  .l-sm-83 {
    left: 83%;
  }
  .r-sm-83 {
    right: 83%;
  }
  .t-sm-83 {
    top: 83%;
  }
  .b-sm-83 {
    bottom: 83%;
  }
  .l-sm-n83 {
    left: -83%;
  }
  .r-sm-n83 {
    right: -83%;
  }
  .t-sm-n83 {
    top: -83%;
  }
  .b-sm-n83 {
    bottom: -83%;
  }
  .l-sm-84 {
    left: 84%;
  }
  .r-sm-84 {
    right: 84%;
  }
  .t-sm-84 {
    top: 84%;
  }
  .b-sm-84 {
    bottom: 84%;
  }
  .l-sm-n84 {
    left: -84%;
  }
  .r-sm-n84 {
    right: -84%;
  }
  .t-sm-n84 {
    top: -84%;
  }
  .b-sm-n84 {
    bottom: -84%;
  }
  .l-sm-85 {
    left: 85%;
  }
  .r-sm-85 {
    right: 85%;
  }
  .t-sm-85 {
    top: 85%;
  }
  .b-sm-85 {
    bottom: 85%;
  }
  .l-sm-n85 {
    left: -85%;
  }
  .r-sm-n85 {
    right: -85%;
  }
  .t-sm-n85 {
    top: -85%;
  }
  .b-sm-n85 {
    bottom: -85%;
  }
  .l-sm-86 {
    left: 86%;
  }
  .r-sm-86 {
    right: 86%;
  }
  .t-sm-86 {
    top: 86%;
  }
  .b-sm-86 {
    bottom: 86%;
  }
  .l-sm-n86 {
    left: -86%;
  }
  .r-sm-n86 {
    right: -86%;
  }
  .t-sm-n86 {
    top: -86%;
  }
  .b-sm-n86 {
    bottom: -86%;
  }
  .l-sm-87 {
    left: 87%;
  }
  .r-sm-87 {
    right: 87%;
  }
  .t-sm-87 {
    top: 87%;
  }
  .b-sm-87 {
    bottom: 87%;
  }
  .l-sm-n87 {
    left: -87%;
  }
  .r-sm-n87 {
    right: -87%;
  }
  .t-sm-n87 {
    top: -87%;
  }
  .b-sm-n87 {
    bottom: -87%;
  }
  .l-sm-88 {
    left: 88%;
  }
  .r-sm-88 {
    right: 88%;
  }
  .t-sm-88 {
    top: 88%;
  }
  .b-sm-88 {
    bottom: 88%;
  }
  .l-sm-n88 {
    left: -88%;
  }
  .r-sm-n88 {
    right: -88%;
  }
  .t-sm-n88 {
    top: -88%;
  }
  .b-sm-n88 {
    bottom: -88%;
  }
  .l-sm-89 {
    left: 89%;
  }
  .r-sm-89 {
    right: 89%;
  }
  .t-sm-89 {
    top: 89%;
  }
  .b-sm-89 {
    bottom: 89%;
  }
  .l-sm-n89 {
    left: -89%;
  }
  .r-sm-n89 {
    right: -89%;
  }
  .t-sm-n89 {
    top: -89%;
  }
  .b-sm-n89 {
    bottom: -89%;
  }
  .l-sm-90 {
    left: 90%;
  }
  .r-sm-90 {
    right: 90%;
  }
  .t-sm-90 {
    top: 90%;
  }
  .b-sm-90 {
    bottom: 90%;
  }
  .l-sm-n90 {
    left: -90%;
  }
  .r-sm-n90 {
    right: -90%;
  }
  .t-sm-n90 {
    top: -90%;
  }
  .b-sm-n90 {
    bottom: -90%;
  }
  .l-sm-91 {
    left: 91%;
  }
  .r-sm-91 {
    right: 91%;
  }
  .t-sm-91 {
    top: 91%;
  }
  .b-sm-91 {
    bottom: 91%;
  }
  .l-sm-n91 {
    left: -91%;
  }
  .r-sm-n91 {
    right: -91%;
  }
  .t-sm-n91 {
    top: -91%;
  }
  .b-sm-n91 {
    bottom: -91%;
  }
  .l-sm-92 {
    left: 92%;
  }
  .r-sm-92 {
    right: 92%;
  }
  .t-sm-92 {
    top: 92%;
  }
  .b-sm-92 {
    bottom: 92%;
  }
  .l-sm-n92 {
    left: -92%;
  }
  .r-sm-n92 {
    right: -92%;
  }
  .t-sm-n92 {
    top: -92%;
  }
  .b-sm-n92 {
    bottom: -92%;
  }
  .l-sm-93 {
    left: 93%;
  }
  .r-sm-93 {
    right: 93%;
  }
  .t-sm-93 {
    top: 93%;
  }
  .b-sm-93 {
    bottom: 93%;
  }
  .l-sm-n93 {
    left: -93%;
  }
  .r-sm-n93 {
    right: -93%;
  }
  .t-sm-n93 {
    top: -93%;
  }
  .b-sm-n93 {
    bottom: -93%;
  }
  .l-sm-94 {
    left: 94%;
  }
  .r-sm-94 {
    right: 94%;
  }
  .t-sm-94 {
    top: 94%;
  }
  .b-sm-94 {
    bottom: 94%;
  }
  .l-sm-n94 {
    left: -94%;
  }
  .r-sm-n94 {
    right: -94%;
  }
  .t-sm-n94 {
    top: -94%;
  }
  .b-sm-n94 {
    bottom: -94%;
  }
  .l-sm-95 {
    left: 95%;
  }
  .r-sm-95 {
    right: 95%;
  }
  .t-sm-95 {
    top: 95%;
  }
  .b-sm-95 {
    bottom: 95%;
  }
  .l-sm-n95 {
    left: -95%;
  }
  .r-sm-n95 {
    right: -95%;
  }
  .t-sm-n95 {
    top: -95%;
  }
  .b-sm-n95 {
    bottom: -95%;
  }
  .l-sm-96 {
    left: 96%;
  }
  .r-sm-96 {
    right: 96%;
  }
  .t-sm-96 {
    top: 96%;
  }
  .b-sm-96 {
    bottom: 96%;
  }
  .l-sm-n96 {
    left: -96%;
  }
  .r-sm-n96 {
    right: -96%;
  }
  .t-sm-n96 {
    top: -96%;
  }
  .b-sm-n96 {
    bottom: -96%;
  }
  .l-sm-97 {
    left: 97%;
  }
  .r-sm-97 {
    right: 97%;
  }
  .t-sm-97 {
    top: 97%;
  }
  .b-sm-97 {
    bottom: 97%;
  }
  .l-sm-n97 {
    left: -97%;
  }
  .r-sm-n97 {
    right: -97%;
  }
  .t-sm-n97 {
    top: -97%;
  }
  .b-sm-n97 {
    bottom: -97%;
  }
  .l-sm-98 {
    left: 98%;
  }
  .r-sm-98 {
    right: 98%;
  }
  .t-sm-98 {
    top: 98%;
  }
  .b-sm-98 {
    bottom: 98%;
  }
  .l-sm-n98 {
    left: -98%;
  }
  .r-sm-n98 {
    right: -98%;
  }
  .t-sm-n98 {
    top: -98%;
  }
  .b-sm-n98 {
    bottom: -98%;
  }
  .l-sm-99 {
    left: 99%;
  }
  .r-sm-99 {
    right: 99%;
  }
  .t-sm-99 {
    top: 99%;
  }
  .b-sm-99 {
    bottom: 99%;
  }
  .l-sm-n99 {
    left: -99%;
  }
  .r-sm-n99 {
    right: -99%;
  }
  .t-sm-n99 {
    top: -99%;
  }
  .b-sm-n99 {
    bottom: -99%;
  }
  .l-sm-100 {
    left: 100%;
  }
  .r-sm-100 {
    right: 100%;
  }
  .t-sm-100 {
    top: 100%;
  }
  .b-sm-100 {
    bottom: 100%;
  }
  .l-sm-n100 {
    left: -100%;
  }
  .r-sm-n100 {
    right: -100%;
  }
  .t-sm-n100 {
    top: -100%;
  }
  .b-sm-n100 {
    bottom: -100%;
  }
}
@media (min-width: 992px) {
  .l-md-0 {
    left: 0%;
  }
  .r-md-0 {
    right: 0%;
  }
  .t-md-0 {
    top: 0%;
  }
  .b-md-0 {
    bottom: 0%;
  }
  .-md-n0 {
    left: 0%;
  }
  .r-md-n0 {
    right: 0%;
  }
  .t-md-n0 {
    top: 0%;
  }
  .b-md-n0 {
    bottom: 0%;
  }
  .l-md-1 {
    left: 1%;
  }
  .r-md-1 {
    right: 1%;
  }
  .t-md-1 {
    top: 1%;
  }
  .b-md-1 {
    bottom: 1%;
  }
  .-md-n1 {
    left: -1%;
  }
  .r-md-n1 {
    right: -1%;
  }
  .t-md-n1 {
    top: -1%;
  }
  .b-md-n1 {
    bottom: -1%;
  }
  .l-md-2 {
    left: 2%;
  }
  .r-md-2 {
    right: 2%;
  }
  .t-md-2 {
    top: 2%;
  }
  .b-md-2 {
    bottom: 2%;
  }
  .-md-n2 {
    left: -2%;
  }
  .r-md-n2 {
    right: -2%;
  }
  .t-md-n2 {
    top: -2%;
  }
  .b-md-n2 {
    bottom: -2%;
  }
  .l-md-3 {
    left: 3%;
  }
  .r-md-3 {
    right: 3%;
  }
  .t-md-3 {
    top: 3%;
  }
  .b-md-3 {
    bottom: 3%;
  }
  .-md-n3 {
    left: -3%;
  }
  .r-md-n3 {
    right: -3%;
  }
  .t-md-n3 {
    top: -3%;
  }
  .b-md-n3 {
    bottom: -3%;
  }
  .l-md-4 {
    left: 4%;
  }
  .r-md-4 {
    right: 4%;
  }
  .t-md-4 {
    top: 4%;
  }
  .b-md-4 {
    bottom: 4%;
  }
  .-md-n4 {
    left: -4%;
  }
  .r-md-n4 {
    right: -4%;
  }
  .t-md-n4 {
    top: -4%;
  }
  .b-md-n4 {
    bottom: -4%;
  }
  .l-md-5 {
    left: 5%;
  }
  .r-md-5 {
    right: 5%;
  }
  .t-md-5 {
    top: 5%;
  }
  .b-md-5 {
    bottom: 5%;
  }
  .-md-n5 {
    left: -5%;
  }
  .r-md-n5 {
    right: -5%;
  }
  .t-md-n5 {
    top: -5%;
  }
  .b-md-n5 {
    bottom: -5%;
  }
  .l-md-6 {
    left: 6%;
  }
  .r-md-6 {
    right: 6%;
  }
  .t-md-6 {
    top: 6%;
  }
  .b-md-6 {
    bottom: 6%;
  }
  .-md-n6 {
    left: -6%;
  }
  .r-md-n6 {
    right: -6%;
  }
  .t-md-n6 {
    top: -6%;
  }
  .b-md-n6 {
    bottom: -6%;
  }
  .l-md-7 {
    left: 7%;
  }
  .r-md-7 {
    right: 7%;
  }
  .t-md-7 {
    top: 7%;
  }
  .b-md-7 {
    bottom: 7%;
  }
  .-md-n7 {
    left: -7%;
  }
  .r-md-n7 {
    right: -7%;
  }
  .t-md-n7 {
    top: -7%;
  }
  .b-md-n7 {
    bottom: -7%;
  }
  .l-md-8 {
    left: 8%;
  }
  .r-md-8 {
    right: 8%;
  }
  .t-md-8 {
    top: 8%;
  }
  .b-md-8 {
    bottom: 8%;
  }
  .-md-n8 {
    left: -8%;
  }
  .r-md-n8 {
    right: -8%;
  }
  .t-md-n8 {
    top: -8%;
  }
  .b-md-n8 {
    bottom: -8%;
  }
  .l-md-9 {
    left: 9%;
  }
  .r-md-9 {
    right: 9%;
  }
  .t-md-9 {
    top: 9%;
  }
  .b-md-9 {
    bottom: 9%;
  }
  .-md-n9 {
    left: -9%;
  }
  .r-md-n9 {
    right: -9%;
  }
  .t-md-n9 {
    top: -9%;
  }
  .b-md-n9 {
    bottom: -9%;
  }
  .l-md-10 {
    left: 10%;
  }
  .r-md-10 {
    right: 10%;
  }
  .t-md-10 {
    top: 10%;
  }
  .b-md-10 {
    bottom: 10%;
  }
  .-md-n10 {
    left: -10%;
  }
  .r-md-n10 {
    right: -10%;
  }
  .t-md-n10 {
    top: -10%;
  }
  .b-md-n10 {
    bottom: -10%;
  }
  .l-md-11 {
    left: 11%;
  }
  .r-md-11 {
    right: 11%;
  }
  .t-md-11 {
    top: 11%;
  }
  .b-md-11 {
    bottom: 11%;
  }
  .-md-n11 {
    left: -11%;
  }
  .r-md-n11 {
    right: -11%;
  }
  .t-md-n11 {
    top: -11%;
  }
  .b-md-n11 {
    bottom: -11%;
  }
  .l-md-12 {
    left: 12%;
  }
  .r-md-12 {
    right: 12%;
  }
  .t-md-12 {
    top: 12%;
  }
  .b-md-12 {
    bottom: 12%;
  }
  .-md-n12 {
    left: -12%;
  }
  .r-md-n12 {
    right: -12%;
  }
  .t-md-n12 {
    top: -12%;
  }
  .b-md-n12 {
    bottom: -12%;
  }
  .l-md-13 {
    left: 13%;
  }
  .r-md-13 {
    right: 13%;
  }
  .t-md-13 {
    top: 13%;
  }
  .b-md-13 {
    bottom: 13%;
  }
  .-md-n13 {
    left: -13%;
  }
  .r-md-n13 {
    right: -13%;
  }
  .t-md-n13 {
    top: -13%;
  }
  .b-md-n13 {
    bottom: -13%;
  }
  .l-md-14 {
    left: 14%;
  }
  .r-md-14 {
    right: 14%;
  }
  .t-md-14 {
    top: 14%;
  }
  .b-md-14 {
    bottom: 14%;
  }
  .-md-n14 {
    left: -14%;
  }
  .r-md-n14 {
    right: -14%;
  }
  .t-md-n14 {
    top: -14%;
  }
  .b-md-n14 {
    bottom: -14%;
  }
  .l-md-15 {
    left: 15%;
  }
  .r-md-15 {
    right: 15%;
  }
  .t-md-15 {
    top: 15%;
  }
  .b-md-15 {
    bottom: 15%;
  }
  .-md-n15 {
    left: -15%;
  }
  .r-md-n15 {
    right: -15%;
  }
  .t-md-n15 {
    top: -15%;
  }
  .b-md-n15 {
    bottom: -15%;
  }
  .l-md-16 {
    left: 16%;
  }
  .r-md-16 {
    right: 16%;
  }
  .t-md-16 {
    top: 16%;
  }
  .b-md-16 {
    bottom: 16%;
  }
  .-md-n16 {
    left: -16%;
  }
  .r-md-n16 {
    right: -16%;
  }
  .t-md-n16 {
    top: -16%;
  }
  .b-md-n16 {
    bottom: -16%;
  }
  .l-md-17 {
    left: 17%;
  }
  .r-md-17 {
    right: 17%;
  }
  .t-md-17 {
    top: 17%;
  }
  .b-md-17 {
    bottom: 17%;
  }
  .-md-n17 {
    left: -17%;
  }
  .r-md-n17 {
    right: -17%;
  }
  .t-md-n17 {
    top: -17%;
  }
  .b-md-n17 {
    bottom: -17%;
  }
  .l-md-18 {
    left: 18%;
  }
  .r-md-18 {
    right: 18%;
  }
  .t-md-18 {
    top: 18%;
  }
  .b-md-18 {
    bottom: 18%;
  }
  .-md-n18 {
    left: -18%;
  }
  .r-md-n18 {
    right: -18%;
  }
  .t-md-n18 {
    top: -18%;
  }
  .b-md-n18 {
    bottom: -18%;
  }
  .l-md-19 {
    left: 19%;
  }
  .r-md-19 {
    right: 19%;
  }
  .t-md-19 {
    top: 19%;
  }
  .b-md-19 {
    bottom: 19%;
  }
  .-md-n19 {
    left: -19%;
  }
  .r-md-n19 {
    right: -19%;
  }
  .t-md-n19 {
    top: -19%;
  }
  .b-md-n19 {
    bottom: -19%;
  }
  .l-md-20 {
    left: 20%;
  }
  .r-md-20 {
    right: 20%;
  }
  .t-md-20 {
    top: 20%;
  }
  .b-md-20 {
    bottom: 20%;
  }
  .-md-n20 {
    left: -20%;
  }
  .r-md-n20 {
    right: -20%;
  }
  .t-md-n20 {
    top: -20%;
  }
  .b-md-n20 {
    bottom: -20%;
  }
  .l-md-21 {
    left: 21%;
  }
  .r-md-21 {
    right: 21%;
  }
  .t-md-21 {
    top: 21%;
  }
  .b-md-21 {
    bottom: 21%;
  }
  .-md-n21 {
    left: -21%;
  }
  .r-md-n21 {
    right: -21%;
  }
  .t-md-n21 {
    top: -21%;
  }
  .b-md-n21 {
    bottom: -21%;
  }
  .l-md-22 {
    left: 22%;
  }
  .r-md-22 {
    right: 22%;
  }
  .t-md-22 {
    top: 22%;
  }
  .b-md-22 {
    bottom: 22%;
  }
  .-md-n22 {
    left: -22%;
  }
  .r-md-n22 {
    right: -22%;
  }
  .t-md-n22 {
    top: -22%;
  }
  .b-md-n22 {
    bottom: -22%;
  }
  .l-md-23 {
    left: 23%;
  }
  .r-md-23 {
    right: 23%;
  }
  .t-md-23 {
    top: 23%;
  }
  .b-md-23 {
    bottom: 23%;
  }
  .-md-n23 {
    left: -23%;
  }
  .r-md-n23 {
    right: -23%;
  }
  .t-md-n23 {
    top: -23%;
  }
  .b-md-n23 {
    bottom: -23%;
  }
  .l-md-24 {
    left: 24%;
  }
  .r-md-24 {
    right: 24%;
  }
  .t-md-24 {
    top: 24%;
  }
  .b-md-24 {
    bottom: 24%;
  }
  .-md-n24 {
    left: -24%;
  }
  .r-md-n24 {
    right: -24%;
  }
  .t-md-n24 {
    top: -24%;
  }
  .b-md-n24 {
    bottom: -24%;
  }
  .l-md-25 {
    left: 25%;
  }
  .r-md-25 {
    right: 25%;
  }
  .t-md-25 {
    top: 25%;
  }
  .b-md-25 {
    bottom: 25%;
  }
  .-md-n25 {
    left: -25%;
  }
  .r-md-n25 {
    right: -25%;
  }
  .t-md-n25 {
    top: -25%;
  }
  .b-md-n25 {
    bottom: -25%;
  }
  .l-md-26 {
    left: 26%;
  }
  .r-md-26 {
    right: 26%;
  }
  .t-md-26 {
    top: 26%;
  }
  .b-md-26 {
    bottom: 26%;
  }
  .-md-n26 {
    left: -26%;
  }
  .r-md-n26 {
    right: -26%;
  }
  .t-md-n26 {
    top: -26%;
  }
  .b-md-n26 {
    bottom: -26%;
  }
  .l-md-27 {
    left: 27%;
  }
  .r-md-27 {
    right: 27%;
  }
  .t-md-27 {
    top: 27%;
  }
  .b-md-27 {
    bottom: 27%;
  }
  .-md-n27 {
    left: -27%;
  }
  .r-md-n27 {
    right: -27%;
  }
  .t-md-n27 {
    top: -27%;
  }
  .b-md-n27 {
    bottom: -27%;
  }
  .l-md-28 {
    left: 28%;
  }
  .r-md-28 {
    right: 28%;
  }
  .t-md-28 {
    top: 28%;
  }
  .b-md-28 {
    bottom: 28%;
  }
  .-md-n28 {
    left: -28%;
  }
  .r-md-n28 {
    right: -28%;
  }
  .t-md-n28 {
    top: -28%;
  }
  .b-md-n28 {
    bottom: -28%;
  }
  .l-md-29 {
    left: 29%;
  }
  .r-md-29 {
    right: 29%;
  }
  .t-md-29 {
    top: 29%;
  }
  .b-md-29 {
    bottom: 29%;
  }
  .-md-n29 {
    left: -29%;
  }
  .r-md-n29 {
    right: -29%;
  }
  .t-md-n29 {
    top: -29%;
  }
  .b-md-n29 {
    bottom: -29%;
  }
  .l-md-30 {
    left: 30%;
  }
  .r-md-30 {
    right: 30%;
  }
  .t-md-30 {
    top: 30%;
  }
  .b-md-30 {
    bottom: 30%;
  }
  .-md-n30 {
    left: -30%;
  }
  .r-md-n30 {
    right: -30%;
  }
  .t-md-n30 {
    top: -30%;
  }
  .b-md-n30 {
    bottom: -30%;
  }
  .l-md-31 {
    left: 31%;
  }
  .r-md-31 {
    right: 31%;
  }
  .t-md-31 {
    top: 31%;
  }
  .b-md-31 {
    bottom: 31%;
  }
  .-md-n31 {
    left: -31%;
  }
  .r-md-n31 {
    right: -31%;
  }
  .t-md-n31 {
    top: -31%;
  }
  .b-md-n31 {
    bottom: -31%;
  }
  .l-md-32 {
    left: 32%;
  }
  .r-md-32 {
    right: 32%;
  }
  .t-md-32 {
    top: 32%;
  }
  .b-md-32 {
    bottom: 32%;
  }
  .-md-n32 {
    left: -32%;
  }
  .r-md-n32 {
    right: -32%;
  }
  .t-md-n32 {
    top: -32%;
  }
  .b-md-n32 {
    bottom: -32%;
  }
  .l-md-33 {
    left: 33%;
  }
  .r-md-33 {
    right: 33%;
  }
  .t-md-33 {
    top: 33%;
  }
  .b-md-33 {
    bottom: 33%;
  }
  .-md-n33 {
    left: -33%;
  }
  .r-md-n33 {
    right: -33%;
  }
  .t-md-n33 {
    top: -33%;
  }
  .b-md-n33 {
    bottom: -33%;
  }
  .l-md-34 {
    left: 34%;
  }
  .r-md-34 {
    right: 34%;
  }
  .t-md-34 {
    top: 34%;
  }
  .b-md-34 {
    bottom: 34%;
  }
  .-md-n34 {
    left: -34%;
  }
  .r-md-n34 {
    right: -34%;
  }
  .t-md-n34 {
    top: -34%;
  }
  .b-md-n34 {
    bottom: -34%;
  }
  .l-md-35 {
    left: 35%;
  }
  .r-md-35 {
    right: 35%;
  }
  .t-md-35 {
    top: 35%;
  }
  .b-md-35 {
    bottom: 35%;
  }
  .-md-n35 {
    left: -35%;
  }
  .r-md-n35 {
    right: -35%;
  }
  .t-md-n35 {
    top: -35%;
  }
  .b-md-n35 {
    bottom: -35%;
  }
  .l-md-36 {
    left: 36%;
  }
  .r-md-36 {
    right: 36%;
  }
  .t-md-36 {
    top: 36%;
  }
  .b-md-36 {
    bottom: 36%;
  }
  .-md-n36 {
    left: -36%;
  }
  .r-md-n36 {
    right: -36%;
  }
  .t-md-n36 {
    top: -36%;
  }
  .b-md-n36 {
    bottom: -36%;
  }
  .l-md-37 {
    left: 37%;
  }
  .r-md-37 {
    right: 37%;
  }
  .t-md-37 {
    top: 37%;
  }
  .b-md-37 {
    bottom: 37%;
  }
  .-md-n37 {
    left: -37%;
  }
  .r-md-n37 {
    right: -37%;
  }
  .t-md-n37 {
    top: -37%;
  }
  .b-md-n37 {
    bottom: -37%;
  }
  .l-md-38 {
    left: 38%;
  }
  .r-md-38 {
    right: 38%;
  }
  .t-md-38 {
    top: 38%;
  }
  .b-md-38 {
    bottom: 38%;
  }
  .-md-n38 {
    left: -38%;
  }
  .r-md-n38 {
    right: -38%;
  }
  .t-md-n38 {
    top: -38%;
  }
  .b-md-n38 {
    bottom: -38%;
  }
  .l-md-39 {
    left: 39%;
  }
  .r-md-39 {
    right: 39%;
  }
  .t-md-39 {
    top: 39%;
  }
  .b-md-39 {
    bottom: 39%;
  }
  .-md-n39 {
    left: -39%;
  }
  .r-md-n39 {
    right: -39%;
  }
  .t-md-n39 {
    top: -39%;
  }
  .b-md-n39 {
    bottom: -39%;
  }
  .l-md-40 {
    left: 40%;
  }
  .r-md-40 {
    right: 40%;
  }
  .t-md-40 {
    top: 40%;
  }
  .b-md-40 {
    bottom: 40%;
  }
  .-md-n40 {
    left: -40%;
  }
  .r-md-n40 {
    right: -40%;
  }
  .t-md-n40 {
    top: -40%;
  }
  .b-md-n40 {
    bottom: -40%;
  }
  .l-md-41 {
    left: 41%;
  }
  .r-md-41 {
    right: 41%;
  }
  .t-md-41 {
    top: 41%;
  }
  .b-md-41 {
    bottom: 41%;
  }
  .-md-n41 {
    left: -41%;
  }
  .r-md-n41 {
    right: -41%;
  }
  .t-md-n41 {
    top: -41%;
  }
  .b-md-n41 {
    bottom: -41%;
  }
  .l-md-42 {
    left: 42%;
  }
  .r-md-42 {
    right: 42%;
  }
  .t-md-42 {
    top: 42%;
  }
  .b-md-42 {
    bottom: 42%;
  }
  .-md-n42 {
    left: -42%;
  }
  .r-md-n42 {
    right: -42%;
  }
  .t-md-n42 {
    top: -42%;
  }
  .b-md-n42 {
    bottom: -42%;
  }
  .l-md-43 {
    left: 43%;
  }
  .r-md-43 {
    right: 43%;
  }
  .t-md-43 {
    top: 43%;
  }
  .b-md-43 {
    bottom: 43%;
  }
  .-md-n43 {
    left: -43%;
  }
  .r-md-n43 {
    right: -43%;
  }
  .t-md-n43 {
    top: -43%;
  }
  .b-md-n43 {
    bottom: -43%;
  }
  .l-md-44 {
    left: 44%;
  }
  .r-md-44 {
    right: 44%;
  }
  .t-md-44 {
    top: 44%;
  }
  .b-md-44 {
    bottom: 44%;
  }
  .-md-n44 {
    left: -44%;
  }
  .r-md-n44 {
    right: -44%;
  }
  .t-md-n44 {
    top: -44%;
  }
  .b-md-n44 {
    bottom: -44%;
  }
  .l-md-45 {
    left: 45%;
  }
  .r-md-45 {
    right: 45%;
  }
  .t-md-45 {
    top: 45%;
  }
  .b-md-45 {
    bottom: 45%;
  }
  .-md-n45 {
    left: -45%;
  }
  .r-md-n45 {
    right: -45%;
  }
  .t-md-n45 {
    top: -45%;
  }
  .b-md-n45 {
    bottom: -45%;
  }
  .l-md-46 {
    left: 46%;
  }
  .r-md-46 {
    right: 46%;
  }
  .t-md-46 {
    top: 46%;
  }
  .b-md-46 {
    bottom: 46%;
  }
  .-md-n46 {
    left: -46%;
  }
  .r-md-n46 {
    right: -46%;
  }
  .t-md-n46 {
    top: -46%;
  }
  .b-md-n46 {
    bottom: -46%;
  }
  .l-md-47 {
    left: 47%;
  }
  .r-md-47 {
    right: 47%;
  }
  .t-md-47 {
    top: 47%;
  }
  .b-md-47 {
    bottom: 47%;
  }
  .-md-n47 {
    left: -47%;
  }
  .r-md-n47 {
    right: -47%;
  }
  .t-md-n47 {
    top: -47%;
  }
  .b-md-n47 {
    bottom: -47%;
  }
  .l-md-48 {
    left: 48%;
  }
  .r-md-48 {
    right: 48%;
  }
  .t-md-48 {
    top: 48%;
  }
  .b-md-48 {
    bottom: 48%;
  }
  .-md-n48 {
    left: -48%;
  }
  .r-md-n48 {
    right: -48%;
  }
  .t-md-n48 {
    top: -48%;
  }
  .b-md-n48 {
    bottom: -48%;
  }
  .l-md-49 {
    left: 49%;
  }
  .r-md-49 {
    right: 49%;
  }
  .t-md-49 {
    top: 49%;
  }
  .b-md-49 {
    bottom: 49%;
  }
  .-md-n49 {
    left: -49%;
  }
  .r-md-n49 {
    right: -49%;
  }
  .t-md-n49 {
    top: -49%;
  }
  .b-md-n49 {
    bottom: -49%;
  }
  .l-md-50 {
    left: 50%;
  }
  .r-md-50 {
    right: 50%;
  }
  .t-md-50 {
    top: 50%;
  }
  .b-md-50 {
    bottom: 50%;
  }
  .-md-n50 {
    left: -50%;
  }
  .r-md-n50 {
    right: -50%;
  }
  .t-md-n50 {
    top: -50%;
  }
  .b-md-n50 {
    bottom: -50%;
  }
  .l-md-51 {
    left: 51%;
  }
  .r-md-51 {
    right: 51%;
  }
  .t-md-51 {
    top: 51%;
  }
  .b-md-51 {
    bottom: 51%;
  }
  .-md-n51 {
    left: -51%;
  }
  .r-md-n51 {
    right: -51%;
  }
  .t-md-n51 {
    top: -51%;
  }
  .b-md-n51 {
    bottom: -51%;
  }
  .l-md-52 {
    left: 52%;
  }
  .r-md-52 {
    right: 52%;
  }
  .t-md-52 {
    top: 52%;
  }
  .b-md-52 {
    bottom: 52%;
  }
  .-md-n52 {
    left: -52%;
  }
  .r-md-n52 {
    right: -52%;
  }
  .t-md-n52 {
    top: -52%;
  }
  .b-md-n52 {
    bottom: -52%;
  }
  .l-md-53 {
    left: 53%;
  }
  .r-md-53 {
    right: 53%;
  }
  .t-md-53 {
    top: 53%;
  }
  .b-md-53 {
    bottom: 53%;
  }
  .-md-n53 {
    left: -53%;
  }
  .r-md-n53 {
    right: -53%;
  }
  .t-md-n53 {
    top: -53%;
  }
  .b-md-n53 {
    bottom: -53%;
  }
  .l-md-54 {
    left: 54%;
  }
  .r-md-54 {
    right: 54%;
  }
  .t-md-54 {
    top: 54%;
  }
  .b-md-54 {
    bottom: 54%;
  }
  .-md-n54 {
    left: -54%;
  }
  .r-md-n54 {
    right: -54%;
  }
  .t-md-n54 {
    top: -54%;
  }
  .b-md-n54 {
    bottom: -54%;
  }
  .l-md-55 {
    left: 55%;
  }
  .r-md-55 {
    right: 55%;
  }
  .t-md-55 {
    top: 55%;
  }
  .b-md-55 {
    bottom: 55%;
  }
  .-md-n55 {
    left: -55%;
  }
  .r-md-n55 {
    right: -55%;
  }
  .t-md-n55 {
    top: -55%;
  }
  .b-md-n55 {
    bottom: -55%;
  }
  .l-md-56 {
    left: 56%;
  }
  .r-md-56 {
    right: 56%;
  }
  .t-md-56 {
    top: 56%;
  }
  .b-md-56 {
    bottom: 56%;
  }
  .-md-n56 {
    left: -56%;
  }
  .r-md-n56 {
    right: -56%;
  }
  .t-md-n56 {
    top: -56%;
  }
  .b-md-n56 {
    bottom: -56%;
  }
  .l-md-57 {
    left: 57%;
  }
  .r-md-57 {
    right: 57%;
  }
  .t-md-57 {
    top: 57%;
  }
  .b-md-57 {
    bottom: 57%;
  }
  .-md-n57 {
    left: -57%;
  }
  .r-md-n57 {
    right: -57%;
  }
  .t-md-n57 {
    top: -57%;
  }
  .b-md-n57 {
    bottom: -57%;
  }
  .l-md-58 {
    left: 58%;
  }
  .r-md-58 {
    right: 58%;
  }
  .t-md-58 {
    top: 58%;
  }
  .b-md-58 {
    bottom: 58%;
  }
  .-md-n58 {
    left: -58%;
  }
  .r-md-n58 {
    right: -58%;
  }
  .t-md-n58 {
    top: -58%;
  }
  .b-md-n58 {
    bottom: -58%;
  }
  .l-md-59 {
    left: 59%;
  }
  .r-md-59 {
    right: 59%;
  }
  .t-md-59 {
    top: 59%;
  }
  .b-md-59 {
    bottom: 59%;
  }
  .-md-n59 {
    left: -59%;
  }
  .r-md-n59 {
    right: -59%;
  }
  .t-md-n59 {
    top: -59%;
  }
  .b-md-n59 {
    bottom: -59%;
  }
  .l-md-60 {
    left: 60%;
  }
  .r-md-60 {
    right: 60%;
  }
  .t-md-60 {
    top: 60%;
  }
  .b-md-60 {
    bottom: 60%;
  }
  .-md-n60 {
    left: -60%;
  }
  .r-md-n60 {
    right: -60%;
  }
  .t-md-n60 {
    top: -60%;
  }
  .b-md-n60 {
    bottom: -60%;
  }
  .l-md-61 {
    left: 61%;
  }
  .r-md-61 {
    right: 61%;
  }
  .t-md-61 {
    top: 61%;
  }
  .b-md-61 {
    bottom: 61%;
  }
  .-md-n61 {
    left: -61%;
  }
  .r-md-n61 {
    right: -61%;
  }
  .t-md-n61 {
    top: -61%;
  }
  .b-md-n61 {
    bottom: -61%;
  }
  .l-md-62 {
    left: 62%;
  }
  .r-md-62 {
    right: 62%;
  }
  .t-md-62 {
    top: 62%;
  }
  .b-md-62 {
    bottom: 62%;
  }
  .-md-n62 {
    left: -62%;
  }
  .r-md-n62 {
    right: -62%;
  }
  .t-md-n62 {
    top: -62%;
  }
  .b-md-n62 {
    bottom: -62%;
  }
  .l-md-63 {
    left: 63%;
  }
  .r-md-63 {
    right: 63%;
  }
  .t-md-63 {
    top: 63%;
  }
  .b-md-63 {
    bottom: 63%;
  }
  .-md-n63 {
    left: -63%;
  }
  .r-md-n63 {
    right: -63%;
  }
  .t-md-n63 {
    top: -63%;
  }
  .b-md-n63 {
    bottom: -63%;
  }
  .l-md-64 {
    left: 64%;
  }
  .r-md-64 {
    right: 64%;
  }
  .t-md-64 {
    top: 64%;
  }
  .b-md-64 {
    bottom: 64%;
  }
  .-md-n64 {
    left: -64%;
  }
  .r-md-n64 {
    right: -64%;
  }
  .t-md-n64 {
    top: -64%;
  }
  .b-md-n64 {
    bottom: -64%;
  }
  .l-md-65 {
    left: 65%;
  }
  .r-md-65 {
    right: 65%;
  }
  .t-md-65 {
    top: 65%;
  }
  .b-md-65 {
    bottom: 65%;
  }
  .-md-n65 {
    left: -65%;
  }
  .r-md-n65 {
    right: -65%;
  }
  .t-md-n65 {
    top: -65%;
  }
  .b-md-n65 {
    bottom: -65%;
  }
  .l-md-66 {
    left: 66%;
  }
  .r-md-66 {
    right: 66%;
  }
  .t-md-66 {
    top: 66%;
  }
  .b-md-66 {
    bottom: 66%;
  }
  .-md-n66 {
    left: -66%;
  }
  .r-md-n66 {
    right: -66%;
  }
  .t-md-n66 {
    top: -66%;
  }
  .b-md-n66 {
    bottom: -66%;
  }
  .l-md-67 {
    left: 67%;
  }
  .r-md-67 {
    right: 67%;
  }
  .t-md-67 {
    top: 67%;
  }
  .b-md-67 {
    bottom: 67%;
  }
  .-md-n67 {
    left: -67%;
  }
  .r-md-n67 {
    right: -67%;
  }
  .t-md-n67 {
    top: -67%;
  }
  .b-md-n67 {
    bottom: -67%;
  }
  .l-md-68 {
    left: 68%;
  }
  .r-md-68 {
    right: 68%;
  }
  .t-md-68 {
    top: 68%;
  }
  .b-md-68 {
    bottom: 68%;
  }
  .-md-n68 {
    left: -68%;
  }
  .r-md-n68 {
    right: -68%;
  }
  .t-md-n68 {
    top: -68%;
  }
  .b-md-n68 {
    bottom: -68%;
  }
  .l-md-69 {
    left: 69%;
  }
  .r-md-69 {
    right: 69%;
  }
  .t-md-69 {
    top: 69%;
  }
  .b-md-69 {
    bottom: 69%;
  }
  .-md-n69 {
    left: -69%;
  }
  .r-md-n69 {
    right: -69%;
  }
  .t-md-n69 {
    top: -69%;
  }
  .b-md-n69 {
    bottom: -69%;
  }
  .l-md-70 {
    left: 70%;
  }
  .r-md-70 {
    right: 70%;
  }
  .t-md-70 {
    top: 70%;
  }
  .b-md-70 {
    bottom: 70%;
  }
  .-md-n70 {
    left: -70%;
  }
  .r-md-n70 {
    right: -70%;
  }
  .t-md-n70 {
    top: -70%;
  }
  .b-md-n70 {
    bottom: -70%;
  }
  .l-md-71 {
    left: 71%;
  }
  .r-md-71 {
    right: 71%;
  }
  .t-md-71 {
    top: 71%;
  }
  .b-md-71 {
    bottom: 71%;
  }
  .-md-n71 {
    left: -71%;
  }
  .r-md-n71 {
    right: -71%;
  }
  .t-md-n71 {
    top: -71%;
  }
  .b-md-n71 {
    bottom: -71%;
  }
  .l-md-72 {
    left: 72%;
  }
  .r-md-72 {
    right: 72%;
  }
  .t-md-72 {
    top: 72%;
  }
  .b-md-72 {
    bottom: 72%;
  }
  .-md-n72 {
    left: -72%;
  }
  .r-md-n72 {
    right: -72%;
  }
  .t-md-n72 {
    top: -72%;
  }
  .b-md-n72 {
    bottom: -72%;
  }
  .l-md-73 {
    left: 73%;
  }
  .r-md-73 {
    right: 73%;
  }
  .t-md-73 {
    top: 73%;
  }
  .b-md-73 {
    bottom: 73%;
  }
  .-md-n73 {
    left: -73%;
  }
  .r-md-n73 {
    right: -73%;
  }
  .t-md-n73 {
    top: -73%;
  }
  .b-md-n73 {
    bottom: -73%;
  }
  .l-md-74 {
    left: 74%;
  }
  .r-md-74 {
    right: 74%;
  }
  .t-md-74 {
    top: 74%;
  }
  .b-md-74 {
    bottom: 74%;
  }
  .-md-n74 {
    left: -74%;
  }
  .r-md-n74 {
    right: -74%;
  }
  .t-md-n74 {
    top: -74%;
  }
  .b-md-n74 {
    bottom: -74%;
  }
  .l-md-75 {
    left: 75%;
  }
  .r-md-75 {
    right: 75%;
  }
  .t-md-75 {
    top: 75%;
  }
  .b-md-75 {
    bottom: 75%;
  }
  .-md-n75 {
    left: -75%;
  }
  .r-md-n75 {
    right: -75%;
  }
  .t-md-n75 {
    top: -75%;
  }
  .b-md-n75 {
    bottom: -75%;
  }
  .l-md-76 {
    left: 76%;
  }
  .r-md-76 {
    right: 76%;
  }
  .t-md-76 {
    top: 76%;
  }
  .b-md-76 {
    bottom: 76%;
  }
  .-md-n76 {
    left: -76%;
  }
  .r-md-n76 {
    right: -76%;
  }
  .t-md-n76 {
    top: -76%;
  }
  .b-md-n76 {
    bottom: -76%;
  }
  .l-md-77 {
    left: 77%;
  }
  .r-md-77 {
    right: 77%;
  }
  .t-md-77 {
    top: 77%;
  }
  .b-md-77 {
    bottom: 77%;
  }
  .-md-n77 {
    left: -77%;
  }
  .r-md-n77 {
    right: -77%;
  }
  .t-md-n77 {
    top: -77%;
  }
  .b-md-n77 {
    bottom: -77%;
  }
  .l-md-78 {
    left: 78%;
  }
  .r-md-78 {
    right: 78%;
  }
  .t-md-78 {
    top: 78%;
  }
  .b-md-78 {
    bottom: 78%;
  }
  .-md-n78 {
    left: -78%;
  }
  .r-md-n78 {
    right: -78%;
  }
  .t-md-n78 {
    top: -78%;
  }
  .b-md-n78 {
    bottom: -78%;
  }
  .l-md-79 {
    left: 79%;
  }
  .r-md-79 {
    right: 79%;
  }
  .t-md-79 {
    top: 79%;
  }
  .b-md-79 {
    bottom: 79%;
  }
  .-md-n79 {
    left: -79%;
  }
  .r-md-n79 {
    right: -79%;
  }
  .t-md-n79 {
    top: -79%;
  }
  .b-md-n79 {
    bottom: -79%;
  }
  .l-md-80 {
    left: 80%;
  }
  .r-md-80 {
    right: 80%;
  }
  .t-md-80 {
    top: 80%;
  }
  .b-md-80 {
    bottom: 80%;
  }
  .-md-n80 {
    left: -80%;
  }
  .r-md-n80 {
    right: -80%;
  }
  .t-md-n80 {
    top: -80%;
  }
  .b-md-n80 {
    bottom: -80%;
  }
  .l-md-81 {
    left: 81%;
  }
  .r-md-81 {
    right: 81%;
  }
  .t-md-81 {
    top: 81%;
  }
  .b-md-81 {
    bottom: 81%;
  }
  .-md-n81 {
    left: -81%;
  }
  .r-md-n81 {
    right: -81%;
  }
  .t-md-n81 {
    top: -81%;
  }
  .b-md-n81 {
    bottom: -81%;
  }
  .l-md-82 {
    left: 82%;
  }
  .r-md-82 {
    right: 82%;
  }
  .t-md-82 {
    top: 82%;
  }
  .b-md-82 {
    bottom: 82%;
  }
  .-md-n82 {
    left: -82%;
  }
  .r-md-n82 {
    right: -82%;
  }
  .t-md-n82 {
    top: -82%;
  }
  .b-md-n82 {
    bottom: -82%;
  }
  .l-md-83 {
    left: 83%;
  }
  .r-md-83 {
    right: 83%;
  }
  .t-md-83 {
    top: 83%;
  }
  .b-md-83 {
    bottom: 83%;
  }
  .-md-n83 {
    left: -83%;
  }
  .r-md-n83 {
    right: -83%;
  }
  .t-md-n83 {
    top: -83%;
  }
  .b-md-n83 {
    bottom: -83%;
  }
  .l-md-84 {
    left: 84%;
  }
  .r-md-84 {
    right: 84%;
  }
  .t-md-84 {
    top: 84%;
  }
  .b-md-84 {
    bottom: 84%;
  }
  .-md-n84 {
    left: -84%;
  }
  .r-md-n84 {
    right: -84%;
  }
  .t-md-n84 {
    top: -84%;
  }
  .b-md-n84 {
    bottom: -84%;
  }
  .l-md-85 {
    left: 85%;
  }
  .r-md-85 {
    right: 85%;
  }
  .t-md-85 {
    top: 85%;
  }
  .b-md-85 {
    bottom: 85%;
  }
  .-md-n85 {
    left: -85%;
  }
  .r-md-n85 {
    right: -85%;
  }
  .t-md-n85 {
    top: -85%;
  }
  .b-md-n85 {
    bottom: -85%;
  }
  .l-md-86 {
    left: 86%;
  }
  .r-md-86 {
    right: 86%;
  }
  .t-md-86 {
    top: 86%;
  }
  .b-md-86 {
    bottom: 86%;
  }
  .-md-n86 {
    left: -86%;
  }
  .r-md-n86 {
    right: -86%;
  }
  .t-md-n86 {
    top: -86%;
  }
  .b-md-n86 {
    bottom: -86%;
  }
  .l-md-87 {
    left: 87%;
  }
  .r-md-87 {
    right: 87%;
  }
  .t-md-87 {
    top: 87%;
  }
  .b-md-87 {
    bottom: 87%;
  }
  .-md-n87 {
    left: -87%;
  }
  .r-md-n87 {
    right: -87%;
  }
  .t-md-n87 {
    top: -87%;
  }
  .b-md-n87 {
    bottom: -87%;
  }
  .l-md-88 {
    left: 88%;
  }
  .r-md-88 {
    right: 88%;
  }
  .t-md-88 {
    top: 88%;
  }
  .b-md-88 {
    bottom: 88%;
  }
  .-md-n88 {
    left: -88%;
  }
  .r-md-n88 {
    right: -88%;
  }
  .t-md-n88 {
    top: -88%;
  }
  .b-md-n88 {
    bottom: -88%;
  }
  .l-md-89 {
    left: 89%;
  }
  .r-md-89 {
    right: 89%;
  }
  .t-md-89 {
    top: 89%;
  }
  .b-md-89 {
    bottom: 89%;
  }
  .-md-n89 {
    left: -89%;
  }
  .r-md-n89 {
    right: -89%;
  }
  .t-md-n89 {
    top: -89%;
  }
  .b-md-n89 {
    bottom: -89%;
  }
  .l-md-90 {
    left: 90%;
  }
  .r-md-90 {
    right: 90%;
  }
  .t-md-90 {
    top: 90%;
  }
  .b-md-90 {
    bottom: 90%;
  }
  .-md-n90 {
    left: -90%;
  }
  .r-md-n90 {
    right: -90%;
  }
  .t-md-n90 {
    top: -90%;
  }
  .b-md-n90 {
    bottom: -90%;
  }
  .l-md-91 {
    left: 91%;
  }
  .r-md-91 {
    right: 91%;
  }
  .t-md-91 {
    top: 91%;
  }
  .b-md-91 {
    bottom: 91%;
  }
  .-md-n91 {
    left: -91%;
  }
  .r-md-n91 {
    right: -91%;
  }
  .t-md-n91 {
    top: -91%;
  }
  .b-md-n91 {
    bottom: -91%;
  }
  .l-md-92 {
    left: 92%;
  }
  .r-md-92 {
    right: 92%;
  }
  .t-md-92 {
    top: 92%;
  }
  .b-md-92 {
    bottom: 92%;
  }
  .-md-n92 {
    left: -92%;
  }
  .r-md-n92 {
    right: -92%;
  }
  .t-md-n92 {
    top: -92%;
  }
  .b-md-n92 {
    bottom: -92%;
  }
  .l-md-93 {
    left: 93%;
  }
  .r-md-93 {
    right: 93%;
  }
  .t-md-93 {
    top: 93%;
  }
  .b-md-93 {
    bottom: 93%;
  }
  .-md-n93 {
    left: -93%;
  }
  .r-md-n93 {
    right: -93%;
  }
  .t-md-n93 {
    top: -93%;
  }
  .b-md-n93 {
    bottom: -93%;
  }
  .l-md-94 {
    left: 94%;
  }
  .r-md-94 {
    right: 94%;
  }
  .t-md-94 {
    top: 94%;
  }
  .b-md-94 {
    bottom: 94%;
  }
  .-md-n94 {
    left: -94%;
  }
  .r-md-n94 {
    right: -94%;
  }
  .t-md-n94 {
    top: -94%;
  }
  .b-md-n94 {
    bottom: -94%;
  }
  .l-md-95 {
    left: 95%;
  }
  .r-md-95 {
    right: 95%;
  }
  .t-md-95 {
    top: 95%;
  }
  .b-md-95 {
    bottom: 95%;
  }
  .-md-n95 {
    left: -95%;
  }
  .r-md-n95 {
    right: -95%;
  }
  .t-md-n95 {
    top: -95%;
  }
  .b-md-n95 {
    bottom: -95%;
  }
  .l-md-96 {
    left: 96%;
  }
  .r-md-96 {
    right: 96%;
  }
  .t-md-96 {
    top: 96%;
  }
  .b-md-96 {
    bottom: 96%;
  }
  .-md-n96 {
    left: -96%;
  }
  .r-md-n96 {
    right: -96%;
  }
  .t-md-n96 {
    top: -96%;
  }
  .b-md-n96 {
    bottom: -96%;
  }
  .l-md-97 {
    left: 97%;
  }
  .r-md-97 {
    right: 97%;
  }
  .t-md-97 {
    top: 97%;
  }
  .b-md-97 {
    bottom: 97%;
  }
  .-md-n97 {
    left: -97%;
  }
  .r-md-n97 {
    right: -97%;
  }
  .t-md-n97 {
    top: -97%;
  }
  .b-md-n97 {
    bottom: -97%;
  }
  .l-md-98 {
    left: 98%;
  }
  .r-md-98 {
    right: 98%;
  }
  .t-md-98 {
    top: 98%;
  }
  .b-md-98 {
    bottom: 98%;
  }
  .-md-n98 {
    left: -98%;
  }
  .r-md-n98 {
    right: -98%;
  }
  .t-md-n98 {
    top: -98%;
  }
  .b-md-n98 {
    bottom: -98%;
  }
  .l-md-99 {
    left: 99%;
  }
  .r-md-99 {
    right: 99%;
  }
  .t-md-99 {
    top: 99%;
  }
  .b-md-99 {
    bottom: 99%;
  }
  .-md-n99 {
    left: -99%;
  }
  .r-md-n99 {
    right: -99%;
  }
  .t-md-n99 {
    top: -99%;
  }
  .b-md-n99 {
    bottom: -99%;
  }
  .l-md-100 {
    left: 100%;
  }
  .r-md-100 {
    right: 100%;
  }
  .t-md-100 {
    top: 100%;
  }
  .b-md-100 {
    bottom: 100%;
  }
  .-md-n100 {
    left: -100%;
  }
  .r-md-n100 {
    right: -100%;
  }
  .t-md-n100 {
    top: -100%;
  }
  .b-md-n100 {
    bottom: -100%;
  }
}
@media (min-width: 1200px) {
  .l-lg-0 {
    left: 0%;
  }
  .r-lg-0 {
    right: 0%;
  }
  .t-lg-0 {
    top: 0%;
  }
  .b-lg-0 {
    bottom: 0%;
  }
  .l-lg-n0 {
    left: 0%;
  }
  .r-lg-n0 {
    right: 0%;
  }
  .t-lg-n0 {
    top: 0%;
  }
  .b-lg-n0 {
    bottom: 0%;
  }
  .l-lg-1 {
    left: 1%;
  }
  .r-lg-1 {
    right: 1%;
  }
  .t-lg-1 {
    top: 1%;
  }
  .b-lg-1 {
    bottom: 1%;
  }
  .l-lg-n1 {
    left: -1%;
  }
  .r-lg-n1 {
    right: -1%;
  }
  .t-lg-n1 {
    top: -1%;
  }
  .b-lg-n1 {
    bottom: -1%;
  }
  .l-lg-2 {
    left: 2%;
  }
  .r-lg-2 {
    right: 2%;
  }
  .t-lg-2 {
    top: 2%;
  }
  .b-lg-2 {
    bottom: 2%;
  }
  .l-lg-n2 {
    left: -2%;
  }
  .r-lg-n2 {
    right: -2%;
  }
  .t-lg-n2 {
    top: -2%;
  }
  .b-lg-n2 {
    bottom: -2%;
  }
  .l-lg-3 {
    left: 3%;
  }
  .r-lg-3 {
    right: 3%;
  }
  .t-lg-3 {
    top: 3%;
  }
  .b-lg-3 {
    bottom: 3%;
  }
  .l-lg-n3 {
    left: -3%;
  }
  .r-lg-n3 {
    right: -3%;
  }
  .t-lg-n3 {
    top: -3%;
  }
  .b-lg-n3 {
    bottom: -3%;
  }
  .l-lg-4 {
    left: 4%;
  }
  .r-lg-4 {
    right: 4%;
  }
  .t-lg-4 {
    top: 4%;
  }
  .b-lg-4 {
    bottom: 4%;
  }
  .l-lg-n4 {
    left: -4%;
  }
  .r-lg-n4 {
    right: -4%;
  }
  .t-lg-n4 {
    top: -4%;
  }
  .b-lg-n4 {
    bottom: -4%;
  }
  .l-lg-5 {
    left: 5%;
  }
  .r-lg-5 {
    right: 5%;
  }
  .t-lg-5 {
    top: 5%;
  }
  .b-lg-5 {
    bottom: 5%;
  }
  .l-lg-n5 {
    left: -5%;
  }
  .r-lg-n5 {
    right: -5%;
  }
  .t-lg-n5 {
    top: -5%;
  }
  .b-lg-n5 {
    bottom: -5%;
  }
  .l-lg-6 {
    left: 6%;
  }
  .r-lg-6 {
    right: 6%;
  }
  .t-lg-6 {
    top: 6%;
  }
  .b-lg-6 {
    bottom: 6%;
  }
  .l-lg-n6 {
    left: -6%;
  }
  .r-lg-n6 {
    right: -6%;
  }
  .t-lg-n6 {
    top: -6%;
  }
  .b-lg-n6 {
    bottom: -6%;
  }
  .l-lg-7 {
    left: 7%;
  }
  .r-lg-7 {
    right: 7%;
  }
  .t-lg-7 {
    top: 7%;
  }
  .b-lg-7 {
    bottom: 7%;
  }
  .l-lg-n7 {
    left: -7%;
  }
  .r-lg-n7 {
    right: -7%;
  }
  .t-lg-n7 {
    top: -7%;
  }
  .b-lg-n7 {
    bottom: -7%;
  }
  .l-lg-8 {
    left: 8%;
  }
  .r-lg-8 {
    right: 8%;
  }
  .t-lg-8 {
    top: 8%;
  }
  .b-lg-8 {
    bottom: 8%;
  }
  .l-lg-n8 {
    left: -8%;
  }
  .r-lg-n8 {
    right: -8%;
  }
  .t-lg-n8 {
    top: -8%;
  }
  .b-lg-n8 {
    bottom: -8%;
  }
  .l-lg-9 {
    left: 9%;
  }
  .r-lg-9 {
    right: 9%;
  }
  .t-lg-9 {
    top: 9%;
  }
  .b-lg-9 {
    bottom: 9%;
  }
  .l-lg-n9 {
    left: -9%;
  }
  .r-lg-n9 {
    right: -9%;
  }
  .t-lg-n9 {
    top: -9%;
  }
  .b-lg-n9 {
    bottom: -9%;
  }
  .l-lg-10 {
    left: 10%;
  }
  .r-lg-10 {
    right: 10%;
  }
  .t-lg-10 {
    top: 10%;
  }
  .b-lg-10 {
    bottom: 10%;
  }
  .l-lg-n10 {
    left: -10%;
  }
  .r-lg-n10 {
    right: -10%;
  }
  .t-lg-n10 {
    top: -10%;
  }
  .b-lg-n10 {
    bottom: -10%;
  }
  .l-lg-11 {
    left: 11%;
  }
  .r-lg-11 {
    right: 11%;
  }
  .t-lg-11 {
    top: 11%;
  }
  .b-lg-11 {
    bottom: 11%;
  }
  .l-lg-n11 {
    left: -11%;
  }
  .r-lg-n11 {
    right: -11%;
  }
  .t-lg-n11 {
    top: -11%;
  }
  .b-lg-n11 {
    bottom: -11%;
  }
  .l-lg-12 {
    left: 12%;
  }
  .r-lg-12 {
    right: 12%;
  }
  .t-lg-12 {
    top: 12%;
  }
  .b-lg-12 {
    bottom: 12%;
  }
  .l-lg-n12 {
    left: -12%;
  }
  .r-lg-n12 {
    right: -12%;
  }
  .t-lg-n12 {
    top: -12%;
  }
  .b-lg-n12 {
    bottom: -12%;
  }
  .l-lg-13 {
    left: 13%;
  }
  .r-lg-13 {
    right: 13%;
  }
  .t-lg-13 {
    top: 13%;
  }
  .b-lg-13 {
    bottom: 13%;
  }
  .l-lg-n13 {
    left: -13%;
  }
  .r-lg-n13 {
    right: -13%;
  }
  .t-lg-n13 {
    top: -13%;
  }
  .b-lg-n13 {
    bottom: -13%;
  }
  .l-lg-14 {
    left: 14%;
  }
  .r-lg-14 {
    right: 14%;
  }
  .t-lg-14 {
    top: 14%;
  }
  .b-lg-14 {
    bottom: 14%;
  }
  .l-lg-n14 {
    left: -14%;
  }
  .r-lg-n14 {
    right: -14%;
  }
  .t-lg-n14 {
    top: -14%;
  }
  .b-lg-n14 {
    bottom: -14%;
  }
  .l-lg-15 {
    left: 15%;
  }
  .r-lg-15 {
    right: 15%;
  }
  .t-lg-15 {
    top: 15%;
  }
  .b-lg-15 {
    bottom: 15%;
  }
  .l-lg-n15 {
    left: -15%;
  }
  .r-lg-n15 {
    right: -15%;
  }
  .t-lg-n15 {
    top: -15%;
  }
  .b-lg-n15 {
    bottom: -15%;
  }
  .l-lg-16 {
    left: 16%;
  }
  .r-lg-16 {
    right: 16%;
  }
  .t-lg-16 {
    top: 16%;
  }
  .b-lg-16 {
    bottom: 16%;
  }
  .l-lg-n16 {
    left: -16%;
  }
  .r-lg-n16 {
    right: -16%;
  }
  .t-lg-n16 {
    top: -16%;
  }
  .b-lg-n16 {
    bottom: -16%;
  }
  .l-lg-17 {
    left: 17%;
  }
  .r-lg-17 {
    right: 17%;
  }
  .t-lg-17 {
    top: 17%;
  }
  .b-lg-17 {
    bottom: 17%;
  }
  .l-lg-n17 {
    left: -17%;
  }
  .r-lg-n17 {
    right: -17%;
  }
  .t-lg-n17 {
    top: -17%;
  }
  .b-lg-n17 {
    bottom: -17%;
  }
  .l-lg-18 {
    left: 18%;
  }
  .r-lg-18 {
    right: 18%;
  }
  .t-lg-18 {
    top: 18%;
  }
  .b-lg-18 {
    bottom: 18%;
  }
  .l-lg-n18 {
    left: -18%;
  }
  .r-lg-n18 {
    right: -18%;
  }
  .t-lg-n18 {
    top: -18%;
  }
  .b-lg-n18 {
    bottom: -18%;
  }
  .l-lg-19 {
    left: 19%;
  }
  .r-lg-19 {
    right: 19%;
  }
  .t-lg-19 {
    top: 19%;
  }
  .b-lg-19 {
    bottom: 19%;
  }
  .l-lg-n19 {
    left: -19%;
  }
  .r-lg-n19 {
    right: -19%;
  }
  .t-lg-n19 {
    top: -19%;
  }
  .b-lg-n19 {
    bottom: -19%;
  }
  .l-lg-20 {
    left: 20%;
  }
  .r-lg-20 {
    right: 20%;
  }
  .t-lg-20 {
    top: 20%;
  }
  .b-lg-20 {
    bottom: 20%;
  }
  .l-lg-n20 {
    left: -20%;
  }
  .r-lg-n20 {
    right: -20%;
  }
  .t-lg-n20 {
    top: -20%;
  }
  .b-lg-n20 {
    bottom: -20%;
  }
  .l-lg-21 {
    left: 21%;
  }
  .r-lg-21 {
    right: 21%;
  }
  .t-lg-21 {
    top: 21%;
  }
  .b-lg-21 {
    bottom: 21%;
  }
  .l-lg-n21 {
    left: -21%;
  }
  .r-lg-n21 {
    right: -21%;
  }
  .t-lg-n21 {
    top: -21%;
  }
  .b-lg-n21 {
    bottom: -21%;
  }
  .l-lg-22 {
    left: 22%;
  }
  .r-lg-22 {
    right: 22%;
  }
  .t-lg-22 {
    top: 22%;
  }
  .b-lg-22 {
    bottom: 22%;
  }
  .l-lg-n22 {
    left: -22%;
  }
  .r-lg-n22 {
    right: -22%;
  }
  .t-lg-n22 {
    top: -22%;
  }
  .b-lg-n22 {
    bottom: -22%;
  }
  .l-lg-23 {
    left: 23%;
  }
  .r-lg-23 {
    right: 23%;
  }
  .t-lg-23 {
    top: 23%;
  }
  .b-lg-23 {
    bottom: 23%;
  }
  .l-lg-n23 {
    left: -23%;
  }
  .r-lg-n23 {
    right: -23%;
  }
  .t-lg-n23 {
    top: -23%;
  }
  .b-lg-n23 {
    bottom: -23%;
  }
  .l-lg-24 {
    left: 24%;
  }
  .r-lg-24 {
    right: 24%;
  }
  .t-lg-24 {
    top: 24%;
  }
  .b-lg-24 {
    bottom: 24%;
  }
  .l-lg-n24 {
    left: -24%;
  }
  .r-lg-n24 {
    right: -24%;
  }
  .t-lg-n24 {
    top: -24%;
  }
  .b-lg-n24 {
    bottom: -24%;
  }
  .l-lg-25 {
    left: 25%;
  }
  .r-lg-25 {
    right: 25%;
  }
  .t-lg-25 {
    top: 25%;
  }
  .b-lg-25 {
    bottom: 25%;
  }
  .l-lg-n25 {
    left: -25%;
  }
  .r-lg-n25 {
    right: -25%;
  }
  .t-lg-n25 {
    top: -25%;
  }
  .b-lg-n25 {
    bottom: -25%;
  }
  .l-lg-26 {
    left: 26%;
  }
  .r-lg-26 {
    right: 26%;
  }
  .t-lg-26 {
    top: 26%;
  }
  .b-lg-26 {
    bottom: 26%;
  }
  .l-lg-n26 {
    left: -26%;
  }
  .r-lg-n26 {
    right: -26%;
  }
  .t-lg-n26 {
    top: -26%;
  }
  .b-lg-n26 {
    bottom: -26%;
  }
  .l-lg-27 {
    left: 27%;
  }
  .r-lg-27 {
    right: 27%;
  }
  .t-lg-27 {
    top: 27%;
  }
  .b-lg-27 {
    bottom: 27%;
  }
  .l-lg-n27 {
    left: -27%;
  }
  .r-lg-n27 {
    right: -27%;
  }
  .t-lg-n27 {
    top: -27%;
  }
  .b-lg-n27 {
    bottom: -27%;
  }
  .l-lg-28 {
    left: 28%;
  }
  .r-lg-28 {
    right: 28%;
  }
  .t-lg-28 {
    top: 28%;
  }
  .b-lg-28 {
    bottom: 28%;
  }
  .l-lg-n28 {
    left: -28%;
  }
  .r-lg-n28 {
    right: -28%;
  }
  .t-lg-n28 {
    top: -28%;
  }
  .b-lg-n28 {
    bottom: -28%;
  }
  .l-lg-29 {
    left: 29%;
  }
  .r-lg-29 {
    right: 29%;
  }
  .t-lg-29 {
    top: 29%;
  }
  .b-lg-29 {
    bottom: 29%;
  }
  .l-lg-n29 {
    left: -29%;
  }
  .r-lg-n29 {
    right: -29%;
  }
  .t-lg-n29 {
    top: -29%;
  }
  .b-lg-n29 {
    bottom: -29%;
  }
  .l-lg-30 {
    left: 30%;
  }
  .r-lg-30 {
    right: 30%;
  }
  .t-lg-30 {
    top: 30%;
  }
  .b-lg-30 {
    bottom: 30%;
  }
  .l-lg-n30 {
    left: -30%;
  }
  .r-lg-n30 {
    right: -30%;
  }
  .t-lg-n30 {
    top: -30%;
  }
  .b-lg-n30 {
    bottom: -30%;
  }
  .l-lg-31 {
    left: 31%;
  }
  .r-lg-31 {
    right: 31%;
  }
  .t-lg-31 {
    top: 31%;
  }
  .b-lg-31 {
    bottom: 31%;
  }
  .l-lg-n31 {
    left: -31%;
  }
  .r-lg-n31 {
    right: -31%;
  }
  .t-lg-n31 {
    top: -31%;
  }
  .b-lg-n31 {
    bottom: -31%;
  }
  .l-lg-32 {
    left: 32%;
  }
  .r-lg-32 {
    right: 32%;
  }
  .t-lg-32 {
    top: 32%;
  }
  .b-lg-32 {
    bottom: 32%;
  }
  .l-lg-n32 {
    left: -32%;
  }
  .r-lg-n32 {
    right: -32%;
  }
  .t-lg-n32 {
    top: -32%;
  }
  .b-lg-n32 {
    bottom: -32%;
  }
  .l-lg-33 {
    left: 33%;
  }
  .r-lg-33 {
    right: 33%;
  }
  .t-lg-33 {
    top: 33%;
  }
  .b-lg-33 {
    bottom: 33%;
  }
  .l-lg-n33 {
    left: -33%;
  }
  .r-lg-n33 {
    right: -33%;
  }
  .t-lg-n33 {
    top: -33%;
  }
  .b-lg-n33 {
    bottom: -33%;
  }
  .l-lg-34 {
    left: 34%;
  }
  .r-lg-34 {
    right: 34%;
  }
  .t-lg-34 {
    top: 34%;
  }
  .b-lg-34 {
    bottom: 34%;
  }
  .l-lg-n34 {
    left: -34%;
  }
  .r-lg-n34 {
    right: -34%;
  }
  .t-lg-n34 {
    top: -34%;
  }
  .b-lg-n34 {
    bottom: -34%;
  }
  .l-lg-35 {
    left: 35%;
  }
  .r-lg-35 {
    right: 35%;
  }
  .t-lg-35 {
    top: 35%;
  }
  .b-lg-35 {
    bottom: 35%;
  }
  .l-lg-n35 {
    left: -35%;
  }
  .r-lg-n35 {
    right: -35%;
  }
  .t-lg-n35 {
    top: -35%;
  }
  .b-lg-n35 {
    bottom: -35%;
  }
  .l-lg-36 {
    left: 36%;
  }
  .r-lg-36 {
    right: 36%;
  }
  .t-lg-36 {
    top: 36%;
  }
  .b-lg-36 {
    bottom: 36%;
  }
  .l-lg-n36 {
    left: -36%;
  }
  .r-lg-n36 {
    right: -36%;
  }
  .t-lg-n36 {
    top: -36%;
  }
  .b-lg-n36 {
    bottom: -36%;
  }
  .l-lg-37 {
    left: 37%;
  }
  .r-lg-37 {
    right: 37%;
  }
  .t-lg-37 {
    top: 37%;
  }
  .b-lg-37 {
    bottom: 37%;
  }
  .l-lg-n37 {
    left: -37%;
  }
  .r-lg-n37 {
    right: -37%;
  }
  .t-lg-n37 {
    top: -37%;
  }
  .b-lg-n37 {
    bottom: -37%;
  }
  .l-lg-38 {
    left: 38%;
  }
  .r-lg-38 {
    right: 38%;
  }
  .t-lg-38 {
    top: 38%;
  }
  .b-lg-38 {
    bottom: 38%;
  }
  .l-lg-n38 {
    left: -38%;
  }
  .r-lg-n38 {
    right: -38%;
  }
  .t-lg-n38 {
    top: -38%;
  }
  .b-lg-n38 {
    bottom: -38%;
  }
  .l-lg-39 {
    left: 39%;
  }
  .r-lg-39 {
    right: 39%;
  }
  .t-lg-39 {
    top: 39%;
  }
  .b-lg-39 {
    bottom: 39%;
  }
  .l-lg-n39 {
    left: -39%;
  }
  .r-lg-n39 {
    right: -39%;
  }
  .t-lg-n39 {
    top: -39%;
  }
  .b-lg-n39 {
    bottom: -39%;
  }
  .l-lg-40 {
    left: 40%;
  }
  .r-lg-40 {
    right: 40%;
  }
  .t-lg-40 {
    top: 40%;
  }
  .b-lg-40 {
    bottom: 40%;
  }
  .l-lg-n40 {
    left: -40%;
  }
  .r-lg-n40 {
    right: -40%;
  }
  .t-lg-n40 {
    top: -40%;
  }
  .b-lg-n40 {
    bottom: -40%;
  }
  .l-lg-41 {
    left: 41%;
  }
  .r-lg-41 {
    right: 41%;
  }
  .t-lg-41 {
    top: 41%;
  }
  .b-lg-41 {
    bottom: 41%;
  }
  .l-lg-n41 {
    left: -41%;
  }
  .r-lg-n41 {
    right: -41%;
  }
  .t-lg-n41 {
    top: -41%;
  }
  .b-lg-n41 {
    bottom: -41%;
  }
  .l-lg-42 {
    left: 42%;
  }
  .r-lg-42 {
    right: 42%;
  }
  .t-lg-42 {
    top: 42%;
  }
  .b-lg-42 {
    bottom: 42%;
  }
  .l-lg-n42 {
    left: -42%;
  }
  .r-lg-n42 {
    right: -42%;
  }
  .t-lg-n42 {
    top: -42%;
  }
  .b-lg-n42 {
    bottom: -42%;
  }
  .l-lg-43 {
    left: 43%;
  }
  .r-lg-43 {
    right: 43%;
  }
  .t-lg-43 {
    top: 43%;
  }
  .b-lg-43 {
    bottom: 43%;
  }
  .l-lg-n43 {
    left: -43%;
  }
  .r-lg-n43 {
    right: -43%;
  }
  .t-lg-n43 {
    top: -43%;
  }
  .b-lg-n43 {
    bottom: -43%;
  }
  .l-lg-44 {
    left: 44%;
  }
  .r-lg-44 {
    right: 44%;
  }
  .t-lg-44 {
    top: 44%;
  }
  .b-lg-44 {
    bottom: 44%;
  }
  .l-lg-n44 {
    left: -44%;
  }
  .r-lg-n44 {
    right: -44%;
  }
  .t-lg-n44 {
    top: -44%;
  }
  .b-lg-n44 {
    bottom: -44%;
  }
  .l-lg-45 {
    left: 45%;
  }
  .r-lg-45 {
    right: 45%;
  }
  .t-lg-45 {
    top: 45%;
  }
  .b-lg-45 {
    bottom: 45%;
  }
  .l-lg-n45 {
    left: -45%;
  }
  .r-lg-n45 {
    right: -45%;
  }
  .t-lg-n45 {
    top: -45%;
  }
  .b-lg-n45 {
    bottom: -45%;
  }
  .l-lg-46 {
    left: 46%;
  }
  .r-lg-46 {
    right: 46%;
  }
  .t-lg-46 {
    top: 46%;
  }
  .b-lg-46 {
    bottom: 46%;
  }
  .l-lg-n46 {
    left: -46%;
  }
  .r-lg-n46 {
    right: -46%;
  }
  .t-lg-n46 {
    top: -46%;
  }
  .b-lg-n46 {
    bottom: -46%;
  }
  .l-lg-47 {
    left: 47%;
  }
  .r-lg-47 {
    right: 47%;
  }
  .t-lg-47 {
    top: 47%;
  }
  .b-lg-47 {
    bottom: 47%;
  }
  .l-lg-n47 {
    left: -47%;
  }
  .r-lg-n47 {
    right: -47%;
  }
  .t-lg-n47 {
    top: -47%;
  }
  .b-lg-n47 {
    bottom: -47%;
  }
  .l-lg-48 {
    left: 48%;
  }
  .r-lg-48 {
    right: 48%;
  }
  .t-lg-48 {
    top: 48%;
  }
  .b-lg-48 {
    bottom: 48%;
  }
  .l-lg-n48 {
    left: -48%;
  }
  .r-lg-n48 {
    right: -48%;
  }
  .t-lg-n48 {
    top: -48%;
  }
  .b-lg-n48 {
    bottom: -48%;
  }
  .l-lg-49 {
    left: 49%;
  }
  .r-lg-49 {
    right: 49%;
  }
  .t-lg-49 {
    top: 49%;
  }
  .b-lg-49 {
    bottom: 49%;
  }
  .l-lg-n49 {
    left: -49%;
  }
  .r-lg-n49 {
    right: -49%;
  }
  .t-lg-n49 {
    top: -49%;
  }
  .b-lg-n49 {
    bottom: -49%;
  }
  .l-lg-50 {
    left: 50%;
  }
  .r-lg-50 {
    right: 50%;
  }
  .t-lg-50 {
    top: 50%;
  }
  .b-lg-50 {
    bottom: 50%;
  }
  .l-lg-n50 {
    left: -50%;
  }
  .r-lg-n50 {
    right: -50%;
  }
  .t-lg-n50 {
    top: -50%;
  }
  .b-lg-n50 {
    bottom: -50%;
  }
  .l-lg-51 {
    left: 51%;
  }
  .r-lg-51 {
    right: 51%;
  }
  .t-lg-51 {
    top: 51%;
  }
  .b-lg-51 {
    bottom: 51%;
  }
  .l-lg-n51 {
    left: -51%;
  }
  .r-lg-n51 {
    right: -51%;
  }
  .t-lg-n51 {
    top: -51%;
  }
  .b-lg-n51 {
    bottom: -51%;
  }
  .l-lg-52 {
    left: 52%;
  }
  .r-lg-52 {
    right: 52%;
  }
  .t-lg-52 {
    top: 52%;
  }
  .b-lg-52 {
    bottom: 52%;
  }
  .l-lg-n52 {
    left: -52%;
  }
  .r-lg-n52 {
    right: -52%;
  }
  .t-lg-n52 {
    top: -52%;
  }
  .b-lg-n52 {
    bottom: -52%;
  }
  .l-lg-53 {
    left: 53%;
  }
  .r-lg-53 {
    right: 53%;
  }
  .t-lg-53 {
    top: 53%;
  }
  .b-lg-53 {
    bottom: 53%;
  }
  .l-lg-n53 {
    left: -53%;
  }
  .r-lg-n53 {
    right: -53%;
  }
  .t-lg-n53 {
    top: -53%;
  }
  .b-lg-n53 {
    bottom: -53%;
  }
  .l-lg-54 {
    left: 54%;
  }
  .r-lg-54 {
    right: 54%;
  }
  .t-lg-54 {
    top: 54%;
  }
  .b-lg-54 {
    bottom: 54%;
  }
  .l-lg-n54 {
    left: -54%;
  }
  .r-lg-n54 {
    right: -54%;
  }
  .t-lg-n54 {
    top: -54%;
  }
  .b-lg-n54 {
    bottom: -54%;
  }
  .l-lg-55 {
    left: 55%;
  }
  .r-lg-55 {
    right: 55%;
  }
  .t-lg-55 {
    top: 55%;
  }
  .b-lg-55 {
    bottom: 55%;
  }
  .l-lg-n55 {
    left: -55%;
  }
  .r-lg-n55 {
    right: -55%;
  }
  .t-lg-n55 {
    top: -55%;
  }
  .b-lg-n55 {
    bottom: -55%;
  }
  .l-lg-56 {
    left: 56%;
  }
  .r-lg-56 {
    right: 56%;
  }
  .t-lg-56 {
    top: 56%;
  }
  .b-lg-56 {
    bottom: 56%;
  }
  .l-lg-n56 {
    left: -56%;
  }
  .r-lg-n56 {
    right: -56%;
  }
  .t-lg-n56 {
    top: -56%;
  }
  .b-lg-n56 {
    bottom: -56%;
  }
  .l-lg-57 {
    left: 57%;
  }
  .r-lg-57 {
    right: 57%;
  }
  .t-lg-57 {
    top: 57%;
  }
  .b-lg-57 {
    bottom: 57%;
  }
  .l-lg-n57 {
    left: -57%;
  }
  .r-lg-n57 {
    right: -57%;
  }
  .t-lg-n57 {
    top: -57%;
  }
  .b-lg-n57 {
    bottom: -57%;
  }
  .l-lg-58 {
    left: 58%;
  }
  .r-lg-58 {
    right: 58%;
  }
  .t-lg-58 {
    top: 58%;
  }
  .b-lg-58 {
    bottom: 58%;
  }
  .l-lg-n58 {
    left: -58%;
  }
  .r-lg-n58 {
    right: -58%;
  }
  .t-lg-n58 {
    top: -58%;
  }
  .b-lg-n58 {
    bottom: -58%;
  }
  .l-lg-59 {
    left: 59%;
  }
  .r-lg-59 {
    right: 59%;
  }
  .t-lg-59 {
    top: 59%;
  }
  .b-lg-59 {
    bottom: 59%;
  }
  .l-lg-n59 {
    left: -59%;
  }
  .r-lg-n59 {
    right: -59%;
  }
  .t-lg-n59 {
    top: -59%;
  }
  .b-lg-n59 {
    bottom: -59%;
  }
  .l-lg-60 {
    left: 60%;
  }
  .r-lg-60 {
    right: 60%;
  }
  .t-lg-60 {
    top: 60%;
  }
  .b-lg-60 {
    bottom: 60%;
  }
  .l-lg-n60 {
    left: -60%;
  }
  .r-lg-n60 {
    right: -60%;
  }
  .t-lg-n60 {
    top: -60%;
  }
  .b-lg-n60 {
    bottom: -60%;
  }
  .l-lg-61 {
    left: 61%;
  }
  .r-lg-61 {
    right: 61%;
  }
  .t-lg-61 {
    top: 61%;
  }
  .b-lg-61 {
    bottom: 61%;
  }
  .l-lg-n61 {
    left: -61%;
  }
  .r-lg-n61 {
    right: -61%;
  }
  .t-lg-n61 {
    top: -61%;
  }
  .b-lg-n61 {
    bottom: -61%;
  }
  .l-lg-62 {
    left: 62%;
  }
  .r-lg-62 {
    right: 62%;
  }
  .t-lg-62 {
    top: 62%;
  }
  .b-lg-62 {
    bottom: 62%;
  }
  .l-lg-n62 {
    left: -62%;
  }
  .r-lg-n62 {
    right: -62%;
  }
  .t-lg-n62 {
    top: -62%;
  }
  .b-lg-n62 {
    bottom: -62%;
  }
  .l-lg-63 {
    left: 63%;
  }
  .r-lg-63 {
    right: 63%;
  }
  .t-lg-63 {
    top: 63%;
  }
  .b-lg-63 {
    bottom: 63%;
  }
  .l-lg-n63 {
    left: -63%;
  }
  .r-lg-n63 {
    right: -63%;
  }
  .t-lg-n63 {
    top: -63%;
  }
  .b-lg-n63 {
    bottom: -63%;
  }
  .l-lg-64 {
    left: 64%;
  }
  .r-lg-64 {
    right: 64%;
  }
  .t-lg-64 {
    top: 64%;
  }
  .b-lg-64 {
    bottom: 64%;
  }
  .l-lg-n64 {
    left: -64%;
  }
  .r-lg-n64 {
    right: -64%;
  }
  .t-lg-n64 {
    top: -64%;
  }
  .b-lg-n64 {
    bottom: -64%;
  }
  .l-lg-65 {
    left: 65%;
  }
  .r-lg-65 {
    right: 65%;
  }
  .t-lg-65 {
    top: 65%;
  }
  .b-lg-65 {
    bottom: 65%;
  }
  .l-lg-n65 {
    left: -65%;
  }
  .r-lg-n65 {
    right: -65%;
  }
  .t-lg-n65 {
    top: -65%;
  }
  .b-lg-n65 {
    bottom: -65%;
  }
  .l-lg-66 {
    left: 66%;
  }
  .r-lg-66 {
    right: 66%;
  }
  .t-lg-66 {
    top: 66%;
  }
  .b-lg-66 {
    bottom: 66%;
  }
  .l-lg-n66 {
    left: -66%;
  }
  .r-lg-n66 {
    right: -66%;
  }
  .t-lg-n66 {
    top: -66%;
  }
  .b-lg-n66 {
    bottom: -66%;
  }
  .l-lg-67 {
    left: 67%;
  }
  .r-lg-67 {
    right: 67%;
  }
  .t-lg-67 {
    top: 67%;
  }
  .b-lg-67 {
    bottom: 67%;
  }
  .l-lg-n67 {
    left: -67%;
  }
  .r-lg-n67 {
    right: -67%;
  }
  .t-lg-n67 {
    top: -67%;
  }
  .b-lg-n67 {
    bottom: -67%;
  }
  .l-lg-68 {
    left: 68%;
  }
  .r-lg-68 {
    right: 68%;
  }
  .t-lg-68 {
    top: 68%;
  }
  .b-lg-68 {
    bottom: 68%;
  }
  .l-lg-n68 {
    left: -68%;
  }
  .r-lg-n68 {
    right: -68%;
  }
  .t-lg-n68 {
    top: -68%;
  }
  .b-lg-n68 {
    bottom: -68%;
  }
  .l-lg-69 {
    left: 69%;
  }
  .r-lg-69 {
    right: 69%;
  }
  .t-lg-69 {
    top: 69%;
  }
  .b-lg-69 {
    bottom: 69%;
  }
  .l-lg-n69 {
    left: -69%;
  }
  .r-lg-n69 {
    right: -69%;
  }
  .t-lg-n69 {
    top: -69%;
  }
  .b-lg-n69 {
    bottom: -69%;
  }
  .l-lg-70 {
    left: 70%;
  }
  .r-lg-70 {
    right: 70%;
  }
  .t-lg-70 {
    top: 70%;
  }
  .b-lg-70 {
    bottom: 70%;
  }
  .l-lg-n70 {
    left: -70%;
  }
  .r-lg-n70 {
    right: -70%;
  }
  .t-lg-n70 {
    top: -70%;
  }
  .b-lg-n70 {
    bottom: -70%;
  }
  .l-lg-71 {
    left: 71%;
  }
  .r-lg-71 {
    right: 71%;
  }
  .t-lg-71 {
    top: 71%;
  }
  .b-lg-71 {
    bottom: 71%;
  }
  .l-lg-n71 {
    left: -71%;
  }
  .r-lg-n71 {
    right: -71%;
  }
  .t-lg-n71 {
    top: -71%;
  }
  .b-lg-n71 {
    bottom: -71%;
  }
  .l-lg-72 {
    left: 72%;
  }
  .r-lg-72 {
    right: 72%;
  }
  .t-lg-72 {
    top: 72%;
  }
  .b-lg-72 {
    bottom: 72%;
  }
  .l-lg-n72 {
    left: -72%;
  }
  .r-lg-n72 {
    right: -72%;
  }
  .t-lg-n72 {
    top: -72%;
  }
  .b-lg-n72 {
    bottom: -72%;
  }
  .l-lg-73 {
    left: 73%;
  }
  .r-lg-73 {
    right: 73%;
  }
  .t-lg-73 {
    top: 73%;
  }
  .b-lg-73 {
    bottom: 73%;
  }
  .l-lg-n73 {
    left: -73%;
  }
  .r-lg-n73 {
    right: -73%;
  }
  .t-lg-n73 {
    top: -73%;
  }
  .b-lg-n73 {
    bottom: -73%;
  }
  .l-lg-74 {
    left: 74%;
  }
  .r-lg-74 {
    right: 74%;
  }
  .t-lg-74 {
    top: 74%;
  }
  .b-lg-74 {
    bottom: 74%;
  }
  .l-lg-n74 {
    left: -74%;
  }
  .r-lg-n74 {
    right: -74%;
  }
  .t-lg-n74 {
    top: -74%;
  }
  .b-lg-n74 {
    bottom: -74%;
  }
  .l-lg-75 {
    left: 75%;
  }
  .r-lg-75 {
    right: 75%;
  }
  .t-lg-75 {
    top: 75%;
  }
  .b-lg-75 {
    bottom: 75%;
  }
  .l-lg-n75 {
    left: -75%;
  }
  .r-lg-n75 {
    right: -75%;
  }
  .t-lg-n75 {
    top: -75%;
  }
  .b-lg-n75 {
    bottom: -75%;
  }
  .l-lg-76 {
    left: 76%;
  }
  .r-lg-76 {
    right: 76%;
  }
  .t-lg-76 {
    top: 76%;
  }
  .b-lg-76 {
    bottom: 76%;
  }
  .l-lg-n76 {
    left: -76%;
  }
  .r-lg-n76 {
    right: -76%;
  }
  .t-lg-n76 {
    top: -76%;
  }
  .b-lg-n76 {
    bottom: -76%;
  }
  .l-lg-77 {
    left: 77%;
  }
  .r-lg-77 {
    right: 77%;
  }
  .t-lg-77 {
    top: 77%;
  }
  .b-lg-77 {
    bottom: 77%;
  }
  .l-lg-n77 {
    left: -77%;
  }
  .r-lg-n77 {
    right: -77%;
  }
  .t-lg-n77 {
    top: -77%;
  }
  .b-lg-n77 {
    bottom: -77%;
  }
  .l-lg-78 {
    left: 78%;
  }
  .r-lg-78 {
    right: 78%;
  }
  .t-lg-78 {
    top: 78%;
  }
  .b-lg-78 {
    bottom: 78%;
  }
  .l-lg-n78 {
    left: -78%;
  }
  .r-lg-n78 {
    right: -78%;
  }
  .t-lg-n78 {
    top: -78%;
  }
  .b-lg-n78 {
    bottom: -78%;
  }
  .l-lg-79 {
    left: 79%;
  }
  .r-lg-79 {
    right: 79%;
  }
  .t-lg-79 {
    top: 79%;
  }
  .b-lg-79 {
    bottom: 79%;
  }
  .l-lg-n79 {
    left: -79%;
  }
  .r-lg-n79 {
    right: -79%;
  }
  .t-lg-n79 {
    top: -79%;
  }
  .b-lg-n79 {
    bottom: -79%;
  }
  .l-lg-80 {
    left: 80%;
  }
  .r-lg-80 {
    right: 80%;
  }
  .t-lg-80 {
    top: 80%;
  }
  .b-lg-80 {
    bottom: 80%;
  }
  .l-lg-n80 {
    left: -80%;
  }
  .r-lg-n80 {
    right: -80%;
  }
  .t-lg-n80 {
    top: -80%;
  }
  .b-lg-n80 {
    bottom: -80%;
  }
  .l-lg-81 {
    left: 81%;
  }
  .r-lg-81 {
    right: 81%;
  }
  .t-lg-81 {
    top: 81%;
  }
  .b-lg-81 {
    bottom: 81%;
  }
  .l-lg-n81 {
    left: -81%;
  }
  .r-lg-n81 {
    right: -81%;
  }
  .t-lg-n81 {
    top: -81%;
  }
  .b-lg-n81 {
    bottom: -81%;
  }
  .l-lg-82 {
    left: 82%;
  }
  .r-lg-82 {
    right: 82%;
  }
  .t-lg-82 {
    top: 82%;
  }
  .b-lg-82 {
    bottom: 82%;
  }
  .l-lg-n82 {
    left: -82%;
  }
  .r-lg-n82 {
    right: -82%;
  }
  .t-lg-n82 {
    top: -82%;
  }
  .b-lg-n82 {
    bottom: -82%;
  }
  .l-lg-83 {
    left: 83%;
  }
  .r-lg-83 {
    right: 83%;
  }
  .t-lg-83 {
    top: 83%;
  }
  .b-lg-83 {
    bottom: 83%;
  }
  .l-lg-n83 {
    left: -83%;
  }
  .r-lg-n83 {
    right: -83%;
  }
  .t-lg-n83 {
    top: -83%;
  }
  .b-lg-n83 {
    bottom: -83%;
  }
  .l-lg-84 {
    left: 84%;
  }
  .r-lg-84 {
    right: 84%;
  }
  .t-lg-84 {
    top: 84%;
  }
  .b-lg-84 {
    bottom: 84%;
  }
  .l-lg-n84 {
    left: -84%;
  }
  .r-lg-n84 {
    right: -84%;
  }
  .t-lg-n84 {
    top: -84%;
  }
  .b-lg-n84 {
    bottom: -84%;
  }
  .l-lg-85 {
    left: 85%;
  }
  .r-lg-85 {
    right: 85%;
  }
  .t-lg-85 {
    top: 85%;
  }
  .b-lg-85 {
    bottom: 85%;
  }
  .l-lg-n85 {
    left: -85%;
  }
  .r-lg-n85 {
    right: -85%;
  }
  .t-lg-n85 {
    top: -85%;
  }
  .b-lg-n85 {
    bottom: -85%;
  }
  .l-lg-86 {
    left: 86%;
  }
  .r-lg-86 {
    right: 86%;
  }
  .t-lg-86 {
    top: 86%;
  }
  .b-lg-86 {
    bottom: 86%;
  }
  .l-lg-n86 {
    left: -86%;
  }
  .r-lg-n86 {
    right: -86%;
  }
  .t-lg-n86 {
    top: -86%;
  }
  .b-lg-n86 {
    bottom: -86%;
  }
  .l-lg-87 {
    left: 87%;
  }
  .r-lg-87 {
    right: 87%;
  }
  .t-lg-87 {
    top: 87%;
  }
  .b-lg-87 {
    bottom: 87%;
  }
  .l-lg-n87 {
    left: -87%;
  }
  .r-lg-n87 {
    right: -87%;
  }
  .t-lg-n87 {
    top: -87%;
  }
  .b-lg-n87 {
    bottom: -87%;
  }
  .l-lg-88 {
    left: 88%;
  }
  .r-lg-88 {
    right: 88%;
  }
  .t-lg-88 {
    top: 88%;
  }
  .b-lg-88 {
    bottom: 88%;
  }
  .l-lg-n88 {
    left: -88%;
  }
  .r-lg-n88 {
    right: -88%;
  }
  .t-lg-n88 {
    top: -88%;
  }
  .b-lg-n88 {
    bottom: -88%;
  }
  .l-lg-89 {
    left: 89%;
  }
  .r-lg-89 {
    right: 89%;
  }
  .t-lg-89 {
    top: 89%;
  }
  .b-lg-89 {
    bottom: 89%;
  }
  .l-lg-n89 {
    left: -89%;
  }
  .r-lg-n89 {
    right: -89%;
  }
  .t-lg-n89 {
    top: -89%;
  }
  .b-lg-n89 {
    bottom: -89%;
  }
  .l-lg-90 {
    left: 90%;
  }
  .r-lg-90 {
    right: 90%;
  }
  .t-lg-90 {
    top: 90%;
  }
  .b-lg-90 {
    bottom: 90%;
  }
  .l-lg-n90 {
    left: -90%;
  }
  .r-lg-n90 {
    right: -90%;
  }
  .t-lg-n90 {
    top: -90%;
  }
  .b-lg-n90 {
    bottom: -90%;
  }
  .l-lg-91 {
    left: 91%;
  }
  .r-lg-91 {
    right: 91%;
  }
  .t-lg-91 {
    top: 91%;
  }
  .b-lg-91 {
    bottom: 91%;
  }
  .l-lg-n91 {
    left: -91%;
  }
  .r-lg-n91 {
    right: -91%;
  }
  .t-lg-n91 {
    top: -91%;
  }
  .b-lg-n91 {
    bottom: -91%;
  }
  .l-lg-92 {
    left: 92%;
  }
  .r-lg-92 {
    right: 92%;
  }
  .t-lg-92 {
    top: 92%;
  }
  .b-lg-92 {
    bottom: 92%;
  }
  .l-lg-n92 {
    left: -92%;
  }
  .r-lg-n92 {
    right: -92%;
  }
  .t-lg-n92 {
    top: -92%;
  }
  .b-lg-n92 {
    bottom: -92%;
  }
  .l-lg-93 {
    left: 93%;
  }
  .r-lg-93 {
    right: 93%;
  }
  .t-lg-93 {
    top: 93%;
  }
  .b-lg-93 {
    bottom: 93%;
  }
  .l-lg-n93 {
    left: -93%;
  }
  .r-lg-n93 {
    right: -93%;
  }
  .t-lg-n93 {
    top: -93%;
  }
  .b-lg-n93 {
    bottom: -93%;
  }
  .l-lg-94 {
    left: 94%;
  }
  .r-lg-94 {
    right: 94%;
  }
  .t-lg-94 {
    top: 94%;
  }
  .b-lg-94 {
    bottom: 94%;
  }
  .l-lg-n94 {
    left: -94%;
  }
  .r-lg-n94 {
    right: -94%;
  }
  .t-lg-n94 {
    top: -94%;
  }
  .b-lg-n94 {
    bottom: -94%;
  }
  .l-lg-95 {
    left: 95%;
  }
  .r-lg-95 {
    right: 95%;
  }
  .t-lg-95 {
    top: 95%;
  }
  .b-lg-95 {
    bottom: 95%;
  }
  .l-lg-n95 {
    left: -95%;
  }
  .r-lg-n95 {
    right: -95%;
  }
  .t-lg-n95 {
    top: -95%;
  }
  .b-lg-n95 {
    bottom: -95%;
  }
  .l-lg-96 {
    left: 96%;
  }
  .r-lg-96 {
    right: 96%;
  }
  .t-lg-96 {
    top: 96%;
  }
  .b-lg-96 {
    bottom: 96%;
  }
  .l-lg-n96 {
    left: -96%;
  }
  .r-lg-n96 {
    right: -96%;
  }
  .t-lg-n96 {
    top: -96%;
  }
  .b-lg-n96 {
    bottom: -96%;
  }
  .l-lg-97 {
    left: 97%;
  }
  .r-lg-97 {
    right: 97%;
  }
  .t-lg-97 {
    top: 97%;
  }
  .b-lg-97 {
    bottom: 97%;
  }
  .l-lg-n97 {
    left: -97%;
  }
  .r-lg-n97 {
    right: -97%;
  }
  .t-lg-n97 {
    top: -97%;
  }
  .b-lg-n97 {
    bottom: -97%;
  }
  .l-lg-98 {
    left: 98%;
  }
  .r-lg-98 {
    right: 98%;
  }
  .t-lg-98 {
    top: 98%;
  }
  .b-lg-98 {
    bottom: 98%;
  }
  .l-lg-n98 {
    left: -98%;
  }
  .r-lg-n98 {
    right: -98%;
  }
  .t-lg-n98 {
    top: -98%;
  }
  .b-lg-n98 {
    bottom: -98%;
  }
  .l-lg-99 {
    left: 99%;
  }
  .r-lg-99 {
    right: 99%;
  }
  .t-lg-99 {
    top: 99%;
  }
  .b-lg-99 {
    bottom: 99%;
  }
  .l-lg-n99 {
    left: -99%;
  }
  .r-lg-n99 {
    right: -99%;
  }
  .t-lg-n99 {
    top: -99%;
  }
  .b-lg-n99 {
    bottom: -99%;
  }
  .l-lg-100 {
    left: 100%;
  }
  .r-lg-100 {
    right: 100%;
  }
  .t-lg-100 {
    top: 100%;
  }
  .b-lg-100 {
    bottom: 100%;
  }
  .l-lg-n100 {
    left: -100%;
  }
  .r-lg-n100 {
    right: -100%;
  }
  .t-lg-n100 {
    top: -100%;
  }
  .b-lg-n100 {
    bottom: -100%;
  }
}
.flex-wrap {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrap:before,
.flex-wrap:after {
  display: none;
}
@media (min-width: 768px) {
  .flex-sm-wrap {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-wrap:before,
  .flex-sm-wrap:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .flex-md-wrap {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-wrap:before,
  .flex-md-wrap:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .flex-lg-wrap {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-wrap:before,
  .flex-lg-wrap:after {
    display: none;
  }
}
.flex-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .flex-sm-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-h-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .flex-sm-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .flex-md-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-h-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flex-v-center {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .flex-sm-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .flex-md-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-center {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex-v-bottom {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .flex-sm-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-md-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-bottom {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.flex-space-between {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .flex-sm-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .flex-md-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .flex-lg-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flex-v-space-between {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .flex-sm-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .flex-md-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .flex-lg-v-space-between {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-space-evenly {
  display: -webkit - box !important;
  display: -ms - flexbox !important;
  display: -webkit - flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .xs\:flex-column {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .xs\:flex-column-reverse {
    display: -webkit - box !important;
    display: -ms - flexbox !important;
    display: -webkit - flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex-right {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .flex-sm-right {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .flex-md-right {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .flex-lg-right {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.flex-grow-1 {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .flex-md-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.order-1 {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media (min-width: 768px) {
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 992px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1200px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.z-index-0 {
  z-index: 0 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-2 {
  z-index: 2 !important;
}
.z-index-3 {
  z-index: 3 !important;
}
.z-index-4 {
  z-index: 4 !important;
}
.z-index-5 {
  z-index: 5 !important;
}
.z-index-n1 {
  z-index: -1 !important;
}
.z-index-n2 {
  z-index: -2 !important;
}
.z-index-n3 {
  z-index: -3 !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pl-7 {
  padding-left: 7rem !important;
}
.pl-8 {
  padding-left: 8rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.pl-10 {
  padding-left: 10rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.pr-7 {
  padding-right: 7rem !important;
}
.pr-8 {
  padding-right: 8rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}
.pr-10 {
  padding-right: 10rem !important;
}
@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-sm-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-sm-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-sm-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .pl-sm-5 {
    padding-left: 5rem !important;
  }
  .pl-sm-6 {
    padding-left: 6rem !important;
  }
  .pl-sm-7 {
    padding-left: 7rem !important;
  }
  .pl-sm-8 {
    padding-left: 8rem !important;
  }
  .pl-sm-9 {
    padding-left: 9rem !important;
  }
  .pl-sm-10 {
    padding-left: 10rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .pr-sm-5 {
    padding-right: 5rem !important;
  }
  .pr-sm-6 {
    padding-right: 6rem !important;
  }
  .pr-sm-7 {
    padding-right: 7rem !important;
  }
  .pr-sm-8 {
    padding-right: 8rem !important;
  }
  .pr-sm-9 {
    padding-right: 9rem !important;
  }
  .pr-sm-10 {
    padding-right: 10rem !important;
  }
}
@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pl-md-6 {
    padding-left: 6rem !important;
  }
  .pl-md-7 {
    padding-left: 7rem !important;
  }
  .pl-md-8 {
    padding-left: 8rem !important;
  }
  .pl-md-9 {
    padding-left: 9rem !important;
  }
  .pl-md-10 {
    padding-left: 10rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .pr-md-6 {
    padding-right: 6rem !important;
  }
  .pr-md-7 {
    padding-right: 7rem !important;
  }
  .pr-md-8 {
    padding-right: 8rem !important;
  }
  .pr-md-9 {
    padding-right: 9rem !important;
  }
  .pr-md-10 {
    padding-right: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-lg-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-lg-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .px-lg-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .pl-lg-5 {
    padding-left: 5rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
  .pl-lg-7 {
    padding-left: 7rem !important;
  }
  .pl-lg-8 {
    padding-left: 8rem !important;
  }
  .pl-lg-9 {
    padding-left: 9rem !important;
  }
  .pl-lg-10 {
    padding-left: 10rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .pr-lg-5 {
    padding-right: 5rem !important;
  }
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
  .pr-lg-7 {
    padding-right: 7rem !important;
  }
  .pr-lg-8 {
    padding-right: 8rem !important;
  }
  .pr-lg-9 {
    padding-right: 9rem !important;
  }
  .pr-lg-10 {
    padding-right: 10rem !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}
.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.ml-8 {
  margin-left: 8rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}
.mr-7 {
  margin-right: 7rem !important;
}
.mr-8 {
  margin-right: 8rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.mr-10 {
  margin-right: 10rem !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-sm-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-sm-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-sm-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-sm-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .ml-sm-5 {
    margin-left: 5rem !important;
  }
  .ml-sm-6 {
    margin-left: 6rem !important;
  }
  .ml-sm-7 {
    margin-left: 7rem !important;
  }
  .ml-sm-8 {
    margin-left: 8rem !important;
  }
  .ml-sm-9 {
    margin-left: 9rem !important;
  }
  .ml-sm-10 {
    margin-left: 10rem !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .mr-sm-5 {
    margin-right: 5rem !important;
  }
  .mr-sm-6 {
    margin-right: 6rem !important;
  }
  .mr-sm-7 {
    margin-right: 7rem !important;
  }
  .mr-sm-8 {
    margin-right: 8rem !important;
  }
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
  .mr-sm-10 {
    margin-right: 10rem !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .ml-md-6 {
    margin-left: 6rem !important;
  }
  .ml-md-7 {
    margin-left: 7rem !important;
  }
  .ml-md-8 {
    margin-left: 8rem !important;
  }
  .ml-md-9 {
    margin-left: 9rem !important;
  }
  .ml-md-10 {
    margin-left: 10rem !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .mr-md-6 {
    margin-right: 6rem !important;
  }
  .mr-md-7 {
    margin-right: 7rem !important;
  }
  .mr-md-8 {
    margin-right: 8rem !important;
  }
  .mr-md-9 {
    margin-right: 9rem !important;
  }
  .mr-md-10 {
    margin-right: 10rem !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-lg-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-lg-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-lg-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-lg-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .ml-lg-5 {
    margin-left: 5rem !important;
  }
  .ml-lg-6 {
    margin-left: 6rem !important;
  }
  .ml-lg-7 {
    margin-left: 7rem !important;
  }
  .ml-lg-8 {
    margin-left: 8rem !important;
  }
  .ml-lg-9 {
    margin-left: 9rem !important;
  }
  .ml-lg-10 {
    margin-left: 10rem !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .mr-lg-5 {
    margin-right: 5rem !important;
  }
  .mr-lg-6 {
    margin-right: 6rem !important;
  }
  .mr-lg-7 {
    margin-right: 7rem !important;
  }
  .mr-lg-8 {
    margin-right: 8rem !important;
  }
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
  .mr-lg-10 {
    margin-right: 10rem !important;
  }
}
.my-div-0 div {
  margin-top: 0;
  margin-bottom: 0;
}
.my-div-1 div {
  margin-top: 3px;
  margin-bottom: 3px;
}
.my-div-2 div {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.my-div-3 div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-div-4 div {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-div-5 div {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .my-sm-div-1 div {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .my-sm-div-2 div {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .my-sm-div-3 div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-div-4 div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-div-5 div {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .my-md-div-1 div {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .my-md-div-2 div {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .my-md-div-3 div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-div-4 div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-div-5 div {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .my-lg-div-1 div {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
  }
  .my-lg-div-2 div {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .my-lg-div-3 div {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-div-4 div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-div-5 div {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.text-shadow-1 {
  text-shadow: 0.25px 0.25px 0.25px #333 !important;
}
.text-shadow-2 {
  text-shadow: 0.5px 0.5px 0.5px #333 !important;
}
.text-shadow-3 {
  text-shadow: 0.75px 0.75px 0.75px #333 !important;
}
.text-shadow-thin,
.text-shadow-4 {
  text-shadow: 1px 1px 1px #333 !important;
}
.text-shadow,
.text-shadow-5 {
  text-shadow: 3px 3px 5px #333 !important;
}
.box-shadow-1 {
  -webkit-box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
}
.box-shadow-2 {
  -webkit-box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
}
.box-shadow-3 {
  -webkit-box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
}
.box-shadow-thin,
.box-shadow-4 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.box-shadow,
.box-shadow-5 {
  -webkit-box-shadow: 3px 3px 7px #333 !important;
          box-shadow: 3px 3px 7px #333 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-dots-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overflow-dots-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
}
.border-none {
  border: none !important;
}
.border-primary {
  border-color: #CA9859;
}
.border-0 {
  border-width: 0px;
  border-style: solid;
}
.border-left-0 {
  border-left-width: 0px;
  border-left-style: solid;
}
.border-right-0 {
  border-right-width: 0px;
  border-right-style: solid;
}
.border-top-0 {
  border-top-width: 0px;
  border-right-style: solid;
}
.border-bottom-0 {
  border-bottom-width: 0px;
  border-bottom-style: solid;
}
.border-1 {
  border-width: 1px;
  border-style: solid;
}
.border-left-1 {
  border-left-width: 1px;
  border-left-style: solid;
}
.border-right-1 {
  border-right-width: 1px;
  border-right-style: solid;
}
.border-top-1 {
  border-top-width: 1px;
  border-right-style: solid;
}
.border-bottom-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-2 {
  border-width: 2px;
  border-style: solid;
}
.border-left-2 {
  border-left-width: 2px;
  border-left-style: solid;
}
.border-right-2 {
  border-right-width: 2px;
  border-right-style: solid;
}
.border-top-2 {
  border-top-width: 2px;
  border-right-style: solid;
}
.border-bottom-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.border-3 {
  border-width: 3px;
  border-style: solid;
}
.border-left-3 {
  border-left-width: 3px;
  border-left-style: solid;
}
.border-right-3 {
  border-right-width: 3px;
  border-right-style: solid;
}
.border-top-3 {
  border-top-width: 3px;
  border-right-style: solid;
}
.border-bottom-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.border-4 {
  border-width: 4px;
  border-style: solid;
}
.border-left-4 {
  border-left-width: 4px;
  border-left-style: solid;
}
.border-right-4 {
  border-right-width: 4px;
  border-right-style: solid;
}
.border-top-4 {
  border-top-width: 4px;
  border-right-style: solid;
}
.border-bottom-4 {
  border-bottom-width: 4px;
  border-bottom-style: solid;
}
.border-5 {
  border-width: 5px;
  border-style: solid;
}
.border-left-5 {
  border-left-width: 5px;
  border-left-style: solid;
}
.border-right-5 {
  border-right-width: 5px;
  border-right-style: solid;
}
.border-top-5 {
  border-top-width: 5px;
  border-right-style: solid;
}
.border-bottom-5 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
@media (min-width: 768px) {
  .border-sm-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-sm-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-sm-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-sm-top-0 {
    border-top-width: 0px;
    border-right-style: solid;
  }
  .border-sm-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-sm-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-sm-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-sm-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-sm-top-1 {
    border-top-width: 1px;
    border-right-style: solid;
  }
  .border-sm-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-sm-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-sm-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-sm-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-sm-top-2 {
    border-top-width: 2px;
    border-right-style: solid;
  }
  .border-sm-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-sm-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-sm-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-sm-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-sm-top-3 {
    border-top-width: 3px;
    border-right-style: solid;
  }
  .border-sm-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-sm-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-sm-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-sm-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-sm-top-4 {
    border-top-width: 4px;
    border-right-style: solid;
  }
  .border-sm-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-sm-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-sm-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-sm-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-sm-top-5 {
    border-top-width: 5px;
    border-right-style: solid;
  }
  .border-sm-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
}
@media (min-width: 992px) {
  .border-md-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-md-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-md-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-md-top-0 {
    border-top-width: 0px;
    border-right-style: solid;
  }
  .border-md-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-md-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-md-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-md-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-md-top-1 {
    border-top-width: 1px;
    border-right-style: solid;
  }
  .border-md-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-md-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-md-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-md-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-md-top-2 {
    border-top-width: 2px;
    border-right-style: solid;
  }
  .border-md-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-md-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-md-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-md-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-md-top-3 {
    border-top-width: 3px;
    border-right-style: solid;
  }
  .border-md-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-md-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-md-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-md-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-md-top-4 {
    border-top-width: 4px;
    border-right-style: solid;
  }
  .border-md-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-md-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-md-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-md-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-md-top-5 {
    border-top-width: 5px;
    border-right-style: solid;
  }
  .border-md-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
}
@media (min-width: 1200px) {
  .border-lg-0 {
    border-width: 0px;
    border-style: solid;
  }
  .border-lg-left-0 {
    border-left-width: 0px;
    border-left-style: solid;
  }
  .border-lg-right-0 {
    border-right-width: 0px;
    border-right-style: solid;
  }
  .border-lg-top-0 {
    border-top-width: 0px;
    border-right-style: solid;
  }
  .border-lg-bottom-0 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
  .border-lg-1 {
    border-width: 1px;
    border-style: solid;
  }
  .border-lg-left-1 {
    border-left-width: 1px;
    border-left-style: solid;
  }
  .border-lg-right-1 {
    border-right-width: 1px;
    border-right-style: solid;
  }
  .border-lg-top-1 {
    border-top-width: 1px;
    border-right-style: solid;
  }
  .border-lg-bottom-1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .border-lg-2 {
    border-width: 2px;
    border-style: solid;
  }
  .border-lg-left-2 {
    border-left-width: 2px;
    border-left-style: solid;
  }
  .border-lg-right-2 {
    border-right-width: 2px;
    border-right-style: solid;
  }
  .border-lg-top-2 {
    border-top-width: 2px;
    border-right-style: solid;
  }
  .border-lg-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  .border-lg-3 {
    border-width: 3px;
    border-style: solid;
  }
  .border-lg-left-3 {
    border-left-width: 3px;
    border-left-style: solid;
  }
  .border-lg-right-3 {
    border-right-width: 3px;
    border-right-style: solid;
  }
  .border-lg-top-3 {
    border-top-width: 3px;
    border-right-style: solid;
  }
  .border-lg-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }
  .border-lg-4 {
    border-width: 4px;
    border-style: solid;
  }
  .border-lg-left-4 {
    border-left-width: 4px;
    border-left-style: solid;
  }
  .border-lg-right-4 {
    border-right-width: 4px;
    border-right-style: solid;
  }
  .border-lg-top-4 {
    border-top-width: 4px;
    border-right-style: solid;
  }
  .border-lg-bottom-4 {
    border-bottom-width: 4px;
    border-bottom-style: solid;
  }
  .border-lg-5 {
    border-width: 5px;
    border-style: solid;
  }
  .border-lg-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
  }
  .border-lg-right-5 {
    border-right-width: 5px;
    border-right-style: solid;
  }
  .border-lg-top-5 {
    border-top-width: 5px;
    border-right-style: solid;
  }
  .border-lg-bottom-5 {
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
}
.border-radius-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-radius-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-radius-0 {
  border-radius: 0;
}
.border-radius-1 {
  border-radius: 1px;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-3 {
  border-radius: 4px;
}
.border-radius-4 {
  border-radius: 8px;
}
.border-radius-5 {
  border-radius: 16px;
}
.border-radius-100 {
  border-radius: 100%;
}
.border-none-last-child > *:last-of-type {
  border: none !important;
}
.hover-no-line:focus,
.hover-no-line:hover {
  text-decoration: none;
}
.hover-bright-1:focus,
.hover-bright-1:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.hover-bright-2:focus,
.hover-bright-2:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-filter: brightness(1.25);
          filter: brightness(1.25);
}
.hover-bright-3:focus,
.hover-bright-3:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}
.hover-box-shadow-1:focus,
.hover-box-shadow-1:hover {
  -webkit-box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.75px 1.75px 0 rgba(0, 0, 0, 0.15) !important;
}
.hover-box-shadow-2:focus,
.hover-box-shadow-2:hover {
  -webkit-box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 2.25px 4.5px 0 rgba(0, 0, 0, 0.18) !important;
}
.hover-box-shadow-3:focus,
.hover-box-shadow-3:hover {
  -webkit-box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.18) !important;
}
.hover-box-shadow-4:focus,
.hover-box-shadow-4:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.hover-box-shadow-5:focus,
.hover-box-shadow-5:hover {
  -webkit-box-shadow: 3px 3px 7px #333 !important;
          box-shadow: 3px 3px 7px #333 !important;
}
.hover-pointer:hover {
  cursor: pointer;
}
.hover-show-hide .hover-hide-this {
  position: relative;
}
.hover-show-hide .hover-show-this {
  visibility: hidden !important;
}
.hover-show-hide:hover .hover-show-this {
  visibility: visible !important;
  position: relative;
}
.hover-show-hide:hover .hover-hide-this {
  visibility: hidden !important;
}
.hover-overlay-primary {
  position: relative;
}
.hover-overlay-primary:hover:before {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #CA9859;
}
.hover-top {
  -webkit-transition: ease-in-out all 0.35s;
  transition: ease-in-out all 0.35s;
  position: relative;
  top: 0;
}
.hover-top:hover {
  top: -10px;
}
.hover-bg-gray-0:hover {
  background: #fff !important;
}
.hover-bg-gray-1:hover {
  background: #f7f7f7 !important;
}
.hover-bg-gray-2:hover {
  background: #ededed !important;
}
.hover-bg-gray-3:hover {
  background: #e2e2e2 !important;
}
.hover-bg-gray-4:hover {
  background: #cbcbcb !important;
}
.hover-bg-gray-5:hover {
  background: #a0a0a0 !important;
}
.hover-bg-gray-6:hover {
  background: #717171 !important;
}
.hover-bg-gray-7:hover {
  background: #4a4a4a !important;
}
.hover-bg-gray-8:hover {
  background: #2d2d2d !important;
}
.hover-bg-gray-9:hover {
  background: #1a1a1a !important;
}
.hover-bg-gray-10:hover {
  background: #000 !important;
}
.hover-gray-0:hover {
  color: #fff !important;
}
.hover-gray-1:hover {
  color: #f7f7f7 !important;
}
.hover-gray-2:hover {
  color: #ededed !important;
}
.hover-gray-3:hover {
  color: #e2e2e2 !important;
}
.hover-gray-4:hover {
  color: #cbcbcb !important;
}
.hover-gray-5:hover {
  color: #a0a0a0 !important;
}
.hover-gray-6:hover {
  color: #717171 !important;
}
.hover-gray-7:hover {
  color: #4a4a4a !important;
}
.hover-gray-8:hover {
  color: #2d2d2d !important;
}
.hover-gray-9:hover {
  color: #1a1a1a !important;
}
.hover-gray-10:hover {
  color: #000 !important;
}
.hover-primary:hover {
  color: #CA9859;
}
img {
  max-width: 100%;
}
a:hover.center-image-container {
  border: none !important;
  background: #eee;
}
a:hover img {
  opacity: 0.9;
  border: none !important;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media (min-width: 768px) {
  .semi-fluid {
    margin-left: 8vw !important;
    margin-right: 8vw !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.page-header {
  font-weight: 500;
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .page-header {
    margin-top: 20px;
  }
}
body.lc-platinum {
  background: url("../../img/elements/bg.jpg") no-repeat fixed center bottom #FFFFFF;
  min-width: 1200px;
}
#fb .container {
  width: 800px !important;
}
.dropdown {
  cursor: pointer;
}
#tos-modal .modal-dialog {
  width: 80%;
}
.vertical-align-mixin {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#map_amenities_list table {
  width: 100%;
  margin-bottom: 24px;
}
#map_amenities_list table > thead > tr > th,
#map_amenities_list table > tbody > tr > th,
#map_amenities_list table > tfoot > tr > th,
#map_amenities_list table > thead > tr > td,
#map_amenities_list table > tbody > tr > td,
#map_amenities_list table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#map_amenities_list table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#map_amenities_list table > caption + thead > tr:first-child > th,
#map_amenities_list table > colgroup + thead > tr:first-child > th,
#map_amenities_list table > thead:first-child > tr:first-child > th,
#map_amenities_list table > caption + thead > tr:first-child > td,
#map_amenities_list table > colgroup + thead > tr:first-child > td,
#map_amenities_list table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#map_amenities_list table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#map_amenities_list table .table {
  background-color: #fff;
}
#map_amenities_list .map_amenity_list_image {
  max-height: 20px;
}
#map_amenities_list tr,
#map_amenities_list td {
  cursor: pointer;
}
#map_amenities_list tr span,
#map_amenities_list td span {
  cursor: pointer;
}
#profile-map h4.panel-title {
  position: relative;
}
#profile-map h4.panel-title i {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -8px;
}
#profile-map h4.panel-title a {
  display: block;
}
/*TODO: the below needs to be looked at and editted */
.articles-index-title {
  position: relative;
}
.articles-index-title .articles_feeds {
  position: absolute;
  top: 0;
  right: 0;
}
.col-property {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
}
@media (min-width: 768px) {
  .col-property {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-property {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-property {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  .col-property {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-article {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
}
@media (min-width: 768px) {
  .col-article {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-article {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-article {
    float: left;
    width: 50%;
  }
}
.listing_menu .btn,
.listing_menu .back_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.listing_menu .btn:focus,
.listing_menu .back_btn:focus,
.listing_menu .btn:active:focus,
.listing_menu .back_btn:active:focus,
.listing_menu .btn.active:focus,
.listing_menu .back_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.listing_menu .btn:hover,
.listing_menu .back_btn:hover,
.listing_menu .btn:focus,
.listing_menu .back_btn:focus {
  color: #fff;
  text-decoration: none;
}
.listing_menu .btn:active,
.listing_menu .back_btn:active,
.listing_menu .btn.active,
.listing_menu .back_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);
}
.listing_menu .btn.disabled,
.listing_menu .back_btn.disabled,
.listing_menu .btn[disabled],
.listing_menu .back_btn[disabled],
fieldset[disabled] .listing_menu .btn,
fieldset[disabled] .listing_menu .back_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.listing_menu .btn:hover,
.listing_menu .back_btn:hover,
.listing_menu .btn:focus,
.listing_menu .back_btn:focus,
.listing_menu .btn:active,
.listing_menu .back_btn:active,
.listing_menu .btn.active,
.listing_menu .back_btn.active,
.open .dropdown-toggle.listing_menu .btn,
.open .dropdown-toggle.listing_menu .back_btn {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.listing_menu .btn:active,
.listing_menu .back_btn:active,
.listing_menu .btn.active,
.listing_menu .back_btn.active,
.open .dropdown-toggle.listing_menu .btn,
.open .dropdown-toggle.listing_menu .back_btn {
  background-image: none;
}
.listing_menu .btn.disabled,
.listing_menu .back_btn.disabled,
.listing_menu .btn[disabled],
.listing_menu .back_btn[disabled],
fieldset[disabled] .listing_menu .btn,
fieldset[disabled] .listing_menu .back_btn,
.listing_menu .btn.disabled:hover,
.listing_menu .back_btn.disabled:hover,
.listing_menu .btn[disabled]:hover,
.listing_menu .back_btn[disabled]:hover,
fieldset[disabled] .listing_menu .btn:hover,
fieldset[disabled] .listing_menu .back_btn:hover,
.listing_menu .btn.disabled:focus,
.listing_menu .back_btn.disabled:focus,
.listing_menu .btn[disabled]:focus,
.listing_menu .back_btn[disabled]:focus,
fieldset[disabled] .listing_menu .btn:focus,
fieldset[disabled] .listing_menu .back_btn:focus,
.listing_menu .btn.disabled:active,
.listing_menu .back_btn.disabled:active,
.listing_menu .btn[disabled]:active,
.listing_menu .back_btn[disabled]:active,
fieldset[disabled] .listing_menu .btn:active,
fieldset[disabled] .listing_menu .back_btn:active,
.listing_menu .btn.disabled.active,
.listing_menu .back_btn.disabled.active,
.listing_menu .btn[disabled].active,
.listing_menu .back_btn[disabled].active,
fieldset[disabled] .listing_menu .btn.active,
fieldset[disabled] .listing_menu .back_btn.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.listing_menu .btn .badge,
.listing_menu .back_btn .badge {
  color: #CA9859;
  background-color: #fff;
}
.listing_menu .ui-icon {
  display: none;
}
.xs-listing-menu {
  display: none !important;
}
@media (max-width: 767px) {
  .xs-listing-menu {
    display: block !important;
  }
  table.xs-listing-menu {
    display: table;
  }
  tr.xs-listing-menu {
    display: table-row !important;
  }
  th.xs-listing-menu,
  td.xs-listing-menu {
    display: table-cell !important;
  }
}
.xs-listing-menu .btn,
.xs-listing-menu .back_btn {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 50%;
  display: inline-block;
}
.xs-listing-menu .btn:focus,
.xs-listing-menu .back_btn:focus,
.xs-listing-menu .btn:active:focus,
.xs-listing-menu .back_btn:active:focus,
.xs-listing-menu .btn.active:focus,
.xs-listing-menu .back_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xs-listing-menu .btn:hover,
.xs-listing-menu .back_btn:hover,
.xs-listing-menu .btn:focus,
.xs-listing-menu .back_btn:focus {
  color: #fff;
  text-decoration: none;
}
.xs-listing-menu .btn:active,
.xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.active,
.xs-listing-menu .back_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);
}
.xs-listing-menu .btn.disabled,
.xs-listing-menu .back_btn.disabled,
.xs-listing-menu .btn[disabled],
.xs-listing-menu .back_btn[disabled],
fieldset[disabled] .xs-listing-menu .btn,
fieldset[disabled] .xs-listing-menu .back_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xs-listing-menu .btn:hover,
.xs-listing-menu .back_btn:hover,
.xs-listing-menu .btn:focus,
.xs-listing-menu .back_btn:focus,
.xs-listing-menu .btn:active,
.xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.active,
.xs-listing-menu .back_btn.active,
.open .dropdown-toggle.xs-listing-menu .btn,
.open .dropdown-toggle.xs-listing-menu .back_btn {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.xs-listing-menu .btn:active,
.xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.active,
.xs-listing-menu .back_btn.active,
.open .dropdown-toggle.xs-listing-menu .btn,
.open .dropdown-toggle.xs-listing-menu .back_btn {
  background-image: none;
}
.xs-listing-menu .btn.disabled,
.xs-listing-menu .back_btn.disabled,
.xs-listing-menu .btn[disabled],
.xs-listing-menu .back_btn[disabled],
fieldset[disabled] .xs-listing-menu .btn,
fieldset[disabled] .xs-listing-menu .back_btn,
.xs-listing-menu .btn.disabled:hover,
.xs-listing-menu .back_btn.disabled:hover,
.xs-listing-menu .btn[disabled]:hover,
.xs-listing-menu .back_btn[disabled]:hover,
fieldset[disabled] .xs-listing-menu .btn:hover,
fieldset[disabled] .xs-listing-menu .back_btn:hover,
.xs-listing-menu .btn.disabled:focus,
.xs-listing-menu .back_btn.disabled:focus,
.xs-listing-menu .btn[disabled]:focus,
.xs-listing-menu .back_btn[disabled]:focus,
fieldset[disabled] .xs-listing-menu .btn:focus,
fieldset[disabled] .xs-listing-menu .back_btn:focus,
.xs-listing-menu .btn.disabled:active,
.xs-listing-menu .back_btn.disabled:active,
.xs-listing-menu .btn[disabled]:active,
.xs-listing-menu .back_btn[disabled]:active,
fieldset[disabled] .xs-listing-menu .btn:active,
fieldset[disabled] .xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.disabled.active,
.xs-listing-menu .back_btn.disabled.active,
.xs-listing-menu .btn[disabled].active,
.xs-listing-menu .back_btn[disabled].active,
fieldset[disabled] .xs-listing-menu .btn.active,
fieldset[disabled] .xs-listing-menu .back_btn.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.xs-listing-menu .btn .badge,
.xs-listing-menu .back_btn .badge {
  color: #CA9859;
  background-color: #fff;
}
@media (max-width: 420px) {
  .xs-listing-menu .btn,
  .xs-listing-menu .back_btn {
    width: 100%;
  }
}
.xs-listing-menu .ui-icon {
  display: none;
}
.listing_details h2 {
  color: #CA9859;
  padding-top: 20px;
  font-weight: 500;
}
.listing_details h3 {
  font-size: 140%;
  font-weight: 400;
}
.to_top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  margin: 10px 0;
}
.to_top:focus,
.to_top:active:focus,
.to_top.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.to_top:hover,
.to_top:focus {
  color: #fff;
  text-decoration: none;
}
.to_top:active,
.to_top.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);
}
.to_top.disabled,
.to_top[disabled],
fieldset[disabled] .to_top {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.to_top:hover,
.to_top:focus,
.to_top:active,
.to_top.active,
.open .dropdown-toggle.to_top {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.to_top:active,
.to_top.active,
.open .dropdown-toggle.to_top {
  background-image: none;
}
.to_top.disabled,
.to_top[disabled],
fieldset[disabled] .to_top,
.to_top.disabled:hover,
.to_top[disabled]:hover,
fieldset[disabled] .to_top:hover,
.to_top.disabled:focus,
.to_top[disabled]:focus,
fieldset[disabled] .to_top:focus,
.to_top.disabled:active,
.to_top[disabled]:active,
fieldset[disabled] .to_top:active,
.to_top.disabled.active,
.to_top[disabled].active,
fieldset[disabled] .to_top.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.to_top .badge {
  color: #CA9859;
  background-color: #fff;
}
.to_top .ui-icon {
  display: none;
}
.to_top {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.to_top:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
@media (max-width: 991px) {
  .map_amenity {
    height: 40px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .map_amenity span {
    border: 0 !important;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.prev-next-hld a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  margin-right: 5px;
  margin-top: 5px;
}
.prev-next-hld a:focus,
.prev-next-hld a:active:focus,
.prev-next-hld a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.prev-next-hld a:hover,
.prev-next-hld a:focus {
  color: #fff;
  text-decoration: none;
}
.prev-next-hld a:active,
.prev-next-hld a.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);
}
.prev-next-hld a.disabled,
.prev-next-hld a[disabled],
fieldset[disabled] .prev-next-hld a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.prev-next-hld a:hover,
.prev-next-hld a:focus,
.prev-next-hld a:active,
.prev-next-hld a.active,
.open .dropdown-toggle.prev-next-hld a {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.prev-next-hld a:active,
.prev-next-hld a.active,
.open .dropdown-toggle.prev-next-hld a {
  background-image: none;
}
.prev-next-hld a.disabled,
.prev-next-hld a[disabled],
fieldset[disabled] .prev-next-hld a,
.prev-next-hld a.disabled:hover,
.prev-next-hld a[disabled]:hover,
fieldset[disabled] .prev-next-hld a:hover,
.prev-next-hld a.disabled:focus,
.prev-next-hld a[disabled]:focus,
fieldset[disabled] .prev-next-hld a:focus,
.prev-next-hld a.disabled:active,
.prev-next-hld a[disabled]:active,
fieldset[disabled] .prev-next-hld a:active,
.prev-next-hld a.disabled.active,
.prev-next-hld a[disabled].active,
fieldset[disabled] .prev-next-hld a.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.prev-next-hld a .badge {
  color: #CA9859;
  background-color: #fff;
}
.prev-next-hld a {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.prev-next-hld a:hover {
  color: #ffffff;
  background-color: #1a1a1a;
}
.listing_room_info {
  border-color: #999999;
}
.map {
  width: 100%;
}
.cform {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top / auto 100% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cform: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);
}
.cform::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.cform:-ms-input-placeholder {
  color: #999;
}
.cform::-webkit-input-placeholder {
  color: #999;
}
.cform[disabled],
.cform[readonly],
fieldset[disabled] .cform {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.cform {
  height: auto;
}
.custom-form-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top / auto 100% #fff;
  position: absolute;
}
.custom-form-select: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);
}
.custom-form-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.custom-form-select:-ms-input-placeholder {
  color: #999;
}
.custom-form-select::-webkit-input-placeholder {
  color: #999;
}
.custom-form-select[disabled],
.custom-form-select[readonly],
fieldset[disabled] .custom-form-select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.custom-form-select {
  height: auto;
}
.fs_show_tabs_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
}
.fs_show_tabs_btn:focus,
.fs_show_tabs_btn:active:focus,
.fs_show_tabs_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fs_show_tabs_btn:hover,
.fs_show_tabs_btn:focus {
  color: #fff;
  text-decoration: none;
}
.fs_show_tabs_btn:active,
.fs_show_tabs_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);
}
.fs_show_tabs_btn.disabled,
.fs_show_tabs_btn[disabled],
fieldset[disabled] .fs_show_tabs_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fs_show_tabs_btn:hover,
.fs_show_tabs_btn:focus,
.fs_show_tabs_btn:active,
.fs_show_tabs_btn.active,
.open .dropdown-toggle.fs_show_tabs_btn {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.fs_show_tabs_btn:active,
.fs_show_tabs_btn.active,
.open .dropdown-toggle.fs_show_tabs_btn {
  background-image: none;
}
.fs_show_tabs_btn.disabled,
.fs_show_tabs_btn[disabled],
fieldset[disabled] .fs_show_tabs_btn,
.fs_show_tabs_btn.disabled:hover,
.fs_show_tabs_btn[disabled]:hover,
fieldset[disabled] .fs_show_tabs_btn:hover,
.fs_show_tabs_btn.disabled:focus,
.fs_show_tabs_btn[disabled]:focus,
fieldset[disabled] .fs_show_tabs_btn:focus,
.fs_show_tabs_btn.disabled:active,
.fs_show_tabs_btn[disabled]:active,
fieldset[disabled] .fs_show_tabs_btn:active,
.fs_show_tabs_btn.disabled.active,
.fs_show_tabs_btn[disabled].active,
fieldset[disabled] .fs_show_tabs_btn.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.fs_show_tabs_btn .badge {
  color: #CA9859;
  background-color: #fff;
}
.buyer-seller-return-btn {
  min-width: 40%;
}
/***********************************************************************
 * AJAX Galleries (Image / Video)
 **********************************************************************/
.img-gal-s,
.vid-gal-s {
  clear: both;
}
.img-gal-s .scon,
.vid-gal-s .scon {
  float: left;
}
.img-gal-s .prev,
.img-gal-s .next,
.vid-gal-s .prev,
.vid-gal-s .next {
  float: left;
}
.img-gal-s .prev img,
.img-gal-s .next img,
.vid-gal-s .prev img,
.vid-gal-s .next img {
  opacity: 0.1;
  /*
      filter: alpha( opacity=10 );
  */
}
.enable_np img {
  opacity: 0.7 !important;
  /*
      filter: alpha( opacity=70 ) !important;
  */
}
.enable_np:hover img {
  opacity: 1 !important;
  /*
      filter: alpha( opacity=100 ) !important;
  */
}
.tooltip {
  border: none;
  background: none;
}
/***********************************************************************
 * buyer seller panels
 **********************************************************************/
.col-buyer-seller {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-buyer-seller {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-buyer-seller {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-buyer-seller {
    float: left;
    width: 33.33333333%;
  }
}
.buyer-seller-panel {
  position: relative;
}
.buyer-seller-panel .panel {
  -webkit-transition: box-shadow ease 0.3s;
  -webkit-transition: -webkit-box-shadow ease 0.3s;
  transition: -webkit-box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s;
  text-align: center;
  font-size: 150%;
}
.buyer-seller-panel .panel .panel-heading {
  height: 150px;
  vertical-align: middle;
}
.buyer-seller-panel .panel .panel-heading p {
  padding: 10px 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buyer-seller-panel:hover .panel {
  -webkit-box-shadow: 0 0 20px #555;
  box-shadow: 0 0 20px #555;
  cursor: pointer;
}
.buyer-seller-panel a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.buyer-seller-panel .img-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.buyer-seller-panel .img-holder img {
  width: 100%;
  height: 100%;
}
.buyer-seller-panel .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.list-group {
  margin-bottom: 0;
}
.full_search .fs_custom_logo {
  width: 62px !important;
}
.label-property-sold {
  background-color: black;
}
.label-property-sold[href]:hover,
.label-property-sold[href]:focus {
  background-color: #000000;
}
.label-property-new {
  background-color: #00D2F1;
}
.label-property-new[href]:hover,
.label-property-new[href]:focus {
  background-color: #00a6be;
}
.label-property-open-house {
  background-color: #F5002E;
}
.label-property-open-house[href]:hover,
.label-property-open-house[href]:focus {
  background-color: #c20024;
}
.label-property-waterfront {
  background-color: #006FF8;
}
.label-property-waterfront[href]:hover,
.label-property-waterfront[href]:focus {
  background-color: #0058c5;
}
.label-property-luxury {
  background-color: #BB1CD6;
}
.label-property-luxury[href]:hover,
.label-property-luxury[href]:focus {
  background-color: #9416a9;
}
.listing_menu {
  margin-bottom: 10px;
  margin-top: 10px;
}
.listing_menu .pr-0 {
  padding-right: 0;
}
.social-share-bar a {
  vertical-align: top !important;
}
.col-sm-512 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-sm-512 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-sm-512 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-sm-512 {
    float: left;
    width: 20%;
  }
}
#sidebar-content-listing-search .col-sm-512 select {
  cursor: pointer;
}
@media (min-width: 1200px) {
  #sidebar-content-listing-search .col-sm-512 {
    width: 18%;
    margin-right: 2%;
  }
}
.page_content {
  margin-top: 20px;
}
.no-padding {
  padding: 0;
}
#buy .breadcrumb {
  margin-bottom: 20px;
  list-style: none;
  background-color: white;
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}
#buy .breadcrumb li .home-li {
  color: #848181;
  font-size: 22px;
  font-weight: 100;
}
#buy .breadcrumb li .buy-li {
  font-size: 22px;
  font-weight: 400;
  color: #c39c51;
}
#buy .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
  font-size: 22px;
}
#buy h1 {
  padding: 20px 30px;
  font-size: 3vw;
  text-transform: uppercase;
  text-align: center;
}
#buy h1.left {
  background: #C8985B;
  color: white;
}
@media (min-width: 768px) {
  #buy h1.left {
    padding-left: 10%;
    width: 55%;
  }
}
#buy h1.right {
  background: #3F3F41;
  color: #C8985B;
}
@media (min-width: 768px) {
  #buy h1.right {
    width: 55%;
    padding-right: 20%;
    float: right;
  }
}
#buy .content {
  clear: both;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #3a3a3a;
}
@media (max-width: 767px) {
  #buy .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#buy .content a {
  color: #c68634;
  text-decoration: none;
}
#buy .content a:hover {
  color: #9e6b29;
  text-decoration: none;
}
#buy .pics {
  padding-top: 60px;
  padding-bottom: 35px;
  background: #f2f2f2;
}
#buy .pics p {
  font-size: 18px;
  color: #3a3a3a;
}
#buy .pics .group1,
#buy .pics .group2 {
  overflow: hidden;
  height: auto;
}
#buy .forms {
  margin-bottom: 30px;
}
#buy .forms .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
#buy .forms .container-fluid .form-text {
  text-transform: uppercase;
  font-size: 33px;
  text-align: center;
  font-weight: 700;
  padding-top: 19px;
  padding-bottom: 10px;
}
#buy .forms .container-fluid .fill-form {
  background: #3F3F41;
  color: #CB985B;
  padding-top: 53px;
  padding-bottom: 50px;
}
#buy .forms .container-fluid .fill-form .container {
  width: 100%;
}
@media (min-width: 991px) {
  #buy .forms .container-fluid .fill-form .container .fill-icon img {
    width: 74%;
  }
}
@media (max-width: 990px) {
  #buy .forms .container-fluid .fill-form .container .fill-icon img {
    width: 30%;
  }
}
#buy .forms .container-fluid .fill-form:hover {
  background: #323234;
}
#buy .forms .container-fluid .download-form {
  background: #CA995A;
  color: #FFFEFF;
  padding-top: 53px;
  padding-bottom: 50px;
}
#buy .forms .container-fluid .download-form .container {
  width: 100%;
}
@media (min-width: 991px) {
  #buy .forms .container-fluid .download-form .container .download-icon img {
    width: 69%;
  }
}
@media (max-width: 990px) {
  #buy .forms .container-fluid .download-form .container .download-icon img {
    width: 30%;
  }
}
#buy .forms .container-fluid .download-form:hover {
  background: #c48d47;
}
#buy .col-md-custom {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #buy .col-md-custom {
    width: 20%;
    float: left;
  }
}
#buy .col-md-custom img {
  width: 100%;
}
#buy .row-listing {
  background: white;
}
#buy .row-listing .col-md-custom {
  margin-bottom: 0px;
}
.col-md-custom-form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .col-md-custom-form {
    width: 47%;
    float: left;
  }
}
.col-md-custom-form2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .col-md-custom-form2 {
    width: 6%;
    float: left;
  }
}
.col-content .tab-content {
  padding-left: 10px;
}
.form-download {
  background-color: #CA9859;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 2% 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .form-download {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .form-download {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .form-download {
    font-size: 40px;
  }
}
.form-download .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.form-download .row > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-download img {
  max-height: 150px;
}
.form-download:hover {
  opacity: 0.8;
}
.seller_pdf_booklet {
  background-color: #CA9859;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 2% 0;
  line-height: 1;
  text-align: center;
  background-color: #333333;
}
@media (min-width: 768px) {
  .seller_pdf_booklet {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .seller_pdf_booklet {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .seller_pdf_booklet {
    font-size: 40px;
  }
}
.seller_pdf_booklet .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.seller_pdf_booklet .row > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.seller_pdf_booklet img {
  max-height: 150px;
}
.seller_pdf_booklet:hover {
  opacity: 0.8;
}
.btn-primary-1 {
  color: #fff;
  background-color: #CA9859;
  border-color: #CA9859;
}
.btn-primary-1:hover,
.btn-primary-1:focus,
.btn-primary-1:active,
.btn-primary-1.active,
.open .dropdown-toggle.btn-primary-1 {
  color: #fff;
  background-color: #be853d;
  border-color: #ae7a38;
}
.btn-primary-1:active,
.btn-primary-1.active,
.open .dropdown-toggle.btn-primary-1 {
  background-image: none;
}
.btn-primary-1.disabled,
.btn-primary-1[disabled],
fieldset[disabled] .btn-primary-1,
.btn-primary-1.disabled:hover,
.btn-primary-1[disabled]:hover,
fieldset[disabled] .btn-primary-1:hover,
.btn-primary-1.disabled:focus,
.btn-primary-1[disabled]:focus,
fieldset[disabled] .btn-primary-1:focus,
.btn-primary-1.disabled:active,
.btn-primary-1[disabled]:active,
fieldset[disabled] .btn-primary-1:active,
.btn-primary-1.disabled.active,
.btn-primary-1[disabled].active,
fieldset[disabled] .btn-primary-1.active {
  background-color: #CA9859;
  border-color: #CA9859;
}
.btn-primary-1 .badge {
  color: #CA9859;
  background-color: #fff;
}
.title-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .title-1 {
    font-size: calc(21px + 0.7vw);
  }
}
@media (min-width: 992px) {
  .title-1 {
    font-size: calc(10px + 1.5vw);
  }
}
@media (min-width: 1921px) {
  .title-1 {
    font-size: 40px;
  }
}
.btn-black-1,
.btn-black {
  color: #fff;
  background-color: #3F3F41;
  border-color: #3F3F41;
}
.btn-black-1:hover,
.btn-black:hover,
.btn-black-1:focus,
.btn-black:focus,
.btn-black-1:active,
.btn-black:active,
.btn-black-1.active,
.btn-black.active,
.open .dropdown-toggle.btn-black-1,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #2b2b2c;
  border-color: #212122;
}
.btn-black-1:active,
.btn-black:active,
.btn-black-1.active,
.btn-black.active,
.open .dropdown-toggle.btn-black-1,
.open .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black-1.disabled,
.btn-black.disabled,
.btn-black-1[disabled],
.btn-black[disabled],
fieldset[disabled] .btn-black-1,
fieldset[disabled] .btn-black,
.btn-black-1.disabled:hover,
.btn-black.disabled:hover,
.btn-black-1[disabled]:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black-1:hover,
fieldset[disabled] .btn-black:hover,
.btn-black-1.disabled:focus,
.btn-black.disabled:focus,
.btn-black-1[disabled]:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black-1:focus,
fieldset[disabled] .btn-black:focus,
.btn-black-1.disabled:active,
.btn-black.disabled:active,
.btn-black-1[disabled]:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black-1:active,
fieldset[disabled] .btn-black:active,
.btn-black-1.disabled.active,
.btn-black.disabled.active,
.btn-black-1[disabled].active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black-1.active,
fieldset[disabled] .btn-black.active {
  background-color: #3F3F41;
  border-color: #3F3F41;
}
.btn-black-1 .badge,
.btn-black .badge {
  color: #3F3F41;
  background-color: #fff;
}
.custom\:show-below-1400 {
  display: none;
}
@media (max-width: 1399px) {
  .custom\:show-below-1400 {
    display: block;
  }
}
.y-1 > * {
  margin-top: 105px;
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .y-1 > * {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.y-2 > * {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .y-2 > * {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.y-3 > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
.y-4 > * {
  margin-top: 15px;
  margin-bottom: 15px;
}
.y-5 > * {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.box-shadow-0 {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.has-error {
  border: 1px solid red;
}
.radio-style-1 input {
  visibility: hidden;
}
.radio-style-1 input ~ label .radio-icon {
  display: inline !important;
}
.radio-style-1 input ~ label .radio-icon-checked {
  display: none !important;
}
.radio-style-1 input:checked ~ label .radio-icon {
  display: none !important;
}
.radio-style-1 input:checked ~ label .radio-icon-checked {
  display: inline !important;
}
.social-links .btn-social {
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .social-links .btn-social i {
    font-size: 2vw;
  }
}
@media (max-width: 1199px) {
  #header .navbar {
    background: #EBEBEB;
  }
}
@media (min-width: 1200px) {
  #header .navbar {
    background: transparent;
  }
}
#header .nav > li a {
  color: #333;
}
@media (min-width: 768px) {
  #header .navbar-collapse {
    position: absolute;
    right: 0;
    top: 50px;
  }
}
#header .nav-item-custom {
  list-style: none;
  text-shadow: 1px 1px 1px #EDEDED;
}
#header .nav-item-custom:focus,
#header .nav-item-custom:hover {
  text-decoration: none;
}
#header .nav-item-custom > a {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  #header .nav-item-custom > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #header .nav-item-custom {
    font-size: 12px;
  }
  #header .nav-item-custom a {
    font-size: 12px;
  }
}
@media (min-width: 1250px) {
  #header .searchbar-nav {
    width: 300px;
  }
}
.col-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0;
  border-right: 1px solid #eeeeee;
  /*
	background:@gray-dark;
*/
}
@media (max-width: 767px) {
  .col-sidebar {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.col-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: -1px;
  border-left: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .col-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .col-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-content {
    float: left;
    width: 66.66666667%;
  }
}
.col-content .btn {
  text-decoration: none;
}
#article_sidebar {
  background: #000;
  padding: 15px 15px 20px;
}
#article_sidebar h2 {
  color: #fff;
}
#article_sidebar ul {
  list-style: none;
}
#article_sidebar ul .btn {
  width: 100%;
}
#article_sidebar a.list-group-item {
  color: #fff;
}
#article_sidebar .btn-group-vertical {
  width: 100%;
}
#article_sidebar .btn-group-vertical a {
  width: 100%;
}
#sidebar {
  background: #000;
  padding: 15px 0 0px;
}
#sidebar .buyer_seller_side_bar h4 {
  color: #fff;
}
#sidebar .submit_search {
  width: 100%;
}
#sidebar ul {
  color: #CA9859;
  padding-left: 20px;
}
#sidebar ul li a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#sidebar ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#sidebar a.list-group-item {
  color: #fff;
}
#sidebar .btn-group-vertical {
  width: 100%;
}
#sidebar .btn-group-vertical a {
  width: 100%;
}
#sidebar hr {
  border-color: #fff;
}
#sidebar .side-tool {
  background: #333333;
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 50px;
}
#sidebar .side-tool .tool-block {
  width: 100%;
  position: relative;
  display: block;
}
#sidebar .side-tool .tool-block a {
  position: absolute;
  width: 100%;
  bottom: -15px;
  left: 0;
}
#sidebar .side-tool .tool-block h2 {
  color: #fff;
  vertical-align: bottom;
  padding: 50px 0 30px;
  text-align: right;
}
#sidebar .find-dream {
  background: url(../../img/elements/sidebar-dream-home.png) no-repeat left top #333333;
  background-size: cover;
}
#sidebar .eval-home {
  background: url(../../img/elements/sidebar-evaluation.png) no-repeat left top #333333;
  background-size: cover;
}
#sidebar .listing_filters {
  text-align: left;
}
#sidebar .listing_filters .listing_filter {
  width: 100%;
}
#sidebar .listing_filters .listing_filter select {
  width: 100%;
}
#sidebar .search_filters_form .button {
  padding-top: 10px;
  text-align: right;
  display: block;
  width: 100%;
}
#sidebar .search_filters_form .button .btn {
  width: 100%;
}
#sidebar #listing_filters .listing_filter {
  position: relative;
}
#sidebar #listing_filters .custom-form-select {
  width: 100%;
}
#sidebar #listing_filters label {
  width: 100%;
  color: #fff;
}
#sidebar-content-top {
  margin-top: 20px;
}
#sidebar-content-top .btn-primary {
  width: 100%;
}
@media (min-width: 1200px) {
  #sidebar-content-bottom {
    margin-bottom: 140px;
  }
}
#sidebar {
  background: #e0e1df00 !important;
}
#sidebar .btn-primary {
  color: #111111;
  background-color: #F4F4F4;
  border-color: #dcdcdc;
}
#sidebar .btn-primary:hover {
  color: #111111;
  background-color: #dbdbdb;
  border-color: #c3c3c3;
}
#sidebar #sidebar-content-listing-search .btn-primary {
  color: white;
  background-color: #3F3F41;
  border-color: #3F3F41;
}
#sidebar #sidebar-content-listing-search .btn-primary:hover {
  color: white;
  background-color: #262627;
  border-color: #262627;
}
/* Google Search */
.page_search .form-group input {
  vertical-align: top;
  width: 70%;
  display: inline-block;
}
.page_search .form-group button {
  width: 30%;
  vertical-align: top;
}
.google_search_results .cse .gsc-control-cse,
.google_search_results .gsc-control-cse {
  padding: 0;
}
.google_search_results .gs-no-results-result .gs-snippet,
.google_search_results .gs-error-result .gs-snippet {
  margin: 0;
}
.google_search_results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  text-shadow: none;
}
.google-search-bar .form-control {
  height: auto;
}
.google_search_results * {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.blog_listing .blog {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333333;
}
@media (min-width: 768px) {
  .blog_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog {
    float: left;
    width: 33.33333333%;
  }
}
.blog_listing .blog:hover {
  text-decoration: none;
}
.blog_listing .blog:hover strong {
  text-decoration: underline;
}
.blog_listing .blog_button {
  text-align: right;
}
.blog_listing .blog_title {
  font-size: 118%;
  display: block;
}
.blog_listing .blog_blurb {
  height: 180px;
  padding-top: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog_listing .blog_blurb {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .blog_listing .blog_blurb {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_blurb {
    height: 180px;
  }
}
.blog_listing .blog_img {
  overflow: hidden;
  border: 1px solid #999999;
  height: 200px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .blog_listing .blog_img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_listing .blog_img {
    height: 160px;
  }
}
.blog_item {
  font-size: 17px;
}
.blog_item .breadcrumb {
  margin-bottom: 0;
}
.blog_item .header-banner {
  background: #ffffff url(../../img/Sliced/buy/header-banner.jpg) no-repeat scroll center 0 / cover;
  height: 474px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .blog_item .header-banner {
    height: 150px;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .blog_item .header-banner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .blog_item .header-banner {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .blog_item .header-banner {
    height: 474px;
  }
}
.blog_item .header-banner .page-header {
  border-bottom: none;
  margin: 0;
  color: #fff;
  text-shadow: 2px 2px 2px #6c532a;
}
@media (min-width: 768px) {
  .blog_item .header-banner .page-header {
    font-size: 75px;
  }
}
@media (min-width: 992px) {
  .blog_item .header-banner .page-header {
    font-size: 105px;
  }
}
@media (min-width: 1200px) {
  .blog_item .header-banner .page-header {
    font-size: 125px;
  }
}
@media (min-width: 768px) {
  .blog_item .blog_content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_item .blog_content .row > [class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog_item .blog_content .col-sm-5 {
    padding: 0;
  }
}
.blog_item .left-padding {
  padding-left: 2%;
}
@media (max-width: 767px) {
  .blog_item .mobile-padding {
    padding: 1% 5%;
  }
}
.blog_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_item li {
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 10px;
}
.blog_item li::before {
  content: "■ ";
  color: #C39C51;
}
.blog_item .black-squares li::before {
  content: "■ ";
  color: #000;
}
.blog_item .blog_date {
  margin-bottom: 20px;
  font-weight: 500;
}
.blog_item .blog_img {
  margin-bottom: 15px;
}
.blog_item .blog_img img {
  width: 100%;
  margin: 25px auto;
  text-align: center;
  width: auto !important;
}
.blog_item .blog_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.blog_item .blog_back_button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active:focus,
.blog_item .blog_back_button a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:focus {
  color: #fff;
  text-decoration: none;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.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);
}
.blog_item .blog_back_button a.disabled,
.blog_item .blog_back_button a[disabled],
fieldset[disabled] .blog_item .blog_back_button a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open .dropdown-toggle.blog_item .blog_back_button a {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.active,
.open .dropdown-toggle.blog_item .blog_back_button a {
  background-image: none;
}
.blog_item .blog_back_button a.disabled,
.blog_item .blog_back_button a[disabled],
fieldset[disabled] .blog_item .blog_back_button a,
.blog_item .blog_back_button a.disabled:hover,
.blog_item .blog_back_button a[disabled]:hover,
fieldset[disabled] .blog_item .blog_back_button a:hover,
.blog_item .blog_back_button a.disabled:focus,
.blog_item .blog_back_button a[disabled]:focus,
fieldset[disabled] .blog_item .blog_back_button a:focus,
.blog_item .blog_back_button a.disabled:active,
.blog_item .blog_back_button a[disabled]:active,
fieldset[disabled] .blog_item .blog_back_button a:active,
.blog_item .blog_back_button a.disabled.active,
.blog_item .blog_back_button a[disabled].active,
fieldset[disabled] .blog_item .blog_back_button a.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.blog_item .blog_back_button a .badge {
  color: #CA9859;
  background-color: #fff;
}
.blog_item .thumbnail > div {
  display: block !important;
  position: static !important;
}
.blog_item .social-share-bar {
  margin-bottom: 15px;
}
.blog_item .social-share-bar > * {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.blog_item .social-share-bar > *:first-child {
  margin-left: 0;
}
.blog_item .social-share-bar > *:last-child {
  margin-right: 0;
}
/**
 * Bootstrap Multiselect (https://github.com/davidstutz/bootstrap-multiselect)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2015 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2015 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
  display: block;
}
span.multiselect-native-select .btn-group {
  width: 100%;
}
span.multiselect-native-select .btn-group .multiselect.btn {
  text-transform: unset;
  width: 100%;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  width: 100%;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
  width: auto !important;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -28px;
  margin-right: 0;
}
.multiselect-container > li > a {
  color: #333;
}
.multiselect-container > li > a:hover {
  color: #333;
}
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 > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.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: red;
}
.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.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.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-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.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;
  height: 0 !important;
  padding: 0 !important;
}
.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%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          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;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 11:12 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}
/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}
/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}
.qtip-red .qtip-icon {
  border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}
/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}
/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
  border-radius: 4px 4px 0 0;
}
/* Youtube tooltip style */
.qtip-youtube {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}
.qtip-youtube .qtip-content {
  padding: 0.75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
  border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
  border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}
/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}
/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}
/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  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);
  background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
  position: absolute !important;
}
.qtip-default {
  border: 1px solid #ca9959;
  background-color: #ca9959;
  font-size: 12px;
  color: white;
  width: 100%;
  display: none !important;
}
#header .navbar .dropdown-submenu {
  position: initial;
}
#header .navbar .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  border-radius: 0;
  min-height: 101%;
}
#header .navbar .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#header .navbar .dropdown-submenu:hover > a:after {
  border-left-color: #CA9859;
}
#header .navbar .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 3px;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: white;
  margin-top: 5px;
  margin-right: -10px;
}
#header .navbar .dropdown-submenu.active > .dropdown-menu {
  display: block;
}
#header .navbar .dropdown-submenu.active > a:after {
  border-left-color: #CA9859;
}
#header .navbar .dropdown-submenu.pull-left {
  float: none;
}
#header .navbar .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}
@media (max-width: 767px) {
  #header .navbar .dropdown-submenu ul.dropdown-menu {
    padding-left: 30px;
    margin-left: -15px;
  }
}
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.blog_exclusive_listing_listing .blog_exclusive_listing {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333333;
}
@media (min-width: 768px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing {
    float: left;
    width: 33.33333333%;
  }
}
.blog_exclusive_listing_listing .blog_exclusive_listing:hover {
  text-decoration: none;
}
.blog_exclusive_listing_listing .blog_exclusive_listing:hover strong {
  text-decoration: underline;
}
.blog_exclusive_listing_listing .blog_exclusive_listing_button {
  text-align: right;
}
.blog_exclusive_listing_listing .blog_exclusive_listing_title {
  font-size: 118%;
  display: block;
}
.blog_exclusive_listing_listing .blog_exclusive_listing_blurb {
  height: 180px;
  padding-top: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing_blurb {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing_blurb {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing_blurb {
    height: 180px;
  }
}
.blog_exclusive_listing_listing .blog_exclusive_listing_img {
  overflow: hidden;
  border: 1px solid #999999;
  height: 200px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing_img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing_img {
    height: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog_exclusive_listing_listing .blog_exclusive_listing_img {
    height: 160px;
  }
}
.blog_exclusive_listing_item .contact_captcha {
  position: relative;
  top: -10px;
}
.blog_exclusive_listing_item #gallery-module #gallery-blueimp #links .column {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .blog_exclusive_listing_item #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .blog_exclusive_listing_item #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .blog_exclusive_listing_item #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 16.66666667%;
  }
}
.blog_exclusive_listing_item h1,
.blog_exclusive_listing_item h2 {
  margin-top: 13px;
}
.blog_exclusive_listing_item h2 {
  margin-bottom: 0;
}
.blog_exclusive_listing_item #exclusive_listing_slick a.thumbnail {
  border: none !important;
}
.blog_exclusive_listing_item #exclusive_listing_slick a.thumbnail img:hover {
  opacity: 0.8;
}
.blog_exclusive_listing_item #lead-form #inputs .security {
  border: none;
}
.blog_exclusive_listing_item #lead-form .control-label {
  display: none;
}
.blog_exclusive_listing_item #lead-form .btn_exclusive_listing_contact {
  position: relative;
  top: -6px;
}
.blog_exclusive_listing_item #lead-form #input .exclusive_listing_input input {
  max-width: 100%;
  width: 100%;
}
.blog_exclusive_listing_item #lead-form #inputs .form-group {
  margin-bottom: 3px;
}
.blog_exclusive_listing_item #lead-form #inputs label {
  margin-bottom: 0;
}
.blog_exclusive_listing_item #lead-form .contact_form {
  padding-top: 30px;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #CA9859;
  border-color: #c48c46;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 0;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:focus,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:active:focus,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:hover,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:focus {
  color: #fff;
  text-decoration: none;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:active,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.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);
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.disabled,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a[disabled],
fieldset[disabled] .blog_exclusive_listing_item .blog_exclusive_listing_back_button a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:hover,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:focus,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:active,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.active,
.open .dropdown-toggle.blog_exclusive_listing_item .blog_exclusive_listing_back_button a {
  color: #fff;
  background-color: #be853d;
  border-color: #9b6c31;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a:active,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.active,
.open .dropdown-toggle.blog_exclusive_listing_item .blog_exclusive_listing_back_button a {
  background-image: none;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.disabled,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a[disabled],
fieldset[disabled] .blog_exclusive_listing_item .blog_exclusive_listing_back_button a,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.disabled:hover,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a[disabled]:hover,
fieldset[disabled] .blog_exclusive_listing_item .blog_exclusive_listing_back_button a:hover,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.disabled:focus,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a[disabled]:focus,
fieldset[disabled] .blog_exclusive_listing_item .blog_exclusive_listing_back_button a:focus,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.disabled:active,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a[disabled]:active,
fieldset[disabled] .blog_exclusive_listing_item .blog_exclusive_listing_back_button a:active,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a.disabled.active,
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a[disabled].active,
fieldset[disabled] .blog_exclusive_listing_item .blog_exclusive_listing_back_button a.active {
  background-color: #CA9859;
  border-color: #c48c46;
}
.blog_exclusive_listing_item .blog_exclusive_listing_back_button a .badge {
  color: #CA9859;
  background-color: #fff;
}
.blog_exclusive_listing_item .tab-content {
  padding-left: 5px;
}
.blog_exclusive_listing_item .nav-tabs {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog_exclusive_listing_item .blog_exclusive_listing_img {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #get_directions {
    padding-left: 70px;
    padding-right: 70px;
  }
}
#cmsc_exclusive_listing_contactcr > div.exclusive_listing_input {
  background: #f0f1f1;
  padding: 31px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
#cmsc_exclusive_listing_contactcr > label {
  margin-bottom: 0;
}
#map-exclusive-listing {
  /******************************************************** 
  Variables
********************************************************/
  /******************************************************** 
  Module Formatting
********************************************************/
}
#map-exclusive-listing .map_wrapper {
  height: 380px;
  margin-top: 30px;
}
#map-exclusive-listing #google_map {
  border: 1px solid gray;
}
#map-exclusive-listing #directions {
  display: none;
  background-color: #fff;
}
#map-exclusive-listing .directions_tools {
  overflow: hidden;
  margin-bottom: 8px;
}
#map-exclusive-listing .directions-export {
  margin: 20px 0;
}
#map-exclusive-listing .directions_wrapper {
  margin-bottom: 11px;
}
#map-exclusive-listing div.confrom div#directions.clr-b div.directions-export span#print_directions.button a.ui-button span.ui-button-text {
  width: 300px;
}
#map-exclusive-listing .adp-directions {
  border-collapse: collapse;
  cursor: pointer;
  width: 100%;
}
#map-exclusive-listing .adp-marker {
  margin: 2px 4px;
}
#map-exclusive-listing #direction_to {
  display: none;
}
#map-exclusive-listing #print_directions {
  background: url('../img/icons/print.png') #fff no-repeat;
  width: 32px;
  height: 32px;
  overflow: none;
  position: absolute;
  top: 0;
  right: 0;
}
#map-exclusive-listing #print_directions:hover {
  background-position: 0 -32px;
}
#map-exclusive-listing #print_directions:active {
  background-position: 0 -64px;
}
#map-exclusive-listing #directions {
  width: 100%;
  position: relative;
}
#map-exclusive-listing #directions .print-hide {
  display: none;
}
#map-exclusive-listing .input-group {
  margin-top: 15px;
  margin-bottom: 5px;
}
.print-mode {
  background: #fff;
  height: auto;
}
.print-mode #directions {
  width: 100%;
  position: relative;
}
.print-mode #directions .print-hide {
  display: none;
}
.print-mode #directions h1 {
  font-size: 120%;
  margin-top: 5px;
}
.print-mode #directions h2 {
  font-size: 120%;
}
.print-mode #directions_result {
  height: auto;
  width: 100%;
  max-height: none;
  overflow: auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #FFF;
  box-shadow: 0 0 0 #FFF;
}
.print-mode .hr_mb {
  margin-bottom: 0 !important;
}
.print-mode .directions-export {
  display: none;
}
.print-mode #directions .print-hide {
  display: block;
  text-align: center;
}
.print-mode #directions h2.print-mode-hide {
  display: none;
}
.print-mode #_directions {
  margin: 20px;
}
.print-mode #_directions .adp-warnbox {
  margin: 5px 0 3px;
}
.print-mode #_directions .warnbox-content {
  background: none repeat scroll 0 0 #FFF1A8;
  padding: 5px 6px;
}
.print-mode #_directions .warnbox-c1,
.print-mode #_directions .warnbox-c2 {
  background: none repeat scroll 0 0 #FFF1A8;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
.print-mode #_directions .warnbox-c1 {
  margin: 0 2px;
}
.print-mode #_directions .warnbox-c2 {
  margin: 0 1px;
}
.print-mode #_directions .adp-list {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CDCDCD;
  cursor: pointer;
  padding: 4px;
}
.print-mode #_directions .adp-fullwidth {
  width: 100%;
}
.print-mode #_directions .adp-listsel {
  background: none repeat scroll 0 0 #EEEEEE;
  text-decoration: none;
}
.print-mode #_directions .adp-listheader {
  padding: 4px;
}
.print-mode #_directions .adp-placemark {
  border: 1px solid silver;
  cursor: pointer;
  margin: 10px 0;
  vertical-align: middle;
}
.print-mode #_directions .adp-legal {
  color: #676767;
  display: none;
}
.print-mode #_directions .adp-summary {
  padding: 0 3px 3px;
}
.print-mode #_directions .adp-step,
.print-mode #_directions .adp-substep {
  border-top: 1px solid #CDCDCD;
  margin: 0;
  padding: 0.3em 3px;
  vertical-align: top;
}
.print-mode #_directions .adp-distance {
  white-space: nowrap;
}
.print-mode #_directions .adp-step,
.print-mode #_directions .adp-text {
  width: 100%;
}
.print-mode #_directions .adp-directions {
  border-collapse: collapse;
  cursor: pointer;
  width: 100%;
}
.print-mode .adp-marker {
  margin: 2px 4px;
}
@media (max-width: 767px) {
  #listings_index form.property-filter {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  #listings_index form.property-filter .form-control {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #listings_index form.property-filter .form-control {
    font-size: 1vw;
  }
}
#listings_index form.property-filter div.filters {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 768px) {
  #listings_index form.property-filter div.filters {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
}
@media (max-width: 767px) {
  #listings_index form.property-filter div.filters {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #listings_index form.property-filter div.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#listings_index form.property-filter #submit {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  #listings_index form.property-filter #submit {
    width: 10vw;
  }
}
@media (min-width: 768px) {
  #listings_index form.property-filter .filter-price-range {
    right: 8vw;
    bottom: 10px;
    width: 15.7%;
  }
}
@media (min-width: 1700px) {
  #listings_index form.property-filter .filter-price-range:before {
    content: '';
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #777;
  }
}
@media (min-width: 768px) {
  #listings_index .border {
    border: 1px solid #333 !important;
  }
}
@media (min-width: 1200px) {
  #listings_index select.form-control,
  #listings_index input.form-control {
    height: 46px;
  }
}
@media (min-width: 768px) {
  #listings_index div.form-group.divider {
    border-right: 1px solid #777;
  }
}
#listings_index select.form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #777;
}
@media (min-width: 768px) {
  #listings_index select.form-control {
    width: 88%;
  }
}
@media (max-width: 767px) {
  #listings_index select.form-control {
    width: 100%;
  }
}
#listings_index select.form-control:after {
  content: '';
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  position: absolute;
}
#listings_index select.form-control:hover {
  cursor: pointer;
}
#listings_index .listing_quick_info > div {
  padding-left: 15px;
}
@media (min-width: 768px) {
  #listings_index .listing_quick_info .address {
    font-size: 22px;
  }
}
#listings_index .listing_quick_info .price {
  letter-spacing: 1px;
}
#listings_index .listings_items {
  padding: 0 10vw;
}
#listings_index .listings_info {
  display: none;
}
#listings_item .slick-prev {
  width: 55px !important;
  height: 50px !important;
  background: #ffffffdd;
  left: 0;
  z-index: 2;
}
#listings_item .slick-next {
  width: 55px !important;
  height: 50px !important;
  background: #ffffffdd;
  right: 0;
}
#listings_item .slick-next::before,
#listings_item .slick-prev::before {
  color: #7D7D7D;
  font: normal normal normal 40px/1 FontAwesome !important;
}
#listings_item .slick-prev::before {
  content: '\f0d9';
}
#listings_item .slick-next::before {
  content: '\f0da';
}
#listings_item .slick-dots {
  bottom: 30px;
}
#listings_item .slick-dots li button:before {
  font-size: 20px;
  color: white;
  opacity: 0.55;
}
#listings_item .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (max-width: 767px) {
  #listings_item .slick-dots {
    display: none !important;
  }
}
#listings_item .listing_specs > div:nth-of-type(even) {
  background: #F8F8F8;
}
#listings_item .listing_specs div.row {
  padding: 15px 2vw;
  color: #333;
}
#listings_item .listing_ext_features > span:nth-of-type(even) {
  background: #F8F8F8;
}
#listings_item .listing_ext_features > span {
  padding: 15px 2vw;
  color: #555;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
#listings_item .panel-group {
  margin-bottom: 0;
}
#listings_item .padding-left {
  padding-left: 10vw;
}
@media (max-width: 767px) {
  #listings_item #property-info {
    font-size: 14px;
  }
}
#listings_item #property-info .extra-value {
  float: right;
  padding-left: 2vw;
  text-align: right !important;
}
#listings_item #quick_contact {
  margin-top: 1.5vw;
}
@media (min-width: 1200px) {
  #listings_item #quick_contact input.form-control {
    height: 50px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  #listings_item #quick_contact textarea.form-control {
    height: 220px;
    padding-top: 20px;
    padding-left: 30px;
  }
}
#listings_item .slick-slide {
  background: #fff !important;
  border-left: 1vw solid #fff;
  border-right: 1vw solid #fff;
}
#listings_item .map_amenities div.map_amenity span {
  line-height: 1;
}
@media (max-width: 767px) {
  #listings_item .map_amenities div.map_amenity span {
    font-size: 12px;
  }
  #listings_item .map_amenities div.map_amenity span img {
    height: 12px !important;
  }
}
@media (max-width: 767px) {
  #listings_item .padding-xs {
    padding: 0 15px;
  }
}
/***********************************************************************
 * Map Amenities
 **********************************************************************/
.map_amenities {
  width: 100%;
}
.map_amenities div.map_amenity {
  background-color: #333333;
  color: #FFFFFF;
  display: inline-block;
  font-size: 88%;
  text-align: center;
  vertical-align: top;
  width: 20%;
  height: 30px;
}
.map_amenities div.map_amenity span {
  padding-top: 4px;
  display: block;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  cursor: hand;
  cursor: pointer;
}
.map_amenities div.map_amenity:hover {
  background-color: #555555;
}
.map_amenities div.map_amenity.ma_active,
.map_amenities div.map_amenity.ma_active:hover {
  background-color: #111111;
}
.map_amenity_info_window td {
  padding: 0 4px;
}
.map_amenity_title {
  color: #111111;
  display: inline-block;
  font-size: 1.25em;
  width: 400px;
}
.map_amenity_image {
  height: 40px;
}
@media (max-width: 991px) {
  .map_amenity {
    height: 40px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .map_amenity span {
    border: 0 !important;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#get_directions {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#get_directions:focus,
#get_directions:active:focus,
#get_directions.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#get_directions:hover,
#get_directions:focus {
  color: #fff;
  text-decoration: none;
}
#get_directions:active,
#get_directions.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);
}
#get_directions.disabled,
#get_directions[disabled],
fieldset[disabled] #get_directions {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
