@charset "UTF-8";
/*!
  * Copyright Industrial NetMedia
  * http://www.inmca.com
  *
  * developer -
  *
  * build with sass, compass & bootstrap 3.3.2
  * icons from http://fortawesome.github.io/Font-Awesome
*/
/* Paths */
/* Required */
/********************
    Font Awesome - fontawesome.github.io/Font-Awesome
*********************/
/* Glyphicons are old, using CDN for FontAwesome now */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/sitebuildertools/fonts/glyphicons-halflings-regular.woff") format("woff");
}
/*
@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url('../fonts/BebasNeue Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */
/********************
    Google Webfonts
*********************/
/*
@import "addons/google-web-fonts";
@include web-font(
    (Montserrat),
    (400, 700)
);
*/
/********************
    Admin font
*********************/
@font-face {
  font-family: "BebasNeueRegular";
  src: url("../fonts/BebasNeue-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Raleway Medium";
  src: url("../fonts/Raleway-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "open_sanslight";
  src: url("/sitebuildertools/fonts/OpenSans-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* commonly used fonts but not used in SBT admin
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('/sitebuildertools/fonts/OpenSans-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('/sitebuildertools/fonts/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('/sitebuildertools/fonts/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('/sitebuildertools/fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('/sitebuildertools/fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('/sitebuildertools/fonts/OpenSans-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('/sitebuildertools/fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
/*
  * Bootstrap v3.3.0
*/
/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-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] {
  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;
}

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

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

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

body {
  font-family: Raleway Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: BebasNeueRegular, Raleway Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 13.5px;
}

.lead {
  margin-bottom: 27px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 28.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

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

.bg-primary {
  background-color: #428bca;
}

a.bg-primary:hover {
  background-color: #3071a9;
}

.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: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

blockquote {
  padding: 0;
  margin: 0;
  font-size: 19px;
}
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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 18px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-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-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 19px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #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],
input[type=time],
input[type=datetime-local],
input[type=month] {
  line-height: 41px;
  line-height: 1.428571429 \0 ;
}
input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
.input-group-sm > input[type=date].input-group-addon,
.input-group-sm > .input-group-btn > input[type=date].btn,
input[type=time].input-sm,
.input-group-sm > input[type=time].form-control,
.input-group-sm > input[type=time].input-group-addon,
.input-group-sm > .input-group-btn > input[type=time].btn,
input[type=datetime-local].input-sm,
.input-group-sm > input[type=datetime-local].form-control,
.input-group-sm > input[type=datetime-local].input-group-addon,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
input[type=month].input-sm,
.input-group-sm > input[type=month].form-control,
.input-group-sm > input[type=month].input-group-addon,
.input-group-sm > .input-group-btn > input[type=month].btn {
  line-height: 37px;
  line-height: 1.5 \0 ;
}
input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
.input-group-lg > input[type=date].input-group-addon,
.input-group-lg > .input-group-btn > input[type=date].btn,
input[type=time].input-lg,
.input-group-lg > input[type=time].form-control,
.input-group-lg > input[type=time].input-group-addon,
.input-group-lg > .input-group-btn > input[type=time].btn,
input[type=datetime-local].input-lg,
.input-group-lg > input[type=datetime-local].form-control,
.input-group-lg > input[type=datetime-local].input-group-addon,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
input[type=month].input-lg,
.input-group-lg > input[type=month].form-control,
.input-group-lg > input[type=month].input-group-addon,
.input-group-lg > .input-group-btn > input[type=month].btn {
  line-height: 54px;
  line-height: 1.33 \0 ;
}

_:-ms-fullscreen, :root input[type=date],
_:-ms-fullscreen, :root input[type=time],
_:-ms-fullscreen, :root input[type=datetime-local],
_:-ms-fullscreen, :root input[type=month] {
  line-height: 1.428571429;
}
_:-ms-fullscreen.input-sm, .input-group-sm > _.form-control:-ms-fullscreen,
.input-group-sm > _.input-group-addon:-ms-fullscreen,
.input-group-sm > .input-group-btn > _.btn:-ms-fullscreen, :root input[type=date].input-sm, :root .input-group-sm > input[type=date].form-control,
:root .input-group-sm > input[type=date].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type=date].btn,
_:-ms-fullscreen.input-sm, :root input[type=time].input-sm, :root .input-group-sm > input[type=time].form-control,
:root .input-group-sm > input[type=time].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type=time].btn, :root input[type=datetime-local].input-sm, :root .input-group-sm > input[type=datetime-local].form-control,
:root .input-group-sm > input[type=datetime-local].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
_:-ms-fullscreen.input-sm, :root input[type=month].input-sm, :root .input-group-sm > input[type=month].form-control,
:root .input-group-sm > input[type=month].input-group-addon,
:root .input-group-sm > .input-group-btn > input[type=month].btn {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg, .input-group-lg > _.form-control:-ms-fullscreen,
.input-group-lg > _.input-group-addon:-ms-fullscreen,
.input-group-lg > .input-group-btn > _.btn:-ms-fullscreen, :root input[type=date].input-lg, :root .input-group-lg > input[type=date].form-control,
:root .input-group-lg > input[type=date].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type=date].btn,
_:-ms-fullscreen.input-lg, :root input[type=time].input-lg, :root .input-group-lg > input[type=time].form-control,
:root .input-group-lg > input[type=time].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type=time].btn, :root input[type=datetime-local].input-lg, :root .input-group-lg > input[type=datetime-local].form-control,
:root .input-group-lg > input[type=datetime-local].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
_:-ms-fullscreen.input-lg, :root input[type=month].input-lg, :root .input-group-lg > input[type=month].form-control,
:root .input-group-lg > input[type=month].input-group-addon,
:root .input-group-lg > .input-group-btn > input[type=month].btn {
  line-height: 1.33;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 19px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .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: #bc0901;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #890701;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #bc0901;
  border-color: #ccc;
}
.btn-default .badge {
  color: #bc0901;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success: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.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info: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.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning: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.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px 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: 19px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

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

.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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-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: 19px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 24px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 27px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 11.5px 15px;
  font-size: 24px;
  line-height: 27px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 27px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #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: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.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:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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.428571429px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .carousel {
    position: relative;
    top: 0;
    transform: none;
  }
}

.fade {
  opacity: 1;
}

.fade .item {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity;
  transition-duration: 1s;
}

.fade .item.active {
  position: relative;
  opacity: 1;
}

.fade .item:not(.active) {
  position: absolute;
  top: 0;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.carousel-inner .item:nth-child(1) a.rotator-img img {
  max-width: 100%;
  margin: 10px auto;
}
.carousel-inner .item:nth-child(2) a.rotator-img img {
  max-width: 70%;
  margin: 10px auto;
}
.carousel-inner .item:nth-child(3) a.rotator-img img {
  max-width: 65%;
  margin: 10px auto;
}
.carousel-inner > .item {
  display: none;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 1s ease-in-out left;
  -o-transition: 1s ease-in-out left;
  transition: 1s ease-in-out left;
}
.carousel-inner > .item:nth-child(odd) a.rotator-img {
  order: 2;
}
.carousel-inner > .item:nth-child(odd) a.rotator-img > img {
  margin: 0px auto;
  opacity: 0;
  animation: slidefromright 0.5s 0.5s ease-in forwards;
}
.carousel-inner > .item:nth-child(odd) .carousel-caption {
  order: 1;
}
.carousel-inner > .item:nth-child(odd) .carousel-caption > p {
  text-align: right;
  opacity: 0;
  animation: slidefromleft 0.5s 1.5s ease-in forwards;
}
.carousel-inner > .item:nth-child(even) > a.rotator-img > img {
  opacity: 0;
  animation: slidefromleft 0.5s 0.5s ease-in forwards;
}
.carousel-inner > .item:nth-child(even) .carousel-caption > p {
  text-align: left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a.rotator-img {
  flex-basis: 0;
  flex-grow: 2;
}
.carousel-inner > .item > img > img,
.carousel-inner > .item > a.rotator-img > img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  opacity: 0;
  animation: slidefromleft 0.5s 0.5s ease-in forwards;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item > img,
.carousel-inner > .item > a.rotator-img {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item > img.next, .carousel-inner > .item > img.active.right,
.carousel-inner > .item > a.rotator-img.next,
.carousel-inner > .item > a.rotator-img.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item > img.prev, .carousel-inner > .item > img.active.left,
.carousel-inner > .item > a.rotator-img.prev,
.carousel-inner > .item > a.rotator-img.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item > img.next.left, .carousel-inner > .item > img.prev.right, .carousel-inner > .item > img.active,
.carousel-inner > .item > a.rotator-img.next.left,
.carousel-inner > .item > a.rotator-img.prev.right,
.carousel-inner > .item > a.rotator-img.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: flex;
}
.carousel-inner > .active {
  transition: 0.5s;
  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;
  z-index: 2;
  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 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
  left: 0;
  margin: auto;
  right: 75px;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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;
}
@media (max-width: 767px) {
  .carousel-indicators {
    display: none;
  }
}
.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(243, 186, 186, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  flex-basis: 0;
  flex-grow: 1.3;
  position: relative;
  z-index: 10;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1200px) {
  .carousel-caption {
    flex-grow: 1;
  }
}
@media (max-width: 1000px) {
  .carousel-caption {
    flex-grow: 0.7;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    display: none;
    position: relative;
    transform: none;
    top: 0;
    right: 0;
    color: black;
    margin: auto;
    padding: 0;
  }
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption > h2 {
  text-align: right;
  opacity: 0;
  animation: fadedown 0.5s 1s ease-in forwards;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .carousel-caption > h2 {
    text-align: center;
  }
}
.carousel-caption > h3 {
  opacity: 0;
  animation: fadedown 0.5s 1s ease-in forwards;
  font-size: 30px;
  line-height: 1;
  font-family: BebasNeueRegular;
  text-align: right;
  margin-top: 10px;
  display: none;
}
@media (max-width: 767px) {
  .carousel-caption > h3 {
    text-align: center;
  }
}
.carousel-caption > p {
  opacity: 0;
  animation: slidefromright 0.5s 1.5s ease-in forwards;
  font-size: 20px;
}
.carousel-caption > p img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .carousel-caption > p {
    text-align: center !important;
  }
}

@keyframes slidefromright {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidefromleft {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadedown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@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;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
.social-pages2 {
  text-align: left;
  position: relative;
  top: 10px;
}

@media (max-width: 999px) {
  .social-pages2 {
    top: 10px;
  }
}
.social-pages2 a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 0px;
  border-radius: 100%;
  overflow: hidden;
  color: white;
  font-size: 20px;
  text-align: center;
}

.social-pages2 > h3 {
  display: none;
}

/*
.social-pages2 .fa-houzz:before {
  position: relative;
  top: 5px;
}

.social-pages2 a.instagram {
  background: #517fa4;
}

.social-pages2 a.instagram:hover {
  background: #618db1;
}

.social-pages2 a.facebook {
  background: #3b5998;
}

.social-pages2 a.facebook:hover {
  background: #6180c3;
}

.social-pages2 a.twitter {
  background: #00aced;
}

.social-pages2 a.twitter:hover {
  background: #14bdfd;
}

.social-pages2 a.google-plus {
  background: #ca3838;
}

.social-pages2 a.google-plus:hover {
  background: #ec5757;
}

.social-pages2 a.pinterest {
  background: #cb2027;
}

.social-pages2 a.pinterest:hover {
  background: #f7454d;
}

.social-pages2 a.linkedin {
  background: #007bb6;
}

.social-pages2 a.linkedin:hover {
  background: #2aa9e6;
}

.social-pages2 a.yelp {
  background: #b90b03;
}

.social-pages2 a.yelp:hover {
  background: #e40e04;
}

.social-pages2 a.houzz {
  background: #7ac143;
}

.social-pages2 a.houzz:hover {
  background: #97e45b;
}

.social-pages2 span.fa.fa-houzz {
  padding-top: 6px;
}

.social-pages2 a.social_email {
  background: #8cd806;
}

.social-pages2 a.social_email:hover {
  background: #a1f808;
}
*/
.social-share5 {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 100px;
  padding: 7px 0;
  text-align: center;
  background: white;
  overflow: hidden;
  transition-duration: 0.25s;
}

.social-share5 p {
  display: none;
  font-size: 15px;
}

.social-share5 a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  padding-top: 5px;
  border-radius: 100%;
  box-shadow: 0 0 1px 1px #d3d3d3;
  font-size: 18px;
  color: white;
}

.social-share5 a:last-child {
  margin-bottom: 0;
}

.social-share5 a.instagram {
  background: #517fa4;
}

.social-share5 a.instagram:hover {
  background: #618DB1;
}

.social-share5 a.facebook {
  background: #3b5998;
}

.social-share5 a.facebook:hover {
  background: #6180C3;
}

.social-share5 .fb-like[fb-xfbml-state=rendered] {
  background-image: none;
}

.social-share5 a.twitter {
  background: #00aced;
}

.social-share5 a.twitter:hover {
  background: #14BDFD;
}

.social-share5 a.google-plus {
  background: #ca3838;
}

.social-share5 a.google-plus:hover {
  background: #EC5757;
}

.social-share5 a.pinterest {
  background: #cb2027;
}

.social-share5 a.pinterest:hover {
  background: #F7454D;
}

.social-share5 a.linkedin {
  background: #007bb6;
}

.social-share5 a.linkedin:hover {
  background: #2AA9E6;
}

@media (max-width: 999px) {
  .social-share5:not(:hover), .social-share5:hover {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    background: transparent;
  }

  .social-share5 a {
    display: inline-block;
    max-width: 75px;
  }
}
button.go-top {
  position: fixed;
  right: 0;
  bottom: 74px;
  cursor: pointer;
  outline: 0;
  padding: 1em 1.5em;
  display: none;
  background: #d65441;
  color: #fff;
  border: none;
  transition: all 0.5s ease;
}
button.go-top:hover {
  background: #7d271b;
}

/* + Default Navbar + */
#navbar-toggle,
.navbar-toggle {
  display: none;
  position: relative;
  top: 7px;
  right: 0;
  width: 42px;
  height: 40px;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 26px;
  padding-top: 9px;
  padding-left: 1px;
  border: 2px solid black;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 1px 1px #C1C1C1;
}

#navbar-toggle div,
.navbar-toggle div {
  width: 75%;
  height: 3px;
  margin: 0 auto 5px;
  border-radius: 85%;
  background: black;
  color: black;
}

#default-menu-v1,
.default-menu-v1 {
  position: fixed;
  z-index: 1;
  display: block;
  top: 0px;
  vertical-align: middle;
  width: 100%;
  padding: 35px 0px 0px;
  height: 101px;
  text-align: center;
  z-index: 1049;
  border-bottom: 5px solid #B91A1A;
}
@media (max-width: 1150px) {
  #default-menu-v1,
.default-menu-v1 {
    height: 110px;
  }
}
#default-menu-v1 ul.main > li,
.default-menu-v1 ul.main > li {
  transition: all 0.5s;
  padding-bottom: 35px;
}
@media (max-width: 1150px) {
  #default-menu-v1 ul.main > li,
.default-menu-v1 ul.main > li {
    padding: 10px 0px;
    text-align: center;
    margin: 0px;
  }
}
#default-menu-v1 ul.main > li > a,
.default-menu-v1 ul.main > li > a {
  position: relative;
}
#default-menu-v1 ul.main > li > a::before,
.default-menu-v1 ul.main > li > a::before {
  content: "";
  background-image: url(/images/site-elements/Red-Circle.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -30px;
  top: -1px;
  opacity: 0;
}

@media (max-width: 992px) {
  .navbar-brand {
    display: none !important;
  }
}

#default-menu-v1 ul,
.default-menu-v1 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Raleway Medium";
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  #default-menu-v1 ul,
.default-menu-v1 ul {
    display: block;
  }
}

#default-menu-v1 ul ul.closed,
.default-menu-v1 ul ul.closed {
  display: none;
}

#default-menu-v1 ul ul,
.default-menu-v1 ul ul {
  position: absolute;
}
@media (min-width: 1151px) {
  #default-menu-v1 ul ul,
.default-menu-v1 ul ul {
    z-index: 1;
    top: 60px;
    width: fit-content;
    text-align: left;
    background: #B91A1A;
    position: absolute;
    left: -30px;
    display: flex;
    flex-direction: column;
    right: 0;
  }
}

#default-menu-v1 ul ul ul,
.default-menu-v1 ul ul ul {
  margin-top: -25px;
  margin-left: 40px;
}

#default-menu-v1 ul ul li:hover ul,
.default-menu-v1 ul ul li:hover ul {
  display: inline-block;
}

#default-menu-v1 li,
.default-menu-v1 li {
  display: inline-block;
  text-align: left;
  list-style-type: none;
  list-style-image: none;
  margin: 0 50px;
}
@media (max-width: 1399px) {
  #default-menu-v1 li,
.default-menu-v1 li {
    margin: 0 30px;
  }
}
@media (max-width: 992px) {
  #default-menu-v1 li,
.default-menu-v1 li {
    margin: 0;
  }
}

.dropdown-menu li {
  width: 100%;
  margin: auto !important;
}

#default-menu-v1 li li,
.default-menu-v1 li li {
  display: block;
}

#default-menu-v1 a,
.default-menu-v1 a {
  line-height: 1;
}

#default-menu-v1 a:hover,
.default-menu-v1 a:hover {
  text-decoration: none;
}

#default-menu-v1 a:not([href]):hover,
.default-menu-v1 a:not([href]):hover {
  text-decoration: none;
  cursor: pointer;
}

#default-menu-v1 li li a,
.default-menu-v1 li li a {
  position: relative;
  line-height: 1.5;
  font-size: 18px;
  padding: 0px;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.sub-nav div {
  padding: 0 15px;
}

.dropdown .dropdown-toggle::after {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 10px;
  top: -2px;
  font-size: 25px;
  text-shadow: 2px 2px 2px black;
  z-index: 2;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
@media (max-width: 1151px) {
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    line-height: 1.25;
    padding: 10px 0;
    animation-duration: 0.75s;
  }
  .dropdown:hover .dropdown-toggle::after {
    transform: rotate(0deg);
  }
}
.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  line-height: 1.25;
  padding: 10px 0;
  animation-duration: 0.75s;
}
.dropdown.open .dropdown-toggle::after {
  transform: rotate(0deg);
}
.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.5s;
  overflow: hidden;
}

@keyframes pop {
  50% {
    transform: scale(1.1);
  }
}
/* -- Colors -- */
#default-menu-v1,
.default-menu-v1 {
  background: linear-gradient(to right, #B91A1A, #000000);
}

#default-menu-v1 li,
.default-menu-v1 li {
  background: transparent;
}

#default-menu-v1 li a,
.default-menu-v1 li a {
  color: white;
}

#default-menu-v1 > ul > li:hover,
#default-menu-v1 > ul > li.open,
.default-menu-v1 > ul > li:hover,
.default-menu-v1 > ul > li.open {
  color: #B91A1A;
}

#default-menu-v1 > ul > li:hover > a,
#default-menu-v1 > ul > li.open > a,
.default-menu-v1 > ul > li:hover > a,
.default-menu-v1 > ul > li.open > a {
  color: #ffffff;
}
#default-menu-v1 > ul > li:hover > a::before,
#default-menu-v1 > ul > li.open > a::before,
.default-menu-v1 > ul > li:hover > a::before,
.default-menu-v1 > ul > li.open > a::before {
  opacity: 1;
}

#default-menu-v1 a:hover, #default-menu-v1 a:focus {
  background-color: transparent !important;
}

#default-menu-v1 > ul > li.selected,
#default-menu-v1 > ul > li.active,
.default-menu-v1 > ul > li.selected,
.default-menu-v1 > ul > li.active {
  color: #B91A1A;
}

#default-menu-v1 > ul > li.selected > a,
#default-menu-v1 > ul > li.active > a,
.default-menu-v1 > ul > li.selected > a,
.default-menu-v1 > ul > li.active > a {
  color: #ffffff;
}
#default-menu-v1 > ul > li.selected > a::before,
#default-menu-v1 > ul > li.active > a::before,
.default-menu-v1 > ul > li.selected > a::before,
.default-menu-v1 > ul > li.active > a::before {
  opacity: 1;
}

#default-menu-v1 ul ul li,
.default-menu-v1 ul ul li {
  background: #B91A1A;
  border: 2px solid white;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1150px) {
  #default-menu-v1 ul ul li,
.default-menu-v1 ul ul li {
    border: 2px solid transparent;
  }
}
@media (min-width: 1000px) {
  #default-menu-v1 ul ul li,
.default-menu-v1 ul ul li {
    display: inline-block;
    border: none;
  }
}

#default-menu-v1 ul ul > li:hover,
#default-menu-v1 ul ul > li.open,
.default-menu-v1 ul ul > li:hover,
.default-menu-v1 ul ul > li.open {
  background: white;
}

#default-menu-v1 ul ul > li:hover a,
#default-menu-v1 ul ul > li.open a,
.default-menu-v1 ul ul > li:hover a,
.default-menu-v1 ul ul > li.open a {
  color: #000000;
  background-color: #ffffff;
  font-weight: bold;
}

#default-menu-v1 ul ul > li.selected,
#default-menu-v1 ul ul > li.active,
.default-menu-v1 ul ul > li.selected,
.default-menu-v1 ul ul > li.active {
  background: white;
}

#default-menu-v1 ul ul > li.selected a,
#default-menu-v1 ul ul > li.active a,
.default-menu-v1 ul ul > li.selected a,
.default-menu-v1 ul ul > li.active a {
  color: #000000;
  background-color: #ffffff;
}

/* -- Default Navbar: Mobile Responsive -- */
@media (max-width: 1150px) {
  #navbar-toggle,
.navbar-toggle {
    display: block;
  }

  #default-menu-v1 ul.main,
.default-menu-v1 ul.main {
    opacity: 1;
    width: 100%;
    transition-duration: 0.2s;
    position: absolute;
    background: black;
  }

  #default-menu-v1 ul.main:not(.show),
.default-menu-v1 ul.main:not(.show) {
    overflow: hidden;
  }

  #default-menu-v1 ul.main.hide,
.default-menu-v1 ul.main.hide {
    display: none;
    opacity: 0;
    height: 0;
  }

  #default-menu-v1 ul,
.default-menu-v1 ul {
    width: 100%;
  }

  #default-menu-v1 li,
.default-menu-v1 li {
    display: block;
    width: 100%;
    border-top: 1px solid black;
  }

  #default-menu-v1 li.closed ul,
#default-menu-v1 ul ul li.closed:hover ul,
.default-menu-v1 li.closed ul,
.default-menu-v1 ul ul li.closed:hover ul {
    display: none;
  }

  #default-menu-v1 ul ul,
.default-menu-v1 ul ul {
    position: relative;
    float: none;
    width: 100%;
    left: 0px;
  }
  #default-menu-v1 ul ul li,
.default-menu-v1 ul ul li {
    text-align: center;
  }

  #default-menu-v1 ul ul ul,
.default-menu-v1 ul ul ul {
    margin: 0;
    border-bottom: 2px solid blue;
  }
}
/* -- End Default Navbar: Mobile Responsive -- */
/* + Testimonials + */
body.testimonials-window #leave-testimonial-window {
  z-index: 1001 !important;
}

.testimonial-header {
  color: #0c4d8f;
  text-transform: uppercase;
  font-family: "BebasNeueRegular";
  font-size: 30px;
  max-width: 94%;
  margin: 25px auto;
  text-align: center;
}
@media (max-width: 749px) {
  .testimonial-header {
    font-size: 24px;
  }
}

.inner-width {
  max-width: 700px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-section h1 {
  text-align: center;
  color: #333;
  font-size: 24px;
}

.owl-carousel .owl-stage-outer {
  overflow-y: visible !important;
}

.testimonial {
  border-radius: 10px;
  position: relative;
  background: transparent;
  cursor: grab;
  position: relative;
  text-align: center;
  height: 250px;
}
@media (max-width: 768px) {
  .testimonial {
    height: 170px;
  }
}
@media (max-width: 699px) {
  .testimonial {
    padding: 0;
    background: none;
  }
}

.fa-arrow-circle-right, .fa-arrow-circle-left {
  color: #074514;
}

.owl-carousel .owl-item {
  padding: 0px;
}

blockquote {
  padding: 0;
  line-height: 1.2em;
  max-width: 94%;
  margin: 10px 0px 10px;
  border-left: none;
}
@media (max-width: 499px) {
  blockquote {
    max-width: 98%;
  }
}
@media (max-width: 399px) {
  blockquote {
    line-height: 1;
  }
}

blockquote i {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway Medium";
  font-style: normal;
  text-transform: none;
  font-style: italic;
  line-height: 2;
}
@media (max-width: 768px) {
  blockquote i {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 599px) {
  blockquote i {
    font-size: 16px !important;
  }
}

#testi-content {
  font-family: "Raleway Medium";
  font-size: 16px;
}

span.blockquote-content {
  color: #fff;
  font-size: 18px;
  font-family: "Raleway Medium";
  line-height: 1.5;
  display: inline-block;
  margin: 30px 20px;
}
@media (max-width: 768px) {
  span.blockquote-content {
    font-size: 14px;
    margin: 30px 10px;
  }
}
@media (max-width: 500px) {
  span.blockquote-content {
    margin: 0px;
  }
}

.test-info {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
}
@media (max-width: 500px) {
  .test-info {
    top: 50%;
    transform: translateY(-50%);
  }
}

.test-pic {
  width: 50px !important;
  border-radius: 50%;
  margin-right: 15px;
}

.test-name {
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 599px) {
  .test-name {
    font-size: 14px;
  }
}

.test-name span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #3498db;
}

.testimonial p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
}

.testimonial-submit {
  border: none;
}

.ratingControl {
  position: relative;
  width: 225px;
  height: 35px;
  user-select: none;
  margin: 20px 0px;
}

.ratingControl input {
  visibility: hidden;
}

.ratingControl-stars {
  position: absolute;
  top: 0;
  width: 45px;
  height: 35px;
  background-image: url("/SiteBuilderTools/images/star.svg");
  background-size: auto 35px;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

.ratingControl-stars:hover, .ratingControl-stars:hover ~ .ratingControl-stars, input:checked ~ .ratingControl-stars {
  background-image: url("/SiteBuilderTools/images/star-half.svg");
}

.ratingControl-stars:active, .ratingControl-stars:active ~ .ratingControl-stars, input:checked ~ .ratingControl-stars:active {
  background-image: url("/SiteBuilderTools/images/star-light.svg");
}

.ratingControl-stars--05 {
  left: 0px;
}

.ratingControl-stars--1 {
  left: 0px;
}

.ratingControl-stars--15 {
  left: 45px;
}

.ratingControl-stars--2 {
  left: 45px;
}

.ratingControl-stars--25 {
  left: 90px;
}

.ratingControl-stars--3 {
  left: 90px;
}

.ratingControl-stars--35 {
  left: 135px;
}

.ratingControl-stars--4 {
  left: 135px;
}

.ratingControl-stars--45 {
  left: 180px;
}

.ratingControl-stars--5 {
  left: 180px;
}

.ratingControl-stars--half {
  width: 19px;
}

@media (max-width: 1399px) {
  .owl-nav {
    display: none;
  }
}
@media (max-width: 959px) {
  div.active {
    opacity: 1;
  }
}
.owl-carousel .owl-stage {
  padding: 0px 0 10px;
  overflow: hidden;
}

#AllTestimonials {
  position: relative;
  z-index: 999 !important;
  height: auto !important;
}

#testimonials-area {
  position: relative;
  padding: 55px 0;
  height: 400px;
}

#AllTestimonials .dots {
  font-size: 23px;
  line-height: 1;
}

.testimonial-container {
  padding: 40px 0;
}
.testimonial-container > h2 {
  color: #fff;
  background-color: #8F050C;
  text-align: center;
  padding: 10px;
  font-size: 44px;
  margin: 0px;
}
@media (max-width: 768px) {
  .testimonial-container > h2 {
    font-size: 34px;
    padding: 10px 0px 0px 0px;
  }
}

.testimonial-section + a:hover {
  text-decoration: none;
}

.testimonial-title {
  text-align: center;
  margin: 20px auto;
}

#leave-testimonial-button {
  position: relative;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 0;
  font-size: 20px;
  color: #000;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}
#leave-testimonial-button:hover {
  transform: scale(1.1);
}
#leave-testimonial-button a {
  background-color: #8F050C;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 649px) {
  #leave-testimonial-button a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #leave-testimonial-button {
    padding: 6px !important;
  }
}
.testimonials-control {
  display: none;
}

.owl-carousel .owl-nav {
  display: block !important;
}
.owl-carousel .owl-nav i {
  color: white;
}

.owl-nav > button {
  position: absolute;
  left: -15%;
  right: auto;
  top: 25%;
  font-size: 50px !important;
}
@media (max-width: 858px) {
  .owl-nav > button {
    left: -5%;
  }
}
@media (max-width: 768px) {
  .owl-nav > button {
    display: none;
  }
}

.owl-nav > button:nth-of-type(2) {
  left: auto;
  right: -15%;
}
@media (max-width: 858px) {
  .owl-nav > button:nth-of-type(2) {
    right: 0;
  }
}
@media (max-width: 699px) {
  .owl-nav > button:nth-of-type(2) {
    display: none;
  }
}

.owl-nav > button:hover {
  color: #f9b234 !important;
}

.owl-item.cloned:not(.active) {
  opacity: 0;
}

.owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*End testimonial*/
.star {
  color: #d9534f;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.three-cols-row .red-box {
  background-color: #B91A1A;
  color: white;
}
.three-cols-row .image-box > img {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 1199px) {
  .three-cols-row .image-box > img {
    max-width: 313px;
  }
}
.three-cols-row > div {
  padding: 0;
  margin: 10px;
  height: 360px;
}
@media (max-width: 1199px) {
  .three-cols-row > div {
    height: 313px;
  }
}
@media (max-width: 991px) {
  .three-cols-row > div {
    width: 313px;
  }
}
@media (max-width: 349px) {
  .three-cols-row > div {
    width: 100%;
  }
}

.hide {
  display: none;
}

img {
  max-width: 100%;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

label.error {
  color: #d9534f;
  font-size: 0.7em;
  display: block;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  .row.no-gutters {
    text-align: center;
  }
}
.row.no-gutters .col-md-2 {
  margin-bottom: 10px;
}

a:focus {
  text-decoration: none;
}

#logo {
  width: 400px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #logo {
    padding: 20px;
  }
}

#stickyFooter {
  padding-top: 101px;
}
@media (max-width: 1150px) {
  #stickyFooter {
    padding-top: 110px;
  }
}

/* Other Classes */
/* + Top Phone Number + */
.topPhone > a {
  position: fixed;
  top: 75px;
  left: 50%;
  margin-left: -68px;
  z-index: 100;
  padding: 5px;
  border-radius: 2px;
  border-color: #e66c00;
  background: #ff7800;
  color: white;
  font-weight: bold;
}

.assignBusinessPhone {
  color: inherit !important;
}

.assignBusinessFax {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;
}

/* Quicklinks */
/* Table Classes */
@media (max-width: 1199px) {
  .makeTableItemsStackBelow1200px tbody tr td {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .makeTableItemsStackBelow768px tbody tr td {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
a.addthis_button_facebook_like.socialLinks.at300b {
  width: 85px;
  display: block;
  margin: 10px auto;
}

.full-width {
  max-width: 100%;
  width: 100%;
}

.stripes-container {
  background-size: cover;
  height: 810px;
  text-align: center;
  border-bottom: 10px solid #B91A1A;
  position: relative;
}
.stripes-container:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .stripes-container {
    position: relative;
    height: 80vh;
  }
}
@media (max-width: 500px) {
  .stripes-container {
    height: 60vh;
  }
}
@media (max-width: 400px) {
  .stripes-container {
    height: 50vh;
  }
}

.homepage-info-container {
  position: relative;
  display: inline-block;
  top: 16vh;
}
@media (max-width: 1799px) {
  .homepage-info-container {
    top: 24vh;
  }
}
@media (max-width: 1220px) {
  .homepage-info-container {
    top: 5vh;
  }
}
@media (max-width: 767px) {
  .homepage-info-container {
    top: 0;
  }
}

.top-logo {
  position: fixed;
  padding-left: 30px;
  z-index: 1050;
  font-weight: bold;
}
@media (max-width: 1250px) {
  .top-logo {
    margin-top: 10px;
  }
}
@media (max-width: 1150px) {
  .top-logo {
    padding-left: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .top-logo {
    margin-top: 0px;
  }
}
.top-logo img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1250px) {
  .top-logo img {
    max-width: 250px;
  }
}
@media (max-width: 691px) {
  .top-logo {
    padding-bottom: 35px;
    text-align: center;
  }
}

.ContactLinksBox {
  position: fixed;
  z-index: 1049;
  right: 50px;
  top: 35px;
  font-family: "Raleway Medium";
}
@media (max-width: 1250px) {
  .ContactLinksBox {
    right: 20px;
  }
}
@media (max-width: 1209px) {
  .ContactLinksBox {
    right: 0px;
  }
}
@media (max-width: 1150px) {
  .ContactLinksBox {
    right: unset;
    left: 50px;
  }
}
@media (max-width: 870px) {
  .ContactLinksBox {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .ContactLinksBox {
    font-size: 24px;
    top: 65px;
    margin: auto;
    width: 260px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ContactLinksBox a {
  color: white;
  margin: 0 7px;
  font-size: 20px;
}
@media (max-width: 1250px) {
  .ContactLinksBox a {
    font-size: 18px;
  }
}
.ContactLinksBox a:hover {
  text-decoration: none;
  color: #bc0901;
}
.ContactLinksBox .top-phone-number {
  font-family: BebasNeueRegular;
}
.ContactLinksBox .top-phone-number > i {
  margin-right: 5px;
  transform: rotate(25deg);
}

.logo-container {
  position: relative;
}

.nose-overlay {
  position: absolute;
  width: 31px;
  height: 31px;
  background: transparent;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
}

.nose-overlay:hover {
  background: #ff00008a;
}

.nose-overlay:hover .call-us {
  opacity: 1;
}

.call-us {
  opacity: 0;
  transition: opacity 1.5s ease;
  position: absolute;
  top: -7vh;
  border: 2px solid #9c9c9c;
  border-radius: 5px;
  padding: 11px;
  background: white;
  z-index: 2;
  left: 67px;
  width: 187px;
}

@media (max-width: 499px) {
  .call-us,
.nose-overlay {
    display: none;
  }
}
.call-us:before {
  content: "";
  border-right: 20px solid #9c9c9c;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 0;
  position: absolute;
  left: 0;
  top: 67%;
  margin-left: -20px;
  margin-top: -20px;
}

.call-us:after {
  content: "";
  border-right: 20px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 0;
  position: absolute;
  left: 0;
  top: 68%;
  margin-left: -17px;
  margin-top: -20px;
}

.call-us a,
.call-us p {
  font-family: BebasNeueRegular;
}

.call-us p {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}

.call-us a {
  font-size: 46px;
  font-weight: bold;
  color: #bc0a00;
}

.heading-container {
  position: relative;
  top: 1vh;
  z-index: 2;
}

span.heading {
  font-size: 30px;
  font-weight: bold;
  font-family: BebasNeueRegular;
  margin-right: 3em;
  margin-left: 3em;
  color: white;
  letter-spacing: 1px;
}

@media (max-width: 1035px) {
  span.heading {
    margin: auto 2em;
  }
}
@media (max-width: 855px) {
  span.heading {
    margin: auto;
    display: block;
  }
}
.homepage-intro-container {
  background-position: bottom;
  padding: 40px 0 75px;
  text-align: center;
}

@media (max-width: 991px) {
  .homepage-intro-container {
    padding: 10px 0;
  }
}
.homepage-intro-container .icon-item {
  margin-bottom: 20px;
}

.homepage-intro-container .icon {
  font-size: 72px;
  color: black;
}

.homepage-intro-container .icon-item {
  height: 350px;
}
.homepage-intro-container .icon-item a {
  border-radius: 10px;
  border: 3px solid transparent;
  transition: 0.5s all;
  width: 240px;
  display: inline-block;
  height: 180px;
  overflow-y: hidden;
}
@media (max-width: 991px) {
  .homepage-intro-container .icon-item a {
    width: 230px;
    border: 3px solid #B91A1A;
    background-color: white;
    height: 350px;
  }
}
.homepage-intro-container .icon-item a:hover {
  height: 350px;
  border: 3px solid #B91A1A;
  background-color: white;
}
.homepage-intro-container .icon-item a:hover .icon {
  opacity: 0;
}
.homepage-intro-container .icon-item a:hover .icon.colored-icon {
  opacity: 1;
}
.homepage-intro-container .icon-item a:hover h2 {
  color: #B91A1A;
}
.homepage-intro-container .icon-item a:hover p {
  color: #B91A1A;
}
.homepage-intro-container .icon-item a .icon {
  position: absolute;
  top: 20px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .homepage-intro-container .icon-item a .icon {
    opacity: 0;
  }
}
.homepage-intro-container .icon-item a .icon.colored-icon {
  position: absolute;
  top: 20px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .homepage-intro-container .icon-item a .icon.colored-icon {
    opacity: 1;
    width: 100%;
    max-width: 110px;
  }
}
.homepage-intro-container .icon-item a h2 {
  margin-top: 135px;
  color: black;
}
@media (max-width: 768px) {
  .homepage-intro-container .icon-item a h2 {
    margin-bottom: 5px;
  }
}

.homepage-intro-container .row {
  padding: 25px 0;
}

.homepage-intro-container h2,
.homepage-intro-container p {
  color: #B91A1A;
}

.homepage-intro-container .icon-item:hover a {
  text-decoration: none;
}

.homepage-intro-container .icon-item:hover h2,
.homepage-intro-container .icon-item:hover p {
  color: black;
}

.homepage-intro-container h2 {
  font-family: BebasNeueRegular;
  font-size: 31px;
}

.homepage-intro-container p {
  max-width: 200px;
  margin: auto;
  font-weight: bold;
  font-size: 16px;
  font-family: "Raleway Medium";
}

/* + Homepage SBT Content + */
.content-red-row {
  background: linear-gradient(to right, #B91A1A, #000000);
}
.content-red-row h2 {
  color: white;
}
.content-red-row h4 {
  color: white;
}
.content-red-row p {
  color: white;
}
.content-red-row ul li {
  color: white;
}
.content-red-row.MB-150 {
  margin-bottom: 150px;
}
.content-red-row.MT-150 {
  margin-top: 150px;
}
@media (max-width: 768px) {
  .content-red-row.MT-150 {
    margin-top: 50px;
  }
}
.content-red-row .inner-content-text {
  margin-right: 100px;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-text {
    margin-right: auto;
  }
}
.content-red-row .inner-content-text.MR150 {
  margin-right: 150px;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-text.MR150 {
    margin-right: auto;
  }
}
.content-red-row .inner-content-text.MR100 {
  margin-right: 100px;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-text.MR100 {
    margin-right: auto;
  }
}
.content-red-row .inner-content-text.MR0 {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-text.MR0 {
    margin-right: auto;
  }
}
.content-red-row .inner-content-text.ML100 {
  margin-left: 100px;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-text.ML100 {
    margin-left: auto;
  }
}

.content-white-row {
  background-color: transparent;
}
.content-white-row .inner-content-text {
  margin-left: 100px;
}
@media (max-width: 991px) {
  .content-white-row .inner-content-text {
    margin-left: auto;
  }
}

.content-red-row .inner-content-flex, .content-white-row .inner-content-flex {
  margin: 0px auto;
  padding: 50px 0px;
  width: 1400px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1500px) {
  .content-red-row .inner-content-flex, .content-white-row .inner-content-flex {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  .content-red-row .inner-content-flex, .content-white-row .inner-content-flex {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .content-red-row .inner-content-flex, .content-white-row .inner-content-flex {
    width: 90%;
    flex-direction: column;
  }
}
.content-red-row .inner-content-flex .inner-content-text, .content-white-row .inner-content-flex .inner-content-text {
  position: relative;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-flex .inner-content-text, .content-white-row .inner-content-flex .inner-content-text {
    order: 2;
  }
}
.content-red-row .inner-content-flex .inner-content-text h2, .content-white-row .inner-content-flex .inner-content-text h2 {
  font-size: 48px;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-flex .inner-content-text h2, .content-white-row .inner-content-flex .inner-content-text h2 {
    font-size: 36px;
  }
}
.content-red-row .inner-content-flex .inner-content-text h4, .content-white-row .inner-content-flex .inner-content-text h4 {
  font-family: "Raleway Medium";
}
.content-red-row .inner-content-flex .inner-content-text p, .content-white-row .inner-content-flex .inner-content-text p {
  margin-bottom: 0px;
  line-height: 1.5;
}
.content-red-row .inner-content-flex .inner-content-img, .content-white-row .inner-content-flex .inner-content-img {
  position: relative;
}
@media (max-width: 991px) {
  .content-red-row .inner-content-flex .inner-content-img, .content-white-row .inner-content-flex .inner-content-img {
    order: 1;
  }
}
.content-red-row .inner-content-flex .inner-content-img img, .content-white-row .inner-content-flex .inner-content-img img {
  width: 100%;
}
.content-red-row .inner-content-flex .inner-content-img img.large-top-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-image {
  transform: scale(1.4) translateY(-50px);
}
@media (max-width: 1600px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-image {
    transform: scale(1.2) translateY(-50px);
  }
}
@media (max-width: 1100px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-image {
    transform: none;
  }
}
.content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image {
  width: 100%;
  max-width: 500px;
  transform: scale(1.6) translate(30px, 15px);
}
@media (max-width: 1750px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image {
    transform: scale(1.3) translate(30px, 15px);
  }
}
@media (max-width: 1450px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image {
    transform: scale(1.3);
  }
}
@media (max-width: 1360px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image {
    transform: scale(1.1);
  }
}
@media (max-width: 1100px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image {
    transform: none;
  }
}
.content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image2, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image2 {
  width: 100%;
  max-width: 500px;
  transform: scale(2) translateX(100px);
}
@media (max-width: 1880px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image2, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image2 {
    transform: scale(2) translateX(30px);
  }
}
@media (max-width: 1750px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image2, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image2 {
    transform: scale(1.5) translateX(30px);
  }
}
@media (max-width: 1360px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image2, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image2 {
    transform: scale(1.3);
  }
}
@media (max-width: 1100px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image2, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image2 {
    transform: none;
  }
}
.content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image3, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image3 {
  width: 100%;
  max-width: 500px;
  transform: scale(2) translateX(70px);
}
@media (max-width: 1880px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image3, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image3 {
    transform: scale(2) translateX(30px);
  }
}
@media (max-width: 1750px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image3, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image3 {
    transform: scale(1.5) translateX(30px);
  }
}
@media (max-width: 1450px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image3, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image3 {
    transform: scale(1.5);
  }
}
@media (max-width: 1360px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image3, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image3 {
    transform: scale(1.3);
  }
}
@media (max-width: 1100px) {
  .content-red-row .inner-content-flex .inner-content-img img.large-top-bottom-image3, .content-white-row .inner-content-flex .inner-content-img img.large-top-bottom-image3 {
    transform: none;
  }
}

.grow-3 {
  flex-basis: 0;
  flex-grow: 3;
}

.inner-content-img.grow-1, .inner-content-text.grow-1 {
  flex-grow: 1;
  flex-basis: 0;
}

.websites-thumbs img {
  border: 2px solid black;
}

.price-table-header {
  text-align: center;
  color: white;
  font-family: BebasNeueRegular;
  font-size: 50px;
}
@media (max-width: 768px) {
  .price-table-header {
    font-size: 40px;
  }
}

#contact-submit-btn,
#contact-newsletter-submit-btn {
  font-family: BebasNeueRegular;
  background: black;
  color: white;
  padding: 5px 25px;
  border-radius: 10px;
  border: 4px solid white;
  box-shadow: 4px 5px 10px #cdcdcd;
  font-size: 35px;
}

.get-quote-container > a::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  font-size: 25px;
  vertical-align: middle;
  margin-left: 15px;
}

#contact-submit-btn:hover,
#contact-newsletter-submit-btn:hover {
  text-decoration: none;
  background: #bc3b28;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

/* + Referral + */
.homepage-referral {
  padding-bottom: 30px;
  text-align: center;
}
.homepage-referral h2 {
  text-align: center;
  color: #bc3b28;
  margin-top: 0;
}
.homepage-referral a.btn {
  background: #bc3b28;
  color: white;
  border-radius: 15px;
  padding: 10px 20px;
}
.homepage-referral a.btn:hover {
  background: black;
}

/* + Testimonials + */
#testimonials-area {
  height: auto !important;
  padding: 30px 0 !important;
  border-top: 5px solid #B91A1A;
  border-bottom: 5px solid #B91A1A;
  background: linear-gradient(to right, #000, #B91A1A);
}

@media (max-width: 1299px) {
  .owl-nav > button {
    display: none;
  }
}
.send-message h3 {
  position: relative;
  border-bottom: 7px solid #9f1707;
  font-size: 3.5em;
  transition: 0.5s;
  text-align: left;
}
.send-message h3 a {
  color: #9f1707;
}
.send-message h3 a:hover {
  text-decoration: none;
}

@media (max-width: 983px) {
  .send-message h3 {
    font-size: 2.5em;
  }
}
.send-message h3::after {
  content: "";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 31px;
  vertical-align: middle;
  margin-left: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  opacity: 0;
  transition: 0.5s;
}
.send-message h3::after a {
  color: #d01e09;
}

.send-message h3:hover {
  color: #d01e09;
}

.send-message h3:hover::after {
  transform: translateX(293px);
  opacity: 1;
}
@media (min-width: 984px) {
  .send-message h3:hover::after {
    transform: translateX(415px);
    font-size: 40px;
    top: 11px;
  }
}

#footer .footer-flex {
  width: 1600px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
}
@media (max-width: 1630px) {
  #footer .footer-flex {
    width: 90%;
  }
}
@media (max-width: 1050px) {
  #footer .footer-flex {
    width: 95%;
  }
}
@media (max-width: 991px) {
  #footer .footer-flex {
    flex-direction: column;
    align-items: center;
  }
}
#footer .footer-flex .footer-logo-address {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
#footer .footer-flex .footer-logo-address .footer-logo img {
  width: 100%;
  max-width: 250px;
}
#footer .footer-flex .footer-logo-address .footer-address {
  text-align: center;
}
@media (max-width: 991px) {
  #footer .footer-flex .footer-logo-address .footer-address {
    margin: 20px auto;
  }
}
#footer .footer-flex .footer-logo-address .footer-address p {
  font-size: 16px;
}
#footer .footer-flex .socials {
  flex-basis: 0;
  flex-grow: 1;
}
#footer .footer-flex .socials .social-pages2 {
  text-align: left;
}
#footer .footer-flex .socials .social-pages2 a {
  width: 50px;
  height: 50px;
}
#footer .footer-flex .fotter-social-links {
  flex-basis: 0;
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 991px) {
  #footer .footer-flex .fotter-social-links {
    text-align: center;
  }
}
#footer .footer-flex .fotter-social-links .adminLinks + br {
  display: none;
}
#footer .footer-flex .fotter-social-links .adminLinks + br + br {
  display: none;
}

.SitemapColumnMenu .cols {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 25px;
}

ul.SitemapColumnList > li > span {
  font-weight: bold;
  color: #bc0901;
}

.phone-number-button {
  background: #9f1707;
  font-family: BebasNeueRegular;
  font-size: 18px;
  padding: 2px 10px;
  letter-spacing: 1px;
  border: 2px solid white;
  border-radius: 10px;
  margin-top: 29px;
  margin-bottom: 15px;
}

.footer-city {
  margin-left: 3px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 5px;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ball {
  pointer-events: none;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: gray;
  animation: implode 1s ease-in-out;
  animation-fill-mode: both;
  opacity: 0.5;
}

@keyframes implode {
  100% {
    transform: scale(0);
  }
}
.contact-page-banner {
  text-align: center;
  font-family: "BebasNeueRegular", Arial, sans-serif;
  color: white;
  padding: 10px;
  background: #45484d;
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#45484d", endColorstr="#000000",GradientType=0 );
}

.contact-page-banner > h1 {
  font-size: 50px;
}

.contact-page {
  font-family: "Raleway Medium";
  line-height: 2.15em;
  font-size: 18px;
}

.contact-page a {
  color: #9f1707;
}

.contact-page a:hover {
  text-decoration: none;
  color: #ee7d7d;
}

.TextSizeLg,
.TextSizeMd,
#Quote {
  margin-top: 25px;
  margin-bottom: 12.5px;
  font-family: "BebasNeueRegular", Arial, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1;
  transition: 0.25s;
}

.contact-page h2.TextSizeLg:hover {
  transition: 0.25s;
  color: #ee7d7d;
  transform: translateX(15px);
}

.contact-page h2.TextSizeLg:hover::before {
  font-family: "FontAwesome";
  content: "";
  font-weight: 900;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -23px;
}

#MainContactForm label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.homepage-history {
  padding: 280px 0 30px 0;
  background-size: cover;
  text-align: right;
  color: white;
}
.homepage-history .social-promo {
  position: absolute;
  left: 4vw;
  top: 90px;
}
@media (max-width: 947px) {
  .homepage-history .social-promo {
    top: 0;
  }
}
@media (max-width: 420px) {
  .homepage-history .social-promo {
    left: 0;
  }
}

.homepage-history > h3 {
  display: inline-block;
  border-top: 3px solid #bc382b;
  padding-top: 10px;
  padding-right: 6vw;
  font-family: BebasNeueRegular;
  letter-spacing: 1px;
  font-size: 45px;
}
@media (max-width: 538px) {
  .homepage-history > h3 {
    width: 320px;
  }
}

.homepage-history > p {
  padding-right: 6vw;
  font-size: 25px;
}

.inputGroup {
  background-color: transparent;
  display: inline-block;
  margin: 0px 5px;
  position: relative;
}

.inputGroup label {
  padding: 12px 60px 12px 12px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
  color: #fff;
}

.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #921622;
  border-color: #921622;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

#gallery-area {
  padding-top: 40px;
}
#gallery-area .gallery-selections {
  text-align: left;
  width: 1135px;
  margin: 0px auto;
  display: block !important;
}
@media (max-width: 1200px) {
  #gallery-area .gallery-selections {
    width: 100%;
    text-align: center;
  }
}
#gallery-area .gallery-selections .gallery-selection {
  width: 280px !important;
  border: 1px solid black;
}
#gallery-area .gallery-selections .gallery-selection > a::after {
  display: none;
}
#gallery-area .gallery-selections .gallery-selection > a > .website-title {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  background: #000000b8;
  color: white;
  padding: 20px;
  transition: 0.25s;
  font-size: 25px;
}
#gallery-area .gallery-selections .gallery-selection > a:hover > .website-title {
  opacity: 1;
}
#gallery-area .gallery-selections > h2 {
  display: none;
}

#gallery-area .gallery-selection img {
  height: 170px;
}

.gallery-info {
  text-align: left !important;
}
.gallery-info h2 {
  font-size: 33px;
}

.monitor-container {
  background: url(/images/site-elements/monitor.png);
  height: 467px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 583px) {
  .monitor-container {
    height: 300px;
  }
}
@media (max-width: 374px) {
  .monitor-container {
    height: 250px;
  }
}
.monitor-container > img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto !important;
  max-width: 83% !important;
  top: 4%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .monitor-container > img {
    padding: 0 !important;
    top: 11.5%;
  }
}
@media (max-width: 599px) {
  .monitor-container > img {
    max-width: 300px !important;
  }
}
@media (max-width: 374px) {
  .monitor-container > img {
    max-width: 254px !important;
  }
}

@media (max-width: 754px) {
  .red-dots-container {
    width: 380px;
    margin: auto;
    max-width: 100%;
  }
}

.show-gallery {
  z-index: 10001;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.show-gallery .overlay {
  width: 100%;
  height: 300%;
  background: rgba(0, 0, 0, 0.66);
  position: absolute;
  top: 0;
  left: 0;
}

.show-gallery #img-show {
  width: 1080px;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  max-width: 100%;
}

.show-gallery span {
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
  width: 2.5em;
  height: 2.5em;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  line-height: 2.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: white;
  text-align: center;
}

.show-gallery span:hover {
  color: #666;
  background-color: white;
}

#img-show > img {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  padding: 0px;
}

#img-show > .img-title {
  position: absolute;
  bottom: 40px;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 50px;
}

/* Graphic Design Page */
.graphic-design-container > h1 {
  margin-top: 0;
  padding-top: 15px;
}
.graphic-design-container > div {
  margin-top: 10px;
}
.graphic-design-container a {
  font-size: 24px;
  color: black;
  text-transform: capitalize;
  padding-right: 10px;
  font-family: BebasNeueRegular;
  cursor: default;
  pointer-events: none;
}
.graphic-design-container a::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: radial-gradient(circle at 10px 6px, red, #3e1616);
  vertical-align: middle;
}
.graphic-design-container a:hover {
  text-decoration: none;
  color: #b70a00;
}
.graphic-design-container a:hover::before {
  background: radial-gradient(circle at 10px 6px, #ff00008a, #3e1616);
}
.graphic-design-container > .row {
  margin-top: 40px;
}
.graphic-design-container > .row > .col-md-3 img {
  margin-bottom: 20px;
}

.page-banner {
  background: linear-gradient(to right, #292929 0%, #b70a00 50%, #292929 100%);
  color: white;
  animation: movebg 15s ease infinite;
}
.page-banner h2 {
  margin: 60px 0 0px;
  font-size: 60px;
  text-align: center;
  padding: 0;
  margin-bottom: -15px;
}
@media (max-width: 1200px) {
  .page-banner h2 {
    font-size: 50px;
    margin-bottom: -13px;
  }
}
@media (max-width: 768px) {
  .page-banner h2 {
    font-size: 40px;
    margin-bottom: -12px;
  }
}

@keyframes movebg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1903px 0;
  }
}
.red-dot-ul {
  margin: 20px auto;
}
.red-dot-ul li {
  text-transform: capitalize;
  list-style: none;
  position: relative;
  padding-left: 10px;
}
.red-dot-ul li::before {
  content: "";
  background-image: url(/images/site-elements/Red-Circle.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -25px;
  top: 0px;
  opacity: 1;
}

.red-dots-flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .red-dots-flex-row {
    flex-direction: column;
    margin: 10px auto;
  }
}
.red-dots-flex-row h3 {
  position: relative;
  margin: 0px 20px;
  font-family: "Raleway Medium";
  font-size: 24px;
}
@media (max-width: 1400px) {
  .red-dots-flex-row h3 {
    font-size: 18px;
    margin: 5px auto;
  }
}
.red-dots-flex-row h3::before {
  content: "";
  background-image: url(/images/site-elements/Red-Circle.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -25px;
  top: 0px;
  opacity: 1;
}

.red-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
.red-dot::before {
  content: "";
  background-image: url(/images/site-elements/Red-Circle.png);
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -5px;
  top: -5px;
  opacity: 1;
}

/* Social Media Management */
.content-display {
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .content-display {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
.content-display .col-md-6 {
  padding: 0;
}
.content-display .text {
  padding: 60px;
  background: white;
}
@media (max-width: 1199px) {
  .content-display .text {
    order: 2;
  }
}
@media (max-width: 999px) {
  .content-display .text {
    max-width: 600px;
  }
}
@media (max-width: 599px) {
  .content-display .text {
    padding: 10px !important;
  }
}
.content-display .text h2,
.content-display .text h4 {
  text-align: center;
  margin-bottom: 35px;
}
.content-display .text p {
  font-size: 19px;
  line-height: 1.75;
  text-align: center;
}

.content-display > .col-md-3 > h2 {
  line-height: 1;
  font-size: 30px;
}
.content-display > .col-md-3 > p {
  font-size: 14px;
}

/* Blog */
.BlogCategoryList {
  font-size: 20px;
}
.BlogCategoryList > a {
  margin-right: 10px;
}

.AllBlogSidebar {
  margin-top: 15px;
}

.BlogItemContainer {
  text-align: center;
}
.BlogItemContainer .BlogItemMain {
  text-align: left;
}
.BlogItemContainer .BlogItemMain:first-child {
  margin-bottom: 20px;
  background: white;
}
.BlogItemContainer .BlogItemMain:first-child .blogTeaser h2 a {
  font-size: 49px;
  color: #B91A1A;
}
.BlogItemContainer .BlogItemMain:not(:first-child) .BlogImage {
  min-height: 241px;
}
.BlogItemContainer .BlogItemMain:not(:first-child) .col-md-6 {
  width: 100%;
}
.BlogItemContainer .BlogItemMain:not(:first-child) .blogTeaser {
  padding: 0 10px;
}
.BlogItemContainer .BlogItemMain:not(:first-child) .blogTeaser .dateline,
.BlogItemContainer .BlogItemMain:not(:first-child) .blogTeaser .BlogText,
.BlogItemContainer .BlogItemMain:not(:first-child) .blogTeaser .BlogCategories,
.BlogItemContainer .BlogItemMain:not(:first-child) .blogTeaser .BlogTags {
  display: none;
}
.BlogItemContainer .BlogItemMain:not(:first-child) .blogTeaser h2 {
  min-height: 44px;
}
.BlogItemContainer .BlogItemMain:not(:first-child) .BlogSubHeading {
  font-size: 15px;
  font-family: Raleway Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
  min-height: 32px;
}
.BlogItemContainer .BlogItemMain:not(:first-child) .BlogText {
  font-size: 15px;
}
.BlogItemContainer .BlogItemMain:not(:first-child) br {
  display: none;
}
.BlogItemContainer .BlogItemMain .row {
  margin: auto;
}
.BlogItemContainer .BlogItemMain .row .col-md-6 {
  padding-left: 0;
}
.BlogItemContainer .BlogItemMain h2 {
  font-size: 20px;
}
.BlogItemContainer .BlogItemMain img {
  max-width: 100%;
}
.BlogItemContainer .BlogItemMain date {
  font-size: 16px;
  font-style: italic;
}

#blog .container {
  display: flex;
  flex-flow: column;
}
#blog .container .blog-categories {
  order: 1;
  padding: 20px 0;
}
#blog .container .blog-categories > a {
  margin-bottom: 5px;
}
#blog .container .blog-tags {
  order: 3;
  padding-bottom: 20px;
}

.BlogText {
  clear: both;
}

.blogTeaser {
  padding: 25px;
}
.blogTeaser h2 a {
  color: #000;
}

.BlogTags {
  font-size: 16px;
}

.btn-group a:hover {
  color: #bc0901;
}

.headline {
  font-size: 49px;
  color: #B91A1A;
}

.BlogNavNext {
  line-height: 1;
}
.BlogNavNext::after {
  font-family: FontAwesome;
  content: "";
}

.BlogNavLast {
  line-height: 1;
}
.BlogNavLast::after {
  font-family: FontAwesome;
  content: "";
}

/* End Blog */
.loader-container {
  display: none;
  position: fixed;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000000a6;
  z-index: 3;
}
.loader-container .nose {
  top: 38%;
  position: absolute;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  animation: updown 1s infinite;
}
.loader-container .shirt {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes updown {
  50% {
    transform: translateY(-50px);
  }
}
/* Branding */
.branding-logos {
  max-width: 1080px;
  margin: auto;
}
.branding-logos .row {
  margin-bottom: 20px;
}
.branding-logos .row img {
  width: 100%;
}

.relative {
  position: relative;
}

.video-thumb {
  cursor: pointer;
}

.modal {
  background-color: #000000ad;
}

/* 2022-01-27 fix blog
.modal-dialog-centered {
  top: 50%;
  transform: translateY(-50%) !important;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}

.modal-dialog.modal-dialog-centered.modal-lg.image-modal-width{
  top: unset;
  transform: none !important;
  position: absolute;
}
*/
/* End Other Classes */
.modal-dialog-centered-video {
  top: 50%;
  transform: translateY(-50%) !important;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
}

.blog-container ul > li {
  margin-bottom: 10px;
}

.newsletter-sign-up-container {
  order: 3;
}

/* jssor */
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*jssor slider arrow skin 106 css*/
.jssora106 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora106 .c {
  fill: #fff;
  opacity: 0.3;
}

.jssora106 .a {
  fill: none;
  stroke: #000;
  stroke-width: 350;
  stroke-miterlimit: 10;
}

.jssora106:hover .c {
  opacity: 0.5;
}

.jssora106:hover .a {
  opacity: 0.8;
}

.jssora106.jssora106dn .c {
  opacity: 0.2;
}

.jssora106.jssora106dn .a {
  opacity: 1;
}

.jssora106.jssora106ds {
  opacity: 0.3;
  pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover {
  padding: 2px;
}

.jssort101 .p:hover .cv {
  background-color: black;
  opacity: 0.35;
}

.jssort101 .p:hover.pdn {
  padding: 0;
}

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: 0.35;
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: 0.35;
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
  visibility: visible;
}

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0.6;
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
  opacity: 1;
}

/* ckeditor 5 */
figure.image.image_resized {
  margin: auto;
}

figure.image.image_resized.image-style-side {
  float: right;
}

#leave-testimonial-button a {
  background-color: black;
  color: white;
  padding: 10px;
}
#leave-testimonial-button a:hover {
  text-decoration: none;
}

/*2024 redesign*/
.red {
  color: #B91A1A;
}

.yellow {
  color: #f8bc06;
}

.blue {
  color: #094e8f;
}

h1 {
  line-height: 1;
  font-size: 60px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

body {
  font-size: 18px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

.yellow-wave-bg {
  background-image: url(/images/site-elements/yellow-wave-bg.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
}

.red-circle-container {
  padding-top: 100px;
}

.red-circle-div {
  border-radius: 50%;
  width: 350px;
  height: 350px;
  background-color: #B91A1A;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .red-circle-div {
    width: 250px;
    height: 250px;
    margin: 10px auto;
  }
}
.red-circle-div::before {
  content: "";
  width: 75px;
  border-radius: 50%;
  height: 75px;
  background-color: #094e8f;
  position: absolute;
  top: 0px;
  right: 35px;
}
@media (max-width: 991px) {
  .red-circle-div::before {
    height: 50px;
    width: 50px;
  }
}
.red-circle-div p {
  text-transform: uppercase;
  font-family: BebasNeueRegular;
  font-size: 49px;
  color: white;
  line-height: 1;
}
@media (max-width: 991px) {
  .red-circle-div p {
    font-size: 35px;
    line-height: 1.2;
  }
}

.social-review {
  background: transparent !important;
}
.social-review h2 {
  color: #B91A1A !important;
}
@media (max-width: 768px) {
  .social-review h2 {
    font-size: 46px !important;
  }
}
@media (max-width: 410px) {
  .social-review h2 {
    font-size: 40px !important;
  }
}
.social-review h3 {
  color: #B91A1A !important;
}

.public-contact-link {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .public-contact-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.public-contact-link a {
  font-family: "BebasNeueRegular";
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 50px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .public-contact-link a {
    font-size: 32px;
    margin-left: 25px;
  }
}
.public-contact-link a:hover {
  transform: scale(1.1);
}
.public-contact-link a::before {
  content: "";
  background-image: url(/images/site-elements/Red-Circle.png);
  background-size: cover;
  height: 70px;
  width: 70px;
  position: absolute;
  left: -70px;
  top: 0px;
  opacity: 1;
}
@media (max-width: 768px) {
  .public-contact-link a::before {
    height: 45px;
    width: 45px;
    left: -50px;
    top: 0px;
  }
}
@media (max-width: 400px) {
  .public-contact-link a::before {
    content: none;
  }
}

.home-slider.owl-carousel {
  position: relative;
  width: 1000px;
  margin: 0px auto 100px;
}
@media (max-width: 1050px) {
  .home-slider.owl-carousel {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .home-slider.owl-carousel {
    width: 70%;
  }
}
.home-slider.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  /* Horizontal centering */
  align-items: center;
}
.home-slider.owl-carousel .item {
  padding: 5px;
  /* Optional: Add spacing around images */
  box-sizing: border-box;
  vertical-align: middle;
}
.home-slider.owl-carousel .item img {
  width: 100%;
  /* Ensures the image fills the parent div */
  height: auto;
  /* Maintains the aspect ratio */
  display: block;
  /* Ensures proper layout */
}
.home-slider.owl-carousel .owl-dots {
  display: none;
}
.home-slider.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: #B91A1A;
}
.home-slider.owl-carousel .owl-nav button i {
  color: black;
}

.cus-container.container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1401px) {
  .cus-container.container {
    width: 1400px;
  }
}
@media (max-width: 768px) {
  .cus-container.container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cus-container.container .gallery-info > .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cus-container.container .gallery-info > .row {
    display: block;
    flex-direction: column;
  }
}
.cus-container.container .gallery-info > .row .pc-bg {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .cus-container.container .gallery-info > .row .pc-bg {
    width: 100%;
  }
  .cus-container.container .gallery-info > .row .pc-bg::after {
    content: none;
  }
}

.portfolio-container .row {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .portfolio-container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .portfolio-container .row {
    display: block;
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .portfolio-container .row div {
    width: 16%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .portfolio-container .row div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.portfolio-container .row div img {
  cursor: pointer;
}
@media (max-width: 768px) {
  .portfolio-container .row div img {
    width: 100%;
    max-width: 300px;
  }
}
.portfolio-container .img-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.portfolio-container .img-wrapper .img-wrapper-child {
  width: 23%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.portfolio-container .img-wrapper .img-wrapper-child img {
  border: 1px solid black;
}

.pc-bg {
  position: relative;
  width: 80%;
  margin: 0px auto;
}
@media (max-width: 1450px) {
  .pc-bg {
    transform: scale(0.8);
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .pc-bg {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .pc-bg {
    transform: none;
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
.pc-bg:after {
  content: "";
  background-image: url(/images/creative101-branding/LaptopCC.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 593px;
  width: 944px;
  position: absolute;
  top: -57px;
  left: -113px;
}
@media (max-width: 1400px) {
  .pc-bg:after {
    height: 490px;
    width: 788px;
    top: -47px;
    left: -94px;
  }
}
@media (max-width: 1199px) {
  .pc-bg:after {
    height: 398px;
    width: 647px;
    top: -38px;
    left: -77px;
  }
}
@media (max-width: 991px) {
  .pc-bg:after {
    height: 461px;
    width: 741px;
    top: -38px;
    left: -77px;
  }
}
@media (max-width: 768px) {
  .pc-bg:after {
    content: none;
  }
}
.pc-bg .jssort101 {
  display: none;
}
.pc-bg .jssora106 {
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}

.BlogItemMain {
  background-color: white;
}

.blog-categories > .btn {
  padding: 6px 6px;
  font-size: 14px;
  background-color: #B91A1A;
  border: 1px solid #B91A1A;
  transition: 0.5s all;
}
.blog-categories > .btn:hover {
  background-color: #000;
}

button.go-top {
  bottom: 174px;
}

@media (max-width: 768px) {
  .BlogItemMain .BlogImage {
    float: none !important;
    margin-bottom: 15px;
  }

  .BlogItemContainer .BlogItemMain:not(:first-child) .blogTeaser h2 {
    min-height: auto;
    margin: 10px auto;
  }

  .BlogItemContainer .BlogItemMain:not(:first-child) .BlogSubHeading {
    min-height: auto;
    margin: 10px auto;
  }
}
.faq2.faq > i {
  transition: 0.5s all;
}
.faq2.faq > i.toggle-faq-answer.fa-angle-down {
  transform: rotate(90deg);
}
.faq2.faq > i.toggle-faq-answer {
  transform: rotate(180deg);
}

/* Admin Login */
/* Google Analytics - analytics.asp */
.ga-stats {
  padding: 10px;
  width: 740px;
}

/* Gallery editor */
.moveup {
  cursor: pointer;
  width: 9px;
  height: 5px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url(/sitebuildertools/images/up-down-arrows.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 3px;
  position: relative;
  top: 9px;
}

.movedown {
  cursor: pointer;
  width: 9px;
  height: 5px;
  display: inline-block;
  text-indent: -9999px;
  background-image: url(/sitebuildertools/images/up-down-arrows.gif);
  background-repeat: no-repeat;
  background-position: 0 -4px;
  margin: 0 3px;
  position: relative;
  top: 9px;
}

/* Contact form bot field */
#inm_hbd001, input[name=inm_hbd001], .inm_hbd001 {
  display: none !important;
}

.adminBar {
  display: block;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(to right, #B91A1A, #000000);
  margin-top: 50px;
  padding: 10px 0 40px;
}
.adminBar a {
  color: #fff;
  font-weight: bold;
}
.adminBar .inmLinks {
  float: left;
  font-size: 0.9em;
  background: #161616;
}
.adminBar .copyright {
  text-align: center;
}
.adminBar .admin-mail {
  float: right;
  font-size: 0.9em;
}
.adminBar p {
  margin: 0;
  padding: 0;
}

/* overwrite edit page ckeditor background */

/*# sourceMappingURL=elements.css.map */
