/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *









 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 9999;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite-b9d6fddb0988440902fcfc72f371ecfa80ee2eb36073f9eebc17449ee41c886f.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/assets/fancybox_loading-b8681cce947f5b28ed3181b11601e2470b40811722a49564d1271e7b40015064.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/assets/blank-b1442e85b03bdcaf66dc58c7abb98745dd2687d86350be9a298a1d9382ac849b.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/assets/fancybox_overlay-a163bab86035b0ba62c98fbbd4d8b4f5edabbbb774eca0b5e9e5081b5711b2ab.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/assets/fancybox_sprite@2x-6ab68245606bbe6ad87ea3f6a044c93f6c21a07e70924b35b68bfb3786d94cf0.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(/assets/fancybox_loading@2x-73b27f9aeb7bc6ee3c4bd20742382f015efd89981a3706d2a29a50867849629c.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
.Zebra_Tooltip {
    position: absolute;
    z-index: 99999;
    background: transparent;
    font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
    position: relative;
    padding: 20px;
    font-size: inherit;
    text-align: left;
    font-weight: normal;
    line-height: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    *margin-right: 0;
    _width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); /* max-width for IE6 */
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow         { position: absolute; height: 10px; width: 20px; overflow: hidden }

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom  { bottom: 0 }
.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top     { top: 0    }

.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
    position: absolute;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    left: 0;
    _border-left-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div  {
    top: 0;
    _border-bottom-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div     {
    bottom: 0;
    _border-top-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Close {
    text-decoration: none;
    color: #FFF;
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: inherit;
    font-weight: bold;
}

.Zebra_Tooltip .Zebra_Tooltip_Close:hover {
    color: #C40000;
}
/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url(/../bridge/style.css);
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
  color: #fff !important; }

.news input {
  width: 23%;
  margin: 0 0 20px 0;
  padding: 15px 12px;
  border: 0;
  outline: 0;
  resize: none;
  font-size: 13px;
  line-height: 17px;
  background-color: #d3d3d3;
  color: #818181;
  font-weight: 400;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.news input[type="submit"] {
  background-color: #167efc;
  color: #fff;
  font-weight: bold; }

.news p {
  color: #fff; }

.active > a {
  color: #167EFC !important; }

.menu-item a:hover {
  color: #167EFC !important; }

.venuesgrid .q_image_with_text_over .desc {
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.6); }

.venuesgrid .q_image_with_text_over .desc a {
  color: #fff;
  display: block;
  padding: 20px;
  font-size: 28px;
  line-height: 30px; }

.venuesgrid .q_image_with_text_over .desc a:hover {
  color: #fff; }

.venuesgrid .text td {
  vertical-align: bottom; }

.content strong {
  color: #000; }

.wpcf7 form.wpcf7-form p {
  margin-bottom: 20px;
  width: 24%;
  float: left;
  text-align: center;
  margin-left: 1%; }

.wpcf7 form.wpcf7-form p input {
  border-radius: 5px;
  background-color: #d3d3d3; }

.wpcf7 form.wpcf7-form p .btmcntbtn {
  width: 100%;
  text-align: center;
  margin: 5px 0;
  padding: 4px 0;
  background: #167efc;
  color: #fff;
  border-radius: 5px;
  border: none; }

.wpcf7 form.wpcf7-form p .btmcntbtn:hover {
  background: #167efc;
  border: none; }

.homevenuesrt .btn {
  background: rgba(51, 51, 51, 0.01);
  color: #ffffff !important;
  font-weight: bold;
  font-size: 13px;
  border: 2px solid #fff !important;
  padding: 11px 20px 8px 20px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 5px; }

.ult_modal-body {
  padding: 0px !important;
  border-radius: 0px !important; }

.ult_modal-content {
  border-radius: 0px !important; }

/*Artist matrix*/
.priceboxlist {
  margin-top: 155px !important; }

.priceboxlist li {
  margin: 0 0 15px !important;
  font-size: 14px; }

.priceboxlist li:before {
  width: 0px !important;
  height: 0px !important; }

.priceboxlistvenue li {
  font-size: 13px !important; }

/* baloon ? tooltip*/
.help-tip {
  position: absolute;
  text-align: center;
  background-color: #2867B6;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
  margin-left: 5px;
  text-decoration: none !important; }

.help-tip:before {
  content: '?';
  font-weight: bold;
  color: #fff; }

.help-tip:hover {
  background-color: #BCDBEE; }

/*login page*/
.formheight {
  min-height: 250px; }

.page-id-15578 .content, .page-id-15601 .content {
  background: url("http://softalliancetech.com/showslinger/wp-content/uploads/2014/10/bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }

.page-id-15578 .content .container, .page-id-15601 .content .container {
  background-color: transparent; }

.loginbtn {
  width: 100%;
  background-color: #167EFC !important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-color: #167EFC !important; }

#ipt_fsqm_form_wrap_7, #ipt_fsqm_form_wrap_9 {
  max-width: 600px;
  margin: 0 auto; }

#ipt_fsqm_form_wrap_7 .ui-widget-default, #ipt_fsqm_form_wrap_9 .ui-widget-default {
  background: rgba(255, 255, 255, 0.3);
  border: none; }

#ipt_fsqm_form_wrap_7 .ipt_uif_question_label, #ipt_fsqm_form_wrap_9 .ipt_uif_question_label {
  margin: 0; }

/*form*/
.signupoption span:before {
  display: inline-block;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  content: '';
  background: url(/images/acct-sprite.png) no-repeat;
  height: 16px;
  width: 16px;
  margin-right: 10px; }

.signupoption .performer:before {
  background-position: -16px 0; }

.signupoption .venue:before {
  background-position: -32px 0; }

/*
.signupoption .fan:before {
background-position: 0 -16px;
}
*/
.signupoption a {
  float: right; }

.performer-note {
  margin-top: 10px;
  font-size: 14px; }

.signup {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px auto !important;
  background: #fff;
  padding: 25px 30px; }

.signup .signupoption {
  background: #f3f3f5;
  border-radius: 3px;
  color: #222;
  font-size: 18px;
  padding: 15px 20px;
  margin: 15px 0; }

.signup .signupoption a {
  float: right;
  text-decoration: none;
  color: #888;
  font-size: 13px; }

.signup .signupoption a:hover {
  color: #0575ff; }

.signup .signupoptionactive {
  background: #3080e2;
  color: #fff; }

.signup .signupoptionactive a, .signup .signupoptionactive a:hover {
  color: #acccf3; }

.signupoptionactive .performer:before {
  background-position: -16px -16px; }

.signupoptionactive .venue:before {
  background-position: -32px -16px; }

.signupoptionactive .fan:before {
  background-position: 0px -16px; }

.signup input[type="text"], .signup input[type="email"], .signup input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06);
  color: #666;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 8px 1.5%;
  margin-bottom: 20px;
  display: block;
  width: 100%; }

.signupinput {
  margin: 40px 0; }

.tos-label {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: normal; }

.tos-label a {
  color: #0575ff; }

.signup .btn {
  color: #fff;
  background: #0575ff;
  background: -moz-linear-gradient(top, #7fb7fd 0%, #0a78ff 100%);
  background: -webkit-linear-gradient(top, #7fb7fd 0%, #0a78ff 100%);
  background: -o-linear-gradient(top, #7fb7fd 0%, #0a78ff 100%);
  background: -ms-linear-gradient(top, #7fb7fd 0%, #0a78ff 100%);
  background: linear-gradient(to bottom, #7fb7fd 0%, #0a78ff 100%);
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 10px;
  font-size: 18px;
  line-height: 20px;
  padding: 0.8em 1em 0.8em 1em;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  margin: 15px 0; }

.signup h2 {
  font-size: 25px; }

.signup h1 {
  font-size: 20px; }

/*form*/
/*Billing*/
.billinghr {
  margin: 30px -10px 40px -10px;
  padding: 0;
  border-top: 1px solid #ccc; }

/*Billing*/
/*createvenue*/
.createvenue .signupoptionactive {
  background: none;
  color: #000; }

/*createvenue*/
/*Fan matrix*/
.fanmatrix {
  text-align: center; }

/*Fan matrix*/
.menusignup .current, .menusignup .current:active, .menusignup .current:hover {
  color: #fff !important; }

.page .light.sticky nav.main_menu > ul > li.menusignup > a:hover span {
  color: #fff !important; }

#menu-main-menu .menusignup .current span, #menu-main-menu .menusignup .current:hover span, #menu-main-menu .menusignup .current span:hover {
  color: #fff !important; }

#ipt_fsqm_form_11_button_submit, #ipt_fsqm_form_12_button_submit, #ipt_fsqm_form_14_button_submit {
  background: #167efc;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

/*Schedule a demo*/
.homeparabtn .ult_modal-body {
  background: #fff !important;
  padding: 30px 25px !important; }

#wpcf7-f15669-p14468-o1 p {
  width: 98%;
  text-align: left; }

#wpcf7-f15669-p14468-o1 input {
  background: #e5e5e5; }

#wpcf7-f15669-p14468-o1 textarea {
  background: #e5e5e5; }

.wpcf7 .wpcf7-form .wpcf7-validation-errors, .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
  display: inline-block !important; }

.tooltips {
  text-decoration: underline; }

/*Schedule a demo*/
/*responsive*/
@media only screen and (min-width: 1200px) {
  .q_image_with_text_over.one_fourth {
    width: 24.3%;
    margin-right: 0.7%; }

  nav.main_menu > ul > li > a {
    margin: 0 5px;
    padding: 0 25px; }

  .menulogin a {
    border: 2px solid #ccc;
    height: auto !important;
    line-height: 40px !important;
    top: 28px;
    border-radius: 5px; }

  .menusignup a {
    border: 2px solid #167efc !important;
    height: auto !important;
    line-height: 40px !important;
    top: 28px;
    border-radius: 5px;
    background: #167efc;
    background-color: #167efc !important;
    color: #fff; }

  .menusignup a:hover {
    background: #167efc;
    background-color: #167efc !important;
    color: #fff !important; }

  .menusignup a:hover span {
    color: #fff !important; }

  header.sticky nav.main_menu > ul > .menulogin > a, header.sticky nav.main_menu > ul > .menusignup > a {
    top: 8px; } }
@media only screen and (min-width: 1000px) {
  nav.main_menu > ul > li > a {
    margin: 0 5px;
    padding: 0 20px; }

  .menulogin a {
    border: 2px solid #ccc;
    height: auto !important;
    line-height: 40px !important;
    top: 28px;
    border-radius: 5px; }

  .menusignup a {
    border: 2px solid #167efc !important;
    height: auto !important;
    line-height: 40px !important;
    top: 28px;
    border-radius: 5px;
    background: #167efc;
    background-color: #167efc !important;
    color: #fff; }

  .menusignup a:hover {
    background: #167efc;
    background-color: #167efc !important;
    color: #fff !important; }

  .menusignup a:hover span {
    color: #fff !important; }

  header.sticky nav.main_menu > ul > .menulogin > a, header.sticky nav.main_menu > ul > .menusignup > a {
    top: 8px; } }
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .wpcf7 form.wpcf7-form p {
    width: 100%;
    float: none; } }
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*Common*/
.wpb_column .wpb_wrapper .ult_pricing_table_wrap,
.wpb_column .wpb_wrapper .ult_pricing_table_wrap:last-child {
  display: block;
  margin-bottom: 30px;
  float: left; }

.ult_pricing_table,
.ult_pricing_heading,
.ult_price_body_block,
.ult_price_features,
.ult_price_link,
.ult_price_description_block {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  display: block;
  position: relative; }

.ult_pricing_table {
  list-style-type: none;
  font-size: 13px;
  text-align: center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*Price Box Heading*/
.ult_pricing_table .ult_pricing_heading {
  padding: 20px 0; }

.ult_pricing_table .ult_pricing_heading h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  color: inherit; }

.ult_pricing_table .ult_pricing_heading h5 {
  padding: 0;
  margin: 4px 20px 15px;
  font-size: 12px;
  font-weight: normal;
  color: inherit; }

/*Price Box Body*/
.ult_pricing_table .ult_price_body,
.wpb_column > .wpb_wrapper > .ult_pricing_table_wrap .ult_pricing_table .ult_price_body {
  display: table;
  margin: 15px auto; }

.ult_price_body .ult_price {
  vertical-align: middle;
  display: table-cell;
  word-break: break-all; }

.ult_price_body .ult_price .ult_price_figure {
  /*display: block;*/
  font-size: 0.6em;
  line-height: 1em;
  font-weight: normal; }

.ult_price_body .ult_price .per_month {
  font-size: 16px; }

.ult_price_body .ult_price .ult_price_term {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #2867B6; }

.ult_price_body .ult_price .ult_price_term .ult_price_promo {
  color: #0575ff; }

/*Price Box Features*/
.ult_pricing_table .ult_price_features {
  padding: 15px;
  margin: 0; }

.ult_pricing_table .ult_price_features ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px; }

.ult_pricing_table .ult_price_features ul li {
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  line-height: 1.5em;
  text-decoration: none; }

.ult_pricing_table a {
  text-decoration: none !important;
  cursor: pointer; }

/*Price Box Description*/
.ult_pricing_table .ult_price_description_block .ult_price_description {
  list-style-type: none;
  padding: 15px;
  margin: 0;
  line-height: 1.5em; }

/*Price Box Link*/
.ult_pricing_table .ult_price_link {
  padding-bottom: 15px; }

.ult_pricing_table .ult_price_link .ult_price_action_button {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  line-height: 1em;
  padding: 9px 20px; }

/*Price Box Image*/
.ult_pricing_table_wrap .ult_price_features img {
  width: 100%;
  max-width: 100%;
  display: block; }

.ult_clr {
  clear: both; }

.ult_featured .ult_pricing_table {
  position: relative;
  z-index: 9;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

/*Hover Styles*/
.ult_pricing_table:hover {
  box-shadow: 0px 0px 7px rgba(167, 167, 167, 0.5); }

/*Bounce*/
/*
.ult_pricing_table:hover {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.ult_featured .ult_pricing_table:hover {
  transform: translateY(0) scale(1.13);
  -webkit-transform: translateY(0) scale(1.13);
  -moz-transform: translateY(0) scale(1.13);
  -o-transform: translateY(0) scale(1.13);
}
*/
/**************************Info Table*************************************/
.ult_info_table.ult_design_1 .ult_pricing_table .ult_price_body {
  border: none;
  width: auto;
  height: auto; }

.ult_info_table .ult_pricing_table .ult_price_body .aio-icon.none {
  display: block;
  margin: 0 auto; }

/*********************************************************************/
/****************************Design 1*********************************/
.ult_design_1 .ult_pricing_table {
  background: #444;
  background: -webkit-linear-gradient(#666, #333);
  background: -moz-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333);
  color: #fff; }

.ult_design_1 .ult_pricing_table a {
  color: inherit; }

.ult_design_1 .ult_pricing_table .ult_price_body {
  font-size: 16px;
  width: 6em;
  height: 6em;
  padding: 0;
  line-height: 1em;
  border: 2px solid;
  border-radius: 500%; }

.ult_design_1 .ult_pricing_table .ult_price_link {
  background: #333; }

.ult_design_1 .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #fff;
  background: #000;
  border-radius: 15px;
  background: #444;
  background: -webkit-linear-gradient(#666, #333);
  background: -moz-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333); }

/*Color Schemes*/
.ult_design_1.ult-cs-black .ult_pricing_table,
.ult_design_1.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #333;
  background: -webkit-linear-gradient(#666, #333);
  background: -moz-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333); }

.ult_design_1.ult-cs-red .ult_pricing_table,
.ult_design_1.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #DF4130;
  background: -webkit-linear-gradient(#F04735, #DF4130);
  background: -moz-linear-gradient(#F04735, #DF4130);
  background: -o-linear-gradient(#F04735, #DF4130);
  background: linear-gradient(#F04735, #DF4130); }

.ult_design_1.ult-cs-blue .ult_pricing_table,
.ult_design_1.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #2867B6;
  background: -webkit-linear-gradient(#3274C7, #2867B6);
  background: -moz-linear-gradient(#3274C7, #2867B6);
  background: -o-linear-gradient(#3274C7, #2867B6);
  background: linear-gradient(#3274C7, #2867B6); }

.ult_design_1.ult-cs-yellow .ult_pricing_table,
.ult_design_1.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #F9B84A;
  background: -webkit-linear-gradient(#F1C40F, #F1A90F);
  background: -moz-linear-gradient(#F1C40F, #F1A90F);
  background: -o-linear-gradient(#F1C40F, #F1A90F);
  background: linear-gradient(#F1C40F, #F1A90F); }

.ult_design_1.ult-cs-green .ult_pricing_table,
.ult_design_1.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #17924B;
  background: -webkit-linear-gradient(#24BB64, #17924B);
  background: -moz-linear-gradient(#24BB64, #17924B);
  background: -o-linear-gradient(#24BB64, #17924B);
  background: linear-gradient(#24BB64, #17924B); }

.ult_design_1.ult-cs-gray .ult_pricing_table,
.ult_design_1.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #5D5D5D;
  background: #D9DEE0;
  background: -webkit-linear-gradient(#E3E4E6, #D9DEE0);
  background: -moz-linear-gradient(#E3E4E6, #D9DEE0);
  background: -o-linear-gradient(#E3E4E6, #D9DEE0);
  background: linear-gradient(#E3E4E6, #D9DEE0); }

/*********************************************************************/
/****************************Design 2*********************************/
.ult_design_2 .ult_pricing_table {
  background: linear-gradient(#FFF, #F0F0F0);
  color: #6F6F6F; }

.ult_design_2 .ult_pricing_table a {
  color: inherit; }

.ult_design_2 .ult_pricing_table .ult_pricing_heading,
.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #0F9000;
  background: -webkit-linear-gradient(#0F9000, #076800);
  background: -moz-linear-gradient(#0F9000, #076800);
  background: -o-linear-gradient(#0F9000, #076800);
  background: linear-gradient(#0F9000, #076800);
  color: #fff; }

.ult_design_2 .ult_pricing_table .ult_pricing_heading h5 {
  padding: 0;
  margin: 0 20px;
  font-size: 12px; }

.ult_design_2 .ult_price_body_block {
  background: #FBFBFB;
  border-bottom: 4px double #DCDCDC;
  color: #6F6F6F; }

.ult_design_2 .ult_pricing_table .ult_price_body {
  font-size: 48px; }

.ult_design_2 .ult_pricing_table .ult_price_features ul li {
  border-bottom: 1px dashed #999;
  line-height: 2em;
  margin-left: 30px;
  margin-right: 30px; }

.ult_design_2 .ult_pricing_table .ult_price_features ul li:last-child {
  border-bottom: none; }

.ult_design_2 .ult_pricing_table .ult_price_link {
  padding: 0; }

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 7px;
  background: #0F9000;
  background: -webkit-linear-gradient(#0F9000, #076800);
  background: -moz-linear-gradient(#0F9000, #076800);
  background: -o-linear-gradient(#0F9000, #076800);
  background: linear-gradient(#0F9000, #076800);
  position: absolute;
  right: -8px;
  bottom: -12px; }

.ult_design_2 .ult_pricing_table .ult_price_link .ult_price_action_button:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  right: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #1A1A1A; }

/*Color Schemes*/
.ult_design_2.ult-cs-black .ult_pricing_table .ult_pricing_heading,
.ult_design_2.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #333;
  background: -webkit-linear-gradient(#666, #333);
  background: -moz-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333); }

.ult_design_2.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button:after {
  border-left: 8px solid #1A1818; }

.ult_design_2.ult-cs-red .ult_pricing_table .ult_pricing_heading,
.ult_design_2.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #DF4130;
  background: -webkit-linear-gradient(#F04735, #DF4130);
  background: -moz-linear-gradient(#F04735, #DF4130);
  background: -o-linear-gradient(#F04735, #DF4130);
  background: linear-gradient(#F04735, #DF4130); }

.ult_design_2.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button:after {
  border-left: 8px solid #AC3900; }

.ult_design_2.ult-cs-blue .ult_pricing_table .ult_pricing_heading,
.ult_design_2.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #2867B6;
  background: -webkit-linear-gradient(#3274C7, #2867B6);
  background: -moz-linear-gradient(#3274C7, #2867B6);
  background: -o-linear-gradient(#3274C7, #2867B6);
  background: linear-gradient(#3274C7, #2867B6); }

.ult_design_2.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button:after {
  border-left: 8px solid #0555BA; }

.ult_design_2.ult-cs-yellow .ult_pricing_table .ult_pricing_heading,
.ult_design_2.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #F9B84A;
  background: -webkit-linear-gradient(#F1C40F, #F1A90F);
  background: -moz-linear-gradient(#F1C40F, #F1A90F);
  background: -o-linear-gradient(#F1C40F, #F1A90F);
  background: linear-gradient(#F1C40F, #F1A90F); }

.ult_design_2.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button:after {
  border-left: 8px solid #CE5E0B; }

.ult_design_2.ult-cs-green .ult_pricing_table .ult_pricing_heading,
.ult_design_2.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #17924B;
  background: -webkit-linear-gradient(#24BB64, #17924B);
  background: -moz-linear-gradient(#24BB64, #17924B);
  background: -o-linear-gradient(#24BB64, #17924B);
  background: linear-gradient(#24BB64, #17924B); }

.ult_design_2.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button:after {
  border-left: 8px solid #037433; }

.ult_design_2.ult-cs-gray .ult_pricing_table .ult_pricing_heading,
.ult_design_2.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #5D5D5D;
  background: #D9DEE0;
  background: -webkit-linear-gradient(#E3E4E6, #D9DEE0);
  background: -moz-linear-gradient(#E3E4E6, #D9DEE0);
  background: -o-linear-gradient(#E3E4E6, #D9DEE0);
  background: linear-gradient(#E3E4E6, #D9DEE0); }

.ult_design_2.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button:after {
  border-left: 8px solid #BDBDBD; }

/*********************************************************************/
/****************************Design 3*********************************/
.ult_design_3 .ult_pricing_table {
  background: #262626;
  background: -webkit-linear-gradient(#262626, #000);
  background: -moz-linear-gradient(#262626, #000);
  background: -o-linear-gradient(#262626, #000);
  background: linear-gradient(#262626, #000);
  color: #FFF; }

.ult_design_3 .ult_pricing_table a {
  color: inherit; }

.ult_design_3 .ult_price_body_block {
  background: #353535; }

.ult_design_3 .ult_pricing_table .ult_price_body,
.wpb_column > .wpb_wrapper > .ult_pricing_table_wrap.ult_design_3 .ult_pricing_table .ult_price_body {
  margin: 25px auto;
  font-size: 40px; }

.ult_design_3 .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #fff;
  background: #000;
  border-radius: 3px;
  padding: 10px;
  background: #666;
  background: -webkit-linear-gradient(#666, #333);
  background: -moz-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333); }

/*Color Schemes*/
.ult_design_3.ult-cs-black .ult_pricing_table {
  background: #333;
  background: -webkit-linear-gradient(#666, #333);
  background: -moz-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333); }

.ult_design_3.ult-cs-red .ult_pricing_table {
  background: #DF4130;
  background: -webkit-linear-gradient(#F04735, #DF4130);
  background: -moz-linear-gradient(#F04735, #DF4130);
  background: -o-linear-gradient(#F04735, #DF4130);
  background: linear-gradient(#F04735, #DF4130); }

.ult_design_3.ult-cs-blue .ult_pricing_table {
  background: #2867B6;
  background: -webkit-linear-gradient(#3274C7, #2867B6);
  background: -moz-linear-gradient(#3274C7, #2867B6);
  background: -o-linear-gradient(#3274C7, #2867B6);
  background: linear-gradient(#3274C7, #2867B6); }

.ult_design_3.ult-cs-yellow .ult_pricing_table {
  background: #F9B84A;
  background: -webkit-linear-gradient(#F1C40F, #F1A90F);
  background: -moz-linear-gradient(#F1C40F, #F1A90F);
  background: -o-linear-gradient(#F1C40F, #F1A90F);
  background: linear-gradient(#F1C40F, #F1A90F); }

.ult_design_3.ult-cs-green .ult_pricing_table {
  background: #17924B;
  background: -webkit-linear-gradient(#24BB64, #17924B);
  background: -moz-linear-gradient(#24BB64, #17924B);
  background: -o-linear-gradient(#24BB64, #17924B);
  background: linear-gradient(#24BB64, #17924B); }

.ult_design_3.ult-cs-gray .ult_pricing_table {
  color: #5D5D5D;
  background: #D9DEE0;
  background: -webkit-linear-gradient(#E3E4E6, #D9DEE0);
  background: -moz-linear-gradient(#E3E4E6, #D9DEE0);
  background: -o-linear-gradient(#E3E4E6, #D9DEE0);
  background: linear-gradient(#E3E4E6, #D9DEE0); }

.ult_design_3.ult-cs-gray .ult_price_body_block {
  color: #FFF; }

/*********************************************************************/
/****************************Design 4*********************************/
.ult_design_4 .ult_pricing_table {
  background: #F9F9F9;
  color: #777;
  border-top: 5px solid #B9CE06;
  border-bottom: 5px solid #DDD; }

.ult_design_4 .ult_pricing_table a {
  color: inherit; }

.ult_design_4 .ult_pricing_table .ult_price_body_block {
  top: -3px;
  border-bottom: 2px solid #E5E5E5; }

.ult_design_4 .ult_pricing_table .ult_price_body {
  font-size: 48px; }

.ult_design_4 .ult_pricing_table .ult_pricing_heading + .ult_price_body_block .ult_price_body,
.wpb_column > .wpb_wrapper > .ult_pricing_table_wrap.ult_design_4 .ult_pricing_table .ult_pricing_heading + .ult_price_body_block .ult_price_body {
  margin: -5px auto 15px; }

.ult_design_4 .ult_pricing_table .ult_price_features ul li {
  border-bottom: 1px solid #EDEDED;
  line-height: 2em;
  margin-left: 30px;
  margin-right: 30px; }

.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #fff;
  background: #B9CE06;
  border-radius: 3px;
  padding: 10px; }

/*Color Schemes*/
.ult_design_4.ult-cs-black .ult_pricing_table {
  border-top: 5px solid #333; }

.ult_design_4.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #333; }

.ult_design_4.ult-cs-red .ult_pricing_table {
  border-top: 5px solid #DF4130; }

.ult_design_4.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #DF4130; }

.ult_design_4.ult-cs-blue .ult_pricing_table {
  border-top: 5px solid #2867B6; }

.ult_design_4.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #2867B6; }

.ult_design_4.ult-cs-yellow .ult_pricing_table {
  border-top: 5px solid #F1A90F; }

.ult_design_4.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #F1A90F; }

.ult_design_4.ult-cs-green .ult_pricing_table {
  border-top: 5px solid #17924B; }

.ult_design_4.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #17924B; }

.ult_design_4.ult-cs-gray .ult_pricing_table {
  border-top: 5px solid #D9DEE0; }

.ult_design_4.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #D9DEE0;
  color: #5D5D5D; }

/*********************************************************************/
/****************************Design 5*********************************/
.ult_design_5 .ult_pricing_table {
  background: #F7F7F7;
  color: #777;
  border-bottom: 5px solid #DDD; }

.ult_design_5 .ult_pricing_table a {
  color: inherit; }

.ult_design_5 .ult_pricing_table .ult_pricing_heading,
.ult_design_5 .ult_pricing_table .ult_price_body_block {
  background: #FAC635;
  color: #fff; }

.ult_design_5 .ult_pricing_table .ult_price_body_block {
  top: -3px; }

.ult_design_5 .ult_pricing_table .ult_price_body {
  font-size: 48px; }

.ult_design_5 .ult_pricing_table .ult_pricing_heading + .ult_price_body_block .ult_price_body,
.wpb_column > .wpb_wrapper > .ult_pricing_table_wrap.ult_design_5 .ult_pricing_table .ult_pricing_heading + .ult_price_body_block .ult_price_body {
  margin: -5px auto 15px; }

.ult_design_5 .ult_pricing_table .ult_price_features ul li {
  border-bottom: 1px solid #EDEDED;
  line-height: 2em;
  margin-left: 30px;
  margin-right: 30px; }

.ult_design_5 .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #fff;
  background: #555;
  border-radius: 3px;
  padding: 10px; }

/*Color Schemes*/
.ult_design_5.ult-cs-black .ult_pricing_table .ult_pricing_heading,
.ult_design_5.ult-cs-black .ult_pricing_table .ult_price_body_block,
.ult_design_5.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #333; }

.ult_design_5.ult-cs-red .ult_pricing_table .ult_pricing_heading,
.ult_design_5.ult-cs-red .ult_pricing_table .ult_price_body_block,
.ult_design_5.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #DF4130; }

.ult_design_5.ult-cs-blue .ult_pricing_table .ult_pricing_heading,
.ult_design_5.ult-cs-blue .ult_pricing_table .ult_price_body_block,
.ult_design_5.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #2867B6; }

.ult_design_5.ult-cs-yellow .ult_pricing_table .ult_pricing_heading,
.ult_design_5.ult-cs-yellow .ult_pricing_table .ult_price_body_block,
.ult_design_5.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #F9B84A; }

.ult_design_5.ult-cs-green .ult_pricing_table .ult_pricing_heading,
.ult_design_5.ult-cs-green .ult_pricing_table .ult_price_body_block,
.ult_design_5.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #17924B; }

.ult_design_5.ult-cs-gray .ult_pricing_table .ult_pricing_heading,
.ult_design_5.ult-cs-gray .ult_pricing_table .ult_price_body_block,
.ult_design_5.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #D9DEE0;
  color: #5D5D5D; }

/*********************************************************************/
/****************************Design 6*********************************/
.ult_design_6 .ult_pricing_table {
  background: #FFF;
  color: #777;
  border: 1px solid #EFEFEF; }

.ult_design_6 .ult_pricing_table a {
  color: inherit; }

.ult_design_6 .ult_pricing_table .ult_pricing_heading,
.ult_design_6 .ult_pricing_table .ult_price_body_block {
  background: #322D68;
  color: #fff; }

.ult_design_6 .ult_pricing_table .ult_price_body_block {
  height: 3em;
  margin-bottom: 3em;
  font-size: 16px; }

.ult_design_6 .ult_pricing_table .ult_price_body {
  font-size: 16px;
  width: 6em;
  height: 6em;
  padding: 0;
  line-height: 1em;
  border: 2px solid #F0F0F0;
  border-radius: 500%;
  margin: 0 auto !important;
  position: relative;
  top: 0;
  background: #FFF;
  color: #777;
  -webkit-box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;
  -moz-box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;
  -o-box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;
  -ms-box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset;
  box-shadow: 0 5px 20px #DDD inset, 0 3px 0 #999 inset; }

.ult_design_6 .ult_pricing_table .ult_price_link .ult_price_action_button {
  color: #fff;
  border-radius: 15px;
  background: #444;
  background: -webkit-linear-gradient(#666, #333);
  background: -moz-linear-gradient(#666, #333);
  background: -o-linear-gradient(#666, #333);
  background: linear-gradient(#666, #333); }

/*Color Schemes*/
.ult_design_6.ult_featured .ult_price_body_block {
  margin-top: -5px; }

.ult_design_6.ult-cs-black .ult_pricing_table .ult_pricing_heading,
.ult_design_6.ult-cs-black .ult_pricing_table .ult_price_body_block,
.ult_design_6.ult-cs-black .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #333; }

.ult_design_6.ult-cs-red .ult_pricing_table .ult_pricing_heading,
.ult_design_6.ult-cs-red .ult_pricing_table .ult_price_body_block,
.ult_design_6.ult-cs-red .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #DF4130; }

.ult_design_6.ult-cs-blue .ult_pricing_table .ult_pricing_heading,
.ult_design_6.ult-cs-blue .ult_pricing_table .ult_price_body_block,
.ult_design_6.ult-cs-blue .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #2867B6; }

.ult_design_6.ult-cs-yellow .ult_pricing_table .ult_pricing_heading,
.ult_design_6.ult-cs-yellow .ult_pricing_table .ult_price_body_block,
.ult_design_6.ult-cs-yellow .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #F9B84A; }

.ult_design_6.ult-cs-green .ult_pricing_table .ult_pricing_heading,
.ult_design_6.ult-cs-green .ult_pricing_table .ult_price_body_block,
.ult_design_6.ult-cs-green .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #17924B; }

.ult_design_6.ult-cs-gray .ult_pricing_table .ult_pricing_heading,
.ult_design_6.ult-cs-gray .ult_pricing_table .ult_price_body_block,
.ult_design_6.ult-cs-gray .ult_pricing_table .ult_price_link .ult_price_action_button {
  background: #D9DEE0;
  color: #5D5D5D; }

/** js_composer_front.css **/
.vc_clearfix {
  *zoom: 1; }

.vc_clearfix:before,
.vc_clearfix:after {
  display: table;
  content: ""; }

.vc_clearfix:after {
  clear: both; }

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

.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.vc_container:before,
.vc_container:after {
  content: " ";
  display: table; }

.vc_container:after {
  clear: both; }

.vc_container:before,
.vc_container:after {
  content: " ";
  display: table; }

.vc_container:after {
  clear: both; }

@media (min-width: 768px) {
  .vc_container {
    width: 750px; } }
@media (min-width: 992px) {
  .vc_container {
    width: 970px; } }
@media (min-width: 1200px) {
  .vc_container {
    width: 1170px; } }
.wpb_row {
  margin-left: -15px;
  margin-right: -15px; }

.wpb_row:before,
.wpb_row:after {
  content: " ";
  display: table; }

.wpb_row:after {
  clear: both; }

.wpb_row:before,
.wpb_row:after {
  content: " ";
  display: table; }

.wpb_row:after {
  clear: both; }

.wpb_row .vc_span1,
.wpb_row .vc_span2,
.wpb_row .vc_span3,
.wpb_row .vc_span4,
.wpb_row .vc_span5,
.wpb_row .vc_span6,
.wpb_row .vc_span7,
.wpb_row .vc_span8,
.wpb_row .vc_span9,
.wpb_row .vc_span10,
.wpb_row .vc_span11,
.wpb_row .vc_span12 {
  margin-left: 0; }

@media (max-width: 768px) {
  .wpb_row .wpb_column {
    margin-bottom: 35px; } }
@media (max-width: 768px) {
  .wpb_row > :last-child,
  .wpb_row > :last-child > .wpb_column {
    margin-bottom: 0; } }
.vc_non_responsive .wpb_row .vc_span1 {
  position: relative;
  float: left;
  width: 8.333333333333332%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span2 {
  position: relative;
  float: left;
  width: 16.666666666666664%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span3 {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span4 {
  position: relative;
  float: left;
  width: 33.33333333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span5 {
  position: relative;
  float: left;
  width: 41.66666666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span7 {
  position: relative;
  float: left;
  width: 58.333333333333336%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span8 {
  position: relative;
  float: left;
  width: 66.66666666666666%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span9 {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span10 {
  position: relative;
  float: left;
  width: 83.33333333333334%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span11 {
  position: relative;
  float: left;
  width: 91.66666666666666%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_non_responsive .wpb_row .vc_span12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.vc_responsive .wpb_row .vc_span1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span1 {
    float: left;
    width: 8.333333333333332%; } }
.vc_responsive .wpb_row .vc_span2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span2 {
    float: left;
    width: 16.666666666666664%; } }
.vc_responsive .wpb_row .vc_span3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span3 {
    float: left;
    width: 25%; } }
.vc_responsive .wpb_row .vc_span4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span4 {
    float: left;
    width: 33.33333333333333%; } }
.vc_responsive .wpb_row .vc_span5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span5 {
    float: left;
    width: 41.66666666666667%; } }
.vc_responsive .wpb_row .vc_span6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span6 {
    float: left;
    width: 50%; } }
.vc_responsive .wpb_row .vc_span7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span7 {
    float: left;
    width: 58.333333333333336%; } }
.vc_responsive .wpb_row .vc_span8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span8 {
    float: left;
    width: 66.66666666666666%; } }
.vc_responsive .wpb_row .vc_span9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span9 {
    float: left;
    width: 75%; } }
.vc_responsive .wpb_row .vc_span10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span10 {
    float: left;
    width: 83.33333333333334%; } }
.vc_responsive .wpb_row .vc_span11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span11 {
    float: left;
    width: 91.66666666666666%; } }
.vc_responsive .wpb_row .vc_span12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .vc_responsive .wpb_row .vc_span12 {
    float: left;
    width: 100%; } }
.vc_txt_align_left {
  text-align: left; }

.vc_txt_align_right {
  text-align: right; }

.vc_txt_align_center {
  text-align: center; }

.vc_txt_align_justify {
  text-align: justify;
  text-justify: inter-word; }

.vc_el_width_50 {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_el_width_60 {
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_el_width_70 {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_el_width_80 {
  width: 80%;
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_el_width_90 {
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important; }

.vc_el_width_100 {
  width: 100%; }

/* 1. Buttons
---------------------------------------------------------- */
.vc_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: none;
  text-decoration: none !important;
  padding: 1em 2em;
  font-size: 100%;
  line-height: 1em;
  border-radius: 5px; }

.vc_btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.vc_btn:hover,
.vc_btn:focus {
  color: #333333;
  text-decoration: none; }

.vc_btn:active,
.vc_btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.vc_btn.disabled,
.vc_btn[disabled],
fieldset[disabled] .vc_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.vc_btn_xs {
  padding: 0.5em 0.8em;
  font-size: 80%;
  line-height: 1em;
  border-radius: 5px; }

.vc_btn_sm {
  padding: 0.8em 1.2em;
  font-size: 85%;
  line-height: 1em;
  border-radius: 5px; }

.vc_btn_lg {
  padding: 1.1em 2.5em;
  font-size: 115%;
  line-height: 1em;
  border-radius: 5px; }

.vc_btn_square {
  border-radius: 0; }

.vc_btn_square_outlined {
  border-radius: 0;
  background: none !important;
  border: 2px solid; }

.vc_btn_round {
  border-radius: 25px; }

.vc_btn_outlined {
  background: none !important;
  border: 2px solid; }

.vc_btn_blue {
  background-color: #5472d2;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_blue:hover {
  background-color: #3c5ecc;
  color: #f7f7f7 !important; }

.vc_btn_blue.vc_btn_outlined,
.vc_btn_blue.vc_btn_square_outlined {
  color: #5472d2 !important; }

.vc_btn_blue.vc_btn_outlined:hover,
.vc_btn_blue.vc_btn_square_outlined:hover {
  border-color: #3c5ecc; }

.vc_btn_blue.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #3253bc;
  box-shadow: 0 5px 0 #3253bc;
  margin-bottom: 5px; }

.vc_btn_blue.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #3253bc;
  box-shadow: 0 3px 0 #3253bc;
  margin-bottom: 3px; }

.vc_btn_blue.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #3253bc;
  box-shadow: 0 4px 0 #3253bc;
  margin-bottom: 4px; }

.vc_btn_turquoise {
  background-color: #00c1cf;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_turquoise:hover {
  background-color: #00a4b0;
  color: #f7f7f7 !important; }

.vc_btn_turquoise.vc_btn_outlined,
.vc_btn_turquoise.vc_btn_square_outlined {
  color: #00c1cf !important; }

.vc_btn_turquoise.vc_btn_outlined:hover,
.vc_btn_turquoise.vc_btn_square_outlined:hover {
  border-color: #00a4b0; }

.vc_btn_turquoise.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #008d97;
  box-shadow: 0 5px 0 #008d97;
  margin-bottom: 5px; }

.vc_btn_turquoise.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #008d97;
  box-shadow: 0 3px 0 #008d97;
  margin-bottom: 3px; }

.vc_btn_turquoise.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #008d97;
  box-shadow: 0 4px 0 #008d97;
  margin-bottom: 4px; }

.vc_btn_pink {
  background-color: #fe6c61;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_pink:hover {
  background-color: #fe5043;
  color: #f7f7f7 !important; }

.vc_btn_pink.vc_btn_outlined,
.vc_btn_pink.vc_btn_square_outlined {
  color: #fe6c61 !important; }

.vc_btn_pink.vc_btn_outlined:hover,
.vc_btn_pink.vc_btn_square_outlined:hover {
  border-color: #fe5043; }

.vc_btn_pink.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #fe3829;
  box-shadow: 0 5px 0 #fe3829;
  margin-bottom: 5px; }

.vc_btn_pink.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #fe3829;
  box-shadow: 0 3px 0 #fe3829;
  margin-bottom: 3px; }

.vc_btn_pink.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #fe3829;
  box-shadow: 0 4px 0 #fe3829;
  margin-bottom: 4px; }

.vc_btn_violet {
  background-color: #8d6dc4;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_violet:hover {
  background-color: #7c57bb;
  color: #f7f7f7 !important; }

.vc_btn_violet.vc_btn_outlined,
.vc_btn_violet.vc_btn_square_outlined {
  color: #8d6dc4 !important; }

.vc_btn_violet.vc_btn_outlined:hover,
.vc_btn_violet.vc_btn_square_outlined:hover {
  border-color: #7c57bb; }

.vc_btn_violet.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #6e48b1;
  box-shadow: 0 5px 0 #6e48b1;
  margin-bottom: 5px; }

.vc_btn_violet.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #6e48b1;
  box-shadow: 0 3px 0 #6e48b1;
  margin-bottom: 3px; }

.vc_btn_violet.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #6e48b1;
  box-shadow: 0 4px 0 #6e48b1;
  margin-bottom: 4px; }

.vc_btn_peacoc {
  background-color: #4cadc9;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_peacoc:hover {
  background-color: #39a0bd;
  color: #f7f7f7 !important; }

.vc_btn_peacoc.vc_btn_outlined,
.vc_btn_peacoc.vc_btn_square_outlined {
  color: #4cadc9 !important; }

.vc_btn_peacoc.vc_btn_outlined:hover,
.vc_btn_peacoc.vc_btn_square_outlined:hover {
  border-color: #39a0bd; }

.vc_btn_peacoc.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #338faa;
  box-shadow: 0 5px 0 #338faa;
  margin-bottom: 5px; }

.vc_btn_peacoc.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #338faa;
  box-shadow: 0 3px 0 #338faa;
  margin-bottom: 3px; }

.vc_btn_peacoc.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #338faa;
  box-shadow: 0 4px 0 #338faa;
  margin-bottom: 4px; }

.vc_btn_chino {
  background-color: #cec2ab;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_chino:hover {
  background-color: #c3b498;
  color: #f7f7f7 !important; }

.vc_btn_chino.vc_btn_outlined,
.vc_btn_chino.vc_btn_square_outlined {
  color: #cec2ab !important; }

.vc_btn_chino.vc_btn_outlined:hover,
.vc_btn_chino.vc_btn_square_outlined:hover {
  border-color: #c3b498; }

.vc_btn_chino.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #b9a888;
  box-shadow: 0 5px 0 #b9a888;
  margin-bottom: 5px; }

.vc_btn_chino.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #b9a888;
  box-shadow: 0 3px 0 #b9a888;
  margin-bottom: 3px; }

.vc_btn_chino.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #b9a888;
  box-shadow: 0 4px 0 #b9a888;
  margin-bottom: 4px; }

.vc_btn_mulled_wine {
  background-color: #50485b;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_mulled_wine:hover {
  background-color: #413a4a;
  color: #f7f7f7 !important; }

.vc_btn_mulled_wine.vc_btn_outlined,
.vc_btn_mulled_wine.vc_btn_square_outlined {
  color: #50485b !important; }

.vc_btn_mulled_wine.vc_btn_outlined:hover,
.vc_btn_mulled_wine.vc_btn_square_outlined:hover {
  border-color: #413a4a; }

.vc_btn_mulled_wine.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #342f3c;
  box-shadow: 0 5px 0 #342f3c;
  margin-bottom: 5px; }

.vc_btn_mulled_wine.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #342f3c;
  box-shadow: 0 3px 0 #342f3c;
  margin-bottom: 3px; }

.vc_btn_mulled_wine.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #342f3c;
  box-shadow: 0 4px 0 #342f3c;
  margin-bottom: 4px; }

.vc_btn_vista_blue {
  background-color: #75d69c;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_vista_blue:hover {
  background-color: #5dcf8b;
  color: #f7f7f7 !important; }

.vc_btn_vista_blue.vc_btn_outlined,
.vc_btn_vista_blue.vc_btn_square_outlined {
  color: #75d69c !important; }

.vc_btn_vista_blue.vc_btn_outlined:hover,
.vc_btn_vista_blue.vc_btn_square_outlined:hover {
  border-color: #5dcf8b; }

.vc_btn_vista_blue.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #4ac97d;
  box-shadow: 0 5px 0 #4ac97d;
  margin-bottom: 5px; }

.vc_btn_vista_blue.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #4ac97d;
  box-shadow: 0 3px 0 #4ac97d;
  margin-bottom: 3px; }

.vc_btn_vista_blue.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #4ac97d;
  box-shadow: 0 4px 0 #4ac97d;
  margin-bottom: 4px; }

.vc_btn_black {
  background-color: #2a2a2a;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_black:hover {
  background-color: #1b1b1b;
  color: #f7f7f7 !important; }

.vc_btn_black.vc_btn_outlined,
.vc_btn_black.vc_btn_square_outlined {
  color: #2a2a2a !important; }

.vc_btn_black.vc_btn_outlined:hover,
.vc_btn_black.vc_btn_square_outlined:hover {
  border-color: #1b1b1b; }

.vc_btn_black.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #0e0e0e;
  box-shadow: 0 5px 0 #0e0e0e;
  margin-bottom: 5px; }

.vc_btn_black.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #0e0e0e;
  box-shadow: 0 3px 0 #0e0e0e;
  margin-bottom: 3px; }

.vc_btn_black.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #0e0e0e;
  box-shadow: 0 4px 0 #0e0e0e;
  margin-bottom: 4px; }

.vc_btn_grey {
  background-color: #ebebeb;
  color: #666666 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_grey:hover {
  background-color: #dcdcdc;
  color: #5e5e5e !important; }

.vc_btn_grey.vc_btn_outlined,
.vc_btn_grey.vc_btn_square_outlined {
  color: #ebebeb !important; }

.vc_btn_grey.vc_btn_outlined:hover,
.vc_btn_grey.vc_btn_square_outlined:hover {
  border-color: #dcdcdc; }

.vc_btn_grey.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #cfcfcf;
  box-shadow: 0 5px 0 #cfcfcf;
  margin-bottom: 5px; }

.vc_btn_grey.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #cfcfcf;
  box-shadow: 0 3px 0 #cfcfcf;
  margin-bottom: 3px; }

.vc_btn_grey.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #cfcfcf;
  box-shadow: 0 4px 0 #cfcfcf;
  margin-bottom: 4px; }

.vc_btn_orange {
  background-color: #f89406;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_orange:hover {
  background-color: #da8205;
  color: #f7f7f7 !important; }

.vc_btn_orange.vc_btn_outlined,
.vc_btn_orange.vc_btn_square_outlined {
  color: #f89406 !important; }

.vc_btn_orange.vc_btn_outlined:hover,
.vc_btn_orange.vc_btn_square_outlined:hover {
  border-color: #da8205; }

.vc_btn_orange.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #c17305;
  box-shadow: 0 5px 0 #c17305;
  margin-bottom: 5px; }

.vc_btn_orange.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #c17305;
  box-shadow: 0 3px 0 #c17305;
  margin-bottom: 3px; }

.vc_btn_orange.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #c17305;
  box-shadow: 0 4px 0 #c17305;
  margin-bottom: 4px; }

.vc_btn_sky {
  background-color: #5aa1e3;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_sky:hover {
  background-color: #4092df;
  color: #f7f7f7 !important; }

.vc_btn_sky.vc_btn_outlined,
.vc_btn_sky.vc_btn_square_outlined {
  color: #5aa1e3 !important; }

.vc_btn_sky.vc_btn_outlined:hover,
.vc_btn_sky.vc_btn_square_outlined:hover {
  border-color: #4092df; }

.vc_btn_sky.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #2a86db;
  box-shadow: 0 5px 0 #2a86db;
  margin-bottom: 5px; }

.vc_btn_sky.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #2a86db;
  box-shadow: 0 3px 0 #2a86db;
  margin-bottom: 3px; }

.vc_btn_sky.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #2a86db;
  box-shadow: 0 4px 0 #2a86db;
  margin-bottom: 4px; }

.vc_btn_green {
  background-color: #6dab3c;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_green:hover {
  background-color: #5f9434;
  color: #f7f7f7 !important; }

.vc_btn_green.vc_btn_outlined,
.vc_btn_green.vc_btn_square_outlined {
  color: #6dab3c !important; }

.vc_btn_green.vc_btn_outlined:hover,
.vc_btn_green.vc_btn_square_outlined:hover {
  border-color: #5f9434; }

.vc_btn_green.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #53812d;
  box-shadow: 0 5px 0 #53812d;
  margin-bottom: 5px; }

.vc_btn_green.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #53812d;
  box-shadow: 0 3px 0 #53812d;
  margin-bottom: 3px; }

.vc_btn_green.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #53812d;
  box-shadow: 0 4px 0 #53812d;
  margin-bottom: 4px; }

.vc_btn_juicy_pink {
  background-color: #f4524d;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_juicy_pink:hover {
  background-color: #f23630;
  color: #f7f7f7 !important; }

.vc_btn_juicy_pink.vc_btn_outlined,
.vc_btn_juicy_pink.vc_btn_square_outlined {
  color: #f4524d !important; }

.vc_btn_juicy_pink.vc_btn_outlined:hover,
.vc_btn_juicy_pink.vc_btn_square_outlined:hover {
  border-color: #f23630; }

.vc_btn_juicy_pink.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f11f18;
  box-shadow: 0 5px 0 #f11f18;
  margin-bottom: 5px; }

.vc_btn_juicy_pink.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #f11f18;
  box-shadow: 0 3px 0 #f11f18;
  margin-bottom: 3px; }

.vc_btn_juicy_pink.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #f11f18;
  box-shadow: 0 4px 0 #f11f18;
  margin-bottom: 4px; }

.vc_btn_sandy_brown {
  background-color: #f79468;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_sandy_brown:hover {
  background-color: #f57f4b;
  color: #f7f7f7 !important; }

.vc_btn_sandy_brown.vc_btn_outlined,
.vc_btn_sandy_brown.vc_btn_square_outlined {
  color: #f79468 !important; }

.vc_btn_sandy_brown.vc_btn_outlined:hover,
.vc_btn_sandy_brown.vc_btn_square_outlined:hover {
  border-color: #f57f4b; }

.vc_btn_sandy_brown.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #f46e33;
  box-shadow: 0 5px 0 #f46e33;
  margin-bottom: 5px; }

.vc_btn_sandy_brown.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #f46e33;
  box-shadow: 0 3px 0 #f46e33;
  margin-bottom: 3px; }

.vc_btn_sandy_brown.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #f46e33;
  box-shadow: 0 4px 0 #f46e33;
  margin-bottom: 4px; }

.vc_btn_purple {
  background-color: #b97ebb;
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_purple:hover {
  background-color: #ae6ab0;
  color: #f7f7f7 !important; }

.vc_btn_purple.vc_btn_outlined,
.vc_btn_purple.vc_btn_square_outlined {
  color: #b97ebb !important; }

.vc_btn_purple.vc_btn_outlined:hover,
.vc_btn_purple.vc_btn_square_outlined:hover {
  border-color: #ae6ab0; }

.vc_btn_purple.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #a559a8;
  box-shadow: 0 5px 0 #a559a8;
  margin-bottom: 5px; }

.vc_btn_purple.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #a559a8;
  box-shadow: 0 3px 0 #a559a8;
  margin-bottom: 3px; }

.vc_btn_purple.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #a559a8;
  box-shadow: 0 4px 0 #a559a8;
  margin-bottom: 4px; }

.vc_btn_white {
  background-color: #ffffff;
  color: #666666 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.vc_btn_white:hover {
  background-color: #f0f0f0;
  color: #5e5e5e !important; }

.vc_btn_white.vc_btn_outlined,
.vc_btn_white.vc_btn_square_outlined {
  color: #ffffff !important; }

.vc_btn_white.vc_btn_outlined:hover,
.vc_btn_white.vc_btn_square_outlined:hover {
  border-color: #f0f0f0; }

.vc_btn_white.vc_btn_3d {
  -webkit-box-shadow: 0 5px 0 #e3e3e3;
  box-shadow: 0 5px 0 #e3e3e3;
  margin-bottom: 5px; }

.vc_btn_white.vc_btn_3d.vc_btn_xs {
  -webkit-box-shadow: 0 3px 0 #e3e3e3;
  box-shadow: 0 3px 0 #e3e3e3;
  margin-bottom: 3px; }

.vc_btn_white.vc_btn_3d.vc_btn_sm {
  -webkit-box-shadow: 0 4px 0 #e3e3e3;
  box-shadow: 0 4px 0 #e3e3e3;
  margin-bottom: 4px; }

/* 2. Alerts (Message boxes)
---------------------------------------------------------- */
.wpb_alert {
  padding: 1em 35px 1em 25px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  color: #8a6d3b;
  clear: both; }

.wpb_alert .messagebox_text *:last-child {
  margin-bottom: 0; }

.wpb_alert.vc_alert_square {
  border-radius: 0; }

.wpb_alert.vc_alert_square_outlined {
  border-radius: 0;
  background: none !important;
  border-width: 2px; }

.wpb_alert.vc_alert_round {
  border-radius: 50px; }

.wpb_alert.vc_alert_outlined {
  background: none !important;
  border-width: 2px; }

.wpb_alert.vc_alert_3d {
  border-width: 1px 1px 1px 1px; }

.wpb_alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8; }

.wpb_alert-success.vc_alert_outlined,
.wpb_alert-success.vc_alert_square_outlined {
  color: #3c763d; }

.wpb_alert-success.vc_alert_3d {
  -webkit-box-shadow: 0 5px 0 #c1e2b3;
  box-shadow: 0 5px 0 #c1e2b3; }

.wpb_alert-error,
.wpb_alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede; }

.wpb_alert-error.vc_alert_outlined,
.wpb_alert-danger.vc_alert_outlined,
.wpb_alert-error.vc_alert_square_outlined,
.wpb_alert-danger.vc_alert_square_outlined {
  color: #a94442; }

.wpb_alert-error.vc_alert_3d,
.wpb_alert-danger.vc_alert_3d {
  -webkit-box-shadow: 0 5px 0 #e4b9b9;
  box-shadow: 0 5px 0 #e4b9b9; }

.wpb_alert-info {
  color: #31708f;
  border-color: #bce8f1;
  background-color: #d9edf7; }

.wpb_alert-info.vc_alert_outlined,
.wpb_alert-info.vc_alert_square_outlined {
  color: #31708f; }

.wpb_alert-info.vc_alert_3d {
  -webkit-box-shadow: 0 5px 0 #afd9ee;
  box-shadow: 0 5px 0 #afd9ee; }

.wpb_alert .messagebox_text,
.wpb_alert-warning .messagebox_text {
  padding-left: 40px;
  background: url(/../vc/alert.png) no-repeat left center; }

.wpb_alert-info .messagebox_text {
  background: url(/../vc/info.png) no-repeat left center; }

.wpb_alert-success .messagebox_text {
  background: url(/../vc/tick.png) no-repeat left center; }

.wpb_alert-error .messagebox_text,
.wpb_alert-danger .messagebox_text {
  background: url(/../vc/exclamation.png) no-repeat left center; }

/* 3. Call to action
---------------------------------------------------------- */
.vc_call_to_action {
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  padding: 2em;
  border-radius: 5px; }

.vc_call_to_action *:last-child {
  margin-bottom: 0; }

.vc_call_to_action.vc_cta_square {
  border-radius: 0; }

.vc_call_to_action.vc_cta_square_outlined {
  border-radius: 0;
  background: none !important; }

.vc_call_to_action.vc_cta_round {
  border-radius: 50px; }

.vc_call_to_action.vc_cta_outlined {
  background: none !important; }

.vc_call_to_action hgroup h2,
.vc_call_to_action hgroup h4 {
  margin: 0;
  clear: none; }

.vc_call_to_action hgroup + p {
  margin-top: 1em; }

.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
  float: right;
  margin-left: 2em; }

.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn {
  float: left;
  margin-right: 2em; }

/* 4. Separators
---------------------------------------------------------- */
.vc_separator {
  display: table; }

.vc_separator h4 {
  line-height: 1em;
  font-size: 100%;
  display: table-cell;
  white-space: pre; }

.vc_separator.vc_separator_align_center h4 {
  padding: 0 0.8em; }

.vc_separator.vc_separator_align_left {
  margin-left: 0; }

.vc_separator.vc_separator_align_left h4 {
  padding: 0 0.8em 0 0; }

.vc_separator.vc_separator_align_left .vc_sep_holder {
  width: 100%; }

.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
  display: none; }

.vc_separator.vc_separator_align_right {
  margin-right: 0; }

.vc_separator.vc_separator_align_right h4 {
  padding: 0 0 0 0.8em;
  margin: 0 !important; }

.vc_separator.vc_separator_align_right .vc_sep_holder {
  width: 100%; }

.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
  display: none; }

.vc_separator .vc_sep_holder {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.vc_separator .vc_sep_holder .vc_sep_line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%; }

.vc_separator.vc_sep_double {
  height: 3px; }

.vc_separator.vc_sep_double .vc_sep_line {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  height: 3px; }

.vc_separator.vc_sep_dashed .vc_sep_line {
  border-top-style: dashed; }

.vc_separator.vc_sep_dotted .vc_sep_line {
  border-top-style: dotted; }

.vc_separator.vc_sep_color_blue .vc_sep_line {
  border-color: #5472d2; }

.vc_separator.vc_sep_color_turquoise .vc_sep_line {
  border-color: #00c1cf; }

.vc_separator.vc_sep_color_pink .vc_sep_line {
  border-color: #fe6c61; }

.vc_separator.vc_sep_color_violet .vc_sep_line {
  border-color: #8d6dc4; }

.vc_separator.vc_sep_color_peacoc .vc_sep_line {
  border-color: #4cadc9; }

.vc_separator.vc_sep_color_chino .vc_sep_line {
  border-color: #cec2ab; }

.vc_separator.vc_sep_color_mulled_wine .vc_sep_line {
  border-color: #50485b; }

.vc_separator.vc_sep_color_vista_blue .vc_sep_line {
  border-color: #75d69c; }

.vc_separator.vc_sep_color_black .vc_sep_line {
  border-color: #2a2a2a; }

.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #ebebeb; }

.vc_separator.vc_sep_color_orange .vc_sep_line {
  border-color: #f89406; }

.vc_separator.vc_sep_color_sky .vc_sep_line {
  border-color: #5aa1e3; }

.vc_separator.vc_sep_color_green .vc_sep_line {
  border-color: #6dab3c; }

.vc_separator.vc_sep_color_juicy_pink .vc_sep_line {
  border-color: #f4524d; }

.vc_separator.vc_sep_color_sandy_brown .vc_sep_line {
  border-color: #f79468; }

.vc_separator.vc_sep_color_purple .vc_sep_line {
  border-color: #b97ebb; }

.vc_separator.vc_sep_color_white .vc_sep_line {
  border-color: #ffffff; }

/* 5. Single image
---------------------------------------------------------- */
img {
  height: auto; }

.wpb_single_image img {
  height: auto;
  max-width: 100%; }

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

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

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

div .vc_box_rounded {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none; }

div .vc_box_outline,
div .vc_box_outline_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: 1px solid #ebebeb; }

div .vc_box_border,
div .vc_box_border_circle {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border: none; }

div .vc_box_shadow,
div .vc_box_shadow_border,
div .vc_box_shadow_border_circle,
div .vc_box_shadow_circle {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); }

div .vc_box_shadow_border,
div .vc_box_shadow_border_circle {
  padding: 6px; }

div .vc_box_shadow_3d {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px; }

div .vc_box_circle,
div .vc_box_outline_circle,
div .vc_box_border_circle,
div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  border-radius: 5000px;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden; }

div .vc_box_shadow_circle,
div .vc_box_shadow_border_circle {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); }

.vc_box_shadow_3d_wrap {
  position: relative;
  z-index: 0;
  display: inline-block;
  max-width: 100%; }

.vc_box_shadow_3d_wrap:after,
.vc_box_shadow_3d_wrap:before {
  content: "";
  position: absolute;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  left: 10px;
  bottom: 8%;
  width: 40%;
  height: 20%;
  max-height: 100px;
  max-width: 300px;
  z-index: -1;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg); }

.vc_box_shadow_3d_wrap:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg); }

.vc_box_outline.vc_box_border_blue,
.vc_box_outline_circle.vc_box_border_blue {
  border-color: #5472d2; }

.vc_box_border.vc_box_border_blue,
.vc_box_border_circle.vc_box_border_blue {
  background-color: #5472d2; }

.vc_box_outline.vc_box_border_turquoise,
.vc_box_outline_circle.vc_box_border_turquoise {
  border-color: #00c1cf; }

.vc_box_border.vc_box_border_turquoise,
.vc_box_border_circle.vc_box_border_turquoise {
  background-color: #00c1cf; }

.vc_box_outline.vc_box_border_pink,
.vc_box_outline_circle.vc_box_border_pink {
  border-color: #fe6c61; }

.vc_box_border.vc_box_border_pink,
.vc_box_border_circle.vc_box_border_pink {
  background-color: #fe6c61; }

.vc_box_outline.vc_box_border_violet,
.vc_box_outline_circle.vc_box_border_violet {
  border-color: #8d6dc4; }

.vc_box_border.vc_box_border_violet,
.vc_box_border_circle.vc_box_border_violet {
  background-color: #8d6dc4; }

.vc_box_outline.vc_box_border_peacoc,
.vc_box_outline_circle.vc_box_border_peacoc {
  border-color: #4cadc9; }

.vc_box_border.vc_box_border_peacoc,
.vc_box_border_circle.vc_box_border_peacoc {
  background-color: #4cadc9; }

.vc_box_outline.vc_box_border_chino,
.vc_box_outline_circle.vc_box_border_chino {
  border-color: #cec2ab; }

.vc_box_border.vc_box_border_chino,
.vc_box_border_circle.vc_box_border_chino {
  background-color: #cec2ab; }

.vc_box_outline.vc_box_border_mulled_wine,
.vc_box_outline_circle.vc_box_border_mulled_wine {
  border-color: #50485b; }

.vc_box_border.vc_box_border_mulled_wine,
.vc_box_border_circle.vc_box_border_mulled_wine {
  background-color: #50485b; }

.vc_box_outline.vc_box_border_vista_blue,
.vc_box_outline_circle.vc_box_border_vista_blue {
  border-color: #75d69c; }

.vc_box_border.vc_box_border_vista_blue,
.vc_box_border_circle.vc_box_border_vista_blue {
  background-color: #75d69c; }

.vc_box_outline.vc_box_border_black,
.vc_box_outline_circle.vc_box_border_black {
  border-color: #2a2a2a; }

.vc_box_border.vc_box_border_black,
.vc_box_border_circle.vc_box_border_black {
  background-color: #2a2a2a; }

.vc_box_outline.vc_box_border_grey,
.vc_box_outline_circle.vc_box_border_grey {
  border-color: #ebebeb; }

.vc_box_border.vc_box_border_grey,
.vc_box_border_circle.vc_box_border_grey {
  background-color: #ebebeb; }

.vc_box_outline.vc_box_border_orange,
.vc_box_outline_circle.vc_box_border_orange {
  border-color: #f89406; }

.vc_box_border.vc_box_border_orange,
.vc_box_border_circle.vc_box_border_orange {
  background-color: #f89406; }

.vc_box_outline.vc_box_border_sky,
.vc_box_outline_circle.vc_box_border_sky {
  border-color: #5aa1e3; }

.vc_box_border.vc_box_border_sky,
.vc_box_border_circle.vc_box_border_sky {
  background-color: #5aa1e3; }

.vc_box_outline.vc_box_border_green,
.vc_box_outline_circle.vc_box_border_green {
  border-color: #6dab3c; }

.vc_box_border.vc_box_border_green,
.vc_box_border_circle.vc_box_border_green {
  background-color: #6dab3c; }

.vc_box_outline.vc_box_border_juicy_pink,
.vc_box_outline_circle.vc_box_border_juicy_pink {
  border-color: #f4524d; }

.vc_box_border.vc_box_border_juicy_pink,
.vc_box_border_circle.vc_box_border_juicy_pink {
  background-color: #f4524d; }

.vc_box_outline.vc_box_border_sandy_brown,
.vc_box_outline_circle.vc_box_border_sandy_brown {
  border-color: #f79468; }

.vc_box_border.vc_box_border_sandy_brown,
.vc_box_border_circle.vc_box_border_sandy_brown {
  background-color: #f79468; }

.vc_box_outline.vc_box_border_purple,
.vc_box_outline_circle.vc_box_border_purple {
  border-color: #b97ebb; }

.vc_box_border.vc_box_border_purple,
.vc_box_border_circle.vc_box_border_purple {
  background-color: #b97ebb; }

.vc_box_outline.vc_box_border_white,
.vc_box_outline_circle.vc_box_border_white {
  border-color: #ffffff; }

.vc_box_border.vc_box_border_white,
.vc_box_border_circle.vc_box_border_white {
  background-color: #ffffff; }

/***************** OLD CSS *****************/
/* Content elements margins
---------------------------------------------------------- */
.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
  margin-bottom: 0; }

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 35px; }

.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
  margin-bottom: 21.739130434782606px; }

.wpb_column > .wpb_wrapper *:last-child,
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_content_element,
.wpb_column > .wpb_wrapper > .vc-element:last-child > .wpb_row {
  margin-bottom: 0; }

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

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

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

/* Facebook
---------------------------------------------------------- */
.fb_type_standard {
  height: 25px; }

.fb_type_standard iframe {
  height: 25px; }

.fb_type_button_count {
  height: 20px; }

.fb_type_button_count iframe {
  height: 20px; }

.fb_type_box_count {
  height: 62px; }

.fb_type_box_count iframe {
  height: 62px; }

/* Google plus
---------------------------------------------------------- */
.wpb_googleplus_type_standard {
  height: 25px; }

.wpb_googleplus_type_small {
  height: 19px; }

.wpb_googleplus_type_medium {
  height: 21px; }

.wpb_googleplus_type_tall {
  height: 21px; }

/* Pinterest
---------------------------------------------------------- */
.wpb_pinterest_type_horizontal {
  height: 21px; }

.wpb_pinterest_type_vertical {
  height: 60px; }

.wpb_pinterest_type_none {
  height: 21px; }

/* Pinterest
---------------------------------------------------------- */
iframe.twitter-share-button {
  margin: 0; }

/* Toggle / FAQ
---------------------------------------------------------- */
.wpb_toggle,
#content h4.wpb_toggle {
  background: url(/../images/toggle_open.png) no-repeat left center;
  padding-left: 25px;
  clear: both;
  margin-top: 0; }

.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
  background: url(/../images/toggle_close.png) no-repeat left center; }

.wpb_toggle:hover {
  cursor: pointer; }

.wpb_toggle_content {
  display: none;
  overflow: hidden;
  padding: 0px 0px 0px 25px;
  margin-top: 1em; }

.wpb_toggle_open {
  display: block; }

/* Widgetised column element
---------------------------------------------------------- */
.wpb_widgetised_column .wpb_wrapper > ul {
  margin: 0; }

.wpb_widgetised_column .wpb_wrapper > ul > li {
  margin-left: 0;
  background-image: none;
  list-style: none !important; }

.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
  display: none !important; }

/* Buttons
---------------------------------------------------------- */
.wpb_button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em; }

.wpb_button:hover,
.wpb_button:active,
.wpb_button.active,
.wpb_button.disabled,
.wpb_button[disabled] {
  background-color: #eaeaea; }

.wpb_button:active,
.wpb_button.active {
  background-color: #d1d1d1 \9; }

.wpb_button:first-child {
  *margin-left: 0; }

.wpb_button:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }

.wpb_button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.wpb_button.active,
.wpb_button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
  margin-top: 1px; }

button.wpb_btn-small,
span.wpb_btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px; }

button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
  margin-top: -1px; }

button.wpb_btn-mini,
span.wpb_btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px; }

.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover,
.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.wpb_btn-primary.active,
.wpb_btn-warning.active,
.wpb_btn-danger.active,
.wpb_btn-success.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.wpb_button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); }

.wpb_btn-primary {
  background-color: #0088cc; }

.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
  background-color: #0077b3; }

.wpb_btn-primary:active,
.wpb_btn-primary.active {
  background-color: #005580 \9; }

.wpb_btn-warning {
  background-color: #ff9900; }

.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
  background-color: #e68a00; }

.wpb_btn-warning:active,
.wpb_btn-warning.active {
  background-color: #b36b00 \9; }

.wpb_btn-danger {
  background-color: #ff675b; }

.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
  background-color: #ff4f42; }

.wpb_btn-danger:active,
.wpb_btn-danger.active {
  background-color: #ff200f \9; }

.wpb_btn-success {
  background-color: #6ab165; }

.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
  background-color: #5aa855; }

.wpb_btn-success:active,
.wpb_btn-success.active {
  background-color: #488644 \9; }

.wpb_btn-info {
  background-color: #58b9da; }

.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
  background-color: #43b0d5; }

.wpb_btn-info:active,
.wpb_btn-info.active {
  background-color: #2a97bc \9; }

.wpb_btn-inverse {
  background-color: #555555; }

.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
  background-color: #484848; }

.wpb_btn-inverse:active,
.wpb_btn-inverse.active {
  background-color: #2f2f2f \9; }

button.wpb_button,
input[type="submit"].wpb_button {
  *padding-top: 2px;
  *padding-bottom: 2px; }

button.wpb_button::-moz-focus-inner,
input[type="submit"].wpb_button::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.wpb_button.wpb_btn-large,
input[type="submit"].wpb_button.wpb_btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

button.wpb_button.wpb_btn-small,
input[type="submit"].wpb_button.wpb_btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

button.wpb_button.wpb_btn-mini,
input[type="submit"].wpb_button.wpb_btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

/* Button
---------------------------------------------------------- */
a.wpb_button_a {
  text-decoration: none;
  border: none; }

a.wpb_button_a:hover {
  text-decoration: none; }

.wpb_button:hover {
  background-image: none; }

i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px; }

.wpb_btn-large i.icon {
  height: 19px;
  margin-left: 9px; }

.wpb_btn-small i.icon {
  height: 15px; }

.wpb_btn-mini i.icon {
  display: none; }

.wpb_address_book i.icon,
option.wpb_address_book {
  background: url(/../images/icons/address-book.png) no-repeat right center; }

.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
  background: url(/../images/icons/alarm-clock.png) no-repeat right center; }

.wpb_anchor i.icon,
option.wpb_anchor {
  background: url(/../images/icons/anchor.png) no-repeat right center; }

.wpb_application_image i.icon,
option.wpb_application_image {
  background: url(/../images/icons/application-image.png) no-repeat right center; }

.wpb_arrow i.icon,
option.wpb_arrow {
  background: url(/../images/icons/arrow.png) no-repeat right center; }

.wpb_asterisk i.icon,
option.wpb_asterisk {
  background: url(/../images/icons/asterisk.png) no-repeat right center; }

.wpb_hammer i.icon,
option.wpb_hammer {
  background: url(/../images/icons/auction-hammer.png) no-repeat right center; }

.wpb_balloon i.icon,
option.wpb_balloon {
  background: url(/../images/icons/balloon.png) no-repeat right center; }

.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
  background: url(/../images/icons/balloon-buzz.png) no-repeat right center; }

.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
  background: url(/../images/icons/balloon-facebook.png) no-repeat right center; }

.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
  background: url(/../images/icons/balloon-twitter.png) no-repeat right center; }

.wpb_battery i.icon,
option.wpb_battery {
  background: url(/../images/icons/battery-full.png) no-repeat right center; }

.wpb_binocular i.icon,
option.wpb_binocular {
  background: url(/../images/icons/binocular.png) no-repeat right center; }

.wpb_document_excel i.icon,
option.wpb_document_excel {
  background: url(/../images/icons/blue-document-excel.png) no-repeat right center; }

.wpb_document_image i.icon,
option.wpb_document_image {
  background: url(/../images/icons/blue-document-image.png) no-repeat right center; }

.wpb_document_music i.icon,
option.wpb_document_music {
  background: url(/../images/icons/blue-document-music.png) no-repeat right center; }

.wpb_document_office i.icon,
option.wpb_document_office {
  background: url(/../images/icons/blue-document-office.png) no-repeat right center; }

.wpb_document_pdf i.icon,
option.wpb_document_pdf {
  background: url(/../images/icons/blue-document-pdf.png) no-repeat right center; }

.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
  background: url(/../images/icons/blue-document-powerpoint.png) no-repeat right center; }

.wpb_document_word i.icon,
option.wpb_document_word {
  background: url(/../images/icons/blue-document-word.png) no-repeat right center; }

.wpb_bookmark i.icon,
option.wpb_bookmark {
  background: url(/../images/icons/bookmark.png) no-repeat right center; }

.wpb_camcorder i.icon,
option.wpb_camcorder {
  background: url(/../images/icons/camcorder.png) no-repeat right center; }

.wpb_camera i.icon,
option.wpb_camera {
  background: url(/../images/icons/camera.png) no-repeat right center; }

.wpb_chart i.icon,
option.wpb_chart {
  background: url(/../images/icons/chart.png) no-repeat right center; }

.wpb_chart_pie i.icon,
option.wpb_chart_pie {
  background: url(/../images/icons/chart-pie.png) no-repeat right center; }

.wpb_clock i.icon,
option.wpb_clock {
  background: url(/../images/icons/clock.png) no-repeat right center; }

.wpb_play i.icon,
option.wpb_play {
  background: url(/../images/icons/control.png) no-repeat right center; }

.wpb_fire i.icon,
option.wpb_fire {
  background: url(/../images/icons/fire.png) no-repeat right center; }

.wpb_heart i.icon,
option.wpb_heart {
  background: url(/../images/icons/heart.png) no-repeat right center; }

.wpb_mail i.icon,
option.wpb_mail {
  background: url(/../images/icons/mail.png) no-repeat right center; }

.wpb_shield i.icon,
option.wpb_shield {
  background: url(/../images/icons/plus-shield.png) no-repeat right center; }

.wpb_video i.icon,
option.wpb_video {
  background: url(/../images/icons/video.png) no-repeat right center; }

/* Call to action
---------------------------------------------------------- */
.wpb_call_to_action {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
  padding: 35px;
  border: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wpb_call_to_action .wpb_button {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cta_align_left .wpb_button {
  float: left; }

.cta_align_right .wpb_button {
  float: right; }

.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
  max-width: 27.5%; }

.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
  width: 70%;
  float: left;
  clear: none; }

.cta_align_left .wpb_call_text {
  float: right; }

.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
  margin: 0;
  padding-top: 0; }

.cta_align_bottom {
  text-align: center; }

.cta_align_bottom .wpb_button {
  position: static;
  margin-top: 21.739130434782606px;
  display: inline-block; }

.cta_no_button .wpb_call_text {
  width: auto;
  float: none; }

/* Call to action responsive rules
---------------------------------------------------------- */
@media (max-width: 600px) {
  .vc_responsive .cta_align_left .wpb_button,
  .vc_responsive .cta_align_right .wpb_button {
    max-width: 70%;
    width: 70%;
    float: none;
    display: block;
    margin: 3% auto; }

  .vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    width: auto;
    max-width: none;
    text-align: center; } }
/* Google maps
---------------------------------------------------------- */
.wpb_gmaps_widget .wpb_wrapper {
  background-color: #f7f7f7;
  padding: 5px; }

.wpb_gmaps_widget .wpb_map_wraper iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none; }

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
  outline: none; }

/** Tabs/Tour Common **/
.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
  padding: 0; }

.wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important; }

#content .wpb_content_element .wpb_tabs_nav {
  margin: 0; }

.wpb_content_element .wpb_tabs_nav li {
  background-color: #f0f0f0;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important; }

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
  display: none !important; }

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #f7f7f7; }

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default; }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none; }

/** Tabs/Tour/Accordion Common **/
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em; }

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #f7f7f7; }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 1em; }

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0; }

/** Tabs **/
.wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0; }

/** Tour **/
.wpb_tour .wpb_tabs_nav {
  float: left;
  width: 31.666666666666668%; }

.wpb_tour .wpb_tabs_nav li {
  margin: 0 0 1px 0;
  clear: left;
  width: 100%; }

.wpb_tour .wpb_tabs_nav a {
  width: 100%; }

.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  float: left;
  width: 68.33333333333333%;
  padding: 0 0 0 21.739130434782606px; }

.wpb_tour_next_prev_nav {
  margin-left: 31.666666666666668%;
  padding-left: 21.739130434782606px;
  font-size: 80%; }

.wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none; }

.wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none; }

.wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 1em;
  float: left; }

.wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right; }

/** Accordion **/
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit; }

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 1em; }

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/../images/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0.7em;
  top: 0.7em; }

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(/../images/toggle_close.png); }

/* tabs_tour_accordion responsive rules */
@media (max-width: 480px) {
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0; }

  .vc_responsive .wpb_tour_next_prev_nav {
    width: auto;
    padding: 0 1em; }

  .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
    margin-bottom: 1em; }

  .vc_responsive .wpb_tour .wpb_tab {
    padding-left: 1em;
    padding-right: 1em; } }
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
  float: none; }

body ul.wpb_thumbnails-fluid li {
  /* some themes add bg image as a bullet */
  padding: 0;
  margin-left: 0;
  background-image: none;
  list-style: none !important; }

body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
  display: none !important; }

body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
  margin-bottom: 0; }

.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
  padding: 0;
  overflow: visible !important; }

/* Grid adjustments */
/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%; }

.grid_layout-thumbnail .post-thumb {
  margin-bottom: 0; }

.grid_layout-thumbnail .post-thumb img {
  max-width: 100%; }

/* Carousel layout
---------------------------------------------------------- */
.wpb_carousel .wpb_wrapper {
  position: relative; }

.wpb_carousel .prev,
.wpb_carousel .next {
  position: absolute;
  top: 3px;
  background-color: #f7f7f7;
  padding: 0px 6px 0px 6px;
  font-size: 12px;
  z-index: 10;
  text-decoration: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
  background-color: #f0f0f0; }

.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
  outline: none;
  text-decoration: none; }

.wpb_carousel .prev {
  right: 30px; }

.wpb_carousel .next {
  right: 0px; }

.wpb_carousel .wpb_thumbnails-fluid {
  width: 100%; }

.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
  height: auto !important; }

/*** Categories filter ***/
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0; }

.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  background-image: none;
  list-style: none !important; }

.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
  display: none !important; }

.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
  border: none;
  text-decoration: none; }

.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
  border-bottom: 1px dotted; }

.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
  border-bottom: 1px dotted; }

@media (max-width: 480px) {
  .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
    margin-left: 0;
    width: auto; }

  .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_span"] {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0; } }
/* Image grid
---------------------------------------------------------- */
.wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0; }

.wpb_image_grid .wpb_image_grid_ul > li {
  background-image: none;
  list-style: none !important; }

.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
  display: none !important; }

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0 1px 1px 0;
  max-width: 100%;
  float: left; }

.wpb_image_grid .wpb_image_grid_ul a {
  display: block; }

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

/* Gallery
---------------------------------------------------------- */
.wpb_gallery .theme-default .nivoSlider {
  margin-bottom: 0; }

.wpb_gallery .theme-default .nivo-controlNav {
  padding: 10px 0 3px 0; }

.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: -35px;
  z-index: 3; }

.wpb_gallery .wpb_flexslider .flex-caption {
  cursor: default; }

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  line-height: 1; }

/*** remove ul & li margins ***/
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
  list-style: none;
  padding: 0;
  background-image: none;
  margin: 0; }

/* Flickr stream
---------------------------------------------------------- */
.flickr_badge_image {
  margin: 0 10px 10px 0px;
  width: 72px;
  height: 72px;
  float: left;
  background: none;
  padding: 0; }

.flickr_badge_image a {
  border: none; }

.flickr_badge_image img {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

.wpb_flickr_widget p.flickr_stream_wrap {
  clear: both;
  margin-bottom: 0;
  font-size: 80%; }

.wpb_flickr_widget p.flickr_stream_wrap a {
  background-image: url(/../images/flickr.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  display: inline-block; }

/* Video widget
---------------------------------------------------------- */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-top: 56%;
  position: relative; }

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
  padding-top: 0 !important;
  position: static; }

.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wpb_video_wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static; }

/* Posts slider
---------------------------------------------------------- */
.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
  background-color: #f7f7f7;
  opacity: 1;
  color: inherit;
  padding: 10px 15px;
  position: static; }

.wpb_posts_slider .wpb_gallery_slides > ul > li {
  background-image: none;
  list-style: none !important; }

.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
  display: none !important; }

/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 11.666666666666666px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0; }

.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  padding: 0.5em 1em;
  position: relative;
  z-index: 1; }

.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
  background-color: #0074CC; }

.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
  background-color: #49afcd; }

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
  background-color: #5bb75b; }

.vc_progress_bar .vc_single_bar.bar_green .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
  background-color: #faa732; }

.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
  background-color: #da4f49; }

.vc_progress_bar .vc_single_bar.bar_red .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
  background-color: #414141; }

.vc_progress_bar .vc_single_bar.bar_black .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear; }

.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px; }

.vc_progress_bar .vc_single_bar .vc_bar.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
/*** Pie chart **/
.vc_pie_chart {
  z-index: 0;
  text-align: center;
  opacity: 0; }

.vc_pie_chart.vc-ready {
  opacity: 1; }

.vc_pie_chart .vc_pie_wrapper {
  position: relative;
  margin: 0 auto; }

.vc_pie_chart canvas {
  position: relative;
  z-index: 1; }

.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }

.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
  border-color: #f7f7f7; }

.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
  border-color: #0088cc; }

.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
  border-color: #58b9da; }

.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
  border-color: #6ab165; }

.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
  border-color: #ff9900; }

.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
  border-color: #ff675b; }

.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
  border-color: #555555; }

.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vc_carousel .vc-carousel-control {
  text-shadow: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.vc_carousel .vc-carousel-control:active,
.vc_carousel .vc-carousel-control:focus {
  outline: none; }

.vc_carousel .vc-carousel-control .icon-prev,
.vc_carousel .vc-carousel-control .icon-next {
  background-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.vc_carousel .vc-carousel-control .icon-prev:hover,
.vc_carousel .vc-carousel-control .icon-next:hover {
  background-color: #f0f0f0; }

.vc_carousel .vc-carousel-indicators li {
  width: 5px;
  height: 5px;
  margin: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear; }

.vc_carousel .vc-carousel-indicators li.vc-active {
  background-color: transparent; }

/* CSS Animations */
.wpb_animate_when_almost_visible {
  opacity: 0; }

.wpb_start_animation.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1; }

.wpb_start_animation.wpb_bottom-to-top {
  -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1; }

.wpb_start_animation.wpb_left-to-right {
  -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1; }

.wpb_start_animation.wpb_right-to-left {
  -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1; }

.wpb_start_animation.wpb_appear {
  -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  -moz-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Fx 5+ */
  -o-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Opera 12+ */
  animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes wpb_ttb {
  0% {
    transform: translate(0, -10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/* Bottom to top keyframes */
@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes wpb_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes wpb_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes wpb_btt {
  0% {
    transform: translate(0, 10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/* Left to right keyframes */
@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes wpb_ltr {
  0% {
    transform: translate(-10%, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/* Right to left keyframes */
@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes wpb_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes wpb_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes wpb_rtl {
  0% {
    transform: translate(10%, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
/* Appear from center keyframes */
@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@-moz-keyframes wpb_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0.1; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }
@-o-keyframes wpb_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: 0.1; }
  100% {
    -o-transform: scale(1);
    opacity: 1; } }
@keyframes wpb_appear {
  0% {
    transform: scale(0.5);
    opacity: 0.1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
#song-options-div {
  font-size: 20pt;
  text-align: center;
  margin: 10px 0; }

#add-song-title {
  margin-top: 30px;
  font-size: 20px; }

#add-song-desc {
  font-size: 13px;
  margin-bottom: 15px; }

#song-link-error {
  display: none;
  padding: 5px 0;
  color: crimson; }

.submit-spinner {
  display: none; }

.add-song-tt {
  margin-left: 5px; }

#new_act_form .song {
  display: none;
  margin-bottom: 60px; }

.ult_price_action_button.current {
  background-color: lightblue !important; }

#big-help-me {
  font-size: 34px;
  font-weight: bold;
  color: #0575ff;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  left: 400px;
  width: 500px;
  height: 22px;
  margin-bottom: 30px; }

#help-me-popup {
  display: none;
  width: 650px; }
  #help-me-popup .plan-name {
    padding-right: 10px; }
  #help-me-popup .plan-desc {
    font-size: 14px;
    line-height: 1.1;
    padding: 5px; }
  #help-me-popup td {
    border: 1px solid gainsboro; }

#downgrade-events-warning {
  display: none;
  max-width: 550px; }
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
.phone_verification * {
  font-family: 'Greycliff CF Regular' !important; }
.phone_verification .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
.phone_verification #verify-title-text {
  color: white;
  font-size: 30px;
  font-weight: 600; }
.phone_verification .enter-phone-guide {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px; }
.phone_verification .skip-link {
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Greycliff CF Bold' !important;
  background-color: rgba(0, 0, 0, 0.1); }
.phone_verification #verified_phone_number {
  width: 100%; }
.phone_verification #verified_phone_number::placeholder {
  color: #6F6E77 !important;
  font-weight: 400;
  font-size: 14px; }
.phone_verification .action-btn-group {
  align-items: center;
  justify-content: space-between; }
  .phone_verification .action-btn-group .btn-send {
    width: 100%; }
.phone_verification .phone-verification-form {
  width: 100%;
  position: relative;
  top: 22px;
  margin-top: 20px !important; }
  .phone_verification .phone-verification-form label {
    cursor: unset; }
.phone_verification #verify-title-text {
  border-bottom: unset;
  margin: unset; }
.phone_verification .flex-7 {
  display: flex;
  flex: 7; }
.phone_verification .flex-5 {
  flex: 5; }
.phone_verification .images-container {
  align-items: center;
  justify-content: center; }
.phone_verification #background-front-site-page {
  position: relative; }
.phone_verification #ss-logo {
  position: absolute;
  z-index: 1;
  max-width: 300px; }
.phone_verification .mobile-phone-verification {
  display: none; }
@media only screen and (max-width: 1024px) {
  .phone_verification .skip-link {
    line-height: 48px; } }
@media only screen and (max-width: 767px) {
  .phone_verification .desktop-phone-verification {
    display: none; }
  .phone_verification .mobile-phone-verification {
    display: block; }
  .phone_verification #ss-mobile-logo {
    max-width: 300px; }
  .phone_verification .phone-verification-container {
    padding: 0 15px; }
  .phone_verification .logo-section {
    justify-content: center; }
  .phone_verification .action-btn-group .btn-send {
    margin-bottom: 15px;
    margin-right: unset; } }
.request-demo .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
.request-demo .action-btn-group {
  margin: 1rem 0; }
  .request-demo .action-btn-group .btn-send {
    min-width: 150px;
    margin-right: 70px; }
.request-demo .request-demo-form {
  max-width: 500px;
  margin: unset; }
  .request-demo .request-demo-form form {
    margin: unset; }
  .request-demo .request-demo-form label {
    cursor: unset; }
.request-demo .title-text {
  border-bottom: unset;
  margin: 1rem 0;
  padding: 0;
  padding: 0; }
.request-demo .subtitle {
  color: #222; }
.request-demo .flex-7 {
  display: flex;
  flex: 7; }
.request-demo .flex-5 {
  flex: 5; }
.request-demo .images-container {
  align-items: center;
  justify-content: center; }
.request-demo #background-front-site-page {
  position: relative; }
.request-demo #ss-logo {
  position: absolute;
  z-index: 1;
  max-width: 300px; }
.request-demo .mobile-request-demo {
  display: none; }
.request-demo form label.error {
  color: #ff0000;
  background-color: unset;
  border: 0;
  padding: 0; }
.request-demo .alert-success {
  color: #20c997 !important;
  background-color: #def7f0 !important;
  border-color: #def7f0 !important; }
.request-demo .flash-message {
  width: 100%;
  z-index: 1; }
  .request-demo .flash-message .alert {
    padding-left: 2em; }
@media only screen and (max-width: 767px) {
  .request-demo .desktop-request-demo {
    display: none; }
  .request-demo .mobile-request-demo {
    display: block; }
    .request-demo .mobile-request-demo .request-demo-form {
      padding-left: 5px;
      padding-right: 18px; }
  .request-demo #ss-mobile-logo {
    max-width: 300px; }
  .request-demo .phone-verification-container {
    padding: 0 15px; }
  .request-demo .logo-section {
    justify-content: center; }
  .request-demo .action-btn-group .btn-send {
    margin-bottom: 15px;
    margin-right: unset; } }
@font-face {
  font-family: 'Termina Bold';
  src: url(/assets/termina-bold-a990024e864780bf203af295bbcc673070a408b2b328ca4f9b6fbcbe50b7f916.otf); }
@font-face {
  font-family: 'Termina Regular';
  src: url(/assets/Termina-regular-c9fadd9fe04f77a5906211045e333f0f1b452c3ed566d2134721e7fc0442938a.otf); }
@font-face {
  font-family: 'Greycliff CF Regular';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Greycliff CF Bold';
  font-style: normal;
  src: url(/../assets/static_page_v4/GreycliffCF-DemiBold.ttf) format("truetype"); }
html {
  overflow: auto; }

.hidden {
  display: none;
  visibility: hidden; }

#new_sign_up {
  display: none; }
  #new_sign_up .check-first .ihave {
    margin-bottom: 15px; }
    #new_sign_up .check-first .ihave input[type="checkbox"] {
      vertical-align: middle; }
    #new_sign_up .check-first .ihave label {
      display: inline;
      margin-left: 10px; }
    #new_sign_up .check-first .ihave .whats {
      display: inline;
      float: right;
      margin-right: 155px;
      cursor: pointer;
      font-size: 13px;
      color: #0575ff; }
  #new_sign_up .check-first input[type="text"] {
    display: none; }

.front-site {
  background-color: #000403;
  /* Track */
  /* Handle */ }
  .front-site * {
    font-family: 'Greycliff CF Regular' !important; }
  .front-site .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .front-site .have-not-account {
    position: relative;
    top: 3px; }
  .front-site .guide-reset-ps {
    color: white;
    font-weight: 400;
    margin-top: 30px; }
  .front-site .reset-password-btn {
    width: 134px; }
  .front-site .error_notification {
    margin-bottom: 20px;
    color: white; }
  .front-site .captcha-tags {
    margin-top: 35px; }
  .front-site .explain-lookup,
  .front-site .text-me-send-sms {
    color: white !important;
    font-size: 14px; }
  .front-site .action-btn-group {
    margin: 0 0 16px; }
    .front-site .action-btn-group.reset-ps-group {
      width: 100%;
      align-items: center;
      font-weight: 600;
      font-family: 'Greycliff CF Bold' !important;
      font-size: 14px;
      justify-content: space-between; }
      .front-site .action-btn-group.reset-ps-group span {
        color: white; }
      .front-site .action-btn-group.reset-ps-group a {
        color: #167EFC; }
    .front-site .action-btn-group .btn-send {
      width: 100%;
      font-size: 14px;
      height: 60px;
      line-height: normal;
      border-radius: 12px;
      background: linear-gradient(to right, #50A0FF, #137EFC); }
      .front-site .action-btn-group .btn-send.submit-reset-password {
        padding-left: 15px;
        padding-right: 15px; }
      .front-site .action-btn-group .btn-send.find-my-order-btn {
        padding-left: 12px;
        padding-right: 12px; }
  .front-site .form-container {
    align-items: center; }
  .front-site .front-site-form {
    width: 100%;
    margin: unset;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 48px;
    justify-content: center;
    align-items: center;
    overflow: auto; }
    .front-site .front-site-form.ss-custom-pr0 {
      padding-right: 0; }
    .front-site .front-site-form .ss-new-login-v5 {
      width: 100%; }
    .front-site .front-site-form form {
      margin: unset;
      width: 100%; }
    .front-site .front-site-form label {
      cursor: unset; }
  .front-site .sign-up-notice,
  .front-site .sign-up-link-text {
    color: white;
    font-weight: 400;
    font-size: 16px; }
  .front-site .sign-up-link-text {
    color: #137EFC;
    margin-left: 6px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Greycliff CF Bold' !important; }
  .front-site .title-text {
    border-bottom: unset;
    margin: 0 0 16px;
    padding: 0;
    padding: 0;
    color: white;
    font-size: 44px;
    font-weight: 600;
    font-family: 'Greycliff CF Bold' !important;
    text-align: center; }
    .front-site .title-text.select-account-type {
      font-size: 20px; }
  .front-site .ss-desc-text {
    margin: 0 0 48px;
    padding: 0;
    padding: 0;
    color: white;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center; }
  .front-site .subtitle {
    color: #222; }
  .front-site .flex-8 {
    display: flex;
    flex: 8; }
  .front-site .flex-5 {
    display: flex;
    flex: 5;
    padding: 24px;
    background-color: #000403; }
  .front-site .images-container {
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 0 24px; }
    .front-site .images-container .ss-logo-v5 {
      max-width: 100%;
      margin: 0 24px; }
  .front-site .text-white {
    color: white; }
  .front-site .simple_form.new_sign_up {
    margin-top: 6px; }
  .front-site .notice-guide {
    margin-bottom: 24px;
    width: 100%; }
  .front-site .acct-form {
    display: flex;
    width: 100%;
    justify-content: center; }
    .front-site .acct-form .ss-mr-32px {
      margin-right: 32px; }
    .front-site .acct-form .radio-text {
      font-size: 16px;
      color: #fff;
      position: relative;
      top: 2px; }
    .front-site .acct-form .custom-radio input[type="radio"] + label:after {
      background-color: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.5); }
    .front-site .acct-form .custom-radio input[type="radio"]:checked + label:after {
      background-color: #0363D7;
      border-color: #0363D7; }
    .front-site .acct-form .custom-radio input[type="radio"] + label:after,
    .front-site .acct-form .custom-radio input[type="radio"]:checked + label:after {
      width: 20px;
      height: 20px; }
    .front-site .acct-form .custom-radio input[type="radio"] + label:before {
      width: 8px;
      height: 8px;
      left: 6px;
      top: 10px; }
  .front-site .select-account-type {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Greycliff CF Bold' !important;
    color: white; }
  .front-site #background-front-site-page {
    position: relative; }
  .front-site #ss-logo {
    position: absolute;
    z-index: 1;
    max-width: 300px; }
  .front-site .mobile-front-site {
    display: none; }
  .front-site form label.error {
    color: #ff0000;
    background-color: unset;
    border: 0;
    padding: 0;
    font-size: 12px; }
  .front-site .alert-success {
    color: #20c997 !important;
    background-color: #def7f0 !important;
    border-color: #def7f0 !important; }
  .front-site .flash-message {
    width: 100%;
    z-index: 1; }
    .front-site .flash-message .alert {
      padding-left: 2em;
      margin-bottom: 0 !important; }
  .front-site .term-service-eo {
    margin-bottom: 25px; }
  .front-site form#new_user {
    margin-top: 10px; }
  .front-site .arrow-down-country {
    position: absolute;
    top: 27px;
    right: 16px; }
  .front-site .btn-send {
    color: white;
    font-weight: 600;
    font-family: 'Greycliff CF Bold' !important;
    border-radius: 5px;
    background-color: #167EFC;
    padding: 8px 0;
    min-width: 75px !important;
    border: none;
    font-size: 14px; }
  .front-site .end-form {
    margin-bottom: 48px; }
  .front-site .custom-checkbox-v5 {
    margin-bottom: 24px; }
  .front-site .custom-checkbox.custom-checkbox-v5 input[type="checkbox"] + label {
    font-size: 12px !important; }
  .front-site .custom-checkbox.custom-checkbox-v5 input[type="checkbox"] + label:after {
    top: -3px; }
  .front-site .custom-checkbox.custom-checkbox-v5.custom-checkbox input[type="checkbox"]:checked + label:before {
    top: 0; }
  .front-site .custom-checkbox input[type="checkbox"] + label:after {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    width: 20px;
    height: 20px;
    top: 0; }
  .front-site .custom-checkbox input[type="checkbox"]:checked + label:before {
    font-size: 13px;
    left: 4px;
    top: 2px; }
  .front-site .custom-radio {
    margin-bottom: 24px; }
  .front-site .custom-checkbox input[type="checkbox"] + label.remember-me-label {
    color: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px; }
  .front-site .custom-checkbox input[type="checkbox"] + label.term-label {
    font-weight: 400;
    color: #fff; }
    .front-site .custom-checkbox input[type="checkbox"] + label.term-label a {
      color: #167EFC; }
  .front-site .forgot-password {
    font-size: 16px;
    text-decoration: underline; }
  .front-site .input-field {
    position: relative;
    margin-bottom: 24px; }
    .front-site .input-field label {
      position: absolute;
      top: -8px;
      left: 10px;
      color: #6F6E77;
      background: #242323;
      padding: 0 3px;
      font-size: 12px;
      z-index: 1000;
      margin-bottom: 0; }
      .front-site .input-field label.error {
        position: static;
        color: #F44336 !important; }
    .front-site .input-field .selectbox {
      width: 100%;
      border: none; }
      .front-site .input-field .selectbox .selecttext {
        color: #fff;
        left: 15px;
        top: 5px;
        font-weight: 400;
        display: none; }
      .front-site .input-field .selectbox .select-arrow {
        display: none; }
      .front-site .input-field .selectbox select {
        background-color: #1a1d1c;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        height: 60px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-indent: 16px;
        font-weight: 400;
        font-size: 16px;
        color: white; }
        .front-site .input-field .selectbox select::placeholder {
          color: rgba(255, 255, 255, 0.8);
          opacity: 1; }
        .front-site .input-field .selectbox select:focus {
          border-color: #2c99ff; }
    .front-site .input-field textarea {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid #6F6E77;
      height: 87px;
      color: #fff;
      border-radius: 3px;
      padding-left: 15px; }
      .front-site .input-field textarea:focus {
        border-color: #2c99ff !important; }
      .front-site .input-field textarea.error {
        border-color: #F44336; }
    .front-site .input-field input {
      background: rgba(255, 255, 255, 0.05);
      height: 60px;
      border-radius: 6px;
      color: white;
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 0 24px 0 12px;
      font-size: 16px;
      line-height: 60px;
      box-sizing: border-box; }
      .front-site .input-field input::placeholder {
        color: rgba(255, 255, 255, 0.8);
        opacity: 1; }
      .front-site .input-field input.error {
        border-color: #F44336; }
      .front-site .input-field input:focus {
        border-color: #2c99ff; }
    .front-site .input-field .ss-show-hide-pass {
      position: absolute;
      right: 12px;
      top: 18px;
      cursor: pointer; }
  .front-site .have-not-account {
    display: flex;
    align-items: center;
    justify-content: center; }
  .front-site .full-height-with-footer {
    min-height: calc(100vh - 66px); }
  .front-site .full-height-without-footer {
    min-height: 100vh; }
  .front-site textarea {
    padding: 8px 1.5%;
    border: 1px solid #ddd; }
  .front-site .custom-radio.disabled input,
  .front-site .custom-radio.disabled label span,
  .front-site .custom-radio.disabled p {
    color: #adb4d2 !important; }
  .front-site .sign-up-form-container {
    display: grid;
    grid-template-columns: 8fr 5fr;
    width: 100%; }
  .front-site .mobile-logo-container {
    display: none; }
  .front-site .logo-new-s {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px; }
    .front-site .logo-new-s .ss-logo-v5 {
      max-width: 100%; }
  .front-site .ss-bg-image-login-v5 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .front-site .ss-mobile-logo {
    display: none; }
  .front-site .underline {
    text-decoration: underline; }
  .front-site .mb-48px {
    margin-bottom: 48px; }
  .front-site .text-ss-desc-info {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    display: block; }
  .front-site .ss-return span {
    line-height: 24px;
    color: #fff;
    font-size: 16px; }
  .front-site .ss-return a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Greycliff CF Bold' !important; }
  .front-site .scrollbar-custom-login {
    padding-right: 48px;
    max-height: calc(100vh - 144px);
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%; }
  .front-site .scrollbar-custom-login::-webkit-scrollbar {
    width: 4px; }
  .front-site .scrollbar-custom-login::-webkit-scrollbar-track {
    background: #f4f5f7;
    border-radius: 2px; }
  .front-site .scrollbar-custom-login::-webkit-scrollbar-thumb {
    background: rgba(43, 49, 90, 0.4);
    border-radius: 2px; }
  .front-site .btn-logout-v5 {
    font-family: 'Greycliff CF Bold' !important;
    font-size: 14px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #22BFFD; }
  @media only screen and (max-width: 1440px) {
    .front-site .images-container .right-part {
      margin-left: 30px; }
      .front-site .images-container .right-part h4 {
        margin-bottom: 15px; }
        .front-site .images-container .right-part h4 span {
          font-size: 48px; }
      .front-site .images-container .right-part h5 {
        font-size: 20px; }
    .front-site .acct-form {
      display: block; }
    .front-site .custom-radio {
      margin-bottom: 16px; }
    .front-site .acct-form .ss-mr-32px {
      margin-right: 0; } }
  @media only screen and (max-width: 1280px) {
    .front-site .images-container .right-part {
      margin-left: 30px; }
      .front-site .images-container .right-part h4 {
        margin-bottom: 15px; }
        .front-site .images-container .right-part h4 span {
          font-size: 40px; }
      .front-site .images-container .right-part h5 {
        font-size: 18px; } }
  @media only screen and (max-width: 1024px) {
    .front-site .front-site-form {
      border-radius: 6px;
      padding: 16px;
      min-width: 340px; }
      .front-site .front-site-form.ss-custom-pr0 {
        padding-right: 0; }
    .front-site .scrollbar-custom-login {
      padding-right: 16px;
      max-height: calc(100vh - 100px); }
    .front-site .input-field input {
      height: 48px;
      line-height: 48px; }
    .front-site .input-field .selectbox select {
      height: 48px; }
    .front-site .input-field .ss-show-hide-pass {
      top: 12px; }
    .front-site .text-ss-desc-info {
      font-size: 14px; }
    .front-site .arrow-down-country {
      top: 21px; }
    .front-site .action-btn-group .btn-send {
      height: 48px; }
    .front-site .sign-up-notice,
    .front-site .sign-up-link-text,
    .front-site .forgot-password {
      font-size: 14px; }
    .front-site .title-text {
      font-size: 32px;
      margin: 0 0 12px; }
    .front-site .ss-desc-text {
      font-size: 16px;
      line-height: 18px;
      margin: 0 0 32px; }
    .front-site .images-container .right-part {
      margin-left: 16px; }
      .front-site .images-container .right-part h4 {
        margin-bottom: 15px; }
        .front-site .images-container .right-part h4 span {
          font-size: 32px; }
      .front-site .images-container .right-part h5 {
        font-size: 16px; }
    .front-site .btn-logout-v5 {
      height: 48px;
      line-height: 48px; } }
  @media only screen and (max-width: 768px) {
    .front-site .ss-mobile-logo {
      display: block;
      max-width: 260px;
      margin: 0 auto 30px; }
      .front-site .ss-mobile-logo .ss-logo-v5 {
        max-width: 100%; }
    .front-site .flex-5 {
      padding: 16px; }
    .front-site .scrollbar-custom-login {
      max-height: 100%;
      width: 100%; }
    .front-site .form-container {
      flex-direction: column; }
    .front-site .mobile-hidden {
      display: none !important; }
    .front-site .sign-up-form-container {
      display: block; }
    .front-site .desktop-front-site {
      display: none; }
      .front-site .desktop-front-site.sign-in-page {
        display: block; }
    .front-site .reset-ps-group {
      justify-content: space-between;
      align-items: baseline !important; }
    .front-site .sign-up-text {
      font-size: 24px; }
    .front-site .option-for-user-type {
      font-size: 16px !important;
      top: 2px !important; }
    .front-site .sign-in-page .images-container {
      display: none; }
    .front-site .sign-in-page .front-site-form {
      width: 100%;
      max-width: 100%;
      padding: 16px; }
      .front-site .sign-in-page .front-site-form.ss-custom-pr0 {
        padding-right: 0; }
    .front-site .sign-in-page .form-container {
      align-items: baseline;
      margin-top: 0;
      padding-top: 48px; }
    .front-site .sign-in-page .mobile-logo-container {
      display: block;
      text-align: center; }
      .front-site .sign-in-page .mobile-logo-container img {
        margin-bottom: 15px;
        width: 168px; }
      .front-site .sign-in-page .mobile-logo-container h4 {
        font-weight: 700;
        font-size: 32px;
        color: #fff;
        margin-bottom: 20px;
        font-family: 'Termina Bold'; }
        .front-site .sign-in-page .mobile-logo-container h4 span.slinger {
          color: #167EFC; }
      .front-site .sign-in-page .mobile-logo-container h5 {
        margin-bottom: 30px;
        font-size: 16.5px;
        font-weight: 400;
        color: #fff;
        font-family: 'Termina Regular'; }
    .front-site .mobile-front-site {
      display: block; }
      .front-site .mobile-front-site .front-site-form {
        width: 100%;
        max-width: 100%;
        padding: 16px; }
        .front-site .mobile-front-site .front-site-form.ss-custom-pr0 {
          padding-right: 0; }
      .front-site .mobile-front-site .form-container {
        align-items: baseline;
        margin-top: 0;
        padding-top: 48px;
        padding-bottom: 48px; }
      .front-site .mobile-front-site .mobile-logo-container {
        display: block;
        text-align: center; }
        .front-site .mobile-front-site .mobile-logo-container img {
          margin-bottom: 15px;
          width: 168px; }
        .front-site .mobile-front-site .mobile-logo-container h4 {
          font-weight: 700;
          font-size: 32px;
          color: #fff;
          margin-bottom: 20px;
          font-family: 'Termina Bold'; }
          .front-site .mobile-front-site .mobile-logo-container h4 span.slinger {
            color: #167EFC; }
        .front-site .mobile-front-site .mobile-logo-container h5 {
          margin-bottom: 30px;
          font-size: 16.5px;
          font-weight: 400;
          color: #fff;
          font-family: 'Termina Regular'; }
    .front-site #ss-mobile-logo {
      max-width: 300px; }
    .front-site .phone-verification-container {
      padding: 0 15px; }
    .front-site .logo-section {
      justify-content: center;
      height: 80px; }
    .front-site .action-btn-group .btn-send {
      margin-right: unset;
      font-size: 14px; } }
.venue-sign-up {
  display: none; }
