@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a > .caret,
  .dropup > .btn > .caret,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropup > a > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*@import "vendor/bootstrap-3.3.6/glyphicons";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  background-color: #fff; }

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

a {
  color: #501E70;
  text-decoration: none; }
  a:hover, a:focus {
    color: #250e34;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.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, .archive-listing .post .entry-title, .tabs-list .tabs-tab a.collapsed .tab-heading, .h5, .h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #222222; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small, .archive-listing .post .entry-title small, .tabs-list .tabs-tab a.collapsed .tab-heading small,
  .h4 .small,
  .archive-listing .post .entry-title .small,
  .tabs-list .tabs-tab a.collapsed .tab-heading .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

h4, .h4, .archive-listing .post .entry-title, .tabs-list .tabs-tab a.collapsed .tab-heading,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px; }
  h4 small,
  h4 .small, .h4 small, .archive-listing .post .entry-title small, .tabs-list .tabs-tab a.collapsed .tab-heading small,
  .h4 .small,
  .archive-listing .post .entry-title .small,
  .tabs-list .tabs-tab a.collapsed .tab-heading .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

h4, .h4, .archive-listing .post .entry-title, .tabs-list .tabs-tab a.collapsed .tab-heading {
  font-size: 18px; }

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

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

p {
  margin: 0 0 12px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #501E70; }

a.text-primary:hover,
a.text-primary:focus {
  color: #331348; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #501E70; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #331348; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5; }

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

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

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

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

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

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

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

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

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

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

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

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

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

.radio-inline.disabled, input[disabled] ~ .radio-inline.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.radio-inline.custom-checkbox, input[disabled] ~ .radio-inline.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.radio-inline.custom-radio,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
input[disabled] ~ .checkbox-inline.custom-checkbox.btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.checkbox-inline.custom-checkbox,
input[disabled] ~ .checkbox-inline.custom-radio.btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.checkbox-inline.custom-radio,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, input[disabled] ~ .radio.custom-checkbox.btn label, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.radio.custom-checkbox label, input[disabled] ~ .radio.custom-radio.btn label, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.radio.custom-radio label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
input[disabled] ~ .checkbox.custom-checkbox.btn label,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.checkbox.custom-checkbox label,
input[disabled] ~ .checkbox.custom-radio.btn label,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.checkbox.custom-radio label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-lg > .input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-sm > .input-group-btn > a.form-control-static {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-sm > .input-group-btn > a {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

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

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-lg > .input-group-btn > a {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:focus, .btn.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus, .btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active:focus, .btn:active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active.focus, .btn.active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active:focus, .btn.active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:hover, .btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:focus, .btn.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active, .btn.active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled, input[disabled] ~ .btn.custom-checkbox, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-checkbox, input[disabled] ~ .btn.custom-radio, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-radio, .btn[disabled], .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled, input[disabled] ~ a.btn.custom-checkbox, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-checkbox, input[disabled] ~ a.btn.custom-radio, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-radio,
fieldset[disabled] a.btn,
fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a {
  pointer-events: none; }

.btn-default, .custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox,
.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio {
  color: #333;
  background-color: #e0e0e0;
  border-color: #e0e0e0; }
  .btn-default:focus, .custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:focus,
  .custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:focus, .btn-default.focus, .focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus.custom-checkbox,
  .focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus.custom-radio {
    color: #333;
    background-color: #c7c7c7;
    border-color: #a1a1a1; }
  .btn-default:hover, .custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:hover,
  .custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:hover {
    color: #333;
    background-color: #c7c7c7;
    border-color: #c2c2c2; }
  .btn-default:active, .custom-checkbox.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active,
  .custom-radio.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active, .btn-default.active, .active.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-checkbox,
  .active.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-radio,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.custom-checkbox.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-checkbox,
  .open > .dropdown-toggle.custom-radio.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-radio {
    color: #333;
    background-color: #c7c7c7;
    border-color: #c2c2c2; }
    .btn-default:active:hover, .custom-checkbox.btn:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active:hover,
    .custom-radio.btn:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active:hover, .btn-default:active:focus, .custom-checkbox.btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active:focus,
    .custom-radio.btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active:focus, .btn-default:active.focus, .custom-checkbox.btn:active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active.focus,
    .custom-radio.btn:active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active.focus, .btn-default.active:hover, .active.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-checkbox:hover,
    .active.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-radio:hover, .btn-default.active:focus, .active.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-checkbox:focus,
    .active.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-radio:focus, .btn-default.active.focus, .active.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.focus.custom-checkbox,
    .active.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.focus.custom-radio,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .dropdown-toggle.custom-checkbox.btn:hover,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-checkbox:hover,
    .open > .dropdown-toggle.custom-radio.btn:hover,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-radio:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .dropdown-toggle.custom-checkbox.btn:focus,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-checkbox:focus,
    .open > .dropdown-toggle.custom-radio.btn:focus,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-radio:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.custom-checkbox.btn,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.focus.custom-checkbox,
    .open > .dropdown-toggle.focus.custom-radio.btn,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.focus.custom-radio {
      color: #333;
      background-color: #b5b5b5;
      border-color: #a1a1a1; }
  .btn-default:active, .custom-checkbox.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active,
  .custom-radio.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active, .btn-default.active, .active.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-checkbox,
  .active.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.custom-radio,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.custom-checkbox.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-checkbox,
  .open > .dropdown-toggle.custom-radio.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.custom-radio {
    background-image: none; }
  .btn-default.disabled:hover, input[disabled] ~ .custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-checkbox:hover,
  input[disabled] ~ .custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-radio:hover, .disabled.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled.custom-checkbox:hover,
  .disabled.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled.custom-radio:hover, .btn-default.disabled:focus, input[disabled] ~ .custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-checkbox:focus,
  input[disabled] ~ .custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-radio:focus, .disabled.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled.custom-checkbox:focus,
  .disabled.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled.custom-radio:focus, .btn-default.disabled.focus, input[disabled] ~ .focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.focus.custom-checkbox,
  input[disabled] ~ .focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.focus.custom-radio, .disabled.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled.focus.custom-checkbox,
  .disabled.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled.focus.custom-radio, .btn-default[disabled]:hover, .custom-checkbox.btn[disabled]:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox[disabled]:hover,
  .custom-radio.btn[disabled]:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio[disabled]:hover, .btn-default[disabled]:focus, .custom-checkbox.btn[disabled]:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox[disabled]:focus,
  .custom-radio.btn[disabled]:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio[disabled]:focus, .btn-default[disabled].focus, .custom-checkbox.btn[disabled].focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox[disabled].focus,
  .custom-radio.btn[disabled].focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .custom-checkbox.btn:hover,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a.custom-checkbox:hover,
  fieldset[disabled] .custom-radio.btn:hover,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a.custom-radio:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .custom-checkbox.btn:focus,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a.custom-checkbox:focus,
  fieldset[disabled] .custom-radio.btn:focus,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a.custom-radio:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .focus.custom-checkbox.btn,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus.custom-checkbox,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a.focus.custom-checkbox,
  fieldset[disabled] .focus.custom-radio.btn,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus.custom-radio,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a.focus.custom-radio {
    background-color: #e0e0e0;
    border-color: #e0e0e0; }
  .btn-default .badge, .custom-checkbox.btn .badge, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox .badge, .custom-radio.btn .badge, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio .badge {
    color: #e0e0e0;
    background-color: #333; }

.btn-primary, input:checked ~ .custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox, input:checked ~ .custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio {
  color: #fff;
  background-color: #501E70;
  border-color: transparent; }
  .btn-primary:focus, input:checked ~ .custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:focus, input:checked ~ .custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:focus, .btn-primary.focus, input:checked ~ .focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.focus.custom-checkbox, input:checked ~ .focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.focus.custom-radio {
    color: #fff;
    background-color: #331348;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:hover, input:checked ~ .custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:hover, input:checked ~ .custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:hover {
    color: #fff;
    background-color: #331348;
    border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, input:checked ~ .custom-checkbox.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:active, input:checked ~ .custom-radio.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:active, .btn-primary.active, input:checked ~ .active.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-checkbox, input:checked ~ .active.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-radio,
  .open > .btn-primary.dropdown-toggle,
  .open > input:checked ~ .dropdown-toggle.custom-checkbox.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-checkbox,
  .open > input:checked ~ .dropdown-toggle.custom-radio.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-radio {
    color: #fff;
    background-color: #331348;
    border-color: rgba(0, 0, 0, 0); }
    .btn-primary:active:hover, input:checked ~ .custom-checkbox.btn:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:active:hover, input:checked ~ .custom-radio.btn:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:active:hover, .btn-primary:active:focus, input:checked ~ .custom-checkbox.btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:active:focus, input:checked ~ .custom-radio.btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:active:focus, .btn-primary:active.focus, input:checked ~ .custom-checkbox.btn:active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:active.focus, input:checked ~ .custom-radio.btn:active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:active.focus, .btn-primary.active:hover, input:checked ~ .active.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-checkbox:hover, input:checked ~ .active.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-radio:hover, .btn-primary.active:focus, input:checked ~ .active.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-checkbox:focus, input:checked ~ .active.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-radio:focus, .btn-primary.active.focus, input:checked ~ .active.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.focus.custom-checkbox, input:checked ~ .active.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.focus.custom-radio,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > input:checked ~ .dropdown-toggle.custom-checkbox.btn:hover,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-checkbox:hover,
    .open > input:checked ~ .dropdown-toggle.custom-radio.btn:hover,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-radio:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > input:checked ~ .dropdown-toggle.custom-checkbox.btn:focus,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-checkbox:focus,
    .open > input:checked ~ .dropdown-toggle.custom-radio.btn:focus,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-radio:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > input:checked ~ .dropdown-toggle.focus.custom-checkbox.btn,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.focus.custom-checkbox,
    .open > input:checked ~ .dropdown-toggle.focus.custom-radio.btn,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.focus.custom-radio {
      color: #fff;
      background-color: #1f0c2c;
      border-color: rgba(0, 0, 0, 0); }
  .btn-primary:active, input:checked ~ .custom-checkbox.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:active, input:checked ~ .custom-radio.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:active, .btn-primary.active, input:checked ~ .active.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-checkbox, input:checked ~ .active.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.active.custom-radio,
  .open > .btn-primary.dropdown-toggle,
  .open > input:checked ~ .dropdown-toggle.custom-checkbox.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-checkbox,
  .open > input:checked ~ .dropdown-toggle.custom-radio.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > input:checked ~ a.dropdown-toggle.custom-radio {
    background-image: none; }
  .btn-primary.disabled:hover, input[disabled] ~ .btn-primary.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-primary.custom-checkbox:hover, input[disabled] ~ input:checked ~ .custom-checkbox.btn:hover, input:checked ~ input[disabled] ~ .custom-checkbox.btn:hover, input:checked[disabled] ~ .custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ input:checked ~ a.custom-checkbox:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ input[disabled] ~ a.custom-checkbox:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked[disabled] ~ a.custom-checkbox:hover, input[disabled] ~ .btn-primary.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-primary.custom-radio:hover, input[disabled] ~ input:checked ~ .custom-radio.btn:hover, input:checked ~ input[disabled] ~ .custom-radio.btn:hover, input:checked[disabled] ~ .custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ input:checked ~ a.custom-radio:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ input[disabled] ~ a.custom-radio:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked[disabled] ~ a.custom-radio:hover, input:checked ~ .disabled.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.disabled.custom-checkbox:hover, input:checked ~ .disabled.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.disabled.custom-radio:hover, .btn-primary.disabled:focus, input[disabled] ~ .btn-primary.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-primary.custom-checkbox:focus, input[disabled] ~ input:checked ~ .custom-checkbox.btn:focus, input:checked ~ input[disabled] ~ .custom-checkbox.btn:focus, input:checked[disabled] ~ .custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ input:checked ~ a.custom-checkbox:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ input[disabled] ~ a.custom-checkbox:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked[disabled] ~ a.custom-checkbox:focus, input[disabled] ~ .btn-primary.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-primary.custom-radio:focus, input[disabled] ~ input:checked ~ .custom-radio.btn:focus, input:checked ~ input[disabled] ~ .custom-radio.btn:focus, input:checked[disabled] ~ .custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ input:checked ~ a.custom-radio:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ input[disabled] ~ a.custom-radio:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked[disabled] ~ a.custom-radio:focus, input:checked ~ .disabled.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.disabled.custom-checkbox:focus, input:checked ~ .disabled.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.disabled.custom-radio:focus, .btn-primary.disabled.focus, input[disabled] ~ .btn-primary.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-primary.focus.custom-checkbox, input[disabled] ~ input:checked ~ .focus.custom-checkbox.btn, input:checked ~ input[disabled] ~ .focus.custom-checkbox.btn, input:checked[disabled] ~ .focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ input:checked ~ a.focus.custom-checkbox, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ input[disabled] ~ a.focus.custom-checkbox, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked[disabled] ~ a.focus.custom-checkbox, input[disabled] ~ .btn-primary.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-primary.focus.custom-radio, input[disabled] ~ input:checked ~ .focus.custom-radio.btn, input:checked ~ input[disabled] ~ .focus.custom-radio.btn, input:checked[disabled] ~ .focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ input:checked ~ a.focus.custom-radio, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ input[disabled] ~ a.focus.custom-radio, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked[disabled] ~ a.focus.custom-radio, input:checked ~ .disabled.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.disabled.focus.custom-checkbox, input:checked ~ .disabled.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.disabled.focus.custom-radio, .btn-primary[disabled]:hover, input:checked ~ .custom-checkbox.btn[disabled]:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox[disabled]:hover, input:checked ~ .custom-radio.btn[disabled]:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio[disabled]:hover, .btn-primary[disabled]:focus, input:checked ~ .custom-checkbox.btn[disabled]:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox[disabled]:focus, input:checked ~ .custom-radio.btn[disabled]:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio[disabled]:focus, .btn-primary[disabled].focus, input:checked ~ .custom-checkbox.btn[disabled].focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox[disabled].focus, input:checked ~ .custom-radio.btn[disabled].focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] input:checked ~ .custom-checkbox.btn:hover,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] input:checked ~ a.custom-checkbox:hover,
  fieldset[disabled] input:checked ~ .custom-radio.btn:hover,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] input:checked ~ a.custom-radio:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] input:checked ~ .custom-checkbox.btn:focus,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] input:checked ~ a.custom-checkbox:focus,
  fieldset[disabled] input:checked ~ .custom-radio.btn:focus,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] input:checked ~ a.custom-radio:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] input:checked ~ .focus.custom-checkbox.btn,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.focus.custom-checkbox,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] input:checked ~ a.focus.custom-checkbox,
  fieldset[disabled] input:checked ~ .focus.custom-radio.btn,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.focus.custom-radio,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] input:checked ~ a.focus.custom-radio {
    background-color: #501E70;
    border-color: transparent; }
  .btn-primary .badge, input:checked ~ .custom-checkbox.btn .badge, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox .badge, input:checked ~ .custom-radio.btn .badge, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio .badge {
    color: #501E70;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: rgba(0, 0, 0, 0); }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, input[disabled] ~ .btn-success.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-success.custom-checkbox:hover, input[disabled] ~ .btn-success.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-success.custom-radio:hover, .btn-success.disabled:focus, input[disabled] ~ .btn-success.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-success.custom-checkbox:focus, input[disabled] ~ .btn-success.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-success.custom-radio:focus, .btn-success.disabled.focus, input[disabled] ~ .btn-success.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-success.focus.custom-checkbox, input[disabled] ~ .btn-success.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-success.focus.custom-radio, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: transparent; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: rgba(0, 0, 0, 0); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, input[disabled] ~ .btn-info.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-info.custom-checkbox:hover, input[disabled] ~ .btn-info.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-info.custom-radio:hover, .btn-info.disabled:focus, input[disabled] ~ .btn-info.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-info.custom-checkbox:focus, input[disabled] ~ .btn-info.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-info.custom-radio:focus, .btn-info.disabled.focus, input[disabled] ~ .btn-info.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-info.focus.custom-checkbox, input[disabled] ~ .btn-info.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-info.focus.custom-radio, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: transparent; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: rgba(0, 0, 0, 0); }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, input[disabled] ~ .btn-warning.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-warning.custom-checkbox:hover, input[disabled] ~ .btn-warning.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-warning.custom-radio:hover, .btn-warning.disabled:focus, input[disabled] ~ .btn-warning.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-warning.custom-checkbox:focus, input[disabled] ~ .btn-warning.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-warning.custom-radio:focus, .btn-warning.disabled.focus, input[disabled] ~ .btn-warning.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-warning.focus.custom-checkbox, input[disabled] ~ .btn-warning.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-warning.focus.custom-radio, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: transparent; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: rgba(0, 0, 0, 0); }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, input[disabled] ~ .btn-danger.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-danger.custom-checkbox:hover, input[disabled] ~ .btn-danger.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-danger.custom-radio:hover, .btn-danger.disabled:focus, input[disabled] ~ .btn-danger.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-danger.custom-checkbox:focus, input[disabled] ~ .btn-danger.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-danger.custom-radio:focus, .btn-danger.disabled.focus, input[disabled] ~ .btn-danger.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-danger.focus.custom-checkbox, input[disabled] ~ .btn-danger.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-danger.focus.custom-radio, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: transparent; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #501E70;
  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: #250e34;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-lg > a {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2px; }

.btn-sm, .btn-group-sm > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-sm > a {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px; }

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

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

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

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
    white-space: nowrap; }

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a, .dropdown-menu > input[disabled] ~ .custom-radio.btn > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:hover, .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:focus, .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:hover, .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:focus, .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a {
  outline: 0; }

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a,
  .btn-group-vertical > .btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a:hover, .btn-group > .btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a:focus, .btn-group > .btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a:active, .btn-group > .btn.active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a.active,
    .btn-group-vertical > .btn:hover,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a:hover,
    .btn-group-vertical > .btn:focus,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a.active {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group a + .btn, .btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group .btn + a, .btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + .btn-group,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group + a,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-toolbar a,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-toolbar > a,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a: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), .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a: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, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > .btn-group:first-child:not(:last-child) > a: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, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > .btn-group:last-child:not(:first-child) > a: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, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-lg.btn-group > a + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

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

.btn .caret, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-lg > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-lg > a .caret, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropup .btn-group-lg > a .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > .btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }


.btn-group-vertical > .btn-group > .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > .btn-group > a {
  float: none; }

.btn-group-vertical > .btn + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > .btn + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > .btn-group:first-child:not(:last-child) > a: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, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-vertical > .btn-group:last-child:not(:first-child) > a: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, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-justified > a,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-justified > .btn-group a {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description [data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description [data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description [data-toggle="buttons"] > .btn-group > a input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #222222;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 2px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-sm > .input-group-btn > a.input-group-addon {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-lg > .input-group-btn > a.input-group-addon {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 2px; }
  .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,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:last-child > .btn-group:not(:last-child) > a {
  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,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:first-child > .btn-group:not(:first-child) > a {
  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, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn > a {
    position: relative; }
    .input-group-btn > .btn + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn > a + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn > .btn + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn > a + a {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn > a:hover, .input-group-btn > .btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn > a:focus, .input-group-btn > .btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn > a:active {
      z-index: 2; }
  
  .input-group-btn:first-child > .btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:first-child > a,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:last-child > .btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-btn:last-child > a,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 15px 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a, .nav > input[disabled] ~ li.custom-checkbox.btn > a, .nav > input[disabled] ~ li.custom-radio.btn > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > input[disabled] ~ li.custom-checkbox.btn > a:hover, .nav > input[disabled] ~ li.custom-radio.btn > a:hover, .nav > li.disabled > a:focus, .nav > input[disabled] ~ li.custom-checkbox.btn > a:focus, .nav > input[disabled] ~ li.custom-radio.btn > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
    .nav > li > active {
      color: #501E70; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #501E70; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #e0e0e0; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #e0e0e0; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #e0e0e0;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 2px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #501E70; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #e0e0e0; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #e0e0e0;
      border-radius: 2px 2px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-sm > a.navbar-btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-xs > a.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > input[disabled] ~ .custom-checkbox.btn > a, .navbar-default .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-checkbox > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav > input[disabled] ~ a.custom-checkbox > a, .navbar-default .navbar-nav > input[disabled] ~ .custom-radio.btn > a, .navbar-default .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-radio > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav > input[disabled] ~ a.custom-radio > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > input[disabled] ~ .custom-checkbox.btn > a:hover, .navbar-default .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-checkbox > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav > input[disabled] ~ a.custom-checkbox > a:hover, .navbar-default .navbar-nav > input[disabled] ~ .custom-radio.btn > a:hover, .navbar-default .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-radio > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav > input[disabled] ~ a.custom-radio > a:hover, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > input[disabled] ~ .custom-checkbox.btn > a:focus, .navbar-default .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-checkbox > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav > input[disabled] ~ a.custom-checkbox > a:focus, .navbar-default .navbar-nav > input[disabled] ~ .custom-radio.btn > a:focus, .navbar-default .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-radio > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav > input[disabled] ~ a.custom-radio > a:focus {
    color: #e0e0e0;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #e0e0e0; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #e0e0e0; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a, .navbar-default .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-checkbox > a, .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-radio.btn > a, .navbar-default .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-radio > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:hover, .navbar-default .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:hover, .navbar-default .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-radio > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:focus, .navbar-default .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:focus, .navbar-default .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-default .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-radio > a:focus {
      color: #e0e0e0;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #e0e0e0; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > input[disabled] ~ .custom-checkbox.btn > a, .navbar-inverse .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-checkbox > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav > input[disabled] ~ a.custom-checkbox > a, .navbar-inverse .navbar-nav > input[disabled] ~ .custom-radio.btn > a, .navbar-inverse .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-radio > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav > input[disabled] ~ a.custom-radio > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > input[disabled] ~ .custom-checkbox.btn > a:hover, .navbar-inverse .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-checkbox > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav > input[disabled] ~ a.custom-checkbox > a:hover, .navbar-inverse .navbar-nav > input[disabled] ~ .custom-radio.btn > a:hover, .navbar-inverse .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-radio > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav > input[disabled] ~ a.custom-radio > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > input[disabled] ~ .custom-checkbox.btn > a:focus, .navbar-inverse .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-checkbox > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav > input[disabled] ~ a.custom-checkbox > a:focus, .navbar-inverse .navbar-nav > input[disabled] ~ .custom-radio.btn > a:focus, .navbar-inverse .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-nav > input[disabled] ~ a.custom-radio > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav > input[disabled] ~ a.custom-radio > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a, .navbar-inverse .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-checkbox > a, .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-radio.btn > a, .navbar-inverse .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-radio > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:hover, .navbar-inverse .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:hover, .navbar-inverse .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-radio > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-checkbox.btn > a:focus, .navbar-inverse .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-checkbox > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ .custom-radio.btn > a:focus, .navbar-inverse .navbar-nav .open .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .dropdown-menu > input[disabled] ~ a.custom-radio > a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .navbar-inverse .navbar-nav .open .dropdown-menu > input[disabled] ~ a.custom-radio > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #e0e0e0; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.5;
      text-decoration: none;
      color: #501E70;
      background-color: #fff;
      border: 1px solid #e0e0e0;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #250e34;
    background-color: #e0e0e0;
    border-color: #e0e0e0; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #501E70;
    border-color: #501E70;
    cursor: default; }
  .pagination > .disabled > span, .pagination > input[disabled] ~ .custom-checkbox.btn > span, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-checkbox > span, .pagination > input[disabled] ~ .custom-radio.btn > span, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-radio > span,
  .pagination > .disabled > span:hover,
  .pagination > input[disabled] ~ .custom-checkbox.btn > span:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-checkbox > span:hover,
  .pagination > input[disabled] ~ .custom-radio.btn > span:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-radio > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > input[disabled] ~ .custom-checkbox.btn > span:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-checkbox > span:focus,
  .pagination > input[disabled] ~ .custom-radio.btn > span:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-radio > span:focus,
  .pagination > .disabled > a,
  .pagination > input[disabled] ~ .custom-checkbox.btn > a,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-checkbox > a,
  .pagination > input[disabled] ~ .custom-radio.btn > a,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-radio > a,
  .pagination > .disabled > a:hover,
  .pagination > input[disabled] ~ .custom-checkbox.btn > a:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-checkbox > a:hover,
  .pagination > input[disabled] ~ .custom-radio.btn > a:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-radio > a:hover,
  .pagination > .disabled > a:focus,
  .pagination > input[disabled] ~ .custom-checkbox.btn > a:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-checkbox > a:focus,
  .pagination > input[disabled] ~ .custom-radio.btn > a:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .pagination > input[disabled] ~ a.custom-radio > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #e0e0e0;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

/*@import "vendor/bootstrap-3.3.6/pager"; */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a .label {
    position: relative;
    top: -1px; }

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

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

.label-primary {
  background-color: #501E70; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #331348; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-xs > a .badge,
  .btn-group-xs > .btn .badge,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-xs > a .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #501E70;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

/*@import "vendor/bootstrap-3.3.6/jumbotron";*/
/*@import "vendor/bootstrap-3.3.6/thumbnails";*/
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

/*@import "vendor/bootstrap-3.3.6/progress-bars";*/
/*@import "vendor/bootstrap-3.3.6/media";*/
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e0e0e0; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, input[disabled] ~ .list-group-item.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox, input[disabled] ~ .list-group-item.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio, .list-group-item.disabled:hover, input[disabled] ~ .list-group-item.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox:hover, input[disabled] ~ .list-group-item.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio:hover, .list-group-item.disabled:focus, input[disabled] ~ .list-group-item.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox:focus, input[disabled] ~ .list-group-item.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, input[disabled] ~ .list-group-item.custom-checkbox.btn .list-group-item-heading, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox .list-group-item-heading, input[disabled] ~ .list-group-item.custom-radio.btn .list-group-item-heading, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, input[disabled] ~ .list-group-item.custom-checkbox.btn:hover .list-group-item-heading, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox:hover .list-group-item-heading, input[disabled] ~ .list-group-item.custom-radio.btn:hover .list-group-item-heading, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, input[disabled] ~ .list-group-item.custom-checkbox.btn:focus .list-group-item-heading, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox:focus .list-group-item-heading, input[disabled] ~ .list-group-item.custom-radio.btn:focus .list-group-item-heading, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, input[disabled] ~ .list-group-item.custom-checkbox.btn .list-group-item-text, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox .list-group-item-text, input[disabled] ~ .list-group-item.custom-radio.btn .list-group-item-text, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, input[disabled] ~ .list-group-item.custom-checkbox.btn:hover .list-group-item-text, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox:hover .list-group-item-text, input[disabled] ~ .list-group-item.custom-radio.btn:hover .list-group-item-text, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, input[disabled] ~ .list-group-item.custom-checkbox.btn:focus .list-group-item-text, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-checkbox:focus .list-group-item-text, input[disabled] ~ .list-group-item.custom-radio.btn:focus .list-group-item-text, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.list-group-item.custom-radio: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: #fff;
  background-color: #501E70;
  border-color: #501E70; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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: #b77edc; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 12px 18px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 18px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title, .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a, .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a,
  .panel-title > small,
  .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > small,
  .panel-title > .small,
  .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > .small,
  .panel-title > small > a,
  .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > small > a,
  .panel-title > .small > a,
  .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  .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: 1px;
    border-bottom-left-radius: 1px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 12px 18px;
    padding-right: 12px 18px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 1px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 1px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 1px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 1px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e0e0e0; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 24px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #e0e0e0; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #e0e0e0; }

.panel-default {
  border-color: #e0e0e0; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #e0e0e0; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e0e0e0; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e0e0e0; }

.panel-primary {
  border-color: #501E70; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #501E70;
    border-color: #501E70; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #501E70; }
    .panel-primary > .panel-heading .badge {
      color: #501E70;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #501E70; }

.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: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 2px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

/*@import "vendor/bootstrap-3.3.6/close";*/
.modal-open {
  overflow: hidden; }

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .modal-footer a + .btn, .modal-footer .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .modal-footer .btn + a, .modal-footer .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .modal-footer a + a {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .modal-footer .btn-group a + .btn, .modal-footer .btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .modal-footer .btn-group .btn + a, .modal-footer .btn-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .modal-footer .btn-group a + a {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 1px 1px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #adadad;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #adadad;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #adadad;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #adadad;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/*@import "vendor/bootstrap-3.3.6/carousel";*/
.clearfix:before, .profile-contact-details:before, .list-row:before, .nav-subpages ul:before, .section-contact address:before, .section-header:before, .section-content:before, .social-share-wrapper:before, .clearfix:after, .profile-contact-details:after, .list-row:after, .nav-subpages ul:after, .section-contact address:after, .section-header:after, .section-content:after, .social-share-wrapper:after {
  content: " ";
  display: table; }

.clearfix:after, .profile-contact-details:after, .list-row:after, .nav-subpages ul:after, .section-contact address:after, .section-header:after, .section-content:after, .social-share-wrapper: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1000ms; }

.fade-in-fast {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 100ms; }

.fade-in-medium {
  opacity: 1;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 250ms; }

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8); }
  to {
    opacity: 1;
    transform: scale(1); } }

.scale-in {
  opacity: 0;
  animation: scaleIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1000ms; }

@keyframes fadeInHighlight {
  from {
    opacity: 0.7;
    background-color: #ffeb3b; }
  to {
    opacity: 1;
    background-color: transparent; } }

.fade-in-highlight {
  opacity: 0;
  animation: fadeInHighlight ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 500ms; }

@keyframes fadeInBgImage {
  from {
    opacity: 0; }
  to {
    opacity: 0.4; } }

.stagger-slide-right {
  position: relative;
  opacity: 0; }
  .stagger-slide-right:nth-child(1) {
    animation: staggerSlideRight 0.7s 0.25s 1 forwards ease; }
  .stagger-slide-right:nth-child(2) {
    animation: staggerSlideRight 0.7s 0.5s 1 forwards ease; }
  .stagger-slide-right:nth-child(3) {
    animation: staggerSlideRight 0.7s 0.75s 1 forwards ease; }
  .stagger-slide-right:nth-child(4) {
    animation: staggerSlideRight 0.7s 1s 1 forwards ease; }
  .stagger-slide-right:nth-child(5) {
    animation: staggerSlideRight 0.7s 1.25s 1 forwards ease; }
  .stagger-slide-right:nth-child(6) {
    animation: staggerSlideRight 0.7s 1.5s 1 forwards ease; }
  .stagger-slide-right:nth-child(7) {
    animation: staggerSlideRight 0.7s 1.75s 1 forwards ease; }
  .stagger-slide-right:nth-child(8) {
    animation: staggerSlideRight 0.7s 2s 1 forwards ease; }
  .stagger-slide-right:nth-child(9) {
    animation: staggerSlideRight 0.7s 2.25s 1 forwards ease; }
  .stagger-slide-right:nth-child(10) {
    animation: staggerSlideRight 0.7s 2.5s 1 forwards ease; }
  .stagger-slide-right:nth-child(11) {
    animation: staggerSlideRight 0.7s 2.75s 1 forwards ease; }
  .stagger-slide-right:nth-child(12) {
    animation: staggerSlideRight 0.7s 3s 1 forwards ease; }
  .stagger-slide-right:nth-child(13) {
    animation: staggerSlideRight 0.7s 3.25s 1 forwards ease; }
  .stagger-slide-right:nth-child(14) {
    animation: staggerSlideRight 0.7s 3.5s 1 forwards ease; }
  .stagger-slide-right:nth-child(15) {
    animation: staggerSlideRight 0.7s 3.75s 1 forwards ease; }
  .stagger-slide-right:nth-child(16) {
    animation: staggerSlideRight 0.7s 4s 1 forwards ease; }
  .stagger-slide-right:nth-child(17) {
    animation: staggerSlideRight 0.7s 4.25s 1 forwards ease; }
  .stagger-slide-right:nth-child(18) {
    animation: staggerSlideRight 0.7s 4.5s 1 forwards ease; }
  .stagger-slide-right:nth-child(19) {
    animation: staggerSlideRight 0.7s 4.75s 1 forwards ease; }
  .stagger-slide-right:nth-child(20) {
    animation: staggerSlideRight 0.7s 5s 1 forwards ease; }

@keyframes staggerSlideRight {
  0% {
    left: -80vw;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

.stagger-card-flip {
  min-width: 100px;
  height: 100px;
  display: block;
  float: left;
  opacity: 0; }
  .stagger-card-flip:nth-child(1) {
    animation: staggerCardFlip 0.7s 0.25s 1 forwards ease; }
  .stagger-card-flip:nth-child(2) {
    animation: staggerCardFlip 0.7s 0.5s 1 forwards ease; }
  .stagger-card-flip:nth-child(3) {
    animation: staggerCardFlip 0.7s 0.75s 1 forwards ease; }
  .stagger-card-flip:nth-child(4) {
    animation: staggerCardFlip 0.7s 1s 1 forwards ease; }
  .stagger-card-flip:nth-child(5) {
    animation: staggerCardFlip 0.7s 1.25s 1 forwards ease; }
  .stagger-card-flip:nth-child(6) {
    animation: staggerCardFlip 0.7s 1.5s 1 forwards ease; }
  .stagger-card-flip:nth-child(7) {
    animation: staggerCardFlip 0.7s 1.75s 1 forwards ease; }
  .stagger-card-flip:nth-child(8) {
    animation: staggerCardFlip 0.7s 2s 1 forwards ease; }
  .stagger-card-flip:nth-child(9) {
    animation: staggerCardFlip 0.7s 2.25s 1 forwards ease; }
  .stagger-card-flip:nth-child(10) {
    animation: staggerCardFlip 0.7s 2.5s 1 forwards ease; }
  .stagger-card-flip:nth-child(11) {
    animation: staggerCardFlip 0.7s 2.75s 1 forwards ease; }
  .stagger-card-flip:nth-child(12) {
    animation: staggerCardFlip 0.7s 3s 1 forwards ease; }
  .stagger-card-flip:nth-child(13) {
    animation: staggerCardFlip 0.7s 3.25s 1 forwards ease; }
  .stagger-card-flip:nth-child(14) {
    animation: staggerCardFlip 0.7s 3.5s 1 forwards ease; }
  .stagger-card-flip:nth-child(15) {
    animation: staggerCardFlip 0.7s 3.75s 1 forwards ease; }
  .stagger-card-flip:nth-child(16) {
    animation: staggerCardFlip 0.7s 4s 1 forwards ease; }
  .stagger-card-flip:nth-child(17) {
    animation: staggerCardFlip 0.7s 4.25s 1 forwards ease; }
  .stagger-card-flip:nth-child(18) {
    animation: staggerCardFlip 0.7s 4.5s 1 forwards ease; }
  .stagger-card-flip:nth-child(19) {
    animation: staggerCardFlip 0.7s 4.75s 1 forwards ease; }
  .stagger-card-flip:nth-child(20) {
    animation: staggerCardFlip 0.7s 5s 1 forwards ease; }

@keyframes staggerCardFlip {
  0% {
    transform: translateY(200px) rotateX(180deg) rotateY(-180deg) rotateZ(15deg);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }

.stagger-fade-in-slow:nth-child(1), .stagger-content-slow > :nth-child(1) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.1s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(2), .stagger-content-slow > :nth-child(2) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.2s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(3), .stagger-content-slow > :nth-child(3) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.3s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(4), .stagger-content-slow > :nth-child(4) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.4s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(5), .stagger-content-slow > :nth-child(5) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.5s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(6), .stagger-content-slow > :nth-child(6) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.6s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(7), .stagger-content-slow > :nth-child(7) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.7s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(8), .stagger-content-slow > :nth-child(8) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.8s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(9), .stagger-content-slow > :nth-child(9) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 0.9s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(10), .stagger-content-slow > :nth-child(10) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(11), .stagger-content-slow > :nth-child(11) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.1s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(12), .stagger-content-slow > :nth-child(12) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.2s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(13), .stagger-content-slow > :nth-child(13) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.3s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(14), .stagger-content-slow > :nth-child(14) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.4s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(15), .stagger-content-slow > :nth-child(15) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.5s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(16), .stagger-content-slow > :nth-child(16) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.6s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(17), .stagger-content-slow > :nth-child(17) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.7s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(18), .stagger-content-slow > :nth-child(18) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.8s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(19), .stagger-content-slow > :nth-child(19) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 1.9s 1 forwards ease; }

.stagger-fade-in-slow:nth-child(20), .stagger-content-slow > :nth-child(20) {
  opacity: 0;
  animation: staggerFadeIn 0.3s 2s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(1), .stagger-content-fast > :nth-child(1) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.05s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(2), .stagger-content-fast > :nth-child(2) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.1s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(3), .stagger-content-fast > :nth-child(3) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.15s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(4), .stagger-content-fast > :nth-child(4) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.2s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(5), .stagger-content-fast > :nth-child(5) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.25s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(6), .stagger-content-fast > :nth-child(6) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.3s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(7), .stagger-content-fast > :nth-child(7) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.35s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(8), .stagger-content-fast > :nth-child(8) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.4s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(9), .stagger-content-fast > :nth-child(9) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.45s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(10), .stagger-content-fast > :nth-child(10) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.5s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(11), .stagger-content-fast > :nth-child(11) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.55s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(12), .stagger-content-fast > :nth-child(12) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.6s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(13), .stagger-content-fast > :nth-child(13) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.65s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(14), .stagger-content-fast > :nth-child(14) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.7s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(15), .stagger-content-fast > :nth-child(15) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.75s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(16), .stagger-content-fast > :nth-child(16) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.8s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(17), .stagger-content-fast > :nth-child(17) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.85s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(18), .stagger-content-fast > :nth-child(18) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.9s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(19), .stagger-content-fast > :nth-child(19) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 0.95s 1 forwards ease; }

.stagger-fade-in-fast:nth-child(20), .stagger-content-fast > :nth-child(20) {
  opacity: 0;
  animation: staggerFadeIn 0.15s 1s 1 forwards ease; }

@keyframes staggerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body.is-scrolled {
  padding-top: 45px; }
  @media (min-width: 768px) {
    body.is-scrolled {
      padding-top: 60px; } }

body.is-search-active {
  overflow: hidden; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 1440px) {
    .container {
      width: 1410px; } }

@media (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.visible-xl {
  display: none !important; }

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important; }

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

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

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

@media (min-width: 1440px) {
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table !important; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important; } }

.alert {
  border-width: 2px;
  border-radius: 0; }

.box {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent; }

.box-body {
  padding: 18px;
  position: relative;
  /* This can remove margin-bottom from descendant elements */
  /* > *:last-child:after {
        content: ' ';
        height: 0;
        padding: 0;
        margin: 18px 0 -18px;
        display: block;
    } */ }
  @media (min-width: 992px) {
    .box-body {
      padding: 24px; } }
  .box-body p,
  .box-body ul,
  .box-body ol,
  .box-body dl,
  .box-body table {
    font-size: 14px; }
  .box-body > *:last-child {
    margin-bottom: 0; }
  .box-body .fact-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px; }
  .box-body strong {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
    display: block; }

.box-summary .table td {
  color: #501E70; }

.box-summary-highlight .box-title {
  margin-bottom: 0;
  /* @media (min-width: $screen-sm) {
            font-size: $font-size-xlarge;
        }

        @media (min-width: $screen-md) {
            font-size: $font-size-xxlarge;
        } */ }
  .box-summary-highlight .box-title + .fact-label {
    margin-top: 18px; }

.box-outline {
  color: #501E70;
  border: 1px solid #501E70; }

.box-title {
  margin-top: 0;
  color: inherit; }
  .box-title > a {
    color: inherit; }

.box-default {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  .box-default .box-title {
    color: #333333; }

.box-primary {
  color: #fff;
  background-color: #501E70;
  border-color: #501E70; }
  .box-primary .box-title {
    color: #fff; }

.box-secondary {
  color: #fff;
  background-color: #72808e;
  border-color: #72808e; }
  .box-secondary .box-title {
    color: #fff; }

.box-tertiary {
  color: #fff;
  background-color: #e64418;
  border-color: #e64418; }
  .box-tertiary .box-title {
    color: #fff; }

.box-inverse {
  color: #fff;
  background-color: #1a1919;
  border-color: #1a1919; }
  .box-inverse .box-title {
    color: #fff; }

.box-neutral-50 {
  color: #fff;
  background-color: #807f7f;
  border-color: #807f7f; }
  .box-neutral-50 .box-title {
    color: #fff; }

.box-neutral-20 {
  color: #333333;
  background-color: #cccccc;
  border-color: #cccccc; }
  .box-neutral-20 .box-title {
    color: #333333; }

.box-neutral-5 {
  color: inherit;
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  .box-neutral-5 .box-title {
    color: inherit; }

.box-transparent {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  border: 0; }
  .box-transparent .box-title {
    color: inherit; }

/* .box-outline {
    @include box-variant(transparent, $box-primary-border, $box-primary-heading, $box-default-text);
} */
.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a {
  -webkit-transition: 200ms color ease;
  -moz-transition: 200ms color ease;
  -o-transition: 200ms color ease;
  -ms-transition: 200ms color ease;
  transition: 200ms color ease;
  -webkit-transition: 200ms background-color ease;
  -moz-transition: 200ms background-color ease;
  -o-transition: 200ms background-color ease;
  -ms-transition: 200ms background-color ease;
  transition: 200ms background-color ease;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 6px;
  border-width: 2px;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0px; }
  @media (min-width: 768px) {
    .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a {
      margin-bottom: 0; } }
  .btn + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn + a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a + a {
    margin-left: 6px; }
  .btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:focus, .btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active, .btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active:focus, .btn:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active:hover {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px;
    border-color: transparent; }
  .btn .btn-text-collapsed, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a .btn-text-collapsed {
    display: none; }
  .btn.collapsed .btn-text, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.collapsed .btn-text {
    display: none; }
  .btn.collapsed .btn-text-collapsed, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.collapsed .btn-text-collapsed {
    display: inline; }

.btn-primary, input:checked ~ .custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox, input:checked ~ .custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio {
  background-color: #501E70; }

.btn-default:hover, .custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:hover,
.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:hover, .btn-default:focus, .custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:focus,
.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:focus, .btn-default:active, .custom-checkbox.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active,
.custom-radio.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active, .btn-default:active:focus, .custom-checkbox.btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active:focus,
.custom-radio.btn:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active:focus, .btn-default:active:hover, .custom-checkbox.btn:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:active:hover,
.custom-radio.btn:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:active:hover {
  border-color: transparent; }

.btn-xl {
  font-size: 24px;
  line-height: 1.2;
  padding: 12px 36px; }
  @media (min-width: 480px) {
    .btn-xl {
      padding: 18px 48px; } }

.btn-lg, .btn-group-lg > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-lg > a {
  padding-left: 28px;
  padding-right: 28px; }

.btn-sm, .btn-group-sm > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-sm > a {
  padding: 4px 12px; }

.btn-xs, .btn-group-xs > .btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-xs > a {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 10px; }

.btn:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active, .btn.active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active {
  box-shadow: none; }

.btn-link {
  font-weight: 500; }

.btn-secondary {
  color: #fff;
  background-color: #72808e;
  border-color: transparent; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5b6772;
    border-color: rgba(0, 0, 0, 0); }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5b6772;
    border-color: rgba(0, 0, 0, 0); }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5b6772;
    border-color: rgba(0, 0, 0, 0); }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #4b555e;
      border-color: rgba(0, 0, 0, 0); }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary.disabled:hover, input[disabled] ~ .btn-secondary.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-secondary.custom-checkbox:hover, input[disabled] ~ .btn-secondary.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-secondary.custom-radio:hover, .btn-secondary.disabled:focus, input[disabled] ~ .btn-secondary.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-secondary.custom-checkbox:focus, input[disabled] ~ .btn-secondary.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-secondary.custom-radio:focus, .btn-secondary.disabled.focus, input[disabled] ~ .btn-secondary.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-secondary.focus.custom-checkbox, input[disabled] ~ .btn-secondary.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-secondary.focus.custom-radio, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #72808e;
    border-color: transparent; }
  .btn-secondary .badge {
    color: #72808e;
    background-color: #fff; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-transparent:focus, .btn-transparent.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf; }
  .btn-transparent:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
  .btn-transparent:active, .btn-transparent.active,
  .open > .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0; }
    .btn-transparent:active:hover, .btn-transparent:active:focus, .btn-transparent:active.focus, .btn-transparent.active:hover, .btn-transparent.active:focus, .btn-transparent.active.focus,
    .open > .btn-transparent.dropdown-toggle:hover,
    .open > .btn-transparent.dropdown-toggle:focus,
    .open > .btn-transparent.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0);
      border-color: #bfbfbf; }
  .btn-transparent:active, .btn-transparent.active,
  .open > .btn-transparent.dropdown-toggle {
    background-image: none; }
  .btn-transparent.disabled:hover, input[disabled] ~ .btn-transparent.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-transparent.custom-checkbox:hover, input[disabled] ~ .btn-transparent.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-transparent.custom-radio:hover, .btn-transparent.disabled:focus, input[disabled] ~ .btn-transparent.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-transparent.custom-checkbox:focus, input[disabled] ~ .btn-transparent.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-transparent.custom-radio:focus, .btn-transparent.disabled.focus, input[disabled] ~ .btn-transparent.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-transparent.focus.custom-checkbox, input[disabled] ~ .btn-transparent.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-transparent.focus.custom-radio, .btn-transparent[disabled]:hover, .btn-transparent[disabled]:focus, .btn-transparent[disabled].focus,
  fieldset[disabled] .btn-transparent:hover,
  fieldset[disabled] .btn-transparent:focus,
  fieldset[disabled] .btn-transparent.focus {
    background-color: transparent;
    border-color: #fff; }
  .btn-transparent .badge {
    color: transparent;
    background-color: #fff; }
  .btn-transparent:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff; }

.btn-inverse {
  color: #fff;
  background-color: #333333;
  border-color: transparent; }
  .btn-inverse:focus, .btn-inverse.focus {
    color: #fff;
    background-color: #1a1919;
    border-color: rgba(0, 0, 0, 0); }
  .btn-inverse:hover {
    color: #fff;
    background-color: #1a1919;
    border-color: rgba(0, 0, 0, 0); }
  .btn-inverse:active, .btn-inverse.active,
  .open > .btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #1a1919;
    border-color: rgba(0, 0, 0, 0); }
    .btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus,
    .open > .btn-inverse.dropdown-toggle:hover,
    .open > .btn-inverse.dropdown-toggle:focus,
    .open > .btn-inverse.dropdown-toggle.focus {
      color: #fff;
      background-color: #080808;
      border-color: rgba(0, 0, 0, 0); }
  .btn-inverse:active, .btn-inverse.active,
  .open > .btn-inverse.dropdown-toggle {
    background-image: none; }
  .btn-inverse.disabled:hover, input[disabled] ~ .btn-inverse.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-inverse.custom-checkbox:hover, input[disabled] ~ .btn-inverse.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-inverse.custom-radio:hover, .btn-inverse.disabled:focus, input[disabled] ~ .btn-inverse.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-inverse.custom-checkbox:focus, input[disabled] ~ .btn-inverse.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-inverse.custom-radio:focus, .btn-inverse.disabled.focus, input[disabled] ~ .btn-inverse.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-inverse.focus.custom-checkbox, input[disabled] ~ .btn-inverse.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-inverse.focus.custom-radio, .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus,
  fieldset[disabled] .btn-inverse:hover,
  fieldset[disabled] .btn-inverse:focus,
  fieldset[disabled] .btn-inverse.focus {
    background-color: #333333;
    border-color: transparent; }
  .btn-inverse .badge {
    color: #333333;
    background-color: #fff; }

.btn-reverse, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a {
  color: #501E70;
  background-color: #fff;
  border-color: transparent; }
  .btn-reverse:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:focus, .btn-reverse.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus {
    color: #501E70;
    background-color: #e6e5e5;
    border-color: rgba(0, 0, 0, 0); }
  .btn-reverse:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:hover {
    color: #501E70;
    background-color: #e6e5e5;
    border-color: rgba(0, 0, 0, 0); }
  .btn-reverse:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active, .btn-reverse.active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active,
  .open > .btn-reverse.dropdown-toggle,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle {
    color: #501E70;
    background-color: #e6e5e5;
    border-color: rgba(0, 0, 0, 0); }
    .btn-reverse:active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active:hover, .btn-reverse:active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active:focus, .btn-reverse:active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active.focus, .btn-reverse.active:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active:hover, .btn-reverse.active:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active:focus, .btn-reverse.active.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active.focus,
    .open > .btn-reverse.dropdown-toggle:hover,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle:hover,
    .open > .btn-reverse.dropdown-toggle:focus,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle:focus,
    .open > .btn-reverse.dropdown-toggle.focus,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle.focus {
      color: #501E70;
      background-color: #d4d4d4;
      border-color: rgba(0, 0, 0, 0); }
  .btn-reverse:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active, .btn-reverse.active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.active,
  .open > .btn-reverse.dropdown-toggle,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .open > a.dropdown-toggle {
    background-image: none; }
  .btn-reverse.disabled:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled:hover, input[disabled] ~ .btn-reverse.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-checkbox:hover, input[disabled] ~ .btn-reverse.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-radio:hover, .btn-reverse.disabled:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled:focus, input[disabled] ~ .btn-reverse.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-checkbox:focus, input[disabled] ~ .btn-reverse.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-radio:focus, .btn-reverse.disabled.focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.disabled.focus, input[disabled] ~ .btn-reverse.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.focus.custom-checkbox, input[disabled] ~ .btn-reverse.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.focus.custom-radio, .btn-reverse[disabled]:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a[disabled]:hover, .btn-reverse[disabled]:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a[disabled]:focus, .btn-reverse[disabled].focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a[disabled].focus,
  fieldset[disabled] .btn-reverse:hover,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:hover,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a:hover,
  fieldset[disabled] .btn-reverse:focus,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a:focus,
  fieldset[disabled] .btn-reverse.focus,
  fieldset[disabled] .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.focus,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description fieldset[disabled] a.focus {
    background-color: #fff;
    border-color: transparent; }
  .btn-reverse .badge, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a .badge {
    color: #fff;
    background-color: #501E70; }

.btn-outline {
  color: #501E70;
  background-color: #fff;
  border-color: #501E70; }
  .btn-outline:focus, .btn-outline.focus {
    color: #501E70;
    background-color: #e6e5e5;
    border-color: #08030b; }
  .btn-outline:hover {
    color: #501E70;
    background-color: #e6e5e5;
    border-color: #2e1140; }
  .btn-outline:active, .btn-outline.active,
  .open > .btn-outline.dropdown-toggle {
    color: #501E70;
    background-color: #e6e5e5;
    border-color: #2e1140; }
    .btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus,
    .open > .btn-outline.dropdown-toggle:hover,
    .open > .btn-outline.dropdown-toggle:focus,
    .open > .btn-outline.dropdown-toggle.focus {
      color: #501E70;
      background-color: #d4d4d4;
      border-color: #08030b; }
  .btn-outline:active, .btn-outline.active,
  .open > .btn-outline.dropdown-toggle {
    background-image: none; }
  .btn-outline.disabled:hover, input[disabled] ~ .btn-outline.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-outline.custom-checkbox:hover, input[disabled] ~ .btn-outline.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-outline.custom-radio:hover, .btn-outline.disabled:focus, input[disabled] ~ .btn-outline.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-outline.custom-checkbox:focus, input[disabled] ~ .btn-outline.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-outline.custom-radio:focus, .btn-outline.disabled.focus, input[disabled] ~ .btn-outline.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-outline.focus.custom-checkbox, input[disabled] ~ .btn-outline.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-outline.focus.custom-radio, .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled].focus,
  fieldset[disabled] .btn-outline:hover,
  fieldset[disabled] .btn-outline:focus,
  fieldset[disabled] .btn-outline.focus {
    background-color: #fff;
    border-color: #501E70; }
  .btn-outline .badge {
    color: #fff;
    background-color: #501E70; }
  .btn-outline:focus, .btn-outline:hover, .btn-outline:active, .btn-outline:active:focus {
    color: #501E70;
    background-color: #fff; }

.btn-shy {
  color: #501E70;
  background-color: transparent;
  border-color: transparent; }
  .btn-shy:focus, .btn-shy.focus {
    color: #501E70;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-shy:hover {
    color: #501E70;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-shy:active, .btn-shy.active,
  .open > .btn-shy.dropdown-toggle {
    color: #501E70;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
    .btn-shy:active:hover, .btn-shy:active:focus, .btn-shy:active.focus, .btn-shy.active:hover, .btn-shy.active:focus, .btn-shy.active.focus,
    .open > .btn-shy.dropdown-toggle:hover,
    .open > .btn-shy.dropdown-toggle:focus,
    .open > .btn-shy.dropdown-toggle.focus {
      color: #501E70;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
  .btn-shy:active, .btn-shy.active,
  .open > .btn-shy.dropdown-toggle {
    background-image: none; }
  .btn-shy.disabled:hover, input[disabled] ~ .btn-shy.custom-checkbox.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-shy.custom-checkbox:hover, input[disabled] ~ .btn-shy.custom-radio.btn:hover, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-shy.custom-radio:hover, .btn-shy.disabled:focus, input[disabled] ~ .btn-shy.custom-checkbox.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-shy.custom-checkbox:focus, input[disabled] ~ .btn-shy.custom-radio.btn:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-shy.custom-radio:focus, .btn-shy.disabled.focus, input[disabled] ~ .btn-shy.focus.custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-shy.focus.custom-checkbox, input[disabled] ~ .btn-shy.focus.custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.btn-shy.focus.custom-radio, .btn-shy[disabled]:hover, .btn-shy[disabled]:focus, .btn-shy[disabled].focus,
  fieldset[disabled] .btn-shy:hover,
  fieldset[disabled] .btn-shy:focus,
  fieldset[disabled] .btn-shy.focus {
    background-color: transparent;
    border-color: transparent; }
  .btn-shy .badge {
    color: transparent;
    background-color: #501E70; }
  .btn-shy:hover {
    color: #fff;
    background-color: #501E70; }

.link-show-more {
  text-decoration: underline;
  background-color: transparent;
  border: 0; }
  .link-show-more:focus {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px; }

.toggle-label .toggle-open {
  display: none; }

.toggle-label .toggle-close {
  display: inline; }

.toggle-label.collapsed .toggle-open {
  display: inline; }

.toggle-label.collapsed .toggle-close {
  display: none; }

.toggle-label-icon .toggle-open:before {
  /*@include icon-angle-down;*/
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f107';
  margin-right: 6px; }

.toggle-label-icon .toggle-close:before {
  /*@include icon-angle-up;*/
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f106';
  margin-right: 6px; }

.callout, .error.error-default, .error.error-info, .error.error-success, .error.error-warning, .error.error-danger {
  padding: 24px;
  margin: 24px 0;
  border: 10px solid #333333;
  background-color: #fff; }
  .callout h2, .error.error-default h2, .error.error-info h2, .error.error-success h2, .error.error-warning h2, .error.error-danger h2, .callout h3, .error.error-default h3, .error.error-info h3, .error.error-success h3, .error.error-warning h3, .error.error-danger h3, .callout h4, .error.error-default h4, .error.error-info h4, .error.error-success h4, .error.error-warning h4, .error.error-danger h4, .callout h5, .error.error-default h5, .error.error-info h5, .error.error-success h5, .error.error-warning h5, .error.error-danger h5, .callout h6, .error.error-default h6, .error.error-info h6, .error.error-success h6, .error.error-warning h6, .error.error-danger h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 12px; }
  .callout p, .error.error-default p, .error.error-info p, .error.error-success p, .error.error-warning p, .error.error-danger p {
    margin: 0 0 12px; }
  .callout a, .error.error-default a, .error.error-info a, .error.error-success a, .error.error-warning a, .error.error-danger a {
    color: #222222; }
  .callout p:last-child, .error.error-default p:last-child, .error.error-info p:last-child, .error.error-success p:last-child, .error.error-warning p:last-child, .error.error-danger p:last-child {
    margin-bottom: 0; }
  .callout code, .error.error-default code, .error.error-info code, .error.error-success code, .error.error-warning code, .error.error-danger code {
    background-color: #fff;
    border-radius: 3px; }

.callout-default, .error.error-default {
  background-color: #d9d9d9;
  border-color: #eeeeee;
  color: #222222; }
  .callout-default hr, .error.error-default hr {
    border-top-color: #dddddd; }

.callout-success, .error.error-success {
  background-color: #75c375;
  border-color: #a3d7a3;
  color: #222222; }
  .callout-success hr, .error.error-success hr {
    border-top-color: #8acc8a; }

.callout-info, .error.error-info {
  background-color: #79cbe4;
  border-color: #b0e1ef;
  color: #222222; }
  .callout-info hr, .error.error-info hr {
    border-top-color: #92d5e9; }

.callout-warning, .error.error-warning {
  background-color: #f3bc6f;
  border-color: #f8d9ac;
  color: #222222; }
  .callout-warning hr, .error.error-warning hr {
    border-top-color: #f5c98b; }

.callout-danger, .error.error-danger {
  background-color: #df706c;
  border-color: #eba5a3;
  color: #fff; }
  .callout-danger hr, .error.error-danger hr {
    border-top-color: #e58886; }

.callout-primary,
.callout-secondary,
.callout-inverse,
.callout-fade {
  padding-top: 5vh;
  padding-bottom: 10vh; }
  @media (min-width: 768px) {
    .callout-primary,
    .callout-secondary,
    .callout-inverse,
    .callout-fade {
      padding-top: 10vh;
      padding-bottom: 15vh; } }
  .callout-primary .vc_parallax-inner:after,
  .callout-primary .vc_video-bg:after,
  .callout-secondary .vc_parallax-inner:after,
  .callout-secondary .vc_video-bg:after,
  .callout-inverse .vc_parallax-inner:after,
  .callout-inverse .vc_video-bg:after,
  .callout-fade .vc_parallax-inner:after,
  .callout-fade .vc_video-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.callout-text-reverse {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
  color: #fff; }
  .callout-text-reverse h1, .callout-text-reverse h2, .callout-text-reverse h3, .callout-text-reverse h4, .callout-text-reverse h5, .callout-text-reverse h6 {
    color: #fff; }
  .callout-text-reverse .card {
    text-shadow: none;
    color: initial; }
    .callout-text-reverse .card h1, .callout-text-reverse .card h2, .callout-text-reverse .card h3, .callout-text-reverse .card h4, .callout-text-reverse .card h5, .callout-text-reverse .card h6 {
      color: inherit; }
  .callout-text-reverse .btn, .callout-text-reverse .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .callout-text-reverse a {
    text-shadow: none; }

.callout-primary .vc_parallax-inner:after,
.callout-primary .vc_video-bg:after {
  background-color: rgba(80, 30, 112, 0.8); }

.callout-secondary .vc_parallax-inner:after,
.callout-secondary .vc_video-bg:after {
  background-color: rgba(114, 128, 142, 0.8); }

.callout-inverse .vc_parallax-inner:after,
.callout-inverse .vc_video-bg:after {
  background-color: rgba(26, 25, 25, 0.8); }

.callout-fade .vc_parallax-inner:after,
.callout-fade .vc_video-bg:after {
  background-color: rgba(255, 255, 255, 0.8); }

.hero {
  width: 100%;
  min-height: 90vh;
  background-size: cover;
  background-position: center center; }

.half {
  width: 50%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex; }
  .abTest-b .half {
    display: none; }

.villkor {
  width: 100%;
  min-height: 50vh;
  background-size: cover;
  background-position: center center; }

.overlay {
  position: relative; }

.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(80, 30, 112, 0.9);
  display: block;
  z-index: 0; }

.card-up {
  /*
    h1 {
        .abTest-b & {
            display: none;
        }
    }

    p {
        .abTest-b & {
            display: none;
        }
    }
    */
  /*
    #formTitle {
        .abTest-b & {
            display: none;
        }
    }
    */ }
  @media only screen and (max-width: 480px) {
    .card-up {
      margin-top: -80px;
      margin-left: 12px;
      margin-right: 12px;
      margin-bottom: 0;
      background-color: #fff; } }
  .abTest-b .card-up {
    background-color: #fff;
    margin: -12vw 20vw 6vw;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
    width: 100%; }
    @media only screen and (max-width: 480px) {
      .abTest-b .card-up {
        margin-top: -48vw;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 0;
        background-color: #fff;
        box-shadow: none; } }
  .abTest-b .card-up .campaign-info p {
    display: block !important; }

.hero-title {
  position: relative;
  margin-top: 42vh;
  transform: translateY(-50%);
  text-align: center;
  /*Removed 2018-09-18 by request from Andreas*/
  /*p {
        .abTest-b & {
            display: none;
        }
    }*/ }
  .abTest-b .hero-title .btn, .abTest-b .hero-title .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .abTest-b .hero-title a {
    display: none; }

.text-white {
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }

.btn-pull {
  float: right; }

@media only screen and (max-width: 480px) {
  .btn-pull {
    width: 100%; } }

.cobrand {
  max-height: 72px;
  padding: 8px;
  float: right; }

.cobrand:first-child {
  margin-right: 3vw; }

@media only screen and (max-width: 480px) {
  .cobrand {
    max-height: 66px;
    float: none;
    padding: 6px; }
  .cobrand:first-child {
    margin-right: initial; } }

.campaign-teaser-item {
  background-color: #4d4c4c;
  background-image: none !important; }
  .campaign-teaser-item h1, .campaign-teaser-item h2, .campaign-teaser-item h3, .campaign-teaser-item h4, .campaign-teaser-item h5, .campaign-teaser-item h6 {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
    color: #fff; }

.campaign-teaser-date {
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
  color: #fff; }

.card {
  -webkit-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -ms-transition: 200ms all ease;
  transition: 200ms all ease;
  position: relative;
  display: block;
  margin-bottom: 24px;
  background-color: #fff; }

.card-link {
  text-decoration: none;
  color: #222222; }
  .card-link:hover {
    -webkit-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 16px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 16px -3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #501E70; }
  .card-link + .card-link {
    margin-left: 36px; }

.card-block {
  padding: 12px 18px; }
  @media (min-width: 768px) {
    .card-block {
      padding: 24px 36px; } }

.card-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px; }

.card-subtitle {
  margin-top: -12px;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card .list-group {
  margin-bottom: 0; }

.card .list-group-item {
  text-decoration: none;
  color: #501E70;
  padding: 12px 36px;
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .card .list-group-item.icon:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f178';
    position: absolute;
    left: 12px; }

.card > .list-group:first-child .list-group-item:first-child {
  /*border-right: 0;
            border-left: 0;*/ }

.card-header {
  padding: 24px 36px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 3px 3px 0 0; }

.card-footer {
  padding: 24px 36px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 3px 3px; }

.card-cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100%;
  margin-bottom: 24px;
  display: block;
  position: relative; }
  .card-cta img {
    display: none !important; }
  .card-cta:before {
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -o-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%); }
  .card-cta:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    -webkit-transition: 250ms opacity ease-out;
    -moz-transition: 250ms opacity ease-out;
    -o-transition: 250ms opacity ease-out;
    -ms-transition: 250ms opacity ease-out;
    transition: 250ms opacity ease-out; }
  .card-cta:hover:after {
    opacity: 0.15; }
  .card-cta .card-block {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
    color: #fff;
    width: 100%;
    padding: 8%;
    position: absolute;
    bottom: 0; }
    .card-cta .card-block *:last-child {
      margin-bottom: 0; }
  .card-cta .card-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px; }

.carousel-full-bg .vc_slide.vc_images_carousel .vc_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh !important;
  position: relative; }
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item img {
    display: none !important; }
  @media (min-width: 768px) {
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; } }
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
    z-index: 1;
    /*@media (max-width: $screen-sm) {
                    margin-top: $spacing-large;
                    margin-bottom: $spacing-xlarge;
                }*/
    /*@media (min-width: $screen-sm) {
                }*/ }
    @media (min-width: 1200px) {
      .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container {
        max-width: 70vw; } }
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-title {
      font-size: 7vw;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
      color: #fff;
      margin-top: 36px;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-title {
          margin-top: 0; } }
      @media (min-width: 992px) {
        .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-title {
          font-size: 6vw; } }
      @media (min-width: 1200px) {
        .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-title {
          font-size: 5vw;
          font-weight: 900; } }
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description {
      font-size: 4vw;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
      color: #fff;
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description {
          font-size: 2.5vw;
          line-height: 1.3; } }
      @media (min-width: 992px) {
        .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description {
          font-size: 2vw;
          line-height: 1.2; } }
      @media (min-width: 1200px) {
        .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description {
          font-size: 1.5vw; } }
      .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a {
        text-shadow: none;
        margin-top: 18px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075); }
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .vc_inner a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }

.carousel-full-bg .vc_slide.vc_images_carousel .vc_carousel-control {
  top: initial;
  left: 0;
  bottom: 15px;
  opacity: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7); }
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_carousel-control:hover {
    color: #fff; }

.carousel-full-bg .vc_slide.vc_images_carousel .vc_carousel-indicators li {
  border-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.5);
  text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.4); }
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_carousel-indicators li.vc_active {
    border-color: rgba(255, 255, 255, 0);
    background-color: #fff; }

.close {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: 200ms opacity ease;
  -moz-transition: 200ms opacity ease;
  -o-transition: 200ms opacity ease;
  -ms-transition: 200ms opacity ease;
  transition: 200ms opacity ease;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.92;
  color: #cccccc;
  width: 24px;
  height: 24px;
  float: right;
  border: 0; }
  .close:hover, .close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    cursor: pointer; }
  .close:focus {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px; }
  .close.close-primary {
    color: #501E70;
    border-color: #501E70; }
  .close.close-secondary {
    color: #72808e;
    border-color: #72808e; }
  .close.close-reverse {
    color: #fff;
    border-color: #fff; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none; }

.profile {
  margin-bottom: 36px; }

.profile-img-wrapper {
  padding-right: 12px;
  display: table-cell; }

.profile-image {
  width: 85px;
  max-width: none;
  border-radius: 2px;
  vertical-align: top; }

.profile-body {
  width: 10000px;
  display: table-cell;
  vertical-align: top; }

.profile-name {
  font-size: 20px;
  padding-top: 3px;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .profile-name {
      line-height: 0.9;
      padding-top: 0; } }

.profile-title {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-top: 6px;
  display: block; }

.profile-contact-details {
  margin-top: 12px;
  margin-bottom: 0; }
  .profile-contact-details dt {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    /*line-height: 1.8;*/
    color: #222222;
    float: left;
    display: none;
    clear: left; }
    @media (min-width: 480px) {
      .profile-contact-details dt {
        /* line-height: 2.2;*/
        width: 40px;
        display: block; } }
    @media (min-width: 768px) {
      .profile-contact-details dt {
        width: 48px; } }
  .profile-contact-details dd {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none; }
    @media (min-width: 480px) {
      .profile-contact-details dd {
        font-size: 14px; } }

.profile-description {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 0; }

.section-cookies {
  font-size: 12px;
  padding: 4vw 5vw;
  display: none;
  background-color: #eaecee; }
  @media (min-width: 768px) {
    .section-cookies {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .section-cookies {
      padding: 3vw 5vw; } }
  .section-cookies.active {
    display: block; }
  .employee-info .section-cookies,
  .employee-listing .section-cookies,
  .object-listing .section-cookies,
  .office-listing .section-cookies,
  .page-listing .section-cookies {
    margin: 5vw -5vw -5vw; }
  .employee-listing .section-cookies {
    background-color: #cccccc; }
  @media (min-width: 768px) {
    .section-cookies .cookies-info:last-child {
      margin-bottom: 0; } }
  .section-cookies a {
    color: #222222; }

.section-drawer {
  -webkit-transition: all 300ms ease 200ms;
  -moz-transition: all 300ms ease 200ms;
  -o-transition: all 300ms ease 200ms;
  -ms-transition: all 300ms ease 200ms;
  transition: all 300ms ease 200ms;
  width: 80%;
  padding: 24px 18px;
  position: fixed;
  top: 0;
  right: -80%;
  bottom: 0;
  background-color: #fff;
  z-index: 5; }
  @media (min-width: 768px) {
    .section-drawer {
      width: 340px;
      padding: 36px;
      right: -340px; } }
  .section-drawer.active {
    right: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 30; }
    .section-drawer.active .drawer-tab {
      top: 96px; }
      @media (min-width: 768px) {
        .section-drawer.active .drawer-tab {
          top: 130px; } }

.drawer-tab {
  -webkit-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 0 5px;
  position: absolute;
  top: 220px;
  left: -2px;
  background-color: #501E70;
  border-radius: 2px 2px 0 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 0 22px;
  cursor: pointer;
  box-shadow: inset 0 -7px 3px -7px rgba(0, 0, 0, 0.3);
  transition: top 500ms ease, left 1000ms ease 3000ms; }
  @media (min-width: 768px) {
    .drawer-tab {
      font-size: 16px;
      font-weight: 300;
      line-height: 44px;
      padding: 0 10px;
      top: 210px;
      left: -22px; } }
  .drawer-tab:hover {
    background-color: #331348; }
  .drawer-tab.loading {
    left: 22px; }

.drawer-close.close {
  color: #501E70;
  border-color: #501E70;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1; }
  @media (min-width: 768px) {
    .drawer-close.close {
      top: 18px;
      right: 18px; } }
  .drawer-close.close:hover, .drawer-close.close:focus {
    color: #501E70; }
  .drawer-close.close:focus {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px; }

.drawer-footer {
  color: #777777;
  padding: 6px 36px;
  position: absolute;
  left: 0;
  bottom: 0; }

.employee-img {
  /*@include desaturate(60%);*/ }

.employee-listing {
  padding: 5vw;
  padding-top: 45px; }
  @media (min-width: 768px) {
    .employee-listing {
      padding-top: 115px; } }

.employee-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  z-index: 1; }
  .employee-item a {
    border-bottom: 0; }
  .employee-item .employee-img {
    padding-top: 100%;
    display: block;
    position: relative;
    background-position: center 25%;
    /*
        @media (min-width: $screen-xs) {
            display: block;
        }
        */ }
    .employee-item .employee-img:after {
      -webkit-transition: 250ms opacity ease-out;
      -moz-transition: 250ms opacity ease-out;
      -o-transition: 250ms opacity ease-out;
      -ms-transition: 250ms opacity ease-out;
      transition: 250ms opacity ease-out;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color: #000; }
    .employee-item .employee-img:hover:after {
      opacity: 0.15; }
  .employee-item .employee-name {
    font-size: 16px;
    text-transform: none;
    color: #222222; }
    .employee-item .employee-name a {
      color: #222222; }
    @media (min-width: 480px) {
      .employee-item .employee-name {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .employee-item .employee-name {
        font-size: 24px; } }
    @media (min-width: 1440px) {
      .employee-item .employee-name {
        font-size: 20px; } }
  .employee-item .title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #222222; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .employee-item .card-block {
      padding: 12px 18px; } }
  .employee-item .list-cell-label {
    width: 20%; }
    @media (min-width: 480px) {
      .employee-item .list-cell-label {
        display: none; } }
    @media (min-width: 768px) {
      .employee-item .list-cell-label {
        display: table-cell; } }
    @media (min-width: 992px) {
      .employee-item .list-cell-label {
        display: none; } }
    @media (min-width: 1200px) {
      .employee-item .list-cell-label {
        display: table-cell; } }
  .section-office .employee-item .card-block {
    padding-left: 0;
    padding-right: 0; }

.section-employee-detail .employee-img {
  height: 75vh; }
  @media (min-width: 480px) {
    .section-employee-detail .employee-img {
      min-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 40vw;
      position: fixed; } }
  @media (min-width: 768px) {
    .section-employee-detail .employee-img {
      width: 45vw; } }

.employee-info {
  padding: 5vw; }
  @media (min-width: 480px) {
    .employee-info {
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(0, 0, 0);
      min-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      position: fixed;
      width: 60vw;
      padding-top: 60px;
      overflow-y: scroll; } }
  @media (min-width: 768px) {
    .employee-info {
      width: 55vw;
      min-height: initial;
      margin-top: 45px; } }
  @media (min-width: 992px) {
    .employee-info {
      margin-top: 90px; } }
  .employee-info .employee-name {
    font-size: 24px;
    text-transform: none; }
    @media (min-width: 768px) {
      .employee-info .employee-name {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .employee-info .employee-name {
        font-size: 48px; } }
  .employee-info .employee-title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #222222; }
  .employee-info .employee-contact-details {
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .employee-info .employee-contact-details {
        margin-top: 36px;
        margin-bottom: 36px; } }
    @media (min-width: 1200px) {
      .employee-info .employee-contact-details {
        width: 50%; } }
    .employee-info .employee-contact-details a {
      border-bottom: 0; }
  .employee-info .list-cell-label {
    display: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (min-width: 992px) {
      .employee-info .list-cell-label {
        width: 50px;
        display: table-cell; } }
  .employee-info .employee-description {
    font-size: 14px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .employee-info .employee-description {
        font-size: 16px; } }
  .employee-info .reco-rating {
    margin-top: 36px; }
  .employee-info .employee-video iframe {
    display: block;
    height: 500px;
    width: 100%; }

.wp-gr.wpac .wp-google-place {
  display: none !important;
  visibility: hidden !important; }

.wp-gr.wpac .wp-google-reviews .wp-google-review .wp-google-left {
  display: none !important;
  visibility: hidden !important; }

.wp-gr.wpac .wp-google-reviews .wp-google-review .wp-google-right {
  padding-left: 60px !important;
  display: block !important;
  position: relative !important;
  width: 100% !important; }
  .wp-gr.wpac .wp-google-reviews .wp-google-review .wp-google-right:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url("/assets/img/user-icon.svg");
    background-size: cover; }

.wp-gr.wpac .wp-google-reviews .wp-google-review .wp-google-name {
  color: #501E70 !important; }

figure {
  margin-bottom: 24px; }
  figure figcaption {
    font-size: 14px;
    padding: 12px;
    background-color: #f2f2f2; }

img.alignleft {
  margin: 6px 18px 18px 0;
  float: left; }

img.alignright {
  margin: 6px 0 18px 18px;
  float: right; }

img.aligncenter {
  margin: 6px auto 18px auto;
  display: block; }

@font-face {
  font-family: 'CenturyGothicStd-Bold';
  src: url("../fonts/century-gothic/33A744_0_0.eot");
  src: url("../fonts/century-gothic/33A744_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/33A744_0_0.woff2") format("woff2"), url("../fonts/century-gothic/33A744_0_0.woff") format("woff"), url("../fonts/century-gothic/33A744_0_0.ttf") format("truetype"); }

.fieldset-space {
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .fieldset-space {
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .fieldset-space {
      margin-bottom: 36px; } }

.form-control {
  -webkit-transition: 200ms all ease;
  -moz-transition: 200ms all ease;
  -o-transition: 200ms all ease;
  -ms-transition: 200ms all ease;
  transition: 200ms all ease;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-right: 6px;
  padding-left: 6px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 0 #e0e0e0; }
  .form-control:hover {
    background-color: #eeeeee;
    box-shadow: 0 1px 0 #777777; }
  .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #eeeeee;
    box-shadow: 0 2px 0 #501E70; }

.form-control-datepicker {
  padding-right: 33px;
  background-image: url("../../assets/img/icon-sprite-2x.png");
  background-repeat: no-repeat;
  background-position: right 10px;
  background-size: 150px 150px; }
  .form-control-datepicker.input-sm, .input-group-sm > .form-control-datepicker.form-control,
  .input-group-sm > .form-control-datepicker.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-datepicker.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-sm > .input-group-btn > a.form-control-datepicker {
    background-position: right 8px;
    line-height: 1.2; }

/*.form-control-select {
    line-height: 1.2;
    padding-right: 33px;
    background-image: url('../../assets/img/icon-sprite-2x.png');
    background-repeat: no-repeat;
    background-position: right -19px;
    background-size: 150px 150px;

    &.input-sm {
        background-position: right -21px;
        line-height: 1.2;
    }
}*/
.form-group label {
  display: block; }

.form-lg .form-group {
  margin-bottom: 30px; }

.label-lg {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 12px; }
  .label-lg small {
    font-size: 75%;
    color: #777777; }

.label-floating {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #a6a6a6;
  margin-bottom: 3px;
  display: block; }

.help-block {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #777777; }

.help-block-alert {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #f08e74; }

.custom-input {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative; }
  .custom-input input {
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

.custom-checkbox,
.custom-radio {
  padding-left: 24px;
  display: inline-block;
  position: relative; }
  .custom-checkbox:not(.btn),
  .custom-radio:not(.btn) {
    padding-left: 30px; }
  .custom-checkbox:before,
  .custom-radio:before {
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    line-height: 1;
    opacity: 0.25; }
  input:checked ~ .custom-checkbox:before, input:checked ~
  .custom-radio:before {
    color: #501E70;
    opacity: 1; }
  input:focus ~ .custom-checkbox:before, input:focus ~
  .custom-radio:before {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px;
    outline-offset: -1px; }
  input[disabled] ~ .custom-checkbox, input[disabled] ~
  .custom-radio {
    cursor: not-allowed; }
    input[disabled] ~ .custom-checkbox:before, input[disabled] ~
    .custom-radio:before {
      opacity: 0.3; }
    input[disabled] ~ .custom-checkbox.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-checkbox:before, input[disabled] ~ .custom-radio.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input[disabled] ~ a.custom-radio:before {
      opacity: 0.45; }
  .custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox,
  .custom-radio.btn,
  .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio {
    padding-left: 1em;
    padding-right: 1em; }
    .custom-checkbox.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox:before,
    .custom-radio.btn:before,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio:before {
      line-height: 0.8;
      vertical-align: middle;
      color: #fff;
      position: relative;
      top: -0.05em;
      left: -0.2em;
      opacity: 1; }
    .custom-checkbox.btn.btn-xs:before, .btn-group-xs > .custom-checkbox.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-xs > a.custom-checkbox:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-checkbox.btn-xs:before,
    .custom-radio.btn.btn-xs:before,
    .btn-group-xs > .custom-radio.btn:before,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .btn-group-xs > a.custom-radio:before,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a.custom-radio.btn-xs:before {
      font-size: 21px; }
    input:checked ~ .custom-checkbox.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-checkbox:before, input:checked ~ .custom-radio.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:checked ~ a.custom-radio:before {
      color: #fff; }
    input:focus ~ .custom-checkbox.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:focus ~ a.custom-checkbox, input:focus ~ .custom-radio.btn, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:focus ~ a.custom-radio {
      text-decoration: none;
      outline: 1px dotted #501E70;
      outline-offset: 1px; }
    input:focus ~ .custom-checkbox.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:focus ~ a.custom-checkbox:before, input:focus ~ .custom-radio.btn:before, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description input:focus ~ a.custom-radio:before {
      outline: none; }

.custom-checkbox:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f0c8'; }

input:checked ~ .custom-checkbox:before,
input:checked ~ .custom-input .custom-checkbox:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f14a'; }

.custom-radio:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f111'; }

input:checked ~ .custom-radio:before,
input:checked ~ .custom-input .custom-radio:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f192'; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-checkbox::before {
    font-feature-settings: "liga"; } }

.ui-toggle {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

.form-conditional-content {
  max-height: 0;
  display: block;
  /*overflow: hidden;*/
  visibility: hidden;
  -moz-transition: max-height 500ms ease, 1000ms background-color 300ms;
  -o-transition: max-height 500ms ease, 1000ms background-color 300ms;
  -webkit-transition: max-height 500ms ease, 1000ms background-color 300ms;
  transition: max-height 500ms ease, 1000ms background-color 300ms; }
  .ui-toggle ~ .form-conditional-content {
    /*margin-top: 10px;*/
    background-color: #ec6945; }
  .ui-toggle:checked ~ .form-conditional-content {
    max-height: 1000px;
    background-color: #fff;
    visibility: visible; }

.has-spinner {
  background-image: url("../img/icon-spinner.svg") !important;
  background-position: 15px !important;
  cursor: progress; }

.form-group {
  position: relative;
  /*.validationMessage {
        @media (min-width: $screen-md) {
            text-align: right;
            position: absolute;
            top: 12px; // -15px;
            right: 0;
            left: 0;
            padding: 10px $spacing-xxsmall 9px;
            background-color: transparent;
            border-width: 0 0 1px 0;
            border-style: solid;
            border-color: $brand-danger;
            cursor: text;
            z-index: 0;
        }
    }*/ }
  @media (min-width: 992px) {
    .form-group .input-sm + .validationMessage, .form-group .input-group-sm > .form-control + .validationMessage, .form-group .input-group-sm > .input-group-addon + .validationMessage, .form-group .input-group-sm > .input-group-btn > .btn + .validationMessage, .form-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-sm > .input-group-btn > a + .validationMessage, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .form-group .input-group-sm > .input-group-btn > a + .validationMessage {
      padding: 7px 6px; } }
  @media (min-width: 992px) {
    .form-group .input-lg + .validationMessage, .form-group .input-group-lg > .form-control + .validationMessage, .form-group .input-group-lg > .input-group-addon + .validationMessage, .form-group .input-group-lg > .input-group-btn > .btn + .validationMessage, .form-group .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .input-group-lg > .input-group-btn > a + .validationMessage, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .form-group .input-group-lg > .input-group-btn > a + .validationMessage {
      padding: 15px 6px; } }

.validationMessage {
  font-size: 12px;
  color: #d9534f;
  padding-top: 3px;
  margin-bottom: 12px;
  display: block;
  border-top: 1px solid #d9534f; }
  .validationMessage:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f071';
    margin-right: 6px; }

.switch {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 54px;
  margin-bottom: 18px;
  position: relative;
  display: inline-block; }
  .switch.switch-lg {
    line-height: 2.4;
    padding-left: 68px; }
  .switch.switch-sm {
    line-height: 1.5;
    padding-left: 44px; }
  .switch.short {
    margin-bottom: 12px; }
  .switch input {
    width: 1px;
    height: 1px;
    margin: 0;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px); }

.slider {
  cursor: pointer; }
  .slider:before {
    content: '';
    width: 46px;
    height: 26px;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #d9d9d9;
    transition: 0.4s; }
    .switch-lg .slider:before {
      width: 60px;
      height: 34px; }
    .switch-sm .slider:before {
      width: 36px;
      height: 20px; }
    input:checked + .slider:before {
      background-color: #501E70; }
    input:focus + .slider:before {
      /*box-shadow: 0 0 1px $brand-primary;*/ }
  .slider:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 3px;
    background-color: #fff;
    transition: 0.4s; }
    .switch-lg .slider:after {
      width: 26px;
      height: 26px;
      top: 5px;
      left: 4px; }
    .switch-sm .slider:after {
      width: 16px;
      height: 16px;
      top: 3px;
      left: 2px; }
    input:checked + .slider:after {
      left: 22px; }
      .switch-lg input:checked + .slider:after {
        left: 29px; }
      .switch-sm input:checked + .slider:after {
        left: 18px; }
  .slider.round:before, .slider.round:after {
    border-radius: 100px; }

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

@media (max-width: 480px) {
  .col-xs-portrait {
    width: 100%; } }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2); }

.show-breakpoint:after {
  -webkit-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  content: 'Breakpoint: none';
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

@media (min-width: 480px) {
  .show-breakpoint:after {
    content: 'Breakpoint: xs'; } }

@media (min-width: 768px) {
  .show-breakpoint:after {
    content: 'Breakpoint: sm'; } }

@media (min-width: 992px) {
  .show-breakpoint:after {
    content: 'Breakpoint: md'; } }

@media (min-width: 1200px) {
  .show-breakpoint:after {
    content: 'Breakpoint: lg'; } }

@media (min-width: 1440px) {
  .show-breakpoint:after {
    content: 'Breakpoint: xl'; } }

.guide-step {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 36px;
  position: relative;
  /*&:last-child:before {
        border: 0 !important;
    }*/ }
  @media (min-width: 768px) {
    .guide-step {
      margin-left: 72px; } }
  .guide-step:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    border-left: 2px solid #222222; }
    @media (min-width: 768px) {
      .guide-step:before {
        left: -48px;
        border-width: 4px; } }

.guide-step-number {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid #222222;
  border-radius: 100px; }
  @media (min-width: 768px) {
    .guide-step-number {
      font-size: 24px;
      font-weight: 600;
      line-height: 40px;
      width: 48px;
      height: 48px;
      left: -72px;
      border-width: 4px; } }

.guide-step-title {
  padding-right: 36px; }
  .guide-step-title:after {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f107';
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -o-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    position: absolute;
    top: 50%;
    right: 0;
    /*font-size: $font-size-xlarge;*/
    transform: translateY(-50%);
    /*@media (min-width: $screen-sm) {
            font-size: 32px;
        }*/ }
    .active .guide-step-title:after {
      transform: translateY(-50%) rotate(180deg); }

.hero-banner {
  padding-top: 10%;
  padding-bottom: 3%;
  position: relative; }
  .hero-banner:before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
    z-index: 1; }

.hero-banner-title {
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
  color: #fff; }

.hero-banner-pretext,
.hero-banner-body {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
  color: #fff; }
  @media (max-width: 768px) {
    .hero-banner-pretext .btn, .hero-banner-pretext .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .hero-banner-pretext a,
    .hero-banner-body .btn,
    .hero-banner-body .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a,
    .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .hero-banner-body a {
      margin-left: 0;
      width: 100%; } }

.hero-banner-pretext {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 480px) {
  .hero-banner-title-large {
    font-size: 7vw; } }

@media (min-width: 992px) {
  .hero-banner-title-large {
    font-size: 6vw; } }

@media (min-width: 1200px) {
  .hero-banner-title-large {
    font-size: 5vw; } }

@media (min-width: 1440px) {
  .hero-banner-title-large {
    font-size: 3.5vw; } }

.hittamaklare-rating {
  clear: both; }

.hittamaklare-rating-icons {
  margin-bottom: 6px; }

.icon-hittamaklare {
  width: 20px;
  height: 20px;
  display: inline-block; }

.icon-hittamaklare-empty {
  fill: #501E7000;
  stroke: #501E70;
  stroke-width: 5; }

.icon-hittamaklare-full {
  fill: #501E70;
  stroke: #501E70;
  stroke-width: 5; }

.icon-hittamaklare-half {
  fill: #501E70;
  stroke: #501E70; }

.hittamaklare-rating-text {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px !important;
  font-weight: 700;
  margin-bottom: 0; }

.hittamaklare-rating-text a {
  text-decoration: none; }

.label {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden; }

.label-outline {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b3b2b2;
  padding: 0.5em 0.8em 0.6em;
  margin: 0 6px 6px 0;
  display: block;
  float: left;
  background-color: #fff;
  border: 2px solid #cccccc;
  border-radius: 2px; }

body {
  top: 0 !important; }

.skiptranslate {
  display: none !important; }

#google_translate_element {
  display: none !important; }

.language-picker {
  float: right;
  margin-right: 10px;
  /*.page-template-template-start & {
        .btn-language-picker {
            text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
            color: #fff;
        }
    }*/ }
  @media (min-width: 1200px) {
    .language-picker {
      height: 42px;
      margin-right: 0.5vw;
      float: none;
      position: absolute;
      top: 24px;
      right: 0;
      z-index: 1; } }
  .language-picker .btn-language-picker {
    height: 45px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 0;
    background-color: transparent;
    border-color: transparent; }
    @media (min-width: 1200px) {
      .language-picker .btn-language-picker {
        height: 42px; } }
  .language-picker.open .btn-language-picker {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
    color: #fff;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.4);
    border-color: transparent;
    border-radius: 0; }
    @media (min-width: 1200px) {
      .language-picker.open .btn-language-picker {
        color: #222222;
        background-color: transparent; } }
  .language-picker .dropdown-menu {
    max-height: 80vh;
    left: auto;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow-x: hidden;
    overflow-y: auto; }
    .language-picker .dropdown-menu li a {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      text-decoration: none;
      border-bottom: 0; }
  .language-picker .icon-flag {
    height: 18px;
    margin-top: -3px;
    margin-right: 6px;
    border-radius: 100px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25); }
    .language-picker .icon-flag.selected {
      height: 22px; }

a[href$='.pdf']:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f1c1';
  margin-right: 0.3em; }

a[href$='.doc']:before,
a[href$='.docx']:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f1c2';
  margin-right: 0.3em; }

a[href$='.xls']:before,
a[href$='.xlsx']:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f1c3';
  margin-right: 0.3em; }

a[href$='.ppt']:before,
a[href$='.pptx']:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f1c4';
  margin-right: 0.3em; }

a[href$='.zip']:before,
a[href$='.rar']:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f1c6';
  margin-right: 0.3em; }

a[href*='youtube.com/']:before,
a[href*='youtu.be/']:before {
  font-family: FontAwesome;
  font-weight: 400;
  content: '\f01d';
  margin-right: 0.3em; }

.list-feed {
  padding-left: 0;
  list-style: none; }
  .list-feed .list-group-item {
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
    transition: 300ms all ease;
    overflow: hidden;
    padding: 12px;
    margin-bottom: 12px;
    display: block;
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0; }
    .list-feed .list-group-item:hover {
      text-decoration: none;
      background-color: #501E70; }
      .list-feed .list-group-item:hover .list-feed-heading,
      .list-feed .list-group-item:hover .list-feed-body {
        white-space: normal;
        color: #fff; }
    .list-feed .list-group-item .list-feed-heading {
      padding-bottom: 1px;
      color: #501E70;
      margin: 0 0 6px; }
      @media (min-width: 768px) {
        .list-feed .list-group-item .list-feed-heading {
          font-weight: 400; } }
    .list-feed .list-group-item .list-feed-body {
      font-size: 12px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0; }

.list-table {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  display: table;
  border-collapse: collapse; }

.list-table-lg {
  font-size: 20px; }

.list-table-base {
  font-size: 16px; }

.list-table-sm {
  font-size: 14px; }

.list-table-xs {
  font-size: 12px; }

.list-table-serif {
  font-family: "Montserrat", Georgia, "Times New Roman", Times, serif; }

.list-row {
  display: table-row;
  position: relative; }
  .list-table-hover .list-row:hover {
    background-color: #f2f2f2; }
  .list-table-lines .list-row {
    border-top: 1px solid #e0e0e0; }
  .list-row.list-head {
    border-top: 0; }
    .list-row.list-head:hover {
      background-color: transparent; }

.list-cell {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  display: table-cell; }
  .list-table-lg .list-cell {
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px; }
  .list-table-xs .list-cell {
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px; }
  .list-cell:last-child {
    padding-right: 0; }
  .list-cell.w90pct {
    width: 90%; }
  .list-cell.w80pct {
    width: 80%; }
  .list-cell.w70pct {
    width: 70%; }
  .list-cell.w60pct {
    width: 60%; }
  .list-cell.w50pct {
    width: 50%; }
  .list-cell.w40pct {
    width: 40%; }
  .list-cell.w33pct {
    width: 33%; }
  .list-cell.w30pct {
    width: 30%; }
  .list-cell.w25pct {
    width: 25%; }
  .list-cell.w20pct {
    width: 20%; }
  .list-cell.w15pct {
    width: 15%; }
  .list-cell.w10pct {
    width: 10%; }
  .list-cell.w5pct {
    width: 5%; }

.list-cell-header {
  font-weight: 600;
  font-size: 0.9em;
  color: #777777; }

.list-cell-label {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  /*font-size: 0.7em;*/
  text-transform: uppercase; }

.list-cell-nowrap {
  white-space: nowrap; }

.list-cell-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.list-cell-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.is-loaded .section-loading {
  display: none; }

.spinner {
  text-align: center;
  margin: 0 auto; }
  .spinner .spinner-content, .spinner:before, .spinner:after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #cccccc;
    border-radius: 100%;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    animation-fill-mode: both; }
  .spinner:before {
    animation-delay: -0.16s; }
  .spinner:after {
    animation-delay: 0.16s; }

.spinner-inverse .spinner-content, .spinner-inverse:before, .spinner-inverse:after {
  background-color: #fff; }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.map-collapse {
  margin-right: -5vw;
  margin-left: -5vw; }
  .map-collapse.collapse.in + hr {
    display: none; }

.map-container-office-list {
  -webkit-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  height: 80vh; }
  @media (min-width: 480px) {
    .map-container-office-list {
      min-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      position: fixed !important;
      left: 60vw; } }

.map-container-object-list {
  -webkit-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  height: 80vh;
  margin-top: 5vw;
  margin-bottom: 5vw; }

.settings-display {
  display: none; }
  @media (min-width: 768px) {
    .settings-display {
      display: block; } }

.map-info-window {
  display: block;
  border-bottom: 0; }
  .map-info-window .street {
    margin-top: 6px;
    margin-bottom: 12px; }
  .map-info-window .image {
    width: 60%;
    margin-right: 12px;
    float: left; }
  .map-info-window .details {
    font-size: 14px;
    color: #222222;
    margin-bottom: 0;
    float: left; }

.map-loader-office {
  min-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed !important;
  left: 60vw;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 28; }
  .map-loader-office .section-loading-map {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%; }

.map-loader {
  height: 80vh;
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10; }
  .map-loader .section-loading-map {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%; }

.media {
  margin-top: 0; }
  .media img {
    min-width: 50px; }

.media-right,
.media > .pull-right {
  padding-left: 12px; }

.media-left,
.media > .pull-left {
  padding-right: 12px; }

.media-body {
  font-size: 14px; }
  .media-body *:last-child {
    margin-bottom: 0; }
  a .media-body {
    color: #222222; }
    a .media-body:hover {
      text-decoration: none; }

.media-heading {
  margin-bottom: 12px; }
  a .media-heading {
    color: #501E70; }

.modal {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0); }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transition: -webkit-transform "0.3s ease-out";
    -moz-transition: -moz-transform "0.3s ease-out";
    -o-transition: -o-transform "0.3s ease-out";
    transition: transform "0.3s ease-out"; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  padding: 0; }
  .modal-dialog.modal-xlg {
    width: auto;
    max-width: 750px;
    padding: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .modal-dialog.modal-xlg {
        max-width: none; } }

.modal-content {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0); }
  .modal-content .alert:last-child {
    margin: 24px 0 0; }

.modal-backdrop {
  background-color: #1a1919; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.85;
    filter: alpha(opacity=85); }

.modal-header {
  border-bottom: 0;
  /*border-color: lighten($brand-primary, 30%);*/ }
  @media (min-width: 768px) {
    .modal-header {
      padding: 24px; } }
  .modal-header .modal-title {
    /* color: rgba(255, 255, 255, 1); */
    /*color: $neutral-40;*/ }

.modal-dialog .close {
  margin-top: 3px; }
  .modal-dialog .close:focus {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px;
    outline-color: #fff; }
  .modal-dialog .close ~ .modal-title {
    margin-right: 30px; }

@media (min-width: 768px) {
  .modal-body {
    padding: 24px; } }

.modal-footer {
  text-align: left;
  /*border-color: lighten($brand-primary, 30%);*/
  border-top: 0;
  /*.btn,
    .btn + .btn {
        margin: 0 0 5px;

        @media (min-width: $screen-sm) {
            margin: 0;
        }
    }*/ }
  @media (min-width: 768px) {
    .modal-footer {
      padding: 24px; } }

.modal-brand-primary.in ~ .modal-backdrop {
  background-color: #501E70;
  opacity: 0.7; }

.modal-brand-secondary.in ~ .modal-backdrop {
  background-color: #72808e;
  opacity: 0.7; }

.modal-brand-inverse.in ~ .modal-backdrop {
  background-color: #1a1919;
  opacity: 0.9; }

.nav-footer > .nav {
  vertical-align: middle; }
  @media (min-width: 768px) {
    .nav-footer > .nav {
      display: inline-block; } }
  @media (min-width: 768px) {
    .nav-footer > .nav > li {
      float: left; } }
  .nav-footer > .nav > li > a {
    padding: 3px 12px 3px 0; }
    @media (min-width: 768px) {
      .nav-footer > .nav > li > a {
        padding: 3px 12px;
        border-left: 1px solid #333333; } }
    .nav-footer > .nav > li > a:hover, .nav-footer > .nav > li > a:focus {
      text-decoration: underline;
      background-color: transparent; }

.nav-main-toggle {
  -webkit-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  line-height: 0.3;
  width: 44px;
  position: relative;
  padding: 5px 10px 12px;
  margin-top: 0;
  margin-right: 5vw;
  float: right;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0; }
  .nav-main-toggle:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  @media (min-width: 1200px) {
    .nav-main-toggle {
      display: none; } }
  .nav-main-toggle:focus {
    outline: 0; }
  .video-fullscreen .nav-main-toggle {
    margin-top: 0;
    margin-right: 2vw; }
  .nav-main-toggle .nav-main-label {
    font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }

.nav-main-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1; }
  @media (min-width: 1200px) {
    .nav-main-close {
      display: none; } }
  .nav-main-close:focus {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px;
    outline-color: #fff; }

.nav-main {
  -webkit-transition: 500ms opacity ease;
  -moz-transition: 500ms opacity ease;
  -o-transition: 500ms opacity ease;
  -ms-transition: 500ms opacity ease;
  transition: 500ms opacity ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 6vh 5vw;
  position: fixed;
  top: 0;
  right: -3000px;
  bottom: 0;
  left: 3000px;
  background-color: #501e70;
  text-transform: uppercase;
  overflow-y: auto;
  opacity: 1;
  font-size: 20px; }
  @media (min-width: 480px) {
    .nav-main {
      padding: 10vh 5vw; } }
  @media (min-width: 1200px) {
    .nav-main {
      height: 90px;
      padding: 0;
      margin-right: 5vw;
      float: right;
      position: static;
      background-color: transparent;
      overflow-y: visible;
      opacity: 1; }
      .page-scrolled .nav-main {
        height: 90px;
        margin-top: 0; }
      .video-fullscreen .nav-main {
        margin-top: 65px; } }
  @media (min-width: 1200px) {
    .video-fullscreen .nav-main {
      margin-top: 80px; } }
  .nav-main.active {
    right: 0;
    left: 0;
    background-color: #501e70;
    z-index: 1; }
  .nav-main .nav {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .nav-main .nav {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        float: left;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .nav-main .nav > li {
        float: left; } }
    .nav-main .nav > li > a {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-smoothing: antialiased;
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.03em;
      text-decoration: none;
      color: #fff;
      border-bottom: 0;
      border-radius: 0; }
      @media (min-width: 992px) {
        .nav-main .nav > li > a {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .nav-main .nav > li > a {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .nav-main .nav > li > a {
          font-size: 15px;
          font-weight: 400;
          color: #222222;
          padding-left: 7px;
          padding-right: 7px;
          /*.page-template-template-start & {
                        text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
                        color: #fff;
                    }*/ } }
      @media (min-width: 1200px) {
        .nav-main .nav > li > a {
          padding-left: 15px;
          padding-right: 15px; } }
      .nav-main .nav > li > a:hover {
        background-color: transparent; }
      .nav-main .nav > li > a:focus {
        background-color: transparent; }
      .nav-main .nav > li > a:active {
        background-color: transparent; }

.btn-free-valuation,
.btn-search {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  margin-left: 15px;
  display: inline-block;
  float: left;
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 2px; }
  @media (min-width: 1200px) {
    .btn-free-valuation,
    .btn-search {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-weight: 400;
      color: #222222;
      margin-left: 10px;
      border-color: #222222;
      /*.page-template-template-start & {
            text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
            color: #fff;
            border-color: #fff;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
        }*/ } }
  @media (min-width: 1200px) {
    .btn-free-valuation,
    .btn-search {
      margin-left: 15px; } }
  .btn-free-valuation:hover,
  .btn-search:hover {
    text-decoration: none;
    color: #fff; }
    @media (min-width: 1200px) {
      .btn-free-valuation:hover,
      .btn-search:hover {
        color: #222222;
        /*.page-template-template-start & {
                color: #fff;
            }*/ } }

.nav-pager .pager {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block; }
  .nav-pager .pager li {
    display: inline; }
  .nav-pager .pager .previous,
  .nav-pager .pager .next {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #501E70;
    padding-left: 7px;
    cursor: pointer; }
    .nav-pager .pager .previous:focus,
    .nav-pager .pager .next:focus {
      text-decoration: none;
      outline: 1px dotted #501E70;
      outline-offset: 1px; }
  .nav-pager .pager .previous {
    padding-right: 7px; }

.nav-pagination .pagination {
  padding-left: 0;
  margin: 0;
  display: inline-block; }
  .nav-pagination .pagination li {
    display: inline; }
    .nav-pagination .pagination li a {
      text-align: center;
      width: 41px;
      margin-left: 6px;
      margin-right: 6px;
      border-width: 2px; }
  .nav-pagination .pagination .previous,
  .nav-pagination .pagination .next {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #501E70;
    padding-left: 7px;
    cursor: pointer; }
    .nav-pagination .pagination .previous:focus,
    .nav-pagination .pagination .next:focus {
      text-decoration: none;
      outline: 1px dotted #501E70;
      outline-offset: 1px; }
  .nav-pagination .pagination .previous {
    padding-right: 7px; }
  .nav-pagination .pagination .page-first a:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f100'; }
  .nav-pagination .pagination .page-previous a:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f104'; }
  .nav-pagination .pagination .page-next a:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f105'; }
  .nav-pagination .pagination .page-last a:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f101'; }

.go-back-link {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 3px;
  margin-top: 36px;
  margin-left: 18px;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #501E70; }
  @media (min-width: 768px) {
    .go-back-link {
      font-size: 13px; } }
  .go-back-link:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f104';
    position: absolute;
    left: -18px; }

.nav-subpages {
  /*.page_item_has_children > a {
        &:after {
            @include icon-angle-down;
            position: absolute;
            top: $spacing-xxsmall;
            right: $spacing-xxsmall;
        }
    }*/ }
  .nav-subpages ul {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 24px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .nav-subpages ul {
        margin-top: 36px; } }
    .section-office-header .nav-subpages ul {
      margin-top: 24px; }
    .nav-subpages ul li {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: block;
      float: left;
      position: relative; }
      .nav-subpages ul li.current_page_item a {
        color: #999999;
        border-bottom: 0; }
      .nav-subpages ul li a {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 2px solid;
        padding-top: 6px;
        padding-bottom: 3px;
        margin-right: 18px;
        display: block; }
        @media (min-width: 768px) {
          .nav-subpages ul li a {
            font-size: 13px; } }
    .nav-subpages ul ul {
      display: none; }
      .current_page_item .nav-subpages ul ul {
        display: block; }
      .nav-subpages ul ul li a {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
        margin-left: 18px;
        border: 0; }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 20px;
  border-top: 9px solid #fff;
  border-bottom: 9px solid #fff;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  margin-right: 9px;
  margin-left: 9px; }
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -8px; }
    .noUi-horizontal .noUi-handle:focus {
      width: 22px;
      height: 22px;
      left: -11px;
      top: -10px; }

.noUi-vertical {
  width: 2px; }
  .noUi-vertical .noUi-handle {
    width: 18px;
    height: 18px;
    left: -8px;
    top: -9px; }

.noUi-target {
  background: #d9d9d9; }
  label + .noUi-target {
    /*margin-top: $spacing-small;*/ }

.noUi-connect {
  background: #501E70;
  transition: background 450ms; }

.noUi-draggable {
  cursor: ew-resize; }
  .noUi-vertical .noUi-draggable {
    cursor: ns-resize; }

.noUi-handle {
  border-radius: 100px;
  background: #501E70;
  cursor: default;
  transition: all 0.1s ease-in-out; }
  .noUi-handle:focus {
    outline: 0; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.slider-value {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: inline-block; }

.slider-value-upper {
  text-align: right;
  float: right; }

.search-filters {
  position: relative;
  z-index: 1; }

.display-count {
  text-align: center; }
  @media (min-width: 992px) {
    .display-count {
      text-align: left; } }

.display-settings {
  display: none; }
  @media (min-width: 992px) {
    .display-settings {
      display: block;
      float: right; } }

.object-listing {
  padding: 5vw;
  padding-top: 45px; }
  @media (min-width: 480px) {
    .object-listing {
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(0, 0, 0);
      min-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      position: fixed;
      width: 60vw;
      overflow-y: scroll; } }
  @media (min-width: 768px) {
    .object-listing {
      min-height: initial;
      padding-top: 110px;
      margin-top: 45px; } }
  @media (min-width: 992px) {
    .object-listing {
      padding-top: 5vw;
      margin-top: 90px; } }

.object-listing-map-filter .btn-search-filter {
  width: 100%; }
  @media (min-width: 992px) {
    .object-listing-map-filter .btn-search-filter {
      width: auto; } }

.object-listing-map-filter .btn-search-monitor {
  width: 100%; }
  @media (min-width: 992px) {
    .object-listing-map-filter .btn-search-monitor {
      width: auto;
      float: right; } }

.object-search {
  min-width: 100%;
  padding: 5vw;
  padding-top: 45px; }
  @media (min-width: 480px) {
    .object-search {
      position: absolute; } }
  @media (min-width: 768px) {
    .object-search {
      padding-top: 110px;
      margin-top: 45px; } }
  @media (min-width: 992px) {
    .object-search {
      padding-top: 5vw;
      margin-top: 90px; } }
  .object-search .btn-search-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    transition: background-color 0.2s ease, padding-top 0.2s ease, padding-bottom 0.2s ease; }
    .object-search .btn-search-container.stuck {
      padding-top: 18px;
      padding-right: 5vw;
      padding-bottom: 12px;
      padding-left: 5vw;
      position: fixed;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      z-index: 10; }
    .object-search .btn-search-container:hover {
      background-color: rgba(255, 255, 255, 0.95); }
    @media (min-width: 992px) {
      .object-search .btn-search-container {
        padding-top: 24px;
        padding-bottom: 18px; } }
  @media (min-width: 480px) {
    .object-search .btn-search-filter {
      /*font-size: $font-size-large;
            padding-top: $spacing-xsmall;
            padding-right: $spacing-base;
            padding-bottom: $spacing-xsmall;
            padding-left: $spacing-base;*/ } }
  @media (min-width: 480px) {
    .object-search .btn-search-map {
      /*font-size: $font-size-large;
            padding-top: $spacing-xsmall;
            padding-right: $spacing-base;
            padding-bottom: $spacing-xsmall;
            padding-left: $spacing-base;*/ } }

.object-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  text-decoration: none;
  color: #222222;
  border: 0; }
  @media (min-width: 992px) {
    .object-item {
      margin-bottom: 48px; } }
  .object-item:hover:after {
    background-color: rgba(0, 0, 0, 0.07); }
  .object-item:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
    transition: 300ms all ease; }
  .object-item .object-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56.25%; }
    .section-search .object-item .object-img {
      padding-top: 45%; }
  .object-item .card-block {
    padding: 12px 18px; }
  .object-item .card-title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8e99a5; }
    .object-item .card-title small {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #222222; }
  .object-item.card-slat {
    margin-bottom: 36px; }
    .object-item.card-slat:hover:after {
      background-color: rgba(0, 0, 0, 0); }
    .object-item.card-slat:hover .card-block {
      background-color: rgba(255, 255, 255, 0.95); }
    .object-item.card-slat .object-img {
      -webkit-transition: all 200ms ease 0ms;
      -moz-transition: all 200ms ease 0ms;
      -o-transition: all 200ms ease 0ms;
      -ms-transition: all 200ms ease 0ms;
      transition: all 200ms ease 0ms;
      width: 100%; }
    .object-item.card-slat .card-block {
      -webkit-transition: all 200ms ease 0ms;
      -moz-transition: all 200ms ease 0ms;
      -o-transition: all 200ms ease 0ms;
      -ms-transition: all 200ms ease 0ms;
      transition: all 200ms ease 0ms;
      width: 50%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.9); }
      @media (min-width: 992px) {
        .object-item.card-slat .card-block {
          width: 40%;
          top: 18px;
          right: 18px;
          bottom: 18px; } }
      @media (min-width: 1200px) {
        .object-item.card-slat .card-block {
          width: 35%; } }
    .object-item.card-slat .card-title {
      font-size: 20px; }

.section-employee .object-img {
  height: 80vh; }
  @media (min-width: 480px) {
    .section-employee .object-img {
      height: auto;
      position: fixed;
      width: 40%;
      top: 0;
      bottom: 0; } }
  @media (min-width: 768px) {
    .section-employee .object-img {
      height: auto;
      position: fixed;
      width: 58%;
      top: 0;
      bottom: 0; } }

.object-status {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 5px 9px;
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #4d4c4c;
  border-radius: 2px; }
  @media (min-width: 992px) {
    .object-status {
      font-size: 10px; } }
  @media (min-width: 1200px) {
    .object-status {
      font-size: 11px;
      top: 18px;
      left: 18px; } }

.object-status-primary {
  background-color: #501E70; }

.object-status-secondary {
  background-color: #72808e; }

.object-status-tertiary {
  background-color: #e64418; }

.object-status-inverse {
  background-color: #1a1919; }

@media (min-width: 480px) {
  .section-office .object-item {
    margin-bottom: 36px; }
    .section-office .object-item:hover:after {
      background-color: rgba(0, 0, 0, 0); }
    .section-office .object-item:hover .card-block {
      background-color: rgba(255, 255, 255, 0.95); }
    .section-office .object-item .object-img {
      -webkit-transition: all 200ms ease 0ms;
      -moz-transition: all 200ms ease 0ms;
      -o-transition: all 200ms ease 0ms;
      -ms-transition: all 200ms ease 0ms;
      transition: all 200ms ease 0ms;
      width: 100%; } }
    @media (min-width: 480px) and (min-width: 992px) and (max-width: 1200px) {
      .section-office .object-item .object-img {
        padding-top: 65%; } }

@media (min-width: 480px) {
    .section-office .object-item .card-block {
      -webkit-transition: all 200ms ease 0ms;
      -moz-transition: all 200ms ease 0ms;
      -o-transition: all 200ms ease 0ms;
      -ms-transition: all 200ms ease 0ms;
      transition: all 200ms ease 0ms;
      top: 12px;
      right: 12px;
      bottom: 12px;
      background-color: rgba(255, 255, 255, 0.9); } }
    @media (min-width: 480px) and (min-width: 1200px) {
      .section-office .object-item .card-block {
        top: 18px;
        right: 18px;
        bottom: 18px; } }

@media (min-width: 480px) {
    .section-office .object-item .card-title span.name {
      color: #8e99a5;
      text-transform: uppercase; }
    .section-office .object-item .card-title span.title {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #222222;
      text-transform: uppercase; } }
  @media (min-width: 480px) and (min-width: 768px) {
    .section-office .object-item .card-title {
      font-size: 20px; } }

@media (min-width: 480px) {
    .section-office .object-item:hover:after {
      background-color: rgba(0, 0, 0, 0.07); }
    .section-office .object-item:after {
      content: '';
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: 300ms all ease;
      -moz-transition: 300ms all ease;
      -o-transition: 300ms all ease;
      -ms-transition: 300ms all ease;
      transition: 300ms all ease; } }

.section-search .object-item:focus, .section-search .object-item:active {
  outline-color: #fff; }

.section-office-header {
  padding: 0vw 5vw 0vw;
  background-color: #e6e5e5; }
  @media (min-width: 768px) {
    .section-office-header {
      padding: 1vw 5vw 0vw; } }

.section-office {
  padding: 4vw 5vw 5vw; }

.display-count {
  text-align: center; }
  @media (min-width: 992px) {
    .display-count {
      text-align: left; } }

.display-settings {
  display: none; }
  @media (min-width: 992px) {
    .display-settings {
      display: block;
      float: right; } }

.filter-settings {
  display: block; }
  @media (min-width: 1200px) {
    .filter-settings {
      float: right; } }
  @media (max-width: 480px) {
    .filter-settings .custom-input {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .filter-settings .custom-input {
      margin-top: 0; } }

.section-office-header .office-name {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .section-office-header .office-name {
      font-size: 60px; } }
  @media (min-width: 992px) {
    .section-office-header .office-name {
      font-size: 72px; } }

.office-name-item {
  display: inline-block; }
  .office-name-item:after {
    content: ', '; }
  .office-name-item:last-child:after {
    content: ''; }

.office-listing {
  padding: 5vw;
  padding-top: 45px; }
  @media (min-width: 480px) {
    .office-listing {
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(0, 0, 0);
      min-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      position: fixed;
      width: 60vw;
      overflow-y: scroll; } }
  @media (min-width: 768px) {
    .office-listing {
      min-height: initial;
      padding-top: 5vw;
      margin-top: 90px; } }
  .office-listing .office-item .card-block {
    padding-left: 0;
    padding-right: 0; }

.office-list-description-wrapper {
  padding: 20px 0;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .office-list-description-wrapper {
      padding: 30px 0; } }

.office-item-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .office-item-wrapper {
      float: left;
      width: 50%; } }
  .section-search .office-item-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .section-search .office-item-wrapper {
        float: left;
        width: 25%; } }

.office-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #222222; }
  .office-item a {
    border-bottom: 0; }
  .office-item .office-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100%; }
  .office-item .card-block {
    padding: 12px 18px; }
  .office-item.card-slat {
    margin-bottom: 18px; }
    @media (min-width: 992px) {
      .office-item.card-slat {
        margin-bottom: 24px; } }
    .office-item.card-slat:hover:after {
      background-color: rgba(0, 0, 0, 0); }
    .office-item.card-slat:hover .card-block {
      background-color: rgba(255, 255, 255, 0.95); }
    .office-item.card-slat .office-img {
      -webkit-transition: all 200ms ease 0ms;
      -moz-transition: all 200ms ease 0ms;
      -o-transition: all 200ms ease 0ms;
      -ms-transition: all 200ms ease 0ms;
      transition: all 200ms ease 0ms;
      width: 100%; }
    .office-item.card-slat .office-name {
      font-size: 20px;
      margin-top: 0; }
    .office-item.card-slat .list-cell-label {
      width: 20%;
      display: none; }
      @media (min-width: 480px) {
        .office-item.card-slat .list-cell-label {
          display: table-cell; } }
      @media (min-width: 768px) {
        .office-item.card-slat .list-cell-label {
          display: none; } }
      @media (min-width: 768px) {
        .office-item.card-slat .list-cell-label {
          display: table-cell; } }
      @media (min-width: 992px) {
        .office-item.card-slat .list-cell-label {
          display: none; } }
      @media (min-width: 1200px) {
        .office-item.card-slat .list-cell-label {
          display: none; } }
      @media (min-width: 1440px) {
        .office-item.card-slat .list-cell-label {
          display: table-cell; } }

.office-info .office-contact-details {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .office-info .office-contact-details {
      margin-top: 36px;
      margin-bottom: 36px; } }
  .office-info .office-contact-details a {
    border-bottom: 0; }

.office-contact-details-mega a {
  font-weight: 900;
  border-bottom: 0; }

.office-intro {
  padding-left: 18px;
  padding-right: 18px; }
  @media (min-width: 768px) {
    .office-intro {
      padding-left: 36px;
      padding-right: 36px; } }
  .office-intro h2 {
    font-size: 37px; }

.map-container-object-list .list-cell {
  font-weight: 400; }

.office-search-filter {
  margin-bottom: 18px; }
  .office-search-filter .custom-input {
    margin: 0; }
    .office-search-filter .custom-input .btn, .office-search-filter .custom-input .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .office-search-filter .custom-input a {
      margin-bottom: 6px; }

.section-offices-name-list {
  text-align: center;
  padding: 4vw 5vw 0;
  margin-bottom: -2vw;
  display: none; }
  @media (min-width: 1200px) {
    .section-offices-name-list {
      display: block; } }
  .section-offices-name-list .item {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

#lb_timer {
  visibility: hidden !important; }

.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #e6e5e5; }
  .panel > .list-group {
    list-style: none; }

.panel-heading a {
  color: #501E70;
  padding: 18px 0;
  margin: -18px;
  display: block;
  cursor: pointer; }
  .panel-heading a:hover {
    text-decoration: none; }
  .panel-heading a .fa {
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -o-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    margin-right: 6px; }
    .active .panel-heading a .fa {
      transform: rotate(45deg); }

.panel-group-accordion {
  padding-left: 0;
  list-style: none; }
  .panel-group-accordion .panel + .panel {
    margin-top: 0; }

.accordion-toggle {
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px; }
  .accordion-toggle:after {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f107';
    font-size: 24px;
    float: right; }
  .active .accordion-toggle:after {
    transform: rotate(-180deg); }

.panel-widget {
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /* .panel-body {
        border-color: transparent !important;
    } */ }
  .panel-widget .panel-heading {
    line-height: 1;
    position: relative;
    border-radius: 2px 2px 0 0; }
    .panel-widget .panel-heading + .panel-body {
      border-top: 1px solid #e6e5e5; }
    .panel-widget .panel-heading + .list-group .list-group-item:first-child {
      border-top-width: 1px; }
  .panel-widget .panel-title, .panel-widget .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title, .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .panel-widget .vc_tta-panel-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
    .panel-widget .panel-title small, .panel-widget .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title small, .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .panel-widget .vc_tta-panel-title small {
      font-size: 12px;
      font-weight: 500;
      font-style: italic;
      text-transform: none;
      letter-spacing: normal;
      color: #777777; }
  .panel-widget .panel-footer {
    background-color: transparent;
    border-radius: 0 0 2px 2px; }
    .panel-widget .panel-footer .summary-link {
      font-size: 10px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: #777777;
      display: block; }
  .panel-widget .link-more {
    padding: 0;
    margin: 0;
    float: right;
    display: block; }
    .panel-widget .link-more:before {
      font-family: FontAwesome;
      font-weight: 400;
      content: '\f105';
      font-size: 14px;
      text-shadow: none;
      display: inline-block; }

.panel-bg-primary {
  color: #fff;
  background-color: #501E70 !important;
  border-color: #6d2998 !important; }
  .panel-bg-primary a {
    color: #9641cc !important; }

.panel-bg-secondary {
  color: #fff;
  background-color: #72808e !important;
  border-color: #8e9aa5 !important; }
  .panel-bg-secondary a {
    color: #b9c0c7 !important; }

.panel-bg-tertiary {
  color: #fff;
  background-color: #e64418 !important;
  border-color: #ec6945 !important; }
  .panel-bg-tertiary a {
    color: #f3a18b !important; }

.panel-bg-inverse {
  color: #fff;
  background-color: #1a1919 !important;
  border-color: #404040 !important; }
  .panel-bg-inverse a {
    color: #737373 !important; }

.vc_tta-panels {
  border-bottom: 1px solid #e0e0e0; }
  .vc_tta-panels .vc_tta-panel {
    border-style: solid;
    border-color: #e0e0e0;
    border-width: 1px 0 0; }
    .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
      background-color: #e6e5e5 !important; }
      .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
        color: #501E70; }
        .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:after {
          transform: rotate(180deg); }
    .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
      border-radius: 0 !important;
      border-width: 0 !important;
      background-color: transparent !important;
      background-image: none !important; }
      .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
        font-size: 24px; }
        .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
          color: #222222 !important;
          padding: 18px 0 !important;
          margin: 0 12px; }
          .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:after {
            font-family: FontAwesome;
            font-weight: 400;
            content: '\f107';
            position: absolute;
            right: 0;
            top: 14px;
            font-size: 32px;
            -webkit-transition: 250ms ease-in-out transform;
            -moz-transition: 250ms ease-in-out transform;
            -o-transition: 250ms ease-in-out transform;
            -ms-transition: 250ms ease-in-out transform;
            transition: 250ms ease-in-out transform; }
          .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon {
            display: none; }
    .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
      border-width: 0 !important;
      padding: 36px 12px !important;
      background-color: transparent !important;
      background-image: none !important; }

.pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-repeat: repeat;
  background-attachment: scroll; }

.pattern-grid {
  background-image: url("../../assets/img/pattern-grid.png"); }

.pattern-interlacing {
  background-image: url("../../assets/img/pattern-interlacing.png"); }

.pattern-raster {
  opacity: 0.25;
  background-image: url("../../assets/img/pattern-raster.png"); }

/*@mixin pattern($type, $color, $opacity:'0.6') {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: $opacity;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: url('../../assets/img/pattern-$type.png');
}*/
@media (min-width: 768px) {
  .section-office-header .reco-rating {
    position: absolute;
    right: 0;
    bottom: 0; } }

.reco-rating-icons {
  margin-bottom: 6px; }
  .section-office-header .reco-rating-icons {
    margin-bottom: 6px;
    margin-top: 36px; }
    @media (min-width: 768px) {
      .section-office-header .reco-rating-icons {
        margin-top: 0;
        margin-bottom: 0; } }

.icon-reco {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy43LjIgKDI4Mjc2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GdWxsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkJhbGxzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iRnVsbCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDAsNTAgQzEwMCw3Ny42MTUwNDEgNzcuNjEzODc4NCwxMDAgNDkuOTk3NDAzLDEwMCBDMjIuMzg2MTIxNiwxMDAgMCw3Ny42MTUwNDEgMCw1MCBDMCwyMi4zODQ5NTkgMjIuMzg2MTIxNiwwIDQ5Ljk5NzQwMywwIEM3Ny42MTM4Nzg0LDAgMTAwLDIyLjM4NDk1OSAxMDAsNTAiIGlkPSJGaWxsLTEiIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04OS4zMjY0MjE0LDQwLjIxMTQwMTQgQzg3LjEwNTY3MTQsMTguMzEzNDQyMiA2OS41MzEwMjg2LDEuNDk5ODM2NzMgNDcuNTQ1MSwwLjIyNjIzMTI5MyBMNDYuMjEwNjM1NywwLjE1MDcyMTA4OCBMNDYuMjEwNjM1Nyw0MS41OTU3NTUxIEw4OS40Njc0MjE0LDQxLjU5NTc1NTEgTDg5LjMyNjQyMTQsNDAuMjExNDAxNCBaIiBpZD0iRmlsbC00IiBmaWxsPSIjNTFBN0Q4Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDYuMjEwMTMyMSw0NC4yMDg0MDgyIEw0Ni4yMTAxMzIxLDg5LjQ1OTE1NjUgTDQ3LjU0NDU5NjQsODkuMzg4NjgwMyBDNzAuNzY0Mjc1LDg4LjAxOTQyODYgODkuMjMwMjM5Myw2OC43MzkxNTY1IDg5LjU3NzcwMzYsNDUuNDg3MDQ3NiBMODkuNTk3ODQ2NCw0NC4yMDg0MDgyIEw0Ni4yMTAxMzIxLDQ0LjIwODQwODIgWiIgaWQ9IkZpbGwtNiIgZmlsbD0iI0MzREE0QSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjEwMzkyODU3LDQ0LjIwODQwODIgTDAuMjMwNTM1NzE0LDQ1LjQ4NzA0NzYgQzAuNTgzMDM1NzE0LDY4LjczOTE1NjUgMTkuMDQ5LDg4LjAxOTQyODYgNDIuMjY4Njc4Niw4OS4zODg2ODAzIEw0My42MDMxNDI5LDg5LjQ1OTE1NjUgTDQzLjYwMzE0MjksNDQuMjA4NDA4MiBMMC4yMTAzOTI4NTcsNDQuMjA4NDA4MiBaIiBpZD0iRmlsbC04IiBmaWxsPSIjRUQyMjgxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuMjY4Njc4NiwwLjIyNDcyMTA4OCBDMjAuMjc3NzE0MywxLjQ5ODMyNjUzIDIuNzAzMDcxNDMsMTguMzE2OTY2IDAuNDg3MzU3MTQzLDQwLjIwOTg5MTIgTDAuMzQ2MzU3MTQzLDQxLjU5OTI3ODkgTDQzLjYwMzE0MjksNDEuNTk5Mjc4OSBMNDMuNjAzMTQyOSwwLjE0OTIxMDg4NCBMNDIuMjY4Njc4NiwwLjIyNDcyMTA4OCBaIiBpZD0iRmlsbC0xMCIgZmlsbD0iI0Y5QzYzQyI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4="); }

.icon-reco-empty {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy43LjIgKDI4Mjc2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5FbXB0eTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJCYWxscyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkVtcHR5Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTEwMCw1MCBDMTAwLDc3LjYxNTA0MSA3Ny42MTM4Nzg0LDEwMCA0OS45OTc0MDMsMTAwIEMyMi4zODYxMjE2LDEwMCAwLDc3LjYxNTA0MSAwLDUwIEMwLDIyLjM4NDk1OSAyMi4zODYxMjE2LDAgNDkuOTk3NDAzLDAgQzc3LjYxMzg3ODQsMCAxMDAsMjIuMzg0OTU5IDEwMCw1MCIgaWQ9IkZpbGwtMSIgZmlsbD0iI0Q4RDhEOCI+PC9wYXRoPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCA1LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTg5LjMyNjQyMTQsNDAuMjExNDAxNCBDODcuMTA1NjcxNCwxOC4zMTM0NDIyIDY5LjUzMTAyODYsMS40OTk4MzY3MyA0Ny41NDUxLDAuMjI2MjMxMjkzIEw0Ni4yMTA2MzU3LDAuMTUwNzIxMDg4IEw0Ni4yMTA2MzU3LDQxLjU5NTc1NTEgTDg5LjQ2NzQyMTQsNDEuNTk1NzU1MSBMODkuMzI2NDIxNCw0MC4yMTE0MDE0IFoiIGlkPSJGaWxsLTQiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00Ni4yMTAxMzIxLDQ0LjIwODQwODIgTDQ2LjIxMDEzMjEsODkuNDU5MTU2NSBMNDcuNTQ0NTk2NCw4OS4zODg2ODAzIEM3MC43NjQyNzUsODguMDE5NDI4NiA4OS4yMzAyMzkzLDY4LjczOTE1NjUgODkuNTc3NzAzNiw0NS40ODcwNDc2IEw4OS41OTc4NDY0LDQ0LjIwODQwODIgTDQ2LjIxMDEzMjEsNDQuMjA4NDA4MiBaIiBpZD0iRmlsbC02Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4yMTAzOTI4NTcsNDQuMjA4NDA4MiBMMC4yMzA1MzU3MTQsNDUuNDg3MDQ3NiBDMC41ODMwMzU3MTQsNjguNzM5MTU2NSAxOS4wNDksODguMDE5NDI4NiA0Mi4yNjg2Nzg2LDg5LjM4ODY4MDMgTDQzLjYwMzE0MjksODkuNDU5MTU2NSBMNDMuNjAzMTQyOSw0NC4yMDg0MDgyIEwwLjIxMDM5Mjg1Nyw0NC4yMDg0MDgyIFoiIGlkPSJGaWxsLTgiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00Mi4yNjg2Nzg2LDAuMjI0NzIxMDg4IEMyMC4yNzc3MTQzLDEuNDk4MzI2NTMgMi43MDMwNzE0MywxOC4zMTY5NjYgMC40ODczNTcxNDMsNDAuMjA5ODkxMiBMMC4zNDYzNTcxNDMsNDEuNTk5Mjc4OSBMNDMuNjAzMTQyOSw0MS41OTkyNzg5IEw0My42MDMxNDI5LDAuMTQ5MjEwODg0IEw0Mi4yNjg2Nzg2LDAuMjI0NzIxMDg4IFoiIGlkPSJGaWxsLTEwIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg=="); }

.icon-reco-full {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy43LjIgKDI4Mjc2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5GdWxsPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkJhbGxzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iRnVsbCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMDAsNTAgQzEwMCw3Ny42MTUwNDEgNzcuNjEzODc4NCwxMDAgNDkuOTk3NDAzLDEwMCBDMjIuMzg2MTIxNiwxMDAgMCw3Ny42MTUwNDEgMCw1MCBDMCwyMi4zODQ5NTkgMjIuMzg2MTIxNiwwIDQ5Ljk5NzQwMywwIEM3Ny42MTM4Nzg0LDAgMTAwLDIyLjM4NDk1OSAxMDAsNTAiIGlkPSJGaWxsLTEiIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjAwMDAwMCwgNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04OS4zMjY0MjE0LDQwLjIxMTQwMTQgQzg3LjEwNTY3MTQsMTguMzEzNDQyMiA2OS41MzEwMjg2LDEuNDk5ODM2NzMgNDcuNTQ1MSwwLjIyNjIzMTI5MyBMNDYuMjEwNjM1NywwLjE1MDcyMTA4OCBMNDYuMjEwNjM1Nyw0MS41OTU3NTUxIEw4OS40Njc0MjE0LDQxLjU5NTc1NTEgTDg5LjMyNjQyMTQsNDAuMjExNDAxNCBaIiBpZD0iRmlsbC00IiBmaWxsPSIjNTFBN0Q4Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDYuMjEwMTMyMSw0NC4yMDg0MDgyIEw0Ni4yMTAxMzIxLDg5LjQ1OTE1NjUgTDQ3LjU0NDU5NjQsODkuMzg4NjgwMyBDNzAuNzY0Mjc1LDg4LjAxOTQyODYgODkuMjMwMjM5Myw2OC43MzkxNTY1IDg5LjU3NzcwMzYsNDUuNDg3MDQ3NiBMODkuNTk3ODQ2NCw0NC4yMDg0MDgyIEw0Ni4yMTAxMzIxLDQ0LjIwODQwODIgWiIgaWQ9IkZpbGwtNiIgZmlsbD0iI0MzREE0QSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjEwMzkyODU3LDQ0LjIwODQwODIgTDAuMjMwNTM1NzE0LDQ1LjQ4NzA0NzYgQzAuNTgzMDM1NzE0LDY4LjczOTE1NjUgMTkuMDQ5LDg4LjAxOTQyODYgNDIuMjY4Njc4Niw4OS4zODg2ODAzIEw0My42MDMxNDI5LDg5LjQ1OTE1NjUgTDQzLjYwMzE0MjksNDQuMjA4NDA4MiBMMC4yMTAzOTI4NTcsNDQuMjA4NDA4MiBaIiBpZD0iRmlsbC04IiBmaWxsPSIjRUQyMjgxIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDIuMjY4Njc4NiwwLjIyNDcyMTA4OCBDMjAuMjc3NzE0MywxLjQ5ODMyNjUzIDIuNzAzMDcxNDMsMTguMzE2OTY2IDAuNDg3MzU3MTQzLDQwLjIwOTg5MTIgTDAuMzQ2MzU3MTQzLDQxLjU5OTI3ODkgTDQzLjYwMzE0MjksNDEuNTk5Mjc4OSBMNDMuNjAzMTQyOSwwLjE0OTIxMDg4NCBMNDIuMjY4Njc4NiwwLjIyNDcyMTA4OCBaIiBpZD0iRmlsbC0xMCIgZmlsbD0iI0Y5QzYzQyI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4="); }

.icon-reco-half {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEwMHB4IiBoZWlnaHQ9IjEwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy43LjIgKDI4Mjc2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5IYWxmPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+CiAgICAgICAgPHBhdGggZD0iTTQ5Ljk5NzQwMywxMDAgQzIyLjM4NjEyMTYsMTAwIDAsNzcuNjE1MDQxIDAsNTAgQzAsMjIuMzg0OTU5IDIyLjM4NjEyMTYsMCA0OS45OTc0MDMsMCBDNzcuNjEzODc4NCwwIDEwMCwyMi4zODQ5NTkgMTAwLDUwIEMxMDAsNzcuNjE1MDQxIDc3LjYxMzg3ODQsMTAwIDQ5Ljk5NzQwMywxMDAgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IkJhbGxzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSGFsZiI+CiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPHVzZSBpZD0iRmlsbC0xIiBmaWxsPSIjMDAwMDAwIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiBtYXNrPSJ1cmwoI21hc2stMikiPgogICAgICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0xIiBmaWxsPSIjRDhEOEQ4IiB4PSI0NiIgeT0iMCIgd2lkdGg9IjQ5IiBoZWlnaHQ9IjEwMCI+PC9yZWN0PgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04OS4zMjY0MjE0LDQ1LjIxMTQwMTQgQzg3LjEwNTY3MTQsMjMuMzEzNDQyMiA2OS41MzEwMjg2LDYuNDk5ODM2NzMgNDcuNTQ1MSw1LjIyNjIzMTI5IEw0Ni4yMTA2MzU3LDUuMTUwNzIxMDkgTDQ2LjIxMDYzNTcsNDYuNTk1NzU1MSBMODkuNDY3NDIxNCw0Ni41OTU3NTUxIEw4OS4zMjY0MjE0LDQ1LjIxMTQwMTQgWiIgaWQ9IkZpbGwtNCIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik00Ni4yMTAxMzIxLDQ5LjIwODQwODIgTDQ2LjIxMDEzMjEsOTQuNDU5MTU2NSBMNDcuNTQ0NTk2NCw5NC4zODg2ODAzIEM3MC43NjQyNzUsOTMuMDE5NDI4NiA4OS4yMzAyMzkzLDczLjczOTE1NjUgODkuNTc3NzAzNiw1MC40ODcwNDc2IEw4OS41OTc4NDY0LDQ5LjIwODQwODIgTDQ2LjIxMDEzMjEsNDkuMjA4NDA4MiBaIiBpZD0iRmlsbC02IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjEwMzkyODU3LDQ5LjIwODQwODIgTDAuMjMwNTM1NzE0LDUwLjQ4NzA0NzYgQzAuNTgzMDM1NzE0LDczLjczOTE1NjUgMTkuMDQ5LDkzLjAxOTQyODYgNDIuMjY4Njc4Niw5NC4zODg2ODAzIEw0My42MDMxNDI5LDk0LjQ1OTE1NjUgTDQzLjYwMzE0MjksNDkuMjA4NDA4MiBMMC4yMTAzOTI4NTcsNDkuMjA4NDA4MiBaIiBpZD0iRmlsbC04IiBmaWxsPSIjRUQyMjgxIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTQyLjI2ODY3ODYsNS4yMjQ3MjEwOSBDMjAuMjc3NzE0Myw2LjQ5ODMyNjUzIDIuNzAzMDcxNDMsMjMuMzE2OTY2IDAuNDg3MzU3MTQzLDQ1LjIwOTg5MTIgTDAuMzQ2MzU3MTQzLDQ2LjU5OTI3ODkgTDQzLjYwMzE0MjksNDYuNTk5Mjc4OSBMNDMuNjAzMTQyOSw1LjE0OTIxMDg4IEw0Mi4yNjg2Nzg2LDUuMjI0NzIxMDkgWiIgaWQ9IkZpbGwtMTAiIGZpbGw9IiNGOUM2M0MiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); }

.reco-rating-text {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0; }

.btn-scroll-top {
  text-decoration: none;
  color: #fff;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 18px;
  bottom: 18px; }
  @media (min-width: 768px) {
    .btn-scroll-top {
      display: block; } }
  .btn-scroll-top:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6); }
  .btn-scroll-top:focus {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px;
    outline-color: #fff;
    color: #fff; }
  .btn-scroll-top:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f106'; }

.is-search-active .blur {
  -webkit-filter: blur(5px); }

.is-search-active .super-search-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 40; }
  @media (min-width: 768px) {
    .is-search-active .super-search-wrapper {
      z-index: 29; } }

.section-search {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  /*z-index: 40;*/ }
  @media (min-width: 768px) {
    .section-search {
      top: 45px;
      z-index: 20; } }
  @media (min-width: 1200px) {
    .section-search {
      top: 90px; } }
  .section-search .form-group {
    padding-top: 60px;
    padding-right: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw; }
    @media (min-width: 768px) {
      .section-search .form-group {
        padding-top: 15vw; } }
    @media (min-width: 1200px) {
      .section-search .form-group {
        padding-top: 5vw; } }
  .section-search .input-search {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    height: auto;
    padding-top: 7px;
    padding-bottom: 8px; }
    @media (min-width: 480px) {
      .section-search .input-search {
        padding-left: 44px; } }
    @media (min-width: 768px) {
      .section-search .input-search {
        font-size: 20px;
        padding-top: 6px;
        padding-bottom: 6px; } }
    @media (min-width: 992px) {
      .section-search .input-search {
        font-size: 32px;
        padding-left: 64px; } }
    .section-search .input-search:active, .section-search .input-search:focus, .section-search .input-search:hover {
      background-color: transparent;
      box-shadow: 0 1px 0 #fff; }
  .section-search .fa {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    color: #fff;
    display: none;
    position: absolute;
    left: 15px;
    top: 45%; }
    @media (min-width: 480px) {
      .section-search .fa {
        display: inline-block; } }
    @media (min-width: 768px) {
      .section-search .fa {
        top: 50%; } }
    @media (min-width: 992px) {
      .section-search .fa {
        font-size: 36px; } }
  .section-search .section-title {
    color: #fff; }
  .section-search .card-title {
    color: #8e99a5; }
    .section-search .card-title small {
      color: #222222; }
  .section-search .btn:focus, .section-search .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:focus, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .section-search a:focus, .section-search .btn:active, .section-search .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a:active, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .section-search a:active {
    outline-color: #fff; }
  .section-search .is-btn-search {
    padding-left: 12px;
    padding-right: 12px; }
    @media (min-width: 768px) {
      .section-search .is-btn-search {
        font-size: 20px;
        line-height: 1.3333333;
        padding-left: 24px;
        padding-right: 24px; } }
  .section-search .is-search-close {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -o-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    right: 4vw;
    border-bottom: 0; }
    @media (min-width: 768px) {
      .section-search .is-search-close {
        right: 10px; } }
    .section-search .is-search-close:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .section-search .is-search-close:focus, .section-search .is-search-close:active {
      outline-color: #fff; }
    @media (min-width: 768px) {
      .page-scrolled .section-search .is-search-close {
        position: fixed;
        top: 70px; } }

.page-listing {
  padding: 5vw; }
  @media (min-width: 480px) {
    .page-listing {
      padding-top: 60px; } }
  @media (min-width: 768px) {
    .page-listing {
      padding-top: 115px; } }
  .page-listing .card {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    @media (min-width: 768px) {
      .page-listing .card {
        margin-bottom: 36px; } }
    @media (min-width: 1200px) {
      .page-listing .card {
        margin-bottom: 48px; } }
  .page-listing .card-block {
    padding: 0; }

.page-list .page-item {
  display: block;
  border-bottom: 0; }
  @media (min-width: 992px) {
    .page-list .page-item {
      margin-bottom: 48px; } }
  .page-list .page-item a {
    display: block;
    border-bottom: 0; }
  .page-list .page-item .page-item-title {
    margin-bottom: 6px; }
  .page-list .page-item .publishing-meta {
    font-size: 12px;
    color: #222222;
    margin-bottom: 0; }
  .page-list .page-item .page-item-excerpt {
    font-size: 14px;
    color: #222222; }

.post-list .post-item {
  display: block;
  border-bottom: 0; }
  @media (min-width: 992px) {
    .post-list .post-item {
      margin-bottom: 48px; } }
  .post-list .post-item .post-item-title {
    margin-bottom: 6px; }
  .post-list .post-item .publishing-meta {
    font-size: 12px;
    color: #222222;
    margin-bottom: 0; }
  .post-list .post-item .post-item-excerpt {
    font-size: 14px;
    color: #222222; }

.archive-listing {
  padding: 5vw; }
  @media (min-width: 480px) {
    .archive-listing {
      padding-top: 60px; } }
  @media (min-width: 768px) {
    .archive-listing {
      padding-top: 115px; } }
  .archive-listing .post {
    margin-bottom: 36px;
    display: block; }
    .archive-listing .post:last-child {
      margin-bottom: 0; }
    .archive-listing .post a {
      display: block;
      border-bottom: 0; }
    .archive-listing .post .entry-title {
      margin-bottom: 6px !important; }
    .archive-listing .post .publishing-meta {
      font-size: 12px;
      color: #222222;
      margin-bottom: 0; }
    .archive-listing .post .entry-summary {
      font-size: 14px;
      color: #222222; }

.toggle-object-search-filters {
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block; }

@media (min-width: 992px) {
  .search-filters-more {
    /*padding-bottom: $spacing-large;*/
    /*margin-bottom: $spacing-large;*/
    /*border-bottom: 1px solid $neutral-12;*/ } }

.section-contact {
  padding: 0 5vw 5vw; }
  [class*=template-employee-detailed] .section-contact,
  [class*=template-object-list] .section-contact,
  [class*=template-objectsearch] .section-contact,
  [class*=template-office-list] .section-contact {
    padding: 0; }
  .section-contact address {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding-top: 5vw;
    margin-bottom: 0;
    border-top: 1px solid #e6e5e5; }
    @media (min-width: 768px) {
      .section-contact address {
        font-size: 14px;
        padding-top: 3vw; } }
    [class*=template-start] .section-contact address {
      padding-top: 5vw;
      border-top: 0; }
    .section-contact address a {
      color: #222222;
      border: 0; }
      .section-contact address a:focus {
        text-decoration: none;
        outline: 1px dotted #501E70;
        outline-offset: 1px;
        outline-color: #fff; }
    @media (min-width: 480px) {
      .section-contact address .item {
        display: inline-block; } }
  .section-contact .btn-scroll-top {
    font-size: 12px;
    text-decoration: none;
    color: #999999;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    border: 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .section-contact .btn-scroll-top {
        font-size: 14px;
        float: right; } }
    .section-contact .btn-scroll-top:hover {
      text-decoration: none; }
    .section-contact .btn-scroll-top:focus {
      text-decoration: none;
      outline: 1px dotted #501E70;
      outline-offset: 1px;
      outline-color: #fff; }
    .section-contact .btn-scroll-top:before {
      font-family: FontAwesome;
      font-weight: 400;
      content: '\f106';
      margin-right: 8px; }

.section-error {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  /* display: none; */ }
  @media (min-width: 992px) {
    .section-error {
      padding-top: 200px;
      padding-bottom: 200px; } }

.section-footer {
  border-top: 1px solid #e6e5e5; }
  .section-footer .footer-heading {
    margin: 0 0 36px; }
  @media (min-width: 768px) {
    .section-footer .footer-info {
      font-size: 20px; } }
  .section-footer .copyright {
    vertical-align: middle;
    padding: 3px 12px 3px 0; }

.section-header {
  -webkit-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  width: 100%;
  position: absolute;
  z-index: 30;
  /*.is-search-active.page-template-template-start & {
        @media (min-width: $screen-sm) {
            background-color: rgba(0, 0, 0, 0.9) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        }
    }*/ }
  .page-scrolled .section-header {
    opacity: 0;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 200ms;
    position: fixed;
    top: 0; }
  @media (min-width: 768px) {
    .is-search-active .section-header {
      background-color: white !important; } }
  @media (min-width: 768px) {
    .section-header {
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      /*.page-template-template-start & {
            background-color: transparent;
            box-shadow: none;
        }*/ }
      .section-header:hover {
        background-color: rgba(255, 255, 255, 0.95);
        /*.page-template-template-start & {
                background-color: transparent;
            }*/ } }
  @media (min-width: 768px) {
    .section-header.transparent-header:hover {
      background-color: transparent; } }
  .section-header .logo-wrapper {
    margin-left: 5vw;
    display: block;
    position: absolute;
    border-bottom: 0;
    z-index: 1; }
    .section-header .logo-wrapper:focus {
      outline-offset: -1px;
      outline-color: #fff; }
    .section-header .logo-wrapper .logo {
      height: 45px; }
      @media (min-width: 768px) {
        .section-header .logo-wrapper .logo {
          width: 120px;
          height: auto; } }
      @media (min-width: 768px) {
        .page-scrolled .section-header .logo-wrapper .logo {
          width: 80px; } }

.offset-header:before {
  content: '';
  height: 55px;
  margin-top: -55px;
  display: block; }
  @media (min-width: 768px) {
    .offset-header:before {
      height: 100px;
      margin-top: -100px; } }

.section-hero {
  padding: 0 !important;
  position: relative; }
  .section-hero .hero-slider .section-loading {
    line-height: 220px;
    display: none; }
    @media (min-width: 768px) {
      .section-hero .hero-slider .section-loading {
        line-height: 400px;
        height: 400px; } }
  .section-hero .hero-slider.loading .section-loading {
    display: block; }
  .section-hero .hero-slider .slides {
    -webkit-transition: 1000ms all ease;
    -moz-transition: 1000ms all ease;
    -o-transition: 1000ms all ease;
    -ms-transition: 1000ms all ease;
    transition: 1000ms all ease;
    position: static;
    opacity: 1; }
    .section-hero .hero-slider .slides.loading {
      position: fixed;
      opacity: 0; }
  .section-hero .hero-slider .hero-slide {
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -o-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    height: 220px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .section-hero .hero-slider .hero-slide {
        height: 400px; } }
  .section-hero .hero-slider .flex-control-paging li a {
    border: 2px solid #fff; }
    .section-hero .hero-slider .flex-control-paging li a:hover {
      background-color: #fff; }
    .section-hero .hero-slider .flex-control-paging li a.flex-active {
      background-color: #fff; }

.section-login {
  border-top: 1px solid #e6e5e5;
  border-bottom: 1px solid #e6e5e5; }
  .section-login .container {
    margin: 36px 0; }
    @media (min-width: 992px) {
      .section-login .container {
        margin: 48px 0; } }

.section-message {
  text-align: center;
  color: #1a1919;
  padding: 10px 0;
  /* display: none; */
  background-color: #f2f2f2;
  /* border-top: 1px solid $neutral-20; */ }
  @media (min-width: 768px) {
    .section-message {
      display: none; } }
  .section-message a {
    color: #222222; }

.section-spacing, .section-footer {
  padding-top: 36px;
  padding-bottom: 36px; }
  @media (min-width: 992px) {
    .section-spacing, .section-footer {
      padding-top: 48px;
      padding-bottom: 48px; } }

.section-separator {
  border-bottom: 1px solid #e6e5e5; }

.section-primary {
  color: #fff;
  background-color: #501E70; }

.section-secondary {
  color: #fff;
  background-color: #72808e; }

.section-tertiary {
  background-color: #f3a18b; }

.section-inverse {
  color: #fff;
  background-color: #1a1919; }

.section-neutral {
  background-color: #f2f2f2; }

.section-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #222222; }

.section-content {
  padding: 5vw;
  padding-top: 45px; }
  @media (min-width: 768px) {
    .section-content {
      padding-top: 110px; } }
  [class*='template-campaign-'] .section-content,
  [class*='template-start-'] .section-content {
    padding: 0; }

.sk-container {
  min-height: 2000px;
  position: relative;
  overflow: hidden; }
  .sk-container * {
    pointer-events: none; }

.sk-block,
.sk-inline,
.sk-inline-block {
  color: transparent !important;
  margin-bottom: 12px;
  background-color: #000 !important;
  border-radius: 3px;
  opacity: 0.05;
  /*pointer-events: none;*/
  user-select: none; }
  .sk-block.sk-inverse,
  .sk-inline.sk-inverse,
  .sk-inline-block.sk-inverse {
    opacity: 0.1; }

.sk-block {
  display: block; }

.sk-inline {
  display: inline; }

.sk-inline-block {
  display: inline-block; }

.sk-circle,
.sk-square {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.sk-square {
  border-radius: 5px; }

.sk-empty {
  background-color: transparent !important; }
  .sk-empty:before {
    content: '\200B'; }

.sk-inverse {
  background-color: #fff !important; }

.sk-shade-1 {
  opacity: 0.1; }
  .sk-shade-1.sk-inverse {
    opacity: 0.15; }

.sk-shade-2 {
  opacity: 0.15; }
  .sk-shade-2.sk-inverse {
    opacity: 0.2; }

.sk-shade-3 {
  opacity: 0.25; }
  .sk-shade-3.sk-inverse {
    opacity: 0.3; }

.sk-shine:after {
  content: '';
  width: 50px;
  height: 900px;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #fff;
  box-shadow: 0 0 50px 10px #fff;
  opacity: 0;
  transform: skewX(-20deg);
  animation: shine 1s infinite linear; }

@keyframes shine {
  0% {
    opacity: 0;
    left: -100%; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 100%; } }

.custom-slider {
  margin-bottom: 0; }
  .custom-slider .flexslider {
    margin-bottom: 0;
    border: 0;
    box-shadow: none; }
  .custom-slider .slides li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    /*&:before {
                content: '';
                display: block !important;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
                z-index: 3;
            }*/ }
    .custom-slider .slides li img {
      display: none !important; }
    @media (min-width: 768px) {
      .custom-slider .slides li {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d; } }
  .custom-slider.full-height .slides li {
    height: 100vh; }
  .custom-slider.half-height .slides li {
    height: 50vh; }
    @media (min-width: 480px) {
      .custom-slider.half-height .slides li {
        height: 75vh; } }
    @media (min-width: 768px) {
      .custom-slider.half-height .slides li {
        height: 50vh; } }
  .custom-slider.third-height .slides li {
    height: 50vh; }
    @media (min-width: 480px) {
      .custom-slider.third-height .slides li {
        height: 75vh; } }
    @media (min-width: 768px) {
      .custom-slider.third-height .slides li {
        height: 33vh; } }
    @media (min-width: 992px) {
      .custom-slider.third-height .slides li {
        height: 35vh; } }
    @media (min-width: 1200px) {
      .custom-slider.third-height .slides li {
        height: 33vh; } }
  .custom-slider .flex-caption {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: transparent;
    z-index: 1; }
    @media (min-width: 768px) {
      .custom-slider .flex-caption {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 70vw; } }
    .custom-slider .flex-caption h1,
    .custom-slider .flex-caption h2,
    .custom-slider .flex-caption h3,
    .custom-slider .flex-caption h4,
    .custom-slider .flex-caption h5,
    .custom-slider .flex-caption h6,
    .custom-slider .flex-caption p {
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
      color: #fff; }
  .custom-slider .post-title {
    font-size: 7vw;
    font-weight: 600;
    margin-top: 36px;
    margin-bottom: 24px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .custom-slider .post-title {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .custom-slider .post-title {
        font-size: 5vw; } }
    @media (min-width: 1200px) {
      .custom-slider .post-title {
        font-size: 4vw;
        font-weight: 600; } }
    .custom-slider .post-title a {
      color: #fff;
      text-decoration: none; }
  @media (min-width: 480px) {
    .custom-slider.half-height .post-title, .custom-slider.third-height .post-title {
      font-size: 5vw;
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .custom-slider.half-height .post-title, .custom-slider.third-height .post-title {
      font-size: 3vw;
      margin-bottom: 24px; } }
  .custom-slider p {
    font-size: 4vw; }
    @media (min-width: 480px) {
      .custom-slider p {
        font-size: 2.5vw;
        line-height: 1.3; } }
    @media (min-width: 992px) {
      .custom-slider p {
        font-size: 2vw;
        line-height: 1.2; } }
    @media (min-width: 1200px) {
      .custom-slider p {
        font-size: 1.5vw; } }
    .custom-slider p:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .custom-slider p.half-height .post-title, .custom-slider p.third-height .post-title {
        font-size: 2vw; } }
    @media (min-width: 992px) {
      .custom-slider p.half-height .post-title, .custom-slider p.third-height .post-title {
        font-size: 1.7vw; } }
    @media (min-width: 1200px) {
      .custom-slider p.half-height .post-title, .custom-slider p.third-height .post-title {
        font-size: 1.2vw; } }
  .custom-slider .btn, .custom-slider .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description a, .carousel-full-bg .vc_slide.vc_images_carousel .vc_item .container .slide-description .custom-slider a {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075); }
  .custom-slider .flex-control-paging {
    margin-top: 0 !important;
    top: auto !important;
    bottom: 0 !important; }
    .custom-slider .flex-control-paging li a {
      border-color: transparent;
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: none; }
      .custom-slider .flex-control-paging li a.flex-active {
        border-color: transparent;
        background-color: white; }
  .custom-slider .flex-direction-nav {
    display: none; }

.social-share-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .social-share-wrapper {
      margin-left: 15px;
      float: left; }
      .page-scrolled .social-share-wrapper {
        display: none; } }

.social-follow-wrapper {
  margin-top: 18px;
  display: block; }
  @media (min-width: 992px) {
    .social-follow-wrapper {
      margin-top: 0;
      margin-left: 24px;
      display: inline-block; } }
  [class*=template-employee-detailed] .social-follow-wrapper,
  [class*=template-object-list] .social-follow-wrapper,
  [class*=template-objectsearch] .social-follow-wrapper,
  [class*=template-office-list] .social-follow-wrapper {
    margin-top: 18px;
    margin-left: 0;
    display: block; }
  .social-follow-wrapper .separator {
    display: none; }
    @media (min-width: 768px) {
      .social-follow-wrapper .separator {
        display: inline; } }

.social-item {
  -webkit-transition: all 200ms ease 0ms;
  -moz-transition: all 200ms ease 0ms;
  -o-transition: all 200ms ease 0ms;
  -ms-transition: all 200ms ease 0ms;
  transition: all 200ms ease 0ms;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  color: #222222;
  width: 29px;
  height: 29px;
  margin-right: 7px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100px; }
  .social-item:hover, .social-item:focus {
    text-decoration: none;
    background-color: #fff; }
  @media (min-width: 768px) {
    .social-item {
      background-color: rgba(34, 34, 34, 0.05);
      border-color: transparent; }
      .social-item:hover {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        color: #fff;
        background-color: #222222; }
      .popover .social-item {
        color: #501E70;
        border: 1px solid #501E70; }
        .popover .social-item:hover {
          color: #501E70;
          background-color: #fff;
          border-color: #501E70; } }
  .social-item.facebook:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f09a'; }
  .social-item.instagram:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f16d'; }
  .social-item.linkedin:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f0e1'; }
  .social-item.pinterest:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f0d2'; }
  .social-item.youtube:before {
    font-family: FontAwesome;
    font-weight: 400;
    content: '\f01d';
    margin: 0; }

.table th {
  font-size: 12px; }

.table > thead > tr > th {
  border-bottom: 1px solid #e0e0e0; }

.table > tbody + tbody {
  border-top: 1px solid #e0e0e0; }

.table.header {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

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

.table-clean th,
.table-clean td {
  border: 0 !important; }
  .table-clean th:first-child,
  .table-clean td:first-child {
    padding-left: 0; }

@media (max-width: 767px) {
  .table-responsive-list td {
    padding: 4px 0 12px !important;
    display: block; }
    .table-responsive-list td.header {
      padding-bottom: 0 !important; } }

.tab {
  -webkit-transition: transform 1000ms ease 2000ms;
  -moz-transition: transform 1000ms ease 2000ms;
  -o-transition: transform 1000ms ease 2000ms;
  -ms-transition: transform 1000ms ease 2000ms;
  transition: transform 1000ms ease 2000ms;
  -webkit-transition: background-color 200 ease;
  -moz-transition: background-color 200 ease;
  -o-transition: background-color 200 ease;
  -ms-transition: background-color 200 ease;
  transition: background-color 200 ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 14px;
  position: fixed;
  /*@include position-sticky; // Must come after position: fixed to have any effect*/
  bottom: 0;
  right: 5vw;
  background-color: #501E70;
  border-bottom: 0;
  z-index: 20; }
  @media (min-width: 992px) {
    .tab {
      font-size: 13px;
      padding: 12px 18px; } }
  .tab.active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .tab:focus, .tab:hover, .tab:active {
    text-decoration: none;
    color: #fff;
    background-color: #42195c; }

.post-tags a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #222222; }
  .post-tags a:first-child {
    margin-left: 0; }

.tabs-list .tabs-tab {
  border-bottom: 1px solid #e6e5e5; }
  .tabs-list .tabs-tab a {
    padding: 18px 0;
    display: block; }
    .tabs-list .tabs-tab a:hover {
      text-decoration: none; }
    .tabs-list .tabs-tab a:focus {
      text-decoration: none; }
    .tabs-list .tabs-tab a .tab-heading {
      -webkit-transition: 100ms all ease;
      -moz-transition: 100ms all ease;
      -o-transition: 100ms all ease;
      -ms-transition: 100ms all ease;
      transition: 100ms all ease;
      color: #222222;
      margin-bottom: 18px; }
    .tabs-list .tabs-tab a .tab-body {
      color: #222222; }
    .tabs-list .tabs-tab a.collapsed .tab-heading {
      -webkit-transition: all 200ms ease 0ms;
      -moz-transition: all 200ms ease 0ms;
      -o-transition: all 200ms ease 0ms;
      -ms-transition: all 200ms ease 0ms;
      transition: all 200ms ease 0ms;
      color: #501E70;
      margin: 0; }
      .tabs-list .tabs-tab a.collapsed .tab-heading:before {
        font-family: FontAwesome;
        font-weight: 400;
        content: '\f105';
        margin-right: 6px; }
    .tabs-list .tabs-tab a.collapsed .tab-body {
      color: #501E70; }

.tile {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 75%;
  margin-bottom: 24px;
  display: block;
  position: relative;
  border-bottom: 0;
  overflow: hidden; }
  .tile img {
    display: none !important; }
  @media (min-width: 480px) {
    .tile {
      padding-top: 56.25%; } }
  @media (min-width: 768px) {
    .tile {
      padding-top: 100%; } }
  .tile:before {
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -o-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%); }
  .tile:after {
    -webkit-transition: 250ms opacity ease-out;
    -moz-transition: 250ms opacity ease-out;
    -o-transition: 250ms opacity ease-out;
    -ms-transition: 250ms opacity ease-out;
    transition: 250ms opacity ease-out;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000; }
  .tile:hover:after {
    opacity: 0.15; }

.tile-block {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
  color: #fff;
  width: 100%;
  padding: 8%;
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  /*@media (min-width: $screen-xs) {
        top: auto;
        bottom: 0;
    }*/ }
  .tile-block p {
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (min-width: 480px) {
      .tile-block p {
        white-space: normal; } }
  .tile-block *:last-child {
    margin-bottom: 0; }

.tile-title {
  font-size: 18px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .tile-title {
      font-size: 20px; } }

a {
  -webkit-transition: 200ms color ease;
  -moz-transition: 200ms color ease;
  -o-transition: 200ms color ease;
  -ms-transition: 200ms color ease;
  transition: 200ms color ease;
  -webkit-transition: 200ms background-color ease;
  -moz-transition: 200ms background-color ease;
  -o-transition: 200ms background-color ease;
  -ms-transition: 200ms background-color ease;
  transition: 200ms background-color ease;
  /* border-bottom: 1px solid;*/
  /*text-decoration: underline;*/ }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: 1px dotted #501E70;
    outline-offset: 1px; }

p {
  margin-bottom: 18px; }
  p.small {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4, .archive-listing .post .entry-title, .tabs-list .tabs-tab a.collapsed .tab-heading,
h5, .h5 {
  margin-bottom: 18px; }
  h1.light, .h1.light,
  h2.light, .h2.light,
  h3.light, .h3.light,
  h4.light, .h4.light, .archive-listing .post .light.entry-title, .tabs-list .tabs-tab a.collapsed .light.tab-heading,
  h5.light, .h5.light {
    font-weight: 400; }

h1, .h1,
h2, .h2,
h3, .h3 {
  text-transform: uppercase; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small {
    text-transform: none; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 48px; }
  h2, .h2 {
    font-size: 40px; }
  h3, .h3 {
    font-size: 32px; }
  h4, .h4, .archive-listing .post .entry-title, .tabs-list .tabs-tab a.collapsed .tab-heading {
    font-size: 24px; }
  h5, .h5 {
    font-size: 18px; }
  h6, .h6 {
    font-size: 16px; } }

::selection {
  color: #fff;
  background: rgba(80, 30, 112, 0.9); }

::-moz-selection {
  color: #fff;
  background: rgba(80, 30, 112, 0.9); }

.lead {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; }
  @media (min-width: 768px) {
    .lead {
      font-size: 20px; } }

/*.p.strong {
    font-family: $font-family-serif;
    font-weight: 600;
    line-height: 28px;

    @media (min-width: $screen-sm) {
        font-size: $font-size-large;
    }
}*/
.mega {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1; }
  @media (min-width: 768px) {
    .mega {
      font-size: 112px; } }

hr {
  margin: 18px 0;
  border-top: 1px solid #e0e0e0; }
  @media (min-width: 768px) {
    hr {
      margin: 36px 0; } }

.separator-v {
  font-size: 150%;
  vertical-align: middle;
  margin: 0 6px;
  border-left: 1px solid #333333; }
  @media (min-width: 480px) {
    .separator-v {
      margin: 0 12px; } }

.separator-h {
  margin-bottom: 24px;
  border-top: 1px solid #e6e5e5; }
  @media (min-width: 768px) {
    .separator-h {
      margin-bottom: 36px; } }

.separator-bullet {
  margin: 0 5px; }
  @media (min-width: 768px) {
    .separator-bullet {
      margin: 0 10px; } }
  .separator-bullet:before {
    content: '\2022'; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 0; }
  [class*="template-wide"] .page-header {
    margin-top: 72px; }

.page-header-image {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding-top: 42.86%;
  margin-top: 60px;
  position: relative; }
  .page-header-image:before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.45) 100%);
    /*background: linear-gradient(to bottom, rgba($brand-primary, 0) 0, rgba($brand-primary, 0.45) 100%);*/
    z-index: 1; }
  [class*="template-office"] .page-header-image {
    padding-top: 0;
    height: 40vh;
    margin-bottom: 48px; }
    @media (min-width: 480px) {
      [class*="template-office"] .page-header-image {
        height: 70vh; } }
    @media (min-width: 768px) {
      [class*="template-office"] .page-header-image {
        height: 65vh; } }
    @media (min-width: 992px) {
      [class*="template-office"] .page-header-image {
        height: 60vh; } }
    @media (min-width: 1200px) {
      [class*="template-office"] .page-header-image {
        height: 70vh;
        margin-bottom: 72px; } }
  .page-header-image .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    z-index: 1; }
  .page-header-image .page-header-title {
    font-size: 9vw;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
    color: #fff;
    margin-top: 36px;
    margin-bottom: 24px; }
    @media (min-width: 480px) {
      .page-header-image .page-header-title {
        font-size: 7vw; } }
    @media (min-width: 768px) {
      .page-header-image .page-header-title {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .page-header-image .page-header-title {
        font-size: 6vw; } }
    @media (min-width: 1200px) {
      .page-header-image .page-header-title {
        font-size: 5vw;
        font-weight: 900; } }

.publishing-meta {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px; }

blockquote {
  color: #222222;
  padding: 18px 24px;
  border-left: 1px solid #501E70;
  position: relative; }
  @media (min-width: 992px) {
    blockquote {
      padding: 24px 36px; } }
  blockquote p {
    font-size: 125%;
    font-weight: 300;
    line-height: 1.2;
    /*&:before {
            content: '\201C';
        }*/
    /*&:after {
            content: '\201D';
        }*/ }
    @media (min-width: 992px) {
      blockquote p {
        font-size: 150%; } }
  blockquote cite {
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }

.read-more {
  font-size: 70%;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-strong {
  font-weight: 700; }

.text-em {
  font-style: italic; }

.text-primary {
  color: #501E70; }

a.text-primary:hover,
a.text-primary:focus {
  color: #331348; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  background-color: #501E70; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #331348; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.vc_grid-filter-item {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

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

.bg-img-cover, .section-employee-detail .employee-img, .section-employee .object-img, .section-abroad-campaign-detail .abroad-campaign-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .bg-img-cover img, .section-employee-detail .employee-img img, .section-employee .object-img img, .section-abroad-campaign-detail .abroad-campaign-img img {
    display: none !important; }

.video-wrapper iframe {
  max-width: 100%; }

.hide-init {
  display: none; }

.vertical-align-parent {
  transform-style: preserve-3d; }

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.collapse-heading {
  position: relative;
  cursor: pointer; }

.collapse-body {
  max-height: 0;
  overflow: hidden; }
  .collapse-body.active {
    max-height: 9999em; }

@media (max-width: 480px) {
  .is-equal-height {
    height: auto !important; } }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #5cb85c;
  border-color: #5cb85c; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #ec971f;
  border-color: #ec971f; }

.parsley-errors-list {
  font-size: 14px;
  list-style-type: none;
  color: #ec971f;
  padding: 0;
  margin: 0;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  -ms-transition: 300ms all ease;
  transition: 300ms all ease; }
  .parsley-errors-list.filled {
    margin: 10px 0;
    opacity: 1; }
    .parsley-errors-list.filled li:before {
      font-family: FontAwesome;
      font-weight: 400;
      content: '\xf06a';
      margin-right: 6px; }

.error {
  display: none; }

.error-search {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: 18px; }

.video-fullscreen-body {
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw; }
  @media (min-width: 768px) {
    .video-fullscreen-body {
      padding-top: 10vh;
      padding-bottom: 15vh; } }
  @media (min-width: 1200px) {
    .video-fullscreen-body {
      max-width: 70vw;
      margin-right: auto;
      margin-left: auto; } }
  .video-fullscreen-body h1, .video-fullscreen-body h2, .video-fullscreen-body h3, .video-fullscreen-body h4, .video-fullscreen-body h5, .video-fullscreen-body h6 {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
    color: #fff; }
  .video-fullscreen-body h1 {
    font-size: 7vw;
    margin-top: 36px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .video-fullscreen-body h1 {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .video-fullscreen-body h1 {
        font-size: 6vw; } }
    @media (min-width: 1200px) {
      .video-fullscreen-body h1 {
        font-size: 5vw;
        font-weight: 900; } }
  .video-fullscreen-body p {
    font-size: 4vw;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.075);
    color: #fff; }
    @media (min-width: 480px) {
      .video-fullscreen-body p {
        font-size: 2.5vw;
        line-height: 1.3; } }
    @media (min-width: 992px) {
      .video-fullscreen-body p {
        font-size: 2vw;
        line-height: 1.2; } }
    @media (min-width: 1200px) {
      .video-fullscreen-body p {
        font-size: 1.5vw; } }

.twitter-typeahead {
  width: 100%; }
  .twitter-typeahead .tt-menu {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 24px;
    margin-top: 2px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.11); }
  .twitter-typeahead .tt-suggestion {
    padding-top: 6px;
    padding-bottom: 6px; }
  .twitter-typeahead .tt-cursor {
    background-color: #f2f2f2; }
  .twitter-typeahead .tt-highlight {
    font-weight: 500;
    background-color: #fae3c4; }
  .twitter-typeahead .search-result {
    /*font-weight: 600;*/
    cursor: pointer; }
  .twitter-typeahead .search-result-type {
    font-size: 14px;
    color: #777777;
    display: block;
    cursor: pointer; }
    @media (min-width: 480px) {
      .twitter-typeahead .search-result-type {
        display: inline; } }
    @media (min-width: 480px) {
      .twitter-typeahead .search-result-type:before {
        content: ' – '; } }

.abroad-campaign-listing {
  padding: 5vw;
  padding-top: 45px; }
  @media (min-width: 768px) {
    .abroad-campaign-listing {
      padding-top: 115px; } }

.abroad-campaign-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  z-index: 1; }
  .abroad-campaign-item a {
    border-bottom: 0; }
  .abroad-campaign-item .abroad-campaign-img {
    padding-top: 100%;
    display: none;
    position: relative;
    background-position: center 25%; }
    @media (min-width: 480px) {
      .abroad-campaign-item .abroad-campaign-img {
        display: block; } }
    .abroad-campaign-item .abroad-campaign-img:after {
      -webkit-transition: 250ms opacity ease-out;
      -moz-transition: 250ms opacity ease-out;
      -o-transition: 250ms opacity ease-out;
      -ms-transition: 250ms opacity ease-out;
      transition: 250ms opacity ease-out;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color: #000; }
    .abroad-campaign-item .abroad-campaign-img:hover:after {
      opacity: 0.15; }
  .abroad-campaign-item .abroad-campaign-name {
    font-size: 16px;
    text-transform: none;
    color: #222222; }
    .abroad-campaign-item .abroad-campaign-name a {
      color: #222222; }
    @media (min-width: 480px) {
      .abroad-campaign-item .abroad-campaign-name {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .abroad-campaign-item .abroad-campaign-name {
        font-size: 24px; } }
    @media (min-width: 1440px) {
      .abroad-campaign-item .abroad-campaign-name {
        font-size: 20px; } }
  .abroad-campaign-item .title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    color: #222222; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .abroad-campaign-item .card-block {
      padding: 12px 18px; } }
  .abroad-campaign-item .list-cell-label {
    width: 20%; }
    @media (min-width: 480px) {
      .abroad-campaign-item .list-cell-label {
        display: none; } }
    @media (min-width: 768px) {
      .abroad-campaign-item .list-cell-label {
        display: table-cell; } }
    @media (min-width: 992px) {
      .abroad-campaign-item .list-cell-label {
        display: none; } }
    @media (min-width: 1200px) {
      .abroad-campaign-item .list-cell-label {
        display: table-cell; } }
  .section-office .abroad-campaign-item .card-block {
    padding-left: 0;
    padding-right: 0; }

.section-abroad-campaign-detail .abroad-campaign-img {
  height: 75vh; }
  @media (min-width: 480px) {
    .section-abroad-campaign-detail .abroad-campaign-img {
      min-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 40vw;
      position: fixed; } }
  @media (min-width: 768px) {
    .section-abroad-campaign-detail .abroad-campaign-img {
      width: 40vw; } }
  @media (min-width: 992px) {
    .section-abroad-campaign-detail .abroad-campaign-img {
      width: 30vw; } }
  @media (min-width: 1200px) {
    .section-abroad-campaign-detail .abroad-campaign-img {
      width: 40vw; } }

.abroad-campaign-info {
  padding: 5vw; }
  @media (min-width: 480px) {
    .abroad-campaign-info {
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translate3d(0, 0, 0);
      min-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      position: fixed;
      width: 60vw;
      padding-top: 60px;
      overflow-y: scroll; } }
  @media (min-width: 768px) {
    .abroad-campaign-info {
      min-height: initial;
      margin-top: 45px; } }
  @media (min-width: 992px) {
    .abroad-campaign-info {
      width: 70vw; } }
  @media (min-width: 1200px) {
    .abroad-campaign-info {
      width: 60vw;
      margin-top: 90px; } }
  .abroad-campaign-info .abroad-campaign-name {
    font-size: 24px;
    text-transform: none; }
    @media (min-width: 768px) {
      .abroad-campaign-info .abroad-campaign-name {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .abroad-campaign-info .abroad-campaign-name {
        font-size: 48px; } }
  .abroad-campaign-info .abroad-campaign-title {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
    color: #222222; }
  .abroad-campaign-info .abroad-campaign-contact-details {
    margin-top: 24px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .abroad-campaign-info .abroad-campaign-contact-details {
        margin-top: 36px;
        margin-bottom: 36px; } }
    @media (min-width: 1200px) {
      .abroad-campaign-info .abroad-campaign-contact-details {
        width: 50%; } }
    .abroad-campaign-info .abroad-campaign-contact-details a {
      border-bottom: 0; }
  .abroad-campaign-info .list-cell-label {
    display: none;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (min-width: 992px) {
      .abroad-campaign-info .list-cell-label {
        width: 50px;
        display: table-cell; } }
  .abroad-campaign-info .abroad-campaign-description {
    font-size: 14px; }
    @media (min-width: 992px) {
      .abroad-campaign-info .abroad-campaign-description {
        font-size: 16px; } }
  .abroad-campaign-info .reco-rating {
    margin-top: 36px; }
  .abroad-campaign-info textarea {
    resize: vertical;
    min-height: 50px; }

.monitor-card {
  background-color: #e3e6e8; }

.monitor-body {
  margin-bottom: 24px; }

.monitor-title {
  border-bottom: 1px solid #333;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 400; }

.monitor-date {
  padding-left: 12px; }

.monitor-list {
  font-size: 14px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.monitor-info {
  margin-bottom: 6px; }

.monitor-label {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

/*# sourceMappingURL=smh.css.map */