﻿.preloader{position:fixed;left:0;top:0;opacity:1;z-index:99999;width:100%;height:100%;background:url(/assets/images/preloader.gif) no-repeat 50% 50% #fff}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=0b244cf0212b90f8d44c)
 * Config saved to config.json and https://gist.github.com/0b244cf0212b90f8d44c
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 0.0625rem dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5000rem;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.1250rem;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 0.0625rem solid #ebe2d3;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 0.0625rem solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 0.0625rem solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 0.6250rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8750rem;
  line-height: 1.42857143;
  color: #3d3a37;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.1250rem;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0.3750rem;
}
.img-thumbnail {
  padding: 0.2500rem;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 0.0625rem solid #dddddd;
  border-radius: 0.2500rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1.2500rem;
  margin-bottom: 1.2500rem;
  border: 0;
  border-top: 0.0625rem solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1.2500rem;
  margin-bottom: 0.6250rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0.6250rem;
  margin-bottom: 0.6250rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2.2500rem;
}
h2,
.h2 {
  font-size: 1.8750rem;
}
h3,
.h3 {
  font-size: 1.5000rem;
}
h4,
.h4 {
  font-size: 1.1250rem;
}
h5,
.h5 {
  font-size: 0.8750rem;
}
h6,
.h6 {
  font-size: 0.7500rem;
}
p {
  margin: 0 0 0.6250rem;
}
.lead {
  margin-bottom: 1.2500rem;
  font-size: 1.0000rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 48.0000rem) {
  .lead {
    font-size: 1.3125rem;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 0.5625rem;
  margin: 2.5000rem 0 1.2500rem;
  border-bottom: 0.0625rem solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.6250rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -0.3125rem;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
dl {
  margin-top: 0;
  margin-bottom: 1.2500rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 48.0000rem) {
  .dl-horizontal dt {
    float: left;
    width: 10.0000rem;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 11.2500rem;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0.0625rem dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.6250rem 1.2500rem;
  margin: 0 0 1.2500rem;
  font-size: 1.0938rem;
  border-left: 0.3125rem solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 0.9375rem;
  padding-left: 0;
  border-right: 0.3125rem solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 1.2500rem;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 0.1250rem 0.2500rem;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0.2500rem;
}
kbd {
  padding: 0.1250rem 0.2500rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #3d3a37;
  border-radius: 0.1875rem;
  -webkit-box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 0.5938rem;
  margin: 0 0 0.6250rem;
  font-size: 0.8125rem;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #3d3a37;
  background-color: #f9f6f1;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.2500rem;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 21.2500rem;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.8750rem;
  padding-right: 1.8750rem;
}
@media (min-width: 48.0000rem) {
  .container {
    width: 46.8750rem;
  }
}
@media (min-width: 49.5000rem) {
  .container {
    width: 48.1250rem;
  }
}
@media (min-width: 52.6250rem) {
  .container {
    width: 51.2500rem;
  }
}
@media (min-width: 55.7500rem) {
  .container {
    width: 54.3750rem;
  }
}
@media (min-width: 58.8750rem) {
  .container {
    width: 57.5000rem;
  }
}
@media (min-width: 62.0000rem) {
  .container {
    width: 60.6250rem;
  }
}
@media (min-width: 65.6250rem) {
  .container {
    width: 63.7500rem;
  }
}
@media (min-width: 68.7500rem) {
  .container {
    width: 66.8750rem;
  }
}
@media (min-width: 71.8750rem) {
  .container {
    width: 70.0000rem;
  }
}
@media (min-width: 75.0000rem) {
  .container {
    width: 73.1250rem;
  }
}
@media (min-width: 78.1250rem) {
  .container {
    width: 76.2500rem;
  }
}
@media (min-width: 81.2500rem) {
  .container {
    width: 79.3750rem;
  }
}
@media (min-width: 84.3750rem) {
  .container {
    width: 82.5000rem;
  }
}
@media (min-width: 87.5000rem) {
  .container {
    width: 85.6250rem;
  }
}
@media (min-width: 90.6250rem) {
  .container {
    width: 88.7500rem;
  }
}
@media (min-width: 93.7500rem) {
  .container {
    width: 91.8750rem;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.8750rem;
  padding-right: 1.8750rem;
}
.row {
  margin-left: -1.8750rem;
  margin-right: -1.8750rem;
}
.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: 0.0625rem;
  padding-left: 1.8750rem;
  padding-right: 1.8750rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 48.0000rem) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 62.0000rem) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 75.0000rem) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 0.5000rem;
  padding-bottom: 0.5000rem;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.2500rem;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 0.5000rem;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0.0625rem solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 0.1250rem solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 0.1250rem solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.3125rem;
}
.table-bordered {
  border: 0.0625rem solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0.0625rem solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 0.1250rem;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f9f6f1;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f9f6f1;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 47.9375rem) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0.9375rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0.0625rem solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.2500rem;
  font-size: 1.3125rem;
  line-height: inherit;
  color: #3d3a37;
  border: 0;
  border-bottom: 0.0625rem solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.3125rem;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0.1250rem 0 0;
  margin-top: 0.0625rem \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: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.1250rem;
}
output {
  display: block;
  padding-top: 0.4375rem;
  font-size: 0.8750rem;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.1250rem;
  padding: 0.3750rem 0.7500rem;
  font-size: 0.8750rem;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.2500rem;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control::-moz-placeholder {
  color: #ebe2d3999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ebe2d3999;
}
.form-control::-webkit-input-placeholder {
  color: #ebe2d3999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 2.1250;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 1.8750;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 2.8750;
  }
}
.form-group {
  margin-bottom: 0.9375rem;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 0.6250rem;
  margin-bottom: 0.6250rem;
}
.radio label,
.checkbox label {
  min-height: 1.2500rem;
  padding-left: 1.2500rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -1.2500rem;
  margin-top: 0.2500rem \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.3125rem;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.2500rem;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0.6250rem;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
  min-height: 2.1250rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 1.8750rem;
  padding: 0.3125rem 0.6250rem;
  font-size: 0.7500rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
select.input-sm {
  height: 1.8750rem;
  line-height: 1.8750;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 1.8750rem;
  padding: 0.3125rem 0.6250rem;
  font-size: 0.7500rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
select.form-group-sm .form-control {
  height: 1.8750rem;
  line-height: 1.8750;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 1.8750rem;
  padding: 0.3125rem 0.6250rem;
  font-size: 0.7500rem;
  line-height: 1.5;
  min-height: 2.0000rem;
}
.input-lg {
  height: 2.8750rem;
  padding: 0.6250rem 1.0000rem;
  font-size: 1.1250rem;
  line-height: 1.3333333;
  border-radius: 0.3750rem;
}
select.input-lg {
  height: 2.8750rem;
  line-height: 2.8750;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 2.8750rem;
  padding: 0.6250rem 1.0000rem;
  font-size: 1.1250rem;
  line-height: 1.3333333;
  border-radius: 0.3750rem;
}
select.form-group-lg .form-control {
  height: 2.8750rem;
  line-height: 2.8750;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 2.8750rem;
  padding: 0.6250rem 1.0000rem;
  font-size: 1.1250rem;
  line-height: 1.3333333;
  min-height: 2.3750rem;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.6562rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.1250rem;
  height: 2.1250rem;
  line-height: 2.1250;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 2.8750rem;
  height: 2.8750rem;
  line-height: 2.8750;
}
.input-sm + .form-control-feedback {
  width: 1.8750rem;
  height: 1.8750rem;
  line-height: 1.8750;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.3750rem #67b168;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.3750rem #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.3750rem #c0a16b;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.3750rem #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.3750rem #ce8483;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075), 0 0 0.3750rem #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 1.5625rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 0.3125rem;
  margin-bottom: 0.6250rem;
  color: #737373;
}
@media (min-width: 48.0000rem) {
  .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: 0.4375rem;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 1.6875rem;
}
.form-horizontal .form-group {
  margin-left: -1.8750rem;
  margin-right: -1.8750rem;
}
@media (min-width: 48.0000rem) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 0.4375rem;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 1.8750rem;
}
@media (min-width: 48.0000rem) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 0.8958rem;
  }
}
@media (min-width: 48.0000rem) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 0.3750rem;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0.0625rem solid transparent;
  white-space: nowrap;
  padding: 0.3750rem 0.7500rem;
  font-size: 0.8750rem;
  line-height: 1.42857143;
  border-radius: 0.2500rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.1250rem;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #3d3a37;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #3d3a37;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #3d3a37;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #3d3a37;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.6250rem 1.0000rem;
  font-size: 1.1250rem;
  line-height: 1.3333333;
  border-radius: 0.3750rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.3125rem 0.6250rem;
  font-size: 0.7500rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.0625rem 0.3125rem;
  font-size: 0.7500rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.3125rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.1250rem;
  vertical-align: middle;
  border-top: 0.2500rem dashed;
  border-right: 0.2500rem solid transparent;
  border-left: 0.2500rem 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: 10.0000rem;
  padding: 0.3125rem 0;
  margin: 0.1250rem 0 0;
  list-style: none;
  font-size: 0.8750rem;
  text-align: left;
  background-color: #ffffff;
  border: 0.0625rem solid #cccccc;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2500rem;
  -webkit-box-shadow: 0 0.3750rem 0.7500rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.3750rem 0.7500rem rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 0.1875rem 1.2500rem;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #3d3a37;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f9f6f1;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 0.1875rem 1.2500rem;
  font-size: 0.7500rem;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 0.2500rem solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.1250rem;
}
@media (min-width: 48.0000rem) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -0.0625rem;
}
.btn-toolbar {
  margin-left: -0.3125rem;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.3125rem;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 0.5000rem;
  padding-right: 0.5000rem;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 0.7500rem;
  padding-right: 0.7500rem;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 0.3125rem 0.3125rem 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 0.3125rem 0.3125rem;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -0.0625rem;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0.2500rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0.2500rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 2.8750rem;
  padding: 0.6250rem 1.0000rem;
  font-size: 1.1250rem;
  line-height: 1.3333333;
  border-radius: 0.3750rem;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 2.8750rem;
  line-height: 2.8750;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 1.8750rem;
  padding: 0.3125rem 0.6250rem;
  font-size: 0.7500rem;
  line-height: 1.5;
  border-radius: 0.1875rem;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 1.8750rem;
  line-height: 1.8750;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.3750rem 0.7500rem;
  font-size: 0.8750rem;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.2500rem;
}
.input-group-addon.input-sm {
  padding: 0.3125rem 0.6250rem;
  font-size: 0.7500rem;
  border-radius: 0.1875rem;
}
.input-group-addon.input-lg {
  padding: 0.6250rem 1.0000rem;
  font-size: 1.1250rem;
  border-radius: 0.3750rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -0.0625rem;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -0.0625rem;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -0.0625rem;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0.6250rem 0.9375rem;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 0.3125rem;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 0;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0.2500rem;
}
.nav-pills > li + li {
  margin-left: 0.1250rem;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 0.1250rem;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 0.3125rem;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 48.0000rem) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0.2500rem;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 0.0625rem solid #dddddd;
}
@media (min-width: 48.0000rem) {
  .nav-tabs-justified > li > a {
    border-bottom: 0.0625rem solid #dddddd;
    border-radius: 0.2500rem 0.2500rem 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -0.0625rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 3.1250rem;
  margin-bottom: 1.2500rem;
  border: 0.0625rem solid transparent;
}
@media (min-width: 48.0000rem) {
  .navbar {
    border-radius: 0.2500rem;
  }
}
@media (min-width: 48.0000rem) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 1.8750rem;
  padding-left: 1.8750rem;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 48.0000rem) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 21.2500rem;
}
@media (max-device-width: 30.0000rem) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 12.5000rem;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -1.8750rem;
  margin-left: -1.8750rem;
}
@media (min-width: 48.0000rem) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 0.0625rem;
}
@media (min-width: 48.0000rem) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 48.0000rem) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 0.0625rem;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 0.0625rem 0 0;
}
.navbar-brand {
  float: left;
  padding: 0.9375rem 1.8750rem;
  font-size: 1.1250rem;
  line-height: 1.2500;
  height: 3.1250rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 48.0000rem) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -1.8750rem;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 1.8750rem;
  padding: 0.5625rem 0.6250rem;
  margin-top: 0.5000rem;
  margin-bottom: 0.5000rem;
  background-color: transparent;
  background-image: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.2500rem;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 1.3750rem;
  height: 0.1250rem;
  border-radius: 0.0625rem;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.2500rem;
}
.navbar-nav > li > a {
  padding-top: 0.6250rem;
  padding-bottom: 0.6250rem;
  line-height: 1.2500;
}
@media (min-width: 48.0000rem) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.navbar-form {
  margin-left: -1.8750rem;
  margin-right: -1.8750rem;
  padding: 0.6250rem 1.8750rem;
  margin-top: 0.5000rem;
  margin-bottom: 0.5000rem;
}
@media (min-width: 48.0000rem) {
  .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: 47.9375rem) {
  .navbar-form .form-group {
    margin-bottom: 0.3125rem;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 48.0000rem) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0.2500rem;
  border-top-left-radius: 0.2500rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 0.5000rem;
  margin-bottom: 0.5000rem;
}
.navbar-btn.btn-sm {
  margin-top: 0.6250rem;
  margin-bottom: 0.6250rem;
}
.navbar-btn.btn-xs {
  margin-top: 0.8750rem;
  margin-bottom: 0.8750rem;
}
.navbar-text {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 48.0000rem) {
  .navbar-text {
    float: left;
    margin-left: 1.8750rem;
    margin-right: 1.8750rem;
  }
}
@media (min-width: 48.0000rem) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -1.8750rem;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #3d3a37;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 47.9375rem) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3d3a37;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #3d3a37;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #3d3a37;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #3d3a37;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #3d3a37;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 47.9375rem) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 0.5000rem 0.9375rem;
  margin-bottom: 1.2500rem;
  list-style: none;
  background-color: #f9f6f1;
  border-radius: 0.2500rem;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 0.3125rem;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1.2500rem 0;
  border-radius: 0.2500rem;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.3750rem 0.7500rem;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 0.0625rem solid #dddddd;
  margin-left: -0.0625rem;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 0.6250rem 1.0000rem;
  font-size: 1.1250rem;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0.3750rem;
  border-top-left-radius: 0.3750rem;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0.3750rem;
  border-top-right-radius: 0.3750rem;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 0.3125rem 0.6250rem;
  font-size: 0.7500rem;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.pager {
  padding-left: 0;
  margin: 1.2500rem 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -0.0625rem;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 0.6250rem;
  padding: 0.1875rem 0.4375rem;
  font-size: 0.7500rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 0.6250rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -0.0625rem;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 0.0625rem 0.3125rem;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 0.3125rem;
}
.nav-pills > li > a > .badge {
  margin-left: 0.1875rem;
}
.jumbotron {
  padding: 1.8750rem 0.9375rem;
  margin-bottom: 1.8750rem;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 0.9375rem;
  font-size: 1.3125rem;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0.3750rem;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 48.0000rem) {
  .jumbotron {
    padding: 3.0000rem 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 3.7500rem;
    padding-right: 3.7500rem;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 3.9375rem;
  }
}
.thumbnail {
  display: block;
  padding: 0.2500rem;
  margin-bottom: 1.2500rem;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 0.0625rem solid #dddddd;
  border-radius: 0.2500rem;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 0.5625rem;
  color: #3d3a37;
}
.alert {
  padding: 0.9375rem;
  margin-bottom: 1.2500rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.2500rem;
}
.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: 0.3125rem;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 2.1875rem;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -0.1250rem;
  right: -1.3125rem;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 2.5000rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 2.5000rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 2.5000rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 1.2500rem;
  margin-bottom: 1.2500rem;
  background-color: #f9f6f1;
  border-radius: 0.2500rem;
  -webkit-box-shadow: inset 0 0.0625rem 0.1250rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.0625rem 0.1250rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.7500rem;
  line-height: 1.2500;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -0.0625rem 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 2.5000rem 2.5000rem;
          background-size: 2.5000rem 2.5000rem;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 0.9375rem;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 625.0000rem;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 0.6250rem;
}
.media-left,
.media > .pull-left {
  padding-right: 0.6250rem;
}
.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: 0.3125rem;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 1.2500rem;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.6250rem 0.9375rem;
  margin-bottom: -0.0625rem;
  background-color: #ffffff;
  border: 0.0625rem solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.2500rem;
  border-top-left-radius: 0.2500rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.2500rem;
  border-bottom-left-radius: 0.2500rem;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #3d3a37;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f9f6f1;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0000rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 0.6250rem 0.9375rem;
  background-color: #f9f6f1;
  border-top: 0.0625rem solid #dddddd;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.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: 0.0625rem 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: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.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: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.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: 0.9375rem;
  padding-right: 0.9375rem;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0.1875rem;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0.1875rem;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0.1875rem;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0.1875rem;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 0.0625rem solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-default > .panel-heading {
  color: #3d3a37;
  background-color: #f9f6f1;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f9f6f1;
  background-color: #3d3a37;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 1.2500rem;
  padding: 1.1875rem;
  margin-bottom: 1.2500rem;
  background-color: #f9f6f1;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.2500rem;
  -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 1.5000rem;
  border-radius: 0.3750rem;
}
.well-sm {
  padding: 0.5625rem;
  border-radius: 0.1875rem;
}
.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 0.0625rem 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.6250rem;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 0.0625rem solid #ebe2d3999;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3750rem;
  -webkit-box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 0.9375rem;
  border-bottom: 0.0625rem solid #e5e5e5;
  min-height: 1.0268rem;
}
.modal-header .close {
  margin-top: -0.1250rem;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0.9375rem;
}
.modal-footer {
  padding: 0.9375rem;
  text-align: right;
  border-top: 0.0625rem solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 0.3125rem;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -0.0625rem;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -624.9375rem;
  width: 3.1250rem;
  height: 3.1250rem;
  overflow: scroll;
}
@media (min-width: 48.0000rem) {
  .modal-dialog {
    width: 37.5000rem;
    margin: 1.8750rem auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 18.7500rem;
  }
}
@media (min-width: 62.0000rem) {
  .modal-lg {
    width: 56.2500rem;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7500rem;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -0.1875rem;
  padding: 0.3125rem 0;
}
.tooltip.right {
  margin-left: 0.1875rem;
  padding: 0 0.3125rem;
}
.tooltip.bottom {
  margin-top: 0.1875rem;
  padding: 0.3125rem 0;
}
.tooltip.left {
  margin-left: -0.1875rem;
  padding: 0 0.3125rem;
}
.tooltip-inner {
  max-width: 12.5000rem;
  padding: 0.1875rem 0.5000rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0.2500rem;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 0.3125rem;
  margin-bottom: -0.3125rem;
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 0.3125rem;
  margin-bottom: -0.3125rem;
  border-width: 0.3125rem 0.3125rem 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -0.3125rem;
  border-width: 0.3125rem 0.3125rem 0.3125rem 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0.3125rem;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 0.3125rem;
  margin-top: -0.3125rem;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 0.3125rem;
  margin-top: -0.3125rem;
  border-width: 0 0.3125rem 0.3125rem;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 17.2500rem;
  padding: 0.0625rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8750rem;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0.0625rem solid #cccccc;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3750rem;
  -webkit-box-shadow: 0 0.3125rem 0.6250rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3125rem 0.6250rem rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -0.6250rem;
}
.popover.right {
  margin-left: 0.6250rem;
}
.popover.bottom {
  margin-top: 0.6250rem;
}
.popover.left {
  margin-left: -0.6250rem;
}
.popover-title {
  margin: 0;
  padding: 0.5000rem 0.8750rem;
  font-size: 0.8750rem;
  background-color: #f7f7f7;
  border-bottom: 0.0625rem solid #ebebeb;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.popover-content {
  padding: 0.5625rem 0.8750rem;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 0.6875rem;
}
.popover > .arrow:after {
  border-width: 0.6250rem;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -0.6875rem;
  border-bottom-width: 0;
  border-top-color: #ebe2d3999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -0.6875rem;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 0.0625rem;
  margin-left: -0.6250rem;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -0.6875rem;
  margin-top: -0.6875rem;
  border-left-width: 0;
  border-right-color: #ebe2d3999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 0.0625rem;
  bottom: -0.6250rem;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -0.6875rem;
  border-top-width: 0;
  border-bottom-color: #ebe2d3999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -0.6875rem;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 0.0625rem;
  margin-left: -0.6250rem;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -0.6875rem;
  margin-top: -0.6875rem;
  border-right-width: 0;
  border-left-color: #ebe2d3999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 0.0625rem;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -0.6250rem;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 1.2500rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0.0625rem 0.1250rem rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -0.6250rem;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -0.6250rem;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 1.2500rem;
  height: 1.2500rem;
  margin-top: -0.6250rem;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 0.6250rem;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 0.6250rem;
  height: 0.6250rem;
  margin: 0.0625rem;
  text-indent: -62.4375rem;
  border: 0.0625rem solid #ffffff;
  border-radius: 0.6250rem;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 0.7500rem;
  height: 0.7500rem;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 1.2500rem;
  z-index: 10;
  padding-top: 1.2500rem;
  padding-bottom: 1.2500rem;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0.0625rem 0.1250rem rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 48.0000rem) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 1.8750rem;
    height: 1.8750rem;
    margin-top: -0.9375rem;
    font-size: 1.8750rem;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -0.9375rem;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -0.9375rem;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 1.8750rem;
  }
  .carousel-indicators {
    bottom: 1.2500rem;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 47.9375rem) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 47.9375rem) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 47.9375rem) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 47.9375rem) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 48.0000rem) and (max-width: 61.9375rem) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 48.0000rem) and (max-width: 61.9375rem) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 48.0000rem) and (max-width: 61.9375rem) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 48.0000rem) and (max-width: 61.9375rem) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 62.0000rem) and (max-width: 74.9375rem) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 62.0000rem) and (max-width: 74.9375rem) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 62.0000rem) and (max-width: 74.9375rem) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 62.0000rem) and (max-width: 74.9375rem) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 75.0000rem) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 75.0000rem) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 75.0000rem) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 75.0000rem) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 47.9375rem) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48.0000rem) and (max-width: 61.9375rem) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 62.0000rem) and (max-width: 74.9375rem) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 75.0000rem) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print { 
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face{font-family:'FontAwesome';src:url('/assets/fonts/awesome/fontawesome-webfont.eot?v=4.4.0');src:url('/assets/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('/assets/fonts/awesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('/assets/fonts/awesome/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('/assets/fonts/awesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('/assets/fonts/awesome/fontawesome-webfont.svg?v=4.4.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}
@font-face{font-family:'Linearicons';src:url('/assets/fonts/linearicons/fonts/Linearicons.eot?ih23el');src:url('/assets/fonts/linearicons/fonts/Linearicons.eot?ih23el#iefix') format('embedded-opentype'),url('/assets/fonts/linearicons/fonts/Linearicons.ttf?ih23el') format('truetype'),url('/assets/fonts/linearicons/fonts/Linearicons.woff?ih23el') format('woff'),url('/assets/fonts/linearicons/fonts/Linearicons.svg?ih23el#Linearicons') format('svg');font-weight:normal;font-style:normal}[class^="linear-icon-"],[class*=" linear-icon-"]{font-family:'Linearicons' !important;speak:none;font-style:normal;font-weight:600;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;-o-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.linear-icon-home:before{content:""}.linear-icon-home2:before{content:""}.linear-icon-home3:before{content:""}.linear-icon-home4:before{content:""}.linear-icon-home5:before{content:""}.linear-icon-home6:before{content:""}.linear-icon-bathtub:before{content:""}.linear-icon-toothbrush:before{content:""}.linear-icon-bed:before{content:""}.linear-icon-couch:before{content:""}.linear-icon-chair:before{content:""}.linear-icon-city:before{content:""}.linear-icon-apartment:before{content:""}.linear-icon-pencil:before{content:""}.linear-icon-pencil2:before{content:""}.linear-icon-pen:before{content:""}.linear-icon-pencil3:before{content:""}.linear-icon-eraser:before{content:""}.linear-icon-pencil4:before{content:""}.linear-icon-pencil5:before{content:""}.linear-icon-feather:before{content:""}.linear-icon-feather2:before{content:""}.linear-icon-feather3:before{content:""}.linear-icon-pen2:before{content:""}.linear-icon-pen-add:before{content:""}.linear-icon-pen-remove:before{content:""}.linear-icon-vector:before{content:""}.linear-icon-pen3:before{content:""}.linear-icon-blog:before{content:""}.linear-icon-brush:before{content:""}.linear-icon-brush2:before{content:""}.linear-icon-spray:before{content:""}.linear-icon-paint-roller:before{content:""}.linear-icon-stamp:before{content:""}.linear-icon-tape:before{content:""}.linear-icon-desk-tape:before{content:""}.linear-icon-texture:before{content:""}.linear-icon-eye-dropper:before{content:""}.linear-icon-palette:before{content:""}.linear-icon-color-sampler:before{content:""}.linear-icon-bucket:before{content:""}.linear-icon-gradient:before{content:""}.linear-icon-gradient2:before{content:""}.linear-icon-magic-wand:before{content:""}.linear-icon-magnet:before{content:""}.linear-icon-pencil-ruler:before{content:""}.linear-icon-pencil-ruler2:before{content:""}.linear-icon-compass:before{content:""}.linear-icon-aim:before{content:""}.linear-icon-gun:before{content:""}.linear-icon-bottle:before{content:""}.linear-icon-drop:before{content:""}.linear-icon-drop-crossed:before{content:""}.linear-icon-drop2:before{content:""}.linear-icon-snow:before{content:""}.linear-icon-snow2:before{content:""}.linear-icon-fire:before{content:""}.linear-icon-lighter:before{content:""}.linear-icon-knife:before{content:""}.linear-icon-dagger:before{content:""}.linear-icon-tissue:before{content:""}.linear-icon-toilet-paper:before{content:""}.linear-icon-poop:before{content:""}.linear-icon-umbrella:before{content:""}.linear-icon-umbrella2:before{content:""}.linear-icon-rain:before{content:""}.linear-icon-tornado:before{content:""}.linear-icon-wind:before{content:""}.linear-icon-fan:before{content:""}.linear-icon-contrast:before{content:""}.linear-icon-sun-small:before{content:""}.linear-icon-sun:before{content:""}.linear-icon-sun2:before{content:""}.linear-icon-moon:before{content:""}.linear-icon-cloud:before{content:""}.linear-icon-cloud-upload:before{content:""}.linear-icon-cloud-download:before{content:""}.linear-icon-cloud-rain:before{content:""}.linear-icon-cloud-hailstones:before{content:""}.linear-icon-cloud-snow:before{content:""}.linear-icon-cloud-windy:before{content:""}.linear-icon-sun-wind:before{content:""}.linear-icon-cloud-fog:before{content:""}.linear-icon-cloud-sun:before{content:""}.linear-icon-cloud-lightning:before{content:""}.linear-icon-cloud-sync:before{content:""}.linear-icon-cloud-lock:before{content:""}.linear-icon-cloud-gear:before{content:""}.linear-icon-cloud-alert:before{content:""}.linear-icon-cloud-check:before{content:""}.linear-icon-cloud-cross:before{content:""}.linear-icon-cloud-crossed:before{content:""}.linear-icon-cloud-database:before{content:""}.linear-icon-database:before{content:""}.linear-icon-database-add:before{content:""}.linear-icon-database-remove:before{content:""}.linear-icon-database-lock:before{content:""}.linear-icon-database-refresh:before{content:""}.linear-icon-database-check:before{content:""}.linear-icon-database-history:before{content:""}.linear-icon-database-upload:before{content:""}.linear-icon-database-download:before{content:""}.linear-icon-server:before{content:""}.linear-icon-shield:before{content:""}.linear-icon-shield-check:before{content:""}.linear-icon-shield-alert:before{content:""}.linear-icon-shield-cross:before{content:""}.linear-icon-lock:before{content:""}.linear-icon-rotation-lock:before{content:""}.linear-icon-unlock:before{content:""}.linear-icon-key:before{content:""}.linear-icon-key-hole:before{content:""}.linear-icon-toggle-off:before{content:""}.linear-icon-toggle-on:before{content:""}.linear-icon-cog:before{content:""}.linear-icon-cog2:before{content:""}.linear-icon-wrench:before{content:""}.linear-icon-screwdriver:before{content:""}.linear-icon-hammer-wrench:before{content:""}.linear-icon-hammer:before{content:""}.linear-icon-saw:before{content:""}.linear-icon-axe:before{content:""}.linear-icon-axe2:before{content:""}.linear-icon-shovel:before{content:""}.linear-icon-pickaxe:before{content:""}.linear-icon-factory:before{content:""}.linear-icon-factory2:before{content:""}.linear-icon-recycle:before{content:""}.linear-icon-trash:before{content:""}.linear-icon-trash2:before{content:""}.linear-icon-trash3:before{content:""}.linear-icon-broom:before{content:""}.linear-icon-game:before{content:""}.linear-icon-gamepad:before{content:""}.linear-icon-joystick:before{content:""}.linear-icon-dice:before{content:""}.linear-icon-spades:before{content:""}.linear-icon-diamonds:before{content:""}.linear-icon-clubs:before{content:""}.linear-icon-hearts:before{content:""}.linear-icon-heart:before{content:""}.linear-icon-star:before{content:""}.linear-icon-star-half:before{content:""}.linear-icon-star-empty:before{content:""}.linear-icon-flag:before{content:""}.linear-icon-flag2:before{content:""}.linear-icon-flag3:before{content:""}.linear-icon-mailbox-full:before{content:""}.linear-icon-mailbox-empty:before{content:""}.linear-icon-at-sign:before{content:""}.linear-icon-envelope:before{content:""}.linear-icon-envelope-open:before{content:""}.linear-icon-paperclip:before{content:""}.linear-icon-paper-plane:before{content:""}.linear-icon-reply:before{content:""}.linear-icon-reply-all:before{content:""}.linear-icon-inbox:before{content:""}.linear-icon-inbox2:before{content:""}.linear-icon-outbox:before{content:""}.linear-icon-box:before{content:""}.linear-icon-archive:before{content:""}.linear-icon-archive2:before{content:""}.linear-icon-drawers:before{content:""}.linear-icon-drawers2:before{content:""}.linear-icon-drawers3:before{content:""}.linear-icon-eye:before{content:""}.linear-icon-eye-crossed:before{content:""}.linear-icon-eye-plus:before{content:""}.linear-icon-eye-minus:before{content:""}.linear-icon-binoculars:before{content:""}.linear-icon-binoculars2:before{content:""}.linear-icon-hdd:before{content:""}.linear-icon-hdd-down:before{content:""}.linear-icon-hdd-up:before{content:""}.linear-icon-floppy-disk:before{content:""}.linear-icon-disc:before{content:""}.linear-icon-tape2:before{content:""}.linear-icon-printer:before{content:""}.linear-icon-shredder:before{content:""}.linear-icon-file-empty:before{content:""}.linear-icon-file-add:before{content:""}.linear-icon-file-check:before{content:""}.linear-icon-file-lock:before{content:""}.linear-icon-files:before{content:""}.linear-icon-copy:before{content:""}.linear-icon-compare:before{content:""}.linear-icon-folder:before{content:""}.linear-icon-folder-search:before{content:""}.linear-icon-folder-plus:before{content:""}.linear-icon-folder-minus:before{content:""}.linear-icon-folder-download:before{content:""}.linear-icon-folder-upload:before{content:""}.linear-icon-folder-star:before{content:""}.linear-icon-folder-heart:before{content:""}.linear-icon-folder-user:before{content:""}.linear-icon-folder-shared:before{content:""}.linear-icon-folder-music:before{content:""}.linear-icon-folder-picture:before{content:""}.linear-icon-folder-film:before{content:""}.linear-icon-scissors:before{content:""}.linear-icon-paste:before{content:""}.linear-icon-clipboard-empty:before{content:""}.linear-icon-clipboard-pencil:before{content:""}.linear-icon-clipboard-text:before{content:""}.linear-icon-clipboard-check:before{content:""}.linear-icon-clipboard-down:before{content:""}.linear-icon-clipboard-left:before{content:""}.linear-icon-clipboard-alert:before{content:""}.linear-icon-clipboard-user:before{content:""}.linear-icon-register:before{content:""}.linear-icon-enter:before{content:""}.linear-icon-exit:before{content:""}.linear-icon-papers:before{content:""}.linear-icon-news:before{content:""}.linear-icon-reading:before{content:""}.linear-icon-typewriter:before{content:""}.linear-icon-document:before{content:""}.linear-icon-document2:before{content:""}.linear-icon-graduation-hat:before{content:""}.linear-icon-license:before{content:""}.linear-icon-license2:before{content:""}.linear-icon-medal-empty:before{content:""}.linear-icon-medal-first:before{content:""}.linear-icon-medal-second:before{content:""}.linear-icon-medal-third:before{content:""}.linear-icon-podium:before{content:""}.linear-icon-trophy:before{content:""}.linear-icon-trophy2:before{content:""}.linear-icon-music-note:before{content:""}.linear-icon-music-note2:before{content:""}.linear-icon-music-note3:before{content:""}.linear-icon-playlist:before{content:""}.linear-icon-playlist-add:before{content:""}.linear-icon-guitar:before{content:""}.linear-icon-trumpet:before{content:""}.linear-icon-album:before{content:""}.linear-icon-shuffle:before{content:""}.linear-icon-repeat-one:before{content:""}.linear-icon-repeat:before{content:""}.linear-icon-headphones:before{content:""}.linear-icon-headset:before{content:""}.linear-icon-loudspeaker:before{content:""}.linear-icon-equalizer:before{content:""}.linear-icon-theater:before{content:""}.linear-icon-3d-glasses:before{content:""}.linear-icon-ticket:before{content:""}.linear-icon-presentation:before{content:""}.linear-icon-play:before{content:""}.linear-icon-film-play:before{content:""}.linear-icon-clapboard-play:before{content:""}.linear-icon-media:before{content:""}.linear-icon-film:before{content:""}.linear-icon-film2:before{content:""}.linear-icon-surveillance:before{content:""}.linear-icon-surveillance2:before{content:""}.linear-icon-camera:before{content:""}.linear-icon-camera-crossed:before{content:""}.linear-icon-camera-play:before{content:""}.linear-icon-time-lapse:before{content:""}.linear-icon-record:before{content:""}.linear-icon-camera2:before{content:""}.linear-icon-camera-flip:before{content:""}.linear-icon-panorama:before{content:""}.linear-icon-time-lapse2:before{content:""}.linear-icon-shutter:before{content:""}.linear-icon-shutter2:before{content:""}.linear-icon-face-detection:before{content:""}.linear-icon-flare:before{content:""}.linear-icon-convex:before{content:""}.linear-icon-concave:before{content:""}.linear-icon-picture:before{content:""}.linear-icon-picture2:before{content:""}.linear-icon-picture3:before{content:""}.linear-icon-pictures:before{content:""}.linear-icon-book:before{content:""}.linear-icon-audio-book:before{content:""}.linear-icon-book2:before{content:""}.linear-icon-bookmark:before{content:""}.linear-icon-bookmark2:before{content:""}.linear-icon-label:before{content:""}.linear-icon-library:before{content:""}.linear-icon-library2:before{content:""}.linear-icon-contacts:before{content:""}.linear-icon-profile:before{content:""}.linear-icon-portrait:before{content:""}.linear-icon-portrait2:before{content:""}.linear-icon-user:before{content:""}.linear-icon-user-plus:before{content:""}.linear-icon-user-minus:before{content:""}.linear-icon-user-lock:before{content:""}.linear-icon-users:before{content:""}.linear-icon-users2:before{content:""}.linear-icon-users-plus:before{content:""}.linear-icon-users-minus:before{content:""}.linear-icon-group-work:before{content:""}.linear-icon-woman:before{content:""}.linear-icon-man:before{content:""}.linear-icon-baby:before{content:""}.linear-icon-baby2:before{content:""}.linear-icon-baby3:before{content:""}.linear-icon-baby-bottle:before{content:""}.linear-icon-walk:before{content:""}.linear-icon-hand-waving:before{content:""}.linear-icon-jump:before{content:""}.linear-icon-run:before{content:""}.linear-icon-woman2:before{content:""}.linear-icon-man2:before{content:""}.linear-icon-man-woman:before{content:""}.linear-icon-height:before{content:""}.linear-icon-weight:before{content:""}.linear-icon-scale:before{content:""}.linear-icon-button:before{content:""}.linear-icon-bow-tie:before{content:""}.linear-icon-tie:before{content:""}.linear-icon-socks:before{content:""}.linear-icon-shoe:before{content:""}.linear-icon-shoes:before{content:""}.linear-icon-hat:before{content:""}.linear-icon-pants:before{content:""}.linear-icon-shorts:before{content:""}.linear-icon-flip-flops:before{content:""}.linear-icon-shirt:before{content:""}.linear-icon-hanger:before{content:""}.linear-icon-laundry:before{content:""}.linear-icon-store:before{content:""}.linear-icon-haircut:before{content:""}.linear-icon-store-24:before{content:""}.linear-icon-barcode:before{content:""}.linear-icon-barcode2:before{content:""}.linear-icon-barcode3:before{content:""}.linear-icon-cashier:before{content:""}.linear-icon-bag:before{content:""}.linear-icon-bag2:before{content:""}.linear-icon-cart:before{content:""}.linear-icon-cart-empty:before{content:""}.linear-icon-cart-full:before{content:""}.linear-icon-cart-plus:before{content:""}.linear-icon-cart-plus2:before{content:""}.linear-icon-cart-add:before{content:""}.linear-icon-cart-remove:before{content:""}.linear-icon-cart-exchange:before{content:""}.linear-icon-tag:before{content:""}.linear-icon-tags:before{content:""}.linear-icon-receipt:before{content:""}.linear-icon-wallet:before{content:""}.linear-icon-credit-card:before{content:""}.linear-icon-cash-dollar:before{content:""}.linear-icon-cash-euro:before{content:""}.linear-icon-cash-pound:before{content:""}.linear-icon-cash-yen:before{content:""}.linear-icon-bag-dollar:before{content:""}.linear-icon-bag-euro:before{content:""}.linear-icon-bag-pound:before{content:""}.linear-icon-bag-yen:before{content:""}.linear-icon-coin-dollar:before{content:""}.linear-icon-coin-euro:before{content:""}.linear-icon-coin-pound:before{content:""}.linear-icon-coin-yen:before{content:""}.linear-icon-calculator:before{content:""}.linear-icon-calculator2:before{content:""}.linear-icon-abacus:before{content:""}.linear-icon-vault:before{content:""}.linear-icon-telephone:before{content:""}.linear-icon-phone-lock:before{content:""}.linear-icon-phone-wave:before{content:""}.linear-icon-phone-pause:before{content:""}.linear-icon-phone-outgoing:before{content:""}.linear-icon-phone-incoming:before{content:""}.linear-icon-phone-in-out:before{content:""}.linear-icon-phone-error:before{content:""}.linear-icon-phone-sip:before{content:""}.linear-icon-phone-plus:before{content:""}.linear-icon-phone-minus:before{content:""}.linear-icon-voicemail:before{content:""}.linear-icon-dial:before{content:""}.linear-icon-telephone2:before{content:""}.linear-icon-pushpin:before{content:""}.linear-icon-pushpin2:before{content:""}.linear-icon-map-marker:before{content:""}.linear-icon-map-marker-user:before{content:""}.linear-icon-map-marker-down:before{content:""}.linear-icon-map-marker-check:before{content:""}.linear-icon-map-marker-crossed:before{content:""}.linear-icon-radar:before{content:""}.linear-icon-compass2:before{content:""}.linear-icon-map:before{content:""}.linear-icon-map2:before{content:""}.linear-icon-location:before{content:""}.linear-icon-road-sign:before{content:""}.linear-icon-calendar-empty:before{content:""}.linear-icon-calendar-check:before{content:""}.linear-icon-calendar-cross:before{content:""}.linear-icon-calendar-31:before{content:""}.linear-icon-calendar-full:before{content:""}.linear-icon-calendar-insert:before{content:""}.linear-icon-calendar-text:before{content:""}.linear-icon-calendar-user:before{content:""}.linear-icon-mouse:before{content:""}.linear-icon-mouse-left:before{content:""}.linear-icon-mouse-right:before{content:""}.linear-icon-mouse-both:before{content:""}.linear-icon-keyboard:before{content:""}.linear-icon-keyboard-up:before{content:""}.linear-icon-keyboard-down:before{content:""}.linear-icon-delete:before{content:""}.linear-icon-spell-check:before{content:""}.linear-icon-escape:before{content:""}.linear-icon-enter2:before{content:""}.linear-icon-screen:before{content:""}.linear-icon-aspect-ratio:before{content:""}.linear-icon-signal:before{content:""}.linear-icon-signal-lock:before{content:""}.linear-icon-signal-80:before{content:""}.linear-icon-signal-60:before{content:""}.linear-icon-signal-40:before{content:""}.linear-icon-signal-20:before{content:""}.linear-icon-signal-0:before{content:""}.linear-icon-signal-blocked:before{content:""}.linear-icon-sim:before{content:""}.linear-icon-flash-memory:before{content:""}.linear-icon-usb-drive:before{content:""}.linear-icon-phone:before{content:""}.linear-icon-smartphone:before{content:""}.linear-icon-smartphone-notification:before{content:""}.linear-icon-smartphone-vibration:before{content:""}.linear-icon-smartphone-embed:before{content:""}.linear-icon-smartphone-waves:before{content:""}.linear-icon-tablet:before{content:""}.linear-icon-tablet2:before{content:""}.linear-icon-laptop:before{content:""}.linear-icon-laptop-phone:before{content:""}.linear-icon-desktop:before{content:""}.linear-icon-launch:before{content:""}.linear-icon-new-tab:before{content:""}.linear-icon-window:before{content:""}.linear-icon-cable:before{content:""}.linear-icon-cable2:before{content:""}.linear-icon-tv:before{content:""}.linear-icon-radio:before{content:""}.linear-icon-remote-control:before{content:""}.linear-icon-power-switch:before{content:""}.linear-icon-power:before{content:""}.linear-icon-power-crossed:before{content:""}.linear-icon-flash-auto:before{content:""}.linear-icon-lamp:before{content:""}.linear-icon-flashlight:before{content:""}.linear-icon-lampshade:before{content:""}.linear-icon-cord:before{content:""}.linear-icon-outlet:before{content:""}.linear-icon-battery-power:before{content:""}.linear-icon-battery-empty:before{content:""}.linear-icon-battery-alert:before{content:""}.linear-icon-battery-error:before{content:""}.linear-icon-battery-low1:before{content:""}.linear-icon-battery-low2:before{content:""}.linear-icon-battery-low3:before{content:""}.linear-icon-battery-mid1:before{content:""}.linear-icon-battery-mid2:before{content:""}.linear-icon-battery-mid3:before{content:""}.linear-icon-battery-full:before{content:""}.linear-icon-battery-charging:before{content:""}.linear-icon-battery-charging2:before{content:""}.linear-icon-battery-charging3:before{content:""}.linear-icon-battery-charging4:before{content:""}.linear-icon-battery-charging5:before{content:""}.linear-icon-battery-charging6:before{content:""}.linear-icon-battery-charging7:before{content:""}.linear-icon-chip:before{content:""}.linear-icon-chip-x64:before{content:""}.linear-icon-chip-x86:before{content:""}.linear-icon-bubble:before{content:""}.linear-icon-bubbles:before{content:""}.linear-icon-bubble-dots:before{content:""}.linear-icon-bubble-alert:before{content:""}.linear-icon-bubble-question:before{content:""}.linear-icon-bubble-text:before{content:""}.linear-icon-bubble-pencil:before{content:""}.linear-icon-bubble-picture:before{content:""}.linear-icon-bubble-video:before{content:""}.linear-icon-bubble-user:before{content:""}.linear-icon-bubble-quote:before{content:""}.linear-icon-bubble-heart:before{content:""}.linear-icon-bubble-emoticon:before{content:""}.linear-icon-bubble-attachment:before{content:""}.linear-icon-phone-bubble:before{content:""}.linear-icon-quote-open:before{content:""}.linear-icon-quote-close:before{content:""}.linear-icon-dna:before{content:""}.linear-icon-heart-pulse:before{content:""}.linear-icon-pulse:before{content:""}.linear-icon-syringe:before{content:""}.linear-icon-pills:before{content:""}.linear-icon-first-aid:before{content:""}.linear-icon-lifebuoy:before{content:""}.linear-icon-bandage:before{content:""}.linear-icon-bandages:before{content:""}.linear-icon-thermometer:before{content:""}.linear-icon-microscope:before{content:""}.linear-icon-brain:before{content:""}.linear-icon-beaker:before{content:""}.linear-icon-skull:before{content:""}.linear-icon-bone:before{content:""}.linear-icon-construction:before{content:""}.linear-icon-construction-cone:before{content:""}.linear-icon-pie-chart:before{content:""}.linear-icon-pie-chart2:before{content:""}.linear-icon-graph:before{content:""}.linear-icon-chart-growth:before{content:""}.linear-icon-chart-bars:before{content:""}.linear-icon-chart-settings:before{content:""}.linear-icon-cake:before{content:""}.linear-icon-gift:before{content:""}.linear-icon-balloon:before{content:""}.linear-icon-rank:before{content:""}.linear-icon-rank2:before{content:""}.linear-icon-rank3:before{content:""}.linear-icon-crown:before{content:""}.linear-icon-lotus:before{content:""}.linear-icon-diamond:before{content:""}.linear-icon-diamond2:before{content:""}.linear-icon-diamond3:before{content:""}.linear-icon-diamond4:before{content:""}.linear-icon-linearicons:before{content:""}.linear-icon-teacup:before{content:""}.linear-icon-teapot:before{content:""}.linear-icon-glass:before{content:""}.linear-icon-bottle2:before{content:""}.linear-icon-glass-cocktail:before{content:""}.linear-icon-glass2:before{content:""}.linear-icon-dinner:before{content:""}.linear-icon-dinner2:before{content:""}.linear-icon-chef:before{content:""}.linear-icon-scale2:before{content:""}.linear-icon-egg:before{content:""}.linear-icon-egg2:before{content:""}.linear-icon-eggs:before{content:""}.linear-icon-platter:before{content:""}.linear-icon-steak:before{content:""}.linear-icon-hamburger:before{content:""}.linear-icon-hotdog:before{content:""}.linear-icon-pizza:before{content:""}.linear-icon-sausage:before{content:""}.linear-icon-chicken:before{content:""}.linear-icon-fish:before{content:""}.linear-icon-carrot:before{content:""}.linear-icon-cheese:before{content:""}.linear-icon-bread:before{content:""}.linear-icon-ice-cream:before{content:""}.linear-icon-ice-cream2:before{content:""}.linear-icon-candy:before{content:""}.linear-icon-lollipop:before{content:""}.linear-icon-coffee-bean:before{content:""}.linear-icon-coffee-cup:before{content:""}.linear-icon-cherry:before{content:""}.linear-icon-grapes:before{content:""}.linear-icon-citrus:before{content:""}.linear-icon-apple:before{content:""}.linear-icon-leaf:before{content:""}.linear-icon-landscape:before{content:""}.linear-icon-pine-tree:before{content:""}.linear-icon-tree:before{content:""}.linear-icon-cactus:before{content:""}.linear-icon-paw:before{content:""}.linear-icon-footprint:before{content:""}.linear-icon-speed-slow:before{content:""}.linear-icon-speed-medium:before{content:""}.linear-icon-speed-fast:before{content:""}.linear-icon-rocket:before{content:""}.linear-icon-hammer2:before{content:""}.linear-icon-balance:before{content:""}.linear-icon-briefcase:before{content:""}.linear-icon-luggage-weight:before{content:""}.linear-icon-dolly:before{content:""}.linear-icon-plane:before{content:""}.linear-icon-plane-crossed:before{content:""}.linear-icon-helicopter:before{content:""}.linear-icon-traffic-lights:before{content:""}.linear-icon-siren:before{content:""}.linear-icon-road:before{content:""}.linear-icon-engine:before{content:""}.linear-icon-oil-pressure:before{content:""}.linear-icon-coolant-temperature:before{content:""}.linear-icon-car-battery:before{content:""}.linear-icon-gas:before{content:""}.linear-icon-gallon:before{content:""}.linear-icon-transmission:before{content:""}.linear-icon-car:before{content:""}.linear-icon-car-wash:before{content:""}.linear-icon-car-wash2:before{content:""}.linear-icon-bus:before{content:""}.linear-icon-bus2:before{content:""}.linear-icon-car2:before{content:""}.linear-icon-parking:before{content:""}.linear-icon-car-lock:before{content:""}.linear-icon-taxi:before{content:""}.linear-icon-car-siren:before{content:""}.linear-icon-car-wash3:before{content:""}.linear-icon-car-wash4:before{content:""}.linear-icon-ambulance:before{content:""}.linear-icon-truck:before{content:""}.linear-icon-trailer:before{content:""}.linear-icon-scale-truck:before{content:""}.linear-icon-train:before{content:""}.linear-icon-ship:before{content:""}.linear-icon-ship2:before{content:""}.linear-icon-anchor:before{content:""}.linear-icon-boat:before{content:""}.linear-icon-bicycle:before{content:""}.linear-icon-bicycle2:before{content:""}.linear-icon-dumbbell:before{content:""}.linear-icon-bench-press:before{content:""}.linear-icon-swim:before{content:""}.linear-icon-football:before{content:""}.linear-icon-baseball-bat:before{content:""}.linear-icon-baseball:before{content:""}.linear-icon-tennis:before{content:""}.linear-icon-tennis2:before{content:""}.linear-icon-ping-pong:before{content:""}.linear-icon-hockey:before{content:""}.linear-icon-8ball:before{content:""}.linear-icon-bowling:before{content:""}.linear-icon-bowling-pins:before{content:""}.linear-icon-golf:before{content:""}.linear-icon-golf2:before{content:""}.linear-icon-archery:before{content:""}.linear-icon-slingshot:before{content:""}.linear-icon-soccer:before{content:""}.linear-icon-basketball:before{content:""}.linear-icon-cube:before{content:""}.linear-icon-3d-rotate:before{content:""}.linear-icon-puzzle:before{content:""}.linear-icon-glasses:before{content:""}.linear-icon-glasses2:before{content:""}.linear-icon-accessibility:before{content:""}.linear-icon-wheelchair:before{content:""}.linear-icon-wall:before{content:""}.linear-icon-fence:before{content:""}.linear-icon-wall2:before{content:""}.linear-icon-icons:before{content:""}.linear-icon-resize-handle:before{content:""}.linear-icon-icons2:before{content:""}.linear-icon-select:before{content:""}.linear-icon-select2:before{content:""}.linear-icon-site-map:before{content:""}.linear-icon-earth:before{content:""}.linear-icon-earth-lock:before{content:""}.linear-icon-network:before{content:""}.linear-icon-network-lock:before{content:""}.linear-icon-planet:before{content:""}.linear-icon-happy:before{content:""}.linear-icon-smile:before{content:""}.linear-icon-grin:before{content:""}.linear-icon-tongue:before{content:""}.linear-icon-sad:before{content:""}.linear-icon-wink:before{content:""}.linear-icon-dream:before{content:""}.linear-icon-shocked:before{content:""}.linear-icon-shocked2:before{content:""}.linear-icon-tongue2:before{content:""}.linear-icon-neutral:before{content:""}.linear-icon-happy-grin:before{content:""}.linear-icon-cool:before{content:""}.linear-icon-mad:before{content:""}.linear-icon-grin-evil:before{content:""}.linear-icon-evil:before{content:""}.linear-icon-wow:before{content:""}.linear-icon-annoyed:before{content:""}.linear-icon-wondering:before{content:""}.linear-icon-confused:before{content:""}.linear-icon-zipped:before{content:""}.linear-icon-grumpy:before{content:""}.linear-icon-mustache:before{content:""}.linear-icon-tombstone-hipster:before{content:""}.linear-icon-tombstone:before{content:""}.linear-icon-ghost:before{content:""}.linear-icon-ghost-hipster:before{content:""}.linear-icon-halloween:before{content:""}.linear-icon-christmas:before{content:""}.linear-icon-easter-egg:before{content:""}.linear-icon-mustache2:before{content:""}.linear-icon-mustache-glasses:before{content:""}.linear-icon-pipe:before{content:""}.linear-icon-alarm:before{content:""}.linear-icon-alarm-add:before{content:""}.linear-icon-alarm-snooze:before{content:""}.linear-icon-alarm-ringing:before{content:""}.linear-icon-bullhorn:before{content:""}.linear-icon-hearing:before{content:""}.linear-icon-volume-high:before{content:""}.linear-icon-volume-medium:before{content:""}.linear-icon-volume-low:before{content:""}.linear-icon-volume:before{content:""}.linear-icon-mute:before{content:""}.linear-icon-lan:before{content:""}.linear-icon-lan2:before{content:""}.linear-icon-wifi:before{content:""}.linear-icon-wifi-lock:before{content:""}.linear-icon-wifi-blocked:before{content:""}.linear-icon-wifi-mid:before{content:""}.linear-icon-wifi-low:before{content:""}.linear-icon-wifi-low2:before{content:""}.linear-icon-wifi-alert:before{content:""}.linear-icon-wifi-alert-mid:before{content:""}.linear-icon-wifi-alert-low:before{content:""}.linear-icon-wifi-alert-low2:before{content:""}.linear-icon-stream:before{content:""}.linear-icon-stream-check:before{content:""}.linear-icon-stream-error:before{content:""}.linear-icon-stream-alert:before{content:""}.linear-icon-communication:before{content:""}.linear-icon-communication-crossed:before{content:""}.linear-icon-broadcast:before{content:""}.linear-icon-antenna:before{content:""}.linear-icon-satellite:before{content:""}.linear-icon-satellite2:before{content:""}.linear-icon-mic:before{content:""}.linear-icon-mic-mute:before{content:""}.linear-icon-mic2:before{content:""}.linear-icon-spotlights:before{content:""}.linear-icon-hourglass:before{content:""}.linear-icon-loading:before{content:""}.linear-icon-loading2:before{content:""}.linear-icon-loading3:before{content:""}.linear-icon-refresh:before{content:""}.linear-icon-refresh2:before{content:""}.linear-icon-undo:before{content:""}.linear-icon-redo:before{content:""}.linear-icon-jump2:before{content:""}.linear-icon-undo2:before{content:""}.linear-icon-redo2:before{content:""}.linear-icon-sync:before{content:""}.linear-icon-repeat-one2:before{content:""}.linear-icon-sync-crossed:before{content:""}.linear-icon-sync2:before{content:""}.linear-icon-repeat-one3:before{content:""}.linear-icon-sync-crossed2:before{content:""}.linear-icon-return:before{content:""}.linear-icon-return2:before{content:""}.linear-icon-refund:before{content:""}.linear-icon-history:before{content:""}.linear-icon-history2:before{content:""}.linear-icon-self-timer:before{content:""}.linear-icon-clock:before{content:""}.linear-icon-clock2:before{content:""}.linear-icon-clock3:before{content:""}.linear-icon-watch:before{content:""}.linear-icon-alarm2:before{content:""}.linear-icon-alarm-add2:before{content:""}.linear-icon-alarm-remove:before{content:""}.linear-icon-alarm-check:before{content:""}.linear-icon-alarm-error:before{content:""}.linear-icon-timer:before{content:""}.linear-icon-timer-crossed:before{content:""}.linear-icon-timer2:before{content:""}.linear-icon-timer-crossed2:before{content:""}.linear-icon-download:before{content:""}.linear-icon-upload:before{content:""}.linear-icon-download2:before{content:""}.linear-icon-upload2:before{content:""}.linear-icon-enter-up:before{content:""}.linear-icon-enter-down:before{content:""}.linear-icon-enter-left:before{content:""}.linear-icon-enter-right:before{content:""}.linear-icon-exit-up:before{content:""}.linear-icon-exit-down:before{content:""}.linear-icon-exit-left:before{content:""}.linear-icon-exit-right:before{content:""}.linear-icon-enter-up2:before{content:""}.linear-icon-enter-down2:before{content:""}.linear-icon-enter-vertical:before{content:""}.linear-icon-enter-left2:before{content:""}.linear-icon-enter-right2:before{content:""}.linear-icon-enter-horizontal:before{content:""}.linear-icon-exit-up2:before{content:""}.linear-icon-exit-down2:before{content:""}.linear-icon-exit-left2:before{content:""}.linear-icon-exit-right2:before{content:""}.linear-icon-cli:before{content:""}.linear-icon-bug:before{content:""}.linear-icon-code:before{content:""}.linear-icon-file-code:before{content:""}.linear-icon-file-image:before{content:""}.linear-icon-file-zip:before{content:""}.linear-icon-file-audio:before{content:""}.linear-icon-file-video:before{content:""}.linear-icon-file-preview:before{content:""}.linear-icon-file-charts:before{content:""}.linear-icon-file-stats:before{content:""}.linear-icon-file-spreadsheet:before{content:""}.linear-icon-link:before{content:""}.linear-icon-unlink:before{content:""}.linear-icon-link2:before{content:""}.linear-icon-unlink2:before{content:""}.linear-icon-thumbs-up:before{content:""}.linear-icon-thumbs-down:before{content:""}.linear-icon-thumbs-up2:before{content:""}.linear-icon-thumbs-down2:before{content:""}.linear-icon-thumbs-up3:before{content:""}.linear-icon-thumbs-down3:before{content:""}.linear-icon-share:before{content:""}.linear-icon-share2:before{content:""}.linear-icon-share3:before{content:""}.linear-icon-magnifier:before{content:""}.linear-icon-file-search:before{content:""}.linear-icon-find-replace:before{content:""}.linear-icon-zoom-in:before{content:""}.linear-icon-zoom-out:before{content:""}.linear-icon-loupe:before{content:""}.linear-icon-loupe-zoom-in:before{content:""}.linear-icon-loupe-zoom-out:before{content:""}.linear-icon-cross:before{content:""}.linear-icon-menu:before{content:""}.linear-icon-list:before{content:""}.linear-icon-list2:before{content:""}.linear-icon-list3:before{content:""}.linear-icon-menu2:before{content:""}.linear-icon-list4:before{content:""}.linear-icon-menu3:before{content:""}.linear-icon-exclamation:before{content:""}.linear-icon-question:before{content:""}.linear-icon-check:before{content:""}.linear-icon-cross2:before{content:""}.linear-icon-plus:before{content:""}.linear-icon-minus:before{content:""}.linear-icon-percent:before{content:""}.linear-icon-chevron-up:before{content:""}.linear-icon-chevron-down:before{content:""}.linear-icon-chevron-left:before{content:""}.linear-icon-chevron-right:before{content:""}.linear-icon-chevrons-expand-vertical:before{content:""}.linear-icon-chevrons-expand-horizontal:before{content:""}.linear-icon-chevrons-contract-vertical:before{content:""}.linear-icon-chevrons-contract-horizontal:before{content:""}.linear-icon-arrow-up:before{content:""}.linear-icon-arrow-down:before{content:""}.linear-icon-arrow-left:before{content:""}.linear-icon-arrow-right:before{content:""}.linear-icon-arrow-up-right:before{content:""}.linear-icon-arrows-merge:before{content:""}.linear-icon-arrows-split:before{content:""}.linear-icon-arrow-divert:before{content:""}.linear-icon-arrow-return:before{content:""}.linear-icon-expand:before{content:""}.linear-icon-contract:before{content:""}.linear-icon-expand2:before{content:""}.linear-icon-contract2:before{content:""}.linear-icon-move:before{content:""}.linear-icon-tab:before{content:""}.linear-icon-arrow-wave:before{content:""}.linear-icon-expand3:before{content:""}.linear-icon-expand4:before{content:""}.linear-icon-contract3:before{content:""}.linear-icon-notification:before{content:""}.linear-icon-warning:before{content:""}.linear-icon-notification-circle:before{content:""}.linear-icon-question-circle:before{content:""}.linear-icon-menu-circle:before{content:""}.linear-icon-checkmark-circle:before{content:""}.linear-icon-cross-circle:before{content:""}.linear-icon-plus-circle:before{content:""}.linear-icon-circle-minus:before{content:""}.linear-icon-percent-circle:before{content:""}.linear-icon-arrow-up-circle:before{content:""}.linear-icon-arrow-down-circle:before{content:""}.linear-icon-arrow-left-circle:before{content:""}.linear-icon-arrow-right-circle:before{content:""}.linear-icon-chevron-up-circle:before{content:""}.linear-icon-chevron-down-circle:before{content:""}.linear-icon-chevron-left-circle:before{content:""}.linear-icon-chevron-right-circle:before{content:""}.linear-icon-backward-circle:before{content:""}.linear-icon-first-circle:before{content:""}.linear-icon-previous-circle:before{content:""}.linear-icon-stop-circle:before{content:""}.linear-icon-play-circle:before{content:""}.linear-icon-pause-circle:before{content:""}.linear-icon-next-circle:before{content:""}.linear-icon-last-circle:before{content:""}.linear-icon-forward-circle:before{content:""}.linear-icon-eject-circle:before{content:""}.linear-icon-crop:before{content:""}.linear-icon-frame-expand:before{content:""}.linear-icon-frame-contract:before{content:""}.linear-icon-focus:before{content:""}.linear-icon-transform:before{content:""}.linear-icon-grid:before{content:""}.linear-icon-grid-crossed:before{content:""}.linear-icon-layers:before{content:""}.linear-icon-layers-crossed:before{content:""}.linear-icon-toggle:before{content:""}.linear-icon-rulers:before{content:""}.linear-icon-ruler:before{content:""}.linear-icon-funnel:before{content:""}.linear-icon-flip-horizontal:before{content:""}.linear-icon-flip-vertical:before{content:""}.linear-icon-flip-horizontal2:before{content:""}.linear-icon-flip-vertical2:before{content:""}.linear-icon-angle:before{content:""}.linear-icon-angle2:before{content:""}.linear-icon-subtract:before{content:""}.linear-icon-combine:before{content:""}.linear-icon-intersect:before{content:""}.linear-icon-exclude:before{content:""}.linear-icon-align-center-vertical:before{content:""}.linear-icon-align-right:before{content:""}.linear-icon-align-bottom:before{content:""}.linear-icon-align-left:before{content:""}.linear-icon-align-center-horizontal:before{content:""}.linear-icon-align-top:before{content:""}.linear-icon-square:before{content:""}.linear-icon-plus-square:before{content:""}.linear-icon-minus-square:before{content:""}.linear-icon-percent-square:before{content:""}.linear-icon-arrow-up-square:before{content:""}.linear-icon-arrow-down-square:before{content:""}.linear-icon-arrow-left-square:before{content:""}.linear-icon-arrow-right-square:before{content:""}.linear-icon-chevron-up-square:before{content:""}.linear-icon-chevron-down-square:before{content:""}.linear-icon-chevron-left-square:before{content:""}.linear-icon-chevron-right-square:before{content:""}.linear-icon-check-square:before{content:""}.linear-icon-cross-square:before{content:""}.linear-icon-menu-square:before{content:""}.linear-icon-prohibited:before{content:""}.linear-icon-circle:before{content:""}.linear-icon-radio-button:before{content:""}.linear-icon-ligature:before{content:""}.linear-icon-text-format:before{content:""}.linear-icon-text-format-remove:before{content:""}.linear-icon-text-size:before{content:""}.linear-icon-bold:before{content:""}.linear-icon-italic:before{content:""}.linear-icon-underline:before{content:""}.linear-icon-strikethrough:before{content:""}.linear-icon-highlight:before{content:""}.linear-icon-text-align-left:before{content:""}.linear-icon-text-align-center:before{content:""}.linear-icon-text-align-right:before{content:""}.linear-icon-text-align-justify:before{content:""}.linear-icon-line-spacing:before{content:""}.linear-icon-indent-increase:before{content:""}.linear-icon-indent-decrease:before{content:""}.linear-icon-text-wrap:before{content:""}.linear-icon-pilcrow:before{content:""}.linear-icon-direction-ltr:before{content:""}.linear-icon-direction-rtl:before{content:""}.linear-icon-page-break:before{content:""}.linear-icon-page-break2:before{content:""}.linear-icon-sort-alpha-asc:before{content:""}.linear-icon-sort-alpha-desc:before{content:""}.linear-icon-sort-numeric-asc:before{content:""}.linear-icon-sort-numeric-desc:before{content:""}.linear-icon-sort-amount-asc:before{content:""}.linear-icon-sort-amount-desc:before{content:""}.linear-icon-sort-time-asc:before{content:""}.linear-icon-sort-time-desc:before{content:""}.linear-icon-sigma:before{content:""}.linear-icon-pencil-line:before{content:""}.linear-icon-hand:before{content:""}.linear-icon-pointer-up:before{content:""}.linear-icon-pointer-right:before{content:""}.linear-icon-pointer-down:before{content:""}.linear-icon-pointer-left:before{content:""}.linear-icon-finger-tap:before{content:""}.linear-icon-fingers-tap:before{content:""}.linear-icon-reminder:before{content:""}.linear-icon-fingers-crossed:before{content:""}.linear-icon-fingers-victory:before{content:""}.linear-icon-gesture-zoom:before{content:""}.linear-icon-gesture-pinch:before{content:""}.linear-icon-fingers-scroll-horizontal:before{content:""}.linear-icon-fingers-scroll-vertical:before{content:""}.linear-icon-fingers-scroll-left:before{content:""}.linear-icon-fingers-scroll-right:before{content:""}.linear-icon-hand2:before{content:""}.linear-icon-pointer-up2:before{content:""}.linear-icon-pointer-right2:before{content:""}.linear-icon-pointer-down2:before{content:""}.linear-icon-pointer-left2:before{content:""}.linear-icon-finger-tap2:before{content:""}.linear-icon-fingers-tap2:before{content:""}.linear-icon-reminder2:before{content:""}.linear-icon-gesture-zoom2:before{content:""}.linear-icon-gesture-pinch2:before{content:""}.linear-icon-fingers-scroll-horizontal2:before{content:""}.linear-icon-fingers-scroll-vertical2:before{content:""}.linear-icon-fingers-scroll-left2:before{content:""}.linear-icon-fingers-scroll-right2:before{content:""}.linear-icon-fingers-scroll-vertical3:before{content:""}.linear-icon-border-style:before{content:""}.linear-icon-border-all:before{content:""}.linear-icon-border-outer:before{content:""}.linear-icon-border-inner:before{content:""}.linear-icon-border-top:before{content:""}.linear-icon-border-horizontal:before{content:""}.linear-icon-border-bottom:before{content:""}.linear-icon-border-left:before{content:""}.linear-icon-border-vertical:before{content:""}.linear-icon-border-right:before{content:""}.linear-icon-border-none:before{content:""}.linear-icon-ellipsis:before{content:""}
@charset "UTF-8";.animated{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-1.875rem,0);transform:translate3d(0,-1.875rem,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-.9375rem,0);transform:translate3d(0,-.9375rem,0)}90%{-webkit-transform:translate3d(0,-.25rem,0);transform:translate3d(0,-.25rem,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-1.875rem,0);transform:translate3d(0,-1.875rem,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-.9375rem,0);transform:translate3d(0,-.9375rem,0)}90%{-webkit-transform:translate3d(0,-.25rem,0);transform:translate3d(0,-.25rem,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-.625rem,0,0);transform:translate3d(-.625rem,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(.625rem,0,0);transform:translate3d(.625rem,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-.625rem,0,0);transform:translate3d(-.625rem,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(.625rem,0,0);transform:translate3d(.625rem,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-187.5rem,0);transform:translate3d(0,-187.5rem,0)}60%{opacity:1;-webkit-transform:translate3d(0,1.5625rem,0);transform:translate3d(0,1.5625rem,0)}75%{-webkit-transform:translate3d(0,-.625rem,0);transform:translate3d(0,-.625rem,0)}90%{-webkit-transform:translate3d(0,.3125rem,0);transform:translate3d(0,.3125rem,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-187.5rem,0);transform:translate3d(0,-187.5rem,0)}60%{opacity:1;-webkit-transform:translate3d(0,1.5625rem,0);transform:translate3d(0,1.5625rem,0)}75%{-webkit-transform:translate3d(0,-.625rem,0);transform:translate3d(0,-.625rem,0)}90%{-webkit-transform:translate3d(0,.3125rem,0);transform:translate3d(0,.3125rem,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-187.5rem,0,0);transform:translate3d(-187.5rem,0,0)}60%{opacity:1;-webkit-transform:translate3d(1.5625rem,0,0);transform:translate3d(1.5625rem,0,0)}75%{-webkit-transform:translate3d(-.625rem,0,0);transform:translate3d(-.625rem,0,0)}90%{-webkit-transform:translate3d(.3125rem,0,0);transform:translate3d(.3125rem,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-187.5rem,0,0);transform:translate3d(-187.5rem,0,0)}60%{opacity:1;-webkit-transform:translate3d(1.5625rem,0,0);transform:translate3d(1.5625rem,0,0)}75%{-webkit-transform:translate3d(-.625rem,0,0);transform:translate3d(-.625rem,0,0)}90%{-webkit-transform:translate3d(.3125rem,0,0);transform:translate3d(.3125rem,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(187.5rem,0,0);transform:translate3d(187.5rem,0,0)}60%{opacity:1;-webkit-transform:translate3d(-1.5625rem,0,0);transform:translate3d(-1.5625rem,0,0)}75%{-webkit-transform:translate3d(.625rem,0,0);transform:translate3d(.625rem,0,0)}90%{-webkit-transform:translate3d(-.3125rem,0,0);transform:translate3d(-.3125rem,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(187.5rem,0,0);transform:translate3d(187.5rem,0,0)}60%{opacity:1;-webkit-transform:translate3d(-1.5625rem,0,0);transform:translate3d(-1.5625rem,0,0)}75%{-webkit-transform:translate3d(.625rem,0,0);transform:translate3d(.625rem,0,0)}90%{-webkit-transform:translate3d(-.3125rem,0,0);transform:translate3d(-.3125rem,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,187.5rem,0);transform:translate3d(0,187.5rem,0)}60%{opacity:1;-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0)}75%{-webkit-transform:translate3d(0,.625rem,0);transform:translate3d(0,.625rem,0)}90%{-webkit-transform:translate3d(0,-.3125rem,0);transform:translate3d(0,-.3125rem,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,187.5rem,0);transform:translate3d(0,187.5rem,0)}60%{opacity:1;-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0)}75%{-webkit-transform:translate3d(0,.625rem,0);transform:translate3d(0,.625rem,0)}90%{-webkit-transform:translate3d(0,-.3125rem,0);transform:translate3d(0,-.3125rem,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,.625rem,0);transform:translate3d(0,.625rem,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0)}100%{opacity:0;-webkit-transform:translate3d(0,125rem,0);transform:translate3d(0,125rem,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,.625rem,0);transform:translate3d(0,.625rem,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-1.25rem,0);transform:translate3d(0,-1.25rem,0)}100%{opacity:0;-webkit-transform:translate3d(0,125rem,0);transform:translate3d(0,125rem,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(1.25rem,0,0);transform:translate3d(1.25rem,0,0)}100%{opacity:0;-webkit-transform:translate3d(-125rem,0,0);transform:translate3d(-125rem,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(1.25rem,0,0);transform:translate3d(1.25rem,0,0)}100%{opacity:0;-webkit-transform:translate3d(-125rem,0,0);transform:translate3d(-125rem,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-1.25rem,0,0);transform:translate3d(-1.25rem,0,0)}100%{opacity:0;-webkit-transform:translate3d(125rem,0,0);transform:translate3d(125rem,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-1.25rem,0,0);transform:translate3d(-1.25rem,0,0)}100%{opacity:0;-webkit-transform:translate3d(125rem,0,0);transform:translate3d(125rem,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-.625rem,0);transform:translate3d(0,-.625rem,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,1.25rem,0);transform:translate3d(0,1.25rem,0)}100%{opacity:0;-webkit-transform:translate3d(0,-125rem,0);transform:translate3d(0,-125rem,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-.625rem,0);transform:translate3d(0,-.625rem,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,1.25rem,0);transform:translate3d(0,1.25rem,0)}100%{opacity:0;-webkit-transform:translate3d(0,-125rem,0);transform:translate3d(0,-125rem,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-125rem,0);transform:translate3d(0,-125rem,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-125rem,0);transform:translate3d(0,-125rem,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-125rem,0,0);transform:translate3d(-125rem,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-125rem,0,0);transform:translate3d(-125rem,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(125rem,0,0);transform:translate3d(125rem,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(125rem,0,0);transform:translate3d(125rem,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,125rem,0);transform:translate3d(0,125rem,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,125rem,0);transform:translate3d(0,125rem,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,125rem,0);transform:translate3d(0,125rem,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,125rem,0);transform:translate3d(0,125rem,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-125rem,0,0);transform:translate3d(-125rem,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-125rem,0,0);transform:translate3d(-125rem,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(125rem,0,0);transform:translate3d(125rem,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(125rem,0,0);transform:translate3d(125rem,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-125rem,0);transform:translate3d(0,-125rem,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-125rem,0);transform:translate3d(0,-125rem,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-360deg);transform:perspective(25rem) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-190deg);transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-170deg);transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(25rem) scale3d(.95,.95,.95);transform:perspective(25rem) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(25rem);transform:perspective(25rem);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-360deg);transform:perspective(25rem) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-190deg);transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-170deg);transform:perspective(25rem) translate3d(0,0,9.375rem) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(25rem) scale3d(.95,.95,.95);transform:perspective(25rem) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(25rem);transform:perspective(25rem);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,90deg);transform:perspective(25rem) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,-20deg);transform:perspective(25rem) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,10deg);transform:perspective(25rem) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,-5deg);transform:perspective(25rem) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}}@keyframes flipInX{0%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,90deg);transform:perspective(25rem) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,-20deg);transform:perspective(25rem) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,10deg);transform:perspective(25rem) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,-5deg);transform:perspective(25rem) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,90deg);transform:perspective(25rem) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-20deg);transform:perspective(25rem) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,10deg);transform:perspective(25rem) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-5deg);transform:perspective(25rem) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}}@keyframes flipInY{0%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,90deg);transform:perspective(25rem) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-20deg);transform:perspective(25rem) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,10deg);transform:perspective(25rem) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-5deg);transform:perspective(25rem) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}30%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,-20deg);transform:perspective(25rem) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,90deg);transform:perspective(25rem) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}30%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,-20deg);transform:perspective(25rem) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(25rem) rotate3d(1,0,0,90deg);transform:perspective(25rem) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}30%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-15deg);transform:perspective(25rem) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,90deg);transform:perspective(25rem) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(25rem);transform:perspective(25rem)}30%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,-15deg);transform:perspective(25rem) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(25rem) rotate3d(0,1,0,90deg);transform:perspective(25rem) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,43.75rem,0);transform:translate3d(0,43.75rem,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,43.75rem,0);transform:translate3d(0,43.75rem,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-62.5rem,0);transform:scale3d(.1,.1,.1) translate3d(0,-62.5rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-62.5rem,0);transform:scale3d(.1,.1,.1) translate3d(0,-62.5rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-62.5rem,0,0);transform:scale3d(.1,.1,.1) translate3d(-62.5rem,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(.625rem,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-62.5rem,0,0);transform:scale3d(.1,.1,.1) translate3d(-62.5rem,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(.625rem,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(62.5rem,0,0);transform:scale3d(.1,.1,.1) translate3d(62.5rem,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(-.625rem,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(62.5rem,0,0);transform:scale3d(.1,.1,.1) translate3d(62.5rem,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(-.625rem,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,62.5rem,0);transform:scale3d(.1,.1,.1) translate3d(0,62.5rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,62.5rem,0);transform:scale3d(.1,.1,.1) translate3d(0,62.5rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,125rem,0);transform:scale3d(.1,.1,.1) translate3d(0,125rem,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,-3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,125rem,0);transform:scale3d(.1,.1,.1) translate3d(0,125rem,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(2.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(2.625rem,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-125rem,0,0);transform:scale(.1) translate3d(-125rem,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(2.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(2.625rem,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-125rem,0,0);transform:scale(.1) translate3d(-125rem,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-2.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(-2.625rem,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(125rem,0,0);transform:scale(.1) translate3d(125rem,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-2.625rem,0,0);transform:scale3d(.475,.475,.475) translate3d(-2.625rem,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(125rem,0,0);transform:scale(.1) translate3d(125rem,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-125rem,0);transform:scale3d(.1,.1,.1) translate3d(0,-125rem,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);transform:scale3d(.475,.475,.475) translate3d(0,3.75rem,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-125rem,0);transform:scale3d(.1,.1,.1) translate3d(0,-125rem,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0.0000rem;left:0.0000rem}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:0.6250rem; margin-right:1.2500rem !important}


.tp-caption.whitedivider0.1875rem {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 25.5000rem;
	min-height: 0.1875rem;
	border-width: 0.0000rem;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:3.7500rem;
line-height:3.7500;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:0.5000rem;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider0.1875rem {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0.0000rem;
line-height:0;
min-width:29.2500rem;
min-height:0.1875rem;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:2.3125rem;
line-height:2.3125;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:0.3125rem;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:1.5625rem;
line-height:1.5625;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:0.3125rem;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider0.1875rem_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0.0000rem;
line-height:0;
min-width:0.1875rem;
min-height:8.1250rem;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:1.5625rem;
line-height:1.5625;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:0.3125rem;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:0.8125rem;
line-height:1.5625;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:0.3125rem;
max-width:29.3750rem;
white-space:normal !important;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:23.1250rem;
height:0.1875rem;
border-width:0.0000rem;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 3.7500rem;
line-height: 3.7500;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5000rem;
border-width: 0.0000rem;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 2.1250rem;
line-height: 2.1250;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.3125rem;
border-width: 0.0000rem;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:9.3750rem;
line-height:8.1250;
font-family: 'Oswald', sans-serif;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0.0000rem;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:3.1250rem;
line-height:3.1250;
font-family: 'Open Sans', sans-serif;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:5.6250rem;
line-height:5.6250;
font-family: 'Open Sans', sans-serif;
margin:0.0000rem;
letter-spacing: 1.2500rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#3d3a37;
font-weight:700;
font-size:4.3750rem;
line-height:4.3750;
font-family:"Open Sans";
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#3d3a37;
font-weight:300;
font-size:2.5000rem;
line-height:2.5000;
font-family:"Open Sans";
margin:0.0000rem;
letter-spacing: 0.3125rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0.0000rem 0.1250rem 0.3125rem rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:1.2500rem;
line-height:1.2500;
font-family:Arial;
padding:0.1250rem 0.2500rem;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0.0000rem 0.1250rem 0.3125rem rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:0.8750rem;
line-height:1.2500;
font-family:Arial;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0.0000rem 0.1250rem 0.3125rem rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:1.2500rem;
line-height:1.2500;
font-family:Arial;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:3.4375rem;
line-height:4.0625;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0.0000rem 0.3125rem 0.6250rem;
border-width:0.0000rem;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:1.5625rem;
line-height:1.5625;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0.0000rem 0.3125rem 0.6250rem;
border-width:0.0000rem;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0.0000rem 0.1250rem 0.3125rem rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:2.5000rem;
line-height:2.5000;
font-family:Arial;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:1.8750rem;
line-height:1.8750;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0.0000rem;
padding:0.0625rem 0.2500rem 0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0.0000rem 0.1250rem 0.3125rem rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:3.7500rem;
line-height:3.7500;
font-family:Arial;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
letter-spacing:-0.1250rem;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:3.7500rem;
line-height:3.7500;
font-family:Arial;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
padding:0.0000rem 0.2500rem;
padding-top:0.0625rem;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:3.7500rem;
line-height:3.7500;
font-family:Arial;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
padding:0.0000rem 0.2500rem;
padding-top:0.0625rem;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:1.5000rem;
line-height:1.2500;
font-family:"Open Sans", sans-serif;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:1.5000rem;
line-height:1.2500;
font-family:"Open Sans", sans-serif;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:1.5000rem;
line-height:1.2500;
font-family:"Open Sans", sans-serif;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:1.8750rem;
line-height:2.2500;
font-family:"Open Sans", sans-serif;
padding:0.1875rem 0.6250rem;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:1.8750rem;
line-height:2.2500;
font-family:"Open Sans", sans-serif;
padding:0.1875rem 0.6250rem;
padding-top:0.0625rem;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:0.8750rem;
line-height:1.3750;
font-family:Arial;
margin:0.0000rem;
border-width:0.0000rem;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0.0000rem 0.0000rem 1.2500rem rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0.0000rem 0.0000rem 1.2500rem rgba(0, 0, 0, 0.5);
box-shadow:0.0000rem 0.0000rem 1.2500rem rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:1.8750rem;
line-height:1.8750;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:1.0000rem;
line-height:1.6250;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:1.8750rem;
line-height:4.6875;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:3.1250rem 1.5625rem;
text-align:center;
border-radius:31.2500rem 31.2500rem 31.2500rem 31.2500rem;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:3.1250rem;
line-height:4.3750;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0.0000rem 1.2500rem 0.3125rem;
text-shadow:none;
border-width:0.0000rem;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:3.1250rem;
line-height:4.3750;
font-family:"Open Sans";
background-color:#db4360;
padding:0.0000rem 1.2500rem;
-webkit-border-radius:0.0000rem;
-moz-border-radius:0.0000rem;
border-radius:0.0000rem;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:3.1250rem;
line-height:4.3750;
font-family:"Open Sans";
background-color:#fff;
padding:0.0000rem 1.2500rem;
-webkit-border-radius:0.0000rem;
-moz-border-radius:0.0000rem;
border-radius:0.0000rem;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:3.1250rem;
line-height:4.3750;
font-family:"Open Sans";
background-color:#67ae73;
padding:0.0000rem 1.2500rem;
-webkit-border-radius:0.0000rem;
-moz-border-radius:0.0000rem;
border-radius:0.0000rem;
}

.tp-caption.excerpt {
font-size:2.2500rem;
line-height:2.2500;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0.0000rem;
letter-spacing:-0.0938rem;
padding:0.0625rem 0.2500rem 0.0000rem 0.2500rem;
width:9.3750rem;
white-space:normal !important;
height:auto;
border-width:0.0000rem;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:3.7500rem;
line-height:3.7500;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0.0000rem;
padding:0.0625rem 0.2500rem 0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:2.1250rem;
line-height:1.8750;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:0.0625rem 0.2500rem 0.0000rem;
text-shadow:none;
margin:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:1.1250rem;
line-height:1.6250;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:0.0625rem 0.2500rem 0.0000rem;
text-shadow:none;
margin:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:23.1250rem;
height:0.1875rem;
border-width:0.0000rem;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:3.6250rem;
line-height:3.7500;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:1.2500rem;
line-height:1.2500;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:0.6250rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:1.5000rem;
line-height:1.8750;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:1.3125rem;
line-height:1.6250;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:1.2500rem;
line-height:1.2500;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:0.6250rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:1.5000rem;
line-height:1.8750;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:1.2500rem;
line-height:1.2500;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:0.6250rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:250.0000rem;
height:9.3750rem;
border-width:0.0000rem;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:3.6250rem;
line-height:3.7500;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:1.8750rem;
line-height:2.2500;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:2.1250rem;
line-height:2.5000;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:2.1250rem;
line-height:2.5000;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0.0000rem 0.0000rem 0.0000rem 0.0000rem;
text-align:center;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:1.2500rem;
line-height:1.2500;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:0.6250rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:1.8750rem;
line-height:2.2500;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:3.6250rem;
line-height:3.7500;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}


.tp-caption.large_bold_red {
	font-size:4.5000rem;
	line-height:5.0000;
	font-weight:800;
	font-family:"Open Sans";
	color:#db3737;
	text-decoration:none;
	background-color:transparent;
	border-width:0.0000rem;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.tp-caption.mediumlarge_light_darkblue {
font-size:2.1250rem;
line-height:2.5000;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:1.0625rem;
line-height:1.7500;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0.0000rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0.0000rem;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:2.5000rem;
line-height:2.5000;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0.6250rem 1.2500rem 0.9375rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:1.8750rem;
line-height:1.8750;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:0.3125rem 0.9375rem 0.6250rem;
text-shadow:none;
border-width:0.0000rem;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:1.2500rem;
line-height:1.2500;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:0.6250rem;
border-width:0.0000rem;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0.0000rem 0.0000rem 1.2500rem rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0.0000rem 0.0000rem 1.2500rem rgba(0, 0, 0, 0.5);
		box-shadow: 0.0000rem 0.0000rem 1.2500rem rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 1.1875rem;
		line-height: 1.1875;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 2.5000rem solid transparent;
										border-right: 0.0000rem solid transparent;
										border-top: 2.5000rem solid #00A8FF;
										position: absolute;left:-2.5000rem;top:0.0000rem;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0.0000rem solid transparent;
										border-right: 2.5000rem solid transparent;
										border-bottom: 2.5000rem solid #00A8FF;
										position: absolute;right:0.0000rem;top:0.0000rem;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 2.5000rem solid transparent;
										border-right: 0.0000rem solid transparent;
										border-bottom: 2.5000rem solid #00A8FF;
										position: absolute;left:-2.5000rem;top:0.0000rem;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0.0000rem solid transparent;
										border-right: 2.5000rem solid transparent;
										border-top: 2.5000rem solid #00A8FF;
										position: absolute;right:0.0000rem;top:0.0000rem;
									}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	width:100%; height:auto;}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:0.3750rem 0.8125rem 0.3125rem; border-radius: 0.1875rem; -moz-border-radius: 0.1875rem; -webkit-border-radius: 0.1875rem; height:1.8750rem;
												cursor:pointer;
												color:#fff !important; text-shadow:0.0000rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.6) !important; font-size:0.9375rem; line-height:2.8125 !important;
												font-family: arial, sans-serif; font-weight: bold; letter-spacing: -0.0625rem;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0.0000rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.6); font-weight:bold; padding:0.5625rem 1.2500rem; font-size:1.1875rem;  line-height:3.5625 !important;}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 0.9375rem 0.6875rem}



	@media only screen and (min-width: 48.0000rem) and (max-width: 59.9375rem) {

	 }



	@media only screen and (min-width: 30.0000rem) and (max-width: 47.9375rem) {
		.tp-simpleresponsive  .button	{	padding:0.2500rem 0.5000rem 0.1875rem; line-height:1.5625 !important; font-size:0.6875rem !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0.0000rem) and (max-width: 29.9375rem) {
		.tp-simpleresponsive  .button	{	padding:0.1250rem 0.3125rem 0.1250rem; line-height:1.2500 !important; font-size:0.6250rem !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0.0000rem 0.1875rem 0.0000rem 0.0000rem #104d0b;        -moz-box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #104d0b;        box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0.0000rem 0.1875rem 0.0000rem 0.0000rem #0f3e68;        -moz-box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #0f3e68;        box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #0f3e68}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0.0000rem 0.1875rem 0.0000rem 0.0000rem #7c1212;        -moz-box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #7c1212;        box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #7c1212}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0.0000rem 0.1875rem 0.0000rem 0.0000rem #a34c00;        -moz-box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #a34c00;        box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #a34c00}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0.0000rem 0.1875rem 0.0000rem 0.0000rem #222;        -moz-box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #222;        box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #222}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0.0000rem 0.1875rem 0.0000rem 0.0000rem #555;        -moz-box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #555;        box-shadow:   0.0000rem 0.1875rem 0.0000rem 0.0000rem #555}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 93.7500rem;
										-moz-perspective: 93.7500rem;
										-o-perspective: 93.7500rem;
										-ms-perspective: 93.7500rem;
										perspective: 93.7500rem;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 { background-size:100% 100%; width:55.6250rem; height:3.7500rem; bottom:-3.7500rem}
.tp-bannershadow.tp-shadow2 { background-size:100% 100%; width:55.6250rem; height:3.7500rem;bottom:-3.7500rem}
.tp-bannershadow.tp-shadow3 { background-size:100% 100%; width:55.6250rem; height:3.7500rem;bottom:-3.7500rem}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0.0000rem; top:0.0000rem; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0.0000rem; top:0.0000rem; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0.0000rem;left:0.0000rem}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:0.3125rem;
								border-radius:0.3125rem;-moz-border-radius:0.3125rem;-webkit-border-radius:0.3125rem;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 2.5000rem;
								color: #FFF;
								z-index: 3;
								margin-top: -1.6875rem;
								margin-left: -1.7500rem;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:0.9375rem;height:1.2500rem; border-left:0.3125rem solid #fff; border-right:0.3125rem solid #fff; position:relative;margin:0.6250rem 1.2500rem; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.3125rem;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(50,50,50))
	);
	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 0.1875rem;
	-moz-border-radius: 0.1875rem;
	-o-border-radius: 0.1875rem;
	border-radius: 0.1875rem;
	cursor:pointer;
	line-height:0.7500;
	font-size:0.7500rem;
	color:#fff;
	padding:0.0000rem;
	margin:0.0000rem;
	outline: none;
	}
.tp-video-button:hover {
	cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0.0000rem 0.3125rem;display:table-cell; }

.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}

.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:0.7500;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0.0000rem;left:0.0000rem;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url('/assets/images/gridtile.png')}
.tp-dottedoverlay.twoxtwowhite			{	background:url('/assets/images/gridtile_white.png')}
.tp-dottedoverlay.threexthree			{	background:url('/assets/images/gridtile_3x3.png')}
.tp-dottedoverlay.threexthreewhite		{	background:url('/assets/images/gridtile_3x3_white.png')}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


.tp-bullets									{	z-index:100; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(0.3125rem);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:0.0625rem solid #666; border-bottom:0.0625rem solid #444;  height:2.5000rem; padding:0.0000rem 0.6250rem; -webkit-border-radius: 0.3125rem; -moz-border-radius: 0.3125rem; border-radius: 0.3125rem }

.tp-bullets.simplebullets.navbar-old					{ 	  height:2.1875rem; padding:0.0000rem 0.6250rem; -webkit-border-radius: 0.3125rem; -moz-border-radius: 0.3125rem; border-radius: 0.3125rem }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;		width:1.2500rem;	height:1.2500rem;  margin-right:0.0000rem; float:left; margin-top:0.0000rem; margin-left:0.1875rem}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:0.1875rem}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;		width:1.4375rem;	height:1.4375rem;  margin-right:0.0000rem; float:left; margin-top:0.0000rem}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0.0000rem}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;		width:1.1875rem;	height:1.1875rem;  margin-right:0.0000rem; float:left; margin-top:0.0000rem}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0.0000rem}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;		width:1.1875rem;	height:1.1875rem;  margin-right:0.0000rem; float:left; margin-top:0.0000rem}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0.0000rem}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;		width:1.1250rem;	height:1.1875rem;   margin-right:0.3125rem; float:left; margin-top:0.0000rem}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0.0000rem !important}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0.0000rem !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;		width:0.9375rem;	height:0.9375rem;  margin-left:0.3125rem !important; margin-right:0.3125rem !important;float:left; margin-top:0.6250rem}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0.0000rem !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0.0000rem !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(312.5000rem);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;		width:2.5000rem;	height:2.5000rem;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;		width:2.5000rem;	height:2.5000rem;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	width:1.1875rem;	height:0.8750rem;  margin-right:0.0000rem; float:left; margin-top:0.0000rem;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	width:1.1875rem;	height:0.8750rem;  margin-right:0.0000rem; float:left;	margin-top:0.0000rem}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	width:1.6250rem;	height:1.6250rem;  margin-right:0.0000rem; float:left; margin-top:0.0000rem;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;		width:1.6250rem;	height:1.6250rem;  margin-right:0.0000rem; float:left;	margin-top:0.0000rem}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;width:1.2500rem;	height:0.9375rem;   float:left;	margin-right:0.3750rem; margin-top:0.7500rem}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	width:1.2500rem;	height:0.9375rem;   float:left;	margin-left:0.3750rem; margin-top:0.7500rem}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;		width:0.5625rem;	height:1.0000rem;   float:left;	margin-right:0.3750rem; margin-top:0.6250rem}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;		width:0.5625rem;	height:1.0000rem;   float:left;	margin-left:0.3750rem; margin-top:0.6250rem}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:0.6250rem}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0.0000rem}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;		width:0.7500rem;	height:1.0625rem;   float:left;	margin-right:0.0000rem; margin-top:0.0000rem}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;		width:0.7500rem;	height:1.0625rem;   float:left;	margin-left:0.0000rem; margin-top:0.0000rem}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	width:0.7500rem;	height:1.0625rem;   float:left;	margin-right:0.0000rem; margin-top:0.0000rem}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;width:0.7500rem;	height:1.0625rem;   float:left;	margin-left:0.0000rem; margin-top:0.0000rem}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:2.5000rem;	height:2.5000rem;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	width:2.5000rem;	height:2.5000rem;}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}



/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (31.2500rem basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 6.2500rem x 3.1250rem)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:100; position:absolute; padding:0.1875rem;background-color:#fff;
												width:31.2500rem;height:3.1250rem; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-3.1250rem;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:0.1875rem}

.tp-bullets.tp-thumbs .tp-mask				{	width:31.2500rem; height:3.1250rem;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:312.5000rem; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:6.2500rem; height:3.1250rem; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:0.6250rem; position:absolute; z-index:200;top:0.0000rem}
.tp-bannertimer.tp-bottom					{	bottom:0.0000rem;height:0.3125rem; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0.0000rem) and (max-width: 29.9375rem) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul >li{
	list-style:none;
	position:absolute;
	visibility:hidden
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:187.5000rem; height:93.7500rem;}




/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0.0000rem;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:3.7500rem; min-height:3.7500rem; background:#fff; ;

												border-radius:1.8750rem;-moz-border-radius:1.8750rem;-webkit-border-radius:1.8750rem;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#f5efe6; font-size:1.5625rem; margin-top: -0.7500rem; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:1.1250rem}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:1.1250rem}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0.0000rem;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 0.8750rem;
												line-height: 3.7500;
												padding:0.0000rem 0.6250rem;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:3.1250rem;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:3.1250rem;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:18.7500rem}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0.0000rem);
													transform: translateX(0.0000rem);
													visibility: visible;
													position: absolute;
											}

.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:3.7500rem;top:0}


.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:5.6250rem;height:3.7500rem;
												position:relative;top:0.0000rem}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0.0000rem;padding-right:3.6250rem}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0.0000rem; direction: rtl;padding-left:3.6250rem}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:1.8750rem;font-size:1.0000rem; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}
.tp-rightarrow.preview3 .tp-arr-iwrapper .tp-arr-titleholder {position: relative; left: -0.0625rem;}
.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}


/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:1.8750rem; height:6.8750rem;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 6.8750;text-align: center;  color:#fff; font-size:1.2500rem; top:0.0000rem;left:0.0000rem;z-index:0; width:1.8750rem;height:6.8750rem; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:11.2500rem;position: absolute;z-index: 1;min-height:7.5000rem;top:0.0000rem;left:-9.3750rem; overflow: hidden;-webkit-perspective: 62.5000rem;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0.0000rem}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:11.2500rem;height:6.8750rem;
												position:relative;top:0.0000rem;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:11.2500rem;height:6.8750rem;
												position:absolute;top:0.0000rem; left:11.2500rem;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-11.2500rem}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:0.7500rem; line-height:1.5625; padding:0.0000rem 0.6250rem;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 0.0625rem;
												font-weight: 700;
												font-size: 0.6875rem;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 48.0000rem)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 1.0625rem}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 0.6250rem;
											    border-radius: 0.6250rem;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 0.3750rem !important;
											    height: 0.3750rem !important;
											    border: 0.3125rem solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 0.1250rem !important;
											    margin-bottom: 0.0000rem !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0.0000rem}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 0.3750rem !important;
											    height: 0.3750rem !important;
											    border: 0.3125rem solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 47.9375rem) {
   		 .tparrows.preview4 						{	width:1.2500rem; height:5.0000rem}
   		 .tparrows.preview4:after					{	width:1.2500rem; height:5.0000rem; line-height:5.0000; font-size:0.8750rem}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 2.6875rem;
  height: 0.6875rem;
  background:url(/assets/images/preloader-slider.gif) no-repeat center center;
  margin-top:-0.3750rem;
  margin-left:-1.3750rem;
}


.tp-loader.spinner1 {
  width: 2.5000rem;
  height: 2.5000rem;
  background-color: #fff;
  margin-top:-1.2500rem;
  margin-left:-1.2500rem;
}



.tp-loader.spinner5 	{
							background-color:#fff;
							margin:-1.3750rem -1.3750rem;
							width:2.7500rem;height:2.7500rem;
							border-radius: 0.1875rem;
							-moz-border-radius: 0.1875rem;
							-webkit-border-radius: 0.1875rem;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(7.5000rem) }
  50% { -webkit-transform: perspective(7.5000rem) rotateY(180deg) }
  100% { -webkit-transform: perspective(7.5000rem) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(7.5000rem) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(7.5000rem) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(7.5000rem) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(7.5000rem) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(7.5000rem) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(7.5000rem) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 2.5000rem;
  height: 2.5000rem;
  margin-top:-1.2500rem;margin-left:-1.2500rem;
  background-color: #ff0000;
   box-shadow: 0.0000rem 0.0000rem 1.2500rem 0.0000rem rgba(0,0,0,0.15);
  -webkit-box-shadow: 0.0000rem 0.0000rem 1.2500rem 0.0000rem rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -0.5625rem 0.0000rem 0.0000rem -2.1875rem;
  width: 4.3750rem;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 1.1250rem;
  height: 1.1250rem;
  background-color: #fff;
  box-shadow: 0.0000rem 0.0000rem 1.2500rem 0.0000rem rgba(0,0,0,0.15);
  -webkit-box-shadow: 0.0000rem 0.0000rem 1.2500rem 0.0000rem rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.tp-loader.spinner4 {
  margin: -1.2500rem 0.0000rem 0.0000rem -1.2500rem;
  width: 2.5000rem;
  height: 2.5000rem;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0.0000rem 0.0000rem 1.2500rem 0.0000rem rgba(0,0,0,0.15);
  -webkit-box-shadow: 0.0000rem 0.0000rem 1.2500rem 0.0000rem rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0.0000rem;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(http://placehold.it/10x10)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";  zoom: 1;
}
/*------------------------------------------------------------------ 
[ Master Stylesheet ] 

Project: Mexico - Responsive Multipurpose Template 
 Version: 1.0 
 Last change: 14/03/15 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Table of contents ]

01. Reset
02. Typography
03. Stickers
04. Tables
05. Alerts
06. Layout
07. Dividers
08. Buttons
09. Icons
10. Counters
11. Tooltips & Popovers
12. Infoblocks
13. Clients
14. Pricing
15. Timeline
16. Steps
17. Cards
18. Header
19. Pagetitles
20. Navbar
21. Tabs
22. Panels
23. Mask
24. Magnific Slider
25. Mix list
26. Google Map
27. Forms
28. Chosen
29. Backgrounds
30. Pagination
31. Widgets
32. Sliders
33. One-Image
34. Revolution Slider
35. Blog
36. Comments
37. Audio Player
38. Video
39. Modals
40. Ecommerce
41. Footer
42. Page error
43. Responsive

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ RESET ]
-------------------------------------------------------------------*/
html
{
    font-size: 100%;

    min-height: 100%;

    sx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
a,
img,
strong,
sub,
b,
u,
i,
ul,
ol,
li,
form,
label
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}
a:active,
a:hover,
a:focus,
input:active,
button:active,
button,
textarea:focus,
input:focus,
ins
{
    text-decoration: none;

    outline: 0;
}
input,
select,
button,
textarea
{
    font-size: 100%;

    margin: 0;
    padding: 0;
}
button,
input[type=button],
input[type=reset],
input[type=submit]
{
    overflow: visible;

    cursor: pointer;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button[disabled],
input[disabled]
{
    cursor: default;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary
{
    display: block;

    margin: 0;
    padding: 0;
}
img
{
    vertical-align: middle;

    border: 0;
}
/*------------------------------------------------------------------
[ TYPOGRAPHY ]
-------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: 600;

    color: #262421;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child
{
    margin-bottom: 0;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5rem;

    display: block;

    margin-top:0.3125rem;
    margin-bottom:-0.3125rem;

    color: #666;
}
h1 small a,
h2 small a,
h3 small a,
h4 small a,
h5 small a,
h6 small a
{
    font-weight: 400;

    color: #d74120;
}
h1 small a:hover,
h2 small a:hover,
h3 small a:hover,
h4 small a:hover,
h5 small a:hover,
h6 small a:hover,
h1 small a:focus,
h2 small a:focus,
h3 small a:focus,
h4 small a:focus,
h5 small a:focus,
h6 small a:focus
{
    color: #262421;
}
h1 {
    font-size: 3.4375rem;
    line-height: 3.75rem;
    margin: 0 0 1.875rem;
}

    h1 small {
        font-size: 1rem;
    }

h2 {
    font-size: 2.5rem;
    line-height:1;
    margin: 0 0 0.9375rem;
	font-weight:400;
}

    h2 small {
        font-size: 0.875rem;
    }

h3 {
    font-size: 2rem;
    line-height:1.09375;
    margin: 0 0 0.9375rem;
	font-weight:400;
}

h4 {
    font-size: 1.5625rem;
    line-height: 1;
    margin: 0 0 0.9375rem;
}

h5 {
    font-size: 1.25rem;
    line-height:1;
    margin: 0 0 0.9375rem;
}

h6 {
    font-size: 1.0625rem;
    line-height:1;
    margin: 0 0 0.75rem;
}

p {
    margin-bottom: 1.5625rem;
}
p:only-child,
p:last-child
{
    margin-bottom: 0;
}
p + h1,
p + h2,
p + h3
{
    margin-top: 2.8125rem;
}
a
{
    font-weight: 600;

    text-decoration: none;

    color: #262421;
}
a p
{
    font-weight: 400;
}
a:hover,
a:focus
{
    color: #d74120;
}
a.text-theme:hover,
a.text-theme:focus
{
    color: #262421;
}
address
{
    line-height: 1.5rem;

    margin: 0;
}
mark.mark-dark
{
    color: #fff;
    background-color: #262421;
}
mark.mark-light
{
    background-color: #e6e6e6;
}
mark.mark-color
{
    color: #fff;
    background-color: #d74120;
}
mark.mark-dark-light
{
    color: #fff;
    background-color: #4d4d4d;
}
mark.mark-light-dark
{
    background-color: #ccc;
}
mark.mark-success
{
    background-color: #c6f3be;
}
mark.mark-warning
{
    background-color: #fbe5c0;
}
mark.mark-info
{
    background-color: #cceaf6;
}
a,
input,
textarea,
button,
.mask
{
    transition: all .2s ease;
}
[data-toggle],
[data-hover]
{
    cursor: pointer;
}
ul,
ol
{
    line-height: 1.75;

    margin: 0 0.625rem 1.5625rem;

    list-style: none;

    counter-reset: point;

    color: #6a6a6a;
}
ul strong,
ol strong
{
    font-weight: 600;
}
ul[class*=list] i,
ol[class*=list] i
{
    font-size: 1rem;

    position: relative;
    top: -0.0625rem;
}
ul[class*=list] .fa-2x,
ol[class*=list] .fa-2x
{
    font-size: 1.625rem;

    width: 2.4375rem;
}
ul p,
ol p,
ul q,
ol q
{
    line-height: 1.5rem;
}
ul li,
ol li
{
    position: relative;

    list-style-type: none;
}
ol > li:before
{
    content: counter(point) '. ' ' ';
    counter-increment: point 1;
}
ol ol li:before
{
    content: counters(point, '.') ' ';
}
.list-marker li:before
{
    margin-right: 0.5rem;
}
.list-md
{
    font-size: 1rem;
    line-height: 1.875;
}
.list-lg
{
    font-size: 1.0625rem;
    line-height: 1.88235;
}
.list-hg
{
    font-size: 1.0625rem;
    line-height: 2.11765;
}
.list-divider li
{
	line-height: 2.125rem;
;
}
.list-divider li + li
{
    border-top: 0.0625rem dotted #262421;
}
.list-hyphen li:before
{
    content: '-';
}
.list-dash li:before
{
    content: '—';
}
.list-angle li:before
{
    content: '›';
}
.list-disc li:before
{
    content: '•';
}
q
{
    font-weight: 400;
    font-style: italic;

    display: block;

    margin-bottom: 0.625rem;
}
cite
{
    font-family: 'Satisfy', cursive;
    font-size: 2rem;
    font-style: normal;
    line-height: 1.375;

    color: #d74120;
}
blockquote
{
    margin: 0 0.625rem 1.875rem;
    padding: 0 0.9375rem;

    border-left: 0.125rem solid #d74120;
}
blockquote p
{
    font-size: 1rem;
    font-style: italic;
	line-height: 1.5;

    margin-bottom: 0.5rem;

    color: #8c8c8c;
}
blockquote footer
{
    font-weight: 600;

    text-align: right;

    color: #262421;
}
.blockquote-strong p
{
    font-weight: 600;

    color: #262421;
}
.blockquote-strong footer
{
    color: #6a6a6a;
}
.blockquote-boxed
{
    margin: -0.875rem 0.625rem 0.9375rem;
    padding: 0.75rem 1.25rem 0.9375rem;

    border-top: 0.125rem solid #d74120;
    border-left: 0;
    background-color: #f9f6f1;
}
.blockquote-boxed.inverse
{
    background-color: #262626;
}
.blockquote-boxed.inverse p
{
    color: #fff;
}
.blockquote-boxed.inverse footer
{
    color: #666;
}
.blockquote-icon
{
    position: relative;

    padding-left: 4.375rem;
}
.blockquote-icon:before
{
    font-family: FontAwesome;
    font-size: 1.5rem;
    line-height: 1;

    position: absolute;
    top: 1.25rem;
    left: 1.375rem;

    content: '\f10e';

    color: #262626;
}
.blockquote-icon.inverse:before
{
    color: #fff;
}
.fa
{
    line-height: normal;

    vertical-align: middle;
}
.fa-vtop
{
    vertical-align: top;
}
.fa-fw
{
    width: 1.56rem;

    text-align: left;
}
dl.dl-horizontal dt
{
    font-weight: 400;

    width: 30%;

    text-align: left;

    color: #8d8d8d;
}
dl.dl-horizontal dd
{
    margin-left: 35%;
}
dl.dl-horizontal dt:last-of-type,
dl.dl-horizontal dd:last-of-type
{
    margin-top: 0.625rem;
}
.text-primary
{
    color: #2e2e2e;
}
a.text-primary:hover,
a.text-primary:focus
{
    color: #d74120;
}
.text-muted
{
    color: #8d8d8d;
}
.text-success
{
    color: #34ab1f;
}
.text-warning
{
    color: #e6940e;
}
.text-danger
{
    color: #d93636;
}
.text-info
{
    color: #32abda;
}
.text-theme
{
    color: #d74120;
}
.icon-cart
{
    position: relative;

    display: inline-block;

    width: 1.125rem;
    height: 1.125rem;

    transition: opacity .2s ease;
    vertical-align: middle;

    background: url('/assets/images/shopping_cart_icon.png') no-repeat 50% 50%;
}
.header-light .icon-cart {
    background: url('/assets/images/shopping_cart_icon_black.png') no-repeat 50% 50%;
}
.font-open-sans
{
    font-family: 'Open Sans', sans-serif;
}
.font-roboto
{
    font-family: 'Roboto', sans-serif;
}
.font-roboto-slab
{
    font-family: 'Roboto Slab', serif;
}
.font-raleway
{
    font-family: 'Raleway', sans-serif;
}
.font-lato
{
    font-family: 'Lato', sans-serif;
}
.font-varela
{
    font-family: 'Varela Round', sans-serif;
}
.font-lora
{
    font-family: 'Lora', serif;
}
.font-playfair
{
    font-family: 'Playfair Display', serif;
}

/*------------------------------------------------------------------
[ STICKERS ]
-------------------------------------------------------------------*/
.sticker {
    font-size: 1rem;
    line-height: 1;
	padding: 0.25rem 0.75rem;
    position: absolute;
    z-index: 2;
    top: 0.625rem;
    left: 0.625rem;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 0rem;
    font-weight:400;
}

.sticker.sticker-md {
	font-size: 1.125rem;
	line-height: 1;
	padding: 0.375rem 0.875rem;
}

.sticker.sticker-primary {
	background-color: rgba(230,148,14,.8);
}

.sticker.sticker-info {
	background-color: rgba(77,77,77,.8);
}

.sticker.sticker-default {
	background-color: #d74120;
}
/*------------------------------------------------------------------
[ TABLES ]
-------------------------------------------------------------------*/
table
{
    border-collapse: collapse;
}
.table-responsive
{
    border: 0;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info
{
    background-color: #cceaf6;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success
{
    background-color: #c6f3be;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning
{
    background-color: #fbe5c0;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger
{
    background-color: #f5cdcd;
}
/*------------------------------------------------------------------
[ ALERT ]
-------------------------------------------------------------------*/
.alert
{
    position: relative;

    overflow: hidden;

    padding: 0;

    border: 0;
    border-radius: 0.125rem;
}
.alert > p
{
    font-size: 0.8125rem;

    margin: 0;
    padding: 1rem 2.1875rem 1rem 1.25rem;

    border-left: 0.1875rem solid;
}
.alert > p i
{
    font-size: 1.125rem;

    position: relative;
    top: -0.0625rem;

    margin-right:0.3125rem;
}
.alert .close
{
    font-size: 0.8125rem;

    position: absolute;
    top: 0.625rem;
    right: 0.4375rem;

    padding: 0.625rem;

    opacity: 1;
}
.alert .close:hover
{
    opacity: 1;
}
.alert .alert-inside
{
	padding: 1.25rem 1.875rem;

	color: #262421;
	border-radius: 0 0 0.125rem 0.125rem;
}
.alert .alert-inside ul
{
    margin: 0;

    color: #262421;
}
.alert .alert-inside li
{
    font-size: 0.875rem;
    line-height: 1.7143;
}
.alert-success
{
    background-color: #d2ecc8;
}
.alert-success > p
{
    color: #255c11;
    border-left-color: #629e4a;
}
.alert-success > p i
{
    color: #7da36e;
}
.alert-success .close
{
    color: #7da36e;
}
.alert-success .close:hover
{
    color: #255c11;
}
.alert-success .alert-inside
{
    background-color: #e8f5e3;
}
.alert-info
{
    background-color: #d7ebf6;
}
.alert-info > p
{
    color: #326683;
    border-left-color: #2b7eac;
}
.alert-info > p i
{
    color: #7eb9d9;
}
.alert-info .close
{
    color: #7eb9d9;
}
.alert-info .close:hover
{
    color: #326683;
}
.alert-info .alert-inside
{
    background-color: #ebf5fa;
}
.alert-danger
{
    background-color: #ffdede;
}
.alert-danger > p
{
    color: #741c1c;
    border-left-color: #da3736;
}
.alert-danger > p i
{
    color: #ec8a8a;
}
.alert-danger .close
{
    color: #ec8a8a;
}
.alert-danger .close:hover
{
    color: #741c1c;
}
.alert-danger .alert-inside
{
    background-color: #fee;
}
.alert-warning
{
    background-color: #feefc8;
}
.alert-warning > p
{
    color: #6d561a;
    border-left-color: #e2a410;
}
.alert-warning > p i
{
    color: #d6bb76;
}
.alert-warning .close
{
    color: #d6bb76;
}
.alert-warning .close:hover
{
    color: #6d561a;
}
.alert-warning .alert-inside
{
    background-color: #fef7e4;
}
.alert-active
{
    background-color: #f0f0f0;
}
.alert-active > p
{
    color: #262421;
    border-left-color: #262421;
}
.alert-active > p i
{
    color: #262421;
}
.alert-active .close
{
    color: #262421;
}
.alert-active .close:hover
{
    color: #4d4d4d;
}
.alert-active .alert-inside
{
    background-color: #f7f7f7;
}
.alert-inverse
{
    background-color: #262626;
}
.alert-inverse > p
{
    color: #6a6a6a;
    border-left-color: #262626;
}
.alert-inverse > p strong
{
    color: #fff;
}
.alert-inverse > p i
{
    color: #fff;
}
.alert-inverse .close
{
    color: #6a6a6a;
}
.alert-inverse .close:hover
{
    color: #fff;
}
.alert-inverse .alert-inside
{
    color: #fff;
    background-color: #3d3d3d;
}
.alert-inverse .alert-inside ul
{
    color: #fff;
}
/*------------------------------------------------------------------
[ LAYOUT ]
-------------------------------------------------------------------*/
body
{
    font-family: dm-sans;
    font-size: 1rem;
    line-height: 1.5;

    overflow-x: hidden;

    min-height: 100%;

    color: #6a6a6a;
    background-color: #fff;
}
body.boxed
{
    max-width: 73.125rem;
    margin: auto;
}
body.container
{
    padding: 0;
}
body.overlaymenu
{
    overflow: hidden;
}
.divtable
{
    display: table;

    width: 100%;
    height: 100%;

    border-collapse: collapse;
}
.divtable.row
{
    width: calc(100% + 3.75rem);
}
.divcell
{
    display: table-cell;
    float: none;

    vertical-align: middle;
}
.divtop
{
    vertical-align: top;
}
.divmiddle
{
    vertical-align: middle !important;
}
.no-padding
{
    padding-right: 0;
    padding-left: 0;
}
.no-pt
{
    padding-top: 0 !important;
}
.no-pb
{
    padding-bottom: 0 !important;
}
.no-all-paddings
{
    padding: 0 !important;
}
.no-relative
{
    position: static !important;
}
.is-header-left .wrapper-margin,
.is-header-left .footer-margin
{
    margin-left: 18.75rem;
}
.is-header-right .wrapper-margin,
.is-header-right .footer-margin
{
    margin-right: 18.75rem;
}
.inline
{
    display: inline-block;
}
/*.wrapper
{
    overflow-x: hidden;
}*/
.negative-header
{
    position: relative;
    top: -4.5625rem;

    margin-bottom: -4.5625rem;
}
.rel
{
    position: relative;
}
.content
{
    padding-top: 2.8125rem;
    padding-bottom: 5rem;

    background-color: #fff;
}
.content [class*=container] + [class*=container]
{
    margin-top: 3.75rem;
}
.content .row + .row
{
    margin-top: 2.5rem;
}
[class*=col-] .container:not(.sf-mega),
[class*=col-] .container-fluid:not(.sf-mega)
{
    width: auto;
    padding-right: 0;
    padding-left: 0;
}
.fluid-padding
{
    padding: 0 6rem;
}
.no-margin
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.height-300
{
    position: relative;

    overflow: hidden;

    height: 18.75rem;
}
.masonry-wrap
{
    overflow: hidden;
}
.masonry-wrap .msnr
{
    -webkit-animation-fill-mode: backwards;
       -moz-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
/*------------------------------------------------------------------
[ DIVIDERS ]
-------------------------------------------------------------------*/
hr
{
    font-size: 0;

    position: relative;

    margin: 2.8125rem auto;

    border-color: #e9e9e9;
}
.container-fluid hr
{
    max-width: calc(100% - 3.75rem);
}
hr.hr-fwd
{
    max-width: 100%;
}
hr.hr-short {
    width: 70%;
}
hr.hr-sm {
    margin: 0.9375rem auto;
}
hr.hr-md {
    margin: 3.125rem auto;
}
hr.hr-lg {
    margin: 5rem auto;
}
hr.hr-lg-top {
    margin-top: 5.625rem;
}
hr:last-child
{
    margin-bottom: 0;
}
hr.hr-nobg
{
    border-color: transparent;
}
hr.hr-bold
{
    border-top-width: 0.1875rem;
}
hr.hr-extrabold
{
    border-top-width:0.3125rem;
}
hr.hr-shadow
{
    height: 0.25rem;

    border-color: #262421;
    box-shadow: 0 -0.25rem 0 #e9e9e9 inset;
}
hr.hr-2-lines:before
{
    display: block;

    width: 100%;
    height: 0.0625rem;
    margin: 0.1875rem 0 0;

    content: '\0020';

    border-top: 0.0625rem solid #e9e9e9;
}
hr.hr-3-lines:before
{
    display: block;

    width: 100%;
    height: 0.0625rem;
    margin: 0.1875rem 0 0;

    content: '\0020';

    border-top: 0.0625rem solid #e9e9e9;
}
hr.hr-3-lines:after
{
    display: block;

    width: 100%;
    height: 0.0625rem;
    margin: 0.1875rem 0 0;

    content: '\0020';

    border-top: 0.0625rem solid #e9e9e9;
}
hr.hr-dashed
{
    border-style: dashed;
    border-color: #8d8d8d;
    border-top-width: 0.125rem;
}
hr.hr-stroke
{
    border-style: dashed;
    border-color: #8d8d8d;
}
hr.hr-stroke:before
{
    border-top: 0.0625rem dashed #8d8d8d;
}
hr.hr-stroke:after
{
    border-top: 0.0625rem dashed #8d8d8d;
}
hr.hr-stroke-bold
{
    border-top: 0.25rem dotted #e9e9e9;
}
hr.hr-dots
{
    border-style: dotted;
    border-color: #262421;
}
hr.hr-dots:before
{
    border-top: 0.0625rem dotted #262421;
}
hr.hr-dots:after
{
    border-top: 0.0625rem dotted #262421;
}
hr.hr-solid
{
    border-color: #262421;
}
hr.hr-semilight
{
    border-color: #8d8d8d;
}
hr.hr-light
{
    border-color: #e9e9e9;
}
hr.hr-color
{
    border-color: #d74120;
}
.title-divider
{
    font-size: 0;

    position: relative;

    margin-bottom: 1.25rem;
}
.title-divider h1,
.title-divider h2,
.title-divider h3,
.title-divider h4
{
    position: relative;
    z-index: 1;

    display: inline-block;

    margin: 0;
    padding: 0 1.5625rem 0 0;

    vertical-align: middle;

    background-color: #fff;
}


.text-center .title-divider h1,
.text-center .title-divider h2,
.text-center .title-divider h3,
.text-center .title-divider h4
{
    padding: 0 1.5625rem;
}
.text-right .title-divider h1,
.text-right .title-divider h2,
.text-right .title-divider h3,
.text-right .title-divider h4
{
    padding: 0 0 0 1.5625rem;
}
.title-divider:before
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 69.375rem;
    height: 0.0625rem;
    margin: 0 auto;

    content: '\0020';

    border-top: 0.0625rem solid #e9e9e9;

}

.title-divider.divider-2-lines:after
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 69.375rem;
    height: 0.0625rem;
    margin: 0.25rem auto 0;

    content: '\0020';

    border-top: 0.0625rem solid #e9e9e9;
}
.title-divider.divider-dots:before
{
    border-top-style: dotted;
    border-top-color: #262421;
}
.title-divider.divider-dots.divider-2-lines:after
{
    border-top: 0.0625rem dotted #262421;
}
.title-divider.divider-solid:before
{
    border-color: #262421;
}
.title-divider.divider-stroke:before
{
    border-top-style: dashed;
    border-top-color: #8d8d8d;
}
.title-divider.divider-stroke.divider-2-lines:after
{
    border-top: 0.0625rem dashed #8d8d8d;
}
.title-divider.divider-stroke-bold:before
{
    border-top: 0.25rem dotted #8d8d8d;
}
.title-divider.divider-semilight:before
{
    border-color: #8d8d8d;
}
.title-divider.divider-light:before
{
    border-color: #e9e9e9;
}
.title-divider.divider-bold:before
{
    border-top-width: 0.1875rem;
}
.title-divider.divider-extrabold:before
{
    border-top-width:0.3125rem;
}
.title-divider.divider-shadow:before
{
    height: 0.25rem;

    border-color: #262421;
    box-shadow: 0 -0.25rem 0 #e9e9e9 inset;
}
.title-divider.divider-color:before,
.title-divider.divider-color:after
{
    border-color: #d74120 !important;
}
.heading-divider
{
    display: block;

    width: 2.5rem;
    height: 0.125rem;
    margin: 1.25rem 0 0.9375rem;

    background-color: #d74120;
}
.heading-divider.heading-divider-lg
{
    width: 7.5rem;
    margin-bottom: 1.875rem;
}
.text-right .heading-divider.heading-divider-lg
{
    margin-left: calc(100% - 7.5rem);
}
.text-center .heading-divider,
[class*=steps] .heading-divider
{
    margin-right: auto;
    margin-left: auto;
}
.text-right .heading-divider
{
    margin-left: calc(100% - 2.5rem);
}
.heading-divider:first-child
{
    margin-bottom: 1.875rem;
}
.heading-divider:last-child
{
    margin-bottom: 0;
}
.heading-divider + .share-links
{
    margin-top: 1.25rem;
}
h1 + .heading-divider,
h3 + .heading-divider
{
    margin-top: 1.5625rem;
    margin-bottom: 1.25rem;
}
.cols-border [class*=col-]
{
    border-left: 0.0625rem dotted #8d8d8d;
}
.highlight-dark .cols-border [class*=col-],
.highlight-dark.cols-border [class*=col-],
.contact-dark .cols-border [class*=col-]
{
    border-left-color: #595959;
}
.cols-border [class*=col-]:first-child
{
    border-left: 0;
}
.cols-border .col-border-solid
{
    border-left: 0.0625rem solid #a6a6a6;
}
.cols-border .no-border
{
    border: 0 !important;
}
/*------------------------------------------------------------------
[ BUTTONS ]
-------------------------------------------------------------------*/
.btn
{
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 3.2143;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 2.8125rem;
    margin-bottom:0.3125rem;
    padding: 0 1.25rem;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 0;
    border-radius: 0rem;
    outline: none !important;
}
.btn:last-child
{
    margin-bottom: 0;
}
.btn:focus,
.btn:hover
{
    text-decoration: none;

    color: #fff;
    border-color: transparent;
    box-shadow: none;
}
.btn i
{
    position: relative;

    margin-right: 0.25rem;
}
.btn.i-right i
{
    margin-right: 0;
    margin-left: 0.25rem;
}
.btn.text-left
{
    text-align: left;
}
.btn.text-right
{
    text-align: right;
}
.btn.btn-xs
{
    font-size: 0.6875rem;
    line-height: 2.6364;

    height: 1.8125rem;
}
.btn.btn-sm
{
    line-height: 3;

    height: 2.0625rem;
}
.btn.btn-lg
{
    font-size: 1rem;
    line-height: 2.9375;

    height: 2.9375rem;
}
.btn.btn-xl
{
    font-size: 1.0625rem;
    line-height: 3.0588;

    height: 3.25rem;
}
.btn.btn-wide
{
    padding: 0 2.1875rem;
}
.btn.btn-flat
{
    border-radius: 0;
}
.btn.btn-rounded-5
{
    border-radius:0.3125rem;
}
.btn.btn-rounded-8
{
    border-radius: 0.5rem;
}
.btn.btn-rounded-12
{
    border-radius: 0.75rem;
}
.btn.btn-primary
{
    color: #fff;
    background-color: #d74120;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus
{
    color: #fff;
    background-color: #b5381b;
}
.btn.btn-primary.btn-3d
{
    border-bottom: 0.1875rem solid #ac2020;
}
.btn.btn-default
{
    color: #4d4d4d;
    background-color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus
{
    color: #fff;
    background-color: #d74120;
}
.btn.btn-inverse
{
    background-color: #262421;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus
{
    background-color: #3d3a37;
}
.btn.btn-inverse.btn-3d
{
    border-bottom: 0.1875rem solid #202020;
}
.btn.btn-info
{
    background-color: #f5efe6;
	color:#3d3a37 !important;
}
.btn.btn-info:hover,
.btn.btn-info:focus
{
	background-color:#f9f6f1 !important;
}
.btn.btn-info.btn-3d
{
    border-bottom: 0.1875rem solid #1f83aa;
}
.btn.btn-success
{
    background-color: #34ab1f;
}
.btn.btn-success:hover,
.btn.btn-success:focus
{
    background-color: #2f9a1c;
}
.btn.btn-success.btn-3d
{
    border-bottom: 0.1875rem solid #278017;
}
.btn.btn-danger
{
    background-color: #d93636;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus
{
    background-color: #cd2727;
}
.btn.btn-danger.btn-3d
{
    border-bottom: 0.1875rem solid #ab2020;
}
.btn.btn-warning
{
    background-color: #e6940e;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus
{
    background-color: #cf850d;
}
.btn.btn-warning.btn-3d
{
    border-bottom: 0.1875rem solid #ad6f0a;
}
.btn.btn-teal
{
    background-color: #008080;
}
.btn.btn-teal:hover,
.btn.btn-teal:focus
{
    background-color: #007373;
}
.btn.btn-teal.btn-3d
{
    border-bottom: 0.1875rem solid #006060;
}
.btn.btn-purple
{
    background-color: #800080;
}
.btn.btn-purple:hover,
.btn.btn-purple:focus
{
    background-color: #730073;
}
.btn.btn-purple.btn-3d
{
    border-bottom: 0.1875rem solid #600060;
}
.btn.btn-aqua
{
    background-color: #53c6d0;
}
.btn.btn-aqua:hover,
.btn.btn-aqua:focus
{
    background-color: #3cbeca;
}
.btn.btn-aqua.btn-3d
{
    border-bottom: 0.1875rem solid #2fa1ab;
}
.btn.btn-brown
{
    background-color: #8b4513;
}
.btn.btn-brown:hover,
.btn.btn-brown:focus
{
    background-color: #7d3e11;
}
.btn.btn-brown.btn-3d
{
    border-bottom: 0.1875rem solid #68340e;
}
.btn.btn-pink
{
    background-color: #ff69b4;
}
.btn.btn-pink:hover,
.btn.btn-pink:focus
{
    background-color: #ff45a2;
}
.btn.btn-pink.btn-3d
{
    border-bottom: 0.1875rem solid #ff0f87;
}
.btn.btn-wood
{
    background-color: #deb887;
}
.btn.btn-wood:hover,
.btn.btn-wood:focus
{
    background-color: #d6a76b;
}
.btn.btn-wood.btn-3d
{
    border-bottom: 0.1875rem solid #d29f5d;
}
.btn.btn-lemon
{
    color: #262421;
    background-color: #fffacd;
}
.btn.btn-lemon:hover,
.btn.btn-lemon:focus
{
    background-color: #fff59f;
}
.btn.btn-lemon.btn-3d
{
    border-bottom: 0.1875rem solid #fff388;
}
.btn.btn-3d-x2 {
    border-bottom-width: 0.3125rem !important;
}

.btn.btn-shadow {
    box-shadow: 0 0.125rem 0.125rem rgba(0,0,0,.25);
}

.btn.btn-border {
    line-height: 3;

    color: #262421;
    border: 0.125rem solid #262421;
    background-color: transparent;
}

.btn.btn-border:hover,
.btn.btn-border:focus
{
    color: #fff;
    background-color: #262421;
}
.btn.btn-border.btn-xs
{
    line-height: 2.5;
}
.btn.btn-border.btn-sm
{
    line-height: 2.6364;
}
.btn.btn-border.btn-lg
{
    line-height: 3.9091;
}
.btn.btn-border.btn-xl
{
    line-height: 4.3636;
}
.btn.btn-border-color
{
    color: #d74120;
    border-color: #d74120;
}
.btn.btn-border-color:hover,
.btn.btn-border-color:focus
{
    background-color: #d74120;
}
.btn.btn-reveal
{
    padding: 0 2.1875rem;
}
.btn.btn-reveal i
{
    line-height: inherit;

    position: absolute;
    top: 0;
    left: -2rem;

    display: block;

    width: 2rem;
    height: 100%;
    margin: 0;

    transition: left .2s ease, right .2s ease;
    text-align: center;

    background-color: rgba(0,0,0,.1);
}
.btn.btn-reveal span
{
    position: relative;
    left: 0;

    display: inline-block;

    transition: left .2s ease, right .2s ease;
    vertical-align: middle;
}
.btn.btn-reveal:hover i
{
    left: 0;
}
.btn.btn-reveal:hover span
{
    left: 1.1875rem;
}
.btn.btn-reveal.i-right i
{
    right: -2rem;
    left: auto;
}
.btn.btn-reveal.i-right:hover i
{
    right: 0;
}
.btn.btn-reveal.i-right:hover span
{
    left: -1.1875rem;
}
.btn.btn-desc
{
    font-size: 1.25rem;
    line-height: normal;

    height: auto;
    padding: 1.25rem 1.875rem;
}
.btn.btn-desc small
{
    font-size: 0.8125rem;
    font-weight: 300;

    display: block;
}
.btn.btn-white {
	background-color:#ffffff;
	color:#262421;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
	background-color: #d74120;
	color: #ffffff;
}
.btn.btn-underline {
	color:#262421;
	padding:0;
	height: 2.1875rem;
	border-bottom:0.125rem solid #262421;
	background-color:transparent;
}
.btn.btn-underline:hover,
.btn.btn-underline:focus {
	color:#d74120;
	border-bottom:0.125rem solid #d74120;
}
.btn[data-hover]:hover
{
    z-index: 2;
}
button.btn,
input.btn
{
    line-height: 1;
}
.btn-group
{
    margin-right:0.3125rem;
}
/*------------------------------------------------------------------
[ ICONS ]
-------------------------------------------------------------------*/
.icon
{
    font-size: 1.375rem;
    line-height: 1;

    position: relative;

    display: inline-block;

    margin-bottom: 1.25rem;
    padding: 0 0.0625rem;

    vertical-align: middle;
}
.icon:only-child
{
    margin-bottom: 0;
}
.icon:only-child[data-toggle=popover]
{
    margin-bottom: 1.25rem;
}
.media-left .icon
{
    left: 0.0625rem;

    margin-bottom: 0;
}
.icon + .icon
{
    margin-left:0.3125rem;
}
.icon.icon-rounded,
.icon.icon-square
{
    text-align: center;

    border-radius: 100%;
}
.icon.icon-rounded i,
.icon.icon-square i
{
    font-style: normal;

    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.icon.icon-square
{
    border-radius: 0.125rem;
}
.icon.icon-size-1
{
    font-size: 1.125rem;
}
.icon.icon-size-1.icon-rounded,
.icon.icon-size-1.icon-square
{
    width: 2.5rem;
	height: 2.5rem;
}
.icon.icon-size-1.icon-rounded i,
.icon.icon-size-1.icon-square i
{
    line-height: 2.2222;
}
.icon.icon-size-2
{
    font-size: 1.375rem;
}
.icon.icon-size-2.icon-rounded,
.icon.icon-size-2.icon-square
{
    width: 3.125rem;
	height: 3.125rem;
}
.icon.icon-size-2.icon-rounded i,
.icon.icon-size-2.icon-square i
{
    line-height: 2.2727;
}
.icon.icon-size-3
{
    font-size: 1.75rem;
}
.icon.icon-size-3.icon-rounded,
.icon.icon-size-3.icon-square
{
    width: 4.25rem;
    height: 4.25rem;
}
.icon.icon-size-3.icon-rounded i,
.icon.icon-size-3.icon-square i
{
    line-height: 2.4286;
}
.icon.icon-size-4
{
    font-size: 2rem;
}
.icon.icon-size-4.icon-rounded,
.icon.icon-size-4.icon-square
{
    width: 5.5rem;
    height: 5.5rem;
}
.icon.icon-size-4.icon-rounded i,
.icon.icon-size-4.icon-square i
{
    line-height: 2.75;
}
.icon.icon-size-5
{
    font-size: 2.5rem;
}
.icon.icon-size-5.icon-rounded,
.icon.icon-size-5.icon-square
{
    width: 6.875rem;
    height: 6.875rem;
}
.icon.icon-size-5.icon-rounded i,
.icon.icon-size-5.icon-square i
{
    line-height: 6.875rem;;
}
.icon.icon-size-6
{
    font-size: 3.125rem;
}
.icon.icon-size-6.icon-rounded,
.icon.icon-size-6.icon-square
{
    width: 8.5rem;
	height: 8.5rem;
}
.icon.icon-size-6.icon-rounded i,
.icon.icon-size-6.icon-square i
{
    line-height: 8.5rem;
}
.icon.icon-size-7
{
    font-size: 4.375rem;
}
.icon.icon-size-7.icon-rounded,
.icon.icon-size-7.icon-square
{
	width: 11.625rem;
	height: 11.625rem;
}
.icon.icon-size-7.icon-rounded i,
.icon.icon-size-7.icon-square i
{
	line-height: 11.625rem;
}
.icon.icon-size-8
{
    font-size: 6.25rem;
}
.icon.icon-size-8.icon-rounded,
.icon.icon-size-8.icon-square
{
	width: 13.75rem;
	height: 13.75rem;
}
.icon.icon-size-8.icon-rounded i,
.icon.icon-size-8.icon-square i
{
    line-height: 13.75rem;
}
.icon.icon-border-sm {
    border: 0.0625rem solid #262421;
}
.icon.icon-border-md {
    border: 0.125rem solid #262421;
}
.icon.icon-border-lg {
    border: 0.1875rem solid #262421;
}

.icon.icon-theme
{
    background-color: #d74120;
}
a.icon.icon-theme:hover
{
    background-color: #262421;
}
a.icon.icon-theme.icon-inverse:hover
{
    color: #fff;
}
.icon.icon-success
{
    background-color: #34ab1f;
}
.icon.icon-info
{
    background-color: #32abda;
}
.icon.icon-warning
{
    background-color: #e6940e;
}
.icon.icon-danger
{
    background-color: #d93636;
}
.icon.icon-bg-1
{
    background-color: #262421;
}
.icon.icon-bg-2
{
    background-color: #4d4d4d;
}
.icon.icon-bg-3
{
    background-color: #6a6a6a;
}
.icon.icon-bg-4
{
    background-color: #8d8d8d;
}
.icon.icon-bg-5
{
    background-color: #ccc;
}
.icon.icon-bg-6
{
    background-color: #f9f6f1;
	color:#262421;
}
.icon.icon-bg-7
{
    background-color: #fff;
}
.icon.icon-gray-1
{
    color: #262421;
}
.icon.icon-gray-1[class*=icon-border-]
{
    border-color: #262421;
}
.icon.icon-gray-2
{
    color: #4d4d4d;
}
.icon.icon-gray-2[class*=icon-border-]
{
    border-color: #4d4d4d;
}
.icon.icon-gray-3
{
    color: #6a6a6a;
}
.icon.icon-gray-3[class*=icon-border-]
{
    border-color: #6a6a6a;
}
.icon.icon-gray-4
{
    color: #8d8d8d;
}
.icon.icon-gray-4[class*=icon-border-]
{
    border-color: #8d8d8d;
}
.icon.icon-gray-5
{
    color: #ccc;
}
.icon.icon-gray-5[class*=icon-border-]
{
    border-color: #ccc;
}
.icon.icon-gray-6
{
    color: #e6e6e6;
}
.icon.icon-gray-6[class*=icon-border-]
{
    border-color: #e6e6e6;
}
a.icon[class*=icon-gray-]:hover
{
    color: #d74120;
}
.icon.icon-inverse
{
    color: #fff;
}
.icon.icon-inverse[class*=icon-border-]
{
    border-color: #fff;
}
a.icon.icon-inverse:hover
{
    color: #d74120;
    border-color: #d74120;
}
a.icon[class*=icon-bg-]:hover
{
    color: #fff;
    background-color: #d74120;
}
a.icon[class*=icon-border-]:hover
{
    border-color: #d74120;
}
.icon.icon-color
{
    color: #d74120;
}
.icon.icon-color[class*=icon-border-]
{
    border-color: #d74120;
}
a.icon.icon-color:hover
{
    color: #262421;
    border-color: #262421;
}
.inverse a.icon.icon-color:hover
{
    color: #fff;
    border-color: #fff;
}
.icon-step i {
    font-weight: 600;
    margin: -0.125rem 0 0 0.125rem;
}

.icon-step.icon-size-2 {
    font-size: 1.125rem;
}

.icon-step.icon-size-2 i {
    margin-top: -0.0625rem;
}

.icon-wheel-wrap {
    position: relative;
    display: inline-block;
    margin: 0 0 1.25rem 1.25rem;
    padding: 1.5625rem;
    vertical-align: middle;
    border-radius: 0.125rem;
    background-color: #262421;
}

.icon-wheel-wrap .icon
{
    margin: 0;
}
.icon-wheel-wrap.icon-wheel-rounded
{
    border-radius: 100%;
}
.share-links
{
    font-size: 0;

    width: 100%;
}
.share-links.pull-right
{
    text-align: right;
}
.share-links a
{
    font-size: 1.375rem;
    line-height: 2.2727;

    display: inline-block;

    width: 3.125rem;
    height: 3.125rem;
    margin: 0 0.4375rem;

    text-align: center;
    vertical-align: middle;

    color: #fff !important;
    border-radius: 50%;
}
.share-links span
{
    font-size: 1rem;

    display: inline-block;

    margin-left: 0.625rem;

    vertical-align: middle;

    color: #262421;
}
.share-links [class*=fa-facebook]
{
    background-color: #36528e;
}
.share-links [class*=fa-facebook]:hover
{
    background-color: #314a80;
}
.share-links [class*=fa-twitter]
{
    background-color: #3c97fd;
}
.share-links [class*=fa-twitter]:hover
{
    background-color: #1d86fd;
}
.share-links [class*=fa-linkedin]
{
    background-color: #0672a9;
}
.share-links [class*=fa-linkedin]:hover
{
    background-color: #056798;
}
.share-links [class*=fa-google-plus]
{
    background-color: #d4462f;
}
.share-links [class*=fa-google-plus]:hover
{
    background-color: #c13d28;
}
.share-links [class*=fa-youtube],
.share-links [class*=fa-youtube]:hover
{
    background-color: #be2f24;
}
.share-links [class*=fa-youtube]:hover,
.share-links [class*=fa-youtube]:hover:hover
{
    background-color: #ab2a20;
}
.share-links [class*=fa-dribbble]
{
    background-color: #ec4988;
}
.share-links [class*=fa-dribbble]:hover
{
    background-color: #e92d76;
}
.share-links [class*=fa-instagram]
{
    background-color: #4a7d98;
}
.share-links [class*=fa-instagram]:hover
{
    background-color: #437089;
}
.share-links [class*=fa-skype]
{
    background-color: #0ba4f5;
}
.share-links [class*=fa-skype]:hover
{
    background-color: #0994dd;
}
.share-links [class*=fa-envelope]
{
    background-color: #d93636;
}
.share-links [class*=fa-envelope]:hover
{
    background-color: #cd2727;
}
.share-links-def a[class*=fa]
{
    background-color: #e6e6e6;
}
.share-links-md a
{
    font-size: 1.875rem;
    line-height:  2.2667;

    width: 4.25rem;
    height: 4.25rem;
    margin: 0 0.625rem;
}
.share-links-sm a
{
    font-size: 1.125rem;
    line-height: 2.2222;

	width: 2.5rem;
	height: 2.5rem;
    margin: 00.3125rem;
}
.share-links-block
{
    display: table;

    padding: 0 !important;
}
.share-links-block a
{
    font-size: 3.125rem;
    line-height: 2.96;

    display: table-cell;

    height: 9.25rem;

    border-radius: 0;
}
/*------------------------------------------------------------------
[ COUNTERS ]
-------------------------------------------------------------------*/
.countup
{
    font-size: 0;
    font-weight: 300;

    margin-bottom: 0.9375rem;

    white-space: nowrap;

    color: #262421;
}
.countup > *
{
    font-size: 2.8125rem;
    line-height: 1;
}
.inverse .countup
{
    color: #fff;
}
.countup-hg > *
{
    font-size: 3.75rem;
}
.countup-md
{
    color: #8d8d8d;
}
.countup-md > *
{
    font-size: 2.5rem;
}
.countup-sm
{
    color: #6a6a6a;
}
.countup-sm > *
{
    font-size: 1.875rem;
}
.countup-default
{
    color: #262421;
}
.countup-color
{
    color: #d74120 !important;
}
.progress-up
{
    color: #8d8d8d;
    border-bottom: 0.125rem solid #ccc;
}
.progress-up ins
{
    position: relative;
    top: 0.125rem;

    display: block;

    height: 0.125rem;
    margin-top: 0.625rem;

    background-color: #d74120;
}
.countup-wrap
{
    position: relative;

    margin-bottom: 0.9375rem;
}
.countup-wrap .countup
{
    line-height: 1;

    position: absolute;
    z-index: 2;
    top:0.3125rem;
    left: 0;

    margin-bottom: 0;

    color: #8d8d8d;
}
.countup-wrap .countup > *
{
    font-size: 1rem;
    font-weight: 600;
}
.countup-wrap [class*=countup-brick]
{
    top: 0.875rem;

    color: #fff;
}
.countup-wrap .countup-tip
{
    top:-0.3125rem;

    color: #fff;
}
.countup-wrap .countup-inside {
    top: 1.875rem;

    -webkit-transform: translateX(-0.5rem);
       -moz-transform: translateX(-0.5rem);
        -ms-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);

    color: #fff;
}

.countup-wrap p
{
    color: #666;
}
.countup-wrap-block h6
{
    line-height: 2.25rem;

    position: absolute;
    z-index: 4;
    top: 0;
    left: 0.625rem;

    margin: 0;

    color: #fff;
}
.countup-wrap-block .countup-line
{
    height: 2.25rem;
}
.countup-wrap-block .countup-inside
{
    top: 0.625rem;
}
.countup-line
{
    position: relative;

    display: block;

    width: 100%;
    height: 0.125rem;
    margin-bottom: 0.625rem;

    content: '\0020';

    background-color: #ccc;
}
.countup-line > *
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    height: 100%;

    background-color: #d74120;
}
.countup-line-wide
{
    height: 1.5625rem;
}
[class*=countup-brick]
{
    z-index: 2;

    height: 1.5625rem;
    padding: 0 0.4375rem;

    border-radius: 0.125rem;
    background-color: #d74120;
}
[class*=countup-brick] > *
{
	line-height: 1.5625rem;
}
.countup-tip
{
    z-index: 2;

    height: 1.5625rem;
    padding: 0 0.4375rem;

    border-radius: 0.125rem;
    background-color: #4d4d4d;
}
.countup-tip:after {
    position: absolute;
    bottom: -0.3125rem;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -0.1875rem;

    content: '\0020';

    border-top: 0.3125rem solid #4d4d4d;
    border-right: 0.1875rem solid transparent;
    border-left: 0.1875rem solid transparent;
}
.countup-tip > *
{
	line-height: 1.375rem;
}
.countup-line-gray > *
{
    background-color: #878787;
}
.countup-line-warning > *,
.countup-brick-warning
{
    background-color: #e6940e;
}
.countup-line-success > *,
.countup-brick-success
{
    background-color: #34ab1f;
}
.countup-line-info > *,
.countup-brick-info
{
    background-color: #32abda;
}
/*------------------------------------------------------------------
[ TOOLTIPS & POPOVERS ]
-------------------------------------------------------------------*/
.static-popovers h2
{
    margin-bottom: 9.375rem;
}
.static-popovers .popover
{
    display: block;
}
[data-toggle=popover]
{
    cursor: pointer;
}
.popover
{
    font-size: 0.8125rem;
    line-height: 1.3846;

    width: 12.5rem;
    max-width: 12.5rem;

    text-align: center;

    color: #6a6a6a;
    border: 0;
    border-radius:0.3125rem;
    background-color: #1f1f1f;
    box-shadow: none;
}
.popover-title
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;

    padding-bottom:0.3125rem;

    color: #fff;
    border: 0;
    background-color: transparent;
}
.popover-content
{
    padding: 0 0.625rem 0.9375rem;
}
.popover > .arrow:after
{
    border-width: 0.4375rem;
}
.popover.left > .arrow
{
    right: -0.4375rem;

    margin-top: -0.4375rem;

    border-left: 0;
}
.popover.left > .arrow:after
{
    bottom: -0.4375rem;

    border-left-color: #1f1f1f;
}
.popover.top > .arrow
{
    bottom: -0.4375rem;

    margin-left: -0.4375rem;

    border-top: 0;
}
.popover.top > .arrow:after
{
    border-top-color: #1f1f1f;
}
.popover.right > .arrow
{
    left: -0.4375rem;

    margin-top: -0.4375rem;

    border-right: 0;
}
.popover.right > .arrow:after
{
    bottom: -0.4375rem;

    border-right-color: #1f1f1f;
}
.popover.bottom > .arrow
{
    top: -0.4375rem;

    margin-left: -0.4375rem;

    border-bottom: 0;
}
.popover.bottom > .arrow:after
{
    border-bottom-color: #1f1f1f;
}
.popover-color .popover-title
{
    color: inherit;
}
.popover-success
{
    color: #245c12;
    background-color: #d2ecc8;
}
.popover-success.left > .arrow:after
{
    border-left-color: #d2ecc8;
}
.popover-success.right > .arrow:after
{
    border-right-color: #d2ecc8;
}
.popover-success.top > .arrow:after
{
    border-top-color: #d2ecc8;
}
.popover-success.bottom > .arrow:after
{
    border-bottom-color: #d2ecc8;
}
.popover-info
{
    color: #326482;
    background-color: #d7ebf6;
}
.popover-info.left > .arrow:after
{
    border-left-color: #d7ebf6;
}
.popover-info.right > .arrow:after
{
    border-right-color: #d7ebf6;
}
.popover-info.top > .arrow:after
{
    border-top-color: #d7ebf6;
}
.popover-info.bottom > .arrow:after
{
    border-bottom-color: #d7ebf6;
}
.popover-warning
{
    color: #6d561b;
    background-color: #feefc8;
}
.popover-warning.left > .arrow:after
{
    border-left-color: #feefc8;
}
.popover-warning.right > .arrow:after
{
    border-right-color: #feefc8;
}
.popover-warning.top > .arrow:after
{
    border-top-color: #feefc8;
}
.popover-warning.bottom > .arrow:after
{
    border-bottom-color: #feefc8;
}
.popover-danger
{
    color: #7d2a29;
    background-color: #fdd;
}
.popover-danger.left > .arrow:after
{
    border-left-color: #fdd;
}
.popover-danger.right > .arrow:after
{
    border-right-color: #fdd;
}
.popover-danger.top > .arrow:after
{
    border-top-color: #fdd;
}
.popover-danger.bottom > .arrow:after
{
    border-bottom-color: #fdd;
}
.popover-dark
{
    color: #6a6a6a;
    background-color: #1f1f1f;
}
.popover-dark.left > .arrow:after
{
    border-left-color: #1f1f1f;
}
.popover-dark.right > .arrow:after
{
    border-right-color: #1f1f1f;
}
.popover-dark.top > .arrow:after
{
    border-top-color: #1f1f1f;
}
.popover-dark.bottom > .arrow:after
{
    border-bottom-color: #1f1f1f;
}
.popover-dark .popover-title
{
    color: #fff;
}
.popover-light
{
    color: #666;
    background-color: #f9f6f1;
}
.popover-light.left > .arrow:after
{
    border-left-color: #f9f6f1;
}
.popover-light.right > .arrow:after
{
    border-right-color: #f9f6f1;
}
.popover-light.top > .arrow:after
{
    border-top-color: #f9f6f1;
}
.popover-light.bottom > .arrow:after
{
    border-bottom-color: #f9f6f1;
}
.popover-light .popover-title
{
    color: #262421;
}
.popover-gray
{
    color: #fff;
    background-color: #6a6a6a;
}
.popover-gray.left > .arrow:after
{
    border-left-color: #6a6a6a;
}
.popover-gray.right > .arrow:after
{
    border-right-color: #6a6a6a;
}
.popover-gray.top > .arrow:after
{
    border-top-color: #6a6a6a;
}
.popover-gray.bottom > .arrow:after
{
    border-bottom-color: #6a6a6a;
}
.popover-black
{
    color: #6a6a6a;
    background-color: #262421;
}
.popover-black.left > .arrow:after
{
    border-left-color: #262421;
}
.popover-black.right > .arrow:after
{
    border-right-color: #262421;
}
.popover-black.top > .arrow:after
{
    border-top-color: #262421;
}
.popover-black.bottom > .arrow:after
{
    border-bottom-color: #262421;
}
.popover-black .popover-title
{
    color: #fff;
}
/*------------------------------------------------------------------
[ INFOBLOCKS ]
-------------------------------------------------------------------*/
.img-lg
{
    width: 12.5rem;
    max-width: 12.5rem;
}
.img-md
{
    width: 6.25rem;
    max-width: 6.25rem;
}
.img-sm
{
    width: 4.375rem;
    max-width: 4.375rem;
}
.img-bottom
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}
.divcell > img,
.height-300 img
{
    width: 100%;
}
.img-face
{
    position: relative;

    display: inline-block;

    margin: 0 0.9375rem 0 0;

    vertical-align: top;
}
.img-face:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '\0020';
    transition: opacity .3s ease;

    opacity: 0;
    border-radius: 100%;
    background-color: rgba(33,33,33,.7);
}
.img-face:hover:after
{
    opacity: .4;
}
.promo-box
{
    position: relative;

    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}
.promo-box h4
{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.35;

    position: relative;

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;
}
.promo-box h4 em
{
    font-weight: 400;
}
.promo-box .br
{
    display: block;

    margin: 0.625rem;
}
.promo-box .icon
{
    margin-right: 1.25rem;
    margin-bottom: 0;
}
.promo-box .btn
{
    margin-bottom: 0;
}
.promo-box.overlay > *
{
    position: relative;
}
.promo-box-light
{
    background-color: #f9f6f1;
}
.promo-box-light.overlay:before
{
    background-color: rgba(255,255,255,.7);
}
.promo-box-md
{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}
.promo-box-lg
{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.promo-box-hg
{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.promo-box-hg [class*=promo-col]
{
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
}
.promo-box-simple
{
    text-align: center;
}
.promo-box-simple > *
{
    display: inline-block;

    margin: 0 0.625rem;

    vertical-align: middle;
}
.promo-box-simple h4
{
    font-weight: 400;
    line-height: 2.25;

    color: #6a6a6a;
}
.promo-box-simple .btn
{
    line-height: 2.25;

    height: 2.6875rem;
    padding: 0 2.1875rem;
}
.promo-box-dark
{
    background-color: #262421;
}
.promo-box-dark.overlay:before
{
    background-color: rgba(26,26,26,.9);
}
.promo-box-dark h4
{
    color: #6a6a6a;
}
.promo-share
{
    padding-top: 0;
    padding-bottom: 0;

    background-color: #3d3a37;
}
.promo-share [class*=col-]
{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.promo-share [class*=col-]:nth-child(2n)
{
    background-color: #2b2b2c;
}
.promo-box-dark.inverse h4
{
    color: #6a6a6a;
}
.promo-box-color
{
    background-color: #d74120;
}
.promo-box-border
{
    border: 0.0625rem solid #e9e9e9;
    border-width: 0.0625rem 0;
}
.promo-box-border.container
{
    border-width: 0.0625rem;
}
.promo-box-border-dashed
{
    border: 0.0625rem dashed #d74120;
}
.promo-box-border-dashed h4
{
    color: #262421;
}
.promo-tel
{
    font-size: 1.375rem;
    font-weight: 400;

    display: inline-block;

    vertical-align: middle;
}
.promo-box .share-links h4
{
    font-weight: 700;

    display: block;

    margin-bottom: 0.9375rem;

    color: #fff;
}
.promo-box .share-links h4[class*=pull]
{
    line-height: 2.5;

    margin-bottom: 0;
}
.promo-box .share-links h4[class*=pull].share-links-md h4[clas*=pull]
{
    line-height: 3.4;
}
.raty
{
    font-size: 0;

    display: block;
}
.raty i
{
    font-size: 0.8125rem;

    display: inline-block;

    vertical-align: middle;

    color: #d74120;
}
.raty i.star-off
{
    color: #8d8d8d;
}
.corner-container
{
    position: relative;
    z-index: 1031;

    width: 100%;
}
.corner-container .container
{
    display: none;

	padding: 3.125rem 0;
}
.corner-container.corner-container-abs
{
    position: absolute;
    top: 0;
    left: 0;
}
.corner-container.corner-container-fix
{
    position: fixed;
    top: 0;
    left: 0;
}
.corner-link
{
    position: absolute;
    right: 0;
    bottom: -2.5rem;

    width: 0;
    height: 0;

    border-top: 2.5rem solid #d74120;
    border-left: 2.5rem solid transparent;
    background-color: transparent !important;
}
.corner-link:hover,
.corner-link.vis
{
    border-top-color: #262626;
}
.corner-link:after
{
    font-family: FontAwesome;
    font-size: 0.625rem;

    position: absolute;
    top: -2.5625rem;
    right: 0.5rem;

    content: '\f067';

    color: #f9f6f1;
}
.fontawesome-container [class*=col-]
{
    font-size: 0.8125rem;
}
.media + .media,
.media + .btn
{
    margin-top: 1.25rem;
}
.media + p
{
    margin-top: 0.625rem;
}
.media-left
{
    padding-right: 1.5625rem;
}
.media-right
{
    padding-left: 1.5625rem;
}
.media-body
{
    width: auto;
}
.media-fix
{
    width: 25%;
}
[data-animate]
{
    opacity: 0;
}
[data-animate].animated
{
    opacity: 1;
}
.animate-toggle
{
    max-width: 80%;

    cursor: pointer;
}
.iwrap
{
    position: relative;
}
.iwrap .container > img,
.iwrap .row > img
{
    max-width: 100%;
}
.iwrap .slider-pagination.inside
{
    top: -1.875rem;
}
.iwrap-light
{
    background-color: #fafafa;
}
.iwrap-light p
{
    color: #666;
}
.iwrap-light.iwrap-darker
{
    background-color: #f9f6f1;
}
.iwrap-light.overlay:before,
.iwrap-light .overlay:before
{
    background-color: rgba(255,255,255,.35);
}
.img-wrap img
{
    position: absolute;
    top: 0;

    height: 100%;
}
.img-wrap.img-wrap-left img
{
    right: 0;
}
.img-wrap.img-wrap-right img
{
    left: 0;
}
.img-wrap.img-wrap-bottom img
{
    top: auto;
    bottom: 0;

    max-width: 100%;
}
.img-wrap.img-wrap-auto
{
    overflow: hidden;
}
.img-wrap.img-wrap-auto img
{
    top: 1.875rem;

    max-width: 100%;
    height: auto;
}
.text-wrap
{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.text-wrap + .text-wrap
{
    margin-top: 0 !important;
    padding-top: 0;
}
.text-wrap.divtable
{
    margin-bottom: 5rem;
}
.text-wrap-huge
{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
}
.first-letter
{
    font-size: 3.75rem;
    line-height: 1;

    float: left;

    width: 3.25rem;
    height: 3.25rem;
    margin: 0 1.125rem 0.625rem -0.3125rem;
}
.first-letter-color
{
    color: #d74120;
}
.first-letter-lighter
{
    color: #6a6a6a;
}
.first-letter-lightest
{
    color: #e6e6e6;
}
[class*=first-letter-rounded],
[class*=first-letter-circle]
{
    font-size: 1.875rem;
    line-height: 1.5333;

    margin-top: 0.625rem;
    margin-left: 0;

    text-align: center;

    color: #fff;
    border: 0.125rem solid transparent;
    border-radius: 0.125rem;
    background-color: #1c1c1c;
}
[class*=first-letter-circle]
{
    border-radius: 50%;
}
.first-letter-rounded-color,
.first-letter-circle-color
{
    background-color: #d74120;
}
.first-letter-rounded-lighter,
.first-letter-circle-lighter
{
    color: #262421;
    background-color: #e6e6e6;
}
.first-letter-rounded-contour,
.first-letter-circle-contour
{
    color: #262421;
    border-color: #262421;
    background-color: transparent;
}
.vertical-bar
{
    display: inline-block;
    float: none;

	margin: 3.125rem -0.125rem 0;
}
.vertical-chart
{
    width: 90% !important;
    height: 15rem;
    margin: 0 auto 1.25rem;
}
.vertical-chart-border
{
	border-width: 0 0 0.1875rem !important;
    border-style: solid;
    border-color: #f0f0f0 !important;
}
.vertical-chart-fill
{
    background-color: #f0f0f0;
}
[class*=graphField]
{
    width: 100% !important;
    margin-left: 0 !important;
}
[class*=graphValue]
{
    font-family: dm-sans;
    font-size: 2.8125rem;
    font-weight: 300;
    line-height: 1.7778;

    position: relative;
    z-index: 1;

    padding-bottom: 0.9375rem;

    color: #8d8d8d;
}
[class*=graphBar]
{
    border-top: 0.125rem solid #d74120;
}
.vertical-chart-padding [class*=graphValue]
{
    border-bottom: 0.125rem solid #d74120;
	box-shadow: 0 0 0 1.875rem #fff;
}
.pie-chart
{
    position: relative;

    display: inline-block;

    width: 9.0625rem;
    height: 9.0625rem;
    margin-bottom: 1.5625rem;

    text-align: center;

    opacity: 0;
}
.pie-chart:last-child
{
    margin-bottom: 0;
}
.pie-chart canvas
{
    position: absolute;
    top: 0;
    left: 0;

    width: 9.0625rem;
    height: 9.0625rem;
}
.pie-percent
{
    font-size: 2.1875rem;
    font-weight: 300;
    line-height: 4.1429;

    z-index: 2;

    display: block;

    color: #262421;
    border-radius: 50%;
}
.pie-percent:after
{
    font-size: inherit;

    content: '%';
}
.pie-icon .pie-percent:after
{
    display: none;
}
.pie-icon .icon
{
    margin-top: -0.375rem;
}
.pie-chart-fill .pie-percent
{
    background-color: #f7f7f7;
}
.pie-chart-md
{
    width: 7.5rem;
    height: 7.5rem;
}
.pie-chart-md .pie-percent
{
    font-size: 1.875rem;
    line-height: 4;

    color: #6a6a6a;
}
.pie-chart-md canvas
{
    width: 7.5rem;
    height: 7.5rem;
}
.pie-chart-sm
{
    width: 6.25rem;
    height: 6.25rem;
}
.pie-chart-sm .pie-percent
{
    font-size: 1.5rem;
    line-height: 4.1667;

    color: #6a6a6a;
}
.pie-chart-sm canvas
{
    width: 6.25rem;
    height: 6.25rem;
}
.quotes img
{
    margin-bottom: 0.9375rem;
}
.quotes.quotes-grid [class*=col-]
{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;

    border: 0.0625rem dotted #8d8d8d;
    border-top-width: 0;
    border-left-width: 0;
}
.quotes.quotes-grid [class*=col-]:last-child
{
    border-right-width: 0;
}
.quotes.quotes-grid [class*=col-]:last-child
{
    border-right-width: 0;
}
.quotes.quotes-grid + .quotes.quotes-grid
{
    top: -0.0625rem;

    margin-top: 0 !important;
}
.quotes.quotes-grid + .quotes.quotes-grid:last-child [class*=col-]
{
    border-bottom-width: 0;
}
[class*=quote-author]
{
    font-size: 0.875rem;
}
[class*=quote-author] strong
{
    font-weight: 600;
    line-height: 1.375rem;

    position: relative;

    display: block;

    padding-left: 1.25rem;

    color: #262421;
}
[class*=quote-author] strong:before
{
    line-height: 1.125rem;

    position: absolute;
    top: 0;
    left: 0;

    content: '—';
}
[class*=quote-author] small
{
    font-size: 0.875rem;
    line-height: 1.5714;

    display: block;

    padding-left: 1.25rem;

    color: #666;
}
.quote-author-inline strong:before
{
    display: none;
}
.quote-author-inline strong,
.quote-author-inline small
{
    display: inline-block;

    padding: 0;
}
.quote-author-simple strong:before
{
    display: none;
}
.quote-author-simple strong,
.quote-author-simple small
{
    padding: 0;
}
.quote-big img
{
    margin-bottom: 1.5625rem;
}
.quote-big q
{
    font-size: 1.1875rem;

    margin-bottom: 1.5625rem;
}
.quote-big .heading-divider
{
    margin-bottom: 1.5625rem;
}
.quote-big [class*=quote-author] > *
{
    font-size: 1.0625rem;
}
.quote-block
{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.status
{
    font-size: 1rem;
    line-height: 1.25;

    margin-bottom: 1.25rem;

    color: #8c8c8c;
}
.status:last-child
{
    margin-bottom: 0;
}
.quotes .background.divcell
{
    position: relative;
    left: -0.0625rem;
}
.search-found
{
    margin-bottom: -0.625rem;
}
.search-found [class*=col-] > *
{
    line-height: 2.9375rem;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
    white-space: nowrap;
}
.search-found [class*=col-] > * + *
{
    margin-left: 0.9375rem;
}
.search-filter
{
    line-height: 1.5rem;

    margin: 0 0 1.5625rem;
}
.search-filter a
{
    font-weight: 400;
}
.search-block
{
    margin-left: 1.875rem;
}
.search-block:not(:last-child)
{
    margin-bottom: 1.875rem;
}
.search-block h5
{
    margin-bottom: 0.5rem;
    margin-left: -1.56em;
}
.search-block h5 i
{
    float: left;
}
.search-block h5 a
{
    display: block;

    margin-left: 1.56em;
}
.search-block > a
{
    font-weight: 400;
}
.search-block p
{
    margin-top: 0.5rem;
}
.faq.isotope-wrap .mix h4
{
    display: inline-block;

    padding-left: 2.1875rem;

    vertical-align: top;
}
.faq.isotope-wrap .mix h4 i
{
    float: left;

    width: 2.1875rem;
    margin-left:  -2.1875rem;
}
.faq.isotope-wrap .mix .panel-body
{
    padding-left: 2.1875rem;
}
.faq.isotope-wrap .mix .panel-body p
{
    padding-bottom: 1.25rem;
}
.faq.isotope-wrap .panel-body
{
    transition: all .35s ease .1s;
}
.faq.isotope-wrap .collapsing
{
    opacity: 0;
}
.singlework .magnific,
.singlework.container .magnific
{
    padding: 0;

    transition: opacity .3s ease;
}
.singlework .magnific:hover,
.singlework.container .magnific:hover
{
    opacity: .85;
}
.singlework .magnific img,
.singlework.container .magnific img
{
    width: 100%;
}
.single-video
{
    margin: 3.75rem 0;

    background-color: #262421;
}
.single-video.video-wrap
{
    height: 31.25rem;
}
.single-video .html-video
{
    z-index: 0;
}
.table.data-table > tbody
{
    border: 0;
}
.table.data-table th
{
    font-weight: 400;

    width: 30%;
    padding: 0.25rem 0;

    vertical-align: middle;

    color: #666;
    border: 0;
}
.table.data-table td
{
    padding: 0.25rem 0;

    vertical-align: middle;

    border: 0;
}
.table.data-table td a
{
    color: #d74120;
}
.table.data-table td a:hover
{
    color: #262421;
}
.related [class*=col-]
{
    padding: 0;
}
/*------------------------------------------------------------------
[ CLIENTS ]
-------------------------------------------------------------------*/
.clients
{
    position: relative;
}
.clients img
{
    max-width: 100%;

    transition: opacity .2s ease;

    opacity: .85;
}
.highlight .clients img
{
    opacity: .4;
}
.clients a
{
    display: block;
    text-align: center;
}
.clients button
{

    text-align: center;
}
.clients a:hover img,
.clients button:hover img
{
    opacity: 1;
}
.clients-sm [class*=col-]
{
    line-height: 10.3125rem;
}
.clients-md [class*=col-]
{
    line-height: 11.875rem;
}
.clients-md [class*=col-] img
{
    max-width: 9.375rem;
    max-height: 9.375rem;
}
.clients-flat [class*=col-]
{
    border: 0.0625rem solid #ccc;
    border-left-width: 0;
}
.highlight-dark .clients-flat [class*=col-]
{
    border-color: #595959;
}
.clients-flat [class*=col-]:first-child
{
    border-left-width: 0.0625rem;
}
.clients-flat + .clients-flat
{
    top: -0.0625rem;

    margin-top: 0 !important;
}
.clients-flat img
{
    max-height: 6.875rem;
}
.clients-grid [class*=col-]
{
    border: 0.0625rem dotted #8d8d8d;
    border-top-width: 0;
    border-left-width: 0;
}
.clients-grid [class*=col-]:last-child
{
    border-right-width: 0;
}
.clients-grid [class*=col-]:last-child
{
    border-right-width: 0;
}
.highlight-dark .clients-grid [class*=col-]
{
    border-color: #595959;
}
.clients-grid + .clients-grid
{
    top: -0.0625rem;

    margin-top: 0 !important;
}
.clients-grid + .clients-grid:last-child [class*=col-]
{
    border-bottom-width: 0;
}
.clients-grid img
{
    max-height: 6.875rem;
}
.highlight.clients .container
{
    position: static;
}
/*------------------------------------------------------------------
[ PRICING ]
-------------------------------------------------------------------*/
.pricing
{
    padding-top: 1.875rem;
}
.pricing [class*=col-]
{
    padding: 0;
}
.pricing.pricing-nobg .pricing-box
{
    background-color: transparent;
}
.pricing.pricing-mono .pricing-box
{
    background-color: #f9f6f1;
}
.pricing.pricing-zebra .pricing-box
{
    background-color: #f9f6f1;
}
.pricing.pricing-zebra [class*=col-]:nth-child(2n) .pricing-box
{
    background-color: #ebebeb;
}
.pricing.pricing-zebra-light [class*=col-]:nth-child(2n+3) .pricing-box
{
    background-color: #fff;
}
.pricing .most {
    font-weight: 600;
    margin: -3.0625rem 0 1.5625rem;
    color: #d74120;
}

.pricing .most-default {
    margin: -2.5rem 0 1rem;
    color: #262421;
}

.pricing-box {
    padding: 2.1875rem 1.875rem;
    background-color: #f9f6f1;
}

.pricing-box h1,
.pricing-box h2,
.pricing-box h3
{
    margin-bottom: 2.1875rem;
}
.pricing-box .num
{
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1;

    margin-bottom:0.3125rem;

    color: #262421;
}
.pricing-box .num sup
{
    font-size: 1.625rem;
    font-weight: 700;

    top: -0.65rem;

    margin: 0 0.3125rem 0 0.1875rem;

    vertical-align: middle;

    color: #6a6a6a;
}
.pricing-box .num-per
{
    font-weight: 600;

    color: #6a6a6a;
}
.pricing-box p,
.pricing-box ul
{
    margin-right: 0;
    margin-left: 0;

    color: #666;
}
.pricing-box .hr-full
{
    width: calc(100% + 3.75rem);
    margin-right: -1.875rem;
    margin-left: -1.875rem;

    border-color: #8d8d8d;
}
.pricing-box .btn
{
    width: 9.375rem;
    margin-bottom: 0;
    padding: 0;
}
.pricing-box .btn-default
{
    color: #262421;
}
.pricing-highlight
{
    position: relative;
    z-index: 2;

    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;

    background-color: #262421 !important;
}
.pricing-highlight hr
{
    border-color: #585858;
}
.pricing-highlight .num,
.pricing-highlight h1,
.pricing-highlight h2,
.pricing-highlight h3
{
    color: #fff;
}
.pricing-highlight .icon {
    position: absolute;
    top: -0.5625rem;
    right: -1.0625rem;
}

[class*=pricing-highlight-header] {
    margin: -2.1875rem -1.875rem 1.25rem;
    padding: 2.1875rem 1.875rem 2.5rem;
    background-color: #404040;
}
[class*=pricing-highlight-header] h1,
[class*=pricing-highlight-header] h2,
[class*=pricing-highlight-header] h3
{
    margin-bottom: 0.625rem;
}
[class*=pricing-highlight-header].inverse .num
{
    margin-bottom: 0.625rem;

    color: #fff;
}
.pricing [class*=col-]:nth-child(2n) [class*=pricing-highlight-header]
{
    background-color: #3d3a37;
}
.pricing-highlight-header-color
{
    background-color: #d74120 !important;
}
.pricing-highlight-header-color .num sup
{
    color: #fff;
}
.pricing-highlight-header-color .num-per
{
    color: #262421;
}
.pricing-table .pricing-box
{
    margin: 00.3125rem;
    padding-right: 0;
    padding-left: 0;
}
.pricing-table [class*=pricing-highlight-header]
{
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.pricing-table .pricing-highlight-header-color .num-per
{
    color: #fff;
}
.pricing-table.pricing-mono [class*=pricing-highlight-header]
{
    background-color: #fff !important;
}
.pricing-table.pricing-mono [class*=pricing-highlight-header] h1,
.pricing-table.pricing-mono [class*=pricing-highlight-header] h2,
.pricing-table.pricing-mono [class*=pricing-highlight-header] h3
{
    color: #8d8d8d;
}
.pricing-table ul li
{
    padding: 0.3125rem 0;
}
.pricing-table ul li:nth-child(2n+1)
{
    background-color: #ededed;
}
.pricing-table ul li:nth-child(2n)
{
    background-color: #f9f6f1;
}
.pricing-table .fa-fw
{
    text-align: center;
}
.pricing-th
{
    background-color: transparent !important;
}
.pricing-th .pricing-highlight-header
{
    opacity: 0;
    background-color: transparent;
}
.pricing-th ul
{
    text-align: right;

    border-left: 0.0625rem dotted #8d8d8d;
}
.pricing-th ul li
{
    padding-right: 1.875rem;

    background-color: transparent !important;
}
/*------------------------------------------------------------------
[ TIMELINE ]
-------------------------------------------------------------------*/
.timeline .row
{
    padding-bottom: 1.875rem;

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkMWU3OWEzYy1hZGRkLTQwZjMtOWU1OS05Y2Y1OTJmMTVkMGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzIwRUYwN0RGM0I0MTFFNEJGQ0NCQTk0MjQ1MkMzNzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzIwRUYwN0NGM0I0MTFFNEJGQ0NCQTk0MjQ1MkMzNzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ODIzZDM5Ni00YzU0LTQ5NWYtODQ5MC05NDVkODEwYjNiMWUiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3NjdkMDQ5YS0zMGJkLTExNzgtYTViYS1kYWI0ZDU0YmQzNTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6cw9HrAAAAGUlEQVR42mLYvHnzf4b///8zMDEAAUCAAQA+OwYYqGSLUwAAAABJRU5ErkJggg==') 50% 100% repeat-y;
}
.timeline .row.nobg
{
    background-image: none;
}
.timeline .row.onerow
{
    padding-bottom: 3.125rem;
}
.timeline .row [class*=col-] > [class*=col-]:first-child
{
    padding: 0;
}
.timeline .row [class*=col-] > [class*=col-]:last-child
{
    padding-right: 0;
}
.timeline .row:last-child
{
    background-image: none;
}
.timeline .row + .row
{
    margin-top: 0.625rem;
}
.timeline [class*='-8'],
.timeline [class*='-10']
{
    background-color: #fff;
}
.timeline [class*='-8'] .date:after,
.timeline [class*='-10'] .date:after
{
    display: none;
}
.timeline .date
{
    font-weight: 600;

    margin-bottom: 1.25rem;

    text-align: center;

    color: #6a6a6a;
    background-color: #fff;
}
.timeline .date:after
{
    display: block;

    width: 0.8125rem;
    height: 0.8125rem;
    margin: 0.625rem auto 0;

    content: '\0020';

    border: 0.125rem solid #d74120;
    border-radius: 50%;
    background-color: #fff;
}
.timeline .date .time
{
    font-weight: 400;

    display: block;
}
.timeline .circle
{
    display: block;

    width: 0.8125rem;
    height: 0.8125rem;
    margin: 0.625rem auto 0;

    content: '\0020';

    border: 0.125rem solid #d74120;
    border-radius: 50%;
    background-color: #fff;
}
.timeline .circle:first-child
{
    margin-top: -0.625rem;
    margin-bottom: 1.875rem;
}
.timeline .heading-divider
{
    margin-bottom: 1.875rem;
}
.timeline h1 + .date
{
    font-weight: 400;

    margin-top: -0.9375rem;
}
.timeline .icon
{
    margin-bottom: 0.9375rem;
}
.timeline .icon + h2,
.timeline .icon + h3,
.timeline .icon + h4,
.timeline .icon + h5
{
    display: inline-block;

	margin: 0 0 0.9375rem 0.9375rem;

    vertical-align: middle;
}
.timeline .mejs-container
{
    margin-bottom: 0.9375rem;
}
.timeline [class*=col-] > img
{
    max-width: 100%;
    margin-bottom: 1.25rem;
}
.timeline .cards
{
    margin-top: 1.875rem;
}
/*------------------------------------------------------------------
[ STEPS ]
-------------------------------------------------------------------*/
[class*=steps].slider [class*=col-]
{
    text-align: center;
}
.steps-1 [class*=col-] + [class*=col-]
{
    border-left: 0.0625rem solid #e9e9e9;
}
.steps-1 [class*=col-] + [class*=col-]:before
{
    font-weight: 400;

    position: absolute;
    top: 50%;
    left:-0.3125rem;

    display: block;

    width: 0.625rem;
    height: 0.625rem;
    margin-top:-0.3125rem;

    content: '\0020';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-width: 0.0625rem;
    border-style: solid solid none none;
    border-color: #e9e9e9;
    background-color: #fff;
}
.steps-2 [class*=col-] + [class*=col-]
{
    border-left: 0.0625rem dotted #8d8d8d;
}
.steps-2 [class*=col-] + [class*=col-]:before {
    font-family: FontAwesome;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.1111;

    position: absolute;
    top: 50%;
    left: -1.25rem;

    display: block;

    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;

    content: '\f061';
    text-align: center;

    color: #fff;
    border-radius: 100%;
    background-color: #262626;
}
.steps-2.steps-color [class*=col-] + [class*=col-]:before
{
    background-color: #d74120;
}
.steps-3 [class*=col-] + [class*=col-]:before
{
    font-family: FontAwesome;
    font-size: 1.375rem;
    font-weight: 400;
	line-height: 1.4545;

    position: absolute;
    top: 1rem;
    left: -0.625rem;

    display: block;

    width: 1.25rem;
    height: 1.25rem;

    content: '\f101';
    text-align: center;

    color: #6a6a6a;
    border-radius: 100%;
}
.steps-4 [class*=col-] + [class*=col-]
{
    border-left: 0.0625rem dotted #8d8d8d;
}
.steps-4 [class*=col-] + [class*=col-]:before {
    font-family: FontAwesome;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.1111;

    position: absolute;
    top: 50%;
    left: -1.25rem;

    display: block;

    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem;

    content: '\f101';
    text-align: center;

    color: #fff;
    border-radius: 100%;
    background-color: #262626;
}

.steps-5 [class*=col-] + [class*=col-]:before {
    font-family: FontAwesome;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2;

    position: absolute;
    z-index: 2;
    top: 4.6875rem;
    left: -1.5625rem;

    display: block;

    width: 3.125rem;
    height: 3.125rem;

    content: '\f105';
    text-align: center;

    color: #fff;
    border-radius: 100%;
    background-color: #d74120;
}

.steps-6 [class*=col-] + [class*=col-]:before {
    font-family: FontAwesome;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.1818;

    position: absolute;
    z-index: 2;
    top: 4.6875rem;
    left: -1.5625rem;

    display: block;

    width: 3.125rem;
    height: 3.125rem;

    content: '\f101';
    text-align: center;

    color: #fff;
    border-radius: 100%;
    background-color: #d74120;
}
.steps-noborder [class*=col-] + [class*=col-]
{
    border-left: 0;
}
.no-step + [class*=col-]:before
{
    display: none !important;
}
.steps-vertical
{
    position: relative;

    float: left;

    width: calc(100% + 3.75rem);
    margin-bottom: 2.5rem;
}
.steps-vertical:last-child
{
    margin-bottom: 0;
}
.steps-vertical:last-child:before,
.steps-vertical:last-child:after
{
    display: none;
}
.steps-vertical:before
{
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    left: 0;

    display: block;

    width: 80%;
    height: 0.0625rem;
    margin: auto;

    border-bottom: 0.0625rem dotted #8d8d8d;
}
.steps-vertical:after {
    font-family: FontAwesome;
    font-size: 1.375rem;

    position: absolute;
    bottom: -3.25rem;
    left: 50%;

    display: block;

    width: 3.625rem;
    margin-left: -1.8125rem;

    content: '\f0ab';

    color: #262421;
    background-color: #fff;
}
.steps-vertical p
{
    color: #666;
}
.step-1
{
    border-left: 0 !important;
}
.step-1:before,
.no-before:before,
.slider[class*=steps] li:first-child:before
{
    display: none !important;
}
/*------------------------------------------------------------------
[ CARDS ]
-------------------------------------------------------------------*/
.cards [class*=col-] .card,
.cards-color [class*=col-] .card
{
    display: block;
}
.cards [class*=col-] .card.divcell,
.cards-color [class*=col-] .card.divcell
{
    display: table-cell;
}
.content .cards:not(.slider) + .cards:not(.slider)
{
    margin-top: 0;
}
.card
{
    position: relative;

    padding-top: 3.125rem;
    padding-bottom: 3.125rem;

    transition: .2s ease;
}
.card.col-padding
{
    padding-right: 8.33333%;
    padding-left: 8.33333%;
}
.card.col-padding.divcell
{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.card p
{
    margin-right: auto;
    margin-left: auto;

    color: #262421;
}
.card.card-transparent h1,
.card.card-transparent h2,
.card.card-transparent h3,
.card.card-transparent h4,
.card.card-transparent h5,
.card.card-transparent h6
{
    transition: color .2s ease;

    color: #fff;
}
.card.card-transparent p
{
    transition: color .2s ease;

    color: #6a6a6a;
}
.card > *
{
    position: relative;
}
.card.card-border-solid
{
    border: 0.0625rem solid #ccc;
}
.card.card-border-dashed
{
    border: 0.0625rem dashed #8d8d8d;
}
.card.card-border-color
{
    border-color: #d74120;
}
.cards-flat .row + .row
{
    margin-top: 0;
}
.cards-flat .card .figure
{
    margin-top: 0;
}
.cards-flat .card .figure-info
{
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
}
.cards-flat-offset > .row
{
    margin-right: -2.5rem;
}
.cards-flat-offset .row + .row
{
    margin-top: 0.625rem;
}
.cards-flat-offset .divtable.row {
    width: calc(100% + 3.125rem);
}
.card-image
{
    padding: 1.5625rem;

    vertical-align: top;
}
.card-image p
{
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
/*.card-image:not(:first-child) .figure-info:not(:first-child)
{
    border-left: 0.0625rem dotted #8d8d8d;
}*/
.card-color .figure-info
{
    padding-bottom: 2.1875rem;

    border: 0 !important;
}
.cards-grid .row + .row
{
    margin-top: 0;
}
.cards-grid .row > [class*=col-]:first-child .figure
{
    margin-right: -0.0625rem;
}
.cards-grid-inside .row
{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
.cards-grid-inside .row + .row
{
    margin-top: 1.875rem;
}
.cards-grid-inside [class*=col-]
{
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.cards-inside
{
    margin-right: 0;
    margin-left: 0;
}
.cards-inside [class*=col-]
{
    padding: 0;
}
.cards-inside .card
{
    margin-right:0.3125rem;
    margin-left:0.3125rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;

    border-radius: 0.125rem;
}
.cards-inside .card:not(.card-image):hover
{
    border-color: transparent;
}
.cards-inside .card-image
{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.cards-inside .card-image p
{
    padding-right: 0;
    padding-left: 0;
}
.cards-color.cards-inside .figure:not(.figure-sm) {
    width: calc(100% + 2.5rem);
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.cards-border.cards-inside .figure:not(.figure-sm) {
    width: calc(100% + 2.625rem);
    margin-right: -1.3125rem;
    margin-left: -1.3125rem;
}
.cards-inside.divtable
{
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}
.cards-inside .figure-info
{
    padding-right: 0;
    padding-left: 0;

    border-left: 0;
}
.card-fix-lg {
    height: 19.6875rem;
}
.card-fix-md {
    height: 15.625rem;
}
.card-fix-sm {
    height: 10.9375rem;
}

.cards-fix .card
{
    padding-right: 0;
    padding-left: 0;
}
.cards-fix .card-fix
{
    position: relative;
    top: 50%;

    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cards-fix .divcell .card-fix
{
    top: 0;

    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.cards-separate .card-image
{
    padding-top:0.3125rem;
    padding-bottom:0.3125rem;

    border-left: 0.0625rem dotted #8d8d8d;
}
.cards-separate [class*=col-]:first-child .card-image
{
    border-left: 0;
}
.cards-separate .card
{
    display: inline-block;

    margin: 0 0.3125rem 0.625rem;

    vertical-align: top;
}
.cards-separate .card[class*='-6'] {
    width: calc(50% - 0.625rem);
}
.cards-separate .card[class*='-4'] {
    width: calc(33.3333% - 0.625rem);
}
.card-nobg
{
    background-color: transparent;
}
.card-nobg p
{
    color: #262421;
}
.card-nobg:hover
{
    background-color: #262421;
}
.card-nobg:hover h1,
.card-nobg:hover h2,
.card-nobg:hover h3,
.card-nobg:hover h4,
.card-nobg:hover h5,
.card-nobg:hover h6,
.card-nobg:hover .countup,
.card-nobg:hover [class*=quote-author] strong
{
    color: #fff;
}
.card-nobg:hover p,
.card-nobg:hover q
{
    color: #6a6a6a;
}
.card-light
{
    background-color: #f9f6f1;
}
.card-light p
{
    color: #666;
}
.card-light.card-transparent
{
    background-color: rgba(245,245,245,.1);
}
.card-light.card-transparent-25
{
    background-color: rgba(255,255,255,.25);
}
.card-light.card-transparent-50
{
    background-color: rgba(255,255,255,.5);
}
.card-light.card-transparent-70
{
    background-color: rgba(255,255,255,.7);
}
.card-light.card-transparent-90
{
    background-color: rgba(245,245,245,.9);
}
.card-light.card-darker
{
    background-color: #f0f0f0;
}
.card-light.card-lighter
{
    background-color: #fafafa;
}
.card-light.card-lightest
{
    background-color: #fff;
}
.card-light.card-lightest.card-transparent
{
    background-color: rgba(255,255,255,.05);
}
.card-light.card-lightest p
{
    color: #262421;
}
.card-light:hover p,
.card-light:hover q
{
    color: #6a6a6a;
}
.card-light:hover [class*=quote-author] strong
{
    color: #fff;
}
.card-light.overlay:before
{
    background-color: rgba(255,255,255,.7);
}
.cards .card-light:not(.back):hover,
.card-light.card-transparent:hover
{
    background-color: #262421;
}
.cards .card-light:not(.back):hover.overlay:before,
.card-light.card-transparent:hover.overlay:before
{
    background-color: rgba(26,26,26,.9);
}
.cards .card-light:not(.back):hover h1,
.card-light.card-transparent:hover h1,
.cards .card-light:not(.back):hover h2,
.card-light.card-transparent:hover h2,
.cards .card-light:not(.back):hover h3,
.card-light.card-transparent:hover h3,
.cards .card-light:not(.back):hover h4,
.card-light.card-transparent:hover h4,
.cards .card-light:not(.back):hover h5,
.card-light.card-transparent:hover h5,
.cards .card-light:not(.back):hover h6,
.card-light.card-transparent:hover h6,
.cards .card-light:not(.back):hover .countup,
.card-light.card-transparent:hover .countup
{
    color: #fff;
}
.card-dark
{
    background-color: #262421;
}
.card-dark.card-transparent
{
    background-color: rgba(26,26,26,.9);
}
.card-dark h1,
.card-dark h2,
.card-dark h3,
.card-dark h4,
.card-dark h5,
.card-dark h6
{
    color: #fff;
}
.card-dark a
{
    color: #fff;
}
.card-dark a:hover
{
    color: #d74120;
}
.card-dark p
{
    color: #6a6a6a;
}
.card-dark.card-darkest
{
    background-color: #262421;
}
.card-dark.card-darker
{
    background-color: #212121;
}
.card-dark.card-lighter
{
    background-color: #3d3a37;
}
.card-dark.overlay:before
{
    background-color: rgba(26,26,26,.9);
}
.cards .card-dark:not(.back):hover
{
    background-color: #f9f6f1;
}
.cards .card-dark:not(.back):hover.overlay:before
{
    background-color: rgba(255,255,255,.7);
}
.cards .card-dark:not(.back):hover h1,
.cards .card-dark:not(.back):hover h2,
.cards .card-dark:not(.back):hover h3,
.cards .card-dark:not(.back):hover h4,
.cards .card-dark:not(.back):hover h5,
.cards .card-dark:not(.back):hover h6
{
    color: #262421;
}
.cards-images,
.cards-images.divtable
{
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}
.cards-images.divtable
{
    max-width: calc(100% + 3.75rem);
}
.cards-divide .card
{
    border-right: 0.0625rem solid #fff;
    border-left: 0.0625rem solid #fff;
}
.cards-border .card
{
    border: 0.0625rem solid #ccc;
}
.cards-border > .card,
.cards-border > .divcell-flip
{
    margin-left: -0.0625rem;
}
.cards-border .figure
{
    width: calc(100% + 0.125rem);
    margin-top: -0.0625rem;
    margin-right: -0.0625rem;
    margin-left: -0.0625rem;
}
.cards-border .figure:first-child
{
    margin-top: -0.0625rem;
}
.card-border-top-1 {
    border-top: 0.1875rem solid #ccc;
}
.card-border-top-2 {
    border-top: 0.1875rem solid #666;
}
.card-border-top-3 {
    border-top: 0.1875rem solid #d74120;
}
.card-flip
{
    -webkit-perspective: 62.5rem;
       -moz-perspective: 62.5rem;
        -ms-perspective: 62.5rem;
            perspective: 62.5rem;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.card-flip:hover .back,
.card-flip.hover .back
{
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.card-flip:hover .front,
.card-flip.hover .front
{
    z-index: -1;

    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.card-flip:hover .front [class*=card-fix],
.card-flip.hover .front [class*=card-fix]
{
    transition-delay: .6s;
}
.divcell-flip
{
    padding: 0;
}
.divcell-flip .card
{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.flipper
{
    position: relative;

    transition: .3s;

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.front,
.back
{
    position: absolute;
    top: 0;
    left: 0;

    transition: .3s;
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
            transform: rotateY(0deg);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.front
{
    position: relative;
    z-index: 2;
}
.back
{
    height: 100%;

    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}
/*------------------------------------------------------------------
[ HEADER ]
-------------------------------------------------------------------*/
.navbar-fixed-bottom.navbar-fixed-top
{
    bottom: auto;
}
.header
{
    position: relative;
    z-index: 221;

    background-color: #3d3a37;
}
.header[class*=fixed]
{
    position: fixed;
}
.header[class*=absolute]
{
    position: absolute;
}
.header.affix
{
    position: fixed;

    width: 100%;
}
.header.affix + .wrapper
{
    padding-top: 4.5625rem;
}
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6
{
    color: #fff;
}
.header.container
{
    padding-right: 0;
    padding-left: 0;
}
.header.header-float {
    max-width: 73.125rem;
    margin: 1.875rem auto 0;
}
.header.header-float.header-bottom {
    margin: 1.875rem auto;
}
.header.header-transparent
{
    background-color: rgba(28,28,28,.6);
}
.header.header-nobg
{
    background-color: transparent;
}
.header.header-light
{
    border-bottom: 0.0625rem solid #e6e6e6;
    background-color: #fff;
}
.header.header-light.header-bottom
{
    border-top: 0.0625rem solid #e6e6e6;
    border-bottom: 0;
}
.header.header-light.header-transparent
{
    border: 0;
    background-color: rgba(255,255,255,.6);
}
.header.header-light h1,
.header.header-light h2,
.header.header-light h3,
.header.header-light h4,
.header.header-light h5,
.header.header-light h6
{
    color: #262421;
}
.header.header-vertical
{
    position: fixed;
    z-index: 333;
    top: 0;

    width: 18.75rem;
    height: 18.75rem;
    min-height: 100%;

    transition: opacity .2s;

    color: #fff;
}
.header.header-vertical.header-left
{
    left: 0;
}
.header.header-vertical.header-right
{
    right: 0;
}
.header.header-vertical.header-light
{
    color: #262421;
}
.header h4
{
    font-size: 1rem;
    font-weight: 600;
}
.header h5
{
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.875;
}
.header-extra-top
{
    background-color: #262421;
}
.header-light .header-extra-top
{
    background-color: #f9f6f1;
}
.header-extra-bottom
{
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 3.8462;

    color: #666;
    background-color: #212121;
}
.header-extra-bottom i
{
    margin-right:0.3125rem;
}
.header-light .header-extra-bottom
{
    background-color: #f9f6f1;
}
.header-multirow
{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;

    background-color: #212121;
}
.header-light .header-multirow
{
    background-color: #ebebeb;
}
.header-vertical hr
{
    margin: 1.5625rem auto;

    border-color: #3d3a37;
}
.header-vertical .cart-list
{
    top: auto;
    bottom: 0;
    left: 100%;
}
.header-vertical.header-right .cart-list
{
    right: 100%;
    left: auto;
}
.header-vertical .navbar-ecommerce
{
    line-height: 3.3125rem;

    position: relative;

    margin: 0 -2.5rem 0.9375rem;
    padding: 0 2.5rem;

    background-color: #262421;
}
.header-vertical .navbar-ecommerce .link-cart
{
	line-height: 3.3125rem;

    display: block;
}
.header-vertical .navbar-ecommerce .link-cart ins
{
    font-size: 1rem;

    display: inline-block;

    vertical-align: middle;

    color: #6a6a6a;
}
.header-vertical .navbar-ecommerce .badge
{
    left: 96%;

    margin-top: -1.125rem;
}
.header-vertical.header-light hr
{
    border-color: #d6d6d6;
}
.header-vertical.header-light .navbar-ecommerce
{
    background-color: #ebebeb;
}
.header-vertical-top
{
    height: 10rem;
    padding: 2.5rem 2.5rem 0;
}
.header-vertical-top .row
{
    position: relative;

    margin: 0 0 0.625rem;
}
.header-vertical-top .row > *
{
    line-height: 1.375rem;
}
.header-vertical-top .navbar-toggle
{
    height: auto;
}
.header-vertical-top .navbar
{
    margin: 0 1.25rem 0 0;
    padding: 0;
}
.header-vertical-top .navbar-form
{
    position: static;
}
.header-vertical-top .navbar-search
{
    top: 0.5625rem;
    right: -2.5rem;

    width: 18.75rem;
    height: 3.3125rem;
}
.header-vertical-top .navbar-search .fa
{
    line-height: 3.3125rem;
}
.header-vertical-bottom
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 6.5625rem;
    padding: 0 2.5rem;
}
.header-vertical-bottom .copyrights
{
    font-size: 0.8125rem;
    line-height: 1.5385;

    margin: 0;
    padding: 0;

    color: #404040;
}
.divider
{
    display: inline-block;

    width: 0.0625rem;
    height: 1.875rem;
    margin: 0 1.875rem;

    vertical-align: middle;

    background-color: #383838;
}
.header-light .divider
{
    background-color: #d6d6d6;
}
.divider[class*=pull-]
{
    margin-top: 1.34375rem;

}
.divider + .navbar-form
{
    margin-left: -0.625rem;
}
a.navbar-brand
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 3.65;

    float: none;
    overflow: hidden;

    height: auto;
    padding: 0;

    letter-spacing: 0.0625rem;
    text-transform: uppercase;

    color: #fff;
}
a.navbar-brand:hover
{
    color: #8d8d8d;
}
a.navbar-brand img
{
    display: inline-block;

    max-height: 100%;
    margin-top: -0.25rem;
    margin-right: 0.25rem;
}
.header-light a.navbar-brand
{
    color: #262421;
}
.header-light a.navbar-brand:hover
{
    color: #404040;
}
a.navbar-brand-rows
{
    line-height: normal;

    display: inline-block;
}
a.navbar-brand-rows img
{
    display: block;

    margin: 0.8125rem auto 0.25rem;
}
.navbar-slogan
{
    font-size: 0.8125rem;
    line-height: 5.6154;

    height: 4.5625rem;

    color: #666;
}
.header-light .navbar-slogan
{
    color: #6a6a6a;
}
.navbar-form
{
    position: relative;
    z-index: 1;

    margin: 0;
    padding: 0;
}
.navbar-form .fa
{
    font-size: 1rem;
    line-height: 4.5625;

    display: inline-block;

    padding: 0 0 0 0.625rem;

    cursor: pointer;
    vertical-align: middle;

    color: #ffffff;
    border: 0;
    background-color: transparent;
}
.header-light .navbar-form .fa
{
    color: #ebe2d3;
}
.header-light .navbar-form .fa:hover
{
    color: #3d3a37;
}
.navbar-form .fa:hover
{
    color: #8d8d8d;
}
.navbar-form + .divider
{
    margin-right: 1.25rem;
}
[class*=navbar-].pull-right + [class*=navbar-].pull-right
{
    margin-right: 1.25rem;
}
.navbar-search
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: -1.875rem;

    width: 25rem;
    height: 4.5625rem;

    transition: 0s;

    background-color: #f9f6f1;
}
.no-menu .navbar-search
{
    width: 20rem;
}
.navbar-search.navbar-search-left
{
    right: auto;
    left: -1.875rem;
}
.header-light .navbar-search
{
    background-color: #e6e6e6;
}
.navbar-search input[type=text],
.navbar-search input[type=search]
{
    font-size: 1rem;

    height: 100%;
    padding: 0 4.375rem 0 1.875rem;

    color: #262421;
    border: 0;
    background-color: transparent;
}
.header-light .navbar-search input[type=text],
.header-light .navbar-search input[type=search]
{
    color: #3d3a37;
}
.navbar-search .fa-times
{
    position: absolute;
    top: 0;
    right: 1.875rem;

    padding: 0;
}
.contact-info a
{
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 3.85;

    display: inline-block;

    vertical-align: middle;

    color: #ffffff;
}
.header-light .contact-info a
{
    color: #3d3a37;
}
.contact-info a + a
{
    margin-left: 2.1875rem;
}
.contact-info a:hover
{
    color: #8d8d8d;
}
.header-light .contact-info a:hover
{
    color: #262421;
}
.contact-info a .fa
{
    margin-right: 0.4375rem;
}
.social-links
{
    font-size: 0;
}
.social-links a
{
    font-size: 1rem;
    line-height: 3.125;

    display: inline-block;

    transition: all .2s ease;
    vertical-align: middle;
    white-space: nowrap;

    color: #666;
}
.header-light .social-links a
{
    color: #8c8c8c;
}
.social-links a span
{
    font-size: 0;

    display: inline-block;
    visibility: hidden;

    padding-right:0.3125rem;

    transition: all .2s ease;
    vertical-align: middle;

    opacity: 0;
    color: #8d8d8d;
}
.header-light .social-links a span
{
    color: #3d3a37;
}
.social-links a i
{
    padding: 0 0 00.3125rem;

    vertical-align: middle;
}
.social-links a:hover
{
    color: #8d8d8d;
}
.header-light .social-links a:hover
{
    color: #3d3a37;
}
.social-links a:hover span
{
    font-size: 0.8125rem;

    visibility: visible;

    opacity: 1;
}
.social-links ins
{
    font-size: 0.8125rem;

    display: inline-block;

    margin-right: 1.25rem;

    vertical-align: middle;
}
.extra-menu
{
    margin-right: -0.625rem;
}
.extra-menu a
{
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 3.846;

    display: inline-block;

    padding: 0 0.9375rem;

    vertical-align: middle;

    color: #ebe2d3;
}
.header-light .extra-menu a
{
    color: #3d3a37;
}
.extra-menu a i
{
    margin-right: 0.5rem;
}
.extra-menu a:hover
{
    color: #fff;
}
.header-light .extra-menu a:hover
{
    color: #262421;
}
.extra-menu a.active
{
    color: #fff;
    background-color: #d74120;
}
.header-light .extra-menu a.active
{
    color: #262421;
    background-color: #d4d4d4;
}
.navbar-lang
{
    font-size: 0;
    line-height: 4.5625rem;

    height: 4.5625rem;
    margin: 0 0;
	margin-right:0.625rem;
}
.navbar-lang .nav
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.navbar-lang > ul > li > a,
.navbar-lang > ul > li > a:hover,
.navbar-lang > ul > li > a:focus,
.navbar-lang > ul.nav > li.open > a
{
    color: #fff;
    border-radius: 0.125rem;
    background-color: #3d3a37;
}
.header-light .navbar-lang > ul > li > a,
.header-light .navbar-lang > ul > li > a:hover,
.header-light .navbar-lang > ul > li > a:focus,
.header-light .navbar-lang > ul.nav > li.open > a
{
    color: #3d3a37;
    background-color: #777777;
}
.navbar-lang > ul > li.sfHover > a
{
    border-radius: 0.125rem 0.125rem 0 0;
}
.navbar-lang li
{
    font-size: 0.875rem;
    line-height: 2;
}
.navbar-lang li:hover > a
{
    color: #8d8d8d;
}
.navbar-lang li a
{
    display: block;

    padding: 0 0.8125rem;

    color: #8d8d8d;
}
.navbar-lang li .dropdown-menu
{
    width: 100%;
    min-width: 100%;
    padding: 0;

    border-radius: 0 0 0.125rem 0.125rem;
    background-color: #383838;
}
.header-light .navbar-lang li .dropdown-menu
{
    background-color: #ebebeb;
}
.navbar-lang li .dropdown-menu li > a
{
    line-height: 1.75rem;

    min-width: 100%;
    padding: 0 0.8125rem;
}
.header-light .navbar-lang li .dropdown-menu li > a:hover,
.header-light .navbar-lang li .dropdown-menu li > a:focus
{
    color: #fff;
}
.navbar-lang li .dropdown-menu li:last-child > a
{
    border-radius: 0 0 0.125rem 0.125rem;
}
.navbar-lang li .dropdown-menu li:hover > a,
.navbar-lang li .dropdown-menu li:focus > a
{
    color: #fff;
    background-color: #d74120;
}
.navbar-lang .flag
{
    vertical-align: middle;
}
.navbar-account
{
    font-size: 0;
    line-height: 4.5625rem;
}
.header-left .navbar-account
{
    line-height: normal;
}
.navbar-account nav a
{
    font-size: 0.875rem;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
.header-light .navbar-account nav a
{
    color: #3d3a37;
}
.navbar-account nav a i
{
    font-size: 1rem;

    margin-right:0.3125rem;

    color: #8d8d8d;
}
.header-light .navbar-account nav a i
{
    color: #ebe2d3;
}
.navbar-account nav a:hover
{
    color: #8d8d8d;
}
.header-light .navbar-account nav a:hover
{
    color: #262421;
}
.navbar-account nav .btn
{
    margin-bottom: 0;
    margin-left: 0.9375rem;
}
.header-light .navbar-account nav .btn,
.header-light .navbar-account nav .btn:hover
{
    color: #fff;
}
.navbar-account nav .btn.btn-primary:hover
{
    color: #fff;
}
.navbar-account nav span
{
    font-size: 0.8125rem;

    display: inline-block;

    margin: 0 0.375rem;

    vertical-align: middle;

    color: #8d8d8d;
}
.navbar-account .navbar-nav > li:hover > a,
.navbar-account .navbar-nav > li > a:focus
{
    border-color: transparent;
}
.navbar-account .navbar-nav > li > a
{
    padding: 0;

    color: #fff;
}
.navbar-account .navbar-nav > li > a i
{
    font-size: 1rem;

    margin-right:0.3125rem;

    color: #ffffff;
}
.navbar-account .navbar-nav > li > a img
{
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0.625rem;

    border-radius: 100%;
}
.navbar-account .navbar-nav a
{
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 0.125rem;
    margin-bottom: -0.125rem;	
}
.navbar-account .navbar-nav .dropdown-menu
{
    left: -1.875rem;
}
.navbar-account .navbar-nav .link-user
{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;

    text-align: center;
}
.navbar-account .navbar-nav .link-user:hover > a,
.navbar-account .navbar-nav .link-user > a:focus
{
    background-color: transparent;
}
.navbar-account .navbar-nav .link-user img
{
    width: 4.125rem;
    height: 4.125rem;
    margin-bottom: 0.9375rem;

    border-radius: 100%;
}
.navbar-account .navbar-nav .link-user h4
{
    color: #fff;
}
.navbar-ecommerce
{
    font-size: 0;
	line-height: 4.5625rem;
}
.navbar-ecommerce .link-cart
{
    line-height: 4.5625rem;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.navbar-ecommerce .link-cart:hover i,
.navbar-ecommerce .link-cart.hover i
{
    opacity: .9;
}
.header-light .navbar-ecommerce .link-cart:hover i,
.header-light .navbar-ecommerce .link-cart.hover i
{
    opacity: 1;
}
.navbar-ecommerce .link-cart .cost
{
    font-size: 0.875rem;
    font-weight: 700;

    display: inline-block;

    margin-right: 0.4375rem;

    transition: .2s ease;
    vertical-align: middle;

    color: #fff;
}
.header-light .navbar-ecommerce .link-cart .cost
{
    color: #3d3a37;
}
.navbar-ecommerce .link-cart .cost:last-child
{
    margin-right: 0;
}
.navbar-ecommerce .link-cart:hover .cost
{
    color: #8d8d8d;
}
.header-light .navbar-ecommerce .link-cart:hover .cost
{
    color: #262421;
}
.navbar-ecommerce .badge
{
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.45;

    position: absolute;
    top: 50%;
	left: calc(100% - 0.375rem);

    margin-top: -0.9375rem;
    padding: 00.3125rem;

    text-align: center;

    color: #fff;
    border-radius: 0.5rem;
    background-color: #d74120;
}
.navbar-ecommerce:hover .cart-list
{
    visibility: visible;

    opacity: 1;
}
.cart-list
{
    position: absolute;
    top: 100%;
    right: 0;

    visibility: hidden;

    width: 20rem;

    transition: all .2s ease;

    opacity: 0;
    background-color: #f9f6f1;
}
.cart-list ul
{
    margin: 0;
	max-height: 18.75rem;
	overflow:auto;
}
.cart-list li
{
    overflow: hidden;

    padding: 0.9375rem;

    border-bottom: 0.0625rem solid #e6e6e6;
}
.cart-list li .cart-img
{
    float: left;

    width: 4.0625rem;
}
.cart-list li .cart-img img
{
    display: block;
	aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 3.125rem;
    margin-top: 0.25rem;
}
.cart-list li p
{
    font-size: 0.875rem;
    line-height: 1.429;

    float: left;

    width: 10.9375rem;
    margin: 0;
}
.cart-list li p a
{
    font-weight: 600;

    color: #262421;
}
.cart-list li p a:hover
{
    color: #4d4d4d;
}
.cart-list li .quantity
{
    display: block;

    margin-top: 0.375rem;

    color: #6a6a6a;
}
.cart-list .amount
{
    color: #6a6a6a;
}
.cart-list .remove
{
    font-size: 0.75rem;
    line-height: 1.667;

    float: right;

    margin: -0.3125rem -0.625rem;
    padding: 0.3125rem 0.625rem;

    color: #d74120;
}
.cart-list .remove:hover
{
    color: #262421;
}
.cart-list .total
{
    font-size: 1rem;
    line-height: 1.5rem;

    overflow: hidden;

    padding: 0.9375rem 1.25rem;
}
.cart-list .total strong
{
    font-weight: 600;

    color: #6a6a6a;
}
.cart-list .total .amount
{
    font-weight: 700;

    float: right;

    color: #262421;
}
.cart-list hr {
	border-color:transparent;
}
.cart-list .buttons
{
    overflow: hidden;
	line-height:3.125rem !important;
    padding: 0.9375rem;

    background-color: #e6e6e6;
}
.cart-list .buttons .btn
{
    width: 49%;
    padding: 0;
}
.header-sidebar
{
    position: fixed;
    z-index: 333;
    top: 0;

    overflow: hidden;

    width: 18.75rem;
    height: 18.75rem;
    min-height: 100%;

    transition: opacity .2s;

    color: #fff;
    background-color: #262421;
}
.header-sidebar.sidebar-right
{
    right: 0;
}
.header-sidebar.sidebar-left
{
    left: 0;
}
.header-sidebar .sidebar-close
{
    font-size: 1rem;

    position: absolute;
    top: 1.25rem;
    right: 1.25rem;

    color: #404040;
}
.header-sidebar .sidebar-close:hover
{
    color: #fff;
}
.header-sidebar .sidebar-wrap {
    overflow: auto;

    height: calc(100% - 8.4375rem);
    padding: 3.4375rem 0 0;
}
.header-sidebar .sidebar-bottom {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0 2.5rem 1.25rem;
}

.header-sidebar h1,
.header-sidebar h2,
.header-sidebar h3,
.header-sidebar h4,
.header-sidebar h5,
.header-sidebar h6
{
    color: #fff;
}
.header-sidebar hr
{
    margin: 0.9375rem auto;

    border-color: #3d3a37;
}
.header-sidebar ul
{
    margin: 0 0 0.625rem;
}
.header-sidebar ul li a
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875;

    display: block;

    padding: 0 1.875rem 0 3.125rem;

    color: #666;
}
.header-sidebar ul li a:hover,
.header-sidebar ul li a:focus
{
    color: #fff;
    background-color: #d74120;
}
.header-sidebar ul li .fa
{
    font-size: 0.75rem;
    line-height: 2.5;

    width: 1.5625rem;
}
.header-sidebar ul li .fa.pull-left
{
    margin-right: 0;
    margin-left: -1.5625rem;
}
.header-sidebar ul + [class*=navbar]
{
    margin-top: 1.5625rem;
}
.header-sidebar h5,
.header-sidebar h6
{
    padding: 0 1.875rem 0 3.125rem;
}
.header-sidebar .divider {
    display: block;

    width: 100%;
    height: 0.0625rem;
    margin: 0.5625rem 0;

    background-color: #363636;
}
.header-sidebar .navbar-ecommerce {
    line-height: 1;

    padding: 1.25rem 3.125rem;

    background-color: #303030;
}

.header-sidebar .navbar-ecommerce .link-cart
{
    line-height: inherit;
}
.header-sidebar .navbar-account
{
    line-height: inherit;
}
.header-sidebar .social-links a
{
    line-height: 1;
}
.header-banner
{
    width: 100%;
    height: 4.8125rem;
}
.header-banner a
{
    display: block;

    width: 100%;
    height: 4.8125rem;
}
/*------------------------------------------------------------------
[ PAGETITLES ]
-------------------------------------------------------------------*/
.pagetitle
{
    line-height: 1.875rem;

    position: relative;

    background-color: #f9f6f1;
}
.pagetitle.pagetitle-xs
{
    height: 4.0625rem;
}
.pagetitle.pagetitle-xs .divcell
{
    height: 4.0625rem;
}
.pagetitle.pagetitle-sm
{
    height: 5.3125rem;
}
.pagetitle.pagetitle-sm .divcell
{
    height: 5.3125rem;
}
.pagetitle.pagetitle-md
{
    height: 7.5rem;
}
.pagetitle.pagetitle-md .divcell
{
    height: 7.5rem;
}
.pagetitle.pagetitle-lg
{
    height: 12.5rem;;
}
.pagetitle.pagetitle-lg .divcell
{
    height: 12.5rem;;
}
.pagetitle.pagetitle-collapse .divcell
{
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
}
.pagetitle.pagetitle-whiteline
{
    border-bottom: 0.0625rem solid #e6e6e6;
    background-color: #fff;
}
.pagetitle.pagetitle-dark
{
    background-color: #262626;
}
.pagetitle.pagetitle-transparent
{
    background-color: rgba(38,38,38,.7);
}
.pagetitle.pagetitle-nobg
{
    background-color: transparent;
}
.pagetitle.pagetitle-image
{
    z-index: 1;

    background: 50% 50%/cover no-repeat;
}
.pagetitle.pagetitle-image:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '\0020';

    opacity: .9;
    background-color: #262626;
}
.pagetitle.pagetitle-image[data-type=parallax]
{
    background-position: 50% 0;
}
.pagetitle.pagetitle-video
{
    z-index: 0;

    overflow: hidden;

    background: url('/assets/images/empty.png') 50% 50%/cover no-repeat;
}
.pagetitle.pagetitle-video:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '\0020';

    opacity: .9;
    background-color: #262626;
}
.pagetitle h1
{
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.364;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #262421;
}
.pagetitle h1 small
{
    font-size: 0.875rem;
    line-height: 1.286;

    display: block;

    margin-top: 0;

    color: #ebe2d3;
}
.pagetitle h1 .fa
{
    font-size: 1.125rem;
    line-height: inherit;

    margin-right: 0.375rem;

    vertical-align: top;
}
.pagetitle .divider
{
    font-size: 0;

    display: inline-block;

    width: 0.0625rem;
    height: 1.875rem;
    margin: 0 1.25rem;

    vertical-align: middle;

    background-color: #e9e9e9;
}
.pagetitle .subtitle
{
    font-size: 0.875rem;
    line-height: 2.143;

    display: inline-block;

    vertical-align: middle;

    color: #ebe2d3;
}
.pagetitle .fa
{
    font-size: 1.125rem;

    margin-right: 0.625rem;

    color: #262421;
}
.pagetitle .fa.fa-block
{
    display: block;

    margin: auto;
}
.pagetitle h1
{
    margin-top: -0.1875rem;
}
.pagetitle .dropdown
{
    display: inline-block;

    vertical-align: middle;
}
.pagetitle .dropdown h1
{
    margin-top: -0.375rem;
}
.pagetitle .dropdown > a
{
    display: inline-block;

    vertical-align: middle;
    white-space: nowrap;
}
.pagetitle .dropdown > a:after
{
    font-family: fontAwesome;
    font-size: 0.5rem;
    line-height: 3.5;

    margin-left: 0.4375rem;

    content: '\f0d7';
    vertical-align: bottom;

    color: #3d3a37;
}
.pagetitle .dropdown-menu
{
	top: calc(100% + 0.625rem);
    left: -0.9375rem;

    background-color: #f7f7f7;
}
.pagetitle .dropdown-menu > li > a
{
    font-size: 0.8125rem;
    line-height: 2;

    min-width: 0.0625rem;
    padding: 0 0.875rem 0 1.125rem;

    color: #5e5e5e;
}
.pagetitle .dropdown-menu > li > a .fa
{
    font-size: 0.8125rem;
    line-height: 2;

    margin: 0 0.1875rem;

    color: #5e5e5e;
}
.pagetitle .dropdown-menu > li > a:hover,
.pagetitle .dropdown-menu > li > a:focus
{
    color: #fff;
}
.pagetitle .dropdown-menu > li > a:hover .fa,
.pagetitle .dropdown-menu > li > a:focus .fa
{
    color: #fff;
}
.pagetitle .divcell > .fa
{
    font-size: 1.125rem;
    line-height: 1.667;

    color: #262421;
}
.pagetitle .divcell > .fa:last-child
{
    margin-right: 0;
}
.pagetitle .divcell > .fa + .divider
{
    margin-left: 0.625rem;
}
.pagetitle .pagenav
{
    font-size: 0;
    line-height: 1.875rem;

    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.pagetitle .pagenav a
{
    font-size: 1.25rem;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
    padding: 0 0.625rem;

    vertical-align: middle;

    color: #a8a8a8;
}
.pagetitle .pagenav a:hover
{
    color: #1c1c1c;
}
.pagetitle .pagenav a[class*=-angle]
{
    margin-top: -0.0625rem;
}
.pagetitle .pagenav .fa-bars,
.pagetitle .pagenav a:nth-child(2n)
{
    font-size: 1rem;
}
.pagetitle-inverse h1
{
    color: #fff;
}
.pagetitle-inverse .divider
{
    background-color: #363636;
}
.pagetitle-inverse .subtitle
{
    color: #666;
}
.pagetitle-inverse .divcell .fa,
.pagetitle-inverse .fa
{
    color: #fff;
}
.pagetitle-inverse .dropdown > a:after
{
    color: #404040;
}
.pagetitle-inverse .breadcrumb > li > a
{
    color: #6a6a6a;
}
.pagetitle-inverse .breadcrumb > li > a:hover,
.pagetitle-inverse .breadcrumb > li > a:focus
{
    color: #fff;
}
.pagetitle-inverse .breadcrumb > li.active
{
    color: #666;
}
.pagetitle-inverse .breadcrumb > li + li:before
{
    color: #666;
}
.pagetitle-inverse .dropdown-menu
{
    background-color: #3d3a37;
}
.pagetitle-inverse .dropdown-menu > li > a
{
    color: #ebe2d3;
}
.pagetitle-toggle
{
    position: absolute;
    bottom: -0.9375rem;
    left: 50%;

    display: block;

    width: 1.875rem;
    height: 1.875rem;
    margin-left: -0.9375rem;

    border-radius: 100%;
    background-color: #fafafa;
}
.pagetitle-toggle:after
{
    font-family: FontAwesome;
    font-size: 1rem;
    line-height: 1.875;

    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    content: '\f106';
    text-align: center;

    color: #ebe2d3;
}
.pagetitle-toggle.collapsed
{
    background-color: inherit;
}
.pagetitle-toggle.collapsed:after
{
    content: '\f107';
}
.pagetitle-toggle:hover:after
{
    color: #262421;
}
.pagetitle-panel
{
    background-color: #fafafa;
}
.pagetitle-panel [class*=col-]
{
    margin-top: 2.1875rem;
    margin-bottom: 3.125rem;
}
.pagetitle-panel p
{
    font-size: 1rem;
    line-height: 1.5rem;
}
.pagetitle-dark .pagetitle-toggle
{
    background-color: #262421;
}
.pagetitle-dark .pagetitle-toggle:hover:after
{
    color: #fff;
}
.pagetitle-dark .pagetitle-toggle.collapsed
{
    background-color: inherit;
}
.pagetitle-dark .pagetitle-panel
{
    background-color: #262421;
}
.pagetitle-dark .pagetitle-panel p
{
    color: #666;
}
.page-header
{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;

    border: 0;
}
.page-header .divcell
{
    height: 4.375rem;
}
.page-header nav .icon
{
    margin-bottom: 0;
}
.container-wrap .page-header
{
    margin-bottom: 2.5rem;
}
/*------------------------------------------------------------------
[ NAVBAR ]
-------------------------------------------------------------------*/
.navbar
{
    min-height: 0.0625rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.3125rem 1.875rem;

    border: 0;
    border-radius: 0;
}
.divider + .navbar-collapse,
.navbar-toggle + .navbar-collapse,
.navbar-collapse,
.navbar-collapse.pull-right,
.pull-right[class*=navbar-] + .navbar-collapse.pull-right
{
    margin-right: -0.9375rem;
}
.navbar-collapse + .divider
{
    margin-left: 0.9375rem;
}
.navbar-collapse
{
    padding: 0;
}
.navbar-toggle
{
    font-size: 0;
    line-height: 4.375rem;

    display: none;
    float: none;

    height: 4.5625rem;
    margin: 0;
    padding: 0;

    color: #fff;
    border: 0;
    border-radius: 0;
}
.header-light .navbar-toggle
{
    color: #ebe2d3;
}
.navbar-toggle i
{
    font-size: 1rem;
}
.no-menu .navbar-toggle
{
    display: block;
}
.navbar-toggle.toggle-block
{
    line-height: 2.25rem;

    position: fixed;
    z-index: 2;
    top: 1.5625rem;
    left: 1.875rem;

    width: 2.25rem;
    height: 2.25rem;

    text-align: center;

    border-radius: 0.125rem;
    background-color: #262626;
}
.navbar-toggle.toggle-block.toggle-block-right
{
    right: 1.875rem;
    left: auto;
}
.navbar-toggle.widgetbar-toggle
{
    line-height: 2.25rem;

    position: fixed;
    z-index: 220;
    top: 1.5625rem;
    right: 50%;

    display: block;

    width: 2.25rem;
    height: 2.25rem;
    margin-right: -34.6875rem;

    text-align: center;

    border-radius: 0.125rem;
    background-color: #262626;
}
.navbar-toggle.sidebar-toggle
{
    color: #fff;
}
.header-light .navbar-toggle.sidebar-toggle
{
    color: #4d4d4d;
}
.navbar-toggle.sidebar-toggle.collapsed
{
    color: #4d4d4d;
}
.navbar-toggle.sidebar-toggle:hover
{
    color: #fff;
}
.header-light .navbar-toggle.sidebar-toggle:hover
{
    color: #262421;
}
.navbar-toggle.visible
{
    display: block;
}
.navbar-toggle:hover
{
    color: #4d4d4d;
}
.navbar-toggle:first-child
{
    margin-right: 0.9375rem;
}
body > .navbar-toggle:first-child
{
    margin-right: 0;
}
.navbar-toggle.pull-center
{
    margin: auto;
}
.navbar-toggle + .navbar-brand
{
    margin-left: 1.875rem;
}
[class*=col-] [class*=pull-] .navbar-toggle
{
    margin-right: 0;
}
.navbar-collapse-center .navbar-collapse
{
    font-size: 0;
    line-height: 1;

    margin: 0 auto;
}
.navbar-collapse-center .navbar-collapse .navbar-nav
{
    display: inline-block;
    float: none;
}
.nav > li > a
{
    padding: 0 0.9375rem;
}
.nav > li > a:hover,
.nav > li > a:focus
{
    background-color: transparent;
}
.navbar-nav > li > a
{
    text-transform: uppercase;
    font-size: 0.90625rem;
    font-weight: 600;
    line-height: 4.759;
    padding: 0 0.625rem;
    color: #ffffff;
    border: 0;
    border-top: 0.125rem solid transparent;
    border-bottom: 0.125rem solid transparent;
    letter-spacing: 0.0631rem;
}
.header-light .navbar-nav > li > a
{
    color: #3d3a37;
}
.header-light .navbar-nav > li > a:hover
{
    color: #fff;
}
.navbar-nav > li:hover > a,
.navbar-nav > li.open > a:hover
{
    color: #fff;
    border-top-color: #fff;
    border-bottom-color: transparent;
}
.header-light .navbar-nav > li:hover > a,
.header-light .navbar-nav > li.open > a:hover
{
    color: #262421;
    border-top-color: #404040;
}
.header-bottom.header-light .navbar-nav > li:hover > a,
.header-bottom.header-light .navbar-nav > li.open > a:hover
{
    border-top-color: transparent;
    border-bottom-color: #404040;
}
.header-bottom .navbar-nav > li:hover > a,
.header-bottom .navbar-nav > li.open > a:hover
{
    border-top-color: transparent;
    border-bottom-color: #fff;
}
.navbar-nav > li.active > a
{
    color: #fff;
    border-top-color: #d74120;
}
.header-light .navbar-nav > li.active > a
{
    color: #262421;
}
.header-bottom .navbar-nav > li.active > a
{
    border-top-color: transparent;
    border-bottom-color: #d74120;
}
.navbar-nav > li.dropdown > a:after
{
    font-family: fontAwesome;
    font-size: 0.6875rem;
    line-height: 1;
    font-weight: 400;
    position: relative;
    top: -0.0625rem;
    margin-left:0.3125rem;
    content: '\f107';
    color: #ffffff;
}
.navbar-nav > li.dropdown-mobile > a:after
{
    content: '\f107';
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    margin-top:-0.3125rem;
}
.navbar-nav > li.dropdown-mobile-open > a:after
{
    content: '\f104' !important;
}
.header-light .navbar-nav > li.dropdown > a:after
{
    color: #8d8d8d;
}
.navbar-nav > li.dropdown.dropdown-static
{
    position: static;
}
.dropdown-menu
{
    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;
    background-color: #3d3a37;
    box-shadow: none;
}
.header-light .dropdown-menu
{
    background-color: #f7f7f7;
}
.dropdown-menu .divider
{
    display: block;

    width: calc(100% - 1.875rem);
    margin: 0 0.9375rem;

    background-color: #404040;
}
.dropdown-menu.dropdown-icons
{
    margin-left: -1.5rem;
}
.dropdown-menu.dropdown-icons > li > a
{
    padding-left: 2.4375rem;
}
.dropdown-menu.reverse-list
{
    right: 0;
    left: auto !important;
}
.dropdown-menu .dropdown-menu
{
    top: 0;
    left: 100%;
}
.dropdown-menu .dropdown-menu.reverse-list
{
    right: 100%;
    left: auto;
}
.dropdown-menu > li > a {
    font-size: 1rem;
    line-height: 3.125;
    position: relative;
    min-width: 12.5rem;
    padding: 0 0.9375rem 0 0.625rem;
    color: #fff;
}
.header-light .dropdown-menu > li > a
{
    color: #4d4d4d;
}
.dropdown-menu > li > a .fa
{
    font-size: 0.875rem;
    line-height: 3.571;
    width: 1.5625rem;
    color: #fff;
}
.header-light .dropdown-menu > li > a .fa
{
    color: #3d3a37;
}
.dropdown-menu > li > a .fa.pull-left
{
    margin-left: -1.5625rem;
}
.dropdown-menu > li > a .fa.pull-right
{
    width: auto;
}
.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #f5efe6;
    background-color: transparent;
}
.header-light .dropdown-menu > li > a:hover i,
.header-light .dropdown-menu > li > a:focus i
{
    color: #fff;
}
.dropdown-menu > li.dropdown > a:after
{
    font-family: fontAwesome;
    font-size: 0.75rem;
    line-height: 1;

    position: absolute;
    top: 50%;
    right: 1.25rem;

    margin-top:-0.3125rem;

    content: '\f105';
}
.sf-mega
{
    padding: 0.9375rem 0;

    color: #fff;
}
.header-light .sf-mega
{
    color: #262421;
}
.sf-mega h5,
.sf-mega h6
{
    margin-bottom: 0.625rem;
    padding: 0 1.25rem 0 1.875rem;

    color: #fff;
}
.header-vertical .sf-mega h5,
.header-vertical .sf-mega h6
{
    padding-left: 2.625rem;
}
.sf-mega .divcell
{
    padding: 0;

    vertical-align: top;

    border-left: 0.0625rem solid #404040;
}
.header-light .sf-mega .divcell
{
    border-left-color: #e0e0e0;
}
.sf-mega .divcell:first-child
{
    border-left: 0;
}
.sf-mega .divcell ul
{
    margin: 0 0 0.9375rem;
}
.sf-mega .divcell ul:last-child
{
    margin: 0;
}
.sf-mega .divcell ul li
{
    font-size: 0.875rem;
    line-height: 2;
}
.sf-mega .divcell ul li a
{
    font-weight: 400;

    display: block;

    padding: 0 1.25rem 0 1.875rem;

    color: #ebe2d3;
}
.header-vertical .sf-mega .divcell ul li a
{
    padding-left: 3.25rem;

    color: #6a6a6a;
}
.header-light .sf-mega .divcell ul li a
{
    color: #4d4d4d;
}
.sf-mega .divcell ul li a:hover
{
    color: #fff;
    background-color: #d74120;
}
.header-light .sf-mega .divcell ul li a:hover,
.header-light .sf-mega .divcell ul li a:hover .fa
{
    color: #fff;
}
.sf-mega .divcell ul li a .fa
{
    font-size: 0.75rem;
    line-height: inherit;

    width: 1.25rem;
    margin-right: 0;
    margin-left:0.3125rem;

    vertical-align: middle;

    color: #fff;
}
.header-light .sf-mega .divcell ul li a .fa
{
    color: #3d3a37;
}
.sf-mega .divcell ul li a .fa.pull-left
{
    margin-left: -1.25rem
}
.sf-mega .divcell ul li a .fa.pull-right
{
    font-size: 1rem;
}
.header-vertical-navbar
{
    overflow: auto;

    height: calc(100% - 17.5rem);
}
.header-vertical-navbar .navbar
{
    width: 100%;
    padding: 0 0 1.25rem;
}
.header-vertical-navbar .navbar > *
{
    margin-right: 0;
    margin-left: 0;
    padding: 0 2.5rem;
}
.header-vertical-navbar .navbar-collapse
{
    padding: 0;
}
.header-vertical-navbar .navbar-collapse.collapse
{
    display: block;
}
.header-vertical-navbar li a
{
    font-size: 1rem;
    line-height: 1.875;

    display: block;

    color: #666;
}
.header-vertical-navbar li a:hover
{
    color: #fff;
}
.header-light .header-vertical-navbar li a:hover
{
    color: #262421;
}
.header-vertical-navbar li .fa
{
    font-size: 0.75rem;
    line-height: 2.5;

    width: 1.5625rem;
}
.header-vertical-navbar li .fa.pull-left
{
    margin-right: 0;
    margin-left: -1.5625rem;
}
.header-vertical-navbar .navbar-nav
{
    width: 100%;
}
.header-vertical-navbar .navbar-nav > li
{
    float: none;
}
.header-vertical-navbar .navbar-nav > li > a
{
    line-height: 1.875rem;

    padding: 0 2.5rem;

    border: 0.125rem solid transparent;
    border-width: 0 0 0 0.125rem;
}
.header-vertical-navbar .navbar-nav > li:hover > a,
.header-vertical-navbar .navbar-nav > li:focus > a,
.header-vertical-navbar .navbar-nav > li.open > a
{
    border-left: 0.125rem solid #fff;
}
.header-light .header-vertical-navbar .navbar-nav > li:hover > a,
.header-light .header-vertical-navbar .navbar-nav > li:focus > a,
.header-light .header-vertical-navbar .navbar-nav > li.open > a
{
    color: #262421;
    border-left-color: #8d8d8d;
}
.header-vertical-navbar .navbar-nav > li.active > a,
.header-light .header-vertical-navbar .navbar-nav > li.active > a
{
    border-left: 0.125rem solid #d74120;
}
.header-vertical-navbar .navbar-nav > li.open
{
    background-color: #212121;
}
.header-light .header-vertical-navbar .navbar-nav > li.open
{
    background-color: #e6e6e6;
}
.header-vertical-navbar .navbar-nav .dropdown-menu
{
    left: 0;

    background-color: #1f1f1f;
}
.header-light .header-vertical-navbar .navbar-nav .dropdown-menu
{
    background-color: #ebebeb;
}
.header-vertical-navbar .navbar-nav .dropdown-menu.dropdown-icons
{
    margin-left: 0;
}
.header-vertical-navbar .navbar-nav .dropdown-menu > li:hover > a
{
    background-color: transparent;
}
.header-vertical-navbar .navbar-nav .dropdown-menu > li > a
{
    line-height: 1.875rem;

    padding: 0 1.25rem 0 3.125rem;
}
.header-vertical-navbar .navbar-nav .dropdown-menu > li > a:hover,
.header-vertical-navbar .navbar-nav .dropdown-menu > li > a:focus
{
    background-color: transparent;
}
.header-vertical-navbar .navbar-nav .dropdown-menu > li > a .fa
{
    line-height: 1.875rem;
}
.header-vertical-navbar .navbar-nav .dropdown-menu li.dropdown > a:after
{
    font-family: fontAwesome;
    font-size: 0.5rem;
    line-height: 1;

    position: relative;
    top: -0.0625rem;
    right: 0;

    margin-left: 0.4375rem;

    content: '\f0d7';

    color: #404040;
}
.header-vertical-navbar .navbar-nav .dropdown-menu .dropdown-menu
{
    background-color: #1c1c1c;
}
.header-light .header-vertical-navbar .navbar-nav .dropdown-menu .dropdown-menu
{
    background-color: #f2f2f2;
}
.header-vertical-navbar .navbar-nav .dropdown-menu .dropdown-menu > li > a
{
    padding: 0 1.25rem 0 3.75rem;
}
.header-vertical-navbar .dropdown-menu
{
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    margin: 0;
}
.header-vertical-navbar .sf-mega .divcell
{
    display: block;

    width: 100%;
}
.header-vertical-navbar .sf-mega .divcell li a
{
    font-size: 0.875rem;
}
.header-vertical-navbar ul + [class*=navbar-]
{
    margin-top: 0.625rem;
}
.header-light.header-vertical .dropdown-menu > li:hover > a,
.header-light.header-vertical .dropdown-menu > li > a:hover,
.header-light.header-vertical .dropdown-menu > li > a:focus,
.header-light.header-vertical .dropdown-menu > li > a:focus i,
.header-light.header-vertical .dropdown-menu > li > a:hover i
{
    color: #262421;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu
{
    border-radius: 0;
}
.navbar-fixed-bottom .navbar-lang > ul > li > a,
.navbar-fixed-bottom .navbar-lang > ul > li > a:hover,
.navbar-fixed-bottom .navbar-lang > ul > li > a:focus
{
    border-radius: 0 0 0.125rem 0.125rem;
}
.navbar-fixed-bottom .navbar-lang li .dropdown-menu
{
    border-radius: 0.125rem 0.125rem 0 0;
}
.navbar-fixed-bottom .navbar-lang li .dropdown-menu li:last-child > a
{
    border-radius: 0;
}
.navbar-fixed-bottom .navbar-lang li .dropdown-menu li:first-child > a
{
    border-radius: 0.125rem 0.125rem 0 0;
}
.dropup .dropdown-menu,
.header-bottom .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu
{
    top: auto;
    bottom: 100%;

    margin-bottom: 0;
}
.dropup .dropdown-menu .dropdown-menu,
.header-bottom .dropdown-menu .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu .dropdown-menu
{
    bottom: 0;
}
.navbar-fixed-top .dropup .dropdown-menu,
.header-bottom.navbar-fixed-top .dropdown-menu,
.navbar-fixed-bottom.navbar-fixed-top .dropdown .dropdown-menu
{
    top: 100%;
    bottom: auto;
}
.header-bottom .dropdown-menu .dropdown-menu .dropdown-menu
{
    top: 0;
    bottom: auto;
}
.no-menu .header:not(.header-vertical) .nav .open > a,
.no-menu .header:not(.header-vertical) .nav .open > a:hover,
.no-menu .header:not(.header-vertical) .nav .open > a:focus
{
    border-color: transparent;
    border-left-color: #d74120;
}
.no-menu .header:not(.header-vertical) .navbar-collapse
{
    float: none !important;
    clear: both;

    width: 100%;
    margin: 0 !important;
}
.no-menu .header:not(.header-vertical) .navbar-collapse .navbar-nav
{
    width: 100%;
}
.no-menu .header:not(.header-vertical) .navbar-collapse .navbar-nav > li
{
    clear: both;

    width: 100%;
}
.no-menu .header:not(.header-vertical) .navbar-collapse .navbar-nav > li > a
{
    line-height: 2.25rem;

    border: 0;
    border-left: 0.125rem solid transparent;
}
.no-menu .header:not(.header-vertical) .navbar-collapse .navbar-nav > li:hover > a,
.no-menu .header:not(.header-vertical) .navbar-collapse .navbar-nav > li.open > a,
.no-menu .header:not(.header-vertical) .navbar-collapse .navbar-nav > li > a:focus
{
    border-left-color: #fff;
}
.no-menu .header:not(.header-vertical) .navbar-collapse .navbar-nav > li.active > a
{
    border-left-color: #d74120;
}
.no-menu .header:not(.header-vertical) .navbar-collapse .dropdown-menu
{
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    margin: 0;

    background-color: transparent;
}
.no-menu .header:not(.header-vertical) .navbar-collapse .dropdown-menu li.dropdown > a:after
{
    content: '\f107';
}
.no-menu .header:not(.header-vertical) .navbar-collapse .dropdown-menu li.dropdown-open > a:after
{
    content: '\f104';
}
.no-menu .header:not(.header-vertical) .navbar-collapse .dropdown-menu .dropdown-menu
{
    padding-left: 0.9375rem;
}
.no-menu .header:not(.header-vertical) .dropdown-menu
{
    margin: 0 !important;
}
.no-menu .header:not(.header-vertical) .sf-mega
{
    margin: 0 !important;
    padding: 0;
}
.no-menu .header:not(.header-vertical) .sf-mega .divcell
{
    display: block;

    width: 100%;

    border: 0;
}
.no-menu .header:not(.header-vertical) .sf-mega .divcell ul
{
    margin: 0;
}
.no-menu .push-navbar
{
    position: relative;
    left: 6.25rem;
}
.no-menu .pull-navbar
{
    position: relative;
    right: 6.25rem;
}
.navbar-modal
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 !important;
    padding: 0;

    text-align: center;

    border: 0;
    background-color: rgba(28,28,28,.99);
    box-shadow: none;
}
.navbar-modal .navbar-collapse
{
    display: block;
}
.navbar-modal .navbar-toggle-modal
{
    font-size: 1rem;
    line-height: 1;

    position: absolute;
    top: 1.875rem;
    right: 1.875rem;

    width: 3.5rem;
    height: 3.5rem;

    color: #5e5e5e;
    border: 0;
    border-radius: 0.125rem;
    background-color: #262626;
}
.navbar-modal .navbar-toggle-modal:hover
{
    color: #fff;
}
.navbar-modal .navbar-nav
{
    position: absolute;
    top: 30%;
    left: 50%;

    max-height: 100%;
    margin: 0;
    padding: 0;

    transition: all .2s;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.navbar-modal .navbar-nav.in
{
    top: 50%;
}
.navbar-modal .navbar-nav > li
{
    float: none;
    overflow: hidden;

    padding: 0;
}
.navbar-modal .navbar-nav > li > a
{
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.714;

    padding: 0;

    color: #bfbfbf;
    border: 0;
}
.navbar-modal .navbar-nav > li > a:hover,
.navbar-modal .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-modal .navbar-nav > li.active > a
{
    color: #fff;
}
.navbar-modal .navbar-nav > li:first-child
{
    padding-top: 3.125rem;
}
.navbar-modal .navbar-nav > li:last-child
{
    padding-bottom: 3.125rem;
}
.navbar-modal .navbar-nav > li.dropdown > a:after
{
    top: 0;

    margin-right: -0.625rem;

    vertical-align: middle;
}
.navbar-modal .navbar-nav > li.dropdown.open
{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;

    border-top: 0.0625rem solid #262626;
    border-bottom: 0.0625rem solid #262626;
}
.navbar-modal .navbar-nav .dropdown-menu
{
    position: relative;
    left: 0;

    width: 100%;

    border: 0;
    background-color: transparent !important;
    box-shadow: none;
}
.navbar-modal .navbar-nav .dropdown-menu.dropdown-icons
{
    margin: 0;
}
.navbar-modal .navbar-nav .dropdown-menu > li
{
    padding: 0;
}
.navbar-modal .navbar-nav .dropdown-menu > li > a
{
    font-size: 1.25rem;
    line-height: 1.5;

    padding: 0;

    text-align: center;

    color: #6a6a6a;
}
.navbar-modal .navbar-nav .dropdown-menu > li > a:hover,
.navbar-modal .navbar-nav .dropdown-menu > li > a:focus
{
    color: #fff;
    background-color: transparent;
}
.navbar-modal .navbar-nav .dropdown-menu > li:hover a
{
    background-color: transparent;
}
.navbar-modal .navbar-nav .dropdown-menu > li.dropdown > a:after
{
    font-family: fontAwesome;
    font-size: 0.5rem;
    line-height: 1;

    position: relative;
    top: 0;
    right: 0;

    margin-right: -0.625rem;
    margin-left: 0.4375rem;

    content: '\f0d7';
    vertical-align: middle;

    color: #404040;
}
.navbar-modal .navbar-nav .dropdown-menu > li.dropdown ul
{
    padding: 0.3125rem 0;
}
.navbar-modal .navbar-nav .dropdown-menu > li.dropdown ul li > a
{
    font-size: 1rem;
    line-height: 1.5rem;
}
.navbar-modal .navbar-nav .fa
{
    display: none;
}
.navbar-modal .sf-mega
{
    padding: 0;
}
.navbar-modal .sf-mega h5,
.navbar-modal .sf-mega h6
{
    margin: 0.9375rem 0;
    padding: 0;
}
.navbar-modal .divcell
{
    font-size: 1rem;
    line-height: 1.5rem;

    display: block;

    width: 100%;

    text-align: center;

    border: 0;
}
.navbar-modal .divcell h5
{
    display: none;
}
.navbar-modal .divcell ul
{
    margin: 0;
}
.navbar-modal .divcell ul li a
{
    font-size: 1rem;
    line-height: 1.5rem;

    padding: 0;
}
.navbar-modal .divcell ul li a:hover,
.navbar-modal .divcell ul li a:focus
{
    color: #fff;
    background-color: transparent;
}
/*------------------------------------------------------------------
[ TABS ]
-------------------------------------------------------------------*/
.nav-tabs
{
    font-size: 0;

    margin: 0;
}
.nav-tabs > li
{
    display: inline-block;
	margin-right: 2.5rem;
    padding: 0.5rem 0;
    transition: color .2s ease;
    vertical-align: middle;
}
.nav-tabs > li > a {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.222;
	transition: color .2s, background-color .2s, border 0s, font-weight 0s;
	color: #6a6a6a;
	border-left: 0.0625rem solid #e3e3e3;
}
.nav-tabs > li > a i
{
    font-size: 1.125rem;

    position: relative;
    top: -0.0625rem;

    margin-right:0.3125rem;

    transition: color .2s ease;

    color: #d74120;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active
{
    color: #262421;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    font-weight: 600;

    color: #262421;
    border-left-color: transparent;
}
.nav-tabs > li.active + li > a,
.nav-tabs > li:first-child > a
{
    border-left-color: transparent;
}
.nav-justified,
[class*=tabs-border] .nav-tabs.nav-justified
{
    border-bottom: 0;
}
.nav-justified > li,
[class*=tabs-border] .nav-tabs.nav-justified > li
{
    border-bottom: 0.0625rem solid #e9e9e9;
}
.tab-content
{
    padding: 1.25rem;
}
.tab-content .container
{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
}
.tab-content.no-border
{
    border: 0 !important;
}
.tab-content p
{
    color: #6a6a6a;
}
[class*=tabs-border] .nav-tabs
{
    border-bottom: 0.0625rem solid #e9e9e9;
}
[class*=tabs-border] .nav-tabs > li
{
    margin-bottom: -0.0625rem;

    border: 0.0625rem solid transparent;
    border-radius: 0.125rem 0.125rem 0 0;
}
[class*=tabs-border] .nav-tabs > li.active
{
    border-color: #e9e9e9;
    border-bottom-color: #fff;
}
[class*=tabs-border] .tab-content
{
    border: 0.0625rem solid #e9e9e9;
    border-top-width: 0;
}
.tabs-border-highlight .nav-tabs > li
{
    border-top-width: 0.125rem;
    border-radius: 0;
}
.tabs-border-highlight .nav-tabs > li.active
{
    border-top-color: #d74120;
}
.tabs-border-highlight.tabs-revert .nav-tabs > li
{
    border-top-width: 0.0625rem;
    border-bottom-width: 0.125rem;
}
.tabs-border-highlight.tabs-revert .nav-tabs > li.active
{
    border-bottom-color: #d74120;
}
.tabs-revert .nav-tabs
{
    border-bottom: 0;
}
.tabs-revert .nav-tabs > li
{
    margin-top: -0.0625rem;
    margin-bottom: 0;
}
.tabs-revert .nav-tabs > li.active
{
    border-top-color: #fff;
    border-bottom-color: transparent;
}
.tabs-revert .nav-justified
{
    margin-top: -0.0625rem;

    border-bottom: 0;
}
.tabs-revert[class*=tabs-border] .nav-tabs.nav-justified > li:not(.active)
{
    border-bottom: 0;
}
.tabs-revert[class*=tabs-border] .nav-tabs.nav-justified > li.active
{
    border-bottom-color: #e9e9e9;
}
.tabs-revert.tabs-border-highlight .nav-tabs.nav-justified > li.active
{
    border-bottom-color: #d74120;
}
.tabs-revert .tab-content
{
    border-top-width: 0.0625rem;
}
.tabs-revert.tabs-simple-border .nav-tabs
{
    border-top: 0.0625rem solid #e9e9e9;
    border-bottom: 0;
}
.tabs-revert.tabs-simple-border .nav-tabs > li
{
    margin-top: -0.0625rem;
    margin-bottom: 0;

    border-top: 0.125rem solid transparent;
    border-bottom: 0;
}
.tabs-revert.tabs-simple-border .nav-tabs > li.active
{
    border-top-color: #d74120;
}
.tabs-highlight .tab-content
{
    border: 0;
    background-color: #fafafa;
}
.tabs-highlight .nav-tabs
{
    border-bottom: 0;
}
.tabs-highlight .nav-tabs > li
{
    border: 0;
    border-top: 0.125rem solid transparent;
}
.tabs-highlight .nav-tabs > li.active
{
    border-top-color: #d74120;
    background-color: #fafafa;
}
[class*=tabs-simple] .nav-tabs > li
{
    border-bottom: 0.125rem solid transparent;
}
[class*=tabs-simple] .nav-tabs > li.active
{
    border-bottom-color: #262421;
}
[class*=tabs-simple] .nav-tabs > li > a
{
    padding: 0rem;

    border: 0;
}
[class*=tabs-simple] .tab-content
{
    padding: 1.25rem 0;
}
.tabs-simple-border .nav-tabs
{
    border-bottom: 0.0625rem solid #e9e9e9;
}
.tabs-simple-border .nav-tabs > li
{
    margin-bottom: -0.0625rem;
}
[class*=tabs-vertical]
{
    overflow: hidden;
}
[class*=tabs-vertical] .nav-tabs
{
    width: 9.0625rem;
}
[class*=tabs-vertical] .nav-tabs > li
{
    display: block;
    overflow: hidden;

    width: 100%;

    white-space: nowrap;
    text-overflow: ellipsis;

    border: 0.0625rem solid transparent;
}
[class*=tabs-vertical] .nav-tabs > li.active > a
{
    border-bottom-color: transparent;
}
[class*=tabs-vertical] .nav-tabs > li + li
{
    margin-top: -0.125rem;
}
[class*=tabs-vertical] .nav-tabs > li > a
{
    padding: 0.625rem 1.25rem;

    border: 0;
    border-bottom: 0.0625rem solid #e3e3e3;
}
[class*=tabs-vertical] .nav-tabs > li:last-child > a
{
    border-bottom: 0;
}
[class*=tabs-vertical] .tab-content
{
    border: 0.0625rem solid #e9e9e9;
}
[class*=tabs-vertical][class*=tabs-icons] .nav-tabs
{
    width: 6.25rem;
}
[class*=tabs-vertical][class*=tabs-icons] .nav-tabs > li
{
    margin: 0;
}
[class*=tabs-vertical][class*=tabs-icons] .tab-content
{
    padding: 0 0.625rem;
}
.tabs-vertical-left .nav-tabs
{
    margin-right: -0.0625rem;
}
.tabs-vertical-left .nav-tabs > li {
    padding: 0 0.625rem 0 0;

    border-left-width: 0.125rem;
}
.tabs-vertical-left .nav-tabs > li.active {
    border-color: #e9e9e9;
    border-right-color: #fff;
    border-left-color: #d74120;
}
.tabs-vertical-left .tab-content {
    margin-left: 9rem;
}
.tabs-vertical-left[class*=tabs-icons] .tab-content {
    margin-left: 7.8125rem;
}
.tabs-vertical-left.tabs-icons-square .nav-tabs > li.active > a:after {
    top: 50%;
    right: -0.75rem;
    left: auto;

    margin: -0.1875rem 0 0;

    border-top: 0.375rem solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-left: 0.375rem solid #d74120;
}

.tabs-vertical-right .nav-tabs
{
    margin-left: -0.0625rem;
}
.tabs-vertical-right .nav-tabs > li
{
    padding: 0 0 0 0.625rem;

    border-right-width: 0.125rem;
}
.tabs-vertical-right .nav-tabs > li.active
{
    border-color: #e9e9e9;
    border-right-color: #d74120;
    border-left-color: #fff;
}
.tabs-vertical-right .tab-content {
    margin-right: 9rem;
}
.tabs-vertical-right[class*=tabs-icons] .tab-content {
    margin-right: 7.8125rem;
}
.tabs-vertical-right.tabs-icons-square .nav-tabs > li.active > a:after {
    top: 50%;
    right: auto;
    left: -0.75rem;

    margin: -0.1875rem 0 0;

    border-top: 0.375rem solid transparent;
    border-right: 0.375rem solid #d74120;
    border-bottom: 0.375rem solid transparent;
}

[class*=tabs-icons] .tab-content
{
    padding: 2.1875rem 0.625rem;
}
[class*=tabs-icons] .nav-tabs > li
{
    margin-right: 0.625rem;
    margin-left: 0.625rem;
    padding: 0 0 0.9375rem;
}
[class*=tabs-icons] .nav-tabs > li > a
{
    padding: 0 1.5625rem;
}
[class*=tabs-icons] .nav-tabs > li > a i
{
    font-size: 2.5rem;

    margin: 0;

    color: #ccc;
}
[class*=tabs-icons] .nav-tabs > li > a:first-child
{
    padding-left: 1.5625rem;
}
[class*=tabs-icons] .nav-tabs > li.active > a i,
[class*=tabs-icons] .nav-tabs > li > a:hover i
{
    color: #d74120;
}
[class*=tabs-icons].tabs-revert .nav-tabs > li
{
    padding: 0.9375rem 0 0;
}
.tabs-icons-square .nav-tabs > li
{
    overflow: visible;

    border: 0;
}
.tabs-icons-square .nav-tabs > li > a
{
    line-height: 5.5625rem;

    position: relative;

    width: 5.5625rem;
    height: 5.5625rem;
    padding: 0;

    text-align: center;

    border: 0;
    border-radius: 0.125rem;
    background-color: #ccc;
}
.tabs-icons-square .nav-tabs > li > a i
{
    color: #fff;
}
.tabs-icons-square .nav-tabs > li > a:first-child
{
    padding-left: 0;
}
.tabs-icons-square .nav-tabs > li > a:hover
{
    background-color: #d74120;
}
.tabs-icons-square .nav-tabs > li.active > a
{
    background-color: #d74120;
}
.tabs-icons-square .nav-tabs > li.active > a:after
{
    position: absolute;
    bottom: -0.375rem;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -0.375rem;

    content: '\0020';

	border-top: 0.375rem solid #d74120;
	border-right: 0.375rem solid transparent;
	border-left: 0.375rem solid transparent;
}
.tabs-icons-square .nav-tabs > li.active > a i,
.tabs-icons-square .nav-tabs > li > a:hover > i
{
    color: #fff;
}
.tabs-icons-square.tabs-revert .nav-tabs > li.active > a:after
{
    position: absolute;
    top: -0.375rem;
    left: 50%;

    border-top: 0;
    border-bottom: 0.375rem solid #d74120;
}
.banner-tabs
{
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;

    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.banner-tabs .row,
.banner-tabs ul
{
    margin-bottom: 0;
}
.banner-tabs.fill
{
    width: 100%;

    background-color: rgba(245,245,245,.9);
}
.banner-tabs.fill li:nth-child(2n)
{
    background-color: rgba(235,235,235,.9);
}
.banner-tabs.fill a
{
    position: relative;

    margin: 0;

    border: 0;
}
.banner-tabs li
{
    padding: 0;
}
.banner-tabs a
{
    display: block;

    margin: 0 0.0625rem;
    padding: 1.5625rem 1.875rem;

    transition: color .3s, background-color .3s;

    color: graysale(0);
    border-top: 0.0625rem solid #e9e9e9;
}
.banner-tabs a:hover,
.banner-tabs a:focus
{
    color: #fff;
}
.banner-tabs a:hover > *,
.banner-tabs a:focus > *
{
    transition: color .3s ease;

    color: #fff;
}
.banner-tabs .selected a
{
    margin-top: -0.0625rem;

    color: #fff;
    border-top: 0.125rem solid #d74120;
}
.banner-tabs .selected a > *
{
    color: #fff;
}
.banner-tabs.fill .selected a
{
    margin: 0;

    border: 0;
    background-color: rgba(218,54,54,.9);
}
.banner-tabs.fill .selected a:before
{
    position: absolute;
    top: -0.625rem;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -0.625rem;

    content: '\0020';

	border-right: 0.625rem solid transparent;
	border-bottom: 0.625rem solid rgba(218, 54, 54, 0.9);
	border-left: 0.625rem solid transparent;

}
.banner-tabs.fill a:hover,
.banner-tabs.fill a:focus
{
    background-color: rgba(218,54,54,.9);
}
/*------------------------------------------------------------------
[ PANELS ]
-------------------------------------------------------------------*/
.panel-group
{
    margin-bottom: 1.875rem;
}
.panel-group:last-child
{
    margin-bottom: 0;
}
.panel-heading > a
{
    font-weight: 400;
	font-size: 1rem;

    display: block;
    overflow: hidden;

    padding: 0.3125rem 0;

    color: #262421;
}
.panel-heading > a i
{
    line-height: 1.5rem;

    position: relative;

    color: #666;
}
.panel-heading > a i.fa-color
{
    font-size: 1.125rem !important;

    top: 0 !important;

    color: #d74120 !important;
}
.panel-heading > a i.fa-fw
{
    margin-right: 0 !important;
}
.collapsed .fa-angle-down:before
{
    content: '\f105';
}
.collapsed .fa-minus:before
{
    content: '\f067';
}
.panel-body
{
    padding: 0 0 0.625rem;
}
.panel-body p
{
    color: #666;
}
.panel-body ul
{
    line-height: 1.5rem;

    margin-top: 0.625rem;
    margin-right: 1.875rem;
    margin-left: 1.875rem;
}
.panel-body ul:last-child
{
    margin-bottom: 0;
}
.panel-bottom-border .panel + .panel
{
    border-top: 0.0625rem solid #e9e9e9;
}
.panel-bottom-border .panel-heading a
{
    padding: 0.4375rem 0;
}
.panel-left-border
{
    border-left: 0.0625rem solid #e9e9e9;
}
.panel-left-border .panel-heading a
{
    margin-left: -0.0625rem;
    padding: 0.4375rem 1.25rem;

    border-left: 0.125rem solid transparent;
}
.panel-left-border .panel-heading a:not(.collapsed)
{
    border-left-color: #d74120;
}
.panel-left-border .panel-body
{
	padding: 0 1.25rem 0.625rem;
}
.panel-borders
{
    border: 0.0625rem solid #e9e9e9;
}
.panel-borders .panel + .panel
{
    border-top: 0.0625rem solid #e9e9e9;
}
.panel-borders .panel-heading a
{
    padding: 0.4375rem 1.25rem;
}
.panel-borders .panel-body
{
    padding: 0 1.25rem 0.625rem;
}
.panel-color .panel-heading a
{
    padding: 0.4375rem 1.25rem;

    background-color: #f9f6f1;
}
.panel-color .panel-collapse
{
    border-right: 0.0625rem solid #e9e9e9;
    border-left: 0.0625rem solid #e9e9e9;
}
.panel-color .panel-body
{
	padding: 1.25rem 1.25rem;
	background-color:#ffffff;
}
.panel-color .panel + .panel
{
    margin-top: 0.0625rem;
}
.panel-color .panel:last-child .panel-collapse
{
    border-bottom: 0.0625rem solid #e9e9e9;
}
.panel-color.panel-left-border .panel-collapse
{
    border-left: 0;
}
.panel-icon-left .panel-heading a,
.panel-icon-left .panel-body
{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.panel-icon-left .panel-heading a i.pull-left
{
    font-size: 0.8125rem;

    top: 0.0625rem;

    margin-right: 0.625rem;

    color: #262421;
}
.panel-selected .panel-heading a:not(.collapsed)
{
    color: #fff;
    background-color: #d74120;
}
.panel-selected .panel-heading a:not(.collapsed) i,
.panel-selected .panel-heading a:not(.collapsed) i.pull-left
{
    color: #fff !important;
}
.panel-selected-all .panel-heading a
{
    color: #fff;
    background-color: #4d4d4d;
}
.panel-selected-all .panel-heading a i,
.panel-selected-all .panel-heading a i.pull-left
{
    color: #fff !important;
}
.panel-theme .panel + .panel
{
    margin-top: 0;
}
.panel-theme .panel-heading a,
.panel-theme .panel-heading a i,
.panel-theme .panel-heading a i.pull-left
{
    color: #fff !important;
}
.panel-theme .panel:nth-child(2n) .panel-heading a
{
    background-color: #4d4d4d;
}
.panel-theme .panel:nth-child(2n+1) .panel-heading a
{
    background-color: #474747;
}
.panel-theme .panel .panel-heading a:not(.collapsed)
{
    background-color: #d74120;
}
.nav-expand
{
    margin: 0;
}
.nav-expand li
{
    line-height: 2.875rem;

    display: inline-block;

    vertical-align: middle;
}
.nav-expand li + li
{
    margin-left: 1.5625rem;
}
.nav-expand li i
{
    margin-right:0.3125rem;

    color: #8d8d8d;
}
/*------------------------------------------------------------------
[ MASK ]
-------------------------------------------------------------------*/
.figure
{
    position: relative;

    overflow: hidden;

    margin: 1.25rem 0 0;
}
.figure:first-child
{
    margin-top: 0;
}
.figure img
{
    width: 100%;
}
.figure.img-circle .mask
{
    border-radius: 50%;
}
.figure.img-rounded .mask
{
    border-radius: 0.375rem;
}
.figure > .icon
{
    position: absolute;
    right: 1.875rem;
    bottom: 0.625rem;
}
.figure > .icon.icon-size-1
{
    right: 0.9375rem;
    bottom:-0.3125rem;
}
.figure.slider.oneslider
{
    margin-bottom: -0.3125rem;
}
.figure-sm
{
    width: 66.6667%;
    margin-right: auto;
    margin-left: auto;
}
h3 + .figure
{
    margin-top: 1.875rem;
}
.figure-info
{
    margin-right: -0.0625rem;
    padding-top: 1.875rem;
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
}
.figure-info[class*=col-]
{
    padding-top: 0;
    padding-bottom: 0;
}
.figure-info:first-child
{
    padding-top: 0;
    padding-bottom: 0;
}
.figure-info p
{
    padding: 0;
}
.figure-info .heading-divider:first-child
{
    margin-top: 0.625rem;
}
.figure-info h3 + .meta,
.figure-info h4 + .meta,
.figure-info h5 + .meta
{
    margin-top: -0.625rem;
}
.mask:not(.mask-inline)
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    transition: all .2s 0s ease-in-out;
    text-align: center;

    opacity: 0;
}
.mask:not(.mask-inline) > *
{
    position: absolute;
    top: 40%;
    left: 50%;

    width: 100%;
    margin: auto;

    transition: all .2s 0s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 0;
}
.mask:not(.mask-inline) .icon
{
    margin-bottom: 0;
}
.mask:not(.mask-inline) .icon + .icon
{
    margin-left: 0.625rem;
}
.figure:hover .mask:not(.mask-inline),
.figure.hover .mask:not(.mask-inline)
{
    opacity: 1;
}
.figure:hover .mask:not(.mask-inline) > *,
.figure.hover .mask:not(.mask-inline) > *
{
    top: 50%;

    opacity: 1;
}
.mask-inline
{
    position: absolute;
    z-index: 1;
    bottom: -10%;
    left: 0;

    display: block;

    width: 100%;
    height: 3.25rem;

    transition: all .2s 0s ease-in-out;
    text-align: center;

    opacity: 0;
}
.figure:hover .mask-inline,
.figure.hover .mask-inline
{
    bottom: 0.625rem;
}
.mask-inline > *
{
    line-height: 3.25rem;
}
.mask-inline a
{
    display: block;

    color: #fff;
}
.figure:hover .mask-inline,
.figure.hover .mask-inline
{
    opacity: 1;
}
.mask-inline-md
{
    height: 3.125rem;
}
.mask-inline-md > *
{
    line-height: 3.125rem;
}
.mask-light
{
    background-color: rgba(255,255,255,.8);
}
.mask-light.mask-inline
{
    background-color: rgba(255,255,255,.6);
}
.mask-light.mask-inline a
{
    color: #262421;
}
.mask-light.mask-inline:hover,
.figure.hover:hover .mask-light.mask-inline
{
    background-color: rgba(255,255,255,.8);
}
.mask-light.mask-info
{
    background-color: rgba(255,255,255,.9);
}
.mask-light.mask-info a
{
    color: #262421;
}
.mask-light.mask-info a:hover
{
    color: #d74120;
}
.mask-light.mask-info p
{
    color: #666;
}
.mask-dark
{
    background-color: rgba(33,33,33,.8);
}
.mask-dark.mask-inline
{
    background-color: rgba(33,33,33,.6);
}
.mask-dark.mask-inline:hover,
.figure.hover:hover .mask-dark.mask-inline
{
    background-color: rgba(33,33,33,.8);
}
.mask-dark.mask-info
{
    background-color: rgba(33,33,33,.9);
}
.mask-dark.mask-info a
{
    color: #fff;
}
.mask-dark.mask-info a:hover
{
    color: #d74120;
}
.mask-dark.mask-info p
{
    color: #6a6a6a;
}
.mask-dark h5,
.mask-dark h5 a,
.mask-dark h6,
.mask-dark h6 a
{
    color: #fff;
}
.mask-dark .category
{
    margin-bottom: 0.9375rem;

    color: #8d8d8d !important;
}
.mask-color
{
    background-color: rgba(218,54,54,.8);
}
.mask-color.mask-inline
{
    background-color: rgba(218,54,54,.7);
}
.mask-color.mask-inline:hover,
.figure.hover:hover .mask-color.mask-inline
{
    background-color: rgba(218,54,54,.8);
}
.mask-color.mask-info
{
    background-color: rgba(218,54,54,.9);
}
.mask-color.mask-info a
{
    color: #fff;
}
.mask-color.mask-info a:hover
{
    color: #262421;
}
.mask-color.mask-info p
{
    color: #fff;
}
.mask-color.mask-info .heading-divider
{
    background-color: #fff;
}
.mask-info
{
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;

    text-align: left;
}
.text-center .mask-info
{
    text-align: center;
}
.mask-info p
{
    padding: 0;
}
a.mask-info.mask-dark,
a.mask-info.mask-color
{
    color: #fff;
}
a.mask-info.mask-dark h2,
a.mask-info.mask-color h2,
a.mask-info.mask-dark h3,
a.mask-info.mask-color h3,
a.mask-info.mask-dark h4,
a.mask-info.mask-color h4,
a.mask-info.mask-dark h5,
a.mask-info.mask-color h5,
a.mask-info.mask-dark h6,
a.mask-info.mask-color h6
{
    color: #fff;
}
/*------------------------------------------------------------------
[ MAGNIFIC SLIDER ]
-------------------------------------------------------------------*/
.mfp-bg
{
    position: fixed;
    z-index: 1042;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    opacity: .95;
    background: #090909;
}
.mfp-wrap
{
    position: fixed;
    z-index: 1043;
    top: 0;
    left: 0;

    overflow: hidden !important;

    width: 100%;
    height: 100%;

    outline: none !important;

    -webkit-backface-visibility: hidden;
}
.mfp-container
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 0 0.5rem;

    text-align: center;
}
.mfp-container:before
{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}
.mfp-content
{
    position: relative;
    z-index: 3;

    display: inline-block;

    max-width: 73.125rem;
    margin: 0 auto;

    text-align: left;
    vertical-align: middle;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content
{
    width: 100%;

    cursor: auto;
}
.mfp-ajax-cur
{
    cursor: progress;
}
.mfp-auto-cursor .mfp-content
{
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.mfp-hide
{
    display: none !important;
}
.mfp-preloader
{
    position: absolute;
    z-index: 1044;
    top: 50%;
    right: 0.5rem;
    left: 0.5rem;

    width: auto;
    margin-top: -.8em;

    text-align: center;

    color: #6a6a6a;
}
.mfp-close
{
    font-size: 0;

    position: fixed;
    z-index: 1;
    top: 1.25rem;
    right: 1.25rem;

    padding: 1.25rem 0.625rem;

    transition: all 0s ease;
    text-align: center;
    text-decoration: none;

    border: 0;
    background-color: transparent;
}
.mfp-close:before
{
    font-family: FontAwesome;
    font-size: 1.375rem;

    display: block;

    content: '\f00d';
    transition: color .2s;

    color: #666;
}
.mfp-close:hover:before
{
    color: #d74120;
}
.mfp-arrow
{
    font-size: 1.5rem;
	line-height: 3.75rem;

    position: absolute;
    z-index: 5;
    top: 50%;

    width: 3.75rem;
    height: 3.75rem;
    margin-top: -1.875rem;

    text-align: center;

    color: #fff;
    border: 0;
    background-color: rgba(51,51,51,.8);
}
.mfp-arrow:after
{
    font-family: FontAwesome;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.mfp-arrow:hover
{
    background-color: #d74120;
}
.mfp-arrow-left
{
    left: 0;

    border-radius: 0 0.125rem 0.125rem 0;
}
.mfp-arrow-left:after
{
    content: '\f104';
}
.mfp-arrow-right
{
    right: 0;

    border-radius: 0.125rem 0 0 0.125rem;
}
.mfp-arrow-right:after
{
    content: '\f105';
}
.mfp-counter
{
    font-size: 1.1875rem;
    line-height: 1.5rem;

    position: absolute;
    top: 0;
    left: 0;

    color: #666;
}
.mfp-iframe-holder
{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.mfp-iframe-holder .mfp-content
{
    line-height: 0;

    width: 100%;
	max-width: 56.25rem;
}
.mfp-iframe-scaler
{
    overflow: hidden;

    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
img.mfp-img
{
    line-height: 0;

    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 5rem 0;
}
.mfp-figure
{
    line-height: 0;
}
.mfp-figure:after
{
    position: absolute;
    z-index: -1;
    top: 2.5rem;
    right: 0;
    bottom: 2.5rem;
    left: 0;

    display: block;

    width: auto;
    height: auto;

    content: '';
}
.mfp-figure small
{
    font-size: 1rem;
    line-height: 1.375;

    display: block;

    margin-top: 0.25rem;
}
.mfp-figure figure
{
    margin: 0;
}
.mfp-bottom-bar
{
    position: absolute;
    bottom: 3.75rem;
    left: 0;

    width: 100%;

    cursor: auto;
}
.mfp-title
{
    font-size: 1rem;
    line-height: 1.5rem;

    position: absolute;
    top: 0;
    right: 0;

    text-align: right;
    word-wrap: break-word;

    color: #fff;
}
.mfp-image-holder .mfp-content
{
    width: 100%;
    max-width: 73.125rem;
}
.mfp-align-top .mfp-container:before,
.mfp-loading.mfp-figure,
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content
{
    display: none;
}
.mfp-zoom,
.mfp-gallery .mfp-image-holder .mfp-figure
{
    cursor: pointer;
}
/*------------------------------------------------------------------
[ MIX LIST ]
-------------------------------------------------------------------*/
.mix-wrap [class*=container] + [class*=container]
{
    margin-top: 0;
}
.mix-wrap .chosen-container
{
    margin-top: -0.125rem;
}
.mix-wrap .page-header
{
    margin-bottom: 1.5625rem;
}
.isotope-wrap
{
    overflow: hidden;

    margin-top: 0;

    transition: all .3s ease;
}
.mix,
.mix.card
{
    overflow: hidden;
}
.mix.card
{
    transition: 0s;
}
.mix[class*=col-] > .card
{
    margin-bottom: 3.75rem;
}
.mix-category {
    font-size: 0;
    margin: 0 0 1.5625rem;
	padding: 0 1.875rem 0 0;
    vertical-align: middle;
    border-right: 0.0625rem dotted #e9e9e9;
    border-bottom: 0.0625rem solid #e9e9e9;
}
.text-right .mix-category
{
    padding: 0 0 0 1.875rem;

    border-right: 0;
    border-left: 0.0625rem dotted #595959;
}
.mix-category.no-border
{
    border: 0;
}
.mix-category.nav-tabs
{
    padding-left: 0;

    border: 0;
}
.mix-category.nav-tabs > li
{
    margin: 0;
}
.mix-category > li
{
    line-height: 2.1875rem;

    display: inline-block;

    margin: 0 0.9375rem;

    transition: color .2s ease;
    vertical-align: middle;
}
.mix-category > li > a,
.mix-category > li > button {
	font-size: 1.25rem;
	display: block;
	font-weight:400;
	transition: color .2s, background-color .2s, border .2s, font-weight 0s;
	color: #6a6a6a;
	border-bottom: 0.125rem solid transparent;
}

.mix-category > li > a:hover,
.mix-category > li > a:focus,
.mix-category > li > button:hover,
.mix-category > li > button:focus  {
		color: #262421;
	}

.mix-category > li.active > a,
.mix-category > li.active > button {
	color: #262421;
	font-weight:600;
	border-bottom:0.125rem solid #262421;
}
.mix-category.mix-category-reset
{
    padding: 0;

    border: none;
}
.gallery-wrap [class*=col-]
{
    padding-right: 0;
    padding-left: 0;
}
.gallery-wrap .figure
{
    min-width: 20%;
    margin: 0;
}
.margin-wrap
{
    margin-bottom: -1.25rem
}
.margin-wrap [class*=col-]
{
    padding: 0 0.625rem 1.25rem;
}
.portfolio-wrap
{
    margin-right: 0;
    margin-left: 0;
}
.container-fluid .portfolio-wrap
{
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}
.portfolio-wrap [class*=col-]
{
    padding-right: 0;
    padding-left: 0;
}
.portfolio-wrap.margin-wrap {
    margin: 0 -0.625rem -1.25rem;
}
.container-fluid .portfolio-wrap.margin-wrap {
    margin: 0 -1.25rem -1.25rem;
}

.portfolio-wrap.margin-wrap [class*=col-]
{
    padding: 0 0.625rem 1.25rem;
}
.portfolio-wrap.margin-wrap .work-info
{
    margin-bottom: 0;
}
.portfolio-wrap .work-info {
    margin: 0.1875rem 0 1.25rem;
}

.portfolio-wrap h4,
.portfolio-wrap h5,
.portfolio-wrap h6
{
    line-height: 1.5rem;

    margin: 0;
}
.portfolio-wrap .category,
.portfolio-wrap .category a
{
    line-height: 1.5rem;

    color: #666;
}
.portfolio-wrap.inside-wrap .mask
{
    background-color: rgba(33,33,33,.5);
}
.portfolio-wrap.inside-wrap .mask:not(.mask-inline) > *
{
    -webkit-transform: translate(-50%, -75%);
       -moz-transform: translate(-50%, -75%);
        -ms-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
}
.portfolio-wrap.inside-wrap .mask.mask-inline
{
    height: auto;
    padding: 0.625rem 0;

    background-color: rgba(33,33,33,.8);
}
.portfolio-wrap.inside-wrap [class*=col-md-] .mask.mask-inline
{
    padding: 0.375rem 0;
}
.portfolio-wrap.inside-wrap [class*=col-md-] .mask.mask-inline .category
{
    font-size: 0.8125rem;
}
/*------------------------------------------------------------------
[ GOOGLE MAP ]
-------------------------------------------------------------------*/
.google-map
{
    position: relative;

    height: 24.0625rem;
    padding: 0;
}
.google-map-container
{
    width: 100%;
    height: 100%;
}
.google-map-lg
{
    height: 25.9375rem;
}
.google-map-sm {
    height: 21.5625rem;
}
.google-map-xs {
    height: 19.0625rem;
}

[class*=google-map-absolute]
{
    position: absolute;
    top: 0;

    width: 100%;
}
.google-map-absolute-left
{
    right: 0;
}
.google-map-absolute-right
{
    left: 0;
}
.google-map .a-map,
.map-close
{
    line-height: 3rem;

    position: absolute;
    z-index: 5;
    top: 1.875rem;
    right: 1.875rem;

    display: block;

    width: 3.125rem;
    height: 3.125rem;

    text-align: center;

    border-radius: 0.125rem;
    background-color: #262421;
}
.google-map .a-map:hover,
.map-close:hover
{
    background-color: #d74120;
}
.google-map .a-map i,
.map-close i
{
    font-size: 1.375rem;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
.a-map-left
{
    right: auto;
    left: 1.875rem;
}
.map-modal
{
    padding-right: 0 !important;
}
.google-map-popup
{
    width: 100%;
    height: 100%;
}
.gm-style-iw p
{
    color: #262421;
}
.contact
{
    position: relative;
}
.contact.overlay
{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.contact.overlay .google-map
{
    z-index: 0;

    width: 100%;
    height: 100%;
}
.contact.overlay .container
{
    position: relative;
    z-index: 1;
}
.contact-lg
{
    height: 25.9375rem;
}
.contact-md
{
    height: 24.0625rem;
}
.contact-sm {
    height: 19.0625rem;
}

.contact-light
{
    background-color: #fafafa;
}
.contact-dark
{
    color: #fff;
    background-color: #262421;
}
.contact-dark.overlay:before
{
    z-index: 1;

    background-color: rgba(26,26,26,.9);
}
.contact-dark h1,
.contact-dark h2,
.contact-dark h3,
.contact-dark h4,
.contact-dark h5,
.contact-dark h6
{
    color: #fff;
}
.contact-dark a
{
    color: #6a6a6a;
}
.contact-dark a:hover
{
    color: #fff;
}
.contact-dark address,
.contact-dark address p
{
    color: #6a6a6a;
}
.contact-wrap
{
    padding-top: 3.125rem;
	padding-bottom: 3.4375rem;
}
.contact-wrap p
{
    color: #666;
}
.contact-wrap.cols-border [class*=col-] {
    height: 13.4375rem;
}
.contact-wrap + .contact
{
    margin-top: 0 !important;
}
/*------------------------------------------------------------------
[ FORMS ]
-------------------------------------------------------------------*/
form
{
    margin-bottom: 1.5625rem;
}
form .hr-sm
{
    margin: 1.5625rem auto;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
textarea
{
    font-family: dm-sans;
    font-size: 1rem;

    width: 100%;
    height: 2.625rem;
    padding: 0 0.9375rem;

    color: #262421;
    border: 0.0625rem solid #e9e9e9;
    border-radius: 0.125rem;
    background-color: transparent;
    box-shadow: none !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inverse input[type=text],
.inverse input[type=email],
.inverse input[type=password],
.inverse input[type=search],
.inverse input[type=tel],
.inverse textarea
{
    color: #fff;
    border-color: #454545;
}
textarea
{
    overflow: auto;

    height: 12.5rem;;
    padding: 0.9375rem;

    resize: none;
}
.has-error input[type=text],
.has-error input[type=email],
.has-error input[type=tel],
.has-error input[type=password],
.has-error input[type=search],
.has-error textarea
{
    color: #d93636;
    border-color: #d93636;
}
.form-wrap .has-error input[type=text],
.form-wrap .has-error input[type=email],
.form-wrap .has-error input[type=tel],
.form-wrap .has-error input[type=password],
.form-wrap .has-error input[type=search],
.form-wrap .has-error textarea
{
    width: calc(100% + 0.125rem) !important;
    margin: 0 -0.0625rem;

    border: 0.0625rem solid #d93636;
}
.form-solid input[type=text],
.form-solid input[type=email],
.form-solid input[type=password],
.form-solid input[type=search],
.form-solid input[type=tel],
.form-solid textarea
{
    border: 0;
    background-color: #f9f6f1;
}
.inverse .form-solid input[type=text],
.inverse .form-solid input[type=email],
.inverse .form-solid input[type=password],
.inverse .form-solid input[type=search],
.inverse .form-solid input[type=tel],
.inverse .form-solid textarea
{
    background-color: #363636;
}
.form-solid .has-error input[type=text],
.form-solid .has-error input[type=email],
.form-solid .has-error input[type=tel],
.form-solid .has-error input[type=password],
.form-solid .has-error input[type=search],
.form-solid .has-error textarea
{
    background-color: #ffc7c7;
}
.inverse .form-solid .has-error input[type=text],
.inverse .form-solid .has-error input[type=email],
.inverse .form-solid .has-error input[type=tel],
.inverse .form-solid .has-error input[type=password],
.inverse .form-solid .has-error input[type=search],
.inverse .form-solid .has-error textarea
{
    color: #fff;
    background-color: #d93636;
}
::-webkit-input-placeholder
{
    opacity: 1;
    color: #4d4d4d;

    -webkit-font-smoothing: antialiased;
}
.header-light ::-webkit-input-placeholder
{
    color: #666;
}
::-moz-placeholder
{
    opacity: 1;
    color: #4d4d4d;

    -moz-osx-font-smoothing: grayscale;
}
.header-light ::-moz-placeholder
{
    color: #666;
}
input:-ms-input-placeholder
{
    opacity: 1;
    color: #4d4d4d;
}
.header-light input:-ms-input-placeholder
{
    color: #666;
}
textarea:-ms-input-placeholder
{
    opacity: 1;
    color: #4d4d4d;
}
.form-group
{
    margin-top: 0;
    margin-bottom: 0.9375rem;
}
.form-group:before,
.form-group:after
{
    display: table;

    content: '\0020';
}
.form-group:after
{
    clear: both;
}
.form-group:focus
{
    box-shadow: none;
}
.form-group > label
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;

    display: block;

    margin: 0 0 0.125rem;

    color: #6a6a6a;
}
.form-group > label[class*=inline]
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.form-group > label.radio
{
    margin: 0 0 0.125rem 1.25rem;
}
.form-group .btn + [class*=inline]
{
    margin-left: 0.9375rem;
}
.form-group > a
{
    font-weight: 400;

    color: #d74120;
}
.form-group > a:hover,
.form-group > a:focus
{
    color: #262421;
}
.form-wrap
{
    margin: 0 0 1.25rem;

    border: 0.0625rem solid #e9e9e9;
    border-radius: 0.125rem;
}
.inverse .form-wrap
{
    border-color: #454545;
}
.form-wrap > .form-group:first-child input,
.form-wrap > .form-group:first-child input *:focus,
.form-wrap > .form-group:first-child textarea,
.form-wrap > .form-group:first-child textarea *:focus
{
    margin-top: -0.0625rem;

    border-radius: 0.125rem 0.125rem 0 0;
}
.form-wrap > .form-group:last-child input,
.form-wrap > .form-group:last-child input:focus,
.form-wrap > .form-group:last-child textarea,
.form-wrap > .form-group:last-child textarea:focus
{
    float: left;

    width: 100%;
    margin-bottom: -0.0625rem;

    border-radius: 0 0 0.125rem0.125rem;
}
.form-wrap [class*=col-]
{
    padding-right: 0;
    padding-left: 0;

    border-left: 0.0625rem solid #e6e6e6;
}
.form-wrap [class*=col-]:first-child
{
    border-left: 0;
}
.form-wrap .form-group
{
    margin: 0;
}
.form-wrap input,
.form-wrap textarea,
.form-wrap .chosen-container
{
    border-width: 0 0 0.0625rem;
    border-radius: 0;
}
.checkbox + .btn
{
    margin-top: 1.875rem;
}
.checkbox label,
.radio label
{
    line-height: 1.3;
}
form fieldset
{
    margin-bottom: 1.5625rem;
}
.form-horizontal label[class*=col-]
{
	margin: 0.5625rem 0 0;
    padding-right: 0;
}
.form-horizontal-wrap [class*=col-]
{
    margin-bottom: -0.0625rem;
}
.form-horizontal-wrap .form-group
{
    margin-bottom: 0;
}
.form-horizontal-wrap .form-group input,
.form-horizontal-wrap .form-group textarea,
.form-horizontal-wrap .form-group .chosen-container,
.form-horizontal-wrap .form-group .chosen-container-single .chosen-single
{
    border-radius: 0 !important;
}
.form-horizontal-wrap .form-group.has-error
{
    position: relative;
    z-index: 2;
}
.form-inline .btn
{
    height: 2.625rem;
    margin: 0;
}
.form-inline .input-group
{
    margin-bottom: 0;
}
.input-group
{
    margin-bottom: 1.25rem;
}
.input-group .btn
{
    height: 2.625rem;
    margin: 0;
}
.input-group-addon
{
    border-radius: 0.125rem;
}
.newsletter
{
    overflow: hidden;

    height: 33.75rem;
}
.newsletter p
{
    font-size: 1.875rem;
    line-height: 1.667;

    margin: 0;

    color: #fff;
}
.newsletter form
{
    position: relative;
}
.newsletter form input[type=email]
{
    height: 3.125rem;
	padding-right: 10.625rem;

    border: 0;
}
.newsletter form .btn
{
    position: absolute;
    top: 0;
    right: 0;

    border-radius: 0 0.25rem 0.25rem 0;
}
.newsletter .validatr-message
{
    font-size: 1rem;
    line-height: 1.5rem;

    padding: 0 !important;

    color: #e6940e !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}
.newsletter .success-block
{
    margin-top: 0.625rem;
}
.newsletter .success-block p
{
    font-size: 1rem;
    line-height: 1.5rem;

    color: #34ab1f;
}
.newsletter .success-block p.error
{
    color: #e6940e;
}
.contact-form .btn
{
    margin-bottom: 0;
}
p.succs-msg
{
    display: none;

    margin: 0 0 0 0.9375rem;

    vertical-align: middle;

    color: #34ab1f !important;
}
/*------------------------------------------------------------------
[ CHOSEN ]
-------------------------------------------------------------------*/
.chosen-container
{
    font-size: 0.8125rem;

    position: relative;

    display: inline-block;

    text-align: left;
    vertical-align: middle;

    border: 0.0625rem solid #e9e9e9;
    border-radius: 0.125rem;
    background-color: #fff;
}
.form-solid .chosen-container
{
    border: 0;
    background-color: #f9f6f1;
}
.inverse .form-solid .chosen-container
{
    border: 0;
    background-color: #363636;
}
.inverse .chosen-container
{
    border: 0.0625rem solid #454545;
    background-color: transparent;
}
.chosen-container .chosen-drop
{
	position: absolute;
	z-index: 1010;
	top: 100%;
	left: -624.9375rem;

	width: calc(100% + 0.125rem);
	margin-top: 0;
	margin-left: -0.0625rem;

	border: 0.0625rem solid #e9e9e9;
	border-radius: 0 0 0.125rem 0.125rem;
	background-color: inherit;
}
.form-solid .chosen-container .chosen-drop
{
    width: 100%;
    margin: 0;

    border: 0;
    background-color: #f0f0f0;
}
.inverse .chosen-container .chosen-drop
{
    border-color: #454545;
    background-color: #242424;
}
.chosen-container a
{
    font-weight: 400;

    cursor: pointer;
}
.chosen-container-single .chosen-single
{
    font-size: 1rem;
    line-height: 2.625;

    position: relative;

    display: block;
    overflow: hidden;

    height: 2.625rem;
    padding: 0 0 0 0.9375rem;

    transition: color 2s ease;
    white-space: nowrap;
    text-decoration: none;

    color: #262421;
    border-radius: 0.125rem;
    background-clip: padding-box;
}
.inverse .chosen-container-single .chosen-single
{
    color: #fff;
}
.chosen-with-drop .chosen-drop
{
    left: 0;
}
.chosen-container-single .chosen-single span
{
    display: block;
    overflow: hidden;

    margin-right: 1.5625rem;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.chosen-container-single .chosen-single-with-deselect span
{
    margin-right: 2.375rem;
}
.chosen-container-single .chosen-single abbr
{
    font-size: 0.0625rem;

    position: absolute;
    top: 0.375rem;
    right: 1.625rem;

    display: block;

    width: 0.75rem;
    height: 0.75rem;
}
.chosen-search
{
    display: none;
}
.chosen-container-single .chosen-single div
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 2.375rem;
    height: 100%;

    text-align: center;
}
.chosen-container-single .chosen-single div:after
{
    font-family: FontAwesome;
    font-size: 0.8125rem;
    line-height: 3.231;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    content: '\f107';
    text-align: center;

    color: inherit;
}
.footer-dark .chosen-container-single .chosen-single div:after
{
    color: #f9f6f1;
}
.chosen-container-single .chosen-drop
{
    background-clip: padding-box;
}
.chosen-container .chosen-results
{
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    max-height: 20rem;
    margin: 0;
    padding: 0 0 0.3125rem;
}
.chosen-container .chosen-results li
{
    font-size: 1rem;
    line-height: 1.625;

    display: none;

    margin: 0;
    padding: 0 0.9375rem !important;

    list-style: none;

    white-space: nowrap;
    text-indent: 0;

    color: #6a6a6a;
}
.chosen-container .chosen-results li:last-child
{
	border-radius: 0 0 0.125rem 0.125rem;
}
.chosen-container .chosen-results li:before
{
    display: none !important;
}
.chosen-container .chosen-results li.active-result
{
    display: list-item;

    cursor: pointer;
}
.chosen-container .chosen-results li.highlighted
{
    color: #262421;
}
.inverse .chosen-container .chosen-results li.highlighted
{
    color: #fff;
}
.chosen-container .chosen-results li.no-results
{
    display: list-item;

	padding: 0 0.9375rem 0.5rem !important;

    color: #262421;
}
.inverse .chosen-container .chosen-results li.no-results
{
    color: #fff;
}
.chosen-container .chosen-results li.group-result
{
    display: list-item;

    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 2.1875rem !important;
}
.chosen-container .chosen-results .level-1 {
    padding-left: 2.8125rem !important;
}
.chosen-container .chosen-results .level-2 {
    padding-left: 4.6875rem !important;
}

.chosen-container .chosen-results li em
{
    font-style: normal;

    text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto !important;
    margin: 0 1.5625rem 0 0;
    padding: 0;
    cursor: text;
    background-color: #262421;
}
.chosen-container-multi .chosen-choices li {
    line-height: 1.5rem;
    float: left;
    padding-left: 1.125rem !important;
    list-style: none;
}

.chosen-container-multi .chosen-choices li:before
{
    display: none !important;
}
.search-field input
{
    padding-right: 0;
    padding-left: 0 !important;

    color: #4e4e4e !important;
    border: 0;
}
.chosen-container-multi .chosen-results
{
    margin: 0;
    padding: 0;
}
.chosen-disabled
{
    cursor: default;

    opacity: .5 !important;
}
.chosen-container-single .chosen-default
{
    color: #4e4e4e;
}
.chosen-container .chosen-results li.disabled-result
{
    display: list-item;

    cursor: default;

    color: #686868;
}
.grid-show .chosen-container
{
   max-width: 5.4375rem;
   margin: 0 0.3125rem;
}
.grid-show .chosen-container .chosen-single
{
    padding-left: 0.9375rem;
}
/*------------------------------------------------------------------
[ BACKGROUNDs ]
-------------------------------------------------------------------*/
.background
{
    background: no-repeat 50% 50%/cover;
}
.overlay
{
    opacity: 1;
    background-color: transparent;
}
body > .overlay
{
    position: relative;
}
.overlay:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    content: '\0020';
    transition: background .2s ease;

    background-color: rgba(33,33,33,.7);
}
.overlay-white:before
{
    background-color: rgba(255,255,255,.6);
}
.overlay-light:before
{
    background-color: rgba(0,0,0,.3);
}
.overlay-dark:before
{
    background-color: rgba(33,33,33,.9);
}
.pattern
{
    position: relative;
}
.pattern:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '\0020';

    opacity: .15;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkMWU3OWEzYy1hZGRkLTQwZjMtOWU1OS05Y2Y1OTJmMTVkMGEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTI3MkQ5RTRERDBDMTFFNDhFQjdGNDBFMEY1NDZCRTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTI3MkQ5RTNERDBDMTFFNDhFQjdGNDBFMEY1NDZCRTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTk1Zjg1ZS04MDlmLTRmMmYtOTY1Zi01NWMyMDYxYTdhMDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZDFlNzlhM2MtYWRkZC00MGYzLTllNTktOWNmNTkyZjE1ZDBhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FtE7ZAAAABFJREFUeNpiYECA/7gZAAEGADXxAv7Ev62bAAAAAElFTkSuQmCC') repeat;
}
.pattern .container
{
    position: relative;
    z-index: 1;
}
.bg
{
    position: absolute;
    top: 0;

    width: 50%;
    height: 100%;

    background: no-repeat 50% 50%/cover;
}
.bg.bg-right
{
    right: 0;
}
.bg.bg-right.bg-third
{
    right: -12.1875rem;
}
.bg.bg-left
{
    left: 0;
}
.bg.bg-left.bg-third
{
    left: -12.1875rem;
}
.highlight
{
    position: relative;

    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.highlight .highlight-md
{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.highlight .divtable-negative
{
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
}
.highlight.highlight-extra {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
}
.highlight.highlight-extra .highlight-md {
    margin-top: -5.3125rem;
    margin-bottom: -5.3125rem;
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
}
.highlight.highlight-light
{
    background-color: #ffffff;
}
.highlight.highlight-light .highlight-md
{
    background-color: #fafafa;
}
.highlight.highlight-light.overlay:before,
.highlight.highlight-light .overlay:before
{
    background-color: rgba(255,255,255,.7);
}
.highlight.highlight-light p,
.highlight.highlight-light ul,
.highlight.highlight-light ol
{
    color: #666;
}
.highlight.highlight-dark
{
    background-color: #262626;
}
.highlight.highlight-dark.overlay:before,
.highlight.highlight-dark .overlay:before
{
    background-color: rgba(26,26,26,.8);
}
.highlight.highlight-dark .highlight-md
{
    background-color: #262421;
}
.highlight .container
{
    position: relative;
    z-index: 1;
}
.highlight.slider .container,
.highlight .slider.container
{
    position: static;
}
.inverse
{
    color: #fff;
}
.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5,
.inverse h6
{
    color: #fff;
}
.inverse a
{
    color: #fff;
}
.inverse a:hover
{
    color: #d74120;
}
.inverse p,
.inverse q
{
    color: #6a6a6a;
}
.inverse .cols-border [class*=col-]
{
    border-left-color: #595959;
}
.inverse [class*=quote-author] strong
{
    color: #fff;
}
.corner-tip-up
{
    position: absolute;
    top: -1.25rem
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -1.875rem;

    content: '\0020';

	border-right: 1.875rem solid transparent;
	border-left: 1.875rem solid transparent;

}
.highlight-dark .corner-tip-up
{
    border-bottom: 1.25rem solid #262626;
}
.highlight-light .corner-tip-up
{
    border-bottom: 1.25rem solid #f7f7f7;
}
.corner-tip-down
{
    position: absolute;
    bottom: -1.25rem
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -1.875rem;

    content: '\0020';

    border-right: 1.875rem solid transparent;
    border-left: 1.875rem solid transparent;
}
.highlight-dark .corner-tip-down
{
    border-top: 1.25rem solid #262626;
}
.highlight-light .corner-tip-down
{
    border-top: 1.25rem solid #f7f7f7;
}
.bg-f5
{
    background-color: #f9f6f1;
}
.bg-fa
{
    background-color: #fafafa;
}
.bg-f0
{
    background-color: #f0f0f0;
}
.cells-bgs > .row
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.cells-bgs > .row div[class^='col-']
{
    margin: 0 !important;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
/*------------------------------------------------------------------
[ PAGINATION ]
-------------------------------------------------------------------*/
.breadcrumb
{
    font-size: 0.875rem;

    margin: 0;
    padding: 0;

    border-radius: 0;
    background-color: transparent;
}
.breadcrumb > li
{
    line-height: 2;

    vertical-align: middle;

    color: #ebe2d3;
}
.breadcrumb > li + li:before
{
    vertical-align: middle;
}
.breadcrumb > li + li.dropdown:before
{
    line-height: 2.143;

    padding-right: 0;
}
.breadcrumb > li.active
{
    color: #6a6a6a;
}
.breadcrumb > li.dropdown
{
    line-height: 1.857;
}
.breadcrumb > li:before
{
    content: '';
}
.breadcrumb > li > a
{
    font-weight: 400;
    line-height: 2;

    color: #6a6a6a;
    border: 0;
}
.breadcrumb > li > a:hover,
.breadcrumb > li > a:focus
{
    color: #1c1c1c;
    background-color: transparent;
}
.breadcrumb .dropdown > a:after
{
    vertical-align: middle;

    color: inherit;
}
.breadcrumb .dropdown-menu
{
    left: 0.375rem;
}
.pagination
{
    font-size: 0;

    display: block;

    margin: 0 auto;

    border-radius: 0;
}
.pagination li
{
    display: inline-block;

    margin: 0;
    padding-left: 0 !important;

    vertical-align: middle;
}
.pagination li:before
{
    display: none;
}
.pagination li[class*=pull-]
{
    margin-top: -0.25rem;
}
.pagination li a
{
    font-size: 1rem;
    line-height: 2.25;

    display: block;

    width: 2.5rem;
    height: 2.5rem;
    padding: 0;

    text-align: center;

    color: #262421;
    border: 0.0625rem solid transparent;
    border-radius: 100%;
    background-color: transparent;
}
.pagination li a:hover,
.pagination li a:focus
{
    color: #d74120;
    border-color: transparent;
    background-color: transparent;
}
.pagination li i
{
    position: relative;
    top: -0.125rem;
}
ul.pagination.rounded li a
{
    border-radius: 50%;
}
ul.pagination.rounded li a.prev,
ul.pagination.rounded li a.next
{
    line-height: 2.25rem;

    width: 2.5rem;
    height: 2.5rem;
}
ul.pagination li.active a,
ul.pagination li.active a:hover,
ul.pagination li.active a:focus,
ul.pagination .prev:hover,
ul.pagination .prev:focus,
ul.pagination .next:hover,
ul.pagination .next:focus
{
    color: #d74120;
    border-color: #d74120;
    background-color: transparent;
}
ul.pagination.solid li.active a,
ul.pagination.solid li.active a:hover,
ul.pagination.solid li.active a:focus,
ul.pagination.solid .prev:hover,
ul.pagination.solid .prev:focus,
ul.pagination.solid .next:hover,
ul.pagination.solid .next:focus
{
    color: #fff;
    border-color: #d74120;
    background-color: #d74120;
}
ul.pagination.solid li a.prev,
ul.pagination.solid li a.next
{
    border-color: #f0f0f0;
    background-color: #f0f0f0;
}
.pagination > li > a.prev,
.pagination > li > a.next
{
    border-radius: 100%;
}
ul.pagination .prev,
ul.pagination .next
{
    line-height: 2.875rem;

    width: 3.125rem;
    height: 3.125rem;

    border-color: #e6e6e6;
    border-radius: 100%;
}
ul.pagination .prev
{
    font-size: 1.25rem;

    margin-right: 1.875rem;

    color: #6a6a6a;
}
ul.pagination .next
{
    font-size: 1.25rem;

    margin-left: 1.875rem;

    color: #6a6a6a;
}
ul.pagination.no-border .prev,
ul.pagination.no-border .next
{
    border-color: transparent;
}
ul.pagination.no-border li.active > a
{
    border-color: transparent;
}
ul.pagination .prev.prev-text,
ul.pagination .next.next-text
{
    font-size: 1rem;

    width: auto !important;

    color: #262421;
    border: transparent;
    border-radius: 0;
    background-color: transparent !important;
}
ul.pagination .prev.prev-text:hover,
ul.pagination .next.next-text:hover
{
    color: #d74120;
}
ul.pagination .prev.prev-text
{
    margin-right: 1.25rem;
    padding-right: 1.25rem;

    border-right: 0.0625rem dotted #8d8d8d !important;
}
ul.pagination .next.next-text
{
    margin-left: 1.25rem;
    padding-left: 1.25rem;

    border-left: 0.0625rem dotted #8d8d8d !important;
}
.pagination-extend .pagination + .pagination
{
    margin-top: 0.9375rem;
}
.pagination-extend .pagination .prev,
.pagination-extend .pagination .next
{
    margin: 0 0.625rem;
}
ul.pagination-contour
{
    display: inline-block;

    border: 0.0625rem solid #e6e6e6;
}
ul.pagination-contour li a,
ul.pagination-contour li a:hover,
ul.pagination-contour li a:focus
{
    line-height: 2.5rem;

    border: 0;
    border-left: 0.0625rem solid #e6e6e6;
    border-radius: 0;
}
ul.pagination-contour li:first-child a
{
    border-left: 0;
}
ul.pagination-contour li.active a,
ul.pagination-contour li.active a:hover
{
    color: #262421;
    border-color: #e6e6e6;
    background-color: #f0f0f0;
}
ul.pagination-contour li i
{
    top: 0;
}
ul.pagination-contour li a.inverse
{
    color: #fff;
    background-color: #3d3a37;
}
ul.pagination-contour li .prev.prev-text,
ul.pagination-contour li .next.next-text
{
    line-height: 2.5rem;
	width: 6.875rem !important;
    height: 2.5rem;
    margin: 0;
    padding: 0;

    text-align: center;

    border: 0;
    border-style: solid !important;
}
ul.pagination-contour li .next.next-text
{
    border-left-color: #e6e6e6 !important;
}
.pager li > a
{
    line-height: 2.6875rem;

    display: inline-block;

    color: #3d3a37;
    border-radius: 0.125rem;
}
.pager li > a:hover
{
    color: #d74120;
}
.pager li:first-child i
{
    margin-right: 0.625rem;
}
.pager li:last-child i
{
    margin-left: 0.625rem;
}
.pager.solid li > a
{
    font-size: 0.8125rem;

    padding: 0 1.5rem;

    background-color: #f0f0f0;
}
/*------------------------------------------------------------------
[ WIDGETS ]
-------------------------------------------------------------------*/
.widget
{
    font-size: 0.8125rem;
}
.widget p
{
    font-size: 0.8125rem;
    line-height: 1.692;

    color: #6a6a6a;
}
.widget strong
{
    font-weight: 600;
}
.widget a:not(.btn)
{
    color: #6a6a6a;
}
.widget a:not(.btn):hover
{
    color: #d74120;
}
.widget .btn-default
{
    background-color: #ebebeb;
}
.widget input[type=text],
.widget input[type=search],
.widget input[type=email],
.widget textarea
{
    font-size: 0.8125rem;
    font-weight: 400;

    float: left;

    width: 100%;
    height: 2.375rem;
    padding: 0 0.875rem;

    border: 0;
    background-color: #ebebeb;
}
.footer-dark .widget input[type=text],
.footer-dark .widget input[type=search],
.footer-dark .widget input[type=email],
.footer-dark .widget textarea
{
    color: #8d8d8d;
    background-color: #292929;
}
.widget .has-error input[type=text],
.widget .has-error input[type=search],
.widget .has-error input[type=email],
.widget .has-error textarea
{
    background-color: #ffc7c7;
}
.footer-dark .widget .has-error input[type=text],
.footer-dark .widget .has-error input[type=search],
.footer-dark .widget .has-error input[type=email],
.footer-dark .widget .has-error textarea
{
    color: #fff;
    background-color: #d93636;
}
.widget ::-webkit-input-placeholder
{
    color: #8d8d8d;
}
.footer-dark .widget ::-webkit-input-placeholder
{
    color: #5e5e5e;
}
.widget ::-moz-placeholder
{
    color: #8d8d8d;
}
.footer-dark .widget ::-moz-placeholder
{
    color: #5e5e5e;
}
.widget :-ms-input-placeholder
{
    color: #8d8d8d;
}
.footer-dark .widget :-ms-input-placeholder
{
    color: #5e5e5e;
}
.widget textarea:-ms-input-placeholder
{
    color: #8d8d8d;
}
.footer-dark .widget textarea:-ms-input-placeholder
{
    color: #5e5e5e;
}
.widget textarea
{
    height: 4.875rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.widget.widget_map
{
    margin-right: -1.875rem;
    margin-left: -1.875rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;

	background: url('/assets/images/empty.png') 50% 2.3125rem/contain no-repeat;

}
.footer-dark .widget.widget_map
{
    background-image: url('/assets/images/empty.png');
}
.widget p + hr
{
    margin-top: -0.625rem;
}
.widget hr
{
    margin: 0.9375rem auto;

    border-color: #e0e0e0;
}
.widget hr.hr-nobg {
	border-color:transparent;
}
.footer-dark .widget hr
{
    border-color: #3d3a37;
}
.widget .copyrights
{
    color: #8d8d8d;
}
.widget .chosen-container,
.widget .chosen-drop
{
    width: 100%;
    margin: 0;

    border: 0;
}
.footer-dark .widget .chosen-container,
.footer-dark .widget .chosen-drop
{
    background-color: #292929;
}
.widget .chosen-single
{
    font-weight: 400;

    background-color: #ebebeb;
}
.widget .chosen-single.chosen-default
{
    color: #6a6a6a;
}
.footer-dark .widget .chosen-single
{
    background-color: #292929;
}
.widget .chosen-single:hover
{
    color: #3d3a37;
}
.widget .chosen-drop
{
    background-color: #ebebeb;
}
.footer-dark .widget .chosen-drop
{
    background-color: #292929;
}
.widget .chosen-drop li
{
    text-align: left;

    color: #4d4d4d;
}
.footer-dark .widget .chosen-drop li
{
    color: #8d8d8d;
}
.widget .chosen-drop li:hover,
.widget .chosen-drop li.result-selected
{
    color: #262421;
    background-color: #e0e0e0;
}
.footer-dark .widget .chosen-drop li:hover,
.footer-dark .widget .chosen-drop li.result-selected
{
    color: #fff;
    background-color: #2e2e2e;
}
.widget .raty
{
    margin-left: 3.75rem;
}
.widget ul
{
    line-height: 1.5rem;

    margin-right: 0;
    margin-left: 0;
}
p.widget-title 
{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.056;
	color: #262421;
    margin: 0 0 1.25rem;
}
.widget-title i {
    margin-right: 0.625rem;
    vertical-align: baseline;
}
/*.widget-title:after
{
    display: block;

    width: 2.5rem;
    height: 0.125rem;
    margin: 1.25rem 0 0;

    content: '\0020';

    background-color: #d74120;
}*/
.footer-dark .widget-title,
.footer-dark .widget-title a
{
    color: #ffffff !important;
	text-transform: uppercase;
	font-size: 1rem;
}
.widget-counts
{
    overflow: hidden;

    margin: 2.1875rem 0 0.625rem;
}
.widget-counts .countup
{
    font-weight: 400;

    float: left;

    margin-right: 0.625rem;
    margin-bottom: 0;
}
.widget-counts .countup > *
{
    font-size: 1.0625rem;
    line-height: 1.765;
}
.footer-dark .widget-counts .countup
{
    color: #fff;
}
.widget-counts .countup-info
{
    font-size: 1.0625rem;
    line-height: 1.765;

    display: inline-block;

    vertical-align: middle;

    color: #ebe2d3;
}
.widget_twitter ul li
{
    position: relative;

    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_twitter ul li
{
    border-bottom-color: #3d3a37;
}
.widget_twitter ul li:before
{
    font-family: FontAwesome;
    font-size: 1.0625rem;
    line-height: 1.294;

    float: left;

    width: 2.1875rem;
    margin-top: 0.125rem;

    content: '\f099';

    color: #666;
}
.footer-dark .widget_twitter ul li:before
{
    color: #f9f6f1;
}
.widget_twitter ul li p
{
    margin-left: 2.1875rem;
}
.widget_twitter ul li:last-child
{
    margin: 0;
    padding: 0;

    border: 0;
}
.widget_links li
{
    line-height: 1.25rem;

    margin-bottom: 0.375rem;
}
.widget_links li:last-child
{
    margin-bottom: 0;
}
.widget_meta li
{
    line-height: 1.625rem;
}
.widget_tag_cloud .tagcloud
{
    font-size: 0;

    margin-bottom: -0.625rem;
}
.widget_tag_cloud .tagcloud a
{
    font-size: 0.8125rem !important;
    font-weight: 400;
    line-height: 2.154;

    display: inline-block;

    margin: 0 0.625rem 0.625rem 0;
    padding: 0 0.5625rem;

    vertical-align: top;

    border-radius: 0.125rem;
    background-color: #ebebeb;
}
.footer-dark .widget_tag_cloud .tagcloud a
{
    background-color: #292929;
}
.widget_tag_cloud .tagcloud a:hover
{
    color: #fff;
    background-color: #d74120;
}
.widget_calendar
{
    margin-bottom: 1.875rem;
}
.widget_calendar table
{
    font-size: 0.8125rem;
    line-height: 1.692;

    width: 100%;
}
.widget_calendar table th
{
    font-weight: 400;

    padding-bottom:0.3125rem;

    text-align: center;

    color: #8d8d8d;
    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_calendar table th
{
    color: #6a6a6a;
    border-bottom-color: #3d3a37;
}
.widget_calendar table td
{
    line-height: 1.5rem;

    text-align: center;

    color: #6a6a6a;
}
.footer-dark .widget_calendar table td
{
    color: #4d4d4d;
}
.widget_calendar table td a
{
    display: block;

    margin: auto;

    border-radius: 0.125rem;
}
.widget_calendar table td a:hover
{
    color: #fff !important;
    background-color: #d74120;
}
.widget_calendar table #today
{
    line-height: 1.5rem;

    color: #fff;
    border-radius: 0.125rem;
    background-color: #d74120;
}
.widget_calendar table tbody
{
    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_calendar table tbody
{
    border-bottom-color: #3d3a37;
}
.widget_calendar table tbody tr:first-child td
{
    padding-top:0.3125rem;
}
.widget_calendar table tbody tr:last-child td
{
    padding-bottom: 0.625rem;
}
.widget_recent_entries li
{
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_recent_entries li
{
    border-bottom-color: #3d3a37;
}
.widget_recent_entries li:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;

    border: 0;
}
.widget_recent_entries_images li
{
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_recent_entries_images li
{
    border-bottom-color: #3d3a37;
}
.widget_recent_entries_images li:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;

    border: 0;
}
.widget_recent_entries_images li .post-img
{
    float: left;

    width: 4.6875rem;
    margin-top: 0.4375rem;
}
.widget_recent_entries_images li .post-img:hover
{
    opacity: .5;
}
.widget_recent_entries_images li .post-img img
{
    width: 100%;
}
.widget_recent_entries_images li p
{
    margin: 0 0 0 5.9375rem;
}
.widget_recent_entries_images li .post-date
{
    display: block;

    margin-left: 5.9375rem;

    color: #8d8d8d;
}
.footer-dark .widget_recent_entries_images li .post-date
{
    color: #4d4d4d;
}
.widget_recent_comments ul li
{
    position: relative;

    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_recent_comments ul li
{
    border-bottom-color: #3d3a37;
}
.widget_recent_comments ul li:before
{
    font-family: FontAwesome;
    font-size: 1.0625rem;
    line-height: 1.294;

    float: left;

    width: 2.1875rem;
    margin-top: 0.125rem;

    content: '\f075';

    color: #666;
}
.footer-dark .widget_recent_comments ul li:before
{
    color: #f9f6f1;
}
.widget_recent_comments ul li p
{
    margin: 0 0 0 2.1875rem;
}
.widget_recent_comments ul li .post-date
{
    display: block;

    margin-left: 2.1875rem;

    color: #8d8d8d;
}
.footer-dark .widget_recent_comments ul li .post-date
{
    color: #4d4d4d;
}
.widget_recent_comments ul li:last-child
{
    margin: 0;
    padding: 0;

    border: 0;
}
.widget_flickr #flickrfeed
{
    margin-right: -1.25rem
}
.widget_flickr #flickrfeed a
{
    float: left;

    width: 4.6875rem;
    height: 4.6875rem;
    margin: 0 0.5rem 0.5rem 0;
}
.widget_flickr #flickrfeed a img
{
    width: 4.6875rem;
    height: 4.6875rem;
}
.widget_flickr #flickrfeed a:hover
{
    opacity: .5;
}
.widget_instagram #instafeed
{
    margin-right: -1.5625rem;
}
.widget_instagram #instafeed a
{
    float: left;

    width: 4.6875rem;
    height: 4.6875rem;
    margin: 0 0.5rem 0.5rem 0;
}
.widget_instagram #instafeed a img
{
    width: 4.6875rem;
    height: 4.6875rem;
}
.widget_instagram #instafeed a:hover
{
    opacity: .5;
}
.widget_archive li
{
    text-align: right;

    color: #8d8d8d;
}
.footer-dark .widget_archive li
{
    color: #4d4d4d;
}
.widget_archive li a
{
    float: left;
    clear: left;
}
.widget_slider .slider
{
    margin-top: 2.0625rem;
}
.widget_search .search-form,
.widget_product_search .search-form
{
    overflow: hidden;

    margin: 0 0 1.5625rem;
}
.widget_search span.screen-reader-text,
.widget_product_search span.screen-reader-text
{
    display: none;
}
.widget_search label,
.widget_product_search label
{
    float: left;

    width: 100%;
    max-width: 14.6875rem;
}
.widget_search .search-submit,
.widget_product_search .search-submit
{
    font-size: 1rem;
    line-height: 2.125;

    float: left;

	margin: 0 0 0 -2rem;

    color: #666;
    border: 0;
    background-color: transparent;
}
.widget_search .search-submit:hover,
.widget_product_search .search-submit:hover
{
    color: #262421;
}
.footer-dark .widget_search .search-submit:hover,
.footer-dark .widget_product_search .search-submit:hover
{
    color: #8d8d8d;
}
.widget_subscrire form
{
    margin: 0 0 1.5625rem;
}
.widget_subscrire form:after
{
    display: table;
    clear: both;

    content: '';
}
.widget_subscrire .subscribe-submit
{
    font-size: 1rem;
    line-height: 2.125;

    float: left;

	margin: 0 0 0 -2rem;

    color: #666;
    border: 0;
    background-color: transparent;
}
.footer-dark .widget_subscrire .subscribe-submit
{
    color: #f9f6f1;
}
.footer-dark .widget_subscrire .subscribe-submit:hover
{
    color: #8d8d8d;
}
.widget_recent_projects ul
{
    margin-right: -1.5625rem;
}
.widget_recent_projects li
{
    float: left;

    margin: 0 0.625rem 0.625rem 0;
}
.widget_recent_projects li a:hover
{
    opacity: .5;
}
.widget_recent_projects li img
{
    width: 100%;
}
.widget_follow_us ul li
{
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_follow_us ul li
{
    border-bottom-color: #3d3a37;
}
.widget_follow_us ul li i
{
    font-size: 1.0625rem;

	margin: -0.0625rem 1.1875rem 0 0;

    color: #666;
}
.footer-dark .widget_follow_us ul li i
{
    color: #f9f6f1;
}
.widget_follow_us ul li:last-child
{
    margin: 0;
    padding: 0;

    border: 0;
}
.widget_brand .widget-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;

    letter-spacing: 0.0625rem;
    text-transform: uppercase;

    color: #262626;
}
.footer-dark .widget_brand .widget-title
{
    color: #fafafa;
}
.widget_brand .widget-title img
{
    display: inline-block;

    max-height: 100%;
    margin-top: -0.1875rem;
    margin-right: 0.25rem;
}
.widget_contact_list
{
    margin-bottom: 1.25rem;
}
.widget_contact_list li
{
    position: relative;

    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_contact_list li
{
    border-bottom-color: #3d3a37;
}
.widget_contact_list li .fa
{
    font-size: 1.0625rem;
    line-height: 1.294;

    float: left;

    width: 2.1875rem;

    color: #666;
}
.footer-dark .widget_contact_list li .fa
{
    color: #f9f6f1;
}
.widget_contact_list li address,
.widget_contact_list li p
{
    margin-left: 2.1875rem;

    color: #6a6a6a;
}
.widget_contact_list li address span
{
    color: #8d8d8d;
}
.widget_contact_list li:last-child
{
    margin: 0;
    padding: 0;

    border: 0;
}
.widget_contact_list li a
{
    font-weight: 400;

    color: inherit;
}
.widget_contact_list li a strong
{
    transition: color .2s ease;

    color: #3d3a37;
}
.footer-dark .widget_contact_list li a strong
{
    color: #8d8d8d;
}
.widget_contact_list li a:hover strong
{
    color: #d74120;
}
.footer-dark .widget_contact_list li a:hover strong
{
    color: #fff;
}
.widget_video .embed-responsive
{
    margin-top: 2.0625rem;
}
.widget_categories li
{
    text-align: right;

    color: #8d8d8d;
}
.footer-dark .widget_categories li
{
    color: #666;
}
.widget_categories li a
{
    float: left;
    clear: left;
}
.widget_categories .children
{
    margin-left: 0.625rem;
}
.widget_categories .children a
{
    font-weight: 400;
}
.footer-dark .widget_categories .children a
{
    color: #6a6a6a;
}
.widget_pages .children
{
    margin-left: 0.625rem;
}
.widget_pages .children a
{
    font-weight: 400;
}
.footer-dark .widget_pages .children a
{
    color: #6a6a6a;
}
.widget_rss .rsswidget img
{
    margin: -0.125rem 0.3125rem 0 0;
}
.widget_rss .rss-date
{
    display: block;

    color: #8d8d8d;
}
.footer-dark .widget_rss .rss-date
{
    color: #4d4d4d;
}
.widget_rss .rssSummary
{
    color: #6a6a6a;
}
.widget_rss li
{
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_rss li
{
    border-bottom-color: #3d3a37;
}
.widget_rss li:last-child
{
    margin: 0;
    padding: 0;

    border: 0;
}
.widget_product_categories li
{
    color: #6a6a6a;
}
.widget_product_categories li a
{
    margin-right:0.3125rem;
	font-weight: 400;
	font-size: 0.875rem;
}
.widget_price_filter .price_slider_amount
{
    font-size: 1rem;

    margin: 0 0 0.9375rem;

    color: #6a6a6a;
}
.footer-dark .widget_price_filter .price_slider_amount
{
    color: #8d8d8d;
}
.widget_price_filter .ui-slider
{
    position: relative;

    width: 100%;
    height: 0.0625rem;
    margin: 1.25rem 0 0.75rem;

    text-align: left;

    background-color: #e0e0e0;
}
.footer-dark .widget_price_filter .ui-slider
{
    background-color: #8d8d8d;
}
.widget_price_filter .ui-slider .ui-slider-handle
{
    position: absolute;
    z-index: 2;
    top: -0.4375rem;

    width: 0.875rem;
    height: 0.875rem;
    margin-left: -0.4375rem;

    cursor: pointer;

    border-radius: 100%;
    background-color: #8d8d8d;

    -ms-touch-action: none;
        touch-action: none;
}
.footer-dark .widget_price_filter .ui-slider .ui-slider-handle
{
    background-color: #fff;
}
.widget_price_filter .ui-slider .ui-slider-range
{
    position: absolute;
    z-index: 1;
    top: 0;

    display: block;

    height: 100%;

    background-color: #919191;
}
.widget_price_filter .price_slider_legend
{
    clear: both;

    margin-bottom: 1.5625rem;

    color: #8d8d8d;
}
.footer-dark .widget_price_filter .price_slider_legend
{
    color: #4d4d4d;
}
.widget_price_filter .price_slider_legend .to
{
    float: right;
}
.widget_price_filter .btn
{
    padding: 0 1.875rem;
}
.widget-cash-list
{
    font-size: 0;

    margin-bottom:0.3125rem;
}
.widget-cash-list li
{
    display: inline-block;

    margin: 0 0.3125rem 0.3125rem 0;

    vertical-align: top;
}
.product_list_widget li
{
    line-height: 1.375rem;

    position: relative;

    overflow: hidden;

    margin-bottom: 0.5625rem;
    padding-bottom: 0.9375rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .product_list_widget li
{
    border-bottom-color: #3d3a37;
}
.product_list_widget li:last-child
{
    margin: 0;
    padding: 0;

    border: 0;
}
.product_list_widget .attachment-shop_thumbnail
{
    float: left;

    width: 3.125rem;
    margin: 0.375rem 0.625rem 0 0;
}
.product_list_widget .product-title
{
    display: block;
}
.product_list_widget .quantity
{
    display: block;

    margin-left: 3.75rem;

    color: #6a6a6a;
}
.footer-dark .product_list_widget .quantity
{
    color: #4d4d4d;
}
.product_list_widget ins
{
    display: inline-block;
}
.product_list_widget .amount
{
    font-weight: 400;

    margin-right:0.3125rem;

    color: #6a6a6a;
}
.footer-dark .product_list_widget .amount
{
    color: #4d4d4d;
}
.product_list_widget del
{
    text-decoration: none;
}
.product_list_widget del .amount
{
    font-weight: 400;

    color: #d74120;
}
.product_list_widget .reviewer
{
    display: block;

    margin-left: 3.75rem;

    color: #6a6a6a;
}
.footer-dark .product_list_widget .reviewer
{
    color: #4d4d4d;
}
.product_list_widget .remove
{
    font-size: 0;

    position: absolute;
    top: 0;
    right: 0;
}
.product_list_widget .remove:after
{
    font-family: FontAwesome;
    font-size: 0.8125rem;
    line-height: 1.538;

    content: '\f00d';
    transition: color .2s ease;

    color: #d74120;
}
.product_list_widget .remove:hover:after
{
    color: #262421;
}
.footer-dark .product_list_widget .remove:hover:after
{
    color: #fff;
}
.widget_shopping_cart_content li:last-child
{
    margin-bottom: 0.5625rem;
    padding-bottom: 0.9375rem;

    border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-dark .widget_shopping_cart_content li:last-child
{
    border-bottom-color: #3d3a37;
}
.widget_shopping_cart_content .product-title
{
    padding-right: 1.25rem;
}
.widget_shopping_cart_content .total
{
    font-size: 1rem;
    line-height: 1.5rem;

    overflow: hidden;
}
.widget_shopping_cart_content .total strong
{
    font-weight: 600;

    color: #919191;
}
.widget_shopping_cart_content .total .amount
{
    font-weight: 700;

    float: right;

    color: #8d8d8d;
}
.widget_shopping_cart_content .buttons .btn
{
    margin-right:0.3125rem;
}
.widgetbar
{
    position: fixed;
    z-index: 300;
    top: 0;

    overflow: hidden;

    width: 18.75rem;
    height: 18.75rem;
    min-height: 100%;

    transition: opacity .2s;

    color: #fff;
    background-color: #fafafa;
}
.widgetbar.widgetbar-right
{
    right: 0;
}
.widgetbar.widgetbar-left
{
    left: 0;
}
.widgetbar .widgetbar-close
{
    font-size: 1rem;

    position: absolute;
    top: 0rem;
    right: 1.25rem;

    color: #404040;
}
.widgetbar .widgetbar-close:hover
{
    color: #262421;
}
.widgetbar .widgetbar-inner
{
    overflow: auto;

    height: 100%;
    padding: 2.8125rem 1.875rem 0;
}
.widgetbar .widgetbar-inner > *:last-child
{
    margin-bottom: 3.125rem;
}
/*------------------------------------------------------------------
[ SLIDERS ]
-------------------------------------------------------------------*/
.slider
{
    position: relative;
}
.slider li
{
    position: relative;

    float: left;
    overflow: hidden;

    margin-bottom: 0;
    padding: 0;
}
.slider li:before
{
    display: none;
}
.slider li.overlay:before,
.slider li.pattern:before
{
    display: block;
}
.slider li.divtable
{
    height: auto;
}
.slider[class*=steps] li
{
    overflow: visible;
}
.slider.carousel [class*=col-],
.slider [class*=card-light],
.slider [class*=card-dark]
{
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.slider[class*=steps] [class*=col-].card,
.slider [class*=col-] .card,
.slider .card
{
    padding: 3.125rem 1.875rem;
}
.slider .cards-inside [class*=col-] .card
{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.slider[class*=steps] [class*=col-].card-image,
.slider [class*=col-].card-image
{
    padding: 0;
}
.slider .cards-inside [class*=col-]
{
    padding-right: 0;
    padding-left: 0;
}
.slider.cards-team .card
{
    padding-top: 0;
    padding-bottom: 0;
}
.slider.cards-border [class*=col-] + [class*=col-],
.slider .cards-border [class*=col-] + [class*=col-]
{
    margin-left: -0.0625rem;
}
.slider.highlight .carousel-wrap
{
    z-index: 1 !important;
}
.slider .heading-divider:last-child
{
    margin-bottom: 0.9375rem;
}
.slider .img-wrap.img-wrap-auto img
{
    top: 0;
}
.slider > .row
{
    position: relative;
}
.slider .row .container
{
    padding-right: 0;
    padding-left: 0;
}
.slider-pagination
{
    font-size: 0;

    position: relative;
    z-index: 2;

    height: 0.6875rem;
    margin-top: 1.875rem;

    text-align: center;
}
.slider-pagination + .row
{
    margin-top: 1.875rem;
}
.slider-pagination.inside {
    top: -0.875rem;
    margin-top: -0.6875rem;
}

.slider-pagination.right
{
    padding: 0 0.75rem;

    text-align: right;
}
.slider-pagination.left
{
    text-align: left;
}
.slider-pagination.pagination-light a
{
    background-color: rgba(255,255,255,.4);
}
.slider-pagination.out {
    margin-top: 0;
    margin-bottom: -5.625rem;
    padding-top: 5.625rem;
}
.highlight-extra .slider-pagination.out {
    margin-bottom: -7.1875rem;
    padding-top: 7.1875rem;
}
.no-all-paddings .slider-pagination.out {
    top: 2.5625rem;
    margin-top: -0.6875rem;
    margin-bottom: 0;
    padding-top: 0;
}
.slider-pagination a
{
    display: inline-block;

    width: 0.6875rem;
    height: 0.6875rem;
    margin: 0 0.25rem;

    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
}
.slider-pagination a.selected,
.slider-pagination a:hover
{
    background-color: #d74120;
}
.slider-arrow
{
    font-size: 1.25rem;

    position: absolute;
    z-index: 2;
    top: 50%;

    width: 2rem;
    height: 2rem;
	margin-top: -1.1875rem;

    text-align: center;

    color: #262421;
    background-color: #ebe2d3;
}
.slider-arrow:after
{
    font-family: FontAwesome;

    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.slider-arrow.disabled,
.slider-arrow.disabled:hover,
.slider-arrow.disabled:focus
{
    cursor: default;

    background-color: rgba(51,51,51,.3);
}
.slider-arrow.arrow-light
{
    background-color: rgba(51,51,51,.3);
}
.slider-arrow.arrow-white
{
    color: #666;
    background-color: rgba(255,255,255,.8);
}
.slider-arrow[class*=arrow-nobg]
{
    background-color: transparent;
}
.slider-arrow[class*=arrow-nobg]:hover,
.slider-arrow[class*=arrow-nobg]:focus
{
    color: #d74120;
    background-color: transparent;
}
.slider-arrow[class*=arrow-nobg].disabled:hover,
.slider-arrow[class*=arrow-nobg].disabled:focus
{
    color: rgba(51,51,51,.3);
}
.slider-arrow.arrow-nobg-white
{
    color: #fff;
}
.slider-arrow.arrow-nobg-dark
{
    color: #3d3a37;
}
.slider-arrow.arrow-nobg-light
{
    color: rgba(51,51,51,.3);
}
.slider-arrow:hover,
.slider-arrow:focus,
.inverse .slider-arrow:not([class*=arrow-nobg]):hover,
.inverse .slider-arrow:not([class*=arrow-nobg]):focus
{
    color: #fff;
    background-color: #d74120;
}
.slider-arrow.arrow-bottom-right
{
    right: 0.9375rem;
    bottom: 0.9375rem;
}
.slider-arrow.arrow-sm
{
    font-size: 0.8125rem;

    width: 1.5rem;
    height: 1.5rem;
}
.slider-arrow.arrow-md
{
    font-size: 1.5rem;

    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
}
.slider-arrow.arrow-lg
{
    font-size: 1.875rem;

    width: 3.75rem;
    height: 3.75rem;
    margin-top: -1.875rem;
}
.slider-arrow.arrow-margin,
.slider-arrow.arrow-rounded
{
    border-radius: 0.125rem;
}
.slider-arrow.arrow-color
{
    color: #fff !important;
    background-color: #d74120;
}
.slider-arrow.arrow-color:hover,
.slider-arrow.arrow-color:focus
{
    background-color: rgba(51,51,51,.8);
}
.slider-arrow.arrow-bottom-right
{
    top: auto;
    bottom: 0.625rem;
    left: auto;

    margin: 0;

    border-radius: 0;
}
.slider-arrow-prev
{
    left: 0;

    border-radius: 0 0.125rem 0.125rem 0;
}
.slider-arrow-prev:after
{
    content: '\f104';
}
.slider-arrow-prev.arrow-out {
    left: -2.375rem;
    border-radius: 0.125rem 0 0 0.125rem;
}
.slider-arrow-prev.arrow-md.arrow-out {
    left: -3rem;
}
.slider-arrow-prev.arrow-lg.arrow-out {
    left: -3.75rem; /* déjà en rem */
}
.slider-arrow-prev.arrow-bottom-right {
    right: 3.4375rem;
}
.slider-arrow-prev.arrow-sm.arrow-bottom-right {
    right: 2.25rem;
}

.slider-arrow-next {
    right: 0;
    border-radius: 0.125rem 0 0 0.125rem;
}
.slider-arrow-next:after {
    content: '\f105';
}
.slider-arrow-next.arrow-out {
    right: -2.375rem;
    border-radius: 0 0.125rem 0.125rem 0;
}
.slider-arrow-next.arrow-md.arrow-out {
    right: -3rem;
}
.slider-arrow-next.arrow-lg.arrow-out {
    right: -3.75rem; /* déjà en rem */
}
.slider-arrow-next.arrow-bottom-right {
    right: 0.9375rem;
}

/*------------------------------------------------------------------
[ ONE-IMAGE ]
-------------------------------------------------------------------*/
.oneslider
{
    position: relative;
    z-index: 0;

    overflow: visible;
}
.oneslider li > a > img
{
    width: 100%;
}
.oneslider img
{
    position: relative;
    z-index: 1;

    width: 100%;

    vertical-align: top;
}
.figure .oneslider
{
    z-index: inherit;
}
.oneslider .slider-pagination:not(.inside) {
    top: 2.5625rem;
    margin-top: -0.6875rem;
}

/* FullScreen */
.fullscreen
{
    position: relative;

    clear: both;
    overflow: hidden;
}
/*------------------------------------------------------------------
[ REVOLUTION SLIDER ]
-------------------------------------------------------------------*/
.bannercontainer
{
    position: relative;

    padding: 0;
}
.bannercontainer:not(.container)
{
    width: 100%;
}
.bannercontainer.container
{
    overflow: hidden !important;
}
.banner
{
    position: relative;

    width: 100%;
}
.banner [class*=col-]
{
    position: static;
}
.banner .tp-caption
{
    font-family: dm-sans;

    white-space: normal;
}
.banner .tp-caption.large_bold_white,
.banner .tp-caption.large_bold_black
{
    font-size: 2.625rem;
    font-weight: 600;
}
.banner .tp-caption.large_bold_red
{
	line-height: 5.625rem !important;

    padding-bottom: 1.25rem;
}
.banner .btn
{
    display: block;

    height: auto;
}
.banner .btn.btn-equal-revolution
{
    margin: 0 !important;
}
.banner .btn.btn-border
{
    color: #fff;
    border-color: #fff;
}
.banner p
{
    font-size: 1.0625rem;
    line-height: 1.5rem;

    color: #fff;
}
.banner-light .banner p,
.banner p.text-primary
{
    color: #262421;
}
.banner .internal:hover,
.banner .internal:focus
{
    color: #d74120;
}
.tp-bannertimer
{
    top: auto;
    bottom: 0;

    height:0.3125rem;

    background: #d74120;
}
.tp-loader
{
    z-index: 9998;
}
.tp-caption iframe
{
    border: 0;
}
.tparrows.default
{
    font-size: 1.5rem;

    width: 3rem;
    height: 3rem;

    transition: background-color .3s, color .3s;
    text-align: center;

    color: #fff;
    border-radius: 0.125rem;
    background-color: rgba(51,51,51,.8);
}
.banner-light .tparrows.default
{
    background-color: rgba(51,51,51,.3);
}
.tparrows.default:after
{
    font-family: FontAwesome;

    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.tparrows.default:hover,
.tparrows.default:focus
{
    color: #fff;
    background-color: #d74120;
}
.tparrows.default.round-sm
{
    font-size: 1.25rem;

    width: 2.3125rem;
    height: 2.3125rem;
}
.tparrows.default.round-old
{
    font-size: 2.625rem;

    background-color: transparent;
}
.tparrows.default.round-old:hover
{
    color: #d74120;
}
.tp-leftarrow.default:after
{
    content: '\f104';
}
.tp-rightarrow.default:after
{
    content: '\f105';
}
.tparrows.preview1 .tp-arr-imgholder
{
    width: 5.625rem;
}
.tp-leftarrow .tp-arr-imgholder
{
    border-radius: 0 0.125rem 0.125rem 0;
}
.tp-rightarrow .tp-arr-imgholder
{
    border-radius: 0.125rem 0 0 0.125rem;
}
.tparrows.preview1,
.tparrows.preview2,
.tparrows.preview3
{
    width: 3.75rem;
    height: 3.75rem;
}
.tparrows.preview1:after,
.tparrows.preview2:after,
.tparrows.preview3:after
{
    font-size: 1.75rem;

    margin-top: 0;

    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
.tparrows.preview1:hover,
.tparrows.preview2:hover,
.tparrows.preview3:hover
{
    background-color: #3d3d3d;
}
.tparrows.preview1:hover:after,
.tparrows.preview2:hover:after,
.tparrows.preview3:hover:after
{
    color: #fff;
}
.tparrows.preview1 .tp-arr-titleholder,
.tparrows.preview2 .tp-arr-titleholder,
.tparrows.preview3 .tp-arr-titleholder
{
    font-size: 0.8125rem;

    padding: 0 1.25rem;

    text-transform: none;

    color: #fff;
    background-color: #3d3a37;
}
.tp-leftarrow.preview1:after,
.tp-leftarrow.preview2:after,
.tp-leftarrow.preview3:after
{
    left: 1.5625rem;
}
.tp-leftarrow.preview1 .tp-arr-titleholder,
.tp-leftarrow.preview2 .tp-arr-titleholder,
.tp-leftarrow.preview3 .tp-arr-titleholder
{
    left: 3.75rem;
}
.tp-rightarrow.preview1:after,
.tp-rightarrow.preview2:after,
.tp-rightarrow.preview3:after
{
    right: 1.5625rem;
    left: auto;
}
.tp-rightarrow.preview1 .tp-arr-titleholder,
.tp-rightarrow.preview2 .tp-arr-titleholder,
.tp-rightarrow.preview3 .tp-arr-titleholder
{
    right: 3.75rem;
}
.tp-leftarrow.preview3 .tp-arr-titleholder
{
    left: 0;
}
.tp-rightarrow.preview3 .tp-arr-titleholder
{
    right: 0;
}
.tparrows.preview3 .tp-arr-iwrapper
{
    background-color: transparent;
}
.tparrows.nav-vertical
{
    font-size: 1.875rem;

    background-color: transparent;
}
.tparrows.nav-vertical.tp-leftarrow:after
{
    content: '\f106';
}
.tparrows.nav-vertical.tp-rightarrow:after
{
    content: '\f107';
}
.tparrows.nav-vertical:hover
{
    color: #d74120;
    background-color: transparent;
}
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets[class*=round] .bullet
{
    float: left;

    width: 0.6875rem;
    height: 0.6875rem;
	margin: 0 0.5rem 0 0;

    cursor: pointer;
    transition: all .3s ease;

    border-radius: 50%;
    background-color: rgba(255,255,255,.3);
    background-image: none;
}
.banner-light .tp-bullets.simplebullets .bullet,
.banner-light .tp-bullets.simplebullets[class*=round] .bullet
{
    background-color: rgba(0,0,0,.3);
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets[class*=round] .bullet:hover,
.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets[class*=round] .bullet.selected
{
    background-color: #d74120;
}
.tp-bullets.tp-thumbs
{
    padding: 0;

    background-color: #d74120;
}
.tp-bullets.tp-thumbs .bullet
{
    opacity: 1;
}
.tp-bullets.tp-thumbs .bullet.selected
{
    opacity: .56;
}
.tp-bullets.nav-vertical .bullet
{
    clear: both;

    margin: 0.25rem 0;
}
.tp-dottedoverlay
{
    z-index: 0;

    opacity: .3;
}
.tp-dottedoverlay.overlay
{
    z-index: 0;
}
.tparrows.nav-left,
.tp-bullets.nav-left
{
    right: auto !important;
    left: 50% !important;

    margin-left: -35.625rem;
}
.tp-bullets.nav-left
{
    margin-left: -34.4375rem;
}
.tparrows.nav-right,
.tp-bullets.nav-right,
.tp-bullets.nav-center
{
    right: 50% !important;
    left: auto !important;

	margin-left: -35.625rem;
}
.tp-bullets.nav-right,
.tp-bullets.nav-center
{
    margin-left: -34.4375rem;
}
/*------------------------------------------------------------------
[ BLOG ]
-------------------------------------------------------------------*/
.meta small
{
    color: #8c8c8c;
}
.meta a
{
    font-size: 0.8125rem;
    font-weight: 400;
}
.meta > *
{
    display: inline-block;

    margin-right: 1.25rem;

    vertical-align: middle;
}
.meta > * i
{
    margin-right:0.3125rem;

    color: #8c8c8c;
}
.meta + .heading-divider
{
    margin-top: 0.9375rem;
}
.archive .post
{
    padding: 0;
}
.archive .post .entry
{
    padding: 0 1.875rem;
}
.archive .post .avatar
{
    float: left;

    margin-left: 1.875rem;
}
.archive .post .avatar + .entry
{
    margin-left: 11.875rem;
    padding: 0;
}
.archive .post .entry-header,
.archive .post .entry-content
{
    padding-right: 1.875rem;
}
.archive .post[class*=col-]
{
    display: inline-block;
    float: none;

    margin: 0 -0.125rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;

    vertical-align: top;
}
.archive .post img
{
    max-width: 100%;
}
.archive .timeline .post[class*=col-]
{
    position: relative;
    z-index: 1;

    float: left;
}
.archive .masonry-wrap
{
    padding-bottom: 0;
}
.entry-content img
{
    max-width: 100%;
}
.post .slider
{
    padding-bottom: 5rem;
}
.post [class*=bg-]
{
    margin-bottom: 1.875rem;
}
.post [class*=bg-] a
{
    color: #d74120;
}
.post [class*=bg-] a:hover,
.post [class*=bg-] a:focus
{
    color: #262421;
}
.post.format-link [class*=bg-] a,
.post.format-link .meta + h4 > a
{
    color: #d74120;
}
.post.format-link [class*=bg-] a:hover,
.post.format-link .meta + h4 > a:hover,
.post.format-link [class*=bg-] a:focus,
.post.format-link .meta + h4 > a:focus
{
    color: #262421;
}
.post .embed-responsive
{
    margin-bottom: 1.875rem;
}
.post .quote-wrap
{
    clear: both;
    overflow: hidden;

    padding: 3.125rem 0;
}
.post .quote-wrap blockquote
{
    margin: 0 0 2.8125rem 0;
    padding: 0;

    border: 0;
}
.post[class*=col-] > a > img
{
    max-width: 100%;
    margin-bottom: 1.25rem;
}
.post[class*=col-] blockquote
{
    margin: 0 0 1.875rem;
}
.post[class*=col-] .slider
{
    margin-bottom: -3.125rem;
}
.post[class*=col-] .slider + p
{
    margin-top: 1.875rem;
}
.post .highlight
{
    margin-bottom: 1.5625rem;
}
.post img + p
{
    margin-top: 1.5625rem;
}
.post.msnr,
.archive .post.msnr[class*=col-]
{
    margin-bottom: 3.75rem;
}
.post .meta
{
    margin-bottom: 1.25rem;
}
.single .avatar
{
    display: inline-block;

    margin-bottom: 1.25rem;
}
.nav-single
{
    margin-bottom: 4.375rem;
}
.nav-single small
{
    display: block;

    color: #ebe2d3;
}
.nav-single .nav-previous
{
    float: left;

    width: 50%;
}
.nav-single .nav-next
{
    float: right;

    width: 50%;
}
.nav-single + hr
{
    margin-top: -1.875rem;
}
.recent-posts
{
    margin-bottom: 2.5rem;
}
.recent-posts .meta
{
    margin-bottom: 0.625rem;
}
.recent-posts img
{
    width: 100%;
}
.recent-img img
{
    margin-top:0.3125rem;
}
.recent-content
{
    padding-left: 0;
}
.next-posts
{
    opacity: 0;
}
.next-posts .slider
{
    overflow: hidden;
}
.next-posts .slider ul
{
	width: 624.9375rem;
}
/*------------------------------------------------------------------
[ COMMENTS ]
-------------------------------------------------------------------*/
.comments
{
    margin: 0 0 2.5rem;
}
.comments .comment
{
    margin: 0 0 0.9375rem;
}
.comments .comment .comment-line
{
    margin-bottom:0.3125rem;

    color: #8c8c8c;
}
.comments .comment .comment-ava
{
    float: left;
}
.comments .comment .comment-text
{
    margin-left: 6.25rem;
}
.comments .comment .comment-reply
{
    float:right;
    font-style:italic;
}
.comments .comment > .comment
{
    margin-top: 1.875rem;
    margin-left: 3.75rem;
}
.add-comment form
{
    margin-bottom: 0;
}
.add-comment h3
{
    margin-bottom: 0.9375rem;
}
/*------------------------------------------------------------------
[ AUDIO PLAYER ]
-------------------------------------------------------------------*/
.mejs-container
{
    position: relative;

    display: inline-block;

    max-width: 98%;

    text-align: left;
    vertical-align: top;
}
.mejs-container + p
{
    margin-top: 1.25rem;
}
.me-plugin
{
    position: absolute;

    width: 0;
    height: 0;
}
.mejs-embed,
.mejs-embed body
{
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.mejs-container .mejs-controls
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1.875rem;
    margin: 0;
    padding: 0;

    list-style-type: none;
}
.mejs-container .mejs-controls div
{
    font-size: 0.6875rem;
    line-height: 1;

    display: block;
    float: left;

    width: 1rem;
    height: 1.625rem;
    margin: 0;
    padding: 0;

    list-style-type: none;

    border: 0;
    background-image: none;
}
.mejs-controls .mejs-button button
{
    font-size: 0;
    line-height: 0;

    position: absolute;

    display: block;

    width: 1rem;
    height: 1rem;
    margin: 0.4375rem 0.375rem 0 0;
    padding: 0;

    cursor: pointer;
    transition: all 0s ease;
    text-decoration: none;

    border: 0;
}
.mejs-container .mejs-controls .mejs-time
{
    display: block;

    width: auto;
    height: 1.0625rem;
	padding: 0.5rem 0.25rem 0;

    text-align: center;
}
.mejs-container .mejs-controls .mejs-time span
{
    font-size: 0.6875rem;
    line-height: 1;

    display: block;
    float: left;

    width: auto;
    margin: 0.0625rem 0.1875rem 0 0;

    color: #6a6a6a;
}
.mejs-controls .mejs-play button
{
    width: 0.875rem;
    height: 1rem;

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MzdGREJCM0M5MjE2ODExODIyQUYyRkZDQTlCOEY0NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MjgzNjc1RjUzOUUxMUU0QTNEODlCQ0M2REVFQkM2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MjgzNjc1RTUzOUUxMUU0QTNEODlCQ0M2REVFQkM2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTFDQ0M0NTA4OTIxNjgxMTgyMkFGOUNDQUQwMURDNjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTM3RkRCQjNDOTIxNjgxMTgyMkFGMkZGQ0E5QjhGNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5oggMsAAAAhElEQVR42mJgYGDoAOL3QJzIQCKYC8T/ofgYEBuToxGGZwOxKDkaQfgDEGcBMTOpGmH4EhDbomtiIsIrukB8CIiXA7EMKTYi459AXAzErCwkxgAbEPcA8Q0mEjX+gtq4ixSnkuzHi0BsQ2o8ZpIajySnHJLSaic5uYPx////DOQAgAADADc1U0Gf3qVmAAAAAElFTkSuQmCC');
}
.mejs-controls .mejs-pause button
{
    width: 0.875rem;
    height: 1rem;

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MzdGREJCM0M5MjE2ODExODIyQUYyRkZDQTlCOEY0NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBODE0RTY2ODUzQTAxMUU0ODk0M0Q3MkVCOEU1OTRGMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBODE0RTY2NzUzQTAxMUU0ODk0M0Q3MkVCOEU1OTRGMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTFDQ0M0NTA4OTIxNjgxMTgyMkFGOUNDQUQwMURDNjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTM3RkRCQjNDOTIxNjgxMTgyMkFGMkZGQ0E5QjhGNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz51LtvfAAAAcElEQVR42mL8//8/A7mAB4inAzHIhJVALIRFDS8Qz4WqWQLEAiDBBKgADNdg0ZiJpqaYCUjwoSkSxKKRH40vwESu/0Y1DjqNn9DE3mNR9xEbH5RWZ0KT0gogFsaiEZS65kPVLAalLkZycwfZfgQIMACgKRs/Cu95qgAAAABJRU5ErkJggg==');
}
.mejs-controls div.mejs-time-rail
{
    width: 15rem; 
    margin-top: 0.625rem;
    margin-right: 0.625rem;

    border-radius: 0.125rem;
}
.mejs-controls .mejs-time-rail span
{
    position: absolute;

    display: block;

    width: 13.75rem; 
    height: 0.625rem;

    cursor: pointer;

    border-radius: 0.125rem;
    background-color: #f0f0f0;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering
{
    width: 100%;

    -webkit-animation: buffering-stripes 2s linear infinite;
       -moz-animation: buffering-stripes 2s linear infinite;
        -ms-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;

    background-size: 0.9375rem 0.9375rem;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded
{
    background: #e6e6e6;
}
.mejs-controls .mejs-time-rail .mejs-time-current
{
    width: 0;

    background: #d74120;
}
.mejs-controls .mejs-time-rail .mejs-time-handle
{
    position: absolute;
    top: -0.125rem;

    display: none;

    width: 0.625rem;
    margin: 0;

    cursor: pointer;
    text-align: center;

    border: solid 0.125rem #262421;
    background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-float
{
    position: absolute;
    top: -1.625rem;

    display: none;

    width: 2.25rem;
    height: 1.0625rem;
    margin-left: -1.125rem;

    text-align: center;

    background: #e6e6e6;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current
{
    left: 0;

    display: block;

    width: 1.875rem;
    margin: 0.125rem;

    text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner
{
    line-height: 0;

    position: absolute;
    top: 0.875rem;
    left: 0.8125rem;

    display: block;

    width: 0;
    height: 0;

	border-top: solid 0.3125rem #eee;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float
{
    width: 3rem;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current
{
    width: 2.75rem;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner
{
    left: 1.125rem;
}
.mejs-controls .mejs-mute button
{
    width: 1.0625rem;
    height: 1rem;

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MzdGREJCM0M5MjE2ODExODIyQUYyRkZDQTlCOEY0NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkU0QUMzQjUzOUUxMUU0QTNEODlCQ0M2REVFQkM2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkU0QUMzQTUzOUUxMUU0QTNEODlCQ0M2REVFQkM2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTFDQ0M0NTA4OTIxNjgxMTgyMkFGOUNDQUQwMURDNjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTM3RkRCQjNDOTIxNjgxMTgyMkFGMkZGQ0E5QjhGNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5kuDTlAAABBUlEQVR42mJmwA+YgVgfiIWB+DUDGYAViAuA+D8QfwBiLVINYAHiXCD+DTXkCxD7I8nLAnEiIRe0APFfqAHohoC8mAAVi4ZpYgRiKSD2BeIYIF4DxP+QDIAZ4ge1wBiI+YG4F4jvA7EoyBBOIL6Epuk/FkO8gVgEiG8DcQMQSwPxPSAuYgISIKxCRDiB1H0C4vlAnAw1fA8QezKRENggb/8C4q1AzAPE2kB8F4jlmciIekZsTiQWgJzPBsRe0DC6CsTKQPyQCRoTd4kwBKSOD5o+5kJd5ALE22HOkwRiJyAOITKKBYB4KnIUk5rYWKCxg5LYaJLscWVAbQYyASifGBAyACDAAGpbSNSOO7c1AAAAAElFTkSuQmCC');
}
.mejs-controls .mejs-unmute button
{
    width: 1.0625rem;
    height: 1rem;

    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MzdGREJCM0M5MjE2ODExODIyQUYyRkZDQTlCOEY0NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0MzY4MUI2QjUzOUYxMUU0QTRDM0UxNDY2NTFGMTM3MiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0MzY4MUI2QTUzOUYxMUU0QTRDM0UxNDY2NTFGMTM3MiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTFDQ0M0NTA4OTIxNjgxMTgyMkFGOUNDQUQwMURDNjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTM3RkRCQjNDOTIxNjgxMTgyMkFGMkZGQ0E5QjhGNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Cw/DWAAAAsElEQVR42mL8//8/AyMjIwMeoA7EvEB8BYh/gNRjAKyCCOABxC9AyoA4FKYeHTPhMcAFiOcCsTiUrwLE7NgU4jIkGohXArEUAxGABUrzAbEZEPMDsQMQJwAxDwORAGbITCCOIEI9Iz7vKBNp6X9SwoQkMPgMuUekerwBmw7ENkDsCcSTgfgLKQGLK9mDEttbqCYYrgSlWFKS/VIgDgfiZ8RFPPEZMAxXBmSkRlEAEGAAPBNbNiKjCEMAAAAASUVORK5CYII=');
}
.mejs-controls .mejs-volume-button
{
    position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider
{
    position: absolute;
    z-index: 1;
    top: -7.1875rem; 
    left: 0;

    display: none;

    width: 1.5625rem;
    height: 7.1875rem; 
    margin: 0;

    background: rgba(51,51,51,.7);
}
.mejs-controls div.mejs-horizontal-volume-slider
{
    position: relative;

    width: 3.75rem;
    height: 1.625rem;
    margin-left: 0.625rem;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total
{
    font-size: 0.0625rem;

    position: absolute;
    top: 0.75rem;
    left: 0;

    width: 3.125rem;
    height: 0.5rem;
    margin: 0;
    padding: 0;

    border-radius: 0.125rem;
    background: #e6e6e6;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current
{
    font-size: 0.0625rem;

    position: absolute;
    top: 0.75rem;
    left: 0;

    width: 3.125rem;
    height: 0.5rem;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border-radius: 0.125rem;
    background-color: #d74120;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle
{
    display: none;
}
.mejs-controls .mejs-captions-button
{
    position: relative;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector
{
    position: absolute;
    right: -3.1875rem; 
    bottom: 1.625rem;

    visibility: hidden;
    overflow: hidden;

    width: 5.3125rem; 
    height: 6.25rem;
    padding: 0.625rem 0.625rem 0 0.625rem; 
    
    border: solid 0.0625rem  transparent; 
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul
{
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;

    list-style-type: none !important;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li
{
    display: block;
    overflow: hidden;

	margin: 0 0 0.375rem 0;
    padding: 0;

    list-style-type: none !important;

    color: #fff;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input
{
    float: left;
    clear: both;

    margin: 0.1875rem 0.1875rem 0.3125rem 0; 
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label
{
    font-size: 0.625rem;
    line-height: 1.5;

    float: left;

    width: 3.4375rem; 
    padding: 0.25rem 0 0 0; 
}
.mejs-controls .mejs-captions-button .mejs-captions-translations
{
    font-size: 0.625rem;

    margin: 0 0 0.3125rem 0; 
}
/*------------------------------------------------------------------
[ VIDEO ]
-------------------------------------------------------------------*/
.embed-responsive
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    margin-bottom: 1.875rem;
    padding: 0;
}
.embed-responsive.embed-responsive-16by9
{
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3
{
    padding-bottom: 75%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 0 none;
}
.html-video
{
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;

    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;

    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.single-video
{
    position: relative;

    overflow: hidden;

    background-color: #262421;
}
.single-video .html-video
{
    z-index: 0;
}
.single-video + .single-video
{
    margin-top: 1.875rem;
}
.single-video .container
{
    padding: 0;
}
.single-video .embed-responsive
{
    margin: 0;
}
.single-video.video-wrap
{
    height: 31.25rem;
}
/*------------------------------------------------------------------
[ MODALS ]
-------------------------------------------------------------------*/
.modal-backdrop.in
{
    opacity: .9;
}
.modal-sm
{
    width: 25rem;
}
.modal-sm .modal-body-inside
{
    padding: 3.75rem 0.625rem 4.375rem; 
}
.modal-md
{
    width: 37.5rem; 
}
.modal-md .modal-body-inside
{
    padding: 3.75rem 5rem 4.375rem; 
}
.modal-lg
{
    width: 62.5rem; 
}
.modal-lg .modal-body-inside
{
    padding: 3.75rem 8.75rem 4.375rem; 
}
.modal-content
{
    border-radius:0.3125rem;
    box-shadow: none;
}
.modal-header
{
    padding: 1.25rem;
    border-bottom: 0;
    border-radius: 0.3125rem 0.3125rem 0 0;
    background-color: #f9f6f1;
}
.modal .close
{
    font-size: 1.125rem;
}
.modal-form
{
    padding: 0 0.9375rem;
}
.modal-form a
{
    font-weight: 400;

    color: #d74120;
}
.modal-form a:hover,
.modal-form a:focus
{
    color: #262421;
}
.modal-form hr
{
    width: calc(100% + 3.75rem);
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}
/*------------------------------------------------------------------
[ ECOMMERCE ]
-------------------------------------------------------------------*/
.woocommerce-page .wrapper
{
    overflow: visible;
}
.woocommerce-page .pagination
{
    margin-top: 1.875rem;
}
.woocommerce-page .tab-content
{
    padding: 1.875rem 0;
}
.woocommerce-page .slider-arrow
{
    z-index: 5;
}
.sorting 
{
    position: relative;
    z-index: 5;

    margin-bottom: -0.9375rem;
}
.grid-nav .chosen-container
{
    max-width: 15rem;
}
.grid-show .chosen-container
{
    max-width: 5.4375rem;
}
.grid-nav nav
{
    line-height: 2.625rem;
}
.grid-nav nav a,
.grid-nav nav button
{
    font-size: 1.375rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #8d8d8d;
    background-color: #ffffff;
    padding: 0.4375rem 0.3125rem;
    line-height: 1.25rem;
	border:0;
}
.grid-nav nav a + a,
.grid-nav nav a + button
{
    margin-left:0.3125rem;
}
.grid-nav nav a.active
{
    color: #d74120;
	background-color:#ffffff;
}
.grid-show > *
{
    display: inline-block;

    vertical-align: middle;

    color: muted-color;
}
.grid-show .chosen-container
{
    margin: 00.3125rem;
}
.displaying
{
    line-height: 2.5rem;

    padding: 0 0 1.5625rem 0;

    background-color: #ffffff;
}
.displaying p
{
    display: inline-block;

    vertical-align: middle;
}
.products
{
    font-size: 0;

    margin-top: 0;
    margin-bottom: 0;
}
.products.row
{
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
.product
{
    position: relative;

    display: inline-block;
    float: none;

    margin-bottom: 1.875rem;
    padding: 0 0.9375rem;

    vertical-align: top;
}
.product img,
.product [class*=col-] img
{
    width: 100%;
    max-width: 18.75rem;
}
.product h2,
.product h3
{
    font-size: 1.125rem;
    line-height: 1.222;

    margin-bottom: 0;
}
.product-img {
    position: relative;
    display: inline-block;
	aspect-ratio: 1 / 1;
    overflow: hidden;	
    margin-bottom: 0.625rem;
    vertical-align: middle;
}
.product-img .btn-catalog {
    position: absolute;
    z-index: 4;
    bottom: 0.625rem;
    right: 0.625rem;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    transition: opacity .4s;
    opacity: 0;
    height: auto;
    padding: 0;
}
.btn-catalog .btn {
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.9375rem;
    margin-bottom: 0;
    display: block;
    border-radius:50%;
}
.product-img .btn + .btn {
    margin-top: 0.3125rem;
}
.product-img .btn i {
    font-size: 1.0625rem;
    vertical-align: baseline;
    margin-right: 0;
}
.product-img a img {
	width: 100%;
	max-width: 100%;
	vertical-align: top;
}

.product-img > a:first-child:before {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	content: '\0020';
	opacity: 0;
}
.product-img:hover > a:before,
.product-img:hover .btn,
.product-img:has(button:focus-visible) button,
.product-img:has(.btn:focus-visible) .btn
{
    opacity: 1;
}
.products-list
{
    font-size: 1rem;

    overflow: hidden;

    margin: 0;
}
.products-list .product
{
    display: block;

    padding: 0;
}
.products-list h2,
.product-list h3
{
    font-size: 1.375rem;
    line-height: 1.182;

    margin-bottom: 0.5rem;
}
.products-list .product-img
{
    margin: 0.375rem 0 0;
}
.products-list .product-img > a:first-child:before
{
    background-color: rgba(255,255,255,.3);
}
.rating-wrap .raty
{
    margin-right: 0.625rem;
}
.rating-wrap .raty i
{
    font-size: 1rem;
}
form .rating-wrap .raty i
{
    font-size: 1.375rem;
}
.rating-wrap > *
{
    display: inline-block;

    margin-right: 0.625rem;
    margin-bottom: 0.625rem !important;

    vertical-align: middle;
}
.rating-wrap .raty-count
{
    margin-right:0.3125rem;
}
.rating-wrap .btn
{
    margin-top: 0.125rem;
    margin-bottom: 0.5rem !important;
}
.rating-wrap .btn.btn-xs
{
    font-size: 0.75rem;
}
.raty
{
    white-space: nowrap;
}
.price
{
    font-size: 1.125rem;

    display: block;

    white-space: nowrap;

    color: #d74120;
}
.price del
{
    display: inline-block;
	color:#8d8d8d;
    margin-right:0.3125rem;
}
.price ins
{
    color: #d74120;
}
.price small
{
    font-size: 0.875rem;

    margin: 0;

    text-transform: none;
}
.type-product
{
    padding-bottom: 0;
}
.type-product .raty
{
    margin: 0 1.25rem 0 0;
}
.type-product .raty i
{
    font-size: 1.25rem;
}
.type-product .price {
    font-size: 1.5625rem;
    display: block;
    margin-bottom: 1.5625rem;
}
.type-product .rating-wrap
{
    margin-bottom: 1.875rem;
}
.single-product-description
{
    margin-bottom: 1.875rem;
}
.single-product-page-cart-form
{
    margin-bottom: 1.875rem;
}
.single-product-page-cart-form .form-group
{
    line-height: 2.625rem;

    margin-bottom: 0;
    padding-bottom: 0.625rem;
}
.single-product-page-cart-form .form-group + .form-group
{
    margin-top: 0;
}
.single-product-page-cart-form label
{
    font-weight: 400;
    line-height: 2.75rem;
}
.single-product-page-cart-form .product-quantity.pull-right
{
    margin: 0 0.625rem 0 -3.75rem; 
}
.single-product-page-cart-form .btn
{
    margin-bottom: 0;
}
.product-quantity
{
    line-height: 3.125rem;

    margin: 0 0.625rem 0 0;
}
.product-quantity > *
{
    display: inline-block;

    vertical-align: top;
}
.product-quantity a,
.product-quantity button {
    font-size: 0.625rem;
    line-height: 5;
    display: inline-block;
    width: 1.9375rem;
    height: 3.125rem;
    text-align: center;
    vertical-align: top;
    color: #6a6a6a;
    background-color: transparent;
	border:0;
}

.product-quantity a:hover,
.product-quantity button:hover {
    color: #d74120;
    }

.product-quantity input[type=text] {
    width: 4.0625rem;
    height: 3.125rem;
    text-align: center;
}
.product-quantity input {
    border: 0;
    height: 3.125rem;
    width: 2.125rem;
    background-color:transparent;
}
.quantity-border {
    background-color: #f9f6f1;
}
.collapse-group
{
    display: none;
}
.collapse-group .form-group:last-child
{
    padding-bottom: 0;
}
.collapse-group .price
{
    margin-bottom: 0;
}
.raty
{
    font-size: 1.0625rem;

    margin: 0 0 0.125rem;

    color: #8d8d8d;
}
.raty .fa-star,
.raty .fa-star-half-o
{
    color: #d74120;
}
.payment-wrap
{
    margin-bottom: 0;
}
.payment-wrap label
{
    padding-left: 2.8125rem;
}
.payment-wrap .radio input[type='radio']
{
    margin-left: -2.8125rem;
}
.payment-wrap .payment
{
    overflow: hidden;

    margin-left: 2.8125rem;
    padding-left: 0;
}
.cart-form
{
    margin-bottom: 0;
}
.cart thead tr th
{
    padding: 0.75rem 0.625rem;
	border: 0.0625rem solid #e9e9e9;
    text-align: center;
	font-weight: 400;
	border-right:0;
	border-left:0;
}
/*.cart thead tr th:first-child
{
    padding-left: 0;
}
.cart thead tr th:last-child
{
    padding-right: 0;
}*/
.cart tbody tr td
{
    padding: 0.9375rem 0.625rem;

    text-align: center;
    vertical-align: middle;

    border: 0;
}
/*.cart tbody tr td:first-child
{
    padding-left: 0;
}
.cart tbody tr td:last-child
{
    padding-right: 0;
}*/
.cart tbody tr:last-child td
{
    border-bottom: 0.0625rem solid #e9e9e9;
}
.cart tbody .cart_item + .cart_item td
{
    padding-top: 0;
}
.cart .variation
{
    margin: 0.3125rem 0;

    color: #ebe2d3;
}
.cart .variation dt,
.cart .variation dd
{
    font-weight: 400;

    display: inline-block;
}
.cart .product-thumbnail
{
    width: 5rem;
}
.cart .product-thumbnail img
{
    max-width: 5rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.cart .product-thumbnail a:hover
{
    opacity: .8;
}
.cart .product-name
{
    text-align: left;
}
.cart .product-name a
{
    font-size: 1rem;
}
.cart td.product-price,
.cart td.product-subtotal
{
    white-space: nowrap;
    color: #262421;
}
.cart .product-remove a {
    color: #6a6a6a;
    font-size: 0.75rem;
}
.cart .product-remove a:hover,
.cart .product-remove a:focus
{
    color: #d74120;
}
.cart .actions
{
    text-align: left;

    border-top: 0.0625rem solid #dedede;
}
.cart .actions > input[type=submit]
{
    float: right;
}
.coupon {
display:inline-block
}

.coupon label {
	display: none;
}

.coupon .input-text {
	max-width: 11.25rem;
}

.coupon .btn,
.coupon input[type=submit] {
	height: 2.625rem;
	margin: 0;
}
.cart-collaterals
{
    margin-top: 1.875rem;
}
.cart-collaterals h3 i:first-child
{
    font-size: 1.375rem;

    position: relative;
    top: -0.0625rem;

    margin-right: 0.625rem;
}
.cart-collaterals h3 i:last-child
{
    font-size: 1rem;

    margin-left:0.3125rem;

    color: #8d8d8d;
}
.col-cart-border {
    padding: 0.9375rem !important;
}
.cart_totals,
.shop_table,
.col-cart-border {
    border: 0.0625rem solid #e9e9e9;
    margin-bottom: 1.25rem;
}
.cart_totals table:first-child {
    margin-top:1.25rem;
    margin-bottom:1.25rem;
}
.cart_totals .table {
    width: 100%;
    margin-bottom: 0;
    color: #666;
    }
.cart_totals .table > tbody > tr > th {
	font-weight: 400;
	padding: 0.3125rem 0.9375rem;
	border: 0;
	color: #6a6a6a;
}

.cart_totals .table > tbody > tr > td {
	padding: 0.3125rem 0.9375rem;
	text-align: right;
	border: 0;
	color:#262421;
}
.cart_totals .table > tbody > tr.order-total > * strong {
	font-weight: 600;
}
.cart_totals .actions {
    border-top: 0.0625rem solid #e9e9e9 !important;
    padding: 0.625rem 0.9375rem !important;
}
.wc-proceed-to-checkout,
.place-order
{
    text-align: right;
}
.checkout h3
{
    font-weight: 600;
    line-height: 2rem;
}
.checkout label
{
    font-weight: 600;
}
.checkout .checkbox
{
    margin: 0;
}
.checkout input[type=checkbox]
{
    margin-top: 0.5rem;
}
.checkout .create input[type=checkbox]
{
    margin-top: 0.25rem;
}
.checkout .cart-collaterals
{
    margin-top: 0;
}
.checkout .product-subtotal
{
    text-align: right;
}
.checkout .product-quantity
{
    font-size: 1.125rem;
    font-weight: 600;
}
.checkout .panel p
{
    margin: 0;
	padding: 0.625rem 0 0.625rem 1.25rem;
}
.checkout .panel .radio
{
    margin-bottom: 0;
}
.checkout .panel .radio a
{
    margin-left: 1.5625rem;

    color: #8d8d8d;
}
.checkout .panel .radio:hover
{
    color: #4d4d4d;
}
.checkout .panel:first-child .radio
{
    margin-top: 0;
}
.shipping_address .form-wrap
{
    margin-bottom: -0.0625rem;
}
.order_details .product-subtotal
{
    text-align: right;
}
.customer_details address
{
    color: #4d4d4d;
}
.table-account thead > tr > th
{
    padding: 0.9375rem 1.875rem;
}
.table-account thead > tr > th:first-child
{
    padding-left: 0;
}
.table-account thead > tr > th:last-child
{
    padding-right: 0;
}
.table-account tbody > tr > td
{
    padding: 0.9375rem 1.875rem;

    vertical-align: middle;

    border: 0;
}
.table-account tbody > tr > td:first-child
{
    padding-left: 0;
}
.table-account tbody > tr > td:last-child
{
    padding-right: 0;
}
.table-account tbody > tr:last-child > td
{
    border-bottom: 0.0625rem solid #dedede;
}
.table-account .order-actions a + a
{
    margin-left: 2.5rem;
}
.table-account .order-total
{
    white-space: nowrap;
}
/*------------------------------------------------------------------
[ FOOTER ]
-------------------------------------------------------------------*/
.footer
{
    background-color: #f9f6f1;
}
.footer > *:nth-child(2n)
{
    background-color: #fcfcfc;
}
.footer .footer-row
{
    padding: 3.125rem 0;
}
.footer .btn-default
{
    background-color: #ebebeb;
}
.footer.footer-dark .btn
{
    color: #fff;
}
.footer.footer-dark .btn-default
{
    background-color: #3d3a37;
}
.footer.footer-dark .btn-default:hover
{
    background-color: #2e2e2e;
}
.footer p,
.footer address
{
    font-size: 0.8125rem;
    line-height: 1.692;
}
.footer.footer-dark
{
    background-color: #3d3a37;
}
.footer.footer-dark > *:nth-child(2n)
{
    background-color: #3d3a37;
	border-top: 0.0625rem solid #212121;
}
.footer.footer-dark p,
.footer.footer-dark address
{
    color: #f5efe6;
}
.footer.footer-dark a
{
    color: #f5efe6;
}
.footer.footer-dark a:hover
{
    color: #fff;
}
.footer-extra
{
    font-size: 0.8125rem;
    line-height: 5.385;

    color: #8d8d8d;
}
.footer-dark .footer-extra
{
    color: #4d4d4d;
}
.footer-extra.footer-simple
{
    line-height: 3.077;

    padding: 2.5rem 0 2.1875rem;

    text-align: center;
}
.footer-extra .row
{
    padding: 1.875rem 0;
}
.footer-extra a
{
    color: #3d3a37;
}
.footer-dark .footer-extra a
{
    color: #666;
}
.footer-extra a:hover
{
    color: #262421;
}
.footer-dark .footer-extra a:hover
{
    color: #fff;
}
.footer-extra .extra-menu a
{
    font-weight: 300;

    margin-top: -0.125rem;

    color: #3d3a37;
}
.footer-dark .footer-extra .extra-menu a
{
    color: #ebe2d3;
}
.footer-extra .extra-menu a:hover
{
    color: #262421;
}
.footer-dark .footer-extra .extra-menu a:hover
{
    color: #fff;
}
.footer-extra .social-links span
{
    font-weight: 400;

    color: #3d3a37;
}
.footer-dark .footer-extra .social-links span
{
    color: #ebe2d3;
}
.footer-extra .social-links a:hover span
{
    color: #262421;
}
.footer-dark .footer-extra .social-links a:hover span
{
    color: #fff;
}
.footer-extra .copyrights
{
    line-height: inherit;

    margin: 0;

    color: #8d8d8d;
}
.footer-dark .footer-extra .copyrights
{
    color: #f5efe6;
}
.footer-dark .footer-extra .copyrights a
{
    color: #fff;
}
.footer-dark .footer-extra .copyrights a:hover
{
    color: #8d8d8d;
}
.footer-extra .navbar-brand
{
    line-height: inherit;

    margin-right: 1.5625rem;
}
.footer-dark .footer-extra .navbar-brand
{
    color: #fafafa;
}
.footer-extra .navbar-brand.navbar-brand-rows
{
    line-height: 2rem;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.footer-extra .divider
{
    background-color: #e0e0e0;
}
.footer-dark .footer-extra .divider
{
    background-color: #262421;
}
.footer-extra .navbar-form
{
    line-height: inherit;
}
.footer-extra .navbar-form .fa
{
    line-height: inherit;
}
.footer-extra .navbar-form .fa:hover
{
    color: #262421;
}
.footer-dark .footer-extra .navbar-form .fa:hover
{
    color: #fff;
}
.footer-extra .navbar-search
{
    height: 4.375rem;

    background-color: #e6e6e6;
}
.footer-dark .footer-extra .navbar-search
{
    background-color: #1f1f1f;
}
.footer-extra .navbar-search input[type=text],
.footer-extra .navbar-search input[type=search]
{
    color: #3d3a37;
}
.footer-dark .footer-extra .navbar-search input[type=text],
.footer-dark .footer-extra .navbar-search input[type=search]
{
    color: #8d8d8d;
}
/*------------------------------------------------------------------
[ PAGE ERROR ]
-------------------------------------------------------------------*/
.page-error
{
    position: relative;
}
.page-error .header,
.page-error .footer
{
    position: relative;
}
.page-error .content
{
    background-color: transparent;
}
.page-error .overlay-white:before
{
    background-color: rgba(255,255,255,.8);
}
.page-error .overlay-dark:before
{
    background-color: rgba(26,26,26,.8);
}
.page-error .html-video
{
    position: fixed;
}
/*------------------------------------------------------------------
[ RESPONSIVE ]
-------------------------------------------------------------------*/
@media screen and (max-width: 1470px) and (min-width: 1201px)
{
    .is-header-vertical .wrapper .container,
    .is-header-vertical .footer .container
    {
        width: 100%;
    }
}
@media screen and (max-width: 1200px)
{
    hr
    {
        max-width: 58.25rem;
    }
    .irow-md [class*=col-]
    {
        margin-bottom: 1.5625rem;
    }
    .irow-md [class*=col-]:last-child
    {
        margin-bottom: 0;
    }
    .cols-border [class*=col-lg-]:nth-child(4)
    {
        border-left: 0;
    }
    [class*=steps] [class*=col-lg-]:nth-child(4):before
    {
        display: none;
    }
    .bg.bg-right.bg-third
    {
        right: -13.75rem;
    }
    .bg.bg-left.bg-third
    {
        left: -13.75rem;
    }
    .modal-lg
    {
        width: auto;
    }
    .modal-lg .modal-body-inside
    {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
	.tparrows.nav-left,
	.tp-bullets.nav-left
	{
		margin-left: -29.375rem;
	}
	.tp-bullets.nav-left
	{
		margin-left: -28.1875rem;
	}
	.tparrows.nav-right,
	.tp-bullets.nav-right
	{
		margin-right: -29.375rem;
	}
	.tp-bullets.nav-right,
	.tp-bullets.nav-center
	{
		margin-right: -28.1875rem;
	}
    .navbar-toggle.widgetbar-toggle
    {
        right: 1.875rem;

        margin-right: 0;
    }
}
@media screen and (max-width: 992px)
{
    .navbar-nav
    {
        padding-bottom: 0.9375rem;
    }
    .navbar-account .navbar-nav
    {
        padding-bottom: 0;
    }
    .no-menu .header:not(.header-vertical) .sf-mega .divcell
    {
        margin-bottom: 0.9375rem;
    }
    .no-menu .header:not(.header-vertical) .sf-mega .divcell ul:not(:last-child)
    {
        margin-bottom: 0.9375rem;
    }
    .dropdown-menu.sub-menu > li:hover > a,
    .dropdown-menu.sub-menu > li:focus > a,
    .dropdown-menu.sub-menu > li > a:hover,
    .dropdown-menu.sub-menu > li > a:focus
    {
        background-color: transparent;
    }
    hr
    {
        max-width: 44.1875rem;
    }
    .irow-sm [class*=col-]
    {
        margin-bottom: 1.5625rem;
    }
    .irow-sm [class*=col-]:last-child
    {
        margin-bottom: 0;
    }
    .cols-border:not(.slider) .col-sm-6:nth-child(3),
    .cols-border:not(.slider) .col-xs-6:nth-child(3)
    {
        border-left: 0;
    }
    .text-center .text-left
    {
        text-align: center;
    }
    .static-popovers .text-left
    {
        text-align: left;
    }
    .middle-sm
    {
        margin-top: 0 !important;
    }
	.bg.bg-right.bg-third
	{
		right: -7.8125rem;
	}
	.bg.bg-left.bg-third
	{
		left: -7.8125rem;
	}
    .divcell[class*=-sm-6]
    {
        float: left;

        margin-bottom: 0;
    }
    .maincontent.m-both
    {
        margin-bottom: 3.125rem;
    }
    .iwrap .divcell img
    {
        width: 100%;
    }
	.img-wrap.img-wrap-auto img
	{
		top: 5.3125rem;
	}
    .img-wrap.img-wrap-auto.sm-center-img img
    {
        right: 0;
        left: 0;

        margin: auto;
    }
    .cards-grid .row + .row
    {
        margin-top: 1.5625rem;
    }
    .clients-flat:not(.slider) [class*='col-']
    {
        margin: -0.0625rem -0.0625rem 0 0;

        border-width: 0.0625rem;
    }
    .clients-flat:not(.slider) + .clients-flat
    {
        top: 0;
    }
    .clients-grid [class*='col-']:nth-child(2n)
    {
        border-right-width: 0;
    }
    .clients-grid + .clients-grid:last-child [class*='col-']
    {
        border-bottom-width: 0.0625rem;
    }
    [class*=steps]:not(.slider) [class*=col-sm-6]:nth-child(2n+1):before
    {
        display: none;
    }
    .media-fix
    {
        width: 30%;
    }
    .media-block-sm
    {
        display: block;
    }
    .share-links a
    {
        margin:0.3125rem;
    }
    .promo-box .share-links h4
    {
        margin: 0.3125rem 0;
    }
    .promo-box .icon
    {
        display: block;

        margin: 0 auto 0.625rem;
    }
    .pricing-table .visible-sm
    {
        display: inline-block !important;
    }
	.pricing-highlight
	{
		margin-top: 0;
		margin-bottom: 0;
		padding: 2.1875rem 1.875rem;
	}
	.pricing-highlight .icon
	{
		top: -1.5rem;
	}
	.maincontent .post .avatar,
	.maincontent .post .entry
	{
		display: block;
		float: none;

		width: 100%;
		margin: 0 0 1.875rem !important;
	}
    .maincontent .post .avatar:last-child,
    .maincontent .post .entry:last-child
    {
        margin-bottom: 0 !important;
    }
    .maincontent .post.format-quote .quote-wrap
    {
        text-align: center;
    }
    .maincontent .post.format-quote .quote-wrap > *
    {
        margin-top: 0 !important;
    }
    .maincontent .post.format-quote .quote-wrap > *:first-child
    {
        margin-bottom: 1.875rem;
    }
    .maincontent .pagination .prev,
    .maincontent .pagination .next
    {
        display: none;
    }
    .archive .post[class*=col-]
    {
        margin-bottom: 1.875rem;
    }
    .footer-row
    {
        padding: 1.5625rem 0;
    }
    .footer-row [class*=col-]
    {
        display: inline-block;
        float: none;

        margin: 1.5625rem -0.0625rem;

        vertical-align: top;
    }
    .tparrows.nav-left,
    .tp-bullets.nav-left
    {
        margin-left: -33.75rem;
    }
    .tp-bullets.nav-left
    {
        margin-left: -21.3125rem;
    }
    .tparrows.nav-right,
    .tp-bullets.nav-right
    {
        margin-right: -33.75rem;
    }
    .tp-bullets.nav-right,
    .tp-bullets.nav-center
    {
        margin-right: -21.3125rem;
    }
    .banner-tabs h5
    {
        margin-bottom: 0;
    }
    .banner-tabs p
    {
        display: none;
    }
    .banner-tabs a
    {
        overflow: hidden;

        padding: 0.625rem;

        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .timeline .icon + h2,
    .timeline .icon + h3,
    .timeline .icon + h4,
    .timeline .icon + h5
    {
        display: block;

        margin-left: 0;
    }
}
@media screen and (max-width: 767px)
{
    .irow-md.divtable,
    .irow-sm.divtable,
    .irow-xs.divtable
    {
        margin-bottom: 0;
    }
    .irow-md [class*=col-],
    .irow-sm [class*=col-],
    .irow-xs [class*=col-]
    {
        margin-bottom: 1.875rem;
    }
	.irow-md .form-wrap [class*=col-],
    .irow-sm .form-wrap [class*=col-],
    .irow-xs .form-wrap [class*=col-]
    {
        margin-bottom: 0rem;
    }
    .irow-md [class*=col-]:last-child,
    .irow-sm [class*=col-]:last-child,
    .irow-xs [class*=col-]:last-child
    {
        margin-bottom: 0;
    }
    .irow-md.product [class*=col-],
    .irow-sm.product [class*=col-],
    .irow-xs.product [class*=col-]
    {
        margin-bottom: 1.5625rem;
    }
    .irow-md .heading-divider,
    .irow-sm .heading-divider,
    .irow-xs .heading-divider
    {
        margin-right: auto;
        margin-left: auto;
    }
    .divtable
    {
        display: block;
    }
    [class*=irow]
    {
        text-align: center;
    }
    [class*=irow] .text-right,
    [class*=irow] .text-left
    {
        text-align: center;
    }
    .irow-text-left
    {
        text-align: left;
    }
    blockquote
    {
        text-align: left;
    }
    blockquote + h5
    {
        text-align: left;
    }
    .title-divider h1,
    .title-divider h2,
    .title-divider h3,
    .title-divider h4
    {
        padding: 0 0.9375rem;
    }
    .middle
    {
        margin-top: 0 !important;
    }
    .text-left.align
    {
        text-align: left;
    }
    .text-right.align
    {
        text-align: right;
    }
    .navbar-nav
    {
        margin: 0;
    }
    .nav-expand
    {
        margin-top: -3.125rem;
    }
    .content .cards + .cards
    {
        margin-top: 0.9375rem;
    }
    .content .iwrap:first-child
    {
        padding-top: 1.875rem;
    }
    .cols-border [class*=col-]
    {
        border-left: 0;
    }
    .height-300-xs
    {
        display: block;

        height: 18.75rem;
    }
    .page-header .divcell
    {
        display: block;

        width: 100%;
        height: auto;
    }
    .media .heading-divider
    {
        margin-right: auto;
        margin-left: auto;
    }
    .media-left
    {
        display: block;

        padding: 0 0 1.5625rem;
    }
    .media-fix,
    [class*=media-block]
    {
        width: 100%;
        padding-bottom: 0;
    }
    .media-right
    {
        display: block;

        padding: 1.5625rem 0 0;
    }
    .media-body
    {
        display: block;
    }
    .divcell
    {
        display: block;
    }
    .divcell[class*=-sm-6]
    {
        float: none;
    }
    .divtable-negative .divcell
    {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem;
    }
    .slider .divcell
    {
        float: left;
        clear: both;
        overflow: hidden;

        width: 100%;
    }
    .cards-separate
    {
        margin-bottom: 0;
    }
    .cards-separate .card
    {
        display: block;

        margin: 0 0 0.9375rem;
    }
    .cards-separate .card[class*='-6'],
    .cards-separate .card[class*='-4']
    {
        width: 100%;
    }
    .cards-inside .card
    {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .cards-images
    {
        margin-right: 0;
        margin-left: 0;
    }
    .cards-border.cards-inside .figure:not(.figure-sm),
    .cards-color.cards-inside .figure:not(.figure-sm)
    {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .cards-color [class*=col-]
    {
        padding-right: 0;
        padding-left: 0;
    }
    .cards-grid-inside.iwrap .row + .row,
    .cards-grid.iwrap .row + .row
    {
        margin-top: 3.125rem;
    }
    .card-image:not(:first-child) .figure-info
    {
        border-left: 0;
    }
    .cards-border.divtable > .card + .card
    {
        margin-top: -0.0625rem;
    }
    .card
    {
        display: block;
    }
    .cards-separate .card
    {
        border-left: 0;
    }
    .cards-inside .figure,
    .cards-inside.cards-border .figure
    {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    [class*=card-fix]
    {
        display: block;
    }
    .back
    {
        width: 100%;
    }
    .figure-sm
    {
        width: 100%;
    }
    .bg
    {
        width: 100%;
    }
    .bg.bg-third
    {
        display: none;
    }
    .header-extra-bottom [class*=pull-],
    .footer-extra [class*=pull-]
    {
        float: none !important;

        margin: 0 auto;

        text-align: center;
    }
    .header-extra-bottom [class*=pull-] a,
    .footer-extra [class*=pull-] a
    {
        line-height: 2.25rem;
    }
    .extra-menu a,
    .extra-menu a + a
    {
        margin: 0 0.625rem;
    }
    .pagetitle,
    .pagetitle.pagetitle-collapse
    {
        height: auto !important;
    }
    .pagetitle .divcell,
    .pagetitle.pagetitle-collapse .divcell
    {
        display: block;

        width: 100%;
        height: auto !important;
        padding: 0 0 0.9375rem;

        text-align: center;
    }
    .pagetitle .divcell:first-child,
    .pagetitle.pagetitle-collapse .divcell:first-child
    {
        padding-top: 0.9375rem;
    }
    .pagetitle .fa,
    .pagetitle.pagetitle-collapse .fa
    {
        display: block;

        margin: auto;
    }
    .pagetitle .divider,
    .pagetitle.pagetitle-collapse .divider
    {
        display: none;
    }
    .pagetitle .subtitle,
    .pagetitle.pagetitle-collapse .subtitle
    {
        display: block;

        margin: auto;
    }
    .pagetitle h1 .fa,
    .pagetitle.pagetitle-collapse h1 .fa
    {
        margin-right: auto;
    }
    .pagetitle .dropdown h1 .fa,
    .pagetitle.pagetitle-collapse .dropdown h1 .fa
    {
        margin-right: -0.9375rem;
    }
    .pagetitle-panel .row
    {
        margin-bottom: 0.9375rem;
    }
    .pagetitle-panel [class*='col-']
    {
        margin-top: 1.5625rem;
    }
    .pagetitle-panel [class*='col-']:last-child
    {
        margin-bottom: 0.9375rem;
    }
    .sidebar + .maincontent,
    .maincontent + .sidebar
    {
        margin-top: 3.125rem;
    }
    .sidebar
    {
        max-width: 25rem;
        margin-right: auto;
        margin-left: auto;
    }
    .iwrap .irow-xs,
    .iwrap .irow-sm
    {
        margin-bottom: 0;
    }
    .iwrap .divcell img
    {
        width: auto;
        max-width: 100%;
    }
    .text-wrap
    {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .img-wrap
    {
        height: auto !important;

        text-align: center;
    }
    .img-wrap img
    {
        position: relative;
        top: 0 !important;
        right: 0;
        left: 0;

        max-width: 100%;
        height: auto;
        margin: auto;
    }
    .img-wrap + .text-wrap
    {
        padding-top: 0;
    }
    .clients
    {
        line-height: 12.5rem;
    }
    .clients-md img
    {
        max-width: none;
        max-height: none;
    }
    [class*=steps]:not(.steps-vertical) [class*=col-]
    {
        margin-bottom: 1.5625rem;
    }
    [class*=steps]:not(.steps-vertical) [class*=col-] + [class*=col-]:not([class*=col-xs-6]):before
    {
        display: none;
    }
    [class*=steps]:not(.steps-vertical) [class*=col-] + [class*=col-xs-6]:before
    {
        display: block;
    }
    .contact .middle
    {
        padding-bottom: 1.5625rem;
    }
    .contact .middle:first-child
    {
        padding-top: 1.5625rem;
    }
    .contact-md,
    .contact-lg,
    .contact-sm
    {
        height: auto;
    }
    .figure.img-circle
    {
        width: 90%;
        margin: auto;
    }
    [class*=google-map-absolute]
    {
        position: relative;

        width: 100%;
        max-width: 100%;
    }
    .google-map.google-map-absolute
    {
        position: absolute;
    }
    .contact-wrap.cols-border [class*=col-]
    {
        height: auto;
    }
    .panel-heading a i.pull-left
    {
        float: none !important;
    }
    .promo-box
    {
        text-align: center;
    }
    .promo-box .container
    {
        text-align: center;
    }
    .promo-box h4
    {
        line-height: 1.875rem;

        display: block;

        margin: 0 0 0.9375rem;

        text-align: center;
    }
    .promo-box .btn
    {
        float: none !important;
    }
    .promo-box .btn + h4
    {
        margin-top: 0.9375rem;
    }
    .share-links-block a
    {
        display: block;
        float: left;

        width: 50%;
        margin: 0;
    }
    [class*=quote-author] strong:before
    {
        display: none;
    }
    [class*=quote-author] strong,
    [class*=quote-author] small
    {
        padding-left: 0;
    }
    .quotes.quotes-grid [class*=col-]
    {
        padding-top: 0.9375rem;
        padding-bottom: 1.5625rem;

        border-width: 0 0 0.0625rem;
    }
    .quote-block
    {
        padding-top: 0;
        padding-bottom: 0;
    }
    .quote-block.divcell
    {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .slider .quote-big
    {
        text-align: center;
    }
    .pricing-highlight .icon
    {
        right: calc(50% -1.5625rem);
    }
    .pricing .most
    {
        display: none;
    }
    .modal-sm,
    .modal-md
    {
        width: auto;
    }
    .modal-sm .modal-body-inside,
    .modal-md .modal-body-inside
    {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .timeline .row
    {
        background-image: none;
    }
    .timeline .mejs-container
    {
        display: block;

        margin-right: auto;
        margin-left: auto;
    }
    .mix-category
    {
        padding: 0;

        border: 0;
    }
    .slider-arrow-prev.arrow-out
    {
        left: 0;

        border-radius: 0 0.125rem 0.125rem 0;
    }
    .slider-arrow-next.arrow-out
    {
        right: 0;

        border-radius: 0.125rem 0 0 0.125rem;
    }
    .footer-extra
    {
        line-height: 2rem;

        padding: 0.625rem 0;

        text-align: center;
    }
    .footer-extra .navbar-brand
    {
        float: none;
    }
    .footer-extra .divider,
    .footer-extra .navbar-form
    {
        display: none;
    }
    .footer-extra [class*=col-]
    {
        width: 100%;
        margin: 0;
    }
    .tparrows.nav-left,
    .tp-bullets.nav-left
    {
        left: 0 !important;

        margin-left: 0.9375rem;
    }
    .tp-bullets.nav-left
    {
        margin-left: 2.0625rem;
    }
    .tparrows.nav-right,
    .tp-bullets.nav-right,
    .tp-bullets.nav-center
    {
        right: 0 !important;

        margin-right: 0.9375rem;
    }
    .tp-bullets.nav-right,
    .tp-bullets.nav-center
    {
        margin-right: 2.0625rem;
    }
    .banner-tabs
    {
        width: calc(100% - 3.75rem);
    }
    .search-block
    {
        margin-left: 0;
    }
    .search-block h5
    {
        margin-left: 0;
    }
    .search-block h5 i
    {
        float: none;

        text-align: center;
    }
    .search-block h5 a
    {
        display: inline-block;

        margin-left:0.3125rem;
    }
    .search-found [class*=col-]
    {
        margin-bottom: 0;
    }
    .archive .post .avatar,
    .archive .post .entry
    {
        display: block;
        float: none;

        width: 100%;
        margin: 0 0 1.875rem !important;

        text-align: center;
    }
    .archive .post .avatar:last-child,
    .archive .post .entry:last-child
    {
        margin-bottom: 0 !important;
    }
    .archive .post .avatar .entry-header,
    .archive .post .entry .entry-header,
    .archive .post .avatar .entry-content,
    .archive .post .entry .entry-content
    {
        padding: 0 1.875rem;
    }
    .archive .post[class*=col-]
    {
        width: 100%;
        margin-bottom: 3.75rem;

        text-align: center;
    }
    .archive .post .slider-pagination.left
    {
        text-align: center;
    }
    .archive .timeline .post
    {
        margin-bottom: 0;
    }
    .archive .timeline .date
    {
        margin-bottom: -1.875rem;
    }
    .archive .pagination
    {
        padding-right: 0;
        padding-left: 0;
    }
    .meta
    {
        margin-bottom: 0.9375rem;
    }
    .maincontent .post .avatar,
    .maincontent .post .entry
    {
        text-align: center;
    }
    .maincontent .pagination .prev,
    .maincontent .pagination .next
    {
        display: inline-block;

        vertical-align: middle;
    }
    .single .maincontent .post .avatar
    {
        text-align: left;
    }
    .displaying .irow-xs [class*=col-]
    {
        margin-bottom: 0.9375rem;
    }
    .woocommerce-page .pagination
    {
        margin-top: 0;
    }
    .table-cart-total
    {
        max-width: 18.75rem;
        margin-right: auto;
        margin-left: auto;

        text-align: left;
    }
    .cart-collaterals
    {
        margin-top: 3.125rem;
    }
    .cart_totals .table
    {
        margin-right: auto;
        margin-left: auto;
    }
    .wc-proceed-to-checkout,
    .place-order
    {
        text-align: center;
    }
}
@media screen and (max-width: 639px)
{
    .header-extra-top [class*=pull-]
    {
        float: none !important;

        margin: 0 auto;

        text-align: center;
    }
    .header-extra-top [class*=pull-] a
    {
        line-height: 2.25rem;
    }
    .contact-info a,
    .contact-info a + a
    {
        margin: 0 0.625rem;
    }
    .header-vertical .cart-list
    {
        left: 0;
    }
    .nav-tabs li
    {
        display: block;
    }
    [class*=tabs-border] .nav-tabs > li.active
    {
        border: 0;
    }
    [class*=tabs-border] .nav-tabs > li > a
    {
        padding: 0 0.8125rem;

        border: 0;
    }
    [class*=tabs-simple] .nav-tabs > li:first-child > a
    {
        padding-right: 0.8125rem;
        padding-left: 0.8125rem;
    }
    .nav-tabs.nav-justified
    {
        border-bottom: 0.0625rem solid #e9e9e9 !important;
    }
    .tabs-revert .nav-tabs.nav-justified
    {
        border-bottom: 0 !important;
    }
    .nav-tabs.nav-justified > li
    {
        display: block;

        width: 100%;

        border: 0 !important;
    }
    [class*='tabs-icons'] .nav-tabs > li
    {
        display: inline-block;
    }
    [class*='tabs-vertical'] .nav-tabs
    {
        float: none !important;

        width: 100% !important;

        text-align: center;
    }
    [class*='tabs-vertical'] .nav-tabs > li
    {
        border: 0;
    }
    [class*='tabs-vertical'] .nav-tabs > li > a
    {
        border: 0;
    }
    [class*='tabs-vertical'] .tab-content
    {
        margin: 0 !important;
    }
	[class*=tabs-icons] .nav-tabs > li
	{
		width: auto;
		margin: 0 0.625rem !important;
	}
	[class*=tabs-simple] .nav-tabs > li
	{
		margin: 0 0.3125rem !important;
	}
    .tabs-vertical-right.tabs-icons-square .nav-tabs > li.active > a:after,
    .tabs-vertical-left.tabs-icons-square .nav-tabs > li.active > a:after
    {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -0.375rem;
        left: 50%;

        margin-left: -0.375rem;

        border: 0;
		border-top: 0.375rem solid #d74120;
		border-right: 0.375rem solid transparent;
		border-left: 0.375rem solid transparent;
    }
}
@media screen and (max-width: 479px)
{
    .hidden-xxs
    {
        display: none !important;
    }
    .header:not(.header-vertical) .navbar-slogan
    {
        display: none;
    }
    .header:not(.header-vertical) .navbar-form .fa
    {
        padding-left: 0;
    }
    .header:not(.header-vertical) .header-multirow
    {
        text-align: center;
    }
    .header:not(.header-vertical) .header-multirow .navbar-account,
    .header:not(.header-vertical) .header-multirow .navbar-lang,
    .header:not(.header-vertical) .header-multirow .navbar-slogan
    {
        display: inline-block;
        float: none !important;

        vertical-align: middle;
    }
    .header:not(.header-vertical) .divider
    {
        margin-right: 0.625rem;
        margin-left: 0.625rem;
    }
    .fluid-padding
    {
        padding: 0 1.875rem;
    }
    [class*=guycol-xs-]
    {
        float: none;

        width: 100%;

        text-align: center;
    }
    [class*=col-xs-] .navbar-toggle
    {
        line-height: 2.5rem;

        display: inline-block;
        float: none !important;

        height: 2.5rem;
        margin: 0 auto;

        vertical-align: middle;
    }
    [class*=col-xs-] .navbar-form,
    [class*=col-xs-] .divider
    {
        display: none;
    }
    [class*=col-xs-] .navbar-ecommerce
    {
        line-height: 2.5rem;

        display: inline-block;
        float: none !important;

        vertical-align: middle;
    }
    [class*=col-xs-] .navbar-ecommerce .link-cart
    {
        line-height: 2.5rem;
    }
    .clients-grid [class*=col-],
    .clients-flat [class*=col-]
    {
        border-width: 0 !important;
    }
    [class*=steps] [class*=col-] + [class*=col-xs-6]:before
    {
        display: none;
    }
    ul.pagination .prev,
    ul.pagination .next
    {
        display: none !important;
    }
    .pagination-extend ul.pagination .prev,
    .pagination-extend ul.pagination .next
    {
        display: block !important;
    }
    ul.pagination-contour li a,
    ul.pagination-contour li a:hover,
    ul.pagination-contour li a:focus
    {
        width: 2.25rem;
    }
    .mix-category > li
    {
        display: block;

        margin-bottom:0.3125rem;
    }
    .footer [class*=col-]
    {
        text-align: left;
    }
    .banner-tabs
    {
        display: none;
    }
    .nav-single
    {
        margin-bottom: 3.75rem;
    }
    .nav-single .nav-previous,
    .nav-single .nav-next
    {
        float: left;
        clear: both;

        width: 100%;
        margin-bottom: 1.25rem;

        text-align: left;
    }
    .comments .comment > .comment
    {
        margin-left: 0;
    }
    .comments .comment .comment-text
    {
        margin-left: 7.5rem;
    }
    .grid-nav
    {
        margin-bottom: 0.9375rem;
    }
}

/*ACCESSIBILITE*/
.chosen-container button {
	border: 0;
    background-color: transparent;
    width: 100%;
    text-align: left;
}
.navbar-lang .chosen-container .chosen-results li {
	padding: 0 0.4375rem !important;
}
.navbar-lang .chosen-container-single .chosen-single {
    font-size: 1rem;
    line-height: 1.625;
    height: 1.625rem;
    padding: 0 0.5375rem;
}
.navbar-lang .chosen-container-single .chosen-single div:after {
    font-size: 0.8125rem;
    line-height: 1.931;
	width: 1.2rem !important;
	right: 0 !important;
    left: auto !important;
	display:none;
}
.navbar-lang  .chosen-container-single .chosen-single span {
	margin-right:0;
}
.validation-errors p,
p.validation-errors {
	margin-bottom : 0 !important;
}
.order-actions button {
	font-weight: 600;
    text-decoration: none;
    color: #262421;
}
.order-actions button:hover {
	color:#d74120;
}
.tp-leftarrow:focus-visible, 
.tp-rightarrow:focus-visible {
    box-shadow: 0 0 0.355rem 0.25rem rgba(0,0,0, 0.4);
    border-radius: 0.25rem;	
}
.navbar-brand:focus-visible img {
  box-shadow: none;
}
.btn:focus-visible,
button:focus-visible,
a:focus-visible:not(:has(img)),
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
.product-img:has(button:focus-visible),
.product-img:has(a:focus-visible),
a:focus-visible img {
  box-shadow: 0 0 0.355rem 0.25rem rgba(215, 65, 32, 0.9);
  border-radius: 0.25rem;				
}

.navbar-nav > li > a:focus-visible,
.navbar.container a:focus-visible,
.navbar.container button:focus-visible,
footer .btn:focus-visible,
footer button:focus-visible,
footer a:focus-visible:not(:has(img)),
footer input:focus-visible,
footer select:focus-visible,
footer textarea:focus-visible,
footer [tabindex]:focus-visible,
footer .product-img:has(button:focus-visible),
footer .product-img:has(a:focus-visible),
footer a:focus-visible img {
  box-shadow: 0 0 0.355rem 0.25rem rgba(215, 65, 32, 0.9);
  border-radius: 0.25rem;		
}
/*ACCESSIBILITE-FIN*/

/*TEST JULIE*/
.container.test {
	display:flex;
	flex-direction: row; 
	justify-content: space-evenly;
	flex-wrap: wrap;
	border: 2px solid #3d3a37;
    padding: 10px;
    min-height: 300px; /* pour bien voir l’effet vertical */
    background: white;
}

.item-test {
      background: #4da6ff;
      color: white;
      padding: 20px;
      margin: 5px;
      text-align: center;
      border-radius: 8px;
      flex: 0 0 auto; /* par défaut, ne s'étire pas */
    }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px; /* espace entre les cartes */
}

.card {
  padding: 30px;
  border-radius: 15px;
  background: #fdf9f4;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: center;
}

  .liquid-glass {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.05)
    );
    background-size: 200% 200%;
    animation: liquidMove 8s ease-in-out infinite;

    border-radius: 24px;
    padding: 2rem 3rem;
    color: #fff;

    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    text-align: center;
    max-width: 400px;
  }

  @keyframes liquidMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

/*TEST JULIE*/

#ButtonReturnToShippingChoiceFromBPost {
	margin-top:20px;
	margin-bottom:15px;
}
.modal-title {
	font-weight: 600;
    color: #262421;
	font-size: 1.0625rem;
    line-height: 1;
    margin-bottom: 0;
}
.checkbox-deliveryaddress {
	font-size: 1.0625rem;
    line-height: 1;
    margin: 0 0 0.75rem;
}
.container.AIsearch + .container {
	margin-top:-3.125rem;
}
.result-ai {
	margin-bottom:1.25rem;
}
.AIsearch {
	padding-top: 3.125rem;
	padding-bottom: 4.375rem;
}
.Aisearch + .container-wrap {
	padding-bottom: 4.375rem;
	margin-top: -4.375rem;
}
.AIsearch .title {
	font-size: 2.8125rem;
    border: 0;
	margin-bottom: 2.8125rem;
}
.border-ombre-ia {
  box-shadow: 0.125rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  padding: 2.8125rem 0.9375rem;
  border-radius: 1.25rem;
  margin-left: 0;
}
.image-ia img {
	padding:1.875rem;
} 
.modal-title {
	font-weight: 600;
	color: #262421;
	font-size: 1.0625rem;
	line-height: 1;
	margin-bottom: 0;
}
.checkbox-deliveryaddress {
	font-size: 1.0625rem;
	line-height: 1;
	margin: 0 0 0.75rem;
}
.container.AIsearch + .container {
    margin-top: -3.125rem;
}
.result-ai {
	margin-bottom: 1.25rem;
}
.AIsearch {
	padding-top: 3.125rem;
	padding-bottom: 4.375rem;
}
.Aisearch + .container-wrap {
	padding-bottom: 4.375rem;
	margin-top: -4.375rem;
}
.AIsearch .title {
	font-size: 2.8125rem;
	border: 0;
	margin-bottom: 2.8125rem;
	line-height: 1.2;
}
.border-ombre-ia {
    box-shadow: 0.125rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
    padding: 2.8125rem 0.9375rem;
    border-radius: 1.25rem;
    margin-left: 0;
}

.image-ia img {
    padding: 1.875rem;
}

button {
	border: 0;
	background-color: transparent;
}
.footer .raty .fa-star, 
.footer .raty .fa-star-half-o {
	color:#ffffff;
}
.title {
	font-weight: 600;
    color: #262421;
	font-size: 1.125rem;
    line-height: 2.222;
	border-bottom: 0.125rem solid #262421;
	display:inline-block;
}
.infosearchkeys {
	font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.056;
    color: #262421;
    font-style:italic;
}
.number-of-products {
	margin-top: 0.9375rem;
	text-align:center;
}
.product-img {
	overflow: hidden; /* Cache la partie de l'image qui dépasse */
	position: relative;
}
.product-img img {
	object-fit: cover; /* Assure que l'image couvre toute la zone sans déformation */
    transition: transform 0.6s ease; /* Douce transition lors du zoom */
}
.product-img:hover img {
	transform: scale(1.2); /* Zoom à 120% */
}
#widgetbar .widget-title {
	margin-bottom: 1.25rem !important;
}
.border-login .form-wrap {
    margin-bottom: 0.9375rem;
}
.border-login h5 {
	margin-bottom:1.25rem;
}
.border-login p {
    margin-bottom: 0.9375rem;
}
#shippingmethod .panel p {
	line-height:1.313;
}
#shippingmethod .radio label {
	display:block;
	color: #262421;
	font-size: 1rem;
	line-height:1.313;
}
#shippingmethod .radio label i {
	font-size: 1.875rem;
	line-height: 1;
}
#shippingmethod .radio, .checkbox {
    margin-top: 0rem;
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
	.filters-vue [class*=col-] {
		padding-right:0.625rem;
	}
}
#shippingmethod .panel {
	border: 0.0625rem solid #e9e9e9;
	padding: 0.625rem 0.9375rem;
	margin-bottom: 0.9375rem;
}
#shippingmethod .panel input[type="radio"] {
   margin-top: 0.5rem;
}
.col-cart-border input[type=checkbox] {
    margin-top: 0.125rem;
}
.news img {
	width:100%;
}
.background-light {
    background-color: #f9f6f1;
}
.background-grey {
	background-color: #f9f6f1;
}
	.btn-text{
	font-weight:400;
	color:#262421;
	padding:0;
	font-size: 1rem;
	line-height:1.063;
}
.btn-text:hover{
	color:#d74120;
}
.products-rayons h2 {
	margin-bottom: 0.3125rem;
	font-size: 1.0625rem;
    line-height: 1;
    margin: 0 0 0.75rem;
}
.products-rayons .media-left img {
    width: 8.75rem !important;
	max-width: max-content;
}
@media screen and (min-width: 992px) and (max-width: 1300px)
{
    .products-rayons .media-left img {
    width: 6.25rem !important;
	max-width: max-content;
	}
	.products-rayons [class*=col-] {
		padding-right:0.625rem;
		padding-left:0.625rem;
	}
	.products-rayons [class*=col-]:last-child {
		padding-right:1.875rem;
	}
	.products-rayons [class*=col-]:first-child {
		padding-left:1.875rem;
	}	
}
@media screen and (min-width: 600px) and (max-width: 768px) {
	.media-left,
	.media-body {
		display:inline-block;
		vertical-align:middle;
	}
    .products-rayons .media-left img {
    width: 7.1875rem !important;
	max-width: max-content;
	}	
}
@media screen and (max-width: 599px) {
	.media-left,
	.media-body {
		display:block;
		text-align:center;
	}
	.products-rayons .media-left img {
		width: 6.875rem !important;
		max-width: max-content;
	}		
	.cost {
		display: none !important;
	}
	h1 {
		font-size: 2.3125rem;
		line-height: 2.3125rem;
		margin: 0 0 1.3125rem;
		font-weight: 400;
	}
	h2 {
		font-size: 2rem;
		line-height: 1;
		margin: 0 0 0.875rem;
		font-weight:400;
	}
	h3 {
		font-size: 1.6875rem;
		line-height:1.111;
		margin: 0 0 0.75rem;
		font-weight:400;
	}
	h4 {
		font-size: 1.4375rem;
		line-height: 1.5rem;
		margin: 0 0 0.6875rem;
	}
	h5 {
		font-size: 1.125rem;
		line-height:1.111;
		margin: 0 0 0.625rem;
	}

	h6 {
		font-size: 1rem;
		line-height:1;
		margin: 0 0 0.625rem;
	}
}
.products-rayons .media-left {
	padding-bottom:0.625rem;
	padding-right: 0.9375rem;
}
.products-rayons .media-body {
	vertical-align:middle;
}
@font-face {
    font-family: "dm-sans";
    src: url('/assets/fonts/web/DM_sans.woff');
}
.cart_item .product-quantity {
    width: 11.875rem;
}
.cart-form .cart-xs .cart_item {
    margin-bottom: 0rem;
}
.cart-xs hr {
    margin-top:0.625rem;
    margin-bottom:1.25rem;
}
.cart-xs .product-price,
.cart-xs .product-subtotal {
    display: block;
    line-height: 2.5rem;
}
.cart-xs .remove {
    margin-right: 0.9375rem;
}
.cart-xs .actions {
    text-align: right;
    border-top: 0rem solid #dedede;
}
.cart-form [class*=col-] {
    margin-bottom: 1.875rem;
}
.cart-form .cart-xs [class*=col-] {
    margin-bottom: 0rem;
}
.cart-modal {
    padding: 1.875rem !important;
}
@media screen and (max-width:47.625rem) {
    .cart-modal {
        padding: 0.3125rem !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
    .coupon {
        display: block;
    }

        .coupon input {
            margin-bottom:0.3125rem;
            max-width: 100% !important;
        }
}
@media screen and (min-width: 200px) and (max-width: 768px) {
    .coupon {
        display: block;
    }

        .coupon input {
            margin-bottom:0.3125rem;
            max-width: 100% !important;
        }
}
#ButtonCheckOut, #ButtonCheckOutXs {
    width: 100%;
}
.in-sale {
    background-color: #d74120;
    color: #ffffff;
    padding: 0.1875rem 0.5rem;
    margin-left: 0.375rem;
    border-radius: 1.25rem;
}
.icon-login {
    font-size: 1.125rem !important;
}
.icon-login.connected {
    color:#d74120;
}
#PanelThumbnails img {
    border: 0.0625rem solid #e9e9e9;
	aspect-ratio: 1 / 1;
    overflow: hidden;
}
.picture-product {
	aspect-ratio: 1 / 1;
    overflow: hidden;
}
#PanelThumbnails.clients-flat [class*=col-] {
    border:0;
}
.features .table > thead > tr > th,
.features .table > tbody > tr > th,
.features .table > thead > tr > td,
.features .table > tbody > tr > td {
    border-top: 0;
    padding:0.3125rem;
}
.features .table td a {
    font-weight: 400;
    color: #6a6a6a;
}
.features .table th {
    color: #262421;
    text-transform:uppercase;
    font-size: 0.875rem;
}
#ButtonAddToCart {
    height: 3.125rem;
    line-height: 2.5rem;
    padding: 0 1.75rem;
}
.filters-vue + hr {
    margin-top: 0rem;
}
@media screen and (min-width: 62rem) {
    .filters-vue .catfilters [class*=col-] {
        padding: 0rem 0.625rem 0.625rem 0.625rem;
    }
}
.catfilters [class*=col-] {
	padding-bottom:0.625rem;
}
#divCatFilter li:first-child .chosen-container {
	margin-top: 1.25rem
}
#ButtonEditAccount {
	margin-right:0.3125rem;
	padding: 0 0.9375rem;
}
.navbar-search.collapse.in .fa.fa-search {
    right: 0.625rem !important;
    color: #262421;
}
.navbar-search.collapse.in .fa.fa-times {
    right: 2.5rem !important;
    color: #262421;
}
.tp-bullets {
	-webkit-transform: translate3d(0,0,0) !important;
	z-index: 20 !important;
}

.tp-rightarrow.default {
	-webkit-transform: translate3d(0,0,0) !important;
	z-index: 20 !important;
}

.tp-leftarrow.default {
	-webkit-transform: translate3d(0,0,0) !important;
	z-index: 20 !important;
}
@media screen and (max-width: 992px) {
	.form-wrap .col-xs-12 {
		padding-right: 0;
		padding-left: 0;
		border-left: 0rem solid #272727;
	}
	.form-wrap .form-group [class*=col-]:nth-child(2n) input {
		border-top: 0rem solid #272727;
	}
	.form-wrap {
		border-bottom: 0rem solid #272727;
	}
}
.text ul li {
	list-style-type: disc;
}
.text ul {
    margin: 0 1.0625rem 1.5625rem !important;
}
@media screen and (max-width: 47.9375rem) {
    .form-group [class*=col-] {
        margin-bottom: 0rem !important;
    }
}
.modal-body-inside .chosen-results {
    padding: 0rem;
}
#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#blazor-error-ui .dismiss {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

#components-reconnect-modal {
     display: none !important;
}

.validation-errors {
	color: #d74120;
}

#overlay-disable-all {
	width: auto;
	height: auto;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 8010;
	background: url('/assets/images/overlay.png');
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

#async-not-finished {
	width: auto;
	height: 40vh;
	overflow: auto;
	overflow-y: scroll;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 8010;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.centered-in-parent {
	position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);    
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

input[type="number"] {
	text-align: center;
}


.active-result:hover {
	color: #262421 !important;
}

.grid-column-filter {
	font-size: 0.625rem;
	height: 1.5rem;
	margin-bottom: 0;
}
.grid-column-filter input {
	font-size: 0.625rem;
	height: 1.5rem;
	padding: 00.3125rem;
	border: 0.0625rem solid #e9e9e9;
}
.grid-column-filter select {
	font-size: 0.625rem;
	height: 1.5rem;
	padding: 00.3125rem;
}
.out-of-column-filters input {
	font-size: 0.625rem;
	height: 1.5rem;
	padding: 00.3125rem;
	border: 0.0625rem solid #e9e9e9;
}
::-webkit-calendar-picker-indicator { margin-left: -0.625rem; }

.table > thead > tr > th {
  vertical-align: top !important;
}

select {
	border: 0.0625rem solid #e9e9e9;
	color: #262421;
}


/*------------------------------------------------------------------
FIN AJOUT POUR BLAZOR
-------------------------------------------------------------------*/

.product-quantity form { margin-bottom: 0; }

@media (min-width: 768px) {
	.pull-right-lg {
		float: right;
	}

	.align-right-lg {
		text-align: right;
	}
}

@media (max-width: 768px) {
	.checkoutcenter {
		text-align: center;
		margin-bottom: 0.625rem;
	}

	.align-right-lg {
		text-align: center;
	}
	.news .btn-inverse.pull-right {
        float:none !important;
    }
}
@media screen and (max-width: 702px) {
	.navbar-form .fa
	{
		font-size: 1.25rem;
		line-height: 3.5625;
	}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* ratio 16/9 */
    height: 0; overflow: hidden;
    clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.noDownArrowInDropdown::after
{
    color: transparent !important;
}

.ShipToADifferentAddressDisabled { color: #b3b3b3; }

.brand a,
.meta {
	font-size: 0.875rem;
	color: #6a6a6a ;
	display: block;
	font-weight:400;
}
.news .meta {
	margin-top:0.625rem;
}
.news h4,
.news h2 {
    margin-bottom:0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 0 0.9375rem;	
}
.removeCatFilter {
	color: #d74120 !important;
	margin-left: 0.1875rem;
}

.removeCatFilter:hover {
	color: #262421 !important;
}

#ctl00_ContentPlaceHolder1_RayonsRepeater1_LinkButtonRemoveSearchKey { color: #d74120; }
#ctl00_ContentPlaceHolder1_RayonsRepeater1_LinkButtonRemoveSearchKey:hover { color: #262421; }
#ctl00_ContentPlaceHolder1_RayonsRepeater1_PanelSearchKeys { margin-top: 0.9375rem; }

.resetPriceSlider { color: #d74120 !important; }
.resetPriceSlider:hover { color: #262421 !important; }
.resetPriceSlider { margin-left: 0.9375rem; }

#h1item { 
    font-size: 1.875rem !important; 
    line-height: 1; 
    margin: 0 0 0.625rem !important; 
}
#h2item {     
    margin-top: -0.1875rem !important;
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    line-height: 1.364 !important;
    display: inline-block !important;
    margin: 0 !important;
    vertical-align: middle !important;
    color: #262421 !important;
}

@media screen and (min-width: 768px) {
    .rowvcenter {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 602px) {
    #ctl00_ContentPlaceHolder1_divButtonCancel {
        margin-bottom: 0.625rem !important;
    }
}

div[class^="col-"] img {
    max-width: 100%;
	height:auto;
}

#ctl00_cartInMenu1_PanelCartList li 
{
    padding: 0.625rem !important;
}

.comments .comment .comment-text {
    margin-left: 0 !important;
}

.rtPlus 
{
    margin-top: 0.625rem !important;
}

.rtMinus
{
    margin-top: 0.625rem !important;
}

.widget_product_categories_selected
{
    color: #d74120 !important;
}

#ctl00_ContentPlaceHolder1_ButtonAddToCart {
    margin-top: 0.625rem;
}
#ctl00_ContentPlaceHolder1_RadNumericTextBoxQty {
    margin-top: 0.625rem;
}
#ctl00_ContentPlaceHolder1_HyperLinkMinus {
    margin-top: 0.625rem;
}
#ctl00_ContentPlaceHolder1_HyperLinkPlus {
    margin-top: 0.625rem;
}
#single-product-description {
    margin-bottom: 1.25rem !important;
}

/* prix dans AutoContent3Filters */

.mask-dark.mask-info .amount {
    font-size: 1.125rem;
}
.mask-dark.mask-info del .amount {
    margin-right:0.3125rem;
    color: #808080;
}

.mask-dark.mask-info ins .amount {
    color: #d93636;
    font-weight: bolder;
}

.mask-dark.mask-info .amount {
    color: #fff;
}

.RadSocialShare_Default { border: 0 !important; }

.RadSocialShare_Default li { 
    padding-top: 0.625rem !important; 
}

.RadSocialShare_Default li:first-child { padding-bottom: 0.75rem !important; }

@media screen and (max-width: 479px) {
    #ctl00_ContentPlaceHolder1_ProcessSteps1_HyperLink1 { float: left; }
    #ctl00_ContentPlaceHolder1_ProcessSteps1_HyperLink2 { float: left; }
    #ctl00_ContentPlaceHolder1_ProcessSteps1_HyperLink3 { float: left; }
    #ctl00_ContentPlaceHolder1_ProcessSteps1_HyperLink4 { float: left; }
    #ctl00_ContentPlaceHolder1_ProcessSteps1_HyperLink5 { float: left; }
}

/***********************************************************************************
 *	+ GO TOP
 ***********************************************************************************/
	
	#go-top {
		z-index: 7000;
		display: none;
		position: fixed;
		bottom: 3.125rem;
		right: 3.125rem;
		width: 2.625rem;
		height: 2.625rem;
		border-radius: 50%;
		font-size: 1.25rem;
		line-height: 1.9;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		background-color: #282e3a;
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#go-top:hover {
		background-color: #d74120;
	}
	
	@media screen and (max-width: 767px)
    {
        #go-top { right: 0.625rem;}
    }

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
		margin-bottom: 1.25rem
	}
	
	.social-media a {
		display: inline-block;
		font-size: 1rem;
		line-height: 1;
		text-decoration: none;
		margin: 0.3125rem 1.25rem 0.3125rem 0;
		color: #6e6e6e;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a.adobe-reader:hover { color: #a42222 !important; }
	.social-media a.amazon:hover { color: #fe9608 !important; }
	.social-media a.android:hover { color: #a4c639 !important; }
	.social-media a.apple:hover { color: #d6d7cf !important; }
	.social-media a.badoo:hover { color: #f17834 !important; }
	.social-media a.behance:hover { color: #1e69e1 !important; }
	.social-media a.blogger:hover { color: #f26c37 !important; }
	.social-media a.blueetooth:hover { color: #0a3d91 !important; }
	.social-media a.chrome:hover { color: #ecc31d !important; }
	.social-media a.css:hover { color: #14a0dd !important; }
	.social-media a.deezer:hover { color: #ff0090 !important; }
	.social-media a.delicious:hover { color: #4088da !important; }
	.social-media a.deviantart:hover { color: #b6ca2a !important; }
	.social-media a.digg:hover { color: #006094 !important; }
	.social-media a.dribble:hover { color: #f26798 !important; }
	.social-media a.dropbox:hover { color: #007de4 !important; }
	.social-media a.drupal:hover { color: #3677ad !important; }
	.social-media a.email:hover { color: #262421000 !important; }
	.social-media a.facebook:hover { color: #3b5998 !important; }
	.social-media a.firefox:hover { color: #3194cb !important; }
	.social-media a.flickr:hover { color: #0062dd !important; }
	.social-media a.google:hover { color: #c63427 !important; }
	.social-media a.html:hover { color: #f06129 !important; }
	.social-media a.instagram:hover { color: #a07459 !important; }
	.social-media a.internet-explorer:hover { color: #20bcee !important; }
	.social-media a.itunes:hover { color: #169bf0 !important; }
	.social-media a.java:hover { color: #e66e00 !important; }
	.social-media a.joomla:hover { color: #5aa526 !important; }
	.social-media a.last-fm:hover { color: #f73600 !important; }
	.social-media a.linkedin:hover { color: #0077b5 !important; }
	.social-media a.linux:hover { color: #262421000 !important; }
	.social-media a.myspace:hover { color: #003399 !important; }
	.social-media a.opera:hover { color: #c10d0c !important; }
	.social-media a.outlook:hover { color: #0073c6 !important; }
	.social-media a.paypal:hover { color: #193866 !important; }
	.social-media a.picasa:hover { color: #8b689f !important; }
	.social-media a.pinterest:hover { color: #f71819 !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.rss:hover { color: #fb7629 !important; }
	.social-media a.safari:hover { color: #00a9ec !important; }
	.social-media a.share:hover { color: #010101 !important; }
	.social-media a.skype:hover { color: #00abeb !important; }
	.social-media a.soundcloud:hover { color: #ff3b00 !important; }
	.social-media a.spotify:hover { color: #9ac600 !important; }
	.social-media a.steam:hover { color: #020202 !important; }
	.social-media a.tumblr:hover { color: #34465d !important; }
	.social-media a.twitter:hover { color: #5ea9dd !important; }
	.social-media a.utorent:hover { color: #269036 !important; }
	.social-media a.vimeo:hover { color: #1ca7cc !important; }
	.social-media a.vine:hover { color: #02c594 !important; }
	.social-media a.vk:hover { color: #4c75a3 !important; }
	.social-media a.weibo:hover { color: #d52b2b !important; }
	.social-media a.weixin:hover { color: #f03c48 !important; }
	.social-media a.whatsapp:hover { color: #11ae09 !important; }
	.social-media a.wikipedia:hover { color: #363636 !important; }
	.social-media a.windows:hover { color: #00abf3 !important; }
	.social-media a.word:hover { color: #2a5699 !important; }
	.social-media a.wordpress:hover { color: #464646 !important; }
	.social-media a.xing:hover { color: #005d5e !important; }
	.social-media a.yahoo:hover { color: #44029a !important; }
	.social-media a.youtube:hover { color: #e22d24 !important; }
	
	
	/* COLORS */
	.social-media.color-default a:hover { color: #fe5e3e !important; }
	.social-media.color-blue a:hover { color: #00d2ed !important; }
	.social-media.color-green a:hover { color: #00e095 !important; }

    /* Info Stock*/
.InfoStock {
    color: #b70f0f;
    background-color: #faf0f0;
    display: inline-block;
    padding: 0.125rem 0.75rem;
    border-radius: 1.25rem;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
}

div#ControlsCatalogs {
    margin-bottom: 2.5rem;
}

#ControlsCatalogs_XS select {
    color: black;
    width: 100%;
    height: 2.5rem;
}
@media only screen and (min-width: 48rem) {
    .is-table-row {
        display: table;
    }

    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
        padding: 1.25rem 0 2.5rem 0;
    }
}

.rcRefreshImage {
    background:url(/assets/images/refresh.png);
    float:right;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.9375rem;
	cursor: pointer;
}

.rcRefreshImage:hover {
	background: url(/assets/images/refresh_black.png);
}
.process-wrap{width:90%;margin:.3125rem auto 3.125rem}.process-main{width:100%;display:flex}.col-3{width:20%;position:relative}.col-3:first-child .process-step:before{content:'1'}.col-3:nth-child(2) .process-step:before{content:'2'}.col-3:nth-child(3) .process-step:before{content:'3'}.col-3:nth-child(4) .process-step:before{content:'4'}.col-3:last-child .process-step:before{content:'5'}.process-main .col-3:not(:first-child):before{content:"";display:block;position:absolute;width:100%;height:.3125rem;top:1.09375rem;left:calc(-50% + 1.0625rem);right:0;background:#ebebeb;-o-transition:.4s;-ms-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s;transition:.4s}.process-processstep-cont{font-family:inherit;font-size:1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;align-content:space-between}.process-step{border-radius:100%;line-height:0;background:#959595;text-align:center;align-items:center;justify-content:center;align-self:center;display:flex;color:#fff;width:2.1875rem;height:2.1875rem;font-weight:700;margin-bottom:.4375rem;z-index:4}.process-label{color:#959595;font-weight:600;width:100%;text-align:center;font-size:.875rem}.process-dots{width:.625rem;height:.625rem;border-radius:50%;background-color:#ebebeb;cursor:pointer}.process-dot-cont{display:flex;justify-content:space-around;align-items:stretch;width:60%;padding-top:.3125rem}.active-step1 .col-3:first-child .process-step,.active-step1 .col-3:first-child .process-dots:first-child,.active-step1-mini2 .col-3:first-child .process-step,.active-step1-mini2 .col-3:first-child .process-dots:nth-child(-n+2),.active-step1-mini3 .col-3:first-child .process-step,.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+3),.active-step1-mini4 .col-3:first-child .process-step,.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+4),.active-step1-mini5 .col-3:first-child .process-step,.active-step1-mini5 .col-3:first-child .process-dots:nth-child(-n+5){background-color:#d74120}.active-step1-mini2 .col-3:first-child .process-dots:first-child,.active-step1-mini3 .col-3:first-child .process-dots:nth-child(-n+2),.active-step1-mini4 .col-3:first-child .process-dots:nth-child(-n+3),.active-step1-mini5 .col-3:first-child .process-dots:nth-child(-n+4){background-color:#fbcb93}.active-step1 .col-3:first-child .process-label,.active-step1-mini3 .col-3:first-child .process-label,.active-step1-mini2 .col-3:first-child .process-label,.active-step1-mini4 .col-3:first-child .process-label,.active-step1-mini5 .col-3:first-child .process-label{color:#d74120}.active-step2 .col-3:first-child,.active-step3 .col-3:nth-child(-n+2),.active-step4 .col-3:nth-child(-n+3),.active-step5 .col-3:nth-child(-n+4){opacity:.5}.active-step2 .col-3:first-child .process-step:before,.active-step3 .col-3:nth-child(-n+2) .process-step:before,.active-step4 .col-3:nth-child(-n+3) .process-step:before,.active-step5 .col-3:nth-child(-n+4) .process-step:before{content:'✓';padding:.4375rem}.active-step2 .col-3:nth-child(-n+2) .process-step,.active-step2 .col-3:nth-child(-n+2) .process-dots,.active-step3 .col-3:nth-child(-n+3) .process-step,.active-step3 .col-3:nth-child(-n+3) .process-dots,.active-step4 .col-3:nth-child(-n+4) .process-step,.active-step4 .col-3:nth-child(-n+4) .process-dots,.active-step5 .col-3:nth-child(-n+5) .process-step,.active-step5 .col-3:nth-child(-n+5) .process-dots{background-color:#d74120}.active-step2 .col-3:nth-child(-n+2) .process-label,.active-step3 .col-3:nth-child(-n+3) .process-label,.active-step4 .col-3:nth-child(-n+4) .process-label,.active-step5 .col-3:nth-child(-n+5) .process-label{color:#d74120}.active-step2 .col-3:nth-child(-n+2):before,.active-step3 .col-3:nth-child(-n+3):before,.active-step4 .col-3:nth-child(-n+4):before,.active-step5 .col-3:nth-child(-n+5):before{background:#d74120 !important}@media screen and (max-width:640px){.process-main{flex-wrap:wrap}.col-3{width:100%}.process-main .col-3:not(:first-child):before{display:none}.process-step{display:inline-block;line-height:2.3125rem;margin-bottom:.3125rem}.process-processstep-cont{display:inline-block}.process-label{margin-left:.625rem}.process-wrap{border:.0625rem solid #d9d9d9;padding:.75rem 1.25rem .4375rem 1.25rem;width:90%;margin-top:0;margin-bottom:1.875rem}}
.RadTreeView{white-space:nowrap;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.RadTreeView .rtSp,.RadTreeView .rtIn,.RadTreeView .rtImg,.RadTreeView .rtChk,.RadTreeView .rtChecked,.RadTreeView .rtUnchecked,.RadTreeView .rtIndeterminate,.RadTreeView .rtLoadingIcon{display:inline-block;vertical-align:middle}.RadTreeView .rtTemplate,.RadTreeView input{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.RadTreeView .rtUL{margin:0;padding:0;list-style:none}.RadTreeView .rtUL .rtUL{padding-left:1.25rem}.RadTreeView .rtTop,.RadTreeView .rtMid,.RadTreeView .rtBot{padding:.0625rem 0 .0625rem 1.25rem}.RadTreeView .rtSp{margin-left:-.0625rem;width:.0625rem;height:1.375rem}.RadTreeView .rtIn{margin-left:.0625rem;padding:.125rem .125rem .1875rem;border:.0625rem solid transparent;background-position:0 0;background-repeat:repeat-x;text-decoration:none}.RadTreeView a.rtIn{color:inherit;cursor:pointer}.RadTreeView div.rtIn{vertical-align:top}*+html .RadTreeView a.rtIn{color:expression(this.parentNode.currentStyle.color)}*+html .RadTreeView div.rtIn{display:inline;zoom:1}.RadTreeView .rtChk,.RadTreeView .rtChecked,.RadTreeView .rtUnchecked,.RadTreeView .rtIndeterminate{margin:0 .1875rem;padding:0;width:.8125rem;height:.8125rem}.RadTreeView .rtUnchecked{background-position:0 0}.RadTreeView .rtChecked{background-position:0 -2.5rem}.RadTreeView .rtIndeterminate{background-position:0 -5rem}.RadTreeView .rtTemplate:after{content:"";clear:both;display:block}.RadTreeView .rtHover .rtIn{background-position:0 -62.5rem\9}.RadTreeView .rtSelected .rtIn{background-position:0 -125rem\9}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.RadTreeView .rtHover .rtIn,.RadTreeView .rtSelected .rtIn{background-position:0 0}}.RadTreeView .rtEdit{white-space:nowrap !important}.RadTreeView .rtEdit input{margin:0;padding:0;height:1.4em;border:0;outline:0;color:inherit;background:0;font:inherit;line-height:1.4em;cursor:text}*+html .RadTreeView .rtEdit input{color:expression(this.parentNode.currentStyle.color)}.RadTreeView .rtLoadingIcon{margin:-.25rem .1875rem 0;width:1rem;height:1rem;overflow:hidden;text-indent:-62.4375rem;font-size:0;background-position:0 0;background-repeat:no-repeat}.RadTreeView .rtLoadingBelow{display:block}.RadTreeView .rtPlus,.RadTreeView .rtMinus{margin:.3125rem .1875rem 0 -1.0625rem;padding:0;width:.6875rem;height:.6875rem;background-repeat:no-repeat;font-size:0;display:inline-block;vertical-align:top}.RadTreeView .rtPlus{background-position:0 0}.RadTreeView .rtPlusHover{background-position:0 -1.375rem}.RadTreeView .rtMinus{background-position:0 -.6875rem}.RadTreeView .rtMinusHover{background-position:0 -2.0625rem}.RadTreeView .rtLines .rtLI{background-image:url('/assets/images/tree_dots_vert.png');background-position:0 0;background-repeat:repeat-y}.RadTreeView .rtLines .rtLast{background-image:none}.RadTreeView .rtLines .rtTop,.RadTreeView .rtLines .rtMid,.RadTreeView .rtLines .rtBot{background-position:0 0;background-repeat:no-repeat}.RadTreeView .rtLines .rtLast .rtTop{background-image:url('/assets/images/tree_dots_hor.png')}.RadTreeView .rtLines .rtMid{background-image:url('/assets/images/tree_dots_t.png')}.RadTreeView .rtLines .rtBot{background-image:url('/assets/images/tree_dots_bottom.png')}.RadTreeView[disabled],.RadTreeView .rtDisabled{filter:alpha(opacity=50);opacity:.5}.RadTreeView[disabled] .rtDisabled{filter:alpha(opacity=100);opacity:1}.RadTreeView label{font-weight:normal;font-size:inherit;line-height:inherit;display:inline}.RadTreeView_rtl .rtUL .rtUL{padding-left:0;padding-right:1.25rem}.RadTreeView_rtl .rtTop,.RadTreeView_rtl .rtMid,.RadTreeView_rtl .rtBot{padding-left:0;padding-right:1.25rem}.RadTreeView_rtl .rtSp{margin-left:0;margin-right:-.0625rem}.RadTreeView_rtl .rtPlus,.RadTreeView_rtl .rtMinus{margin-left:.375rem;margin-right:-1.0625rem}.RadTreeView_rtl .rtPlus{background-position:-.6875rem 0}.RadTreeView_rtl .rtPlusHover{background-position:-.6875rem -1.375rem}.RadTreeView_rtl .rtMinus{background-position:-.6875rem -.6875rem}.RadTreeView_rtl .rtMinusHover{background-position:-.6875rem -2.0625rem}.RadTreeView_rtl .rtLines .rtLast{background-image:none}.RadTreeView_rtl .rtLines .rtTop,.RadTreeView_rtl .rtLines .rtMid,.RadTreeView_rtl .rtLines .rtBot{background-position:100% 0}.rtDropAbove,.rtDropBelow{border:.0625rem dotted #000;font-size:.1875rem;line-height:3;height:.1875rem;margin-top:-.0625rem}.rtDropAbove{border-bottom:0}.rtDropBelow{border-top:0}div.RadTreeView_designtime .rtTop,div.RadTreeView_designtime .rtMid,div.RadTreeView_designtime .rtBot{position:relative}div.RadTreeView_designtime .rtPlus,div.RadTreeView_designtime .rtMinus{margin:0;position:absolute;left:.1875rem;top:.25rem}.rtTouchDragClue{margin-top:-3.125rem}.RadTreeView_Metro .rtHover .rtIn{border-color:#e7e7e7;color:#000;background-color:#e7e7e7}.RadTreeView_Metro .rtSelected .rtIn{border-color:#25a0da;color:#fff;background-color:#25a0da}.RadTreeView_Metro .rtPlus,.RadTreeView_Metro .rtMinus{background-image:url('/assets/images/tree_crosses.png')}.RadTreeView_Metro .rtLines .rtLI,.RadTreeView_Metro .rtLines .rtTop,.RadTreeView_Metro .rtLines .rtLast .rtTop,.RadTreeView_Metro .rtLines .rtMid,.RadTreeView_Metro .rtLines .rtBot{background-image:none}.RadTreeView .rtTemplate,.RadTreeView input{user-select:text}.RadFileExplorer .rtTemplate{display:inline-block}.RadFileExplorer,.RadFileExplorer *{box-sizing:content-box}.RadFileExplorer .RadTreeView .rfeFileExtension{display:inline-block;zoom:1}.RadFileExplorer_Silk span.rfeFileExtension,.RadFileExplorer_Silk div.rfeFileExtension{background:transparent url('/assets/images/treeFileExtension.png') no-repeat -.4375rem -42.5625rem}.RadFileExplorer .folder{background-position:-.4375rem -76.5rem !important}.RadFileExplorer .rfeFileExtension{height:1.125rem;line-height:1.125;padding:0 0 0 1.25rem !important;white-space:nowrap}.RadTreeView_Silk .rtSelected .rtIn{border-color:#81cfdc;color:#fff;background-color:#81cfdc}.table-folder-view>tr{vertical-align:top}.RadFileExplorer .gif{background-position:-.4375rem -2.4375rem !important}.RadFileExplorer .html,.RadFileExplorer .htm,.RadFileExplorer .xhtml,.RadFileExplorer .hta{background-position:-.4375rem -4.4375rem !important}.RadFileExplorer .exe,.RadFileExplorer .bat{background-position:-.4375rem -60.4375rem !important}.RadFileExplorer .rar,.RadFileExplorer .zip,.RadFileExplorer .ace{background-position:-.4375rem -6.375rem !important}.RadFileExplorer .psd,.RadFileExplorer .pdd{background-position:-.4375rem -8.4375rem !important}.RadFileExplorer .js{background-position:-.4375rem -10.4375rem !important}.RadFileExplorer .vbs{background-position:-.4375rem -62.4375rem !important}.RadFileExplorer .css{background-position:-.4375rem -12.5rem !important}.RadFileExplorer .txt{background-position:-.4375rem -14.5rem !important}.RadFileExplorer .asp{background-position:-.4375rem -16.5rem !important}.RadFileExplorer .aspx{background-position:-.4375rem -18.5rem !important}.RadFileExplorer .sln{background-position:-.4375rem -20.4375rem !important}.RadFileExplorer .suo{background-position:-.4375rem -84rem !important}.RadFileExplorer .config{background-position:-.4375rem -22.5rem !important}.RadFileExplorer .cs{background-position:-.4375rem -24.5rem !important}.RadFileExplorer .vb{background-position:-.4375rem -26.5rem !important}.RadFileExplorer .doc,.RadFileExplorer .docx,.RadFileExplorer .rtf,.RadFileExplorer .dot{background-position:-.4375rem -28.5rem !important}.RadFileExplorer .ppt,.RadFileExplorer .pptx{background-position:-.4375rem -30.5rem !important}.RadFileExplorer .xls,.RadFileExplorer .xlsx{background-position:-.4375rem -32.4375rem !important}.RadFileExplorer .ascx{background-position:-.4375rem -34.375rem !important}.RadFileExplorer .jpg,.RadFileExplorer .jpeg,.RadFileExplorer .jpe{background-position:-.4375rem -36.5rem !important}.RadFileExplorer .png{background-position:-.4375rem -38.4375rem !important}.RadFileExplorer .mdb{background-position:-.4375rem -40.5rem !important}.RadFileExplorer .csproj{background-position:-.4375rem -44.4375rem !important}.RadFileExplorer .webinfo{background-position:-.4375rem -46.5rem !important}.RadFileExplorer .vbproj{background-position:-.4375rem -48.4375rem !important}.RadFileExplorer .pdf{background-position:-.4375rem -50.5rem !important}.RadFileExplorer .bmp{background-position:-.4375rem -52.5rem !important}.RadFileExplorer .swf{background-position:-.4375rem -54.5rem !important}.RadFileExplorer .tif,.RadFileExplorer .tiff{background-position:-.4375rem -56.5rem !important}.RadFileExplorer .mpg,.RadFileExplorer .mpeg,.RadFileExplorer .avi,.RadFileExplorer .gp3,.RadFileExplorer .mov,.RadFileExplorer .mpeg4,.RadFileExplorer .aif,.RadFileExplorer .aiff,.RadFileExplorer .rm,.RadFileExplorer .wmv{background-position:-.4375rem -58.5rem !important}.RadFileExplorer .mp3,.RadFileExplorer .mp4,.RadFileExplorer .mid,.RadFileExplorer .midi,.RadFileExplorer .wav,.RadFileExplorer .gp3,.RadFileExplorer .gp4,.RadFileExplorer .gp5,.RadFileExplorer .wma,.RadFileExplorer .ogg{background-position:-.4375rem -64.4375rem !important}.RadFileExplorer .fla,.RadFileExplorer .flv{background-position:-.4375rem -66.4375rem !important}.RadFileExplorer .dll{background-position:-.4375rem -68.4375rem !important}.RadFileExplorer .xml{background-position:-.4375rem -70.4375rem !important}.RadFileExplorer .xslt{background-position:-.4375rem -72.4375rem !important}.RadFileExplorer .xsl{background-position:-.4375rem -74.4375rem !important}.RadFileExplorer .bac{background-position:-.4375rem -42.5625rem}
@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexQ.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexQ.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexQ.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:800;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWVAexQ.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype')}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype')}
@font-face{font-family:'Satisfy';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/satisfy/v22/rP2Hp2yn6lkG50LoCZOIGA.ttf) format('truetype')}
.modalblazor-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:rgba(0,0,0,.8);opacity:1}.modalblazor{position:fixed;top:10%;left:50%;z-index:1050;background-color:#fff;opacity:1;border:1px solid #999;border:1px solid rgba(0,0,0,.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,.3);box-shadow:0 3px 7px rgba(0,0,0,.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:none}@media(min-width:768px){.modalblazor{transform:translateX(-50%)}}.modalblazor.fade{-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out;top:-25%}.modalblazor.fade.in{top:10%}.modalblazor-header{padding-top:25px;padding-left:15px;padding-right:15px;border-bottom:1px solid #eee;background-color:#f5f5f5;border-radius:6px 6px 0 0}.modalblazor-header .close{margin-top:2px}.modalblazor-header h3{margin:0;line-height:30px}.modalblazor-body{position:relative;overflow-y:hidden;padding:15px}.modalblazor-form{margin-bottom:0}.modalblazor-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modalblazor-footer:before,.modalblazor-footer:after{display:table;content:"";line-height:0}.modalblazor-footer:after{clear:both}.modalblazor-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modalblazor-footer .btn-group .btn+.btn{margin-left:-1px}.modalblazor-footer .btn-block+.btn-block{margin-left:0}.modalblazor-title{padding-bottom:10px;margin-top:-10px}@media(max-width:767px){.modalblazor{position:fixed;top:20px;left:20px;right:20px;width:auto;margin:0}.modalblazor.fade{top:-100px}.modalblazor.fade.in{top:20px}}button.closeblazor{float:right;background-color:transparent;border:0;appearance:none;font-size:1.5rem;font-weight:500;margin-top:-16px !important}button.closeblazor:hover{font-weight:700}
