@charset "UTF-8";
/**
* Template Style
*
* [Table of contents]
*   1 Bootstrap Framework
*     1.1  Normalize
*     1.3  Scaffolding
*     1.4  Type
*     1.5  Code
*     1.6  Tables
*     1.7  Forms
*     1.8  Buttons
*     1.9  Grids
*     1.10 Component animations
*     1.11 Dropdowns
*     1.12 Button Groups
*     1.13 Input Groups
*     1.14 Navs
*     1.15 Navbar
*     1.18 Pager
*     1.19 Labels
*     1.20 Badges
*     1.21 Jumbotron
*     1.22 Thumbnails
*     1.23 Alerts
*     1.25 Media
*     1.26 List Group
*     1.27 Panels
*     1.28 Responsive Embed
*     1.30 Close
*     1.31 Modals
*     1.32 Tooltip
*     1.33 Popovers
*     1.35 Utilities
*     1.36 Responsive Utilities
*
*   2 Bootstrap Toolkit Styles
*     2.1  Reset
*     2.2  Flex Grid System
*     2.3  Responsive Text System
*     2.4  Responsive Pulls System
*     2.5  Responsive Visibility System
*     2.6  Bootstrap Grid Addons
*     2.7  Dividers
*     2.8  Type Addons
*     2.9  Buttons Addons
*     2.10 Buttons Effects
*     2.11 Dropdowns Addons
*     2.12 Sections
*     2.13 Font Awesome
*     2.15 Material Design Icons
*     2.16 Thumbnail Addons
*     2.18 Scaffolding Addons
*     2.19 Text Alignment System
*     2.20 Text Styling System
*     2.21 Navs Addons
*     2.22 Navbar Addons
*     2.23 Panels Addons
*     2.24 Icons
*     2.26 Media Addons
*     2.27 List Groups Addons
*     2.29 Input Groups Addons
*     2.30 Dropcaps
*     2.31 Alerts Addons
*     2.32 Animations Addons
*     2.33 Groups
*     2.34 Comment Boxes
*     2.35 Quotes
*     2.37 Pager Addons
*     2.38 Labels Addons
*     2.39 Posts
*     2.40 Form Addons
*     2.41 Offsets
*     2.43 Icon Boxes
*     2.44 Floating Groups
*     2.45 Pricing and Plans
*     2.46 Tables Addons
*     2.51 Product
*     2.52 Badges Addons
*     2.54 Context Styling
*     2.55 Page Loaders
*
*   3 Plugins
*     3.1  RD Navbar
*     3.4  RD Search
*     3.5  RD Video
*     3.6  RD Parallax
*     3.8  Swiper Slider
*     3.9  Animate
*     3.10 Scroll To
*     3.12 Owl Carousel
*     3.14 Photoswipe
*     3.15 Responsive Tabs
*     3.16 RD Google Maps
*     3.17 Select 2
*     3.26 ToTop Button
*     3.27 Material Parallax
*	  3.28 Noty
*	  3.29 Easy Autocomplete
*	  3.30 Location select
*	  3.31 International Telephone Input
*	  3.32 Cookie consent
*/
/** 1 Bootstrap Framework */
/** 1.1  Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source:https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .pagination-classic > li > a > .caret,
  .pagination-classic > li > span > .caret,
  .dropup > .btn > .caret,
  .pagination-classic > li.dropup > a > .caret,
  .pagination-classic > li.dropup > span > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/** 1.3  Scaffolding */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #434345;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  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-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/** 1.4  Type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  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: #c4c4c4;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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: 45px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h6,
.h6 {
  font-size: 17px;
}
.product-description h1 {
  font-size: 18px;
  font-weight: bold;
}
.product-description h2 {
  font-size: 16px;
  font-weight: bold;
}
.product-description h3,
.product-description h4 {
  font-size: 16px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 83%;
}
mark,
.mark {
  background-color: #f5bf2f;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #aeaeae;
}
.text-primary {
  color: #ffa200 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cc8200 !important;
}
.text-success {
  color: #84c450;
}
a.text-success:hover,
a.text-success:focus {
  color: #6ba839;
}
.text-info {
  color: #64aae1;
}
a.text-info:hover,
a.text-info:focus {
  color: #3993d9;
}
.text-warning {
  color: #ff7e00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc6500;
}
.text-danger {
  color: #e50a0a;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b40808;
}
.text-picton-blue {
  color: #55bbeb;
}
a.text-picton-blue:hover,
a.text-picton-blue:focus {
  color: #27a9e6;
}
.bg-primary {
  color: #fff;
  background-color: #ffa200;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc8200;
}
.bg-black {
  color: #cfcfcf;
  background-color: #212121;
}
a.bg-black:hover,
a.bg-black:focus {
  background-color: #000000;
}
.bg-success {
  background-color: #abcc37;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #8aa62a;
}
.bg-info {
  color: #fff;
  background-color: #79ccf2;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #4bbaed;
}
.bg-warning {
  background-color: #f5bf2f;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6aa0b;
}
.bg-danger {
  background-color: #f54b0f;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #c93b08;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
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: 24px;
}
dt,
dd {
  line-height: 1.5;
}
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 #c4c4c4;
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
/** 1.5  Code */
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: 5px;
}
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: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #9b9b9b;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
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;
}
/** 1.6  Tables */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d9d9d9;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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.5;
  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: #191919;
}
.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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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: #abcc37;
}
.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: #9bba2f;
}
.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: #79ccf2;
}
.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: #62c3f0;
}
.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: #f5bf2f;
}
.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: #f4b817;
}
.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: #f54b0f;
}
.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: #e14209;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.flag-img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    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;
  }
}
/** 1.7  Forms */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  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;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #d9d9d9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 217, 217, 0.6);
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control::-moz-placeholder {
  color: #a6a6ab;
  font-style: italic;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a6a6ab;
  font-style: italic;
}
.form-control::-webkit-input-placeholder {
  color: #a6a6ab;
  font-style: italic;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 50px;
  }
  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-group-sm input[type="date"],
  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-group-sm input[type="time"],
  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-group-sm input[type="datetime-local"],
  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,
  .input-group-sm input[type="month"] {
    line-height: 40px;
  }
  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-group-lg input[type="date"],
  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-group-lg input[type="time"],
  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-group-lg input[type="datetime-local"],
  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,
  .input-group-lg input[type="month"] {
    line-height: 70px;
  }
}
.form-group {
  margin-bottom: 10px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 5px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  line-height: 22px;
}
.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;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 40px;
}
.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,
.pagination-classic.input-group-lg > li.input-group-btn > a.form-control-static,
.pagination-classic.input-group-lg > li.input-group-btn > span.form-control-static,
.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,
.pagination-classic.input-group-sm > li.input-group-btn > a.form-control-static,
.pagination-classic.input-group-sm > li.input-group-btn > span.form-control-static {
  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,
.pagination-classic.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group-sm > li.input-group-btn > span {
  height: 40px;
  padding: 7px 12px;
  font-size: 15px;
  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 {
  height: 40px;
  line-height: 40px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
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 {
  height: auto;
}
.form-group-sm .form-control {
  height: 40px;
  padding: 7px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 39px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pagination-classic.input-group-lg > li.input-group-btn > a,
.pagination-classic.input-group-lg > li.input-group-btn > span {
  height: 70px;
  padding: 17px 24px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 10px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 70px;
  line-height: 70px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
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 {
  height: auto;
}
.form-group-lg .form-control {
  height: 70px;
  padding: 17px 24px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 10px;
}
.form-group-lg select.form-control {
  height: 70px;
  line-height: 70px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 70px;
  min-height: 41px;
  padding: 18px 24px;
  font-size: 17px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 62.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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,
.pagination-classic.input-group-lg > li.input-group-btn > a + .form-control-feedback,
.pagination-classic.input-group-lg > li.input-group-btn > span + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.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,
.pagination-classic.input-group-sm > li.input-group-btn > a + .form-control-feedback,
.pagination-classic.input-group-sm > li.input-group-btn > span + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.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: #84c450;
}
.has-success .form-control {
  border-color: #84c450;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #6ba839;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bade9c;
}
.has-success .input-group-addon {
  color: #84c450;
  border-color: #84c450;
  background-color: #abcc37;
}
.has-success .form-control-feedback {
  color: #84c450;
}
.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: #ff7e00;
}
.has-warning .form-control {
  border-color: #ff7e00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #cc6500;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb266;
}
.has-warning .input-group-addon {
  color: #ff7e00;
  border-color: #ff7e00;
  background-color: #f5bf2f;
}
.has-warning .form-control-feedback {
  color: #ff7e00;
}
.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: #e50a0a;
}
.has-error .form-control {
  border-color: #e50a0a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #b40808;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85d5d;
}
.has-error .input-group-addon {
  color: #e50a0a;
  border-color: #e50a0a;
  background-color: #f54b0f;
}
.has-error .form-control-feedback {
  color: #e50a0a;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #828286;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.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: 10px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 18px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 8px;
    font-size: 15px;
  }
}
/** 1.8  Buttons */
.btn,
.pagination-classic > li > a,
.pagination-classic > li > span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.pagination-classic > li > a:focus,
.pagination-classic > li > span:focus,
.btn.focus,
.pagination-classic > li > a.focus,
.pagination-classic > li > span.focus,
.btn:active:focus,
.pagination-classic > li > a:active:focus,
.pagination-classic > li > span:active:focus,
.btn:active.focus,
.pagination-classic > li > a:active.focus,
.pagination-classic > li > span:active.focus,
.btn.active:focus,
.pagination-classic > li > a.active:focus,
.pagination-classic > li > span.active:focus,
.btn.active.focus,
.pagination-classic > li > a.active.focus,
.pagination-classic > li > span.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.pagination-classic > li > a:hover,
.pagination-classic > li > span:hover,
.btn:focus,
.pagination-classic > li > a:focus,
.pagination-classic > li > span:focus,
.btn.focus,
.pagination-classic > li > a.focus,
.pagination-classic > li > span.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.pagination-classic > li > a:active,
.pagination-classic > li > span:active,
.btn.active,
.pagination-classic > li > a.active,
.pagination-classic > li > span.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.pagination-classic > li > a.disabled,
.pagination-classic > li > span.disabled,
.btn[disabled],
.pagination-classic > li > a[disabled],
.pagination-classic > li > span[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .pagination-classic > li > a,
fieldset[disabled] .pagination-classic > li > span {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
.pagination-classic > li > a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .pagination-classic > li > a {
  pointer-events: none;
}
.btn-default,
.pagination-classic > li + li:not(:last-child) > a,
.pagination-classic > li + li:not(:last-child) > span {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.pagination-classic > li + li:not(:last-child) > a:focus,
.pagination-classic > li + li:not(:last-child) > span:focus,
.btn-default.focus,
.pagination-classic > li + li:not(:last-child) > a.focus,
.pagination-classic > li + li:not(:last-child) > span.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover,
.pagination-classic > li + li:not(:last-child) > a:hover,
.pagination-classic > li + li:not(:last-child) > span:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.pagination-classic > li + li:not(:last-child) > a:active,
.pagination-classic > li + li:not(:last-child) > span:active,
.btn-default.active,
.pagination-classic > li + li:not(:last-child) > a.active,
.pagination-classic > li + li:not(:last-child) > span.active,
.open > .btn-default.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.pagination-classic > li + li:not(:last-child) > a:active:hover,
.pagination-classic > li + li:not(:last-child) > span:active:hover,
.btn-default:active:focus,
.pagination-classic > li + li:not(:last-child) > a:active:focus,
.pagination-classic > li + li:not(:last-child) > span:active:focus,
.btn-default:active.focus,
.pagination-classic > li + li:not(:last-child) > a:active.focus,
.pagination-classic > li + li:not(:last-child) > span:active.focus,
.pagination-classic > li + li:not(:last-child) > a.active:hover,
.pagination-classic > li + li:not(:last-child) > span.active:hover,
.pagination-classic > li + li:not(:last-child) > a.active:focus,
.pagination-classic > li + li:not(:last-child) > span.active:focus,
.btn-default.active.focus,
.pagination-classic > li + li:not(:last-child) > a.active.focus,
.pagination-classic > li + li:not(:last-child) > span.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle:hover,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle:focus,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle.focus,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.pagination-classic > li + li:not(:last-child) > a:active,
.pagination-classic > li + li:not(:last-child) > span:active,
.btn-default.active,
.pagination-classic > li + li:not(:last-child) > a.active,
.pagination-classic > li + li:not(:last-child) > span.active,
.open > .btn-default.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.pagination-classic > li + li:not(:last-child) > a.disabled:hover,
.pagination-classic > li + li:not(:last-child) > span.disabled:hover,
.btn-default.disabled:focus,
.pagination-classic > li + li:not(:last-child) > a.disabled:focus,
.pagination-classic > li + li:not(:last-child) > span.disabled:focus,
.btn-default.disabled.focus,
.pagination-classic > li + li:not(:last-child) > a.disabled.focus,
.pagination-classic > li + li:not(:last-child) > span.disabled.focus,
.btn-default[disabled]:hover,
.pagination-classic > li + li:not(:last-child) > a[disabled]:hover,
.pagination-classic > li + li:not(:last-child) > span[disabled]:hover,
.btn-default[disabled]:focus,
.pagination-classic > li + li:not(:last-child) > a[disabled]:focus,
.pagination-classic > li + li:not(:last-child) > span[disabled]:focus,
.btn-default[disabled].focus,
.pagination-classic > li + li:not(:last-child) > a[disabled].focus,
.pagination-classic > li + li:not(:last-child) > span[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a:hover,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > span:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a:focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > span:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a.focus,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > span.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge,
.pagination-classic > li + li:not(:last-child) > a .badge,
.pagination-classic > li + li:not(:last-child) > span .badge {
  color: #fff;
  background-color: #333;
}
.btn-orange {
  color: #000;
  background-color: #fefefe;
  border-color: #ffa200;
}
.btn-orange:hover {
  color: #ffa200;
  background-color: #fff;
}
#cta-buttons .btn-orange,
#cta-buttons-mobile .btn-orange {
  border-color: #ABCC37;
  animation-name: pulse;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: 3;
}
#cta-buttons .btn-orange:hover,
#cta-buttons-mobile .btn-orange:hover {
  color: #95d03a;
  border-color: #95D03A;
  animation: none !important;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-sm,
.btn-group-sm > .btn,
.pagination-classic > li.btn-group-sm > a,
.pagination-classic > li.btn-group-sm > span,
.pagination-classic > li > a,
.pagination-classic > li > span {
  padding: 7px 12px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.pagination-classic > li.btn-group-xs > a,
.pagination-classic > li.btn-group-xs > span {
  padding: 6px 16px;
  font-size: 15px;
  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%;
}
/** 1.9  Grids */
.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: 1200px;
  }
}
.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.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/** 1.10 Component animations */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
/** 1.11 Dropdowns */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #d9d9d9;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #434345;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #434345;
  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: #ffa200;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d9d9d9;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #9b9b9b;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/** 1.12 Button Groups */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.pagination-classic > li.btn-group > a,
.pagination-classic > li.btn-group > span,
.btn-group-vertical > .btn,
.pagination-classic > li.btn-group-vertical > a,
.pagination-classic > li.btn-group-vertical > span {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.pagination-classic > li.btn-group > a:hover,
.pagination-classic > li.btn-group > span:hover,
.btn-group > .btn:focus,
.pagination-classic > li.btn-group > a:focus,
.pagination-classic > li.btn-group > span:focus,
.btn-group > .btn:active,
.pagination-classic > li.btn-group > a:active,
.pagination-classic > li.btn-group > span:active,
.btn-group > .btn.active,
.pagination-classic > li.btn-group > a.active,
.pagination-classic > li.btn-group > span.active,
.btn-group-vertical > .btn:hover,
.pagination-classic > li.btn-group-vertical > a:hover,
.pagination-classic > li.btn-group-vertical > span:hover,
.btn-group-vertical > .btn:focus,
.pagination-classic > li.btn-group-vertical > a:focus,
.pagination-classic > li.btn-group-vertical > span:focus,
.btn-group-vertical > .btn:active,
.pagination-classic > li.btn-group-vertical > a:active,
.pagination-classic > li.btn-group-vertical > span:active,
.btn-group-vertical > .btn.active,
.pagination-classic > li.btn-group-vertical > a.active,
.pagination-classic > li.btn-group-vertical > span.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .pagination-classic > li > a + .btn,
.btn-group .pagination-classic > li > span + .btn,
.btn-group .pagination-classic > li > .btn + a,
.btn-group .pagination-classic > li > a + a,
.btn-group .pagination-classic > li > span + a,
.btn-group .pagination-classic > li > .btn + span,
.btn-group .pagination-classic > li > a + span,
.btn-group .pagination-classic > li > span + span,
.btn-group .btn + .btn-group,
.btn-group .pagination-classic > li > a + .btn-group,
.btn-group .pagination-classic > li > span + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .pagination-classic > li > .btn-group + a,
.btn-group .pagination-classic > li > .btn-group + span,
.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,
.btn-toolbar .pagination-classic > li > a,
.btn-toolbar .pagination-classic > li > span,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.pagination-classic > li.btn-toolbar > a,
.pagination-classic > li.btn-toolbar > span,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.btn-group > span:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.pagination-classic > li.btn-group > a:first-child,
.pagination-classic > li.btn-group > span:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.btn-group > a:first-child:not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.btn-group > span: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),
.pagination-classic > li.btn-group > a:last-child:not(:first-child),
.pagination-classic > li.btn-group > span: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,
.pagination-classic.btn-group > li.btn-group:not(:first-child):not(:last-child) > a,
.pagination-classic.btn-group > li.btn-group:not(:first-child):not(:last-child) > span {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.pagination-classic.btn-group > li.btn-group:first-child:not(:last-child) > a:last-child,
.pagination-classic.btn-group > li.btn-group:first-child:not(:last-child) > span:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.pagination-classic.btn-group > li.btn-group:last-child:not(:first-child) > a:first-child,
.pagination-classic.btn-group > li.btn-group:last-child:not(:first-child) > span: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,
.pagination-classic > li.btn-group > a + .dropdown-toggle,
.pagination-classic > li.btn-group > span + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret,
.pagination-classic > li > a .caret,
.pagination-classic > li > span .caret {
  margin-left: 0;
}
.btn-group-vertical > .btn,
.pagination-classic > li.btn-group-vertical > a,
.pagination-classic > li.btn-group-vertical > span,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.pagination-classic.btn-group-vertical > li.btn-group > a,
.pagination-classic.btn-group-vertical > li.btn-group > span {
  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,
.pagination-classic.btn-group-vertical > li.btn-group > a,
.pagination-classic.btn-group-vertical > li.btn-group > span {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.pagination-classic > li.btn-group-vertical > a + .btn,
.pagination-classic > li.btn-group-vertical > span + .btn,
.pagination-classic > li.btn-group-vertical > .btn + a,
.pagination-classic > li.btn-group-vertical > a + a,
.pagination-classic > li.btn-group-vertical > span + a,
.pagination-classic > li.btn-group-vertical > .btn + span,
.pagination-classic > li.btn-group-vertical > a + span,
.pagination-classic > li.btn-group-vertical > span + span,
.btn-group-vertical > .btn + .btn-group,
.pagination-classic > li.btn-group-vertical > a + .btn-group,
.pagination-classic > li.btn-group-vertical > span + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.pagination-classic > li.btn-group-vertical > .btn-group + a,
.pagination-classic > li.btn-group-vertical > .btn-group + span,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.pagination-classic > li.btn-group-vertical > a:not(:first-child):not(:last-child),
.pagination-classic > li.btn-group-vertical > span:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child),
.pagination-classic > li.btn-group-vertical > a:first-child:not(:last-child),
.pagination-classic > li.btn-group-vertical > span:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child),
.pagination-classic > li.btn-group-vertical > a:last-child:not(:first-child),
.pagination-classic > li.btn-group-vertical > span:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.pagination-classic.btn-group-vertical > li.btn-group:not(:first-child):not(:last-child) > a,
.pagination-classic.btn-group-vertical > li.btn-group:not(:first-child):not(:last-child) > span {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.pagination-classic.btn-group-vertical > li.btn-group:first-child:not(:last-child) > a:last-child,
.pagination-classic.btn-group-vertical > li.btn-group:first-child:not(:last-child) > span: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,
.pagination-classic.btn-group-vertical > li.btn-group:last-child:not(:first-child) > a:first-child,
.pagination-classic.btn-group-vertical > li.btn-group:last-child:not(:first-child) > span: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,
.pagination-classic > li.btn-group-justified > a,
.pagination-classic > li.btn-group-justified > span,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .pagination-classic > li > a,
.btn-group-justified > .btn-group .pagination-classic > li > span {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
.pagination-classic > li[data-toggle="buttons"] > a input[type="radio"],
.pagination-classic > li[data-toggle="buttons"] > span input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.pagination-classic > li[data-toggle="buttons"] > a input[type="checkbox"],
.pagination-classic > li[data-toggle="buttons"] > span input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.pagination-classic[data-toggle="buttons"] > li.btn-group > a input[type="radio"],
.pagination-classic[data-toggle="buttons"] > li.btn-group > span input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.pagination-classic[data-toggle="buttons"] > li.btn-group > a input[type="checkbox"],
.pagination-classic[data-toggle="buttons"] > li.btn-group > span input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/** 1.13 Input Groups */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.pagination-classic.input-group-sm > li.input-group-btn > a.input-group-addon,
.pagination-classic.input-group-sm > li.input-group-btn > span.input-group-addon {
  padding: 7px 12px;
  font-size: 15px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.pagination-classic.input-group-lg > li.input-group-btn > a.input-group-addon,
.pagination-classic.input-group-lg > li.input-group-btn > span.input-group-addon {
  padding: 17px 24px;
  font-size: 17px;
  border-radius: 10px;
}
.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,
.pagination-classic > li.input-group-btn:first-child > a,
.pagination-classic > li.input-group-btn:first-child > span,
.input-group-btn:first-child > .element-groups-custom > .btn,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom > a,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom > span,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.pagination-classic > li.input-group-btn:last-child > span:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .element-groups-custom:not(:last-child) > .btn,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom:not(:last-child) > a,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom:not(:last-child) > span {
  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,
.pagination-classic > li.input-group-btn:last-child > a,
.pagination-classic > li.input-group-btn:last-child > span,
.input-group-btn:last-child > .element-groups-custom > .btn,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom > a,
.pagination-classic.input-group-btn:last-child > li.element-groups-custom > span,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.pagination-classic > li.input-group-btn:first-child > a:not(:first-child),
.pagination-classic > li.input-group-btn:first-child > span:not(:first-child),
.input-group-btn:first-child > .element-groups-custom:not(:first-child) > .btn,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom:not(:first-child) > a,
.pagination-classic.input-group-btn:first-child > li.element-groups-custom:not(:first-child) > span {
  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,
.pagination-classic > li.input-group-btn > a,
.pagination-classic > li.input-group-btn > span {
  position: relative;
}
.input-group-btn > .btn + .btn,
.pagination-classic > li.input-group-btn > a + .btn,
.pagination-classic > li.input-group-btn > span + .btn,
.pagination-classic > li.input-group-btn > .btn + a,
.pagination-classic > li.input-group-btn > a + a,
.pagination-classic > li.input-group-btn > span + a,
.pagination-classic > li.input-group-btn > .btn + span,
.pagination-classic > li.input-group-btn > a + span,
.pagination-classic > li.input-group-btn > span + span {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.pagination-classic > li.input-group-btn > a:hover,
.pagination-classic > li.input-group-btn > span:hover,
.input-group-btn > .btn:focus,
.pagination-classic > li.input-group-btn > a:focus,
.pagination-classic > li.input-group-btn > span:focus,
.input-group-btn > .btn:active,
.pagination-classic > li.input-group-btn > a:active,
.pagination-classic > li.input-group-btn > span:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.pagination-classic > li.input-group-btn:first-child > a,
.pagination-classic > li.input-group-btn:first-child > span,
.input-group-btn:first-child > .element-groups-custom {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.pagination-classic > li.input-group-btn:last-child > a,
.pagination-classic > li.input-group-btn:last-child > span,
.input-group-btn:last-child > .element-groups-custom {
  z-index: 2;
  margin-left: -1px;
}
/** 1.14 Navs */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
}
.nav > li.disabled > a {
  color: #d9d9d9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d9d9d9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f7f7f7;
  border-color: inherit;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #d9d9d9;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f7f7f7 #f7f7f7 #d9d9d9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #434345;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ffa200;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 5px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #d9d9d9;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #d9d9d9;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/** 1.15 Navbar */
.navbar {
  position: relative;
  min-height: 52px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 5px;
  }
}
.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;
    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 {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .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 {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 17px;
  line-height: 24px;
  height: 52px;
}
.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: 9px;
  margin-bottom: 9px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
.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: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@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: 24px;
  }
  .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: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn,
.pagination-classic > li > a.navbar-btn,
.pagination-classic > li > span.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn,
.pagination-classic > li.btn-group-xs > a.navbar-btn,
.pagination-classic > li.btn-group-xs > span.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@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: #fff;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #434345;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2a2a2b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #434345;
}
.navbar-default .navbar-nav > li > a {
  color: #434345;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #434345;
  background-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ffa200;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #d9d9d9;
  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: #ffa200;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #434345;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #434345;
    background-color: #f5f5f5;
  }
  .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: #fff;
    background-color: #ffa200;
  }
  .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: #d9d9d9;
    background-color: transparent;
  }
}
.navbar-inverse {
  background-color: #212121;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #434345;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #191919;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ffa200;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #434345;
  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: #0f0f0f;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ffa200;
  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: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #191919;
  }
  .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: #ffa200;
  }
  .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: #434345;
    background-color: transparent;
  }
}
/** 1.19 Labels */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label,
.pagination-classic > li > a .label,
.pagination-classic > li > span .label {
  position: relative;
  top: -1px;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-default {
  background-color: #d2d2d2;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e6e6e6;
}
.label-primary {
  background-color: #ffa200;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ffab1a;
}
.label-success {
  background-color: #abcc37;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #b4d14b;
}
.label-info {
  background-color: #79ccf2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #90d5f4;
}
.label-warning {
  background-color: #f5bf2f;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f6c647;
}
.label-danger {
  background-color: #f54b0f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f65d27;
}
/** 1.20 Badges */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ffa200;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge,
.pagination-classic > li > a .badge,
.pagination-classic > li > span .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.pagination-classic > li.btn-group-xs > a .badge,
.pagination-classic > li.btn-group-xs > span .badge,
.element-groups-xs-custom > .btn .badge,
.pagination-classic > li.element-groups-xs-custom > a .badge,
.pagination-classic > li.element-groups-xs-custom > span .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #ffa200;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/** 1.21 Jumbotron */
.jumbotron {
  padding-top: 38px;
  padding-bottom: 38px;
  margin-bottom: 38px;
  color: inherit;
  background-color: #212121;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #080808;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 60.8px;
    padding-bottom: 60.8px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 76px;
    padding-right: 76px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
/** 1.22 Thumbnails */
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #191919;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 20px;
  color: #434345;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: inherit;
}
/** 1.23 Alerts */
.alert {
  padding: 12px 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-success {
  background-color: #abcc37;
  border-color: #abcc37;
  color: #84c450;
}
.alert-success hr {
  border-top-color: #9bba2f;
}
.alert-success .alert-link {
  color: #6ba839;
}
.alert-info {
  background-color: #79ccf2;
  border-color: #79ccf2;
  color: #fff;
}
.alert-info hr {
  border-top-color: #62c3f0;
}
.alert-info .alert-link {
  color: #3993d9;
}
.alert-warning {
  background-color: #fff8d9;
  border-color: #f5bf2f;
  color: #565555;
}
.alert-warning hr {
  border-top-color: #f4b817;
}
.alert-warning .alert-link {
  color: #cc6500;
}
.alert-danger {
  background-color: #f54b0f;
  border-color: #f54b0f;
  color: #e50a0a;
}
.alert-danger hr {
  border-top-color: #e14209;
}
.alert-danger .alert-link {
  color: #b40808;
}
@media (max-width: 767px) {
  .alert .close {
    position: relative;
    right: -10px;
    top: -8px;
    opacity: .5;
    font-size: 16px;
  }
}
/** 1.25 Media */
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
/** 1.16 Breadcrumbs */
.breadcrumb {
  font-size: 12px;
  padding: 10px 0 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.b-white > .breadcrumb {
  background-color: transparent;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > li a {
  color: #888;
}
.breadcrumb > li.active a {
  color: #b0b0b0;
}
/** 1.27 Panels */
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #434345;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #434345;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ffa200;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa200;
}
.panel-primary > .panel-heading .badge {
  color: #ffa200;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa200;
}
.panel-success {
  border-color: #abcc37;
}
.panel-success > .panel-heading {
  color: #84c450;
  background-color: #abcc37;
  border-color: #abcc37;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #abcc37;
}
.panel-success > .panel-heading .badge {
  color: #abcc37;
  background-color: #84c450;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #abcc37;
}
.panel-info {
  border-color: #79ccf2;
}
.panel-info > .panel-heading {
  color: #64aae1;
  background-color: #79ccf2;
  border-color: #79ccf2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #79ccf2;
}
.panel-info > .panel-heading .badge {
  color: #79ccf2;
  background-color: #64aae1;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #79ccf2;
}
.panel-warning {
  border-color: #f5bf2f;
}
.panel-warning > .panel-heading {
  color: #ff7e00;
  background-color: #f5bf2f;
  border-color: #f5bf2f;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5bf2f;
}
.panel-warning > .panel-heading .badge {
  color: #f5bf2f;
  background-color: #ff7e00;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5bf2f;
}
.panel-danger {
  border-color: #f54b0f;
}
.panel-danger > .panel-heading {
  color: #e50a0a;
  background-color: #f54b0f;
  border-color: #f54b0f;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f54b0f;
}
.panel-danger > .panel-heading .badge {
  color: #f54b0f;
  background-color: #e50a0a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f54b0f;
}
/** 1.30 Close */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/** 1.31 Modals */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.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,
.modal-footer .pagination-classic > li > a + .btn,
.modal-footer .pagination-classic > li > span + .btn,
.modal-footer .pagination-classic > li > .btn + a,
.modal-footer .pagination-classic > li > a + a,
.modal-footer .pagination-classic > li > span + a,
.modal-footer .pagination-classic > li > .btn + span,
.modal-footer .pagination-classic > li > a + span,
.modal-footer .pagination-classic > li > span + span {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .element-groups-custom .btn + .btn,
.modal-footer .element-groups-custom .pagination-classic > li > a + .btn,
.modal-footer .element-groups-custom .pagination-classic > li > span + .btn,
.modal-footer .element-groups-custom .pagination-classic > li > .btn + a,
.modal-footer .element-groups-custom .pagination-classic > li > a + a,
.modal-footer .element-groups-custom .pagination-classic > li > span + a,
.modal-footer .element-groups-custom .pagination-classic > li > .btn + span,
.modal-footer .element-groups-custom .pagination-classic > li > a + span,
.modal-footer .element-groups-custom .pagination-classic > li > span + span {
  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: 650px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin-top: 60px !important;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/** 1.32 Tooltip */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/** 1.33 Popovers */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 9px 9px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/** 1.35 Utilities */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.none {
  display: none;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/** 1.36 Responsive Utilities */
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/** 2 Bootstrap Toolkit Styles */
/** 2.1  Reset */
html *:first-child {
  margin-top: 0;
}
html *:last-child {
  margin-bottom: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
iframe {
  display: block;
}
/** 2.2  Flex Grid System */
.shell,
.shell-small {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.shell,
.shell-small {
  width: 100%;
  min-width: 300px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .shell,
  .shell-small {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .shell,
  .shell-small {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .shell {
    max-width: 1200px;
  }
  .shell-small {
    max-width: 970px;
  }
}
.range {
  margin-left: -15px;
  margin-right: -15px;
}
.range > .range {
  margin-left: 0;
  margin-right: 0;
}
.range-spacer {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}
html.lt-ie-10 * + .range,
* + .range {
  margin-top: 50px;
}
html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 30px;
}
html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 66px;
}
html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0;
}
html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
  padding-left: 0;
  padding-right: 0;
}
html.lt-ie-10 .range-condensed > * + [class*='cell'],
.range-condensed > * + [class*='cell'] {
  margin-top: 0;
}
html.lt-ie-10 .range-narrow,
.range-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
html.lt-ie-10 .range-narrow > [class*='cell'],
.range-narrow > [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}
html.lt-ie-10 .range-narrow > * + [class*='cell'],
.range-narrow > * + [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 480px) {
  .range {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .range > .range {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range-vertical {
    flex-direction: column;
  }
  .range > [class*='cell'] {
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  * + [class*='cell-xs-'] {
    margin-top: 0;
  }
  .range-xs-center {
    justify-content: center;
  }
  .range-xs-left {
    justify-content: flex-start;
  }
  .range-xs-right {
    justify-content: flex-end;
  }
  .range-xs-justify {
    justify-content: space-between;
  }
  .range-xs-around {
    justify-content: space-around;
  }
  .range-xs-top {
    align-items: flex-start;
  }
  .range-xs {
    flex-direction: row;
  }
  .range-xs-reverse {
    flex-direction: row-reverse;
  }
  .range-xs-middle {
    align-items: center;
  }
  .range-xs-bottom {
    align-items: flex-end;
  }
  .range-xs-baseline {
    align-items: baseline;
  }
  .cell-xs-top {
    align-self: flex-start;
  }
  .cell-xs-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cell-xs-bottom {
    align-self: flex-end;
  }
  .range > .cell-xs-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-xs-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-xs-push-1 {
    order: 1;
  }
  .range > .cell-xs-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-xs-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-xs-push-2 {
    order: 2;
  }
  .range > .cell-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-xs-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-xs-push-3 {
    order: 3;
  }
  .range > .cell-xs-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-xs-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-xs-push-4 {
    order: 4;
  }
  .range > .cell-xs-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-xs-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-xs-push-5 {
    order: 5;
  }
  .range > .cell-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-xs-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-xs-push-6 {
    order: 6;
  }
  .range > .cell-xs-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-xs-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-xs-push-7 {
    order: 7;
  }
  .range > .cell-xs-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-xs-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-xs-push-8 {
    order: 8;
  }
  .range > .cell-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-xs-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-xs-push-9 {
    order: 9;
  }
  .range > .cell-xs-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-xs-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-xs-push-10 {
    order: 10;
  }
  .range > .cell-xs-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-xs-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-xs-push-11 {
    order: 11;
  }
  .range > .cell-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-xs-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-xs-push-12 {
    order: 12;
  }
  .range > .cell-xs-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  * + [class*='cell-sm-'] {
    margin-top: 0;
  }
  .range-sm-center {
    justify-content: center;
  }
  .range-sm-left {
    justify-content: flex-start;
  }
  .range-sm-right {
    justify-content: flex-end;
  }
  .range-sm-justify {
    justify-content: space-between;
  }
  .range-sm-around {
    justify-content: space-around;
  }
  .range-sm-top {
    align-items: flex-start;
  }
  .range-sm {
    flex-direction: row;
  }
  .range-sm-reverse {
    flex-direction: row-reverse;
  }
  .range-sm-middle {
    align-items: center;
  }
  .range-sm-bottom {
    align-items: flex-end;
  }
  .range-sm-baseline {
    align-items: baseline;
  }
  .cell-sm-top {
    align-self: flex-start;
  }
  .cell-sm-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cell-sm-bottom {
    align-self: flex-end;
  }
  .range > .cell-sm-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-sm-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-sm-push-1 {
    order: 1;
  }
  .range > .cell-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-sm-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-sm-push-2 {
    order: 2;
  }
  .range > .cell-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-sm-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-sm-push-3 {
    order: 3;
  }
  .range > .cell-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-sm-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-sm-push-4 {
    order: 4;
  }
  .range > .cell-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-sm-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-sm-push-5 {
    order: 5;
  }
  .range > .cell-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-sm-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-sm-push-6 {
    order: 6;
  }
  .range > .cell-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-sm-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-sm-push-7 {
    order: 7;
  }
  .range > .cell-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-sm-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-sm-push-8 {
    order: 8;
  }
  .range > .cell-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-sm-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-sm-push-9 {
    order: 9;
  }
  .range > .cell-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-sm-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-sm-push-10 {
    order: 10;
  }
  .range > .cell-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-sm-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-sm-push-11 {
    order: 11;
  }
  .range > .cell-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-sm-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-sm-push-12 {
    order: 12;
  }
  .range > .cell-sm-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  * + [class*='cell-md-'] {
    margin-top: 0;
  }
  .range-md-center {
    justify-content: center;
  }
  .range-md-left {
    justify-content: flex-start;
  }
  .range-md-right {
    justify-content: flex-end;
  }
  .range-md-justify {
    justify-content: space-between;
  }
  .range-md-around {
    justify-content: space-around;
  }
  .range-md-top {
    align-items: flex-start;
  }
  .range-md {
    flex-direction: row;
  }
  .range-md-reverse {
    flex-direction: row-reverse;
  }
  .range-md-middle {
    align-items: center;
  }
  .range-md-bottom {
    align-items: flex-end;
  }
  .range-md-baseline {
    align-items: baseline;
  }
  .cell-md-top {
    align-self: flex-start;
  }
  .cell-md-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cell-md-bottom {
    align-self: flex-end;
  }
  .range > .cell-md-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-md-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-md-push-1 {
    order: 1;
  }
  .range > .cell-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-md-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-md-push-2 {
    order: 2;
  }
  .range > .cell-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-md-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-md-push-3 {
    order: 3;
  }
  .range > .cell-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-md-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-md-push-4 {
    order: 4;
  }
  .range > .cell-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-md-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-md-push-5 {
    order: 5;
  }
  .range > .cell-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-md-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-md-push-6 {
    order: 6;
  }
  .range > .cell-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-md-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-md-push-7 {
    order: 7;
  }
  .range > .cell-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-md-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-md-push-8 {
    order: 8;
  }
  .range > .cell-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-md-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-md-push-9 {
    order: 9;
  }
  .range > .cell-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-md-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-md-push-10 {
    order: 10;
  }
  .range > .cell-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-md-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-md-push-11 {
    order: 11;
  }
  .range > .cell-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-md-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-md-push-12 {
    order: 12;
  }
  .range > .cell-md-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  * + [class*='cell-lg-'] {
    margin-top: 0;
  }
  .range-lg-center {
    justify-content: center;
  }
  .range-lg-left {
    justify-content: flex-start;
  }
  .range-lg-right {
    justify-content: flex-end;
  }
  .range-lg-justify {
    justify-content: space-between;
  }
  .range-lg-around {
    justify-content: space-around;
  }
  .range-lg-top {
    align-items: flex-start;
  }
  .range-lg {
    flex-direction: row;
  }
  .range-lg-reverse {
    flex-direction: row-reverse;
  }
  .range-lg-middle {
    align-items: center;
  }
  .range-lg-bottom {
    align-items: flex-end;
  }
  .range-lg-baseline {
    align-items: baseline;
  }
  .cell-lg-top {
    align-self: flex-start;
  }
  .cell-lg-middle {
    -ms-grid-row-align: center;
    align-self: center;
  }
  .cell-lg-bottom {
    align-self: flex-end;
  }
  .range > .cell-lg-preffix-0 {
    margin-left: 0%;
  }
  .range > .cell-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .range > .cell-lg-preffix-1 {
    margin-left: 8.33333%;
  }
  .range > .cell-lg-push-1 {
    order: 1;
  }
  .range > .cell-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .range > .cell-lg-preffix-2 {
    margin-left: 16.66667%;
  }
  .range > .cell-lg-push-2 {
    order: 2;
  }
  .range > .cell-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .range > .cell-lg-preffix-3 {
    margin-left: 25%;
  }
  .range > .cell-lg-push-3 {
    order: 3;
  }
  .range > .cell-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .range > .cell-lg-preffix-4 {
    margin-left: 33.33333%;
  }
  .range > .cell-lg-push-4 {
    order: 4;
  }
  .range > .cell-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .range > .cell-lg-preffix-5 {
    margin-left: 41.66667%;
  }
  .range > .cell-lg-push-5 {
    order: 5;
  }
  .range > .cell-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .range > .cell-lg-preffix-6 {
    margin-left: 50%;
  }
  .range > .cell-lg-push-6 {
    order: 6;
  }
  .range > .cell-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .range > .cell-lg-preffix-7 {
    margin-left: 58.33333%;
  }
  .range > .cell-lg-push-7 {
    order: 7;
  }
  .range > .cell-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .range > .cell-lg-preffix-8 {
    margin-left: 66.66667%;
  }
  .range > .cell-lg-push-8 {
    order: 8;
  }
  .range > .cell-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .range > .cell-lg-preffix-9 {
    margin-left: 75%;
  }
  .range > .cell-lg-push-9 {
    order: 9;
  }
  .range > .cell-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .range > .cell-lg-preffix-10 {
    margin-left: 83.33333%;
  }
  .range > .cell-lg-push-10 {
    order: 10;
  }
  .range > .cell-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .range > .cell-lg-preffix-11 {
    margin-left: 91.66667%;
  }
  .range > .cell-lg-push-11 {
    order: 11;
  }
  .range > .cell-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .range > .cell-lg-preffix-12 {
    margin-left: 100%;
  }
  .range > .cell-lg-push-12 {
    order: 12;
  }
  .range > .cell-lg-1-5 {
    flex-basis: 20%;
    max-width: 20%;
  }
}
html.lt-ie-10 .range > .cell-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-xs-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-sm-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-md-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > .cell-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%;
}
html.lt-ie-10 .range > .cell-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%;
}
html.lt-ie-10 .range > .cell-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%;
}
html.lt-ie-10 .range > .cell-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%;
}
html.lt-ie-10 .range > .cell-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%;
}
html.lt-ie-10 .range > .cell-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
html.lt-ie-10 .range > .cell-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%;
}
html.lt-ie-10 .range > .cell-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%;
}
html.lt-ie-10 .range > .cell-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
html.lt-ie-10 .range > .cell-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%;
}
html.lt-ie-10 .range > .cell-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%;
}
html.lt-ie-10 .range > .cell-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
html.lt-ie-10 .range > .cell-lg-1-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
}
html.lt-ie-10 .range > [class*="cell-xs-preffix-"],
html.lt-ie-10 .range > [class*="cell-sm-preffix-"],
html.lt-ie-10 .range > [class*="cell-md-preffix-"],
html.lt-ie-10 .range > [class*="cell-lg-preffix-"] {
  margin-left: auto;
}
/** 2.3  Responsive Text System */
@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-justify {
    text-align: justify;
  }
  .text-xs-nowrap {
    white-space: nowrap;
  }
  .text-xs-normal {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-justify {
    text-align: justify;
  }
  .text-sm-nowrap {
    white-space: nowrap;
  }
  .text-sm-normal {
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-justify {
    text-align: justify;
  }
  .text-md-nowrap {
    white-space: nowrap;
  }
  .text-md-normal {
    white-space: normal;
  }
}
/** 2.4  Responsive Pulls System */
@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }
  img.pull-xs-left {
    padding-right: 28px;
  }
  .pull-xs-base {
    float: none;
  }
  .pull-xs-right {
    float: right;
  }
  img.pull-xs-right {
    padding-left: 28px;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
  img.pull-sm-left {
    padding-right: 28px;
  }
  .pull-sm-base {
    float: none;
  }
  .pull-sm-right {
    float: right;
  }
  img.pull-sm-right {
    padding-left: 28px;
  }
}
/** 2.5  Responsive Visibility System */
.veil {
  display: none !important;
}
.reveal-block {
  display: block !important;
}
.reveal-flex {
  display: flex !important;
}
.reveal-inline-block {
  display: inline-block !important;
}
.reveal-inline {
  display: inline !important;
}
@media (min-width: 480px) {
  .reveal-xs-block {
    display: block !important;
  }
  .reveal-xs-flex {
    display: flex !important;
  }
  .reveal-xs-inline-block {
    display: inline-block !important;
  }
  .reveal-xs-inline {
    display: inline !important;
  }
  .veil-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .reveal-sm-block {
    display: block !important;
  }
  .reveal-sm-flex {
    display: flex !important;
  }
  .reveal-sm-inline-block {
    display: inline-block !important;
  }
  .reveal-sm-inline {
    display: inline !important;
  }
  .veil-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .reveal-md-block {
    display: block !important;
  }
  .reveal-md-flex {
    display: flex !important;
  }
  .reveal-md-inline-block {
    display: inline-block !important;
  }
  .reveal-md-inline {
    display: inline !important;
  }
}
/** 2.6  Bootstrap Grid Addons */
.col-xs-1-5 {
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
}
.row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row-narrow > [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-condensed {
  margin-left: 0;
  margin-right: 0;
}
.row-condensed > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
/** 2.7  Dividers*/
.hr {
  height: 1px;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f5f5f5;
  border: none;
}
.divider {
  width: 40px;
  height: 2px;
  padding: 0;
  margin: 27px auto 34px;
  background: #d9d9d9;
  border: none;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-10 {
  margin-right: 10px !important;
}
/** 2.8  Type Addons */
h1,
.h1 {
  margin-top: 26px;
  margin-bottom: 21px;
  font-size: 36px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    line-height: 1.2;
    font-size: 45px;
  }
}
h2,
.h2 {
  margin-top: 42px;
  margin-bottom: 17px;
  font-size: 32px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    line-height: 1.18421;
    font-size: 38px;
  }
}
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    line-height: 1.2;
    font-size: 30px;
  }
}
h4,
.h4 {
  margin-top: 28px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.5;
}
h4 * + .icon,
h4 .icon + *,
.h4 * + .icon,
.h4 .icon + * {
  padding-left: 8px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    line-height: 1.25;
    font-size: 24px;
  }
}
h5,
.h5 {
  font-size: 20px;
  line-height: 1.2;
}
h6,
.h6 {
  font-weight: 700;
}
h6 * + .icon,
h6 .icon + *,
.h6 * + .icon,
.h6 .icon + * {
  padding-left: 8px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  transition: .3s all ease;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
  color: #ff7e00;
}
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  color: #9b9b9b;
}
p,
.p,
.list {
  margin-top: 18px;
  margin-bottom: 18px;
}
p a:hover,
.p a:hover,
.list a:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .big {
    font-size: 106.25%;
    line-height: 1.470588235294118;
  }
  h1 .big,
  .h1 .big {
    font-size: 142.22%;
    line-height: 1.125;
  }
  h2 .big,
  .h2 .big {
    font-size: 147.36%;
    line-height: 1.142857142857143;
  }
}
small,
.small {
  font-size: 83.75%;
}
small:before,
.small:before {
  display: none;
}
h1 small,
.h1 small,
h1 .small,
.h1 .small {
  font-size: 62.22222222222222%;
}
h2 .small,
.h2 .small {
  font-size: 63.15789473684211%;
}
h3 small,
.h3 small,
h3 .small,
.h3 .small {
  font-size: 73.33333333333333%;
}
h4 small,
.h4 small,
h4 .small,
.h4 .small {
  font-size: 75%;
}
h5 small,
.h5 small,
h5 .small,
.h5 .small {
  font-size: 72.72727272727273%;
}
h6 small,
.h6 small,
h6 .small,
.h6 .small {
  font-size: 84.11764705882353%;
}
sub {
  bottom: -0.5em;
}
sub,
sup {
  font-size: 62%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, "Courier New", monospace;
}
code {
  padding: 5px 7px;
  font-size: 75%;
  color: #E50A0A;
  background-color: #f7f7f7;
  border-radius: 2px;
}
pre {
  padding: 16px 19px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.13;
  overflow-x: auto;
}
pre code {
  font-size: 75%;
  text-align: left;
}
mark,
.mark {
  background-color: #ABCC37;
  padding: .1em;
}
.text-extra-small {
  font-size: 13px;
}
.text-extra-big {
  font-size: 100px;
  line-height: .7;
}
@media (max-width: 768px) {
  .text-xs-small {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .text-extra-big {
    font-size: 140px;
  }
}
@media (min-width: 992px) {
  .text-extra-big {
    font-size: 180px;
  }
}
@media (min-width: 1200px) {
  .text-extra-big {
    font-size: 220px;
  }
}
.list > li + li {
  margin-top: 10px;
}
.list-numbered {
  padding-left: 15px;
}
.list-numbered li {
  padding-left: 10px;
}
.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.list-inline > li {
  padding-left: 10px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 5px;
}
.list-inline-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.list-inline-sm > li {
  padding-left: 10px;
  padding-right: 10px;
}
.list-inline-md {
  margin-left: -15px;
  margin-right: -15px;
}
.list-inline-md > li {
  padding-left: 15px;
  padding-right: 15px;
}
.list-inline-lg {
  margin-left: -30px;
  margin-right: -30px;
}
.list-inline-lg > li {
  padding-left: 30px;
  padding-right: 30px;
}
.list-inline-lg > li:first-child {
  padding-left: 0;
}
.list-inline-lg > li:before {
  color: #d9d9d9;
}
.list-inline-lg > li + li [class*='fa-']:before {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .list-inline-lg li + li [class*='fa-']:before {
    margin-left: 0;
  }
  .list-inline-lg [class*='fa-']:before {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.list-inline-picton-blue > li > a {
  transition: .3s;
}
.list-inline-picton-blue > li > a:hover {
  color: #55bbeb;
}
.list-inline-dashed > li {
  padding-right: 0;
}
.list-inline-dashed > li + li:before {
  content: '/';
  padding-right: 5px;
}
.list-inline-dashed-wide > li {
  padding-right: 0;
}
.list-inline-dashed-wide > li + li:before {
  content: '/';
  padding-right: 20px;
}
@media (min-width: 992px) {
  .list-inline-dashed-wide > li + li:before {
    padding-right: 5px;
  }
}
.list-inline-dotted > li {
  position: relative;
  font-size: 14px;
}
.list-inline-dotted > li + li:before {
  content: '\f0c8';
  position: relative;
  top: 50%;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 2px;
  color: inherit;
  padding-right: 12px;
  line-height: inherit;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .list-inline-dotted > li + li:before {
    padding-right: 15px;
  }
}
.list-inline-squared > li {
  position: relative;
}
.list-inline-squared > li + li:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -7px;
  height: 6px;
  border-left: 6px solid;
}
.list-inline-squared.list-inline-mg + li:before {
  left: -23px;
}
.list-inline-squared.list-inline-lg + li:before {
  left: -33px;
}
.list-marked {
  text-align: left;
  padding-left: 0;
  list-style: none;
}
.list-marked li {
  padding-left: 15px;
  position: relative;
}
.list-marked li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 13px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffa200;
}
.bg-gray-base {
  background: #191919;
  fill: #191919;
}
.bg-lighter {
  background: #f5f5f5;
  fill: #f5f5f5;
}
.bg-white {
  background: #fff;
  fill: #fff;
}
.bg-saffron {
  background: linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
}
.page .text-primary {
  color: #ffa200;
}
.page a.text-primary:hover,
.page a.text-primary:focus {
  color: #cc8200;
}
.page .text-gray {
  color: #d9d9d9;
}
.page a.text-gray:hover,
.page a.text-gray:focus {
  color: silver;
}
.page .text-darker {
  color: #434345;
}
.page a.text-darker:hover,
.page a.text-darker:focus {
  color: #2a2a2b;
}
.page .text-white {
  color: #fff;
}
.page a.text-white:hover,
.page a.text-white:focus {
  color: #e6e6e6;
}
.page .text-dark {
  color: #9b9b9b;
}
.page a.text-dark:hover,
.page a.text-dark:focus {
  color: #828282;
}
.page .text-light {
  color: #c4c4c4;
}
.page a.text-light:hover,
.page a.text-light:focus {
  color: #ababab;
}
.border-gray-light {
  border-color: #c4c4c4;
}
.top-contact {
  margin-right: 20px;
  font-size: 14px;
  vertical-align: super;
}
.contact-info p {
  font-size: 15px;
  margin-bottom: 0;
}
.contact-info dl {
  margin-bottom: 0;
}
.contact-info dl dt,
.contact-info dl dd {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
}
.contact-info dl dt,
.contact-info dl dd a {
  color: #434345;
}
.contact-info dl dd a:hover {
  color: #55bbeb;
}
#contact-me-message {
  height: 150px;
}
.feedback {
  display: none;
}
/** 2.9  Buttons Addons */
.btn,
.pagination-classic > li > a,
.pagination-classic > li > span {
  position: relative;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-width: 2px;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn:focus,
.pagination-classic > li > a:focus,
.pagination-classic > li > span:focus,
.btn:active,
.pagination-classic > li > a:active,
.pagination-classic > li > span:active,
.btn:active:focus,
.pagination-classic > li > a:active:focus,
.pagination-classic > li > span:active:focus {
  outline: none;
  box-shadow: none;
}
.btn .caret:last-child,
.pagination-classic > li > a .caret:last-child,
.pagination-classic > li > span .caret:last-child {
  margin-left: 5px;
}
.btn-group .btn + .btn,
.btn-group .pagination-classic > li > a + .btn,
.btn-group .pagination-classic > li > span + .btn,
.btn-group .pagination-classic > li > .btn + a,
.btn-group .pagination-classic > li > a + a,
.btn-group .pagination-classic > li > span + a,
.btn-group .pagination-classic > li > .btn + span,
.btn-group .pagination-classic > li > a + span,
.btn-group .pagination-classic > li > span + span {
  margin-left: -2px;
}
.btn-group-sm .btn + .btn,
.btn-group-sm .pagination-classic > li > a + .btn,
.btn-group-sm .pagination-classic > li > span + .btn,
.btn-group-sm .pagination-classic > li > .btn + a,
.btn-group-sm .pagination-classic > li > a + a,
.btn-group-sm .pagination-classic > li > span + a,
.btn-group-sm .pagination-classic > li > .btn + span,
.btn-group-sm .pagination-classic > li > a + span,
.btn-group-sm .pagination-classic > li > span + span,
.btn-group-xs .btn + .btn,
.btn-group-xs .pagination-classic > li > a + .btn,
.btn-group-xs .pagination-classic > li > span + .btn,
.btn-group-xs .pagination-classic > li > .btn + a,
.btn-group-xs .pagination-classic > li > a + a,
.btn-group-xs .pagination-classic > li > span + a,
.btn-group-xs .pagination-classic > li > .btn + span,
.btn-group-xs .pagination-classic > li > a + span,
.btn-group-xs .pagination-classic > li > span + span {
  margin-left: -1px;
}
.btn-group > .btn:hover,
.pagination-classic > li.btn-group > a:hover,
.pagination-classic > li.btn-group > span:hover,
.btn-group > .btn:focus,
.pagination-classic > li.btn-group > a:focus,
.pagination-classic > li.btn-group > span:focus,
.btn-group > .btn:active,
.pagination-classic > li.btn-group > a:active,
.pagination-classic > li.btn-group > span:active,
.btn-group > .btn.active,
.pagination-classic > li.btn-group > a.active,
.pagination-classic > li.btn-group > span.active,
.btn-group-vertical > .btn:hover,
.pagination-classic > li.btn-group-vertical > a:hover,
.pagination-classic > li.btn-group-vertical > span:hover,
.btn-group-vertical > .btn:focus,
.pagination-classic > li.btn-group-vertical > a:focus,
.pagination-classic > li.btn-group-vertical > span:focus,
.btn-group-vertical > .btn:active,
.pagination-classic > li.btn-group-vertical > a:active,
.pagination-classic > li.btn-group-vertical > span:active,
.btn-group-vertical > .btn.active,
.pagination-classic > li.btn-group-vertical > a.active,
.pagination-classic > li.btn-group-vertical > span.active {
  z-index: auto;
}
.btn-default,
.pagination-classic > li + li:not(:last-child) > a,
.pagination-classic > li + li:not(:last-child) > span {
  background-color: transparent;
  border-color: #d9d9d9;
}
.btn-default:focus,
.pagination-classic > li + li:not(:last-child) > a:focus,
.pagination-classic > li + li:not(:last-child) > span:focus,
.btn-default.focus,
.pagination-classic > li + li:not(:last-child) > a.focus,
.pagination-classic > li + li:not(:last-child) > span.focus,
.btn-default:hover,
.pagination-classic > li + li:not(:last-child) > a:hover,
.pagination-classic > li + li:not(:last-child) > span:hover,
.btn-default:active,
.pagination-classic > li + li:not(:last-child) > a:active,
.pagination-classic > li + li:not(:last-child) > span:active,
.btn-default.active,
.pagination-classic > li + li:not(:last-child) > a.active,
.pagination-classic > li + li:not(:last-child) > span.active,
.open > .btn-default.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle {
  color: #000;
  background-color: #efefef;
  border-color: #ccc;
}
.btn-default:active,
.pagination-classic > li + li:not(:last-child) > a:active,
.pagination-classic > li + li:not(:last-child) > span:active,
.btn-default.active,
.pagination-classic > li + li:not(:last-child) > a.active,
.pagination-classic > li + li:not(:last-child) > span.active,
.open > .btn-default.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-default:active:hover,
.pagination-classic > li + li:not(:last-child) > a:active:hover,
.pagination-classic > li + li:not(:last-child) > span:active:hover,
.btn-default:active:focus,
.pagination-classic > li + li:not(:last-child) > a:active:focus,
.pagination-classic > li + li:not(:last-child) > span:active:focus,
.btn-default:active.focus,
.pagination-classic > li + li:not(:last-child) > a:active.focus,
.pagination-classic > li + li:not(:last-child) > span:active.focus,
.pagination-classic > li + li:not(:last-child) > a.active:hover,
.pagination-classic > li + li:not(:last-child) > span.active:hover,
.pagination-classic > li + li:not(:last-child) > a.active:focus,
.pagination-classic > li + li:not(:last-child) > span.active:focus,
.btn-default.active.focus,
.pagination-classic > li + li:not(:last-child) > a.active.focus,
.pagination-classic > li + li:not(:last-child) > span.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle:hover,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle:focus,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.pagination-classic > li + li.open:not(:last-child) > a.dropdown-toggle.focus,
.pagination-classic > li + li.open:not(:last-child) > span.dropdown-toggle.focus {
  color: #fff;
  background-color: #434345;
  border-color: #434345;
}
.btn-default.disabled,
.pagination-classic > li + li:not(:last-child) > a.disabled,
.pagination-classic > li + li:not(:last-child) > span.disabled,
.btn-default[disabled],
.pagination-classic > li + li:not(:last-child) > a[disabled],
.pagination-classic > li + li:not(:last-child) > span[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > a,
fieldset[disabled] .pagination-classic > li + li:not(:last-child) > span {
  pointer-events: none;
  opacity: .5;
}
.btn-default .badge,
.pagination-classic > li + li:not(:last-child) > a .badge,
.pagination-classic > li + li:not(:last-child) > span .badge {
  color: transparent;
  background-color: #434345;
}
.btn-primary {
  color: #fff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
  pointer-events: none;
  opacity: .5;
}
.btn-primary .badge {
  color: #ffa200;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #abcc37;
  border-color: #abcc37;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #84c450;
  border-color: #84c450;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #84c450;
  border-color: #84c450;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success {
  pointer-events: none;
  opacity: .5;
}
.btn-success .badge {
  color: #abcc37;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #79ccf2;
  border-color: #79ccf2;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #64aae1;
  border-color: #64aae1;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #64aae1;
  border-color: #64aae1;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info {
  pointer-events: none;
  opacity: .5;
}
.btn-info .badge {
  color: #79ccf2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f5bf2f;
  border-color: #f5bf2f;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f3a43d;
  border-color: #f3a43d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f3a43d;
  border-color: #f3a43d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning {
  pointer-events: none;
  opacity: .5;
}
.btn-warning .badge {
  color: #f5bf2f;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #f54b0f;
  border-color: #f54b0f;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e50a0a;
  border-color: #e50a0a;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e50a0a;
  border-color: #e50a0a;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  pointer-events: none;
  opacity: .5;
}
.btn-danger .badge {
  color: #f54b0f;
  background-color: #fff;
}
.btn-picton-blue {
  color: #fff;
  background-color: #55bbeb;
  border-color: #55bbeb;
}
.btn-picton-blue:focus,
.btn-picton-blue.focus,
.btn-picton-blue:hover,
.btn-picton-blue:active,
.btn-picton-blue.active,
.open > .btn-picton-blue.dropdown-toggle {
  color: #fff;
  background-color: #43dfe8;
  border-color: #43dfe8;
}
.btn-picton-blue:active,
.btn-picton-blue.active,
.open > .btn-picton-blue.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-picton-blue:active:hover,
.btn-picton-blue:active:focus,
.btn-picton-blue:active.focus,
.btn-picton-blue.active:hover,
.btn-picton-blue.active:focus,
.btn-picton-blue.active.focus,
.open > .btn-picton-blue.dropdown-toggle:hover,
.open > .btn-picton-blue.dropdown-toggle:focus,
.open > .btn-picton-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #43dfe8;
  border-color: #43dfe8;
}
.btn-picton-blue.disabled,
.btn-picton-blue[disabled],
fieldset[disabled] .btn-picton-blue {
  pointer-events: none;
  opacity: .5;
}
.btn-picton-blue .badge {
  color: #55bbeb;
  background-color: #fff;
}
.btn-sapphire {
  color: #fff;
  background-color: #0956b5;
  border-color: #0956b5;
}
.btn-sapphire:focus,
.btn-sapphire.focus,
.btn-sapphire:hover,
.btn-sapphire:active,
.btn-sapphire.active,
.open > .btn-sapphire.dropdown-toggle {
  color: #fff;
  background-color: #084998;
  border-color: #084998;
}
.btn-sapphire:active,
.btn-sapphire.active,
.open > .btn-sapphire.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-sapphire:active:hover,
.btn-sapphire:active:focus,
.btn-sapphire:active.focus,
.btn-sapphire.active:hover,
.btn-sapphire.active:focus,
.btn-sapphire.active.focus,
.open > .btn-sapphire.dropdown-toggle:hover,
.open > .btn-sapphire.dropdown-toggle:focus,
.open > .btn-sapphire.dropdown-toggle.focus {
  color: #fff;
  background-color: #084998;
  border-color: #084998;
}
.btn-sapphire.disabled,
.btn-sapphire[disabled],
fieldset[disabled] .btn-sapphire {
  pointer-events: none;
  opacity: .5;
}
.btn-sapphire .badge {
  color: #0956b5;
  background-color: #fff;
}
.btn-darkest {
  color: #9b9b9b;
  background-color: #212121;
  border-color: #212121;
}
.btn-darkest:focus,
.btn-darkest.focus,
.btn-darkest:hover,
.btn-darkest:active,
.btn-darkest.active,
.open > .btn-darkest.dropdown-toggle {
  color: #9b9b9b;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-darkest:active,
.btn-darkest.active,
.open > .btn-darkest.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-darkest:active:hover,
.btn-darkest:active:focus,
.btn-darkest:active.focus,
.btn-darkest.active:hover,
.btn-darkest.active:focus,
.btn-darkest.active.focus,
.open > .btn-darkest.dropdown-toggle:hover,
.open > .btn-darkest.dropdown-toggle:focus,
.open > .btn-darkest.dropdown-toggle.focus {
  color: #9b9b9b;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-darkest.disabled,
.btn-darkest[disabled],
fieldset[disabled] .btn-darkest {
  pointer-events: none;
  opacity: .5;
}
.btn-darkest .badge {
  color: #212121;
  background-color: #9b9b9b;
}
.btn-red {
  background: linear-gradient(90deg, #f54b0f 0%, #e50a0a 100%);
  color: #fff;
  border: 0;
}
.btn-red .badge {
  color: #f54b0f;
}
.btn-malibu {
  background: linear-gradient(90deg, #64aae1 0%, #79ccf2 100%);
  color: #fff;
}
.btn-malibu .badge {
  color: #79ccf2;
}
.btn-xs,
.btn-group-xs > .btn,
.pagination-classic > li.btn-group-xs > a,
.pagination-classic > li.btn-group-xs > span {
  padding: 6px 16px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  border-width: 1px;
}
.btn-sm,
.btn-group-sm > .btn,
.pagination-classic > li.btn-group-sm > a,
.pagination-classic > li.btn-group-sm > span,
.pagination-classic > li > a,
.pagination-classic > li > span {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 3px;
  border-width: 1px;
}
.btn-rect {
  border-radius: 0;
}
.btn-ellipse.btn,
.pagination-classic > li > a.btn-ellipse,
.pagination-classic > li > span.btn-ellipse {
  border-radius: 25px;
}
.btn-ellipse.btn-xs,
.btn-group-xs > .btn-ellipse.btn,
.pagination-classic > li.btn-group-xs > a.btn-ellipse,
.pagination-classic > li.btn-group-xs > span.btn-ellipse {
  border-radius: 17px;
}
.btn-ellipse.btn-sm,
.btn-group-sm > .btn-ellipse.btn,
.pagination-classic > li > a.btn-ellipse,
.pagination-classic > li > span.btn-ellipse {
  border-radius: 20px;
}
.btn-more {
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
}
.btn-more .icon + *,
.btn-more * + .icon {
  transition: .3s;
  display: inline-block;
  margin-left: 8px;
}
.btn-more .icon {
  color: #55bbeb;
}
.btn-more .icon-xxs {
  font-size: 18px;
  line-height: 18px;
}
.btn-more:hover .icon {
  color: #ffa200;
}
.btn-more:hover .icon + *,
.btn-more:hover * + .icon {
  transform: translateX(4px);
}
.btn.btn-icon,
.pagination-classic > li > a.btn-icon,
.pagination-classic > li > span.btn-icon {
  padding-left: 17px;
  padding-right: 17px;
}
.btn.btn-icon .icon,
.pagination-classic > li > a.btn-icon .icon,
.pagination-classic > li > span.btn-icon .icon {
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  transition: 0s;
}
.btn.btn-icon-left .icon,
.pagination-classic > li > a.btn-icon-left .icon,
.pagination-classic > li > span.btn-icon-left .icon {
  float: left;
  padding-right: 10px;
}
.btn.btn-icon-right .icon,
.pagination-classic > li > a.btn-icon-right .icon,
.pagination-classic > li > span.btn-icon-right .icon {
  float: right;
  padding-left: 10px;
}
.btn-xs.btn-icon .icon,
.btn-group-xs > .btn-icon.btn .icon,
.pagination-classic > li.btn-group-xs > a.btn-icon .icon,
.pagination-classic > li.btn-group-xs > span.btn-icon .icon {
  font-size: 20px;
  line-height: 20px;
}
.btn-xs.btn-icon-left .icon,
.btn-group-xs > .btn-icon-left.btn .icon,
.pagination-classic > li.btn-group-xs > a.btn-icon-left .icon,
.pagination-classic > li.btn-group-xs > span.btn-icon-left .icon {
  padding-right: 10px;
}
.btn-xs.btn-icon-right .icon,
.btn-group-xs > .btn-icon-right.btn .icon,
.pagination-classic > li.btn-group-xs > a.btn-icon-right .icon,
.pagination-classic > li.btn-group-xs > span.btn-icon-right .icon {
  padding-left: 10px;
}
.btn-sm.btn-icon,
.btn-group-sm > .btn-icon.btn,
.pagination-classic > li > a.btn-icon,
.pagination-classic > li > span.btn-icon {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-sm.btn-icon .icon,
.btn-group-sm > .btn-icon.btn .icon,
.pagination-classic > li > a.btn-icon .icon,
.pagination-classic > li > span.btn-icon .icon {
  font-size: 24px;
  line-height: 24px;
}
.btn-sm.btn-icon-left .icon,
.btn-group-sm > .btn-icon-left.btn .icon,
.pagination-classic > li > a.btn-icon-left .icon,
.pagination-classic > li > span.btn-icon-left .icon {
  padding-right: 8px;
}
.btn-sm.btn-icon-right .icon,
.btn-group-sm > .btn-icon-right.btn .icon,
.pagination-classic > li > a.btn-icon-right .icon,
.pagination-classic > li > span.btn-icon-right .icon {
  padding-left: 8px;
}
.btn-toolbar {
  margin-left: 0;
  transform: translate(-10px, -10px);
}
.btn-toolbar > .btn,
.pagination-classic > li.btn-toolbar > a,
.pagination-classic > li.btn-toolbar > span,
.btn-toolbar > .input-group,
.btn-toolbar > .btn-group {
  margin-left: 10px;
  margin-top: 10px;
}
/** 2.11 Dropdowns Addons */
.caret {
  margin-left: 5px;
}
.dropup,
.dropdown {
  display: inline-block;
}
.dropdown-menu {
  font-size: 13px;
  border: none;
  border-radius: 3px;
}
.dropdown-menu > li > a {
  font-weight: 400;
  padding: 5px 20px;
}
.dropdown-menu .divider {
  width: 100%;
}
.dropdown-header {
  font-size: 12px;
  padding: 8px 20px 3px;
}
/** 2.12 Sections */
.section-relative {
  position: relative;
  z-index: 1;
}
.section-cover {
  min-height: 100vh;
}
.section-cover a {
  text-decoration: underline;
  color: #ffa200 !important;
  font-weight: bold;
}
.section-center-absolute {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.section-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.section-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.section-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.section-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.section-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.section-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.section-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.section-133 {
  padding-top: 133px;
  padding-bottom: 133px;
}
@media (max-width: 768px) {
  .section-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-xs-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-xs-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-xs-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-xs-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-xs-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-xs-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .section-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-sm-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-sm-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-sm-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-sm-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) {
  .section-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-md-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .section-md-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .section-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-md-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .section-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .section-md-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.section-top-0 {
  padding-top: 0;
}
.section-top-34 {
  padding-top: 34px;
}
.section-top-41 {
  padding-top: 41px;
}
.section-top-50 {
  padding-top: 50px;
}
.section-top-66 {
  padding-top: 66px;
}
.section-top-85 {
  padding-top: 85px;
}
.section-top-98 {
  padding-top: 98px;
}
.section-top-110 {
  padding-top: 110px;
}
@media (min-width: 480px) {
  .section-xs-top-0 {
    padding-top: 0;
  }
  .section-xs-top-34 {
    padding-top: 34px;
  }
  .section-xs-top-41 {
    padding-top: 41px;
  }
  .section-xs-top-50 {
    padding-top: 50px;
  }
  .section-xs-top-66 {
    padding-top: 66px;
  }
  .section-xs-top-85 {
    padding-top: 85px;
  }
  .section-xs-top-98 {
    padding-top: 98px;
  }
  .section-xs-top-110 {
    padding-top: 110px;
  }
  .section-xs-top-124 {
    padding-top: 124px;
  }
  .section-xs-top-254 {
    padding-top: 254px;
  }
  .section-xs-top-350 {
    padding-top: 350px;
  }
}
@media (min-width: 768px) {
  .section-sm-top-0 {
    padding-top: 0;
  }
  .section-sm-top-34 {
    padding-top: 34px;
  }
  .section-sm-top-41 {
    padding-top: 41px;
  }
  .section-sm-top-50 {
    padding-top: 50px;
  }
  .section-sm-top-66 {
    padding-top: 66px;
  }
  .section-sm-top-85 {
    padding-top: 85px;
  }
  .section-sm-top-98 {
    padding-top: 98px;
  }
  .section-sm-top-110 {
    padding-top: 110px;
  }
  .section-sm-top-124 {
    padding-top: 124px;
  }
  .section-sm-top-254 {
    padding-top: 254px;
  }
  .section-sm-top-350 {
    padding-top: 350px;
  }
}
@media (min-width: 992px) {
  .section-md-top-0 {
    padding-top: 0;
  }
  .section-md-top-34 {
    padding-top: 34px;
  }
  .section-md-top-41 {
    padding-top: 41px;
  }
  .section-md-top-50 {
    padding-top: 50px;
  }
  .section-md-top-66 {
    padding-top: 66px;
  }
  .section-md-top-85 {
    padding-top: 85px;
  }
  .section-md-top-98 {
    padding-top: 98px;
  }
  .section-md-top-110 {
    padding-top: 110px;
  }
  .section-md-top-124 {
    padding-top: 124px;
  }
  .section-md-top-254 {
    padding-top: 254px;
  }
  .section-md-top-350 {
    padding-top: 350px;
  }
}
.section-bottom-0 {
  padding-bottom: 0;
}
.section-bottom-34 {
  padding-bottom: 34px;
}
.section-bottom-41 {
  padding-bottom: 41px;
}
.section-bottom-50 {
  padding-bottom: 50px;
}
.section-bottom-66 {
  padding-bottom: 66px;
}
.section-bottom-85 {
  padding-bottom: 85px;
}
.section-bottom-98 {
  padding-bottom: 98px;
}
.section-bottom-110 {
  padding-bottom: 110px;
}
.section-bottom-124 {
  padding-bottom: 124px;
}
.section-bottom-254 {
  padding-bottom: 254px;
}
.section-bottom-350 {
  padding-bottom: 350px;
}
@media (min-width: 480px) {
  .section-xs-bottom-0 {
    padding-bottom: 0;
  }
  .section-xs-bottom-34 {
    padding-bottom: 34px;
  }
  .section-xs-bottom-41 {
    padding-bottom: 41px;
  }
  .section-xs-bottom-50 {
    padding-bottom: 50px;
  }
  .section-xs-bottom-66 {
    padding-bottom: 66px;
  }
  .section-xs-bottom-85 {
    padding-bottom: 85px;
  }
  .section-xs-bottom-98 {
    padding-bottom: 98px;
  }
  .section-xs-bottom-110 {
    padding-bottom: 110px;
  }
  .section-xs-bottom-124 {
    padding-bottom: 124px;
  }
  .section-xs-bottom-254 {
    padding-bottom: 254px;
  }
  .section-xs-bottom-350 {
    padding-bottom: 350px;
  }
}
@media (min-width: 768px) {
  .section-sm-bottom-0 {
    padding-bottom: 0;
  }
  .section-sm-bottom-15 {
    padding-bottom: 15px;
  }
  .section-sm-bottom-34 {
    padding-bottom: 34px;
  }
  .section-sm-bottom-41 {
    padding-bottom: 41px;
  }
  .section-sm-bottom-50 {
    padding-bottom: 50px;
  }
  .section-sm-bottom-66 {
    padding-bottom: 66px;
  }
  .section-sm-bottom-85 {
    padding-bottom: 85px;
  }
  .section-sm-bottom-98 {
    padding-bottom: 98px;
  }
  .section-sm-bottom-110 {
    padding-bottom: 110px;
  }
  .section-sm-bottom-124 {
    padding-bottom: 124px;
  }
  .section-sm-bottom-254 {
    padding-bottom: 254px;
  }
  .section-sm-bottom-350 {
    padding-bottom: 350px;
  }
}
@media (min-width: 992px) {
  .section-md-bottom-0 {
    padding-bottom: 0;
  }
  .section-md-bottom-34 {
    padding-bottom: 34px;
  }
  .section-md-bottom-41 {
    padding-bottom: 41px;
  }
  .section-md-bottom-50 {
    padding-bottom: 50px;
  }
  .section-md-bottom-66 {
    padding-bottom: 66px;
  }
  .section-md-bottom-85 {
    padding-bottom: 85px;
  }
  .section-md-bottom-98 {
    padding-bottom: 98px;
  }
  .section-md-bottom-110 {
    padding-bottom: 110px;
  }
  .section-md-bottom-124 {
    padding-bottom: 124px;
  }
  .section-md-bottom-254 {
    padding-bottom: 254px;
  }
  .section-md-bottom-350 {
    padding-bottom: 350px;
  }
}
/** 2.13 Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
/** 2.17 Flags SVG icons */
.flag {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 30px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.flag.en {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K');
}
.flag.ro {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzAwIj4NCjxwYXRoIGZpbGw9IiMwMDJiN2YiIGQ9Im0wLDBoMTUwdjMwMGgtMTUweiIvPg0KPHBhdGggZmlsbD0iI2ZjZDExNiIgZD0ibTE1MCwwaDE1MHYzMDBoLTE1MHoiLz4NCjxwYXRoIGZpbGw9IiNjZTExMjYiIGQ9Im0zMDAsMGgxNTB2MzAwaC0xNTB6Ii8+DQo8L3N2Zz4NCg==');
}
/** 2.16 Thumbnail Addons */
.thumbnail-classic,
.thumbnail-terry {
  position: relative;
  display: block;
  min-height: 200px;
  background-color: #333;
}
.thumbnail-classic img,
.thumbnail-terry img {
  width: 100%;
  transition: .35s;
  will-change: transform;
}
.thumbnail-classic figcaption,
.thumbnail-terry figcaption {
  position: absolute;
}
.thumbnail {
  transition: .3s;
  border: none;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
a.thumbnail:hover {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}
.thumbnail-classic > img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}
.thumbnail-classic > figcaption {
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.thumbnail-classic-title {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 9;
  padding: 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
.thumbnail-classic:hover {
  z-index: 1;
}
.thumbnail-classic:hover > img,
.thumbnail-classic:hover > figure > img {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
  will-change: contents;
}
.thumbnail-classic:hover > figure figcaption,
.thumbnail-classic:hover > figcaption {
  margin-top: 30px;
}
.thumbnail-classic:hover .thumbnail-classic-title {
  margin-bottom: 14px;
  top: 0;
}
.thumbnail-terry:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  background: #000;
  opacity: 0;
  transition: 0.35s all ease;
  z-index: 2;
}
.thumbnail-terry figcaption {
  position: relative;
  top: -1px;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  background: #434345;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 0.35s all ease;
  z-index: 1;
}
.thumbnail-terry img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.thumbnail-terry-title,
.thumbnail-terry-desc {
  color: #fff;
  display: block;
  padding-right: 5px;
  font-size: 20px;
}
.thumbnail-terry-desc {
  font-size: 16px;
}
@media (max-width: 767px) {
  .thumbnail-terry-title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
  }
  .thumbnail-terry-desc {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .thumbnail-terry:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  }
  .thumbnail-terry,
  .thumbnail-terry > figure {
    overflow: hidden;
  }
  .thumbnail-terry:before {
    display: block;
  }
  .thumbnail-terry img {
    border-radius: 5px;
  }
  .thumbnail-terry figcaption {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px 15px;
    background: transparent;
    transform: translateY(50px);
  }
  .thumbnail-terry .btn,
  .thumbnail-terry .pagination-classic > li > a,
  .thumbnail-terry .pagination-classic > li > span {
    opacity: 0;
    transform: translateY(100%) scale(0.8);
  }
  .thumbnail-terry:hover .btn,
  .thumbnail-terry:hover .pagination-classic > li > a,
  .thumbnail-terry:hover .pagination-classic > li > span,
  .thumbnail-terry:hover figcaption {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .thumbnail-terry:hover:before {
    opacity: 0.25;
  }
}
.tablet .thumbnail-terry .btn,
.tablet .thumbnail-terry .pagination-classic > li > a,
.tablet .thumbnail-terry .pagination-classic > li > span,
.tablet .thumbnail-terry figcaption {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.tablet .thumbnail-terry:before {
  opacity: 0.25;
}
/** Favorite icon */
.favorite {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
}
.favorite .icon {
  color: #ff9200;
  text-shadow: 2px 2px 5px #676767;
}
.wishlist-btn .fa-heart {
  display: none;
}
.wishlist-btn.saved .fa-heart-o {
  display: none;
}
.wishlist-btn.saved .fa-heart {
  display: inline-block;
  color: #ffa200;
}
/** Property id */
small.property-id {
  position: absolute;
  z-index: 2;
  bottom: 1px;
  left: 0;
  padding: 1px 4px;
}
.frame {
  position: relative;
  height: 100%;
  border: 1px solid #d9d9d9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.frame .description {
  padding: 20px 5%;
}
.frame .description .details {
  min-height: 100px;
}
.frame .thumbnail-classic {
  max-height: 270px;
}
.frame .unavailable-banner {
  background: #fff;
  padding: 6px 12px;
  position: absolute;
  width: 170px;
  top: 20%;
  left: 50%;
  margin-left: -85px;
  z-index: 10;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 3px;
  transform: rotate(-25deg);
  text-align: center;
  color: #700000;
  text-transform: uppercase;
}
.transaction-closed-banner {
  width: 380px;
  height: 200px;
  border: 3px solid #e7a246;
  background-color: #fff;
  text-align: center;
  position: fixed;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -100px;
  z-index: 100;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .transaction-closed-banner {
    width: 340px;
    margin-left: -170px;
  }
}
/** 2.18 Scaffolding Addons */
.page {
  /* overflow:hidden; */
  background-color: #fff;
}
.img-rounded {
  border-radius: 5px;
}
.img-cover {
  width: 100%;
  height: auto;
}
.img-bordered-white {
  border: 2px solid #fff;
}
.img-semi-transparent {
  opacity: .5;
  transition: 0.35s all ease;
  will-change: transform;
}
.img-semi-transparent:hover {
  opacity: 1;
}
.element-fullwidth {
  width: 100%;
}
.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-mobile-half-width {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .img-mobile-half-width {
    max-width: none;
  }
}
/** 2.19 Text Alignment System */
.page .text-left {
  text-align: left;
}
.page .text-center {
  text-align: center;
}
.page .text-right {
  text-align: right;
}
.page .text-middle {
  vertical-align: middle;
}
/** 2.20 Text Styling System */
.page .text-italic {
  font-style: italic;
}
.page .text-normal {
  font-style: normal;
}
.page .text-underline {
  text-decoration: underline;
}
.page .text-strike {
  text-decoration: line-through;
}
.page .text-thin {
  font-weight: 100;
}
.page .text-light {
  font-weight: 300;
}
.page .text-regular {
  font-weight: 400;
}
.page .text-medium {
  font-weight: 500;
}
.page .text-sbold {
  font-weight: 600;
}
.page .text-bold,
.page strong {
  font-weight: 700;
}
.page .text-ubold {
  font-weight: 900;
}
.page .text-spacing-0 {
  letter-spacing: 0;
}
.page .text-spacing-20 {
  letter-spacing: 0.02em;
}
.page .text-spacing-40 {
  letter-spacing: 0.04em;
}
.page .text-spacing-60 {
  letter-spacing: 0.06em;
}
.page .text-spacing-120 {
  letter-spacing: 0.12em;
}
/** 2.21 Navs Addons */
.nav-tabs > li,
.nav-tabs > li:last-child {
  margin-bottom: -1px;
}
.nav-stacked > li + li {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .nav-stacked-container .tab-content,
  .nav-stacked-container .nav-stacked {
    display: table-cell;
    vertical-align: top;
  }
  .nav-stacked-container .nav-stacked {
    width: 25%;
  }
  .nav-stacked-container .tab-content {
    width: 73%;
    padding-left: 2%;
  }
}
/** 2.22 Navbar Addons */
.navbar {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border: none;
  text-align: left;
}
.navbar-brand {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .navbar-toggle {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar .navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar .navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar .navbar-form .form-search-submit {
  right: 15px;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 2px;
}
.navbar-nav > li > a {
  transition: .3s;
  font-weight: 400;
  font-size: 14px;
}
.navbar-nav > li > a .badge {
  margin-top: -17px;
  margin-left: -5px;
  margin-right: -5px;
}
/** 2.23 Panels Addons */
.panel-title,
.panel-heading,
.panel-footer {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.panel-group .panel-title {
  padding-right: 25px;
}
.panel-group.accordion .panel-heading {
  position: relative;
  padding: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-group.accordion .panel-heading a {
  display: inline-block;
  width: 100%;
  padding: 13px 22px;
  transition: .2s;
}
.panel-group.accordion .panel-heading a:after {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 20px;
  width: 20px;
  font-family: "Material Design Icons";
  font-size: 21px;
  font-weight: 400;
  color: #9b9b9b;
  content: '\f465';
}
.panel-group.accordion .panel-heading a.collapsed:after {
  content: '\f504';
}
.panel-group.accordion .panel-body {
  padding: 8px 25px 15px 20px;
  font-size: 16px;
  line-height: 1.5625;
}
.panel-group.accordion .panel + .panel {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .panel-group.accordion .panel-heading {
    font-size: 16px;
  }
  .panel-group.accordion .panel-heading a:after {
    right: 15px;
  }
}
/** 2.24 Icons */
.icon-svg {
  vertical-align: top;
  margin-right: 10px;
  fill: #434345;
}
.svg-size-22 {
  width: 22px;
  height: 22px;
}
.svg-size-26 {
  width: 26px;
  height: 26px;
}
.icon {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
}
.icon:before {
  display: inline-block;
  position: relative;
}
a.icon {
  transition: .3s;
}
.icon-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid;
}
.icon-circle {
  border-radius: 50%;
}
.icon-xxs {
  font-size: 20px;
  line-height: 20px;
}
.icon-xxs.icon-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.icon-xs {
  font-size: 26px;
  line-height: 32px;
}
.icon-sm {
  font-size: 42px;
  line-height: 42px;
}
.icon-sm.icon-rect,
.icon-sm.icon-rounded,
.icon-sm.icon-circle,
.icon-sm.icon-outlined {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
}
.icon-lg {
  font-size: 72px;
  line-height: 72px;
}
.icon-lg.icon-rect,
.icon-lg.icon-rounded,
.icon-lg.icon-circle,
.icon-lg.icon-outlined {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
}
.icon-xlg {
  font-size: 96px;
  line-height: 96px;
}
.icon-xlg.icon-rect,
.icon-xlg.icon-rounded,
.icon-xlg.icon-circle,
.icon-xlg.icon-outlined {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 48px;
}
.icon-darker-filled,
.icon-darkest-filled,
.icon-shark-filled,
.icon-carrot-filled {
  color: #fff;
  border: none;
}
.icon-darker-filled {
  background: #434345;
}
.icon-darkest-filled {
  background: #212121;
}
.icon-shark-filled {
  background: linear-gradient(45deg, #191919 0%, #434345 100%);
}
.icon-carrot-filled {
  background: linear-gradient(45deg, #ff7e00 0, #f5bf2f 100%);
}
a.icon-rect.fa-facebook:hover,
a.icon-circle.fa-facebook:hover,
a.icon-outlined.fa-facebook:hover,
a.icon-rounded.fa-facebook:hover {
  color: #fff;
  background: #0956b5;
}
a.icon-rect.fa-twitter:hover,
a.icon-circle.fa-twitter:hover,
a.icon-outlined.fa-twitter:hover,
a.icon-rounded.fa-twitter:hover {
  color: #fff;
  background: #28d4f9;
}
a.icon-rect.fa-linkedin:hover,
a.icon-circle.fa-linkedin:hover,
a.icon-outlined.fa-linkedin:hover,
a.icon-rounded.fa-linkedin:hover {
  color: #fff;
  background: #0E7EB5;
}
a.icon-rect.fa-instagram:hover,
a.icon-circle.fa-instagram:hover,
a.icon-outlined.fa-instagram:hover,
a.icon-rounded.fa-instagram:hover {
  color: #fff;
  background: #DF437A;
}
a.icon-rect.fa-youtube:hover,
a.icon-circle.fa-youtube:hover,
a.icon-outlined.fa-youtube:hover,
a.icon-rounded.fa-youtube:hover {
  color: #fff;
  background: #E93F33;
}
.offer .btn .fa {
  font-size: 18px;
}
/** 2.26 Media Addons */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
@media (min-width: 480px) {
  .media-right,
  .media > .pull-right {
    padding-left: 20px;
  }
  .media-left,
  .media > .pull-left {
    padding-right: 20px;
  }
}
/** 2.27 List Groups Addons */
.list-group-item > .badge {
  margin-top: 5px;
  margin-bottom: 5px;
}
.list-group-item-success {
  color: #fff;
  background-color: #abcc37;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #9bba2f;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #fff;
  background-color: #79ccf2;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #fff;
  background-color: #62c3f0;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-warning {
  color: #fff;
  background-color: #f5bf2f;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #fff;
  background-color: #f4b817;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-danger {
  color: #fff;
  background-color: #f54b0f;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #fff;
  background-color: #e14209;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
/** 2.29 Input Groups Addons */
.input-group-addon {
  transition: .3s;
  background: none;
  color: #a6a6ab;
  padding: 9px;
  border: 2px solid #848484;
  border-radius: 5px;
  border-left: 0;
}
.input-group .form-control:first-child {
  border-right: none;
  padding-right: 0;
}
.input-group .form-control:focus ~ span.input-group-addon {
  border-color: #d9d9d9;
}
.input-group-addon > .input-group-icon {
  position: relative;
  display: inline-block;
}
.input-group-addon-inverse {
  background: #fff;
  border-color: #d9d9d9;
  color: #434345;
}
.input-group .form-control {
  color: #212121;
  background: #fff;
}
.input-group > .input-group-addon > .input-group-icon {
  font-size: 28px;
}
.input-group.input-group-sm > .input-group-addon > .input-group-icon {
  font-size: 19px;
  line-height: 1;
}
.input-group.input-group-sm > .input-group-btn > .btn,
.pagination-classic.input-group.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group.input-group-sm > li.input-group-btn > span {
  font-size: 12px;
}
.input-group-lg > .input-group-addon > .input-group-icon {
  font-size: 32px;
}
.input-group .form-control:not(:first-child):not(:last-child).form-control-last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.input-group-btn > .btn + .btn,
.pagination-classic > li.input-group-btn > a + .btn,
.pagination-classic > li.input-group-btn > span + .btn,
.pagination-classic > li.input-group-btn > .btn + a,
.pagination-classic > li.input-group-btn > a + a,
.pagination-classic > li.input-group-btn > span + a,
.pagination-classic > li.input-group-btn > .btn + span,
.pagination-classic > li.input-group-btn > a + span,
.pagination-classic > li.input-group-btn > span + span {
  margin-left: 0;
}
/** 2.30 Dropcaps */
.dropcap:first-letter {
  float: left;
  padding-right: 8px;
  margin-left: -10px;
  margin-top: 2px;
  font-size: 120px;
  font-weight: 300;
  line-height: 0.7;
}
.dropcap-dark:first-letter {
  color: #9b9b9b;
}
/** 2.31 Alerts Addons */
.alert-classic {
  padding: 17px 22px 17px;
  margin-top: 10px;
  border-left-width: 3px;
  border-left-style: solid;
  text-align: left;
  background-color: #f5f5f5;
}
.alert-classic h1,
.alert-classic h2,
.alert-classic h3,
.alert-classic h4,
.alert-classic h5,
.alert-classic h6 {
  font-weight: 700;
}
.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #212121;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.snackbars .icon-xxs {
  font-size: 20px;
}
.snackbars p span:last-child {
  padding-left: 14px;
}
.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}
.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}
.snackbars-right:hover {
  text-decoration: underline;
}
@media (min-width: 480px) {
  .snackbars {
    max-width: 370px;
    padding: 14px 17px;
  }
}
/** 2.33 Groups */
html .group {
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px;
}
html .group > *:not(.group-item) {
  display: inline-block;
  margin-top: 15px;
  margin-left: 15px;
}
html .group > .group-item {
  display: inline-block;
  padding-top: 15px;
  padding-left: 15px;
}
html .group-xs {
  transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -5px;
}
html .group-xs > *:not(.group-item) {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
}
html .group-xs > .group-item {
  display: inline-block;
  padding-top: 5px;
  padding-left: 5px;
}
html .group-sm {
  transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -10px;
}
html .group-sm > *:not(.group-item) {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}
html .group-sm > .group-item {
  display: inline-block;
  padding-top: 10px;
  padding-left: 10px;
}
html .group-lg {
  transform: translateY(-20px);
  margin-bottom: -20px;
  margin-left: -20px;
}
html .group-lg > *:not(.group-item) {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}
html .group-lg > .group-item {
  display: inline-block;
  padding-top: 20px;
  padding-left: 20px;
}
html .group-xl {
  transform: translateY(-30px);
  margin-bottom: -30px;
  margin-left: -30px;
}
html .group-xl > *:not(.group-item) {
  display: inline-block;
  margin-top: 30px;
  margin-left: 30px;
}
html .group-xl > .group-item {
  display: inline-block;
  padding-top: 30px;
  padding-left: 30px;
}
html .group-top > *,
html .group-top > *:first-child {
  vertical-align: top;
}
html .group-middle > *,
html .group-middle > *:first-child {
  vertical-align: middle;
}
html .group-bottom > *,
html .group-bottom > *:first-child {
  vertical-align: bottom;
}
/** 2.34 Comment Boxes */
.box-comment-meta {
  margin-bottom: 0;
  font-size: 12px;
}
.box-comment-meta a:hover {
  color: #55bbeb;
}
.box-comment-meta-icon {
  font-size: 14px;
}
.box-comment-title {
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-comment-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.box-comment-body {
  font-size: 15px;
}
@media (min-width: 480px) {
  .box-comment-img {
    width: 60px;
    height: 60px;
  }
}
.box-comment-classic {
  position: relative;
}
.box-comment-classic:before,
.box-comment-classic:after {
  content: '';
  position: absolute;
  left: 19px;
  background: #d9d9d9;
  width: 1px;
}
.box-comment-classic:before {
  top: 48px;
  bottom: -8px;
}
.box-comment-classic:last-child:before {
  display: none;
}
@media (max-width: 480px) {
  .box-comment-classic > .box-comment .box-comment-img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 480px) {
  .box-comment-classic:after {
    display: none;
  }
  .box-comment-classic + .box-comment-classic:after,
  .box-comment-classic .media + .box-comment-classic:after {
    display: block;
  }
  .box-comment-classic .media + .box-comment-classic:after {
    bottom: auto;
    top: 29px;
    right: 100%;
    left: auto;
    height: 1px;
    margin-right: 8px;
    width: 42px;
  }
  .box-comment-classic .box-comment-header {
    margin-top: 5px;
  }
  .box-comment-classic > .box-comment {
    margin-left: 80px;
  }
  .box-comment-classic:before {
    top: 68px;
  }
  .box-comment-classic:before,
  .box-comment-classic:after {
    left: 29px;
  }
}
.box-comment-classic + .box-comment-classic,
.box-comment-classic > .box-comment {
  margin-top: 16px;
}
.box-comment-boxed .box-comment-img {
  margin-top: 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 2px;
  margin-right: -30px;
}
.box-comment-boxed .box-comment-body {
  margin-top: 10px;
}
.box-comment-boxed .media-body {
  padding: 15px 20px 15px 30px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
@media (min-width: 480px) {
  .box-comment-boxed .box-comment-img {
    margin-right: -50px;
    padding: 4px;
  }
  .box-comment-boxed .media-body {
    padding: 20px 30px 20px 50px;
  }
}
@media (min-width: 1200px) {
  .box-comment-boxed > .box-comment-boxed {
    margin-left: 30px;
  }
  .box-comment-boxed .box-comment-meta {
    float: right;
  }
  .box-comment-boxed > .box-comment-outboxed {
    margin-left: 80px;
  }
}
.box-comment-boxed + .box-comment-boxed,
.box-comment-boxed > .box-comment {
  margin-top: 20px;
}
.box-comment-outboxed .box-comment-body {
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .box-comment-outboxed .box-comment-body {
    margin-top: 10px;
  }
  .box-comment-outboxed .box-comment-img {
    margin-top: 10px;
  }
  .box-comment-outboxed .media-body {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
  }
  .box-comment-outboxed .box-comment-meta > li:first-child {
    float: right;
    margin-left: 20px;
  }
  .box-comment-outboxed > .box-comment-outboxed {
    margin-left: 80px;
  }
}
.box-comment-outboxed + .box-comment-outboxed,
.box-comment-outboxed > .box-comment {
  margin-top: 20px;
}
/** 2.36 Pagination Addons */
.pagination-classic {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  font-size: 0;
}
.pagination-classic > li {
  display: inline-block;
  margin-left: 5px;
}
.pagination-classic > li > a,
.pagination-classic > li > span {
  min-width: 40px;
}
.pagination-classic > li:first-child > a:hover,
.pagination-classic > li:first-child > span:hover,
.pagination-classic > li:last-child > a:hover,
.pagination-classic > li:last-child > span:hover {
  color: #ffa200;
}
.pagination-classic > li:first-child > a,
.pagination-classic > li:first-child > span {
  padding-left: 0;
}
.pagination-classic > li:last-child > a,
.pagination-classic > li:last-child > span {
  padding-right: 0;
}
.pagination-classic > li + li:not(:last-child).active > a,
.pagination-classic > li + li:not(:last-child).active > span {
  color: #fff;
  background: #ffa200;
  border-color: #ffa200;
  cursor: default;
}
.pagination-classic > li.dots {
  width: 25px;
  font-size: 20px;
}
/** 2.38 Labels Addons */
.label {
  padding: 0.2em 0.6em 0.2em;
}
.label-custom {
  display: inline-block;
  padding: 8px;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .06em;
  transition: .3s;
}
h1 .label-custom,
h2 .label-custom,
h3 .label-custom,
h4 .label-custom,
h5 .label-custom,
h6 .label-custom,
p .label-custom {
  margin-left: 10px;
}
.label-custom,
.label-custom:hover,
.label-custom:focus {
  color: #fff;
}
.label-ellipsis-custom {
  border-radius: 10px;
}
.label-rounded-custom {
  border-radius: 3px;
}
.label-xs-custom {
  padding: 3px 5px;
}
.label-sm-custom {
  padding: 7px;
}
.label-lg-custom {
  font-size: 12px;
  padding: 9px 10px;
}
.label-xl-custom {
  font-size: 12px;
  padding: 10px 12px;
}
.label-default {
  background-color: #d9d9d9;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e6e6e6;
}
.label-primary {
  background-color: #ffa200;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #ffab1a;
}
.label-success {
  background-color: #abcc37;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #b4d14b;
}
.label-info {
  background-color: #79ccf2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #90d5f4;
}
.label-warning {
  background-color: #f5bf2f;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f6c647;
}
.label-danger {
  background-color: #f54b0f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f65d27;
}
.label-seo {
  text-transform: initial;
  background-color: #a2a3a5;
}
@media (max-width: 768px) {
  .label-seo {
    white-space: pre-wrap;
  }
}
/** 2.40 Form Addons */
.rd-mailform {
  position: relative;
}
label {
  margin-bottom: 10px;
  font-weight: 400;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pagination-classic.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group-sm > li.input-group-btn > span,
.input-sm:focus,
.input-group-sm > .form-control:focus,
.input-group-sm > .input-group-addon:focus,
.input-group-sm > .input-group-btn > .btn:focus,
.pagination-classic.input-group-sm > li.input-group-btn > a:focus,
.pagination-classic.input-group-sm > li.input-group-btn > span:focus,
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pagination-classic.input-group-lg > li.input-group-btn > a,
.pagination-classic.input-group-lg > li.input-group-btn > span,
.input-lg:focus,
.input-group-lg > .form-control:focus,
.input-group-lg > .input-group-addon:focus,
.input-group-lg > .input-group-btn > .btn:focus,
.pagination-classic.input-group-lg > li.input-group-btn > a:focus,
.pagination-classic.input-group-lg > li.input-group-btn > span:focus,
.form-control,
.form-control:focus {
  box-shadow: none;
}
textarea.form-control {
  height: 170px;
  min-height: 50px;
  max-height: 370px;
  resize: vertical;
  line-height: 20px;
  padding-top: 20px;
  border: 2px solid #848484;
}
.form-control {
  -webkit-appearance: none;
  line-height: 28px;
  border: 2px solid #848484;
}
.form-control:focus {
  outline: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pagination-classic.input-group-sm > li.input-group-btn > a,
.pagination-classic.input-group-sm > li.input-group-btn > span {
  line-height: 24px;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pagination-classic.input-group-lg > li.input-group-btn > a,
.pagination-classic.input-group-lg > li.input-group-btn > span {
  line-height: 32px;
}
.form-control-rect {
  border-radius: 0;
}
.form-control-ellipse.form-control {
  border-radius: 25px;
}
.form-control-ellipse.form-control-sm {
  border-radius: 20px;
}
.form-control-ellipse.form-control-lg {
  border-radius: 35px;
}
.form-control-impressed {
  background: #f7f7f7;
  border: none;
}
.form-control-impressed,
.form-control-impressed:focus {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.form-control-impressed.form-validation-inside + .form-validation {
  background: #f7f7f7;
}
.form-group {
  position: relative;
}
.form-group-multiple {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.form-group-multiple .form-group {
  width: 100%;
  margin-bottom: 0;
}
.form-group-multiple {
  flex-direction: row;
  align-items: baseline;
}
.form-group-multiple .form-group + .form-group {
  margin-left: 30px;
  margin-top: 0;
  position: relative;
}
.form-group-multiple .form-group + .form-group:before {
  content: "–";
  position: absolute;
  bottom: 10px;
  left: -20px;
  margin-top: -1px;
}
.form-label {
  position: absolute;
  top: 25px;
  left: 16px;
  font-size: 13px;
  color: #212121;
  pointer-events: none;
  z-index: 9;
  transition: .3s;
  transform: translateY(-50%);
  transform-origin: 0 0;
}
.form-label.focus {
  color: #55bbeb;
  top: 3px;
  transform: scale(0.8) translateY(0);
}
.form-label.auto-fill {
  color: #212121;
}
.form-label-sm {
  top: 20px;
  left: 12px;
}
.form-label-sm.focus {
  top: -1px;
}
.form-label-lg {
  top: 35px;
  left: 24px;
}
.form-label-lg.focus {
  top: 8px;
}
.form-label-outside {
  position: static;
}
.form-label-outside,
.form-label-outside.focus,
.form-label-outside.auto-fill {
  transform: none;
  color: #212121;
  font-size: 13px;
}
.additional-fields-wrap .form-label-outside.focus {
  opacity: 0;
}
.form-label-outside.form-label-size-lg {
  font-size: 15.6px;
}
.form-label-outside.form-label-size-sm {
  font-size: 10.4px;
}
.form-validation {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
  transition: .3s;
}
.form-validation-inside + .form-validation {
  top: 2px;
  margin-top: 0;
  left: 12px;
  background: #fff;
  z-index: 10;
}
.form-control-feedback {
  font-size: 20px;
}
.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: #e50a0a;
}
.has-error .form-control:not(.form-control-impressed),
.has-error .form-control:not(.form-control-impressed):focus {
  border-color: #f54b0f;
  box-shadow: none;
}
.has-error .form-control-impressed,
.has-error .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #f54b0f;
}
.has-error .input-group-addon {
  border-color: #f54b0f !important;
  background-color: transparent;
}
.has-error .input-group-btn > .btn,
.has-error .pagination-classic > li.input-group-btn > a,
.has-error .pagination-classic > li.input-group-btn > span {
  border-color: #f54b0f;
  background: #f54b0f;
}
.has-error .form-validation {
  color: #e50a0a;
}
.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: #84c450;
}
.has-success .form-control:not(.form-control-impressed),
.has-success .form-control:not(.form-control-impressed):focus {
  border-color: #abcc37;
  box-shadow: none;
}
.has-success .form-control-impressed,
.has-success .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #abcc37;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #abcc37;
  background-color: #abcc37;
}
.has-success .input-group-btn > .btn,
.has-success .pagination-classic > li.input-group-btn > a,
.has-success .pagination-classic > li.input-group-btn > span {
  border-color: #abcc37;
  background: #abcc37;
}
.has-success .form-validation {
  color: #84c450;
}
.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: #ff7e00;
}
.has-warning .form-control:not(.form-control-impressed),
.has-warning .form-control:not(.form-control-impressed):focus {
  border-color: #f5bf2f;
  box-shadow: none;
}
.has-warning .form-control-impressed,
.has-warning .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #f5bf2f;
}
.has-warning .input-group-addon {
  color: #fff;
  border-color: #f5bf2f;
  background-color: #f5bf2f;
}
.has-warning .input-group-btn > .btn,
.has-warning .pagination-classic > li.input-group-btn > a,
.has-warning .pagination-classic > li.input-group-btn > span {
  border-color: #f5bf2f;
  background: #f5bf2f;
}
.has-warning .form-validation {
  color: #ff7e00;
}
.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
  color: #64aae1;
}
.has-info .form-control:not(.form-control-impressed),
.has-info .form-control:not(.form-control-impressed):focus {
  border-color: #79ccf2;
  box-shadow: none;
}
.has-info .form-control-impressed,
.has-info .form-control-impressed:focus {
  box-shadow: inset 0 0 0 1px #79ccf2;
}
.has-info .input-group-addon {
  color: #fff;
  border-color: #79ccf2;
  background-color: #79ccf2;
}
.has-info .input-group-btn > .btn,
.has-info .pagination-classic > li.input-group-btn > a,
.has-info .pagination-classic > li.input-group-btn > span {
  border-color: #79ccf2;
  background: #79ccf2;
}
.has-info .form-validation {
  color: #64aae1;
}
.has-feedback .form-label ~ .form-control-feedback {
  top: 0;
}
@media (min-width: 768px) {
  .has-feedback .form-label ~ .form-control-feedback {
    top: 34px;
  }
}
.has-feedback .input-sm ~ .form-control-feedback,
.has-feedback .input-group-sm > .form-control ~ .form-control-feedback,
.has-feedback .input-group-sm > .input-group-addon ~ .form-control-feedback,
.has-feedback .input-group-sm > .input-group-btn > .btn ~ .form-control-feedback,
.has-feedback .pagination-classic.input-group-sm > li.input-group-btn > a ~ .form-control-feedback,
.has-feedback .pagination-classic.input-group-sm > li.input-group-btn > span ~ .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.has-feedback .form-control.input-sm,
.has-feedback .input-group-sm > .form-control,
.has-feedback .input-group-sm > .input-group-btn > .form-control.btn,
.has-feedback .pagination-classic.input-group-sm > li.input-group-btn > a.form-control,
.has-feedback .pagination-classic.input-group-sm > li.input-group-btn > span.form-control {
  padding-right: 40px;
}
.has-feedback .form-control.input-lg,
.has-feedback .input-group-lg > .form-control,
.has-feedback .input-group-lg > .input-group-btn > .form-control.btn,
.has-feedback .pagination-classic.input-group-lg > li.input-group-btn > a.form-control,
.has-feedback .pagination-classic.input-group-lg > li.input-group-btn > span.form-control {
  padding-right: 70px;
}
#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  visibility: hidden;
  transform: translateX(-500px);
  transition: .3s all ease;
  z-index: 9999999;
}
#form-output-global.active {
  transform: translateX(0);
  visibility: visible;
}
@media (min-width: 480px) {
  #form-output-global {
    left: 30px;
  }
}
.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  line-height: 10px;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.form-output.active {
  opacity: 1;
  visibility: visible;
}
.form-output.error {
  color: #e50a0a;
}
.form-output.success {
  color: #84c450;
}
.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0;
}
.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-left: -20px;
  margin-top: 5px;
  outline: none;
  cursor: pointer;
}
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  background: #f5f5f5;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #888;
}
.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  position: absolute;
  opacity: 0;
}
.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
  outline: none;
}
.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1;
}
.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
  border-radius: 50%;
}
.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
  content: '';
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #434345;
  border-radius: 50%;
}
.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  padding-left: 20px;
}
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
  pointer-events: none;
  border-radius: 3px;
  margin-left: 0;
  left: 0;
}
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
.form-search {
  position: relative;
}
.form-search .form-group {
  margin-bottom: 0;
}
.form-search-submit {
  position: absolute;
  font-size: 24px;
  right: 8px;
  top: 0;
  bottom: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #434345;
  transition: .3s all ease;
}
.form-search-submit:hover,
.form-search-submit:focus {
  color: #ffa200;
  outline: none;
}
.form-search-label {
  color: #212121;
}
.form-search-input {
  padding-right: 35px;
  color: #212121;
}
/** 2.41 Offsets */
html .page .inset-left-0 {
  padding-left: 0;
}
html .page .inset-left-15 {
  padding-left: 15px;
}
html .page .inset-left-20 {
  padding-left: 20px;
}
html .page .inset-left-30 {
  padding-left: 30px;
}
html .page .inset-left-40 {
  padding-left: 40px;
}
html .page .inset-left-50 {
  padding-left: 50px;
}
html .page .inset-left-80 {
  padding-left: 80px;
}
html .page .inset-left-93 {
  padding-left: 93px;
}
html .page .inset-left-100 {
  padding-left: 100px;
}
html .page .inset-left-115 {
  padding-left: 115px;
}
@media (min-width: 480px) {
  html .page .inset-xs-left-0 {
    padding-left: 0;
  }
  html .page .inset-xs-left-15 {
    padding-left: 15px;
  }
  html .page .inset-xs-left-20 {
    padding-left: 20px;
  }
  html .page .inset-xs-left-30 {
    padding-left: 30px;
  }
  html .page .inset-xs-left-40 {
    padding-left: 40px;
  }
  html .page .inset-xs-left-50 {
    padding-left: 50px;
  }
  html .page .inset-xs-left-80 {
    padding-left: 80px;
  }
  html .page .inset-xs-left-93 {
    padding-left: 93px;
  }
  html .page .inset-xs-left-100 {
    padding-left: 100px;
  }
  html .page .inset-xs-left-115 {
    padding-left: 115px;
  }
}
@media (min-width: 768px) {
  html .page .inset-sm-left-0 {
    padding-left: 0;
  }
  html .page .inset-sm-left-15 {
    padding-left: 15px;
  }
  html .page .inset-sm-left-20 {
    padding-left: 20px;
  }
  html .page .inset-sm-left-30 {
    padding-left: 30px;
  }
  html .page .inset-sm-left-40 {
    padding-left: 40px;
  }
  html .page .inset-sm-left-50 {
    padding-left: 50px;
  }
  html .page .inset-sm-left-80 {
    padding-left: 80px;
  }
  html .page .inset-sm-left-93 {
    padding-left: 93px;
  }
  html .page .inset-sm-left-100 {
    padding-left: 100px;
  }
  html .page .inset-sm-left-115 {
    padding-left: 115px;
  }
}
@media (min-width: 992px) {
  html .page .inset-md-left-0 {
    padding-left: 0;
  }
  html .page .inset-md-left-15 {
    padding-left: 15px;
  }
  html .page .inset-md-left-20 {
    padding-left: 20px;
  }
  html .page .inset-md-left-30 {
    padding-left: 30px;
  }
  html .page .inset-md-left-40 {
    padding-left: 40px;
  }
  html .page .inset-md-left-50 {
    padding-left: 50px;
  }
  html .page .inset-md-left-80 {
    padding-left: 80px;
  }
  html .page .inset-md-left-93 {
    padding-left: 93px;
  }
  html .page .inset-md-left-100 {
    padding-left: 100px;
  }
  html .page .inset-md-left-115 {
    padding-left: 115px;
  }
}
@media (min-width: 1200px) {
  html .page .inset-lg-left-0 {
    padding-left: 0;
  }
  html .page .inset-lg-left-15 {
    padding-left: 15px;
  }
  html .page .inset-lg-left-20 {
    padding-left: 20px;
  }
  html .page .inset-lg-left-30 {
    padding-left: 30px;
  }
  html .page .inset-lg-left-40 {
    padding-left: 40px;
  }
  html .page .inset-lg-left-50 {
    padding-left: 50px;
  }
  html .page .inset-lg-left-80 {
    padding-left: 80px;
  }
  html .page .inset-lg-left-93 {
    padding-left: 93px;
  }
  html .page .inset-lg-left-100 {
    padding-left: 100px;
  }
  html .page .inset-lg-left-115 {
    padding-left: 115px;
  }
}
@media (min-width: 1800px) {
  html .page .inset-xl-left-0 {
    padding-left: 0;
  }
  html .page .inset-xl-left-15 {
    padding-left: 15px;
  }
  html .page .inset-xl-left-20 {
    padding-left: 20px;
  }
  html .page .inset-xl-left-30 {
    padding-left: 30px;
  }
  html .page .inset-xl-left-40 {
    padding-left: 40px;
  }
  html .page .inset-xl-left-50 {
    padding-left: 50px;
  }
  html .page .inset-xl-left-80 {
    padding-left: 80px;
  }
  html .page .inset-xl-left-93 {
    padding-left: 93px;
  }
  html .page .inset-xl-left-100 {
    padding-left: 100px;
  }
  html .page .inset-xl-left-115 {
    padding-left: 115px;
  }
}
html .page .inset-right-0 {
  padding-right: 0;
}
html .page .inset-right-15 {
  padding-right: 15px;
}
html .page .inset-right-20 {
  padding-right: 20px;
}
html .page .inset-right-30 {
  padding-right: 30px;
}
html .page .inset-right-40 {
  padding-right: 40px;
}
html .page .inset-right-50 {
  padding-right: 50px;
}
html .page .inset-right-80 {
  padding-right: 80px;
}
html .page .inset-right-93 {
  padding-right: 93px;
}
html .page .inset-right-100 {
  padding-right: 100px;
}
html .page .inset-right-115 {
  padding-right: 115px;
}
@media (min-width: 480px) {
  html .page .inset-xs-right-0 {
    padding-right: 0;
  }
  html .page .inset-xs-right-15 {
    padding-right: 15px;
  }
  html .page .inset-xs-right-20 {
    padding-right: 20px;
  }
  html .page .inset-xs-right-30 {
    padding-right: 30px;
  }
  html .page .inset-xs-right-40 {
    padding-right: 40px;
  }
  html .page .inset-xs-right-50 {
    padding-right: 50px;
  }
  html .page .inset-xs-right-80 {
    padding-right: 80px;
  }
  html .page .inset-xs-right-93 {
    padding-right: 93px;
  }
  html .page .inset-xs-right-100 {
    padding-right: 100px;
  }
  html .page .inset-xs-right-115 {
    padding-right: 115px;
  }
}
@media (min-width: 768px) {
  html .page .inset-sm-right-0 {
    padding-right: 0;
  }
  html .page .inset-sm-right-15 {
    padding-right: 15px;
  }
  html .page .inset-sm-right-20 {
    padding-right: 20px;
  }
  html .page .inset-sm-right-30 {
    padding-right: 30px;
  }
  html .page .inset-sm-right-40 {
    padding-right: 40px;
  }
  html .page .inset-sm-right-50 {
    padding-right: 50px;
  }
  html .page .inset-sm-right-80 {
    padding-right: 80px;
  }
  html .page .inset-sm-right-93 {
    padding-right: 93px;
  }
  html .page .inset-sm-right-100 {
    padding-right: 100px;
  }
  html .page .inset-sm-right-115 {
    padding-right: 115px;
  }
}
@media (min-width: 992px) {
  html .page .inset-md-right-0 {
    padding-right: 0;
  }
  html .page .inset-md-right-15 {
    padding-right: 15px;
  }
  html .page .inset-md-right-20 {
    padding-right: 20px;
  }
  html .page .inset-md-right-30 {
    padding-right: 30px;
  }
  html .page .inset-md-right-40 {
    padding-right: 40px;
  }
  html .page .inset-md-right-50 {
    padding-right: 50px;
  }
  html .page .inset-md-right-80 {
    padding-right: 80px;
  }
  html .page .inset-md-right-93 {
    padding-right: 93px;
  }
  html .page .inset-md-right-100 {
    padding-right: 100px;
  }
  html .page .inset-md-right-115 {
    padding-right: 115px;
  }
}
@media (min-width: 1200px) {
  html .page .inset-lg-right-0 {
    padding-right: 0;
  }
  html .page .inset-lg-right-15 {
    padding-right: 15px;
  }
  html .page .inset-lg-right-20 {
    padding-right: 20px;
  }
  html .page .inset-lg-right-30 {
    padding-right: 30px;
  }
  html .page .inset-lg-right-40 {
    padding-right: 40px;
  }
  html .page .inset-lg-right-50 {
    padding-right: 50px;
  }
  html .page .inset-lg-right-80 {
    padding-right: 80px;
  }
  html .page .inset-lg-right-93 {
    padding-right: 93px;
  }
  html .page .inset-lg-right-100 {
    padding-right: 100px;
  }
  html .page .inset-lg-right-115 {
    padding-right: 115px;
  }
}
@media (min-width: 1800px) {
  html .page .inset-xl-right-0 {
    padding-right: 0;
  }
  html .page .inset-xl-right-15 {
    padding-right: 15px;
  }
  html .page .inset-xl-right-20 {
    padding-right: 20px;
  }
  html .page .inset-xl-right-30 {
    padding-right: 30px;
  }
  html .page .inset-xl-right-40 {
    padding-right: 40px;
  }
  html .page .inset-xl-right-50 {
    padding-right: 50px;
  }
  html .page .inset-xl-right-80 {
    padding-right: 80px;
  }
  html .page .inset-xl-right-93 {
    padding-right: 93px;
  }
  html .page .inset-xl-right-100 {
    padding-right: 100px;
  }
  html .page .inset-xl-right-115 {
    padding-right: 115px;
  }
}
.inset-left-7p {
  padding-left: 7%;
}
.inset-right-7p {
  padding-right: 7%;
}
.inset-left-11p {
  padding-left: 11%;
}
.inset-right-11p {
  padding-right: 11%;
}
html .page .offset-top-0 {
  margin-top: 0;
}
html .page .offset-top-4 {
  margin-top: 4px;
}
html .page .offset-top-10 {
  margin-top: 10px;
}
html .page .offset-top-14 {
  margin-top: 14px;
}
html .page .offset-top-20 {
  margin-top: 20px;
}
html .page .offset-top-24 {
  margin-top: 24px;
}
html .page .offset-top-30 {
  margin-top: 30px;
}
html .page .offset-top-34 {
  margin-top: 34px;
}
html .page .offset-top-41 {
  margin-top: 41px;
}
html .page .offset-top-50 {
  margin-top: 50px;
}
html .page .offset-top-66 {
  margin-top: 66px;
}
html .page .offset-top-98 {
  margin-top: 98px;
}
html .page .offset-top-110 {
  margin-top: 110px;
}
html .page .offset-top-124 {
  margin-top: 124px;
}
html .page .offset-bottom-4 {
  margin-bottom: 4px;
}
html .page .offset-bottom-24 {
  margin-bottom: 24px;
}
html .page .offset-bottom-34 {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  html .page .offset-xs-top-0 {
    margin-top: 0;
  }
  html .page .offset-xs-top-4 {
    margin-top: 4px;
  }
  html .page .offset-xs-top-10 {
    margin-top: 10px;
  }
  html .page .offset-xs-top-14 {
    margin-top: 14px;
  }
  html .page .offset-xs-top-20 {
    margin-top: 20px;
  }
  html .page .offset-xs-top-24 {
    margin-top: 24px;
  }
  html .page .offset-xs-top-30 {
    margin-top: 30px;
  }
  html .page .offset-xs-top-34 {
    margin-top: 34px;
  }
  html .page .offset-xs-top-41 {
    margin-top: 41px;
  }
  html .page .offset-xs-top-50 {
    margin-top: 50px;
  }
  html .page .offset-xs-top-66 {
    margin-top: 66px;
  }
  html .page .offset-xs-top-98 {
    margin-top: 98px;
  }
  html .page .offset-xs-top-110 {
    margin-top: 110px;
  }
  html .page .offset-xs-top-124 {
    margin-top: 124px;
  }
}
@media (min-width: 768px) {
  html .page .offset-sm-top-0 {
    margin-top: 0;
  }
  html .page .offset-sm-top-4 {
    margin-top: 4px;
  }
  html .page .offset-sm-top-10 {
    margin-top: 10px;
  }
  html .page .offset-sm-top-14 {
    margin-top: 14px;
  }
  html .page .offset-sm-top-20 {
    margin-top: 20px;
  }
  html .page .offset-sm-top-24 {
    margin-top: 24px;
  }
  html .page .offset-sm-top-30 {
    margin-top: 30px;
  }
  html .page .offset-sm-top-34 {
    margin-top: 34px;
  }
  html .page .offset-sm-top-41 {
    margin-top: 41px;
  }
  html .page .offset-sm-top-50 {
    margin-top: 50px;
  }
  html .page .offset-sm-top-66 {
    margin-top: 66px;
  }
  html .page .offset-sm-top-98 {
    margin-top: 98px;
  }
  html .page .offset-sm-top-110 {
    margin-top: 110px;
  }
  html .page .offset-sm-top-124 {
    margin-top: 124px;
  }
}
@media (min-width: 992px) {
  html .page .offset-md-top-0 {
    margin-top: 0;
  }
  html .page .offset-md-top-4 {
    margin-top: 4px;
  }
  html .page .offset-md-top-10 {
    margin-top: 10px;
  }
  html .page .offset-md-top-14 {
    margin-top: 14px;
  }
  html .page .offset-md-top-20 {
    margin-top: 20px;
  }
  html .page .offset-md-top-24 {
    margin-top: 24px;
  }
  html .page .offset-md-top-30 {
    margin-top: 30px;
  }
  html .page .offset-md-top-34 {
    margin-top: 34px;
  }
  html .page .offset-md-top-41 {
    margin-top: 41px;
  }
  html .page .offset-md-top-50 {
    margin-top: 50px;
  }
  html .page .offset-md-top-66 {
    margin-top: 66px;
  }
  html .page .offset-md-top-98 {
    margin-top: 98px;
  }
  html .page .offset-md-top-110 {
    margin-top: 110px;
  }
  html .page .offset-md-top-124 {
    margin-top: 124px;
  }
}
.table {
  text-align: left;
}
.table tr td:first-child {
  font-weight: 700;
}
.table th tbody,
.table td tbody {
  padding: 8px 18px;
}
@media (min-width: 992px) {
  .table th:nth-child(n+2),
  .table td:nth-child(n+2) {
    padding-left: 56px;
  }
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-striped tbody tr:first-child {
  background-color: transparent;
}
.table-striped tbody tr:first-child th {
  border-top: none;
  border-bottom: 2px solid #d9d9d9;
}
/** 2.51 Product */
.product-title,
.search-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.search-title {
  font-size: 20px;
}
.product-subtitle {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-top: 5px;
}
.product-subtitle small {
  font-size: 12px;
}
.product-price {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.product-price a i {
  font-size: 14px;
  color: #00a9ff;
}
.product-actions a {
  border: 1px solid #ccc;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  text-align: center;
}
.product-actions a .icon {
  font-size: 20px;
  line-height: 40px;
}
.product-actions .sharethis-inline-share-buttons {
  text-align: left !important;
}
.product-actions .st-btn {
  display: inline-block !important;
  margin-top: 5px;
}
/** 2.52 Badges Addons */
.badge {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1;
}
.nav-pills > li > a > .badge {
  margin-left: 5px;
  margin-bottom: 3px;
}
/** 2.54 Context Styling */
.context-dark,
.context-dark .form-label,
.context-dark .form-label-outside.focus,
.context-dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered,
.context-dark .select2-container--bootstrap .select2-selection,
.context-dark h1,
.context-dark h2,
.context-dark h3,
.context-dark h4,
.context-dark h5,
.context-dark h6,
.context-dark .form-group > .form-control {
  color: #fff;
}
.context-dark .form-group > .form-control::-webkit-input-placeholder,
.context-dark .form-group > .form-control::-moz-placeholder,
.context-dark .form-group > .form-control:-ms-input-placeholder,
.context-dark .form-group > .form-control:-moz-placeholder {
  color: #fff;
}
.context-dark .form-label.auto-fill {
  color: #212121;
}
.context-dark .form-control {
  border: 2px solid #fff;
}
.responsive-tabs-dashed {
  width: 100%;
}
.context-dark .responsive-tabs-dashed .resp-tabs-container .form-control,
.context-dark .responsive-tabs-dashed .resp-tabs-container span.select2-selection.select2-selection--single,
.context-dark .responsive-tabs-dashed .resp-tabs-container .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #434345;
  font-size: 15px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .context-dark .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:before {
    background-color: #fff;
  }
}
.context-dark .btn-default .context-dark .pagination-classic > li + li:not(:last-child) > a .pagination-classic > li + li:not(:last-child) > span,
.context-dark .pagination-classic > li + li:not(:last-child) > span {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.context-dark .btn-default:focus,
.context-dark .pagination-classic > li + li:not(:last-child) > a:focus,
.context-dark .pagination-classic > li + li:not(:last-child) > span:focus,
.context-dark .btn-default.focus,
.context-dark .pagination-classic > li + li:not(:last-child) > a.focus,
.context-dark .pagination-classic > li + li:not(:last-child) > span.focus,
.context-dark .btn-default:hover,
.context-dark .pagination-classic > li + li:not(:last-child) > a:hover,
.context-dark .pagination-classic > li + li:not(:last-child) > span:hover,
.context-dark .btn-default:active,
.context-dark .pagination-classic > li + li:not(:last-child) > a:active,
.context-dark .pagination-classic > li + li:not(:last-child) > span:active,
.context-dark .btn-default.active,
.context-dark .pagination-classic > li + li:not(:last-child) > a.active,
.context-dark .pagination-classic > li + li:not(:last-child) > span.active,
.open > .context-dark .btn-default.dropdown-toggle,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle {
  color: #434345;
  background-color: #fff;
  border-color: #fff;
}
.context-dark .btn-default:active,
.context-dark .pagination-classic > li + li:not(:last-child) > a:active,
.context-dark .pagination-classic > li + li:not(:last-child) > span:active,
.context-dark .btn-default.active,
.context-dark .pagination-classic > li + li:not(:last-child) > a.active,
.context-dark .pagination-classic > li + li:not(:last-child) > span.active,
.open > .context-dark .btn-default.dropdown-toggle,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.context-dark .btn-default:active:hover,
.context-dark .pagination-classic > li + li:not(:last-child) > a:active:hover,
.context-dark .pagination-classic > li + li:not(:last-child) > span:active:hover,
.context-dark .btn-default:active:focus,
.context-dark .pagination-classic > li + li:not(:last-child) > a:active:focus,
.context-dark .pagination-classic > li + li:not(:last-child) > span:active:focus,
.context-dark .btn-default:active.focus,
.context-dark .pagination-classic > li + li:not(:last-child) > a:active.focus,
.context-dark .pagination-classic > li + li:not(:last-child) > span:active.focus,
.context-dark .btn-default.active:hover,
.context-dark .pagination-classic > li + li:not(:last-child) > a.active:hover,
.context-dark .pagination-classic > li + li:not(:last-child) > span.active:hover,
.context-dark .btn-default.active:focus,
.context-dark .pagination-classic > li + li:not(:last-child) > a.active:focus,
.context-dark .pagination-classic > li + li:not(:last-child) > span.active:focus,
.context-dark .btn-default.active.focus,
.context-dark .pagination-classic > li + li:not(:last-child) > a.active.focus,
.context-dark .pagination-classic > li + li:not(:last-child) > span.active.focus,
.open > .context-dark .btn-default.dropdown-toggle:hover,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle:hover,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle:hover,
.open > .context-dark .btn-default.dropdown-toggle:focus,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle:focus,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle:focus,
.open > .context-dark .btn-default.dropdown-toggle.focus,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > a.dropdown-toggle.focus,
.open > .context-dark .pagination-classic > li + li:not(:last-child) > span.dropdown-toggle.focus {
  color: #434345;
  background-color: #fff;
  border-color: #fff;
}
.context-dark .btn-default.disabled,
.context-dark .pagination-classic > li + li:not(:last-child) > a.disabled,
.context-dark .pagination-classic > li + li:not(:last-child) > span.disabled,
.context-dark .btn-default[disabled],
.context-dark .pagination-classic > li + li:not(:last-child) > a[disabled],
.context-dark .pagination-classic > li + li:not(:last-child) > span[disabled],
fieldset[disabled] .context-dark .btn-default,
fieldset[disabled] .context-dark .pagination-classic > li + li:not(:last-child) > a,
fieldset[disabled] .context-dark .pagination-classic > li + li:not(:last-child) > span {
  pointer-events: none;
  opacity: .5;
}
.context-dark .btn-default .badge,
.context-dark .pagination-classic > li + li:not(:last-child) > a .badge,
.context-dark .pagination-classic > li + li:not(:last-child) > span .badge {
  color: transparent;
  background-color: #fff;
}
.context-dark .has-error .form-validation {
  color: #fa8282;
}
.context-dark .rd-mailform .select2-container--bootstrap .select2-selection {
  border: 2px solid #fff !important;
  background: transparent !important;
}
@media (min-width: 768px) {
  .context-dark .form-label-outside.auto-fill {
    color: #fff;
  }
}
.bg-gray-base .form-control-impressed {
  background: #111111;
}
.responsive-tabs-dashed .resp-tabs-container .easy-autocomplete-container {
  max-height: 180px;
  overflow-y: scroll;
  width: auto;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.responsive-tabs-dashed .resp-tabs-container .easy-autocomplete-container ul li div.eac-item {
  color: #818181;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.responsive-tabs-dashed .resp-tabs-container .easy-autocomplete-container ul li div.eac-item b {
  color: #000;
}
/** 3 Plugins */
/** 3.1  RD Navbar */
/*
* @subsection   RD Navbar Mixins
* @description  Describes style declarations for RD Navbar Mixins
*/
.rd-navbar-wrap {
  height: 114px;
}
@media (max-width: 768px) {
  .rd-navbar-wrap {
    height: auto;
  }
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-top-panel.rd-navbar-static {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav > li > a,
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.rd-navbar {
  display: none;
  position: relative;
  z-index: 100;
  text-align: left;
}
.rd-navbar ul {
  list-style-type: none;
  margin-bottom: 5px;
  padding: 0;
}
.rd-navbar a {
  transition: .3s all ease;
}
.rd-navbar a.btn {
  font-size: 10px;
  color: #fff;
  padding: 5px 6px;
  line-height: 12px;
  background-color: #95d03a;
  border-color: #95d03a;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 10px;
}
.rd-navbar .responsive-tabs-classic {
  border-bottom: none;
}
.rd-navbar .responsive-tabs-classic .resp-tab-content + .resp-accordion {
  border-top: none;
}
.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.rd-navbar-fixed,
.rd-navbar-static {
  display: block;
}
.rd-navbar--no-transition,
.rd-navbar--no-transition * {
  transition: none !important;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 16;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel {
  height: 56px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  left: 4px;
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
  transform: rotate(180deg);
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after {
  top: 8px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:after,
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span {
  transform: rotate(360deg);
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:before,
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  transform: rotate3d(0, 0, 1, 40deg);
}
@media (min-width: 480px) {
  .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    position: fixed;
    top: 10px;
    left: 50%;
    width: auto;
  }
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel {
  background: #fff;
  box-shadow: 0 0 6px 0 #000;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after {
  background: #212121;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  bottom: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 15;
  transform: translateX(-105%);
  padding: 56px 10px 0;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-scroll {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.rd-navbar-top-panel.rd-navbar-fixed .form-search-wrap {
  margin-top: 30px;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #191919;
  background: #fff;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand img {
  max-height: 35px;
  width: auto;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav {
  padding: 0;
  margin-top: 15px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav > li:last-child {
  margin-bottom: 10px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li {
  float: none;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li + li {
  margin-top: 5px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav > li > a {
  cursor: pointer;
  display: block;
  padding: 8px 30px 8px 15px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav > li > a span {
  vertical-align: middle;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-label {
  margin-left: 5px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:before {
  content: "\f077";
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li .resp-tab-active > .resp-arrow:before {
  content: "\f078";
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu-toggle,
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  font-size: 24px;
  line-height: 40px;
  font-family: 'FontAwesome';
  transition: .3s all ease;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu-toggle:before,
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion .resp-arrow:before {
  content: "\f078";
  display: block;
  vertical-align: middle;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown {
  display: none;
  padding: 5px 0;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown.mega_menu {
  padding: 15px 10px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown > li > a {
  padding-left: 25px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown > li .rd-navbar-dropdown > li > a {
  padding-left: 35px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-dropdown > li .rd-navbar-dropdown > li .rd-navbar-dropdown > li > a {
  padding-left: 45px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown {
  display: block;
}
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-tabs-list {
  display: none;
}
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs ul {
  padding: 0;
}
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion {
  padding: 10px 30px 10px 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion {
  cursor: pointer;
  display: block;
}
.rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion span {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 20px;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li a:not(.text-primary),
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion {
  color: #212121;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion .resp-arrow {
  color: #434345;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover {
  background: #212121 !important;
  color: #fff;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion.resp-tab-active .resp-arrow,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li .responsive-tabs .resp-accordion:hover .resp-arrow {
  color: #fff;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened > a,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active > a {
  color: #fff;
  background: #212121;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-nav li.active > .rd-navbar-submenu-toggle {
  color: #fff;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li a {
  cursor: pointer;
  display: block;
  padding: 8px 30px 8px 15px;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed ul.rd-navbar-dropdown > li > a {
  color: #212121;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: #444;
  font-size: 22px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav:before,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav:after {
  content: " ";
  display: table;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav:after {
  clear: both;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li {
  float: left;
  position: relative;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  margin-top: 4px;
  transition: .3s all ease;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a:after {
  background: linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a > .rd-navbar-label {
  position: absolute;
  margin: -10px 0 0 -15px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.active > a:after,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.focus > a:after,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a:hover:after {
  left: 0;
  width: 100%;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.rd-navbar--has-megamenu {
  position: static;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 40px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown {
  opacity: 1;
  visibility: visible;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a {
  color: #212121;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 240px;
  visibility: hidden;
  transition: .3s all ease;
  text-align: left;
  opacity: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-top: 1px solid #ffa200;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  left: 100%;
  top: -1px;
  margin: 0;
  z-index: 2;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown.rd-navbar-open-left .rd-navbar-dropdown {
  right: 100%;
  left: auto;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > .rd-navbar-submenu > .rd-navbar-dropdown.rd-navbar-open-left {
  right: 0;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown {
  margin-top: 26px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li {
  position: relative;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li > a {
  display: block;
  padding: 8px 30px 8px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li > a > span {
  vertical-align: middle;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li .rd-navbar-label {
  margin-left: 5px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 13px;
  font-size: 22px;
  font-family: "FontAwesome";
  line-height: 34px;
  content: "\f105";
  transform: translateY(-50%);
  transition: .3s all ease;
}
.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list:before {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  top: 100%;
  border-bottom: 1px solid transparent;
}
.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li:before {
  display: none;
}
.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active,
.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:before {
  color: #42B574;
  background-image: -webkit-linear-gradient(0deg, #ffa200 0%, #84c450 100%);
}
.rd-navbar-top-panel.rd-navbar-static .responsive-tabs .resp-tabs-list li.resp-tab-active:hover {
  color: #ffa200;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown {
  background: #fff;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li.rd-navbar--has-dropdown:after {
  color: #434345;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li > a {
  color: #434345;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover > a {
  color: #fff;
  background: #191919;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li:hover:after {
  color: #fff;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list:before {
  border-color: #d9d9d9;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li {
  color: #9b9b9b;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active,
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:before {
  color: #ffa200;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li.resp-tab-active:hover {
  color: #ffa200;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown .responsive-tabs .resp-tabs-list li:hover {
  color: #212121;
}
.rd-navbar-static.rd-navbar-top-panel .right-side {
  float: right;
}
.rd-navbar-static.rd-navbar-top-panel .left-side {
  float: left;
}
.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-panel {
  border-bottom: 1px solid transparent;
}
.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-links > li {
  display: inline-block;
}
.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-links > li + li {
  margin-left: 36px;
}
.rd-navbar-static.rd-navbar-top-panel .contact-info > span + span {
  margin-left: 70px;
}
.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-panel-toggle {
  display: none;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle {
  position: fixed;
  z-index: 17;
  top: 4px;
  right: 4px;
  background: none;
  border: none;
  outline: none;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #212121;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span,
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:before,
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:after {
  transition: .3s all ease;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:before,
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rd-navbar-static.rd-navbar-top-panel .dropdown {
  display: none;
}
.rd-navbar-fixed.rd-navbar-top-panel .dropdown.open {
  display: block;
}
.rd-navbar-fixed.rd-navbar-top-panel .dropdown.open .sharethis-inline-share-buttons {
  text-align: left !important;
}
.rd-navbar-fixed.rd-navbar-top-panel .dropdown.open .sharethis-inline-share-buttons .st-btn {
  display: inline-block !important;
  margin-top: 5px;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle:focus,
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle:active {
  outline: none;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel {
  position: fixed;
  right: 4px;
  top: 50px;
  width: 250px;
  padding: 20px;
  z-index: 17;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel > * {
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel:before {
  content: '';
  position: absolute;
  top: -22%;
  right: -22%;
  width: 0;
  height: 0;
  transition: all .3s ease;
  border-radius: 50%;
  z-index: -1;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel.active {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel.active > * {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease .2s;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel.active:before {
  height: 150%;
  width: 150%;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-links {
  margin-bottom: 10px;
}
.rd-navbar-fixed.rd-navbar-top-panel .contact-info > span {
  display: block;
  margin-bottom: 5px;
}
.rd-navbar-fixed.rd-navbar-top-panel .contact-info span + span {
  margin: 0;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown.mega_menu {
  width: 700px;
  left: -100px;
  padding: 15px;
  font-size: 14px;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown.mega_menu b {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown.mega_menu a {
  display: block;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown.mega_menu a:hover {
  color: #ff7e00 !important;
}
.rd-navbar-top-panel .contact-info .icon {
  font-size: 28px;
  margin-right: 12px;
  line-height: 1;
  vertical-align: middle;
}
.rd-navbar-fixed.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-panel:before {
  background: #fff;
}
.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-links a {
  color: #9b9b9b;
}
.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-links a:hover {
  color: #ffa200;
}
.rd-navbar-top-panel.rd-navbar-light .contact-info {
  color: #212121;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  position: fixed;
  top: 11px;
  left: 50%;
  margin-left: -55px;
}
.rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-search {
  display: none;
}
.rd-navbar-top-panel.rd-navbar-static .wishlist-link {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.rd-navbar-top-panel.rd-navbar-static .wishlist-link .wishlist-count {
  display: inline-block;
  position: absolute;
  color: #fff;
  width: 27px;
  height: 16px;
  text-align: center;
  top: 7px;
  left: 0px;
  font-size: 11px;
}
.rd-navbar-top-panel.rd-navbar-fixed .wishlist-count-mobile {
  position: fixed;
  display: inline-block;
  top: 9px;
  right: 50px;
  padding: 3px;
}
.rd-navbar-top-panel.rd-navbar-fixed .wishlist-count-mobile small {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-panel .wishlist-count-mobile {
  display: none !important;
}
.rd-navbar-top-panel.rd-navbar-fixed .flag {
  position: fixed;
  top: 13px;
  right: 10px;
}
@media (min-width: 480px) {
  .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand {
    display: none;
  }
  .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    transform: translateX(-50%);
  }
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-mobile-brand {
  display: none;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel {
  padding-bottom: 10px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel:before,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel:after {
  content: " ";
  display: table;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel:after {
  clear: both;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-brand {
  float: left;
  position: relative;
  margin-left: 0;
  margin-top: -30px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-brand img {
  width: 210px;
}
.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand {
  margin-top: 0;
}
.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img {
  width: 130px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-menu-wrap {
  float: right;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle {
  display: none;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner {
  transition: .3s all ease;
  position: relative;
  text-align: left;
  padding: 10px 0 14px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner:before,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner:after {
  content: " ";
  display: table;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner:after {
  clear: both;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner.active .rd-navbar-panel {
  opacity: 0;
  visibility: hidden;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-panel,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-cart-wrap {
  transition: .3s all ease;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap {
  margin-top: 10px;
  display: inline-block;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap:before,
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap:after {
  content: " ";
  display: table;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap:after {
  clear: both;
}
@media (min-width: 1200px) and (max-width: 1230px) {
  .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li:last-child > a > .rd-navbar-label {
    margin-left: -30px;
  }
}
.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck {
  margin-top: 0;
  width: 100%;
  padding: 0;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}
.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-top-panel {
  display: none;
}
.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown {
  margin-top: 26px;
}
.rd-navbar-top-panel.rd-navbar-light {
  background: #fff;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {
  background: #fff;
}
/** 3.4  RD Search */
.search_list {
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
}
.result-item {
  padding-left: 20px;
  list-style-type: decimal;
  margin-left: 20px;
  color: #9b9b9b;
}
.result-item > * {
  color: #434345;
}
.result-item p {
  font-size: 16px;
}
.result-item + .result-item {
  margin-top: 41px;
}
@media (min-width: 768px) {
  .result-item {
    padding-left: 40px;
  }
}
.search_title {
  color: #191919;
}
.search {
  background: #ffa200;
}
/** 3.8  Swiper Slider */
.swiper-container {
  height: 91vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-infobox {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  content: "";
  display: inline-block;
  background-color: rgba(25, 25, 25, 0.5);
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(25, 25, 25, 0.2);
  transition: 1.2s;
  transition-delay: 0.6s;
  z-index: 1;
}
.swiper-slide .rd-video.rd-video-bg {
  height: 100%;
  z-index: auto;
}
.swiper-slide .swiper-caption {
  position: relative;
  z-index: 9;
}
.swiper-slide-active:after {
  background: rgba(25, 25, 25, 0.6);
}
.swiper-container .no-transition {
  transition: 0s;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  display: block;
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 30px;
  line-height: 46px;
  font-size: 22px;
  z-index: 10;
  cursor: pointer;
  color: #333;
}
.swiper-button-prev {
  left: 10px;
  text-align: left;
}
.swiper-button-prev::before {
  font-weight: 400;
  font-family: 'FontAwesome';
  content: "\f060";
}
.swiper-button-next {
  right: 10px;
  text-align: right;
}
.swiper-button-next::before {
  font-weight: 400;
  font-family: 'FontAwesome';
  content: "\f061";
}
/* Pagination Styles */
.swiper-pagination {
  display: block;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}
.swiper-slide {
  height: 100%;
  background-position: center;
}
@media (min-width: 1200px) {
  .swiper-slide-caption {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .swiper-slide h1 {
    font-size: 32px;
  }
  .swiper-slide h2 {
    font-size: 28px;
  }
  .swiper-slide h3 {
    font-size: 24px;
  }
  .swiper-slide h4 {
    font-size: 20px;
  }
  .swiper-slide h5 {
    font-size: 18px;
  }
  .swiper-slide .btn,
  .swiper-slide .pagination-classic > li > a,
  .swiper-slide .pagination-classic > li > span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  .swiper-slide h1 {
    font-size: 2.35vw;
  }
}
.swiper-slide-overlay-disable:after {
  display: none;
}
@media (max-width: 991px) {
  .swiper-slide-overlay-disable {
    background-position: right center;
  }
}
.swiper-button {
  width: 60px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.swiper-button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button:after {
  position: absolute;
  top: calc(49%);
  width: 30px;
  height: 2px;
  background: #FFF;
  content: '';
  transition: width 0.3s 0.2s;
  -webkit-backface-visibility: hidden;
  /* needed because of Chrome bug with prefixed calc */
  backface-visibility: hidden;
}
.swiper-button.swiper-button-next {
  right: 23px;
}
.swiper-button.swiper-button-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #fff;
  right: 0;
}
.swiper-button.swiper-button-next:after {
  right: 13px;
}
.swiper-button.swiper-button-next .preview {
  right: 40px;
}
.swiper-button.swiper-button-next .preview:after {
  content: 'Next';
  text-align: right;
  transform: translateX(-125%);
}
.swiper-button.swiper-button-prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13px 8px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
}
.swiper-button.swiper-button-prev:after {
  left: 13px;
}
.swiper-button.swiper-button-prev .preview {
  left: 40px;
}
.swiper-button.swiper-button-prev .preview:after {
  content: 'Previous';
  transform: translateX(125%);
}
.swiper-button.swiper-button-prev .preview__img {
  float: left;
}
.swiper-button.swiper-button-prev .preview__img:first-child {
  width: 32px;
  height: 32px;
}
.swiper-button.swiper-button-prev .preview__img:nth-child(2) {
  width: 48px;
  height: 48px;
}
.swiper-button.swiper-button-prev .preview__img:nth-child(3) {
  width: 64px;
  height: 64px;
}
.swiper-button .preview {
  position: absolute;
  top: -25%;
  display: flex;
  align-items: flex-end;
  width: 170px;
  pointer-events: none;
}
.swiper-button .preview__img {
  margin: 0 5px;
  opacity: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0px -1px 0 rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  transform: scale(0.3);
}
.swiper-button .preview__img:first-child {
  width: 64px;
  height: 64px;
}
.swiper-button .preview__img:nth-child(2) {
  width: 48px;
  height: 48px;
}
.swiper-button .preview__img:nth-child(3) {
  width: 32px;
  height: 32px;
}
.swiper-button .preview:after {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 20px 5px 0;
  width: 100%;
  color: #FFF;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0;
  transition: 0.3s;
}
.lt-ie10 #nav-multithumb .preview__img {
  display: none;
}
.desktop .swiper-button {
  display: none;
}
.desktop .swiper-button:hover {
  width: 200px;
}
.desktop .swiper-button:hover:after {
  width: 200px;
  transition-delay: 0s;
}
.desktop .swiper-button:hover .preview {
  pointer-events: auto;
}
.desktop .swiper-button:hover .preview:after {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translateX(0%);
}
.desktop .swiper-button:hover .preview__img {
  opacity: 1;
  transform: scale(1);
  background-size: cover;
  float: left;
}
.desktop .swiper-button:hover .preview__img:first-child {
  transition-delay: 0.3s;
}
.desktop .swiper-button:hover .preview__img:nth-child(2) {
  transition-delay: 0.35s;
}
.desktop .swiper-button:hover .preview__img:nth-child(3) {
  transition-delay: 0.4s;
}
.mobile .preview,
.tablet .preview {
  display: none;
}
.swiper-caption-wraper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  white-space: nowrap;
}
.swiper-caption-wraper h1 {
  padding-left: 15px;
  padding-right: 15px;
}
.swiper-caption-wraper .shell {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .swiper-caption-wraper:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-left: -4px;
  }
}
/** 3.9  Animate */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes pulse {
  0% {
    border-color: #d0372d;
    box-shadow: 0 0 2px 3px rgba(241, 143, 10, 0.7);
    background-color: #ffd670;
  }
  80% {
    border-color: #ABCC37;
    box-shadow: 0 0 0 0 rgba(230, 214, 100, 0);
    background-color: #fff;
  }
  100% {
    border-color: #ABCC37;
    box-shadow: 0 0 0 0 #e6d664;
    background-color: #fefefe;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
/** 3.12 Owl Carousel */
.owl-carousel {
  background-color: #000;
  min-height: 430px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  max-height: 433px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  background-color: #000;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel a {
  display: none;
}
.owl-carousel.owl-loaded a {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  height: 100px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.active {
  height: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  width: 75%;
  height: auto;
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
  min-height: 570px;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font: 400 40px/80px 'FontAwesome';
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:before {
  content: '\f144';
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel-classic {
  overflow: hidden;
}
.owl-carousel-classic .owl-prev,
.owl-carousel-classic .owl-next {
  position: absolute;
  top: 50%;
  transition: .3s;
  z-index: 1;
}
.owl-carousel-classic .owl-prev:before,
.owl-carousel-classic .owl-next:before {
  position: absolute;
  top: 30px;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  z-index: 1;
}
.owl-carousel-classic .owl-prev:after,
.owl-carousel-classic .owl-next:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 43px;
  border-color: transparent transparent transparent #fff;
}
.owl-carousel-classic .owl-prev {
  transform: translate(-100%, -50%);
}
.owl-carousel-classic .owl-prev,
.owl-carousel-classic .owl-prev:before {
  left: 0;
}
.owl-carousel-classic .owl-next {
  transform: translate(100%, -50%);
}
.owl-carousel-classic .owl-next,
.owl-carousel-classic .owl-next:before {
  right: 0;
}
.owl-carousel-classic .owl-next:after {
  transform: rotate(180deg);
}
.owl-carousel-classic:hover .owl-prev,
.owl-carousel-classic:hover .owl-next {
  transform: translate(0, -50%);
}
.owl-carousel-classic .owl-dots {
  margin-left: -8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.owl-carousel-classic .owl-dot {
  margin-left: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  background: #434345;
}
.owl-carousel-classic .owl-dot.active {
  background: #fff;
}
.owl-carousel-default .owl-prev,
.owl-carousel-default .owl-next {
  position: absolute;
  top: 50%;
  transition: .3s;
  z-index: 1;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #9b9b9b;
  color: #9b9b9b;
  opacity: .3;
}
.owl-carousel-default .owl-prev:hover,
.owl-carousel-default .owl-next:hover {
  opacity: 1;
}
.owl-carousel-default .owl-dots {
  margin-top: 30px;
  margin-left: -8px;
  line-height: 8px;
  text-align: center;
}
.owl-carousel-default .owl-dot {
  margin-left: 8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 50%;
  background: #434345;
}
.owl-carousel-default .owl-dot.active {
  background: #fff;
}
.owl-carousel-default .owl-next {
  right: 20px;
}
.owl-carousel-default .owl-prev {
  left: 20px;
}
.tablet .owl-carousel-default .owl-dots {
  display: block !important;
}
.tablet .owl-carousel-default .owl-nav {
  display: none !important;
}
.owl-carousel-class-light .owl-dot {
  transition: .3s all ease;
  background: #d9d9d9;
}
.owl-carousel-class-light .owl-dot.active,
.owl-carousel-class-light .owl-dot:hover {
  background: #ffa200;
}
.owl-carousel-dots-custom-style.owl-carousel-default .owl-dot:before {
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, #fff 0%, #fff 100%);
}
.owl-custom-pagination {
  display: none;
}
.owl-custom-pagination + .owl-carousel .owl-next,
.owl-custom-pagination + .owl-carousel .owl-prev {
  margin-top: -60px;
}
.owl-custom-pagination-variant-1 {
  padding-left: 6px;
}
.owl-custom-pagination-variant-1 .owl-dot-custom {
  width: 14px;
  height: 14px;
  background: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.35s all ease;
}
.owl-custom-pagination-variant-1 .owl-dot-custom:hover,
.owl-custom-pagination-variant-1 .owl-dot-custom.active {
  background: #55bbeb;
}
.owl-custom-pagination-variant-1 .owl-dot-custom.active {
  width: 18px;
  height: 18px;
  transform: translateY(2px);
}
.owl-custom-pagination-variant-1 .owl-dot-custom + .owl-dot-custom {
  margin-left: 18px;
}
.owl-customer-navigation {
  display: inline-block;
}
.owl-customer-navigation .owl-prev,
.owl-customer-navigation .owl-next {
  width: 24px;
  height: 24px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s;
  border: 1px solid #d9d9d9;
}
.owl-customer-navigation .owl-prev:hover,
.owl-customer-navigation .owl-next:hover {
  background: #212121;
  color: #fff;
  border-color: #212121;
}
.owl-carousel-testimonials-2 .owl-nav {
  display: inline-block;
  margin-top: 15px;
}
.owl-carousel-testimonials-2 .owl-next {
  margin-left: 6px;
}
.owl-carousel-testimonials-2 .owl-prev,
.owl-carousel-testimonials-2 .owl-next {
  display: inline-block;
  transition: .3s;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #d9d9d9;
  color: #434345;
  border-radius: 3px;
}
.owl-carousel-testimonials-2 .owl-prev:hover,
.owl-carousel-testimonials-2 .owl-next:hover {
  background: #212121;
  color: #fff;
  border-color: #212121;
}
.owl-carousel-testimonials-3 .owl-dots {
  margin-top: 20px;
  position: static;
  transform: none;
}
.owl-carousel-simple-quote .owl-dots {
  position: static;
  text-align: right;
  transform: none;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
.veil-owl-dots .owl-dots {
  display: none !important;
}
@media (min-width: 480px) {
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-xs-owl-dots .owl-dots {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
  .veil-sm-owl-dots .owl-dots {
    display: none !important;
  }
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
.reveal-owl-dots .owl-dots {
  display: block !important;
}
@media (min-width: 480px) {
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-xs-owl-dots .owl-dots {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-sm-owl-dots .owl-dots {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
  .reveal-md-owl-dots .owl-dots {
    display: block !important;
  }
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
.veil-owl-nav .owl-nav {
  display: none !important;
}
@media (min-width: 480px) {
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-xs-owl-nav .owl-nav {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
  .veil-sm-owl-nav .owl-nav {
    display: none !important;
  }
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
.reveal-owl-nav .owl-nav {
  display: block !important;
}
@media (min-width: 480px) {
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-xs-owl-nav .owl-nav {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-sm-owl-nav .owl-nav {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
  .reveal-md-owl-nav .owl-nav {
    display: block !important;
  }
}
/** 3.14 Photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 999999;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer:off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer:off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer:off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
[data-photo-swipe] [data-inner-html] iframe {
  pointer-events: none;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../images/photoswipe-controls.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../../images/photoswipe-controls.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
  display: none;
  pointer-events: none;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/** 3.15 Responsive Tabs */
.responsive-tabs .resp-accordion {
  position: relative;
  padding: 15px 20px 15px 2px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #9b9b9b;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  transition: color 0.2s ease-in;
}
.responsive-tabs .resp-accordion:hover {
  cursor: pointer;
  color: #434345;
}
.responsive-tabs .resp-accordion .resp-arrow {
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  width: 20px;
  font-family: "Material Design Icons";
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  transition: .2s;
}
.responsive-tabs .resp-accordion .resp-arrow:before {
  content: "";
}
.responsive-tabs .resp-accordion.resp-tab-active {
  color: #434345;
  display: none !important;
}
.responsive-tabs .resp-accordion.resp-tab-active .resp-arrow:before {
  content: "";
}
.responsive-tabs .resp-tab-content {
  padding: 2px 5px 17px 2px;
}
.responsive-tabs .resp-tabs-list {
  display: none;
  padding: 0;
  margin-bottom: 0;
}
.responsive-tabs .resp-tabs-list li {
  position: relative;
  display: inline-block;
  padding: 0 0 13px;
  font-size: 16px;
  font-weight: 700;
  color: #9b9b9b;
  text-transform: uppercase;
  list-style-type: none;
  cursor: pointer;
  transition: color 0.2s ease-in;
}
.responsive-tabs .resp-tabs-list li.resp-tab-active,
.responsive-tabs .resp-tabs-list li:hover {
  color: #434345;
}
.responsive-tabs.responsive-tabs-classic .resp-tab-content {
  display: none;
}
@media (min-width: 992px) {
  .responsive-tabs[data-type="horizontal"],
  .responsive-tabs[data-type="vertical"] {
    border-bottom: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tab-content + .resp-accordion,
  .responsive-tabs[data-type="vertical"] .resp-tab-content + .resp-accordion {
    border-top: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-accordion,
  .responsive-tabs[data-type="vertical"] .resp-accordion {
    display: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tabs-list,
  .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs[data-type="vertical"] {
    display: flex;
    flex: 0 1 auto;
    align-items: flex-start;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    text-align: left;
    flex-basis: 25%;
    max-width: 25%;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list li {
    display: block;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-list li + li {
    margin-left: 0;
  }
  .responsive-tabs[data-type="vertical"] .resp-tabs-container {
    flex-basis: 75%;
    max-width: 75%;
  }
}
.responsive-tabs-classic {
  border-bottom: 1px solid #d9d9d9;
}
.responsive-tabs-classic .resp-tab-content + .resp-accordion {
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .responsive-tabs-classic[data-type="vertical"],
  .responsive-tabs-classic[data-type="horizontal"] {
    border-bottom: none;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tab-content + .resp-accordion,
  .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content + .resp-accordion {
    border-top: none;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:before,
  .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #434345;
    content: '';
    transform: translateX(-50%);
    transition: .4s;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:before,
  .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li.resp-tab-active:before {
    width: 100%;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li + li,
  .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li + li {
    margin-left: 10px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tab-content,
  .responsive-tabs-classic[data-type="horizontal"] .resp-tab-content {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-classic[data-type="horizontal"] .resp-tabs-list li + li {
    margin-left: 33px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list {
    border-left: 1px solid #d9d9d9;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li {
    padding: 0 0 0 30px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li:before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    content: '';
    transform: translateY(-50%);
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li.resp-tab-active:before {
    height: 100%;
    width: 1px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tabs-list li + li {
    margin-left: 0;
    margin-top: 25px;
  }
  .responsive-tabs-classic[data-type="vertical"] .resp-tab-content {
    padding-top: 0;
  }
}
.responsive-tabs-boxed .resp-accordion {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  padding-left: 20px;
  padding-right: 40px;
}
.responsive-tabs-boxed .resp-accordion .resp-arrow {
  right: 20px;
}
.responsive-tabs-boxed .resp-tab-content {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.responsive-tabs-boxed .resp-tab-content + .resp-accordion {
  margin-top: 5px;
}
.responsive-tabs-boxed .resp-tab-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {
    font-size: 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li {
    position: relative;
    padding: 13px 20px;
    margin-bottom: -1px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #434345;
    text-transform: uppercase;
    background: #c4c4c4;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:last-child,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:last-child {
    border-right: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li:after,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    content: '';
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active {
    border-bottom-color: #fff;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active {
    background: #fff;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tabs-list li.resp-tab-active:after,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after {
    width: 0;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content + .resp-accordion,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content + .resp-accordion {
    margin-top: 0;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
    border-bottom: none;
    border-right: none;
  }
  .responsive-tabs-boxed[data-type="horizontal"] .resp-tab-content,
  .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
    padding: 44px 61px 40px 61px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .responsive-tabs-boxed[data-type="vertical"] {
    border-top: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list {
    margin: 0 0 0 -1px;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #d9d9d9;
  }
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li {
    border-top: 1px solid #d9d9d9;
    border-right: none;
  }
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:first-child {
    border-top: none;
  }
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:last-child {
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
  }
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li:after {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: -1px;
    width: 1px;
    border-right: 1px solid #fff;
    content: '';
  }
  .responsive-tabs-boxed[data-type="vertical"] .resp-tabs-list li.resp-tab-active:after {
    height: 102%;
  }
  .responsive-tabs-boxed[data-type="vertical"] .resp-tab-content {
    padding: 43px 43px 43px 60px;
    border-left: none;
  }
}
.responsive-tabs-dashed .resp-accordion {
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  padding: 10px 40px 10px 20px;
  background: #fff !important;
}
.responsive-tabs-dashed .resp-accordion .resp-arrow {
  top: 7px;
  right: 15px;
}
.responsive-tabs-dashed .resp-tab-content {
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
}
.responsive-tabs-dashed .resp-tab-content .form-control {
  background: #fff;
}
.responsive-tabs-dashed .resp-tab-content .form-label {
  color: #212121;
}
.responsive-tabs-dashed .resp-tab-content .form-label.focus {
  color: #ffa200;
}
.responsive-tabs-dashed .resp-tab-content .dropdowns {
  max-width: 49%;
}
@media (min-width: 992px) {
  .responsive-tabs-dashed .resp-tab-content .location {
    max-width: 340px;
  }
  .responsive-tabs-dashed .resp-tab-content .dropdowns {
    max-width: 160px;
  }
  .responsive-tabs-dashed .resp-tab-content .submit-btn {
    max-width: 155px;
  }
}
.responsive-tabs-dashed .resp-tabs-list > li {
  position: relative;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #9b9b9b;
  text-transform: uppercase;
}
.responsive-tabs-dashed .resp-tabs-list > li.resp-tab-active,
.responsive-tabs-dashed .resp-tabs-list > li:hover {
  color: #212121;
}
.responsive-tabs-dashed .resp-tabs-list > li + li {
  padding: 0;
  margin-left: 39px;
}
.responsive-tabs-dashed .resp-tabs-list > li + li:before {
  position: absolute;
  left: -20px;
  content: '';
  height: 100%;
  width: 1px;
  background: #9b9b9b;
}
.responsive-tabs-dashed .resp-tab-content + .resp-accordion {
  margin-top: 5px;
}
.responsive-tabs-dashed .resp-tab-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 992px) {
  .responsive-tabs-dashed .resp-tab-content {
    background: transparent;
    padding: 0;
    border: none;
  }
}
/** 3.16 RD Google Maps */
.rd-google-map {
  color: #212121;
}
.rd-google-map.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
}
.rd-google-map__model img {
  max-width: none !important;
}
.rd-google-map__model .map-info-box {
  display: none;
  margin-top: 10px;
  margin-right: 10px;
  max-width: 300px;
  background-color: #fff;
  font-size: 12px;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 12px;
  font-family: Helvetica, Arial, sans-serif;
}
.rd-google-map__model .map-search-box .easy-autocomplete {
  margin-top: 10px;
  width: 450px !important;
  text-align: left !important;
}
.rd-google-map__model .map-search-box .easy-autocomplete > input.pac-input {
  font-size: 12px !important;
  line-height: 22px !important;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-radius: 2px !important;
  padding: 6px 12px !important;
  border: none;
  height: auto !important;
  width: 100%;
}
.rd-google-map__model .add-zone-btn,
.rd-google-map__model .remove-zone-btn {
  position: absolute;
  z-index: 3;
  background-color: #ffffff;
  display: block;
  top: 0;
  left: 10px;
  text-align: center;
  color: #676767;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  border-radius: 2px;
  cursor: pointer;
  width: 29px;
  height: 29px;
  font-size: 16px;
  line-height: 28px;
}
.rd-google-map__model .add-zone-btn:hover,
.rd-google-map__model .remove-zone-btn:hover {
  color: #191919 !important;
}
.rd-google-map__model .remove-zone-btn {
  left: 52px;
  display: none;
  color: #ff0000;
}
.rd-google-map__model .marker {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 22px;
  text-align: center;
}
.rd-google-map__model .marker > b {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 6px;
  border-radius: 3px;
  border-color: rgba(220, 120, 16, 0.63);
  border-width: 1px !important;
  border-style: solid !important;
  font-size: 13px;
  color: #333;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;
}
.rd-google-map__model .marker > b .multiple {
  position: absolute;
  display: block;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  top: -5px;
  right: -5px;
  z-index: -1;
  border-radius: 3px;
  border-color: rgba(220, 120, 16, 0.63);
  border-width: 1px !important;
  border-style: solid !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;
}
.rd-google-map__model .marker > b:after,
.rd-google-map__model .marker > b:before,
.rd-google-map__model .infoBox:after,
.rd-google-map__model .infoBox:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rd-google-map__model .marker.saved > b {
  background-color: #FF7300 !important;
  color: #fff !important;
  border-color: #FF7300 !important;
}
.rd-google-map__model .marker.saved > b:before,
.rd-google-map__model .marker.saved > b:after {
  border-color: rgba(255, 115, 0, 0) !important;
  border-top-color: #FF7300 !important;
}
.rd-google-map__model .marker > b:after,
.rd-google-map__model .infoBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.rd-google-map__model .marker > b:before,
.rd-google-map__model .infoBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 7px;
  margin-left: -7px;
}
.rd-google-map__model .marker.visited > b {
  background-color: #dcdcdc;
}
.rd-google-map__model .marker.visited > b:after,
.rd-google-map__model .marker.visited > b:before {
  border-color: rgba(220, 220, 220, 0);
  border-top-color: #dcdcdc;
}
.rd-google-map__model .marker.focus > b {
  background-color: #000000 !important;
  color: #fff !important;
  border-color: #000000 !important;
}
.rd-google-map__model .marker.focus > b:after,
.rd-google-map__model .marker.focus > b:before {
  border-color: rgba(0, 0, 0, 0) !important;
  border-top-color: #000000 !important;
}
.rd-google-map__model .infoBox {
  padding: 0 !important;
  width: 260px !important;
  height: 330px;
  background-color: #ffffff;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px !important;
  border-style: solid !important;
  font-size: 13px;
  color: #212121;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;
}
.rd-google-map__model .infoBox .thumbnail-classic {
  min-height: 180px;
}
.rd-google-map__model .infoBox .frame a.close-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  z-index: 100;
  line-height: 24px;
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;
}
.rd-google-map__model .infoBox .frame .description {
  padding: 10px;
}
.rd-google-map__model .infoBox .frame .description h6 {
  margin: 0;
}
.rd-google-map__model .infoBox .frame .description p.price {
  color: #656567;
}
.rd-google-map__model .infoBox .btn {
  font-size: 11px;
  padding: 4px 10px;
}
/* Fix for markers click issue */
.rd-google-map__model .gm-style-moc {
  z-index: 0;
  display: none;
}
@media (max-width: 768px) {
  .rd-google-map__model {
    height: 350px;
  }
  .rd-google-map__model .map-search-box {
    margin-left: 10px;
    z-index: 2 !important;
    left: 0 !important;
    width: 80%;
  }
  .rd-google-map__model .map-search-box .easy-autocomplete {
    width: auto !important;
  }
  .rd-google-map__model .map-info-box {
    margin-top: 50px !important;
    left: 0;
    width: 70%;
    max-width: 100%;
    margin-left: 10px;
    opacity: .9;
  }
  .owl-carousel {
    min-height: 245px;
  }
  .owl-carousel .owl-item .owl-lazy {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .rd-google-map__model {
    height: 550px;
  }
}
.rd-google-map__model-mod-1,
.rd-google-map__model-mod-2 {
  height: 350px !important;
}
.rd-google-map__model-mod-1 img,
.rd-google-map__model-mod-2 img {
  max-width: none !important;
}
@media (min-width: 768px) {
  .rd-google-map__model-mod-1,
  .rd-google-map__model-mod-2 {
    height: 450px !important;
  }
}
.rd-google-map__locations {
  display: none;
}
.pac-container {
  z-index: 100000;
}
.pac-container:after {
  display: none !important;
}
.pac-container .pac-item {
  padding: 5px 11px 3px !important;
  cursor: pointer;
}
.pac-container .pac-item .pac-icon {
  margin-top: 6px !important;
}
/** 3.17 Select 2 */
.select2 {
  width: 100% !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
  margin: 5px 0;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 11px;
  font-size: 13px;
  transition: .3s;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--bootstrap {
  display: block;
}
.select2-container--bootstrap .select2-selection {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #212121;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #fff;
  outline: 0;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #212121;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  font-size: 13px;
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #a6a6ab;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #a6a6ab;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #a6a6ab;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #a6a6ab;
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #d9d9d9;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #ffa200;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #333;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 11px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -16px;
  padding-left: 32px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -32px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 64px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -64px;
  padding-left: 80px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -80px;
  padding-left: 96px;
}
.select2-container--bootstrap .select2-results__group {
  color: #9b9b9b;
  display: block;
  padding: 9px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #d9d9d9;
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #212121 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #212121;
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #d9d9d9;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #f5f5f5;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  border-color: #d9d9d9;
  overflow-x: hidden;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  text-align: left;
  height: 50px;
  line-height: 33px;
  padding: 9px 28px 9px 16px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 10px;
  top: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #666;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 18px;
  margin-top: -10px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #212121;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #a6a6ab;
  font-style: italic;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 50px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 28px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 5px 40px 5px 5px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #212121;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin: 5px 0 5px 10px;
  padding: 0 2px 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice.bg-info {
  padding: 0 6px;
  border: none;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 6px;
  height: 30px;
  line-height: 28px;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  margin-left: 4px;
  font-size: 18px;
  vertical-align: top;
  color: #666;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 9px;
}
.select2-container--bootstrap.input-sm,
.input-group-sm > .select2-container--bootstrap.form-control,
.input-group-sm > .select2-container--bootstrap.input-group-addon,
.input-group-sm > .input-group-btn > .select2-container--bootstrap.btn,
.pagination-classic.input-group-sm > li.input-group-btn > a.select2-container--bootstrap,
.pagination-classic.input-group-sm > li.input-group-btn > span.select2-container--bootstrap,
.select2-container--bootstrap.input-lg,
.input-group-lg > .select2-container--bootstrap.form-control,
.input-group-lg > .select2-container--bootstrap.input-group-addon,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
}
.select2-container--bootstrap.input-sm .select2-selection--single,
.input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single,
.input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
.pagination-classic.input-group-sm > li.input-group-btn > a.select2-container--bootstrap .select2-selection--single,
.pagination-classic.input-group-sm > li.input-group-btn > span.select2-container--bootstrap .select2-selection--single,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 15px;
  height: 40px;
  line-height: 1.5;
  padding: 7px 24px 7px 12px;
}
.select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b,
.input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.pagination-classic.input-group-sm > li.input-group-btn > a.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.pagination-classic.input-group-sm > li.input-group-btn > span.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -7px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple,
.input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple,
.input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
.pagination-classic.input-group-sm > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple,
.pagination-classic.input-group-sm > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 40px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice,
.input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.pagination-classic.input-group-sm > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.pagination-classic.input-group-sm > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 15px;
  line-height: 1.5;
  margin: 6px 0 0 6px;
  padding: 0 7px;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.pagination-classic.input-group-sm > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.pagination-classic.input-group-sm > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 12px;
  font-size: 15px;
  height: 38px;
  line-height: 1.5;
}
.select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear,
.input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.pagination-classic.input-group-sm > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.pagination-classic.input-group-sm > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 7px;
}
.select2-container--bootstrap.input-lg .select2-selection--single,
.input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single,
.input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap .select2-selection--single,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap .select2-selection--single,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 10px;
  font-size: 17px;
  height: 70px;
  line-height: 1.33333;
  padding: 17px 39px 17px 24px;
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow,
.input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow,
.input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b,
.input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -17px;
  margin-top: -2.5px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple,
.input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple,
.input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 70px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice,
.input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
.input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 4px;
  margin: 16px 0 0 12px;
  padding: 0 17px;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 24px;
  font-size: 17px;
  height: 68px;
  line-height: 1.33333;
}
.select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear,
.input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
.input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 17px;
}
.select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b,
.input-group-lg > .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.input-group-lg > .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.input-group-lg > .input-group-btn > .select2-container--bootstrap.select2-container--open.btn .select2-selection--single .select2-selection__arrow b,
.pagination-classic.input-group-lg > li.input-group-btn > a.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b,
.pagination-classic.input-group-lg > li.input-group-btn > span.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #212121 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #212121 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 28px;
  padding-right: 16px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 16px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 8px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ff7e00;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb266;
  border-color: #cc6500;
}
.has-warning.select2-drop-active {
  border-color: #cc6500;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #cc6500;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #e50a0a;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f85d5d;
  border-color: #b40808;
}
.has-error.select2-drop-active {
  border-color: #b40808;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #b40808;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #84c450;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bade9c;
  border-color: #6ba839;
}
.has-success.select2-drop-active {
  border-color: #6ba839;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #6ba839;
}
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .input-group-btn .pagination-classic > li > a,
.select2-bootstrap-append .input-group-btn .pagination-classic > li > span,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .pagination-classic > li > a,
.select2-bootstrap-prepend .input-group-btn .pagination-classic > li > span {
  vertical-align: top;
}
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
.rd-mailform .select2-container--bootstrap .select2-selection {
  border: 2px solid #848484;
}
.white-arrow .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
  color: #fff !important;
}
/** 3.27 Material Parallax */
/*
*
* Material Parallax
* --------------------------------------------------
*/
.parallax-container {
  position: relative;
  overflow: hidden;
}
.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
}
.ipad .material-parallax,
.iphone .material-parallax {
  background-attachment: scroll !important;
}
.material-parallax img {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  transform: translate3d(-50%, 0, 0);
}
.parallax-content {
  position: relative;
  z-index: 1;
  background-color: rgba(25, 25, 25, 0.55);
}
/** 3.28 Noty */
/*
*
* Noty
* --------------------------------------------------
*/
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50.5%)) translateZ(0) scale(1, 1);
}
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50.5%)) translateZ(0) scale(1, 1);
}
#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50.5%), calc(-50.5%)) translateZ(0) scale(1, 1);
}
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50.5%)) translateZ(0) scale(1, 1);
}
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50.5%)) translateZ(0) scale(1, 1);
}
.noty_progressbar {
  display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}
.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}
.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}
.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}
.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
  cursor: pointer;
}
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0;
}
.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__relax.noty_bar .noty_body {
  padding: 10px;
}
.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}
.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}
.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}
.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}
.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF;
}
.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred;
}
.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}
.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}
.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen;
}
.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E;
}
.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}
.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px .5em 10px;
}
.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}
.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}
.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}
.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}
.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}
.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}
.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}
.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}
.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}
.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}
.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}
.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}
.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: .4;
}
.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: .6;
}
.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}
.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  background: transparent;
}
.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit;
}
.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: .75rem 1.25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  background: transparent;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .75;
}
.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit;
}
.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}
.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em;
}
.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87);
}
.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}
.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}
.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}
.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}
.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}
.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}
.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}
.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}
.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}
.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}
.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: .4;
}
.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}
.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: .6;
}
.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}
.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__light.noty_bar .noty_body {
  padding: 10px;
}
.noty_theme__light.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px;
}
.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444;
}
.noty_theme__light.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200;
}
.noty_theme__light.noty_type__warning .noty_buttons {
  border-color: #dfaa30;
}
.noty_theme__light.noty_type__error {
  background-color: #ED7000;
  border: 1px solid #e25353;
  color: #FFF;
}
.noty_theme__light.noty_type__error .noty_buttons {
  border-color: darkred;
}
.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF;
}
.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
  border-color: #0B90C4;
}
.noty_theme__light.noty_type__success {
  background-color: #57C880;
  border: 1px solid #7cdd77;
  color: darkgreen;
}
.noty_theme__light.noty_type__success .noty_buttons {
  border-color: #50C24E;
}
/** 3.29 Easy Autocomplete */
/*
*
* Easy Autocomplete
* --------------------------------------------------
*/
.easy-autocomplete {
  position: relative;
  width: 100% !important;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: none;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: none;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: none;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: none;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: none;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}
.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  color: #aaa;
  font-style: italic;
}
.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}
.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}
.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}
/** 3.30 Location select */
/*
*
* Location select
* --------------------------------------------------
*/
#select-districts-container .select2-container--open {
  width: 100%;
  left: 0 !important;
}
#select-districts-container .select2-container--open > .select2-dropdown {
  width: 100% !important;
}
#select2-select-districts-results .checkbox-inline {
  width: 100%;
}
#select2-select-districts-results .select2-results__group,
#select2-select-districts-results .checkbox label {
  font-size: 15px;
  padding: 0 0 0 10px;
  display: block;
}
#select2-select-districts-results .select2-results__group {
  color: #212121;
}
#select2-select-districts-results .select2-results__group.select2-results__option--highlighted {
  background-color: #ffa200;
  color: #FFF;
}
#select2-select-districts-results .select2-results__group.select2-results__option--highlighted .text-muted,
#select2-select-districts-results .select2-results__option.select2-results__option--highlighted .text-muted {
  color: #fefefe !important;
}
#select2-select-districts-results .city-group {
  padding: 10px 6px;
}
#select2-select-districts-results .district,
#select2-select-districts-results .sub-district {
  margin-left: 10px;
  padding: 6px;
}
#select2-select-districts-results .select2-results__option .select2-results__group .district {
  margin-left: 0;
}
#select2-select-districts-results .sub-district {
  margin-left: 40px;
}
#select2-select-districts-results .expand-contract {
  min-width: 100px;
  padding: 10px;
  position: absolute;
  font-size: 12px;
  top: -10px;
  right: 0px;
  z-index: 2;
  text-align: right;
}
#select2-select-districts-results .expand-contract small {
  font-weight: normal;
  letter-spacing: 1px;
  margin-right: 5px;
  display: none;
}
#select2-select-districts-results .expand-contract:hover small {
  display: inline-block;
}
#select2-select-districts-results .select2-results__option {
  border-top: 1px solid #ddd;
}
#select2-select-districts-results .select2-results__option .select2-results__option {
  padding: 0;
}
#select2-select-districts-results .select2-results__option .select2-results__option .select2-results__option {
  display: none;
  padding-left: 1em;
}
#select2-select-districts-results .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  display: none;
  padding-left: 2em;
}
#select2-select-districts-results.search .select2-results__option {
  display: list-item !important;
}
#select2-select-districts-results .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
#select2-select-districts-results .select2-results__option--highlighted[aria-selected] {
  color: #FFF !important;
}
#select2-select-districts-results > .select2-results__option > .select2-results__group {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #eee;
  z-index: 3;
}
#select2-select-districts-results .ckbox label {
  width: 99%;
  padding-left: 30px;
  margin-bottom: 0 !important;
  position: absolute;
}
.select2-container--bootstrap .select2-selection--multiple {
  overflow: hidden;
  height: 50px;
  max-height: 170px;
}
.select2-container--bootstrap.select2-container--open .select2-selection--multiple {
  position: absolute;
  height: auto !important;
  z-index: 2;
  width: 100%;
}
#select-districts-container .select2-multiple-controls {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 10px;
  right: 3px;
  border-radius: 3px;
  display: block;
  z-index: 30;
}
@media (max-width: 768px) {
  #select-districts-container .select2-multiple-controls {
    top: 38px;
  }
}
#select-districts-container .select2-selection__choice:not(.bg-info) {
  cursor: pointer;
}
#select-districts-container .select2-selection__choice:not(.bg-info):hover {
  background-color: #f5f5f5;
}
#select-districts-container .select2-multiple-controls .fa-times {
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  padding: 0 4px;
  color: #aaa;
  display: none;
}
#select-districts-container.open .select2-multiple-controls .fa-times {
  display: inline-block;
}
#select-districts-container .districts-count {
  display: inline-block;
  padding: 8px 6px 8px 30px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
#select-districts-container.open .districts-count {
  display: none;
}
#select-districts-container .select2-search__field {
  width: auto !important;
  max-width: 300px !important;
}
/** 3.31 International Telephone Input */
/*
*
* International Telephone Input
* --------------------------------------------------
*/
.phone-label {
  margin-left: 35px;
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.context-dark .iti-arrow {
  border-top: 4px solid #f7f4f2 !important;
}
.context-dark .iti-arrow.up {
  border-bottom: 4px solid #f7f4f2 !important;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 20;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
  height: 1px;
  width: 100%;
  margin-top: 0;
  background: none;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
  color: #333;
  font-size: 12px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #888;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.context-dark .intl-tel-input.allow-dropdown input {
  color: #fff;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url('/images/flags@2x.png');
  }
}
.iti-flag.np {
  background-color: transparent;
}
/** Cookies consent message */
@media (min-width: 768px) {
  .cc-window {
    position: initial !important;
  }
}
.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
}
.ribbon span {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon span::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.red span {
  background: linear-gradient(#F70505 0%, #8F0808 100%);
}
.red span::before {
  border-left-color: #8F0808;
  border-top-color: #8F0808;
}
.red span::after {
  border-right-color: #8F0808;
  border-top-color: #8F0808;
}
/** 3.32 Cookie Consent */
/*
*
* From https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css
* --------------------------------------------------
*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/** Custom styles */
/*
*
* Search page
* --------------------------------------------------
*/
.search-head-mobile {
  display: none;
}
.filters .dropdown-menu {
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #ccc;
}
.filters .btn-filter {
  background-color: #fff;
  padding: 6px 3px 6px 9px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
}
.filters .btn-filter i.fa {
  color: #666;
  line-height: 20px;
  float: right;
  margin-left: 7px;
  margin-right: 4px;
}
.filters .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 15px;
  margin-left: -1px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.filters .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 15px;
  margin-right: 1px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.filters .btn-filter.active {
  background-color: #F5FFBB;
}
.filters .dropdown-menu.dropdown-menu-right {
  right: -150px;
}
.filters .dropdown-menu.dropdown-menu-right:before,
.filters .dropdown-menu.dropdown-menu-right:after {
  right: 155px;
  left: auto;
}
.filters .dropdown-menu.dropdown-menu-right .dropdown,
.filters .dropdown-menu.dropdown-menu-right .dropdown .btn-filter {
  width: 100%;
  margin-top: 0;
}
.filters .dropdown-menu .select2-container--bootstrap .select2-selection--single {
  height: 35px;
  line-height: 18px;
}
.filters .easy-autocomplete {
  display: inline-block;
  margin-top: -1px;
}
.filters .easy-autocomplete .easy-autocomplete-container {
  width: 150%;
}
.mobile-filter-header .view-mode {
  display: inline-block;
  margin-left: 10px;
}
.mobile-filter-header .view-mode .btn-xs {
  padding: 3px 10px;
}
.mobile-filter-header .view-mode .btn-xs.active {
  background-color: #fff;
}
a#sort-by {
  margin-top: 0;
}
a#sort-by > b {
  margin-right: 5px;
}
.filters .dropdown-menu.dropdown-menu-right.sort-by {
  min-width: 100px;
  padding: 0;
  right: 0;
}
.filters .dropdown-menu.dropdown-menu-right.sort-by:before,
.filters .dropdown-menu.dropdown-menu-right.sort-by:after {
  right: 10px;
}
.filters .btn-clear-fq,
.filters .btn-hide-fq {
  padding: 6px 12px 6px 30px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  background-color: #E8E8E8;
  position: relative;
  height: 34px;
  vertical-align: middle;
}
.filters .btn-clear-fq.hidden-xs {
  padding: 7px 10px;
}
@media (max-width: 768px) {
  .filters .btn-clear-fq,
  .filters .btn-hide-fq {
    margin: 8px 8px 0 0;
  }
}
.filters .btn-clear-fq .fa {
  position: absolute;
  top: 9px;
  left: 12px;
}
.filters .btn-clear-fq.hidden-xs .fa {
  position: relative;
  top: auto;
  left: auto;
  font-size: 16px;
}
.filters .btn-hide-fq {
  color: #fff;
  background-color: #FF7300;
  padding: 6px 12px;
  float: right;
}
.filters h4 {
  display: inline;
  margin-right: 10px;
}
.filters .pac-input-wrap {
  position: relative;
  margin-bottom: 10px;
  height: 43px;
}
.filters .pac-input-wrap.search-page {
  display: block;
}
.filters .pac-input-wrap #search-query {
  display: none;
}
.filters .pac-input-wrap .select2-container {
  position: absolute;
  z-index: 6;
  background: #fff;
  width: 65% !important;
  height: 43px;
  padding-right: 140px;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.filters .pac-input-wrap .select2-container.select2-container--focus {
  height: auto;
  padding-right: 0;
}
.filters .pac-input-wrap .select2-container.select2-container--focus ~ .hide-on-select-focus {
  display: none !important;
}
.filters .pac-input-wrap .select2-container .select2-selection {
  line-height: 1;
}
.filters .pac-input-wrap .select2-container .select2-search--inline {
  list-style-type: none;
}
.filters .pac-input-wrap .select2-container .select2-search--inline .select2-search__field {
  outline: none !important;
  width: auto !important;
  min-width: 230px;
  font-size: 13px;
  padding: 6px 0;
  margin-top: 0;
}
.filters .pac-input-wrap .select2-container .select2-selection__choice {
  float: left;
  background: #f5f5f5;
  padding: 6px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 5px 5px 5px 0;
  font-size: 14px;
}
.filters .pac-input-wrap .select2-container .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 6px;
}
.filters .pac-input-wrap .pac-input {
  height: 34px;
  box-shadow: none;
  min-width: 250px;
  font-size: 13px;
  width: auto;
  background: #fff;
  padding: 6px 6px 6px 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
}
.filters .pac-input-wrap.active .pac-input {
  background-color: #F5FFBB;
  pointer-events: none;
}
.filters .pac-input-wrap .project-search-input {
  height: 34px;
  box-shadow: none;
  min-width: 300px;
  font-size: 13px;
  width: auto;
  background: #fff;
  padding: 6px 6px 6px 12px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
}
.filters .pac-input-wrap #search-clear {
  width: 38px;
  height: 32px;
  line-height: 32px;
  font-size: 16px !important;
  text-align: center;
  font-size: 13px;
  border-left: none;
  position: absolute;
  z-index: 6;
  top: 6px;
  left: 61%;
  margin-left: 5px;
  border-left: 1px solid #ccc;
}
.filters .pac-input-wrap #search-selection-no {
  position: absolute;
  z-index: 7;
  color: #6e6e6e;
  font-size: 14px;
  top: 0;
  left: 52%;
  left: 53%;
  height: 43px;
  line-height: 43px;
  width: 100px;
  text-align: center;
}
.map-view-section {
  border-top: 1px solid #dedede;
  display: none;
}
body div.map-view {
  display: none;
}
body.map-view div.map-view {
  display: block;
}
body.map-view .grid-view-section,
body.map-view footer,
body.map-view .mobile-search-title,
body.map-view .sort-btn-switch {
  display: none;
}
.mobile-filter-header {
  font-size: 16px;
  text-align: left;
}
body.map-view-section {
  display: block;
}
@media (min-width: 768px) {
  .filters .btn-hide-fq {
    display: none;
  }
}
@media (max-width: 768px) {
  .mobile-search-title {
    margin-bottom: 10px;
  }
  .filters .btn-clear-fq {
    float: left;
    margin-left: 8px;
  }
  .filters .dropdown.more-fq > .btn-filter {
    display: none;
  }
  .filters .pac-input-wrap .select2-container {
    width: 100% !important;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 0;
    overflow: auto;
  }
  .filters .pac-input-wrap #search-clear {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    left: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #e0e0e0;
    top: -1px;
    font-size: 13px !important;
    line-height: 34px;
    letter-spacing: .5px;
    word-spacing: 2px;
    margin: 0;
  }
  .filters .pac-input-wrap .select2-container.select2-container--focus + #search-clear {
    display: block !important;
  }
  .filters .dropdown.more-fq > .dropdown-menu {
    display: block;
    min-width: auto !important;
    background: none;
    position: relative;
    right: auto;
    margin: 0;
    padding: 0 !important;
    box-shadow: none;
    border: 0;
    z-index: 0;
  }
  .filters .dropdown.more-fq .dropdown-menu:before,
  .filters .dropdown.more-fq .dropdown-menu:after {
    display: none;
  }
  body.map-view .section-34.js-search-filters-section {
    padding: 15px 0 10px;
  }
  .visible-on-top.section-34 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 60px 0 !important;
    height: 100%;
    overflow-y: scroll;
  }
  .mobile-filter-header,
  .mobile-filter-footer {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #ccc;
  }
  .mobile-filter-header {
    line-height: 50px;
  }
  .mobile-filter-footer {
    top: auto;
    bottom: 0;
  }
}
.search-loading {
  height: 350px;
  display: none;
  margin: 15px auto 0;
  background: linear-gradient(to left, transparent 0, transparent 30px, #f5f5f5 30px, #f5f5f5 370px) repeat-x, linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 70%) repeat-x, linear-gradient(to left, transparent 0, transparent 100px, #f5f5f5 30px, #f5f5f5 370px) repeat-x;
  background-size: 34% 270px, 110px 100px, 34% 30px;
  background-position: 0 0, 100px 295px, 20px 295px;
  animation: shiny 4s infinite;
}
@keyframes shiny {
  to {
    background-position: 0 0, 100% 295px, 20px 295px;
  }
}
.search-loading-infobox {
  height: 280px;
  background: linear-gradient(to left, #f5f5f5 0, #f5f5f5 260px) no-repeat, linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 80%) repeat-x, linear-gradient(to left, #f5f5f5 0, #f5f5f5 260px) no-repeat;
  background-size: 100% 180px, 130px 100px, 80% 20px;
  background-position: 0 0, 80px 200px, 50% 200px;
  animation: shiny-infobox 4s infinite;
}
@keyframes shiny-infobox {
  to {
    background-position: 0 0, 100% 200px, 50% 200px;
  }
}
.cta-btns-mobile {
  display: none;
}
@media (max-width: 768px) {
  .search-head-mobile {
    display: block;
  }
  .search-head-mobile .btn-xs i.fa {
    font-size: 14px;
  }
  .search-filters {
    display: none;
  }
  .search-filters.visible {
    display: block;
  }
  .search-filters.visible .easy-autocomplete {
    width: 100% !important;
  }
  .product-title {
    font-size: 22px;
  }
  .product-price {
    font-size: 14px;
    min-height: 44px;
  }
  .product-actions {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .product-actions a {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    margin-left: 3px;
  }
  .product-actions a .icon {
    font-size: 18px;
    line-height: 37px;
  }
  .cta-btns-mobile {
    position: fixed !important;
    display: block;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 30px 15px 20px;
    z-index: 98;
    background: #fff;
  }
  .cta-btns-mobile.hidden {
    display: none;
  }
  .cta-btns-mobile .btn-block {
    display: inline-block;
    width: auto;
    font-size: 12px;
    padding: 2px 6px;
    line-height: 24px;
    margin-right: 5px;
  }
  .cta-btns-mobile .btn-block.btn-orange {
    float: right;
    margin-left: 10px;
    margin-right: 0;
  }
  .product-details {
    margin-top: 50px !important;
  }
  .filters .dropdown {
    display: block;
    width: 100%;
  }
  .filters .dropdown .btn-filter,
  .filters .pac-input-wrap .pac-input,
  .filters .pac-input-wrap .project-search-input {
    width: 100%;
    margin-top: 15px;
    padding: 12px 6px 12px 12px;
    height: auto;
  }
  .filters .pac-input-wrap {
    display: block;
    height: auto;
  }
  h5 {
    font-size: 18px;
  }
}
/*
*
* Blog page
* --------------------------------------------------
*/
.post {
  margin-bottom: 60px;
}
.post h2 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: 0.08em;
}
.post .read-more {
  text-align: right;
}
.post .image {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.post .main-image {
  float: right;
  margin-left: 33px;
  margin-bottom: 20px;
  max-width: 500px;
  height: auto;
  clear: left;
}
.post .content a:not(.btn) {
  text-decoration: underline;
  color: #ff9f00 !important;
  font-weight: bold;
}
.post .content a.btn {
  overflow-wrap: break-word;
  white-space: normal;
}
.post .content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.invalid-prop {
  position: absolute;
  padding: 6px 12px;
  top: 20px;
  left: 5px;
  z-index: 2;
  font-size: 14px;
}
.exclusive-prop {
  position: absolute;
  padding: 6px 12px;
  top: 20px;
  right: 5px;
  z-index: 2;
  font-size: 14px;
}
.commission-zero-prop {
  position: absolute;
  padding: 6px 12px;
  top: 50px;
  right: 5px;
  z-index: 2;
  font-size: 14px;
}
.office-tag {
  color: #71acde;
  display: block;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .post h1 {
    font-size: 24px;
  }
  .post h2 {
    font-size: 18px;
  }
  .post .read-more {
    text-align: center;
  }
  .post .main-image,
  .post .content img {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100%;
    clear: none;
  }
  .invalid-prop,
  .exclusive-prop,
  .commission-zero-prop {
    font-size: 10px;
  }
}
.word-break a {
  word-break: break-all;
}
.notes {
  width: 100%;
  min-height: 34px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none !important;
  text-align: left;
}
.notes[placeholder]:empty:before {
  content: attr(placeholder);
  color: #a7a3a3;
}
.notes[placeholder]:empty:focus:before {
  content: "";
}
@media (max-width: 1199px) {
  .st-sticky-share-buttons {
    display: none !important;
  }
}
.g-recaptcha > div {
  margin: 15px auto;
  opacity: .8;
}
.homepage-search {
  padding: 24px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.module-links a {
  margin-right: 30px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #efefef;
  opacity: .8;
}
.module-links a.active {
  color: #fff;
  pointer-events: none;
  opacity: 1;
}
.module-links a:hover {
  opacity: 1;
}
.module-links a:not(:last-child):after {
  content: '';
  height: 100%;
  width: 1px;
  background: #bdbdbd;
  position: absolute;
  top: -2px;
  right: -15px;
}
.seo-links .row {
  overflow-y: hidden;
  height: 140px;
}
.seo-links .row.show-all {
  overflow: hidden;
  height: auto;
}
.seo-links ul {
  margin-bottom: 5px;
  padding: 0;
  list-style-type: none;
}
.seo-links a {
  font-size: 14px;
  color: #ff7e00;
}
.seo-links a:hover {
  text-decoration: underline;
}
.show-less {
  display: none;
}
@media (max-width: 768px) {
  .homepage-search {
    padding: 0;
    background: none;
  }
  .module-links {
    text-align: center;
  }
  .module-links a {
    margin: 15px;
    font-size: 14px;
  }
  .module-links a:not(:last-child):after {
    right: -20px;
  }
  .swiper-caption-wraper h1 {
    font-size: 24px;
    margin-top: 50px;
  }
  .page-content {
    margin-top: 55px;
  }
}
.share-this-styles {
  min-width: 200px;
  padding: 10px;
  border: 1px 
	solid #ccc;
}
.svg-icon {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 11px;
}
.sticky-btns {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#wh-widget-send-button {
  z-index: 99 !important;
}
/*
*
* New listing page
* --------------------------------------------------
*/
.form-box .radio {
  padding: 0;
}
.form-box .radio label {
  border: 2px solid #848484;
  padding: 20px 30px 30px 46px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}
.form-box .radio .radio-custom-dummy {
  margin-top: 50px;
  left: 57%;
}
.form-box .radio i.fa {
  font-size: 30px;
  color: #aaa;
  position: absolute;
  left: 18px;
}
.form-box .radio-custom:checked ~ label i.fa {
  color: #f3a133;
}
/* DROPZONE */
.dropzone {
  padding: 10px;
  background-color: #f9f9fa;
}
.add-photos {
  cursor: pointer;
  width: 128px;
  height: 98px;
  margin: 10px !important;
  border: 1px dotted #333;
  padding: 10px;
  position: relative;
  outline: 0 !important;
  float: left;
  background-color: #fff;
}
.add-photos:focus,
.add-photos:active {
  outline: 0 !important;
}
.add-photos span,
.dz-preview .dz-progress {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background-color: #f3a133;
  padding: 3px 6px;
  position: absolute;
  border-radius: 3px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.add-photos i.fa-image {
  color: #aaaaaa;
  font-size: 38px;
  position: absolute;
  top: 15px;
  left: 40px;
}
.add-photos i.fa-plus-circle {
  color: #aaaaaa;
  font-size: 19px;
  position: absolute;
  top: 7px;
  left: 74px;
}
.add-files {
  background-color: #f9f9fa;
  text-transform: initial;
}
.add-files i {
  margin-right: 10px;
}
.dz-preview {
  width: 128px;
  height: 98px;
  margin: 10px !important;
  border: 1px dotted #333;
  position: relative;
  outline: 0 !important;
  background-color: #fff;
  float: left;
}
.dz-preview .dz-overlay-img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.dz-preview img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.dz-preview .dz-progress {
  background-color: #fff;
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
}
.dz-preview .dz-progress span {
  background-color: #f3a133;
  display: block;
  width: 0%;
  max-width: 100% !important;
  text-align: center;
  padding: 3px 6px;
  overflow: hidden;
}
.dz-preview .dz-remove {
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: red;
  top: -10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  display: none;
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.dz-preview .dz-remove:before {
  content: "\f00d";
}
.dz-preview:hover .dz-remove {
  display: block;
}
.dz-preview-file {
  margin: 0 10px 10px 0;
  border: 1px solid #d9d9d9;
  letter-spacing: 0.06em;
  background-color: #f9f9fa;
  padding: 7px 30px 7px 12px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 3px;
  float: left;
  position: relative;
}
.dz-preview-file .dz-remove {
  position: absolute;
  right: 4px;
  width: 20px;
  height: 20px;
  top: 9px;
  cursor: pointer;
  z-index: 3;
  font: normal normal normal 14px/1 FontAwesome;
  color: #333;
  text-align: center;
  line-height: 20px;
}
.dz-preview-file .dz-remove:before {
  content: "\f00d";
}
.location-on-map {
  height: 500px;
}
.map-help {
  font-size: 12px;
  color: #656565;
  background-color: #f9f9fa;
  padding: 12px;
  border-bottom: 3px solid #e9e9e9;
}
#new-listing .sidebar {
  padding: 20px;
  font-size: 15px;
  background-color: #F9F9FA;
}
#virtual-tour {
  position: relative;
}
#virtual-tour iframe {
  height: 100%;
  width: 100%;
  border: none;
  overflow: hidden;
  background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23434345" x="50%" y="50%" font-family="\'Lucida Grande\', sans-serif" font-size="16" text-anchor="middle">Loading</text></svg>') 0px 0px no-repeat;
}
#virtual-tour iframe.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 20000000 !important;
}
#virtual-tour a.maximise,
#virtual-tour a.minimise {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  top: 41px;
  right: 15px;
}
#virtual-tour a.minimise {
  position: fixed;
  z-index: 20000001 !important;
}
#virtual-tour a > i.fa {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5), 2px 2px rgba(0, 0, 0, 0.3), 3px 3px rgba(0, 0, 0, 0.1), -1px 1px rgba(0, 0, 0, 0.3), -2px -2px rgba(0, 0, 0, 0.1);
}
